/*--------------------------------------------------------------
# Main Theme Style
# Version 0.01
# AMPTV - JBAHES
--------------------------------------------------------------*/
  
/*--------------------------------------------------------------
# General Styles & Components
--------------------------------------------------------------*/
body, html {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;  
    font-weight: 400;
    height: 100%;
}
body{
    background: #0d0d0d;
    color: #ffffff;
	font-size: 18px;
	line-height: 1.6;	
}
h1, h2, h3, h4, h5, h6{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
}
h1{
	font-size: 42px;
}
h2{
	font-size: 38px;	
}
h3{
	font-size: 34px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 26px;
}
h6{
	font-size: 22px;
}
p{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px; 
    margin-bottom: 16px;
    line-height: 1.7;
}
p strong{
    font-weight: 700;
}
a{
	text-decoration: none;
    color: #eaa57f;
}
a:hover,
a:focus{
    text-decoration: none;
}
ul{
    margin-left: 0;
    padding-left: 25px;
}
li{
    font-size: 18px;
	margin-bottom: 10px;
}
div{
    font-size: 18px;
}
img{
    max-width: 100%;
    height: auto;   
}
.list-style-none{
    list-style: none;
    margin: 0;
    padding: 0;
}
.transition {
    transition: all 0.2s ease-in-out !important;        
}
.img-hvr img{
    opacity: 1;
    transition: all 0.2s ease-in-out !important;     
}
.img-hvr img:hover,
.img-hvr img:focus{
    opacity: 0.5;
}
.grow{
    transform: none;
}
.grow:hover,
.grow:focus{
    transform: scale(1.1);	
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.bg-black{
	background: #000000;
}
.white-bg{
    background: #ffffff;
}
.bg-light-gray{
    background: #fafafa;
}
.bg-black-alt, 
#primary.site-main .bg-black-alt {
    background: #0a0a0a;
}
.bg-dark-gray{
    background: #101011;
}
.bg-black-alt-v1 {
    background: #101010;
}
.bg-black-gradient-overlay {
    position: absolute !important;
    background-color: transparent;
    background-image: linear-gradient(89deg, #00000000 0%, #000000CC 57%);
    width: 100%;
    height: 100%;
}
.bg-black-gradient {
    background-color: #000000;
    background-image: linear-gradient(160deg, rgb(35 35 35) 0%, rgb(0 0 0 / 6%) 41%);
}
.white-text{
	color: #ffffff;
}
.black-text{
	color: #000000;
}
.light-gray-text{
    color: #797878;
}
.gray-text{
    color: #474747;
}
.yellow-text{
    color: #dc9817;
}
.orange-text{
    color: #eaa57f;
}
.ltr-space-nm{
    letter-spacing: 0;
}
.ltr-space{
    letter-spacing: 1px;
}
.ltr-space-md{
    letter-spacing: 1.4px;
}
.link-cusror{
    cursor: pointer !important;
}
.white-text-link,
.white-text-link a{
    color: #ffffff !important;
}
.white-text-link a i{
    margin-left: 8px;
    font-size: 15px;
}
.white-text-link:hover,
.white-text-link:focus,
.white-text-link a:hover,
.white-text-link a:focus{
    color: #dedede !important;
}
.single-pg-cnt .wp-block-separator{
    background: none;
    margin: 20px 0;    
}
.bx-rd{
	border-radius: 5px;
}
.bx-rd-lg{
	border-radius: 15px;
	overflow: hidden;
}
.bx-rd-xlg{
	border-radius: 20px;
    overflow: hidden;
}
.bx-rd-ol{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}
.bx-circle,
.bx-circle img{
	border-radius: 50%;
}
.bx-shadow-vdark-alt {
    box-shadow: rgb(0 0 0) 0px 0px 44px;
}
.bx-img-shadow{
    filter: drop-shadow(4px 11px 24px rgba(0, 0, 0, 0.2));	
}
.bx-list li{
    margin-bottom: 8px;
}
.bx-pads{
    padding: 50px 30px;
}
.bx-pads-sml{
    padding: 35px;
}
.bx-pads-md{
    padding: 30px;
}
.bx-pads-xl{
    padding: 35px 80px;
}
.bx-pads-mdxl{
    padding: 35px 50px;
}
.bx-pads-card{
    padding: 40px;
}
.bx-pads-x-sml-bt{
    padding: 15px;
}
.bx-pads-mid-x-sml{
    padding: 20px;
}
.bx-pads-mid{
    padding: 25px;
}
.bx-pads-caroursel{
    padding: 0 50px;
}
.dv-pads-top{
    margin-top: 50px;
}
.dv-pads-sm{
    padding: 0 20px;
}
.dv-pads-mn{
    padding: 0 45px;
}
.dv-pads{
    padding: 0 70px;
}
.head-lh-hd {
    line-height: 1;
}
.head-sm-hd {
    line-height: 1.1;
}
.head-xl-lr {
    line-height: 1.4;
}
.par-x-sml{
    font-size: 13px;
}
.par-x-small{
    font-size: 14px;
}
.par-md-small{
    font-size: 15px;
}
.par-small{
    font-size: 16px;
}
.par-small-xd{
    font-size: 17px;
}
.par-s-big{
    font-size: 19px;
}
.par-big{
    font-size: 20px;
}
.par-x-big{
    font-size: 22px;
}
.par-xm-big{
    font-size: 23px;
}
.par-xl-big{
    font-size: 24px;
}
.btn-main,
.btn.btn-main{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    padding: 12px 28px;
    font-size: 16px;
    display: inline-block;           
}
.btn-main-xsmall,
.btn.btn-main.btn-main-xsmall{
    font-size: 11px;
    padding: 10px 30px;
}
.btn-main-big,
.btn.btn-main.btn-main-big{
    font-size: 15px;
    padding: 14px 42px;   
}
.btn.btn-main.btn-main-x-big{
    font-size: 18px;
    padding: 18px 45px;
}
.btn-white-transparent,
.btn.btn-main.btn-white-transparent{
    background: transparent;
    border: 1px solid #fff;     
    color: #fff;
}
.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn.btn-main.btn-white-transparent:hover,
.btn.btn-main.btn-white-transparent:focus{
    background: #fff;
    border: 1px solid #fff;     
    color: #000;
}
.btn-white-full,
.btn.btn-main.btn-white-full{
    background: #ffffff;
    border: 1px solid #ffffff;     
    color: #000;
}
.btn-white-full:hover,
.btn-white-full:focus,
.btn.btn-main.btn-white-full:hover,
.btn.btn-main.btn-white-full:focus{
    background: transparent;
    border: 1px solid #ffffff;     
    color: #ffffff;
}
.btn-black-transparent,
.btn.btn-main.btn-black-transparent{
    background: transparent;
    border: 1px solid #000000;     
    color: #000000;
}
.btn-black-transparent:hover,
.btn-black-transparent:focus,
.btn.btn-main.btn-black-transparent:hover,
.btn.btn-main.btn-black-transparent:focus{
    background: #000000;
    border: 1px solid #000000;     
    color: #ffffff;
}
.btn-black-transparent-lg,
.btn.btn-main.btn-black-transparent-lg,
.btn-black-transparent-lg:hover,
.btn-black-transparent-lg:focus,
.btn.btn-main.btn-black-transparent-lg:hover,
.btn.btn-main.btn-black-transparent-lg:focus{
    border: 2px solid #000000;  
}
.btn-black-full,
.btn.btn-main.btn-black-full{
    background: #000;
    border: 1px solid #000;     
    color: #ffffff;
}
.btn-black-full:hover,
.btn-black-full:focus,
.btn.btn-main.btn-black-full:hover,
.btn.btn-main.btn-black-full:focus{
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}
.btn-red-full,
.btn.btn-main.btn-red-full{
    background: #d22816;
    border: 1px solid #d22816;     
    color: #ffffff;
}
.btn-red-full:hover,
.btn-red-full:focus,
.btn.btn-main.btn-red-full:hover,
.btn.btn-main.btn-red-full:focus{
    background: transparent;
    border: 1px solid #e94735;     
    color: #e94735;
}
.btn-gradient,
.btn-main.btn-gradient{
    background: linear-gradient(90deg, var(--c1, #dc9326), var(--c2, #e7961a) 51%, var(--c1, #dc9326)) var(--x, 0)/ 200%;
    transition: 0.5s !important;
    box-shadow: 0 2px 120px 0 rgb(255 195 105);
    border: none;
    color: #fff;
}
.btn-gradient-ns,
.btn-main.btn-gradient-ns{
    box-shadow: none;
}
.btn-gradient:hover, .btn-gradient-ns:hover,
.btn-main.btn-gradient-ns:hover, .btn-gradient:focus, 
.btn-gradient-ns:focus, .btn-main.btn-gradient-ns:focus{
    --x: 100%; 
}
.center-align {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.u-case{
	text-transform: uppercase;
}
.c-case{
	text-transform: capitalize;
}
.font-normal{
    font-family: Arial, Helvetica, sans-serif;
}
.font-ant {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.font-bd{
    font-weight: bold;
}
.font-xs-bl{
    font-weight: 300;
}
.font-m-bl{
    font-weight: 400;
}
.font-w-bl{
    font-weight: 500;
}
.font-x-bl{
    font-weight: 600;
}
.font-xl-bl{
    font-weight: 800;
}
.head-lh{
    line-height: 1.1;
}
.head-lm{
    line-height: 1.5;
}
.p-ht {
    line-height: 1.6;
}
.page-margin{
	padding: 5.5em 0;
}
.page-margin-xxl{
	padding: 9.2em 0;
}
.page-margin-xl{
	padding: 6.2em 0;
}
.page-margin-adv{
    padding: 11em 0 7em 0;
}
.page-margin-mid{
	padding: 4.4em 0;	
}
.page-margin-mid-vt {
    padding: 2em 0;
}
.page-margin-small{
    padding: 1.2em 0;
}
.page-margin-tpl{
    padding: 4.4em 0 0 0;
}
.page-margin-btm{
	padding-bottom: 2em;
}
.align-margin-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;    
}
.relative {
    position: relative;
}
.dv-hid{
	overflow: hidden;
}
.dv-vis{
    visibility: hidden;
}
.heading-nl{
    letter-spacing: normal;
}
.heading-x-sml{
    font-size: 16px;
}
.heading-h-sml{
    font-size: 18px;
}
.heading-sm-mdl{
    font-size: 19px;
}
.heading-h-sdl{
    font-size: 20px;
}
.heading-h-mdl{
    font-size: 21px;
}
.heading-h-lgl{
    font-size: 22px;
}
.heading-h-xgl{
    font-size: 23px;
}
.heading-lg-xgl{
    font-size: 24px;
}
.heading-lg-xxl{
    font-size: 25px;
}
.heading-xt-md{
    font-size: 26px;
}
.heading-xl-lg{
    font-size: 28px;
}
.heading-xxt-lg{
    font-size: 30px;
}
.heading-size-lg{
    font-size: 43px;
}
.heading-size-xmd{
    font-size: 51px;
}
.heading-xt-lg{
    font-size: 61px;
}
.heading-xt-xlg{
    font-size: 75px;
}
.w-btm-sm-xss-lt{
    margin-bottom: 4px;
}
.w-btm-sm-xss{
	margin-bottom: 5px;
}
.w-btm-sm-sx{
	margin-bottom: 10px;
}
.w-btm-sm{
	margin-bottom: 15px;
}
.w-btm-sm-x{
	margin-bottom: 20px;
}
.w-btm-xd{
	margin-bottom: 25px;
}
.w-btm{
	margin-bottom: 30px;
}
.w-btm-md{
	margin-bottom: 45px;
}
.w-btm-hlg{
	margin-bottom: 50px;
}
.w-btm-lg{
	margin-bottom: 60px;
}
.w-btm-xl{
	margin-bottom: 80px;
}
.w-btm-xxl{
	margin-bottom: 120px;
}
.hidden{
	display: none;
}
.vis-dv{
    visibility: hidden;
}
.no-mg{
    margin: 0;
}
.n-btm{
    margin-bottom: 0 !important;
}
.no-pads{
    padding: 0!important;
}
.no-pads-no-mg{
    margin: 0!important;
    padding: 0!important;
}
.no-pads-right{
    padding-right: 0!important;
}
.n-brdr{
    border: none !important;
}
.brdr-dark{
    border: 1px solid #181818;
}
.brdt-top-light{
    border-top: 1px solid #eaeaea;
}
.brdt-btm-light{
    border-bottom: 1px solid #eaeaea;
}
.bx-main .col-pads,
.img-txt-ctn-hls{
    padding: 40px;
}
.sm-mn-pads{
    padding: 0 3em;
}
.row .col.bx-pads-sp{
    padding: 35px 35px;
}
.wp-block-image .alignleft {
    margin: 0.5em 2em 0.5em 0;
}
.text-overflow{
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden; 
}
.icon-rt-sml{
    font-size: 13px;
    margin-right: 5px;    
}
.font-head-sml{
    font-weight: 400;
}
.cursor-context{
    cursor: context-menu;
}
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.embed-youtube iframe, 
.embed-youtube object, 
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bx-sq-lhs figure {
    margin: 0;
}
.bx-sq-lhs-txt p {
    font-size: 19px;
}
.bx-sq-lhs-txt-xl p {
    font-size: 20px;
}
.bx-sq-head p.mn-hd-txt{
    font-weight: 500;
    font-size: 20px;    
}
.entry-header-main{
    background-color: #000000;
    background-image: linear-gradient(160deg, rgb(35 35 35) 0%, rgb(0 0 0 / 6%) 41%);
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.header-style-fixed .entry-header-main{
    min-height: 450px;
}
.entry-text-heading{
    margin-top: 30px;
}
.entry-header-main-w-text {
    height: 85vh;
}
.full-ht{
    height: 100vh;
}
.main-sect-scroll.overlay-left .areoi-background .areoi-background__overlay, 
.main-sect-scroll.overlay-right .areoi-background .areoi-background__overlay {
    background-color: transparent !important;
    opacity: 1 !important;
}
.main-sect-scroll.overlay-left .areoi-background .areoi-background__overlay {
    background-image: linear-gradient(92deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 97%) 54%) !important;
}
.main-sect-scroll.overlay-right .areoi-background .areoi-background__overlay {
    background-image: linear-gradient(268deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 59%) 54%) !important;
}
.cstm-sptr hr{
    background-color: #1b1b1b;
    opacity: 1;
    margin: 2.7em 0;   
}
.cnt-dt{
    text-align: end;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{
    background: #000000;
    width: 100%;
    z-index: 9;
}
.site-header-pads{
    padding: 0px 40px;
}
body.home .site-header-pads{
    padding: 17px 45px;
}
.site-header.fixed{
    position: fixed;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    opacity: 1;
	top:0;
}
body.header-style-fixed .site-header{
    background: #000000;
}
body.home .site-header, 
body.header-style-transparent .site-header,
body.single-shows .site-header{
    background: linear-gradient(to bottom, rgb(0 0 0), rgb(0 0 0 / 0%));
    box-shadow: none;
    border: none;
    position: absolute;
    z-index: 99;
}
body.home .site-header.dh-head-bg,
body.header-style-transparent .site-header.dh-head-bg,
body.single-shows .site-header.dh-head-bg{
    background: rgba(25, 25, 25, .6);
}
body.home .site-header.fixed, 
body.header-style-transparent .site-header.fixed,
body.single-shows .site-header.fixed{
    background-color: rgb(0 0 0);
    position: fixed;
}
.site-header.fixed .site-header-pads{
    padding: 1px 40px;
}
.site-header.fixed a:hover,
.site-header.fixed a:focus,
body.home .site-header.fixed a:hover,
body.home .site-header.fixed a:focus,
body.header-style-transparent .site-header.fixed a:hover,
body.header-style-transparent .site-header.fixed a:focus{
    color: #eaa57f;
}
.site-header.fixed .main-logo img{
    transition: all 0.2s ease-in-out;
    width: 140px;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.mobile-header{
    display: none;
}
.main-logo{
    padding: 0;	
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;  
}
.main-navigation li {
    display: inline-flex;
    margin-bottom: 0;
    position: relative;
}
.main-navigation li.menu-item-has-children a::after{
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    content: "";
    display: inline-block;
    margin-left: 0.3em;
    position: relative;
    pointer-events: none;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    transform: rotate(135deg);
    top: -2px;
    left: 3px;
    transition: all 0.15s ease 0s;    
}
.main-navigation li.menu-item-has-children  ul.sub-menu li a::after{
    content: none !important;
}
.main-navigation a {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    padding: 30px 26px;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    white-space: pre;
    text-overflow: ellipsis;
    display: inline-block;
    transition: all 0.2s ease-in-out;      
}
.site-header.fixed .main-navigation a{
    padding: 25px 26px;
}
.main-navigation li.menu-sq-lnk{
    margin-left: 15px;
}
.site-header.fixed .main-navigation li.menu-sq-lnk{
    margin-left: 0;
}
.main-navigation li.menu-sq-lnk a{
    background: transparent;
    border: 1px solid #ffffff;
    padding: 12px 22px;
    color: #ffffff;
}
.main-navigation li.menu-sq-lnk a:hover,
.main-navigation li.menu-sq-lnk a:focus{
    background: #ffffff;
    color: #000000;
}
.site-header.fixed li.menu-sq-lnk a,
.site-header.fixed li.menu-sq-lnk a:hover,
.site-header.fixed li.menu-sq-lnk a:focus{
    background: none;
    border: none;
}
.site-header.fixed li.menu-sq-lnk a:hover,
.site-header.fixed li.menu-sq-lnk a:focus{
    color: #eaa57f;
}
.search-btn a{
    padding: 30px 20px;
    color: #0c0c0c;
    font-size: 13px; 
}
.main-navigation li a:hover, .main-navigation li a:focus,
.search-btn a:hover, .search-btn a:focus,
.main-navigation li.current-menu-item a{
    color: #eaa57f;
}
.main-navigation li.menu-button-dark a{
    background: linear-gradient(90deg, var(--c1, #002e45), var(--c2, #007aa4) 51%, var(--c1, #002e45)) var(--x, 0)/ 200%;
    transition: 0.5s !important;
    box-shadow: none;        
    border-radius: 50px;
    padding: 13px 30px;
    color: #ffffff !important;
}
.main-navigation li.menu-button-dark a:hover,
.main-navigation li.menu-button-dark a:focus{
    box-shadow: 0 2px 120px 0 rgb(13 192 253 / 92%);
    --x: 100%; 
}
.menu-mn-ds{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
}
.search-btn{
    margin: 0 0 0 14px;    
}
.close-search {
    float: right;
    font-size: 22px;
    cursor: pointer;
    color: #f3d95b;
}
.search-bar {
    background: #0f0f0f;
    color: #ffffff;
    padding: 16px 0 25px 0;
    display: none;
    z-index: 999;
    width: 100%;
}
.search-bar input[type="text"] {
    background: none;
    padding: 8px 0;
    width: 100%;
    height: auto;
    font-size: 25px;
    border: none;
    text-transform: none;
    border-bottom: 1px dotted #383838;
    box-shadow: none;
    color: #f3d95b;
}
.menu-right-link{
    border-right: 1px solid #737373;
    text-align: end;
    padding-right: 30px;
}
.menu-right-link a{
    font-size: 15px;
    padding: 10px 25px;    
    color: #ffffff;
}
.site-header.fixed .menu-right-link a{
    font-size: 14px;
    padding: 8px 25px;    
}
.site-header.fixed .menu-right-link a:hover,
.site-header.fixed .menu-right-link a:focus{
    color: #000000 !important;
}
.menu-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}
.line {
    display: block;
    width: 43px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;     
     /* Anchor BOTH lines to the right side so they stay perfectly flush */
    transform-origin: right center; 
    /* GPU-accelerated transition for smooth movement */
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* --- Initial State --- */
.line-top {
    transform: scaleX(1); /* 100% width */
}
.line-bottom {
    transform: scaleX(0.625); /* 62.5% width (25px / 40px) */
}
.menu-btn:hover .line-top,
.menu-btn:focus-visible .line-top {
    transform: scaleX(0.625);
}
.menu-btn:hover .line-bottom,
.menu-btn:focus-visible .line-bottom {
    transform: scaleX(1);
}
.menu-btn:focus-visible {
    outline: 2px dashed #888; 
    outline-offset: 4px;
}
.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 440px;
    height: 100vh;
    background-color: #000000;
    z-index: 1000;
    padding: 24px;
    box-sizing: border-box;
    transform: translateX(100%); 
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.side-menu.is-open {
    transform: translateX(0); 
}
.close-btn-slide {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    float: right;
    line-height: 1;
    padding: 0;
    transition: color 0.2s ease;
}
.close-btn-slide:hover,
.close-btn-slide:focus-visible {
    color: #888888;
    outline: none;
}
.menu-content {
    clear: both;
    padding: 50px 38px;
}
.menu-content ul{
    list-style: none;
    margin: 0;
    padding: 0;    
}
.menu-content ul li{
    margin-bottom: 5px;
}
.menu-content ul li a{
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}
.menu-content ul li a:hover,
.menu-content ul li a:focus{
    color: #eaa57f;
}
.menu-side {
    position: absolute;
    height: 0px;
    overflow: hidden;
} 
.entry-header {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
    position: relative;
}
.entry-header-main{
    height: 400px;
}
.entry-header-fixed{
    height: 623px;
}
/*--------------------------------------------------------------
# Homepage and Inner Pages
--------------------------------------------------------------*/
.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.slider-content-main {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.slider-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.slider-item .slider-item-cnt {
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
    align-items: center;
}     
.slider-pads-tp{
    margin-top: -15em;
}
.full-section-cnt{
    height: 100vh;
}
.full-section-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.areoi-background, .areoi-background__image, .areoi-background__color, .areoi-background__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}     
.areoi-background div {
    height: 100%;
}     
.areoi-background__image {
    background-size: cover;
    background-position: center;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.792);
    box-shadow: rgb(0 0 0) 0px 0px 44px;
}
.slider-arrow:disabled {
    background: transparent;;
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
    opacity: 0.5;
}
.prev-arrow {
    left: 20px;
}
.next-arrow {
    right: 20px;
}
.shows-vt-line{
    position: absolute !important;
    width: 100%;
    bottom: -22px;    
}
.shows-vt-content{
    background: #111111;
    padding: 12px 20px;
    border-radius: 5px;  
}
.slider-logos{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider-logos .slider-logos-wt{
    white-space: nowrap;
}
.slider-logos .client-logos-cnt {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}
.marquee-overlay {
    background-image: linear-gradient(90deg, rgb(10 10 10), rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 94%, rgb(10 10 10));
    position: absolute !important;
    inset: 0%;
}
.client-logos-cnt{
    margin: 0px; 
}
.client-logos-sect{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: auto;      
}
.share-social-media{
    position: absolute;
    left: -15px;
    top: 7em;
    z-index: 99;
}
.sm-mn-pads .share-social-media{
    left: -52px;
}
.share-social-media h1{
    font-size: 13px;
    margin: 0 0 13px 0;  
}
.share-social-media a{
    display: block;
    background: #fff;
    padding: 12px 20px;
    text-align: center;
    font-size: 25px;
    margin: 0 0 10px 0;
    border: 1px solid #e4e4e4;
    box-shadow: 4px 11px 24px rgba(0, 0, 0, 0.05);
    color: #007dbd;
    border-radius: 5px;    
}
.share-social-media a:hover,
.share-social-media a:focus{
    background: #0064c9;
    background: linear-gradient(to left, #0064c9, #65c4fe);
    color: #ffffff;
}
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.embed-youtube iframe, 
.embed-youtube object, 
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-category-header{
    padding: 0 0 30px 0px;  
}
.blog-category-header h3{
    margin: 0;
    font-size: 28px;    
}
.blog-category-list li{
    border-bottom: 1px solid #eee;
    margin: 0;   
}
.blog-category-list li:last-child{
    border: none;
}
.blog-category-list a{
    background: transparent;     
    color: #000;
    padding: 20px 30px;
    display: block;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;        
}
.blog-category-list a:hover,
.blog-category-list a:focus{
    background: #000000;
    color: #ffffff;
}
.blog-post-item{
    margin-bottom: 30px;
}
.blog-post-img {
    height: auto;
    overflow: hidden;
    background: #e8e8e8;
    position: relative;
    text-align: center;
}
.blog-post-img img:hover,
.blog-post-img img:focus,
.event-square-img img:hover,
.event-square-img img:focus{
    opacity: 0.7;
}
.blog-post-inner {
    padding: 30px 30px 35px 30px;
}
.blog-post-square-sw .blog-post-inner{
    padding: 25px 20px;    
}
.blog-post-inner h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    font-weight: 600;
}
.blog-post-cl .blog-post-inner h3 {
    line-height: 1.5;
    height: 51px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
}
.blog-post-inner a.blog-link{
    color: #000000;
}
.blog-post-inner a.blog-link:hover{
    color: #007dbd;
}
.blog-post-meta {
    margin-bottom: 20px;
}
.blog-post-inner p {
    margin-bottom: 15px;
    height: 85px;
    overflow: hidden;
    font-size: 17px;
}
.blog-post-meta p {
    margin: 0;
    font-size: 16px;
    height: auto;
}
.blog-post-btn {
    margin: 0;
}
.blog-post-categories{
    position: absolute;
    bottom: 2px;  
}
.blog-post-categories h4 span{
    background: rgb(0 0 0 / 78%);
    backdrop-filter: saturate(180%) blur(8px);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    box-shadow: 0 2px 120px 0 rgba(31,38,103,0.4);
    font-weight: 500;
    color: #ffffff;
    font-size: 15px;
    padding: 7px 19px;
    border-top-right-radius: 15px;
}
.blog-post-pagination{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-post-pagination .wp-pagenavi span,
.blog-post-pagination .wp-pagenavi a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    float: left;
    margin: 1px;
    padding: 10px 12px 10px 12px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #000000;
    transition: background .15s ease-in-out;
    border-radius: 4px;
    border: none;   
}
.blog-post-pagination .wp-pagenavi span.current{
    padding: 10px 12px 10px 12px;
    background: #232b37;
    background-image: linear-gradient(to top, #232b37, #0f717e);
    color: #ffffff;   
}
.blog-post-pagination .wp-pagenavi a:hover,
.blog-post-pagination .wp-pagenavi a:focus{
    color: #fff;
    background: #000000;    
}
body.archive.paged.category .blog-post-pagination{
    margin: 0 40px 0 0; 
}
.single-pst-navigation{
    clear: both;
}
.blog-post-img a img{
	height: 200px;
	object-fit: cover;
}
.nav-single-left a {
    padding-right: 40px;
}
.nav-single-right a {
    padding-left: 40px;
}
.nav-single-left a i {
    margin-right: 5px;
}
.nav-single-right a i {
    margin-left: 5px;
}
.nav-single-left img {
    margin-right: 20px;
}
.nav-single-right img {
    margin-left: 20px;
    margin-right: -1px;
}
.nav-single-btm a {
    background: #0064c9;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}
.nav-single-btm.nav-single-right a{
    background: #0064c9;
}
.tooltip-inner h6.white-text{
    margin:0;
    padding:5px;
    font-size:16px;  
    font-weight: 500;
}
.single-post-ah h5{
    font-weight: 300;
    font-size: 18px;    
}
.img-txt-blck .img-bl-hs {
    background: #000000;
}
.show-meta span.show-divider{
    margin: 0 12px;
}
.show-meta span.show-age{
    border: 1px solid;
    padding: 3px 6px;
    font-size: 14px;
}
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
.marquee-text {
    display: inline-flex;
    /* Default speed is 10s if JS fails, moving left continuously */
    animation: scroll-left var(--speed, 10s) linear infinite;
}
/* Spacing between the repeated phrases */
.marquee-text span {
    padding-right: 3rem;
    color: #F1A619;
    font-size: 340px;
    text-transform: uppercase;
    line-height: 1.1em;
}
/* The animation logic */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Moves exactly halfway (one full phrase length) before instantly resetting */
        transform: translateX(-50%);
    }
}
.slider-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hls-txt-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the text perfectly */
    width: 80%;
    opacity: 0;
    z-index: 0;
    transition: opacity 1s ease-in-out; /* The fade effect */
    pointer-events: none; /* Prevents hidden slides from blocking clicks */
}
.hls-txt-slider h1{
    font-size: 33px;
    font-weight: 400;
}
.hls-txt-slider.active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}
.hls-txt-profile{
    display: flex;
    width: 340px;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.hls-txt-profile img{
    float: left;
    margin-right: 25px;    
}
.left-arw, .right-arw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-size: 24px;
    padding: 15px;
    color: #ffffff;
}
.left-arw { left: 10px; }
.right-arw { right: 10px; }
.left-arw:hover, .right-arw:hover {
    color: #dc9817;
}
#primary .post-img-blck-ft .pst-txt-sq{
    position: absolute;
    bottom: 0;    
}
.pst-txt-sq p.pst-meta{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;    
}
.pst-txt-sq p.pst-meta span.pst-spn{
    background: #d2cab9;
    color: #000000;
    padding: 2px 9px;
    margin: 0 10px 0 0;
}
.post-img-swp-container {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: transparent;
    touch-action: pan-y;
    user-select: none;
    cursor: grab;
}
.post-img-swp-container:active {
    cursor: grabbing;
}
/* Add dragging class to disable transitions during active finger swipe */
.post-img-swp-container.is-dragging .post-img-swp-inner {
    transition: none !important;
}
/* Make side images explicitly clickable for the pointer */
.post-img-swp-inner.prev,
.post-img-swp-inner.next {
    cursor: pointer; 
}
.post-img-swp-inner {
    position: absolute;
    width: 55%; 
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s ease;
    opacity: 1; /* Keep all slides visible and let CSS handle the clipping */
    z-index: 2;
    /* Dynamic mathematically mapped placement for desktop */
    transform: translateX(calc(var(--offset, 0) * 65% + var(--drag-x, 0px))) scale(0.85);
    filter: brightness(30%);
}
.post-img-swp-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Keep side images clickable */
.post-img-swp-inner.prev,
.post-img-swp-inner.next {
    cursor: pointer; 
}
/* The Center (Active) Slide */
.post-img-swp-inner.active {
    z-index: 3;
    transform: translateX(var(--drag-x, 0px)) scale(1.05);
    filter: brightness(100%);
    box-shadow: 0 25px 50px rgba(0,0,0,0.6);
}
.post-img-swp-light .post-img-swp-inner.active{
    box-shadow: none;
}
/* The Left (Previous) Slide */
.post-img-swp-inner.prev {
    opacity: 1;
    z-index: 2;
    transform: translateX(calc(-65% + var(--drag-x, 0px))) scale(0.85);
}
/* The Right (Next) Slide */
.post-img-swp-inner.next {
    opacity: 1;
    z-index: 2;
    transform: translateX(calc(65% + var(--drag-x, 0px))) scale(0.85);
}
/* Fallback hidden state if you add more than 3 slides */
.post-img-swp-inner.hidden {
    opacity: 0;
    z-index: 1;
    transform: translateX(var(--drag-x, 0px)) scale(0.5);
}
.post-img-meta {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 4;
}
.post-img-meta a {
    font-size: 35px;
    color: #ffffff;
    opacity: 0.8;
    transition: all 0.2s ease-in-out; 
}
.post-img-meta a:hover {
    opacity: 1;
}
.post-img-info{
    position: absolute;
    bottom: 30px;
    left: 40px;    
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .post-img-swp-container{
        height: 230px;
    }    
    .post-img-swp-inner {
        width: 85%;
        /* Tighter dynamic placement for mobile */
        transform: translateX(calc(var(--offset, 0) * 105% + var(--drag-x, 0px))) scale(1);
        filter: brightness(100%);
    }
    .post-img-swp-inner.active {
        transform: translateX(var(--drag-x, 0px)) scale(1);
        box-shadow: 0 15px 30px rgba(0,0,0,0.4);
    }
    .post-img-swp-inner.prev {
        opacity: 1;
        pointer-events: none;
        transform: translateX(calc(-105% + var(--drag-x, 0px))) scale(1); 
        filter: brightness(100%);
    }
    .post-img-swp-inner.next {
        opacity: 1; 
        pointer-events: none;
        transform: translateX(calc(105% + var(--drag-x, 0px))) scale(1); 
        filter: brightness(100%);
    }/* Disable clicks on sides for mobile to focus on swipe */
    .post-img-swp-inner.prev,
    .post-img-swp-inner.next {
        pointer-events: none;
    }
}
.single-post-video{}
#primary .single-post-video .single-post-play{
    top: 25px;
    right: 30px;
    z-index: 4;
    position: absolute; 
}
.single-post-play svg circle, 
.single-post-play svg polygon,
.post-img-meta svg circle, 
.post-img-meta svg polygon {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.single-post-play svg .svg-fill,
.post-img-meta svg .svg-fill {
    fill: #fff;
    clip-path: inset(0 100% 0 0);
    transition: clip-path .6s cubic-bezier(0, .55, .45, 1);
}
.video-post-inner{
    position: absolute;
    bottom: 20px;
    left: 25px;    
}
#primary.site-main .video-modal .modal-content{
    background: none;
    border: none;
    border-radius: 0;
    padding: 40px;
}
#primary.site-main .video-modal .modal-content .modal-header{
    border: none;
    border-radius: 0;
    padding: 25px 0px;
}
#primary.site-main .video-modal .modal-content .modal-header a{
    cursor: pointer;
    filter: brightness(0) invert(1);
    opacity: 1;
}
#primary.site-main .video-modal .modal-content .modal-body{
    padding: 0;
}
#primary.site-main .video-modal .modal-content .modal-body video{
    max-height: 100%;
    max-width: 100%;    
}
.modal-backdrop.show {
    opacity: 0.9 !important;
}
.ct-heading-sz h1{
    font-size: 25rem;
    letter-spacing: 18px;
    line-height: 311px;
    font-weight: 800;
    white-space: pre;
    overflow: hidden;
    height: 293px;
}
.ct-vid video{
    width: 432px;
    height: 243px;
}
#primary .btm-logos{
    position: absolute;
    width: 100%;
    bottom: 62px;    
}
#primary .slider-mn-btm{
    position: absolute;
    width: 100%;
    bottom: 50px;
    right: 20px;   
}
.contact-form-hls{
    padding: 35px 35px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.frm-hls{
    margin-bottom: 20px;
}
.frm-hls p{
    margin: 0;
}
.frm-hls input[type="text"],
.frm-hls input[type="email"],
.frm-hls select,
.frm-hls textarea{
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    background: #0c0c0c;
    border: 1px solid #1f1f1f;
    border-radius: 4px;
    color: #ffffff;
}
.frm-hls select{
    color: #808080; 
}
.frm-hls input[type="submit"]{
    width: 100%;
    transform: none;
    text-wrap: auto;
}
.contact-form-hls-light input[type="text"],
.contact-form-hls-light input[type="email"],
.contact-form-hls-light select,
.contact-form-hls-light textarea{
    background: #ffffff;
    border: 2px solid #e9e9e9;
    color: #000000;
}
.contact-form-hls-light .frm-hls {
    margin-bottom: 12px;
}
.contact-form-hls-light .frm-hls.frm-hls-check{
    margin-bottom: 12px;
}
.contact-form-hls-light .frm-hls .wpcf7-list-item{
    margin-left: 0;
}
.contact-form-hls .wpcf7 form .wpcf7-response-output{
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;   
}
.contact-form-hls-light .frm-hls.black-text .wpcf7-checkbox label{
    color: #000000;
}
.contact-form-hls-light .frm-hls .wpcf7-checkbox label .wpcf7-list-item-label{
    padding-left: 5px;
    font-size: 17px;
    line-height: 1.8;
} 
.contact-form-hls .frm-hls-acceptance span.wpcf7-list-item{
    margin: 0;
}
.contact-form-hls .frm-hls-acceptance span.wpcf7-list-item span.wpcf7-list-item-label{
    padding-left: 5px;
    font-size: 16px;
    line-height: 1.8;
}
.contact-form-hls .wpcf7 form.invalid .wpcf7-response-output, 
.contact-form-hls .wpcf7 form.unaccepted .wpcf7-response-output, 
.contact-form-hls .wpcf7 form.payment-required .wpcf7-response-output{
    background: #a50000;  
    border-color: #a50000;  
}
.contact-form-hls .wpcf7 form.sent .wpcf7-response-output {
    background: #227d2b;
    border-color: #227d2b;
}
.contact-form-hls .wpcf7-not-valid-tip {
    background: #a40b0b;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 1px 0 0 0;
}
.review-cnt{
    padding: 30px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 4px 11px 24px rgba(0, 0, 0, 0.06);    
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{
    border-top: 1px solid #1b1b1b;
}
body.home .site-footer{
    border: none;
}
.footer-pads{
    padding: 0 80px;
}
.footer-sect-one{
    border-bottom: 1px solid #101010;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.footer-txt-lnk{
    text-align: end;
}
.footer-txt-lnk ul li a{
    font-size: 13px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.footer-txt-lnk ul li{
    margin-bottom: 8px;
}
.footer-txt-lnk ul li a:hover,
.footer-txt-lnk ul li a:focus{
    color: #eaa57f;
}
.footer-socail-media p{
    margin: 0;
}
.footer-socail-media a{
    color: #ffffff;
    font-size: 15px;
    margin: 0 14px 0 0;
}
.footer-socail-media a:last-child{
    margin-right: 0;
}
/* Navigation
--------------------------------------------- */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    justify-content: center;
    align-items: center;     
  }
  .main-navigation ul ul {
      background: #0b0b0b;
      box-shadow: rgb(0 0 0) 0px 0px 44px;
      display: inline-block; 
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      border: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; 
      opacity: 0;
  }
  .site-header.fixed .main-navigation ul ul{
      margin-top: 0;    
  }
  .main-navigation ul ul::before {
    content: "";
    position: absolute;
    left: 28px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #0b0b0b transparent;
    z-index: 10;
    box-shadow: rgb(0 0 0) 0px 0px 44px;
}  
  .main-navigation ul ul li{
      padding: 0;
      border-bottom: 1px solid #131313;
  }
  .main-navigation ul ul li:last-child{
      border-bottom: none;     
  }
  .main-navigation ul ul ul {
      left: -999em;
      top: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
      display: block;
      left: auto;
  }
  .main-navigation ul ul a {
      width: 230px;
      padding: 20px 25px;
      display: block;
      border-bottom: none;
      text-align: left;
      color: #ffffff; 
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;     
  }
  .main-navigation ul ul a:hover,
  .main-navigation ul ul a:focus,
  .site-header.fixed .main-navigation ul ul a:hover,
  .site-header.fixed .main-navigation ul ul a:focus{
        background: #ffbd59;
        border-bottom: none;
        color: #000000;  
  }
  .main-menu-navigation li.current_page_item ul li a{
      border-bottom: none !important;    
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
      left: auto;
        opacity: 1;
  }
  .main-navigation a {
      text-decoration: none;
  }
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
      display: block;
  }
  @media screen and (min-width: 37.5em) {
      .menu-toggle {
          display: none;
      }
      .main-navigation ul {
          display: flex;
      }
  }
  .site-main .comment-navigation,
  .site-main
  .posts-navigation,
  .site-main
  .post-navigation {
      margin: 0 0 1.5em;
  }
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
      display: flex;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
      flex: 1 0 50%;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
      text-align: end;
      flex: 1 0 50%;
  }
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.img-mbl-hidden{
    display: none;
}
.right-btm-algn{
    text-align: end;
} 
/*--------------------------------------------------------------
## Large screens
--------------------------------------------------------------*/
@media only screen 
and (min-width : 1824px) {      			
}
/*--------------------------------------------------------------
## Desktops and Laptops
--------------------------------------------------------------*/
@media only screen 
and (min-width : 1224px) {     
    .bx-pads-rtl {
        padding: 0 4em;
    }     
    .bx-sq-mtl {
        margin-left: 35px;
    }
    .bx-sq-mtr {
        margin-right: 35px;
    }    
    .bg-attach-fx .areoi-background__image {
        background-attachment: fixed !important;
    }
    .bx-pads-caroursel {
        padding: 0 4em;
    }   
    .mt-left-1{
        margin-left: -24px;
    }
    .text-right-end{
        text-align: end;
    }   
    .ht-flx{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ht-one{
        height: 537px;
    }
    .news-section{
        margin-top: -10.3em;
    }
    .slider-btm-tp{
        margin-top: 25px;
    }
    .text-btm-rt{
        padding-right: 5px;
    }
}
/*--------------------------------------------------------------
## Tablet Landscape
--------------------------------------------------------------*/
@media (max-width: 1259px) and (min-width: 768px){                        
}
@media screen and (max-width: 991px) {
	.desktop-header{
		display: none;
	}
	.mobile-header{
		display: block;
	}
    body.home .site-header, 
    body.header-style-transparent .site-header,
    .mobile-header{
        position: static;
        background: #ffffff;            
    }
    .mobile-header.site-header.fixed{
        padding: 17px 15px;
    }
    /* Sidebar Menu */
     html body .mobile-header,
     html body .site-header.mobile-header,
     html body.page-id-6615 .site-header.mobile-header{
        background-color: #000000;
        display: block;
        overflow: hidden;
        position: static;
        padding: 20px 15px;
    } 
    .mobile-header .site-header{
        padding: 20px 15px;
        position: static!important;
    }
    .mobile-header .mobile-menubar a {
        font-size: 24px;
        color: #ffffff;
        display: block;
    }
    .mobile-header .mobile-menubar a:hover,
    .mobile-header .mobile-menubar a:focus{
        color: #eaa57f;
    }
    .mobile-header .logo {
        padding: 0;
    } 
    .mobile-header .logo img {
        height: auto;
    } 
    .mobile-header .search-btn {
        transform: translateY(-50%);
        top: 50%;
        position: relative;        
    }  
    .mobile-header .search-btn a {
        font-size: 26px;
        color: #000000;
        display: block;
    } 
    .mobile-header .search-btn a:hover,
    .mobile-header .search-btn a:focus{
        color: #1876ab;
    }                           
    [data-sidebar] {
        display: none;
        position: fixed;
        height: 100%;
        z-index: 100;
    }
    [data-sidebar-overlay] {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        min-height: inherit;
    }
    .menu-side{
        width: 70%;
        background: #050505;
        overflow-y: auto;
        top: 0;
        z-index: 999;
        display: block;
        visibility: hidden;    
    }
    .menu-side a{ 
        color:#fff; 
        text-decoration:none;
    }
    .menu-side a.menu-close-btn{
        font-size: 24px;
        margin: 20px 21px;
        display: block;
        width: 71px;
    }
    .menu-overlay { 
        background: rgba(0,0,0,0.5); 
        height:100%;
        z-index: 11;
    }
    .side-menu-block .menu-side-base ul{
        list-style: none;
        margin: 0;
        padding: 0; 
        border-top: 1px solid #0c0c0c;
    }
    .side-menu-block .menu-side-base li{
		padding: 0px 0px;
	    margin-bottom: 0;
    }
    .side-menu-block .menu-side-base a{
        font-family: "DM Sans", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        color: #ffffff!important;
        border-bottom: 1px solid #0c0c0c;
        padding: 15px 20px;
        font-size: 13px;
        display: block;
        text-transform: uppercase;
        cursor: pointer;
    }  
    .side-menu-block .menu-side-base a:hover,
    .side-menu-block .menu-side-base a:focus{
        background: #000000;
        background: linear-gradient(to right, #000000, #2a2a2a);
        color: #ffffff;
    }
    .side-menu-block .menu-side-base ul ul{
      border-top: none;
      border-bottom: 1px solid #0c0c0c;
      padding: 15px 15px;
    }
    .side-menu-block .menu-side-base ul ul li a{
	    color: #b3b3b3;
	    border: none;
	    padding: 9px 20px;  
    }
    .side-menu-block ul ul li a:hover{
        color: #fff;  
    }
    .side-menu-block .menu-side-base .menu-main-menu-container{
        float: none;    
    }    
    .m-btm{
        margin-bottom: 20px;
    }
    .m-btm-txt-cnt,
    #primary .m-btm-txt-cnt{
        text-align: center !important;
    }
    .m-btm-bx{
        margin-bottom: 15px;
    }  
    #primary .slider-mn-btm {
        bottom: 25px;
        right: 0;
        padding: 0 35px;
    }        
    #primary .btm-logos {
        position: relative;
        bottom: 60px;
    }        
}
/*--------------------------------------------------------------
## Tablet Portrait
--------------------------------------------------------------*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
    .slider-main-desktop{
        display: none !important;
    } 
    .slider-main-mobile {
        display: block !important;
    } 
}
@media only screen and (min-width: 768px) and (max-width: 959px) {       
    .wp-block-embed-youtube .wp-block-embed__wrapper{
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        overflow: hidden;    
    }
    .wp-block-embed-youtube .wp-block-embed__wrapper iframe{
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }       
    .m-btm-txt-cnt{
        text-align: center;
    }    
    .m-btm,
    .w-btm-md{
        margin-bottom: 30px;
    } 
    .m-btm-sml {
        margin-bottom: 10px;
    }     
} 
/*--------------------------------------------------------------
## Mobile Landscape
--------------------------------------------------------------*/
@media only screen and (max-width : 767px) {  
    .heading-mbl{
        font-size: 32px !important;
    }
    .slider-wrapper,
    .slider-item .slider-item-cnt{
        height: 700px;
    }  
    .slider-pads-tp {
        margin-top: 0;
    }      
    .slider-arrow{
        top: 92%;
    }  
    #primary .slider-mn-btm {
        bottom: 25px;
        right: 0;
        padding: 0 35px;
    }  
    .slider-mn-btm .text-btm-rt h4,
    .slider-mn-btm .text-btm-rt p{
        display: none;
    }      
    .page-margin-tp-mbl{
        padding-top: 4em;
    }
    .shows-vt-content {
        padding: 20px 20px;
    }      
    .btn-main, .btn.btn-main{
        font-size: 12px;
    }
    .par-x-big {
        font-size: 20px;
    }       
    .page-margin,
    .page-margin-xl{
        padding: 3.7em 0;
    }   
    .page-margin-tpl {
        padding: 4em 0;
    }    
    .mbl-pads,
    .dv-pads-mn{
        padding: 0 20px;
    }  
    #primary.site-main .main-sect-scroll .areoi-background .areoi-background__overlay{
        background: rgb(0 0 0 / 78%) !important;
    }
    .heading-size-lg {
        font-size: 28px;
    }  
    .par-s-big {
        font-size: 17px;
    }  
    .entry-header-main-w-text {
        height: 580px;
    }     
    body.header-style-fixed .entry-header-main {
        min-height: 350px;
    }       
	.wp-block-embed-youtube .wp-block-embed__wrapper{
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        overflow: hidden;    
    }
    .wp-block-embed-youtube .wp-block-embed__wrapper iframe{
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }    
    .single-pg-cnt iframe {
        height: 100%;
    }  
    .rl-txt-hd {
        padding-bottom: 0;
    }           
    .m-btm,
    .w-btm-md{
        margin-bottom: 20px !important;
    }  
    .m-btm-sml{
        margin-bottom: 10px;
    }      
    .m-btm-lg{
        margin-bottom: 45px;
    } 
    .m-btm-txt-cnt,
    #primary .m-btm-txt-cnt{
        text-align: center !important;
    }
    .m-btm-bx{
        margin-bottom: 15px;
    }    
    body.single-post h1.heading-size-xmd{
        font-size: 40px;
    }  
    .par-big {
        font-size: 18px;
    } 
    .bx-pads-caroursel {
        padding: 0 30px;
    }  
    .bx-pads-mbl-ltr{
        padding: 35px 0px;
    }
    .hls-txt-slider h1 {
        font-size: 22px;
    }  
    .left-arw, .right-arw {
        padding: 15px 8px;
    }          
    .share-social-media, .sm-mn-pads .share-social-media {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin: 0 0 40px 0;
    }
    .share-social-media h1 {
        font-size: 18px;
        margin: 0 0 25px 0;
    }
    .share-social-media a {
        display: inline;
        padding: 10px 18px;
        font-size: 18px;
        margin: 0 3px;
    }  
    .heading-xt-lg {
        font-size: 32px;
    } 
    .film-logos .wp-block-group-is-layout-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .film-logos .wp-block-group-is-layout-grid figure{
        margin-bottom: 30px;
    }
    .hls-txt-profile{
        width: 100%;
    }
    .text-btm-rt h4{
        font-size: 21px;
    }
    .ct-vid video {
        width: 100%;
        height: auto;
    }    
    .ct-heading-sz h1{
        font-size: 80px;
        letter-spacing: 10px;
        line-height: 1.5;
        height: auto;        
    }
    .dv-pads {
        padding: 0 40px;
    }  
    #primary.site-main .video-modal .modal-content {
        padding: 12px;
    }   
    #primary.site-main .video-modal .modal-fullscreen{
        height: auto;
    }   
    .footer-txt-lnk,
    .cnt-dt{
        text-align: center;
    }    
    .footer-sect-one {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }    
    .footer-pads {
        padding: 0 30px;
    }                          
}  
/*--------------------------------------------------------------
## Mobile Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 479px) {     
}