:root {
    --main-bg-color: #bb1919;
    --main-bg-color2: #df1d26;
    --light-text-color:#ffffff;
    --light-text-color2:#eeecee;
    --hover-blue:#4770dd;
    --hover-red:#d31b24;
    --dark-color-1:#151a30;
    --dark-color-2:#afb2b5;
    --blue-color:#102039;
    --gray-color:#979797;
}
body {
    background:#ebebeb;
    font-family: 'Roboto', sans-serif;
}
.text-center {
    text-align: center!important;
}
.container {
    width:1260px;
}
.white-inner {
    background:#ffffff;
    padding: 30px;
    padding-top:10px;
}
.white-inner-p-15 {
    background:#ffffff;
    padding: 15px;
    padding-top:0px;
}
a:hover {
    text-decoration: none;
}
.p-0 {
    padding:0px!important;
}
.pt-0 {
    padding-top: 0px;
}
.mb-0 {
    margin-bottom:0px!important;
}
.my-30 {
    margin-top:30px;
    margin-bottom:30px;
}
.my-25 {
    margin:25px 0;
}
.mb-30 {
    margin-bottom:30px;
}
.shadowed-card {
    box-shadow: 0px 3px 16px 0 rgba(0, 0, 0, 0.09);
}
.shadowed-card:hover {
    box-shadow: 0px 3px 38px 0 rgba(0, 0, 0, 0.25);
}
    .header-top {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        background-color: var(--main-bg-color);
        padding:10px 30px;
    }
    .header-top.dark-bg a {
        color:var(--light-text-color);
    }
    .header-top .header-top-left a img {
        margin-right:10px;
        height: 55px;
        width: auto;
    }
    .header-top .header-top-left .header-brand span {
        font-size: 18px;
        color:var(--light-text-color2);
    }
    /* Header Bottom */
    .header-bottom {
        background-color: var(--main-bg-color2);
        padding:0 30px;
    }
    .header-bottom a, header .navbar .navbar-brand {
        color: var(--light-text-color2);
    }
    /* Header Bottom End */

     
    .flex-centered {
        display: flex;
        align-items: center;
    }
    .flex-centered.flex-wide {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

header .navbar {
    margin-bottom:0px
}
.navbar-custom-collapse {
    display: flex!important;
}
header .navbar .navbar-brand {
    color:var(--light-text-color2); 
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}
header .navbar ul {
    float:none;
}
header .navbar ul li:after {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
        background: #ca1b23;
        z-index: 2;
        bottom: 0;
}
header .navbar ul li:first-child a {
    padding-left:0px;
}
.navbar ul li a:hover, .navbar ul li.active a {
    /* font-weight: 600; */
    text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}
header .navbar ul li.active a {
    text-shadow: none;
    font-weight: 600;
}
header .navbar ul li a {
    color:var(--light-text-color2);
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color:transparent;
}
.top-search-box {
    width:auto;
    border-radius: 23.5px;
    border: solid 1px #f3f3f3;
    background-color: #fcfcfc;
    display: flex;
    float:none;
        margin-right:30px;
}
.top-search-box .custom-inner-input {
    background: transparent;
    border: 0;
    box-shadow: none;
    width:140px;
    height:auto;
    padding:15px 12px;
}
.top-search-box .btn {
    border: none;
    background-color: transparent;
}
.top-search-box .custom-inner-input:focus,
.top-search-box .custom-inner-input:focus-within
{
    box-shadow:none;
}
header .socials {
    margin-left: auto;
}
.socials {
    display: table;
}
.socials .list-group {
    display: flex;
    margin-bottom:0px;
}
.socials .list-group a {
    border: none;
    padding:15px;
    color:#ffffff;
    background-color: transparent;
}
.socials .list-group a:last-child {
    padding-right: 0px;
}
.socials .list-group a:hover {
    background-color:transparent;
}
.inner-ad-center {
    text-align: center;
}
.inner-ad-center img {
    display: table;
    margin: 0 auto;
}
/* .top-ad-placement {
    margin:10px auto;
    display: table;
} */
.top-ad-placement {
    padding: 10px 0;
    margin: 0 auto;
    display: table;
}
.first.top-ad-placement {
    margin:0px auto 10px auto;
}
.inner.top-ad-placement {
    margin:20px auto;
}
.bottom-ad-placement {
    margin:0px auto 30px auto;
    display: table;
}
.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-inner-ad  {
    border-radius: 10px;
}
/* Slider */
.slider .slick-dots  {
    position: relative;
    bottom:0px;
    width:100%;
    display: flex;
    background:#767676;
}
.slider .slick-dots li {
    display: table;
    margin: 0;
    width: 10%;
    margin-right: 1px;
}
.slider .slick-dots li:last-child {
    margin-right: 0px;
}
.slider .slick-dots li a {
    background: #353535;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    display: table;
}
.slider .slick-dots li a:hover, .slider .slick-dots li.slick-active a {
    background-color: var(--hover-blue);
}

.slider .slick-slide img {
    width:100%;
    height: auto;
}
.slider .slick-dots {
    position: relative;
}
/* Slider End */
/* Slider 2 */
.slider2 {
    border-radius: 6px;
    border: solid 1px #eeeeee;
}
.slider2 .list-item {
    margin-bottom: 0px;
}
.slider2 .list-item .card {
    border:0;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slider2 .slick-prev:hover, .slider2 .slick-next:hover, .slider2 .slick-prev:focus,  .slider2 .slick-next:focus  {
    background-color: var(--hover-blue);
    color:#ffffff;
}
.slider2 .slick-prev {
    border-top-left-radius: 6px;
}
.slider2 .slick-next {
    border-bottom-right-radius: 6px;
}
.slider2 .slick-prev, .slider2 .slick-next {
    font-size:18px;
    line-height: 18px;
    bottom: -22px;
    top: auto;
    right: 45px;
    left: auto;
    z-index: 99;
    width: 45px;
    height: 45px;
    color:#c6c6c6;
    display: none!important;
}
 
.slider2 .slick-next {
    right: 0px;
}
.slider2 .slick-track {
    display: flex!important;
}
.slider2 .slick-slide {
    height:inherit!important;
    display: flex!important;
}
.slider2 .slick-slide .card {
    height:inherit!important;
}
/* Slider 2 End */
.list-item {
    margin-bottom: 30px;
}
.list-item .card {
  border-radius: 6px;
  border: solid 1px #eeeeee;
}
.list-item .card:hover {
    border-bottom: solid 3px var(--hover-blue);
    margin-bottom:-2px!important;
}
.list-item.hover-type-2 .card:hover {
    border-bottom: solid 3px var(--hover-red);
}
.list-item .card-body {
    padding: 20px 28px 0px 28px;
    background-color: #ffffff;
    color:#929292;
    line-height:24px;
}
.list-item .card-body .category a {
    font-size: 14px;
    font-weight: bold;
    padding:10px 60px;
    text-align: center;;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: table;
    color:#8f8f8f;
    border-radius: 6px;
}
.list-item:hover .card-body .category a {
    background:#e84f36;
    color:#ffffff;
    text-decoration: none;
}
.list-item .card-body .title {
    margin-bottom: 24px;
}
.list-item .card-body .title h3 {
    margin-top:10px;
    margin-bottom:0px;
}
.list-item .card-body .title a {
    color:var(--dark-color-1);
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
}
.list-item .card-body .title a:hover {
    color:var(--hover-blue);
    text-decoration:none;
}
.list-item .card-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.list-item .card-image img {
    width: 100%;
}
.list-item h3 a{
    font-size: 18px;
    font-weight: bold;
    color:inherit;
}
.list-item .card-body .content {
     padding-bottom:40px;
}
.list-item .title, .list-item .content {
    text-align: center;
}
.list-item .card-bottom {
    display: flex;
    justify-content: space-between;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:#ffffff;
    color:var(--gray-color);
}
.list-item .card-top-meta {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    color: var(--gray-color);
    padding: 20px 28px;
    padding-right: 24px;
    align-items: center;
}
.list-item .card-bottom .date {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  padding:20px 0;
  padding-left:28px;
}
 .list-item-type-2 .card-top-meta .date {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  padding:0px;
}
.list-item-type-2 .date i {
    margin-right:10px;
}
.list-item .card-bottom i, .list-item .card-top-meta i {
    margin-right:5px;
    color:#d3d3d3;
}
.list-item .card-bottom .comments{
    width:50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-item .card-top-meta .category {
    width:50%;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-item .card-bottom .comments:hover{
    background-color:#e84f36;
    color:#ffffff;
}
.list-item .card-bottom .comments a {
    padding: 20px 0;
    width: 100%;
    color:#b8b8b8;
}
.list-item .card-bottom .comments:hover a {
    color:#ffffff;
}
/* List Item Type 2 */
.list-item-type-2:hover .card {
   box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.18);
}
.list-item-type-2 .card-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-item-type-2  .title, .list-item-type-2  .content {
    text-align: left;
}

.list-item-type-2 .card-body .title {
    margin-bottom:0px;
}
.list-item-type-2 .card-body .title a {
    font-size: 22px;
    font-weight: 500;
    color:var(--dark-color-1);
    line-height:30px;
}
.list-item-type-2 .card-body .title a:hover {
    color:var(--hover-blue);
}
.list-item-type-2 .card-body {
    padding:0px 28px 28px 28px;
}
.list-item-type-2  .card-body .title h3 {
    margin-top:0px;
    text-align: left;
}
.list-item-type-2 .card-top-meta .category a {
    padding: 20px 0;
    color:#737373;
}
.list-item-type-2 .content {
  font-size: 14px;
  color: #929292;
}

/* List Item Type 3 */
.list-item-type-3:hover .card {
   box-shadow: none;
}
/* .list-item-type-3.list-item  .card:hover {
border: 0;
} */
.list-item-type-3 .card-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 8px 30px 8px 30px;
}

.list-item-type-3  .title, .list-item-type-3  .content {
    text-align: left;
}

.list-item-type-3 .card-body .title {
    margin-bottom:0px;
}
.list-item-type-3 .card-body .title h3 {
    margin-top:0px;
    margin-bottom:0px;
}
.list-item-type-3 .card-body .title a {
    font-size: 22px;
    font-weight: 500;
    color:var(--dark-color-1);
}
.list-item-type-3 .card-body .title a:hover {
    color:var(--hover-blue);
}
.list-item-type-3.hover-type-2 .card-body .title a:hover {
    color:var(--hover-red);
}

.list-item-type-3  .card-body .title h3 {
    margin-top:0px;
    text-align: center;
}
.list-item-type-3 .card-top-meta  {
    display: table;
    margin: 20px auto;
    margin-top:0px;
    margin-bottom:0px;
    display: none!important;
}
.list-item-type-3 .card-top-meta .category  {
    width:100%;
}
.list-item-type-3 .card-top-meta .category a {
    color:#737373;
}
.list-item-type-3 .card-body .content {
  font-size: 14px;
  color: #929292;
  padding-bottom:0px;
  margin-bottom:40px;
}

.list-item-type-3 .card-top-meta {
    padding: 0px;
} 
.list-item-type-3 .card-top-meta .date {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    padding:0px;
  }
  .list-item-type-3 .date i {
      margin-right:10px;
  }
/* List Item Side Image */
.list-item-side-image .card {
    display: flex;
    align-items:center;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    margin-bottom:20px;
}
.list-item-side-image:hover .card {
    box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.18);
}
.list-item-side-image .card .card-left,
.list-item-side-image .card .card-right {
    flex:50%;
}
.list-item-side-image .card .card-right {
    padding:12px 0px;
    padding-left:10px;
}
.list-item-side-image .card .card-left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}
.list-item-side-image .card-left .card-image img {
    width:100%;
}
.list-item-side-image .card .card-right .card-body h3 {
    margin-top:5px;
    margin-top:5px;
    /* max-height: 81px; */
    overflow: hidden;
}
.list-item-side-image .card .card-right .card-body h3 a {
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-color-1);
}
.list-item-side-image .card .card-right .card-body h3 a:hover {
    color:var(--hover-blue);
}
.list-item-side-image .card .card-right .card-top-meta .category a {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #737373;
}
.list-group-inline {
    display: flex;
}
/* Pagination */
.pagination {
    margin:30px 0;
}
.pagination ul li {
    margin-right:15px;
    border: 0;
    padding:0px;
    background-color:transparent!important;
}
.pagination ul li a {
    background-color: #ffffff;
    padding:20px 25px;
    color:#8f8f8f;
    display: table;
    border-radius: 10px;
}
.pagination ul li.list-group-item.active a,
.pagination ul li.list-group-item:hover a
{
    color: #ffffff;
    background-color:#e84f36;
}
.pagination ul li:last-child {
    margin-right:0px;
}
.pagination .list-group-item:first-child,
.pagination .list-group-item:last-child
{
    border-radius: 10px; 
}
/* Gallery Pagination */
.gallery-pagination {
    margin:30px 0;
}
.gallery-pagination .list-group-inline {
    justify-content: center;
}
.gallery-pagination ul li {
    margin-right:5px;
    border: 0;
    padding:0px;
    background-color:transparent!important;
}
.gallery-pagination ul li a {
    font-size:20px;
    background-color: #ffffff;
    padding:15px 20px;
    color:#363c52;
    display: table;
    border-radius: 4px;
    border: solid 1px #dddddd;
}
.gallery-pagination ul li.prev a, 
.gallery-pagination ul li.next a
{
    background-color: var(--main-bg-color2);
     color:#ffffff;
 }
