body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
}

a {
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    color: #ffffff;
}

a:hover {
    color: #49aafe;
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 41px;
    line-height: 1.4;
}

.h2,
h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 27px;
    line-height: 1.4;
}

.h3,
h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 1.4;
}

.h4,
h4 {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

.h5,
h5 {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.h6,
h6 {
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}

p {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.4;
}

.img-full {
    width: 100%;
}

img {
    max-width: 100%;
}

.img-fit {
    -o-object-fit: cover;
    object-fit: cover;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

.btn {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    display: inline-block;
    /*background: none;*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-border-radius: 3px;
    -o-border-radius: 3px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 6px 12px;
    transition: all 450ms ease-in-out;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    white-space: normal;
    word-wrap: break-word;
    box-shadow: none;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.btn-sm {
    font-size: 12px;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
}

.btn.medium {
    max-width: 160px;
    width: 100%;
}

.btn-full {
    width: 100%;
}

.btn-blue {
    background-color: #49aafe;
    color: #ffffff;
}

.btn-blue:hover {
    background-color: #0f1012;
    color: #ffffff;
}

.btn-outline {
    background-color: #f5f5f5;
    color: #0f1012;
    border: 1px solid rgba(0, 0, 0, .1);
}

.btn-outline:hover {
    background-color: #0f1012;
    color: #ffffff;
    border: 1px solid #c6c6c6;
}

.text-blue {
    color: #49aafe;
}

.bg-blk {
    background-color: #0f1012;
}

.bg-gray {
    background-color: rgba(155, 155, 155, 0.05);
}

.breadcrumb {
    background-color: transparent;
    padding: 0 0 1rem 0rem;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: #49aafe;
}

.breadcrumb .breadcrumb-item a {
    color: #49aafe;
}

.breadcrumb .breadcrumb-item.active {
    color: #aaaaaa;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    color: #aaaaaa;
    padding-right: 0.3rem;
}

.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.5s;
}

.hr-light {
    border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.form-control {
    height: calc(1.5em + 0.75rem + 5px);
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(155, 155, 155, 0.2);
    color: #aaaaaa;
    font-size: 12px;
}

.form-control:focus {
    background-color: rgba(155, 155, 155, 0.05);
    border-color: rgba(155, 155, 155, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #aaaaaa;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaaaaa;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaaaaa;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaaaaa;
}

.form-label {
    font-size: 14px;
    color: #777777;
}

.form-check-input {
    margin-top: 0.2rem;
}

.contributor-photo{
    max-width: 70px;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #D4D9E2;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    background-color: #f5f5f5;
    /* height: calc(1.5em + 0.75rem + 9px); */
    padding-right: 30px;
    color: #777777;
    font-size: 13px;
}

.bootstrap-select .btn:focus {
    box-shadow: none;
    outline: none !important;
}

.bootstrap-select .dropdown-toggle.btn-light:focus,
.bootstrap-select .dropdown-toggle.btn-light:active {
    color: #212529;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #D4D9E2;
}

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus {
    background-color: rgba(155, 155, 155, 0.15);
    color: #777777;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.active {
    color: #777777;
    border-color: #49aafe;
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.show .btn-light.dropdown-toggle {
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    border-color: #49aafe;
    color: #777777;
}

.bootstrap-select .dropdown-toggle:before {
    font-size: 14px;
}

.bootstrap-select .dropdown-toggle:after {
    content: "";
    background: url(../images/arrow-right.svg) no-repeat right center;
    width: 15px;
    height: 10px;
    transform: rotate(0deg);
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    margin-top: -4px;
    border: 0;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.bootstrap-select.show .dropdown-toggle:after {
    transform: rotate(-180deg);
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-weight: 400;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #D4D9E2;
    border-radius: 0px;
}

.bootstrap-select .dropdown-menu li a.dropdown-item {
    font-size: 13px;
    padding: 10px 10px;
    color: #777777;
    font-weight: normal;
}

.bootstrap-select .dropdown-menu li a.dropdown-item.active,
.bootstrap-select .dropdown-menu li a.dropdown-item:active {
    background-color: rgba(155, 155, 155, 0.3);
    color: #777777;
}

.tag .badge {
    font-weight: 400;
    padding: 10px;
}

.tag .badge:hover {
    background-color: #49aafe;
    color: #ffffff;
}

.tag-list ul {
    margin: 0 -2px;
}

.tag-list ul li {
    display: inline-block;
    list-style: none;
    padding: 0 2px;
    margin: 3px 0px;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.top-bar {
    background-color: #0f1012;
    padding: 10px 0px;
}

.shadowHeader .top-bar {
    background-color: #0f1012;
    border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.shadowHeader .navbar-nav {
    display: none;
}

.search-container {
    position: relative;
}

.search-form-trigger {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.search-form-trigger.active .fa-search:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    padding-left: 3px;
}

.search-form-wrapper {
    display: none;
    padding: 10px;
    background-color: #1f2024;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 15px;
    max-width: 290px;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.05);
}

.search-form-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #1f2024;
    margin: -20px 0 0;
}

.search-form-wrapper.open {
    display: block;
}

.search-form-wrapper .search-form-input-wrap {
    position: relative;
}

.search-form-wrapper .search-form-input-wrap {
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 3px;
}

.search-form-wrapper .search-form-input-wrap .form-control {
    font-size: 14px;
    font-weight: 400;
    border: none;
}

.search-form-wrapper .search-form-input-wrap .btn {
    margin-right: 2px;
}

.navbar-nav {
    /*background-color: #49aafe;*/
	background-color:#49aafe;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.main-menu .menu li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
}

.main-menu .menu li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 12px 0px;
    display: block;
    text-align: left;
}

.main-menu .menu li a:hover {
    color: #dbe4ec;
}

.main-menu .menu li:first-child {
    margin-left: 0px;
}

.social-media ul li {
    display: inline-block;
    margin: 0 7px;
}

.social-media ul li a {
    font-size: 15px;
    text-align: center;
    display: block;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.social-media ul li.facebook a:hover {
    color: #3b5999;
}

.social-media ul li.twitter a:hover {
    color: #00acee;
}

.social-media ul li.youtube a:hover {
    color: #f50000;
}

.social-media ul li.rss a:hover {
    color: #ffc200;
}

.square-social-media .social-media ul li {
    margin: 0 2px;
}

.square-social-media .social-media ul li a {
    background-color: rgba(155, 155, 155, 0.1);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
}

.square-social-media .social-media ul li.facebook a:hover {
    background-color: #3b5999;
    color: #ffffff;
}

.square-social-media .social-media ul li.twitter a:hover {
    background-color: #00acee;
    color: #ffffff;
}

.square-social-media .social-media ul li.youtube a:hover {
    background-color: #f50000;
    color: #ffffff;
}

.square-social-media .social-media ul li.rss a:hover {
    background-color: #ffc200;
    color: #ffffff;
}

.square-social-media .social-media ul li.instagram a:hover {
    background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
    color: #ffffff;
}

.square-social-media .social-media ul li.email a:hover {
    background: #f14536;
    color: #ffffff;
}

.square-social-media .social-media .external-link a:hover {
    background-color: #0f1012;
    color: #ffffff;
}

.social-media-color a {
    display: inline-block;
    margin: 0 5px;
}

.social-media-color a.facebook, .social-media-color div#facebook {
    color: #3b5999;
}

.social-media-color a.twitter, .social-media-color div#twitter {
    color: #00acee;
}

.social-media-color a.youtube {
    color: #f50000;
}

.social-media-color a.rss {
    color: #ffc200;
}

.social-media-color a.share {
    color: #aaaaaa;
}

.social-media-color a.email, .social-media-color div#email {
    color: #aaaaaa;
}

.social-media-color a:hover {
    opacity: 0.6;
}

.social-media-color div {
    display: inline-block;
    margin: 0 5px;
}
.social-media-color div:hover {
    opacity: 0.6;
    cursor: pointer;
}

.navbar-nav .social-media ul li:last-child {
    margin-right: 0px;
}

#content-wrapper {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #191a1d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: filter .17s ease;
}

.body-overlay #bluroverlay {
    filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.ads-box {
    padding: 30px 0px;
    display: table;
    width: 100%;
}

.ads-here {
    display: table-cell;
    vertical-align: middle;
    background-color: #191a1d;
    text-align: center;
    font-size: 19px;
    color: #aaaaaa;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -.5px;
    line-height: 88px;
    border: 1px solid rgba(155, 155, 155, 0.1);
}

.ads-here:hover {
    background-color: rgba(25, 26, 29, 0.15);
    color: #49aafecc;
}

.header-ad a.ads-here {
    background-color: #1f2024;
    border-color: rgba(155, 155, 155, 0.15);
}

.header-ad a.ads-here:hover {
    background-color: rgba(31, 32, 36, 0.15);
}

.sidebar-ads {
    min-height: 265px;
}

.sidebar-ads .ads-here {
    display: table-cell;
    vertical-align: middle;
}

.feature-post-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    z-index: 10;
    border-radius: 3px;
    height: 225px;
}

