/*!
Theme Name: PML News
Theme URI: http://underscores.me/
Author: Samad
Author URI: http://cognoda.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pml-news
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.

PML News is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/* imported styles for PML news */

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;600;700;800;900&display=swap");
html,
body {
  height: 100%; }

.home-2-bg
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #515A60;
  line-height: 24px; }

.home-1-bg {
  background: #FCFCFC; }

.home-2-bg {
  background: #F2F6F8; }

.home-3-bg {
  background: #FAFAFA; }

.home-dark {
  background: #17222B; }

img {
  max-width: 100%; }

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  color: #17222B; }
  a:hover {
    color: #1091FF; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #222;
  margin: 0px 0 15px;
  line-height: normal; }

.title {
  text-transform: capitalize; }

p {
  margin: 0 0 15px; }

.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.slick-slide {
  outline: 0; }

.page-link:focus {
  box-shadow: none; }

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1260px !important; } }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute; }

.ad a {
  display: block; }
  .ad a img {
    width: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 55px;
  font-size: 26px;
  line-height: 75px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #FF5555; }
  .main-btn:hover {
    background-color: #fff;
    color: #FF5555;
    border-color: #fff; }
  .main-btn.main-btn-2 {
    width: 100%;
    line-height: 46px;
    background: #F2F9FF;
    color: #1091FF;
    border: 1px solid #BADFFF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400; }
    .main-btn.main-btn-2:hover {
      background: #1091FF;
      border-color: #1091FF;
      color: #fff; }

.main-btn-2 {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 4px solid #222;
  padding: 0 55px;
  font-size: 26px;
  line-height: 75px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #222; }
  .main-btn-2:hover {
    background-color: transparent;
    color: #222;
    border-color: #222; }

.section-title {
  margin-bottom: 15px; }
  .section-title .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0; }
  .section-title a {
    font-size: 15px;
    font-weight: 500;
    color: rgba(23, 34, 43, 0.5); }
    .section-title a:hover {
      color: #1091FF; }
  .section-title.section-title-2 .title {
    color: #fff; }
  .section-title.section-title-2 a {
    color: rgba(255, 255, 255, 0.5); }
  .section-title.section-title-3 {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px; }
    .section-title.section-title-3::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 5px;
      width: 30px;
      background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }

.counter-post-main-item::-webkit-scrollbar,
.post_gallery_items::-webkit-scrollbar {
  width: 2px;
  /* width of the entire scrollbar */ }

.counter-post-main-item::-webkit-scrollbar-track,
.post_gallery_items::-webkit-scrollbar-track {
  background: #F6F7F7;
  /* color of the tracking area */ }

.counter-post-main-item::-webkit-scrollbar-thumb,
.post_gallery_items::-webkit-scrollbar-thumb {
  background-color: #A9ACB0;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 0px;
  /* creates padding around scroll thumb */ }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1091ff;
  z-index: 999; }

.preloader.dark-p {
  background: #17222b; }

.preloader.v4 {
  background: linear-gradient(90deg, #FF5555, #AB50EF); }

.preloader > div {
  width: 300px;
  height: 300px;
  flex: 0 0 25%;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: 0 0;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  animation: 1s spin linear infinite; }

.bt-spinner {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #222;
  border-top-color: #fff;
  animation: 1s spin linear infinite; }

.db-spinner {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #222;
  border-top-color: #009688;
  border-bottom-color: #009688;
  animation: 1s spin linear infinite; }

.double-spinner {
  position: relative; }

.dbl-spinner {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid transparent;
  border-top: 4px solid #222;
  border-left: 4px solid #222;
  animation: 2s spin linear infinite; }

.dbl-spinner--2 {
  border: 4px solid transparent;
  border-right: 4px solid #009688;
  border-bottom: 4px solid #009688;
  animation: 1s spin linear infinite; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.trending-area.pt-85 {
  position: relative;
  z-index: 0; }

/*===========================
    2.HEADER css 
===========================*/
.header-topbar {
  border-bottom: 1px dashed #DCDEDF;
  background: #fff; }
  @media (max-width: 767px) {
    .header-topbar {
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-topbar {
      display: block; } }
  .header-topbar .topbar-social {
    justify-content: flex-end; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 5px; } }
    @media (max-width: 767px) {
      .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 5px; } }
    .header-topbar .topbar-social .social ul {
      margin: 0;
      padding: 0 0 0 14px;
      list-style-type: none;
      position: relative; }
      .header-topbar .topbar-social .social ul::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(23, 34, 43, 0.3);
        width: 1px;
        height: 14px; }
      .header-topbar .topbar-social .social ul li {
        display: inline-block; }
        .header-topbar .topbar-social .social ul li a {
          color: rgba(23, 34, 43, 0.75);
          margin-left: 10px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          .header-topbar .topbar-social .social ul li a:hover {
            color: #1091FF; }
    .header-topbar .topbar-social p {
      margin-bottom: 0;
      padding-right: 30px;
      font-size: 14px;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-topbar .topbar-social p {
          font-size: 12px; } }

.topbar-trending > span {
  float: left;
  background: #FF5555;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px; }
.topbar-trending .trending-slider .trending-item p {
  margin-bottom: 0;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .topbar-trending .trending-slider .trending-item p {
      font-size: 13px; } }
.topbar-trending .trending-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: 1px solid rgba(23, 34, 43, 0.25);
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  background: #fff; }
  .topbar-trending .trending-slider .slick-arrow.prev {
    right: 25px; }
  .topbar-trending .trending-slider .slick-arrow.next {
    right: 0px; }

.header-centerbar {
  padding: 10px 0;
  background: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-centerbar-ad {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .header-centerbar-ad {
    margin-top: 20px; } }

.header-menubar {
  background: #fff; }

.header-menu-rightbar {
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.header-menu-search ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .header-menu-search ul li {
    display: inline-block; }
    .header-menu-search ul li a {
      font-size: 18px;
      color: rgba(23, 34, 43, 0.5);
      margin: 7px; }

.nice-select-item {
  margin-left: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nice-select-item {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .nice-select-item {
      margin-left: 0;
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .nice-select-item {
      display: block; } }
  .nice-select-item .nice-select {
    border: 0;
    border-left: 1.5px solid rgba(23, 34, 43, 0.3);
    border-right: 1.5px solid rgba(23, 34, 43, 0.3);
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .nice-select-item .nice-select {
        padding-right: 25px; } }
    .nice-select-item .nice-select::after {
      height: 10px;
      width: 10px;
      top: 36%;
      right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .nice-select-item .nice-select::after {
          right: 8px; } }

.header-temperature {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .header-temperature {
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-temperature {
      display: block; } }
  .header-temperature .icon {
    padding-left: 13px;
    padding-right: 13px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-temperature .icon {
        padding-left: 6px;
        padding-right: 6px; } }
  .header-temperature .temperature-content .title {
    margin-bottom: 0; }
    .header-temperature .temperature-content .title sup {
      font-size: 16px; }
      .header-temperature .temperature-content .title sup sub {
        font-size: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-temperature .temperature-content p {
      font-size: 13px; } }

.header-area {
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05);
  position: relative; }
  .header-area.header-style-2 .header-topbar .topbar-trending > span {
    background: rgba(255, 85, 85, 0.15);
    color: #FF5555; }
  .header-area.header-style-2 .topbar-social .nice-select-item .nice-select {
    border-right: 0;
    line-height: 15px;
    height: 15px;
    padding-right: 20px;
    padding-left: 25px; }
    .header-area.header-style-2 .topbar-social .nice-select-item .nice-select::after {
      right: 0; }
  .header-area.header-style-2 .topbar-social .social ul {
    padding-left: 0; }
    .header-area.header-style-2 .topbar-social .social ul::before {
      display: none; }
  .header-area.header-style-2 .topbar-social .header-menu-search {
    position: relative;
    padding-left: 18px;
    margin-left: 25px; }
    .header-area.header-style-2 .topbar-social .header-menu-search::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #B9BCBF;
      width: 1px;
      height: 18px; }
  .header-area.header-style-2 .header-centerbar .header-search .input-box {
    position: relative; }
    @media (max-width: 767px) {
      .header-area.header-style-2 .header-centerbar .header-search .input-box {
        margin-top: 20px; } }
    .header-area.header-style-2 .header-centerbar .header-search .input-box input {
      width: 100%;
      background: #ECEDEE;
      height: 50px;
      padding-left: 20px;
      border-radius: 5px;
      border: 0; }
    .header-area.header-style-2 .header-centerbar .header-search .input-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 90px;
      text-align: center;
      background: #1091FF;
      color: #fff;
      border: 0;
      border-radius: 0 5px 5px 0; }
  .header-area.header-style-2 .header-menubar .menubar-bg {
    background: #17222B; }
  .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light {
    background: #17222B; }
    .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light a {
      color: #fff; }
      .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light a.dd-toggle .icon-plus::before {
        border-color: #fff; }
      .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light a.dd-toggle .icon-plus::after {
        border-color: #fff; }
    .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light li > a {
      color: #fff; }
    .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light .third, .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light .half {
      border-left-color: rgba(255, 255, 255, 0.15); }
    .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light .menu-toggle span.bars span {
      background: #fff; }
  .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a.active, .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a:hover {
    background: #1091FF; }
  .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav > ul ul {
    background: #17222B; }
  .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.mobile.light ul {
    background: #17222B; }
  .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.mobile.light li a {
    border-bottom-color: rgba(255, 255, 255, 0.15); }
  .header-area.header-style-2 .header-menubar .header-date {
    background: #29333C; }
    .header-area.header-style-2 .header-menubar .header-date p {
      line-height: 64px;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 0;
      padding: 0 30px;
      font-size: 16px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area.header-style-2 .header-menubar .header-date p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .header-area.header-style-2 .header-menubar .header-date p {
          padding: 0 15px; } }
  .header-area.header-style-2.header-style-4 {
    box-shadow: none; }
  .header-area.header-style-2.header-style-3 {
    background: #fff;
    position: relative;
    box-shadow: none; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area.header-style-2.header-style-3 .topbar-social .header-menu-search {
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area.header-style-2.header-style-3 .topbar-social .header-menu-search ul li a {
        margin: 0; } }
    .header-area.header-style-2.header-style-3 .header-topbar {
      padding: 6px 0;
      border-bottom: 1px solid rgba(23, 34, 43, 0.08);
      margin-left: -30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area.header-style-2.header-style-3 .header-topbar {
          margin-left: 0; } }
      .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending > span {
        padding: 4px 18px;
        background: #17222B;
        color: #fff; }
      .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .trending-item p {
        padding: 4px 16px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .trending-item p {
            padding: 4px 5px;
            font-size: 13px; } }
      .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .slick-arrow {
        height: 30px;
        width: 30px;
        background: rgba(23, 34, 43, 0.1);
        border: 0;
        line-height: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .slick-arrow.next {
            right: -35px; } }
        .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .slick-arrow.prev {
          right: 35px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .slick-arrow.prev {
              right: 0; } }
    .header-area.header-style-2.header-style-3 .header-centerbar {
      padding: 18px 0; }
      .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social {
        margin-left: 40px; }
        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li {
            display: inline-block; }
            .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li a {
              height: 50px;
              width: 50px;
              text-align: center;
              line-height: 50px;
              background: rgba(23, 34, 43, 0.1);
              color: rgba(23, 34, 43, 0.85);
              display: inline-block;
              position: relative;
              z-index: 5; }
              .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li a::before {
                position: absolute;
                content: '';
                left: 50%;
                top: 50%;
                height: 100%;
                width: 100%;
                transform: translate(-50%, -50%) scale(0);
                background: linear-gradient(#f55 0%, #ab50ef 100%);
                z-index: -1;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s; }
              .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li a:hover {
                color: #fff; }
                .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li a:hover::before {
                  transform: translate(-50%, -50%) scale(1); }
      .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .header-date {
        position: relative;
        padding-right: 34px;
        margin-right: 25px; }
        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .header-date::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          height: 50px;
          background: rgba(23, 34, 43, 0.08); }
        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .header-date .title {
          margin-bottom: 0;
          font-size: 18px; }
        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .header-date span {
          color: rgba(23, 34, 43, 0.6);
          font-size: 14px;
          font-weight: 400; }
    .header-area.header-style-2.header-style-3 .header-menubar {
      position: absolute;
      left: 0;
      top: 100%;
      right: 0;
      background-color: transparent;
      z-index: 8; }
      .header-area.header-style-2.header-style-3 .header-menubar .menubar-bg {
        position: relative;
        z-index: 6; }
        .header-area.header-style-2.header-style-3 .header-menubar .menubar-bg::after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: #17222B;
          z-index: -1; }
        .header-area.header-style-2.header-style-3 .header-menubar .menubar-bg::before {
          position: absolute;
          content: '';
          left: 0;
          top: 50px;
          height: 36px;
          width: 100%;
          background: #fff;
          opacity: 0.5;
          filter: blur(25px);
          z-index: -2; }
      .stellarnav.light a.dd-toggle .icon-plus::after
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a.active, .stellarnav.light a.dd-toggle .icon-plus::after
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a:hover {
        background: #fff;
        color: #F55; }
      .stellarnav.light a.dd-toggle .icon-plus::after
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a::before {
        height: 5px;
        background: linear-gradient(#f55 0%, #ab50ef 100%); }
      .stellarnav.light a.dd-toggle .icon-plus::after
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav.light a.dd-toggle .icon-plus::before {
        background: #000; }
      .stellarnav.light a.dd-toggle .icon-plus::after
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav.light a.dd-toggle .icon-plus::after {
        background: #000; }
      .stellarnav.light a.dd-toggle .icon-plus::after
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav.light li a {
        font-weight: 700; }
      .stellarnav.light a.dd-toggle .icon-plus::after
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav.desktop li.has-sub ul li a:hover {
        background: #fff;
        color: #F55; }
      .stellarnav.light a.dd-toggle .icon-plus::after
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav li li.has-sub > a::after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
      .header-area.header-style-2.header-style-3 .header-menubar .header-menu-rightbar .header-search .input-box button {
        background: linear-gradient(#f55 0%, #ab50ef 100%);
        color: #fff;
        border: 0;
        width: 80px;
        height: 100%;
        text-align: center;
        line-height: 65px;
        font-size: 24px; }
  .header-area.header-dark .header-topbar {
    background: #17222B;
    border-bottom-color: #44515D; }
    .header-area.header-dark .header-topbar .topbar-trending .trending-slider .trending-item p {
      color: rgba(255, 255, 255, 0.85); }
    .header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow {
      background-color: transparent;
      border: 1px solid #515A60;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow:hover {
        background: #1091FF;
        border-color: #1091FF;
        color: #fff; }
    .header-area.header-dark .header-topbar .topbar-social p {
      color: rgba(255, 255, 255, 0.85); }
    .header-area.header-dark .header-topbar .topbar-social .social ul li a {
      color: rgba(255, 255, 255, 0.75); }
      .header-area.header-dark .header-topbar .topbar-social .social ul li a:hover {
        color: #1091FF; }
  .header-area.header-dark .header-centerbar {
    background: #233340; }
  .header-area.header-dark .header-menubar {
    background: #233340; }
    .header-area.header-dark .header-menubar .header-menu .stellarnav.light {
      background-color: transparent; }
      .header-area.header-dark .header-menubar .header-menu .stellarnav.light li a {
        color: #fff; }
      .header-area.header-dark .header-menubar .header-menu .stellarnav.light ul ul {
        background: #233340; }
      .header-area.header-dark .header-menubar .header-menu .stellarnav.light .menu-toggle span.bars span {
        background: #fff; }
      .header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::after, .header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::before {
        border-color: #fff; }
    .header-area.header-dark .header-menubar .header-menu .stellarnav.desktop li.has-sub ul li a:hover {
      background: rgba(255, 255, 255, 0.05); }
    .header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a:hover, .header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a.active {
      background: rgba(255, 255, 255, 0.05); }
    .header-area.header-dark .header-menubar .header-menu .stellarnav.mobile.light ul {
      background: #233340; }
    .header-area.header-dark .header-menubar .header-menu-rightbar .header-menu-search ul li a {
      color: rgba(255, 255, 255, 0.5); }
    .header-area.header-dark .header-menubar .header-menu-rightbar .nice-select-item .nice-select {
      background-color: transparent;
      color: rgba(255, 255, 255, 0.75);
      border-left-color: #65717A;
      border-right-color: #65717A; }
    .header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content .title {
      color: #fff; }
    .header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content p {
      color: rgba(255, 255, 255, 0.6); }

/*===========================
    3.POST css 
===========================*/
.post-area {
  padding-top: 30px;
  padding-bottom: 40px; }

.single__post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .single__post {
      display: block;
      text-align: center; } }
  .single__post .post-thumb {
    min-width: 80px;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .single__post .post-thumb {
        margin-bottom: 15px;
        display: inline-block; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single__post .post-content {
      font-size: 14px; } }
  .single__post .post-content .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single__post .post-content .title {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .single__post .post-content .title {
        font-size: 15px; } }
    .single__post .post-content .title a {
      color: #17222B; }
      .single__post .post-content .title a:hover {
        color: #1091FF; }
  .single__post .post-content p {
    margin-bottom: 0; }
  .single__post.post_dark .post-content .title a {
    color: #fff; }
    .single__post.post_dark .post-content .title a:hover {
      color: #1091FF; }
  .single__post.post_dark .post-content p {
    color: rgba(255, 255, 255, 0.85); }

.post-slider .slick-arrow {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 30px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
  box-shadow: -16px 8px 17px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .post-slider .slick-arrow:hover {
    background: #1091FF;
    color: #fff; }

/*===========================
    3.POST GALLERY css 
===========================*/
.post_gallery_play {
  height: 500px !important;
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end; }
  .post_gallery_play .bg-image {
    left: 0;
    top: 0;
    z-index: -1; }
    .post_gallery_play .bg-image::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 300px;
      width: 100%;
      background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
      opacity: .85; }
  .post_gallery_play .post__gallery_play_content {
    padding-left: 40px;
    padding-bottom: 21px;
    color: #fff;
    font-weight: 400;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .post_gallery_play .post__gallery_play_content {
        padding-left: 20px;
        padding-bottom: 6px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .post_gallery_play .post__gallery_play_content {
        padding-left: 40px;
        padding-bottom: 21px; } }
    .post_gallery_play .post__gallery_play_content .post-meta {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .post_gallery_play .post__gallery_play_content .post-meta .meta-categories a {
        color: #fff;
        font-weight: 500;
        font-size: 14px; }
      .post_gallery_play .post__gallery_play_content .post-meta .meta-date {
        padding-left: 32px;
        position: relative;
        font-size: 14px; }
        .post_gallery_play .post__gallery_play_content .post-meta .meta-date::before {
          position: absolute;
          content: '';
          left: 15px;
          top: 50%;
          transform: translateY(-50%) rotate(40deg);
          width: 2px;
          height: 15px;
          background: #fff;
          border-radius: 30px; }
    .post_gallery_play .post__gallery_play_content .title {
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 3px;
      font-weight: 700; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post_gallery_play .post__gallery_play_content .title {
          font-size: 28px;
          line-height: 38px; } }
      @media (max-width: 767px) {
        .post_gallery_play .post__gallery_play_content .title {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .post_gallery_play .post__gallery_play_content .title {
          font-size: 24px;
          line-height: 34px; } }
      .post_gallery_play .post__gallery_play_content .title a {
        color: #fff; }
        .post_gallery_play .post__gallery_play_content .title a:hover {
          color: #1091FF; }
  .post_gallery_play .post_play_btn {
    position: absolute;
    right: 15px;
    top: 15px; }
    .post_gallery_play .post_play_btn a {
      height: 55px;
      width: 55px;
      text-align: center;
      line-height: 55px;
      background: #FF5555;
      color: #fff;
      border-radius: 50%;
      display: inline-block; }
  .post_gallery_play.post_gallery_play-2 {
    height: 450px;
    border-radius: 7px;
    overflow: hidden; }
    .post_gallery_play.post_gallery_play-2 .bg-image {
      background-image: url(../images/gallery-post-2.jpg); }
    .post_gallery_play.post_gallery_play-2 .post__gallery_play_content {
      padding-left: 30px;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .post_gallery_play.post_gallery_play-2 .post__gallery_play_content {
          margin-bottom: 30px; } }
      .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
        font-size: 30px;
        line-height: 40px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
            font-size: 22px;
            line-height: 30px; } }
        @media (max-width: 767px) {
          .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
            font-size: 20px;
            line-height: 26px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
            font-size: 24px;
            line-height: 30px; } }
      .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .post-meta {
        position: relative; }
        .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .post-meta::before {
          position: absolute;
          content: '';
          left: -30px;
          top: 50%;
          transform: translateY(-50%);
          width: 3px;
          height: 18px;
          background: #1091FF; }
  .post_gallery_play.post_gallery_play_dark .bg-image {
    background-image: url(../images/gallery-post-dark.jpg); }

.post-news-list {
  padding: 15px;
  background: #fff;
  border-radius: 7px; }
  .post-news-list .gallery_item.populer_item-style {
    margin-bottom: 16px; }
  .post-news-list .gallery_item .gallery_item_thumb {
    min-width: 75px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-news-list .gallery_item .gallery_item_thumb {
        min-width: 65px; } }
    .post-news-list .gallery_item .gallery_item_thumb img {
      border-radius: 4px; }

.post-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .post-meta .meta-categories a {
    color: #fff;
    font-weight: 500;
    font-size: 14px; }
  .post-meta .meta-date {
    padding-left: 32px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff; }
    .post-meta .meta-date::before {
      position: absolute;
      content: '';
      left: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(40deg);
      width: 2px;
      height: 15px;
      background: #fff;
      border-radius: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post_gallery_sidebar {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .post_gallery_sidebar {
    padding-top: 40px; } }
.post_gallery_sidebar .nav {
  justify-content: space-between;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .post_gallery_sidebar .nav {
      justify-content: center; } }
  @media (max-width: 767px) {
    .post_gallery_sidebar .nav {
      justify-content: center; } }
  .post_gallery_sidebar .nav li a {
    background: #fff;
    box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
    padding: 0 30px;
    line-height: 36px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(23, 34, 43, 0.85); }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post_gallery_sidebar .nav li a {
        padding: 0 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post_gallery_sidebar .nav li a {
        margin: 0 5px; } }
    @media (max-width: 767px) {
      .post_gallery_sidebar .nav li a {
        margin: 0 5px;
        padding: 0 18px; } }
    .post_gallery_sidebar .nav li a.active {
      background: #1091FF; }
.post_gallery_sidebar.post_gallery_sidebar_dark .nav li a {
  background: #233340;
  color: #fff; }
  .post_gallery_sidebar.post_gallery_sidebar_dark .nav li a.active {
    background: #1091FF; }

.gallery_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative; }
  .gallery_item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    border-bottom: 1px dashed #DADCDD;
    width: 100%; }
  .gallery_item .gallery_item_thumb {
    min-width: 100px;
    margin-right: 15px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .gallery_item .gallery_item_thumb {
        min-width: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gallery_item .gallery_item_thumb {
        min-width: 80px; } }
    @media (max-width: 767px) {
      .gallery_item .gallery_item_thumb {
        min-width: 80px; } }
    .gallery_item .gallery_item_thumb .icon {
      position: absolute;
      left: 5px;
      top: -13px; }
      .gallery_item .gallery_item_thumb .icon i {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background: #FF5555;
        font-size: 10px;
        color: #fff; }
  .gallery_item .gallery_item_content {
    position: relative; }
    .gallery_item .gallery_item_content .post-meta {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .gallery_item .gallery_item_content .post-meta .meta-categories a {
        color: #1091FF;
        font-weight: 500;
        font-size: 12px; }
      .gallery_item .gallery_item_content .post-meta .meta-date {
        padding-left: 32px;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: #515A60; }
        .gallery_item .gallery_item_content .post-meta .meta-date::before {
          position: absolute;
          content: '';
          left: 15px;
          top: 50%;
          transform: translateY(-50%) rotate(40deg);
          width: 2px;
          height: 15px;
          background: #515A60;
          border-radius: 30px; }
    .gallery_item .gallery_item_content .title {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
      .gallery_item .gallery_item_content .title a {
        color: #17222B; }
        .gallery_item .gallery_item_content .title a:hover {
          color: #1091FF; }
  .gallery_item:last-child {
    margin-bottom: 0; }
    .gallery_item:last-child::before {
      display: none; }
  .gallery_item.gallery_item-style-2 {
    margin-top: 5px; }
    .gallery_item.gallery_item-style-2 .gallery_item_thumb {
      min-width: 80px; }
      @media (max-width: 767px) {
        .gallery_item.gallery_item-style-2 .gallery_item_thumb {
          min-width: 60px; } }
    .gallery_item.gallery_item-style-2 .gallery_item_content {
      padding-right: 20px; }
      .gallery_item.gallery_item-style-2 .gallery_item_content > span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        font-weight: 500;
        color: #CED0D2; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .gallery_item.gallery_item-style-2 .gallery_item_content > span {
            position: static;
            font-size: 24px;
            display: inline-block;
            transform: translateY(0); } }
        @media (max-width: 767px) {
          .gallery_item.gallery_item-style-2 .gallery_item_content > span {
            position: static;
            font-size: 24px;
            display: inline-block;
            transform: translateY(0); } }
    .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .post-meta .meta-date span {
      color: #8B9195; }
    .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a {
      color: #fff; }
      .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a:hover {
        color: #1091FF; }
    .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content span {
      color: #495259; }
    .gallery_item.gallery_item-style-2.footer_gallery_item::before {
      border-bottom: 2px dashed #3A434B; }
  .gallery_item.populer_item-style {
    margin-bottom: 18px;
    margin-top: 8px; }
    .gallery_item.populer_item-style::before {
      display: none; }
    .gallery_item.populer_item-style .gallery_item_thumb {
      position: relative; }
      .gallery_item.populer_item-style .gallery_item_thumb span {
        position: absolute;
        left: 10px;
        top: -12px;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 16px;
        background: #FF5555;
        color: #fff;
        font-size: 12px;
        border-radius: 50%;
        background: #FF5555;
        font-weight: 500;
        border: 2px solid #fff; }
    .gallery_item.populer_item-style .gallery_item_content {
      padding-right: 0; }
      .gallery_item.populer_item-style .gallery_item_content .title {
        font-size: 15px;
        line-height: 21px; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .gallery_item.populer_item-style .gallery_item_content .title {
            font-size: 12px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .gallery_item.populer_item-style .gallery_item_content .title {
            font-size: 11px;
            line-height: 15px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .gallery_item.populer_item-style .gallery_item_content span {
          font-size: 12px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .gallery_item.populer_item-style .gallery_item_content span {
          font-size: 12px; } }
  .gallery_item.gallery_item_dark .gallery_item_content .title a {
    color: #fff; }
    .gallery_item.gallery_item_dark .gallery_item_content .title a:hover {
      color: #1091FF; }
  .gallery_item.gallery_item_dark .gallery_item_content .post-meta .meta-date {
    color: rgba(255, 255, 255, 0.75); }
  .gallery_item.gallery_item_dark .gallery_item_content > span {
    color: #A2A6AA; }
  .gallery_item.gallery_item_dark::before {
    border-bottom-color: #3A434B; }

.gallery_item_3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  position: relative; }
  .gallery_item_3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -11px;
    border-bottom: 1px solid #DADCDD;
    width: 100%; }
  .gallery_item_3 .gallery_item_thumb {
    min-width: 90px;
    margin-right: 15px;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .gallery_item_3 .gallery_item_thumb {
        min-width: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gallery_item_3 .gallery_item_thumb {
        min-width: 80px; } }
    @media (max-width: 767px) {
      .gallery_item_3 .gallery_item_thumb {
        min-width: 80px; } }
    .gallery_item_3 .gallery_item_thumb .icon {
      position: absolute;
      left: 5px;
      top: -13px; }
      .gallery_item_3 .gallery_item_thumb .icon i {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background: #FF5555;
        font-size: 10px;
        color: #fff; }
  .gallery_item_3 .gallery_item_content {
    position: relative; }
    .gallery_item_3 .gallery_item_content .post-meta {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .gallery_item_3 .gallery_item_content .post-meta .meta-categories a {
        color: #FF5555;
        font-weight: 500;
        font-size: 12px; }
      .gallery_item_3 .gallery_item_content .post-meta .meta-date {
        padding-left: 32px;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: rgba(23, 34, 43, 0.6); }
        .gallery_item_3 .gallery_item_content .post-meta .meta-date::before {
          position: absolute;
          content: '';
          left: 15px;
          top: 50%;
          transform: translateY(-50%) rotate(0deg);
          width: 2px;
          height: 15px;
          background: #B9BCBF;
          border-radius: 30px; }
    .gallery_item_3 .gallery_item_content .title {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .gallery_item_3 .gallery_item_content .title {
          font-size: 13px;
          line-height: 17px; } }
      .gallery_item_3 .gallery_item_content .title a {
        color: #17222B; }
        .gallery_item_3 .gallery_item_content .title a:hover {
          color: #FF5555; }
  .gallery_item_3:last-child {
    margin-bottom: 0; }
    .gallery_item_3:last-child::before {
      display: none; }
  .gallery_item_3.gallery_item-style-2 {
    margin-top: 5px; }
    .gallery_item_3.gallery_item-style-2 .gallery_item_thumb {
      min-width: 80px; }
      @media (max-width: 767px) {
        .gallery_item_3.gallery_item-style-2 .gallery_item_thumb {
          min-width: 60px; } }
    .gallery_item_3.gallery_item-style-2 .gallery_item_content {
      padding-right: 20px; }
      .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        font-weight: 500;
        color: #CED0D2; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
            position: static;
            font-size: 24px;
            display: inline-block;
            transform: translateY(0); } }
        @media (max-width: 767px) {
          .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
            position: static;
            font-size: 24px;
            display: inline-block;
            transform: translateY(0); } }
    .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .post-meta .meta-date span {
      color: #8B9195; }
    .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a {
      color: #fff; }
      .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a:hover {
        color: #1091FF; }
    .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content span {
      color: #495259; }
    .gallery_item_3.gallery_item-style-2.footer_gallery_item::before {
      border-bottom: 2px dashed #3A434B; }
  .gallery_item_3.populer_item-style {
    margin-bottom: 18px;
    margin-top: 8px; }
    .gallery_item_3.populer_item-style::before {
      display: none; }
    .gallery_item_3.populer_item-style .gallery_item_thumb {
      position: relative; }
      .gallery_item_3.populer_item-style .gallery_item_thumb span {
        position: absolute;
        left: 10px;
        top: -12px;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 16px;
        background: #FF5555;
        color: #fff;
        font-size: 12px;
        border-radius: 50%;
        background: #FF5555;
        font-weight: 500;
        border: 2px solid #fff; }
    .gallery_item_3.populer_item-style .gallery_item_content {
      padding-right: 0; }
      .gallery_item_3.populer_item-style .gallery_item_content .title {
        font-size: 15px;
        line-height: 21px; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .gallery_item_3.populer_item-style .gallery_item_content .title {
            font-size: 12px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .gallery_item_3.populer_item-style .gallery_item_content .title {
            font-size: 11px;
            line-height: 15px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .gallery_item_3.populer_item-style .gallery_item_content span {
          font-size: 12px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .gallery_item_3.populer_item-style .gallery_item_content span {
          font-size: 12px; } }

.post__gallery__area .slick-initialized .slick-slide {
  display: flex; }

.post_gallery_inner_slider .slick-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  text-align: center;
  background: #fff;
  line-height: 70px;
  z-index: 9;
  cursor: pointer;
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .post_gallery_inner_slider .slick-arrow.prev {
    left: 0; }
  .post_gallery_inner_slider .slick-arrow.next {
    right: 0; }
  .post_gallery_inner_slider .slick-arrow:hover {
    background: #1091FF;
    color: #fff; }

.single-play-post-area {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-play-post-area {
      padding-bottom: 60px;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .single-play-post-area {
      padding-bottom: 60px;
      padding-top: 50px; } }
  .single-play-post-area .single-play-box {
    padding: 30px;
    background: #FCFCFC;
    margin: 0 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .single-play-post-area .single-play-box {
        margin: 0 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-play-post-area .single-play-box {
        margin: 0 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-play-post-area .single-play-box {
        padding: 0;
        margin: 0 0; } }
    @media (max-width: 767px) {
      .single-play-post-area .single-play-box {
        padding: 0;
        margin: 0 0; } }
  .single-play-post-area .single-play-post-slider .slick-arrow {
    position: absolute;
    top: 50%;
    height: 70px;
    width: 30px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    box-shadow: -16px 8px 17px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-50%); }
    .single-play-post-area .single-play-post-slider .slick-arrow:hover {
      background: #1091FF;
      color: #fff; }
    .single-play-post-area .single-play-post-slider .slick-arrow.prev {
      left: 15px; }
    .single-play-post-area .single-play-post-slider .slick-arrow.next {
      right: 15px; }
  .single-play-post-area.single-play-post-dark-area .single-play-box {
    background: #17222B; }

.single-play-post-item {
  position: relative; }
  .single-play-post-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.85; }
  .single-play-post-item img {
    width: 100%; }
  .single-play-post-item .single-play-post-content {
    position: absolute;
    left: 25px;
    bottom: 5px; }
    .single-play-post-item .single-play-post-content .title {
      font-size: 30px;
      font-weight: 700;
      line-height: 36px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-play-post-item .single-play-post-content .title {
          font-size: 22px;
          line-height: 32px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-play-post-item .single-play-post-content .title {
          font-size: 22px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .single-play-post-item .single-play-post-content .title {
          font-size: 22px;
          line-height: 30px; } }
      .single-play-post-item .single-play-post-content .title a {
        color: #fff; }
        .single-play-post-item .single-play-post-content .title a:hover {
          color: #1091FF; }
  .single-play-post-item .play-btn {
    position: absolute;
    right: 10px;
    top: 10px; }
    .single-play-post-item .play-btn a {
      height: 45px;
      width: 45px;
      text-align: center;
      line-height: 45px;
      border-radius: 50%;
      color: #fff;
      font-size: 15px;
      background: #FF5555;
      display: inline-block; }
  .single-play-post-item .trending-btn {
    position: absolute;
    left: 10px;
    top: 10px; }
    .single-play-post-item .trending-btn a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      color: #fff;
      font-size: 13px;
      background: #FF5555;
      display: inline-block; }

/*===========================
    4.FEATURE css 
===========================*/
.feature-area {
  padding-top: 40px; }

.feature-post {
  position: relative;
  z-index: 10; }
  .feature-post::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.85;
    z-index: 1; }
  .feature-post .feature-post-thumb {
    overflow: hidden; }
    .feature-post .feature-post-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .feature-post .feature-post-content {
    position: absolute;
    left: 15px;
    bottom: 0px;
    z-index: 5; }
    .feature-post .feature-post-content .title {
      font-size: 16px;
      font-weight: 700;
      line-height: 22px; }
      .feature-post .feature-post-content .title a {
        color: #fff; }
        .feature-post .feature-post-content .title a:hover {
          color: #1091FF; }
  .feature-post:hover .feature-post-thumb img {
    transform: scale(1.1); }

.feature-post-slider .slick-arrow {
  position: absolute;
  top: -50px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #C1C4C6;
  font-size: 20px;
  color: #C1C4C6; }
  .feature-post-slider .slick-arrow.prev {
    right: 45px; }
  .feature-post-slider .slick-arrow.next {
    right: 0; }

/*===========================
    5.TRENDING NEWS css 
===========================*/
.trending-news-area {
  padding-top: 40px; }
  .trending-news-area .section-title {
    margin-bottom: 24px; }

.trending-news-item .trending-news-thumb {
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  border-radius: 8px; }
  .trending-news-item .trending-news-thumb .circle-bar {
    position: absolute;
    left: 10px;
    top: 10px; }
    .trending-news-item .trending-news-thumb .circle-bar .circle strong {
      position: absolute;
      left: 50%;
      top: 42%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
  .trending-news-item .trending-news-thumb .icon {
    position: absolute;
    left: 10px;
    top: 10px; }
    .trending-news-item .trending-news-thumb .icon a {
      height: 30px;
      width: 30px;
      background: #FF5555;
      color: #fff;
      line-height: 30px;
      display: inline-block;
      font-size: 14px;
      text-align: center;
      border-radius: 50%; }
  .trending-news-item .trending-news-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.trending-news-item .trending-news-content .post-meta {
  margin-bottom: 10px; }
  .trending-news-item .trending-news-content .post-meta .meta-categories a {
    color: #1091FF; }
  .trending-news-item .trending-news-content .post-meta .meta-date {
    color: #515A60; }
    .trending-news-item .trending-news-content .post-meta .meta-date::before {
      background: #B7BABD; }
.trending-news-item .trending-news-content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .trending-news-item .trending-news-content .title {
      font-size: 18px; } }
  .trending-news-item .trending-news-content .title a {
    color: #17222B; }
    .trending-news-item .trending-news-content .title a:hover {
      color: #1091FF; }
.trending-news-item:hover .trending-news-thumb img {
  transform: scale(1.1); }
.trending-news-item.trending-news-item-dark .trending-news-content .post-meta .meta-date {
  color: rgba(255, 255, 255, 0.75); }
.trending-news-item.trending-news-item-dark .trending-news-content .title a {
  color: #fff; }
  .trending-news-item.trending-news-item-dark .trending-news-content .title a:hover {
    color: #1091FF; }
.trending-news-item.trending-news-item-dark .trending-news-content p {
  color: rgba(255, 255, 255, 0.85); }
.trending-news-item.trending-news-item-dark .trending-news-content > a {
  border-color: #C5C8CA !important;
  color: #fff !important; }
  .trending-news-item.trending-news-item-dark .trending-news-content > a:hover {
    border-color: #1091FF !important;
    background: #1091FF; }
.trending-news-item.technology-item {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden; }
  .trending-news-item.technology-item .trending-news-content {
    padding: 25px; }
    .trending-news-item.technology-item .trending-news-content .title {
      font-size: 24px;
      line-height: 30px;
      font-weight: 500; }

.trending-news-slider .slick-arrow {
  position: absolute;
  top: -55px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #C1C4C6;
  font-size: 20px;
  color: #C1C4C6; }
  .trending-news-slider .slick-arrow.prev {
    right: 45px; }
  .trending-news-slider .slick-arrow.next {
    right: 0; }

.trending-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .trending-social ul {
      justify-content: flex-start; } }
  @media (max-width: 767px) {
    .trending-social ul {
      justify-content: flex-start; } }
  .trending-social ul li {
    display: inline-block; }
    .trending-social ul li a {
      display: inline-block;
      background: #3B5998;
      width: 110px;
      height: 50px;
      position: relative;
      padding-left: 40px;
      padding-top: 4px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .trending-social ul li a {
          width: 92px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .trending-social ul li a {
          margin-right: 10px; } }
      @media (max-width: 767px) {
        .trending-social ul li a {
          margin-right: 10px;
          width: 90px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .trending-social ul li a {
          width: 110px; } }
      .trending-social ul li a i {
        position: absolute;
        list-style-type: 0;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #fff; }
      .trending-social ul li a span {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        line-height: 15px; }
      .trending-social ul li a p {
        font-size: 11px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.85);
        text-transform: capitalize;
        margin-bottom: 0;
        line-height: 15px; }
      .trending-social ul li a.item-2 {
        background: #1DA1F2; }
      .trending-social ul li a.item-3 {
        background: #FF5050; }
      .trending-social ul li a.item-4 {
        background: #9B45D5; }
      .trending-social ul li a.item-5 {
        background: #1AB7EA; }
      .trending-social ul li a.item-6 {
        background: #00AB6C; }

.trending-news-post-items {
  border-top: 2px dashed #DADCDD;
  padding-top: 25px;
  margin-top: 16px; }
  .trending-news-post-items.trending-news-post-items-dark {
    border-top-color: #3A434B; }

.trending-sidebar-slider .slick-arrow {
  position: absolute;
  top: -55px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #C1C4C6;
  font-size: 20px;
  color: #C1C4C6; }
  .trending-sidebar-slider .slick-arrow.prev {
    right: 45px; }
  .trending-sidebar-slider .slick-arrow.next {
    right: 0; }

.trending-3-area .trending-news-3 {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  padding: 30px; }
  .trending-3-area .trending-news-3 .post_gallery_items {
    max-height: 460px;
    overflow-y: scroll; }

.trending-news-3-item {
  border-radius: 8px;
  overflow: hidden; }
  .trending-news-3-item .trending-news-thumb {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative; }
    .trending-news-3-item .trending-news-thumb .icon {
      position: absolute;
      left: 10px;
      top: 10px; }
      .trending-news-3-item .trending-news-thumb .icon a {
        height: 36px;
        width: 36px;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        color: #fff;
        line-height: 32px;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        border-radius: 50%;
        border: 3px solid #fff; }
    .trending-news-3-item .trending-news-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .trending-news-3-item .trending-news-content {
    font-size: 17px;
    line-height: 27px; }
    .trending-news-3-item .trending-news-content .post-meta {
      margin-bottom: 10px;
      position: relative; }
      .trending-news-3-item .trending-news-content .post-meta .meta-categories a {
        color: #FF5555;
        font-size: 12px; }
      .trending-news-3-item .trending-news-content .post-meta .meta-date {
        color: #515A60;
        font-size: 12px; }
        .trending-news-3-item .trending-news-content .post-meta .meta-date::before {
          background: #B7BABD; }
      .trending-news-3-item .trending-news-content .post-meta .share-link {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .trending-news-3-item .trending-news-content .post-meta .share-link ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .trending-news-3-item .trending-news-content .post-meta .share-link ul li {
            display: inline-block; }
            .trending-news-3-item .trending-news-content .post-meta .share-link ul li a {
              color: rgba(23, 34, 43, 0.4);
              margin-left: 10px; }
              .trending-news-3-item .trending-news-content .post-meta .share-link ul li a:hover {
                color: #FF5555; }
    .trending-news-3-item .trending-news-content .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 6px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .trending-news-3-item .trending-news-content .title {
          font-size: 18px; } }
      .trending-news-3-item .trending-news-content .title a {
        color: #17222B; }
        .trending-news-3-item .trending-news-content .title a:hover {
          color: #FF5555; }
  .trending-news-3-item:hover .trending-news-thumb img {
    transform: scale(1.1); }

.trending-slider-item .trending-slider-3 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  border: 2px solid #DCDEDF;
  background: #fff; }
  .trending-slider-item .trending-slider-3 .slick-arrow.prev {
    left: -5px; }
  .trending-slider-item .trending-slider-3 .slick-arrow.next {
    right: -5px; }

.trending-image-post {
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .trending-image-post img {
    z-index: 1; }
    @media (max-width: 767px) {
      .trending-image-post img {
        width: 100%; } }
  .trending-image-post::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 0; }
  .trending-image-post .trending-image-content {
    padding: 25px 0 8px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6; }
    .trending-image-post .trending-image-content .title {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      padding-top: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .trending-image-post .trending-image-content .title {
          font-size: 17px;
          line-height: 22px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .trending-image-post .trending-image-content .title {
          font-size: 20px;
          line-height: 26px; } }
      .trending-image-post .trending-image-content .title a {
        color: #fff; }
        .trending-image-post .trending-image-content .title a:hover {
          color: #FF5555; }
    .trending-image-post .trending-image-content .post-meta .meta-categories {
      position: relative;
      padding-left: 11px; }
      .trending-image-post .trending-image-content .post-meta .meta-categories::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 19px;
        background: linear-gradient(180deg, #ff5555 0%, #ab50ef 100%); }
      .trending-image-post .trending-image-content .post-meta .meta-categories span {
        font-size: 15px; }
    .trending-image-post .trending-image-content .post-meta .meta-date::before {
      transform: translateY(-50%) rotate(0deg); }
  .trending-image-post.feature-item .trending-image-content .title {
    font-size: 20px;
    line-height: 26px; }

.trending-image-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  border: 2px solid #DCDEDF;
  background: #fff;
  font-size: 24px; }
  .trending-image-slide .slick-arrow.prev {
    left: -20px; }
  .trending-image-slide .slick-arrow.next {
    right: -20px; }

.trending-business-post {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  padding: 15px 15px 1px; }
  .trending-business-post .trending-business-items .populer_item-style {
    position: relative;
    border-bottom: 1px solid #E7E8E9;
    padding-bottom: 12px;
    margin-bottom: 12px; }
    .trending-business-post .trending-business-items .populer_item-style .gallery_item_thumb {
      min-width: 75px; }
    .trending-business-post .trending-business-items .populer_item-style .gallery_item_content .title a:hover {
      color: #FF5555; }
    .trending-business-post .trending-business-items .populer_item-style:last-child {
      padding-bottom: 1;
      margin-bottom: 0;
      border-bottom: 0; }

/*===========================
    5.VIDEO NEWS css 
===========================*/
.video-news-area {
  height: 765px;
  background: #17222B;
  margin-top: -263px;
  padding-top: 420px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-news-area {
      height: auto;
      margin-top: 0;
      padding-top: 167px; } }
  @media (max-width: 767px) {
    .video-news-area {
      height: auto;
      margin-top: 0;
      padding-top: 167px; } }
  .video-news-area.video-news-dark {
    background: #233340; }
    .video-news-area.video-news-dark .trending-sidebar-slider .populer-post-slider.populer-post-slider-dark .gallery_item_dark .gallery_item_content > span {
      font-weight: 400;
      color: #A2A6AA; }

.video-news-box {
  padding: 30px;
  background: #FCFCFC;
  margin: 0 30px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .video-news-box {
      margin: 0 0px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-news-box {
      margin: 0 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-news-box {
      margin: 0 0px; } }
  @media (max-width: 767px) {
    .video-news-box {
      padding: 0;
      margin: 0 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-news-box {
      padding: 30px; } }
  .video-news-box.video-news-box-dark {
    background: #17222B; }

.video-news-post {
  margin-top: -145px; }

.video-news-post-item {
  background: #E9EAEB; }
  .video-news-post-item .video-news-post-thumb {
    position: relative; }
    .video-news-post-item .video-news-post-thumb .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 60px; }
      .video-news-post-item .video-news-post-thumb .play-btn a {
        color: #FF5555; }
    .video-news-post-item .video-news-post-thumb img {
      width: 100%; }
  .video-news-post-item .video-news-post-content {
    padding: 23px 30px 26px; }
    @media (max-width: 767px) {
      .video-news-post-item .video-news-post-content {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .video-news-post-item .video-news-post-content {
        padding: 23px 30px 26px; } }
    .video-news-post-item .video-news-post-content .post-meta .meta-categories a {
      color: #1091FF; }
    .video-news-post-item .video-news-post-content .post-meta .meta-date {
      color: #17222B; }
      .video-news-post-item .video-news-post-content .post-meta .meta-date::before {
        background: #17222B; }
    .video-news-post-item .video-news-post-content .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 0;
      margin-top: 9px; }
      .video-news-post-item .video-news-post-content .title a {
        color: #17222B; }
        .video-news-post-item .video-news-post-content .title a:hover {
          color: #1091FF; }
  .video-news-post-item.video-news-post-item-dark {
    background: #1C2A35; }
    .video-news-post-item.video-news-post-item-dark .video-news-post-content .title a {
      color: #fff; }
      .video-news-post-item.video-news-post-item-dark .video-news-post-content .title a:hover {
        color: #FF5555; }
    .video-news-post-item.video-news-post-item-dark .video-news-post-content .post-meta .meta-date {
      color: #fff; }
      .video-news-post-item.video-news-post-item-dark .video-news-post-content .post-meta .meta-date::before {
        background: #fff; }

.video-style-post-2-area .video-style-box {
  background: #fff;
  border-radius: 7px;
  padding: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-play-item {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .video-play-item {
    margin-bottom: 40px; } }
.video-play-item .video-play-thumb {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
  z-index: 10; }
  .video-play-item .video-play-thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    content: '';
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.85;
    z-index: -1; }
  .video-play-item .video-play-thumb::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 195px;
    content: '';
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.85;
    transform: rotate(180deg);
    z-index: -1; }
  .video-play-item .video-play-thumb .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .video-play-item .video-play-thumb .play-btn a {
      font-size: 60px;
      color: #FF5555; }
  .video-play-item .video-play-thumb .share-item {
    position: absolute;
    right: 20px;
    top: 20px; }
    .video-play-item .video-play-thumb .share-item ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .video-play-item .video-play-thumb .share-item ul li {
        display: inline-block; }
        .video-play-item .video-play-thumb .share-item ul li a {
          color: #fff;
          font-size: 18px;
          margin-left: 18px; }
          .video-play-item .video-play-thumb .share-item ul li a:hover {
            color: #1091FF; }
  .video-play-item .video-play-thumb .post-meta {
    position: absolute;
    left: 20px;
    bottom: 20px; }
    @media (max-width: 767px) {
      .video-play-item .video-play-thumb .post-meta {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .video-play-item .video-play-thumb .post-meta {
        display: block; } }
  .video-play-item .video-play-thumb img {
    width: 100%;
    position: relative;
    z-index: -2; }
.video-play-item .video-play-content .title {
  font-size: 24px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .video-play-item .video-play-content .title {
      font-size: 18px;
      line-height: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-play-item .video-play-content .title {
      font-size: 22px;
      line-height: 28px; } }
.video-play-item .video-play-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .video-play-item .video-play-content ul li {
    display: inline-block; }
    .video-play-item .video-play-content ul li a {
      padding-right: 12px;
      margin-right: 12px;
      position: relative;
      font-size: 12px;
      font-weight: 500;
      color: rgba(23, 34, 43, 0.6); }
      .video-play-item .video-play-content ul li a::before {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 11px;
        background: #B9BCBF; }
      .video-play-item .video-play-content ul li a i {
        color: #70BDFF;
        padding-right: 6px; }
    .video-play-item .video-play-content ul li:last-child a {
      padding-right: 0;
      margin-right: 0; }
      .video-play-item .video-play-content ul li:last-child a::before {
        display: none; }

.post-style-tab-post {
  background: #fff;
  border-radius: 7px;
  overflow: hidden; }
  .post-style-tab-post .tab-btn ul {
    justify-content: center;
    flex-wrap: nowrap;
    box-shadow: 0px 15px 60px rgba(23, 34, 43, 0.15); }
    .post-style-tab-post .tab-btn ul li a {
      background: #fff;
      padding: 0 24px;
      display: inline-block;
      line-height: 45px;
      border-radius: 0;
      font-size: 12px;
      font-weight: 500; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-style-tab-post .tab-btn ul li a {
          padding: 0 16px;
          font-size: 10px; } }
  .post-style-tab-post .tab-pane {
    padding: 20px 15px 15px; }
    .post-style-tab-post .tab-pane .most-view-style-2 {
      margin-top: 0;
      margin-bottom: 23px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-style-tab-post .tab-pane .most-view-style-2 {
          margin-bottom: 15px; } }
      .post-style-tab-post .tab-pane .most-view-style-2:last-child {
        margin-bottom: 0; }
      .post-style-tab-post .tab-pane .most-view-style-2 .meta-post-categores a {
        color: rgba(23, 34, 43, 0.6); }

.opinion-post {
  background: #fff;
  padding: 25px 25px 30px;
  border-radius: 7px;
  overflow: hidden; }

.opinion-post-item .opinion-post-thumb {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .opinion-post-item .opinion-post-thumb img {
    width: 100%;
    transition: all linear 0.3s; }
  .opinion-post-item .opinion-post-thumb .circle {
    position: absolute;
    left: 10px;
    top: 10px; }
    .opinion-post-item .opinion-post-thumb .circle strong {
      position: absolute;
      left: 50%;
      top: 42%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
.opinion-post-item .opinion-post-content {
  line-height: 28px; }
  .opinion-post-item .opinion-post-content .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  .opinion-post-item .opinion-post-content .meta-post-2-style::before {
    left: -25px; }
.opinion-post-item:hover .opinion-post-thumb img {
  transform: scale(1.1); }

/*===========================
    6.ALL POST css 
===========================*/
.all-post-area {
  padding-top: 172px;
  padding-bottom: 100px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .all-post-area {
      padding-top: 250px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .all-post-area {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .all-post-area {
      padding-top: 50px; } }
  .all-post-area.pt-55 {
    padding-top: 55px; }

.most-share-post-items .most-share-post-item {
  margin-bottom: 12px;
  position: relative;
  padding-left: 70px; }
  .most-share-post-items .most-share-post-item .post-meta .meta-categories a {
    color: #1091FF; }
  .most-share-post-items .most-share-post-item .post-meta .meta-date {
    color: #515A60; }
    .most-share-post-items .most-share-post-item .post-meta .meta-date::before {
      background: #B7BABD; }
  .most-share-post-items .most-share-post-item .title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px; }
  .most-share-post-items .most-share-post-item ul {
    margin: 0;
    padding: 0 0 12px;
    list-style-type: none;
    border-bottom: 2px dashed #DADCDD; }
    .most-share-post-items .most-share-post-item ul li {
      display: inline-block;
      color: #B7BABD;
      font-size: 14px;
      font-weight: 500;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 2px solid #C3C6C8;
      line-height: 14px; }
      .most-share-post-items .most-share-post-item ul li i {
        padding-right: 6px; }
      .most-share-post-items .most-share-post-item ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
  .most-share-post-items .most-share-post-item .count {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .most-share-post-items .most-share-post-item .count span {
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      background: #E9EAEB;
      border-radius: 50%;
      color: #B6B9BC;
      display: inline-block;
      font-size: 24px;
      font-weight: 400; }
  .most-share-post-items .most-share-post-item:last-child {
    margin-bottom: 0; }
    .most-share-post-items .most-share-post-item:last-child ul {
      padding-bottom: 0;
      border-bottom: 0; }
  .most-share-post-items .most-share-post-item.most-share-post-item-dark .post-meta .meta-date {
    color: rgba(255, 255, 255, 0.75); }
  .most-share-post-items .most-share-post-item.most-share-post-item-dark .title a {
    color: #fff; }
    .most-share-post-items .most-share-post-item.most-share-post-item-dark .title a:hover {
      color: #1091FF; }
  .most-share-post-items .most-share-post-item.most-share-post-item-dark ul {
    border-bottom-color: #3A434B; }
    .most-share-post-items .most-share-post-item.most-share-post-item-dark ul li {
      color: rgba(255, 255, 255, 0.3);
      border-right-color: rgba(255, 255, 255, 0.3); }
  .most-share-post-items .most-share-post-item.most-share-post-item-dark .count span {
    background: #29333C;
    color: #697076; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all-post-sidebar {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .all-post-sidebar {
    margin-top: 50px; } }

.upcoming-matches-post-items .upcoming-matches-post-item {
  width: 100%;
  border-bottom: 1px dashed #DADCDD;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content {
    margin-left: 9px;
    margin-right: 35px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content {
        margin-right: 10px; } }
    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span {
      font-size: 18px;
      font-weight: 500;
      color: #17222B; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span {
          font-size: 14px; } }
      .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span span {
        display: inline-block;
        padding: 0 6px;
        color: rgba(23, 34, 43, 0.5); }
    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.5);
        line-height: 14px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li {
            font-size: 12px; } }
        .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li:last-child {
          color: #1091FF;
          margin-left: 12px;
          padding-left: 12px;
          border-left: 2px solid rgba(23, 34, 43, 0.5); }
  .upcoming-matches-post-items .upcoming-matches-post-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark {
    border-bottom-color: #3A434B; }
    .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content span {
      color: #fff; }
      .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content span span {
        color: rgba(255, 255, 255, 0.5); }
    .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content ul li {
      color: rgba(255, 255, 255, 0.5); }
      .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content ul li:last-child {
        border-left-color: rgba(255, 255, 255, 0.5); }

.newsletter-box {
  background: #E9EAEB;
  padding: 22px;
  font-size: 17px; }
  .newsletter-box .title {
    font-size: 24px;
    margin-bottom: 5px; }
  .newsletter-box p {
    line-height: 27px; }
  .newsletter-box .input-box {
    position: relative; }
    .newsletter-box .input-box input {
      width: 100%;
      background: #fff;
      color: rgba(23, 34, 43, 0.5);
      border: 0;
      height: 50px;
      padding-left: 20px; }
      .newsletter-box .input-box input::placeholder {
        color: rgba(23, 34, 43, 0.5);
        opacity: 1; }
    .newsletter-box .input-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 90px;
      text-align: center;
      background: #1091FF;
      color: #fff;
      border: 0;
      font-size: 15px;
      font-weight: 400; }
  .newsletter-box span {
    padding-top: 15px;
    display: inline-block; }
  .newsletter-box.newsletter-box-dark {
    background: #29333C;
    color: #fff; }
    .newsletter-box.newsletter-box-dark .title {
      color: #fff; }

.Categories-post .section-title {
  padding-bottom: 5px; }
.Categories-post .Categories-item .item {
  position: relative;
  margin-bottom: 15px; }
  .Categories-post .Categories-item .item > img {
    width: 100%; }
  .Categories-post .Categories-item .item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #17222b;
    opacity: .6; }
  .Categories-post .Categories-item .item .Categories-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%; }
    .Categories-post .Categories-item .item .Categories-content a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      margin: 0 25px; }
      .Categories-post .Categories-item .item .Categories-content a span {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .Categories-post .Categories-item .item .Categories-content a:hover span {
        color: #1091FF; }

.sidebar-add a {
  display: block; }
  .sidebar-add a img {
    width: 100%; }

.sports-news-area {
  padding-top: 10px; }
  .sports-news-area .trending-news-item .trending-news-content > a {
    border: 2px solid #50585F;
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #222; }
    .sports-news-area .trending-news-item .trending-news-content > a:hover {
      background: #1091FF;
      border-color: #1091FF;
      color: #fff; }

.business-post-item .business-post-thumb {
  overflow: hidden; }
  @media (max-width: 767px) {
    .business-post-item .business-post-thumb {
      margin-bottom: 20px; } }
  .business-post-item .business-post-thumb img {
    width: 100%;
    transition: all linear 0.3s; }
.business-post-item .trending-news-item .trending-news-content > a {
  border: 2px solid #50585F;
  line-height: 40px;
  padding: 0 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-top: 15px; }
  .business-post-item .trending-news-item .trending-news-content > a:hover {
    background: #1091FF;
    border-color: #1091FF;
    color: #fff; }
.business-post-item.business-post-item-dark .trending-news-content .post-meta .meta-date {
  color: rgba(255, 255, 255, 0.75); }
.business-post-item.business-post-item-dark .trending-news-content .title a {
  color: #fff; }
  .business-post-item.business-post-item-dark .trending-news-content .title a:hover {
    color: #FF5555; }
.business-post-item.business-post-item-dark .trending-news-content p {
  color: rgba(255, 255, 255, 0.75); }
.business-post-item.business-post-item-dark .trending-news-content > a {
  border-color: #C5C8CA;
  color: #fff; }
  .business-post-item.business-post-item-dark .trending-news-content > a:hover {
    background: #1091FF;
    border-color: #1091FF; }
.business-post-item:hover .business-post-thumb img {
  transform: scale(1.1); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .populer-post {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .populer-post {
    padding-top: 40px; } }

.treding-post-news {
  background: #fff;
  padding: 30px;
  border-radius: 7px; }
  .treding-post-news .post-news-item-2 .post-news-content {
    padding: 20px 0 0; }
    .treding-post-news .post-news-item-2 .post-news-content .title {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.2px; }
    .treding-post-news .post-news-item-2 .post-news-content .meta-post-2-style::before {
      left: -30px; }

.post-gallery-style-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .post-gallery-style-2 .post-gallery-thumb {
    min-width: 100px;
    margin-right: 15px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-gallery-style-2 .post-gallery-thumb {
        min-width: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-gallery-style-2 .post-gallery-thumb {
        min-width: 80px; } }
    @media (max-width: 767px) {
      .post-gallery-style-2 .post-gallery-thumb {
        min-width: 60px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .post-gallery-style-2 .post-gallery-thumb {
        min-width: 100px; } }
    .post-gallery-style-2 .post-gallery-thumb span {
      position: absolute;
      left: 5px;
      top: -11px;
      height: 20px;
      width: 20px;
      text-align: center;
      line-height: 16px;
      background: #FF5555;
      color: #fff;
      border-radius: 50%;
      font-size: 12px;
      font-weight: 700;
      border: 2px solid #fff; }
    .post-gallery-style-2 .post-gallery-thumb img {
      width: 100%; }
  .post-gallery-style-2 .post-gallery-content {
    position: relative; }
    .post-gallery-style-2 .post-gallery-content::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -10px;
      height: 2px;
      width: 100%;
      border-bottom: 2px dashed #DCDEDF; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-gallery-style-2 .post-gallery-content::before {
          bottom: -5px; } }
    .post-gallery-style-2 .post-gallery-content .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
      letter-spacing: -0.5px;
      margin-bottom: 6px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .post-gallery-style-2 .post-gallery-content .title {
          font-size: 13px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-gallery-style-2 .post-gallery-content .title {
          font-size: 12px;
          line-height: 17px; } }
    .post-gallery-style-2 .post-gallery-content .meta-post-2-style::before {
      display: none; }
    .post-gallery-style-2 .post-gallery-content ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .post-gallery-style-2 .post-gallery-content ul li {
        display: inline-block; }
        .post-gallery-style-2 .post-gallery-content ul li a {
          padding-right: 12px;
          margin-right: 12px;
          position: relative;
          font-size: 12px;
          font-weight: 500;
          color: rgba(23, 34, 43, 0.6); }
          .post-gallery-style-2 .post-gallery-content ul li a::before {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 11px;
            background: #B9BCBF; }
          .post-gallery-style-2 .post-gallery-content ul li a i {
            color: #70BDFF;
            padding-right: 6px; }
        .post-gallery-style-2 .post-gallery-content ul li:last-child a {
          padding-right: 0;
          margin-right: 0; }
          .post-gallery-style-2 .post-gallery-content ul li:last-child a::before {
            display: none; }
  .post-gallery-style-2:last-child {
    margin-bottom: 0; }
    .post-gallery-style-2:last-child .post-gallery-content::before {
      display: none; }

.most-view-box {
  background: #fff;
  padding: 25px;
  border-radius: 7px; }

.post-gallery-style-2.most-view-style-2 {
  align-items: flex-start;
  margin-top: 12px; }
  .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
    min-width: 75px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
        min-width: 70px; } }
    @media (max-width: 767px) {
      .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
        min-width: 70px; } }

.finance-box {
  background: #fff;
  padding: 20px 25px;
  border-radius: 7px; }

.finance-item {
  border-bottom: 2px dashed #E8E9EA;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .finance-item .finance-thumb {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden; }
    .finance-item .finance-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
    .finance-item .finance-thumb .finance-date {
      position: absolute;
      top: 12px;
      left: 0px; }
      .finance-item .finance-thumb .finance-date span {
        background: #1091FF;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        padding: 0 16px 0 8px;
        display: inline-block;
        border-radius: 0 30px 30px 0; }
  .finance-item .finance-content .title {
    font-size: 18px;
    line-height: 22px; }
  .finance-item .finance-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .finance-item .finance-content ul li {
      display: inline-block; }
      .finance-item .finance-content ul li a {
        padding-right: 12px;
        margin-right: 12px;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.6); }
        .finance-item .finance-content ul li a::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 11px;
          background: #B9BCBF; }
        .finance-item .finance-content ul li a i {
          color: #70BDFF;
          padding-right: 6px; }
      .finance-item .finance-content ul li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .finance-item .finance-content ul li:last-child a::before {
          display: none; }
  .finance-item .finance-post-meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .finance-item .finance-post-meta .meta-user span {
      font-size: 12px;
      font-weight: 400;
      color: rgba(23, 34, 43, 0.75); }
      .finance-item .finance-post-meta .meta-user span i {
        font-size: 13px;
        color: #1091FF;
        padding-right: 4px; }
    .finance-item .finance-post-meta .meta-date span {
      font-size: 12px;
      font-weight: 400;
      color: rgba(23, 34, 43, 0.75); }
  .finance-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  .finance-item.finance-item-3 {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 20px; }
    .finance-item.finance-item-3 .finance-thumb .finance-date span {
      background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }
    .finance-item.finance-item-3 .finance-content .title a:hover {
      color: #FF5555; }
    .finance-item.finance-item-3 .finance-content ul li a i {
      color: #FF5555; }
    .finance-item.finance-item-3:last-child {
      margin-bottom: 0; }
  .finance-item:hover .finance-thumb img {
    transform: scale(1.1); }

.finance-3-style {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }

.feature-news-box .section-title {
  background: #fff;
  padding-left: 25px;
  border-radius: 7px;
  margin-bottom: 0; }
  .feature-news-box .section-title .title {
    line-height: 60px; }

.feature-news-item {
  position: relative;
  margin-top: 30px;
  background: #fff;
  border-radius: 7px; }
  .feature-news-item .feature-news-thumb {
    position: relative;
    overflow: hidden; }
    .feature-news-item .feature-news-thumb .meta-categores {
      position: absolute;
      left: 0;
      top: 12px; }
      .feature-news-item .feature-news-thumb .meta-categores span {
        background: #1091FF;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        padding: 0 16px 0 8px;
        display: inline-block;
        border-radius: 0 30px 30px 0; }
    .feature-news-item .feature-news-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .feature-news-item .feature-news-content {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    padding: 15px;
    color: #222; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .feature-news-item .feature-news-content {
        font-size: 16px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .feature-news-item .feature-news-content {
        font-size: 13px;
        line-height: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-news-item .feature-news-content {
        font-size: 15px;
        line-height: 24px; } }
  .feature-news-item:hover .feature-news-thumb img {
    transform: scale(1.1); }

.feature-slider .slick-arrow {
  position: absolute;
  top: -45px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #C1C4C6;
  font-size: 20px;
  color: #C1C4C6; }
  .feature-slider .slick-arrow.prev {
    right: 80px; }
  .feature-slider .slick-arrow.next {
    right: 35px; }

.bussiness-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 7px; }

.bussiness-post-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 46px; }
  @media (max-width: 767px) {
    .bussiness-post-item {
      display: block; } }
  .bussiness-post-item .bussiness-post-thumb {
    min-width: 320px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 8px; }
    @media (max-width: 767px) {
      .bussiness-post-item .bussiness-post-thumb {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 20px; } }
    .bussiness-post-item .bussiness-post-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .bussiness-post-item .bussiness-post-content {
    position: relative; }
    .bussiness-post-item .bussiness-post-content::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -20px;
      height: 2px;
      width: 100%;
      border-bottom: 2px dashed #EEEFEF; }
    .bussiness-post-item .bussiness-post-content .title {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.3px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .bussiness-post-item .bussiness-post-content .title {
          font-size: 18px;
          line-height: 24px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .bussiness-post-item .bussiness-post-content .title {
          font-size: 18px;
          line-height: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bussiness-post-item .bussiness-post-content .title {
          font-size: 17px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .bussiness-post-item .bussiness-post-content .title {
          font-size: 18px;
          line-height: 26px; } }
    .bussiness-post-item .bussiness-post-content p {
      line-height: 23px; }
    .bussiness-post-item .bussiness-post-content .meta-date-link {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 11px; }
      .bussiness-post-item .bussiness-post-content .meta-date-link span {
        font-size: 14px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.4); }
      .bussiness-post-item .bussiness-post-content .meta-date-link ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .bussiness-post-item .bussiness-post-content .meta-date-link ul li {
          display: inline-block; }
          .bussiness-post-item .bussiness-post-content .meta-date-link ul li a {
            color: #A2A7AA;
            font-size: 16px;
            margin-left: 16px; }
    .bussiness-post-item .bussiness-post-content > a {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: rgba(23, 34, 43, 0.6); }
      .bussiness-post-item .bussiness-post-content > a:hover {
        color: #1091FF; }
      .bussiness-post-item .bussiness-post-content > a img {
        padding-left: 6px; }
  .bussiness-post-item:last-child {
    margin-bottom: 30px; }
    .bussiness-post-item:last-child .bussiness-post-content::before {
      border-bottom: 0; }
  .bussiness-post-item:hover .bussiness-post-thumb img {
    transform: scale(1.1); }

.post-ad a {
  display: block; }
  .post-ad a img {
    width: 100%; }

.post-newsletter {
  background: #fff;
  border-radius: 7px;
  padding: 25px;
  font-size: 17px;
  line-height: 27px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-newsletter {
      font-size: 15px; } }
  .post-newsletter .title {
    font-size: 24px;
    margin-bottom: 10px; }
  .post-newsletter .input-box {
    position: relative; }
    .post-newsletter .input-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background: #1091FF;
      border: 0;
      color: #fff;
      border-radius: 5px;
      width: 110px;
      text-align: center; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-newsletter .input-box button {
          width: 90px; } }
    .post-newsletter .input-box input {
      width: 100%;
      height: 50px;
      background: #E4EDF0;
      border: 0;
      padding-left: 20px;
      border-radius: 5px;
      color: rgba(23, 34, 43, 0.5);
      font-size: 15px; }
      .post-newsletter .input-box input::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5); }
  .post-newsletter span {
    display: inline-block;
    padding-top: 12px;
    color: rgba(23, 34, 43, 0.5); }
  .post-newsletter.post-newsletter-3-style {
    background: rgba(23, 34, 43, 0.75);
    color: #fff; }
    .post-newsletter.post-newsletter-3-style .title, .post-newsletter.post-newsletter-3-style p, .post-newsletter.post-newsletter-3-style span {
      color: #fff; }
    .post-newsletter.post-newsletter-3-style .input-box input {
      background: #fff; }
    .post-newsletter.post-newsletter-3-style .input-box button {
      background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }

.post-btn {
  margin-top: 8px; }
  .post-btn .main-btn.main-btn-2 {
    line-height: 36px; }

.post-style-area .post-gallery-style-2 {
  margin-bottom: 23px; }

.post-sports-box {
  background: #fff;
  padding: 25px;
  border-radius: 7px; }

.post-sports-item {
  border-bottom: 2px dashed #EDEEEF;
  padding-bottom: 13px;
  margin-bottom: 20px; }
  .post-sports-item .post-sports-thumb {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px; }
    .post-sports-item .post-sports-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .post-sports-item .post-sports-content .title {
    font-size: 18px;
    line-height: 22px; }
  .post-sports-item .post-sports-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .post-sports-item .post-sports-content ul li {
      display: inline-block; }
      .post-sports-item .post-sports-content ul li a {
        padding-right: 12px;
        margin-right: 12px;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.6); }
        .post-sports-item .post-sports-content ul li a::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 11px;
          background: #B9BCBF; }
        .post-sports-item .post-sports-content ul li a i {
          color: #70BDFF;
          padding-right: 6px; }
      .post-sports-item .post-sports-content ul li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .post-sports-item .post-sports-content ul li:last-child a::before {
          display: none; }
  .post-sports-item:hover .post-sports-thumb img {
    transform: scale(1.1); }

.post-contact {
  background: #fff;
  padding: 25px;
  border-radius: 7px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-contact {
      padding: 25px 15px; } }
  .post-contact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-contact ul {
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .post-contact ul {
        justify-content: flex-start; } }
    .post-contact ul li {
      display: inline-block; }
      .post-contact ul li a {
        display: inline-block;
        background: #3B5998;
        width: 110px;
        height: 50px;
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .post-contact ul li a {
            width: 85px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .post-contact ul li a {
            margin-right: 10px; } }
        @media (max-width: 767px) {
          .post-contact ul li a {
            margin-right: 10px;
            width: 90px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .post-contact ul li a {
            width: 110px; } }
        .post-contact ul li a::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 35px;
          background: #334D82; }
        .post-contact ul li a i {
          position: absolute;
          list-style-type: 0;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 16px;
          color: #fff; }
        .post-contact ul li a span {
          font-size: 15px;
          font-weight: 500;
          color: #fff;
          line-height: 15px; }
        .post-contact ul li a p {
          font-size: 11px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.85);
          text-transform: capitalize;
          margin-bottom: 0;
          line-height: 15px; }
        .post-contact ul li a.item-2 {
          background: #1DA1F2; }
          .post-contact ul li a.item-2::before {
            background: #1B87CA; }
        .post-contact ul li a.item-3 {
          background: #FF5050; }
          .post-contact ul li a.item-3::before {
            background: #D04648; }
        .post-contact ul li a.item-4 {
          background: #9B45D5; }
          .post-contact ul li a.item-4::before {
            background: #803DB3; }
        .post-contact ul li a.item-5 {
          background: #1AB7EA; }
          .post-contact ul li a.item-5::before {
            background: #1999C3; }
        .post-contact ul li a.item-6 {
          background: #00AB6C; }
          .post-contact ul li a.item-6::before {
            background: #048F5E; }

.post-international {
  background: #fff;
  padding: 25px;
  border-radius: 7px; }

.international-item {
  border-bottom: 2px dashed #E7E8E9;
  padding-bottom: 16px;
  margin-bottom: 16px; }
  .international-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .international-item .meta-category {
    position: relative; }
    .international-item .meta-category::before {
      position: absolute;
      content: '';
      left: -25px;
      top: 50%;
      transform: translateY(-50%);
      width: 3px;
      height: 18px;
      background: #1091FF; }
    .international-item .meta-category span {
      font-size: 12px;
      font-weight: 500;
      color: #1091FF; }
  .international-item .title {
    font-size: 20px;
    line-height: 24px;
    padding-top: 9px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .international-item .title {
        font-size: 16px;
        line-height: 22px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .international-item .title {
        font-size: 15px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .international-item .title {
        font-size: 16px;
        line-height: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .international-item .title {
        font-size: 18px;
        line-height: 24px; } }
  .international-item .meta-user span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.75); }
    .international-item .meta-user span i {
      color: #1091FF;
      padding-right: 4px; }
  .international-item .text-thumb {
    padding-top: 6px; }
    .international-item .text-thumb .thumb {
      min-width: 100px;
      margin-left: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .international-item .text-thumb .thumb {
          min-width: 45px; } }
      @media (max-width: 767px) {
        .international-item .text-thumb .thumb {
          min-width: 85px; } }
  .international-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .international-item ul li {
      display: inline-block; }
      .international-item ul li a {
        padding-right: 12px;
        margin-right: 12px;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.6); }
        .international-item ul li a::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 11px;
          background: #B9BCBF; }
        .international-item ul li a i {
          color: #70BDFF;
          padding-right: 6px; }
      .international-item ul li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .international-item ul li:last-child a::before {
          display: none; }
  .international-item.international-3-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    padding: 25px;
    margin-bottom: 10px; }
    .international-item.international-3-item .meta-category {
      padding-left: 30px; }
      .international-item.international-3-item .meta-category::before {
        height: 4px;
        width: 20px;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        left: 0; }
      .international-item.international-3-item .meta-category span {
        font-size: 17px;
        font-weight: 500;
        color: #17222B; }
    .international-item.international-3-item .title a:hover {
      color: #FF5555; }
    .international-item.international-3-item ul li a i {
      color: #FF5555; }

.all-post-3-area {
  padding-top: 100px; }
  .all-post-3-area.pt-50 {
    padding-top: 115px; }

.international-news-area {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  border-radius: 5px; }

.international-news-items .international-news-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .international-news-items .international-news-item {
      display: block; } }
  .international-news-items .international-news-item .international-news-thumb {
    overflow: hidden;
    border-radius: 4px;
    min-width: 320px;
    margin-right: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .international-news-items .international-news-item .international-news-thumb {
        min-width: 240px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .international-news-items .international-news-item .international-news-thumb {
        min-width: 260px; } }
    @media (max-width: 767px) {
      .international-news-items .international-news-item .international-news-thumb {
        min-width: 100%;
        margin-bottom: 20px; } }
    .international-news-items .international-news-item .international-news-thumb img {
      transition: all linear 0.3s; }
      @media (max-width: 767px) {
        .international-news-items .international-news-item .international-news-thumb img {
          width: 100%; } }
  .international-news-items .international-news-item .international-news-content {
    width: 100%; }
    .international-news-items .international-news-item .international-news-content .international-meta {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-categories a {
        color: #FF5555;
        font-size: 12px; }
      .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-date::before {
        background: #B9BCBF;
        transform: translateY(-50%) rotate(0deg); }
      .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-date span {
        color: rgba(23, 34, 43, 0.6);
        font-size: 12px; }
      .international-news-items .international-news-item .international-news-content .international-meta .share-link ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li {
          display: inline-block; }
          .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li a {
            color: rgba(23, 34, 43, 0.4);
            margin-left: 10px; }
            .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li a:hover {
              color: #FF5555; }
    .international-news-items .international-news-item .international-news-content .title {
      font-size: 24px;
      line-height: 30px;
      padding-top: 6px;
      margin-bottom: 9px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .international-news-items .international-news-item .international-news-content .title {
          font-size: 22px;
          line-height: 26px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .international-news-items .international-news-item .international-news-content .title {
          font-size: 17px;
          line-height: 22px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .international-news-items .international-news-item .international-news-content .title {
          font-size: 20px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .international-news-items .international-news-item .international-news-content .title {
          font-size: 16px;
          line-height: 20px; } }
      .international-news-items .international-news-item .international-news-content .title a:hover {
        color: #FF5555; }
    .international-news-items .international-news-item .international-news-content p {
      font-size: 17px;
      line-height: 27px; }
    .international-news-items .international-news-item .international-news-content > a {
      font-size: 14px;
      font-weight: 500;
      color: #FF5555;
      position: relative; }
      .international-news-items .international-news-item .international-news-content > a::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -3px;
        height: 2px;
        width: 100%;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }
  .international-news-items .international-news-item:hover .international-news-thumb img {
    transform: scale(1.1); }
.international-news-items .international-btn a {
  border: 0;
  background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%);
  color: #FF5555;
  position: relative;
  overflow: hidden;
  z-index: 10; }
  .international-news-items .international-btn a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1; }
  .international-news-items .international-btn a:hover {
    background-color: transparent; }
    .international-news-items .international-btn a:hover::before {
      opacity: 1; }

.science-news-area {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  border-radius: 5px; }
  .science-news-area .science-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #DCDEDF;
    background: #fff;
    font-size: 24px; }
    .science-news-area .science-slide .slick-arrow.prev {
      left: -35px; }
    .science-news-area .science-slide .slick-arrow.next {
      right: -35px; }

.science-news-item {
  border-bottom: 1px solid #E7E8E9;
  padding-bottom: 26px;
  margin-bottom: 26px; }
  .science-news-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .science-news-item .title {
    font-size: 20px;
    line-height: 24px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .science-news-item .title {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .science-news-item .title {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .science-news-item .title {
        font-size: 16px;
        line-height: 22px; } }
    .science-news-item .title a:hover {
      color: #FF5555; }
  .science-news-item .post-text-thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .science-news-item .post-text-thumb .thumb {
      min-width: 100px;
      margin-right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .science-news-item .post-text-thumb .thumb {
          min-width: 60px; } }
      @media (max-width: 767px) {
        .science-news-item .post-text-thumb .thumb {
          min-width: 60px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .science-news-item .post-text-thumb .thumb {
          min-width: 100px; } }
    .science-news-item .post-text-thumb .text {
      font-size: 15px;
      line-height: 23px;
      margin-right: 10px; }
  .science-news-item .post-user {
    position: relative;
    padding-left: 40px; }
    @media (max-width: 767px) {
      .science-news-item .post-user {
        margin-top: 20px; } }
    .science-news-item .post-user a {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 28px;
      width: 28px;
      text-align: center;
      line-height: 24px;
      border-radius: 50%;
      border: 2px solid #FF9999;
      color: #F99; }
    .science-news-item .post-user span {
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 0; }
    .science-news-item .post-user p {
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 14px; }

.sports-post-3-area {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  border-radius: 5px; }
  .sports-post-3-area .finance-item-3 {
    border-bottom: 1px solid #E7E8E9;
    padding-bottom: 18px; }
  .sports-post-3-area .post-gallery-style-2 .post-gallery-content::before {
    border-bottom: 1px solid #E7E8E9; }
  .sports-post-3-area .post-gallery-style-2 .post-gallery-content ul li a i {
    color: #FF5555; }
  .sports-post-3-area .post-gallery-style-2 .post-gallery-content .title a:hover {
    color: #FF5555; }
  .sports-post-3-area .sports-btn a {
    border: 0;
    background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%);
    color: #FF5555;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    .sports-post-3-area .sports-btn a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: -1; }
    .sports-post-3-area .sports-btn a:hover {
      background-color: transparent; }
      .sports-post-3-area .sports-btn a:hover::before {
        opacity: 1; }

.counter-post-tab {
  background: #fff;
  margin-top: 40px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }
  .counter-post-tab .post-tab-btn {
    border-bottom: 1px solid #EFEFEF; }
    .counter-post-tab .post-tab-btn ul {
      justify-content: center; }
      .counter-post-tab .post-tab-btn ul li a {
        padding: 0 16px;
        background-color: transparent;
        line-height: 65px;
        font-size: 24px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.4); }
        .counter-post-tab .post-tab-btn ul li a.active {
          background-color: transparent;
          color: #17222B; }
  .counter-post-tab .counter-post-main-item {
    padding: 25px 8px 25px 25px;
    max-height: 735px;
    overflow-y: scroll; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .counter-post-tab .counter-post-main-item {
        max-height: 694px; } }
    @media (max-width: 767px) {
      .counter-post-tab .counter-post-main-item {
        max-height: 500px; } }
    .counter-post-tab .counter-post-main-item .counter-post-content {
      padding-left: 75px;
      position: relative; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .counter-post-tab .counter-post-main-item .counter-post-content {
          padding-left: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .counter-post-tab .counter-post-main-item .counter-post-content {
          padding-left: 0; } }
      .counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
        position: absolute;
        left: 0;
        top: 15px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
            position: static; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
            position: static; } }
      .counter-post-tab .counter-post-main-item .counter-post-content .counter-number span {
        border: 3px solid rgba(23, 34, 43, 0.1);
        display: inline-block;
        height: 55px;
        width: 55px;
        text-align: center;
        line-height: 50px;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        font-size: 36px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.2); }
      .counter-post-tab .counter-post-main-item .counter-post-content .title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .counter-post-tab .counter-post-main-item .counter-post-content .title {
            font-size: 18px;
            line-height: 22px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .counter-post-tab .counter-post-main-item .counter-post-content .title {
            font-size: 18px;
            line-height: 22px; } }
        .counter-post-tab .counter-post-main-item .counter-post-content .title a {
          display: block; }
          .counter-post-tab .counter-post-main-item .counter-post-content .title a:hover {
            color: #FF5555; }
      .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 20px;
        margin-bottom: 16px; }
        .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-date span {
          color: rgba(23, 34, 43, 0.4); }
        .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li {
            display: inline-block; }
            .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li a {
              color: rgba(23, 34, 43, 0.4);
              margin-left: 10px; }
              .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li a:hover {
                color: #FF5555; }
      .counter-post-tab .counter-post-main-item .counter-post-content:last-child .meta-date-share {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }

.all-post-sidebar-3 .post-contact {
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
  border-radius: 5px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .all-post-sidebar-3 .post-contact {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .all-post-sidebar-3 .post-contact {
      margin-top: 40px; } }
.all-post-sidebar-3 .categories-list {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }
  .all-post-sidebar-3 .categories-list .categories-list-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .all-post-sidebar-3 .categories-list .categories-list-item ul li a {
      width: 100%;
      line-height: 60px;
      background: rgba(23, 34, 43, 0.05);
      border-radius: 3px;
      display: block;
      margin-bottom: 5px;
      padding-left: 20px;
      font-size: 20px;
      font-weight: 400;
      position: relative;
      z-index: 10;
      overflow: hidden; }
      .all-post-sidebar-3 .categories-list .categories-list-item ul li a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 0%;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        z-index: -1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .all-post-sidebar-3 .categories-list .categories-list-item ul li a i {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #fff;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover {
        color: #fff; }
        .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover::before {
          width: 100%; }
        .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover i {
          opacity: 1; }

.opinion-post {
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }
  .opinion-post .trending-news-item .trending-news-content .post-meta .meta-categories a {
    color: #FF5555; }
  .opinion-post .trending-news-item .trending-news-content .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500; }
    .opinion-post .trending-news-item .trending-news-content .title a:hover {
      color: #FF5555; }
  .opinion-post .trending-news-item .trending-news-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .opinion-post .trending-news-item .trending-news-content ul li {
      display: inline-block; }
      .opinion-post .trending-news-item .trending-news-content ul li a {
        padding-right: 12px;
        margin-right: 12px;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.6); }
        .opinion-post .trending-news-item .trending-news-content ul li a::before {
          position: absolute;
          content: '';
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2px;
          height: 11px;
          background: #B9BCBF; }
        .opinion-post .trending-news-item .trending-news-content ul li a i {
          color: #FF5555;
          padding-right: 6px; }
      .opinion-post .trending-news-item .trending-news-content ul li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .opinion-post .trending-news-item .trending-news-content ul li:last-child a::before {
          display: none; }
  .opinion-post .trending-news-item:last-child {
    margin-bottom: 0; }

/*===========================
    7.FOOTER css 
===========================*/
.footer-area {
  background: #17222B;
  padding-top: 60px;
  padding-bottom: 50px; }
  .footer-area.footer-dark {
    background: #233340; }

.footer-topbar {
  border-bottom: 2px dashed #3A434B;
  padding-bottom: 40px; }

@media (max-width: 767px) {
  .footer-logo {
    padding-bottom: 30px; } }
.footer-logo ul {
  margin: 35px 0 0;
  padding: 0;
  list-style-type: none; }
  .footer-logo ul li {
    display: inline-block; }
    .footer-logo ul li a {
      color: #fff;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      background: rgba(255, 255, 255, 0.07);
      display: inline-block; }
      .footer-logo ul li a:hover {
        background: #1091FF; }

.footer-newaletter {
  color: rgba(255, 255, 255, 0.4); }
  .footer-newaletter .input-box {
    position: relative;
    margin-bottom: 10px; }
    .footer-newaletter .input-box input {
      width: 100%;
      border: 0;
      background: #fff;
      height: 50px;
      padding-left: 20px;
      color: rgba(23, 34, 43, 0.5); }
      .footer-newaletter .input-box input::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5); }
    .footer-newaletter .input-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 110px;
      background: #1091FF;
      color: #fff;
      font-weight: 400;
      border: 0; }
  .footer-newaletter p {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .footer-widget-area .widget {
    margin-bottom: 30px; } }
.footer-widget-area .widget .section-title {
  margin-bottom: 25px; }
.footer-widget-area .footer-widget-right-border {
  border-right: 2px dashed #3A434B;
  margin-top: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-area .footer-widget-right-border {
      border-right: 0; } }
  @media (max-width: 767px) {
    .footer-widget-area .footer-widget-right-border {
      border-right: 0; } }

.widget-list {
  border-right: 2px dashed #3A434B;
  padding-right: 60px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-list {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .widget-list {
      padding-right: 20px;
      border-right: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .widget-list {
      padding-right: 100px;
      border-right: 0; } }
  .widget-list .list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .widget-list .list ul li {
      padding-bottom: 15px; }
      .widget-list .list ul li a {
        color: #fff;
        font-size: 16px; }
        .widget-list .list ul li a:hover {
          color: #1091FF; }
  .widget-list.widget-list-2 {
    border-right: 0; }

.wedget-service {
  border-top: 2px dashed #3A434B;
  margin-top: 40px;
  padding-top: 32px; }
  .wedget-service .service-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .wedget-service .service-item ul li a {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px;
      display: inline-block; }
      .wedget-service .service-item ul li a:hover {
        color: #1091FF; }
      .wedget-service .service-item ul li a i {
        font-size: 18px;
        padding-right: 16px; }

.footer-twitter-post {
  border-top: 2px dashed #3A434B;
  padding-top: 40px;
  margin-top: 40px;
  margin-right: 30px; }
  .footer-twitter-post .twitter-post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 2px dashed #3A434B;
    padding-bottom: 24px;
    margin-bottom: 25px; }
    .footer-twitter-post .twitter-post .icon {
      margin-right: 15px; }
      .footer-twitter-post .twitter-post .icon i {
        color: #1091FF; }
    .footer-twitter-post .twitter-post .twitter-content p {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-twitter-post .twitter-post .twitter-content p {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .footer-twitter-post .twitter-post .twitter-content p {
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-twitter-post .twitter-post .twitter-content p {
          font-size: 15px; } }
      .footer-twitter-post .twitter-post .twitter-content p a {
        color: #1091FF; }
    .footer-twitter-post .twitter-post .twitter-content span {
      color: rgba(255, 255, 255, 0.5); }
    .footer-twitter-post .twitter-post:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }

.footer-copyright {
  background: #232D36; }
  .footer-copyright .copyright-item {
    padding: 37px 0; }
    @media (max-width: 767px) {
      .footer-copyright .copyright-item {
        text-align: center; } }
    .footer-copyright .copyright-item p {
      font-size: 16px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.4);
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .footer-copyright .copyright-item p {
          margin-bottom: 10px; } }
    .footer-copyright .copyright-item ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer-copyright .copyright-item ul li {
        display: inline-block; }
        .footer-copyright .copyright-item ul li a {
          font-size: 14px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.4);
          margin-left: 35px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .footer-copyright .copyright-item ul li a {
              margin-left: 20px; } }
          @media (max-width: 767px) {
            .footer-copyright .copyright-item ul li a {
              margin: 0px 10px 0; } }
          .footer-copyright .copyright-item ul li a:hover {
            color: #1091FF; }
  .footer-copyright.footer-copyright-style-2 {
    background: #F2F6F8; }
    .footer-copyright.footer-copyright-style-2 .copyright-item p {
      color: rgba(23, 34, 43, 0.4); }
    .footer-copyright.footer-copyright-style-2 .copyright-item ul li a {
      color: rgba(23, 34, 43, 0.4); }
      .footer-copyright.footer-copyright-style-2 .copyright-item ul li a:hover {
        color: #1091FF; }
    .footer-copyright.footer-copyright-style-2.footer-copyright-style-3 .copyright-item ul li a:hover {
      color: #FF5555; }
  .footer-copyright.footer-copyright-dark {
    background: #2E3D4A; }

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999; }
  .go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #FF5555;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-right: 0; }
    .go-top-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .go-top-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; }
    .go-top-area .go-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: #FF5555;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
    .go-top-area .go-top:focus, .go-top-area .go-top:hover {
      color: #fff; }
      .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; }
      .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden; }
      .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; }
    .go-top-area .go-top.active {
      top: 98%;
      -webkit-transform: translateY(-98%);
      -moz-transform: translateY(-98%);
      -ms-transform: translateY(-98%);
      -o-transform: translateY(-98%);
      transform: translateY(-98%);
      opacity: 1;
      visibility: visible;
      border-radius: 0;
      right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .go-top-area .go-top.active {
          top: 93%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .go-top-area .go-top.active {
          top: 93%; } }

.go-top-wrap {
  position: relative; }
  .go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #FF5555; }
    .go-top-wrap .go-top-btn i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff; }
    .go-top-wrap .go-top-btn::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background: #FF5555; }
    .go-top-wrap .go-top-btn:hover {
      background-color: #222;
      color: #fff; }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
.footer-style-2-area {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 50px; }
  .footer-style-2-area.footer-style-3-area .footer-top-info .footer-info-item .title::before {
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }
  .footer-style-2-area.footer-style-3-area .widget-services .service-item ul li a i {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .widget-services .service-item ul li a:hover {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .meta-categories::before {
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%); }
  .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .meta-categories span {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .title a:hover {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item ul li a i {
    color: #FF5555; }
  .footer-style-2-area.footer-style-3-area .footer-download-store .text {
    position: relative;
    padding-left: 26px; }
    .footer-style-2-area.footer-style-3-area .footer-download-store .text::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 66px;
      width: 5px;
      background: linear-gradient(180deg, #ff5555 0%, #ab50ef 100%); }
  .footer-style-2-area.footer-style-3-area .footer-download-store .store-btn ul li a {
    border: 0;
    background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%); }
    .footer-style-2-area.footer-style-3-area .footer-download-store .store-btn ul li a i {
      color: #FF5555; }

.widget-about {
  font-size: 17px;
  line-height: 27px;
  padding-right: 10px;
  color: rgba(23, 34, 43, 0.85); }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-about {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .widget-about {
      text-align: center; } }
  .widget-about p {
    padding-top: 36px; }
    .widget-about p span {
      font-weight: 700; }

@media (max-width: 767px) {
  .widget-services {
    text-align: center; } }
.widget-services .section-title {
  display: inline-block; }
.widget-services .service-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .widget-services .service-item ul li a {
    color: #17222B;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block; }
    .widget-services .service-item ul li a:hover {
      color: #1091FF; }
    .widget-services .service-item ul li a i {
      font-size: 18px;
      width: 30px;
      display: inline-block; }

.widget-news-categories {
  border-top: 2px dashed #F0F0F1;
  padding-top: 38px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .widget-news-categories {
      text-align: center; } }
  .widget-news-categories .section-title {
    display: inline-block; }
  .widget-news-categories .categories-list {
    padding-top: 5px; }
    @media (max-width: 767px) {
      .widget-news-categories .categories-list {
        justify-content: center; } }
    .widget-news-categories .categories-list ul {
      margin: 0 90px 0 0;
      padding: 0;
      list-style-type: none; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .widget-news-categories .categories-list ul {
          margin-right: 40px; } }
      .widget-news-categories .categories-list ul li a {
        font-size: 16px;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 15px;
        display: inline-block; }
      .widget-news-categories .categories-list ul:last-child {
        margin-right: 0; }

.widget-twitter {
  border-top: 2px dashed #DCDEDF;
  padding-top: 38px;
  margin-top: 30px; }
  .widget-twitter .twitter-post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 2px dashed #DCDEDF;
    padding-bottom: 24px;
    margin-bottom: 25px; }
    .widget-twitter .twitter-post .icon {
      margin-right: 15px; }
      .widget-twitter .twitter-post .icon i {
        color: #1091FF; }
    .widget-twitter .twitter-post .twitter-content p {
      color: #17222B;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .widget-twitter .twitter-post .twitter-content p {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .widget-twitter .twitter-post .twitter-content p {
          font-size: 13px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .widget-twitter .twitter-post .twitter-content p {
          font-size: 15px; } }
      .widget-twitter .twitter-post .twitter-content p a {
        color: #1091FF; }
    .widget-twitter .twitter-post .twitter-content span {
      color: rgba(23, 34, 43, 0.5);
      font-size: 14px;
      font-weight: 400; }
    .widget-twitter .twitter-post:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }

.footer-top-info {
  border-bottom: 2px dashed #DCDEDF;
  padding-bottom: 36px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-info {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .footer-top-info .footer-info-item {
      text-align: center;
      margin-bottom: 20px; } }
  .footer-top-info .footer-info-item .title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.75);
    padding-left: 18px;
    position: relative;
    margin-bottom: 20px; }
    .footer-top-info .footer-info-item .title::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 6px;
      width: 6px;
      background: #4CACFF; }
      @media (max-width: 767px) {
        .footer-top-info .footer-info-item .title::before {
          display: none; } }
  .footer-top-info .footer-info-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer-top-info .footer-info-item ul li a {
      font-size: 15px;
      font-weight: 500;
      color: #17222B; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-top-info .footer-info-item ul li a {
          font-size: 14px; } }

.more-news-items {
  border-left: 1px solid #E7E8E9;
  padding-left: 16px; }
  @media (max-width: 767px) {
    .more-news-items {
      margin-bottom: 30px; } }
  .more-news-items .more-news-item {
    border-bottom: 2px dashed #DCDEDF;
    padding-bottom: 12px;
    margin-bottom: 12px; }
    .more-news-items .more-news-item:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .more-news-items .more-news-item .meta-categories {
      position: relative; }
      .more-news-items .more-news-item .meta-categories::before {
        position: absolute;
        content: '';
        left: -19px;
        top: 50%;
        transform: translateY(-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #1091FF; }
      .more-news-items .more-news-item .meta-categories span {
        font-size: 12px;
        font-weight: 500;
        color: #1091FF; }
    .more-news-items .more-news-item .title {
      font-size: 18px;
      line-height: 22px;
      padding-top: 13px;
      margin-bottom: 8px; }
    .more-news-items .more-news-item ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .more-news-items .more-news-item ul li {
        display: inline-block; }
        .more-news-items .more-news-item ul li a {
          padding-right: 12px;
          margin-right: 12px;
          position: relative;
          font-size: 12px;
          font-weight: 500;
          color: rgba(23, 34, 43, 0.6); }
          .more-news-items .more-news-item ul li a::before {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 11px;
            background: #B9BCBF; }
          .more-news-items .more-news-item ul li a i {
            color: #70BDFF;
            padding-right: 6px; }
        .more-news-items .more-news-item ul li:last-child a {
          padding-right: 0;
          margin-right: 0; }
          .more-news-items .more-news-item ul li:last-child a::before {
            display: none; }

.widet-newsletter .post-newsletter {
  background: #F2F6F8; }
  .widet-newsletter .post-newsletter .input-box input {
    background: #fff; }

.widget-social .post-contact {
  padding: 0; }
  .widget-social .post-contact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .widget-social .post-contact ul {
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .widget-social .post-contact ul {
        justify-content: flex-start; } }
    .widget-social .post-contact ul li {
      display: inline-block; }
      .widget-social .post-contact ul li a {
        display: inline-block;
        background: #3B5998;
        width: 120px;
        height: 50px;
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .widget-social .post-contact ul li a {
            width: 105px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .widget-social .post-contact ul li a {
            width: 92px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .widget-social .post-contact ul li a {
            margin-right: 10px;
            width: 100px; } }
        @media (max-width: 767px) {
          .widget-social .post-contact ul li a {
            margin-right: 10px;
            width: 100px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .widget-social .post-contact ul li a {
            width: 110px; } }
        .widget-social .post-contact ul li a::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 35px;
          background: #334D82; }
        .widget-social .post-contact ul li a i {
          position: absolute;
          list-style-type: 0;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 16px;
          color: #fff; }
        .widget-social .post-contact ul li a span {
          font-size: 15px;
          font-weight: 500;
          color: #fff;
          line-height: 15px; }
        .widget-social .post-contact ul li a p {
          font-size: 11px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.85);
          text-transform: capitalize;
          margin-bottom: 0;
          line-height: 15px; }
        .widget-social .post-contact ul li a.item-2 {
          background: #1DA1F2; }
          .widget-social .post-contact ul li a.item-2::before {
            background: #1B87CA; }
        .widget-social .post-contact ul li a.item-3 {
          background: #FF5050; }
          .widget-social .post-contact ul li a.item-3::before {
            background: #D04648; }
        .widget-social .post-contact ul li a.item-4 {
          background: #9B45D5; }
          .widget-social .post-contact ul li a.item-4::before {
            background: #803DB3; }
        .widget-social .post-contact ul li a.item-5 {
          background: #1AB7EA; }
          .widget-social .post-contact ul li a.item-5::before {
            background: #1999C3; }
        .widget-social .post-contact ul li a.item-6 {
          background: #00AB6C; }
          .widget-social .post-contact ul li a.item-6::before {
            background: #048F5E; }

.footer-download-store {
  border-top: 2px dashed #E7E8E9;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer-download-store .text .title {
    font-size: 24px;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .footer-download-store .text .title {
        font-size: 20px; } }
  .footer-download-store .text span {
    font-size: 17px;
    line-height: 27px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-download-store .store-btn {
      text-align: right; } }
  .footer-download-store .store-btn ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer-download-store .store-btn ul li {
      display: inline-block; }
      .footer-download-store .store-btn ul li a {
        background: #F2F6F8;
        position: relative;
        display: inline-block;
        height: 65px;
        width: 185px;
        border: 1px solid rgba(23, 34, 43, 0.75);
        border-radius: 5px;
        padding-left: 54px;
        padding-top: 8px;
        margin-left: 9px;
        text-align: left; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .footer-download-store .store-btn ul li a {
            margin: 5px 0; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-download-store .store-btn ul li a {
            width: 170px; } }
        @media (max-width: 767px) {
          .footer-download-store .store-btn ul li a {
            margin-left: 0;
            margin-right: 10px;
            margin-top: 15px; } }
        .footer-download-store .store-btn ul li a i {
          position: absolute;
          left: 18px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 26px;
          color: #1091FF; }
        .footer-download-store .store-btn ul li a p {
          margin-bottom: 0;
          font-size: 12px;
          font-weight: 400;
          color: rgba(23, 34, 43, 0.75);
          margin-bottom: -4px; }
        .footer-download-store .store-btn ul li a span {
          font-size: 15px;
          font-weight: 400;
          color: #17222B; }

/*===========================
    8.POST NEWS 2 css 
===========================*/
.post-news-item-2 {
  background: #fff;
  border-radius: 7px; }
  @media (max-width: 767px) {
    .post-news-item-2 {
      margin-bottom: 30px; } }
  .post-news-item-2 .post-news-thumb {
    overflow: hidden;
    border-radius: 8px; }
    .post-news-item-2 .post-news-thumb img {
      width: 100%;
      transition: all linear 0.3s; }
  .post-news-item-2 .post-news-content {
    padding: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-news-item-2 .post-news-content {
        padding: 15px; } }
    .post-news-item-2 .post-news-content .title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      letter-spacing: -0.1px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .post-news-item-2 .post-news-content .title {
          font-size: 15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-news-item-2 .post-news-content .title {
          font-size: 16px; } }
    .post-news-item-2 .post-news-content p {
      margin-bottom: 20px; }
  .post-news-item-2:hover .post-news-thumb img {
    transform: scale(1.1); }

.meta-post-2-style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative; }
  .meta-post-2-style::before {
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 3px;
    background: #1091FF; }
  .meta-post-2-style .meta-post-categores a {
    font-size: 12px;
    color: #1091FF;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .meta-post-2-style .meta-post-categores a {
        font-size: 11px; } }
  .meta-post-2-style .meta-post-date {
    padding-left: 12px;
    margin-left: 12px;
    position: relative; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .meta-post-2-style .meta-post-date {
        padding-left: 9px;
        margin-left: 9px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .meta-post-2-style .meta-post-date {
        padding-left: 5px;
        margin-left: 5px;
        font-size: 12px; } }
    .meta-post-2-style .meta-post-date::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 2px;
      height: 11px;
      background: #B9BCBF; }

/*===========================
    9.HERO css 
===========================*/
.hero-area {
  position: relative;
  padding: 310px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
      padding: 200px 0; } }
  @media (max-width: 767px) {
    .hero-area {
      padding: 200px 0; } }
  .hero-area .bg-image {
    background-image: url(../images/hero-bg.jpg);
    left: 0;
    top: 0; }

.hero-content .title {
  color: #fff;
  font-size: 44px;
  line-height: 55px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  margin-bottom: 0;
  padding-top: 15px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-content .title {
      font-size: 38px;
      line-height: 48px; } }
  @media (max-width: 767px) {
    .hero-content .title {
      font-size: 30px;
      line-height: 36px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content .title {
      font-size: 36px;
      line-height: 46px; } }
.hero-content .hero-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .hero-content .hero-meta .meta-categories {
    position: relative;
    padding-left: 15px; }
    .hero-content .hero-meta .meta-categories::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: linear-gradient(#f55 0%, #ab50ef 100%);
      width: 4px;
      height: 19px; }
    .hero-content .hero-meta .meta-categories span {
      font-size: 15px;
      font-weight: 500;
      color: #fff; }
  .hero-content .hero-meta .meta-date {
    position: relative;
    padding-left: 15px;
    margin-left: 15px; }
    .hero-content .hero-meta .meta-date::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.75);
      width: 2px;
      height: 15px; }
    .hero-content .hero-meta .meta-date span {
      font-size: 15px;
      font-weight: 500;
      color: #fff; }

/*===========================
    10.SUB css 
===========================*/
.sub-area {
  position: relative;
  margin-top: -182px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-area {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .sub-area {
      margin-top: 50px; } }

.sub-item {
  background: #17222B;
  padding: 25px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1); }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item {
      padding: 25px 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-item {
      margin-bottom: 2px; } }
  @media (max-width: 767px) {
    .sub-item {
      margin-bottom: 2px;
      font-size: 15px; } }
  .sub-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 7px;
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  .sub-item span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  .sub-item:hover {
    background: #fff;
    color: #17222B; }
    .sub-item:hover::before {
      width: 100%; }
    .sub-item:hover span {
      color: #17222B; }
      .sub-item:hover span span {
        color: #FF5555; }

/*===========================
    11.POST PLAY css 
===========================*/
.post-play-area {
  padding: 70px 0;
  background: #17222B;
  margin-top: 100px; }
  .post-play-area.mt-100 {
    margin-top: 0;
    padding-top: 66px; }

.post-play-item {
  position: relative; }
  .post-play-item img {
    width: 100%;
    border-radius: 8px 0 0 8px; }
  .post-play-item .post-play-content {
    position: absolute;
    bottom: 40px;
    left: 50px; }
    @media (max-width: 767px) {
      .post-play-item .post-play-content {
        left: 20px;
        bottom: 20px; } }
    .post-play-item .post-play-content > .title {
      font-size: 44px;
      line-height: 54px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-play-item .post-play-content > .title {
          font-size: 36px;
          line-height: 44px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .post-play-item .post-play-content > .title {
          font-size: 41px;
          line-height: 48px; } }
      @media (max-width: 767px) {
        .post-play-item .post-play-content > .title {
          font-size: 24px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .post-play-item .post-play-content > .title {
          font-size: 30px;
          line-height: 36px; } }
      .post-play-item .post-play-content > .title a {
        color: #fff; }
        .post-play-item .post-play-content > .title a:hover {
          color: #FF5555; }
    .post-play-item .post-play-content .play-meta {
      position: relative;
      padding-left: 72px; }
      .post-play-item .post-play-content .play-meta a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        color: #fff;
        font-size: 16px; }
      .post-play-item .post-play-content .play-meta .title {
        color: #fff;
        font-size: 15px;
        margin-bottom: 10px; }
      .post-play-item .post-play-content .play-meta span {
        font-size: 14px;
        font-weight: 400;
        color: #fff; }

.post-play-list {
  background: #fff;
  padding: 25px 25px 6px; }
  @media (max-width: 767px) {
    .post-play-list {
      max-height: 375px;
      overflow-y: scroll; } }
  .post-play-list .post-play-list-item {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .post-play-list .post-play-list-item {
        margin-bottom: 5px; } }
    .post-play-list .post-play-list-item .play-meta {
      padding-left: 40px;
      position: relative; }
      .post-play-list .post-play-list-item .play-meta a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 26px;
        width: 26px;
        text-align: center;
        line-height: 26px;
        border: 1px solid #FE9898;
        color: #FE9898;
        border-radius: 50%;
        font-size: 12px; }
      .post-play-list .post-play-list-item .play-meta .title {
        font-size: 12px;
        font-weight: 500;
        color: #FF5555;
        margin-bottom: 0px; }
      .post-play-list .post-play-list-item .play-meta span {
        color: rgba(23, 34, 43, 0.5); }
    .post-play-list .post-play-list-item > .title {
      font-size: 20px;
      line-height: 24px;
      padding-top: 6px;
      margin-bottom: 13px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .post-play-list .post-play-list-item > .title {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 9px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post-play-list .post-play-list-item > .title {
          font-size: 15px;
          line-height: 18px; } }
      .post-play-list .post-play-list-item > .title a:hover {
        color: #FF5555; }
    .post-play-list .post-play-list-item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }

/*===========================
    12.ABOUT AUTHOR css 
===========================*/
.about-author-area {
  background: #fff;
  padding: 20px 0px 40px;
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05); }

.about-author-content nav ol {
  margin: 0;
  padding: 0;
  background-color: transparent; }
  .about-author-content nav ol li {
    font-size: 13px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.5); }
    .about-author-content nav ol li a {
      font-weight: 500;
      color: rgba(23, 34, 43, 0.5); }
.about-author-content .author-content {
  padding-left: 145px;
  position: relative;
  margin-top: 46px; }
  @media (max-width: 767px) {
    .about-author-content .author-content {
      padding-left: 0; } }
  .about-author-content .author-content .thumb {
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .about-author-content .author-content .thumb {
        position: static;
        margin-bottom: 15px; } }
  .about-author-content .author-content .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px; }
  .about-author-content .author-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .about-author-content .author-content ul li {
      display: inline-block;
      color: rgba(23, 34, 43, 0.5);
      font-size: 16px;
      font-weight: 400;
      margin-right: 20px; }
      .about-author-content .author-content ul li span {
        font-size: 14px; }
      .about-author-content .author-content ul li:last-child {
        margin-right: 0; }
  .about-author-content .author-content .text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    padding-top: 22px; }

.about-item-area {
  padding-bottom: 100px; }
  .about-item-area .about-tab-btn ul {
    padding-bottom: 19px; }
    .about-item-area .about-tab-btn ul li > a {
      margin: 0;
      padding: 0;
      font-size: 24px;
      font-weight: 500;
      color: rgba(23, 34, 43, 0.4);
      margin-right: 30px; }
      @media (max-width: 767px) {
        .about-item-area .about-tab-btn ul li > a {
          margin-right: 15px;
          font-size: 20px; } }
      .about-item-area .about-tab-btn ul li > a.active {
        background-color: transparent;
        color: #17222B; }
  .about-item-area .about-tab-btn .archive-btn ul {
    margin: 0;
    padding: 0 0 30px;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    .about-item-area .about-tab-btn .archive-btn ul li {
      font-size: 24px;
      font-weight: 500;
      color: #17222B; }

.about-item-area .pagination-item nav ul li a {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: rgba(23, 34, 43, 0.1);
  border: 0;
  font-size: 24px;
  font-weight: 500;
  color: #17222B;
  margin-right: 5px; }
  @media (max-width: 767px) {
    .about-item-area .pagination-item nav ul li a {
      height: 50px;
      width: 50px;
      font-size: 20px;
      line-height: 50px; } }
  .about-item-area .pagination-item nav ul li a:hover, .about-item-area .pagination-item nav ul li a.active {
    background: #1091FF;
    color: #fff; }
.about-item-area .pagination-item nav ul li:first-child a {
  border-radius: 0 !important; }
.about-item-area .pagination-item nav ul li:last-child a {
  border-radius: 0 !important; }

/*===========================
    13.ARCHIVE css 
===========================*/
.archive-content {
  padding-top: 40px; }
  .archive-content .section-title .title {
    font-size: 20px;
    margin-bottom: 21px; }
  .archive-content .archive-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .archive-content .archive-list ul {
      margin: 0 60px 0 0;
      padding: 0;
      list-style-type: none; }
      @media (max-width: 767px) {
        .archive-content .archive-list ul {
          margin: 0 40px 0 0; } }
      .archive-content .archive-list ul li {
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 15px; }
      .archive-content .archive-list ul:last-child {
        margin-right: 0; }
  .archive-content .archive-items.border-left {
    padding-left: 30px;
    border-left: 2px dashed #E5E6E7 !important; }
    @media (max-width: 767px) {
      .archive-content .archive-items.border-left {
        padding-left: 0;
        border-left: 0 !important;
        padding-top: 20px; } }

/*===========================
    14.ERROR css 
===========================*/
.error-area {
  background: #fff;
  padding: 60px 0px 60px;
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05); }

.error-content {
  padding-top: 58px; }
  .error-content .title {
    font-size: 30px;
    font-weight: 500; }
  .error-content ul {
    margin: 40px 0 0;
    padding: 0;
    list-style-type: none; }
    .error-content ul li {
      display: inline-block; }
      .error-content ul li a {
        line-height: 60px;
        padding: 0 45px;
        background: #1091FF;
        border: 1px solid #1091FF;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 6px; }
        @media (max-width: 767px) {
          .error-content ul li a {
            margin-bottom: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .error-content ul li a {
            margin-bottom: 0px; } }
        .error-content ul li a:hover {
          border-color: #1091FF;
          background-color: transparent;
          color: #1091FF; }
        .error-content ul li a.btn-2 {
          background-color: transparent;
          color: #1091FF; }
          .error-content ul li a.btn-2:hover {
            background: #1091FF;
            color: #fff; }

.add-area {
  background: #F0F0F1;
  padding: 50px 0; }

/*===========================
    15.CONTACT css 
===========================*/
.contact-info-item {
  box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
  background: #fff;
  padding: 25px; }
  .contact-info-item .title {
    font-size: 20px;
    padding-left: 18px;
    position: relative; }
    .contact-info-item .title::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 8px;
      width: 8px;
      background: #1091FF; }
  .contact-info-item span {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(23, 34, 43, 0.5); }
    .contact-info-item span i {
      padding-right: 5px; }
  .contact-info-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .contact-info-item ul li {
      font-size: 16px;
      font-weight: 500;
      line-height: 21px;
      color: #17222B;
      padding-left: 18px; }

.map-area {
  margin-top: 60px; }
  .map-area iframe {
    width: 100%;
    height: 500px; }

.contact-box {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .contact-box {
      margin-right: 0; } }
  .contact-box .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 33px; }
  .contact-box .input-box {
    margin-right: -20px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .contact-box .input-box {
        margin-right: 0; } }
    .contact-box .input-box input {
      width: 100%;
      height: 60px;
      padding-left: 20px;
      border: 0;
      background: #E9EAEB;
      color: rgba(23, 34, 43, 0.5); }
      .contact-box .input-box input::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5); }
    .contact-box .input-box textarea {
      width: 100%;
      height: 180px;
      border: 0;
      background: #E9EAEB;
      padding-left: 20px;
      padding-top: 10px;
      resize: none;
      color: rgba(23, 34, 43, 0.5); }
      .contact-box .input-box textarea::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5); }
    .contact-box .input-box button {
      background: #1091FF;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: 10px;
      padding: 0 33px;
      border: 1px solid #1091FF; }
      .contact-box .input-box button:hover {
        background-color: transparent;
        color: #1091FF; }

.contact-sidebar .post-newsletter {
  box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
  border-radius: 0; }
  .contact-sidebar .post-newsletter .input-box input {
    border-radius: 0;
    background: #ECEDEE; }

.post-layout-1-area {
  padding-top: 17px; }
  .post-layout-1-area.post-layout-2-area {
    padding-top: 50px; }
    .post-layout-1-area.post-layout-2-area .about-author-content {
      margin-left: -30px;
      margin-right: -30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .post-layout-1-area.post-layout-2-area .about-author-content {
          margin-left: 0;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .post-layout-1-area.post-layout-2-area .about-author-content {
          margin-left: 0;
          margin-right: 0; } }

.post-layout-top-content {
  padding-top: 45px; }
  .post-layout-top-content .post-categories .categories-item span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1091FF; }
  .post-layout-top-content .post-categories .categories-share ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .post-layout-top-content .post-categories .categories-share ul li {
      display: inline-block;
      margin-left: 18px;
      font-size: 15px;
      font-weight: 500;
      color: rgba(23, 34, 43, 0.5); }
      .post-layout-top-content .post-categories .categories-share ul li i {
        padding-right: 6px; }
  .post-layout-top-content .post-content {
    padding-top: 11px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400; }
    .post-layout-top-content .post-content .title {
      font-size: 34px;
      line-height: 40px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .post-layout-top-content .post-content .title {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .post-layout-top-content .post-content .title {
          font-size: 27px;
          line-height: 33px; } }
    .post-layout-top-content .post-content .thumb {
      padding-top: 15px; }
      .post-layout-top-content .post-content .thumb img {
        width: 100%; }
  .post-layout-top-content .post-text {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .post-layout-top-content .post-text {
        font-size: 15px;
        line-height: 24px; } }
    .post-layout-top-content .post-text p {
      margin-bottom: 27px; }
      .post-layout-top-content .post-text p .user {
        display: inline-block;
        line-height: 28px;
        white-space: nowrap;
        background: #D9DADC;
        color: #353E46;
        padding: 0 7px; }
    .post-layout-top-content .post-text ul {
      margin-left: 16px;
      padding: 0;
      list-style-type: square; }
      .post-layout-top-content .post-text ul li {
        padding-bottom: 7px;
        color: #17222B; }
    .post-layout-top-content .post-text .title {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 22px; }
    .post-layout-top-content .post-text .quote-text {
      font-weight: 500; }
    .post-layout-top-content .post-text .thumb img {
      width: 100%; }
    .post-layout-top-content .post-text .thumb span {
      font-weight: 400;
      color: rgba(23, 34, 43, 0.5);
      display: inline-block;
      padding-top: 7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-layout-top-content .post-text .post-thumb {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .post-layout-top-content .post-text .post-thumb {
        margin-bottom: 35px; } }
    .post-layout-top-content .post-text .play-thumb {
      position: relative; }
      .post-layout-top-content .post-text .play-thumb::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
        opacity: .5; }
      .post-layout-top-content .post-text .play-thumb img {
        width: 100%; }
      .post-layout-top-content .post-text .play-thumb span {
        position: absolute;
        left: 30px;
        bottom: 20px;
        color: #fff; }
      .post-layout-top-content .post-text .play-thumb a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        background: #FF5555;
        color: #fff;
        border-radius: 50%;
        font-size: 24px;
        z-index: 10; }
        .post-layout-top-content .post-text .play-thumb a::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          border-radius: 50px;
          background: #FF5555;
          animation: 3s linear infinite pasle-border;
          z-index: -1; }
  .post-layout-top-content .post-tags {
    border-bottom: 2px dashed #DADCDD;
    padding-bottom: 50px; }
    .post-layout-top-content .post-tags ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .post-layout-top-content .post-tags ul li {
        display: inline-block; }
        .post-layout-top-content .post-tags ul li a {
          border: 1px solid #C2C5C7;
          display: inline-block;
          line-height: 40px;
          padding: 0 15px;
          font-weight: 500; }
        .post-layout-top-content .post-tags ul li:first-child a {
          background: #E4E5E6;
          border-color: #E4E5E6; }
  .post-layout-top-content.post-layout-top-content-2 {
    padding-top: 17px;
    margin-left: -30px;
    margin-right: -30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .post-layout-top-content.post-layout-top-content-2 {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .post-layout-top-content.post-layout-top-content-2 {
        margin-left: 0;
        margin-right: 0; } }
    .post-layout-top-content.post-layout-top-content-2 .post-author {
      margin-top: 25px; }
    .post-layout-top-content.post-layout-top-content-2 .post-content {
      padding-top: 30px; }
  .post-layout-top-content.post-layout-top-content-3 {
    padding: 30px;
    box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
    background: #fff;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .post-layout-top-content.post-layout-top-content-3 {
        padding: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .post-layout-top-content.post-layout-top-content-3 {
        padding: 30px; } }
    .post-layout-top-content.post-layout-top-content-3 .post-content .post-author {
      margin-bottom: 30px; }
    .post-layout-top-content.post-layout-top-content-3 .post-content .thumb {
      padding-top: 0; }
    .post-layout-top-content.post-layout-top-content-3 .post-categories .categories-share ul li {
      margin-left: 0;
      margin-right: 18px; }
    .post-layout-top-content.post-layout-top-content-3 .post-tags {
      padding-bottom: 0;
      border-bottom: 0; }

.post-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .post-author {
      display: block; } }
  .post-author .author-info {
    position: relative;
    padding-left: 60px; }
    @media (max-width: 767px) {
      .post-author .author-info {
        padding-left: 55px; } }
    .post-author .author-info .thumb {
      max-width: 45px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .post-author .author-info .title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 22px; }
    .post-author .author-info ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .post-author .author-info ul li {
        display: inline-block;
        font-size: 14px;
        font-weight: 400; }
  @media (max-width: 767px) {
    .post-author .author-social {
      margin-top: 15px; } }
  .post-author .author-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .post-author .author-social ul li {
      display: inline-block; }
      .post-author .author-social ul li a {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background: #E4E5E6;
        display: inline-block; }
        @media (max-width: 767px) {
          .post-author .author-social ul li a {
            height: 30px;
            width: 30px;
            line-height: 30px;
            font-size: 14px; } }

.post-quote {
  padding-top: 12px; }
  .post-quote .thumb {
    min-width: 255px;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .post-quote .thumb {
        min-width: 100%;
        margin-bottom: 20px; } }
  .post-quote .post-quote-content {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-quote .post-quote-content {
        font-size: 16px;
        line-height: 22px; } }
    .post-quote .post-quote-content p {
      color: #17222B;
      padding-top: 11px; }
    .post-quote .post-quote-content .user {
      position: relative;
      padding-left: 60px; }
      .post-quote .post-quote-content .user img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 45px; }
      .post-quote .post-quote-content .user .title {
        margin-bottom: -3px; }
      .post-quote .post-quote-content .user span {
        color: rgba(23, 34, 43, 0.6);
        font-size: 14px;
        font-weight: 400; }
  .post-quote.post-quote-2-style {
    background: #F0F0F1;
    padding: 22px 40px 33px; }
    .post-quote.post-quote-2-style p {
      font-size: 17px;
      line-height: 27px;
      font-weight: 400; }
  .post-quote.post-quote-3-style .post-quote-content p {
    padding: 0 60px 0; }
    @media (max-width: 767px) {
      .post-quote.post-quote-3-style .post-quote-content p {
        padding: 0; } }
  .post-quote.post-quote-3-style .post-quote-content .user {
    display: inline-block; }

.post-reader-text .post-reader-prev {
  position: relative;
  padding-left: 20px; }
  .post-reader-text .post-reader-prev::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background: #BDC0C2; }
  .post-reader-text .post-reader-prev span {
    font-size: 15px;
    font-weight: 500; }
  .post-reader-text .post-reader-prev .title {
    font-size: 20px;
    line-height: 24px;
    padding-top: 17px;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .post-reader-text .post-reader-prev .title {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .post-reader-text .post-reader-prev .title {
        font-size: 16px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .post-reader-text .post-reader-prev .title {
        font-size: 20px; } }
.post-reader-text.post-reader-text-2 .post-reader-prev {
  background: #E4E5E6;
  padding: 20px; }
  .post-reader-text.post-reader-text-2 .post-reader-prev::before {
    display: none; }
  .post-reader-text.post-reader-text-2 .post-reader-prev span {
    color: rgba(23, 34, 43, 0.5); }
    .post-reader-text.post-reader-text-2 .post-reader-prev span i {
      font-size: 20px;
      padding-left: 5px; }
.post-reader-text.post-reader-text-2.post-reader-text-3 {
  padding-top: 30px; }
  .post-reader-text.post-reader-text-2.post-reader-text-3 .post-reader-prev {
    box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
    background: #fff; }

.latest-news-area {
  background: #F0F0F1;
  padding-top: 92px;
  padding-bottom: 65px; }

.post-form-area {
  padding-top: 90px;
  padding-bottom: 70px; }

.post-form-box .input-box {
  margin-bottom: 20px; }
  .post-form-box .input-box input {
    width: 100%;
    background: #fff;
    padding-left: 20px;
    height: 60px;
    border: 1px solid #C4C7C9;
    color: rgba(23, 34, 43, 0.5); }
    .post-form-box .input-box input::placeholder {
      opacity: 1;
      color: rgba(23, 34, 43, 0.5); }
  .post-form-box .input-box textarea {
    width: 100%;
    background: #fff;
    padding-left: 20px;
    padding-top: 10px;
    resize: none;
    height: 130px;
    border: 1px solid #C4C7C9;
    color: rgba(23, 34, 43, 0.5); }
    .post-form-box .input-box textarea::placeholder {
      opacity: 1;
      color: rgba(23, 34, 43, 0.5); }
  .post-form-box .input-box button {
    line-height: 60px;
    background: #1091FF;
    border: 1px solid #1091FF;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px; }
    .post-form-box .input-box button:hover {
      background-color: transparent;
      color: #1091FF; }

.post-comments-list .post-comments-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 18px; }
  .post-comments-list .post-comments-item .thumb {
    min-width: 50px;
    margin-right: 20px; }
  .post-comments-list .post-comments-item .post {
    font-size: 17px;
    line-height: 27px;
    position: relative;
    border-bottom: 2px dashed #DADCDD;
    padding-bottom: 5px; }
    .post-comments-list .post-comments-item .post a {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 16px;
      font-weight: 400;
      color: #1091FF; }
    .post-comments-list .post-comments-item .post .title {
      font-size: 18px;
      margin-bottom: 7px; }
  .post-comments-list .post-comments-item:last-child .post {
    border-bottom: 0;
    padding-bottom: 0; }

.post-load-btn {
  margin-top: 23px; }
  .post-load-btn a {
    background: #1091FF;
    line-height: 60px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #1091FF; }
    .post-load-btn a:hover {
      background-color: transparent;
      color: #1091FF;
      border-color: #1091FF; }

@-webkit-keyframes pasle-border {
  0% {
    transform: scale(1);
    opacity: 0; }
  50% {
    transform: scale(1.3);
    opacity: 1; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
@keyframes pasle-border {
  0% {
    transform: scale(1);
    opacity: 0; }
  50% {
    transform: scale(1.3);
    opacity: 1; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */


/* inline styles */
    .trending-news-item .trending-news-content .title {
    font-size: 16px;}
    .feature-post .feature-post-content .title {
    font-size: 14px;}
    .bg-image:before{
background: #fff;
    }
    .post_gallery_play .post__gallery_play_content .title {
    font-size: 30px;}
    .post_gallery_play .bg-image::before {
    background: linear-gradient(rgb(23 34 43 / 56%) 0%, #17222b 100%);}
    .gallery_item .gallery_item_content .title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

    .single__post .post-content .title {
    font-size: 13px;
    font-weight: 600;
    }
    .post_gallery_play .bg-image {
    background-image: url(assets/img/bg3.jpg);
    }


.menu-item.current-menu-item a {
    z-index: 10;
    color: #1091FF !important;
    background: #F3F3F4 !important;
}

.menu-item.current-menu-item a:before {
    width: 100%;
}

/* whether app on header*/
.splw-lite-wrapper .splw-lite-body {
    padding: 0 !important;
}

.splw-lite-wrapper  {
    background: transparent !important;
    color: #000 !important;
	padding: 0 !important;
}
.splw-weather-title {
    display: none;
}
.splw-lite-wrapper  .splw-lite-header {
    font-size: 16px !important;
	margin: 0 !important;
	color: #00afea;
}

.splw-lite-wrapper .splw-lite-header-title {
    font-size: 13px !important;
	color: #00afea;
}

.splw-lite-wrapper  span.cur-temp {
    font-size: 1.25rem !important;
}

div#splw-location-weather-69 {
    margin: 0 !important;
}

.header-temperature {
/*    background: #f3f3f4;*/
    padding: 0px 20px;
}
.splw-lite-header-title-wrapper {
    position: relative;
    top: 25px;
}

div#splw-location-weather-69 {
    height: 60px;
    position: relative;
    top: -30px;
}

span.cur-temp {
	color: #00afea;
}



/* home page first section*/
.post_gallery_sidebar .nav {
    margin: 0 0 25px 0  !important;
}
body a {
    text-decoration: none !important;
}


/* home page trending news posts */
section.trending-news-area .col-lg-12.col-md-12 .gallery_item {
    width: 48% !important;
    display: inline-block;
}

section.trending-news-area .col-lg-12.col-md-12 .gallery_item:nth-child(2n+1) {
    /* background: red; */
    margin-right: 3%;
}

section.trending-news-area .col-lg-12.col-md-12 .gallery_item .gallery_item_thumb {
    width: 49%;
    float: left;
    margin-right: 7px;
}

section.trending-news-area .col-lg-12.col-md-12 .gallery_item .gallery_item_content {
    width: 46%;
    /* display: inline-block; */
    float: left;
}

section.trending-news-area .col-lg-12.col-md-12 .gallery_item .gallery_item_content .post-meta .meta-date {
    padding-left: 17px;
    font-size: 9px;
    font-weight: bold;
}

section.trending-news-area .col-lg-12.col-md-12 .gallery_item .gallery_item_content .post-meta .meta-date {
    font-size: 10px !important;
}


section.trending-news-area .col-lg-12.col-md-12 .gallery_item .gallery_item_content .post-meta .meta-date::before {
    left: 7px;
}
/* Home page sports section*/
.sports-news-area .trending-sidebar-slider .gallery_item .gallery_item_thumb {
    width: 100px !important;
}

/* blog page styles */
span.post-views-label {
    display: none;
}
span.post-views-icon.dashicons.dashicons-chart-bar {
    display: none !important;
}
.post-views.entry-meta {
    display: inline;
}
.post-content-main span.post-views-count {
    display: none;
}
.trending-news-post-items .gallery_item_thumb {
    width: 100px;
}


body.archive.category section.all-post-area, body.archive.tag section.all-post-area {
    padding-top: 50px;
}

section.error-404.not-found {
    padding-top: 2%;
}

section.all-post-area .post-entertainment {
    margin-top: 50px;
}
.contact-box .input-box input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #1091FF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 0 33px;
    border: 1px solid #1091FF;
    width: auto !important;
    color: #fff !important;
}
.contact-box .input-box input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
background-color: transparent;
    color: #1091FF !important;
}
header.entry-header h1 {
    text-align: center;
    margin: 20px 0;
}

article.page.type-page {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 20px;
}


@media (max-width: 980px) {
section.trending-news-area .col-lg-12.col-md-12 .gallery_item {
    width: 100% !important;
    display: inline-block;
}
}