@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
*{
    margin: 0;
    padding:0;
}
html body{
    font-family: 'Century Gothic';
}
body ul, body li{
    list-style: none;
    margin: 0;
    padding:0;
}
body a{
    text-decoration: none;
}
body h1{font-size: 60px; font-weight: 700;}
body h2{font-size: 46px;}
body h1, body h2, body h3, body h4, body h5, body h6{
    color: #000;
    font-family: 'Modern-regular';
}

@font-face {
    font-family: 'Modern-regular';
    src: url("../fonts/Modern-Regular.woff2") format("woff2"),
    url("../fonts/Modern-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Century Gothic';
    src: url("../fonts/CenturyGothic.woff2") format("woff2"),
    url("../fonts/CenturyGothic.woff") format("woff");
}
@font-face {
    font-family: 'Century Gothic bold';
    src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"),
    url("../fonts/CenturyGothic-Bold.woff") format("woff");
}

body .site-content .ast-container {
    display: block;
    max-width: 100%;
    padding: 0;
}
.element-out {
    opacity: 0;
    transition: 0.5s;
}
.element-in {
    opacity: 1;
}
/*===========header-css===========*/
/*header.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
header.header.show-header.fixed {
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 0px 3px;
}
header.header.fixed .toggle-btn button {
    color: #000;
}
header.header.fixed .toggle-btn span i {
    background: #000;
}
.search-btn img.black {
    display: none;
}
header.header.fixed .search-btn img.white {
    display: none;
}
header.header.fixed .search-btn img.black {
    display: block;
}
header.header.show-header.fixed ~ .home-section .hero__logo img {
    opacity: 0;
}
.site-logo {
    padding: 4px 0 0;
    margin: 0 0 0 -45px;
   display: none;
}
.site-logo img {
    width: 90px;
    height: 39px;
}
header.header.fixed .site-logo {
    display: block;
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    opacity: 0;
    pointer-events: none;
}
header.header.show-header .header-container {
    opacity: 1;
    pointer-events: auto;
}
.header-container .toggle-btn button {
    border: none;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
}
.header-container .toggle-btn button label {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 0 10px;
    line-height: 19px;
}
.header-container .search-btn img {
    width: 16px;
}
.header-container .toggle-btn button span {
    display: flex;
    position: relative;
    height: 18px;
    width: 16px;
    flex-wrap: wrap;
    align-items: center;
}
.header-container .toggle-btn button span i {
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
}
.header-container .toggle-btn {
    padding: 16px 0;
}
.navigation {
    position: fixed;
    width: 320px;
    left: -320px;
    transition: 0.5s;
    display: block !important;
    padding: 110px 10px 20px 40px;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    background: #000;
}
.navigation.open-nav {
    left: 0;
}
.navigation::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #000;
}

.navigation::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.navigation::-webkit-scrollbar-thumb{
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.navigation button.close {
    margin: 0;
    border: none;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 30px;
}
.navigation button.close img {
    width: 15px;
}
.dropdown-menus a.dropdown-toggle {
    background: transparent;
    border: none;
    padding: 0;
    font-family: 'Modern-regular';
    color: #fff;
    font-size: 23px;
    margin: 7px 0 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    position: relative;
}
.dropdown-menus a.dropdown-toggle:after{
    display: none;
}
.dropdown-menus a.dropdown-toggle i {
    position: absolute;
    right: 8px;
    top: 12px;
    font-size: 21px;
    -webkit-text-stroke: 1px #000;
}
.dropdown-menus a.dropdown-toggle.show i {
    transform: rotate(180deg);
}
.dropdown-menus a.dropdown-toggle.show{
    color: #dd54fc;
}
.dropdown-menus .dropdown-menu {
    position: relative !important;
    transform: inherit !important;
    background: transparent;
    border: none;
    padding: 0;
}
.dropdown-menus .dropdown-menu .related-menu ul li a.dropdown-item {
    padding: 0;
    color: #fff;
    font-family: 'Century Gothic';
    font-weight: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-size: 14px;
}
.dropdown-menus .dropdown-menu .related-menu ul li {
    margin: 9px 0 12px;
}
.dropdown-menus .dropdown-menu .related-menu ul li a.dropdown-item:hover{
    color: #959595;
    background:transparent;
}
.dropdown-menus .dropdown-menu h4 {
    text-align: center;
    margin: 28px 0 20px;
    color: #959595;
    font-family: 'Century Gothic';
    letter-spacing: 0.2px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 600;
}
.dropdown-menus .dropdown-menu .post-menu li a {
    display: flex;
    align-items: flex-start;
}
.dropdown-menus .dropdown-menu .post-menu li span.post-img {
    width: calc(50% - 15px);
    overflow: hidden;
}
.dropdown-menus .dropdown-menu .post-menu li span.post-img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.dropdown-menus .dropdown-menu .post-menu li a:hover span.post-img img {
    transform: scale(1.1);
}
.dropdown-menus .dropdown-menu .post-menu li label {
    width: calc(50% + 15px);
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Century Gothic bold';
    color: #fff;
    pointer-events: none;
    padding: 0 0 0 25px;
}
.dropdown-menus .dropdown-menu .post-menu li {
    margin: 0 0 25px;
}
.dropdown-menus .see-more {
    text-align: center;
    margin: 30px 0 20px;
}
.dropdown-menus .see-more a{
    display: inline-block;
    border: 1px solid #959595;
    color: #959595;
    font-family: 'Century Gothic';
    padding: 6px 12px;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
}
.dropdown-menus .see-more a:before {
    content: "";
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: 0.5s;
}
.dropdown-menus .see-more a:hover:before {
    width: 100%;
}
.dropdown-menus .see-more a span{
    position: relative;
}
.dropdown-menus .see-more a:hover span{
    color: #000;
}
.menu-container .menu-list {
    margin: 20px 0 0;
}
.menu-container .menu-list ul li a {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 16px;
    font-family: 'Century Gothic bold';
    color: #959595;
    margin: 10px 0 21px;
    text-transform: uppercase;
    display: block;
}
.menu-container .menu-list ul li a:hover{
    color: #fff;
}
.menu-container .social-links ul {
    display: flex;
}
.menu-container .social-links ul li {
    margin: 0 13px 0;
}
.menu-container .social-links ul li a {
    color: #fff;
}
.menu-container .social-links ul li a.facebook:hover{
    color: #38529a;
}
.menu-container .social-links ul li a.twitter:hover{
    color: #4da6e9;
}
.menu-container .social-links ul li a.instagram:hover{
    color: #d6249f;
}
.menu-container .social-links ul li a.pinterest:hover{
    color: #c51f26;
}
.menu-container .social-links ul li a.youtube:hover{
    color: #f70000;
}
.menu-container .social-links ul li a.tiktok:hover{
    color: #00efe8;
}
.menu-container .social-links {
    margin: 40px 0 0;
}
.menu-container .copyright {
    margin: 23px 0 0;
}
.menu-container .copyright p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    text-transform: inherit;
    pointer-events: none;
    font-family: 'Century Gothic';
    color: #959595;
}
.md-modal {
  margin: auto;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  top:0;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99999;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.md-modal .md-content {
    width: 100%;
}
.md-modal .md-content input {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    text-align: center;
    font-size: 40px;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    color: #fff;
}
.md-modal .md-content input:focus{
    outline: none;
}
.md-modal button.md-close {
    position: fixed;
    top: 13px;
    right: 36px;
    background: transparent;
    border: none;
}
.md-modal button.md-close img {
    width: 15px;
}*/
.ehf-header header#masthead .wp-megamenu-main-wrapper .wp-mega-toggle-block .menutoggle{
    color: #fff;
}
.ehf-header header#masthead .wp-megamenu-main-wrapper .wpmega-openblock .dashicons {
    background: #fff;
}
.ehf-header header#masthead .wp-megamenu-main-wrapper .wpmega-openblock .dashicons-menu:before {
    background: #fff;
}
.ehf-header header#masthead .wp-megamenu-main-wrapper .wpmega-openblock .dashicons-menu:after {
    background: #fff;
}
.page-template-home_new.ehf-header header#masthead form.elementor-search-form .elementor-search-form__toggle {
/*    background-image: url(https://mod-mag.com/staging/wp-content/uploads/2023/03/search-new-icon-w.png);*/
    background-repeat: no-repeat;
    background-size: 20px;
    position: fixed;
    right: 0;
    width: 70px;
    height: 57px;
    top: 0px;
    background-position: 18px 22px;
}
/*.page-template-home_new.ehf-header header#masthead.fixed form.elementor-search-form .elementor-search-form__toggle {
    background-image: url(https://mod-mag.com/staging/wp-content/uploads/2023/03/search-new-icon.png);
}*/
.page-template-home_new.ehf-header header#masthead {
    opacity: 0;
    pointer-events: none;
}
.page-template-home_new.ehf-header header#masthead.show-header {
    opacity: 1;
    pointer-events: auto;
}
.ehf-header header#masthead .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.menu-item-type-custom {
    margin-left: 12px;
    margin-right: 14px;
}
.ehf-header header#masthead .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.menu-item-type-custom.copyright-sec {
    text-align: left;
