* {
  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 {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'lora';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  background: #000;
}

ol, ul {
  padding-left: 2rem;
}

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

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

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

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(1.8rem * .5);
  padding-left: calc(1.8rem * .5);
  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
  }
}

@media(min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      max-width:1320px
  }
}

.row {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-right: calc(-.5 * 1.8rem);
  margin-left: calc(-.5 * 1.8rem)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.8rem * .5);
  padding-left: calc(1.8rem * .5);
  margin-top: 0
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 30px;
  color: #ECF63D;
  text-decoration: none;
  white-space: nowrap;
}

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

.collapse:not(.show) {
  display: none;
}

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

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

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

a {
  color: #0d6efd;
  text-decoration: none;
}

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

[role=button] {
  cursor: pointer;
}

.slicknav_btn, .slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
  line-height: 1.125em;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

img, svg {
  vertical-align: middle;
}

.pagination{
  display: flex;
  list-style: none;
}

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

@media (min-width: 576px) {
  .justify-content-sm-between {
      justify-content: space-between !important;
  }
}

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

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

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

button,select {
  text-transform: 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;
}

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

label {
  display: inline-block;
}












header.main-header {
  background-color: #000;
  position: sticky;
  z-index: 99;
  top: 0;
}

header.main-header .header-sticky {
  position: relative;
  border-bottom: 1px solid transparent;
  top: 0;
  z-index: 100;
}

.main-header .navbar {
  padding: 0;
}

.container {
  max-width: 1300px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.nav-menu-wrapper {
  display: flex;
  align-items: center;
}

.navbar .main-menu {
  justify-content: flex-end;
}

.navbar .main-menu ul {
  align-items: center;
}

.navbar .main-menu ul li {
  margin: 0 24px;
  padding: 30px 0;
  position: relative;
}

.navbar .main-menu ul li:first-child{
  margin-left: 0;
}

.navbar .main-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0 !important;
  text-transform: capitalize;
  transition: all .4s ease-in-out;
}

.responsive-menu, .navbar-toggle {
  display: none;
}

.slicknav_btn {
  position: relative;
  width: 42px;
  height: 42px;
  background: #ECF63D;
  border: 2px solid #ECF63D;
  border-radius: 0;
  padding: 6px 0 0;
  margin: 0;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  height: 3px;
  width: 26px;
  background-color: #121212;
  margin: 4px auto;
  border-radius: 2px;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em;
}

.navbar-toggle a.slicknav_btn .slicknav_icon span.slicknav_icon-bar {
  transition: .1s;
  border-radius: 2px;
}

.get-btn-wrap {
  display: none;
  margin-left: 20px;
}

.get-btn-wrap a {
  font-size: 20px;
  font-weight: 600;
  line-height: 2em;
  text-transform: uppercase;
  background-color: #ECF63D;
  color: #121212;
  border: 2px solid #ECF63D;
  padding: 8px 30px !important;
  transition: all .4s ease-in-out;
  display: block;
}

.get-btn-wrap a:hover {
  background-color: transparent;
  color: #ECF63D;
}

