/*!
Theme Name:  ThemeMafia
Theme URI: http:// ThemeMafia.ingo/
Author: Ashish Kumar Mishra
Author URI: http:// ThemeMafia.info
Description: This is a new WordPress theme for news and blog. It\'s a very simple and professional theme, anyone can use this theme for own business web page or blogging.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  ThemeMafia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 ThemeMafia is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*
{
	margin: 0;
    padding:0;
}
body {
 margin: 0;
    font-family: 'Roboto', sans-serif!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	padding:0;
}


a:hover 
{
	text-decoration:none;
}
.top-nav 
{
	background: #272525;
    background: linear-gradient(to right,#2d363e,#272525);
    color: #000;
    padding: 0px;
    font-size: 17px;
    display: flex;
    line-height: 41px;
}

.header-nav ul 
{
	margin:0;
}

.header-nav li {
   display: inline-block; 
   
}

.header-nav a {
    font-size: 13px;
    color:#c7c7c7;
	display: block;
    padding: 0px 5px;
	transition: .3s;
}

.header-nav a:hover {
	color:#fff;
}

.header-social
{
 margin:0;
 color: #e4e4e4;
}

.top-bar span 
{
	 color: #e4e4e4;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    display: block;
    padding: 0px 5px;
    color: #e4e4e4;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 26px;
}


.adv 
{
	height: 69px;
    padding: 5px;
    margin: 4px 0px;
    line-height: 64px;
    text-align: center;
    font-weight: 600;
    color: gray;
}
.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 5px;
    margin-top: 4px;
    font-size: 14px;
    border: 1px solid whitesmoke;
}

.topnav .search-container button {
float: right;
    padding: 5px 10px;
    margin-top: 4px;
    margin-right: 16px;
    background:#0bb900;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #fff;
}

.topnav .search-container button:hover {
  background: #ccc;
}

.menu-area
{
    background:#3330;
    display: flex;
	margin-top: 12px;
}

.m-header 
{
	border-bottom:1px solid #f1f1f1;
}

header 
{
 position:relative;
 top:0;
 left:0;
 padding:0 0px;
 width:100%;
 box-sizing:border-box;
 z-index: 999999;
 background: #fff;
}
header .logo 
{
	color:#000;
	padding: 10px 5px;
}

.clear
{
	clear:both;
}

header nav
{
	float:left;
}

header nav ul 
{
margin:0;
padding:0;
display:flex;
}

header nav ul li
{
 list-style:none;
 position:relative;
}

header nav ul li.sub-menu:before
{
 content: "\f0dd";
 font-family:FontAwesome;
 position:absolute;
 line-height:40px;
 right:5px;
 color:white;
 cursor:pointer;
}


header nav ul li.active.sub-menu:before
{
 content: "\f0d8";
  cursor:pointer;
}

header nav ul li ul li.sub-menu:before
{
 content: "\f0da";
 font-family:FontAwesome;
 position:absolute;
 line-height:50px;
 right:10px;
 color:white;
 cursor:pointer;
}

header nav ul li ul li:hover.sub-menu:before
{
 content: "\f0d9";
  cursor:pointer;
}

header nav ul li ul 
{
  position:absolute;
  left:0;
  background:#333;
  display:none;
  z-index: 99;

}

header nav ul li.active ul 
{
 display:block;
 
}

header nav ul li ul li 
{
    display: block;
	width:200px;
    background: #333;
    border-bottom: 1px solid;
}


header nav ul li a 
{
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    color:#080000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
 
}

.menu-menu-1-container
{
	float:left;
}

.current-menu-item
{
	/*background:#0bb900;*/
}

header nav ul li a:hover,
header nav ul li a.active
{
 color:#fff;
 background:#0bb900;
 margin-left:1px;
}


/* Start Sub Category Menu */


header nav ul li ul li ul 
{
  position:absolute;
  left:0;
  background:#333;
  display:none!important;

}

header nav ul li ul li:hover ul 
{
 display:block!important;
 left: 200px;
 top: 0;
 
}



/* End Sub Category Menu */


.menu-toggle
{
 color:#fff;
 float:right;
 line-height:50px;
 font-size:24px;
 cursor:pointer;
 display:none;
 
}

.header 
{
	
    box-sizing: border-box;
    display: flow-root;
    padding: 0px;
    transition: 0.5s;
    z-index: 999999999;
    position: inherit;
}