.gallery-pagination ul li.list-group-item.active a,
.gallery-pagination ul li.list-group-item:hover a
{
    color: #ffffff;
    background-color:var(--main-bg-color2);
}
.gallery-pagination ul li:last-child {
    margin-right:0px;
}
.gallery-pagination .list-group-item:first-child,
.gallery-pagination .list-group-item:last-child
{
    border-radius: 10px; 
}
/* Categories List */
ul.categories-list  {
    margin-bottom:0px;
}
ul.categories-list li {
    margin-right:15px;
    border: 0;
    padding:0px;
    background-color:transparent!important;
}
ul.categories-list li a {
    background-color: #ffffff;
    padding:20px 25px;
    color:#8f8f8f;
    display: table;
    border-radius: 10px;
}
.categories-list li.list-group-item.active a,
.categories-list li.list-group-item:hover a
{
    color: #ffffff;
    background-color:#e84f36;
}
ul.categories-list li:last-child {
    margin-right:0px;
}
.categories-list .list-group-item:first-child,
.categories-list.list-group-item:last-child
{
    border-radius: 10px; 
}
body > section:last-of-type {
    padding-bottom: 30px;
}
.section-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom:30px;
  margin-top:30px;
}
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:18px;
    margin-bottom:18px;
}
.section-head h1 {
    margin-top:10px;
    font-size: 22px;
    font-weight: 500;
    color: var(--dark-color-1);
}
.section-head-right {
    margin-left: auto;
    display: table;
}
.blue-button {
    padding:15px 20px;
    font-size: 14px;
    font-weight: 500;
    background: var(--hover-blue);
    color:#ffffff;
    border-radius: 4px;
}
.blue-button:hover {
    color: #ffffff;
}

