@charset "UTF-8";
@charset "UTF-8";
.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(//www.modernhomeopathiccure.com/wp-content/plugins/the-unique-headers/assets/public/img/natureSmaller.png);
mask: url(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/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(//www.modernhomeopathiccure.com/wp-content/plugins/the-unique-headers/assets/public/img/1.png) center / cover;
z-index: -1;
}.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;
}.menu-primary-menu li{
margin: 0;
padding: 0;
}
.offcanvas-header-common .dates-menu-area li{
margin: 0;
} .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;
}     .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;
}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(//www.modernhomeopathiccure.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(//www.modernhomeopathiccure.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(//www.modernhomeopathiccure.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(//www.modernhomeopathiccure.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(//www.modernhomeopathiccure.com/wp-content/plugins/yith-woocommerce-compare/assets/css/DataTables-1.10.18/images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}div.DTFC_Blocker{
background-color:white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable{
margin-bottom:0;
z-index:2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer{
border-bottom:none;
}
div.DTFC_LeftFootWrapper table.compare-list,
div.DTFC_LeftHeadWrapper table.compare-list {
border: 0;
} a.compare.disabled:not(.added) {
opacity: 0.6;
pointer-events: none;
} .yith-woocompare-popup-container {
position:fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,.95);
z-index: 1000;
}
a.yith-woocompare-popup-close {
position: absolute;
top: 20px;
right: 20px;
font-size: 40px;
width: 40px;
color: #434343;
text-decoration: none;
z-index: 2;
line-height: 1;
background-color: rgba(255,255,255,.7);
text-align: center;
}
body.yith-woocompare-popup-open {
overflow-y: hidden;
}
body.yith-woocompare-popup,
.yith-woocompare-table-wrapper {
box-sizing: border-box;
font-size: 16px;
color: #747373;
background: none !important;
margin: 0;
max-height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
body.yith-woocompare-popup,
.yith-woocompare-table-scroll-wrapper {
position: relative;
padding: 5%;
}
body.yith-woocompare-popup #yith-woocompare {
padding: 10px;
}
#yith-woocompare-table_wrapper {
margin: 10px 0;
}
#yith-woocompare table.dataTable.compare-list thead th,
#yith-woocompare table.dataTable.compare-list thead td,
#yith-woocompare table.dataTable.compare-list tfoot td,
#yith-woocompare table.dataTable.compare-list tfoot th {
border: 0;
vertical-align: middle;
}
#yith-woocompare table.compare-list {
width: 100%;
border-bottom: 0;
border-top: 0;
margin: 0;
table-layout: auto;
}
#yith-woocompare table.compare-list tr {
background: #fff;
}
#yith-woocompare table.compare-list tbody tr .filler {
padding: 0!important;
}
#yith-woocompare table.compare-list td:not(.filler) {
min-width: 300px;
width: 300px;
text-align: center;
vertical-align: middle;
}
#yith-woocompare table.compare-list tbody th:not(.filler) {
min-width: 300px;
width: 300px;
overflow: hidden;
text-align: left;
font-weight: 700;
}
#yith-woocompare table.dataTable.compare-list tbody th,
#yith-woocompare table.dataTable.compare-list tbody td {
border-right: none;
border-top: 1px solid #e7e7e7;
border-bottom: none;
border-left: none;
padding-block: 10px;
vertical-align: middle;
}
#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
padding-inline: 40px;
}
#yith-woocompare table.dataTable.compare-list tbody tr:first-child th,
#yith-woocompare table.dataTable.compare-list tbody tr:first-child td {
border-top: none;
}
#yith-woocompare table.compare-list tbody td.last-column {
width: auto;
border-right: 0;
}
#yith-woocompare table.dataTable.compare-list tbody .product_info th,
#yith-woocompare table.dataTable.compare-list tbody .product_info td {
vertical-align: top;
}
#yith-woocompare table.dataTable.compare-list tbody tr.label-row td {
font-weight: 700;
color: #434343;
padding-bottom: 0;
}
#yith-woocompare table.dataTable.compare-list tbody tr.label-row + tr td {
border-top: none;
}
#yith-woocompare .dataTables_scrollBody::-webkit-scrollbar {
-webkit-appearance: none;
height: 4px;
}
#yith-woocompare .dataTables_scrollBody::-webkit-scrollbar-thumb {
background-color: #e7e7e7;
border-radius: 10px;
}
.rtl #yith-woocompare table.compare-list tbody th {
text-align: right;
} .yith_woocompare_table_image {
text-align: center;
margin-top: 20px;
}
.yith_woocompare_table_image img {
display: inline-block;
max-width: 100%;
} table.compare-list img {
width: 100%;
height: auto;
}
table.compare-list tr.product_info td {
vertical-align: top;
}
table.compare-list .remove {
margin-bottom: 10px;
}
table.compare-list .remove a {
text-transform: uppercase;
text-decoration: none;
text-align: center;
}
table.compare-list .remove a span{
padding: 0 5px;
}
table.compare-list .image-wrap {
display: block;
position: relative;
line-height: 0;
}
table.compare-list .image-wrap .image-overlay {
position: absolute;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.4);
line-height: normal;
}
table.compare-list .image-wrap:hover .image-overlay {
display: block;
}
table.compare-list .image-wrap:hover .image-overlay .remove a {
display: block;
background: #fff;
font-size: 0;
position: absolute;
right: 20px;
bottom: 20px;
margin: 0;
border-radius: 4px;
cursor: pointer;
width: 30px;
height: 30px;
line-height: 30px;
}
table.compare-list .image-wrap:hover .image-overlay .remove a > span {
display: none;
}
table.compare-list .image-wrap:hover .image-overlay .remove a:after {
content: "\00D7";
font-size: 20px;
}
table.compare-list .product-anchor {
display: block;
}
table.compare-list .product_title {
margin-top: 0;
margin-bottom: 5px;
font-size: 15px;
color: #000;
text-decoration: none;
font-weight: 400;
}
table.compare-list .product_info td > * {
margin-bottom: 25px;
}
table.compare-list .product_info td a {
text-decoration: none;
box-shadow: none;
cursor: pointer;
}
#yith-woocompare  .added_to_cart,
#yith-woocompare .button {
margin: 0;
cursor: pointer;
position: relative;
text-decoration: none;
white-space: nowrap;
display: inline-block;
}
#yith-woocompare .empty-comparison {
text-align: center;
margin: 200px auto;
}
a.button.yith_woocompare_clear {
color: #b80001;
padding: 6px 10px;
}
div.compare-table-clear {
text-align: right;
margin: 10px 0;
}
table.compare-list  .product_info .button.loading,
table.compare-list  .add-to-cart .button.loading {
padding-right: 30px;
} table.compare-list.with-stock-icons tr.stock:not(.label-row) td {
font-size: 0;
}
table.compare-list  tr.stock:not(.label-row) td.in-stock {
background-color: #f2fcde;
color: #01a71c;
}
table.compare-list  tr.stock td.out-of-stock {
background-color: #fff0e8;
color: #ff4200;
}
table.compare-list.with-stock-icons tr.stock td.in-stock span.availability-label:before {
content: '';
background: url(//www.modernhomeopathiccure.com/wp-content/plugins/yith-woocommerce-compare/assets/images/green-check.svg) no-repeat center center;
font-size: 20px;
display: block;
height: 30px;
}
table.compare-list.with-stock-icons tr.stock td.out-of-stock span.availability-label:before {
content: "\00D7";
font-size: 50px;
line-height: 0;
vertical-align: middle;
} table.compare-list  tr.rating .star-rating {
float: none;
display: inline-block;
vertical-align: middle;
} table.compare-list tr.price {
color: #3e3e3e;
display: table-row; }
table.compare-list  tr.price del {
opacity: 0.8;
} #yith-woocompare-share {
margin-top: 20px
}
#yith-woocompare-share h3 {
margin-top: 0;
font-size: 17px;
font-weight: 700;
margin-bottom: 15px;
}
#yith-woocompare-share ul {
padding: 0 0 50px;
list-style: none;
margin: 0;
display: flex;
gap: 25px;
}
#yith-woocompare-share a {
display: block;
box-shadow: none;
outline: none;
color: #434343
}
#yith-woocompare-share a svg {
width: 20px;
height: 20px;
vertical-align: middle;
} #yith-woocompare-related {
margin: 20px 0;
}
#yith-woocompare-related h3.yith-woocompare-related-title {
font-size: 17px;
font-weight: 700;
margin-top: 0;
margin-bottom: 20px;
}
#yith-woocompare-related .yith-woocompare-related-wrapper {
position: relative;
background: #fff;
}
#yith-woocompare-related .related-products {
padding: 0;
list-style: none;
margin: 0;
overflow-x: hidden;
}
#yith-woocompare-related .related-products .owl-item {
display: inline-block;
}
#yith-woocompare-related .related-products .related-product {
text-align: center;
}
#yith-woocompare-related .related-products .related-product a {
text-decoration: none;
}
#yith-woocompare-related .related-products .related-product h3 {
font-size: 15px;
color: #333;
margin-top: 0;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product .product-price {
font-size: 13px;
color: #333;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product > div {
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product div.product-image {
position: relative;
margin-bottom: 10px;
}
#yith-woocompare-related .related-products .related-product div.product-image img {
height: auto;
max-width: 100%;
}
#yith-woocompare-related .related-products .related-product div.product-image img.onsale.yit-image {
margin: 0;
position: absolute;
top: 5px;
right: 5px;
z-index: 5;
width: auto;
}
#yith-woocompare-related .related-slider-nav div {
position: absolute;
top: -45px;
width: 30px;
height: 35px;
cursor: pointer;
border: 1px solid #e7e7e7;
text-align: center;
background: #ffffff url(//www.modernhomeopathiccure.com/wp-content/plugins/yith-woocommerce-compare/assets/images/nav-arrow.png) no-repeat;
cursor: pointer;
}
#yith-woocompare-related .related-slider-nav div.related-slider-nav-prev {
right: 35px;
background-position: -3px -31px;
}
#yith-woocompare-related .related-slider-nav div.related-slider-nav-next {
right: 0;
background-position: 0 1px;
} #yith-woocompare-cat-nav {
margin-top: 20px;
text-align: center;
}
#yith-woocompare-cat-nav h3 {
margin-top: 0;
margin-bottom: 15px;
text-align: center;
}
#yith-woocompare-cat-nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#yith-woocompare-cat-nav ul li {
display: inline-block;
margin-right: 10px;
font-weight: 700;
}
#yith-woocompare-cat-nav ul li a {
text-decoration: none;
color: #7b7b7b;
}
#yith-woocompare-cat-nav ul li .active {
border-bottom: 2px solid;
}
#yith-woocompare-cat-nav ul li:last-child {
margin-right: 0;
} #yith-woocompare-preview-bar {
position: fixed;
bottom: 0;
width: 100vw;
display: none;
background: rgba(0, 0, 0, .8);
box-sizing: border-box;
padding: 20px;
color: #fff;
z-index: 99;
}
#yith-woocompare-preview-bar.shown {
display: block;
}
#yith-woocompare-preview-bar .container {
display: flex;
gap: 30px;
justify-content: center;
align-items: center;
margin: auto;
padding: 0;
}
#yith-woocompare-preview-bar .compare-list {
list-style: none;
display: flex;
align-items: center;
gap: 30px;
margin: 0;
padding: 0;
}
#yith-woocompare-preview-bar .compare-list li{
align-self: stretch;
width: 80px;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
border: 1px dashed #fff;
display: flex;
align-items: center;
padding-inline: 15px;
}
#yith-woocompare-preview-bar .compare-list .image-wrap {
position: relative;
}
#yith-woocompare-preview-bar .compare-list .image-wrap > a {
font-size: 0;
display: block;
}
#yith-woocompare-preview-bar .compare-list .image-wrap img {
max-width: 100%;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a {
display: block;
color: #000;
background: #fff;
font-size: 0;
position: absolute;
right: -10px;
top: -10px;
margin: 0;
border-radius: 50%;
cursor: pointer;
width: 25px;
height: 25px;
line-height: 25px;
text-decoration: none;
text-align: center;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:hover {
background: #eee;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:after {
content: "\00D7";
font-size: 25px;
} table.compare-list  .container-image-and-badge {
position: relative;
display: inline-block;
} table.compare-list .bundled_product_list {
margin: 25px 0;
}
table.compare-list div.bundled_product {
border-bottom: 1px solid #f0f0f0;
padding-bottom: 10px;
margin-bottom: 10px;
}
table.compare-list .bundled_product:after,
table.compare-list .bundled_product:before {
display: table;
content: '';
clear: both;
}
table.compare-list .bundled_product .bundled_product_images {
display: inline-block;
float: left;
}
table.compare-list .bundled_product .bundled_product_images img {
max-width: 80px;
}
table.compare-list .bundled_product .details {
display: block;
overflow: hidden;
padding-left: 10px;
text-align: left;
padding-top: 10px;
}
table.compare-list .bundled_product .details .bundled_product_title,
table.compare-list .bundled_product .details .price {
font-size: 90%;
}
table.compare-list .bundled_product .details .price {
margin-bottom: 0;
} table.compare-list .yith-ywraq-add-to-quote {
margin-top: 10px;
} .yith-woocompare-counter a {
box-shadow: none !important;
}
.yith-woocompare-counter span > span {
display: inline-block;
vertical-align: middle;
}
.yith-woocompare-counter span.yith-woocompare-icon {
margin-right: 5px;
}
.yith-woocompare-counter span.yith-woocompare-icon img {
max-width: 50px;
height: auto;
}
.yith-woocompare-counter span.yith-woocompare-count {
color: #555;
font-weight: 400;
font-size: 13px;
}
.yith-woocompare-counter a:hover span.yith-woocompare-count {
color: #000;
}
.yith-woocompare-error {
padding: 10px;
border: 1px solid #ffc5c2;
border-radius: 5px;
background-color: #ffe6e5;
position: relative;
}
.yith-woocompare-error p {
margin: 0;
color: #ff645c;
padding-left: 25px;
font-size: 13px;
}
.yith-woocompare-error::before {
font-family: WooCommerce;
content: '\e016';
color: #b81c23;
display: inline-block;
position: absolute;
} .yith-wccp-compare {
text-align: center;
} @media( max-width: 1200px ) {
#yith-woocompare-preview-bar header{
display: none;
}
}
@media( max-width: 991px ) {
#yith-woocompare-preview-bar .container {
max-width: 100%;
}
#yith-woocompare table.dataTable.compare-list tbody tr:not(.product_info) td {
text-align: left;
}
#yith-woocompare table.dataTable.compare-list tbody tr.stock td {
background: transparent;
}
#yith-woocompare table.dataTable.compare-list tbody tr.stock td .availability-label {
display: inline-block;
width: 30px;
}
}
@media( max-width: 768px ) {
div.DTFC_LeftBodyWrapper {
pointer-events: none;
}
#yith-woocompare-preview-bar .container {
gap: 15px;
}
#yith-woocompare-preview-bar .compare-list {
gap: 15px;
}
#yith-woocompare-preview-bar .compare-list li,
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
width: 50px;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
padding-inline: 0;
text-align: center;
}
#yith-woocompare-preview-bar .compare-list li .image-wrap > a {
height: auto;
}
#yith-woocompare table.compare-list thead th,
#yith-woocompare table.compare-list tfoot th,
#yith-woocompare table.compare-list tr .filler {
display: none;
}
}
@media( max-width: 480px ) {
#yith-woocompare table.dataTable.compare-list tbody th {
padding: 10px 5px;
}
#yith-woocompare table.compare-list tbody th {
width: 60px;
max-width: 60px;
min-width: 60px;
font-size: 10px;
}
#yith-woocompare table.compare-list td {
width: 160px;
max-width: 160px;
min-width: 160px;
}
#yith-woocompare-preview-bar .compare-list li,
#yith-woocompare-preview-bar .compare-list li.product-placeholder {
display: none;
}
#yith-woocompare-preview-bar .compare-list li:first-of-type,
#yith-woocompare-preview-bar .compare-list li:nth-of-type(2),
#yith-woocompare-preview-bar .compare-list li:nth-of-type(3) {
display: block;
}
#yith-woocompare-preview-bar .compare-list li.product-placeholder span{
display: none;
}
}.yith-woocompare-widget-content ul.products-list li:not( .list_empty ) {
position: relative;
padding: 5px 0;
border-bottom: 1px solid #dfdfdf;
}
.yith-woocompare-widget-content ul.products-list {
list-style: none;
margin: 0 0 15px;
}
.yith-woocompare-widget-content ul.products-list li {
display: flex;
align-items: center;
gap: 15px;
}
.yith-woocompare-widget-content ul.products-list li .remove {
color: #000;
font-weight: 400;
text-align: center;
text-decoration: none;
cursor: pointer;
outline: none;
}
.yith-woocompare-widget-content ul.products-list li img {
max-width: 50px;
height: auto;
display: block;
vertical-align: middle;
float: left;
}
.yith-woocompare-widget-content ul.products-list li .product-info {
cursor: pointer;
font-size: 15px;
font-weight: 400;
outline: none;
text-decoration: none;
}
.yith-woocompare-widget-content ul.products-list li .product-info:before,
.yith-woocompare-widget-content ul.products-list li .product-info:after {
content: '';
display: table;
clear: both;
}
.yith-woocompare-widget-content a.compare-widget,
.yith-woocompare-widget-content a.compare {
float: right;
line-height: 1;
cursor: pointer;
padding: 8px 10px;
font-size: 13px;
border: 0;
white-space: nowrap;
display: inline-block;
}
.yith-woocompare-widget-content a.compare-widget:hover,
.yith-woocompare-widget-content a.compare:hover {
color: #ffffff;
background-color: #303030;
}
.yith-woocompare-widget-content a.clear-all {
outline: none;
font-size: 12px;
cursor: pointer;
}@font-face{font-family:eicons;src:url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.45.0);src:url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.45.0#iefix) format("embedded-opentype"),url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.45.0) format("woff2"),url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.45.0) format("woff"),url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.45.0) format("truetype"),url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.45.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.modernhomeopathiccure.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }
.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),.entry-summary blockquote.elementor-blockquote{margin-left:0;margin-right:0}.elementor-widget-blockquote blockquote{background:transparent;border:0;color:#3f444b;font-size:100%;font-style:normal;margin:0;outline:0;padding:0;quotes:none;vertical-align:baseline}.elementor-widget-blockquote blockquote .e-q-footer:after,.elementor-widget-blockquote blockquote .e-q-footer:before,.elementor-widget-blockquote blockquote cite:after,.elementor-widget-blockquote blockquote cite:before,.elementor-widget-blockquote blockquote:after,.elementor-widget-blockquote blockquote:before{content:none}.elementor-blockquote{transition:.3s}.elementor-blockquote__author,.elementor-blockquote__content{font-style:normal;margin-bottom:0}.elementor-blockquote__author{font-weight:700}.elementor-blockquote .e-q-footer{display:flex;justify-content:space-between;margin-top:12px}.elementor-blockquote__tweet-button{align-self:flex-end;color:#1da1f2;display:flex;line-height:1;position:relative;transition:.3s;width:-moz-max-content;width:max-content}.elementor-blockquote__tweet-button:hover{color:#0967a0}.elementor-blockquote__tweet-button span{font-weight:600}.elementor-blockquote__tweet-button i,.elementor-blockquote__tweet-button span{vertical-align:middle}.elementor-blockquote__tweet-button i+span,.elementor-blockquote__tweet-button svg+span{margin-inline-start:.5em}.elementor-blockquote__tweet-button svg{fill:#1da1f2;height:1em;width:1em}.elementor-blockquote__tweet-label{white-space:pre-wrap}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button{background-color:#1da1f2;border-radius:100em;color:#fff;font-size:15px;padding:.7em 1.2em}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover{background-color:#0967a0;color:#fff}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before{border-inline-end-color:#0967a0}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg{fill:#fff;height:1em;width:1em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button{height:2em;padding:0;width:2em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before{border:.5em solid transparent;border-inline-end-color:#1da1f2;content:"";left:-.8em;position:absolute;top:50%;transform:translateY(-50%) scaleY(.65);transition:.3s}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before{border-left-color:transparent;border-right-color:#1da1f2;left:-.8em;right:auto}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before{border-left-color:#1da1f2;border-right-color:transparent;left:auto;right:-.8em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before{border-left-color:#0967a0}.elementor-blockquote--skin-boxed .elementor-blockquote{background-color:#f9fafa;padding:30px}.elementor-blockquote--skin-border .elementor-blockquote{border-color:#f9fafa;border-inline-start-width:7px;border-style:solid;padding-inline-start:20px}.elementor-blockquote--skin-quotation .elementor-blockquote:before{color:#f9fafa;content:"“";display:block;font-family:Times New Roman,Times,serif;font-size:100px;font-weight:900;height:.6em;line-height:1}.elementor-blockquote--skin-quotation .elementor-blockquote__content{margin-top:15px}.elementor-blockquote--align-left .elementor-blockquote__content{text-align:left}.elementor-blockquote--align-left .elementor-blockquote .e-q-footer{flex-direction:row}.elementor-blockquote--align-right .elementor-blockquote__content{text-align:right}.elementor-blockquote--align-right .elementor-blockquote .e-q-footer{flex-direction:row-reverse}.elementor-blockquote--align-center .elementor-blockquote{text-align:center}.elementor-blockquote--align-center .elementor-blockquote .e-q-footer,.elementor-blockquote--align-center .elementor-blockquote__author{display:block}.elementor-blockquote--align-center .elementor-blockquote__tweet-button{margin-left:auto;margin-right:auto}.elementor-widget-n-menu{--n-menu-direction:column;--n-menu-wrapper-display:flex;--n-menu-heading-justify-content:initial;--n-menu-title-color-normal:#1f2124;--n-menu-title-color-active:#58d0f5;--n-menu-icon-color:var(--n-menu-title-color-normal);--n-menu-icon-color-active:var(--n-menu-title-color-active);--n-menu-icon-color-hover:var(--n-menu-title-color-hover);--n-menu-title-normal-color-dropdown:var(--n-menu-title-color-normal);--n-menu-title-active-color-dropdown:var(--n-menu-title-color-active);--n-menu-title-hover-color-fallback:#1f2124;--n-menu-title-font-size:1rem;--n-menu-title-justify-content:initial;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content-mobile:initial;--n-menu-title-space-between:0px;--n-menu-title-distance-from-content:0px;--n-menu-title-color-hover:#1f2124;--n-menu-title-padding:0.5rem 1rem;--n-menu-title-transition:0.3s;--n-menu-title-line-height:1.5;--n-menu-title-order:initial;--n-menu-title-direction:initial;--n-menu-title-align-items:center;--n-menu-toggle-align:center;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-color:#1f2124;--n-menu-toggle-icon-color-hover:var(--n-menu-toggle-icon-color);--n-menu-toggle-icon-color-active:var(--n-menu-toggle-icon-color);--n-menu-toggle-icon-border-radius:initial;--n-menu-toggle-icon-padding:initial;--n-menu-toggle-icon-distance-from-dropdown:0px;--n-menu-icon-align-items:center;--n-menu-icon-order:initial;--n-menu-icon-gap:5px;--n-menu-dropdown-icon-gap:5px;--n-menu-dropdown-indicator-size:initial;--n-menu-dropdown-indicator-rotate:initial;--n-menu-dropdown-indicator-space:initial;--n-menu-dropdown-indicator-color-normal:initial;--n-menu-dropdown-indicator-color-hover:initial;--n-menu-dropdown-indicator-color-active:initial;--n-menu-dropdown-content-max-width:initial;--n-menu-dropdown-content-box-border-color:#fff;--n-menu-dropdown-content-box-border-inline-start-width:medium;--n-menu-dropdown-content-box-border-block-end-width:medium;--n-menu-dropdown-content-box-border-block-start-width:medium;--n-menu-dropdown-content-box-border-inline-end-width:medium;--n-menu-dropdown-content-box-border-style:none;--n-menu-dropdown-headings-height:0px;--n-menu-divider-border-width:var(--n-menu-divider-width,2px);--n-menu-open-animation-duration:500ms;--n-menu-heading-overflow-x:initial;--n-menu-heading-wrap:wrap;--stretch-width:100%;--stretch-left:initial;--stretch-right:initial}.elementor-widget-n-menu .e-n-menu{display:flex;flex-direction:column;position:relative}.elementor-widget-n-menu .e-n-menu-wrapper{display:var(--n-menu-wrapper-display);flex-direction:column}.elementor-widget-n-menu .e-n-menu-heading{display:flex;flex-direction:row;flex-wrap:var(--n-menu-heading-wrap);justify-content:var(--n-menu-heading-justify-content);margin:initial;overflow-x:var(--n-menu-heading-overflow-x);padding:initial;row-gap:var(--n-menu-title-space-between);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar{display:none}.elementor-widget-n-menu .e-n-menu-heading.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active{position:relative}.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active:before{content:"";inset-block:0;inset-inline:-1000vw;position:absolute;z-index:2}.elementor-widget-n-menu .e-n-menu-heading>.e-con,.elementor-widget-n-menu .e-n-menu-heading>.e-n-menu-item>.e-con{display:none}.elementor-widget-n-menu .e-n-menu-item{display:flex;list-style:none;margin-block:initial;padding-block:initial}.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title{position:relative}.elementor-widget-n-menu .e-n-menu-item:not(:last-of-type) .e-n-menu-title:after{align-self:center;border-color:var(--n-menu-divider-color,#000);border-inline-start-style:var(--n-menu-divider-style,solid);border-inline-start-width:var(--n-menu-divider-border-width);content:var(--n-menu-divider-content,none);height:var(--n-menu-divider-height,35%);position:absolute;right:calc(var(--n-menu-title-space-between) / 2 * -1 - var(--n-menu-divider-border-width) / 2)}.elementor-widget-n-menu .e-n-menu-content{background-color:transparent;display:flex;flex-direction:column;min-width:0;z-index:2147483620}.elementor-widget-n-menu .e-n-menu-content>.e-con{animation-duration:var(--n-menu-open-animation-duration);max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))}:where(.elementor-widget-n-menu .e-n-menu-content>.e-con){background-color:#fff}.elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active){display:none}.elementor-widget-n-menu .e-n-menu-title{align-items:center;border:#fff;color:var(--n-menu-title-color-normal);display:flex;flex-direction:row;flex-grow:var(--n-menu-title-flex-grow);font-weight:500;gap:var(--n-menu-dropdown-indicator-space);justify-content:var(--n-menu-title-justify-content);margin:initial;padding:var(--n-menu-title-padding);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.elementor-widget-n-menu .e-n-menu-title.e-click,.elementor-widget-n-menu .e-n-menu-title.e-click *{cursor:pointer}.elementor-widget-n-menu .e-n-menu-title-container{align-items:var(--n-menu-title-align-items);align-self:var(--n-menu-icon-align-items);display:flex;flex-direction:var(--n-menu-title-direction);gap:var(--n-menu-icon-gap);justify-content:var(--n-menu-title-justify-content)}.elementor-widget-n-menu .e-n-menu-title-container.e-link{cursor:pointer}.elementor-widget-n-menu .e-n-menu-title-container:not(.e-link),.elementor-widget-n-menu .e-n-menu-title-container:not(.e-link) *{cursor:default}.elementor-widget-n-menu .e-n-menu-title-text{align-items:center;display:flex;font-size:var(--n-menu-title-font-size);line-height:var(--n-menu-title-line-height);transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon{align-items:center;display:flex;flex-direction:column;order:var(--n-menu-icon-order)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span{align-items:center;display:flex;justify-content:center;transition:transform 0s}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i{font-size:var(--n-menu-icon-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg{fill:var(--n-menu-title-color-normal);height:var(--n-menu-icon-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition);width:var(--n-menu-icon-size,var(--n-menu-title-font-size))}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon{align-self:var(--n-menu-icon-align-items);background-color:initial;border:initial;color:inherit;display:flex;flex-direction:column;height:calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));justify-content:center;margin-inline-start:var(--n-menu-dropdown-icon-gap);padding:initial;position:relative;text-align:center;transform:var(--n-menu-dropdown-indicator-rotate);transition:all var(--n-menu-title-transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i{font-size:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition);width:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size))}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg{height:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition);width:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size))}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened{display:none}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-closed{display:flex}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed{display:none}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened{display:flex}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon:focus:not(:focus-visible){outline:none}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text{color:var(--n-menu-title-color-normal)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon i{color:var(--n-menu-icon-color)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg{fill:var(--n-menu-icon-color)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-color-normal))}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-color-normal))}.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active{height:0;opacity:0;transform:translateY(-100%)}.elementor-widget-n-menu .e-n-menu-title.e-current span>svg{fill:var(--n-menu-title-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current,.elementor-widget-n-menu .e-n-menu-title.e-current a{color:var(--n-menu-title-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .icon-inactive{height:0;opacity:0;transform:translateY(-100%)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>i{color:var(--n-menu-icon-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg{fill:var(--n-menu-icon-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-color-active))}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-color-active))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-title-container:not(.e-link){cursor:default}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg{fill:var(--n-menu-title-color-hover,var(--n-menu-title-hover-color-fallback))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i{color:var(--n-menu-title-color-hover,var(--n-menu-title-hover-color-fallback))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a{color:var(--n-menu-title-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon i{color:var(--n-menu-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon svg{fill:var(--n-menu-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-hover,var(--n-menu-title-color-hover))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-hover,var(--n-menu-title-color-hover))}.elementor-widget-n-menu .e-n-menu-toggle{align-self:var(--n-menu-toggle-align);background-color:initial;border:initial;color:inherit;display:none;padding:initial;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000}.elementor-widget-n-menu .e-n-menu-toggle:focus:not(:focus-visible){outline:none}.elementor-widget-n-menu .e-n-menu-toggle i{color:var(--n-menu-toggle-icon-color);font-size:var(--n-menu-toggle-icon-size);transition:all var(--n-menu-toggle-icon-hover-duration)}.elementor-widget-n-menu .e-n-menu-toggle svg{fill:var(--n-menu-toggle-icon-color);height:auto;transition:all var(--n-menu-toggle-icon-hover-duration);width:var(--n-menu-toggle-icon-size)}.elementor-widget-n-menu .e-n-menu-toggle span{align-items:center;border-radius:var(--n-menu-toggle-icon-border-radius);display:flex;justify-content:center;padding:var(--n-menu-toggle-icon-padding);text-align:center}.elementor-widget-n-menu .e-n-menu-toggle span.e-close{height:100%;inset:0;opacity:0;position:absolute;width:100%}.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg{height:100%;-o-object-fit:contain;object-fit:contain}.elementor-widget-n-menu .e-n-menu-toggle [class^=elementor-animation-]{animation-duration:var(--n-menu-toggle-icon-wrapper-animation-duration);transition-duration:var(--n-menu-toggle-icon-wrapper-animation-duration)}.elementor-widget-n-menu .e-n-menu-toggle:hover i{color:var(--n-menu-toggle-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-toggle:hover svg{fill:var(--n-menu-toggle-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-open{opacity:0}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close{opacity:1}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] i{color:var(--n-menu-toggle-icon-color-active)}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] svg{fill:var(--n-menu-toggle-icon-color-active)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-item:not(:last-child){margin-inline-end:var(--n-menu-title-space-between)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content{left:var(--stretch-left);position:absolute;right:var(--stretch-right);width:var(--stretch-width)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-active.e-n-menu-content{padding-block-start:var(--n-menu-title-distance-from-content);top:100%}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-active.e-n-menu-content{bottom:100%;padding-block-end:var(--n-menu-title-distance-from-content)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown]{gap:0}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper{animation:hide-scroll .3s backwards;background-color:transparent;border-block-end:var(--n-menu-dropdown-content-box-border-width-block-end);border-block-start:var(--n-menu-dropdown-content-box-border-width-block-start);border-inline-end:var(--n-menu-dropdown-content-box-border-width-inline-end);border-inline-start:var(--n-menu-dropdown-content-box-border-width-inline-start);border-color:var(--n-menu-dropdown-content-box-border-color);border-radius:var(--n-menu-dropdown-content-box-border-radius);border-style:var(--n-menu-dropdown-content-box-border-style);box-shadow:var(--n-menu-dropdown-content-box-shadow-horizontal) var(--n-menu-dropdown-content-box-shadow-vertical) var(--n-menu-dropdown-content-box-shadow-blur) var(--n-menu-dropdown-content-box-shadow-spread) var(--n-menu-dropdown-content-box-shadow-color) var(--n-menu-dropdown-content-box-shadow-position, );flex-direction:column;left:var(--stretch-left);margin-block-start:var(--n-menu-toggle-icon-distance-from-dropdown);max-height:var(--n-menu-dropdown-content-box-height);min-width:0;overflow-x:hidden;overflow-y:auto;position:absolute;right:var(--stretch-right);top:100%;transition:max-height .3s;width:var(--stretch-width);z-index:2147483640}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item{display:flex;flex-direction:column;width:var(--stretch-width)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title{background-color:#fff;flex-wrap:wrap;justify-content:var(--n-menu-title-justify-content-mobile);white-space:normal;width:auto}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text{color:var(--n-menu-title-normal-color-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-normal-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-normal-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a{color:var(--n-menu-title-active-color-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-active-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-active-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content{overflow:hidden;width:var(--stretch-width);--n-menu-dropdown-content-max-width:initial}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con{margin-block-start:var(--n-menu-title-distance-from-content);width:var(--width)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con .elementor-empty-view{min-width:auto;width:100%}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con-inner{max-width:var(--content-width)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper{--n-menu-wrapper-display:flex}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con){--width:fit-content}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con).e-empty{--empty-top-level-menu-content-container-min-width:400px;--width:var(--empty-top-level-menu-content-container-min-width)}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) .e-con.e-empty{--nested-containers-min-width-for-dropzone:150px;min-width:var(--nested-containers-min-width-for-dropzone)}.elementor-widget-n-menu.elementor-loading{pointer-events:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown .e-n-menu-toggle{display:flex}@media (max-width:767px){.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra .e-n-menu-toggle{display:flex}}@media (max-width:1024px){.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra .e-n-menu-toggle{display:flex}.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle{display:flex}}@keyframes hide-scroll{0%,to{overflow:hidden}}.e-con-inner>.elementor-widget-n-menu,.e-con>.elementor-widget-n-menu{--flex-grow:var(--container-widget-flex-grow)}[data-core-v316-plus=true] .elementor-widget-n-menu .e-n-menu .e-n-menu-content>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}.wpgdprc .wpgdprc-consent-bar__notice,.wpgdprc blockquote,.wpgdprc dd,.wpgdprc dl,.wpgdprc fieldset,.wpgdprc figure,.wpgdprc h1,.wpgdprc h2,.wpgdprc h3,.wpgdprc h4,.wpgdprc h5,.wpgdprc h6,.wpgdprc hr,.wpgdprc legend,.wpgdprc ol,.wpgdprc p,.wpgdprc pre,.wpgdprc ul{margin:0;padding:0}.wpgdprc li>ol,.wpgdprc li>ul{margin-bottom:0}.wpgdprc table{border-collapse:collapse;border-spacing:0}.wpgdprc fieldset{border:0;min-width:0}.wpgdprc *,.wpgdprc :after,.wpgdprc :before{box-sizing:inherit}.wpgdprc [type=button],.wpgdprc [type=reset],.wpgdprc [type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin:0}.wpgdprc ::-moz-selection{background:#3c7c96;color:#fff}.wpgdprc ::selection{background:#3c7c96;color:#fff}.wpgdprc a{transition:all .25s cubic-bezier(0,.6,.7,1)}.wpgdprc form{margin-bottom:0}.wpgdprc .no-bullet{list-style:none}.wpgdprc .video-container{height:0;opacity:0;padding-bottom:56.25%;padding-top:25px;position:relative;transition:opacity .25s cubic-bezier(0,.6,.7,1)}.wpgdprc .video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.wpgdprc .video-container.active{opacity:1}.wpgdprc img{box-sizing:inherit;display:inline-block;height:auto;max-width:100%;vertical-align:middle}.wpgdprc svg.icon{fill:currentColor;height:1rem;margin:0;vertical-align:sub;width:1rem}.wpgdprc{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#5a5a5a;font-family:sofia-pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1rem}.wpgdprc h1,.wpgdprc h2,.wpgdprc h3,.wpgdprc h4,.wpgdprc h5,.wpgdprc h6{font-family:sofia-pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;margin-bottom:.5rem;margin-top:0}.wpgdprc .h1,.wpgdprc .h2,.wpgdprc .h3,.wpgdprc .h4,.wpgdprc .h5,.wpgdprc .h6,.wpgdprc h1,.wpgdprc h2,.wpgdprc h3,.wpgdprc h4,.wpgdprc h5,.wpgdprc h6{color:#000;font-family:sofia-pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:700;line-height:1.2}.wpgdprc .h1,.wpgdprc h1{font-size:3rem}.wpgdprc .h2,.wpgdprc h2{font-size:2rem}.wpgdprc .h3,.wpgdprc h3{font-size:1.5rem}.wpgdprc .h4,.wpgdprc h4{font-size:1.375rem}.wpgdprc .h5,.wpgdprc h5{font-size:1.25rem}.wpgdprc .h6,.wpgdprc h6{font-size:1.125rem}.wpgdprc .wpgdprc-consent-bar__notice,.wpgdprc p{font-size:1rem;line-height:1.625}.wpgdprc .wpgdprc-consent-bar__notice:last-child,.wpgdprc p:last-child{margin-bottom:0}.wpgdprc ol,.wpgdprc ul{margin:0 0 1rem 1rem}.wpgdprc blockquote .wpgdprc-consent-bar__notice:before,.wpgdprc blockquote p:before{content:"“"}.wpgdprc blockquote .wpgdprc-consent-bar__notice:after,.wpgdprc blockquote p:after{content:"”"}.wpgdprc blockquote cite{color:#5a5a5a}.wpgdprc .screen-reader-text{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.button.wpgdprc-button,.wpgdprc-button{align-items:center;background-color:#3c7c96;border:1px solid #3c7c96;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.button.wpgdprc-button.wpgdprc-button--outline:not(:focus),.button.wpgdprc-button.wpgdprc-button--outline:not(:hover),.wpgdprc-button.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#3c7c96}.button.wpgdprc-button.wpgdprc-button--outline:focus,.button.wpgdprc-button.wpgdprc-button--outline:hover,.wpgdprc-button.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--outline:hover{background-color:#2d5e72;border-color:#2d5e72;border-width:1px;color:#fff}.button.wpgdprc-button:focus,.button.wpgdprc-button:hover,.wpgdprc-button:focus,.wpgdprc-button:hover,:root .button.wpgdprc-button.wpgdprc-button--active,:root .wpgdprc-button.wpgdprc-button--active{background-color:#2d5e72;border-color:#2d5e72;color:#fff}.wpgdprc-button.wpgdprc-button--alert{align-items:center;background-color:#d03343;border:1px solid #d03343;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#d03343}.wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--outline:hover{background-color:#a92734;border-color:#a92734;border-width:1px;color:#fff}.wpgdprc-button.wpgdprc-button--alert:focus,.wpgdprc-button.wpgdprc-button--alert:hover,:root .wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--active{background-color:#a92734;border-color:#a92734;color:#fff}.wpgdprc-button.wpgdprc-button--white{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#5a5a5a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--white.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--white.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#fff}.wpgdprc-button.wpgdprc-button--white.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--white.wpgdprc-button--outline:hover{background-color:#3c7c96;border-color:#3c7c96;border-width:1px;color:#fff}.wpgdprc-button.wpgdprc-button--white:focus,.wpgdprc-button.wpgdprc-button--white:hover,:root .wpgdprc-button.wpgdprc-button--white.wpgdprc-button--active{background-color:#3c7c96;border-color:#3c7c96;color:#fff}.wpgdprc-button.wpgdprc-button--white-primary{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#3c7c96;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#fff}.wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--outline:hover{background-color:#3c7c96;border-color:#3c7c96;border-width:1px;color:#fff}.wpgdprc-button.wpgdprc-button--white-primary:focus,.wpgdprc-button.wpgdprc-button--white-primary:hover,:root .wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--active{background-color:#3c7c96;border-color:#3c7c96;color:#fff}.wpgdprc-button.wpgdprc-button--white-alert{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#d03343;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#fff}.wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--outline:hover{background-color:#d03343;border-color:#d03343;border-width:1px;color:#fff}.wpgdprc-button.wpgdprc-button--white-alert:focus,.wpgdprc-button.wpgdprc-button--white-alert:hover,:root .wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--active{background-color:#d03343;border-color:#d03343;color:#fff}.wpgdprc-button.wpgdprc-button--transparent{align-items:center;background-color:transparent;border:1px solid transparent;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:none;color:#5a5a5a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--outline:not(:hover){background-color:transparent;color:transparent}.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--outline:hover{background-color:transparent;border-color:transparent;border-width:1px;color:#3c7c96}.wpgdprc-button.wpgdprc-button--transparent:focus,.wpgdprc-button.wpgdprc-button--transparent:hover,:root .wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--active{background-color:transparent;border-color:transparent;color:#3c7c96}.wpgdprc-button[disabled]{align-items:center;background-color:#f8f8f9;border:1px solid #f8f8f9;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#afafaf;cursor:pointer;cursor:not-allowed;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button[disabled].wpgdprc-button--outline:not(:focus),.wpgdprc-button[disabled].wpgdprc-button--outline:not(:hover){background-color:transparent;color:#f8f8f9}.wpgdprc-button[disabled].wpgdprc-button--outline:focus,.wpgdprc-button[disabled].wpgdprc-button--outline:hover{background-color:#f8f8f9;border-color:#f8f8f9;border-width:1px;color:#afafaf}.wpgdprc-button[disabled]:focus,.wpgdprc-button[disabled]:hover,:root .wpgdprc-button[disabled].wpgdprc-button--active{background-color:#f8f8f9;border-color:#f8f8f9;color:#afafaf}:root .wpgdprc-button.wpgdprc-button--small{font-family:sofia-pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:.875rem;font-weight:700;line-height:1.1428571429;min-width:4.3125rem;padding:.5rem .875rem}:root .wpgdprc-button.wpgdprc-button--small.wpgdprc-button--transparent{box-shadow:none}.wpgdprc-button--transparent.wpgdprc-button--delete{color:#888}.wpgdprc-button--transparent.wpgdprc-button--delete:focus,.wpgdprc-button--transparent.wpgdprc-button--delete:hover{color:#3c7c96}.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--white{color:#fff}.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--white:focus,.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--white:hover{color:hsla(0,0%,100%,.6)}:root .wpgdprc-button.wpgdprc-button--icon{min-width:0;padding:.5rem 1.125rem .3125rem 2.25rem}:root .wpgdprc-button.wpgdprc-button--icon .icon--wrap{font-size:.875rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}:root .wpgdprc-button.wpgdprc-button--icon .icon--wrap svg.icon{margin:0}.wpgdprc-button.wpgdprc-button--border{border-color:#d6d6d6}.wpgdprc-button.is-hidden{display:none}.wpgdprc .wpgdprc-form{margin-bottom:1rem}.wpgdprc .wpgdprc-form:last-child{margin-bottom:0}.hbspt-form label,.wpgdprc .wpgdprc-form__label,.wpgdprc .wpgdprc-form__legend{color:#000;display:block;font-weight:700;margin-bottom:1rem}.hbspt-form label~legend{margin-top:-1rem}.wpgdprc .wpgdprc-form__fields{list-style:none;margin-bottom:0;margin-left:0}.hbspt-form .hs-form-field,.wpgdprc-form__field{margin-bottom:1.4375rem}.hbspt-form .hs-form-field:last-child,.wpgdprc-form__field:last-child{margin-bottom:0}.wpgdprc-form__field--switch .wpgdprc-switch{margin-bottom:0;min-height:2.8125rem}.wpgdprc-form__field--switch-no-text .wpgdprc-switch__text{margin:0}.hbspt-form .hs-field-desc,.wpgdprc .wpgdprc-form__description{color:#888;font-size:.875rem;margin-bottom:.75rem}.hbspt-form .hs-form-booleancheckbox{margin:.625rem 0}.hbspt-form .legal-consent-container{color:#888;font-size:.875rem}.wpgdprc .wpgdprc-form__field--checkbox,.wpgdprc .wpgdprc-form__field--radio{align-items:center;display:flex;margin-bottom:0}.wpgdprc .wpgdprc-form__field--checkbox input,.wpgdprc .wpgdprc-form__field--radio input{aspect-ratio:1/1}.wpgdprc .wpgdprc-form__field--checkbox .wpgdprc-form__input,.wpgdprc .wpgdprc-form__field--radio .wpgdprc-form__input{align-self:flex-start;flex-shrink:0;margin-right:.5rem;width:auto}.wpgdprc .wpgdprc-form__field--checkbox .wpgdprc-form__label,.wpgdprc .wpgdprc-form__field--radio .wpgdprc-form__label{margin-bottom:0;margin-left:0;padding-left:0}.wpgdprc-form__input{width:100%}.wpgdprc .wpgdprc-form__input--textarea{line-height:1.8571428571;min-height:12.1875rem}.wpgdprc .wpgdprc-form__input--submit{width:auto}.wpgdprc-form__field--submit,.wpgdprc-form__field--submit .wpgdprc-consent-bar__notice,.wpgdprc-form__field--submit p,.wpgdprc-form__submit{text-align:right}.wpgdprc-form__footer{margin-top:1.4375rem}.wpgdprc .wpgdprc-status--processing,.wpgdprc .wpgdprc-status--removed{pointer-events:none}.wpgdprc .wpgdprc-status--removed{opacity:.5;text-decoration:line-through}.wpgdprc-checkbox{display:flex}.comment-form .wpgdprc-checkbox label{font-size:var(--global--font-size-xs);font-weight:400}.wpgdprc-switch{align-items:center;display:inline-flex}:root .wpgdprc-switch .wpgdprc-form__label{margin-bottom:0}.wpgdprc-switch.regular-text{width:auto}.wpgdprc-switch__text{font-size:.875rem;font-weight:700;margin-right:.9375rem}.wpgdprc-switch__switch{display:inline-block;height:2.25rem;position:relative;width:5.125rem}.wpgdprc-switch__input{height:0;opacity:0;width:0}.wpgdprc-switch__input:focus+.wpgdprc-switch__slider{box-shadow:0 0 8px 0 #3c7c96}.wpgdprc-switch__input:disabled{border:0}.wpgdprc-switch__input:disabled+.wpgdprc-switch__slider:after{opacity:1}.wpgdprc-switch__slider{background-color:#fff;border-radius:6.25rem;bottom:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;transition:.4s}.wpgdprc-switch__slider .icon--wrap{align-items:center;background-color:#888;border-radius:6.25rem;bottom:calc(50% - .875rem);color:#fff;display:flex;height:1.75rem;justify-content:center;left:4px;position:absolute;transition:.4s;width:2.4375rem}.wpgdprc-switch__slider:after{-webkit-animation:barberpole 1s linear infinite;animation:barberpole 1s linear infinite;background-image:repeating-linear-gradient(45deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4) .5rem,hsla(0,0%,53%,.4) 0,hsla(0,0%,53%,.4) 1rem);background-size:200% 200%;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .25s cubic-bezier(0,.6,.7,1);width:100%}.wpgdprc-switch__input:checked+.wpgdprc-switch__slider .icon--wrap{background-color:#176f3e}.wpgdprc-switch__input:checked+.wpgdprc-switch__slider .icon--wrap[data-icon=times]{opacity:0}.wpgdprc-switch__input:checked+.wpgdprc-switch__slider .icon--wrap{transform:translateX(35px)}.wpgdprc-switch--border .wpgdprc-switch__slider{border:1px solid #d8d8d8}.wpgdprc-switch--column{align-items:flex-start;flex-direction:column}.wpgdprc-switch--column .wpgdprc-switch__text{color:#000;font-size:1.125rem;margin-bottom:.625rem;margin-right:0}.wpgdprc-switch--no-margin-right .wpgdprc-switch__text{margin-right:0}.wpgdprc-message{display:flex;margin-bottom:1rem;position:relative}.wpgdprc-message:last-child{margin-bottom:0}.wpgdprc-message.fade-out{-webkit-animation-duration:.25s;animation-duration:.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:fade-out;animation-name:fade-out;-webkit-animation-timing-function:cubic-bezier(0,.6,.7,1);animation-timing-function:cubic-bezier(0,.6,.7,1)}.wpgdprc-message__icon{align-self:flex-start;margin-top:unset;order:0}.wpgdprc-message__icon svg{width:1.5rem}.wpgdprc-message__content{order:1}.wpgdprc-message.is-hidden{display:none}.wpgdprc-table{margin-bottom:1rem;width:100%}.wpgdprc-table:last-child{margin-bottom:0}.wpgdprc-table__th{font-weight:700}.wpgdprc-table__td:before{content:attr(data-title);display:none;font-weight:700;left:.625rem;overflow:hidden;padding-right:.625rem;position:absolute;top:.625rem;white-space:nowrap;width:45%}@media print,screen and (max-width:39.99875em){.wpgdprc-table,.wpgdprc-table__tbody,.wpgdprc-table__td,.wpgdprc-table__th,.wpgdprc-table__thead,.wpgdprc-table__tr{display:block}.wpgdprc-table__tr--thead{left:-9999px;position:absolute;top:-9999px}.wpgdprc-table__tr--tbody:nth-of-type(2n){background-color:#f8f8f9}.wpgdprc-table__td{border-left:0;border-right:0;border-top:0;min-height:2.5rem;padding-left:50%;position:relative}.wpgdprc-table__td:before{display:block}}@media print,screen and (min-width:40em){.wpgdprc-table{border-collapse:collapse}.wpgdprc-table .wpgdprc-table__td,.wpgdprc-table .wpgdprc-table__th{padding:.375rem;text-align:left}}.wpgdprc-admin-bar,.wpgdprc-consent-bar{bottom:0;font-family:inherit;font-family:var(--wp-gdpr--bar--font-family,inherit);left:0;margin:.9375rem;position:fixed;right:0;z-index:99999}.wpgdprc-admin-bar .wpgdprc-consent-bar__notice{text-align:center}.wpgdprc-consent-bar__inner{-webkit-animation:wpgdprcFadeIn .3s cubic-bezier(0,0,.2,1);animation:wpgdprcFadeIn .3s cubic-bezier(0,0,.2,1);background-color:var(--wp-gdpr--bar--background-color);border-radius:5px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);margin:0 auto;max-width:75rem;padding:1.25rem .625rem;text-align:center;z-index:999}.wpgdprc-consent-bar__inner,.wpgdprc-consent-bar__inner a{color:var(--wp-gdpr--bar--color)}.wpgdprc-consent-bar__container{display:flex;flex-wrap:wrap;position:relative}.wpgdprc-consent-bar__column{padding:0 10px}.wpgdprc-consent-bar__column:first-child{flex-grow:1}.wpgdprc-consent-bar__content{align-items:center;display:flex;flex-wrap:wrap;text-align:left;width:100%}.wpgdprc-consent-bar__column--notice{flex-grow:1;margin-bottom:.5rem}.wpgdprc-consent-bar__column--accept .wpgdprc-button,.wpgdprc-consent-bar__column--settings .wpgdprc-button{flex-grow:1;white-space:nowrap}.wpgdprc-consent-bar__notice{font-size:1rem}.wpgdprc-consent-bar__notice .wpgdprc-consent-bar__notice,.wpgdprc-consent-bar__notice p{margin-bottom:0}:root .wpgdprc-consent-bar button.wpgdprc-button--accept{align-items:center;background-color:var(--wp-gdpr--button--background-color);border-color:var(--wp-gdpr--button--background-color);border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:var(--wp-gdpr--button--color);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.1666666667;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1)}:root .wpgdprc-consent-bar button.wpgdprc-button--accept:focus,:root .wpgdprc-consent-bar button.wpgdprc-button--accept:hover{background-color:var(--wp-gdpr--button--background-color--darken);border-color:var(--wp-gdpr--button--background-color--darken)}:root .wpgdprc-consent-bar button.wpgdprc-button--settings{background-color:transparent;border-color:transparent;box-shadow:none;color:var(--wp-gdpr--bar--color)}:root .wpgdprc-consent-bar button.wpgdprc-button--settings:focus,:root .wpgdprc-consent-bar button.wpgdprc-button--settings:hover{background-color:transparent;border-color:transparent;box-shadow:none;opacity:.75}@media print,screen and (min-width:40em){.wpgdprc-consent-bar__column--notice{flex-grow:0;margin-bottom:0}.wpgdprc-consent-bar__column--settings{margin-left:0}.wpgdprc-consent-bar__content{flex-wrap:nowrap}}.wpgdprc-consent-bar--position-top{bottom:auto;top:0}@media screen and (min-width:48.9375em){.admin-bar .wpgdprc-consent-bar--position-top{top:2rem}}.admin-bar .wpgdprc-consent-bar--position-top{top:2.875rem}.wpgdprc-consent-bar--admin{margin:0;position:relative}.wpgdprc-consent-bar--admin .wpgdprc-consent-bar__notice{max-width:100%}.wpgdprc-consent-modal{display:none}.wpgdprc-consent-modal.is-open{display:block!important}.wpgdprc-consent-modal[aria-hidden=false] .wpgdprc-consent-modal__overlay{-webkit-animation:wpgdprcFadeIn .3s cubic-bezier(0,0,.2,1);animation:wpgdprcFadeIn .3s cubic-bezier(0,0,.2,1)}.wpgdprc-consent-modal[aria-hidden=true] .wpgdprc-consent-modal__overlay{-webkit-animation:wpgdprcFadeOut .3s cubic-bezier(0,0,.2,1);animation:wpgdprcFadeOut .3s cubic-bezier(0,0,.2,1)}.wpgdprc-consent-modal{font-family:inherit;font-family:var(--wp-gdpr--bar--font-family,inherit)}.wpgdprc-consent-modal__overlay{align-items:center;background:#000;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;will-change:transform;z-index:999999}.wpgdprc-consent-modal__inner{background:#fff;border-radius:5px;box-shadow:0 10px 15px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;height:80%;height:80vh;max-width:800px;overflow-y:auto;position:relative;width:90%;width:90vw}.wpgdprc-consent-modal__header{border-bottom:1px solid #ededed;padding:.9375rem}:root .wpgdprc-consent-modal__title{color:#000;font-size:1.25rem;font-weight:700;letter-spacing:0;margin-bottom:0}:root .wpgdprc-consent-modal__title--description{font-size:1.5rem;margin-bottom:.625rem}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close{align-items:center;background-color:transparent;border:0;border-radius:3px;color:#5a5a5a;display:flex;height:40px;justify-content:center;margin:0;padding:0;position:absolute;right:.625rem;top:.75rem;transition:all .25s cubic-bezier(0,.6,.7,1);width:40px}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close:focus,:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close:hover{background-color:#3c7c96;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close svg{pointer-events:none;width:.875rem}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close svg path{fill:currentColor}.wpgdprc-consent-modal__body{border-bottom:1px solid #ededed;flex-grow:1}.wpgdprc-consent-modal__description{color:#8a8a8a;display:none;flex-direction:column;height:100%}.wpgdprc-consent-modal__description--active{display:block}.wpgdprc-consent-modal__information,.wpgdprc-consent-modal__navigation{padding:.9375rem;position:relative}.wpgdprc-consent-modal__information{flex-grow:1}.wpgdprc-consent-modal__navigation{border-bottom:1px solid #ededed;flex-shrink:0}.wpgdprc-consent-modal__navigation>a{display:block;margin-top:10px}.wpgdprc-consent-modal__navigation>a:first-child{margin-top:0}:root .wpgdprc-consent-modal__navigation-list{list-style:none;margin:0}:root .wpgdprc button.wpgdprc-consent-modal__navigation-button{background-color:transparent;border:0;color:#878787;font-size:1rem;letter-spacing:0;line-height:2.25;outline:none;padding:0;text-align:left}:root .wpgdprc button.wpgdprc-consent-modal__navigation-button:focus,:root .wpgdprc button.wpgdprc-consent-modal__navigation-button:hover{color:#3c7c96}:root .wpgdprc button.wpgdprc-consent-modal__navigation-button--active{color:#3c7c96;font-weight:700}:root .wpgdprc-content-modal__content{color:#5a5a5a;font-size:1rem;letter-spacing:0;line-height:1.625}:root .wpgdprc-content-modal__content h2{font-size:1.3125rem}:root .wpgdprc-content-modal__content>:not(h2):not(h3):not(h4):not(h5):not(h6):not(ul):not(ol){margin-bottom:1.625rem}:root .wpgdprc-content-modal__content>:not(h2):not(h3):not(h4):not(h5):not(h6):not(ul):not(ol):last-child{margin-bottom:0}.wpgdprc-content-modal__options{margin-top:auto}.wpgdprc-content-modal__options>*{margin-top:1.625rem}.wpgdprc-consent-modal__footer{display:flex;justify-content:flex-end;padding:.9375rem}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background){align-items:center;background-color:#3c7c96;border:1px solid #3c7c96;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--outline:not(:focus),:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--outline:not(:hover){background-color:transparent;color:#3c7c96}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--outline:focus,:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--outline:hover{background-color:#2d5e72;border-color:#2d5e72;border-width:1px;color:#fff}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background):focus,:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background):hover,:root :root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--active{background-color:#2d5e72;border-color:#2d5e72;color:#fff}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background):focus,:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background):hover{background-color:#264f5f}.wpgdprc-consent-modal__footer__information{align-items:center;display:flex;flex-grow:1;position:relative}@media only screen and (min-width:768px){.wpgdprc-consent-modal__header{padding:1.5rem 1.5625rem}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close{right:.9375rem;top:1.25rem}.wpgdprc-consent-modal__body{display:flex;flex-direction:row}.wpgdprc-consent-modal__information,.wpgdprc-consent-modal__navigation{padding:1.5625rem}.wpgdprc-consent-modal__navigation{border-bottom:0;width:14.1875rem}.wpgdprc-consent-modal__footer{padding:1.5625rem}}abbr.wpgdprc-required+abbr.required{display:none!important}@-webkit-keyframes wpgdprcFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wpgdprcFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes wpgdprcFadeOut{0%{opacity:1}to{opacity:0}}@keyframes wpgdprcFadeOut{0%{opacity:1}to{opacity:0}}.gform_wrapper .gfield_error label a,.gform_wrapper .gfield_validation_message a,.gform_wrapper .validation_message a{color:inherit}