.thf-all-button-left{
text-align: left;
}
.thf-all-button-center{
text-align: center;
}
.thf-all-button-right{
text-align: right;
}
.thf-title {
z-index: 2;
} .thf-title {
text-decoration: none !important;
} .style1 .thf-title {
display: block;
color: #fff;
background-color: rgba(0,0,0,0.08);
font-size: 16px;
padding: 8px 12px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 1px;
border: 1px solid #fff;
border-radius: 0;
overflow: hidden;
position: relative;
z-index: 1;
transition: .6s linear;
}
.style1 .thf-title:hover {
color: #fff;
background: transparent;
border-color: transparent;
}
.style1 .thf-title::before {
content: "";
background: linear-gradient(#2C3E50,#4CA1AF);
width: 20px;
height: 20px;
border-radius: 50%;
transform: translate(-50%, -50%);
position: absolute;         
left: 50%;
top: -50%;
z-index: -1;
transition: top .5s ease-in .5s, width .5s ease-out, height .5s ease-out;
}
.style1 .thf-title:hover::before{
width: 500px;
height: 500px;
top: 50%;
transition: top .5s ease-in, width .5s ease-out .5s, height .5s ease-out .5s;
} .style2 a {
position: relative;
display: inline-block;
overflow: hidden;
}
.style2 .thf-title {
background: #ff7f50;
border-radius: 4px;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 600;
letter-spacing: 1.5px;
padding: 8px 13px;
text-align: center;
text-transform: capitalize;
touch-action: manipulation;
transition: .9s;
vertical-align: middle;
position: relative;
z-index: 1;   
}
.style2 a:hover .thf-title {
background: transparent;
}
.style2 .thf-title:hover {
color: #403e3eed;
}
.style2 a span {
background: #17c0eb;
border-radius: 50%;
display: inline-block;
height: 0;
position: absolute;
transform: translate(-50%, -50%);
transition: width 1.3s ease 0s, height 1.3s ease 0s;
width: 0;
z-index: 1;
}
.style2 a:hover > span {
height: 562.5px;
width: 562.5px;
z-index: -1;
} .style3 .thf-title {
background: #f04336;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-flex;
align-items: center;
font-size: 16px;
font-weight: 600;
letter-spacing: 1.5px;
margin-bottom: 0;
padding: 8px 13px;
text-align: center;
text-transform: capitalize;
transition: all 0.3s ease 0s;
vertical-align: middle;
white-space: nowrap;
position: relative;
z-index: 1;
overflow: hidden;
}
.style3 .thf-title::before {
content: "";
position: absolute;
transition-duration: 800ms;
width: 200%;
height: 200%;
top: 110%;
left: 50%;
background: #0a303a;
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
}
.style3 .thf-title:hover:before {
top: -40%;
}
.style3 .thf-title:hover {
color: #fff;
} .style4 .thf-title{
display: inline-block;
color: red;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
padding: 20px;
border: none;
border-radius: 0;
perspective: 500px;
transform-style: preserve-3d;
position: relative;
z-index: 1;
transition: all 0.5s;
}
.style4 .thf-title:hover { 
color: red; 
}
.style4 .thf-title:before,
.style4 .thf-title:after{
content: attr(data-hover);
color: #227093;
background-color: #fff;
height: 100%;
width: 100%;
padding: 0 15px;
border: 2px solid #227093;
transform: translateZ(0px);
transform-origin: 50% 50% -25px;
position: absolute;
top: 0;
left: 0;
transition: all 0.2s ease;
z-index: -1;
}
.style4 .thf-title:after {
color: #fff;
background-color: #227093;
transform: rotateX(90deg);
transform-origin: 50% 50% -25px;
visibility: hidden;
transition: all 0.2s ease 0.05s;
}
.style4 .thf-title:hover:before { 
transform: translateZ(-200px); 
}
.style4 .thf-title:hover:after {
visibility: visible;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
transform: rotateX(0deg);
}
@media(max-width: 1200px) {
.style4 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 10px 16px;
}
} .style5 .thf-title {
display: inline-block;
outline: none;
border: none;
user-select: none;
background: transparent;
cursor: pointer;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
padding: 10px 18px;
border-radius: 40px;
background-color: #32557f;
background-image: linear-gradient(90deg, #32557f, #7eb4e2 53%, #32557f);
transition: all 200ms ease;
color: #fff;
background-size: 200%;
}
.style5 .thf-title:hover {
transform: scale(1.03);
background-position: 100%;
}
@media(max-width: 1200px) {
.style5 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 8px 18px;
}
} .style6 .thf-title {
display: inline-block;
text-decoration: none;
vertical-align: middle;
background-color: #605ded;
color: #fff !important;
border: 1px solid #605ded;
overflow: hidden;
border-radius: 20px;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
padding: 10px 18px;
height: auto;
text-transform: capitalize;
text-align: center;
transition: .3s linear;
position: relative;
z-index: 1;
}
.style6 .thf-title:hover {
background-color: #211eb5;
border-color: #211eaf;
}
.style6 .thf-title::after {
content: "";
height: 300px;
width: 300px;
background-color: #211eb5;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) scale(0);
transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: -1;
}
.style6 .thf-title:hover::after {
transform: translateY(-50%) translateX(-50%) scale(1);
}
@media(max-width: 1200px) {
.style6 .thf-title {
font-size: 14px;
font-weight: 500;
padding: 8px 15px;
}
} .style7 .thf-title {
display: inline-block;
text-decoration: none;
border-radius: 0;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 10px 18px;
color: #273c75;
vertical-align: middle;
position: relative;
letter-spacing: 0;
text-transform: uppercase;
transition: all 0.50s ease 0s;
border: 1px solid #273c75;
}
.style7 .thf-title:hover {
letter-spacing: 4px;
border-color: transparent;
}
.style7 .thf-title::before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-top: 2px solid #273c75;
border-bottom: 2px solid #273c75;
transform: scale( 0, 1);
transition: all 0.3s ease 0s;
}
.style7 .thf-title:hover:before{
transform: scale(1);
}
@media(max-width: 1200px) {
.style7 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 8px 15px;
}
}  .style8 .thf-title {
display: inline-block;
border: none;
font-size: 14px;
padding: 10px 14px;
outline: none;
color: #fff;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
position: relative;
z-index: 1;
cursor: pointer;
background: none;
text-shadow: 3px 3px 10px rgba(0,0,0,.45);
}    
.style8 .thf-title::before,
.style8 .thf-title::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
border-radius: 30px;
transform: translateX(-50%) translateY(-50%);
width: 105%;
height: 105%;
z-index: -2;
background: linear-gradient(to right, #ff8c00, #40e0d0,  #ff0080);
}
.style8 .thf-title::before{
filter: blur(7px);
transition: .2s linear;
} 
.style8 .thf-title::after {
filter: blur(0.3px);
} 
.style8 .thf-title:hover::before {
width: 115%;
height: 115%;
}
@media(max-width: 1200px) {
.style8 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 8px 12px;
}
} .style9 .thf-title {
display: inline-block;
color: rgba(255, 255, 255, 0.9);
border-radius: 50px;
background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
background-size: 600%;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 10px 18px;
border: none;
overflow: hidden;
position: relative;
z-index: 1;
transition: .3s linear;
animation: anime 16s linear infinite;
}
@-webkit-keyframes anime {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes anime {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@media(max-width: 1200px) {
.style9 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 8px 15px;
}
} .style10  .thf-title {
position: relative;
text-decoration: none;
color: #009688;
padding: 10px 15px;
border-radius: 30px;
border: 2px solid #009688;
font-size: 16px;
display: inline-block;
overflow: hidden;
background: transparent;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
}
.style10  .thf-title:hover {
color: #fff;
}
.style10  .thf-title::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: -100%;
left: 0;
background: #009688;
z-index: -1;
transition: .3s linear;
}
.style10  .thf-title::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: -100%;
left: 0;
background: #009688;
opacity: .5;
z-index: -1;
transition: .5s linear;
transition-delay: .2s;
}
.style10  .thf-title:hover:before {
top: 0;
}
.style10  .thf-title:hover:after {
top: 0;
}
@media(max-width: 1200px) {
.style10 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 8px 15px;
}
} .style11 .thf-title {
position: relative;
text-decoration: none;
color: #009688;
padding: 10px 15px;
font-size: 16px;
display: inline-block;
background: transparent;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
border-radius: 0;
border: 3px solid #59ecd9;
}
.style11 .thf-title:hover {
color: #fff64c;
background: transparent;
border-color: transparent;
}
.style11 .thf-title::before,
.style11 .thf-title::after {
content: '';
border: 0 solid transparent;
width: 0;
height: 0;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
}
.style11 .thf-title::before {
border-bottom-width: 4px;
border-left-width: 4px;
transition-delay: 0s, 0s, 0.25s;
}
.style11 .thf-title::after {
border-top-width: 4px;
border-right-width: 4px;
transition-delay: 0s, 0.25s, 0s;
}
.style11 .thf-title:hover::before,
.style11 .thf-title:hover::after {
width: 100%;
height: 100%;
border-color: #fff64c;
transition: border-color 0s, width 0.25s, height 0.25s;
}
.style11 .thf-title:hover::before {
transition-delay: 0s, 0s, 0.25s;
}
.style11 .thf-title:hover::after {
transition-delay: 0s, 0.25s, 0s;
}
@media(max-width: 1200px) {
.style11 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 8px 15px;
}
} .style12 .thf-title {
position: relative;
text-decoration: none;
color: #fff;
padding: 10px 15px;
font-size: 16px;
display: inline-block;
background: #27022d;
letter-spacing: 2px;
text-transform: capitalize;
font-weight: 700;
transition: .3s linear;
border-radius: 0;
overflow: hidden;
}
.style12 .thf-title:hover {
background: #9b59b6;
}
.style12 .thf-title::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg,transparent,#f1f1f1,transparent);
transition: .3s linear;
}
.style12 .thf-title:hover::before {
left: 100%;
}
@media(max-width: 1200px) {
.style12 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 8px 15px;
}
} .style13 .thf-title {
position: relative;
text-decoration: none;
color: #fff;
background: #ec2040;
padding: 10px 15px;
font-size: 16px;
display: inline-block;
overflow: hidden;
text-transform: capitalize;
font-weight: 600;
margin-left: 10px;
z-index: 1;
}
.style13 .thf-title:hover:after {
animation: mask-play 0.7s steps(70) forwards;
width: 100%;
}
.style13 .thf-title:after {
position: absolute;
content: attr(data-text);
right: 0px;
top: 0px;
width: 0;
height: 100%;
padding: .8em 0;
text-align: center;
color: #ec2040;
background: #000;
box-shadow: inset 0 0 0 1px #ec2040;
-webkit-mask: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/natureSmaller.png);
mask: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/natureSmaller.png);
mask-size: 7100% 100%;
-webkit-mask-size: 7100% 100%;
animation: mask-play-reverse 0.7s steps(70) forwards;
z-index: -1;
}
@keyframes mask-play {
from {
-webkit-mask-position: 0 0;
}
to {
-webkit-mask-position: 100% 0;
}
} 
@keyframes mask-play-reverse {
from {
-webkit-mask-position: 100% 0;
}
to {
-webkit-mask-position: 0% 0;
}
}
@media(max-width: 1200px) {
.style13 .thf-title {
font-size: 13px;
font-weight: 500;
padding: 8px 15px;
}
} .thf-btn-ninety-three .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 2.32em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
transition: .3s linear;
position: relative;
z-index: 1;
}
.thf-btn-ninety-three .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-ninety-three .thf-title:before{
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/3.png);
background-size: cover;
transform-origin: right;
transition: .5s linear;
z-index: -1;
}
.thf-btn-ninety-three .thf-title:hover::before {
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/4.png);
background-position: center;
background-size: cover;
} .thf-btn-ninety-four .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 2.32em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
transition: .3s linear;
position: relative;
z-index: 1;
}
.thf-btn-ninety-four .thf-title:hover {
background: #333;
}
.thf-btn-ninety-four .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-ninety-four .thf-title:before{
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/4.png);
background-size: cover;
transform-origin: right;
transition: .3s linear;
transform: scale(1, 1);
z-index: -1;
}
.thf-btn-ninety-four .thf-title:hover::before{
transform: scale(1, 0);
} .thf-btn-ninety-five .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 2.32em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
transition: .3s linear;
position: relative;
z-index: 1;
}
.thf-btn-ninety-five .thf-title:hover {
background: #333;
}
.thf-btn-ninety-five .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-ninety-five .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/5.png);
background-size: cover;
transform-origin: right;
transition: .3s linear;
transform: scale(1, 1);
z-index: -1;
}
.thf-btn-ninety-five .thf-title:hover::before {
transform: scale(0, 1);
} .thf-btn-ninety-six .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.4em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-ninety-six .thf-title:hover {
background: #333;
}
.thf-btn-ninety-six .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-ninety-six .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/6.png);
background-size: cover;
transform-origin: right;
transition: .4s linear;
transform: scale(1.0);
z-index: -1;
}
.thf-btn-ninety-six .thf-title:hover::before {
transform: scale(0.0);
background-position: top;
} .thf-btn-ninety-seven .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-ninety-seven .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-ninety-seven .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/7.png);
background-size: cover;
transform-origin: right;
transition: .5s linear;
transform: scale(1.1);
z-index: -1;
}
.thf-btn-ninety-seven .thf-title:hover::before {
transform: scale(1.4);
} .thf-btn-ninety-eight .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.62em;
color: #fff;
background: #333;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-ninety-eight .thf-title:hover {
background: transparent;
}
.thf-btn-ninety-eight .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-ninety-eight .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/8.png) center / cover;
transition: .5s linear;
transform: scale(0.1);
opacity: 0;
z-index: -1;
}
.thf-btn-ninety-eight .thf-title:hover::before {
transform: scale(1.1);
opacity: 1;
} .thf-btn-ninety-nine .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 4em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-ninety-nine .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-ninety-nine .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/9.png) center / cover;
transform-origin: right;
transition: .5s linear;
transform: rotate(0deg);
z-index: -1;
}
.thf-btn-ninety-nine .thf-title:hover {
padding: 1em 5em;
}
.thf-btn-ninety-nine .thf-title:hover::before {
transform: rotate(-360deg);
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/10.png) center / cover;
} .thf-btn-one-hundred .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 5em;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred .thf-title:hover {
background: #333;
}
.thf-btn-one-hundred .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/10.png) center / cover;
transition: .4s linear;
transform: rotateX(0);
z-index: -1;
}
.thf-btn-one-hundred .thf-title:hover::before {
transform: rotateX(60deg);
} .thf-btn-one-hundred-one .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
background: transparent;
color: #fff;
text-transform: capitalize;
font-weight: 800;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-one .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-one .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/11.png) center / cover;
transition: .4s linear;
transform: scaleX(1.5);
z-index: -1;
}
.thf-btn-one-hundred-one .thf-title:hover::before {
transform: scaleX(-1.5);
} .thf-btn-one-hundred-two .thf-title {
color: #fff;
}
.thf-btn-one-hundred-two .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.82em;
background: transparent;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-two .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-two .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/12.png) center / cover;
transition: .4s linear;
transform: scaleY(1.1);
z-index: -1;
}
.thf-btn-one-hundred-two .thf-title:hover::before {
transform: scaleY(-1.5);
} .thf-btn-one-hundred-three .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.82em;
background: transparent;
background-color: transparent;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 3px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-three .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-three .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/13.png) center / cover;
transition: .6s linear;
transform: scaleY(1);
z-index: -1;
}
.thf-btn-one-hundred-three .thf-title::after {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: transparent;
transition: .6s linear;
z-index: -1;
}
.thf-btn-one-hundred-three .thf-title:hover::after {
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/14.png) center / cover;
}
.thf-btn-one-hundred-three .thf-title:hover::before {
transform: scaleY(0);
} .thf-btn-one-hundred-four .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 4em;
background: transparent;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-four .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-four .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/14.png) center / cover;
transition: .4s linear;
z-index: -1;
}
.thf-btn-one-hundred-four .thf-title:hover::before {
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/16.png) center / cover;
transform: scale(1.3);
} .thf-btn-one-hundred-five .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.32em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-five .thf-title:hover {
padding: 1em 2.32em;
}
.thf-btn-one-hundred-five .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-five .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/15.png) center / cover;
transition: .3s linear;
z-index: -1;
}
.thf-btn-one-hundred-five .thf-title:hover::before {
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/17.png) center / contain;
background-repeat: no-repeat;
} .thf-btn-one-hundred-six .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3.5em;
color: #fff;
background: #333;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-six .thf-title:hover {
background: transparent;
}
.thf-btn-one-hundred-six .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-six .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/16.png) center / cover;
transition: .5s linear;
transform: scale(0);
transform-origin: bottom;
z-index: -1;
}
.thf-btn-one-hundred-six .thf-title:hover::before {
transform: scale(1);
} .thf-btn-one-hundred-seven .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-seven .thf-title:hover {
background: #333;
}
.thf-btn-one-hundred-seven .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-seven .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/17.png) center / cover;
transition: .5s linear;
transform: scale(1);
transform-origin: top;
z-index: -1;
}
.thf-btn-one-hundred-seven .thf-title:hover::before {
transform: scale(0);
} .thf-btn-one-hundred-eight .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
background: transparent;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-eight .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-eight .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/18.png) center / cover;
transition: .5s linear;
transform: scale(1);
transform-origin: top;
z-index: -1;
}
.thf-btn-one-hundred-eight .thf-title:hover::before {
transform: scale(1.3) rotate(3deg);
} .thf-btn-one-hundred-nine .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-nine .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-nine .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/19.png) center / cover;
transition: .5s linear;
z-index: -1;
}
.thf-btn-one-hundred-nine .thf-title:hover::before {
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/16.png) center / cover;
} .thf-btn-one-hundred-ten .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-ten .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-ten .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/20.png) center / cover;
transition: .5s linear;
z-index: -1;
}
.thf-btn-one-hundred-ten .thf-title:hover::before {
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/19.png) center / cover;
} .thf-btn-one-hundred-eleven .thf-title {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
padding: 1em 3em;
color: #fff;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
overflow: hidden;
transition: .4s linear;
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-eleven .thf-title span {
position: relative;
z-index: 1;
}
.thf-btn-one-hundred-eleven .thf-title::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(//bk-openair.de/wp-content/plugins/the-unique-headers/assets/public/img/1.png) center / cover;
z-index: -1;
}* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}
.bwdsb-search-box-1 {
position: relative;
width: 100%;
}
.bwdsb-search-wrapper {
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.bwdsb-search-wrapper .bwdsb-search-form {
height: 70px;
width: 70px;
overflow: hidden;
background: rgba(255, 255, 255, 0);
border-radius: 6px;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.bwdsb-search-wrapper.active .bwdsb-search-form {
width: 450px;
border-radius: 50px;
background: #000;
-webkit-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
.bwdsb-search-wrapper .bwdsb-search-form .bwdsb-input-text {
width: 100%;
height: 50px;
padding: 0px 70px 0 20px;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
outline: none;
font-family: "Open Sans", Arial, Verdana;
font-size: 16px;
font-weight: 400;
line-height: 20px;
color: #FFF;
-webkit-transform: translate(0, 60px);
transform: translate(0, 60px);
-webkit-transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.bwdsb-search-wrapper.active .bwdsb-search-form .bwdsb-input-text {
opacity: 1;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
}
.bwdsb-search-wrapper .bwdsb-search-form .bwdsb-search-icon {
width: 70px;
height: 70px;
border: none;
border-radius: 6px;
background: #000000;
padding: 0px;
outline: none;
position: relative;
z-index: 2;
float: right;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.bwdsb-search-wrapper.active .bwdsb-search-form .bwdsb-search-icon {
width: 50px;
height: 50px;
margin: 10px;
border-radius: 30px;
}
.bwdsb-search-wrapper .bwdsb-search-form .bwdsb-search-icon span {
width: 22px;
height: 22px;
display: inline-block;
vertical-align: middle;
position: relative;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}
.bwdsb-search-wrapper.active .bwdsb-search-form .bwdsb-search-icon span {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.bwdsb-search-wrapper .bwdsb-search-form .bwdsb-search-icon span::before, .bwdsb-search-wrapper .bwdsb-search-form .bwdsb-search-icon span::after {
position: absolute;
content: '';
}
.bwdsb-search-wrapper .bwdsb-search-form .bwdsb-search-icon span::before {
width: 4px;
height: 11px;
left: 9px;
top: 18px;
border-radius: 2px;
background: #FE5F55;
}
.bwdsb-search-wrapper .bwdsb-search-form .bwdsb-search-icon span::after {
width: 20px;
height: 20px;
left: 0px;
top: 0px;
border-radius: 16px;
border: 4px solid #FE5F55;
}
.bwdsb-search-wrapper .bwdsb-close {
position: absolute;
z-index: 1;
top: 24px;
right: 20px;
width: 25px;
height: 25px;
cursor: pointer;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.bwdsb-search-wrapper.active .bwdsb-close {
right: -50px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.bwdsb-search-wrapper .bwdsb-close::before, .bwdsb-search-wrapper .bwdsb-close::after {
position: absolute;
content: '';
background: #FE5F55;
border-radius: 2px;
}
.bwdsb-search-wrapper .bwdsb-close::before {
width: 5px;
height: 25px;
left: 10px;
top: 0px;
}
.bwdsb-search-wrapper .bwdsb-close::after {
width: 25px;
height: 5px;
left: 0px;
top: 10px;
}
.bwdsb-search-box-2 {
position: relative;
text-align: center; display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-2 a {
font-size: 30px;
color: #444;
}
.bwdsb-search-box-2 .bwdsb-search-popup-wrap {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.95);
height: 100%;
max-height: 0;
width: 100%;
z-index: 99;
padding: 100px 0;
opacity: 0;
visibility: hidden;
-webkit-transition: .8s;
transition: .8s;
}
.bwdsb-search-box-2 .bwdsb-search-popup-wrap .bwdsb-search-close {
position: absolute;
top: 5%;
right: 5%;
font-size: 30px;
color: #e5bd43;
cursor: pointer;
}
.bwdsb-search-box-2 .bwdsb-search-popup-wrap .bwdsb-search-wrap .bwdsb-title {
font-size: 47px;
margin: 0 0 70px 0;
font-weight: 600;
letter-spacing: -1px;
color: #fff;
font-family: 'Barlow', sans-serif;
}
.bwdsb-search-box-2 .bwdsb-search-popup-wrap .bwdsb-search-wrap .bwdsb-search-form {
position: relative;
}
.bwdsb-search-box-2 .bwdsb-search-popup-wrap .bwdsb-search-wrap .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
border: none;
border-bottom: 1px solid #fff;
padding: 10px 50px 20px;
text-align: center;
font-weight: 500;
font-size: 30px;
background: transparent;
color: #fff;
}
.bwdsb-search-box-2 .bwdsb-search-popup-wrap .bwdsb-search-wrap .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 20px;
background: transparent;
border: 0;
font-size: 22px;
padding: 18px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #fff;
}
.bwdsb-search-popup-wrap.active-icon {
opacity: 1;
visibility: visible;
max-height: 150vh;
}
.bwdsb-search-box-3 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-3 a {
font-size: 30px;
color: #444;
}
.bwdsb-search-box-3 .bwdsb-search-popup-wrap-box {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.95);
height: 100%;
max-height: 0;
width: 100%;
z-index: 99;
padding: 100px 0;
opacity: 0;
visibility: hidden;
-webkit-transition: .8s;
transition: .8s;
}
.bwdsb-search-box-3 .bwdsb-search-popup-wrap-box .bwdsb-search-close {
position: absolute;
top: 5%;
right: 5%;
font-size: 30px;
color: #f94c30;
cursor: pointer;
}
.bwdsb-search-box-3 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-3 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form {
position: relative;
width: 500px;
margin: 0 auto;
}
.bwdsb-search-box-3 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
border: none;
padding: 24px 30px 24px;
text-align: start;
font-weight: 500;
font-size: 18px;
background: white;
color: #000;
outline: 0;
border-radius: 8px;
}
.bwdsb-search-box-3 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: #f94c30;
border: 0;
font-size: 22px;
height: 100%;
width: 90px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #ffffff;
border-start-end-radius: 8px;
border-end-end-radius: 8px;
}
.bwdsb-search-popup-wrap-box.active-icons {
opacity: 1;
visibility: visible;
max-height: 150vh;
}
.bwdsb-search-box-4 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-4 a {
font-size: 30px;
color: #444;
background: #dedede;
padding: 10px 20px;
}
.bwdsb-search-box-4 .bwdsb-search-popup-wrap-box {
position: fixed;
top: 0;
left: 0;
background: #000000f2;
height: 100%;
max-height: 0;
width: 100%;
z-index: 99;
padding: 100px 0;
opacity: 0;
visibility: hidden;
-webkit-transition: .8s;
transition: .8s;
}
.bwdsb-search-box-4 .bwdsb-search-popup-wrap-box .bwdsb-search-close {
position: absolute;
top: 5%;
right: 5%;
font-size: 30px;
color: #f94c30;
cursor: pointer;
-webkit-transition: .4s;
transition: .4s;
}
.bwdsb-search-box-4 .bwdsb-search-popup-wrap-box .bwdsb-search-close:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.bwdsb-search-box-4 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-4 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form {
position: relative;
width: 500px;
margin: 0 auto;
}
.bwdsb-search-box-4 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
padding: 24px 30px 10px;
font-weight: 500;
font-size: 18px;
border: 0;
border-bottom: 1px solid #fff;
background: transparent;
color: #fff;
outline: 0;
}
.bwdsb-search-box-4 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: transparent;
border: 0;
font-size: 22px;
height: 100%;
width: 90px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #ffffff;
border-start-end-radius: 8px;
border-end-end-radius: 8px;
}
.bwdsb-search-popup-wrap-box.active-icons {
opacity: 1;
visibility: visible;
max-height: 150vh;
}
.bwdsb-search-box-5 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-5 a {
font-size: 30px;
color: #444;
padding: 10px 20px;
}
.bwdsb-search-box-5 .bwdsb-search-popup-wrap-box {
position: fixed;
top: 0;
left: 0;
background: #000000f2;
height: 100%;
width: 100%;
z-index: 99;
padding: 100px 0;
opacity: 0;
visibility: hidden;
-webkit-transition: .8s;
transition: .8s;
}
.bwdsb-search-box-5 .bwdsb-search-popup-wrap-box .bwdsb-search-close {
position: absolute;
top: 5%;
right: 5%;
font-size: 30px;
color: #dc143c;
cursor: pointer;
-webkit-transition: .4s;
transition: .4s;
}
.bwdsb-search-box-5 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-5 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form {
position: relative;
width: 500px;
margin: 0 auto;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: .6s;
transition: .6s;
}
.bwdsb-search-box-5 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
padding: 20px;
font-weight: 500;
font-size: 18px;
border: 2px solid #dc143c;
background: transparent;
color: #fff;
outline: 0;
}
.bwdsb-search-box-5 .bwdsb-search-popup-wrap-box .bwdsb-search-wrap .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: #dc143c;
border: 0;
font-size: 22px;
height: 100%;
width: 90px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #ffffff;
border-start-end-radius: 8px;
border-end-end-radius: 8px;
}
.bwdsb-search-popup-wrap-box.active-icons {
opacity: 1;
visibility: visible;
}
.bwdsb-search-form.active-icons {
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
}
.bwdsb-search-box-6 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-6 .bwdsb-search-form {
position: relative;
width: 260px;
-webkit-transition: .6s;
transition: .6s;
}
.bwdsb-search-box-6 .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
padding: 15px;
font-weight: 500;
font-size: 16px;
border: 0;
margin: 0;
background: #ccd5ae;
color: #444;
outline: 0;
}
.bwdsb-search-box-6 .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: #d4a373;
border: 0;
font-size: 13px;
line-height: 1;
height: 100%;
font-weight: 600;
padding: 0 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #fff;
}
.bwdsb-search-box-7 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-7 .bwdsb-search-form {
position: relative;
width: 260px;
-webkit-transition: .6s;
transition: .6s;
}
.bwdsb-search-box-7 .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
padding: 15px;
font-weight: 500;
font-size: 16px;
border: 0;
border-radius: 50px;
background: #444E51;
color: #fff;
outline: 0;
}
.bwdsb-search-box-7 .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: #009688;
border: 0;
font-size: 13px;
height: 100%;
font-weight: 600;
width: 80px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #fff;
border-start-end-radius: 50px;
border-end-end-radius: 50px;
}
.bwdsb-search-box-8 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-8 .bwdsb-search-form {
width: 260px;
-webkit-transition: .6s;
transition: .6s;
}
.bwdsb-search-box-8 .bwdsb-search-form .bwdsb-form {
position: relative;
}
.bwdsb-search-box-8 .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
padding: 12px;
font-weight: 500;
font-size: 16px;
border: 0;
border-radius: 50px;
background: #ffffff;
color: #000000;
outline: 0;
margin: 0;
}
.bwdsb-search-box-8 .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: #607d8b;
border: 0;
font-size: 12px;
height: 100%;
font-weight: 600;
line-height: 1;
width: 80px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #fff;
border-start-end-radius: 50px;
border-end-end-radius: 50px;
}
.bwdsb-search-box-9 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-9 .bwdsb-search-form {
width: 260px;
-webkit-transition: .6s;
transition: .6s;
}
.bwdsb-search-box-9 .bwdsb-search-form .bwdsb-form {
position: relative;
}
.bwdsb-search-box-9 .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
padding: 14px;
font-weight: 500;
font-size: 16px;
border: 0;
margin: 0;
border-radius: 4px;
background: #2A5077;
color: #fff;
outline: 0;
}
.bwdsb-search-box-9 .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: #008eff;
text-transform: uppercase;
border: 0;
line-height: 1;
font-size: 12px;
height: 100%;
font-weight: 600;
padding: 0 18px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #fff;
border-start-end-radius: 4px;
border-end-end-radius: 4px;
}
.bwdsb-search-box-10 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-10 .bwdsb-search-form {
width: 260px;
-webkit-transition: .6s;
transition: .6s;
border-radius: 8px;
}
.bwdsb-search-box-10 .bwdsb-search-form .bwdsb-form {
position: relative;
}
.bwdsb-search-box-10 .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
padding: 12px;
font-weight: 500;
font-size: 15px;
margin: 0;
line-height: 1;
border: 0;
border-radius: 4px;
background: #F8F8F8;
color: #000000;
outline: 0;
}
.bwdsb-search-box-10 .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: #70BF70;
border: 0;
font-size: 12px;
height: 100%;
line-height: 1;
font-weight: 600;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #444;
border-start-end-radius: 4px;
border-end-end-radius: 4px;
}
.bwdsb-search-box-11 {
position: relative;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bwdsb-search-box-11 .bwdsb-search-form {
width: 260px;
-webkit-transition: .6s;
transition: .6s;
border-radius: 8px;
}
.bwdsb-search-box-11 .bwdsb-search-form .bwdsb-form {
position: relative;
}
.bwdsb-search-box-11 .bwdsb-search-form .bwdsb-form .bwdsb-input-text {
width: 100%;
padding-inline: 24px 16px;
padding-block: 16px;
font-weight: 500;
font-size: 16px;
border: 0;
margin: 0;
border-radius: 4px;
background: #030303;
color: #ffffff;
outline: 0;
border-radius: 50px;
}
.bwdsb-search-box-11 .bwdsb-search-form .bwdsb-form .bwdsb-search-btn {
position: absolute;
right: 0;
background: #ff7900;
text-transform: uppercase;
border: 0;
font-size: 12px;
height: 100%;
line-height: 1;
font-weight: 600;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #2c2c2c;
border-start-end-radius: 50px;
border-end-end-radius: 50px;
} .bwdsb-search-box-11 .bwdsb-search-form, .bwdsb-search-box-7 .bwdsb-search-form{
border-radius: 30px;
}.style1 {
display: flex;
justify-content: end;
align-items: center;
}
.style1 .thf-social-icon-box {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.style1 .thf-social-icon-box a {
background: #fff;
position: relative;
border-radius: 50%;
-webkit-box-shadow: 0 0 30px -1px #ddd;
box-shadow: 0 0 30px -1px #ddd;
color: #000;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
text-align: center;
-webkit-transition: all 0.4s;
transition: all 0.4s;
width: 30px;
font-size: 15px;
z-index: 2;
}
.style1 .thf-social-icon-box a:hover {
color: #fff;
}
.style1 .thf-social-icon-box a:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.style1 .thf-social-icon-box a:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
border-radius: 50%;
left: 0;
top: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: crimson;
-webkit-transform: scale(0);
transform: scale(0);
z-index: -1;
}
.style2 {
display: flex;
justify-content: end;
align-items: center;
}
.style2 .thf-social-icon-box{
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.style2 .thf-social-icon-box a {
background: #dc3545;
color: #fff;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
-webkit-transition: all .3s;
transition: all .3s;
width: 30px;
font-size: 15px;
}
.style2 .thf-social-icon-box a:hover {
border-radius: 0 15px 0 15px;
-webkit-box-shadow: 0 0 5px #c82626;
box-shadow: 0 0 5px #c82626;
}
.style3 {
display: flex;
justify-content: end;
align-items: center;
}
.style3 .thf-social-icon-box{
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.style3 .thf-social-icon-box a {
background: #7470f7;
color: #fff;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
-webkit-transition: all .3s;
transition: all .3s;
width: 30px;
border-radius: 8px;
font-size: 15px;
}
.style3 .thf-social-icon-box a:hover {
color: #fff;
background-color: #ff761b;
-webkit-box-shadow: 0 0 0 5px #d8c7c8;
box-shadow: 0 0 0 5px #d8c7c8;
}
.style4 {
display: flex;
justify-content: end;
align-items: center;
}
.style4 .thf-social-icon-box{
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.style4 .thf-social-icon-box a {
position: relative;
color: #000;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
background: transparent;
border: 2px solid #000;
text-align: center;
width: 30px;
border-radius: 50%;
font-size: 15px;
-webkit-transition: 0.3s;
transition: 0.3s;
overflow: hidden;
}
.style4 .thf-social-icon-box a:hover {
color: #fff;
}
.style4 .thf-social-icon-box a:hover:before {
bottom: 0;
}
.style4 .thf-social-icon-box a::before {
position: absolute;
content: '';
left: 0;
bottom: -100%;
height: 100%;
width: 100%;
z-index: -1;
-webkit-transition: .4s;
transition: .4s;
}
.style4 .thf-social-icon-box a:hover i {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.style4 .thf-social-icon-box a i {
-webkit-transition: .4s;
transition: .4s;
}
.style4 .thf-social-icon-box a:nth-child(1):before {
background: #55acee;
}
.style4 .thf-social-icon-box a:nth-child(2):before {
background: #3b5998;
}
.style4 .thf-social-icon-box a:nth-child(3):before {
background: #DA1884;
}
.style4 .thf-social-icon-box a:nth-child(4):before {
background: #BD081C;
}
.style4 .thf-social-icon-box a:nth-child(5):before {
background: #007bb5;
}
.style5 {
display: flex;
justify-content: end;
align-items: center;
flex-basis: 25%;
}
.style5 .thf-social-icon-box{
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.style5 .thf-social-icon-box a {
position: relative;
width: 30px;
height: 30px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
background: #fbba42;
font-size: 15px;
border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
color: #000;
-webkit-transition: .5s;
transition: .5s;
}
.style5 .thf-social-icon-box a:hover {
border-radius: 57% 43% 31% 69% / 54% 61% 39% 46%;
background: #198754c2;
color: #fff;
}
@-webkit-keyframes animatec {
0%, 100% {
border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
}
@keyframes animatec {
0%, 100% {
border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
}  .thf-social-icon-box a{
width: 30px !important;
}.top-header-common{
padding: 0 40px;
}
.thf-top-header-width {
display: flex;
flex-wrap: wrap;
margin: auto;
}
@media (max-width:680px) {
.top-header-common{
justify-content: center;
}
}
.top-header-left {
display: flex;
align-items: center;
flex-wrap: wrap;
flex-grow: 1;
}
@media (max-width:680px) {
.top-header-left{
justify-content: center;
}
}
.top-header-right {
display: flex;
align-items: center;
margin: 5px 0;
flex-wrap: wrap;
flex-grow: 1;
}
@media (max-width:575px) {
.top-header-right{
width: 100%;
justify-content: center;
}
} .top-header-1 {
background: #0C0E2B;
color: #fff;
padding: 5px 40px;
font-size: 13px;
margin: auto;
}
.top-header-1 .top-header-left  .top-header-item {
color: #eee;
transition: .2s;
line-height: 1;
display: flex;
}
.top-header-1 .top-header-left  a.top-header-item i{
display: inline-block;
margin-right: 5px;
}
.top-header-1 .top-header-right .social-icons{
display: flex;
align-items: center;
}
.top-header-1 .top-header-right .social-icons .social-icon{
display: flex;
justify-content: center;
align-items: center;
color: #fff;
transition: .3s;
width: 35px;
height: 35px;
background: #f2b53f;
border-radius: 50%;
}
.top-header-1 .top-header-right .social-icons .social-icon:hover{
color: #fff;
}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
*,
::before,
::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
}
html,
body{
font-family: 'Montserrat', sans-serif;
overflow-x: hidden;
}
h1,
h2,
h1 {
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
a {
display: inline-block;
text-decoration: none;
}
img {
max-width: 100%;
vertical-align: middle;
margin-left: 0;
}
ul{
list-style: none !important;
margin: 0 !important;
padding: 0;
}
li{
list-style: none !important;
}
.menu-primary-menu li{
margin: 0;
padding: 0;
}
.offcanvas-header-common .dates-menu-area li{
margin: 0;
}
ul.sub-menu {
list-style: none;
margin: 0;
padding: 0;
}
li {
margin: 0;
padding: 0;
}
p {
margin: 0;
padding: 0;
}
body {
font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3 {
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
}
p {
font-family: 'Montserrat', sans-serif;
}
span {
font-family: 'Montserrat', sans-serif;
} .thf-dates-menu-area button{
display: none !important;
}
.thf-dates-menu-area ul{
padding: 0;
margin: 0;
display: flex;
}
.dates-header-1 .thf-dates-menu-area ul, 
.dates-header-6 .thf-dates-menu-area ul {
gap: 18px;
}
.dates-header-1 .thf-dates-menu-area ul {
gap: 25px;
}
.dates-header-5 .thf-dates-menu-area ul {
gap: 38px;
}
.dates-header-7 .thf-dates-menu-area ul {
gap: 48px;
}   .thf-dates-menu-area-right{
justify-content: end!important;
}
.thf-dates-menu-area-center{
justify-content: center!important;
}
.thf-dates-menu-area-left{
justify-content: start!important;
}
.thf-all-button-con{
flex-basis: 15%;
display: flex;
justify-content: end;;
}
.thf-header-login-author{
display: flex;
}   .dates-header-widget-wrapper.toggled{
visibility: visible;
opacity: 1;
max-height: 100vh;
}  .thf-main-header-width {
display: flex;
margin: auto;
align-items: center;
width: 100%;
}
.dates-header-1 {
padding: 10px 40px;
position: relative;
background: #002626;
margin: auto;
}
.dates-header-1 .dates-header-logo a img {
width: 100%;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
margin: 0;
} .dates-header-down-1
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children::before {
content: "\f078";
}
.dates-header-plus-1
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children::before {
content: "\2b";
} .dates-header-1
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: -8px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.menu_indicator_left
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children::before {
left: -14px;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 15px;
font-weight: 600;
display: inline-block;
padding-bottom: 5px;
padding-right: 9px;
transition: 0.2s;
text-transform: capitalize;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item a{
color: crimson;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item > .menu-item-has-children.active-dates-menu-item::before {
content: "\f068";
color: crimson;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 250px;
background: #3f7878;
transition: 0.1s;
z-index: 9999;
top: 100%;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
top: 122%;
opacity: 0;
visibility: hidden;
flex-direction: column;
gap: 0;
}
.dates-header-1
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
top: calc(100% + 20px);
}
.dates-header-1
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 10px 20px 10px 20px;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover {
background: #1c4545;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover > a {
color: crimson;
} .ocv-style-1 {
background: #002626;
}
.ocv-style-1 .menu-items ul > li:hover > a{
color: crimson;
}
.ocv-style-1 .menu-items > ul > li.active-dates-menu-item > a{
color: crimson;
}  .dates-header-1
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 140%;
transition: 0.2s;
padding: 0;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
padding: 0;
display: block;
}  .offcanvas-header-common .dates-menu-area .menu-item-has-children a::before{
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 15px; transform: translateY(-50%);
transition: 0.2s;
}
.offcanvas-header-common .dates-menu-area .menu-item-has-children .sub-menu .menu-item-has-children a::before{
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 15px; transform: translateY(-50%);
transition: 0.2s;
} .thf-main-down .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-down .dates-menu-area .menu-item-has-children > a::before{
content: "\f078";
}
.thf-child-down .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before, .thf-main-down .dates-menu-area .menu-item-has-children .sub-menu .menu-item-has-children > a::before{
content: "\f078";
}
.thf-main-right .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-right .dates-menu-area .menu-item-has-children > a::before{
content: "\f105";
}
.thf-child-right .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before{
content: "\f105";
}
.thf-main-updown-leftright .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-updown-leftright .dates-menu-area .menu-item-has-children > a::before{
content: "\f422";
}
.thf-child-updown-leftright .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before{
content: "\f422";
}
.thf-main-quote-left .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-quote-left .dates-menu-area .menu-item-has-children > a::before{
content: "\f10d";
}
.thf-child-quote-left .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before{
content: "\f10d";
}
.thf-main-left-right .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-left-right .dates-menu-area .menu-item-has-children > a::before{
content: "\f337";
}
.thf-child-left-right .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before{
content: "\f337";
}
.thf-main-double-right .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-double-right .dates-menu-area .menu-item-has-children > a::before{
content: "\f101";
}
.thf-child-double-right .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before{
content: "\f101";
}
.thf-main-bolt-right .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-bolt-right .dates-menu-area .menu-item-has-children > a::before{
content: "\f0da";
}
.thf-child-bolt-right .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before{
content: "\f0da";
}
.thf-main-plus .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-plus .dates-menu-area .menu-item-has-children > a::before{
content: "\2b";
}
.thf-child-plus .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before{
content: "\2b";
}
.thf-main-user-plus .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before, .thf-main-user-plus .dates-menu-area .menu-item-has-children > a::before{
content: "\f234";
}
.thf-child-user-plus .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before{
content: "\f234";
}  .dates-header-1 .thf-dates-menu-area .menu-items .menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: -6px !important;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu li:before{
right: 14px !important;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: crimson;
}
.dates-header-1 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover::before {
color: crimson;
}
.dates-header-1
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
li:hover:before {
color: crimson;
}
.dates-header-1 .dates-mobile-menu {
display: none;
}
.dates-header-1 .dates-mobile-menu i {
font-size: 28px;
color: #fff;
}
.dates-header-1 .dates-header-button .dates-button-item a {
padding: 15px 25px;
background: #374363;
color: #fff;
border-radius: 8px;
transition: 0.2s;
display: inline-block;
font-weight: 600;
}
.dates-header-1 .dates-header-button .dates-button-item a:hover {
background: crimson;
color: #fff;
}
.dates-header-1 .dates-button-inside a {
padding: 15px 25px;
background: #374363;
color: #fff;
border-radius: 8px;
transition: 0.2s;
display: inline-block;
font-weight: 600;
}
.dates-header-1 .dates-button-inside a:hover {
background: crimson;
color: #fff;
}
.dates-header-1 .thf-dates-menu-area .dates-button-inside {
display: none;
} .dates-header-logo{
display: flex;
flex-basis: 10%;
flex-grow: 1;
justify-content: start;
align-items: center;
}
.thf-dates-menu-area{
flex-basis: 75%;
flex-grow: 1;
}
.dates-header-button{
display: flex;
flex-basis: 25%;
flex-grow: 1;
}  .dates-header-1 .thf-dates-menu-area {
display: flex;
justify-content: center;
}
.dates-header-1 .style1 .thf-title{
border-color: #fff;
color: #fff;
} .dates-header-2 {
padding: 20px 40px;
position: relative;
margin: auto;
background: #4f772d;
}
.dates-header-widget-wrapper{
order: 2;
display: flex;
justify-content: space-between;
align-items: center;
}
.dates-header-2 .dates-header-button{
margin-left: 50px;
}
.dates-header-2 .dates-header-logo a img {
height: 100%;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
transition: 0.2s;
z-index: 9;
}
.dates-header-2
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 7px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item > li::after {
position: absolute;
content: "";
left: 0;
bottom: auto;
width: 100%;
height: 0;
top: 0;
background: #ffc107a6;
z-index: -1;
transition: 0.4s;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover::after {
height: 100%;
bottom: 0;
top: auto;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 600;
display: inline-block;
padding: 12px 22px;
transition: 0.2s;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 250px;
background: #d29523bf;
top: 122%;
flex-direction: column;
gap: 0;
opacity: 0;
visibility: hidden;
transition: 0.1s;
z-index: 9999;
}
.dates-header-2 .thf-dates-menu-area ul {
gap: 0;
}
.dates-header-2
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 10px 20px 10px 20px;
}
.dates-header-2
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover {
background: #fbba42df;
}
.dates-header-2
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #0018ff;
}
.dates-header-2
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 140%;
transition: 0.2s;
padding: 0;
}
.dates-header-2
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
padding: 0;
display: block;
}
.dates-header-2
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #444;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #0018ff;
}
.dates-header-2 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover::before {
color: #0018ff;
}
.dates-header-2
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
li:hover:before {
color: #0018ff;
}
.dates-header-2 .dates-social-icon i {
margin-left: 24px;
font-size: 22px;
color: #111;
transition: 0.2s;
}
.dates-header-2 .dates-social-icon i:hover {
color: #0018ff;
}
.dates-header-2 .dates-button-inside a {
padding: 15px 25px;
background: #374363;
color: #fff;
border-radius: 8px;
transition: 0.2s;
display: inline-block;
font-weight: 600;
}
.dates-header-2 .dates-button-inside a:hover {
background: crimson;
color: #fff;
}
.dates-header-2 .thf-dates-menu-area .dates-button-inside {
display: none;
} .dates-header-2 .dates-mobile-menu {
display: none;
}
.dates-header-2 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-2 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-3 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background: #023e8a;
}
.dates-header-3 .dates-header-logo a {
height: 85px;
display: inline-block;
}
.dates-header-3 .dates-header-logo a {
height: 100%;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
margin: 0;
transition: 0.2s;
padding: 0;
z-index: 9;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item > li::after {
position: absolute;
content: "";
left: 0;
width: 100%;
height: 0;
top: 50%;
transform: translateY(-50%);
background: #252d42;
z-index: -1;
transition: 0.4s;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover::after {
height: 100%;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 600;
display: inline-block;
padding: 8px 25px;
transition: 0.2s;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 250px;
background: #252d42;
flex-direction: column;
gap: 0;
top: 122%;
opacity: 0;
visibility: hidden;
transition: 0.1s;
z-index: 9999;
}
.dates-header-3
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: block;
width: 100%;
white-space: nowrap;
margin: 0;
padding: 10px 20px 10px 20px;
}
.dates-header-3
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover {
background: #90ee90ad;
}
.dates-header-3
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #fff;
}
.dates-header-3
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 140%;
transition: 0.2s;
padding: 0;
}
.dates-header-3
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
padding: 0;
display: block;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu .menu-item-has-children::before {
right: 10px;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item > li a{
color: #fff;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover a{
color: #fff;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item a{
color: #fff;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item::after{
height: 100%;
}
.dates-header-3 .thf-dates-menu-area .menu-items .thf-menu-part-item > .menu-item-has-children:hover::before{
color: #fff;
}
.dates-header-3 .dates-header-button .dates-button-item a {
padding: 15px 25px;
background: #39314F;
color: #eee;
border-radius: 30px;
transition: 0.2s;
display: inline-block;
font-weight: 600;
}
.dates-header-3 .dates-header-button .dates-button-item a:hover {
color: #fff;
} .dates-header-3 .dates-mobile-menu {
display: none;
}
.dates-header-3 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-3 .thf-dates-menu-area {
display: flex;
justify-content: center;
}
.dates-header-button {
order: 4;
margin-left: 30px;
} .dates-header-4 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background: #9b5de5;
}
.dates-header-4 .dates-header-logo a img {
height: 100%;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
transition: 0.2s;
z-index: 9;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 600;
display: inline-block;
padding: 12px 25px;
transition: 0.2s;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
top: 100%;
flex-direction: column;
gap: 0;
padding: 0;
z-index: 9999;
background: #f04336;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
top: calc(100% + 20px);
width: 250px;
opacity: 0;
visibility: hidden;
transform-origin: top center;
transform: scaleY(0) translateZ(100px);
transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}
.dates-header-4
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
transform: scaleY(1) translateZ(0px);
visibility: visible;
}
.dates-header-4
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-4
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item > li::after {
position: absolute;
content: "";
right: 0;
top: 0;
height: 0;
width: 0;
bottom: auto;
left: auto;
background: #f0433670;
z-index: -1;
transition: 0.4s;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover::after {
height: 100%;
width: 100%;
left: 0;
bottom: 0;
right: auto;
top: auto;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item::after {
height: 100%;
width: 100%;
left: 0;
bottom: 0;
right: auto;
top: auto;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 10px 30px 10px 20px;
}
.dates-header-4
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #fff;
}
.dates-header-4
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 100%;
transition: 0.2s;
padding: 0;
}
.dates-header-4 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
padding: 0;
display: block;
}
.dates-header-4
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-4 .dates-header-button .dates-button-item .dates-button-style {
background: #f04336;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-flex;
align-items: center;
font-size: 16px;
font-weight: 600;
letter-spacing: 1.5px;
line-height: 1;
padding: 24px 30px;
text-align: center;
text-transform: capitalize;
transition: all 0.3s ease 0s;
position: relative;
z-index: 1;
overflow: hidden;
}
.dates-header-4
.dates-header-button
.dates-button-item
.dates-button-style:before {
content: "";
position: absolute;
transition-duration: 800ms;
width: 200%;
height: 200%;
top: 110%;
left: 50%;
background: #0a303a;
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
}
.dates-header-4
.dates-header-button
.dates-button-item
.dates-button-style:hover:before {
top: -40%;
}
.dates-header-4
.dates-header-button
.dates-button-item
.dates-button-style:hover {
color: #fff;
} .dates-header-4 .dates-mobile-menu {
display: none;
}
.dates-header-4 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-4 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-5 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background: #42b9cc;
}
.dates-header-5 .dates-header-logo a img {
height: 100%;
}
.dates-header-5 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
}
.dates-header-5 .thf-dates-menu-area .menu-items .thf-menu-part-item li:after {
position: absolute;
content: "";
left: auto;
height: 3px;
right: 0;
width: 0;
bottom: -6px;
background: #cc6032;
opacity: 0;
visibility: hidden;
transition: all 0.5s;
}
.dates-header-5 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover:after {
width: 100%;
opacity: 1;
visibility: visible;
right: auto;
left: 0;
}
.dates-header-5
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: -16px;
top: 6px;
transition: 0.2s;
}
.dates-header-5 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 600;
display: inline-block;
transition: 0.2s;
}
.dates-header-5 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
background: #7f3c1f;
flex-direction: column;
gap: 0;
width: 250px;
top: calc(100% + 20px);
opacity: 0;
visibility: hidden;
transform-origin: top center;
z-index: 9999;
transition: 0.1s;
}
.dates-header-5
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
}
.dates-header-5
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #c6c6c6;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-5
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children:hover:after {
color: #fff;
}
.dates-header-5 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 10px 20px 10px 20px;
}
.dates-header-5
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover {
background: #b2542c;
}
.dates-header-5
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #fff;
}
.dates-header-5
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 100%;
transition: 0.2s;
padding: 0;
}
.dates-header-5 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
padding: 0;
display: block;
} .dates-header-5 .dates-mobile-menu {
display: none;
}
.dates-header-5 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-5 .thf-dates-menu-area {
display: flex;
justify-content: center;
}
.dates-header-5 .dates-header-button {
margin-left: 60px;
} .dates-header-6 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 40px;
position: relative;
background-color: #926c15;
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
margin-left: 15px;
}
.dates-header-6
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: -16px;
top: 6px;
transition: 0.2s;
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item li:after {
position: absolute;
content: "";
left: 50%;
transform: translateX(-50%);
height: 3px;
width: 20px;
bottom: 15px;
background: #202E4A;
opacity: 0;
visibility: hidden;
transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover:after {
opacity: 1;
visibility: visible;
bottom: 25px;
}
.dates-header-6
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li:hover::before {
color: #202E4A;
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 18px;
font-weight: 600;
display: inline-block;
transition: 0.2s;
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #202E4A;
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 250px;
background: #926c15;
box-shadow: 0 0 10px #4444442b;
flex-direction: column;
gap: 0;
top: calc(100% + 20px);
opacity: 0;
visibility: hidden;
transform-origin: top center;
z-index: 9999;
transition: 0.1s;
}
.dates-header-6
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 10px 25px 10px 20px;
}
.dates-header-6
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover {
background: #c6c6c64d;
}
.dates-header-6
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #b2542c;
}
.dates-header-6
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 100%;
transition: 0.2s;
padding: 0;
}
.dates-header-6
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #444;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-6
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
li:hover:before {
color: #b2542c;
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
padding: 0;
display: block;
} .dates-header-6 .dates-mobile-menu {
display: none;
}
.dates-header-6 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-6 .thf-dates-menu-area {
display: flex;
justify-content: center;
}
.dates-header-6 .dates-header-button {
margin-left: 44px;
} .dates-header-7 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background-color: #3a3d0d;
}
.dates-header-7 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
}
.dates-header-7
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: -20px;
top: 65%;
transform: translateY(-65%);
transition: 0.2s;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item li:after {
position: absolute;
content: "";
left: 50%;
transform: translateX(-50%);
height: 3px;
width: 0;
bottom: -6px;
background: #01b2ec;
opacity: 0;
visibility: hidden;
transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover:after {
opacity: 1;
visibility: visible;
width: 100%;
}
.dates-header-7
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li:hover::before {
color: #01b2ec;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
transition: 0.2s;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #01b2ec;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 250px;
background-color: #3a3d0d;
flex-direction: column;
gap: 0;
box-shadow: 0 0 10px #01b2ec5c;
top: 200%;
opacity: 0;
visibility: hidden;
transform-origin: top center;
z-index: 9999;
transition: 0.1s;
}
.dates-header-7
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
top: 150%;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 10px 20px;
}
.dates-header-7
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #01b2ec;
}
.dates-header-7
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 140%;
transition: 0.2s;
padding: 0;
}
.dates-header-7
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-7
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-7
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
li:hover:before {
color: #01b2ec;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
}
.dates-header-7 .dates-header-button .dates-button-item a {
padding: 12px 32px;
color: #01b2ec;
font-size: 20px;
font-weight: 500;
border-radius: 7px;
transition: 0.2s;
border: 2px solid #01b2ec;
display: inline-block;
transition: 0.2s;
}
.dates-header-7 .dates-header-button .dates-button-item a:hover {
color: #fff;
border: 2px solid #01b2ec;
background: #01b2ec;
} .dates-header-7 .dates-mobile-menu {
display: none;
}
.dates-header-7 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-7 .thf-dates-menu-area {
display: flex;
justify-content: center;
}
.dates-header-7 .dates-header-button {
order: 4;
margin-left: 50px;
} .dates-header-8 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background: #5e5e5e;
}
.dates-header-8 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
z-index: 1;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item > .menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #eee;
display: inline-block;
cursor: pointer;
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item > .menu-item-has-children:hover::before {
color: #eee;
content: "\f068";
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 0;
transition: 0.2s;
padding: 12px 20px;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #fff;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0px;
width: 250px;
flex-direction: column;
gap: 0;
background: #5e5e5e;
box-shadow: 0 0 50px 0 rgb(29 35 58 / 0.08);
top: 130%;
opacity: 0;
visibility: hidden;
z-index: 9999;
transition: 0.1s;
}
.dates-header-8
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
left: 0;
top: 115%;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: calc(100% + 20px);
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 0;
}
.dates-header-8
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover {
background: #7432ff1a;
}
.dates-header-8
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #7432ff;
}
.dates-header-8
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 100%;
transition: 0.2s;
padding: 0;
}
.dates-header-8
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-8
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children:hover:before {
color: #7432ff;
content: "\f068";
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px;
}
.dates-header-8 .dates-header-button .dates-button-item a {
padding: 15px 30px;
color: #fff;
font-size: 20px;
font-weight: 500;
border-radius: 7px;
transition: 0.2s;
display: inline-block;
transition: 0.2s;
background: #7432ff;
}
.dates-header-8 .dates-header-button .dates-button-item a:hover {
color: #fff;
background: #4400d4;
} .dates-header-8 .dates-mobile-menu {
display: none;
}
.dates-header-8 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-8 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-9 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background-color: #7161ef;
}
.dates-header-9 .dates-header-logo a {
display: inline-block;
height: 100%;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li a{
display: inline-block;
padding: 12px 20px;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item > .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transform-origin: center;
transition: 0.2s;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
transition: 0.2s;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 200px;
background-color: #7161ef;
flex-direction: column;
gap: 0;
box-shadow: 0 0 50px 0 rgb(29 35 58 / 0.08);
border-top: 2px solid #ff630e;
border-radius: 6px;
top: 130%;
opacity: 0;
visibility: hidden;
z-index: 9999;
transition: 0.1s;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover::before {
color: #ff630e;
transform: translateY(-50%) rotate(180deg);
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #ff630e;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover {
background: #ff630e1f;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover > a {
color: #ff630e;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover .sub-menu { 
top: 100%;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu li:hover:before {
color: #ff630e;
transform: translateY(-50%) rotate(180deg);
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 0;
}
.dates-header-9
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 140%;
transition: 0.2s;
padding: 0;
}
.dates-header-9
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px;
} .dates-header-9 .dates-mobile-menu {
display: none;
}
.dates-header-9 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-9 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-10 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background-color: #540d6e;
}
.dates-header-10 .dates-header-logo a {
display: inline-block;
height: 100%;
}
.dates-header-10 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover {
background: #ff630e1f;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item > li::before {
color: #fff!important;
}
.dates-header-10 .thf-dates-menu-area .menu-items  li.menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #000;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-10 .thf-dates-menu-area .menu-items  li.menu-item-has-children:hover::before{
color: #f87060; }
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 12px 22px;
transition: 0.2s;
border-radius: 8px;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
flex-direction: column;
gap: 0;
width: 250px;
background: #ffffff;
box-shadow: 0 0 50px 0 rgb(29 35 58 / 0.08);
border-radius: 6px;
top: 100%;
z-index: 9999;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
top: 105%;
opacity: 0;
visibility: hidden;
transform: rotateX(-90deg);
transition: all 0.1s ease-out;
transform-origin: 0 0;
}
.dates-header-10
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
transform: rotateX(0);
}
.dates-header-10
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover {
background: #ff630e1f;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover > a {
color: #f87060;
}
.dates-header-10 .dates-social-icon a:hover {
color: #f87060;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #f87060;
}
.dates-header-10
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
a {
color: #444;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 0;
text-align: left;
}
.dates-header-10
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 100%;
transition: 0.2s;
padding: 0;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px;
}
.dates-header-10 .dates-social-icon a {
display: inline-block;
font-size: 24px;
color: #444;
padding: 0px 10px;
transition: 0.4s;
} .dates-header-10 .dates-mobile-menu {
display: none;
}
.dates-header-10 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-10 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-11 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background-color: #00296b;
}
.dates-header-11 .dates-header-logo a {
display: inline-block;
height: 100%;
}
.dates-header-11 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
z-index: 9;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li:hover::before {
color: #d9aa2f;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item > li > a::before {
content: "";
position: absolute;
top: 10px;
left: 0;
width: 100%;
height: 2px;
background: #d9aa2f;
transition: 0.2s;
z-index: -1;
opacity: 0;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li
> a:hover::before {
opacity: 1;
top: 0;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item > li > a::after {
content: "";
position: absolute;
bottom: 10px;
right: 0;
width: 100%;
height: 2px;
background: #d9aa2f;
transition: 0.2s;
z-index: -1;
opacity: 0;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li
> a:hover::after {
opacity: 1;
bottom: 0px;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 12px 22px;
transition: 0.2s;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #d9aa2f;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 250px;
flex-direction: column;
gap: 0;
background: #122243;
box-shadow: 0 0 50px 0 rgb(29 35 58 / 0.08);
top: 100%;
z-index: 9999;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
transform: rotateX(0);
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
top: 112%;
opacity: 0;
visibility: hidden;
transition: all 0.2s ease-out;
transform: rotateX(-90deg);
transform-origin: 0 0;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
transform: rotateX(0);
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
a {
color: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 0;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #d9aa2f;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: -100%;
top: 100%;
transition: 0.2s;
padding: 0;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
li:hover:before {
color: #d9aa2f;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
border-bottom: 1px solid #dddddd8a;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px 10px 20px;
}
.dates-header-11
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:nth-last-child(1) {
border-bottom: none;
} .dates-header-11 .dates-mobile-menu {
display: none;
}
.dates-header-11 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-11 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-12 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background-color: #3a0ca3;
}
.dates-header-12 .dates-header-logo a {
display: inline-block;
height: 100%;
}
.dates-header-12 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
z-index: 9;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item li a{
padding: 12px 20px;
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover {
background: #0095d5;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #0095d5;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
transition: 0.2s;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 250px;
flex-direction: column;
gap: 0;
background: #fff;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
top: 140%;
opacity: 0;
visibility: hidden;
z-index: 9999;
transition: all 0.1s ease-out;
transform-origin: 0 0;
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
a {
color: #444;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 140%;
transition: 0.2s;
padding: 0;
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before {
content: "\f067" !important;
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #444;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children:hover::before{
content: "\f068" !important;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item > li::after {
content: "";
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
background: #94f2ff70;
transition: 0.2s;
z-index: -1;
transform: scale(0);
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li:hover::after {
transform: scale(1);
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #fff;
}
.dates-header-12
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-12 .dates-header-button .dates-button-item a:hover {
box-shadow: inset 0 -60px 0 #0095d5, 2px 2px 3px rgba(0, 0, 0, 0.3);
color: #fff;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
transition: 0.2s;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px 10px 20px;
}
.dates-header-12 .dates-header-button .dates-button-item a {
padding: 17px 30px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
border: 2px solid #0095d5;
color: #0095d5;
border-radius: 10px;
box-shadow: inset 0 -5px 0 #0095d5;
transition: 0.4s ease-in-out;
} .dates-header-12 .dates-mobile-menu {
display: none;
}
.dates-header-12 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-12 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-13 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background-color: #e85d04;
}
.dates-header-13 .dates-header-logo a {
display: inline-block;
height: 100%;
}
.dates-header-13 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
margin: 0;
transition: 0.2s;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li a{
padding: 10px 20px;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > li::after {
content: "";
position: absolute;
top: 0;
width: 0%;
left: 0;
height: 100%;
background: #202E4A;
transition: 0.2s;
z-index: -1;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
transition: 0.2s;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #d72324;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
background: #fff;
flex-direction: column;
gap: 0;
width: 250px;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
top: 140%;
opacity: 0;
visibility: hidden;
z-index: 9999;
transition: all 0.1s ease-out;
transform-origin: 0 0;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover::after {
width: 100%;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover::after {
transition: transform 0.5s;
transform-origin: left;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover::before {
color: #d72324;
transform: translateY(-58%);
top: 58%;
right: 4px;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item:hover > li {
opacity: 0.2;
filter: blur(5px);
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover {
opacity: 1;
filter: blur(0);
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover > a {
text-decoration: none;
color: #fff;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover .sub-menu {
top: 100%;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover:after {
height: 15px;
}
.dates-header-13
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
a {
color: #444;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 0;
}
.dates-header-13
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #d72324;
}
.dates-header-13
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 150%;
transition: 0.5s ease-in-out;
padding: 0;
}
.dates-header-13
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before { font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #444;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-13
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
li:hover:before {
color: #d72324;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
transition: 0.2s;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px 10px 20px;
}
.dates-header-13
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:after {
position: absolute;
content: "";
left: 10px;
top: 50%;
transform: translateY(-50%);
height: 0;
width: 2px;
background: #d72324;
transition: 0.2s;
}
.dates-header-13 .dates-header-button .dates-button-item a {
padding: 17px 30px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
border: 2px solid #d72324;
color: #d72324;
border-radius: 10px;
box-shadow: inset 0 -3px 0 #d72324;
transition: 0.4s ease-in-out;
}
.dates-header-13 .dates-header-button .dates-button-item a:hover {
box-shadow: inset 0 -70px 0 #d72324, 2px 2px 3px rgba(0, 0, 0, 0.3);
color: #fff;
} .dates-header-13 .dates-mobile-menu {
display: none;
}
.dates-header-13 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-13 .thf-dates-menu-area {
display: flex;
justify-content: center;
z-index: 999;
} .dates-header-14 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background-color: #240046;
}
.dates-header-14 .dates-header-logo a {
display: inline-block;
height: 100%;
}
.dates-header-14 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
z-index: 9;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-14 .thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li:hover::before {
color: #fff;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:after {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%) scale(0);
width: 100%;
height: 100%;
transition: 0.2s;
background: #3b3256;
z-index: -1;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover:after {
transform: translateX(-50%) scale(1);
}
.dates-header-14
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li
> a:hover::before {
opacity: 1;
top: -5px;
}
.dates-header-14
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li
> a:hover::after {
opacity: 1;
bottom: -5px;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item > li > a::before {
content: "";
position: absolute;
top: -30px;
left: 0;
width: 100%;
height: 2px;
background: #3b3256;
transition: 0.2s;
z-index: -1;
opacity: 0;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item > li > a::after {
content: "";
position: absolute;
bottom: -40px;
right: 0;
width: 100%;
height: 2px;
background: #3b3256;
transition: 0.2s;
z-index: -1;
opacity: 0;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 10px 22px;
transition: 0.2s;
position: relative;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #fff;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
background: #fff;
flex-direction: column;
gap: 0;
width: 250px;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
top: 140%;
opacity: 0;
border-bottom: 3px solid #3b3256;
visibility: hidden;
z-index: 9999;
transition: all 0.1s ease-out;
transform-origin: 0 0;
}
.dates-header-14
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
a {
color: #444;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 0;
}
.dates-header-14
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #3b3256;
}
.dates-header-14
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 150%;
transition: 0.5s ease-in-out;
padding: 0;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover .sub-menu {
top: 100%;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 115%;
}
.dates-header-14
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
.menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 14px;
color: #444;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-14
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
li:hover:before {
color: #3b3256;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
transition: 0.2s;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px 10px 20px;
} .dates-header-14 .dates-mobile-menu {
display: none;
}
.dates-header-14 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-14 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-15 {
display: flex;
justify-content: space-between;
align-items: center;
padding:20px 40px;
position: relative;
background-color: #926c15;
}
.dates-header-15 .dates-header-logo a {
display: inline-block;
height: 100%;
}
.dates-header-15 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
z-index: 9;
}
.dates-header-15
.thf-dates-menu-area
.menu-items .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-15
.thf-dates-menu-area
.menu-items .menu-item-has-children .sub-menu .menu-item-has-children::before {
color: #000;
}
.dates-header-15
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li:hover::before {
color: #fff;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: 0.2s;
background: #fbba42;
z-index: -1;
transform: scale(0);
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover:after {
transform: scale(1);
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item > li > a::before {
content: "";
position: absolute;
top: 12px;
left: 12px;
width: 10px;
height: 10px;
border: 3px solid #fbba42;
transition: 0.2s;
border-width: 3px 0px 0px 3px;
opacity: 0;
}
.dates-header-15
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li
> a:hover::before {
top: -8px;
left: -8px;
opacity: 1;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item > li > a::after {
content: "";
position: absolute;
right: 12px;
bottom: 12px;
width: 10px;
height: 10px;
border: 3px solid #fbba42;
transition: 0.2s;
border-width: 0px 3px 3px 0px;
opacity: 0;
}
.dates-header-15
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li
> a:hover::after {
right: -8px;
bottom: -8px;
opacity: 1;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 10px 22px;
transition: 0.2s;
position: relative;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #fff;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
background: #fff;
flex-direction: column;
gap: 0;
width: 250px;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
top: 140%;
opacity: 0;
visibility: hidden;
z-index: 9999;
transition: all 0.1s ease-out;
transform-origin: 0 0;
}
.dates-header-15
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
a {
color: #444;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 0;
}
.dates-header-15
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #ffb703;
}
.dates-header-15
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.dates-header-15
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 150%;
transition: 0.5s ease-in-out;
padding: 0;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li:hover .sub-menu {
top: 100%;
}
.dates-header-15
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
.menu-item-has-children
.sub-menu
li:hover:before {
color: #ffb703;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
transition: 0.2s;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px;
}
.dates-header-15 .dates-right-content {
display: flex;
align-items: center;
order: 4;
}
.dates-header-15 .dates-right-content .dates-social-icon a {
display: inline-block;
font-size: 24px;
color: #444;
padding: 0 35px 0 0;
transition: 0.4s;
}
.dates-header-15 .dates-right-content .dates-social-icon a:hover {
color: #ffb703;
}
.dates-header-15
.dates-right-content
.dates-header-button
.dates-button-item
a {
padding: 17px 28px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
border: 2px solid #ffb703;
color: #ffb703;
box-shadow: inset 0 -3px 0 #ffb703;
transition: 0.4s ease-in-out;
}
.dates-header-15
.dates-right-content
.dates-header-button
.dates-button-item
a:hover {
box-shadow: inset 0 -70px 0 #ffb703, 2px 2px 3px rgba(0, 0, 0, 0.3);
color: #fff;
} .dates-header-15 .dates-mobile-menu {
display: none;
}
.dates-header-15 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-15 .thf-dates-menu-area {
display: flex;
justify-content: center;
} .dates-header-16 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
position: relative;
background-color: #3a3d0d;
}
.dates-header-16 .dates-header-logo a {
display: inline-block;
height: 100%;
}
.dates-header-16 .dates-header-logo a img {
display: inline-block;
height: 100%;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item li {
position: relative;
display: inline-block;
transition: 0.2s;
margin: 0;
z-index: 9;
}
.dates-header-16 .thf-dates-menu-area .menu-items .menu-item-has-children::before {
font-family: "Font Awesome 5 free";
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
padding-left: 5px;
cursor: pointer;
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s;
}
.dates-header-16 .thf-dates-menu-area .menu-items .menu-item-has-children .sub-menu .menu-item-has-children::before {
color: #000;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > .menu-item-has-children:hover::before{
color: #fff;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover::before {
color: #4caf50;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:after {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 100%;
transition: 0.2s;
background: #4caf50;
z-index: -1;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > li:hover:after {
width: 100%;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > li > a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background: #4caf5094;
transition: 0.2s;
z-index: -1;
}
.dates-header-16
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li
> a:hover::before {
width: 50%;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > li > a::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background: #4caf5094;
transition: 0.2s;
z-index: -1;
}
.dates-header-16
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
> li
> a:hover::after {
width: 50%;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item li a {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
padding: 12px 22px;
transition: 0.2s;
position: relative;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover a {
color: #fff;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu {
position: absolute;
left: 0;
width: 250px;
background: #fff;
flex-direction: column;
gap: 0;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
top: 140%;
opacity: 0;
visibility: hidden;
z-index: 9999;
transition: all 0.1s ease-out;
transform-origin: 0 0;
}
.dates-header-16
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
a {
color: #444;
font-size: 14px;
font-weight: 600;
display: inline-block;
width: 100%;
white-space: nowrap;
transition: 0.2s;
margin: 0;
padding: 0;
}
.dates-header-16
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
> a {
color: #4caf50;
}
.dates-header-16
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li
.sub-menu {
position: absolute;
left: 100%;
top: 150%;
transition: 0.5s ease-in-out;
padding: 0;
}
.dates-header-16
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li
.sub-menu
li:hover
.sub-menu {
top: 100%;
}
.dates-header-16
.thf-dates-menu-area
.menu-items
.thf-menu-part-item
li:hover
> .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children .sub-menu
li:hover:before {
color: #4caf50;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li {
position: relative;
margin: 0;
display: block;
transition: 0.2s;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item li .sub-menu li a{
padding: 10px 20px 10px 20px;
}
.dates-header-16 .dates-right-content {
display: flex;
align-items: center;
order: 4;
}
.dates-header-16 .dates-right-content .dates-social-icon a {
display: inline-block;
font-size: 24px;
color: #444;
padding: 0 0 0 35px;
transition: 0.4s;
}
.dates-header-16 .dates-right-content .dates-social-icon a:hover {
color: #4caf50;
}
.dates-header-16
.dates-header-button-left
.dates-button-item
.dates-button-style {
background: #4caf50;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-flex;
align-items: center;
font-size: 16px;
font-weight: 600;
letter-spacing: 1.5px;
line-height: 1;
padding: 24px 28px;
text-align: center;
text-transform: capitalize;
transition: all 0.3s ease 0s;
position: relative;
z-index: 1;
overflow: hidden;
}
.dates-header-16
.dates-header-button-left
.dates-button-item
.dates-button-style:before {
content: "";
position: absolute;
transition-duration: 800ms;
width: 200%;
height: 200%;
top: 110%;
left: 50%;
background: #0a303a;
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
}
.dates-header-16
.dates-header-button-left
.dates-button-item
.dates-button-style:hover:before {
top: -40%;
}
.dates-header-16
.dates-header-button-left
.dates-button-item
.dates-button-style:hover {
color: #fff;
} .dates-header-16 .dates-mobile-menu {
display: none;
}
.dates-header-16 .dates-mobile-menu i {
font-size: 28px;
color: #444;
}
.dates-header-16 .thf-dates-menu-area {
display: flex;
justify-content: center;
}
.dates-header-16 .dates-header-button-left{
margin-left: 40px;
padding: 20px 0 30px;
} .dates-header-button input.search-submit {
border: none;
background: #2cfff3;
padding: 10px 22px;
border-radius: 5px;
font-size: 13px;
cursor: pointer;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.dates-header-button input.search-field {
border: none;
background: #ffffff;
color: black;
padding: 10px 5px;
border-radius: 5px;
width: 100px;
}
.dates-header-button a {
display: inline-block;
color: white;
background: #7c7c7c;
padding: 12px 10px;
position: relative;
border-radius: 6px;
}
.dates-header-button a:hover{
color: white;
}
.dates-header-button-left a {
color: white;
background: #7c7c7c;
padding: 12px 10px;
border-radius: 6px;
border: 1px solid black;
}
.dates-header-logo p {
display: -webkit-box;
}
.thf-style-solid a {
border-style: solid !important;
}
.thf-style-dashed a {
border-style: dashed !important;
}
.thf-style-dotted a {
border-style: dotted !important;
}
.thf-style-double a {
border-style: double !important;
} .thf-style-solid .search-submit {
border-style: solid !important;
}
.thf-style-dashed .search-submit {
border-style: dashed !important;
}
.thf-style-dotted .search-submit {
border-style: dotted !important;
}
.thf-style-double .search-submit {
border-style: double !important;
}
.thf-header-login-author img {
border-radius: 50% !important;
height: 30px;
width: 30px;
}
.thf-header-login-author a {
color: black;
font-size: 16px;
font-family: sans-serif;
}
.thf-header-login-author:hover a {
color: black;
font-size: 16px;
font-family: sans-serif;
} .bwdhf_site_title , .bwdhf_custom_site_title {
position: relative;
font-size: 35px;
color: #fff;
line-height: 1;
text-shadow: 0 0 1px black;
z-index: 0;
}
.thf_bg_trans{
background: transparent !important;
}   span,
a{
display: inline-block;
}  .offcanvas-header-common {
display: none;
justify-content: space-between;
align-items: center;
z-index: 99999;
}   .offcanvas-header-common .dates-menu-area {
display: flex;
flex-direction: column;
justify-content: start;
align-items: flex-start;
top: 0;
left: 0;
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
transition: .5s;
}  .offcanvas-header-common  .dates-header-logo img{
display: inline-block;
height: 100%;
}  .offcanvas-header-common .dates-menu-area .menu-item-has-children ul.sub-menu{
max-height: 0;
visibility: hidden;
overflow: hidden;
transition: .5s;
}
.offcanvas-header-common .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu{
max-height: 1000px;
visibility: visible;
}   .dates-header-logo a{
display: inline-flex !important;
align-items: center;
}  .off-canvas-dates-header-1 {
padding:10px 40px;
}
.off-canvas-dates-header-1 .style1 .thf-title{
border-color: #fff;
color: #fff;
}
.off-canvas-dates-header-1 .dates-menu-area {
position: fixed;
padding: 60px;
width: 100vw;
bottom: 0;
background: #002626;
overflow-y: scroll;
transform: translateX(-105%);
transition: .5s;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active{
transform: translate(0);
}
@media (max-width: 767px){
.off-canvas-dates-header-1 .dates-menu-area{
padding: 30px;
}
}
.off-canvas-dates-header-1 .dates-menu-area li {
border-bottom: 0.5px solid #051e1e;
}
.off-canvas-dates-header-1 .dates-menu-area li:nth-last-child(1){
border: 0;
}
.off-canvas-dates-header-1 .dates-menu-area a{
position: relative;
width: 100%;
padding: 15px 0;
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
line-height: 1;
color: #ddd;
transition: .2s;
}
.off-canvas-dates-header-1 .dates-menu-area a:hover{
color: #fff;
} .off-canvas-dates-header-1 .dates-menu-area .menu-item-has-children > a.deactivate-plus-icon::after{
transform: translate(-6px, -50%) rotate(90deg);
}
.off-canvas-dates-header-1 .dates-menu-area nav{
width: 100%;
}
.off-canvas-dates-header-1 .dates-menu-area .menu-part-item > li{
position: relative;
overflow: hidden;
}
.off-canvas-dates-header-1 .dates-menu-area .menu-part-item > li > a{
transform: translateY(250%);
visibility: hidden;
transition: .6s;
transition-delay: .4s;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li > a{
transform: translate(0);
visibility: visible;
}
.off-canvas-dates-header-1 .dates-menu-area .menu-part-item > li::before{
content: "";
position: absolute;
bottom: 0;
height: 4px;
width: 0;
right: 0;
background: #fff;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li::before{
animation: nav-line .7s ease-in-out .1s 1 ;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li:nth-child(2):before{
animation: nav-line .7s ease-in-out .2s 1 ;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li:nth-child(3):before{
animation: nav-line .7s ease-in-out .3s 1 ;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li:nth-child(4):before{
animation: nav-line .7s ease-in-out .4s 1 ;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li:nth-child(5):before{
animation: nav-line .7s ease-in-out .5s 1 ;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li:nth-child(6):before{
animation: nav-line .7s ease-in-out .6s 1 ;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li:nth-child(7):before{
animation: nav-line .7s ease-in-out .7s 1 ;
}
.off-canvas-dates-header-1 .dates-menu-area.dates-menu-active .menu-part-item > li:nth-child(8):before{
animation: nav-line .7s ease-in-out .8s 1 ;
}
@keyframes nav-line {
0%{
width: 0;
left: 0;
}
50%{
width: 100%;
right: 0;
}
70%{
width: 100%;
right: 0;
}
100%{
width: 0;
right: 0;
}
}
.off-canvas-dates-header-1 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu {
padding-inline-start: 25px !important;
border-left: 0.5px solid #051e1e;
}
.off-canvas-dates-header-1 .dates-mobile-menu {
font-size: 32px;
color: #fff;
cursor: pointer;
} .off-canvas-dates-header-1 .dates-header-close {
position: absolute;
top: 7px;
right: 20px;
background: transparent;
height: 30px;
width: 30px;
cursor: pointer;
}
.off-canvas-dates-header-1 .dates-header-close::before,
.off-canvas-dates-header-1 .dates-header-close::after  {
content: "";
position: absolute;
width: 100%;
height: 4px;
background: #ddd;
transform-origin: top;
top: 50%;
border-radius: 5px;
}
.off-canvas-dates-header-1 .dates-header-close:hover::before,
.off-canvas-dates-header-1 .dates-header-close:hover::after{
background: #fff;
}
.off-canvas-dates-header-1 .dates-header-close::before{
transform: rotate(45deg) translateY(-50%);
}
.off-canvas-dates-header-1 .dates-header-close::after {
transform: rotate(-45deg) translateY(-50%);
}  .off-canvas-dates-header-2 {
padding:20px 40px;
background: #4f772d;
}
.off-canvas-dates-header-2 .dates-menu-area {
position: fixed;
padding: 30px 0;
padding-top: 70px;
width: 350px;
background: #404040;
transform: translateX(-105%);
}
.off-canvas-dates-header-2 .dates-menu-area.dates-menu-active{
transform: translateX(0);
}
.off-canvas-dates-header-2 .dates-menu-area li {
background: rgba(255, 255, 255, 0.05);
border-top: 1px solid #5a5a5a;
border-bottom: 1px solid #333;
padding-left: 25px;
}
.off-canvas-dates-header-2 .dates-menu-area li:hover {
box-shadow: 0 0px 12px 3px #333;
}
.off-canvas-dates-header-2 .dates-menu-area a{
position: relative;
width: 100%;
padding: 15px 0;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
line-height: 1;
color: #ddd;
transition: .2s;
}
.off-canvas-dates-header-2 .dates-menu-area a:hover{
color: #fff;
text-shadow: 0px -2px #333;
} .thf-main-default-icon .dates-menu-area .menu-item-has-children > a::before,
.thf-main-default-icon .dates-menu-area .menu-item-has-children > a::after{
content: "";
position: absolute;
right: 25px;
background: #fff;
cursor: pointer;
top: 50%;
transition: .5s;
box-shadow: 0 0px 12px 3px #33333352;
}
.thf-main-default-icon .dates-menu-area .menu-item-has-children > a::before{
height: 2px;
width: 13px;
transform: translateY(-50%);
}
.thf-main-default-icon .dates-menu-area .menu-item-has-children > a::after{
height: 13px;
width: 2px;
transform: translate(-5.5px, -50%);
}
.off-canvas-dates-header-2 .dates-menu-area .menu-item-has-children > a.deactivate-plus-icon::after{
transform: translate(-6px, -50%) rotate(90deg);
}
.off-canvas-dates-header-2 .dates-menu-area nav{
width: 100%;
}
.off-canvas-dates-header-2 .dates-menu-area .menu-part-item > li{
position: relative;
overflow: hidden;
}
.off-canvas-dates-header-2 .dates-menu-area .menu-part-item > li > a{
padding-right: 25px;
}
.off-canvas-dates-header-2 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu {
border-left: 1px solid #333;
}
.off-canvas-dates-header-2 .dates-mobile-menu {
font-size: 32px;
color: #fff;
cursor: pointer;
} .off-canvas-dates-header-2 .dates-header-close {
position: absolute;
top: 25px;
right: 25px;
background: transparent;
height: 27px;
width: 27px;
cursor: pointer;
}
.off-canvas-dates-header-2 .dates-header-close::before,
.off-canvas-dates-header-2 .dates-header-close::after  {
content: "";
position: absolute;
top: 50%;
width: 100%;
height: 4px;
background: #ddd;
transform-origin: top;
border-radius: 5px;
}
.off-canvas-dates-header-2 .dates-header-close:hover::before,
.off-canvas-dates-header-2 .dates-header-close:hover::after{
background: #fff;
}
.off-canvas-dates-header-2 .dates-header-close::before{
transform: rotate(45deg) translateY(-50%);
}
.off-canvas-dates-header-2 .dates-header-close::after {
transform: rotate(-45deg) translateY(-50%);
}  .off-canvas-dates-header-2 .dates-header-button a {
display: inline-block;
line-height: 1;
padding: 15px 30px ;
background: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 30px;
margin: 20px 25px;
text-align: center;
transition: .3s;
}
.off-canvas-dates-header-2 .dates-header-button a{
background: #c3600e;
border-color: #c3600e;
}    .off-canvas-dates-header-3 {
padding:20px 40px;
}
.off-canvas-dates-header-3::before {
content: "";
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #06050bb3;
transition: .5s;
transform: translateX(100%);
}
.off-canvas-dates-header-3.expand-dates-header::before{
transform: translate(0);
}
.off-canvas-dates-header-3 .dates-menu-area {
justify-content: start;
position: fixed;
left: auto;
right: 0;
padding: 30px 0;
padding-top: 60px;
width: 350px;
background: #3C3453;
transform: translateX(105%);
}
@media (max-width: 349px){
.off-canvas-dates-header-3 .dates-menu-area{
width: 100%;
}
}
.off-canvas-dates-header-3 .dates-menu-area.dates-menu-active{
transform: translateX(0);
}
.off-canvas-dates-header-3 .dates-menu-area li {
padding-left: 30px;
box-shadow: 0 1px 2px #322b46e0, 0 -19px 26px #322b4694 inset;
transition:box-shadow .2s;
}
.off-canvas-dates-header-3 .dates-menu-area li:hover{
box-shadow: 0 5px 10px #140d29e0, 0 -19px 26px #302844 inset;
}
.off-canvas-dates-header-3 .dates-menu-area a{
position: relative;
width: 100%;
padding: 15px 0;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
line-height: 1;
color: #eee;
transition: .2s;
}
.off-canvas-dates-header-3 .dates-menu-area a:hover{
color: #fff;
} .off-canvas-dates-header-3 .dates-menu-area nav{
width: 100%;
}
.off-canvas-dates-header-3 .dates-menu-area .menu-part-item > li{
position: relative;
overflow: hidden;
}
.off-canvas-dates-header-3 .dates-menu-area .menu-part-item > li > a{
padding-right: 30px;
transform: translateX(50%);
}
.off-canvas-dates-header-3.expand-dates-header .dates-menu-area .menu-part-item > li > a{
transform: translateX(0);
transition: .3s ease-in-out;
transition-delay: .2s;
}
.off-canvas-dates-header-3.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(2) > a{
transition-delay: .3s;
}
.off-canvas-dates-header-3.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(3) > a{
transition-delay: .4s;
}
.off-canvas-dates-header-3.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(4) > a{
transition-delay: .5s;
}
.off-canvas-dates-header-3.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(5) > a{
transition-delay: .6s;
}
.off-canvas-dates-header-3.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(6) > a{
transition-delay: .7s;
}
.off-canvas-dates-header-3 .dates-mobile-menu {
font-size: 32px;
color: #fff;
cursor: pointer;
transition: .5s;
visibility: visible;
opacity: 1;
}
.dates-mobile-menu.hide-bar{
visibility: hidden;
opacity: 0;
overflow: hidden;
} .off-canvas-dates-header-3 .dates-header-close {
position: absolute;
top: 30px;
right: 30px;
background: transparent;
height: 27px;
width: 27px;
cursor: pointer;
}
.off-canvas-dates-header-3 .dates-header-close::before,
.off-canvas-dates-header-3 .dates-header-close::after  {
content: "";
position: absolute;
top: 50%;
width: 100%;
height: 2px;
background: #eee;
transform-origin: top;
border-radius: 5px;
}
.off-canvas-dates-header-3 .dates-header-close:hover::before,
.off-canvas-dates-header-3 .dates-header-close:hover::after{
background: #fff;
}
.off-canvas-dates-header-3 .dates-header-close::before{
transform: rotate(45deg) translateY(-50%);
}
.off-canvas-dates-header-3 .dates-header-close::after {
transform: rotate(-45deg) translateY(-50%);
}  .off-canvas-dates-header-3 .dates-header-button a {
display: inline-block;
line-height: 1;
padding: 15px 25px;
background: #F61D73;
border-radius: 5px;
margin: 34px 30px 0 30px;
text-align: center;
transition: .3s;
border: 2px solid transparent;
}
.off-canvas-dates-header-3 .dates-header-button:hover a{
border: 2px solid #F61D73;
background: transparent;
}  .off-canvas-dates-header-3 .dates-social-icons {
margin: 40px 30px 0;
}
.off-canvas-dates-header-3 .dates-icon-title {
font-size: 18px;
text-transform: capitalize;
font-weight: 600;
color: #fff;
}
.off-canvas-dates-header-3 .dates-icon-wrapper {
display: flex;
gap: 12px;
margin-top: 20px;
}
.off-canvas-dates-header-3 .dates-icon-wrapper .dates-social-icon {
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
color: #eee;
height: 50px;
width: 50px;
transition: .3s;
border-radius: 50%;
border: 2px solid grey;
}
.off-canvas-dates-header-3 .dates-icon-wrapper .dates-social-icon:hover{
color: #fff;
border-color: #F61D73;
background: #F61D73;
}    .off-canvas-dates-header-4 {
padding:20px 40px;
}
.off-canvas-dates-header-4::before {
content: "";
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #06050b7a;
transition: .5s;
transform: translateX(-100%);
z-index: -1;
}
.off-canvas-dates-header-4.expand-dates-header::before{
transform: translate(0);
}
.off-canvas-dates-header-4::after {
content: "";
position: fixed;
top: 0;
bottom: 0;
left: -20vw;
width: 100vw;
background: #202E4A;
transition: .5s;
transform: translateX(-130%) skew(15deg);
z-index: -1;
}
.off-canvas-dates-header-4.expand-dates-header::after{
transform: translateX(0) skew(15deg);
}
.off-canvas-dates-header-4 .dates-menu-area {
justify-content: start;
position: fixed;
padding: 30px 0;
padding-top: 60px;
width:350px;
background: #1b4332;
transform: translateX(-105%);
}
@media (max-width:349px){
.off-canvas-dates-header-4 .dates-menu-area{
width: 100%;
}
}  .off-canvas-dates-header-4 .dates-menu-area::-webkit-scrollbar {
width: 4px;
border-radius: 10px;
}
.off-canvas-dates-header-4 .dates-menu-area::-webkit-scrollbar-track {
background: #141c2e; 
} .off-canvas-dates-header-4 .dates-menu-area::-webkit-scrollbar-thumb {
background: #FF8939 ; 
border-radius: 10px;
} ::-webkit-scrollbar-thumb:hover {
background: #ab5923; 
} .off-canvas-dates-header-4 .dates-menu-area.dates-menu-active{
transform: translateX(0);
}
.off-canvas-dates-header-4 .dates-menu-area li {
padding-left: 30px;
box-shadow: 0 0.5px 1px #162034a8;
transition:box-shadow .3s ease-in ;
}
.off-canvas-dates-header-4 .dates-menu-area li:hover{
box-shadow: 0 -9px 20px inset #0f162487;
}
.off-canvas-dates-header-4 .dates-menu-area a{
position: relative;
width: 100%;
padding: 15px 0;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
line-height: 1;
color: #eee;
transition: .2s;
}
.off-canvas-dates-header-4 .dates-menu-area a:hover{
color: #fff;
} .off-canvas-dates-header-4 .dates-menu-area .menu-item-has-children > a.deactivate-plus-icon::before,
.off-canvas-dates-header-4 .dates-menu-area .menu-item-has-children > a.deactivate-plus-icon::after{
height: 15px;
}
.off-canvas-dates-header-4 .dates-menu-area .menu-item-has-children > a.deactivate-plus-icon::after{
transform-origin: top;
transform: rotate(227deg) translateY(-50%);
}
.off-canvas-dates-header-4 .dates-menu-area nav{
width: 100%;
}
.off-canvas-dates-header-4 .dates-menu-area .menu-part-item > li{
position: relative;
overflow: hidden;
}
.off-canvas-dates-header-4 .dates-menu-area .menu-part-item > li > a{
padding-right: 30px;
transform: translateX(50%);
}
.off-canvas-dates-header-4.expand-dates-header .dates-menu-area .menu-part-item > li > a{
transform: translateX(0);
transition: .3s ease-in-out;
transition-delay: .2s;
}
.off-canvas-dates-header-4.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(2) > a{
transition-delay: .3s;
}
.off-canvas-dates-header-4.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(3) > a{
transition-delay: .4s;
}
.off-canvas-dates-header-4.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(4) > a{
transition-delay: .5s;
}
.off-canvas-dates-header-4.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(5) > a{
transition-delay: .6s;
}
.off-canvas-dates-header-4.expand-dates-header .dates-menu-area .menu-part-item > li:nth-child(6) > a{
transition-delay: .7s;
}
.off-canvas-dates-header-4 .dates-mobile-menu {
font-size: 32px;
color: #fff;
cursor: pointer;
transition: .4s;
visibility: visible;
opacity: 1;
}
.off-canvas-dates-header-4 .dates-mobile-menu.hide-bar{
visibility: hidden;
opacity: 0;
overflow: hidden;
} .off-canvas-dates-header-4 .dates-header-close {
position: absolute;
top: 25px;
right: 25px;
background: transparent;
height: 25px;
width: 25px;
cursor: pointer;
}
.off-canvas-dates-header-4 .dates-header-close::before,
.off-canvas-dates-header-4 .dates-header-close::after  {
content: "";
position: absolute;
top: 50%;
width: 100%;
height: 2px;
background: #eee;
transform-origin: top;
border-radius: 5px;
}
.off-canvas-dates-header-4 .dates-header-close:hover::before,
.off-canvas-dates-header-4 .dates-header-close:hover::after{
background: #fff;
}
.off-canvas-dates-header-4 .dates-header-close::before{
transform: rotate(45deg) translateY(-50%);
}
.off-canvas-dates-header-4 .dates-header-close::after {
transform: rotate(-45deg) translateY(-50%);
}  .off-canvas-dates-header-4 .dates-header-button a {
display: inline-block;
line-height: 1;
padding: 15px 25px;
background: #ce661f;
border-radius: 5px;
margin: 34px 30px 0 30px;
text-align: center;
transition: .3s;
border: 2px solid transparent;
}
.off-canvas-dates-header-4 .dates-header-button:hover a{
border: 2px solid #ce661f;
background: transparent;
}  .off-canvas-dates-header-4 .dates-social-icons {
margin: 40px 30px 0;
}
.off-canvas-dates-header-4 .dates-icon-title {
font-size: 18px;
text-transform: capitalize;
font-weight: 600;
color: #fff;
}
.off-canvas-dates-header-4 .dates-icon-wrapper {
display: flex;
gap: 12px;
margin-top: 20px;
}
.off-canvas-dates-header-4 .dates-icon-wrapper .dates-social-icon {
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
color: #eee;
height: 50px;
width: 50px;
transition: .3s;
border-radius: 50%;
border: 2px solid grey;
}
.off-canvas-dates-header-4 .dates-icon-wrapper .dates-social-icon:hover{
color: #fff;
border-color: #FF8939;
background: #FF8939;
} .offcanvas-header-common a{
padding: 0;
}
.off-canvas-dates-header-1 .dates-mobile-menu-btn-wrap {
margin: 20px 25px 0 0;
}
.dates-mobile-menu-btn-wrap {
margin: 20px 25px 0 25px;
}
.offcanvas-header-common .dates-mobile-menu-btn-wrap a{
padding: 0;
}
.offcanvas-header-common a .thf-title{
color: #000;
border-color: #eee;
}
.off-canvas-dates-header-1 a .thf-title{
margin: 0;
}
.offcanvas-header-common .thf-all-button-con{
flex-basis:0;
}
.offcanvas-header-common .dates-header-logo{
justify-content: flex-start;
} .ocv-style-2 .dates-menu-area{
background:#9a7125;
}
.ocv-style-2 .dates-menu-area li{
background: #926a21;
border-top: 1px solid #9A7125;
border-bottom: 1px solid #9A7125;
}
.ocv-style-2 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu{
border-left-color: #926a21;
}
.ocv-style-2 .dates-menu-area li:hover {
box-shadow: 0 0px 15px 4px #805d1d, 0 0px 14px 4px #805d1d inset;
background: #ad8844;
} .ocv-style-2 .dates-menu-area li.active-dates-menu-item {
box-shadow: 0 0px 15px 4px #805d1d, 0 0px 14px 4px #805d1d inset;
background: #ad8844;
}   .ocv-style-3 .dates-menu-area li.active-dates-menu-item {
box-shadow: 0 5px 10px #140d29e0, 0 -19px 26px #302844 inset;
} 
.ocv-style-3 {
background: #023e8a;
} .ocv-style-4::after{
background:#a14c3c;
}
.ocv-style-4 {
background: #9b5de5;
}
.ocv-style-4::after{
background:#a14c3c;
}
.ocv-style-4 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 -9px 20px inset #0f162487;
}
.ocv-style-5 .dates-menu-area{
background:#256974;
}
.ocv-style-5 {
background: #42b9cc;
}
.ocv-style-5 .dates-menu-area li{
border-bottom: 0.5px solid #196161cf;
}
.ocv-style-5 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu{
border-left: 0.5px solid #196161cf;
}
.dates-header-5 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item:after{
width: 100%;
opacity: 1;
visibility: visible;
right: auto;
left: 0;
}
.ocv-style-5 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 3px 10px #196161cf;
}
.dates-header-6 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item:after{
opacity: 1;
visibility: visible;
bottom: 25px;
}
.ocv-style-6 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 -9px 20px inset #0f162487;
}
.ocv-style-6 {
background-color: #926c15;
}
.ocv-style-7 .dates-menu-area{
background:#007297;
}
.ocv-style-7 {
background-color: #3a3d0d;
}
.ocv-style-7::after{
background:#007297;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item:after {
opacity: 1;
visibility: visible;
width: 100%;
}
.dates-header-7 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item a {
color: #01b2ec;
}
.ocv-style-7 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 -9px 20px inset #0f162487;
}
.ocv-style-8 .dates-menu-area{
background:#5e5e5e;
}
.ocv-style-8 {
background: #5e5e5e;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li{
border: 2px solid transparent;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li:hover{
border-color:  #9a7dd8e0;
}
.dates-header-8 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item{
border-color:  #9a7dd8e0;
}
.ocv-style-8 .dates-menu-area li{
border-bottom: 0.5px solid #535151b9;
}
.ocv-style-8 .dates-menu-area li:hover{
box-shadow: 0 6px 9px #9a7dd85a; }
.ocv-style-8 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 6px 9px #9a7dd85a; }
.ocv-style-8 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu{
border-left: 0.5px solid #535151;
}
.dates-header-9 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item a{
color: #ff630e;
}
.ocv-style-9::after{
background: #c27b2f;
}
.ocv-style-9 {
background-color: #7161ef;
}
.ocv-style-9 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 -9px 20px inset #0f162487;
}
.ocv-style-9 .dates-menu-area li{
background: #c27b2f;
border-bottom: 0.5px #894e067a;
box-shadow: none;
}  .ocv-style-9 .dates-menu-area::-webkit-scrollbar {
width: 4px;
border-radius: 10px;
}
.ocv-style-9 .dates-menu-area::-webkit-scrollbar-track {
background: #a36827; 
} .ocv-style-10 .dates-menu-area li{
border-top: 1px solid #b84f42;
border-bottom: 1px solid #b84f42;
}
.ocv-style-10 {
background-color: #540d6e;
}
.ocv-style-10 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu{
border-left-color: #b84f42;
}
.ocv-style-10 .dates-menu-area {
background: #b84f42;
}
.ocv-style-10 .dates-menu-area li:hover{
box-shadow: 0 0px 12px 3px #f87060;
}
.ocv-style-10 .dates-menu-area li.active-dates-menu-item {
box-shadow: 0 0px 12px 3px #f87060;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item{
background: #ff630e1f;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item a {
color: #f87060;
}
.dates-header-10 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item::before {
color: #f87060;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item a {
color: #d9aa2f;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item::before {
color: #d9aa2f;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item > a::before{
opacity: 1;
top: 0;
}
.dates-header-11 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item > a::after {
opacity: 1;
bottom: 0;
}
.ocv-style-11 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 -9px 20px inset #0f162487;
}
.ocv-style-11 {
background-color: #00296b;
}
@media (max-width:767px){
.off-canvas-dates-header-4.expand-dates-header::after{
transform: translateX(0) skew(0) !important;
left: 0;
}
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item::after {
transform: scale(1);
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item a {
color: #0095d5;
}
.dates-header-12 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item::before {
color: #0095d5;
}
.ocv-style-12 .dates-menu-area{
background: #0095d5;
}
.ocv-style-12 {
background-color: #3a0ca3;
}
.ocv-style-12 .dates-menu-area li{
background: #0095d5;
border-color:#0781b5 ;
}
.ocv-style-12 .dates-menu-area li:hover{
box-shadow: 0 0px 20px 3px #0e6d96c9;
}
.ocv-style-12 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 0px 20px 3px #0e6d96c9;
}
.ocv-style-12 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu{
border-left-color:#0781b5 ;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item::after {
transition: transform 0.5s;
transform-origin: left;
width: 100%;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item::before {
color: red;
}
.dates-header-13 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item a{
color: #fff;
}
.ocv-style-13 .dates-menu-area li.active-dates-menu-item{
box-shadow: 0 -9px 20px inset #0f162487;
}
.ocv-style-13 {
background-color: #e85d04;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item a {
color: #fff;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item::after {
transform: translateX(-50%) scale(1);
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item > a::before {
opacity: 1;
top: -5px;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item > a::after {
opacity: 1;
bottom: -5px;
}
.dates-header-14 .thf-dates-menu-area .menu-items .thf-menu-part-item .menu-item-has-children.active-dates-menu-item::before{
color: #fff;
}
.ocv-style-14 .dates-menu-area li.active-dates-menu-item {
box-shadow: 0 5px 10px #140d29e0, 0 -19px 26px #302844 inset;
}
.ocv-style-14 {
background-color: #240046;
}
.ocv-style-15 .dates-menu-area{
background: #a06f15;
}
.ocv-style-15 {
background-color: #926c15;
}
.ocv-style-15 .dates-menu-area li{
border-bottom-color: #885e11e6;
}
.ocv-style-15 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu{
border-left-color: #885e11e6;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item:after {
transform: scale(1);
}
.dates-header-15 .thf-dates-menu-area .menu-items .menu-item-has-children.active-dates-menu-item::before{
color: #fff;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item a {
color: #fff;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item > a::before {
top: -8px;
left: -8px;
opacity: 1;
}
.dates-header-15 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item > a::after {
right: -8px;
bottom: -8px;
opacity: 1;
}
.ocv-style-15 .dates-menu-area li:hover {
box-shadow: 0 7px 10px #885e118f;
}
.ocv-style-15 .dates-menu-area li.active-dates-menu-item {
box-shadow: 0 7px 10px #885e118f;
}
.ocv-style-16 .dates-menu-area {
background: #2f7532;
}
.ocv-style-16 .dates-menu-area li{
background: #2a702d;
border-top: 1px solid #2f7532;
border-bottom: 1px solid #2f7532;
padding-left: 25px;
}
.ocv-style-16 .dates-menu-area li:hover{
box-shadow: 0 0px 12px 3px #1e6021;
}
.ocv-style-16 {
background-color: #3a3d0d;
}
.ocv-style-16 .dates-menu-area .menu-item-has-children ul.sub-menu.active-submenu{
border-left-color: #1e6021;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > .menu-item-has-children.active-dates-menu-item::before {
color: #fff;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item:after {
width: 100%;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item li.active-dates-menu-item a {
color: #fff;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item > a::before {
width: 50%;
}
.dates-header-16 .thf-dates-menu-area .menu-items .thf-menu-part-item > li.active-dates-menu-item > a::after {
width: 50%;
}
.ocv-style-16 .dates-menu-area li.active-dates-menu-item {
box-shadow: 0 0px 12px 3px #1e6021;
} .thf-sticky-header{
position: fixed !important;
top: 0;
left: 0;
width: 100%!important;
animation: stickyHeaderAnim .5s ease 0s 1;
}
@keyframes stickyHeaderAnim {
0%{
transform: translateY(-100%);
}
100%{
transform: translateY(0);
}
}  .offcanvas-header-common .dates-menu-area{
z-index: 10;
}
.thf_hb_left{
position: absolute !important;
left: 5% !important;
}
.thf_hb_center{
position: absolute !important;
right: 50% !important;
left: 50% !important;
}
.thf_hb_right{
position: absolute !important;
right: 5% !important;
}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:transparent;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50%,.071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50%,.102)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:transparent;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media(max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;max-width:none;text-align:center;width:100%}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{align-items:center;display:flex;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#494c4f;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{background-color:currentColor;border-radius:3px;content:"";display:block;height:3px;transition:all .2s ease-in-out}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentColor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{align-items:center;display:flex}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{display:flex;position:relative}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{align-items:center;color:#666;content:"▾";display:flex;font-size:1.5em;justify-content:center;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;left:0;min-width:150px;position:absolute;top:100%;z-index:2}.site-navigation ul.menu li ul li{border-block-end:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{bottom:100%;top:auto}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{bottom:0;left:0;margin-block-start:10px;position:absolute;transform-origin:top;transition:max-height .3s,transform .3s;width:100%;z-index:10000}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{max-height:0;transform:scaleY(0)}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{max-height:100vh;transform:scaleY(1)}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{background:#fff;margin:0;padding:0;position:absolute;width:100%}.site-navigation-dropdown ul.menu li{display:block;position:relative;width:100%}.site-navigation-dropdown ul.menu li a{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.102);color:#55595c;display:block;padding:20px}.site-navigation-dropdown ul.menu li.current-menu-item a{background:#55595c;color:#fff}.site-navigation-dropdown ul.menu>li li{max-height:0;transform:scaleY(0);transform-origin:top;transition:max-height .3s,transform .3s}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{max-height:100vh;transform:scaleY(1)}@media(max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(min-width:576px)and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}