@charset "UTF-8";
.wc-btn-wrapper {
display: inline-block;
}
.btn-text-flip svg,
.wc-btn-wrapper svg {
width: 1em;
height: 1em;
} .wc-btn-group {
display: flex;
width: fit-content;
}
.wc-btn-group .wc-btn-primary {
padding: 21px 40px;
font-weight: 600;
font-size: 16px;
line-height: 1;
color: #fff;
background-color: #0A1A3D;
text-transform: capitalize;
transition: all 0.3s;
display: inline-flex;
align-items: center;
overflow: hidden;
z-index: 1;
gap: 30px;
white-space: nowrap;
border-radius: 30px;
text-decoration: none;
}
.wc-btn-group .wc-btn-play {
color: #fff;
fill: #fff;
border-radius: 50px;
background-color: #0A1A3D;
border: 1px solid transparent;
height: 60px;
width: 60px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s;
}
.wc-btn-group > *:nth-child(2) {
transform: scale3d(1, 1, 1);
}
.wc-btn-group:hover > *:nth-child(2) {
transform: scale3d(1, 1, 1);
} .style-1 .wc-btn-group > *:nth-child(1) {
transform: scale3d(0.5, 0.5, 1);
margin-right: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-1 .wc-btn-group > *:nth-child(3) {
transform: scale3d(1, 1, 1);
margin-left: 0;
opacity: 1;
}
.style-1 .wc-btn-group:hover > *:nth-child(1) {
transform: scale3d(1, 1, 1);
margin-right: 0;
opacity: 1;
}
.style-1 .wc-btn-group:hover > *:nth-child(3) {
transform: scale3d(0.5, 0.5, 1);
margin-left: calc( var(--icon-width, 60px) * -1);
opacity: 0;
} .style-2 .wc-btn-group > *:nth-child(1) {
transform: scale3d(1, 1, 1);
margin-right: 0;
opacity: 1;
}
.style-2 .wc-btn-group > *:nth-child(3) {
transform: scale3d(0.5, 0.5, 1);
margin-left: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-2 .wc-btn-group:hover > *:nth-child(1) {
transform: scale3d(0.5, 0.5, 1);
margin-right: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-2 .wc-btn-group:hover > *:nth-child(3) {
transform: scale3d(1, 1, 1);
margin-left: 0;
opacity: 1;
} .btn-text-flip {
perspective: 1000px;
text-decoration: none;
}
.btn-text-flip:hover {
color: #fff;
fill: #fff;
}
.btn-text-flip:hover span {
color: #fff;
transform: rotateX(90deg) translateY(-12px);
}
.btn-text-flip span {
position: relative;
display: inline-block;
padding: 0;
color: #121212;
transition: transform 0.3s;
transform-origin: 50% 0;
transform-style: preserve-3d;
}
.btn-text-flip span:before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
content: attr(data-text);
transition: color 0.3s;
transform: rotateX(-90deg);
transform-origin: 50% 0;
text-align: center;
} .style-4 .btn-border-crop {
display: inline-block;
}
.style-4 .btn-border-crop:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: linear-gradient(105.52deg, var(--b-color-1, #FF856A) 0%,  var(--b-color-2, #FFED4E) 34%, var(--b-color-3, #4BFFF4) 69%, var(--b-color-4, #7F52FF) 100%);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
mask-image: var(--btn-bg, url(//denzongfilms.com/wp-content/plugins/arolax-essential/assets/images/btn-image.webp));
mask-size: 100% 100%;
mask-repeat: no-repeat;
mask-position: center;
}
.arolax-btn-width-full .wc-btn-wrapper {
width: 100%;
}
.arolax-btn-width-full a {
width: 100%;
justify-content: center;
} .btn-border-divide {
gap: 10px;
display: flex;
align-items: flex-end;
overflow: hidden;
}
.btn-border-divide .text,
.btn-border-divide .icon {
border-bottom: 1px solid;
}
.btn-border-divide .icon {
padding-bottom: 3px;
position: relative;
}
.btn-border-divide .icon i:first-child,
.btn-border-divide .icon svg:first-child {
position: absolute;
transform: translate(-10px, 10px);
transition: all .3s;
opacity: 0;
}
.btn-border-divide .icon i:last-child,
.btn-border-divide .icon svg:last-child {
transition: all .3s;
opacity: 1;
} .btn-border-divide:hover .icon i:first-child,
.btn-border-divide:hover .icon svg:first-child {
transform: translate(0, 0);
opacity: 1;
}
.btn-border-divide:hover .icon i:last-child,
.btn-border-divide:hover .icon svg:last-child {
transform: translate(10px, -10px);
opacity: 0;
}.elementor-counter{align-items:stretch;display:flex;flex-direction:column-reverse;justify-content:center}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{display:flex;flex:1;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{flex-grow:var(--counter-prefix-grow,1);text-align:end;white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{flex-grow:var(--counter-suffix-grow,1);text-align:start;white-space:pre-wrap}.elementor-counter .elementor-counter-title{align-items:center;display:flex;flex:1;font-size:19px;font-weight:400;justify-content:center;line-height:2.5;margin:0;padding:0}
  .wcf-animate[class*=wcf-starter-animations-] .elementor-widget-container > *,
.wcf-animate[class*=wcf-starter-animations-] > *,
.wcf-animate.wcf-target-self[class*=wcf-starter-animations-] {
animation-duration: var(--wcf-duration, 700ms);
animation-delay: var(--wcf-delay, 0ms);
animation-timing-function: var(--wcf-ease, ease);
animation-fill-mode: forwards;
}  .wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-starter-animations-reveal > *,
.wcf-starter-animations-reveal.wcf-target-self {
opacity: 0;
} .wcf-reveal-bottom.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-bottom.wcf-starter-animations-reveal > *,
.wcf-reveal-bottom.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(100% 0 0 0);
} .wcf-reveal-top.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-top.wcf-starter-animations-reveal > *,
.wcf-reveal-top.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(0 0 100% 0);
} .wcf-reveal-left.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-left.wcf-starter-animations-reveal > *,
.wcf-reveal-left.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(0 100% 0 0);
} .wcf-reveal-right.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-right.wcf-starter-animations-reveal > *,
.wcf-reveal-right.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(0 0 0 100%);
} .wcf-reveal-center.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-center.wcf-starter-animations-reveal > *,
.wcf-reveal-center.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(0 50% 0 50%);
} .wcf-animate.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-reveal > *,
.wcf-animate.wcf-starter-animations-reveal.wcf-target-self {
animation: wcf-reveal-anim var(--wcf-duration, 700ms) var(--wcf-ease, ease) forwards;
}
@keyframes wcf-reveal-anim {
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}  .wcf-starter-animations-scale-up .elementor-widget-container > *,
.wcf-starter-animations-scale-up > *,
.wcf-starter-animations-scale-up.wcf-target-self {
transform: scale(var(--wcf-scale-start, 0.6));
opacity: var(--wcf-scale-opacity, 0);
transform-origin: var(--wcf-scale-origin, center);
}
.wcf-animate.wcf-starter-animations-scale-up .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-scale-up > *,
.wcf-animate.wcf-starter-animations-scale-up.wcf-target-self {
animation-name: wcf-scale-up;
}
@keyframes wcf-scale-up {
to {
transform: scale(var(--wcf-scale-end, 1));
opacity: 1;
}
} .wcf-starter-animations-rotate-in .elementor-widget-container > *,
.wcf-starter-animations-rotate-in > *,
.wcf-starter-animations-rotate-in.wcf-target-self {
transform: rotate(-45deg);
opacity: 0;
}
.wcf-animate.wcf-starter-animations-rotate-in .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-rotate-in > *,
.wcf-animate.wcf-starter-animations-rotate-in.wcf-target-self {
animation-name: wcf-rotate-in;
}
@keyframes wcf-rotate-in {
to {
transform: rotate(0);
opacity: 1;
}
}  .wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-starter-animations-slide > *,
.wcf-starter-animations-slide.wcf-target-self {
opacity: 0;
} .wcf-slide-bottom.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-bottom.wcf-starter-animations-slide > *,
.wcf-slide-bottom.wcf-starter-animations-slide.wcf-target-self {
transform: translateY(var(--wcf-slide-distance, 60px));
} .wcf-slide-top.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-top.wcf-starter-animations-slide > *,
.wcf-slide-top.wcf-starter-animations-slide.wcf-target-self {
transform: translateY(calc(var(--wcf-slide-distance, 60px) * -1));
} .wcf-slide-left.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-left.wcf-starter-animations-slide > *,
.wcf-slide-left.wcf-starter-animations-slide.wcf-target-self {
transform: translateX(calc(var(--wcf-slide-distance, 60px) * -1));
} .wcf-slide-right.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-right.wcf-starter-animations-slide > *,
.wcf-slide-right.wcf-starter-animations-slide.wcf-target-self {
transform: translateX(var(--wcf-slide-distance, 60px));
} .wcf-animate.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-slide > *,
.wcf-animate.wcf-starter-animations-slide.wcf-target-self {
animation: wcf-slide var(--wcf-duration, 700ms) var(--wcf-ease, ease) forwards;
}
@keyframes wcf-slide {
to {
transform: translateX(0) translateY(0);
opacity: 1;
}
} .wcf-starter-animations-skew-reveal .elementor-widget-container > *,
.wcf-starter-animations-skew-reveal > *,
.wcf-starter-animations-skew-reveal.wcf-target-self {
transform: skewX(var(--wcf-skew-angle, 18deg)) translateX(var(--wcf-skew-distance, -40px));
opacity: var(--wcf-skew-opacity-start, 0);
animation-duration: var(--wcf-duration, 0.6s);
animation-delay: var(--wcf-skew-delay, 0s);
animation-timing-function: var(--wcf-skew-ease, ease);
animation-fill-mode: forwards;
will-change: transform, opacity;
} .wcf-animate.wcf-starter-animations-skew-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-skew-reveal > *,
.wcf-animate.wcf-starter-animations-skew-reveal.wcf-target-self {
animation-name: wcf-skew-reveal;
} @keyframes wcf-skew-reveal {
to {
transform: skewX(0deg) translateX(0);
opacity: 1;
}
} .wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-starter-animations-flip > *,
.wcf-starter-animations-flip.wcf-target-self {
opacity: 0;
transform-style: preserve-3d;
perspective: var(--wcf-flip-perspective, 800px);
animation-duration: var(--wcf-flip-duration, 0.6s);
animation-delay: var(--wcf-flip-delay, 0s);
animation-timing-function: var(--wcf-flip-ease, ease);
animation-fill-mode: forwards;
will-change: transform, opacity;
} .wcf-flip-axis-x.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-flip-axis-x.wcf-starter-animations-flip > *,
.wcf-flip-axis-x.wcf-starter-animations-flip.wcf-target-self {
transform: rotateX(var(--wcf-flip-angle, 90deg));
} .wcf-flip-axis-y.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-flip-axis-y.wcf-starter-animations-flip > *,
.wcf-flip-axis-y.wcf-starter-animations-flip.wcf-target-self {
transform: rotateY(var(--wcf-flip-angle, 90deg));
} .wcf-animate.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-flip > *,
.wcf-animate.wcf-starter-animations-flip.wcf-target-self {
animation-name: wcf-flip;
} @keyframes wcf-flip {
to {
transform: rotateX(0deg) rotateY(0deg);
opacity: 1;
}
} .wcf-starter-animations-zoom-in .elementor-widget-container > *,
.wcf-starter-animations-zoom-in > *,
.wcf-starter-animations-zoom-in.wcf-target-self {
transform: scale(1.3);
opacity: 0;
}
.wcf-animate.wcf-starter-animations-zoom-in .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-zoom-in > *,
.wcf-animate.wcf-starter-animations-zoom-in.wcf-target-self {
animation-name: wcf-zoom-in;
}
@keyframes wcf-zoom-in {
to {
transform: scale(1);
opacity: 1;
}
} .wcf-starter-animations-combo-reveal .elementor-widget-container > *,
.wcf-starter-animations-combo-reveal > *,
.wcf-starter-animations-combo-reveal.wcf-target-self {
transform: translateY(40px) scale(0.9);
opacity: 0;
}
.wcf-animate.wcf-starter-animations-combo-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-combo-reveal > *,
.wcf-animate.wcf-starter-animations-combo-reveal.wcf-target-self {
animation-name: wcf-combo-reveal;
}
@keyframes wcf-combo-reveal {
to {
transform: translateY(0) scale(1);
opacity: 1;
}
} .wcf-animate.wcf-starter-animations-text-glow {
animation: wcf-glow var(--wcf-duration, 2s) var(--wcf-ease, ease-in-out) alternate;
animation-iteration-count: var(--wcf-iteration, infinite);
}
@keyframes wcf-glow {
from {
text-shadow: 0 0 5px var(--wcf-glow-color, #fff);
}
to {
text-shadow: 0 0 var(--wcf-glow-size, 20px) var(--wcf-glow-color, #00f);
}
} .wcf-starter-animations-text-pop {
transform: scale(0.6);
opacity: 0;
}
.wcf-animate.wcf-starter-animations-text-pop {
animation: wcf-text-pop 0.6s ease forwards;
}
@keyframes wcf-text-pop {
70% {
transform: scale(1.1);
}
100% {
transform: scale(1);
opacity: 1;
}
}
.wcf-starter-animations-text-typewriter .elementor-widget-container > *,
.wcf-starter-animations-text-typewriter > *,
.wcf-target-self.wcf-starter-animations-text-typewriter {
overflow: hidden;
white-space: nowrap;
width: 0;
}
.wcf-animate.wcf-starter-animations-text-typewriter .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-text-typewriter > *,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-typewriter {
animation: wcf-typewriter var(--wcf-duration, 2s) steps(30) forwards, wcf-caret 1s step-end;
}
@keyframes wcf-typewriter {
to {
width: 100%;
}
}
@keyframes wcf-caret {
50% {
border-color: transparent;
}
} .wcf-starter-animations-text-mask-wipe .elementor-widget-container > *,
.wcf-starter-animations-text-mask-wipe > *,
.wcf-target-self.wcf-starter-animations-text-mask-wipe {
position: relative;
display: inline-block;
overflow: hidden;
} .wcf-starter-animations-text-mask-wipe .elementor-widget-container > *::after,
.wcf-starter-animations-text-mask-wipe > *::after,
.wcf-target-self.wcf-starter-animations-text-mask-wipe::after {
content: "";
position: absolute;
inset: 0;
background: var(--wcf-mask-bg, #000);
transform: translateX(0%);
z-index: 2;
} .wcf-animate.wcf-starter-animations-text-mask-wipe .elementor-widget-container > *::after,
.wcf-animate.wcf-starter-animations-text-mask-wipe > *::after,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-mask-wipe::after {
animation: wcf-mask-wipe var(--wcf-duration, 1000ms) var(--wcf-ease, cubic-bezier(0.77, 0, 0.18, 1)) var(--wcf-delay, 0ms) forwards;
}
@keyframes wcf-mask-wipe {
to {
transform: translateX(100%);
}
} .wcf-select-scroll .select2-results__options {
max-height: 150px !important;
overflow-y: auto !important;
} .wcf-starter-animations-text-wave .elementor-widget-container > *,
.wcf-starter-animations-text-wave > *,
.wcf-target-self.wcf-starter-animations-text-wave {
position: relative;
color: transparent;
} .wcf-starter-animations-text-wave .elementor-widget-container > *::after,
.wcf-starter-animations-text-wave > *::after,
.wcf-target-self.wcf-starter-animations-text-wave::after {
content: attr(data-text);
position: absolute;
left: 0;
top: 0;
color: var(--wcf-wave-fill, #03a9f4);
animation: wcf-wave 4s ease-in-out infinite;
}
@keyframes wcf-wave {
0%, 100% {
clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
}
50% {
clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
}
} .wcf-starter-animations-text-bg-clip .elementor-widget-container > *,
.wcf-starter-animations-text-bg-clip > *,
.wcf-target-self.wcf-starter-animations-text-bg-clip {
position: relative;
color: var(--wcf-bg-text-color, rgba(255, 0, 0, 0.1));
background-image: var(--wcf-bg-text-image);
background-size: var(--wcf-bg-text-size, cover);
background-repeat: repeat;
background-position: left 0 top 50%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} .wcf-animate.wcf-starter-animations-text-bg-clip .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-text-bg-clip > *,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-bg-clip {
animation: wcf-bg-text-animation var(--wcf-bg-speed, 15s) linear infinite;
}
@keyframes wcf-bg-text-animation {
0% {
background-position: left 0 top 50%;
}
50% {
background-position: left 1500px top 50%;
}
100% {
background-position: left 0 top 50%;
}
}   .wcf-char-preset-revolve {
--wcf-char-x: -150px;
--wcf-char-y: -50px;
--wcf-char-rotate: -180deg;
--wcf-char-scale: 2;
} .wcf-char-preset-ball {
--wcf-char-x: 0px;
--wcf-char-y: -200px;
--wcf-char-rotate: 0deg;
--wcf-char-scale: 1;
} .wcf-char-preset-slide {
--wcf-char-x: -100px;
--wcf-char-y: 0px;
--wcf-char-rotate: 0deg;
--wcf-char-scale: 1;
} .wcf-char-preset-revolve_drop {
--wcf-char-x: 0px;
--wcf-char-y: -150px;
--wcf-char-rotate: -360deg;
--wcf-char-scale: 1.5;
} .wcf-char-preset-drop_vanish {
--wcf-char-x: 0px;
--wcf-char-y: -250px;
--wcf-char-rotate: 0deg;
--wcf-char-scale: 0.3;
} .wcf-char-preset-twister {
--wcf-char-x: 0px;
--wcf-char-y: 0px;
--wcf-char-rotate: -720deg;
--wcf-char-scale: 1;
} [class*=wcf-starter-animations-text-char] .elementor-widget-container > *,
[class*=wcf-starter-animations-text-char] > *,
.wcf-target-self[class*=wcf-starter-animations-text-char] {
display: inline-block;
} [class*=wcf-starter-animations-text-char] .elementor-widget-container > * span,
[class*=wcf-starter-animations-text-char] > * span,
.wcf-target-self[class*=wcf-starter-animations-text-char] span {
display: inline-block;
opacity: 0;
transform: translate(var(--wcf-char-x, -150px), var(--wcf-char-y, 0)) rotate(var(--wcf-char-rotate, -180deg)) scale(var(--wcf-char-scale, 2));
animation-delay: calc(var(--wcf-stagger, 0.05s) * var(--i));
will-change: transform, opacity;
} .wcf-animate[class*=wcf-starter-animations-text-char] .elementor-widget-container > * span,
.wcf-animate[class*=wcf-starter-animations-text-char] > * span,
.wcf-animate.wcf-target-self[class*=wcf-starter-animations-text-char] span {
animation-name: wcf-char;
animation-duration: var(--wcf-duration, 0.5s);
animation-timing-function: var(--wcf-ease, ease);
animation-fill-mode: forwards;
} @keyframes wcf-char {
to {
opacity: 1;
transform: translate(0, 0) rotate(0deg) scale(1);
}
}  .wcf-starter-animations-slide.e-con {
opacity: 0;
animation-duration: var(--wcf-slide-duration, 600ms);
animation-delay: var(--wcf-slide-delay, 0ms);
animation-timing-function: var(--wcf-slide-ease, ease);
animation-fill-mode: forwards;
will-change: transform, opacity;
} .wcf-slide-bottom.wcf-starter-animations-slide.e-con {
transform: translateY(var(--wcf-slide-distance, 40px));
}
.wcf-slide-top.wcf-starter-animations-slide.e-con {
transform: translateY(calc(-1 * var(--wcf-slide-distance, 40px)));
}
.wcf-slide-left.wcf-starter-animations-slide.e-con {
transform: translateX(calc(-1 * var(--wcf-slide-distance, 40px)));
}
.wcf-slide-right.wcf-starter-animations-slide.e-con {
transform: translateX(var(--wcf-slide-distance, 40px));
} .wcf-animate.wcf-starter-animations-slide.e-con {
animation-name: wcf-container-slide;
}
@keyframes wcf-container-slide {
to {
transform: translateX(0) translateY(0);
opacity: 1;
}
}  .wcf-starter-animations-flip.e-con {
opacity: 0;
transform-style: preserve-3d;
perspective: var(--wcf-flip-perspective-container, 800px);
animation-duration: var(--wcf-duration, 700ms);
animation-delay: var(--wcf-delay, 0ms);
animation-timing-function: var(--wcf-ease, ease);
animation-fill-mode: forwards;
will-change: transform, opacity;
} .wcf-flip-axis-container-x.wcf-starter-animations-flip.e-con {
transform: rotateX(var(--wcf-flip-angle-container, 90deg));
} .wcf-flip-axis-container-y.wcf-starter-animations-flip.e-con {
transform: rotateY(var(--wcf-flip-angle-container, 90deg));
} .wcf-animate.wcf-starter-animations-flip.e-con {
animation-name: wcf-container-flip;
} @keyframes wcf-container-flip {
to {
transform: rotateX(0deg) rotateY(0deg);
opacity: 1;
}
}.wcf__posts h1,.wcf__posts h2,.wcf__posts h3,.wcf__posts h4,.wcf__posts h5,.wcf__posts h6,.wcf__posts p,.wcf__posts ul{padding:0;margin:0}.wcf__posts li{list-style:none}.wcf__posts a{text-decoration:none}.wcf__posts .wcf-posts{display:grid}.wcf__posts .highlight{font-weight:600}.wcf__posts a,.wcf__posts button{cursor:pointer;transition:all .3s}.wcf__posts .thumb{margin-bottom:20px}.wcf__posts .thumb img{width:100%;-o-object-fit:cover;object-fit:cover}.wcf__posts .wcf-meta,.wcf__posts .wcf-taxonomy{gap:5px;display:flex;margin-bottom:15px}.wcf__posts .wcf-meta li,.wcf__posts .wcf-taxonomy li{display:inline-block;line-height:1.2}.wcf__posts .wcf-meta a,.wcf__posts .wcf-meta span,.wcf__posts .wcf-taxonomy a,.wcf__posts .wcf-taxonomy span{font-weight:400;font-size:14px;line-height:1.5;display:inline-block;text-transform:capitalize}.wcf__posts .title{margin-bottom:20px}.wcf__posts .desc{margin-bottom:25px}.wcf__posts svg{width:1em;height:1em}.wcf__posts .link{font-size:14px;font-weight:500;line-height:1.5;color:#666;fill:#666;position:relative;align-items:center;display:inline-flex;gap:10px}.wcf__posts .link.right i,.wcf__posts .link.right svg{order:15}.wcf__posts .link:hover{color:#1c1d20;fill:#1c1d20}.wcf__posts.style-1 .wcf-taxonomy a{border-radius:3px;padding:4px 10px 2px;text-transform:uppercase;background-color:#f3f3f3}.wcf__posts.style-1 .wcf-taxonomy a:hover{color:#e8bf96}.wcf__posts.style-1 .wcf-meta{gap:40px;display:flex}@media only screen and (max-width:1919px){.wcf__posts.style-1 .wcf-meta{gap:30px}}@media only screen and (max-width:1199px){.wcf__posts.style-1 .wcf-meta{gap:24px}}.wcf__posts.style-1 .wcf-meta li{position:relative}.wcf__posts.style-1 .wcf-meta li::after{position:absolute;content:"";width:1px;height:10px;inset-inline-start:-20px;top:50%;background-color:#999;transform:translateY(-50%)}@media only screen and (max-width:1919px){.wcf__posts.style-1 .wcf-meta li::after{inset-inline-start:-15px}}@media only screen and (max-width:1199px){.wcf__posts.style-1 .wcf-meta li::after{inset-inline-start:-12px}}.wcf__posts.style-1 .wcf-meta li:first-child::after{display:none}.wcf__posts.style-1 .wcf-meta a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-1 .link{text-transform:uppercase}.wcf__posts.style-1 .link:hover::after{width:0%}.wcf__posts.style-1 .link::after{position:absolute;content:"";width:100%;height:1px;inset-inline-start:0;bottom:0;transition:all .3s;background-color:var(--gray-4,#999)}.wcf__posts.style-2 .wcf-post{display:grid;grid-template-columns:48% 1fr;background-color:#f7f7fa}@media only screen and (max-width:1199px){.wcf__posts.style-2 .wcf-post{grid-template-columns:1fr}}.wcf__posts.style-2 .thumb{margin:0}.wcf__posts.style-2 .thumb img{height:100%}.wcf__posts.style-2 .content{display:flex;flex-direction:column;padding:60px 45px}@media only screen and (max-width:1919px){.wcf__posts.style-2 .content{padding:40px 30px}}@media only screen and (max-width:991px){.wcf__posts.style-2 .content{padding:30px}}@media only screen and (max-width:767px){.wcf__posts.style-2 .content{padding:30px 20px}}.wcf__posts.style-2 .title{order:-1}.wcf__posts.style-2 .wcf-meta,.wcf__posts.style-2 .wcf-taxonomy{position:relative;margin-top:10px}.wcf__posts.style-2 .wcf-meta::before,.wcf__posts.style-2 .wcf-taxonomy::before{position:absolute;content:"";width:50px;height:1px;top:-3px;background-color:#202c58;inset-inline-start:0}.wcf__posts.style-2 .wcf-meta a,.wcf__posts.style-2 .wcf-meta span,.wcf__posts.style-2 .wcf-taxonomy a,.wcf__posts.style-2 .wcf-taxonomy span{margin-inline-end:20px;position:relative;color:#1c1d20}.wcf__posts.style-2 .wcf-meta a::after,.wcf__posts.style-2 .wcf-meta span::after,.wcf__posts.style-2 .wcf-taxonomy a::after,.wcf__posts.style-2 .wcf-taxonomy span::after{position:absolute;content:"|";width:20px;height:auto;text-align:center}.wcf__posts.style-2 .wcf-meta li:last-child a::after,.wcf__posts.style-2 .wcf-meta li:last-child span::after,.wcf__posts.style-2 .wcf-taxonomy li:last-child a::after,.wcf__posts.style-2 .wcf-taxonomy li:last-child span::after{display:none}.wcf__posts.style-2 .wcf-meta a:hover,.wcf__posts.style-2 .wcf-taxonomy a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-2 .desc p{color:#666}.wcf__posts.style-2 .link{color:#fff;fill:#202c58;font-weight:600;padding:12px 30px;text-transform:uppercase;background-color:#202c58;width:-moz-max-content;width:max-content;margin-top:auto}.wcf__posts.style-2 .link:hover{color:var(--white,#fff);fill:var(--white,#fff);background-color:var(--primary,#e8bf96)}.wcf__posts.style-3 .wcf-post{position:relative}.wcf__posts.style-3 .thumb{margin:0;width:100%}.wcf__posts.style-3 .content{width:80%;padding:60px 45px;background-color:#e2f3ff;margin-inline-start:10%;margin-top:-160px;position:relative;z-index:1}@media only screen and (max-width:1919px){.wcf__posts.style-3 .content{padding:30px 25px 35px}}@media only screen and (max-width:1199px){.wcf__posts.style-3 .content{width:90%;margin-inline-start:5%;margin-top:-100px}}.wcf__posts.style-3 .title{order:-1}.wcf__posts.style-3 .wcf-meta,.wcf__posts.style-3 .wcf-taxonomy{position:relative;margin-top:10px}.wcf__posts.style-3 .wcf-meta a,.wcf__posts.style-3 .wcf-meta span,.wcf__posts.style-3 .wcf-taxonomy a,.wcf__posts.style-3 .wcf-taxonomy span{margin-inline-end:20px;position:relative;color:#1c1d20}.wcf__posts.style-3 .wcf-meta a::after,.wcf__posts.style-3 .wcf-meta span::after,.wcf__posts.style-3 .wcf-taxonomy a::after,.wcf__posts.style-3 .wcf-taxonomy span::after{position:absolute;content:"|";width:20px;height:auto;text-align:center}.wcf__posts.style-3 .wcf-meta li:last-child a::after,.wcf__posts.style-3 .wcf-meta li:last-child span::after,.wcf__posts.style-3 .wcf-taxonomy li:last-child a::after,.wcf__posts.style-3 .wcf-taxonomy li:last-child span::after{display:none}.wcf__posts.style-3 .wcf-meta a:hover,.wcf__posts.style-3 .wcf-taxonomy a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-3 .desc p{color:#666}.wcf__posts.style-3 .link{width:-moz-max-content;width:max-content;color:#1c1d20;text-transform:uppercase;margin-top:auto}.wcf__posts.style-3 .link:hover::after{width:0%}.wcf__posts.style-3 .link::after{position:absolute;content:"";width:100%;height:1px;inset-inline-start:0;bottom:0;transition:all .3s;background-color:#1c1d20}.wcf__posts.style-4 .wcf-post{position:relative;transition:all .3s}.wcf__posts.style-4 .wcf-post:hover .content{background-color:rgba(28,29,32,.7)}.wcf__posts.style-4 .wcf-post:hover .wcf-meta a,.wcf__posts.style-4 .wcf-post:hover .wcf-meta span,.wcf__posts.style-4 .wcf-post:hover .wcf-taxonomy a,.wcf__posts.style-4 .wcf-post:hover .wcf-taxonomy span{color:var(--white,#fff)}.wcf__posts.style-4 .wcf-post:hover .desc p{color:var(--gray-2,#d9d9d9)}.wcf__posts.style-4 .wcf-post:hover .link{color:var(--white,#fff)}.wcf__posts.style-4 .content{height:100%;padding:45px;background-color:#262629;transition:all .3s;flex-direction:column;display:flex;position:relative}@media only screen and (max-width:991px){.wcf__posts.style-4 .content{padding:30px 20px}}.wcf__posts.style-4 .thumb{position:absolute;top:0;left:0;width:100%;height:100%;margin-bottom:0}.wcf__posts.style-4 .thumb img{height:calc(100% - 1px)}.wcf__posts.style-4 .title a{color:#fff}.wcf__posts.style-4 .author{display:flex;align-items:center;gap:20px;margin-bottom:100px}.wcf__posts.style-4 .author-img img{width:60px;height:60px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.wcf__posts.style-4 .author-bio p{color:#999}.wcf__posts.style-4 .author-bio a{font-weight:600;font-size:18px;line-height:1.5;color:var(--white);text-transform:capitalize;display:block}.wcf__posts.style-4 .wcf-taxonomy a{border-radius:3px;padding:4px 10px 2px;text-transform:uppercase;background-color:rgba(255,255,255,.2);color:#999}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-taxonomy a{color:var(--white,#fff)}}.wcf__posts.style-4 .wcf-taxonomy a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-4 .wcf-meta{gap:40px;display:flex}@media only screen and (max-width:1919px){.wcf__posts.style-4 .wcf-meta{gap:30px}}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-meta{gap:24px}}.wcf__posts.style-4 .wcf-meta li{position:relative}.wcf__posts.style-4 .wcf-meta li::after{position:absolute;content:"";width:1px;height:10px;inset-inline-start:-20px;top:50%;background-color:#999;transform:translateY(-50%)}@media only screen and (max-width:1919px){.wcf__posts.style-4 .wcf-meta li::after{inset-inline-start:-15px}}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-meta li::after{inset-inline-start:-12px}}.wcf__posts.style-4 .wcf-meta li:first-child::after{display:none}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-meta a{color:var(--white,#fff)}}.wcf__posts.style-4 .wcf-meta a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-4 .wcf-meta span{transition:all .3s;color:#999}@media only screen and (max-width:1199px){.wcf__posts.style-4 .wcf-meta span{color:var(--white,#fff)}}.wcf__posts.style-4 .desc p{color:#999}@media only screen and (max-width:1199px){.wcf__posts.style-4 .desc p{color:var(--gray-2,#d9d9d9)}}.wcf__posts.style-4 .link{font-size:16px;margin-top:auto;width:-moz-max-content;width:max-content;color:#999}.wcf__posts.style-5 .wcf-post{position:relative;display:flex}@media only screen and (max-width:991px){.wcf__posts.style-5 .wcf-post{flex-direction:column}}.wcf__posts.style-5 .thumb{margin:0;width:55%;display:flex;align-self:center}@media only screen and (max-width:1199px){.wcf__posts.style-5 .thumb{width:100%;height:auto}}@media only screen and (max-width:991px){.wcf__posts.style-5 .thumb{align-self:flex-start}}.wcf__posts.style-5 .thumb a{width:100%}.wcf__posts.style-5 .content{width:60%;padding:60px 45px;z-index:1;background-color:var(--green,#3f524c);display:flex;flex-direction:column;align-self:center;margin-inline-start:-15%}@media only screen and (max-width:1919px){.wcf__posts.style-5 .content{padding:30px 25px 35px}}@media only screen and (max-width:1199px){.wcf__posts.style-5 .content{width:90%}}@media only screen and (max-width:991px){.wcf__posts.style-5 .content{width:92%;margin-inline-start:4%;margin-top:-15%}}.wcf__posts.style-5 .title a{color:#fff}.wcf__posts.style-5 .wcf-meta,.wcf__posts.style-5 .wcf-taxonomy{position:relative;margin-top:10px}.wcf__posts.style-5 .wcf-meta::before,.wcf__posts.style-5 .wcf-taxonomy::before{position:absolute;content:"";width:50px;height:1px;top:-3px;background-color:#fff;inset-inline-start:0}.wcf__posts.style-5 .wcf-meta a,.wcf__posts.style-5 .wcf-meta span,.wcf__posts.style-5 .wcf-taxonomy a,.wcf__posts.style-5 .wcf-taxonomy span{margin-inline-end:20px;position:relative;color:#fff}.wcf__posts.style-5 .wcf-meta a::after,.wcf__posts.style-5 .wcf-meta span::after,.wcf__posts.style-5 .wcf-taxonomy a::after,.wcf__posts.style-5 .wcf-taxonomy span::after{position:absolute;content:"|";width:20px;height:auto;text-align:center}.wcf__posts.style-5 .wcf-meta li:last-child a::after,.wcf__posts.style-5 .wcf-meta li:last-child span::after,.wcf__posts.style-5 .wcf-taxonomy li:last-child a::after,.wcf__posts.style-5 .wcf-taxonomy li:last-child span::after{display:none}.wcf__posts.style-5 .wcf-meta a:hover,.wcf__posts.style-5 .wcf-taxonomy a:hover{color:#e8bf96}.wcf__posts.style-5 .desc p{color:#d9d9d9}.wcf__posts.style-5 .link{width:-moz-max-content;width:max-content;color:#fff;text-transform:uppercase;margin-top:auto}.wcf__posts.style-5 .link:hover::after{width:0%}.wcf__posts.style-5 .link::after{position:absolute;content:"";width:100%;height:1px;inset-inline-start:0;bottom:0;transition:all .3s;background-color:#fff}.post-pagination{display:flex}.post-pagination .page-numbers{font-size:16px;font-weight:500;line-height:1.5;text-transform:capitalize}.post-pagination svg{width:1em;height:1em}.post-pagination.style-1{gap:20px}.post-pagination.style-1 .page-numbers:hover{color:var(--primary,#e8bf96);fill:var(--primary,#e8bf96)}.post-pagination.style-1 .page-numbers.current{color:#999}.post-pagination.style-2{gap:3px}.post-pagination.style-2 .page-numbers{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#1c1d20}.post-pagination.style-2 .page-numbers:not(.prev,.next):hover{color:#1c1d20;fill:#1c1d20;background-color:#f5f3ed}.post-pagination.style-2 .prev{justify-content:flex-start}.post-pagination.style-2 .next{justify-content:flex-end}.post-pagination.style-2 .current{color:#1c1d20;background-color:#f5f3ed}.elementor-widget-wcf--posts.wcf--image-effect-zoom-in img,.elementor-widget-wcf--posts.wcf--image-effect-zoom-out img,.elementor-widget-wcf--posts.wcf--image-left-move img,.elementor-widget-wcf--posts.wcf--image-right-move img{transition:all .5s}.elementor-widget-wcf--posts.wcf--image-effect-zoom-in .thumb,.elementor-widget-wcf--posts.wcf--image-effect-zoom-out .thumb,.elementor-widget-wcf--posts.wcf--image-left-move .thumb,.elementor-widget-wcf--posts.wcf--image-right-move .thumb{overflow:hidden}.elementor-widget-wcf--posts.wcf--image-effect-zoom-in img{transform:scale(1)}.elementor-widget-wcf--posts.wcf--image-effect-zoom-in .wcf-post:hover .thumb img{transform:scale(1.1)}.elementor-widget-wcf--posts.wcf--image-effect-zoom-out img{transform:scale(1)}.elementor-widget-wcf--posts.wcf--image-effect-zoom-out .wcf-post:hover .thumb img{transform:scale(.9)}.elementor-widget-wcf--posts.wcf--image-left-move img{transform:scale(1.1)}.elementor-widget-wcf--posts.wcf--image-left-move .wcf-post:hover .thumb img{transform:scale(1.1) translateX(4%)}.elementor-widget-wcf--posts.wcf--image-right-move img{transform:scale(1.1)}.elementor-widget-wcf--posts.wcf--image-right-move .wcf-post:hover .thumb img{transform:scale(1.1) translateX(-4%)}.wcf__posts.style-6 .wcf-post{display:flex}.wcf__posts.style-6 .post_video_date{flex:0 0 15%}.wcf__posts.style-6 .posts_video_thumb{position:relative;flex:0 0 20%}.wcf__posts.style-6 .thumb_icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.wcf__posts.style-6 .content{flex:1;display:flex;flex-direction:column}.wcf__posts.style-6 .title{order:-1}.wcf__posts.style-6 .thumb{margin:0;height:100%}.wcf__posts.style-6 .thumb img{height:100%}@media (max-width:767px){.wcf__posts.style-6 .wcf-post{flex-direction:column}}.wcf__posts.style-6 .wcf-meta,.wcf__posts.style-6 .wcf-taxonomy{position:relative;margin-top:10px}.wcf__posts.style-6 .wcf-meta::before,.wcf__posts.style-6 .wcf-taxonomy::before{position:absolute;content:"";width:50px;height:1px;top:-3px;background-color:#202c58;inset-inline-start:0}.wcf__posts.style-6 .wcf-meta a,.wcf__posts.style-6 .wcf-meta span,.wcf__posts.style-6 .wcf-taxonomy a,.wcf__posts.style-6 .wcf-taxonomy span{margin-inline-end:20px;position:relative;color:#1c1d20}.wcf__posts.style-6 .wcf-meta a::after,.wcf__posts.style-6 .wcf-meta span::after,.wcf__posts.style-6 .wcf-taxonomy a::after,.wcf__posts.style-6 .wcf-taxonomy span::after{position:absolute;content:"|";width:20px;height:auto;text-align:center}.wcf__posts.style-6 .wcf-meta li:last-child a::after,.wcf__posts.style-6 .wcf-meta li:last-child span::after,.wcf__posts.style-6 .wcf-taxonomy li:last-child a::after,.wcf__posts.style-6 .wcf-taxonomy li:last-child span::after{display:none}.wcf__posts.style-6 .wcf-meta a:hover,.wcf__posts.style-6 .wcf-taxonomy a:hover{color:var(--primary,#e8bf96)}.wcf__posts.style-6 .desc p{color:#666}.wcf__posts.style-6 .link{color:#fff;fill:#202c58;font-weight:600;padding:12px 30px;text-transform:uppercase;background-color:#202c58;width:-moz-max-content;width:max-content;margin-top:auto}.wcf__posts.style-6 .link:hover{color:var(--white,#fff);fill:var(--white,#fff);background-color:var(--primary,#e8bf96)}.post-pagination.style-6{gap:3px}.post-pagination.style-6 .page-numbers{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#1c1d20}.post-pagination.style-6 .page-numbers:not(.prev,.next):hover{color:#1c1d20;fill:#1c1d20;background-color:#f5f3ed}.post-pagination.style-6 .prev{justify-content:flex-start}.post-pagination.style-6 .next{justify-content:flex-end}.post-pagination.style-6 .current{color:#1c1d20;background-color:#f5f3ed}ul.wcf-meta_video{display:grid}.author_views a::after{position:absolute;content:"-";height:auto;text-align:center;right:10px;top:0}.author_views a{position:relative}