* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'lora';
  color: #B0B0B0;
  background-color: #1A191E;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
}

::selection {
  color: #ffffff;
  background-color: rgba(228, 17, 47, 0.7);
  text-shadow: none;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.sidenav {
  top: 0;
  width: 340px;
  min-height: 100vh;
  padding: 60px;
  transition: 0.3s ease;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

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

a:hover {
  color: initial;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 30px;
  line-height: inherit;
  color: #fff;
  font-weight: 700;
  word-break: break-all;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.w-100 {
  width: 100% !important;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.text-white {
  color: #fff !important;
}

.sidenav .nav-link {
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.sidenav .nav-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background-color: #ffffff;
  left: 0;
  bottom: 13px;
  transition: 0.3s;
}

.sidenav .nav-link:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.sidenav .nav-link:hover::after {
  width: 15px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.pr-2, .px-2 {
  padding-right: .5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,.container-sm {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
      max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

header .col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

header .col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (min-width: 768px) {
  .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (min-width: 992px) {
  .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

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

button {
  border-radius: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal;
  outline: none;
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-0 {
  border: 0 !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.rounded-0 {
  border-radius: 0 !important;
}

.post-item .card-img-top {
  transition: 0.3s;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 36px;
}

h1, .h1 {
  font-size: 48px;
}

.card-title {
  margin-bottom: .75rem;
}

.widget .card-title{
  font-size: 25px;
}

.opacity-0, .opacity-0-onHover, .opacity-25, .opacity-25-onHover, .opacity-50, .opacity-50-onHover, .opacity-75, .opacity-75-onHover, .opacity-1, .opacity-1-onHover {
  transition: all 0.3s;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.d-inline-block {
  display: inline-block !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.text-primary, .text-primary-onHover:hover {
  color: #E4112F !important;
}

.ml-1, .mx-1 {
  margin-left: .25rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.bg-dark {
  background-color: #1D1C21 !important;
}

.widget {
  margin-bottom: 50px;
}

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

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  outline: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
  font-size: 15px;
  padding: 10px 25px;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0;
  border: 0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.blog-pagination {
  display: inline;
  padding: 0 0 15px;
  text-align: center;
}

ol, ul {
  list-style: none;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.shadow-none {
  box-shadow: none !important;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.contact-form select {
  padding-bottom: 16px;
  color: #aaa;
  padding-right: 15px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #333139;
}

.contact-form select option {
  background-color: #1D1C21;
  color: #ffffff;
}











.main-content {
  width: calc(100% - 340px);
}

.mobile-nav {
  display: none;
  position: relative;
  z-index: 9992;
}

.mobile-nav .logo {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.mobile-nav .nav-toggle {
  width: 40px;
  height: 40px;
  font-size: 13px;
  padding-top: 3px;
  border-radius: 50px;
}

.nav-toggle-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nav-toggle-overlay.show {
  opacity: 1;
  visibility: visible;
}

.post-meta li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.post-meta li a:hover {
  text-decoration: underline;
}

.opacity-75, .opacity-75-onHover:hover {
  opacity: 0.75;
}

.widget-title {
  border-bottom: 2px solid #E4112F;
  padding-bottom: 10px;
}

.widget .form-control {
  font-size: 15px;
  color: #ffffff;
  height: 48px;
  border: 1px solid #2f2e35 !important;
}

.btn-primary {
  background-color: #E4112F;
}

.widget .form-control:focus {
  box-shadow: none !important;
}

.btn:hover {
  color: #ffffff;
  background-color: rgba(228, 17, 47, 0.7);
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav li a {
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination-nav li.active a, .pagination-nav li a:hover, .pagination-nav li a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #E4112F;
  border-color: #E4112F;
}

.search-form {
  margin-bottom: 35px;
}

.search-form input {
  height: 45px;
  border-color: #333139;
}

.search-form .btn {
  border: 1px solid #333139;
}

.input-group-append button span{
  font-size: 15px;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}

footer a{
  color: #E4112F;
}

footer a:hover{
  color: #fff;
}

footer .row{
  justify-content: center;
}

.contact-form {
  padding: 60px;
  margin-top: 50px;
}

.contact-form label {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 0;
  color: #aaa;
  border-color: #333139 !important;
  padding-bottom: 20px;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.contact-form .form-control:focus {
  border-color: #888888 !important;
}

.contact-form textarea {
  resize: none;
  height: 100px;
}

.card-body a.btn.btn-primary {
  display: none;
}

@media (max-width: 991px) {
  .sidenav {
      width: 250px;
      padding: 50px;
  }

  .main-content {
    width: calc(100% - 250px);
  }

  .mobilenone{
    display: none;
  }

  .mobile-nav .logo{
    font-size: 20px;
  }

  h1, .h1 {
    font-size: 25px;
  }

  .navbar-brand{
    font-size: 20px;
  }

  .sidenav .nav-link{
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sidenav {
      position: fixed !important;
      z-index: 9995;
      top: 0;
      left: -250px;
      background-color: #1D1C21;
      padding: 0 !important;
  }

  .main-content {
    width: 100%;
  }

  .mobile-nav {
    display: block;
    position: sticky;
    top: 0;
    background: #1a191e;
    padding-top: 0 !important;
  }

  .nav-toggle-overlay + .container{
    margin-top: 0 !important;
  }
}

.sidenav.show {
  left: 0;
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}