.item-0 {
    height: 460px;
}

.feature-post-item a {
    display: block;
}

.feature-post-item a.feature-post-item-img-link {
    border-radius: 3px;
    transition: all .5s ease 0s;
    width: 100%;
}

.feature-post:hover .feature-post-item a.feature-post-item-img-link {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.feature-post-item-img-link {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 460px;
    overflow: hidden;
    display: block;
    z-index: 5;
    margin: 0;
    border-radius: 3px;
}

.feature-post-item-img-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    opacity: 1;
    margin: 0;
    transition: opacity .25s ease;
}

.feature-post-item-img-link img {
    height: 100%;
}

.feature-post-item-category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.feature-post-item-category a {
    color: #ffffff;
}

.feature-post-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
    box-sizing: border-box;
    padding: 25px 20px;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
}

.title-text {
    font-weight: 700;
    display: block;
    line-height: 1.3em;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.title-text a {
    color: #ffffff;
}

.inner-contentarea {
    padding: 35px 0 0 0px;
    background-color: #1f2024;
    border-top: 1px solid rgba(155, 155, 155, 0.2);
}

.title-wrap {
    position: relative;
}

.title-wrap .title {
    color: #ffffff;
    padding: 0 15px 0 0px;
    display: inline-block;
    position: relative;
}

.title-wrap .title::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    z-index: 1;
}