/*    font-family: 'Century Gothic';*/
    font-size: 12px;
    font-weight: 400 !important;
    color: #959595;
}
.archive.ehf-header header#masthead, .page-id-507.ehf-header header#masthead {
    padding: 10px 30px 0px !important;
}
/*===========header-css===========*/


/*===========home-slider===========*/
.home-section {
    position: relative;
    overflow: hidden;
}

.home-section .home-slider .zoom-effect{
    height: 100%;
    position: relative;
}
.zoom-out .home-section .home-slider{
    transform: scale(1);
}
.home-section .home-slider{
    transform: scale(1.2);
    transition: 1s; 
}
.zoom-effect .jarallax img.jarallax-img {
    width: 100% !important;
}
.home-slider .slick-slide img {
    width: 100%;
    object-fit: cover;
}
.home-section .home-slider .zoom-effect:before {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.07) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.07) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.07) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#12000000',GradientType=0 );
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.home-slider button.slick-arrow{
    z-index: 9;
}
.home-slider button.slick-prev {
    left: 10px;
    background-image: url(../images/prev-icon.png) !important;
    height: 33px;
    padding: 0;
    background-size: contain;
    width: 20px;
    left: 25px;
    color: transparent;
}
.home-slider button.slick-next {
    right: 10px;
    background-image: url(../images/next-icon.png) !important;
    height: 33px;
    padding: 0 ;
    background-size: contain;
    width: 20px;
    right: 25px;
    color: transparent;
}
.home-slider button.slick-arrow:before{
    display: none;
}