.sticky {
background:#15324c;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999999;
  padding:0px;
  
}

.sticky + .content {
  padding-top: 102px;
}

.logo-m
{
	display:none;
}


.smart-tabs ul .active a:before {
    font-family: 'FontAwesome';
    content: "\f061";
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 14px;
    height: 20px;
    color: #ddd;
}

header nav ul ul ul {
    position: absolute;
    right: 100%;
    left: auto!important;
}

.top-bar
{
    background: #f1f1f1;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
	overflow:hidden;
}

.slide-area
{
	padding:17px 0px;
	background:#fdfdfd;
}

.carousel-item img 
{
	height: auto;
    width: 100%;
}

.carousel-inner
{
	border-radius:3px;
}

.office {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    border-radius: 4px;
    background: #fff;
    padding: 30px;
}

.office:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.01), 0 10px 10px rgba(0, 0, 0, 0.08);
}

.margin-top5 {
    margin-bottom: 9px;
    padding: 7px;
}

.office .icon {
    font-size: 24px;
    display: inline-block;
    float: left;
    margin-right: 7px;
}

.office .icon {
    color: #f24259;
}


.margin-top5 h4 {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
}

.office h4 {
  color: #233049;
    margin: 0;
    font-weight: 500;
}


.post-time
{
	font:13px/14px Noto Sans,sans-serif;color:#9a9a9a
}

.tabs-area
{
	padding:45px 0px;
}

.cus-tab
{
    display: block!important;
    text-align: center!important;
    width: 83%;
    margin: 0 auto;
    border-radius: 6px;
    border-bottom: 3px solid #0a48f7;
}

.cus-tab .nav-item {
    margin-bottom: -1px!important;
    display: inline-block!important;
}

.cus-tab .nav-item a {
  border:none!important;
  background:none;
  color: #333;
  font-weight: bold;
}

.cus-tab .nav-item a.active {
 color:#0042fd;
  background:none;
}

.thumb
{
    overflow: hidden;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tab-content .thumb
{
    height:196px!important;
}

.tab-content .thumb img
{
    height:100%!important;
}


body.single .thumb
{
	height: auto;
}


.thumb img
{
	   width: 100%;
    height: auto;
}

.entry-content p 
{
	line-height:1.6;
	text-align:justify;
	font-size:16px;
}

.slide-txt
{
   position: absolute;
    z-index: 999;
    color: #fff;
    margin: 0;
    top: 0;
    text-align: center;
    width: inherit;
    line-height: 2;
    font-size: 22px;
    background: #000000b8;
    height: 100%;
    padding-top: 81px;
    padding-left: 61px;
    padding-right: 69px;
    padding-bottom: 52px;
}

.carousel-control-prev {
    left: 0;
    z-index: 9999!important;
}

.carousel-control-next {
    right: 0;
	   z-index: 9999!important;
}

#subscribe {
    background: url('subscribebg.jpg') no-repeat center / cover;
    padding: 10px 0;
    color: #fff;
    position: relative;
    z-index: 1;
	margin:0px 0px;
}

#subscribe:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.949;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    z-index: -1;
	background: #233049;
}

#subscribe #subscribe-mail
{
  width: 70%;
    margin: auto;
    height: 52px;
    padding: 4px 15px;
    border-radius: 4px;
    border: 1px solid #242f47;
}

#subscribe .subscribe-btn
{
margin: auto;
    padding: 10px 9px;
    border-radius: 4px;
    border: 1px solid #0bb900;
    background: #0bb900;
    color: white;
    font-weight: bold;
    font-size: 18px;
}


.font-bold
{
	font-weight:bold;
}

.color-red 
{
      color: #ff0000;
    background: white;
    width: fit-content;
    margin: -24px auto 0px auto;
    padding: 5px 12px;
    border: 1px solid #c1c1c1;
}

.bdr-red
{
	border-color:#ff0000!important;
}

.bdr-gray {
    border-color: #c1c1c1!important;
}


.border-1
{
	border:1px solid;
}

.categories-area
{
	padding:30px 0px;
}


.footer
{
background: url(subscribebg.jpg) no-repeat center / cover;
    padding: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0px 0px;
}

.footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.949;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    z-index: -1;
    background: #01060e;
}

