@import '/add_user_file/user';
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header {
  background: #021321;
  padding: 32px 0;
  border-bottom: 1px solid #a9b2c2;
}
@media (max-width: 1024px) {
  header {
    padding: 10px 60px 10px 0;
  }
}
@media (max-width: 767px) {
  header .logo-header {
    width: 170px;
  }
}
@media (max-width: 767px) {
  header .button {
    padding: 12px 20px 12px 20px;
  }
}
header nav ul li {
  margin: 0 50px;
}
@media (max-width: 1366px) {
  header nav ul li {
    margin: 0 10px;
  }
}
header nav ul li a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
}
header nav ul li a:hover {
  color: #d81a00;
}
header .search-wrap form {
  position: relative;
  margin-right: 25px;
}
@media (max-width: 767px) {
  header .search-wrap form {
    display: none;
  }
}
header .search-wrap form input[type='search'] {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 45px;
  padding: 0 70px 0 20px;
  width: 250px;
  color: #fff;
  border: 1px solid transparent;
}
@media (max-width: 1366px) {
  header .search-wrap form input[type='search'] {
    width: 200px;
  }
}
.default-page strong {font-weight: 700; }
header .search-wrap form input[type='search']:focus {
  border: 1px solid #d81a00;
}
header .search-wrap form input[type='search']::placeholder {
  color: #fff;
}
header .search-wrap form .submit-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border-radius: 45px;
  overflow: hidden;
}
header .search-wrap form .submit-wrap input[type='submit'] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent;
  padding: 0;
  z-index: 1;
}
header .search-wrap form .submit-wrap svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .search-wrap form .submit-wrap svg circle {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .search-wrap form .submit-wrap svg rect {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .search-wrap form .submit-wrap:hover svg circle {
  stroke: #d81a00;
}
header .search-wrap form .submit-wrap:hover svg rect {
  fill: #d81a00;
}
footer .footer-top {
  background: #d81a00;
  padding: 60px 0 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding: 30px 0 30px;
  }
}
footer .footer-top .logo_foot {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  footer .footer-top .logo_foot {
    margin-bottom: 20px;
    width: 200px;
  }
}
@media (max-width: 1024px) {
  footer nav ul li {
    width: 100%;
    margin-bottom: 2px;
    text-align: center;
  }
}
footer nav ul li a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
}
footer nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-bottom {
  background: #aa1804;
  text-align: center;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  footer .footer-bottom {
    padding: 15px 0;
  }
}
footer .footer-bottom p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
}
.top_posts {
  position: relative;
  padding: 35px 0;
}
@media (max-width: 1024px) {
  .top_posts {
    padding: 35px 0 0;
  }
}
.top_posts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 518px;
  background: #021321;
  z-index: -1;
}
.top_posts .row {
  align-items: flex-start;
}
.top_posts .top_posts_first {
  flex-basis: 23%;
}
@media (max-width: 1024px) {
  .top_posts .top_posts_first {
    flex-basis: 100%;
  }
}
.top_posts .top_posts_first .post-cat:first-child {
  height: 455px;
}
@media (max-width: 1024px) {
  .top_posts .top_posts_first .post-cat:first-child {
    height: 300px;
  }
}
.top_posts .top_posts_first .post-cat:last-child {
  height: 213px;
}
@media (max-width: 1024px) {
  .top_posts .top_posts_first .post-cat:last-child {
    height: 300px;
  }
}
.top_posts .top_posts_center {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .top_posts .top_posts_center {
    flex-basis: 100%;
  }
}
.top_posts .top_posts_center .post-cat {
  height: 792px;
}
@media (max-width: 1024px) {
  .top_posts .top_posts_center .post-cat {
    height: 300px;
  }
}
.top_posts .top_posts_last {
  flex-basis: 23%;
}
@media (max-width: 1024px) {
  .top_posts .top_posts_last {
    flex-basis: 100%;
  }
}
.top_posts .top_posts_last .post-cat:first-child {
  height: 455px;
}
@media (max-width: 1024px) {
  .top_posts .top_posts_last .post-cat:first-child {
    height: 300px;
  }
}
.top_posts .top_posts_last .post-cat:last-child {
  height: 213px;
}
@media (max-width: 1024px) {
  .top_posts .top_posts_last .post-cat:last-child {
    height: 300px;
  }
}
.post-cat {
  position: relative;
  display: block;
  margin-bottom: 45px;
}
.post-cat::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(2, 19, 33, 0) 0%, rgba(2, 19, 33, 0.91) 100%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-cat .title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 25px 30px 25px;
}
.post-cat .title-wrap h2 {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
}
.post-cat .category-date {
  margin-bottom: 15px;
}
.post-cat:hover:before {
  height: 100%;
}
.cat-p {
  background: #d81a00;
  border-radius: 45px;
  padding: 3px 12px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 18px;
}
.date-p {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 45px;
  padding: 3px 12px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff;
}
.title-line-wrap {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .title-line-wrap {
    margin-bottom: 20px;
  }
}
.title-line {
  text-align: center;
  overflow: hidden;
  padding: 2px;
  font-size: 30px;
}
.title-line h2 {
  display: inline-block;
  position: relative;
  padding: 20px 30px;
}
.title-line h2:before, .title-line h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 999px;
  border-bottom: 1px solid #444;
  border-top: 2px solid #444;
  height: 3px;
  top: 50%;
  margin-top: -3px;
}
.title-line h2:before {
  right: 100%;
}
.title-line h2:after {
  left: 100%;
}
.post {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 50px;
}
.post .thumb {
  position: relative;
  height: 306px;
}
.post .thumb::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(2, 19, 33, 0) 0%, rgba(2, 19, 33, 0.91) 100%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .thumb > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 35px;
  z-index: 2;
}
.post .thumb > div:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 15px;
  background: #d81a00;
}
.post .thumb > div h2 {
  display: none;
}
.post .date-p {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 45px;
  padding: 3px 12px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff;
}
.post .title-wrap h2 {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 25px;
  padding: 15px 15px 5px 30px;
  position: relative;
  line-height: 1.2;
}
.post .title-wrap h2:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: -7px;
  left: 15px;
  background: #335987;
}
.post .title-wrap p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 0 5px 0 15px;
}
.post:hover .thumb:before {
  height: 100%;
}
.featured-post .featured-full {
  flex: 1;
}
.featured-post .featured-full > .flex {
  position: relative;
  margin-bottom: 40px;
}
.featured-post .featured-full > .flex:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #444;
  border-top: 2px solid #444;
  height: 3px;
  bottom: 0;
}
.featured-post .featured-full > .flex:last-child {
  margin-bottom: 0;
}
.featured-post .featured-full > .flex:last-child:before {
  display: none;
}
.featured-post .featured-full .post {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .featured-post .featured-full .post {
    flex-basis: 100%;
  }
}
.featured-post .featured-full .post:nth-child(1) {
  flex-basis: 100%;
}
.featured-post .featured-full .post:nth-child(1) .thumb {
  height: 607px;
}
@media (max-width: 1024px) {
  .featured-post .featured-full .post:nth-child(1) .thumb {
    height: 300px;
  }
}
.featured-post .featured-full .post:nth-child(1) .thumb > div h2 {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 35px;
  padding: 10px 0 0;
}
.featured-post .featured-full .post:nth-child(1) .title-wrap h2 {
  display: none;
}
.featured-post .featured-full .post:nth-child(1) .title-wrap p {
  position: relative;
  padding: 15px 15px 5px 30px;
}
.featured-post .featured-full .post:nth-child(1) .title-wrap p:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: -7px;
  left: 15px;
  background: #335987;
}
.featured-post .featured-side {
  flex-basis: 340px;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .featured-post .featured-side {
    flex-basis: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .featured-post .featured-side .post {
    width: 100%;
  }
}
.featured-post .featured-side .post .thumb {
  height: 213px;
}
@media (max-width: 1024px) {
  .featured-post .featured-side .post .thumb {
    height: 300px;
  }
}
.daily-post-wrap {
  background: #021321;
  padding: 60px 0;
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .daily-post-wrap {
    margin: 20px 0;
    padding: 20px 0;
  }
}
.daily-post-wrap .title-line-wrap h2 {
  color: #fff;
}
.daily-post-wrap .title-line-wrap h2:before, .daily-post-wrap .title-line-wrap h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 999px;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #fff;
  height: 3px;
  top: 50%;
  margin-top: -3px;
}
.daily-post-line .post {
  flex-basis: 24%;
}
@media (max-width: 1024px) {
  .daily-post-line .post {
    flex-basis: 100%;
  }
}
.daily-post-line .post .thumb {
  height: 398px;
}
@media (max-width: 1024px) {
  .daily-post-line .post .thumb {
    height: 300px;
  }
}
.daily-post-line .post .title-wrap h2 {
  color: #fff;
}
.daily-post-line .post .title-wrap p {
  color: #fff;
}
.daily-post-square .post {
  flex-basis: 48%;
  display: flex;
}
@media (max-width: 1024px) {
  .daily-post-square .post {
    flex-basis: 100%;
  }
}
.daily-post-square .post .thumb {
  width: 215px;
  height: 207px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .daily-post-square .post .thumb {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.daily-post-square .post .title-wrap {
  flex: 1;
}
.daily-post-square .post .title-wrap > div {
  margin-bottom: 35px;
}
.daily-post-square .post .title-wrap > div span {
  position: relative;
}
.daily-post-square .post .title-wrap > div span:before {
  content: '';
  position: absolute;
  width: 150%;
  right: 0;
  bottom: -20px;
  height: 1px;
  background: #d81a00;
}
.daily-post-square .post .title-wrap h2 {
  color: #fff;
  padding: 0 0 18px;
}
.daily-post-square .post .title-wrap h2:before {
  display: none;
}
.daily-post-square .post .title-wrap p {
  color: #fff;
  padding: 0;
}
.business-watch-wrap {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .business-watch-wrap {
    margin: 40px 0;
  }
}
.business-watch-square .post {
  flex-basis: 48%;
  display: flex;
}
@media (max-width: 1024px) {
  .business-watch-square .post {
    flex-basis: 100%;
  }
}
.business-watch-square .post .thumb {
  width: 338px;
  height: 454px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .business-watch-square .post .thumb {
    height: 300px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.business-watch-square .post .title-wrap {
  flex: 1;
}
.business-watch-square .post .title-wrap > div {
  margin-bottom: 35px;
}
.business-watch-square .post .title-wrap > div span {
  position: relative;
  background: #021321;
  color: #fff;
}
.business-watch-square .post .title-wrap > div span:before {
  content: '';
  position: absolute;
  width: 150%;
  right: 0;
  bottom: -20px;
  height: 1px;
  background: #d81a00;
}
.business-watch-square .post .title-wrap h2 {
  padding: 0 0 18px;
}
.business-watch-square .post .title-wrap h2:before {
  display: none;
}
.business-watch-square .post .title-wrap p {
  padding: 0;
}
.business-watch-line .post {
  flex-basis: 24%;
}
@media (max-width: 1024px) {
  .business-watch-line .post {
    flex-basis: 100%;
  }
}
.business-watch-line .post .thumb {
  height: 213px;
}
.just-in-wrap {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .just-in-wrap {
    margin: 40px 0 0;
  }
}
.just-in-wrap .daily-post-square .title-wrap > div {
  margin-bottom: 35px;
}
.just-in-wrap .daily-post-square .title-wrap > div span {
  position: relative;
  background: #021321;
  color: #fff;
}
.just-in-wrap .daily-post-square .title-wrap > div span:before {
  content: '';
  position: absolute;
  width: 150%;
  right: 0;
  bottom: -20px;
  height: 1px;
  background: #d81a00;
}
.just-in-wrap .daily-post-square .title-wrap h2 {
  color: #000;
}
.just-in-wrap .daily-post-square .title-wrap p {
  color: #000;
}
.page-template-tpl-subscribe .subscribe-wrap {
  justify-content: center;
}
.page-template-tpl-subscribe .subscribe-wrap .sub-form-container .sub-form-body-container .sub-form-body {
  margin: 0 auto;
}
.sub-form-container .sub-form-body-container .sub-form-body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 730px;
  gap: 20px;
  padding-right: 20px;
  float: none;
}
@media (max-width: 480px) {
  .sub-form-container .sub-form-body-container .sub-form-body {
    background-color: transparent;
  }
}
.sub-form-container .sub-form-body-container .sub-form-body .sub-form-field-container.sub-form-field-email:first-child:nth-last-child(2) {
  flex: 1;
  margin: 0;
}
@media (max-width: 1280px) {
  .sub-form-container .sub-form-body-container .sub-form-body .sub-form-field-container.sub-form-field-email:first-child:nth-last-child(2) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.sub-form-container .sub-form-body-container .sub-form-body .sub-form-field-container.sub-form-field-email:first-child:nth-last-child(2) input {
  border-radius: 100px;
  margin: 0;
  background: #fff;
  color: #333;
  border: none;
  outline: none;
}
.sub-form-container .sub-form-body-container .sub-form-body .sub-form-field-container.sub-form-field-email:first-child:nth-last-child(2) input::placeholder {
  color: #333;
}
.sub-form-container .sub-form-body-container .sub-form-body .sub-form-field-subscribe {
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  max-width: 150px;
  margin: 0;
}
@media (max-width: 480px) {
  .sub-form-container .sub-form-body-container .sub-form-body .sub-form-field-subscribe {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.sub-form-container .sub-form-body-container .sub-form-body .sub-form-field-subscribe input {
  border-radius: 100px;
  margin: 0;
  border: none;
  outline: none;
  background-color: rgba(216, 26, 0, 1);
  padding: 15px 45px;
  font-size: 16px;
  height: 100%;
}
.about-subscribe .subscribe-wrap {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .about-subscribe .subscribe-wrap {
    flex-basis: 100%;
  }
}
.subscribe-wrap {
  background-image: url('../img/bg-ss.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 100px 90px;
}
@media (max-width: 1024px) {
  .subscribe-wrap {
    padding: 20px 20px 20px;
  }
}
.subscribe-wrap * {
  color: #fff;
}
.subscribe-wrap span[data-name='email'] {
  width: 317px;
  display: inline-block !important;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .subscribe-wrap span[data-name='email'] {
    width: 100%;
    margin-right: 0;
  }
}
.subscribe-wrap .submit-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.subscribe-wrap .button {
  padding: 17px 50px 17px 50px;
}
.about-wrap {
  background: #021321;
  flex-basis: 50%;
  padding: 50px 100px 90px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .about-wrap {
    flex-basis: 100%;
    padding: 30px 20px 30px;
  }
}
.about-wrap > div {
  position: relative;
}
.about-wrap > div:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 1px;
  height: 250px;
  background: #335987;
}
.about-wrap > div:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 150%;
  height: 1px;
  background: #335987;
}
.about-wrap * {
  color: #fff;
}
.about-wrap h2 {
  padding-bottom: 22px;
  margin-bottom: 33px;
  position: relative;
}
.about-wrap h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 100%;
  height: 1px;
  background: #d81a00;
}
.top-blog {
  text-align: center;
  background: #021321;
  padding: 80px 0 60px;
}
@media (max-width: 1024px) {
  .top-blog {
    padding: 30px 0 10px;
  }
}
.top-blog * {
  color: #fff;
}
.posts-wrap {
  padding: 55px 0;
}
@media (max-width: 1024px) {
  .posts-wrap {
    padding: 20px 0 0;
  }
}
.posts-wrap .row {
  align-items: flex-start;
}
.posts-wrap .posts-article {
  flex: 1;
}
.posts-wrap .posts-article .post {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .posts-wrap .posts-article .post {
    flex-basis: 100%;
  }
}
.posts-wrap .posts-aside {
  flex-basis: 340px;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .posts-wrap .posts-aside {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.posts-wrap .posts-aside > h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.posts-wrap .posts-aside > h3:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #444;
  border-top: 2px solid #444;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
}
.posts-wrap .posts-aside .post .thumb {
  height: 213px;
}
.navigation.pagination {
  flex-basis: 100%;
  width: 100%;
}
.navigation.pagination .page-numbers {
  font-family: 'Poppins';
  vertical-align: middle;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  font-size: 21px;
  text-align: center;
  line-height: 45px;
  width: 45px;
  height: 45px;
  color: #021321;
  vertical-align: middle;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 50%;
}
.navigation.pagination .page-numbers.current {
  text-align: center;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-decoration: none;
  background: #d81a00;
  font-family: 'Poppins';
  vertical-align: middle;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
}
.navigation.pagination .page-numbers:hover {
  background: #d81a00;
  color: #fff;
}
.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
  width: auto;
  height: auto;
}
.navigation.pagination .page-numbers.next:hover, .navigation.pagination .page-numbers.prev:hover {
  background: transparent;
  text-decoration: underline;
  color: #021321;
}
.single-top {
  background: #021321;
  padding: 50px 0;
  margin-bottom: 370px;
}
@media (max-width: 1024px) {
  .single-top {
    margin-bottom: 0;
  }
}
.single-top .row {
  margin-bottom: -350px;
}
@media (max-width: 1024px) {
  .single-top .row {
    margin-bottom: 0;
  }
}
.single-top h1 {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .single-top h1 {
    padding-bottom: 30px;
  }
}
.single-top .thumb-single {
  height: 562px;
  position: relative;
}
@media (max-width: 1024px) {
  .single-top .thumb-single {
    height: 300px;
  }
}
.single-top .thumb-single::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2, 19, 33, 0) 0%, rgba(2, 19, 33, 0.91) 100%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-top .thumb-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-top .thumb-single .cat-p {
  position: absolute;
  bottom: 0;
  left: 48px;
  bottom: 34px;
  z-index: 2;
}
.single-top .thumb-single .date-p {
  position: absolute;
  bottom: 0;
  right: 48px;
  bottom: 34px;
  z-index: 2;
}
.single-content {
  margin: 45px 0;
}
.single-content .row {
  width: 949px;
}
.subscribe-items {
  margin: 40px 0 0;
  justify-content: center;
}
.subscribe-items .sub-i {
  background: #d9d9d9;
  padding: 8px;
  position: relative;
  margin-right: 20px;
}
.subscribe-items .sub-i:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -7px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #d9d9d9;
  border-bottom: 7px solid transparent;
}
.subscribe-items .sub-i i {
  padding-right: 13px;
  margin-right: 12px;
  position: relative;
  font-size: 20px;
}
.subscribe-items .sub-i i:after {
  content: '';
  height: 25px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.subscribe-items .sub-icons a {
  margin-right: 20px;
  color: #d81a00;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subscribe-items .sub-icons a:hover {
  color: #000;
}
.about-page {
  margin: 50px 0 50px;
}
.about-page .row {
  align-items: flex-start;
  width: 1200px;
}
.about-page .about-content {
  flex: 1;
}
.about-page .contact-content {
  width: 460px;
  background: #021321;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .about-page .contact-content {
    width: 100%;
    margin-left: 0;
  }
}
.about-page .contact-content * {
  color: #fff;
}
.about-page .contact-content .title-line-wrap {
  margin-bottom: 0;
}
.about-page .contact-content > div:not(.title-line-wrap) {
  padding: 0 50px 50px;
}
.about-page .contact-content .cotact-item {
  margin-bottom: 20px;
}
.about-page .contact-content .cotact-item .title {
  padding-bottom: 10px;
}
.about-page .contact-content .cotact-item > div {
  padding-top: 13px;
  position: relative;
}
.about-page .contact-content .cotact-item > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #d81a00;
  width: 133px;
  height: 1px;
}
.subscribe-page {
  margin: 50px 0;
}
.subscribe-page .row {
  width: 1200px;
}
.subscribe-page .subscribe-wrap {
  text-align: center;
  padding: 50px 100px 30px;
}
@media (max-width: 1024px) {
  .subscribe-page .subscribe-wrap {
    padding: 20px 20px 20px;
  }
}
.default-page {
  margin: 50px 0;
}