.red-button {
    padding:15px 20px;
    font-size: 14px;
    font-weight: 500;
    background: var(--hover-red);
    color:#ffffff;
    border-radius: 4px;
}
.red-button:hover {
    color: #ffffff;
}
.d-flex {
    display: flex;
}
.justify-full {
    justify-content: space-between;
}
/* Single News */
.bg-white {
    background: #ffffff;
}
/* Custom BG Box */
.custom-bg-box {
    padding:30px;
    background:var(--blue-color); 
    position:relative;
    overflow: hidden;
}
.custom-bg-box .box-inner {
    position: relative;
    z-index:5;
}
.custom-bg-box img {
    position: relative;
    z-index:3;
    width:100%;
    /* max-height: 500px;
    width: auto; */
    margin: 0 auto;
}
.custom-bg-box:after {
    content :' ';
    position: absolute;
    z-index: 1;
    top:0px;
    bottom:0;
    /* left:0px; */
    right:50%;
    background:var(--main-bg-color2); 
}
.custom-bg-box:before {
    content: ' ';
    z-index: 3;
    position: absolute;
    left: 0;
    top: -360px;
    width: 500px;
    height: 1520px;
    left: 7%;
    transform: rotate(45deg);
    background: var(--blue-color);
}
.content .custom-bg-box .post-title {
    color:#ffffff;
}
.content .custom-bg-box .post-meta .category a, .content .custom-bg-box .date {
    color:var(--gray-color);
    font-weight: 600;
}
/* Custom BG Box 2 */
.custom-bg-box-2 {
    background:var(--blue-color); 
    position:relative;
    overflow: hidden;
}
.custom-bg-box-2 .box-inner {
    position: relative;
    z-index:5;
    padding: 0px 30px 30px 30px;
}
.custom-bg-box-2 img {
    position: relative;
    z-index:3;
}