/*.hero__logo img {
    top: calc(35vh - 1.5rem);
    height: 38vh;
    min-width: 90px;
    min-height: 39px;
    position: relative;
    width: auto;
    margin: auto;
}
.hero__logo img {
    margin-top: 0;
}
.hero__logo.stop-moving img {
    top: -7px !important;
}
.hero__logo.animating.stop-moving {
    top: 16px !important;
}
.hero__logo.animating img {
    height: calc(36vh - var(--scroll)*1px);
}
.hero__logo {
    display: none;
    position: fixed;
    top: calc(var(--scroll)*-1px);
    right: 0;
    left: 0;
    height: 4.5rem;
    max-width: 1260px;
    z-index: 700;
    padding-right: 30px;
    padding-left: 30px;
    margin: auto;
}
.hero__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero__logo svg {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}*/
.click_next {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 1019;
    height: 24px;
    text-align: center;
    transition: 0.5s;
    opacity: 0;
}
.click_next.visible-icon {
    /*opacity: 1;*/
}
.click_next .click_a {
    color: #fff;
    font-size: 26px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    position: absolute;
    left: calc(50% - 20px);
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}
.click_next .click_a img {
    width: 35px;
}
.logo-effect {
    position: absolute;
    opacity: 0;
    z-index: -999;
}
.home-section .header {
    display: none;
}
.logo-scroll {
    position: absolute;
    top: 0;
    z-index: 999;
}
.hero__logo.fixed img {
    top: -7px !important; 
}
.home-section:after {
   /* content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#12000000',GradientType=0 );
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.6;*/
}