.blog-single-archive {
  padding:50px 0;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-item {
  margin-bottom: 30px;
}

.post-featured-image {
  margin-bottom: 30px;
  overflow: hidden;
}

figure {
  margin: 0;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.post-featured-image img {
  aspect-ratio: 1 / 0.70;
  object-fit: cover;
  transition: all .5s ease-in-out;
}

.blog-item:hover .post-featured-image img {
  transform: scale(1.2);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1em;
  color: #fff;
}

.post-item-body h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-item-body h2 a {
  color: #ECF63D;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  color: #fff;
  margin: 0;
}

.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.post-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.post-pagination ul li a, .post-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #121212;
  margin: 0 4px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease-out;
}

.post-pagination ul li.active a, .post-pagination ul li a:hover {
  background: #ECF63D;
  color: #000;
}

.post-sidebar {
  margin-left: 15px;
}

.search-box-widget {
  background: #121212;
  padding: 30px;
  margin-bottom: 40px;
}

.post-sidebar h2 {
  color: #ECF63D;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}

.search-form {
  background: transparent;
  border: 1px solid #4D4D4D;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>* {
  padding-right: 0;
  padding-left: 0;
}

.search-form .form-control {
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.search-form .btn-search {
  width: 100%;
  height: 54px;
  border: 0;
  box-shadow: none;
  outline: 0;
  background: #ECF63D;
  color: #121212;
  font-size: 18px;
  transition: all .4s ease-in-out;
}

.search-form .btn-search i {
  padding: 3px;
}

.blog-categories {
  background: #121212;
  padding: 30px;
  margin-bottom: 40px;
}

.blog-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-categories ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 15px;
  transition: all .4s ease-in-out;
}

.blog-categories ul li:before {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 4px;
  left: 0;
}

.blog-categories ul li a {
  color: #fff;
}

.blog-categories ul li:hover a {
  color: #ECF63D;
}

.recent-posts-widget {
  background: #121212;
  padding: 30px;
}

.recent-blog-item {
  display: flex;
  margin-bottom: 30px;
}

.recent-post-item-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.recent-post-item-body h3 a {
  color: #fff;
}

.btn-readmore {
  display: flex;
  align-items: center;
  color: #ECF63D;
  font-size: 18px;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.btn-readmore:hover {
  color: #fff;
}

.mega-footer {
  background: #121212;
  padding: 60px 0;
}

.footer-about {
  padding: 0 50px 0 0;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo a{
  font-size: 30px;
  color: #ECF63D;
  display: block;
  line-height: 1.5;
}

.footer-social-links ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.footer-social-links ul li {
  background-color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 15px;
  padding: 8px;
  transition: all .4s ease-in-out;
}

.footer-social-links ul li i {
  font-size: 20px;
  color: #000;
  transition: all .4s ease-in-out;
}

.footer-social-links ul li:hover {
  background-color: #ECF63D;
}

.footer-links h2 {
  color: #ECF63D;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 25px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 18px;
  font-size: 18px;
}

.footer-links ul li a {
  color: #fff;
  margin-bottom: 18px;
  transition: all .4s ease-in-out;
}

.footer-links ul li a:hover {
  color: #ECF63D;
  transition: all .4s ease-in-out;
}

footer .row{
  justify-content: center;
}

.copy-right-section {
  text-align: center;
  padding: 20px 0;
}

.copy-right-content p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.copy-right-content p a {
  color: #ECF63D;
}

.slicknav_menu, .slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #ECF63D;
}

.slicknav_menu:after, .slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em;
}

.slicknav_nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.slicknav_nav li, .slicknav_nav ul {
  display: block;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block;
}

.slicknav_nav li a {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 10px 20px;
  color: #121212;
  text-transform: capitalize;
  position: relative;
}

.page-header {
  padding: 60px 0;
}

.page-header-box h2 {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-header-box h2 span{
  color: #ECF63D;
}

.page-header-box .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-header-box .breadcrumb li {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
}

.page-header-box .breadcrumb li:first-child {
  padding: 0;
}

.page-header-box .breadcrumb li:nth-child(2){
  color: #ECF63D;
}

.page-header-box .breadcrumb li a {
  color: #fff;
}

.post-meta-content {
  margin-right: 40px;
}

.feature-image {
  margin-bottom: 20px;
}

.post-meta {
  background: #121212;
  padding: 19px 20px;
  margin-bottom: 20px;
}

.post-meta ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.post-meta ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
}

.post-meta ul li i {
  color: #ECF63D;
  margin-right: 12px;
}

.post-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.get-in-touch.contact-us {
  padding: 50px 0 100px;
}

.form-group label {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 6px;
}

.form-group input, .form-group textarea {
  background: transparent;
  border-color: #fff4 0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  color: #fff;
}

.form-group input:focus, .form-group textarea:focus {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border-color: #fff4 0;
  border-width: 0 0 1px 0;
}

.btn-default {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  background: #ECF63D;
  color: #121212;
  border: 2px solid #ECF63D;
  padding: 15px 30px;
  transition: all .4s ease-in-out;
}

.btn-default:hover {
  background: transparent;
  color: #ECF63D;
}

.section-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.section-title h2 {
  font-size: 64px;
  font-weight: 700;
  text-transform: capitalize;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #ECF63D;
}

.section-row {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .main-header .navbar {
      padding: 5px 0;
  }

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

  .get-btn-wrap {
    display: none;
  }

  .navbar-toggle {
    display: block;
  }

  .responsive-menu {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
  }

  .post-sidebar {
    margin: 30px 0 0 0;
  }

  .mega-footer {
    padding: 50px 0;
  }

  .footer-about {
    padding: 0 50px 30px 0;
  }

  .page-header {
    padding: 20px 0 0;
    text-align: center;
  }

  .page-header-box h2 {
    font-size: 40px;
    font-weight: 700;
  }

  .page-header-box .breadcrumb {
    display: block;
  }

  .page-header-box .breadcrumb li {
    font-size: 20px;
  }

  .post-meta-content {
    margin: 0;
  }

  .section-title h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .section-title h2 {
    font-size: 40px;
    font-weight: 700;
  }

  .section-row {
    margin-bottom: 30px;
  }

  .blog-single-archive{
    padding: 20px 0;
  }
}


@media only screen and (max-width: 767px) {
  .main-header .navbar {
      padding: 5px 0;
  }

  .slicknav_btn {
    width: 36px;
    height: 36px;
    padding: 3px 0 0;
  }

  .slicknav_nav li a {
    font-size: 16px;
  }

  .footer-about {
    padding: 0 0 30px 0;
  }

  .page-header-box h2 {
    font-size: 25px;
  }

  .page-header-box .breadcrumb li {
    font-size: 18px;
  }

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

  .section-title h3 {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .footer-logo a{
    font-size: 20px;
  }
}



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