.post-box-wrap {
    /*height: 100%;*/
}

.post-box {
    border-radius: 3px;
    overflow: hidden;
}

.post-box a {
    display: block;
}

.post-box a.post-medium,
.post-box a.post-image,
.post-box a.post-thumb {
    border-radius: 3px;
    transition: all .5s ease 0s;
    width: 100%;
    height: 100%;
}

.post-box a.post-large {
    transition: all .5s ease 0s;
    width: 100%;
    height: 100%;
}

.post-box-wrap:hover .post-box a.post-large,
.post-box-wrap:hover .post-box a img,
.post-box-wrap:hover .post-box a.post-medium,
.post-box-wrap:hover .post-box a img,
.post-box-wrap:hover .post-box a.post-image,
.post-box-wrap:hover .post-box a img,
.post-box-wrap:hover .post-box a.post-thumb,
.post-box-wrap:hover .post-box a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.post-box a.post-large,
.post-box a.post-medium,
.post-box a.post-image,
.post-box a.post-thumb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

.post-box a.post-large {
    width: 100%;
    height: 450px;
}

.post-box a.post-medium {
    width: 100%;
    height: 200px;
}

.post-box a.post-image {
    width: 100%;
    height: 145px;
}

.post-box a.post-thumb {
    width: 80px;
    height: 80px;
}