.fixed-image {
   /* position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    */
    /*transform: scale(1.1);*/
    transition: 0.7s;
    position: relative;
}

.fixed-image.zoom-out {
    transform: scale(1);
}
body.page-template-home_new:before {
    height: 100%;
    width: 100%;
    content: "";
    background: #fff;
    position: absolute;
    z-index: 99999999;
    opacity: 1;
    transition: 0.5s;
}
body.page-template-home_new.zoom-out:before{
    opacity: 0;
    z-index: -9;
}
.fixed-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.show-header ~ .site-content .fixed-image {
    z-index: -9;
}

.fixed-image:after {
    content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#12000000',GradientType=0 );
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}
.home-slider .slick-slide h2 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.home-slider .slick-slide {
    position: relative;
}
.home-slider .slick-slide .item-image:before {
    content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#12000000',GradientType=0 );
    position: absolute;
    top: -9px;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}
.home-slider .slick-slide h2 {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
    z-index: 99;
    padding: 0 80px;
}
.home-slider .slick-slide h2 a {
    color: #fff;
}
/*===========home-slider===========*/

.hero__logo img {
    position: relative;
    z-index: 999999;
}
.category-container .category-slider {
    position: relative;
    z-index: 0 !important;
}
/*.category-collunm:hover .view-post img {
    display: none;
}*/
/*===========category-section===========*/
.category-section {
    padding: 65px 0 0 0;
    background: #fff;
    float: left;
    width: 100%;
z-index: 0 !important;
    position: relative;
}
.category-container {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
.category-container .category-slider {
    float: left;
    width: 50%;
    position: sticky;
    top: 0;
    margin: 0px 0 20px !important;
}
.category-container .category-list {
    float: left;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.category-container .category-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.category-slider .slick-list, .category-slider .slick-track, .category-slider .slick-slide, .category-slider .slick-slide div{
    height: 100%;
}
.category-container .category-slider .slick-arrow {
    display: none !important;
}

.category-container .category-list .category-collunm {
    width: 50%;
    padding: 0 10px 20px;
}
.category-container .category-list .category-collunm img {
    height: 530px;
    object-fit: cover;
    width: 100%;
    transition: 0.7s;
    transform: scale(1);
}
.category-container .category-list .category-collunm a {
    display: block;
    position: relative;
    overflow:hidden;
}
.category-container .category-list .category-collunm .tittle {
    position: absolute;
    bottom: 20px;
    padding: 0 15px;
    text-align: center;
    z-index: 9;
}
.category-container .category-list .category-collunm .tittle h3 {
    margin: 0;
    font-size: 33px;
    line-height: 37px;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    white-space: normal !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
        margin-top: 0px;
}
.category-container .category-list .category-collunm .tittle label {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0 0px 3px !important;
    background: transparent;
    font-size: 14px;
    color: #959595;
    font-family: 'Century Gothic bold';
    text-transform: uppercase;
    text-decoration: none;
}
.category-container .category-list .category-collunm a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.8;
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.80),transparent 80%);
    left: 0;
    top: 0;
    z-index: 9;
}
.category-container .category-list .category-collunm a span:before  {
    content: "VIEW POST";    
    font-size: 16px;
    /* font-family: 'Century Gothic'; */
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    color: #fff;
    /*opacity: 0;*/
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.3s;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Century Gothic bold';
}
.post-list .post-collunm a span:before  {
    content: "VIEW POST";    
    font-size: 16px;
    /* font-family: 'Century Gothic'; */
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    color: #fff;
    /*opacity: 0;*/
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.3s;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Century Gothic bold';
}
.category-container .category-list .category-collunm a:hover img{
    transform: scale(1.1);
}
.category-slider .slick-slide {
    position: relative;
}