.footer .footer-meta 
{
    text-align: center;
    background: #030a15b3;
    line-height: 2;
    font-size: 14px;
    color: #bfbfbf;
overflow:hidden;
}

.thumb-new
{
 float:left;
 height:120px;
 width:120px;
 overflow:hidden;
     margin: 5px 13px 5px 0px;
}

.thumb-new img
{
 height:100%;
 width:100%;
}

.bdr-btm
{
	border-bottom:1px solid;
}

.bdr-btm-dot
{
	border-bottom:1px dotted;
}

.sport h5, .sport h2, .sport p
{
 margin:0;
}

.sport h2 
{
 margin:-24px auto 0px auto!important;
}

aside ul 
{
	list-style:none;
}

.card-bodys ul li {
    list-style: none;
    border-bottom: 1px solid #dad8d845;
    padding: .6em;
    transition: .5s;
}

.card-bodys ul li a {
    font-weight: 700;
    color: #333232;
    text-shadow: none;
    font-size: 15px;
    display: block;
}

.search-form
{
	padding:7px;
}

.search-form label
{
	margin:0;
}

.search-form label span
{
	display:none;
}

.search-field {
    width: 100%;
    padding: 8px 12px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 4px 3px 3px 4px;
    border: 2px solid #0bb900;
}

.stiky .search-field {
    padding: 8px 15px!important;
    
}

.search-form .search-submit {
    border-right: 2px solid #015180;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    padding: 15px 18px;
    background: #fff;
    color: #0066ca;
    border-top: 2px solid #015180;
    border-bottom: 2px solid #015180;
    border-left: none;
    line-height: 10px;
    margin-left: -7px;
    margin-top: -2px;
}

.comments-area {
    padding: 14px;
    border: 1px solid #f3f3f3;
    line-height: 2;
    margin-top: 10px;
}

.comments-area h2, h3, h4 {
    line-height: 1.6;
    margin: 10px auto;
}

.comments-area label {
    display: block;
}

.comment-form textarea {
    padding: 6px;
    width: 95%;
    border: 1px solid #dadada;
    border-radius: 2px;
    margin-top: 10px;
}

.search-form .search-submit, .submit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding:0.550rem .75rem;
    font-size: 1rem;
    color: #fff;
    background-color: #0bb900;
    border-color: #0bb900;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-form .search-submit:hover, .submit:hover {
    background: #000;
    border: 1px solid;
}

.entry-footer
{
    padding: 6px 8px;
    background: gainsboro;
    margin-bottom: 13px;
    margin-top: 10px;
}

.entry-footer span
{
padding: 5px 8px;
margin: 10px 0px 10px 3px;
}

.page-header
{
  padding: 8px;
    background: #f1f1f1;
    border-radius: 3px;
}

.page-header h1
{
    font-size: 28px;
    text-align: center;
	margin:0;
}

.page-header .color-red
{
 margin:0;
}

body.single .entry-header
{
    padding: 8px;
    background: #f1f1f1;
    border-radius: 3px;	
	margin-bottom:15px;
    z-index: 999;
}



body.single .entry-header h1 {
    font-size: 22px;
    text-align: left;
    margin: 0;
    font-weight: 700;
    line-height: 1.6;
}

body.blog .entry-header {
    padding: 8px;
    background: #f1f1f1;
    border-radius: 3px;
    margin-bottom: 15px;
} 

body.blog .entry-header h1 {
    font-size: 28px;
    text-align: center;
    margin: 0;
}


