@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,400,500,600,700&display=swap&subset=latin-ext");
/*==================================MIXINS=====================================*/
/*==================================VARIABLES=====================================*/
/*==================================DISPLAY SETTINGS======================================*/
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 544px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}
/*==================================MAGIC STARTS HERE=====================================*/
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

body {
  font-size: 15px;
  line-height: 30px;
  font-family: "Poppins";
  background: #111112;
  color: white;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.5;
  font-weight: 900;
}

h1 {
  font-size: 142px;
  line-height: 173px;
}

h2 {
  font-size: 82px;
  line-height: 68px;
  margin-bottom: 80px;
}

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

.text-right {
  text-align: right;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}

strong {
  font-weight: 700;
}

.badge {
  height: 20px;
  background: #1B1A21;
  border-radius: 3px;
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 6px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 8px;
  color: white;
  text-decoration: none;
}
.share i {
  margin-right: 6px;
}
.share.whatsapp {
  background: #45e676;
}
.share.email {
  background: #9018F2;
}

.box {
  padding: 25px;
  border-radius: 8px;
  background: #1B1A21;
  margin: 16px 0;
  position: relative;
}
.box.with-overlay:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(17, 17, 18, 0) 0%, #111112 100%);
}
.box h2 {
  opacity: 0.3;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.box h2 small {
  font-size: 12px;
  line-height: 18px;
}
.box ul.most-read {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.box ul.most-read li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.box ul.most-read li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  opacity: 0.2;
  border-radius: 2px;
  background: white;
}
.box ul.most-read li a {
  color: white;
  text-decoration: none;
}
.box ul.most-read li a:hover {
  text-decoration: underline;
}
.box ul.print {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.box ul.print h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
.box ul.print time {
  opacity: 0.6;
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 2px;
}
.box ul.print li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.box ul.print li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}
.box ul.print li:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 20px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
}
.box ul.print li:last-child:after {
  bottom: 20px;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0);
  }
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  height: 42px;
  border-radius: 21px;
  background-color: #302F3A;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.button.small {
  height: 28px;
  border-radius: 14px;
  font-size: 10px;
}
.button:hover {
  background-color: #E01D24;
}
.button.secondary {
  background-color: #E01D24;
}
.button.secondary:hover {
  background: white;
  color: #E01D24;
}

.theme-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 25px;
}

.button-wrap {
  margin-top: 30px;
}

