  @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600&display=swap');

  /* Genaral Fix */
  @media(min-width: 1400px){
    .container{
      width: 100%;
      max-width: 1366px !important;
      padding-left:0 !important;
      padding-right:0 !important;
    }
  }

  /* Header Logo */

  .logo-container{
    padding: 0 !important;
    width: 20%;
  }

  .logo.theme-logo{
    max-width: 239px !important;
    padding-left: 22px !important;
    position: relative;
    z-index: 90;
  }
  .logo.theme-logo .custom-logo{
    padding-top: 0;
    padding-bottom: 0 ;
  }

  .icon-menu{
    width:77%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
  @media(max-width:1023px){
    .logo-container{
      width: 40%;
    }
    .logo.theme-logo{
      max-width: 100% !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 16px;
      padding-right: 16px;
    }
    .logo.theme-logo .custom-logo{
      max-width: 144px !important;
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .icon-menu{
  width: 55%;
 }

  }

  .logo-container a{
    padding-left: 0 !important;
    padding-right: 7.5px !important;;
    margin-left: -7.5px !important;
}

.logo-container a img{
  max-width: 224px !important;
}

  /* Header Navigation */

  .header-navigation{
    width: 100%;
  }
  .header-navigation .theme-main-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none !important;
    margin-bottom: 0 !important;
  }
  .header-navigation .theme-main-menu li a{
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #000000 !important;
    font-size: 16px;
    padding:0 12px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: text-decoration var(--duration-short) ease;

    font-weight: 400 !important;
    text-transform: uppercase !important;
  }
  .header-navigation .theme-main-menu li a:hover{
    text-decoration: underline !important;
    color: #000000 !important;
  }

  .header-nav-content{
    position: absolute !important;
}
.theme-logo-area{
    padding-top: 21px !important;
    padding-bottom: 21px !important;
    overflow:hidden;
}
.theme-logo-area .container{
  position:relative;
}

@media(max-width:1023px){
  .header-nav-content{
    display: none;
  }
}
@media(max-width:767px){
  .theme-logo-area{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .theme-logo-area .theme-logo{

  z-index:0;
}

}
.mainmenu--desktop{
    display: none !important;
}
.post-block-title{
    font-family: 'Apkltrl', sans-serif !important;
}




@media(max-width:767px){
    .header-navigation{
        display: none;
    }
    a.slicknav_btn{
      top:-65px !important;
    }
  }


/* Richtext */

.elementor-element-b2253c5{
    width: 100% !important;
}


.elementor-element-b2253c5 .elementor-container{
    max-width: 100% !important;
}

.literal-rich-text{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.literal-rich-text h2{
    font-size: 24px !important;
    color: #FFF;
    font-family: 'Apkltrl', sans-serif !important;
}

.literal-rich-text p{
    font-size: 18px !important;
    color: #707070 !important;
    line-height: 1.8 !important;
    font-family: "Inter", Sans-serif !important;
    margin-bottom: 2px !important;
}

/* Newsletter Section */
.contact {
    display: grid;
    justify-content: center;
    padding: 24px 0;
}

@media (min-width: 1024px){
.contact {
    padding-left: 16px;
    padding-right: 16px;
}
}

.contact--form {
    display: flex;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    margin-top: 16px;
  }

  .contact--form *:not(.contact--form *:first-child) {
    margin-left: 16px;
  }

  .contact--form__button {
    background: linear-gradient(45deg, transparent 10px, black 0) bottom left;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
  }

  .newsletter-form__box {
    position: relative;
  }

  .comment-form-input{
    position: relative !important;
  }

  .comment-form-inputloginformuser{
    position: relative;
  }

  .newsletter-form__box::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -9px;
    bottom: 3px;
    background-color: #fff;
    border-top: 1px solid #020202;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


   .comment-form-input::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 6px;
    bottom: 6px;
    background-color: #fff;
    border-top: 1px solid #020202;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .comment-form-inputloginformuser::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 6px;
    bottom: 6px;
    background-color: #fff;
    border-top: 1px solid #020202;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  @media (min-width: 1208px) {
    .newsletter-form__box::after {
      bottom: -9px;
    }
  }

  .mc_embed_signup_content {
    display: flex;
  }

  .mc_embed_signup_content .btn-subs {
    min-height: 60px;
  }

  .mc_embed_signup_content .newsletter-form__box::after {
    bottom: -9px;
  }

  @media(max-width:1023px) {
    .mc_embed_signup_content {
      flex-direction: column;
    }

    .mc_embed_signup_content .newsletter-form__box::after {
      content: "";
      width: 33px;
      height: 20px;
      position: absolute;
      left: -12px;
      bottom: -5px;
      background-color: #fff;
      border-top: 1px solid #020202;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .comment-form-input::after {
      content: "";
      width: 33px;
      height: 20px;
      position: absolute;
      left: 4px;
      bottom: 10px;
      background-color: #fff;
      border-top: 1px solid #020202;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  .newsletter-form__box input, .comment-form-input input {
    display: block;
    width: 100% !important;
    border: 1px solid #020202 !important;
    background-color: #fff !important;
    min-height: 60px;
    font-family: "apkltrl", sans-serif;
    font-size: 16px !important;
    padding: 0 20px !important;
    border-radius:0 !important;
  }

  .comment-form-input textarea, .comment-form-inputloginformuser textarea{
    display: block;
    width: 100% !important;
    border: 1px solid #020202 !important;
    background-color: #fff !important;
    min-height: 60px;
    font-family: "apkltrl", sans-serif;
    font-size: 16px !important;
    padding: 20px 20px 0 20px !important;
  }



  .contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 250px;
    max-width: 100%;
    text-align: center;
    border: 0;
    cursor: pointer;
  }

  .contact-btn:hover {
    background: linear-gradient(45deg, transparent 6px, #e40b2b 0) bottom left !important;
    color: #fff !important;
  }

  .contact-btn--black {
    color: #ffffff !important;
    background: linear-gradient(45deg, transparent 6px, black 0) bottom left !important;
  }

  .contact-btn--md {
    padding: 8px 16px;
  }

  .mc_embed_signup_content .contact-btn-subs{
    min-height: 60px;
    font-family: "apkltrl", sans-serif !important;
  }

  .contact--title {
    font-family: "apkltrl", sans-serif !important;
  }

  .contact--title {
    font-size: 20px;
    line-height: 2;
    color: rgba(18, 18, 18, .75);
  }
  .contact--description {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.06rem;
    line-height: 1.8;
    color: rgba(18, 18, 18, .75);
  }

  @media (min-width: 768px) {
    .contact--title {
      font-size: 24px;
    }
    .contact--description {
        font-size: 18px;
      }
  }

  @media screen and (max-width: 915px){
    .contact--form * {
        margin-left: 0px !important;
        margin-bottom: 12px;
    }
    .contact--form {
        flex-direction: column;
    }

  }


  @media (max-width: 1023px){
    .mc_embed_signup_content {
        flex-direction: column;
    }
    .contact-btn-subs {
        width: 100% !important;
    }
  }


  body.page .main-container{
    padding-bottom: 0 !important;
  }

  /* Elementor Width */

  .elementor-2692 .elementor-element.elementor-element-7f839d0 > .elementor-container{
    max-width: 1366px !important;
  }

  /* Footer Custom */

  footer.theme-footer-wrapper{
    padding-top: 100px !important;
    padding-bottom: 50px !important;
    padding-left: 16px !important;
  }

  .footer-top-logo{
    width: 24% !important;
    margin-bottom: 66px !important;
  }

  .footer-main h4.widget-title{
    font-family: 'Apkltrl', sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: bolder !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.07rem;
  }

  .footer-main .footer-widget ul{
    list-style: disc !important;
  }

  .footer-main .footer-widget ul li{
    position: relative;
    display: flex !important;
    align-items: center;
  }
  .footer-main .footer-widget ul li::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius:8px;
    background-color:#FFF;
    left: 4px;
    margin-bottom: 8px;
  }
  .footer-main .footer-widget ul li a{
    font-family: 'Apkltrl', sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #fff !important;
    font-weight: bolder !important;
    margin-bottom: 8px !important;
    padding-left: 16px;
    letter-spacing: 0.07rem;
  }


  .footer-widget-last{
    border-left: 1px solid #ffffff !important;
    padding-left: 50px !important;
  }


@media(max-width:767px){
   .footer-top-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
   }
  .footer-widget-last{
    border-left: 0 !important;
    padding-left: 20px !important;
  }
}


/* Footer Copyright */

.footer--copyright {
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  padding: 30px 0;
  background: #fff;
}

.footer--copyright .container {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer--copyright .brand {
  color: tomato;
  margin: 0px;
  padding-left: 4px;
}

.footer--copyright a {
  text-decoration: none;
  color: black;
  margin: 0px 8px;
}


.footer--copyright__text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

@media(max-width:767px) {
  .footer--copyright__text {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .footer--copyright__text {
    width: auto;
    margin-bottom: 0;
  }
}


.footer--copyright__links {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.footer--copyright__links a {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer--copyright__links {
    flex-direction: row;
  }

  .footer--copyright__links a {
    margin-bottom: 0;
  }

  .footer--copyright__links a:after {
    content: '|';
    padding-left: 16px;
  }
}

@media (min-width: 1024px) {
  .footer--copyright__links {
    width: auto;
  }
}

.footer--copyright__links a:last-child:after {
  content: '';
}

.footer--copyright__links a:last-child:after {
  content: '';
}


/* Loading Modal */

.loader-logo img{
  max-width:400px;
}

/* Mobile Menu */

.hamburger-menu{
  background-color: transparent;
  border: 0;
  display: none;
}
@media(max-width:1023px){
  .hamburger-menu{
  display: block;
  margin-right: 6px;
}
}



.mobile-menu{
  display: none;
  height: 0;
  overflow: hidden;
}
.header-icon{
  display: none;
}
@media(max-width:1023px){
  .header-icon{
    display: block;
    position: absolute;
    right: 16px;
  }
  .hamburger-menu{
    background-color: transparent;
    border: none;

  }
  .mobile-menu{
    display: none;
    background-color: black;
    position: fixed;
    z-index: 99;
    top: 37px;
    width: 100%;
    padding: 32px 16px;
    height: auto;
  }
  .mobile-menu__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .mobil-menu-close{
    background-color: transparent;
    border: 0;
  }
  .mobile-menu__link .nav-main-wrap .theme-main-menu{
    list-style: none;
  }
  .mobile-menu__link .menu-item a{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-family: 'Assistant', sans-serif;
    text-transform: uppercase;
  }
}

/* Form Reset */

.btn-comments-btn{
  border: 0 !important;
  color: #fff !important;
  font-family: 'Apkltrl', sans-serif !important;
  min-height: 60px;
}

.search-button{
  background-color: #e40b2b !important;
}

/* Breadcrumb Fix */

.breadcrumb-home-menu::before{
  background: none !important;
  width: auto !important;
  height: auto !important;
  content: '/' !important;
  color: #585858;
}

.breadcrumb-nav-top ul li:first-child{
  padding-right: 0 !important;
}

/* Social Icon Fix */

.home .addtoany_share_save_container{
  display: none;
}

/* Share Hidden */

.slider-meta-left-author img{
  width: 60px !important;
  height: 60px !important;
}

/* Preloader Close Hidden */

.preloader-close{
  display: none !important;
}



/* Search Modal Button */

.search-button.submit-btn{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Spacing Fix */

@media(max-width:767px){
  .post-featured-image, .theme-blog-details-meta-wrap{
    margin-bottom: 24px !important;
  }
  .theme_blog_navigation__Wrap{
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
}

/* Profile Card  Mobile*/

@media(max-width:767px){
  .author_bio__Wrapper{
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .author-thumb img{
    width: 70px !important;
    height: 70px !important;
  }
}


.post-template-default.single.single-post .single-one-bwrap .post-featured-image img{
  width:100% !important;
}

.elementor-2692 .elementor-element.elementor-element-86f8727 > .elementor-container{
  max-width: 1366px !important;
}

.elementor-2692 .elementor-element.elementor-element-86f8727{
  margin-top:24px !important;
}

.category-description{
  font-size:14px;
  color:#727272;
}