.tab-content h4
{
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.tab-content .card-body
{
   padding:8px;
}

.home aside
{
	flex:100%!important;
	max-width:100%!important;
}

li.recent-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.recent-item img {
    border: 1px solid #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.recent-foot-img img {
    width: 50px!important;
    height: 50px!important;
}

.footer p {
    color: #fefefe;
	margin:0;
}



/* End Tab Panel CSS */

/* Responsive Navigation Start */

@media (max-width:991px)
{
header
{
padding:0;
}

.menu-area {
    background: #d33;
}

#myHeader .container-fluid
{
	width:100%;
	margin:0;
	padding:0;
}

.more-guide
{
	display:none;
}

.slide-txt {
	font-size:18px;
	line-height:1.6;
    padding-top: 31px;
    padding-left: 44px;
    padding-right: 47px;
    padding-bottom: 17px;
}

.top-container .top-nav, .logo, .form-inline, .top-bar, .logo-area
{
	display:none;
}

.home-post
{
	margin-top:15px;
}

.logo-m
{
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	
}

.logo-m a
{
	color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
	
}

.header {
   
    padding: 0px;
}



.menu-toggle
{
 display:block;
 float:right;
}


header nav 
{
 position:absolute;
 width:100%;
 height: calc(100vh - 50px);
 background:#333;
 top:50px;
 left:-100%;
 transition:0.5s;
 z-index:9999;

} 
 
header nav.active 
{
  left:0;
}
 
 header nav ul
{
 display:block;
 text-align:center;
}


header nav ul li a 
{
  border-bottom:1px solid gray;
}

 header nav ul li.active ul 
{
 position:relative;
 background:#003e6f;
}

header nav ul li ul li 
{
	width:100%;
}


header nav ul li ul li.active ul 
{
 display:block!important;
 left:0px;
 top: 0;
 
}

.cus-tab
{
	width:90%;
	margin:0 auto;
}

.thumb {
    height: auto;
}

.footer
{
	text-align:center;
}

}

.site-description
{
	display:none;
}

.font-20
{
 font-size:20px!important;
}

.font-30
{
 font-size:30px!important;
}


.font-weight-bold 
{
 font-weight:bold;
}

.time-div
{
    padding: 5px;
    background: #007eff;
    margin-top: -6px;
    margin-right: -5px;
    border-top-right-radius: 3px;
}

.time-div .post-time
{
 color:#fff!important;
}

.logo p 
{
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.readmore
{
	display:block;
	
}

.widget_calendar {}
#wp-calendar {width: 100%; }
#wp-calendar caption 
{
     text-align: center;
    color: #fff;
    font-size: 18px;
    background: gray;
    font-weight: bold;
    padding: 5px;	
}

#wp-calendar thead { text-align:center;}
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

	body {
		overflow-x: hidden;
	}
	
.stiky {
  position: fixed;
  top: 0;
  width: 100%;
  right:0;
}

.stiky + .content2 {
  padding-top: 102px;
}
		
/* End Responsive Navigation Css */

.btm-ftr {
    float: left;
    margin: 0;
    padding: 0;
}


.btm-ftr ul {
   
    margin: 0;
    padding: 0;
}


.btm-ftr li {
    display: inline;
    padding: 5px;
}


.btm-ftr li a {
   font-size:14px!important;
   color:#c3c3c3;
   line-height:2;
}

.btm-ftr .current-menu-item {
    background: none;
	color:#c3c3c3;
	
}


body.home .thumb img {
       width: 100%;
    height: auto;
}
body.home .thumb {
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 15px;
}
.header-marquee
{
    line-height: 2;
    width: 78%;
    padding: 4px;
    border-radius: 4px;
    margin-top:0px;
	
}


.header-marquee a
{
   
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.header-marquee a:hover 
{
  color:#dd3333;
}

.home-side .card-header { 
    background-color:#008e18;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
}

.card-bodys ul li a:hover 
{
	color:#008e18;
}

.logo a {
    color: #0bb900;
}
	

body.single .card-header { 
    background-color:rgb(7, 123, 0);
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
}

body.single article
{
    overflow: hidden;
    padding: 5px;
    margin-bottom: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    border-radius: 4px;
    margin: 0px;
}

body.single .site-content
{
       padding: 7px 9px;
}



.home-side ul li:before
{
 color:#008e18;
    content: "\f02c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 21px;
    line-height: 1;
    position: relative;
    margin-right: 8px;
    font-weight: 550;
    float: left;
    margin-bottom: 7px;
}

.relative
{
 position:relative;
}

.absolute
{
  position:absolute;
}


.thumb .absolute
{
    z-index: 999;
    bottom: 0px;
    right: 5px;
    border-radius: 0px!important;
}

.heading-black
{
    background-color: #f1f1f1;
    color: #0bb900;
    font-weight: bold;
    padding: 5px 10px;
    border-left: 4px solid #0bb900;
    clear: both;
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
	margin-top:0;
}

.ml-0
{
	margin-left:0!important;
	padding:0px 6px!important;
	
}



.email-tips, .more-guide
{
  background:#fff;
  overflow:hidden;
}

.email-tips img 
{
	width:100%;
	height:auto;
}
.email-tips h2, .more-guide h2, .font-24
{
	border: none;
    font-size: 18px!important;
    line-height: 1.3;
    padding: 9px 0px;
    font-weight: bold;
    text-shadow: none;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 15px;
}

.email-tips p, .more-guide p
{
    font-size: 0.9em;
	text-align:left;
   
}

.home-recent-box
{
	min-height: 278px;
    overflow: hidden;
    margin-bottom: 15px;
}

.email-tips h2 a, .more-guide a

{
	color:#333;
}

.email-tips h2 a:hover, .tab-card h4 a:hover, .more-guide h2 a:hover, .home-side article h4 a:hover, .font-24:hover
{
color:#dd3333;
}

.readmore
{
	background:#eee;
}

.readmore:hover
{
background:#0072ff!important;
border:1px solid;
color:#fff;
}

.more-guide .alignleft
{
float: left;
    text-align: left;
    margin: 0 24px 24px 0;
    z-index: 9999999;
    position: relative;
}

.more-guide img
{
max-width:100%;
}


.more-guide article
{
    margin: 0px 0px;
    border-bottom: 2px solid #f3f3f3;
    clear: both;
    overflow: hidden;
    padding: 5px;
}

.home-side article h4 
{
     border: none;
    font-size: 14px!important;
    line-height: 1.3;
    padding: 0;
    font-weight: bold;
    text-shadow: none;
    margin: 0;
}



.tab-card h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
	text-align:center;
}

.tab-card .card-body {
    padding: 8px;
}

.tab-card h4 a {
    color: #1f1a17;
    font-weight: 600;
    transition: 0.5s;
}

.size-more-guide
{
	width:150px;
	height:150px;
}
.size-side-img
{
	width:100px;
	height:80px;
}

.readmore-text
{
 color:blue!important;
}

.readmore-text:hover
{
 color:red!important;
}

.site-content .entry-content ol, .site-content .entry-content ul
{
padding: 7px 30px;
    line-height: 2;
    background: #f8fbff;
    margin-left: 6px;
    font-weight: 400;
    font-size: 17px;
    border-radius: 4px;
	margin-bottom: 6px;
    margin-top: 6px;
}

.site-content .entry-content ol li, .site-content .entry-content ul li
{
  line-height: 1.6;
    margin-bottom: 7px;
}


@media (max-width:991px)
{

.search-container
{
	display:none;
}

body.single article
{
	margin:0;
}

body.home .thumb {
    height: 130px!important;
}

body.home .thumb img {
    height: 100%!important;
}

.font-24, .email-tips h2, .more-guide h2 
{
    font-size: 18px!important;

}

.more-guide .alignleft {
    float: none;
    margin: 0 auto;
    width: 100%;
	height: auto;
}

#subscribe #subscribe-mail {
    width: 90%;
    margin: auto;
    height: 37px;
    padding: 4px 15px;
   
}

#subscribe .subscribe-btn {
    margin: auto;
    padding: 5px 5px;
    border-radius: 4px;
    border: 1px solid #0bb900;
    background: #0bb900;
    color: white;
    font-weight: bold;
    font-size: 13px;
    margin-top: 9px;
}





.footer .footer-meta
{
	text-align:center;
	
}



.header-social, .btm-ftr
{
	width:100%;
	text-align:center;
	float:none;
}

.header-social:before {
   display:none;
}

.slide-area {
    padding: 0px 0px;
}



}