.post-box a.post-thumb img {
    height: 80px;
}

.post-box-content .post-cate-text a {
    color: #49aafe;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.post-box-content .post-title h6 {
    font-size: 15px;
}

.post-box-content .post-title a {
    color: #ffffff;
}

.post-box-content .post-title a:hover {
    color: #49aafe;
}

.post-box-content .post-auth p {
    font-size: 13px;
    margin-bottom: 0;
}

.post-box-content .post-auth p strong,
.post-box-content .post-auth p b {
    font-weight: 600;
}

.post-box-content .post-auth p i {
    color: #ffffff;
    margin: 0 2px 0 5px;
}

.post-box-content .post-auth p a {
    color: #cccccc;
}

.post-box-content .post-auth p a:hover {
    color: #49aafe;
}

.box-outline {
    border-radius: 3px;
    border: 1px solid rgba(155, 155, 155, 0.2);
    position: relative;
    overflow: hidden;
}

.box-title {
    padding: 12px 20px;
}

.box-content {
    padding: 20px;
}

.quote-text {
    border-left: 3px solid rgba(155, 155, 155, 0.2);
    padding: 15px 25px;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
}

.quote-text::before,
.quote-text::after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.quote-text::before {
    content: "\f10d";
    margin: 0 10px 0 0;
}

.quote-text::after {
    content: "\f10e";
    margin: 0 0 0 10px;
}

.single-post-block-body .post-box-content .post-desc p {
    font-size: 16px;
    line-height: 1.6;
}

.dot-list ul li {
    list-style: disc;
    list-style-position: outside;
}

.single-post-block-body .dot-list ul {
    padding: 0 0 0 15px;
    margin: 10px 0 10px 20px;
}

.single-post-block-body .dot-list ul li {
    font-size: 16px;
    line-height: 1.6;
    margin: 5px 0;
    padding: 0;
    line-height: 1.5em;
    color: #cccccc;
}

ul.share-links {
    position: relative;
}

.share-links li {
    display: inline-block;
    overflow: hidden;
    margin: 5px 5px 0px 0;
}

.share-links li a {
    display: block;
    width: 36px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.share-links li a:hover {
    opacity: .8;
}

.share-links a:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
}

.share-links li.facebook a,
.share-links li.twitter a {
    width: auto;
}

.share-links li.facebook a:before,
.share-links li.twitter a:before {
    width: 34px;
    background-color: rgba(255, 255, 255, 0.05);
}

.share-links .facebook a:before {
    content: "\f39e";
}

.share-links .twitter a:before {
    content: "\f099";
}

.share-links .facebook a,
.share-links .facebook a:hover {
    background-color: #3b5999;
}

.share-links .twitter a,
.share-links .twitter a:hover {
    background-color: #00acee;
}

.share-links .whatsapp a,
.share-links .whatsapp a:hover {
    background-color: #3fbb50;
}

.share-links .whatsapp a:before {
    content: "\f232";
}

.share-links .reddit a,
.share-links .reddit a:hover {
    background-color: #ff4500;
}

.share-links .reddit a:before {
    content: "\f281";
}

.share-links .pinterest a,
.share-links .pinterest a:hover {
    background-color: #ca2127;
}

.share-links .pinterest a:before {
    content: "\f231";
}

.share-links .linkedin a,
.share-links .linkedin a:hover {
    background-color: #0077b5;
}

.share-links .linkedin a:before {
    content: "\f0e1";
}

.share-links .email a,
.share-links .email a:hover {
    background-color: #888;
}

.share-links .email a:before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.share-links .show-share-icons a {
    background-color: rgba(155, 155, 155, 0.1);
    font-size: 14px;
    color: #aaaaaa;
}

.share-links .show-share-icons a:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.share_icons_show-hide .show-share-icons a:before {
    content: '\f068';
}