.category-slider .slick-slide h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0 40px;
    bottom: 50px;
    font-size: 38px;
    line-height: 46px;
    font-family: 'Modern-regular';
    text-transform: uppercase;
    box-sizing: border-box;
    left: 0;
    z-index: 9;
}
.category-slider .slick-slide h3 a{
    color: #fff;
    margin: 0;
}
.category-slider .slick-slide:after {
    display: block;
    content: "";
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.80) 0,transparent 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.80)),color-stop(75%,transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.80),transparent 80%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.category-slider ul.slick-dots {
    bottom: 24px;
}
.category-slider ul.slick-dots button {
    padding: 0;
    height: 9px;
    width: 9px;
    margin: 0 auto;
}
.category-slider ul.slick-dots button:before{
    height: 9px;
    width: 9px;
    background:#fff;
    border-radius: 20px;
}
.category-slider ul.slick-dots li {
    width: 15px;
    height: 15px;
}

.category-container .category-list .category-collunm a .view-post {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Century Gothic bold';
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.category-container .category-list .category-collunm a:hover .view-post {
    opacity: 1;
}

/*===========category-section===========*/



/*===========back-issue===========*/
.back-issue {
    clear: both;
    background: #000;
    padding: 70px 0 90px;
}
.back-issue h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px !important;
    font-family: 'Century Gothic bold';
    text-transform: uppercase;
}
.back-issue h2 a {
    color: #fff;
}
.back-slider .slick-slide a {
    display: block;
    position: relative;
}
.back-slider .slick-slide img {
    width: 100%;
}
.back-slider .slick-slide {
    padding: 0 10px;
}
.back-slider .slick-prev{
    left: 0;
}
.back-slider .slick-next{
    right: 0;
}
.back-slider .slick-arrow{
    z-index: 99;
}
.back-issue .back-slider .slick-list {
    padding: 0 90px;
    position: relative;
}

.back-slider .slick-slide .post-title {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Century Gothic bold';
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: 0.3s;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    padding: 0 20px;
    line-height: 25px;
}
.back-slider .slick-slide a:hover .post-title {
    opacity: 1;
}

.back-issue .slick-prev {
    background-image: url(../images/prev-icon.png) !important;
    height: 33px;
    padding: 0;
    background-size: contain !important;
    width: 20px;
    left: 25px;
    color: transparent;
}
.back-issue .slick-next {
    background-image: url(../images/next-icon.png) !important;
    height: 33px;
    padding: 0 ;
    background-size: contain !important;
    width: 20px;
    right: 25px;
    color: transparent;
}
.back-issue .slick-arrow:before{
    display: none !important;
}
.back-issue .back-slider .slick-list:before {
    content: "";
    height: 100%;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-size: cover;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#00000000',GradientType=1 );
}

.back-issue .back-slider .slick-list:after {
    content: "";
    height: 100%;
    width: 100px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.84) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=1 );
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background-size: cover;
}

/*===========back-issue===========*/



/*===========about-mod===========*/
.about-mod {
    position: relative;
    overflow: hidden;
}
.about-mod .content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.about-mod .content h2 {
    margin: 0;
    color: #fff;
    /*text-shadow: 1px 1px 9px #242323;*/
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.inner-content a {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0px;
    padding: 12px 20px;
    font-family: 'Century Gothic bold';
    font-weight: normal !important;
    display: inline-block;
    margin: 20px 0 0;
    position: relative;
    border: 1px solid #fff;
}
.inner-content a:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    transition: 0.5s;
}
.inner-content a:hover {
    color: #000;
}
.inner-content a:hover:before {
    width: 100%;
}
.inner-content a span {
    position: relative;
    z-index: 99;
    transition: 0.3s;
}

/*===========about-mod===========*/