.content .custom-bg-box-2 .post-title {
    color:#ffffff;
}
.content .custom-bg-box-2 .post-meta .category a, .content .custom-bg-box-2 .date {
    color:var(--gray-color);
    font-weight: 600;
}

.single-top-ad {
    padding: 10px;
    background: #ffffff;
}
.single-top-ad span, .single-bottom-ad span {
    display: block;
    font-size: 16px;
    color:#ebebeb;
}
.single-bottom-ad img {
    margin: 0 auto;
}
.single-bottom-ad {
    margin-bottom:15px;
}
.content .post-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #303030;
}
.content .post-meta {
    display: flex;
}
.content .post-meta i {
    margin-right:5px;
}
.content .post-meta .category a {
    margin-right:30px;
    font-size: 14px;
    font-weight: bold;
    color: var(--gray-color);
}
.content .post-inner {
    padding:0 15px;
}
.content .gallery-post-inner p {
  font-size: 14px;
  line-height: 24px;
  color: #929292;
}
.content .post-content {
    margin:24px 0;
    color: #929292;
    font-size: 14px;
    line-height: 25px;
}
 
.content .post-content.gallery-detail p {
    font-size: 14px;
    line-height: 24px;
    color: #929292;
}
.content .gallery-detail {
    margin-top:0px;
}
.gallery-detail  {
    background-color: #f2f2f2;
    padding:30px 45px;
}
.gallery-detail .gallery-meta {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-detail .gallery-meta .category {
    margin-right:30px;
    font-size: 14px;
    font-weight: bold;
    color: var(--gray-color);
}
.gallery-detail .gallery-meta .category a {
    color: var(--gray-color);
}
.gallery-detail .gallery-meta .date {
    font-size: 14px;
    font-weight: bold;
    color: var(--gray-color);
}
.gallery-detail .gallery-meta .date i {
    margin-right:5px;
}
.gallery-detail .current-gallery-image {
    margin-bottom:30px;
    padding:0px 0px; /* 0 40 */
    position: relative;
    width:100%;
}
.gallery-detail .current-gallery-image img {
    display: table;
    margin:0 auto;
    width:100%;
}
.gallery-arrows {
    display: flex;
    justify-content: space-between;
    /* left: 6px;
    right: 6px; */
   /* width: 100%; */
    /* top: 35%; */
    left:-30px;
    right:-30px;
    position: absolute;
    margin: auto;
    position: absolute;
    top: 0; left: -30px; bottom: 0; right: -30px;
}
.next-image, .prev-image {
    display: flex;
    align-items:center;
    color:#8a8a8a;
    box-shadow: 0px 16px 38px 0 rgba(0, 0, 0, 0.06);
    font-size: 24px;
    background: #ffffff;
    padding:30px 30px;
    line-height: 60px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0; bottom: 0;
    
}
.prev-image {
    left: 0;
}
.next-image {
    right:0;
}
.next-image:hover, .prev-image:hover {
    color:#f2f2f2;
    background-color: var(--main-bg-color2);  
}
.facebook-commnets .fb_iframe_widget_fluid_desktop iframe, .facebook-commnets .fb_iframe_widget span, 
.facebook-commnets .fb_iframe_widget, .facebook-commnets {
    width:100%!important;
}
.sharebox {
    display: flex;
    margin-bottom:15px;
}
.sharebox .fb_iframe_widget_fluid {
    margin-right:10px;
}
/* Sidebar */
.right-sidebar-1 {
    padding-left:15px;
    margin-right:-15px;
}
.sidebar-widget:first-child {
    margin-top:0px;
}
.sidebar-widget {
    margin:30px 0px;
}
.sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar-ad img {
    margin: 0 auto;
}
.sidebar-posts-list .post-list-item {
    display: flex;
    align-items: stretch;
    margin-bottom:22px;
}

.sidebar-posts-list .post-list-item .image {
flex-grow: 0;     /* do not grow   - initial value: 0 */
flex-shrink: 0;   /* do not shrink - initial value: 1 */
flex-basis: 140px;
display: flex;
align-items: center;
}

.sidebar-posts-list .post-list-item .image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width:140px;
}
.sidebar-posts-list .post-list-item .title {
    padding:15px 10px;
}
.sidebar-posts-list .post-list-item:nth-child(2n+1) .title {
    background: #ebebeb;
}
.sidebar-posts-list .post-list-item .title h3 {
    margin: 0;
}
.sidebar-posts-list .post-list-item .title h3 a {
    font-size: 14px;
    line-height:18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark-color-1);
}
.dark-bg {
    background-color: var(--main-bg-color);
}
.right-sidebar-1 .dark-bg {
    background-color: var(--blue-color);
}
.sidebar-widget {
    padding:20px 45px;
}
.sidebar-widget.dark-bg .widget-title, .sidebar-widget.dark-bg p {
    color: #ffffff;
}
.widget-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  margin: 0 auto;
}
.list-item-side-image .card .card-right .card-body h3 {
    line-height: 16px;
}
.sidebar-widget .sidebar-posts-first-big .card .card-right .card-body .title h3 a {
    font-size:12px;
    line-height: 16px;
}
.sidebar-posts-first-big .post-list-item {
    margin:15px auto;
}
.sidebar-posts-first-big .post-list-item.big .category a {
    color:#959595;
    margin:10px 0;
    display: table;
    font-size: 10px;
} 
.sidebar-posts-first-big .post-list-item.big .content p, .sidebar-posts-first-big .post-list-item.big .content {
    color:#929292;
} 
.sidebar-posts-first-big .post-list-item.big .title {
  font-size: 18px;
  font-weight: 500;
}
.sidebar-posts-first-big .post-list-item.big .title h3 {
    margin-top:5px;
}
.sidebar-widget.dark-bg .sidebar-posts-first-big .post-list-item.big .title a,
.sidebar-widget.dark-bg .sidebar-posts-first-big .list-item-side-image .title a
 { 
    color: #ffffff; 
}
.sidebar-widget.dark-bg .list-item-side-image .card, .sidebar-widget.dark-bg .post-list-item.big .card {
border:none;
border-bottom:1px solid #193156;
}
.sidebar-widget.dark-bg .list-item-side-image .card {
    padding-bottom: 15px;
}
.sidebar-widget.dark-bg .list-item-side-image:last-child .card {
    border-bottom: none;
    margin-bottom:0px;
}
.sidebar-widget.dark-bg .list-item-side-image:hover .card {
 box-shadow: none;
}
.sidebar-widget.dark-bg  .list-item-side-image .card .card-right .card-body h3 a:hover {
    color: #ffffff;
}
.sidebar-widget.dark-bg .list-item-side-image .card .card-right {
    padding:0px 0px 0px 10px;
}
/* Footer */
footer {
    background: #ffffff;
    padding:24px 0;
}
.footer-wrapper {
    display: flex;
    align-items:center;
}
footer .navbar {
    margin-bottom: 0px;
    min-height: 1px;
}
footer .navbar ul {
    float: none;
    display: table;
    margin: 0 auto;
}
footer .navbar ul li a {
    padding: 5px;
}
footer .navbar ul li a {
    color:var(--dark-color-2);
}
footer .navbar ul li a:after {
    content:'|';
    margin-right:5px;
    margin-left:5px;
}
footer .navbar ul li:last-child a:after {
    display: none;
}
footer .socials {
    margin-left:auto;
}
footer .socials .list-group-item {
    background-color: transparent;
    color:var(--dark-color-2);
}
footer .socials .list-group a {
    padding:0 15px;
}
#fixmenu {
    position: fixed;
    top:0;
    left:0;
}