*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -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;
  }

  @supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
  }

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

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

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

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

  @media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
  }

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

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

  .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;
  }

  @media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
  }

  .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 2.5rem;
    line-height: 1.2;
    white-space: nowrap;
    color: #1c1d1f;
    font-weight: 600;
  }

  @media (max-width: 991px) {
    .navbar-brand {
        font-size: 2rem;
    }
  }

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

  a.navbar-brand:hover{
    color: #1c1d1f;
  }

  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;
  }

  a, button, select {
    cursor: pointer;
    transition: 0.2s ease;
  }

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

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
  }

  .navbar-toggler i{
    font-size: 30px;
  }

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

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

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
  }

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 991px){
    .navbar-collapse{
      display: none;
    }
  }

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

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

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

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

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

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

  .h-100 {
    height: 100% !important;
  }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  }

  .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;
  }

  .mb-5, .my-5 {
    margin-bottom: 3rem !important;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .slick-initialized .slick-slide {
    display: block;
  }

  .ml-auto, .mx-auto {
    margin-left: auto !important;
  }

  .mr-auto, .mx-auto {
    margin-right: auto !important;
  }

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

  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
  }

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

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

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

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

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

  .mr-2, .mx-2 {
    margin-right: .5rem !important;
  }

  .pl-4, .px-4 {
    padding-left: 1.5rem !important;
  }

  .pr-4, .px-4 {
    padding-right: 1.5rem !important;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -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;
  }

  .small, small {
    font-size: 80%;
    font-weight: 400;
  }

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

  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .mb-0, .my-0 {
    margin-bottom: 0 !important;
  }

  .pb-0, .py-0 {
    padding-bottom: 0 !important;
  }

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

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

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

  .position-relative {
    position: relative !important;
  }

  .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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

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

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

  label {
    display: inline-block;
    margin-bottom: .5rem;
  }

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

  textarea {
    overflow: auto;
    resize: vertical;
  }

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

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

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

    .mb-lg-0, .my-lg-0 {
      margin-bottom: 0 !important;
    }

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

    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }

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

  /*  typography */
  body {
    line-height: 1.7;
    font-family: "lora", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #696c6d;
    font-size: 14px;
  }

  p, .paragraph {
    font-weight: 400;
    color: #696c6d;
    font-size: 14px;
    line-height: 1.7;
    font-family: "lora", sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #1c1d1f;
    font-family: "lora", sans-serif;
    font-weight: 600;
    line-height: 1.2;
  }

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

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

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 22px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 14px;
  }

  /* Button style */

  .rounded {
    border-radius: .25rem !important;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    padding: 8px 25px;
    border-radius: 50px;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
  }
  .btn:hover, .btn:active, .btn:focus {
    outline: 0;
    box-shadow: none !important;
  }

  .btn-primary {
    background: #82111f;
    color: #fff;
    border-color: #82111f;
  }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary.active {
    background: #82111f !important;
    border-color: #82111f !important;
  }

  .btn-outline-primary {
    background: transparent;
    color: #696c6d;
    border-color: #82111f;
  }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary.active {
    background: #82111f !important;
    border-color: #82111f !important;
    color: #fff;
  }

  .btn-outline-light {
    background: transparent;
    color: #696c6d;
    border-color: #ddd;
  }
  .btn-outline-light:active, .btn-outline-light:hover, .btn-outline-light.focus, .btn-outline-light.active {
    background: #f0f0f0 !important;
    border-color: #ddd !important;
  }

  body {
    background-color: #fff;
    overflow-x: hidden;
  }

  ::-moz-selection {
    background: #daa287;
    color: #fff;
  }

  ::selection {
    background: #daa287;
    color: #fff;
  }

  /* preloader */
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  img {
    vertical-align: middle;
    border: 0;
  }

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

  a,
  button,
  select {
    cursor: pointer;
    transition: 0.2s ease;
  }
  a:focus,
  button:focus,
  select:focus {
    outline: 0;
  }

  a:hover {
    color: #82111f;
  }

  .slick-slide {
    outline: 0;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  @media (max-width:991px) {
    .section {
      padding-top: 60px;
      padding-bottom: 100px;
    }
  }
  .section-sm {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .border-primary {
    border-color: #ddd !important;
  }

  /* overlay */
  .overlay {
    position: relative;
  }
  .overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
  }

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

  .d-unset {
    display: unset !important;
  }

  .bg-primary {
    background: #82111f !important;
  }

  .text-primary {
    color: #82111f !important;
  }

  .text-color {
    color: #696c6d;
  }

  .mb-10 {
    margin-bottom: 10px !important;
  }

  .mb-20 {
    margin-bottom: 20px !important;
  }

  .mb-30 {
    margin-bottom: 30px !important;
  }

  .mb-40 {
    margin-bottom: 40px !important;
  }

  .mb-50 {
    margin-bottom: 50px !important;
  }

  .mb-60 {
    margin-bottom: 60px !important;
  }

  .mb-70 {
    margin-bottom: 70px !important;
  }

  .mb-80 {
    margin-bottom: 80px !important;
  }

  .mb-90 {
    margin-bottom: 90px !important;
  }

  .mb-100 {
    margin-bottom: 100px !important;
  }

  .zindex-1 {
    z-index: 1;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-lg, .post-slider {
    border-radius: 10px !important;
  }

  .border-default {
    border-color: #ddd !important;
  }

  .form-control:focus {
    outline: 0;
    box-shadow: none;
  }
  .form-control::-moz-placeholder {
    font-size: 80%;
  }
  .form-control::placeholder {
    font-size: 80%;
  }

  .nav-item {
    margin: 0;
  }
  .nav-item .nav-link {
    text-transform: capitalize;
  }

  .navbar-white .navbar-nav .nav-link {
    color: #1c1d1f;
  }
  .navbar-white .navbar-nav .nav-link:hover {
    color: #82111f;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 20px;
    font-size: 18px;
  }


  /* search */
  .search-btn {
    border: 0;
    background: transparent;
  }

  .search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    transition: 0.2s ease;
    opacity: 0;
  }
  .search-wrapper.open {
    visibility: visible;
    opacity: 1;
  }

  .search-box {
    height: 100%;
    width: 100%;
    border: 0;
    background: #fff;
    font-size: 20px;
    padding: 0;
  }
  .search-box:focus {
    box-shadow: none !important;
    outline: 0;
  }

  .search-close {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    page-break-after: 10px;
    font-size: 20px;
  }

  .post-title {
    color: #1c1d1f;
  }
  .post-title:hover {
    color: #82111f;
  }

  .post-meta li {
    margin-right: 10px;
    font-size: 90%;
  }
  .post-meta a {
    color: #696c6d;
    border-bottom: 1px dotted #ddd;
  }
  .post-meta a:hover {
    color: #82111f;
  }

  .recent-thumb-alt {
    font-size: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #82111f;
    text-align: center;
  }
  .recent-thumb-alt::first-letter {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
  }

  .social-icons {
    margin-bottom: 0;
  }
  .social-icons a {
    display: block;
    color: #888c8e;
    padding: 5px;
    font-size: 14px;
  }
  .social-icons a:hover {
    color: #82111f;
  }

  .social-icons-rounded {
    margin-bottom: 0;
  }
  .social-icons-rounded a {
    display: block;
    color: #888c8e;
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
  }
  .social-icons-rounded a:hover {
    color: #82111f;
    border-color: #82111f;
  }

  .post-slider {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .post-slider img {
    border-radius: inherit;
  }

  .pagination {
    margin-top: 50px;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  .pagination .page-item .page-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    border: 0;
    color: #696c6d;
  }
  .pagination .page-item .page-link:hover {
    background: #82111f;
    color: #fff;
  }
  .pagination .page-item .page-link:focus {
    box-shadow: none;
  }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 50%;
  }
  .pagination .page-item.active .page-link {
    background: #82111f;
    color: #fff;
  }

  svg {
    overflow: hidden;
    vertical-align: middle;
  }

  .content * {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .content img {
    max-width: 100%;
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    font-weight: 700;
  }
  .content strong {
    font-weight: 600;
  }
  .content a {
    color: #696c6d;
    border-bottom: 1px dotted #ddd;
  }
  .content a:hover {
    color: #82111f;
  }
  .content ol,
  .content ul {
    padding-left: 20px;
  }
  .content ol li,
  .content ul li {
    margin-bottom: 10px;
  }
  .content ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
  }
  .content ul li {
    padding-left: 20px;
    position: relative;
  }
  .content ul li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #82111f;
    left: 3px;
    top: 8px;
  }
  .content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
  }
  .content table td,
  .content table th {
    padding: 0.75rem;
    vertical-align: top;
    margin-bottom: 0;
  }
  .content tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .content th {
    font-weight: 500;
  }
  .content thead {
    background: #f0f0f0;
    margin-bottom: 0;
  }
  .content thead tr {
    border-bottom: 1px solid #ddd;
  }
  .content tbody {
    background: #fdfdfd;
    margin-bottom: 0;
  }
  .content .notices {
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
  }
  .content .notices p {
    padding: 10px;
    margin-bottom: 0;
  }
  .content .notices p::before {
    position: absolute;
    top: 2px;
    color: #fff;
    font-family: "themify";
    font-weight: 900;
    content: "\e717";
    left: 10px;
  }
  .content .notices.note p {
    border-top: 30px solid #6ab0de;
    background: #f0f0f0;
  }
  .content .notices.note p::after {
    content: "Note";
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
  }
  .content .notices.tip p {
    border-top: 30px solid #78C578;
    background: #f0f0f0;
  }
  .content .notices.tip p::after {
    content: "Tip";
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
  }
  .content .notices.info p {
    border-top: 30px solid #F0B37E;
    background: #f0f0f0;
  }
  .content .notices.info p::after {
    content: "Info";
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
  }
  .content .notices.warning p {
    border-top: 30px solid #E06F6C;
    background: #f0f0f0;
  }
  .content .notices.warning p::after {
    content: "Warning";
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
  }
  .content blockquote {
    font-size: 20px !important;
    color: #696c6d;
    padding: 20px 40px;
    border-left: 2px solid #82111f;
    margin: 40px 0;
    font-weight: bold;
    background: #f0f0f0;
  }
  .content blockquote p {
    margin-bottom: 0 !important;
  }
  .content pre {
    display: block;
    padding: 9.5px;
    margin: 10px 0px 10px;
    white-space: pre-wrap;
  }
  .content code {
    margin-bottom: 0 !important;
    font-size: 100%;
  }

  .code-tabs {
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .code-tabs .nav-tabs {
    margin-bottom: 0;
  }
  .code-tabs .nav-tabs .nav-item {
    padding-left: 0;
    border-right: 1px solid #ddd;
  }
  .code-tabs .nav-tabs .nav-item .nav-link {
    text-decoration: none;
    font-weight: 500;
    border: 0;
  }
  .code-tabs .nav-tabs .nav-item::before {
    display: none;
  }
  .code-tabs .nav-tabs .nav-item.active {
    background: #82111f;
  }
  .code-tabs .nav-tabs .nav-item.active .nav-link {
    color: #fff;
  }
  .code-tabs .tab-content {
    padding: 20px 15px;
  }

  .title-bordered {
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 2px;
  }
  .title-bordered h1,
  .title-bordered h2,
  .title-bordered h3,
  .title-bordered h4,
  .title-bordered h5,
  .title-bordered h6 {
    background: #f0f0f0;
    padding: 10px 25px;
    margin-bottom: 0;
    border-radius: inherit;
    display: inline-block;
  }

  .form-group label {
    font-size: 13px;
    color: #1c1d1f;
  }
  .form-group .form-control {
    border-color: #ddd;
  }
  .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #82111f;
  }
  .form-group textarea.form-control {
    height: 120px;
  }

  .widget {
    background: #fff;
    margin-bottom: 40px;
  }
  .widget-title {
    position: relative;
    margin-bottom: 15px;
  }
  .widget-title span {
    background: #fff;
    position: relative;
    padding-right: 5px;
    z-index: 1;
  }
  .widget-title::before {
    position: absolute;
    content: "";
    right: 0;
    height: 1px;
    width: 100%;
    background: #ddd;
    top: 50%;
  }
  .widget-search {
    position: relative;
  }
  .widget-search input {
    border: 0;
    border-bottom: 1px dotted #ddd;
    width: 100%;
    height: 40px;
  }
  .widget-search input:focus {
    outline: 0;
  }
  .widget-search input::-moz-placeholder {
    font-size: 90%;
  }
  .widget-search input::placeholder {
    font-size: 90%;
  }
  .widget-search button {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0;
    background: #f0f0f0;
    color: #1c1d1f;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 5px;
    border: 0;
    font-size: 12px;
  }
  .widget-list li {
    padding: 5px 0;
  }
  .widget-list li:not(:last-child) {
    border-bottom: 1px dotted #ddd;
  }
  .widget-list li a {
    color: #1c1d1f;
  }
  .widget-list li a:hover {
    color: #82111f;
  }
  .widget-list-inline li {
    margin-bottom: 10px;
  }
  .widget-list-inline li a {
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 40px;
    display: block;
    color: #696c6d;
  }
  .widget-list-inline li a:hover {
    border-color: #82111f;
    background: #82111f;
    color: #fff;
  }
  .widget-post {
    padding: 15px 0 !important;
  }
  .widget-post img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .footer-logo{
    font-size: 2.5rem;
    color: #1c1d1f;
    line-height: 1;
    font-weight: 600;
  }

  @media (max-width: 991px) {
    .footer-logo {
        font-size: 2rem;
    }
  }

  a.footer-logo{
    color: #1c1d1f;
  }

  .footer-list a {
    display: block;
    color: #888c8e;
    padding: 5px 0;
  }
  .footer-list a:hover {
    color: #82111f;
  }

  .subscription .form-control {
    background-color: #f0f0f0;
    border: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .subscription .email-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
    line-height: 1;
    color: #82111f;
  }

  .quote {
    background-color: #f0f0f0;
    display: flex;
    padding: 20px;
  }
  .quote i {
    font-size: 24px;
    color: #82111f;
    margin-right: 10px;
  }
  .quote p {
    font-style: italic;
  }
  .quote-by {
    color: #82111f;
  }

  .scroll-top {
    border-top: 1px solid #ddd;
    position: relative;
    margin: 20px 0 40px;
  }
  .scroll-top a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #82111f;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
  }
  .scroll-top a svg{
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-top: -5px;
  }
  .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; }