#subscribe .subscribe-btn:hover 
{
	background:#000;
	border:1px solid #000;
}

.nav-recent-posts img 
{
	width:100%;
}

.wppsac-post-content, .wppsac-post-date, .slick-dots
{
	display:none!important;
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides
{
	height: 276px;
   
}

.wppsac-post-image-bg
{
	padding:5px;
	border-top:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	margin-bottom:0px;
	
	
}
.wppsac-post-content-position
{
padding: 5px;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    margin-top: -15px;
    border-radius: 4px;
	
	
}

.wppsac-post-carousel h2.wppsac-post-title a {
    font-size: 17px;
    line-height: 1;
}

.side-social
{
	display:block;
	margin:0;
	
}


.side-social li
{
    display: inline-block;
    border-right: 1px dotted #e4e4e4;
    width: 18.69%;
    text-align: center;
}

.side-social li:last-child
{
	border:none;
}

.side-social li a .fa {
  padding: 5px;
    line-height: 1.5;
    font-size: 29px;
    display: block;
}

.side-social li a:hover {
    padding: 5px;
  color:#0072ff;
}




.side-social li:before {
   display:none!important;
}

.follow
{
 margin:0;
}

.side-article img 
{
	width: 35%;
    float: right!important;
    height: 64px;
    margin: 0!important;
}

.side-title-left 
{
	width:62%;
	margin:0 auto;
}

body.single #subscribe {
   
    margin: 87px 0px 0px 0px;
}