.responsive-button-wrapper {
  padding: 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.responsive-button {
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: block;
}
.responsive-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.responsive-button span:nth-child(1) {
  top: 0px;
}
.responsive-button span:nth-child(2), .responsive-button span:nth-child(3) {
  top: 6.5px;
}
.responsive-button span:nth-child(4) {
  top: 14px;
}
.responsive-button.open span:nth-child(1) {
  top: 6.5px;
  width: 0%;
  left: 50%;
}
.responsive-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.responsive-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.responsive-button.open span:nth-child(4) {
  top: 6.5px;
  width: 0%;
  left: 50%;
}

label.input-toggle {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin: 0;
}
label.input-toggle > span {
  display: inline-block;
  border-radius: 12px;
  background: #01EC6C;
  position: relative;
  width: 40px;
  height: 24px;
  cursor: pointer;
}
label.input-toggle > span:after {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #FFD073;
  text-shadow: 0 2px 4px 0 rgba(255, 208, 115, 0.42);
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #111112;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: left 0.1s ease-in, background-color 0.1s ease-in;
}
label.input-toggle > input:checked + span:after {
  content: "";
  left: calc(100% - 22px);
}
label.input-toggle > input {
  display: block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

header {
  position: relative;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-link {
  padding: 0 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
header .header-link i {
  margin-right: 7px;
}
header .header-link.with-border {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar a {
  color: white;
  text-decoration: none;
}
.top-bar ul li {
  display: inline-block;
}
.top-bar .right-side {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.top-bar nav.links li {
  padding: 0 10px;
  font-size: 14px;
  line-height: 21px;
}
.top-bar nav.links a {
  font-weight: 500;
}
.top-bar nav.links a:hover {
  text-decoration: underline;
}
.top-bar .social {
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.top-bar .social a {
  opacity: 0.4;
  font-size: 18px;
  margin: 8px;
}
.top-bar .services {
  position: relative;
}

.menu {
  background: #E01D24;
}
.menu a {
  text-decoration: none;
  color: white;
}
.menu .logo {
  display: block;
}
.menu .logo img {
  display: block;
}
.menu nav.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding-left: 24px;
}
.menu nav.main ul li {
  display: inline-block;
  padding: 0 12px;
  opacity: 0.7;
  font-size: 14px;
}
.menu nav.main ul li.active {
  opacity: 1;
}
.menu nav.main ul li a {
  font-weight: 500;
}
.menu nav.main ul li a:hover {
  text-decoration: underline;
}

.megamenu {
  column-count: 3;
  column-gap: 15px;
  margin: 0;
  padding: 30px 40px;
  list-style: none;
  display: none;
  position: absolute;
  background: #1B1A21;
  z-index: 2;
  left: 0;
  right: 0;
  top: 100%;
}
.megamenu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.megamenu a:hover {
  text-decoration: underline;
}

ul.dropdown-menu {
  position: absolute;
  right: 0;
  width: 260px;
  top: 100%;
  background: #1B1A21;
  z-index: 3;
  padding: 20px;
  display: none;
}
ul.dropdown-menu li {
  display: block;
  font-weight: 500;
}
ul.dropdown-menu li a:hover {
  text-decoration: underline;
}

nav.responsive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  -ms-overflow-style: none;
  margin-top: 6px;
}
nav.responsive::-webkit-scrollbar {
  display: none;
}
nav.responsive a {
  color: white;
  text-decoration: none;
}
nav.responsive ul {
  white-space: nowrap;
}
nav.responsive ul li {
  display: inline-block;
}
nav.responsive li {
  padding: 0 10px;
  font-size: 14px;
  line-height: 21px;
}

.responsive-nav {
  display: none;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.responsive-nav .content {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
}
.responsive-nav .dropdowns-head {
  cursor: pointer;
  background: #1B1A21;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-radius: 3px;
  color: white;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 10px;
}
.responsive-nav .dropdowns-head i {
  transition: all 0.2s;
}
.responsive-nav .dropdowns-head.open i {
  transform: rotate(180deg);
}
.responsive-nav .dropdowns-content {
  display: none;
  margin-bottom: 10px;
}
.responsive-nav .social {
  font-size: 30px;
  margin-top: 20px;
}
.responsive-nav .social a {
  margin: 10px;
}

article .icon {
  font-size: 14px;
  color: #E01D24;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}
article .icon i {
  margin-left: 3px;
}

.article-listing {
  padding: 50px 0;
}
.article-listing .section-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  margin-bottom: 40px;
}
.article-listing article {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 12px 0;
}
.article-listing article:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68%;
}
.article-listing article:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.article-listing article:hover h2 {
  text-decoration: underline;
}
.article-listing article img {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
@media (min-width: 1200px) {
  .article-listing article.main:before {
    padding-bottom: 0%;
  }
  .article-listing article.main h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .article-listing article.main:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 54%, #000000 100%);
  }
  .article-listing article.main .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .article-listing article.main .top .meta {
    margin-bottom: 0;
  }
  .article-listing article.main .top .meta time {
    margin-right: 16px;
  }
  .article-listing article.vertical {
    border-radius: 15px;
  }
  .article-listing article.vertical:before {
    padding-bottom: 133%;
  }
  .article-listing article.vertical:after {
    top: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 53.55%, #000000 100%);
  }
  .article-listing article.vertical .badge {
    position: absolute;
    left: 25px;
    top: 25px;
  }
  .article-listing article.list a {
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: white;
  }
  .article-listing article.list:before, .article-listing article.list:after {
    display: none;
  }
  .article-listing article.list .image {
    width: 276px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 24px;
  }
  .article-listing article.list .image:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 68%;
  }
  .article-listing article.list .meta {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    opacity: 0.6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start !important;
  }
  .article-listing article.list .meta .comments {
    margin-left: 16px;
  }
  .article-listing article.list .text {
    position: static;
    width: 100%;
    padding: 0;
  }
  .article-listing article.list .text h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
  }
  .article-listing article.list .text p {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.6;
  }
}
.article-listing article.small a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
}
.article-listing article.small:before, .article-listing article.small:after {
  display: none;
}
.article-listing article.small .text {
  position: static;
  padding: 0;
}
.article-listing article.small .image {
  width: 64px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 16px;
  flex-shrink: 0;
}
.article-listing article h2 {
  font-size: 13px;
  color: white;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 0;
}
.article-listing article .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  z-index: 1;
}
.article-listing article .text .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}
.article-listing .first-row {
  display: grid;
  grid-template-columns: calc(6/9*100%) calc(3/9*100%);
  grid-template-rows: 50% 50%;
  grid-template-areas: "A B" "A C";
}
.article-listing .first-row article:nth-child(1) {
  margin-right: 12px;
  grid-area: A;
}
.article-listing .first-row article:nth-child(2) {
  grid-area: B;
  margin-left: 12px;
}
.article-listing .first-row article:nth-child(3) {
  grid-area: C;
  margin-left: 12px;
}