.share-links li a span {
    font-size: 14px;
    padding: 0 15px;
}

.share-links li.linkedin,
.share-links li.reddit,
.share-links li.pinterest {
    display: none;
}

.share_icons_show-hide.share-links li.linkedin,
.share_icons_show-hide.share-links li.reddit,
.share_icons_show-hide.share-links li.pinterest {
    display: inline-block;
}

.list-group-item {
    background-color: transparent;
    border: none;
    padding: 0.45rem 0;
}

.list-group-item .badge {
    font-weight: 400;
}

.author-description .square-social-media .social-media ul li a {
    font-size: 12px;
    width: 22px;
    height: 21px;
    line-height: 22px;
}

.comment-message p {
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
    font-style: italic;
}

.comment-message p>em {
    color: #d63031;
    font-style: normal;
}

.post-nav .post-nav-prev .prev,
.post-nav .post-nav-next .next {
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
    display: flex;
    align-items: center;
}

.post-nav .post-nav-prev .prev:hover,
.post-nav .post-nav-next .next:hover {
    color: #49aafe;
}

.post-nav .post-nav-prev .prev::before,
.post-nav .post-nav-next .next::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 9px;
}

.post-nav .post-nav-prev .prev::before {
    content: "\f053";
    margin: 0 4px 0 0;
}

.post-nav .post-nav-next .next::after {
    content: "\f054";
    margin: 0 0 0 4px;
}

.sticky-box {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    padding-bottom: 10px;
}


/*=================================
    Footer CSS
=================================*/

.footer {
    background-color: #0f1012;
    border-top: 1px solid rgba(155, 155, 155, 0.2);
}

.footer-top {
    padding: 30px 0px;
}

.footer-top .square-social-media .social-media ul li:last-child {
    margin-right: 0px;
}

.footer-bottom {
    background-color: #0a0a0a;
    padding: 20px 0px;
}

.copyright p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.footer-list ul li {
    display: inline-block;
    list-style: none;
    margin: 0 8px;
}

.footer-list ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.footer-list ul li a:hover {
    color: #49aafe;
}


/*=================================
    Back_To_Top CSS
=================================*/

.backto-top-btn .backto-top {
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #49aafe;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    z-index: 1030;
}

.backto-top-btn .backto-top:hover {
    background-color: #0f1012;
}


/*=================================
    Listingpage CSS
=================================*/

.category {
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
}

/*=================================
    404page CSS
=================================*/

.emptyPost{
    display: inline-block;
    background-color: rgba(155,155,155,0.05);
    font-size: 15px;
    color: #aaaaaa;
    font-weight: 400;
    padding: 8px 25px;
    margin: 0;
    border-radius: 3px;
}
.page-notfound-wrap{
    min-height: calc(100vh - 150px);
}
.page-notfound-wrap h1{
    font-size: 160px;
    line-height: 1em;
    margin: 0 0 40px;
}
.page-notfound-wrap h4 {
    font-size: 25px;
    margin: 0 0 30px;
}
.page-notfound-wrap p {
    margin: 0 0 30px;
}
/*=================================
    Start Media CSS
=================================*/

@media (min-width: 576px) {
    .single-post-block-header .social-media-color a:last-child {
        margin-right: 0px;
    }
}

@media (min-width: 768px) {
    .feature-post-block .row {
        margin: 0 -5px;
    }
    .feature-post-block [class*="col-"] {
        padding: 0 5px;
    }
    .footer-list ul li:last-child {
        margin-right: 0px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 575.98px) {
    .header-search .search-form-trigger span {
        display: none;
    }
    .single-post-block-header .social-media-color a:last-child {
        margin-right: 0px;
    }
    .post-box a.post-large {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .main-menu {
        position: relative;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        z-index: 1;
    }
}

@media (max-width: 991.98px) {}

@media screen and (max-width: 1165px) {
    #content-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {}