﻿@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------------------

/* main.css */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,600);

@font-face {
	font-family: 'Raleway', sans-serif;
	src: url('https://fonts.googleapis.com/css?family=Raleway:400,700,600');
}

@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?86954664');
	src: url('../font/fontello.eot?86954664#iefix') format('embedded-opentype'),
		url('../font/fontello.woff?86954664') format('woff'),
		url('../font/fontello.ttf?86954664') format('truetype'),
		url('../font/fontello.svg?86954664#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: auto !important;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

html {
	font-size: 100%;
}

body {
	font-size: 14px;
	color: #000;
	font-family: 'Raleway', sans-serif;
	background-color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* ----- HEADINGS ----- */
h1,
h2,
h3,
.h1,
.h2,
.h3,
{
line-height: 1.2;
}

h4,
.h4 {
	line-height: 1.2;
	font-size: 17px;
	color: #313131;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 10px;
}

h5,
.h5 {
	line-height: 1.2;
	font-size: 20px;
}

h6,
.h6 {
	line-height: 1.2;
	font-size: 17px;
	color: #313131;
	margin-top: -15px;
	text-align: right;
}

p {
	color: #313131;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}




#lightbox .modal-content {
	display: inline-block;
	text-align: center;
}

#lightbox .close {
	opacity: 1;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 25, 25);
	padding: 5px 8px;
	border-radius: 30px;
	border: 2px solid rgb(255, 255, 255);
	position: absolute;
	top: -15px;
	right: -55px;
	z-index: 1032;
}

/* ----- HEADER & NAVIGATION ----- */
.headerbar {
	background-color: #191b28;
	margin-bottom: 20px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: 0;
	background: none;
}

/* .navbar-brand {padding:5px 15px; height:auto; margin-right: 40px;} */
.navbar-brand {
	padding: 5px 15px;
	height: auto;
	margin-right: 0px;
}

.navbar-nav>li>a {
	color: #fff;
	background: none !important;
	font-size: 16px;
	font-weight: 600;
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li.active>a {
	color: #fff;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {}

.navbar-right>li {
	display: inline-block;
}

ul.navbar-right {
	text-align: center;
}

.mobile-visible {
	display: none;
	visibility: inherit;
}

.dropdown-menu {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 0;
	padding: 0px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dropdown-menu>li>a {
	padding: 15px 80px 15px 30px;
	border-left: 8px solid #191b28;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #191b28;
	border-left: 8px solid #fa5b0d;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fa5b0d;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fa5b0d;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fa5b0d;
	background-color: #e7e7e7;
}


/* ----- FONTELLO ICONS ----- */
.icon-half i {
	padding-top: 4px;
}

.icon-clock:before {
	content: '\e800';
	font-size: 14px;
	vertical-align: middle;
}

.icon-gplus:before {
	content: '\e801';
}

.icon-pinterest:before {
	content: '\e802';
}

.icon-twitter:before {
	content: '\e803';
}

.icon-vimeo:before {
	content: '\e804';
}

.icon-facebook:before {
	content: '\e805';
}

.icon-play-circle2:before {
	content: '\e806';
}

.icon-left-open:before {
	content: '\e807';
	font-size: 40px;
}

.icon-right-open:before {
	content: '\e808';
	font-size: 40px;
}

.icon-eye-outline:before {
	content: '\e809';
	font-size: 22px;
	vertical-align: middle;
	padding-top: 5px;
}

.icon-rss:before {
	content: '\e80a';
}

.icon-down-open:before {
	content: '\e80b';
}

.icon-up-open:before {
	content: '\e80c';
}

.icon-search:before {
	content: '\e80d';
	font-size: 14px;
}

/* ----- SOCIAL ICONS ----- */
a.social-icons {
	font-size: 16px !important;
	color: #9699a0;
	padding: 15px 2px !important;
}

a.social-icons:hover {
	color: #fff;
	text-decoration: none !important;
}

#st-1 {
	margin-top: 10px;
	text-align: center !important;
}

/* ----- MISC ----- */
.gap {
	padding-top: 30px;
}

.spacer {
	margin: 0;
	padding: 0;
	height: 30px;
}

.sbx i {
	padding-top: 7px !important;
}

.7pad i {
	padding-top: 7px !important;
}

.section-title i {
	font-size: 16px !important;
	width: 27px !important;
	height: 27px !important;
	padding-top: 8px !important;
}

.post-spacer {
	margin-bottom: 30px;
}

.sidear-post-spacer {
	margin-bottom: 15px;
}

section.section-main-content,
section.section-sidebar {
	padding-top: 0;
	padding-bottom: 0;
}

.section-sidebar {}

/* -- SEARCH FORM --*/
.search-block {
	display: block;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input[type=search] {
	background: #fff url("../img/search-icon.png") no-repeat 5px 4px;
	border: 0;
	padding: 3px 1px 3px 25px;
	width: 20px;
	font-size: 14px;
	-webkit-border-radius: 6em;
	-moz-border-radius: 6em;
	border-radius: 6em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #fff;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

/* ----- POST ----- */
.post {
	position: relative;
}

.section-search-result .post h3 {
	margin-top: 0;
}

.post img {
	vertical-align: middle;
}

.post-txt {
	display: block;
}

.post-txt h2 {
	margin-top: 10px;
}

.post-txt p {
	color: #2c2c2c;
}

.post-txt a.more {
	color: #2c2c2c;
	font-weight: 600;
	margin-top: 15px;
}

.post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 35px;
	z-index: 1;
	color: #fff;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 18%, rgba(0, 0, 0, 0.33) 36%, rgba(0, 0, 0, 0.74) 70%, rgba(0, 0, 0, 0.91) 87%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 18%, rgba(0, 0, 0, 0.33) 36%, rgba(0, 0, 0, 0.74) 70%, rgba(0, 0, 0, 0.91) 87%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 18%, rgba(0, 0, 0, 0.33) 36%, rgba(0, 0, 0, 0.74) 70%, rgba(0, 0, 0, 0.91) 87%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

/*p{color:#313131; font-size:14px; line-height:24px; text-align:justify;}*/
/*kiran*/



.entry-header {
	background: #000;
}

.item {
	background: #000;
	padding-right: 0;
}

.media-body {
	padding-left: 10px;
}

/* ----- CAROUSEL ----- */
.carousel-control {
	z-index: 2;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	top: 47%;
}

.carousel-inner>.item>img {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
}

.caro>.entry-title>h1 {
	margin-bottom: 0;
}

.caro>.entry-title>h1>a.title {
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
}

.caro>.entry-title>h1>a.title:hover {
	text-decoration: none;
}

.caro>.entry-title>p {
	font-size: 16px;
	padding: 15px 0;
	color: #fff;
}

/* ----- THUMB OPTIONS ----- */
.txt-space-medium i {
	padding-top: 3px !important;
}

.icon-space-medium i {
	padding-top: 2px !important;
}

.thumb-large h2 {
	margin-bottom: 10px;
}

.thumb-large h2 a.title {
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 30px;
}

.thumb-large h2 a.title:hover {
	text-decoration: none;
}

.thumb-large p {
	font-size: 16px;
	padding: 15px 0;
	color: #fff;
}

.thumb-large-halfsize .entry-header {
	float: left;
	width: 50%;
}

.thumb-large-halfsize .post-txt {
	padding-left: 20px;
	float: left;
	width: 50%;
}

.thumb-large-halfsize h2 a.title {
	color: #000;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
}

.thumb-large-halfsize h2 a.title:hover {
	text-decoration: none;
}

.thumb-large-halfsize a.caticon {
	margin: 10px 0;
	color: #000;
}

.thumb-medium h3 a.title {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
}

.thumb-medium h3 a.title:hover {
	text-decoration: none;
}

.thumb-medium .entry-title {
	margin: 0;
}

.thumb-medium-with-content .entry-title {
	margin: 0;
}

.thumb-medium-with-content a.caticon,
.sidebar-trending a.caticon {
	margin: 0;
	color: #000;
}

.thumb-medium-with-content .caticon {
	margin: 15px 0;
	color: #000;
}

.thumb-medium-with-content a.caticon i {
	padding-top: 3px;
}

.thumb-medium-with-content h3 a.title:hover {
	text-decoration: none;
}

.thumb-medium-with-content h3 a.title {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
}

.thumb-small .post .post-txt h4 a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.thumb-small .post .post-txt h4 a:hover {
	text-decoration: none !important;
}

.thumb-small .post .post-txt .icon-clock::before {
	padding-right: 20px;
}

.thumb-small i {
	padding-top: 2px !important;
}

.thumb-small h1 i {
	padding-top: 0px !important;
}

.thumb-small a.caticon {
	margin: 10px;
	position: absolute;
	z-index: 2;
}

.thumb-xsmall ul li h4 a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.thumb-xsmall ul li h4 a:hover {
	text-decoration: none !important;
}

.thumb-xsmall ul li a.caticon {
	color: #444444;
	font-size: 12px;
}

.thumb-xsmall ul li .icon-clock:before {
	padding-right: 20px;
}

.thumb-xsmall .post {
	margin-bottom: 30px;
}

.thumb-xsmall .post:last-child {}

.thumb-xs .media {
	margin-top: 0;
	margin-bottom: 30px;
}

.thumb-video {}

/* ----- SECTIONS ----- */
.section-single h1 {
	font-size: 48px;
	font-weight: 600;
	padding-right: 20px;
	margin: 0 0 20px 0;
}

.section-single p {
	margin: 13px 0px 22px 0px;
}

.section-single .date-icon {
	margin-right: 20px;
}

.section-single a.caticon {
	color: #888;
	font-size: 22px;
}

.section-carousel {
	display: block;
	float: left;
}

.section-block-v1 .post {}

.section-block-v1 .post .entry-header {
	height: 100%;
}

.section-block-v1 .post img {
	height: 100%;
}

.section-block-v1 ul li {}

.section-block-v1 ul li:last-child {
	margin-bottom: 0;
}

.section-block-v1 h2 i {
	padding-top: 3px;
}

.section-block-v5 h1 i {
	padding-top: 7px !important;
}

.section-block-v5 .entry-title {
	margin: 0;
}

.section-block-v6 h1 i {
	padding-top: 0px !important;
}

.section-block-medium {
	display: block;
}

.section-block-medium a.title {
	color: #fff !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.section-block-medium a.title:hover {
	text-decoration: none;
}

.section-block-medium .post {
	overflow: hidden;
}

.section-block-medium h2 {
	line-height: 20px;
	margin: 0;
}

.section-block-medium .post {
	overflow: hidden;
}

.section-block-double {}

.section-banner {
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-banner-right img {
	text-align: right !important;
	right: 0 !important;
	float: right;
}

/* ----- POSTS ----- */
.postlist .entry-header {
	float: left;
	width: 50%;
}

.postlist a.caticon {
	color: #444444;
	margin: 10px 0;
}

.postlist .post-txt {
	padding-left: 20px;
	float: left;
	width: 50%;
}

.postlist .post {
	margin-bottom: 30px;
	float: left;
}

.postlist .post:last-child {
	margin-bottom: 0;
}

.postlist h3 {
	margin-top: 0;
}

/* ----- TITLE ----- */
.thumb-medium-with-content h3 a.title:hover,
.thumb-xsmall ul li h4 a:hover,
.thumb-large-halfsize h2 a.title:hover,
.thumb-small .post .post-txt h4 a:hover {
	color: #191b28;
}

/* ----- DATE ICON ----- */
.thumb-xsmall ul li span.date-icon,
.thumb-small .post .post-txt span.date-icon,
.section-bigthumbs ul li span.date-icon,
.section-dontmiss .post .post-txt span.date-icon,
.sidebar-trending ul li span.date-icon,
.section-single span.date-icon,
.section-single a.date-icon {
	color: #444444;
	font-size: 14px;
}

/* ----- EFFECTS ----- */

.section-block-v6 .row:hover .post {
	opacity: .25;
}

.section-block-v6 .row .post:hover {
	opacity: 1;
}

/* ----- SIDEBAR ----- */
.sidebar-trending ul li h4 a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.sidebar-trending ul li:hover h4 a {
	text-decoration: none !important;
	color: #fa5b0d;
}

/* ----- IMAGE/POST HOVER EFFECTS ----- */
.post img,
.post-content,
.entry-meta,
.entry-title,
.caro,
.item img,
.caro:hover,
.item:hover,
a.caticon,
.section-block-v1 .post:hover,
.section-block-v2 .post:hover,
.section-block-v3 .post:hover,
.section-block-v4 .post:hover,
.section-block-v5 .post:hover,
.section-block-v6 .post:hover,
.section-block-v6 .row .post,
.section-block-v6 .row:hover .post,
.section-block-medium .post:hover,
.section-block-video .post img,
.section-block-double .post:hover,
.thumb-xsmall ul li img,
ul.footermedialist li img,
.sidebar-posts .post:hover,
ul.footer-tags li,
ul.post-tags li,
.section-post-comment button.btn-primary {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item:hover img,
.section-block-v1 .post:hover img,
.section-block-v2 .post:hover img,
.section-block-v3 .post:hover img,
.section-block-v4 .post:hover img,
.section-block-v5 .post:hover img,
.section-block-v6 .post:hover img,
.section-block-medium .post:hover img,
.section-block-video .post:hover img,
.section-block-double .post:hover img,
.section-post-related .post:hover img,
.thumb-xsmall ul li:hover img,
ul.footermedialist li:hover img,
.sidebar-posts .post:hover img {
	opacity: 0.5;
	background: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* ----- CATEGORY ICONS ----- */
.caticon span.sport {
	background-color: #93b228;
}

.caticon span.lifestyle {
	background-color: #f2388a;
}

.caticon span.shop {
	background-color: #8ed32c;
}

.caticon span.gastro {
	background-color: #f64d0d;
}

.caticon span.politics {
	background-color: #0f8ef0;
}

.caticon span.news {
	background-color: #ef1a0f;
}

.caticon span.sidebar-posts,
.caticon span.sidebar-tags,
.caticon span.sidebar-video,
.caticon span.sidebar-trending,
.caticon span.sidebar-popular {
	background-color: #fa5b0d;
}

.caticon span.shop-widget {
	background-color: #8ed32c;
}

.caticon span.weather {
	background-color: #4e5ebd;
}

.caticon span.tech {
	background-color: #27ceec;
}

.caticon span.dontmiss {
	background-color: #ecd727;
}

.caticon span.urbanism {
	background-color: #7686c0;
}

.caticon span.video {
	background-color: #cc3b3b;
}

/* ----- CATICON OPTIONS AND TRANSFORM ----- */
.caticon i {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	z-index: 3;
	width: 22px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
}

.caticon span i {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	position: relative;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.caticon span {
	display: inline-block;
	border-radius: 6px;
	margin-right: 15px;
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.caticon.date {
	font-size: 12px !important;
}

a.caticon {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 14px;
}

h1.caticon {
	color: #1d2537;
	margin: 0;
	font-weight: 600;
	font-size: 30px;
}

h1.caticon span i {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	position: relative;
	top: -4px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

h1.caticon span {
	display: inline-block;
	border-radius: 6px;
	margin-right: 15px;
	width: 27px;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.caticon span:hover,
a.caticon:hover,
h1.caticon {
	text-decoration: none;
}

/* ----- HOME #2 STYLES ----- */
.home2 .entry-header,
.home2 .post-txt {
	width: 100% !important;
}

.home2 .post-txt {
	padding-left: 0 !important;
}

/* ----- MODIFIC ----- */
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	/*width:100%;*/
}

section,
aside {
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-tabs>li {
	margin-bottom: -1px;
	padding-top: 5px !important;
}

.tab-pane ul li {
	padding-top: 5px !important;
}

.pagination>li>a,
.pagination>li>span {
	background: #fff;
	border: 0;
	color: #000;
	font-size: 16px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #8ed32c;

}

.pagi {
	border-color: #ddd;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	padding: 1em 0;
	text-align: center;
}

.ratings {
	display: inline-block;
}

.sidebar-rated .section-title .icon-star::before {
	color: #fff !important;
	padding-right: 5px;
	width: 1em;
}


.shop span.onsale {
	background-color: #77a464;
	border-radius: 100%;
	color: #fff;
	font-size: 0.857em;
	font-weight: 700;

	line-height: 3.236;
	margin: 0;

	padding: 0.202em;
	position: absolute;
	text-align: center;

}


.onsale {
	padding: 0.202em;
	position: absolute;
	text-align: center;
}

.onsale span {
	height: 40px;
	width: 40px;
	left: 20px;
	top: 15px;
	position: absolute;
}



.shop-side-price {
	font-size: 14px !important;
}

.shop input {
	width: 60px;
	margin-top: 8px;
}

.pricetxt {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0;
	color: #8ed32c;
}

span.sku_txt,
span.cat_txt,
span.tags_txt {
	display: block;
	margin-bottom: 5px;
}

span.cat_txt a,
span.tags_txt a {
	display: inline-block;
	text-decoration: none;
	color: #000;
}

span.cat_txt a:hover,
span.tags_txt a:hover {
	text-decoration: underline;
}


/* -- SIDEBAR -- */
aside .row {
	padding-top: 15px;
	padding-bottom: 15px;

}

aside a.caticon {
	padding: 5px 0;
	display: block;
	color: #fff;
	font-size: 14px;
}

.three-horizon-post {
	margin-top: 15px;
}

.section-category-list h3,
.section-post-related h3 {
	margin-top: 0;
}

.section-category-list2 h3 {
	margin-top: 15px;
}

.breadcrumb {
	margin-bottom: 0;
}

.sidebar-banner {
	padding-bottom: 15px;
}

.sidebar-popular .thumb-xsmall {
	padding: 0;
}

.sidebar-posts h4.heading a,
.sidebar-video h4.heading a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

.sidebar-posts h4.heading a:hover,
.sidebar-video h4.heading a:hover {
	text-decoration: none;
}

.sidebar-posts span.icon-clock,
.sidebar-video span.icon-clock {
	color: #444444;
	font-size: 14px;
}

.sidebar-posts span.icon-clock::before,
.sidebar-video span.icon-clock::before {
	padding-right: 20px;
}

/* ----- HEADLINE ROW ----- */
.headline-row {
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}

.headline-row h1 {
	background: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 20px;
	padding-left: 5px;
}

.headline-row:after {
	background: #ddd;
	content: "";
	display: block;
	height: 1px;
	top: 55%;
	width: 100%;
	left: 0;
	position: absolute;
}

/* ----- SECTION FOOTER ----- */
.section-footer {
	background: #444444;
	margin-top: 30px;
	padding: 50px 0;
	color: #fff;
}

.section-footer h1 {
	font-size: 25px;
	font-weight: 600;
}

.section-footer p {
	color: #fff;
	float: left;
}

.section-footer .navbar-nav {
	margin: 7.5px 0;
	width: 100%;
	display: block;
}

.section-footer .navbar-nav li {
	display: inline-block;
}

.section-footer .navbar-brand {
	padding-left: 0;
	width: 100%;
}

.section-footer-bar {
	background: #191b28;
	padding: 15px 0;
	color: #fff;
}

ul.footer-menu-links {
	display: block;
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

ul.footer-menu-links li {
	margin-bottom: 20px;
}

ul.footer-menu-links li a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

ul.footer-menu-links li:before {
	font-size: 10px;
	padding-right: 20px;
}

ul.footer-tags {
	display: block;
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

ul.footer-tags li {
	display: inline-block;
	background: #373737;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px 20px;
}

ul.footer-tags li a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
}

ul.footer-tags li:hover {
	background: #ef1a0f;
	text-decoration: none;
}

ul.footermedialist {
	margin: 25px 0;
}

ul.footermedialist li {
	margin-bottom: 30px;
}

ul.footermedialist li .media-body a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	line-height: 16px;
	font-size: 14px;
}

ul.footermedialist li .media-body span.date-icon {
	color: #444444;
	padding: 10px 0;
}

.breadcrumb {
	background: none;
	padding-left: 0;
}

.breadcrumb a {
	color: #444444;
	font-size: 12px;
}

.breadcrumb>li {
	font-size: 12px;
	text-transform: uppercase;
}

.breadcrumb a:hover {
	color: #191b28;
}

.breadcrumb>li+li:before {
	color: #444444;
	content: "/ ";
	padding: 0 5px;
}

blockquote {
	margin-bottom: 10px;
	color: #1d2537;
	font-size: 16px;
	line-height: 24px;
}

blockquote .Quote {
	color: #888;
	font-size: 24px;
}

blockquote footer {
	font-style: italic;
}

blockquote footer {
	position: relative;
	z-index: 1;
}

.gap-right {
	margin-right: 25px;
}

.gap-right2 {
	margin-right: 12px;
}

.gap-left {
	margin-left: 25px;
}

.gap-bottom {
	margin-bottom: 20px;
}

.gap-bottom2 {
	margin-bottom: 15px;
}

.gap-bottom3 {
	margin-bottom: 10px;
}

.single-post i {
	padding-top: 8px;
	padding-left: 0px;
	font-size: 14px;
}

.t-p5 {
	padding-top: 5px;
}

.dis-b {
	display: block;
}



/*--------------------- KIRAN CSS --------------------*/
.list-pnn {
	list-style-type: none;
}

/*.lis-ico li{
	background: url("r2ed-arrow.png") no-repeat scroll left 2.5px;
	padding-left: 30px; font-size:14px;
	display: block; 
	margin-top: 15px; margin-left:-25px;
}*/

.lis-ico li {
	background: url("r2ed-arrow.png") no-repeat left 4px;
	margin-bottom: 2.2%;
	line-height: 21px;
	font-family: 'Raleway';
	color: #444444;
	padding-left: 30px;
	vertical-align: middle;
}


.fa-envelope-o3 {
	background: url(imgs/contact-loc.png) no-repeat center center;
	display: inline-block;
	height: 18px;
	width: 13px;
}

< !--.fa-phone {
	background: url(imgs/phone-icon.png) no-repeat center center;
	display: inline-block;
	height: 16px;
	width: 17px;
}

-->.fa-envelope-o {
	background: url(imgs/mail-icon.png) no-repeat center center;
	display: inline-block;
	height: 15px;
	width: 21px;
}

.fa-envelope-o2 {
	background: url(imgs/phone-icon.png) no-repeat center center;
	display: inline-block;
	height: 16px;
	width: 17px;
}

.fa-envelope-globe {
	background: url(imgs/globe.png) no-repeat center center;
	height: 21px;
	width: 21px;
	background-size: 100% 100%;
	position: relative;
	top: 5px;
	display: inline-block;
}


.tm20 {
	margin-top: 20%;
}

.img-b {
	border: 1px solid #dadad9
}

.p2 {
	padding: 2px;
}

.img-shadowborder {
	border: #eaeeee 3px solid;
	-webkit-box-shadow: 3px 4px 0px 0px rgba(190, 190, 190, 1);
	-moz-box-shadow: 3px 4px 0px 0px rgba(190, 190, 190, 1);
	box-shadow: 3px 4px 0px 0px rgba(190, 190, 190, 1);
}

.shadow-b {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}

.shadow-s {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.09);
}

.list-pnn {
	list-style-type: none;
}

.list-ff li {
	float: left;
}

.subtab li a {
	text-decoration: none;
}

.subtab li {
	min-width: 170px;
	text-align: center;
	position: relative;
	padding: 10px 0px;
	border: 1px solid #ccc;
	background-color: #ccc;
}

.subtab li:hover a,
.subtab li.active a {
	color: #fff;
}

.subtab li:hover,
.subtab li.active {
	background-color: #444;
	color: #fff;
	text-decoration: underline;
}

.archives-list li {
	width: 15%;
	margin-right: 2%;
	margin-bottom: 18px;
}

.archives-list li:nth-child(6n+6) {
	margin-right: 0%;
}

.archives-list li:nth-child(6n+7) {
	clear: both;
	content: "";
}

.b-p10 {
	padding-bottom: 10px;
}

.b-p15 {
	padding-bottom: 15px;
}

.b-p20 {
	padding-bottom: 20px;
}

.l-p15 {
	padding-left: 15px;
}

/*---------------------------------------------------- MOBILE START-----------------------------------*/

@media (max-width: 600px) {
	.inner-wrapper {
		max-width: 470px;
	}

	[class*="column-"],
	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12,
	.column-13,
	.column-14,
	.column-15,
	.column-16,
	.column-17,
	.column-18,
	.column-19,
	.column-20,
	.part-1,
	.part-2,
	.part-3,
	.part-4,
	.part-5,
	.part-6,
	.part-7,
	.part-8,
	.part-9,
	.part-10,
	.part-11,
	.part-12 {
		width: 100% !important;
	}

	.mobile-t-c {
		text-align: center !important;
	}

	.mobile-t-l {
		text-align: left;
	}

	.mobile-t-r {
		text-align: right;
	}

	.mobile-t-j {
		text-align: justify;
	}

	.mobile-hide {
		display: none !important;
		visibility: hidden !important;
	}

	.mobile-visible {
		display: block !important;
		visibility: visible !important;
	}

	.mobile-p0 {
		padding: 0 !important;
	}

	.mobile-l-r-p0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mobile-t-b-p0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.mobile-l-p0 {
		padding-left: 0 !important;
	}

	.mobile-r-p0 {
		padding-right: 0 !important;
	}

	.mobile-b-p0 {
		padding-bottom: 0 !important;
	}

	.mobile-t-p0 {
		padding-top: 0 !important;
	}

	.mobile-p5 {
		padding: 5px;
	}

	.mobile-p10 {
		padding: 10px;
	}

	.mobile-p15 {
		padding: 15px;
	}

	.mobile-p20 {
		padding: 20px;
	}

	.mobile-l-r-p5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mobile-l-r-p10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mobile-l-r-p15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mobile-l-r-p20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mobile-l-p5 {
		padding-left: 5px;
	}

	.mobile-l-p10 {
		padding-left: 10px;
	}

	.mobile-l-p15 {
		padding-left: 15px;
	}

	.mobile-l-p20 {
		padding-left: 20px;
	}

	.mobile-l-p30 {
		padding-left: 30px;
	}

	.mobile-r-p5 {
		padding-right: 5px;
	}

	.mobile-r-p10 {
		padding-right: 10px;
	}

	.mobile-r-p15 {
		padding-right: 15px;
	}

	.mobile-r-p20 {
		padding-right: 20px;
	}

	.mobile-t-b-p5 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.mobile-t-b-p10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mobile-t-b-p15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mobile-t-b-p20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mobile-t-p5 {
		padding-top: 5px;
	}

	.mobile-t-p10 {
		padding-top: 10px;
	}

	.mobile-t-p15 {
		padding-top: 15px;
	}

	.mobile-t-p20 {
		padding-top: 20px;
	}

	.mobile-t-p30 {
		padding-top: 30px;
	}

	.mobile-b-p5 {
		padding-bottom: 5px;
	}

	.mobile-b-p10 {
		adding-bottom: 10px;
	}

	.mobile-b-p15 {
		adding-bottom: 15px;
	}

	.mobile-b-p20 {
		adding-bottom: 20px;
	}

	.mobile-m0 {
		margin: 0 !important;
	}

	.mobile-l-r-m0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mobile-l-r-ma {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.mobile-t-b-m0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.mobile-l-m0 {
		margin-left: 0 !important;
	}

	.mobile-r-m0 {
		margin-right: 0 !important;
	}

	.mobile-b-m0 {
		margin-bottom: 0 !important;
	}

	.mobile-t-m0 {
		margin-top: 0 !important;
	}

	.mobile-m5 {
		margin: 5px !important;
	}

	.mobile-l-r-m5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.mobile-t-b-m5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.mobile-l-m5 {
		margin-left: 5px !important;
	}

	.mobile-r-m5 {
		margin-right: 5px !important;
	}

	.mobile-b-m5 {
		margin-bottom: 5px !important;
	}

	.mobile-t-m5 {
		margin-top: 5px !important;
	}

	.mobile-m10 {
		margin: 10px !important;
	}

	.mobile-l-r-m10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.mobile-t-b-m10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.mobile-l-m10 {
		margin-left: 10px !important;
	}

	.mobile-r-m10 {
		margin-right: 10px !important;
	}

	.mobile-b-m10 {
		margin-bottom: 10px !important;
	}

	.mobile-t-m10 {
		margin-top: 10px !important;
	}

	.mobile-bor0 {
		border: none !important;
	}

	.mobile-bor-l0 {
		border-left: none !important;
	}

	.mobile-bor-r0 {
		border-right: none !important;
	}

	.mobile-bor-t0 {
		border-top: none !important;
	}

	.mobile-bor-b0 {
		border-bottom: none !important;
	}

	.mobile-minheight0 {
		min-height: 0 !important;
	}

	.mobile-backgroundimage-n {
		background-image: none !important;
	}

	.mobile-pull-r {
		float: right !important;
	}

	.mobile-pull-l {
		float: left !important;
	}

	.mobile-pull-n {
		float: none !important;
	}

	.mobile-l-h14 {
		line-height: 14px;
	}

	.mobile-l-h16 {
		line-height: 16px;
	}

	.mobile-l-h18 {
		line-height: 18px;
	}

	.mobile-l-h20 {
		line-height: 20px;
	}

	.mobile-l-h22 {
		line-height: 22px;
	}

	.mobile-l-h24 {
		line-height: 24px;
	}

	.mobile-l-h26 {
		line-height: 26px;
	}

	.mobile-font10 {
		font-size: 10px;
	}

	.mobile-font12 {
		font-size: 12px;
	}

	.mobile-font14 {
		font-size: 14px;
	}

	.mobile-font16 {
		font-size: 16px;
	}

	.mobile-font17 {
		font-size: 17px;
	}

	.mobile-font18 {
		font-size: 18px;
	}

	.mobile-font20 {
		font-size: 20px;
	}

	.mobile-font22 {
		font-size: 22px;
	}

	.mobile-font24 {
		font-size: 24px;
	}

	.mobile-font25 {
		font-size: 25px;
	}

	.mobile-font26 {
		font-size: 26px;
	}

	.mobile-font28 {
		font-size: 28px;
	}

	.mobile-font30 {
		font-size: 30px;
	}

	.mobile-l-h6 {
		line-height: 6px;
	}

	mobile-l-h12 {
		line-height: 12px;
	}

	.mobile-l-h14 {
		line-height: 14px;
	}

	.mobile-l-h16 {
		line-height: 16px;
	}

	.mobile-l-h18 {
		line-height: 18px;
	}

	.mobile-l-h22 {
		line-height: 22px;
	}

	.mobile-l-h24 {
		line-height: 24px;
	}

	.mobile-l-h26 {
		line-height: 26px;
	}

	.mobile-l-h28 {
		line-height: 28px;
	}

	.mobile-l-h30 {
		line-height: 30px;
	}

	.mobile-dis-in {
		display: inline-block !important;
	}

	.mobile-dis-b {
		display: block !important;
	}

	.mobile-img-fl {
		float: none;
		padding-right: 0px;
	}

	.mobile-img-fr {
		float: none;
		padding-left: 0px;
	}
}

@media (max-width: 480px) {
	.inner-wrapper {
		max-width: 420px;
	}

	.sm-row [class*="sm"],
	.sm-row .sm-1,
	.sm-row .sm-2,
	.sm-row .sm-3,
	.sm-row .sm-4,
	.sm-row .sm-5,
	.sm-row .sm-6,
	.sm-row .sm-7,
	.sm-row .sm-8,
	.sm-row .sm-9,
	.sm-row .sm-10,
	.sm-row .sm-11,
	.sm-row .sm-12 {
		width: 100%;
	}

	.mobilev-t-c {
		text-align: center !important;
	}

	.mobilev-t-l {
		text-align: left;
	}

	.mobilev-t-r {
		text-align: right;
	}

	.mobilev-t-j {
		text-align: justify;
	}

	.mobilev-hide {
		display: none !important;
		visibility: hidden !important;
	}

	.mobilev-visible {
		display: block !important;
		visibility: visible !important;
	}

	.mobilev-p0 {
		padding: 0 !important;
	}

	.mobilev-l-r-p0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mobilev-t-b-p0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.mobilev-l-p0 {
		padding-left: 0 !important;
	}

	.mobilev-r-p0 {
		padding-right: 0 !important;
	}

	.mobilev-b-p0 {
		padding-bottom: 0 !important;
	}

	.mobilev-t-p0 {
		padding-top: 0 !important;
	}

	.mobilev-p5 {
		padding: 5px;
	}

	.mobilev-p10 {
		padding: 10px;
	}

	.mobilev-p15 {
		padding: 15px;
	}

	.mobilev-p20 {
		padding: 20px;
	}

	.mobilev-l-r-p5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mobilev-l-r-p10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mobilev-l-r-p15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mobilev-l-r-p20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mobilev-l-p5 {
		padding-left: 5px;
	}

	.mobilev-l-p10 {
		padding-left: 10px;
	}

	.mobilev-l-p15 {
		padding-left: 15px;
	}

	.mobilev-l-p20 {
		padding-left: 20px;
	}

	.mobilev-l-p30 {
		padding-left: 30px;
	}

	.mobilev-r-p5 {
		padding-right: 5px;
	}

	.mobilev-r-p10 {
		padding-right: 10px;
	}

	.mobilev-r-p15 {
		padding-right: 15px;
	}

	.mobilev-r-p20 {
		padding-right: 20px;
	}

	.mobilev-t-b-p5 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.mobilev-t-b-p10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mobilev-t-b-p15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mobilev-t-b-p20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mobilev-t-p5 {
		padding-top: 5px;
	}

	.mobilev-t-p10 {
		padding-top: 10px;
	}

	.mobilev-t-p15 {
		padding-top: 15px;
	}

	.mobilev-t-p20 {
		padding-top: 20px;
	}

	.mobilev-b-p5 {
		padding-bottom: 5px;
	}

	.mobilev-b-p10 {
		padding-bottom: 10px;
	}

	.mobilev-b-p15 {
		padding-bottom: 15px;
	}

	.mobilev-b-p20 {
		adding-bottom: 20px;
	}

	.mobilev-m0 {
		margin: 0 !important;
	}

	.mobilev-l-r-m0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mobilev-l-r-ma {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.mobilev-t-b-m0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.mobilev-l-m0 {
		margin-left: 0 !important;
	}

	.mobilev-r-m0 {
		margin-right: 0 !important;
	}

	.mobilev-b-m0 {
		margin-bottom: 0 !important;
	}

	.mobilev-t-m0 {
		margin-top: 0 !important;
	}

	.mobilev-m5 {
		margin: 5px !important;
	}

	.mobilev-l-r-m5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.mobilev-t-b-m5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.mobilev-l-m5 {
		margin-left: 5px !important;
	}

	.mobilev-r-m5 {
		margin-right: 5px !important;
	}

	.mobilev-b-m5 {
		margin-bottom: 5px !important;
	}

	.mobilev-t-m5 {
		margin-top: 5px !important;
	}

	.mobilev-m10 {
		margin: 10px !important;
	}

	.mobilev-l-r-m10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.mobilev-t-b-m10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.mobilev-l-m10 {
		margin-left: 10px !important;
	}

	.mobilev-r-m10 {
		margin-right: 10px !important;
	}

	.mobilev-b-m10 {
		margin-bottom: 10px !important;
	}

	.mobilev-t-m10 {
		margin-top: 10px !important;
	}

	.mobilev-bor0 {
		border: none !important;
	}

	.mobilev-bor-l0 {
		border-left: none !important;
	}

	.mobilev-bor-r0 {
		border-right: none !important;
	}

	.mobilev-bor-t0 {
		border-top: none !important;
	}

	.mobilev-bor-b0 {
		border-bottom: none !important;
	}

	.mobilev-width100 {
		width: 100%;
	}

	.mobilev-minheight0 {
		min-height: 0 !important;
	}

	.mobilev-minwidth0 {
		min-width: 0 !important;
	}

	.mobilev-backgroundimage-n {
		background-image: none !important;
	}

	.mobilev-pull-r {
		float: right !important;
	}

	.mobile-pull-l {
		float: left !important;
	}

	.mobile-pull-n {
		float: none !important;
	}

	.mobilev-l-h14 {
		line-height: 14px;
	}

	.mobilev-l-h16 {
		line-height: 16px;
	}

	.mobilev-l-h18 {
		line-height: 18px;
	}

	.mobilev-l-h20 {
		line-height: 20px;
	}

	.mobilev-l-h22 {
		line-height: 22px;
	}

	.mobilev-l-h24 {
		line-height: 24px;
	}

	.mobilev-l-h26 {
		line-height: 26px;
	}

	.mobilev-font10 {
		font-size: 10px;
	}

	.mobilev-font12 {
		font-size: 12px;
	}

	.mobilev-font14 {
		font-size: 14px;
	}

	.mobilev-font16 {
		font-size: 16px;
	}

	.mobilev-font18 {
		font-size: 18px;
	}

	.mobilev-font20 {
		font-size: 20px;
	}

	.mobilev-font22 {
		font-size: 22px;
	}

	.mobilev-font24 {
		font-size: 24px;
	}

	.mobilev-font26 {
		font-size: 26px;
	}

	.mobilev-font28 {
		font-size: 28px;
	}

	.mobilev-font30 {
		font-size: 30px;
	}

	.mobilev-dis-in {
		display: inline-block !important;
	}

	.mobilev-dis-b {
		display: block !important;
	}

	.mobilev-overflow_h {
		overflow: hidden;
	}

	.mobilev-img-fl {
		float: none;
		padding-right: 0px;
	}

	.mobilev-img-fr {
		float: none;
		padding-left: 0px;
	}
}

/*---------------------------------------------------- MOBILE END-----------------------------------*/



/* .subtab li.active {
	background-color: #444444;
	
}
.subtab li{
	min-width: 170px;
	text-align: center;
	position: relative;
	padding: 10px 0px;
}

.subtab{
 background-color: #f5f5f5;
 border: #d9d7d6 1px solid;
}
.subtab li:hover a, .subtab li .active{color:#ffffff; background-color: #444444}
.subtab li a{color: #000000;}
.subtab li{margin-left: 0;padding-left: 0;} */

/*--------------------- KIRAN CSS END--------------------*/








ul .post-tags {
	display: block;
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

.section-post-comment button.btn-primary {
	display: inline-block;
	background: #93b228;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px solid #f1f2f5;
	color: #fff;
	padding: 10px 30px;
}

ul.post-tags li a {
	color: #444444;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
}

ul.post-tags li:hover,
.section-post-comment button.btn-primary:hover {
	border: 0px solid #1d2537;
	color: #fff;
	background: #1d2537;
	text-decoration: none;
}

ul.post-tags li:hover a {
	color: #fff;
}

.author-social li a.social-icons {
	color: #444444;
}

.block-author .navbar-nav {
	margin: 0;
}

.section-post-comment button.btn-primary {
	border-radius: 0;
}

.section-post-comment .form-control {
	border-radius: 0;
	drop-shadow: 0;
	border-color: #f1f2f5;
}





button.cart {
	display: inline-block;
	background: #93b228;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px solid #f1f2f5;
	color: #fff;
	padding: 10px 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

button.cart:hover {
	border: 0px solid #1d2537;
	color: #fff;
	background: #1d2537;
	text-decoration: none;
}




.sepline {
	border-color: #ddd;
	border-image: none;
	border-style: solid;
	border-top: 1px;

}

span.exprice {
	color: #595959;
	margin-right: 10px;
	text-decoration: line-through;
}

.onsale {
	background: #93b228;
	position: absolute;
	padding: 10px;
	left: 15px;
	top: 0;
	color: #fff;
	font-weight: 600;
	z-index: 999;
}

.section-socialblock {
	padding-top: 0;
}

.section-socialblock ul {
	margin: 0;
}

.section-socialblock .social-icons {
	color: #1d2537;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.section-socialblock .social-icons:hover {
	color: #93b228;
}



.panel {
	border-radius: 0;
	border: 0;
	background: #fff;
}

.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
	border-radius: 0;
	border: 0;
	background: #fff;
}

.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
	color: #777;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
	color: #fff;
	background-color: #191b28;
	border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
	color: #fff;
	background: #93b228;
	border: 1px solid #93b228;

	border-bottom-color: transparent;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
	color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #428bca;
	border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	background-color: #4a9fe9;
}

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
	color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #3c763d;
}

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
	color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #31708f;
}

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
	color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #8a6d3b;
}

/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
	color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #f2dede;
	/* bg color */
	border-color: #ebccd1;
	/* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #a94442;
	/* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #ebccd1;
	/* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	/* active text color */
	background-color: #a94442;
	/* active bg color */
}

/* pranay CSS Starts */
/* fonts */

.t-m10 {
	margin-top: 10px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font19 {
	font-size: 19px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

/* paddings */
.r-p10 {
	padding-right: 10px;
}

.icon1 {
	padding-left: 5px;
	padding-right: 5px;
}

/* margins */
.l-m20 {
	margin-left: 20px;
}

.link-icon {
	background: url("../images/linkdin.png") no-repeat left top;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
}

.link-icon1 {
	background: url("../images/linkdin.png") no-repeat left top;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
}



.link-icon2 {
	background: url("../images/whatsappp.png") no-repeat left top;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}


.link-icon:hover {
	background: url("../images/link-hover.png") no-repeat left top;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
}

.white-t {
	color: #fff;
}

.coment-t {
	color: #313131;
}

.dis-in {
	display: inline;
}

.f-w6 {
	font-weight: 600;
}

.t-p10 {
	padding-top: 10px;
}

.t-p11 {
	padding-top: 11px;
}

.t-p12 {
	padding-top: 12px;
}

.t-p13 {
	padding-top: 13px;
}

.t-p14 {
	padding-top: 14px;
}

.t-p15 {
	padding-top: 15px;
}

.t-p20 {
	padding-top: 20px;
}

.t-p25 {
	padding-top: 25px;
}

.t-p30 {
	padding-top: 30px;
}


.share-icons {
	top: 50%;
	position: fixed;
	z-index: 99;
	right: 0;
}

.t-b-p1 {
	padding-bottom: 1px;
	padding-top: 1px;
}

.b-p5 {
	padding-bottom: 5px;
}

.cart {
	display: inline-block;
	background: #93b228;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px solid #f1f2f5;
	color: #fff;
	padding: 10px 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cart1 {
	display: inline-block;
	background: #ef1a0f;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px solid #f1f2f5;
	color: #fff;
	padding: 10px 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.anchor:hover,
a:focus {
	color: #ef1a0f;
	text-decoration: none;
}

.a-mail:hover {
	color: #0087ff;
	text-decoration: none;
}

.form-control,
.form-mailing {
	width: 60%;
}

.t-m5 {
	margin-top: 5px;
}

.cover {
	text-align: center;
	margin-top: 20px;
	padding: 20px;
}

.l-p10 {
	padding-left: 50px;
}

.join-form {
	width: 100%
}

.t-j {
	text-align: justify;
}

.share_block ul {
	padding: 0;
	margin: 0;
}

.share_block>ul {
	display: inline-block;
	vertical-align: middle;
}

.share_block ul li {
	list-style: none;
	display: inline-block;
}

.share_block .share_icon,
.share_block .close_icon {
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	cursor: pointer;
	height: 43px;
	position: relative;
	width: 43px;
	cursor: pointer;
}

.font19 {
	font-size: 19px;
}

.share_icon .fa.fa-share-alt,
.share_block .close_icon .fa.fa-close {
	height: 15px;
	position: absolute;
	right: 14px;
	top: 14px;

}

.fa-share-alt {
	color: #506bb1;
}

.p5 {
	padding: 10px;
}

.fa.fa-close {
	color: red;
}

.fa-facebook {
	background-color: #506bb1;
	color: #fff;
	padding: 10px;
	border-radius: 25px;
	font-size: 25px;
}

.fa-linkedin {
	background-color: #1b93ce;
	color: #fff;
	padding: 10px;
	border-radius: 25px;
	font-size: 25px;
}

.fa-twitter {
	background-color: #60aade;
	color: #fff;
	padding: 10px;
	border-radius: 25px;
	font-size: 25px;
}

.fa-google-plus {
	background-color: #e85441;
	color: #fff;
	padding: 10px;
	border-radius: 25px;
	font-size: 25px;
}

.whatsapp {
	background-color: #57f175;
	color: #fff;
	padding: 10px;
	border-radius: 25px;
	font-size: 25px;
}

.fa-whatsapp {
	color: #fff;
}

.t-m10n {
	margin-top: -10px !important;
}

.t-m25n {
	margin-top: -25px !important;
}

.t-m15n {
	margin-top: -15px !important;
}

.t-m2n {
	margin-top: -2px !important;
}

.t-m5n {
	margin-top: -5px !important;
}

.t-m1n {
	margin-top: -1px !important;
}

.share_block ul li.close_icon {
	display: none;
}

.share_block .shareIcons_hide {
	display: none;
	padding-left: 20px;
	line-height: 18px;
	margin-right: 15px;
	position: relative;
}

.share_block .shareIcons_hide.show {
	display: inline-block !important;

}

#back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
	background: url('../images/toparrow.png') no-repeat;
	position: fixed;
	bottom: 10px;
	right: 20px;
	background-color: transparent;
	text-decoration: none;
}

#back2Top:hover {
	background-color: transparent;
}

.list-pn {
	list-style-type: none;
}

.list-f li {
	float: left;
}

.headerbar1 {
	margin-bottom: 10px;
}

.t-t-u {
	text-transform: uppercase;
}

.t-t-c {
	text-transform: capitalize !important;
}

.t-c {
	text-align: center;
}

.red-t {
	color: #ef3b35;
}

.blue-t {
	color: #2f43b8;
}

.m-b20 {
	margin-bottom: 15px;
}

/* ----- RESPONSIVE ----- */
@media(max-width:1024px) {
	.cart {
		display: inline-block;
		background: #93b228;
		margin-right: 5px;
		margin-bottom: 5px;
		border: 0px solid #f1f2f5;
		color: #fff;
		padding: 10px 10px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.cart1 {
		display: inline-block;
		background: #ef1a0f;
		margin-right: 5px;
		margin-bottom: 5px;
		border: 0px solid #f1f2f5;
		color: #fff;
		padding: 10px 10px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
}


@media(max-width:990px) {
	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse {
		overflow-x: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: auto !important;
	}

	.collapse.in {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.t-m0 {
		margin-top: 0 !important;
	}

	.tab-dis-in {
		display: inline-block;
	}

	.tab-t-c {
		text-align: center;
	}

	.tab-dis-in {
		display: inline-block;
	}

	.navbar-brand {
		float: none;
	}

	.tab-t-c {
		text-align: center
	}

	.tab-t-p0 {
		padding-top: 0;
	}

	.tab-b-p10 {
		padding-bottom: 10px;
	}
}

@media (max-width: 990px) {}

@media(max-width:480px) {
	.caro>h2>a.title {
		font-size: 24px;
		line-height: 18px;
	}

	.post-content {
		padding: 25px;
	}

	.caro>.entry-title>h1>a.title {
		font-size: 30px;
		line-height: 30px;
	}

	.logo-width {
		max-width: 280px;
	}

	.mobile-dis-b {
		display: block;
	}

	.mobile-font13 {
		font-size: 13px;
		padding-bottom: 10px;
		padding-top: 0;
	}

	.font11 {
		font-size: 11px !important;
	}

	.tab-font20 {
		font-size: 20px;
	}
}

@media(max-width:992px) {
	.t-m10 {
		margin-top: 0;
	}

	.floting-bar1 {
		top: 35%;
	}

	.tabhorizontal-l-p70 {
		padding-left: 70px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.post-content {
		padding: 15px 30px;
	}

	.post-content.caro {
		padding-left: 30px;
		padding-right: 30px;
	}

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		height: 475px !important;
	}

	.thumb-small {
		min-height: 320px;
	}

	.section-block-medium a.title {
		font-size: 18px;
		line-height: 18px;
	}

	.caro>.entry-title>h1>a.title {
		font-size: 36px;
		line-height: 36px;
	}

	.section-block-v4 .thumb-xs li {
		min-height: 130px;
	}

	.section-block-double .post-content {
		padding: 25px
	}


}

@media (min-width: 1200px) {

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		height: 570px !important;
	}

	.homev7 .carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		height: 467px !important;
	}

	.img-responsive {
		width: auto;
	}
}

@media screen and (max-width: 1114px) {
	.tabhorizontal-dis-b {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.tabhorizontal-l-p70 {
		padding-left: 25px;
		padding-bottom: 30px;
	}

	.thumb-small {
		min-height: 250px;
	}

	.caro>.entry-title>h1>a.title {
		font-size: 30px;
		line-height: 36px;
	}

	.author-social li {
		display: inline-block;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}

	.thumb-medium h3 a.title {
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		line-height: 10px;
	}

	.thumb-medium-with-content h3 a.title {
		font-size: 20px;
		line-height: 15px;
	}

	.thumb-large h2 a.title {
		line-height: 36px;
		font-size: 20px;
	}

	.thumb-small .post .post-txt h4 a {
		font-size: 18px;
		line-height: 24px;
	}

	.section-block-medium a.title {
		font-size: 18px;
		line-height: 25px;
	}

	.section-post-related h3,
	.section-category-list h3 {
		margin-top: 15px;
	}

	p {
		font-size: 16px;
		line-height: 28px;
	}

	.mobile-font14 {
		font-size: 14px;
	}

	.l-p10 {
		padding-left: 15px;
	}

	.section-socialblock .nav>li {
		display: inline-block;
	}

	.floting-bar {
		top: 37%;
	}

	.floting-bar1 {
		top: 20%;
	}

	.mobile-visible {
		display: inherit !important;
		visibility: visible !important;
	}

	#st-1 {
		margin-top: 0px !important;
		text-align: center !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-block-v6 .thumb-small .post {
		min-height: 290px;
	}

	.thumb-large-halfsize .entry-header {
		max-height: 300px;
		overflow: hidden;
	}

	.thumb-xs .media {
		margin-bottom: 30px;
	}

	.thumb-large h2 a.title {
		font-size: 24px;
		line-height: 24px;
	}

	.caro>.entry-title>h1>a.title {
		font-size: 36px;
		line-height: 30px;
	}

}


@media screen and (max-width: 543px) {
	.mobile-dis-b {
		display: block !important;
	}

	.develop-logo {
		float: none !important;
	}

	.mobile1-t-c {
		text-align: center;
	}

	.cart {
		padding: 10px 20px;
		font-size: 10px;
	}

	.cart1 {
		padding: 10px 20px;
		font-size: 10px;
	}

	/* .navbar-brand{float: none; text-align: center;} */
	.sub-pre {
		padding-left: 0 !important;
	}

	.mobile-t-c {
		text-align: center;
	}

	.r-p0 {
		padding-right: 0;
	}

	.mobile-dis-n {
		display: none !important;
	}

	.mobile-dis-in {
		display: inline-block;
	}

}

/* sri_set */
@media (max-width: 1199px) {
	.clearfix.t-m0.tab-dis-in {
		margin: 0 !important;
	}
}

@media (max-width: 991px) {
	.clearfix.list-f.list-pn.pull-right.sub-pre.dis-in {
		float: none !important;
		display: flex;
		justify-content: center;
		margin-block: 6px;
	}

	.tm20.img-b.p2.shadow-s {
		border: none;
		box-shadow: unset !important;
		margin: 0 !important;
	}
}

.subscription-title {
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 22px;

}

.fw-400 {
	font-weight: 400;
}

.description {
	margin: 18px 0px;
}

.subscription-card-container {
	display: flex;
	justify-content: start;
	padding-block: 20px;
	/* gap:30px; */
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.subscription-card-container .card:nth-child(1) {
	background: #f3663e4a;
}

.subscription-card-container .card:nth-child(2) {
	background: #ffd8594d;
}

.subscription-card-container .card:nth-child(3) {
	background: #a9d46f6b;
}

.card {
	background: grey;
	padding: 50px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

	transition: all 0.4s;

}

.card:hover {
	/*transform:scale(1.08);
	*/
	transition: all 0.4s;
	transform: translateY(-10px);

}

.card h5,
.card p {
	font-weight: 600;
}

.card-title {
	font-size: 22px;
	font-weight: 500;

}

.card-subtitle {
	font-size: 18px;
	font-weight: 500;
}

.lh-32 {
	line-height: 32px;
}

.lh-28 {
	line-height: 28px;
}

.bold-text {
	font-weight: 600;

}

.qr {
	max-width: 100%;
}

.border_right {
	border-right: 2px solid #091b49;
}

/*pandari*/

/* table css */
.table__heading {
	background-color: #005a9c !important;
	color: white !important;
	font-size: 18px;
	font-weight: bold;
}

.table thead .th__cls th {
	background-color: #ff8000 !important;
	color: white;
}

.table__box .panel-heading {
	background-color: #4267B2;
	color: #fff;
	font-family: inherit;
}

.table__box {
	border: 1px solid #4267b254;
	border-radius: 5px;
}

.table__box .panel-body table {
	margin-block: 0px !important;
}

.list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: auto;
}
@media screen and (max-width:450px) {
	.list {
		grid-template-columns: 1fr;
	  }
}
.list__content {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background: #f0f0f0;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

.pra__cls {
	margin-bottom: 8px !important;
	margin-top: 20px !important;
}

.counts__boxs {
	margin-bottom: 30px;
}

.img_width {
	width: 150px;
}
.span-tble{
	font-size:12px;
	font-weight:600;
}