.promo-zone {
  overflow: hidden;
  margin: 48px 0;
  display: block;
  border-radius: 12px;
}
.promo-zone img {
  display: block;
}

nav.image-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 12px;
}
nav.image-nav ul li {
  width: 100%;
}
nav.image-nav a {
  display: block;
  position: relative;
  margin: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
}
nav.image-nav a:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55%;
  background: rgba(0, 0, 0, 0.5);
}
nav.image-nav a span {
  font-size: 18px;
  color: white;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.copyright {
  text-align: center;
  padding: 18px 15px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 27px;
  background-color: #111112;
}

footer {
  background: url(../img/footer-ornament.png) left bottom no-repeat #1B1A21;
  padding: 100px 0;
}
footer .footer-logo img {
  margin-left: -50px;
  margin-bottom: -100px;
}
footer h2 {
  font-size: 16px;
  color: white;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 15px;
}
footer ul {
  opacity: 0.4;
  font-size: 14px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
footer ul a:hover {
  text-decoration: underline;
}
footer .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
footer .social a {
  opacity: 0.4;
  font-size: 18px;
  margin: 8px;
  text-decoration: none;
  color: white;
}

aside {
  padding-top: 62px;
}
aside .promo-zone {
  margin: 32px 0;
}
aside .search {
  position: relative;
}
aside .search input {
  width: 100%;
  height: 42px;
  border-radius: 6px;
  background: white;
  border: none;
  padding: 0 50px 0 15px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
}
aside .search button {
  border: none;
  padding: 0;
  width: 42px;
  height: 42px;
  background: transparent;
  color: #E01D24;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  cursor: pointer;
}
aside article {
  margin: 24px 0;
}
aside article a {
  color: white;
  text-decoration: none;
}
aside article a:hover {
  text-decoration: underline;
}
aside article img {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
aside article.only-title .image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px;
}
aside article.only-title .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 52%;
}
aside article.only-title h3 {
  color: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
aside article.small a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
}
aside article.small a:hover {
  text-decoration: underline;
}
aside article.small a .image {
  width: 64px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 16px;
  flex-shrink: 0;
}
aside article.small a h3 {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.slider-wrapper {
  margin: 30px 0;
}

.news-slider .slick-slide {
  font-size: 0;
  line-height: 0;
}
.news-slider .slide-wrapper {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: block;
  color: white;
}
.news-slider .slide-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 60%;
  opacity: 0.79;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 53.55%, #000000 100%);
}
.news-slider .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
}
.news-slider h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 8px;
}
.news-slider time {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  opacity: 0.6;
}
.news-slider .icon {
  font-size: 28px;
  color: #E01D24;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.news-slider .icon i {
  margin-left: 6px;
}

.news-slider-nav {
  background: #302F3A;
  padding: 22px 32px;
  border-radius: 0 0 8px 8px;
}
.news-slider-nav .nav-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.news-slider-nav h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.news-slider-nav .image {
  border-radius: 12px;
  overflow: hidden;
  width: 100px;
  height: 70px;
  position: relative;
  flex-shrink: 0;
  margin-right: 16px;
}
.news-slider-nav .image .svg-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.news-slider-nav .image .svg-container svg {
  display: block;
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.news-slider-nav .image .svg-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid #D8D8D8;
}
.news-slider-nav .image img {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.news-slider-nav .item {
  position: relative;
}
.news-slider-nav .item.active .image {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.5);
}
.news-slider-nav .item.active .svg-container {
  opacity: 1;
}
.news-slider-nav .item.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50px;
  top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 13px 13.5px;
  border-color: transparent transparent #302F3A transparent;
}

.breadcrumbs {
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  color: #5E5E63;
}
.breadcrumbs ul li a {
  color: #E01D24;
  text-decoration: none;
}
.breadcrumbs ul li a:after {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: white;
  opacity: 0.2;
  margin: 0 4px 0 10px;
}

.detail aside {
  padding-top: 0;
}

article.detail .featured-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
article.detail .featured-image img {
  display: block;
}
article.detail h1, article.detail h2, article.detail h3, article.detail h4, article.detail h5, article.detail h6 {
  font-weight: 500;
}
article.detail h1 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 10px;
}
article.detail h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
article.detail h3 {
  font-size: 22px;
  line-height: 27px;
}
article.detail h4 {
  font-size: 20px;
  line-height: 25px;
}
article.detail h5 {
  font-size: 18px;
  line-height: 22px;
}
article.detail h6 {
  font-size: 16px;
  line-height: 20px;
}
article.detail .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
article.detail .meta .fb_iframe_widget span {
  display: block;
  margin-right: 8px;
}
article.detail .meta .badge {
  margin-right: 30px;
}
article.detail .meta .stars {
  font-size: 13px;
  color: #E0A51D;
}
article.detail .meta time {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  opacity: 0.6;
  margin: 0 16px;
}
article.detail .meta .comments {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  opacity: 0.6;
}
article.detail .meta .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
article.detail .meta .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
article.detail .content p, article.detail .content ul {
  color: rgba(255, 255, 255, 0.6);
}
article.detail .content p a, article.detail .content ul a {
  color: #E01D24;
  text-decoration: none;
}
article.detail .content p a:hover, article.detail .content ul a:hover {
  text-decoration: underline;
}
article.detail .content img {
  border-radius: 8px;
}

.article-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #1B1A21;
  padding: 15px 30px;
  border-radius: 12px;
}
.article-nav a {
  width: 100%;
  text-decoration: none;
}
.article-nav .icon {
  font-size: 26px;
  color: #414237;
}
.article-nav .arrow-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.article-nav .arrow-wrap.left .icon {
  margin-right: 50px;
}
.article-nav .arrow-wrap.left .text {
  padding-right: 60px;
}
.article-nav .arrow-wrap.right {
  text-align: right;
}
.article-nav .arrow-wrap.right .icon {
  margin-left: 50px;
}
.article-nav .arrow-wrap.right .text {
  padding-left: 60px;
}
.article-nav .arrow-wrap .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.article-nav .arrow-wrap .arrow {
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  color: #E01D24;
}
.article-nav .arrow-wrap .name {
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  color: white;
}

.tags {
  margin: 60px 0;
}
.tags a {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  height: 20px;
  min-width: 110px;
  background: #1B1A21;
  display: inline-block;
}

.comments-area h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.comments-area .wrap {
  border: 1px solid #1B1A21;
  border-radius: 12px;
}
.comments-area .comment-form {
  padding: 60px 40px 40px;
}
.comments-area .comment-form h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.comments-area .comment-form .input-wrap {
  padding: 16px 0;
}
.comments-area .comment-form label {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}
.comments-area .comment-form input, .comments-area .comment-form textarea {
  height: 42px;
  max-width: 380px;
  width: 100%;
  border-radius: 6px;
  background: white;
  color: #111112;
  font-family: "Poppins";
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 16px;
  border: none;
}
.comments-area .comment-form textarea {
  height: auto;
  padding: 15px;
  max-width: 100%;
}
.comments-area .comment-item {
  padding: 24px 40px;
}
.comments-area .comment-item:nth-child(even) {
  background: #1B1A21;
}
.comments-area .comment-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 24px;
}
.comments-area .comment-item .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.comments-area .comment-item .head h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}
.comments-area .comment-item .head .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.author {
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.author p {
  margin: 0;
}
.author .image {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.author .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.author .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #E01D24;
}

@media (max-width: 1199px) {
  .theme-toggle {
    justify-content: center;
    margin-right: 0;
    margin-top: 20px;
  }

  .menu nav.main ul {
    display: none;
  }

  .top-bar {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
  }
  .top-bar::-webkit-scrollbar {
    display: none;
  }
  .top-bar ul {
    white-space: nowrap;
  }
  .top-bar nav.links li {
    font-size: 12px;
  }

  aside {
    padding-top: 12px;
  }

  .article-listing {
    padding-top: 0;
  }

  article.detail .meta {
    flex-direction: column;
  }
  article.detail .meta .right {
    margin-top: 10px;
  }

  .article-nav .arrow-wrap .name {
    display: none;
  }
  .article-nav .arrow-wrap.right {
    justify-content: flex-end;
  }
  .article-nav .arrow-wrap.right .icon {
    margin-left: 20px;
  }
  .article-nav .arrow-wrap.left .icon {
    margin-right: 20px;
  }

  section.comments-area {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .menu .logo {
    width: 100px;
  }

  .article-listing .first-row {
    display: block;
  }
  .article-listing .first-row article:nth-child(1) {
    margin-right: 0;
  }
  .article-listing .first-row article:nth-child(1):before {
    padding-bottom: 68%;
  }
  .article-listing .first-row article:nth-child(2) {
    margin-left: 0;
  }
  .article-listing .first-row article:nth-child(3) {
    margin-left: 0;
  }

  footer .social {
    justify-content: center;
  }
  footer .footer-menu {
    display: none;
    text-align: center;
    padding-top: 20px;
  }
  footer .footer-button {
    font-size: 28px;
    padding: 25px 0;
    background: transparent;
    border: none;
    width: 100%;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: white;
  }
  footer .footer-logo img {
    margin-left: -70px;
    margin-bottom: -50px;
    width: 260px;
  }
}
@media (max-width: 575px) {
  .article-listing {
    padding-bottom: 20px;
  }
  .article-listing .first-row {
    display: block;
    padding: 0 15px;
  }

  .article-slider-responsive {
    margin: 0 -8px;
  }
  .article-slider-responsive .slick-slide {
    padding: 0;
    margin: 0 8px;
  }
  .article-slider-responsive .slick-dots {
    margin: 0 25px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #302F3A;
    height: 5px;
    padding: 1px;
    border-radius: 2.5px;
  }
  .article-slider-responsive .slick-dots li {
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background: transparent;
    transition: all 0.2s;
  }
  .article-slider-responsive .slick-dots li.slick-active {
    background: #E01D24;
  }
  .article-slider-responsive .last-slide {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .article-slider-responsive .last-slide:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 68%;
  }
  .article-slider-responsive .last-slide a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: #1B1A21;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
  }
  .article-slider-responsive .last-slide a:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .article-slider-responsive .last-slide a .label {
    font-size: 19px;
    font-weight: 500;
    line-height: 21px;
    position: relative;
  }
  .article-slider-responsive .last-slide a .icon {
    height: 80px;
    width: 80px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
  }

  .promo-zone {
    margin: 30px 0;
  }
  .promo-zone img {
    width: 100%;
  }

  .responsive-section-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
  }

  .article-nav {
    padding: 15px;
  }
  .article-nav .arrow-wrap.right .text {
    padding-left: 0;
  }
  .article-nav .arrow-wrap.left .text {
    padding-right: 0;
  }

  .author {
    flex-direction: column;
    margin-bottom: 20px;
  }

  article.detail .meta .left {
    flex-wrap: wrap;
  }
  article.detail .meta .share {
    margin-top: 5px;
  }

  .comments-area .comment-form {
    padding: 30px 20px;
  }

  .tags {
    text-align: center;
  }

  .category-listing .article-listing .first-row {
    padding: 0;
  }

  .button-wrap {
    margin-top: 10px;
  }
}

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