.top-news-title {
   color: #FDFDFC!important;
    display: block;
    float: left;
    font-size: 16px;
    padding: 1px 10px;
    position: relative;
    margin-top: 2px;
    margin-bottom: 0;
    background: #0bb900;
    line-height: 2.1;
    font-weight: bold;
}
.top-news-title:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-left: 14px solid #0bb900;
    border-bottom: 10px solid transparent;
    right: -11px;
    top: 8px;
}

.side-social li a:hover .fa
{
	color:#fff!important;
}

.facebook:hover
{
 background:#3b5998;
}
.fa-facebook 
{
	color:#3b5998;
}

.twitter:hover
{
  background:#00acee;
}
.fa-twitter 
{
  color:#00acee;
}

.linkedin:hover
{
	background:#0e76a8;
}
.fa-linkedin 
{
  color:#0e76a8;
}

.youtube:hover
{
  background:#c4302b;
}
.fa-youtube 
{
  color:#c4302b;
}

.instagram:hover
{
	background:#c736ad;
	 background: -webkit-linear-gradient(45deg, #ff9a1e, #a900ff 80%);
    -webkit-background-clip: background;
	
}
.fa-instagram:hover 
{
  background: -webkit-linear-gradient(45deg, #fff, #fff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.fa-instagram 
{
  background: -webkit-linear-gradient(45deg, #ff9a1e, #a900ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

body.single .entry-content h2, body.single .entry-content h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
}

#subscribe .header-social li a .fa
{
  color:#e4e4e4!important;
}


#subscribe .header-social .fa-instagram {
    background: -webkit-linear-gradient(45deg, #fff, #fff 80%);
    -webkit-background-clip: text;
   
}

#subscribe .header-social li
{
       display: inline-block;
    text-align: left;
    margin-right: 12px;
}

.dpsp-share-text
{
    border-top: 3px solid #0051a5;
    padding-top: 12px;
}

.top-social a i
{
	color:#000!important;
	margin-left:20px;
}

.f-widget-title
{
	border-left: 4px solid #0bb900;
    padding-left: 5px;
    margin:35px 0px 12px 0px;
    line-height: 1.6;
    font-size: 21px;
}


.single-page-heading h1
{
	border-left: 4px solid #0bb900;
    padding-left: 10px;
    margin:35px 0px 12px 0px;
    line-height: 1.6;
    font-size: 30px;
	font-weight:700;
}

.single-page-heading h2
{
	border-left: 4px solid gray;
    padding-left: 10px;
    margin:35px 0px 12px 0px;
    line-height: 1.6;
    font-size: 25px;
	font-weight:700;
}

.single-page-heading h3
{
	border-left: 4px solid gray;
    padding-left: 10px;
    margin:35px 0px 12px 0px;
    line-height: 1.6;
    font-size: 22px;
	font-weight:700;
}

.single-page-heading h4
{
    padding-left: 10px;
    margin:35px 0px 12px 0px;
    line-height: 1.6;
    font-size: 20px;
	font-weight:700;
}

.single-page-heading .entry-content p {
 padding-left:15px;
}

.footer ul li
{
	margin-left:5px;
}

.footer ul li:before
{
	color: #0bb900;
    content: "\f178";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 21px;
    line-height: 1;
    position: relative;
    margin-right: 8px;
    font-weight: 550;
    margin-bottom: 7px;
}

.footer ul li a 
{
	color:#b9b9b9;
	line-height:1.6;
}

.footer ul li a:hover 
{
	color:#dd3333;
}

.footer .textwidget
{
	padding-left:10px;
}

.alignnone
{
     width: 100%;
    height: auto;
	margin:0.7em 0em;
    box-shadow: 1px 1px 3px grey;
}

.bg-lights
{
	background: #f8f9fa!important;
    z-index: 999999999999999;
    position: relative;
    margin-top: 15px;
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 15px;
}

.posted-card
{
  padding: .4rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
	font-size: 14px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#pro-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