/*===========post-section===========*/
.post-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.post-list .post-collunm {
    width: 25%;
    padding: 0 10px 20px;
}
.post-list .post-collunm a {
    display: block;
    position: relative;
    overflow: hidden;
}
.post-list .post-collunm a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.8;
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.80),transparent 80%);
    left: 0;
    top: 0;
    z-index: 9;
}
.post-list .post-collunm a .view-post {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Century Gothic bold';
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.post-list .post-collunm a:hover .view-post {
    opacity: 1;
}
.post-list .post-collunm img {
    height: 530px;
    object-fit: cover;
    width: 100%;
    transition: 0.7s;
    transform: scale(1);
}
.post-list .post-collunm a:hover img {
    transform: scale(1.1);
}
.post-list .post-collunm .tittle {
    position: absolute;
    bottom: 20px;
    padding: 0 15px;
    text-align: center;
    z-index: 9;
}
.post-list .post-collunm .tittle label {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0 0px 3px !important;
    background: transparent;
    font-size: 14px;
    color: #959595;
    font-family: 'Century Gothic bold';
    text-transform: uppercase;
    text-decoration: none;
}
.post-list .post-collunm .tittle h3 {
    margin: 0;
    font-size: 33px;
    line-height: 37px;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    white-space: normal !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    margin-top: 0px;
}
.post-section {
    padding: 80px 0 0;
    background: #fff;
}

.load-more {
    padding: 10px 0 30px;
    position: relative;
    text-align: center;
}


.load-more button {
    background: transparent;
    color: #a1a1a1;
    text-transform: uppercase;
    font-size: 21px;
    border: 1px solid #a1a1a1;
    border-radius: 0px;
    padding: 13px 29px;
    font-family: 'Century Gothic bold';
    font-weight: normal !important;
    height: 57px;
    margin: 0;
    position: relative;
    z-index: 99;
}

.load-more button:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    transition: 0.5s;
}


.load-more button:hover {
    color: #fff;
}
.load-more button:hover:before {
    width: 100%;
}
.load-more button span {
    position: relative;
    z-index: 99;
    transition: 0.3s;
}
.view-post img {
    width: auto !important;
    height: auto !important;
}

.alm-btn-wrap{
    background: transparent;
    color: #a1a1a1;
    text-transform: uppercase;
    font-size: 21px;
    border: 1px solid #a1a1a1;
    border-radius: 0px;
    padding: 13px 29px;
    font-family: 'Century Gothic bold';
    font-weight: normal !important;
    height: 57px;
    margin: 0;
    position: relative;
    z-index: 99;
}
/*.ajax-load-more-wrap.infinite.skype>.alm-btn-wrap .alm-load-more-btn {
    background-image: none !important;
        width: 20px;
    height: 20px;
    animation: spin 0.9s linear infinite;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}*/


/*===========post-section===========*/



/*===========media-css===========*/

@media (max-width: 1599px){
.category-container .category-list .category-collunm img {
    height: 450px;
}
.post-list .post-collunm img{
    height: 430px;
}
.category-container .category-list .category-collunm .tittle h3 {
    font-size: 30px;
    line-height: 33px;
}
.back-issues h2 {
    font-size: 24px;
    margin-bottom: 20px !important;
}
.back-issue {
    padding: 60px 0 70px;
}
.back-issue h2 {
    font-size: 22px;
}
.post-list .post-collunm .tittle h3 {
    font-size: 30px;
    line-height: 33px;
}
.load-more button {
    font-size: 17px;
    padding: 13px 17px;
    height: auto;
}
}

@media (max-width: 1440px){
.category-container .category-list .category-collunm img {
    height: 400px;
}
.post-list .post-collunm img{
    height: 400px;
}
.category-container .category-list .category-collunm .tittle h3 {
    font-size: 27px;
    line-height: 30px;
}
.category-slider .slick-slide h3{
    font-size: 36px;
    line-height: 44px;
}
.post-list .post-collunm .tittle h3{
    font-size: 25px;
    line-height: 30px;
}
}

@media (max-width: 1366px){
.category-container .category-list .category-collunm img {
    height: 350px;
}
.post-list .post-collunm img{
    height: 390px;
}

}

@media (max-width: 1280px){
/*.category-container .category-list .category-collunm img {
    height: 250px;
}*/
.post-list .post-collunm img {
    height: 445px;
}
.category-container .category-list .category-collunm .tittle {
    padding: 0 10px;
}
.category-container .category-list .category-collunm .tittle h3 {
    font-size: 24px;
    line-height: 28px;
}
.post-list .post-collunm .tittle h3 {
    font-size: 24px;
    line-height: 28px;
}
.category-slider .slick-slide h3 {
    font-size: 35px;
    line-height: 42px;
}
.post-list .post-collunm {
    width: 33.33333%;
}
}
@media (max-width: 991px){
.category-container .category-list .category-collunm img {
    height: 510px;
}
.post-list .post-collunm img{
    height: 510px;
}
.category-container .category-slider {
    width: 100%;
    position: relative;
}
.category-container .category-list {
    width: 100%;
}

.post-list .post-collunm {
    width: 50%;
    padding: 0;
}
.about-mod .content .inner-content {
    padding: 0 20px;
}
.post-list {
    padding: 0;
}
.about-mod .content h2 {
    /*font-size: 36px;*/
}
.inner-content a {
    font-size: 15px;
    padding: 10px 18px;
}
.load-more button {
    font-size: 18px;
    padding: 9px 25px;
    height: 50px;
}
.category-section {
    padding: 0;
}
.category-container .category-list {
    padding: 0;
}
.category-container .category-list .category-collunm {
    padding: 0;
}
.category-container .category-slider {
    margin: 0px 0 0px !important;
}
.category-container {
    padding-bottom: 0;
}
.about-mod .content h2 br{
    display: none;
}
.post-section {
    padding: 0;
}
.load-more {
    padding: 30px 0;
}
}

@media (max-width: 768px){
.category-container .category-list .category-collunm img {
    height: 450px;
}
.post-list .post-collunm img{
    height: 480px;
}
.spinner {
  margin-top: 10px;
}
}

@media (max-width: 767px){
    .page-template-home_new.ehf-header header#masthead form.elementor-search-form .elementor-search-form__toggle {
     background-image: url(https://mod-mag.com/staging/wp-content/uploads/2025/05/src-new-white.png); 
    background-repeat: no-repeat;
    background-size: 16px;
    position: fixed;
    right: 0;
    width: 70px;
    height: 57px;
    top: 0px;
    background-position: 18px 22px;
}
.category-container .category-list .category-collunm img {
    height: 410px;
}
.post-list .post-collunm img{
    height: 410px;
}

.about-mod .content h2 {
    font-size: 34px !important;
}
.about-mod .content h2 br{
    display: none;
}
.post-section {
    padding: 20px 0 0;
}
.category-container {
    padding-bottom: 0;
}
.category-section {
    padding: 0;
}
.back-issues {
    padding: 40px 0 50px;
}
.back-issues h2 {
    font-size: 24px;
    margin-bottom: 20px !important;
}
.header-container {
    padding: 0 20px;
}
.ehf-header header#masthead .wp-megamenu-main-wrapper .wpmega-openblock .dashicons, 
.ehf-header header#masthead .wp-megamenu-main-wrapper .wpmega-openblock .dashicons:after, 
.ehf-header header#masthead .wp-megamenu-main-wrapper .wpmega-openblock .dashicons:before {
   /* background: #000;*/
}
.ehf-header header#masthead .wp-megamenu-main-wrapper .wp-mega-toggle-block .menutoggle {
    color: #000;
}
.page-template-home_new.ehf-header header#masthead.fixed form.elementor-search-form .elementor-search-form__toggle {
   background-image: url(https://mod-mag.com/staging/wp-content/uploads/2023/01/54481.png);
    background-position: 36px 20px;
}
.page-template-home_new.ehf-header header#masthead form.elementor-search-form .elementor-search-form__toggle {
/*    background-image: url(https://mod-mag.com/staging/wp-content/uploads/2023/03/search-new-icon.png);*/
    background-position: 36px 20px;
}
.home-slider .slick-slide h2 {
    padding: 0 40px;
    font-size: 34px;
}
.ehf-header header#masthead .wp-megamenu-main-wrapper .wp-mega-toggle-block .menutoggle {
    display: none !important;
}
}

@media (max-width: 640px){
.category-container .category-list .category-collunm img {
    height: 360px;
}
.post-list .post-collunm img{
    height: 360px;
}
}

@media (max-width: 575px){
    .post-list .post-collunm .tittle h3 {
    line-height: 32px !important;
    font-size: 27px;
}
    .ehf-header header#masthead .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.menu-item-type-custom.copyright-sec {
    text-align: center;
}
.ehf-header header#masthead .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.menu-item-type-custom {
    margin: 0px 14px 0px 22px !important;
}
    .category-container .category-list {
    padding: 15px;
}
.category-container .category-list .category-collunm {
    margin-bottom: 15px;
}
.home .about-mod {
    padding: 0px;
    padding-bottom: 0;
}
section#slider-category-id {
    padding-top: 56px !important;
}
.home .post-section {
    padding: 15px;
}
.home .post-list .post-collunm {
    padding-bottom: 15px;
}
.category-container .category-list .category-collunm img {
    height: 580px;
}
.post-list .post-collunm img{
    height: 580px;
}
.category-container .category-list .category-collunm {
    width: 100%;
    padding: 0;
}
.post-list .post-collunm {
    width: 100%;
}
.about-mod .content h2 br{
    display: none;
}
.home .category-slider .slick-slide h3 {
    font-size: 30px;
    line-height: 32px;
}
.home .category-container .category-list .category-collunm .tittle h3 {
    font-size: 27px;
     line-height: 32px;
}
.about-mod .content h2 {
    line-height: 36px;
}
.post-list .post-collunm .tittle h3 {
    line-height: 32px !important;
}
.category-container .category-slider {
    margin: 15px 0 0px !important;
    height: 540px !important;
}
.back-issue h2 {
    font-size: 24px;
    margin-bottom: 30px !important;
}
.back-issue {
    padding: 50px 0 60px;
}
.back-issue .slick-next {
    right: 15px;
/*    top: -40px;*/
}
.back-issue .slick-prev {
    left: 20px;
/*    top: -40px;*/
}

.about-mod .content h2 {
    font-size: 28px;
}
.category-slider ul.slick-dots {
    bottom: 18px;
}
.home-slider button.slick-prev {
    left: 15px;
}
.home-slider button.slick-next {
    right: 15px;
}
.hero__logo img {
    max-height: 125px;
}
.post-section {
    padding: 0;
}
.post-list .post-collunm {
    padding: 0;
}
.home-slider .slick-slide h2 {
    padding: 0 20px;
    font-size: 28px;
}
.load-more button {
    font-size: 16px;
    padding: 9px 18px;
    height: 47px;
}
.back-slider .slick-slide img {
    height: auto;
    object-fit: cover;
}
.back-issue .back-slider .slick-list {
    padding: 0 40px;
    width: 100% !important;
}
}


@media (max-width:420px){
.category-container .category-list .category-collunm img {
    height: 450px;
}
.back-issue .back-slider .slick-list {
    padding: 0 40px;
}
.post-list .post-collunm img {
    height: 450px;
}
.abt-who-we h2 {
    font-size: 50px !important;
}
.back-slider .slick-slide img {
    height: auto;
    object-fit: cover;
}
.back-issue .back-slider .slick-list {
    padding: 0 40px;
    width: 100% !important;
}

}

@media (max-width:375px){
.category-container .category-list .category-collunm img {
    height: 420px;
}
.post-list .post-collunm img{
    height: 420px;
}

}

/*===========media-css===========*/