body{
font-size: 1rem;
line-height: 1.7;
}
@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotateme {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotateme {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(360deg);
}
}
.img-infinite{
animation-name: rotateme;
animation-duration: 34s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 34s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 34s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 34s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 34s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.wrap-loader-cri {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%; z-index: 99999;
}
.wrap-loader-cri .top {
background: #ffffffe3;
z-index: 9999;
position: absolute;
width: 100%;
height: 50%;
top: 0;
-webkit-transition: all ease 1s;
transition: all ease 1s;
}
.wrap-loader-cri .bottom {
background: #ffffffe3;
z-index: 9999;
position: absolute;
width: 100%;
height: 50%;
bottom: 0;
-webkit-transition: all ease 1s;
transition: all ease 1s;
}
.wrap-loader-cri.hide-loader .bottom{
bottom: -50%;
-webkit-transition: all ease 1s;
transition: all ease 1s;
}
.wrap-loader-cri.hide-loader .top{
top: -50%;
-webkit-transition: all ease 1s;
transition: all ease 1s;
}
.wrap-loader-cri .in {
position: absolute;
top: 50%;
left: 50%;
z-index: 9999;
}
.loader-cri {
position: relative;
-webkit-transition: all ease 1s;
transition: all ease 1s;
}
.wrap-loader-cri.hide-loader-2 .loader-cri{
opacity: 0;
}
.loader-cri .dot {
-webkit-animation-name: movement;
animation-name: movement;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
height: 10px;
position: absolute;
top: -10px;
transform: translate3d(0, -25px, 0) scale(1);
width: 10px;
}
.loader-cri .dot:nth-of-type(1) {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
left: 150px;
}
.loader-cri .dot:nth-of-type(1)::before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.loader-cri .dot:nth-of-type(2) {
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
left: 150px;
}
.loader-cri .dot:nth-of-type(2)::before {
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
}
.loader-cri .dot:nth-of-type(3) {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
left: 125px;
}
.loader-cri .dot:nth-of-type(3)::before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.loader-cri .dot:nth-of-type(4) {
-webkit-animation-delay: -1.4s;
animation-delay: -1.4s;
left: 125px;
}
.loader-cri .dot:nth-of-type(4)::before {
-webkit-animation-delay: -1.4s;
animation-delay: -1.4s;
}
.loader-cri .dot:nth-of-type(5) {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
left: 100px;
}
.loader-cri .dot:nth-of-type(5)::before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.loader-cri .dot:nth-of-type(6) {
-webkit-animation-delay: -1.6s;
animation-delay: -1.6s;
left: 100px;
}
.loader-cri .dot:nth-of-type(6)::before {
-webkit-animation-delay: -1.6s;
animation-delay: -1.6s;
}
.loader-cri .dot:nth-of-type(7) {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
left: 75px;
}
.loader-cri .dot:nth-of-type(7)::before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.loader-cri .dot:nth-of-type(8) {
-webkit-animation-delay: -1.8s;
animation-delay: -1.8s;
left: 75px;
}
.loader-cri .dot:nth-of-type(8)::before {
-webkit-animation-delay: -1.8s;
animation-delay: -1.8s;
}
.loader-cri .dot:nth-of-type(9) {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
left: 50px;
}
.loader-cri .dot:nth-of-type(9)::before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.loader-cri .dot:nth-of-type(10) {
-webkit-animation-delay: -2s;
animation-delay: -2s;
left: 50px;
}
.loader-cri .dot:nth-of-type(10)::before {
-webkit-animation-delay: -2s;
animation-delay: -2s;
}
.loader-cri .dot:nth-of-type(11) {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
left: 25px;
}
.loader-cri .dot:nth-of-type(11)::before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.loader-cri .dot:nth-of-type(12) {
-webkit-animation-delay: -2.2s;
animation-delay: -2.2s;
left: 25px;
}
.loader-cri .dot:nth-of-type(12)::before {
-webkit-animation-delay: -2.2s;
animation-delay: -2.2s;
}
.loader-cri .dot:nth-of-type(13) {
-webkit-animation-delay: -1.3s;
animation-delay: -1.3s;
left: 0px;
}
.loader-cri .dot:nth-of-type(13)::before {
-webkit-animation-delay: -1.3s;
animation-delay: -1.3s;
}
.loader-cri .dot:nth-of-type(14) {
-webkit-animation-delay: -2.4s;
animation-delay: -2.4s;
left: 0px;
}
.loader-cri .dot:nth-of-type(14)::before {
-webkit-animation-delay: -2.4s;
animation-delay: -2.4s;
}
.loader-cri .dot:nth-of-type(15) {
-webkit-animation-delay: -1.5s;
animation-delay: -1.5s;
left: -25px;
}
.loader-cri .dot:nth-of-type(15)::before {
-webkit-animation-delay: -1.5s;
animation-delay: -1.5s;
}
.loader-cri .dot:nth-of-type(16) {
-webkit-animation-delay: -2.6s;
animation-delay: -2.6s;
left: -25px;
}
.loader-cri .dot:nth-of-type(16)::before {
-webkit-animation-delay: -2.6s;
animation-delay: -2.6s;
}
.loader-cri .dot:nth-of-type(17) {
-webkit-animation-delay: -1.7s;
animation-delay: -1.7s;
left: -50px;
}
.loader-cri .dot:nth-of-type(17)::before {
-webkit-animation-delay: -1.7s;
animation-delay: -1.7s;
}
.loader-cri .dot:nth-of-type(18) {
-webkit-animation-delay: -2.8s;
animation-delay: -2.8s;
left: -50px;
}
.loader-cri .dot:nth-of-type(18)::before {
-webkit-animation-delay: -2.8s;
animation-delay: -2.8s;
}
.loader-cri .dot:nth-of-type(19) {
-webkit-animation-delay: -1.9s;
animation-delay: -1.9s;
left: -75px;
}
.loader-cri .dot:nth-of-type(19)::before {
-webkit-animation-delay: -1.9s;
animation-delay: -1.9s;
}
.loader-cri .dot:nth-of-type(20) {
-webkit-animation-delay: -3s;
animation-delay: -3s;
left: -75px;
}
.loader-cri .dot:nth-of-type(20)::before {
-webkit-animation-delay: -3s;
animation-delay: -3s;
}
.loader-cri .dot:nth-of-type(21) {
-webkit-animation-delay: -2.1s;
animation-delay: -2.1s;
left: -100px;
}
.loader-cri .dot:nth-of-type(21)::before {
-webkit-animation-delay: -2.1s;
animation-delay: -2.1s;
}
.loader-cri .dot:nth-of-type(22) {
-webkit-animation-delay: -3.2s;
animation-delay: -3.2s;
left: -100px;
}
.loader-cri .dot:nth-of-type(22)::before {
-webkit-animation-delay: -3.2s;
animation-delay: -3.2s;
}
.loader-cri .dot:nth-of-type(23) {
-webkit-animation-delay: -2.3s;
animation-delay: -2.3s;
left: -125px;
}
.loader-cri .dot:nth-of-type(23)::before {
-webkit-animation-delay: -2.3s;
animation-delay: -2.3s;
}
.loader-cri .dot:nth-of-type(24) {
-webkit-animation-delay: -3.4s;
animation-delay: -3.4s;
left: -125px;
}
.loader-cri .dot:nth-of-type(24)::before {
-webkit-animation-delay: -3.4s;
animation-delay: -3.4s;
}
.loader-cri .dot:nth-of-type(25) {
-webkit-animation-delay: -2.5s;
animation-delay: -2.5s;
left: -150px;
}
.loader-cri .dot:nth-of-type(25)::before {
-webkit-animation-delay: -2.5s;
animation-delay: -2.5s;
}
.loader-cri .dot:nth-of-type(26) {
-webkit-animation-delay: -3.6s;
animation-delay: -3.6s;
left: -150px;
}
.loader-cri .dot:nth-of-type(26)::before {
-webkit-animation-delay: -3.6s;
animation-delay: -3.6s;
}
.loader-cri .dot::before {
-webkit-animation-name: size-opacity;
animation-name: size-opacity;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
background: #294599;
border-radius: 50%;
content: "";
display: block;
height: 100%;
width: 100%;
}
.loader-cri .dot:nth-of-type(even)::before {
background-color: #df4425;
box-shadow: inset 0 0 4px #df4425;
}
@-webkit-keyframes movement {
0% {
transform: translate3d(0, -25px, 0);
z-index: 0;
}
50% {
transform: translate3d(0, 25px, 0);
z-index: 10;
}
100% {
transform: translate3d(0, -25px, 0);
z-index: -5;
}
}
@keyframes movement {
0% {
transform: translate3d(0, -25px, 0);
z-index: 0;
}
50% {
transform: translate3d(0, 25px, 0);
z-index: 10;
}
100% {
transform: translate3d(0, -25px, 0);
z-index: -5;
}
}
@-webkit-keyframes size-opacity {
0% {
opacity: 1;
transform: scale(1);
}
25% {
transform: scale(1.5);
}
50% {
opacity: 1;
}
75% {
opacity: 0.35;
transform: scale(0.5);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes size-opacity {
0% {
opacity: 1;
transform: scale(1);
}
25% {
transform: scale(1.5);
}
50% {
opacity: 1;
}
75% {
opacity: 0.35;
transform: scale(0.5);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.main-header {
position: relative;
}
.admin-bar .main-header {
top: 0;
}
.admin-bar #main-header_1.fixed .bottom-object {
top: 31px;
}
#main-header_1.fixed .bottom-object {
position: fixed;
width: 100%;
top: 0;
}
.page-sub-title {
display: none;
}
.searchandfilter select.sf-input-select {
cursor: pointer;
}
#carousel_home_banner .swiper-pagination {
display: flex;
background: #000055;
max-width: 300px;
margin: 0 auto;
justify-content: center;
align-items: center;
left: 50%;
transform: translateX(-50%);
padding: 7px 15px;
border-radius: 5px;
width: auto;
bottom: 25px !important;
}
#carousel_home_banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fdcd0e;
width: 30px;
height: 10px;
}
#carousel_home_banner .swiper-pagination span.swiper-pagination-bullet {
background: #fff;
opacity: 1;
border-radius: 2px;
height: 10px;
width: 10px;
transition: all ease-in-out 300ms;
}
#carousel_home_banner svg {
width: 26px;
height: 26px;
stroke: #005;
}
.vc_banner .swiper-button-prev,
.vc_banner .swiper-button-next {
background: #fdcd0e !important;
}
.leftbar_side {
background: #000;
position: absolute;
width: 70px;
height: 100%;
left: 0;
z-index: 9;
top: 0;
display: grid;
align-items: center;
box-shadow: 4px 0px 6px rgb(0 0 0 / 14%);
}
.swiper-wrapper a {
display: flex;
}
.v-container {
padding-right: 0;
padding-left: 0;
}
.leftbar_side ul.social-ul {
display: grid;
grid-gap: 10px;
justify-content: center;
text-align: center;
align-items: center;
}
.leftbar_side .social-list {
display: grid;
grid-gap: 10px;
justify-content: center;
text-align: center;
align-items: center;
}
.leftbar_side ul.social-ul li a {
width: 35px;
height: 35px;
padding: 6px;
}
#carousel_home_banner .leftbar_side ul.social-ul li a svg {
stroke: #000;
}
.vc_banner .swiper-button-prev {
left: 90px;
}
.vc_banner .swiper-button-next {
right: 90px;
}
.leftbar_side .social-list h4 {
display: flex;
padding: 0;
flex-direction: column;
align-items: center;
justify-content: center;
}
.quick_links .main-object .title-link h3 {
font-size: 18px;
color: white;
font-weight: 500;
margin: 0;
text-align: center;
line-height: 19px;
}
.quick_links .main-object .thumbnail-link img {
max-width: 50px;
display: block;
transition: all ease-in-out 350ms;
margin-bottom: 5px;
}
.item-quick-links {
padding:0;
}
.item-quick-links a {
padding: 0;
}
.item-quick-links .thumbnail-link {
text-align: center;
display: flex;
justify-content: center;
margin-right: 0;
align-items: end;
align-content: end;
}
.item-quick-links .title-link {
text-align: left;
}
.object-quick.object-2 {
width: 78%;
float: left;
position: relative;
background: #005;}
.object-quick.object-2 .quick-container {
display: block;
height: 100%;
}
.object-quick.object-2 .item-quick-links:last-child {
border-right: 0;
}
.yp-row.auto-grid.quick_links {
margin: 0 auto;
overflow: hidden;
display: block;
text-align: center;
width: 100%;
padding: 0;
background: transparent;
}
.yp-row.quick_links .quick-container::before {
background: #005;
content: '';
height: 101%;
width: 65px;
-webkit-transform: skew(340deg);
-moz-transform: skew(340deg);
-ms-transform: skew(340deg);
-o-transform: skew(340deg);
transform: skew(340deg);
position: absolute;
left: -30px;
right: auto;
display: block;
z-index: 1;
}
.object-quick.object-1 {
text-align: left;
position: relative;
width: 22%;
flex-wrap: wrap;display: flex;
min-height: auto;
padding-left: 30px;
margin: 0;align-content: center;}
.object-quick.object-1::before {
content: '';
width: 100%;
background: #e6e6e6;
position: absolute;
left: 0;
height: 100%;
z-index: 1;
top: 0;}
.object-quick.object-1 h3 {
font-size: 34px;
margin: 0;
color: #005;
font-weight: 600;
letter-spacing: 1px;
align-items: center;
align-content: center;
z-index: 2;
margin-top: -20px;}
.object-quick.object-1 h3 strong{
margin-right: 5px;
}
.object-quick.object-1 h4 {
font-size: 56px;
color: #005;
margin: 0;
display: flex;
z-index: 2;
line-height: 26px;}
.quick_links .main-object {
display: flex;
width: 100%;
}
.item-quick-links a:hover img {
transform: scale(1.1);
}
.item-quick-links a {
transition: all ease-in-out 350ms;
display: grid!important;
}
.line-obj {
display: none;
} .btn-more span.elementor-button-icon {
background: #fdcd0e;
font-size: 12px;
width: 18px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
padding: 2px;
}
.tringger {
width: 100px !important;
height: 50px;
border-top: solid 50px rgb(255 255 255);
border-left: solid 50px transparent;
border-right: solid 50px transparent;
position: absolute;
top: -54px;
left: 283px;
}
.tringger::before {
content: "";
display: block;
position: absolute;
width: 100px;
height: 50px;
background: #d1d2d6;
bottom: 0;
left: 50%;
border-top-left-radius: 50px;
z-index: 9;
}
.tringger::after {
z-index: 9;
content: "";
display: block;
position: absolute;
width: 100px;
height: 50px;
background: #d1d2d6;
bottom: 0;
right: 50%;
border-top-right-radius: 50px;
}
.tring-update::before {
background: #fff;
}
.tring-update::after {
background: #fff;
}
.tring-update {
border-top-color: #fef7da;
left: 50%;
}
.tring-learn::before {
background: #fdf9db;
}
.tring-learn::after {
background: #fdf9db;
}
.tring-learn {
top: 0;
left: 50%;
}
.tring-news::before {
background: #ffffff;
}
.tring-news::after {
background: #ffffff;
}
.tring-news {
border-color: #005655;
}
.c-ebook .elementor-widget-wrap.elementor-element-populated {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.c-ebook .card-ebook:nth-child(2) {
grid-column: span 2;
}
.c-ebook .card-ebook:nth-child(3),
.c-ebook .card-ebook:nth-child(4) {
grid-column: span 1;
}
.c-ebook .card-ebook {
margin: 0;
position: relative;
overflow: hidden;
border-radius: 8px;
}
.c-ebook .card-ebook h3.elementor-image-box-title {
margin: 0;
width: 100%;
}
.c-ebook .card-ebook .elementor-image-box-content {
position: absolute;
bottom: 10px;
}
.c-ebook .card-ebook figure {
margin: 0 !important;
line-height: 0;
}
.c-ebook .elementor-image-box-wrapper {
line-height: 0;
}
.c-ebook .elementor-widget.elementor-widget-heading {
grid-column: span 2;
margin: 0;
}
.c-ebook .card-ebook h3.elementor-image-box-title a {
display: block;
width: 100%;
padding: 0 10px;
line-height: 1em;
}
.tring-gray::before {
background: #67c4cd;
}
.tring-gray::after {
background: #67c4cd;
}
.tring-gray {
border-color: #606060;
}
.c-ebook .card-ebook .elementor-image-box-content::before {
content: "";
display: block;
bottom: 0;
position: absolute;
width: 100%;
height: 0px;
box-shadow: 0 -4px 71px 25px rgb(0 0 0 / 25%);
}
.card-vote .elementor-image-box-content {
background: #005655;
padding: 10px;
border-top-left-radius: 20px;
width: 80% !important;
margin: 0 0 0 auto;
position: absolute;
bottom: 0;
right: 0;
}
.card-vote .elementor-image-box-content h3 {
margin: 0;
}
.card-vote .elementor-image-box-wrapper {
display: flex;
}
.card-vote {
position: relative;
margin: 0 !important;
}
figure.elementor-image-box-img {
line-height: 0;
}
.btn-more.more-news {
position: absolute;
top: 20px;
right: 20px;
}
img.attachment-full.size-full {
width: 100%;
height: auto!important;
}
.box-rule_h .elementor-container {
margin: 0 0 0 0;
}
.btn-more.more-news span.elementor-button-icon {
background: #343338;
}
span.elementor-button-icon.elementor-align-icon-left i {
font-size: 8px;
}
.card-vote img.attachment-full.size-full {
height: 340px !important;
object-fit: cover;
}
.post-card-two > .main-object {
display: grid;
grid-template-columns: 110px 1fr;
}
.post-card-two > .main-object span.cat-text {
display: grid;
align-items: center;
justify-content: center;
grid-gap: 3px;
}
.post-card-two > .main-object span.cat-text span.day {
font-size: 95px;
font-weight: 900;
line-height: 0.7;
text-align: center;
}
.post-card-two > .main-object span.cat-text span.m-y {
font-weight: 600;
font-size: 23px;
text-align: center;
line-height: 0.7;
}
.post-card-two > .main-object span.cat-text span.m-y-m {
font-size: 40px;
font-weight: 900;
text-align: center;
line-height: 0.7;
}
.post-card-two > .main-object > .object-1 {
background: #fdcd0e;
}
.post-card-two > .main-object > .object-1 {
display: grid;
align-items: center;
justify-content: center;
border-radius: 0;
padding: 20px 10px;
}
.post-card-two > .main-object > .object-2 {
padding: 20px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
display: grid;
}
.post-card-two {
background: #e1e1e1;
border-radius: 8px;
}
.post-card-two > .main-object > .object-2 h3 a {
margin: 0;
font-size: 24px;
font-weight: 600;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
position: relative;
overflow: hidden;
color: #000;
}
.post-card-two > .main-object > .object-2 h3 {
margin: 0;
position: relative;
overflow: hidden;
}
.post-card-two .box-info_column .main-object {
display: flex;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.post-card-two .box-info_column .main-object span {
display: flex;
gap: 5px;
font-size: 18px;
color: #000;
}
.post-card-two .box-info_column .main-object .object-1 span svg,
.post-card-two .box-info_column .main-object .object-2 span svg {
width: 15px;
stroke: #f9aa2b;
}
.column-update_calendar {
display: grid;
grid-gap: 5px;
}
.post-card-two {
position: relative;
}
.post-card-two .box-info_column {
display: grid;
align-items: end;
}
.box-rule_h.box-rule_one .elementor-container {
margin: 0 0 0 auto;
}
.box-rule_h .card-vote img.attachment-full.size-full {
height: 337px !important;
}
.bar-breadcrumb {
background: #fdcd0e;
}
.detail-archive .column-update_calendar {
display: grid;
grid-gap: 10px;
}
.archive-box .entry-header h1,.page-box h1 {
margin: 0;
padding-bottom: 0;
font-size: 43px;
color: #005;
font-weight: 600;
opacity: 1;
line-height: 1;
z-index: 1;
}
.archive-box .entry-header .in-thumb .v-container {
display: grid;
align-items: flex-end;
justify-content: right;
}
.h-title_archive h3 {
font-size: 43px;
font-weight: 600;
color: #fdcd0e;
}
.h-title_archive h3::after {
content: "";
display: block;
height: 2px;
border-bottom: 2px solid #000;
width: 30px;
}
.h-title_archive h3 {
margin: 0;
}
.detail-archive_box {
padding: 2em 0;
position: relative;
}
.content-pagination .page-numbers{
border-radius: 7px;
font-size: 14px;
font-weight: 500;
padding: 5px;
display: flex;
width: 27px;
height: 35px;
align-items: center;
justify-content: center;
color: #000;
text-align: center;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.content-pagination .current {
background: #04237e;
border: 1px solid #04237e;
font-size: 14px;
font-weight: 500;
padding: 5px;
display: flex;
height: 53px;
width: 30px;
align-items: center;
justify-content: center;
color: #FFF;
margin: -50px 0;
border-radius: 7px;
}
.content-pagination .in-wrap-p {
position: relative;
}
.content-pagination .prev.page-numbers,.btn-pagina.go-first {
left: -50px;
border-radius: 50px;
width: 30px;
height: 30px;
position: absolute;
background: #FFF;
}
.content-pagination .next.page-numbers,.btn-pagina.go-last{
right: -50px;
border-radius: 50px;
width: 30px;
height: 30px;
position: absolute;
background: #fff;
}
.btn-pagina{
display: flex;
align-items: center;
justify-content: center;
}
.btn-pagina.go-last {
top: 6px;
right: -90px;
}
.btn-pagina.go-first {
top: 6px;
left: -90px;
}
.content-pagination .next.page-numbers:hover,
.content-pagination .prev.page-numbers:hover,
.btn-pagina:hover{
background: #df4425;
}
.content-pagination .next.page-numbers:hover svg,
.content-pagination .prev.page-numbers:hover svg,
.btn-pagina:hover svg {
stroke: #FFF;
}
.content-pagination .page-numbers svg {
stroke: #222;
margin: 0 auto;
width: 18px;
height: 18px;
}
.btn-pagina svg{
width: 18px;
height: 18px;
}
.content-pagination .in-wrap {
border-radius: 20px;
gap: 5px;
position: relative;
align-items: center;
display: inline-flex;
max-width: 100%;
background: #FFF;
padding: 3px 20px;
}
span.total-num {
font-size: 20px;
font-weight: 600;
color: #fdcd0e;
}
.total-num strong {
font-weight: 600;
}
span.total-num strong {
padding: 0 5px;
}
.content-pagination span.text-number_page {
font-size: 20px;
color: #000;
margin: 0;
}
.content-pagination .box-pagination {
display: flex;
gap: 5px;
}
h4.count-head {
font-size: 15px;
color: #000;
margin: 0;
font-weight: 400;
}
h4.count-head span {
font-size: 15px;
font-weight: 400;
color: #000;
}
h4.count-head span strong {
padding: 0 5px;
color: #df4425;
font-size: 18px;
}
.box-pageination_post {
display: flex;
justify-content: space-around;
grid-gap: 15px;
align-items: center;
width: 100%;
}
.archive-box li.sf-field-posts_per_page {
position: absolute;
bottom: 0;
right: 0;
padding: 0;
}
.detail-archive_box .v-container {
position: relative;
}
.archive-box li.sf-field-posts_per_page select {
border: 1px solid #eee;
border-radius: 0;
font-size: 20px;
font-weight: 500;
padding: 5px 10px 8px;
display: flex;
height: 35px;
align-items: center;
justify-content: center;
color: #979797 !important;
text-align: center;
margin: 0;
}
input.sf-input-text {
border: 1px solid #dbdbdb;
border-radius: 0;
font-size: 22px;
font-weight: 500;
padding: 5px 35px 5px 20px;
height: 40px;
color: #979797;
text-align: left;
margin: 0;
position: relative;
width: 100%;
display: block;
}
input.sf-input-text::placeholder {
color: #979797;
}
select.sf-input-select,.yp_currency_choice select {
border: 1px solid #dbdbdb;
border-radius: 0;
font-size: 22px;
font-weight: 500;
padding: 5px 35px 5px 20px;
height: 45px;
color: #979797;
text-align: left;
margin: 0;
position: relative;
width: 100%;
display: block;
line-height: 18px;
appearance: none;
min-width: 200px;
}
li.sf-field-category {
position: relative;
display: block;
padding: 0 !important;
}
li.sf-field-search label {
padding: 0;
}
li.sf-field-category label,
li.sf-field-posts_per_page label,
li.sf-field-taxonomy-mec_category label {
display: block;
position: relative;
}
li.sf-field-sort_order label::after,
li.sf-field-category label::after,
li.sf-field-taxonomy-mec_category label::after {
display: block;
position: absolute;
top: 7px;
right: 10px;
width: 20px;
height: 20px;
}
.sf-field-sort_order label {
display: block;
position: relative;
}
.archive-box .searchandfilter ul {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
grid-gap: 10px;
align-items: center;
justify-content: center;
max-width: 885px;
margin: 0;
padding: 0;
padding-bottom: 2em;
padding-top: 0.5em;
}
.main-post_column {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.box-pageination_post {
grid-column: span 3;
padding-top: 15px;
}
.column-post_grid {
display: grid;
grid-template-columns: 2.5fr 1fr;
grid-gap: 10px;
}
h3.widget-title_head {
font-size: 30px;
color: #fdcd0e;
padding-left: 15px;
margin: 0;
}
.list-post_box {
position: relative;
display: grid;
}
#page .card-recent_post { padding-bottom: 10px!important;
}
#page .card-recent_post::before,
.vitem-download-list::before,
article.vevent-card::after,
article.card-rss.card-publications::after,
body.single-vc_ebook .card-post_m.card-recent_post.card-ebook .post-info::before{
content: ''!important;
width: 0;
height: 5px;
background: #41bfef;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
width: 100%;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
}
#page .card-recent_post:hover::before,
.vitem-download-list:hover::before,
article.vevent-card:hover::after,
article.card-rss.card-publications:hover::after,
body.single-vc_ebook .card-post_m.card-recent_post.card-ebook:hover .post-info::before{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
#page .detail-archive-vc_ebook .card-recent_post::before{
display: none;
}
.detail-archive-vc_ebook .top-post .card-recent_post {
overflow: hidden;
}
.post-type-archive-vc_ebook #page .detail-archive-vc_ebook .top-post .card-recent_post::before,
.post-type-archive-vc_ebook #page .detail-archive-vc_ebook .top-post .card-recent_post::before,
.tax-vc_ebook_category #page .detail-archive-vc_ebook .top-post .card-recent_post::before,
.tax-vc_ebook_category #page .detail-archive-vc_ebook .top-post .card-recent_post::before
{
display: block;
}
.post-type-archive-vc_ebook #page .detail-archive-vc_ebook .top-post .card-recent_post,
.post-type-archive-vc_ebook #page .detail-archive-vc_ebook .top-post .card-recent_post,
.tax-vc_ebook_category #page .detail-archive-vc_ebook .top-post .card-recent_post,
.tax-vc_ebook_category #page .detail-archive-vc_ebook .top-post .card-recent_post
{
overflow: hidden;
}
.detail-archive-vc_ebook .card-recent_post .post-info {
overflow: hidden;
position: relative;
margin-bottom: -10px;
padding-bottom: 22px;
width: calc(100% + 10px);
margin-left: -5px;
border-radius: 15px;
}
.detail-archive-vc_ebook .card-recent_post .post-info::after{
content: ''!important;
width: 0;
height: 5px;
background: #41bfef;
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
width: calc(100% + 30px);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
}
.detail-archive-vc_ebook .card-recent_post:hover .post-info::after{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.post-type-archive-vc_ebook #page .detail-archive-vc_ebook .top-post .card-recent_post .post-info::after,
.tax-vc_ebook_category #page .detail-archive-vc_ebook .top-post .card-recent_post .post-info::after
{
display: none;
}
.post-type-archive-vc_ebook #page .detail-archive-vc_ebook .top-post .card-recent_post.post-info::after,
.tax-vc_ebook_category #page .detail-archive-vc_ebook .top-post .card-recent_post .post-info::after
{
display: none;
}
.detail-archive-vc_ebook .card-recent_post:hover .post_excerpt{
color: #FFF;
}
.card-recent_post .post-header {
width: 100%;
position: relative;
display: block;
}
.card-recent_post .post-header a{
border-radius: 15px;
overflow: hidden;
display: flex;
}
.card-recent_post .post-header img {
object-fit: cover;
width: 100%;
border-radius: 15px;
height:auto;
}
.card-recent_post {
border: 1px solid #eee!important;
border-radius: 0;
padding: 5px!important;
margin: 0 !important;
background: #fff;
border-radius: 20px;
overflow: hidden;
}
.card-recent_post h4 {
position: relative;
overflow: hidden;
margin: 0;
display: block;
}
.card-recent_post .title-head_card {
position: relative;
overflow: hidden;
}
.card-recent_post svg {
stroke: #41bfef;
width: 18px;
height: 18px;
}
.card-recent_post span.date-post_card {
display: flex;
align-items: center;
gap: 3px;
width: 40%;
}
.list-post_box .post-related {
margin: 0;
border: 0;
padding: 0;
}
.archive-sidebar .widget-side_archive {
padding-bottom: 20px;
}
.archive-sidebar .widget-side_archive:last-child {
padding-bottom: 0;
}
.list-post_box .post-related {
position: relative;
display: grid;
grid-gap: 10px;
} .card-post_m {
display: block;
}
.card-post_m .read-more{
color: #df4425;
font-size: 14px;
margin: 0 0 5px;
display: flex;
align-items: center;
}
.card-post_m .read-more svg{
stroke:#df4425;
} .card-post_m h4 a {
font-size: 16px;
font-weight: 500;
transition: all ease-in-out 250ms;
margin: 0;
color: #294599;
min-height: 50px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
overflow: hidden;
line-height: 1.1;
text-decoration: unset;
}
.card-post_m .post-header { padding-bottom: calc( 0.60 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
border-radius: 15px;
}
.card-post_m .post-header img{
margin-bottom: 0;
display: block;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0; object-fit: cover;
-o-transition: all .7s;
-webkit-transition: all .7s;
transition: all .7s;
min-height: 172px;
}
.card-recent_post:hover .post-header img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.card-post_m .date-post_card,
.card-recent_image .date-post_card {
display: flex;
align-items: center;
padding: 7px 0 0;
justify-content: start;
gap: 10px;
color: #6e6e6e;
font-size: 13px;
position: relative;
}
.card-post_m span.post_view,
.card-recent_image span.post_view {
display: flex;
gap: 5px;
align-items: center;
}
.card-post_m .post-views.entry-meta,
.card-recent_image .post-views.entry-meta {
margin: 0;
line-height: 1;
}
.card-post_m .title-head_card {
padding: 10px 0 5px;
} .count-image_box {
position: absolute;
bottom: 0px;
left: 0;
background: black;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 65px;
}
.box-image_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0 0 0 / 20%);
border-radius: 0;
}
.box-image_overlay svg {
stroke: #fff;
width: 60px;
height: 60px;
stroke-width: 1px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
}
.count-image_box svg {
stroke: #fff;
}
.count-image_box span {
color: #fff;
padding-left: 4px;
font-size: 16px;
}
.banner-column .main-object {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
padding-bottom: 2em;
}
.banner-column .main-object .post-related {
border: 0;
margin: 0;
padding: 0;
display: grid;
grid-gap: 10px;
}
.card-recent_image .date-post_card {
justify-content: left;
align-items: flex-end;
padding: 0;
font-size: 16px;
}
.card-recent_image .date-post_card span.date-post_card {
padding: 0;
}
.card-recent_image .post-info {
display: grid;
align-items: stretch;
}
.card-recent_image .post-header img {
border-radius: 0;
}
.card-recent_post.card-recent_image {
border: 0 !important;
padding: 0 !important;
}
.column-post_grid.close .box-post_grid .main-post_column {
grid-template-columns: repeat(4, 1fr);
}
.column-post_grid.close {
grid-template-columns: 1fr;
}
.archive-sidebar.close {
display: none;
} .archive-box li.sf-field-posts_per_page {
position: relative;
} .grid-column-post li.sf-field-posts_per_page {
display: none;
}
.box-pageination_post .searchandfilter > ul > li:not(.sf-field-posts_per_page) {
display: none;
} .card-recent_gallery {
display: grid;
position: relative;
grid-gap: 10px;
}
.card-recent_gallery .feature-thumbnail {
position: relative;
}
.card-recent_gallery .feature-thumbnail img {
margin-bottom: -10px;
}
.card-recent_gallery h4 a {
font-size: 23px;
margin: 0;
color: #013564;
font-weight: 500 !important;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
position: relative;
overflow: hidden;
line-height: 1.1;
text-decoration: unset;
}
.card-recent_gallery h4 {
position: relative;
overflow: hidden;
margin: 0;
display: block;
}
.card-recent_gallery .date-post_card {
justify-content: left;
align-items: flex-end;
padding: 0;
display: flex;
gap: 10px;
font-size: 16px;
}
.card-recent_gallery span.post_view {
display: flex;
gap: 5px;
align-items: center;
}
.card-recent_gallery svg {
stroke: #fdcd0e;
width: 14px;
height: 14px;
}
.card-recent_gallery .post-views.entry-meta {
margin: 0;
line-height: 1;
}
.card-recent_gallery .date-post_card span.date-post_card {
padding: 0;
display: flex;
align-items: center;
gap: 3px;
font-size: 16px;
}
.product-gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.image-gallery_recent img {
width: 100%;
height: 125px;
object-fit: cover;
margin-bottom: -10px;
}
.card-recent_gallery .feature-thumbnail img {
height: 382px;
display: block;
object-fit: cover;
margin-bottom: 0;
width: 100%;
}
.image-gallery_recent {
position: relative;
}
.card-recent_gallery .overlay_thumb {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgb(0 0 0 / 35%);
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.card-recent_gallery .overlay_thumb span {
color: #fff;
font-size: 21px;
}
.card-recent_gallery .overlay_thumb svg {
stroke: #fff;
width: 36px;
height: 36px;
stroke-width: 1px;
}
.card-recent_gallery .overlay_thumb .in-overlay {
display: flex;
gap: 3px;
align-items: center;
justify-content: center;
}
.banner-column .main-object .box-image_overlay svg {
display: none;
}
.card-recent_gallery h4 a:hover {
color: #fdcd0e;
}
.card-recent_gallery .detail-card {
display: grid;
grid-gap: 1.5em;
}
.gallery-thumbnail.two-col_gallery .product-gallery {
grid-template-columns: repeat(2, 1fr);
}
.date-post_card > span.date-post_card {
padding: 0;
position: relative;
margin-right: 30px;
}
.date-post_card > span.date-post_card::after {
content: "|";
position: absolute;
right: -24px;
color: #ddd;
}
.banner-column_video .main-object .box-image_overlay svg {
display: flex;
width: 50px;
height: 50px;
}
.banner-column_video .object-banner.object-1 .card-recent_video {
grid-template-columns: 1fr;
}
.banner-column_video .object-banner.object-1 .card-recent_video img {
height: 369px;
}
.banner-column_video .object-banner.object-1 .card-recent_video .post-info {
grid-gap: 1em;
}
.banner-column_video .object-banner.object-1 .card-recent_video h4 a {
font-size: 23px;
}
.banner-column_video .object-banner.object-1 .card-recent_video .box-image_overlay svg {
width: 85px;
height: 85px;
}
.widget-side_archive.close {
display: none;
}
.menu-government_widget nav li a {
font-size: 22px;
margin: 0;
color: #000;
font-weight: 500 !important;
position: relative;
line-height: 1.1;
text-decoration: unset;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.menu-government_widget nav ul {
margin: 0;
padding: 0;
border: 1px solid #eee;
padding-left: 0;
}
.menu-government_widget nav ul li {
color: #fdcd0e;
}
.menu-government_widget nav ul li {
border-bottom: 1px solid #eee;
list-style: none;
padding: 10px 18px;
position: relative;
}
.menu-government_widget nav ul li a::before {
content: "";
display: block;
list-style: disc;
height: 6px;
width: 6px;
background: #f8aa2c;
border-radius: 50px;
position: relative;
margin-right: 6px;
}
.menu-government_widget nav ul li a {
display: flex;
align-items: center;
}
.menu-government_widget nav ul li:last-child {
border: 0;
}
.card-post_government .count-image_box {
width: 100%;
}
.card-post_government .count-image_box {
width: 100%;
justify-content: left;
padding: 4px 8px;
}
.archive-events .main-post_column {
grid-template-columns: 1fr;
}
.archive-events .box-pageination_post {
grid-column: span 1;
}
.card-calendar-1 {
background: #fff;
border: 1px solid #eee;
border-radius: 0;
}
.card-calendar-1 > .main-object > .object-1 {
border-radius: 0;
}
.post-card-two.card-calendar-1 > .main-object > .object-1 span.day {
color: #fff;
}
.post-card-two.card-calendar-1 > .main-object span.cat-text span.m-y {
color: #fff;
font-size: 21px;
}
.post-card-two.card-calendar-1 > .main-object span.cat-text span.m-y-m {
color: #fff;
font-size: 21px !important;
}
.card-calendar-1 > .main-object > .object-2 h3 a {
text-decoration: unset;
font-size: 21px;
color: #013564;
}
.list-post_box .card-calendar-1 > .main-object > .object-1 span.day {
color: #fff;
}
.list-post_box .card-calendar-1 > .main-object span.cat-text span.m-y {
color: #fff;
}
.list-post_box .card-calendar-1 > .main-object span.cat-text span.m-y-m {
color: #fff;
font-size: 21px !important;
}
.list-post_box .card-calendar-1 > .main-object > .object-1 {
background: white;
}
.archive-events .column-post_grid {
grid-template-columns: 2fr 1fr;
}
.list-post_box .card-calendar-1 .box-info_column .main-object {
display: flex;
flex-direction: column;
gap: 5px;
grid-gap: unset;
}
.list-post_box .card-calendar-1 {
border: 0;
border-bottom: 1px solid #eee;
}
.list-post_box .card-calendar-1 > .main-object > .object-1 {
position: relative;
}
.list-post_box .card-calendar-1 > .main-object > .object-1::after {
content: unset;
display: block;
height: 75%;
width: 1px;
background: #eee;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.list-post_box .card-calendar-1:first-child {
border-top: 1px solid #eee;
}
span.not-found_text {
text-align: center;
font-size: 20px;
color: #717171;
}
.single_events_box .single_sidebar {
width: 35%;
}
.single_events_box .main-content {
width: 65%;
}
.card-calendar-1 > .main-object > .object-2 h3 a:hover {
color: #fdcd0e;
}
.single_events_box .in-thumb h3.byline {
display: none;
}
.icon_c {
background: #fdcd0e;
display: flex;
width: 30px;
height: 30px;
text-align: center;
color: #fff;
padding: 7px;
font-size: 15px;
align-items: center;
justify-content: center;
}
.grid-calendar_type .main-object {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 15px;
}
.grid-calendar_type .main-object .object-card {
display: flex;
align-items: center;
gap: 10px;
}
.object-card .mec-single-event-time {
background: none;
padding: 0;
margin: 0;
vertical-align: unset;
text-decoration: unset;
}
.object-card .mec-single-event-time i {
display: none;
}
.object-card .mec-single-event-time h3.mec-time {
display: none;
}
.object-card .mec-single-event-time dl {
margin: 0;
text-decoration: unset;
}
.object-card .mec-single-event-time dd {
margin: 0;
text-decoration: unset;
}
.object-card .mec-single-event-time abbr.mec-events-abbr {
text-decoration: unset;
border: 0;
}
.grid-calendar_type {
padding-bottom: 1em;
}
.thumbnail-head {
padding: 4em;
background: #005655;
}
.detail-error img {
max-width: 800px;
height: auto;
}
.detail-error .main-object {
display: flex;
align-items: center;
justify-content: center;
padding: 5em 0px;
}
ul.detail-text li:first-child {
color: #001d3d;
font-size: 25px;
}
.yp_breadcrumb {
color: #000;
}
#breadcrumbs a{
color: #000;
}
.wrap-all-list .file-btn a {
background: #df4425;
border-radius: 50px!important;
font-size: 14px;
}
form.post-password-form input[type="password"] {
min-height: 35px;
border-radius: 50px;
}
form.post-password-form input[type="submit"]{
min-width: 100px;
text-align: center;
text-decoration: none;
min-height: 35px;
background: #df4425;
border: 0;
color: #FFF;
border-radius: 50px;
transition: all ease-in-out 150ms;
}
.wrap-all-list .file-btn a:hover,
form.post-password-form input[type="submit"]:hover {
background: #eee;
color: #de4425;
}
.section-box-single .icon-title {
background: #fdcd0e;
}
.file_url_item a {
color: #000!important;
}
.single .main-content h3 {
color: #013564;
}
.tags_list a {
background: #fdcd0e;
color: #FFF;
border-radius: 50px;
}
.tags_list a:hover {
background: #fdcd0e;
color: #FFF;
}
.file_url_sub ul span {
color: #000;
}
.single .icon-date , .single-meta .post_by i, .single .right-items .post_views .icon-view{
background: #fdcd0e;
}
.single_sidebar .widget-title {
color: #013564;
}
.page-sub-title h2 {
color: #013564;
}
.post-link-btn a {
background: #fdcd0e;
}
#primary .go-register {
background: #fdcd0e!important;
}
#primary .um-register .custom-login-btn a {
background: #fdcd0e;
} .post-card-two > .main-object > .object-1 {
display: grid;
align-items: center;
justify-content: center;
border-radius: 0;
padding: 20px 10px;
position: relative;
}
.post-card-two.card-3_column_calendar > .main-object{
grid-template-columns: 85px 1fr 175px;
}
.card-calendar-1 .thumbnail-calendar img {
width: 100%;
height: 120px;
object-fit: cover;
max-height: 100%;
display: block;
}
.card-calendar-1 .thumbnail-calendar {
padding: 1em;
}
.post-card-two > .main-object > .object-1::after {
content: '';
position: absolute;
display: block;
right: -15px;
background: transparent;
height: 23px;
width: 23px;
top: 15px;
border-top: 23px solid transparent;
border-bottom: 23px solid transparent;
border-left: 23px solid #fdcd0e;
}
.post-card-two.card-3_column_calendar > .main-object > .object-1 span.day {
font-size: 55px !important;
line-height: 36px !important;
}
.post-card-two.card-3_column_calendar > .main-object span.cat-text span.m-y-m {
color: #fff;
font-size: 21px;
}
.post-card-two.card-3_column_calendar > .main-object > .object-1 {
align-items: baseline;
}
.post-card-two.card-3_column_calendar .box-info_column .main-object span{
color: #878787;
}
.box-btn_readmore a svg {
stroke: #fdcd0e;
width: 16px;
height: 16px;
}
.box-btn_readmore a {
display: flex;
align-items: center;
font-size: 20px;
text-decoration: unset;
gap: 3px;
}
.post-card-two .box-info_column .main-object span {
font-size: 17px;
}
.card-calendar-1 .thumbnail-calendar {
padding: 1em 1em 1em 0em;
}
.box-btn_readmore {
display: grid;
align-items: end;
}
.box-btn_readmore a {
display: flex;
align-items: center;
font-size: 20px;
text-decoration: unset;
gap: 3px;
line-height: 1;
}
.post-card-two.card-2_column_calendar > .main-object > .object-3 {
grid-row: 1;
}
.post-card-two.card-2_column_calendar > .main-object {
grid-template-columns: 1fr;
}
.post-card-two.card-2_column_calendar > .main-object .thumbnail-calendar {
padding: 0;
}
.post-card-two.card-2_column_calendar > .main-object > .object-1 span.day {
font-size: 55px !important;
}
.post-card-two.card-2_column_calendar > .main-object {
grid-template-columns: 85px 1fr;
}
.card-2_column_calendar > .main-object > .object-1 {
background: #fdcd0e !important;
}
.card-2_column_calendar > .main-object > .object-3 {
grid-column: span 2;
}
.list-post_box .card-calendar-1 > .main-object > .object-1::after {
content: unset;
}
.site {
background: #FFF;
}
.post-card-two.card-calendar-1 > .main-object > .object-1 span.day {
font-size: 50px !important;
line-height: 35px !important;
}
.list-post_box .card-2_column_calendar img {
height: 200px;
}
li.sf-field-search label::after {
right: 8px;
content: "\f002";
font-weight: 900;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: flex;
font-style: normal;
font-variant: normal;
text-rendering: auto; color: #fff;
transform: translateY(-50%);
position: absolute;
top: 50%;
transform: translate(0%,-50%);
}
li.sf-field-sort_order label::after, li.sf-field-category label::after, li.sf-field-taxonomy-mec_category label::after, .event-views::after, .searchandfilter ul li[data-sf-field-input-type="select"] label::after, li.sf-field-taxonomy-poll_cat label::after, li.sf-field-taxonomy-ebook_category label::after, li.sf-field-taxonomy-weblink_category label::after, li.sf-field-taxonomy-post_year label::after, .yp_currency_choice::after, .ff-el-group .ff-el-input--content:has(select)::after{
pointer-events: none;
content: "\f078";
font-weight: 900;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
color: #FFF;
position: absolute;
top: 50% !important;
transform: translate(0%,-50%);
font-size: 12px;
line-height: 1;
background: #df4425;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
right: 5px;
}
.detail-archive-search li.sf-field-sort_order label::after{
display: none;
}
.detail-archive-search .search-bar_ypx form ul li input[type="submit"]{
min-height: 47px;
cursor: pointer;
}
.ff-el-input--content:has(select)::after {
right: 0;
}
#page .form-contact-faq .ff-btn-submit {
background-color: #DB4829 !important;
color: #ffffff !important;
border-radius: 8px;
font-size: 16px;
font-weight: 400;
border: 0!important;
min-width: 165px!important;
padding: 6px 13px 8px!important;
}
input.sf-input-text ,.yp_currency_choice,
.ff-el-input--content:has(select){
position: relative;
}
.v-post-loop.-list .post-info a:hover {
color: #000055;
}
.post-card-two > .main-object > .object-2 {
grid-gap: 10px;
}
.lang-th .search-bar_ypx li::before {
font-size: 21px;
color: #444;
}
.list-post_box .card-calendar-1 {
background: transparent;
border: 0;
}
.post-card-two.card-2_column_calendar > .main-object > .object-1 span.day {
font-size: 44px !important;
line-height: 0.6 !important;
padding-top: 7px;
}
.list-post_box .card-calendar-1 > .main-object span.cat-text span.m-y, .list-post_box .card-calendar-1 > .main-object span.cat-text span.m-y-m {
font-size: 18px !important;
line-height: 0.4;
}
.post-card-two > .main-object span.cat-text {
grid-gap: 0;
display: flex;
flex-direction: column;
}
.post-card-two.card-2_column_calendar > .main-object {
grid-template-columns: 57px 1fr;
}
.list-post_box .card-calendar-1 .box-info_column .main-object {
position: relative;
}
.list-post_box .card-calendar-1 > .main-object > .object-1 {
height: 62px;
display: flex;
justify-content: center;
margin-top: 20px;
padding: 6px;
}
.archive-events .column-post_grid {
grid-template-columns: 3fr 1fr;
}
.post-card-two.card-2_column_calendar > .main-object .thumbnail-calendar img {
height: 155px;
}
.swiper-pagination-fraction {
color: #3ec3ce;
font-size: 22px;
margin-bottom: 10px;
}
.new-label {
background: #df4425;
color: #FFF;
padding: 5px 15px;
font-size: 12px;
border-radius: 50px;
position: absolute;
right: 5px;
bottom: -2px;
}
.post_excerpt {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
overflow: hidden;
line-height: 23px;
font-size: 15px;
text-decoration: none;
color: #6e6e6e;
font-weight: 300;
}
.vc_post_tab_v3 .post-info .new-label, .vc_post_tab_v2 .post-info .new-label {
display: none;
}
.vc_post_tab_v3 .new-label,
.vc_post_tab_v2 .new-label{
top: 5px;
bottom: auto;
}
.search-bar_ypx form ul {
text-align: right;
}
.search-bar_ypx input.sf-input-text,#event-s {
border: 1px solid #df4425;
border-radius: 50px;
padding: 10px 20px;
font-size: 14px;
height: 45px;
color: #000000;
padding-right: 40px;
}
.search-bar_ypx li.sf-field-search,
#event-s{
min-width: 330px;
}
#event-s{
background: #FFF;
}
.search-bar_ypx li.sf-field-search label::after,
.event-ssx::after {
display: block;
position: absolute;
top: 26px;
right: 5px;
width: 30px;
height: 30px;
content: ''; background: url(//www.cri.or.th/wp-content/themes/fluffy/img/search.svg);
background-repeat: no-repeat;
background-size: 22px;
}
.event-ss {
position: relative;
}
.event-ssx::after {
top: 0;
}
.search-bar_ypx li.sf-field-search label {
position: relative;
display: block;
}
.search-bar_ypx input.sf-input-text::placeholder {
color: #bababa;
}
.search-bar_ypx select.sf-input-select,
#event-view,
.yp_currency_choice select{
background: #fff;
border: 1px solid #df4425;
border-radius: 50px;
font-size: 14px;
color: #000;
-webkit-appearance: none !important;
min-width: 220px;
padding-right: 50px;
}
.search-bar_ypx select.sf-input-select option,
.yp_currency_choice option,
#event-view option{
font-size: 14px;
}
#event-view {
min-height: 45px;
padding: 10px 15px;
}
.yp_currency_choice select {
min-width: 100%;
} .detail-archive-vc_weblink .card-post_m.card-recent_post {
background: #fff;
border: 0 !important;
border-radius: 8px;
padding: 0 !important;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post .post-header a, .detail-archive-vc_weblink .card-post_m.card-recent_post img.wp-post-image {
border-radius: 8px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post:hover {
background: #df4424;
border: 0 !important;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post:hover a, .detail-archive-vc_weblink .card-post_m.card-recent_post:hover img.wp-post-image {
color: #fff;
border: 0 !important;
border-radius: 8px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post:hover .in-thumb-overlay {
opacity: 0 !important;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post .date-post_card {
display: none;
} .detail-archive-vc_weblink .card-post_m.card-recent_post a.read-more {
display: inline-flex;
left: 50%;
position: relative;
transform: translateX(-50%);
max-width: 115px;
justify-content: center;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post h4 a {
color: #0752a7;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post .new-label {
display: none;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post .read-more svg {
display: none;
}
.detail-archive-vc_weblink .card-post_m.card-recent_post img.wp-post-image {
height: 225px !important;
} .detail-archive-vc_weblink .card-post_m.card-recent_post .post-header{
padding: 0;
overflow: hidden;
line-height: 0;
}
.detail-archive-vc_ebook .card-recent_post a.read-more {
background: #df4425;
padding: 10px 20px;
color: #fff;
display: inline-flex;
position: relative;
left: 50%;
transform: translateX(-50%);
justify-content: center;
text-align: center;
align-items: center;
border-radius: 5px;
}
.detail-archive-vc_ebook .card-recent_post a.read-more svg {
display: none;
}
.detail-archive-vc_ebook .card-recent_post .date-post_card > span.date-post_card::after {
content: unset;
}
.detail-archive-vc_ebook .card-recent_post:hover {
border: 0 !important;
background: #0752a7;
box-shadow: 0px 3px 15px 4px rgb(74 74 74 / 30%); }
.detail-archive-vc_ebook .card-recent_post:hover span.date-post_card {
color: #fff;
}
.detail-archive-vc_ebook .card-recent_post:hover span svg {
stroke: #fff;
}
.detail-archive-vc_ebook .card-recent_post:hover span {
color: #fff;
}
.detail-archive-vc_ebook .card-recent_post:hover h4.entry-title a {
color: #fff;
}
.detail-archive-vc_ebook .card-recent_post .post-header {
border-radius: 0;
}
.detail-archive-vc_ebook .card-recent_post .post-header a, .detail-archive-vc_ebook .card-recent_post:hover .post-header a {
border-radius: 0;
}
.detail-archive-vc_ebook .card-recent_post .post-header a img, .detail-archive-vc_ebook .card-recent_post:hover .post-header a img, .detail-archive-vc_ebook .card-recent_post:hover .post-header,.detail-archive-vc_ebook .card-recent_post .post-header {
border-radius: 0;
}
.detail-archive-vc_ebook .card-recent_post {
border-radius: 15px;
margin-bottom: 70px!important;
}
.detail-archive-vc_ebook .card-recent_post {
position: relative;
overflow: visible;
padding-bottom: 15px!important;
}
.detail-archive-vc_ebook .card-recent_post .post-header,
article.card-post_m.card-recent_post.card-ebook .post-header{
overflow: visible;
padding-bottom: calc( 1.1 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
margin: 0 auto 15px;
width: 80%;
margin-top: -50px;
}
.detail-archive-vc_ebook .card-recent_post:hover a.read-more {
background: #fff;
color: #0752a7;
}
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post,
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post {
width: calc(50% - 9px) !important;
display: flex;
gap: 20px;
padding: 20px 25px !important;
margin-bottom: 0!important;
border-radius: 20px!important;
}
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post .post-header,
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post .post-header{
width: 50%!important;
}
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post .post-info,
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post .post-info{
width: 50%!important;
}
.detail-archive-vc_ebook .top-post .card-recent_post .post-header,
.detail-archive-vc_ebook .top-post .card-recent_post .post-header {
padding-bottom: calc( 0.68 * 100% )!important;
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
margin-bottom: 15px;
margin-top: 0;
}
.tax-vc_ebook_category .detail-archive-vc_ebook .top-post .card-recent_post .post-header,
.tax-vc_ebook_category .detail-archive-vc_ebook .top-post .card-recent_post .post-header,
.post-type-archive-vc_ebook .detail-archive-vc_ebook .top-post .card-recent_post .post-header,
.post-type-archive-vc_ebook .detail-archive-vc_ebook .top-post .card-recent_post .post-header {
margin-top: 0!important;
}
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info {
width: calc(60% - 10px);
}
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post .post-info {
width: calc(60% - 10px);
}
.detail-archive_box .column-post_grid .box-post_grid #main .top-post{
width: 100%;
}
.detail-archive_box .column-post_grid .box-post_grid #main .top-post .in-top {
width: 100%;
display: flex;
gap: 20px;
margin-top: 0;
}
.detail-archive_box .column-post_grid .box-post_grid #main .top-post .in-top{
margin-bottom: 80px;
}
.detail-archive-vc_ebook .top-post .card-recent_post .post-header {
overflow: hidden;
padding: 0;
padding-bottom: calc( 0.64 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
margin-bottom: 15px;
}
.detail-archive-vc_ebook .card-recent_post .post-header a img,
article.card-post_m.card-recent_post.card-ebook img {
margin-bottom: 0;
display: block;
-webkit-transition: -webkit-filter .3s;
transition: -webkit-filter .3s;
-o-transition: filter .3s;
transition: filter .3s;
transition: filter .3s,-webkit-filter .3s;
height: 100%!important;
width: 100%!important;
position: absolute;
top: calc(50%);
left: calc(50%);
-webkit-transform: scale(1) translate(-50%,-50%);
-ms-transform: scale(1) translate(-50%,-50%);
transform: scale(1) translate(-50%,-50%);
object-fit: cover;
}
body.single-vc_ebook .card-post_m.card-recent_post.card-ebook .post-header,
body.single-vc_ebook .card-post_m.card-recent_post.card-ebook .post-info{
background: #eaeaea;
}
body.single-vc_ebook .card-post_m.card-recent_post.card-ebook .post-header img {
margin-top: -50px;
width: 80%!important;
border-radius: 0;
}
body.single-vc_ebook .card-post_m.card-recent_post.card-ebook .post-header {
width: 100%!important;
margin: 0;
overflow: visible!important;
margin-bottom: -45px;
border-radius: 15px!important;
border-bottom-left-radius: 0!important;
border-bottom-right-radius: 0!important;
}
body.single-vc_ebook .card-post_m.card-recent_post.card-ebook .post-header a,
body.single-vc_ebook #page .single_sidebar .card-recent_post{
overflow: visible!important;
}
body.single-vc_ebook .card-post_m.card-recent_post.card-ebook .post-info {
padding-bottom: 10px;
border-radius: 15px!important;
border-top-left-radius: 0!important;
border-top-right-radius: 0!important;
position: relative;
overflow: hidden;
}
body.single-vc_ebook #page .single_sidebar .card-recent_post {
margin-top: 60px!important;
padding: 0!important;
margin-bottom: 80px!important;
}
body.single-vc_ebook #page .single_sidebar .card-recent_post::before{
display: none;
}
body.single-vc_ebook #page .single_sidebar .last-news {
margin-top: -25px!important;
}
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post a.read-more {
left: 0;
transform: unset;
}
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info {
display: flex;
flex-direction: column;
gap: 10px;
}
.detail-archive-vc_ebook #main.main-post_column .top-post.card-recent_post .post-info .date-post_card {
order: 2;
}
.detail-archive-vc_ebook #main.main-post_column .top-post.card-recent_post .post-info .title-head_card {
order: 1;
}
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info .read-more {
order: 3;
}
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info .title-head_card h4 a{
min-height: auto;
line-height: 26px!important;
}
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info .read-more {
position: relative;
bottom: -25%;
max-width: 175px;
}
.detail-archive-vc_ebook .search-bar_ypx li.sf-field-taxonomy-vc_ebook_category label::after {
pointer-events: none;
content: "\f078";
font-weight: 900;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
position: absolute;
top: 50% !important;
transform: translate(0%,-50%);
font-size: 12px;
line-height: 1;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
right: 5px;
background: white;
color: #0752a7;
}
.detail-archive-vc_ebook .title-td h3{
padding-bottom: 0;
}
.detail-archive-vc_ebook main#primary {
background: #eaeaea;
}  .vc_post_tab_ebook_v1 .detail-archive-vc_ebook .card-recent_post:nth-child(1) .post-header,
.vc_post_tab_ebook_v1 .detail-archive-vc_ebook .card-recent_post:nth-child(2) .post-header {
overflow: visible;
padding-bottom: calc( 1.1 * 100% )!important;
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
margin: 0 auto 15px;
width: 80%;
margin-top: -50px;
}
.tax-vc_ebook_category .box-pageination_post,
.post-type-archive-vc_ebook .box-pageination_post{
margin-top: -50px;
margin-bottom: 30px;
}
article.card-rss {
background: #fff;
border-radius: 20px;
}
article.card-rss .column-box {
display: grid;
grid-template-columns: 3fr 1fr;
position: relative;
}
.detail-archive_box .column-post_grid .box-post_grid #main article.card-rss {
width: 100%;
}
.detail-archive_box .column-post_grid .box-post_grid #main article.card-rss .text-box p{
margin-top: 0;
line-height: 24px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
position: relative;
overflow: hidden;
}
article.card-rss .column-box .c-1::after {
content: '';
display: block;
height: 75%;
width: 1px;
background: #7e7e7e54;
position: absolute;
right: 0;
top: 0;
}
article.card-rss .column-box .c-1 {
position: relative;
display: block;
}
article.card-rss {
background: #fff;
border-radius: 20px;
}
article.card-rss .column-box {
display: grid;
grid-template-columns: 3fr 1fr;
position: relative;
width: 100%;
}
.detail-archive_box .column-post_grid .box-post_grid #main article.card-rss {
width: 100%;
padding: 1.5em;
}
article.card-rss .column-box .c-1::after {
content: '';
display: block;
height: 75%;
width: 1px;
background: #7e7e7e54;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
article.card-rss .column-box .c-1 {
position: relative;
display: block;
}
article.card-rss .column-box .c-2 {
display: flex;
align-items: center;
width: 100%;
max-width: 100%;
}
article.card-rss .column-box .c-2 a.btn-rss {
background: #ef6332;
display: inline-flex;
padding: 5px;
border-radius: 50px;
}
article.card-rss .column-box .c-2 a.btn-rss svg {
width: 24px;
height: 24px;
stroke: #fff;
}
article.card-rss .column-box .c-2 .sub-box {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;
padding-left: 1.5em;
}
article.card-rss .column-box .c-2 .sub-box svg {
width: 18px;
height: 18px;
}
article.card-rss .column-box .c-2 .sub-box span.date-post_card {
display: flex;
align-items: center;
gap: 4px;
}
article.card-rss .column-box .c-2 .sub-box span.date-post_card span {
height: 100%;
line-height: 1;
}
article.card-rss .column-box .c-1 .feature-column {
display: flex;
gap: 20px;
}
article.card-rss .column-box .c-1 .feature-column .feature-image {
width: calc(105px - 10px);
display: block;
background: #284599;
border-radius: 10px;
padding: 23px;
height: calc(105px - 10px);
}
article.card-rss .column-box .c-1 .feature-column .text-box {
width: calc(82% - 10px);
}
article.card-rss .column-box .c-1 .feature-column .text-box h3 a {
font-size: 17px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
overflow: hidden;
line-height: 24px;
text-decoration: unset;
}
article.card-rss .column-box .c-1 .feature-column .feature-image img {
display: block;
width: 100%;
object-fit: contain;
position: relative;
top: -5px;
}
article.card-rss .column-box .c-1 .feature-column .text-box h3 a {
color: #000;
font-weight: 400;
}
article.card-rss .column-box .c-1 .feature-column .text-box {
padding-top: 15px;
}
article.card-rss:hover .column-box .c-1 .feature-column .text-box h3 a {
color: #ef6332;
}
article.card-rss .column-box .c-1 .feature-column .text-box h3 a {
transition: all ease-in-out 350ms;
}
.detail-archive_box .column-post_grid .box-post_grid #main article.card-rss {
transition: all ease-in-out 350ms;
}
.detail-archive_box .column-post_grid .box-post_grid #main article.card-rss:hover {
transform: scale3d(1.02, 1.02, 1.02);
box-shadow: 0 18px 18px 6px #6a6a6a38;
} .post-type-archive-vc_rss .detail-archive_box .column-post_grid .box-post_grid #main {
grid-gap: 30px;
}
article.card-rss:nth-child(2n) .column-box .c-1 .feature-column .feature-image {
background: #ef6332;
}
article.card-search .column-box .c-1 .feature-column .text-box p {
text-decoration: none;
font-weight: 300;
color: #000;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
transition: all ease-in-out 150ms;
line-height: 1.5;
}
article.card-search .column-box .c-1 .feature-column .text-box h3 a {
color: #284599;
line-height: 32px;
}
article.card-search .column-box .c-1 .feature-column .text-box {
padding: 0;
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: 10px;
}
article.card-search .column-box .c-1 .feature-column .feature-image {
height: calc(140px - 10px);
width: calc(140px - 10px);
}
a.btn-box_1 {
background: #eee;
padding: 12px 20px;
border-radius: 8px;
color: #284599;
display: block;
font-weight: 400;
text-align: center;
font-size: 14px;
}
.card-search .btn-both_box {
display: flex;
justify-content: right;
width: 100%;
grid-gap: 20px;
flex-direction: column;
}
.card-search a.btn-box_1:last-child {
background: #ef6332;
border-radius: 7px;
color: #FFF;
}
article.card-search .column-box {
grid-gap: 100px;
}
article.card-search .column-box .c-1::after {
content: unset;
}
article.card-rss {
padding: 32px !important;
border: 1px solid #e6e6e687 !important;
}
article.card-search .column-box .c-1 .feature-column .text-box h3 a {
font-size: 20px;
}
.card-search .text-box .date-box span.date-post_card {
display: flex;
align-items: center;
gap: 5px;
}
.card-search .text-box .date-box span.date-post_card svg {
width: 18px;
height: 18px;
display: none;
}
.card-search .text-box .date-box span.date-post_card span {
font-size: 13px;
}
.card-search span.post_view {
display: flex;
align-items: center;
gap: 5px;
}
.card-search span.post_view svg {
stroke: #62c1e9;
width: 18px;
height: 18px;
}
.card-search span.post_view span {
line-height: 1;
font-size: 13px;
}
.card-search .text-box .date-box {
display: flex;
gap: 20px;
}
.card-search .post-views.content-post.entry-meta {
margin-top: 0;
}
.search-box-p .detail-archive_box .column-post_grid .box-post_grid #main {
gap: 30px !important;
}
.search-box-p .detail-archive_box {
background: #ebebeb;
}
.search-box-p .search-bar_ypx form ul {
max-width: 100%;
grid-template-columns: repeat(8, 1fr);
align-items: flex-start;
grid-gap: 20px;
padding: 0;
}
.search-box-p .search-bar_ypx form ul li.sf-field-search {
grid-column: span 8;
}
.search-box-p .search-bar_ypx form {
padding: 32px;
background: #fff;
border-radius: 20px;
margin-bottom: 50px;
}
.search-box-p .search-bar_ypx form h4 {
margin: 0;
text-align: left;
font-size: 18px;
font-weight: 500;
color: #284599;
}
.search-box-p .search-bar_ypx label.sf-label-checkbox {
font-size: 14px;
color: #000;
font-weight: 300 !important;
}
.search-box-p .search-bar_ypx li.sf-field-post_type ul {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: left;
align-items: center;
gap: 7px;
}
.search-box-p .search-bar_ypx li.sf-field-post_type ul li {
display: flex;
align-items: center;
}
.search-box-p .search-bar_ypx form ul li input[type="submit"] {
background: #ef6332;
padding: 12px 35px;
border-radius: 8px;
color: #fff;
display: block;
font-weight: 300;
text-align: center;
font-size: 14px;
border: 0;
transition: all ease-in-out 350ms;
}
.search-box-p .search-bar_ypx form ul li input[type="submit"]:hover {
background: #dc4a18;
}
.search-box-p .search-bar_ypx form ul li a.search-filter-reset {
background: #284599;
padding: 12px 35px;
border-radius: 8px;
color: #fff;
display: block;
font-weight: 300;
text-align: center;
font-size: 14px;
border: 0;
transition: all ease-in-out 350ms;
}
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order ul {
display: grid;
grid-template-columns: 1fr;
justify-content: left;
padding: 0;
}
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order ul li {
display: flex;
}
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order ul {
grid-gap: 5px;
}
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order label::after {
content: unset;
}
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order ul li label.sf-label-radio {
font-size: 14px;
font-weight: 300 !important;
color: #000;
}
.search-box-p .search-bar_ypx form h4 {
padding-bottom: 10px !important;
padding-top: 0 !important;
}
.search-box-p .search-bar_ypx form ul li {
padding-top: 0;
padding-bottom: 0;
}
.search-box-p .search-bar_ypx form ul li.sf-field-post_type, .search-box-p .search-bar_ypx form ul li.sf-field-post_date,
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order {
grid-column: span 2;
}
.search-box-p .search-bar_ypx form ul li.sf-field-submit {
grid-column: 3/span 2;
}
.search-box-p .search-bar_ypx form ul li.sf-field-reset {
grid-column: 5/span 2;
}
.search-box-p .search-bar_ypx form ul li a.search-filter-reset {
width: 100%;
}
.search-box-p .search-bar_ypx form ul li input[type="submit"] {
width: 100%;
display: block;
line-height: 1.2;
}
.search-box-p .search-bar_ypx form ul li.sf-field-post_date ul.sf_date_field {
display: flex !important;
}
.searchandfilter-date-picker .ui-datepicker-title span {
font-size: 14px !important;
}
.ui-datepicker.ui-widget td a {
font-size: 12px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next, .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover, .ll-skin-melon .ui-datepicker .ui-datepicker-prev, .ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
border-radius: 50px;
background: #284599 !important;
}
.search-box-p .search-bar_ypx form ul li.sf-field-post_date {
grid-column: span 4;
}
.search-box-p .search-bar_ypx form ul li.sf-field-post_date ul, .search-box-p .search-bar_ypx form ul li.sf-field-post_date ul label,
.search-box-p .search-bar_ypx form ul li.sf-field-post_date ul li {
width: 100% !important;
}
.box-pageination_post li.sf-field-post_date {
display: none !important;
}
article.card-search .column-box .c-1 .feature-column .feature-image {
padding: 0;
background: unset !important;
}
article.card-search .column-box .c-1 .feature-column .feature-image a {
display: block;
}
article.card-search .column-box .c-1 .feature-column .feature-image img {
height: 100%;
object-fit: cover;
display: block;
width: 100%;
top: 0;
border-radius: 15px;
max-height: 85px;
min-height: 85px;
object-position: center;
}
.co-box .elementor-image-box-img {
display: block;
height: 100%!important;
width: 100%!important;
position: absolute!important;
top: calc(50%);
left: calc(50%);
-webkit-transform: scale(1) translate(-50%,-50%);
-ms-transform: scale(1) translate(-50%,-50%);
transform: scale(1) translate(-50%,-50%);
object-fit: cover;
}
.co-box figure.elementor-image-box-img img{
position: absolute;
left: 0;
top: 0;
height: 100%!important;
object-fit: cover;
}
.co-box figure.elementor-image-box-img a {
position: relative;
display: block;
width: 100%;
z-index: 1;
height: 100%;
}
.co-box .elementor-image-box-content img {
width: 30px;
margin-top: 10px;
}
.co-box .elementor-image-box-img a::before {
content: '';
background: #04a9ff61;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
opacity: 0;
}
.co-box .elementor-image-box-wrapper:hover .elementor-image-box-img a::before{
opacity: 1;
}
.co-box .elementor-image-box-content {
width: auto!important;
z-index: 1;
position: absolute;
bottom: 15px;
left: 15px;
text-align: left;
display: inline-block;
}
#page .co-box .elementor-image-box-content h3 {
font-size: 32px;
color: #284599;
}
.co-box .elementor-image-box-wrapper {
padding-bottom: calc( 0.68 * 100% );
position: relative;
border-radius: 15px;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
max-height: 250px;
}
.more-data {
display: none;
}
.elementor-editor-active .more-data {
display: flex;
}
.e-preview--show-hidden-elements .single_sidebar.style-list-s2{
display: none!important;
}
.e-preview--show-hidden-elements .main-content .content-left{
width: 100%!important;
padding: 0!important;
}
.page-sitemap .menu > li{
display: none;
}
.page-sitemap .col-1 .menu > li:nth-child(1){
display: block;
}
.page-sitemap .col-1 .menu > li:nth-child(2){
display: block;
}
.page-sitemap .col-1 .menu > li:nth-child(3){
display: block;
}
.page-sitemap .col-2 .menu > li:nth-child(4){
display: block;
}
.page-sitemap .col-2 .menu > li:nth-child(5){
display: block;
}
.page-sitemap .col-2 .menu > li:nth-child(6){
display: block;
}
#wcuCurrencySwitcherFloating{
display: none!important;
}
.ywcds_form_container {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.ywcds_message.woocommerce-message.woocommerce-error {
width: 100%;
margin-bottom: 0!important;
}
.ywcds_message.woocommerce-message {
width: 100%;
}
.ywcds_message.woocommerce-message a.added_to_cart.wc-forward {
background: #df4425;
color: #FFF;
padding: 3px 10px;
border-radius: 5px;
font-size: 13px;
}
.yp_currency_choice::after {
top: 23px!important;
}
.warp-donation-add .title{
color: #fff !important;
background-color: #2A4599;
border: none;
border-radius: 15px;
text-align: center;
display: block;
padding: 10px 20px;
}
.warp-donation-add .title h4{
margin: 0;
}
table.shop_table.woocommerce-cart-form__contents thead {
color: #fff !important;
background-color: #2A4599;
border: none;
border-radius: 15px;
text-align: center;
}
table.shop_table.woocommerce-cart-form__contents tbody,
.warp-donation-add {
border: 1px solid #E8E8E8;
background-color: #FAFAFA;
border-radius: 15px;
box-shadow: none;
max-width: 960px;
}
.ywcds_form_container {
padding: 30px 20px;
}
input#coupon_code,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
min-width: 250px;
border: 1px solid #df4425;
border-radius: 50px;
padding: 10px 20px;
font-size: 14px;
height: 45px;
color: #000;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
background: #ddd;
}
.ywcds_submit_widget.ywcds_add_donation_product.button.alt{
position: relative;
}
.ywcds_form_container .ajax-loading {
display: none!important;
}
.ywcds_submit_widget.ywcds_add_donation_product.button.alt,
.donation-back,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
margin: 30px auto 0 auto;
padding: 15px 25px!important;
font-size: 16px;
border-radius: 10px;
border: 0;
background-color: #df4425;
cursor: pointer;
color: #FFF;
}
#page a.donation-back {
padding: 3px 25px!important;
color: #FFF;
border-radius: 4px;
}
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
display: none;
}
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:first-child {
display: block;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
margin-top: 0;
}
.ywcds_submit_widget.ywcds_add_donation_product.button.alt:hover,
a.donation-back:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
background-color: #ddd;
color: #df4425;
}
a.checkout-button.button.alt.wc-forward.wp-element-button {
min-height: 50px!important;
display: flex;
align-items: center;
justify-content: center;
}
.woocommerce-checkout .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 10px;
}
input#coupon_code,
.woocommerce .cart .button,.woocommerce-form-coupon-toggle,
li.wc_payment_method.payment_method_2c2p img {
display: none!important;
}
input.ywcds_amount {
border: 1px solid #df4425;
border-radius: 50px;
padding: 10px 20px;
font-size: 14px;
height: 45px;
color: #000;
width: 100%;
}
.ywcds_form_container .wrap-in {
display: flex;
gap: 20px;
width: 100%;
}
.ywcds_form_container .yp_currency_choice {
width: calc(30% - 10px);
}
.ywcds_form_container #ywcds_add_donation_form {
width: calc(70% - 10px);
}
.warp-donation-add {
margin-top: 15px;
}
.wrap-ywcds_amount{
position: relative;
}
.currency-now {
position: absolute;
right: 5px;
bottom: 5px;
background: #0000;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}
.wrap-ywcds_amount {
position: relative;
border-radius: 50px;
overflow: hidden;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 49.4%;
}
td.product-thumbnail, th.product-thumbnail {
display: none;
}
td.product-price, td.product-quantity, td.product-subtotal {
text-align: center;
}
textarea#order_comments {
min-height: 180px;
border-radius: 15px;
}
.single #page #breadcrumbs span:has( > .breadcrumb_last) > a::before{
display: none!important;
}
.single #page #breadcrumbs .breadcrumb_last{
display: none!important;
}
.confirm_box {
max-width: 500px;
border: solid 2px #284599;
border-radius: 15px;
justify-content: center;
display: flex;
align-items: center;
width: 100%;
min-height: 280px;
margin: 0 auto;
flex-direction: column;
}
.confirm_box svg {
color: #28a745;
width: 75px;
height: 75px;
margin-bottom: 15px;
}
.confirm_box h4 {
margin: 0;
padding: 0;
}
.confirm_box a {
font-weight: 400!important;
background-color: #df4424;
border-color: #df4424;
color: #FFF!important;
border-radius: 5px;
padding: 4px 5px;
min-width: 100px;
text-align: center;
font-size: 14px;
margin-top: 12px;
}
.confirm_box a:hover{
opacity: .9;
}
@media (max-width: 1600px) {
} @media (max-width: 1280px) {
.archive-events .column-post_grid {
grid-template-columns: 2fr 1fr;
}
} @media (max-width: 1024px) and (min-width: 992px) {
.yp-row.auto-grid.quick_links::before,  .yp-row.auto-grid.quick_links::after{
display: none;
}
.v-container {
padding-right: 2em;
padding-left: 2em;
}
.quick_links .main-object {
flex-direction: column;
}
.quick_links .main-object .thumbnail-link img {
max-width: 35px;
}
.quick_links .main-object .title-link h3 {
font-size: 18px;
}
.object-quick.object-1 h3 {
font-size: 26px;
}
.object-quick.object-1 h4 {
font-size: 18px;
}
.item-quick-links {
height: auto;
}
.item-quick-links .thumbnail-link {
width: auto;
}
.object-quick.object-1 {
text-align: center;
padding: 1.5em 1em;
}
.object-quick.object-2 {
width: 100%;
}
.object-quick.object-2 .quick-container {
grid-gap: 1px;
}
.line-obj {
width: 80px;
height: 40px;
border-top: solid 40px rgb(0 86 85);
border-left: solid 40px transparent;
border-right: solid 40px transparent;
bottom: -39px;
}
.object-quick.object-1::before {
width: 80px;
height: 40px;
bottom: -40px;
}
.object-quick.object-1::after {
width: 80px;
height: 40px;
bottom: -40px;
}
.tringger {
width: 80px;
height: 40px;
border-top-width: 40px;
border-left-width: 40px;
border-right-width: 40px;
top: -54px;
left: 35px;
}
.tringger::before {
width: 80px !important;
height: 43px;
top: -40px;
}
.tringger::after {
width: 80px !important;
height: 43px;
top: -40px;
}
.tring-update {
left: 64%;
}
.wrap-thumb-header .in-thumb .v-container {
min-height: 200px;
}
input.sf-input-text,
select.sf-input-select {
font-size: 19px;
}
.column-post_grid {
grid-template-columns: 1fr;
}
.archive-sidebar {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.archive-box li.sf-field-posts_per_page {
position: relative;
}
.box-pageination_post {
grid-template-columns: 1fr 2fr 1fr;
align-items: center;
}
.archive-box li.sf-field-posts_per_page select {
border: 1px solid #dbdbdb;
border-radius: 0;
font-weight: 500;
padding: 5px 35px 5px 20px;
height: 40px;
color: #979797;
text-align: left;
margin: 0;
position: relative;
width: 100%;
display: block;
appearance: none;
}
.main-post_column,
.column-post_grid.close .box-post_grid .main-post_column {
grid-template-columns: repeat(3, 1fr);
}
.card-recent_post.card-recent_image .box-image_overlay svg {
width: 35px;
height: 35px;
}
.column-post_grid.close .box-pageination_post {
grid-column: span 3;
}
.card-recent_gallery .feature-thumbnail img {
height: 290px;
}
.image-gallery_recent img {
height: 90px;
}
.card-recent_gallery .detail-card {
grid-gap: 1em;
}
.banner-column_video .object-banner.object-1 .card-recent_video img {
height: 290px;
}
h3.widget-title_head {
font-size: 26px;
}
.archive-events .column-post_grid {
grid-template-columns: 1fr;
}
.searchandfilter label {
width: 100%;
}
.archive-events .archive-sidebar {
grid-template-columns: 1fr;
}
.single_events_box .single_sidebar {
width: 100%;
}
.single_events_box .main-content {
width: 100%;
}
.single_events_box .single_sidebar {
padding: 0;
}
.thumbnail-head {
display: none;
}
.detail-error img {
max-width: 500px;
}
.list-post_box .post-related {
grid-template-columns: 1fr 1fr;
}
.archive-events .archive-sidebar .list-post_box .post-related {
grid-template-columns: 1fr 1fr;
}
article.card-rss .column-box .c-1 .feature-column .feature-image {
padding: 26px;
}
.search-box-p .search-bar_ypx li.sf-field-post_type ul {
grid-template-columns: 1fr;
text-align: left;
}
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order ul {
text-align: left;
}
article.card-search .column-box {
grid-gap: 20px;
grid-template-columns: 5fr 2fr;
}
article.card-search .column-box .c-1 .feature-column .feature-image {
padding: 0;
}
.card-search .btn-both_box {
grid-gap: 10px;
}
article.card-search .column-box .c-1 .feature-column .feature-image {
height: calc(110px - 10px);
width: calc(110px - 10px);
}
}
@media (max-width: 991.98px) {
.tax-vc_ebook_category .box-pageination_post,
.post-type-archive-vc_ebook .box-pageination_post{
margin-top: 0;
}
.detail-archive_box .column-post_grid .box-post_grid #main .top-post .in-top {
flex-wrap: wrap;
margin-bottom: 70px;
}
.detail-archive_box .column-post_grid .box-post_grid #main .top-post .in-top article{
width: 100%!important;
}
.ywcds_form_container {
flex-wrap: wrap;
}
.ywcds_form_container .yp_currency_choice,
.ywcds_form_container #ywcds_add_donation_form{
width: 100%;
}
.ywcds_submit_widget.ywcds_add_donation_product.button.alt {
width: 100%;
margin-top: 15px;
}
input#coupon_code, .woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
min-width: 50%;
}
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post .post-header {
width: 100%!important;
}
#page .card-post_m h4 a {
font-size: 16px;
line-height: 24px;
}
#carousel_quicklink .swiper-button-prev {
left: 25px;
}
.yp-row.auto-grid.quick_links::before,  .yp-row.auto-grid.quick_links::after{
display: none;
}
.v-container {
padding-right: 1em;
padding-left: 1em;
}
.quick_links .main-object {
flex-direction: column;
}
.quick_links .main-object .thumbnail-link img {
max-width: 35px;
}
.quick_links .main-object .title-link h3 {
font-size: 18px;
display: -webkit-box;
-webkit-line-clamp: 2;
line-height: 23px;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.object-quick.object-1 h3 {
font-size: 25px;
font-family: 'Roboto'!important;line-height: 30px;width: 100%;padding-top: 23px;}
.object-quick.object-1 h4 {
font-size: 22px;
display: block;}
.item-quick-links {
height: auto;
}
.item-quick-links a {
grid-gap: 5px;
padding: 15px 5px;
}
.item-quick-links .thumbnail-link {
width: auto;
}
.object-quick.object-1 {
text-align: center;
padding: 0;
width: 100%;display: flex;align-content: center;justify-content: center;min-height: 90px;}
.object-quick.object-2 {
width: 100%;
}
.object-quick.object-2 .quick-container {
grid-gap: 1px;
}
.line-obj {
width: 80px;
height: 40px;
border-top: solid 40px rgb(0 86 85);
border-left: solid 40px transparent;
border-right: solid 40px transparent;
bottom: -39px;
}
.object-quick.object-1::before {
width: 80px;
height: 40px;
bottom: -40px;
display: none;}
.object-quick.object-1::after {
width: 80px;
height: 40px;
bottom: -40px;
}
.tringger {
width: 80px;
height: 40px;
border-top-width: 40px;
border-left-width: 40px;
border-right-width: 40px;
top: -54px;
left: 35px;
}
.tringger::before {
width: 80px !important;
height: 43px;
top: -40px;
}
.tringger::after {
width: 80px !important;
height: 43px;
top: -40px;
}
.tring-update {
left: 64%;
}
.wrap-thumb-header .in-thumb .v-container {
min-height: 200px;
}
input.sf-input-text,
select.sf-input-select {
font-size: 19px;
}
.column-post_grid {
grid-template-columns: 1fr;
}
.archive-sidebar {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.archive-box li.sf-field-posts_per_page {
position: relative;
}
.archive-box li.sf-field-posts_per_page select {
border: 1px solid #dbdbdb;
border-radius: 0;
font-weight: 500;
padding: 5px 35px 5px 20px;
height: 40px;
color: #979797;
text-align: left;
margin: 0;
position: relative;
width: 100%;
display: block;
appearance: none;
}
.main-post_column,
.column-post_grid.close .box-post_grid .main-post_column {
grid-template-columns: repeat(3, 1fr);
}
.card-recent_post.card-recent_image .box-image_overlay svg {
width: 35px;
height: 35px;
}
.column-post_grid.close .box-pageination_post {
grid-column: span 3;
}
.card-recent_gallery .feature-thumbnail img {
height: 290px;
}
.image-gallery_recent img {
height: 90px;
}
.card-recent_gallery .detail-card {
grid-gap: 1em;
}
.banner-column_video .object-banner.object-1 .card-recent_video img {
height: 290px;
}
h3.widget-title_head {
font-size: 26px;
}
.archive-events .column-post_grid {
grid-template-columns: 1fr;
}
.searchandfilter label {
width: 100%;
}
.archive-events .archive-sidebar {
grid-template-columns: 1fr;
}
.single_events_box .single_sidebar {
width: 100%;
}
.single_events_box .main-content {
width: 100%;
}
.single_events_box .single_sidebar {
padding: 0;
}
.thumbnail-head {
display: none;
}
.detail-error img {
max-width: 500px;
}
.list-post_box .post-related {
grid-template-columns: 1fr 1fr;
}
.archive-events .archive-sidebar .list-post_box .post-related {
grid-template-columns: 1fr 1fr;
}
.detail-archive-vc_ebook .top-post .card-recent_post .post-header,
.detail-archive-vc_ebook .top-post .card-recent_post .post-header {
width: calc(50% - 5px);
}
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post,
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post {
gap: 10px;
}
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post .post-info {
width: calc(50% - 5px);
}
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info,
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info {
padding: 0;
}
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info .date-post_card,
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post .post-info .date-post_card {
width: 100%;
margin: 0;
}
.detail-archive-vc_ebook .main-post_column .top-post .card-recent_post,
.detail-archive-vc_ebook #main.main-post_column .top-post .card-recent_post,
.detail-archive-vc_ebook .card-recent_post {
margin-bottom: 0 !important;
}
article.card-rss .column-box .c-1 .feature-column .feature-image {
padding: 26px;
}
article.card-rss .column-box .c-1 .feature-column .text-box h3 {
font-size: 16px;
}
.search-box-p .search-bar_ypx li.sf-field-post_type ul {
grid-template-columns: 1fr;
text-align: left;
}
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order ul {
text-align: left;
}
article.card-search .column-box {
grid-gap: 20px;
grid-template-columns: 5fr 2fr;
}
article.card-search .column-box .c-1 .feature-column .feature-image {
padding: 0;
}
.card-search .btn-both_box {
grid-gap: 10px;
}
article.card-search .column-box .c-1 .feature-column .feature-image {
height: calc(110px - 10px);
width: calc(110px - 10px);
}
}
.publications-top li.sf-field-posts_per_page{
display: none;
}
.post-type-archive-vc_publications .yp_breadcrumb,
.tax-vc_publications_category .yp_breadcrumb,
.tax-vc_publications_year .yp_breadcrumb,
.post-type-archive-vc_faqs .yp_breadcrumb,
.tax-vc_faqs_category .yp_breadcrumb,
.tax-vc_faqs_year .yp_breadcrumb,
body.page-template-page-polls .yp_breadcrumb{
margin: 0;
border-bottom: solid 1px #ddd;
}
.detail-archive_box.detail-archive-vc_publications,
.detail-archive_box.detail-archive-vc_faqs,
body.page-template-page-polls .detail-archive_box {
background: #FFF;
margin-bottom: 30px;
}
.post-type-archive-vc_publications .vpost_title,
.tax-vc_publications_category .vpost_title,
.post-type-archive-vc_faqs .vpost_title,
.tax-vc_faqs_category .vpost_title,
body.page-template-page-polls .vpost_title{
margin-bottom: 20px;
}
article.card-rss.card-publications:hover {
transform: none!important;
box-shadow: 0px 2px 10px 0px #6a6a6a1f!important;
}
article.card-rss.card-publications {
border: 0!important;
box-shadow: 0px 2px 10px 0px #6a6a6a26;
overflow: hidden;
}
article.card-rss.card-publications .column-box .c-1::after{
display: none;
}
article.card-rss.card-publications .column-box .c-1 .feature-column .text-box {
width: 100%;
}
article.card-rss.card-publications .column-box {
display: flex;
align-items: center;
}
article.card-rss.card-publications .column-box .c-1 .feature-column .text-box h3 a {
display: block;
}
article.card-rss.card-publications .column-box .c-1 .feature-column .text-box {
padding-top: 0;
}
.detail-archive_box.detail-archive-vc_publications #main {
border-left: solid 5px #df4425;
padding-left: 20px;
position: relative;
}
.detail-archive_box.detail-archive-vc_publications .left-year {
color: #df4425;
margin-bottom: 15px;
}
.detail-archive_box.detail-archive-vc_publications .left-year::before {
background: #41bfef;
width: 28px;
height: 17px;
border-radius: 5px;
content: '';
display: block;
position: absolute;
left: -10px;
top: 13px;
}
.detail-archive_box.detail-archive-vc_publications .left-year::after {
background: #41bfef;
width: 45px;
height: 2px;
content: '';
display: block;
position: absolute;
top: 20px;
left: 10px;
border-radius: 5px;
}
.detail-archive_box.detail-archive-vc_publications .left-year h3 {
margin-left: 50px;
} @media (max-width: 575.98px) {
#carousel_quicklink {
padding: 0;
}
.yp-row.auto-grid.quick_links::before,  .yp-row.auto-grid.quick_links::after{
display: none;
}
.v-container {
padding-right: 1em;
padding-left: 1em;
}
.line-obj {
display: none;
}
.object-quick.object-1::before {
content: unset;
}
.object-quick.object-1::after {
content: unset;
}
.leftbar_side {
position: relative;
width: 100%;
padding: 7px 1.5em;
}
.leftbar_side .social-list {
display: flex;
}
.leftbar_side ul.social-ul {
display: flex;
grid-gap: unset;
gap: 5px;
}
.leftbar_side .social-list h4 {
flex-direction: row;
}
.leftbar_side .social-list h4 span {
padding-left: 8px;
font-size: 18px;
}
#carousel_home_banner svg {
width: 20px;
height: 20px;
}
.leftbar_side ul.social-ul li a {
width: 30px;
height: 30px;
border-width: 1px;
}
#carousel_home_banner .swiper-pagination {
bottom: 8px !important;
}
.vc_banner .swiper-button-next {
right: 15px;
}
.vc_banner .swiper-button-prev {
left: 15px;
}
.post-card-two > .main-object {
grid-template-columns: 1fr;
}
.post-card-two > .main-object span.cat-text span.day {
font-size: 50px;
}
.post-card-two > .main-object span.cat-text span.m-y {
font-size: 19px;
text-align: left;
}
.post-card-two > .main-object span.cat-text span.m-y-m {
font-size: 30px;
text-align: left;
margin-top: -15px;
}
.post-card-two > .main-object > .object-1 {
padding: 10px;
}
.post-card-two > .main-object > .object-2 h3 a {
font-size: 22px;
}
.post-card-two > .main-object > .object-2 {
padding: 10px;
}
.post-card-two .box-info_column .main-object {
grid-template-columns: 1fr;
display: grid;
grid-gap: 0px;
}
.post-card-two > .main-object span.cat-text {
grid-template-columns: 1fr 1fr;
grid-gap: 3px;
}
.post-card-two > .main-object span.cat-text span.day {
grid-row: span 2;
font-size: 75px;
}
.column-post_grid {
grid-template-columns: 1fr;
grid-gap: 20px;
}
.box-pageination_post {
grid-column: span 1;
grid-template-columns: 1fr;
justify-content: center;
grid-gap: 10px;
}
.main-post_column,
.column-post_grid.close .box-post_grid .main-post_column {
grid-template-columns: 1fr;
}
h4.count-head {
text-align: center;
}
.archive-box .searchandfilter ul li {
padding: 0;
}
.h-title_archive h3 {
font-size: 30px;
}
.detail-archive_box {
padding: 1em 0;
}
.archive-box .entry-header h3 {
font-size: 35px;
}
.wrap-thumb-header .in-thumb .v-container {
min-height: 180px;
}
.archive-box .searchandfilter select.sf-input-select {
min-width: 100%;
}
input.sf-input-text,
select.sf-input-select {
font-size: 19px;
}
.archive-sidebar {
grid-template-columns: 1fr;
}
.archive-sidebar .widget-side_archive {
padding-bottom: 5px;
}
.card-recent_post.card-recent_image .box-image_overlay svg {
width: 35px;
height: 35px;
}
.card-post_m span.post_view,
.card-recent_image span.post_view {
line-height: 1.3;
}
.card-post_m .date-post_card > span.date-post_card,
.card-recent_image .date-post_card span.date-post_card {
padding: 0;
}
.card-post_m .date-post_card,
.card-recent_image .date-post_card {
padding-bottom: 0;
}
.card-post_m h4 a {
font-size: 20px;
} .card-recent_gallery .detail-card {
display: grid;
grid-gap: 1.5em;
}
.card-recent_gallery .feature-thumbnail img {
height: 200px;
}
.image-gallery_recent img {
height: 65px;
}
.card-recent_gallery .overlay_thumb svg {
width: 25px;
height: 25px;
}
.card-recent_gallery .overlay_thumb span {
font-size: 16px;
}
.card-recent_gallery .detail-card {
grid-gap: 0.5em;
}
.card-recent_gallery h4 a {
font-size: 20px;
}
.column-post_grid.close .box-pageination_post {
grid-column: span 1;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page {
margin: 0 auto;
}
.banner-column_video .object-banner.object-1 .card-recent_video img {
height: 200px;
}
.banner-column_video .object-banner.object-1 .card-recent_video .box-image_overlay svg {
width: 60px;
height: 60px;
}
.list-post_box .card-calendar-1 > .main-object > .object-1::after {
content: unset;
}
.list-post_box .card-calendar-1 > .main-object > .object-1 {
border-bottom: 1px solid #eee;
}
.archive-events .list-post_box .post-related {
grid-gap: 0;
}
.grid-calendar_type .main-object {
grid-template-columns: 1fr;
grid-gap: 10px;
}
.detail-error img {
max-width: 300px;
} .post-card-two.card-3_column_calendar > .main-object {
grid-template-columns: 1fr;
}
.post-card-two.card-3_column_calendar > .main-object > .object-1::after{
content: unset;
}
.card-calendar-1 .thumbnail-calendar {
padding: 1em;
}
.archive-events .list-post_box .post-related {
grid-gap: 10px;
}
.grid-calendar_type .main-object {
grid-template-columns: 1fr;
grid-gap: 10px;
}
.detail-error img {
max-width: 300px;
}
.list-post_box .post-related {
grid-template-columns: 1fr;
}
.post-card-two.card-2_column_calendar > .main-object > .object-2 {
grid-gap: 5px;
}
.post-card-two.card-2_column_calendar > .main-object > .object-1, .post-card-two.card-2_column_calendar > .main-object > .object-2 {
grid-column: span 2;
}
.post-card-two > .main-object > .object-1::after {
content: unset;
}
.card-calendar-1 .thumbnail-calendar img {
height: 160px;
}
.list-post_box .card-2_column_calendar img {
height: 160px;
}
.post-card-two.card-3_column_calendar > .main-object .object-3 {
grid-row: 1;
}
.box-btn_readmore {
justify-content: right;
}
.post-card-two.card-3_column_calendar > .main-object > .object-2{
grid-gap: 10px;
}
.detail-archive-vc_ebook .main-post_column .card-recent_post:nth-child(1), .detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(2) {
width: 100% !important;
margin: 0 !important;
flex-direction: column;
}
.detail-archive-vc_ebook .card-recent_post:nth-child(1) .post-header, .detail-archive-vc_ebook .card-recent_post:nth-child(2) .post-header {
width: 100%!important;
}
.detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(1) .post-info, .detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(2) .post-info {
width: 100%!important;
}
#page .detail-archive-vc_ebook .card-recent_post .post-header {
margin: 0 auto!important;
width: 100%!important;
padding-bottom: calc( 1.5 * 100% )!important;
}
.detail-archive-vc_ebook .card-recent_post {
padding: 15px!important;
}  .detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(1) .post-info .date-post_card, .detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(2) .post-info .date-post_card {
width: auto;
}
.detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(1) .post-info .date-post_card > span.date-post_card, .detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(2) .post-info .date-post_card > span.date-post_card {
margin-right: 37px !important;
}
.detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(1) .post-info .read-more, .detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(2) .post-info .read-more {
max-width: initial;
left: 50%;
transform: translateX(-50%);
}
.detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(1) .post-info, .detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(2) .post-info {
display: block;
}
.detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(1) .post-info .title-head_card h4 a, .detail-archive-vc_ebook #main.main-post_column .card-recent_post:nth-child(2) .post-info .title-head_card h4 a {
min-height: 53px;
}
.detail-archive-vc_ebook .search-bar_ypx li.sf-field-taxonomy-vc_ebook_category {
margin-bottom: 10px;
}
article.card-rss .column-box .c-1 .feature-column .text-box h3 a {
color: #000;
font-weight: 400;
}
article.card-rss .column-box .c-1 .feature-column .text-box {
padding-top: 15px;
}
article.card-rss .column-box .c-1 .feature-column .feature-image {
padding: 26px;
}
article.card-rss .column-box .c-1 .feature-column .text-box h3 {
font-size: 16px;
}
.detail-archive_box .column-post_grid .box-post_grid #main article.card-rss {
padding: 14px;
}
article.card-rss .column-box {
grid-template-columns: 1fr;
}
article.card-rss .column-box .c-1::after {
transform: unset;
top: unset;
bottom: 0;
width: 100%;
height: 1px;
}
article.card-rss .column-box .c-1 {
padding-bottom: 15px;
}
article.card-rss .column-box .c-1 .feature-column .feature-image {
width: calc(75px - 7px);
height: calc(75px - 7px);
padding: 12px;
}
article.card-rss .column-box .c-1 .feature-column .feature-image img {
top: -2px;
}
article.card-rss .column-box .c-1 .feature-column .text-box {
width: calc(77% - 7px);
}
article.card-rss .column-box .c-1 .feature-column {
gap: 10px;
}
article.card-rss .column-box .c-2 {
padding-bottom: 0px;
padding-top: 10px;
}
article.card-rss .column-box .c-2 a.btn-rss svg {
width: 18px;
height: 18px;
}
article.card-rss .column-box .c-2 .sub-box {
padding-left: 0;
}
.post-type-archive-vc_rss .search-bar_ypx ul li {
margin-bottom: 10px;
}
.post-type-archive-vc_rss .search-bar_ypx ul li:last-child {
margin: 0;
}
.post-type-archive-vc_rss .detail-archive_box .column-post_grid .box-post_grid #main {
grid-gap: 15px;
}
.search-box-p .search-bar_ypx form {
padding: 25px 15px;
}
.search-box-p .search-bar_ypx form ul li.sf-field-search {
min-width: auto;
}
.search-box-p .search-bar_ypx form ul li.sf-field-search {
margin: 0;
padding-bottom: 20px;
}
.search-box-p .search-bar_ypx form ul li.sf-field-submit {
padding-bottom: 10px;
}
.search-box-p .search-bar_ypx form ul li.sf-field-post_type, .search-box-p .search-bar_ypx form ul li.sf-field-post_date, .search-box-p .search-bar_ypx form ul li.sf-field-sort_order {
padding-bottom: 20px !important;
}
.search-box-p .search-bar_ypx li.sf-field-post_type ul {
display: grid !important;
grid-gap: 5px;
grid-template-columns: 1fr 1fr;
}
.search-box-p .search-bar_ypx form ul li.sf-field-sort_order ul {
grid-gap: 6px;
display: grid !important;
}
.search-box-p .search-bar_ypx form ul li.sf-field-post_date ul.sf_date_field li::before {
content: unset;
}
article.card-search .column-box .c-1 .feature-column .feature-image {
padding: 0;
width: calc(90px - 7px);
height: calc(85px - 7px);
}
article.card-search .column-box .c-1 .feature-column {
align-items: center;
}
article.card-search .column-box .c-1 .feature-column .text-box h3 a {
font-size: 18px;
}
article.card-search .column-box {
grid-gap: 10px;
}
article.card-search .column-box .c-2 {
padding: 0;
}
article.card-search .column-box .c-1 {
padding: 0;
}
.detail-archive_box .column-post_grid .box-post_grid #main article.card-search {
padding: 15px !important;
}
} @media (max-width: 360px) {
}.top-bar {
background: #df4425;
color: #FFF;
}
header.main-header.fixed {
position: fixed;
width: 100%;
background: #FFF;
top: -48px;
animation: fadeInDown .9s;
}
.size-box .button-size button,
.box-color .button-color button {
color: #222;
font-weight: 600;
border: 0;
background: #FFF;
border-radius: 3px;
width: 18px;
height: 18px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
line-height: 16px;
}
.size-box .box-size .button-size button.sizeOne {
font-size: 10px;
line-height: 12px;
}
.size-box .box-size .button-size button.sizeTwo {
font-size: 13px;
}
.size-box .box-size .button-size button.sizeThree {
font-size: 15px;
}
.size-box .box-size .button-size button.active {
color: #df4425;
}
.size-box .box-size, .color-box .box-color {
display: flex;
align-items: center;
justify-content: flex-end;
}
.color-box button.btn-color.cbtn-2{
background-color: #000;
color: #FFF;
}
.color-box button.btn-color.cbtn-3{
background-color: #ff0;
color: #000;
}
.size-box .box-size .button-size,
.color-box .box-color .button-color {
display: flex;
gap:5px;
align-items: center;
justify-content: center;
padding-left: 10px;
}
.size-box .box-size .button-size .object-2 span {
background: #00716b;
width: 32px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
border-radius: 50px;
font-weight: 600;
font-size: 15px;
line-height: 0;
font-size: 14px;
border: 2px solid #00716b;
transition: all ease-in-out 450ms;
cursor: pointer;
}
.color-box .box-color .button-color .btn-color span:hover {
border-color: #ddd;
color: #222;
background:#ddd;
}
.size-box .box-size .button-size .object-2 {
padding: 0px 5px;
}
.btn-size .span-btn {
display: flex;
cursor: pointer;
transition: all ease-in-out 450ms;
}
.btn-size .span-btn svg {
width: 16px;
height: 16px;
transform: scale(1);
transition: all ease-in-out 450ms;
}
.btn-size .span-btn:hover svg {
opacity: 1;
transform: scale(1.1);
}
.size-box .box-size .text-size span.text-span, .color-box .box-color .text-color span.text-span {
font-size: 14px;
font-weight: 400;
color: #FFF;
}
.box-size .text-size {
display: flex;
}
.main-header .main-object,
.main-header .mobile-object{
background: #FFF;
box-shadow: 0 3px 5px 1px rgb(0 0 0 / 8%);
width: 100%;
}
.main-header .main-object.fixed,
.main-header .mobile-object.fixed {
animation: fadeInDown .9s;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
}
body.admin-bar .main-header .main-object.fixed,
body.admin-bar .main-header .mobile-object.fixed {
top: 32px;
}
.polylang_slink img {
width: 16px;
height: 16px;
object-fit: cover;
object-position: center;
image-rendering: -webkit-optimize-contrast;
}
.polylang_slink .wrap-img-flag {
width: 20px;
height: 19px;
border-radius: 50px;
overflow: hidden;
border: solid 0.125em;
}
.polylang_slink a {
color: #FFF;
display: flex!important;
align-items: center;
gap: 10px;
}
.polylang_slink a:hover{
color: #eee;
}
.top-bar .main-top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 0;
}
.top-bar .main-top .right,
.top-bar .main-top .left {
display: flex;
align-items: center;
gap: 35px;
}
.top-bar .main-top .right > div{
position: relative;
}
.top-bar .main-top .left > div {
position: relative;
display: flex;
align-items: center;
gap: 8px;
}
.top-bar .main-top .left > div > svg {
height: 17px;
width: 17px;
background: #FFF;
fill: #df4425;
border-radius: 50px;
padding: 3px;
}
.top-bar .main-top .left > div::after,
.top-bar .main-top .right > div::after {
content: "|";
color: #fff;
position: absolute;
right: -21px;
top: -4px;
font-size: 18px;
font-weight: 100;
font-family: Open Sans;
}
.top-bar .main-top .left > div:last-child::after,
.top-bar .main-top .right > div:last-child::after {
display: none;
}
.top-bar p {
font-size: 14px;
}
.color-box .box-color .button-color {
padding-left: 0;
} @media (max-width: 767px) {
#wpadminbar {
position: fixed;
}
body.admin-bar .main-header .main-object.fixed,
body.admin-bar .main-header .mobile-object.fixed {
top: 46px;
}
}  @media (min-width: 768px) and (max-width: 991px) {
body.admin-bar .main-header .main-object.fixed,
body.admin-bar .main-header .mobile-object.fixed {
top: 46px;
}
}  @media (min-width: 992px) and (max-width: 1199px) {
}footer.footer-yp {
background-image: linear-gradient(360deg, #ec6f2e 24%, #ef6232 98%);
background: #f3af66;
}
footer.footer-yp *{
color: #FFF;
color: #0a0f66;
}
.bottom-footer .main-bottom{
display: flex;
justify-content: space-between;
font-size: 13px;
}
.bottom-footer .footer-menu ul {
display: flex;
justify-content: space-between;
list-style: none;
gap: 15px;
}
.bottom-footer .object-1 p {
text-transform: uppercase;
}
.main-footer {
font-size: 14px;
}
.main-footer .main-wrap {
display: flex;
gap: 20px;
}
.main-footer .main-wrap > div {
width: 25%;
}
.main-footer .main-wrap .object-address .image {
display: none;
}
.main-footer .main-wrap .object-address{
font-weight: 300;
}
.main-footer .main-wrap .object-address h3 {
font-weight: 500;
font-size: 19px;
}
.main-footer .main-wrap .object-address h4 {
font-weight: 400;
font-size: 18px;
margin: 10px 0;
}
.footer-contact{
display: none;
}
#page .main-footer .menu-item a span {
display: inline-block;
background: #274698;
padding: 3px 10px 2px;
border-radius: 4px;
font-size: 13px;
line-height: 18px;
color: #fff;
}
.main-footer .main-wrap .object-address p {
font-size: 15px;
line-height: 22px;
margin-top: 10px;
font-weight: 400;
}
.main-footer {
padding: 35px 0;
}
.footer-menu .widget-title {
font-size: 17px;
margin: 0;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 22px;
margin-bottom: 10px;
font-weight: 900;
}
.main-footer .social-list {
margin: 0 0 40px 0;
}
#page .social-list ul {
display: flex;
gap: 20px;
margin: -5px;
}
.main-footer .social-list svg{
width: 20px;
height: 20px;
}
.main-footer .social-list svg {
width: 25px;
height: 25px; fill: #071f53;
}
footer.footer-yp a {
font-weight: 400;
}
footer.footer-yp ul {
list-style: none;
margin: 0;
padding: 0;
}
#page .main-footer .footer-menu a {
margin: 5px 0;
display: block;
}
.bottom-footer {
padding: 25px 20px;
border-top: solid 1px #ffffff36;
}
#page .main-footer a{
font-size: 15px;
font-weight: 400;
}
#page .main-footer a:hover,
footer.footer-yp a:hover{ color: #051842;
}
.main-footer .social-list svg {
width: 25px;
height: 25px; fill: #071f53;
stroke: none;
}
.main-footer .social-list svg > g > path {
fill: #071f53;
}
.main-footer .social-list .youtube svg polygon {
fill: #ec662f;
}
.footer-menu .widget-title svg {
width: 17px;
height: 17px;
cursor: pointer;
display: none;
} @media (max-width: 767px) {
.footer-yp .widget {
margin: 0 0 0;
padding-bottom: 20px;
}
.footer-menu .widget-title {
margin-top: 0;
margin-bottom: 0;
}
.footer-yp .widget_nav_menu ul {
display: none;
}
.footer-menu .widget-title svg {
display: block;
}
.main-footer {
padding: 50px 10px 5px;
}
.main-footer .main-wrap {
flex-wrap: wrap;
}
.main-footer .main-wrap > div {
width: 100%;
}
.main-footer .social-list {
margin: 20px -5px;
}
.bottom-footer .footer-menu ul {
text-align: center;
flex-wrap: wrap;
padding: 10px;
padding-bottom: 0;
}
.bottom-footer {
padding: 25px 15px;
}
.bottom-footer .main-bottom .object-1 {
border-top: solid 1px #ffffff36;
padding-top: 15px;
margin-bottom: -8px;
margin-top: 20px;
}
.bottom-footer .footer-menu li {
width: calc(50% - 10px);
padding: 0;
text-align: left;
}
.bottom-footer .v-container{
padding: 0;
}
.bottom-footer .main-bottom {
flex-wrap: wrap;
justify-content: center;
gap: 0;
flex-direction: column-reverse;
text-align: center;
}
}  @media (min-width: 768px) and (max-width: 991px) {
.main-footer .main-wrap > div {
width: 100%;
}
.footer-yp .widget {
margin: 0 0 0;
padding-bottom: 20px;
}
.main-wrap .footer-menu {
border-bottom: solid 1px #dddddd4f;
}
.footer-menu .widget-title {
margin-top: 0;
margin-bottom: 0;
}
.footer-yp .widget_nav_menu ul {
display: none;
}
.footer-menu .widget-title svg {
display: block;
}
.main-footer .main-wrap {
flex-wrap: wrap;
}
.main-footer .social-list {
margin-bottom: 10px;
margin-top: 20px!important;
}
.bottom-footer{
padding-top: 10px;
}
.footer-menu .widget-title {
pointer-events: all!important;
}
.main-footer {
padding: 50px 15px 5px;
}
.bottom-footer .footer-menu ul {
flex-wrap: wrap;
padding: 10px;
padding-bottom: 0;
}
.bottom-footer .footer-menu li {
width: calc(50% - 10px);
padding: 0;
}
.bottom-footer .v-container{
padding: 0;
}
.bottom-footer .main-bottom {
flex-wrap: wrap;
justify-content: center;
gap: 0;
flex-direction: column-reverse;
}
.bottom-footer .main-bottom .object-1 {
border-top: solid 1px #ffffff36;
padding-top: 15px;
margin-bottom: -8px;
margin-top: 20px;
}
.bottom-footer .object-grid.object-1 {
text-align: center;
}
.main-wrap .object-grid.object-3 .footer-menu:last-child {
border-bottom: 0;
}
}  @media (min-width: 992px) and (max-width: 1199px) {
}.ll-skin-melon .ui-widget {
padding: 16px;
background: #f7f7f7;
}
header .social-list h4 {
font-size: 18px;
}
.ui-datepicker-title span {
font-size: 19px;
font-weight: 500;
color: #fff;
}
.ll-skin-melon .ui-datepicker th {
color: #fff;
font-size: 18px;
padding: 5px 0;
}
.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker-calendar th {
font-size: 18px;
}
.ll-skin-melon .ui-datepicker td {
padding: 3px 2px;
}
.search-page li.sf-field-category label:before {
content: "";
margin-right: 10px;
display: inline-block;
vertical-align: text-top;
width: 25px;
height: 25px;
background: white;
border: 1px solid #dddddd;
}
.search-page li.sf-field-category input {
position: absolute;
opacity: 0;
}
.search-page li.sf-field-category label {
font-size: 21px;
color: #7c7c7c;
font-weight: 500;
} .searchandfilter h4 {
font-size: 14px;
font-weight: 400;
line-height: 1;
padding: 1em 0;
color: #000;
margin-bottom: 5px;
}
.search-page li.sf-field-reset a {
background: #005;
font-size: 23px;
color: #fff;
text-decoration: unset;
padding: 6px 20px;
line-height: 1;
font-weight: 600;
border-radius: 0;
display: inline-block;
}
.archive-box.search-page li.sf-field-category > ul {
padding: 10px 0 15px;
}
.search-page ul.sf_date_field li:first-child:after {content: '-';padding-left: 10px;padding-right: 10px;font-size: 35px;line-height: 0;}
.ui-datepicker.ui-widget td a.ui-state-active, .ui-datepicker.ui-widget td a:hover {
background: #fa8246;
color: #fff;
border: 1px solid #fff;
}
.archive-box.search-page li.sf-field-category li label {
font-size: 20px;
display: flex;
align-items: center;
}
.archive-box.search-page .searchandfilter ul {
padding: 0;
}
.archive-box.search-page li.sf-field-post_date {
display: flex !important;
align-items: center;
}
.archive-box.search-page li.sf-field-post_date h4 {
width: 15%;
font-size: 21px;
padding: 0;
text-align: center;
}
.site-branding.white {
display: none !important;
}
.site-branding.white.active {
display: block !important;
margin: 0;
} @media (max-width: 1600px){
} @media (max-width: 1280px){
} @media (max-width: 1024px) and (min-width: 992px){
} @media (max-width: 991.98px) {
.archive-box.search-page li.sf-field-category > ul {
display: grid !important;
grid-template-columns: 1fr 1fr;
}
.archive-box.search-page .searchandfilter ul li {
width: 100%;
padding: 0;
}
.archive-box.search-page .searchandfilter ul li ul.sf_date_field {
display: grid !important;
grid-template-columns: 1fr 1fr;
}
.search-page ul.sf_date_field li:first-child:after {
content: unset;
}
.archive-box.search-page li.sf-field-category li {
width: 100%;
}
} @media (max-width: 575.98px) {
.archive-box.search-page li.sf-field-category li {
width: 100%;
}
.archive-box.search-page li.sf-field-category li label {
font-size: 20px;
display: flex;
align-items: center;
}
.archive-box.search-page .searchandfilter ul {
padding: 0;
}
.archive-box.search-page .searchandfilter ul li ul.sf_date_field {
display: block !important;
}
.archive-box.search-page .searchandfilter ul li {
width: 100%;
padding-top: 6px !important;
}
.search-page ul.sf_date_field li:first-child:after {
text-align: center;
display: flex;
justify-content: center;
padding-top: 15px;
}
.archive-box.search-page .searchandfilter ul li.sf-field-sort_order {
padding-top: 12px !important;
}
.search-page .page-sub-title h3 {
font-size: 27px;
padding-top: 10px;
}
.search-page .page-sub-title h2 {
font-size: 33px;
}
.search-page .searchandfilter h4 {
font-size: 22px;
}
.archive-box.search-page li.sf-field-category > ul {
display: block !important;
}
.search-page ul.sf_date_field li:first-child:after {
content: '-';
}
.archive-box.search-page li.sf-field-post_date h4 {
width: 100%;
padding: 10px 0;
}
.archive-box.search-page li.sf-field-post_date {
flex-direction: column;
}
.color-box .box-color .button-color span {
width: 24px !important;
height: 24px !important;
}
.search-bar_yp.search-bottom-per li.sf-field-posts_per_page label:after, .box-pageination_post .searchandfilter label:after {
top: 44px!important;
}
.wrap-thumb-header .in-thumb .entry-title, .wrap-thumb-header .in-thumb .byline {
z-index: 10 !important;
}
} @media (max-width: 360px) {
}body.vSize-2 h1, body.vSize-2 h2, body.vSize-2 h3:not(.wrap-thumb-header *), body.vSize-2 h4, body.vSize-2 h5, body.vSize-2 h6, body.vSize-2 h1 span,
body.vSize-2 h2 span, body.vSize-2 h3 span, body.vSize-2 h4 span, body.vSize-2 h5 span, body.vSize-2 h6 span {
font-size: 112% !important;
}
body.vSize-3 h1, body.vSize-3 h2, body.vSize-3 h3:not(.wrap-thumb-header *), body.vSize-3 h4, body.vSize-3 h5, body.vSize-3 h6, body.vSize-3 h1 span, body.vSize-3 h2 span,
body.vSize-3 h3 span, body.vSize-3 h4 span, body.vSize-3 h5 span, body.vSize-3 h6 span {
font-size: 118% !important;
}
body.vSize-2, body.vSize-2 textarea, body.vSize-2 legend, body.vSize-2 code, body.vSize-2 pre, body.vSize-2 dd, body.vSize-2 dt, body.vSize-2 span:not(.searchandfilter ul li *,#breadcrumbs *,.text-span), body.vSize-2 blockquote, body.vSize-2 .card-post_m h4 a {
font-size: 112% !important;
}
body.vSize-3, body.vSize-3 textarea, body.vSize-3 legend, body.vSize-3 code,
body.vSize-3 pre, body.vSize-3 dd, body.vSize-3 dt, body.vSize-3 span:not(.searchandfilter ul li *,#breadcrumbs *), body.vSize-3 blockquote,
body.vSize-3 .card-post_m h4 a
{
font-size: 118% !important;
}  body.vSize-2 #page select.sf-input-select,
body.vSize-2 #page input.sf-input-text::placeholder,
body.vSize-2 #page .search-bar_ypx input.sf-input-text,
body.vSize-2 #page .search-box-p .search-bar_ypx form ul li input[type="submit"],
body.vSize-2 #page #event-s,
body.vSize-2 .nav-sub-term-yp li,
body.vSize-2 #page #primary .fluentform .ff_btn_style,
body.vSize-2 #page #primary .fluentform .ff-el-form-control,
body.vSize-2 #page .search-box-p .search-bar_ypx label,
body.vSize-2 #page .card-search .btn-both_box a,
body.vSize-2 #page .mec-calendar dt{
font-size: 16px;
}
body.vSize-2 #page .vpost_title .in-title{
font-size: 34px !important;
}
body.vSize-2 #page .main-content .content-left h1.entry-title{
font-size:38px!important;
}
body.vSize-2 #page .single_sidebar.style-list-s2 .widget-title{
font-size: 30px !important;
}
body.vSize-2 .top-bar p,
body.vSize-2 .size-box .box-size .text-size span.text-span,
body.vSize-2 .color-box .box-color .text-color span.text-span,
body.vSize-2 .polylang_slink a,
body.vSize-2 #page #breadcrumbs,
body.vSize-2 .card-post_m .read-more,
body.vSize-2 .bottom-footer .main-bottom,
body.vSize-2 #page .btn-main a span,
body.vSize-2 #page .link-read_all,
body.vSize-2 #page .ff_btn_style,
body.vSize-2 #page .vc-view-more span{
font-size: 15px!important;
}
body.vSize-2 #page .desktop_menu li a{
font-size: 17px!important;
}
body.vSize-2 #page .p-title h3,
body.vSize-2 #page .mini-title,
body.vSize-2 #page .vtitle h4{
font-size:42px!important;
}
body.vSize-2 #page .btn-main a span,
body.vSize-2 #page .link-read_all,
body.vSize-2 #page .ff_btn_style,
body.vSize-2 #page .card-post_m h4 a{
line-height: 36px!important;
}
body.vSize-2 .link-read_all {
line-height: 26px!important;
}
body.vSize-2 #page .card-post_m .date-post_card,
body.vSize-2 #page .card-recent_image .date-post_card,
body.vSize-2 #page .card-search .text-box .date-box{
font-size: 11px!important;
}
body.vSize-2 #page .main-footer .main-wrap .object-address h3{
font-size: 24px!important;
}
body.vSize-2 #page .main-footer .main-wrap .object-address p,
body.vSize-2 #page .main-footer a,
body.vSize-2 #page .main-footer .menu-item a span{
font-size: 18px!important;
line-height: 27px;
}
body.vSize-2 #page article .post_excerpt,
body.vSize-2 #page article.card-search .column-box .c-1 .feature-column .text-box h3 a ,
body.vSize-2 #page .footer-menu .widget-title{
font-size: 20px!important;
}
body.vSize-2 #page article .post_excerpt,
body.vSize-2 #page article.card-search .column-box .c-1 .feature-column .text-box h3 a {
line-height: 34px!important;
}
body.vSize-2 #page .main-footer .main-wrap .object-address h4{
font-size: 21px!important;
}
body.vSize-2 #page .entry-content p{
font-size: 1.2rem!important;
}
body.vSize-2 #page .vc_posts-wrapper.vc_post_tab_v1 .left article h4 a {
line-height: 47px!important;
min-height: 102px!important;
font-size: 33px!important;
padding-top: 5px;
margin-bottom: 5px;
}
body.vSize-2 #page .vc_posts-wrapper.vc_post_tab_v1 .right article h4 a {
-webkit-line-clamp: 1!important;
padding-top: 2px!important;
min-height: 66px;
line-height: 34px!important;
font-size: 23px!important;
margin-bottom: 0;
}
body.vSize-2 #page .vitem-download-list.-full .ob2 h4 {
font-size: 16px!important;
line-height: 30px;
}
body.vSize-2 .vitem-download-list.-list-full .ob2 h4 {
line-height: 40px;
padding-top: 10px;
margin-bottom: 0;
}
body.vSize-2 .vitem-download-list.-full .ob3 .download-btn {
margin-bottom: 25px;
margin-top: 0;
}
body.vSize-2 .faqs-loop .vitem-download-list.-list-full .ob1 .wrap-question {
max-width: 100%;
}
body.vSize-2 .vitem-download-list.-list-full .ob2 {
padding-left: 20px;
}
body.vSize-2 .faqs-loop .vitem-download-list.-list-full .ob1 .wrap-question h5 {
font-size: 16px!important;
}
body.vSize-2 .vitem-download-list .ob2 .bottom,
body.vSize-2 #page .vitem-download-list .ob2 .bottom span.post-views-count,
body.vSize-2 #page .item-download-toggle.faqs-loop .ob2 .bottom > div{
font-size: 14px!important;
}
body.vSize-2 #page .vitem-download-list.-full .ob3 .download-btn span {
font-size: 14px!important;
}  body.vSize-3 #page .vitem-download-list.-full .ob3 .download-btn span {
font-size: 14px!important;
}
body.vSize-3 .faqs-loop .vitem-download-list.-list-full .ob1 .wrap-question h5 {
font-size: 17px!important;
}
body.vSize-3 .vitem-download-list.-list-full .ob2 {
padding-left: 20px;
}
body.vSize-3 .faqs-loop .vitem-download-list.-list-full .ob1 .wrap-question {
max-width: 100%;
}
body.vSize-3 .vitem-download-list.-full .ob3 .download-btn {
margin-bottom: 26px;
margin-top: 1px;
}
body.vSize-3 .vitem-download-list .ob2 .bottom,
body.vSize-3 #page .vitem-download-list .ob2 .bottom span.post-views-count,
body.vSize-3 #page .item-download-toggle.faqs-loop .ob2 .bottom > div{
font-size: 16px!important;
}
body.vSize-3 #page select.sf-input-select,
body.vSize-3 #page input.sf-input-text::placeholder,
body.vSize-3 #page .search-bar_ypx input.sf-input-text,
body.vSize-3 #page .search-box-p .search-bar_ypx form ul li input[type="submit"],
body.vSize-3 #page #event-s,
body.vSize-3 #page .search-box-p .search-bar_ypx label,
body.vSize-3 .nav-sub-term-yp li,
body.vSize-3 #page #primary .fluentform .ff_btn_style,
body.vSize-3 #page #primary .fluentform .ff-el-form-control,
body.vSize-3 #page .card-search .btn-both_box a,
body.vSize-3 #page .mec-calendar dt{
font-size: 16px;
}
body.vSize-3 #page .vpost_title .in-title{
font-size: 35px !important;
}
body.vSize-3 #page .main-content .content-left h1.entry-title{
font-size:39px!important;
}
body.vSize-3 #page .single_sidebar.style-list-s2 .widget-title{
font-size: 31px !important;
}
body.vSize-3 .top-bar p,
body.vSize-3 .size-box .box-size .text-size span.text-span,
body.vSize-3 .color-box .box-color .text-color span.text-span,
body.vSize-3 .polylang_slink a,
body.vSize-3 #page #breadcrumbs,
body.vSize-3 .card-post_m .read-more,
body.vSize-3 .bottom-footer .main-bottom,
body.vSize-3 #page .btn-main a span,
body.vSize-3 #page .link-read_all,
body.vSize-3 #page .ff_btn_style,
body.vSize-3 #page .vitem-download-list .ob3 .download-btn span,
body.vSize-3 #page .vc-view-more span{
font-size: 17px!important;
}
body.vSize-3 #page .desktop_menu li a,
body.vSize-3 #page .size-box .box-size .text-size span.text-span{
font-size: 18px!important;
}
body.vSize-3 #page .p-title h3,
body.vSize-3 #page .mini-title,
body.vSize-3 #page .vtitle h4{
font-size:43px!important;
}
body.vSize-3 #page .vitem-download-list.-full .ob2 h4 {
font-size: 18px!important;
line-height: 30px;
}
body.vSize-3 .vitem-download-list.-list-full .ob2 h4 {
line-height: 40px;
padding-top: 10px;
margin-bottom: 0;
}
body.vSize-3 #page .btn-main a span,
body.vSize-3 #page .link-read_all,
body.vSize-3 #page .ff_btn_style,
body.vSize-3 #page .card-post_m h4 a{
line-height: 35px!important;
}
body.vSize-3 .link-read_all {
line-height: 28px!important;
}
body.vSize-3 #page .card-post_m .date-post_card,
body.vSize-3 #page .card-recent_image .date-post_card,
body.vSize-3 #page .card-search .text-box .date-box{
font-size: 11px!important;
}
body.vSize-3 #page .main-footer .main-wrap .object-address h3,
body.vSize-3 #page .card-post_m h4 a{
font-size: 26px!important;
}
body.vSize-3 #page .card-post_m h4 a {
padding-top: 2px;
min-height: 75px;
}
body.vSize-3 #page .main-footer .main-wrap .object-address p,
body.vSize-3 #page .main-footer a,
body.vSize-3 #page .main-footer .menu-item a span{
font-size: 19px!important;
line-height: 28px;
}
body.vSize-3 #page article .post_excerpt,
body.vSize-3 #page article.card-search .column-box .c-1 .feature-column .text-box h3 a ,
body.vSize-3 #page .footer-menu .widget-title{
font-size: 22px!important;
}
body.vSize-3 #page article .post_excerpt,
body.vSize-3 #page article.card-search .column-box .c-1 .feature-column .text-box h3 a {
line-height: 38px!important;
}
body.vSize-3 #page .main-footer .main-wrap .object-address h4{
font-size: 23px!important;
}
body.vSize-3 #page .entry-content p{
font-size: 1.3rem!important;
}
body.vSize-3 #page .vc_posts-wrapper .left article h4 a {
line-height: 48px!important;
min-height: 105px!important;
font-size: 36px!important;
padding-top: 5px;
margin-bottom: 5px;
}
body.vSize-3 #page .vc_posts-wrapper .right article h4 a {
-webkit-line-clamp: 1!important;
min-height: 66px;
line-height: 35px!important;
font-size: 26px!important;
padding-top: 2px!important;
margin-bottom: 0;
}
body.vSize-3 .desktop_menu li a:not(.sub-menu a) {
padding: 35px 0px;
}
body.vSize-3 .menu-item-has-children svg {
margin-left: 0;
margin-right: 2px;
margin-top: 10px;
}
body.vSize-3 .vitem-download-list .ob2 a h4 span {
line-height: 33px;
padding-top: 10px;
} body.vc-color_2 #primary,
body.vc-color_2 .popup_search,
body.vc-color_2 .bottom_banner,
body.vc-color_2 footer,
body.vc-color_2 .main-header .site-branding img,
body.vc-color_2 .desktop_menu li:hover > a,
body.vc-color_2 .site-header .menu-item-has-children:hover > .wrap-toggle-mobile svg,
body.vc-color_2 .site-header .menu-item-has-children:hover > a,
body.vc-color_2 .current_page_item > a,
body.vc-color_2 .menu-item-has-children:hover > .wrap-toggle-mobile > svg,
body.vc-color_2 .top-bar .main-top .left > div > svg,
body.vc-color_3 iframe{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}
body.vc-color_2 .top-bar{
background: #474747;
}
body.vc-color_2 #wpadminbar{
display: none!important;
}
body.vc-color_2.admin-bar {
margin-top: -32px;
}
body.vc-color_3 *:not(.wrap-in-title, .wrap-in-title *,.button-color *, .df-container *,.elementor-widget-image,.elementor-widget-image img,.elementor-widget-image .elementor-widget-container,
.elementor-section[data-settings='{"background_background":"classic"}x'] *,
.vpost_title .img-ab-yb,.elementor-section[data-settings='{"background_background":"classic"}x'],
.elementor-section[data-settings='{"background_background":"classic"}'] .elementor-column,
.elementor-section[data-settings='{"background_background":"classic"}x'] .elementor-widget-wrap,
.elementor-section[data-settings='{"background_background":"classic"}x'] .elementor-container),
body.vc-color_3 #page div:before,
body.vc-color_3 #page li:before,
body.vc-color_3 #page label:after
{ background: #000!important; color: #ff0!important;
}
body.vc-color_3 .content-pagination .current{
border-color: #ff0!important;
}
body.vc-color_3 table.criCustomTable tbody,
body.vc-color_3 .elementor-widget-container{
border-color: #000!important;
}
body.vc-color_3 #page .post-s-list .card-recent_post{
border-color: #0000!important;
}
body.vc-color_3 .button-color button.btn-color.cbtn-3{
color: #000!important;
}
body.vc-color_3 li.print2pdf * {
stroke: #ff0!important;
fill: #ff0!important;
}
body.vc-color_3 .yb-section{
background-image: none!important;
}
.img-ab-yb {
display: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: grayscale(100%);
background-size: auto;
background-position: top center;
background-repeat: no-repeat;
}
.ex-yb .img-ab-yb {
display: none!important;
}
.contain-bg .img-ab-yb{
background-size: contain;
background-position: center;
}
.cover-bg .img-ab-yb{
background-size: cover;
background-position: center;
}
body.vc-color_3 .elementor-element.yb-black,body.vc-color_3 .ex-yb,body.vc-color_3 .ex-yb *{
background: #000!important;
}
body.vc-color_3 .img-ab-yb {
display: block;
}
section.elementor-section[data-settings='{"background_background":"classic"}'] {
position: relative;
}
body.vc-color_3 #page .card-recent_post .in-thumb-overlay a,
body.vc-color_3 #page .in-view-more.icon{
background: #0000!important;
}
body.vc-color_3 .bubble-dotted,
body.vc-color_3 .elementor-element.bub{
display: none;
}
body.vc-color_3 .size-box .box-size .button-size button{
border: #ff0 1px solid;
}
body.vc-color_3 .size-box .box-size .button-size button.active{
background: #fff!important;
color: #000!important;
}
body.vc-color_3 button.btn-color.cbtn-1{
background: #FFF!important;
color: #000!important;
}
body.vc-color_3 button.btn-color.cbtn-2{
color: #FFF!important;
}
body.vc-color_3 .page-sitemap ul.menu ul.sub-menu li::marker{
color: #ff0;
}
body.vc-color_3 #breadcrumbs span:has( > .breadcrumb_last) > a:before{
background: #ff0;
}
body.vc-color_3 .link-all {
opacity: 0;
}
body.vc-color_3 #page .desktop_menu .sub-menu li a:before {
background: #000!important;
color: #FF0!important;
}
body.vc-color_3 .wrap-loader-cri{
display: none!important;
}
body.vc-color_3 img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}
body.vc-color_3 #page .swiper-pagination-fraction,
body.vc-color_3 #page .swiper-pagination-fraction *{
background: #0000!important;
}
body.vc-color_3 #page .hamburger-inner,
body.vc-color_3 #page .hamburger-inner::before,
body.vc-color_3 #page .hamburger-inner::after {
background-color: #ff0!important;
}
body.vc-color_3 #page .main-object .object-2 .toggle-search svg {
fill: #0000!important;
}
body.vc-color_3 .df-ui-wrapper.df-ui-controls,body.vc-color_3 .df-ui-wrapper.df-ui-controls * {
background: #000!important;
}
body.vc-color_3 a, body.vc-color_3 *:not(.button-color) a, body.vc-color_3 b, body.vc-color_3 *:not(.button-color) b, body.vc-color_3 blockquote, body.vc-color_3 *:not(.button-color) blockquote, body.vc-color_3 button, body.vc-color_3 *:not(.button-color) button, body.vc-color_3 canvas, body.vc-color_3 *:not(.button-color) canvas, body.vc-color_3 caption, body.vc-color_3 *:not(.button-color) caption, body.vc-color_3 center, body.vc-color_3 *:not(.button-color) center, body.vc-color_3 cite, body.vc-color_3 *:not(.button-color) cite, body.vc-color_3 code, body.vc-color_3 *:not(.button-color) code, body.vc-color_3 col, body.vc-color_3 *:not(.button-color) col, body.vc-color_3 colgroup, body.vc-color_3 *:not(.button-color) colgroup, body.vc-color_3 dd, body.vc-color_3 *:not(.button-color) dd, body.vc-color_3 details, body.vc-color_3 *:not(.button-color) details, body.vc-color_3 dfn, body.vc-color_3 *:not(.button-color) dfn, body.vc-color_3 dir, body.vc-color_3 *:not(.button-color) dir, body.vc-color_3 div, body.vc-color_3 *:not(.button-color) div, body.vc-color_3 dl, body.vc-color_3 *:not(.button-color) dl, body.vc-color_3 dt, body.vc-color_3 *:not(.button-color) dt, body.vc-color_3 em, body.vc-color_3 *:not(.button-color) em, body.vc-color_3 embed, body.vc-color_3 *:not(.button-color) embed, body.vc-color_3 fieldset, body.vc-color_3 *:not(.button-color) fieldset, body.vc-color_3 figcaption, body.vc-color_3 *:not(.button-color) figcaption, body.vc-color_3 figure, body.vc-color_3 *:not(.button-color) figure, body.vc-color_3 font, body.vc-color_3 *:not(.button-color) font, body.vc-color_3 footer, body.vc-color_3 *:not(.button-color) footer, body.vc-color_3 form, body.vc-color_3 *:not(.button-color) form, body.vc-color_3 header, body.vc-color_3 *:not(.button-color) header, body.vc-color_3 i, body.vc-color_3 *:not(.button-color) i, body.vc-color_3 iframe, body.vc-color_3 *:not(.button-color) iframe, body.vc-color_3 img, body.vc-color_3 *:not(.button-color) img, body.vc-color_3 input, body.vc-color_3 *:not(.button-color) input, body.vc-color_3 kbd, body.vc-color_3 *:not(.button-color) kbd, body.vc-color_3 label, body.vc-color_3 *:not(.button-color) label, body.vc-color_3 legend, body.vc-color_3 *:not(.button-color) legend, body.vc-color_3 li, body.vc-color_3 *:not(.button-color) li, body.vc-color_3 mark, body.vc-color_3 *:not(.button-color) mark, body.vc-color_3 menu, body.vc-color_3 *:not(.button-color) menu, body.vc-color_3 meter, body.vc-color_3 *:not(.button-color) meter, body.vc-color_3 nav, body.vc-color_3 *:not(.button-color) nav, body.vc-color_3 nobr, body.vc-color_3 *:not(.button-color) nobr, body.vc-color_3 object, body.vc-color_3 *:not(.button-color) object, body.vc-color_3 ol, body.vc-color_3 *:not(.button-color) ol, body.vc-color_3 option, body.vc-color_3 *:not(.button-color) option, body.vc-color_3 pre, body.vc-color_3 *:not(.button-color) pre, body.vc-color_3 progress, body.vc-color_3 *:not(.button-color) progress, body.vc-color_3 q, body.vc-color_3 *:not(.button-color) q, body.vc-color_3 s, body.vc-color_3 *:not(.button-color) s, body.vc-color_3 section, body.vc-color_3 *:not(.button-color) section, body.vc-color_3 select, body.vc-color_3 *:not(.button-color) select, body.vc-color_3 small, body.vc-color_3 *:not(.button-color) small, body.vc-color_3 span, body.vc-color_3 *:not(.button-color) span, body.vc-color_3 strike, body.vc-color_3 *:not(.button-color) strike, body.vc-color_3 strong, body.vc-color_3 *:not(.button-color) strong, body.vc-color_3 sub, body.vc-color_3 *:not(.button-color) sub, body.vc-color_3 summary, body.vc-color_3 *:not(.button-color) summary, body.vc-color_3 sup, body.vc-color_3 *:not(.button-color) sup, body.vc-color_3 table, body.vc-color_3 *:not(.button-color) table, body.vc-color_3 td, body.vc-color_3 *:not(.button-color) td, body.vc-color_3 textarea, body.vc-color_3 *:not(.button-color) textarea, body.vc-color_3 th, body.vc-color_3 *:not(.button-color) th, body.vc-color_3 time, body.vc-color_3 *:not(.button-color) time, body.vc-color_3 tr, body.vc-color_3 *:not(.button-color) tr, body.vc-color_3 tt, body.vc-color_3 *:not(.button-color) tt, body.vc-color_3 u, body.vc-color_3 *:not(.button-color) u, body.vc-color_3 ul, body.vc-color_3 *:not(.button-color) ul, body.vc-color_3 var, body.vc-color_3 *:not(.button-color) var, body.vc-color_3 a span, body.vc-color_3 *:not(.button-color) a span, body.vc-color_3 strong, body.vc-color_3 *:not(.button-color) strong {
color: #ff0 !important;
}
body.vc-color_3 #page li.sf-field-sort_order label::after,
body.vc-color_3 #page li.sf-field-category label::after,
body.vc-color_3 #page li.sf-field-taxonomy-mec_category label::after,
body.vc-color_3 #page .event-views::after,
body.vc-color_3 #page .searchandfilter ul li[data-sf-field-input-type="select"] label::after,
body.vc-color_3 #page li.sf-field-taxonomy-poll_cat label::after, li.sf-field-taxonomy-ebook_category label::after,
body.vc-color_3 #page li.sf-field-taxonomy-weblink_category label::after, li.sf-field-taxonomy-post_year label::after,
body.vc-color_3 #page .yp_currency_choice::after,
body.vc-color_3 #page .ff-el-input--content:has(select)::after{
background: #ff0 !important;
color: #000!important;
}
body.vc-color_3 #page .btn-both_box a:hover {
color: #000!important;
}
body.vc-color_3 svg:not(.entry-meta svg,.btn-search_h svg,.swiper-button-next svg,.swiper-button-prev svg,.wrap-toggle-mobile svg,.post-info svg,.single-meta svg,.file-btn svg)
{
fill: #ff0!important;
color: #ff0!important;
border-color: #ff0!important;
}
body.vc-color_3 .single-meta .wrap-date-post svg{
stroke: #ff0!important;
}
body.vc-color_3 #breadcrumbs a:after{
stroke: #ff0!important;
}
body.vc-color_3 input,
body.vc-color_3 textarea,
body.vc-color_3 select,
body.vc-color_3 button.btn-search_h,
body.vc-color_3 input:focus {
border-color: #ff0!important
}
body.vc-color_3 .menu-item-has-children svg{
color: #ff0!important;
border-color: #ff0!important;
stroke: #ff0!important;
}
body.vc-color_3 #page a:hover,
body.vc-color_3 #main-header_4 a:hover
{
color: #ff0!important;
}
body.vc-color_3 .vc-view-more:before,
body.vc-color_3 .btn-main a .elementor-button-content-wrapper:before,
body.vc-color_3 .btn:hover:before{
display: none;
}
body.vc-color_3 .post-tab-v3 .nav-sub-term-yp li.active,
body.vc-color_3 .shared-embedded-wrap .btn.copy_this,
body.vc-color_3 .shared-embedded-wrap .btn.copy_this span,
body.vc-color_3 .vpost_title .in-title::after,
body.vc-color_3 .desktop_menu .sub-menu li a:before,
body.vc-color_3 .desktop_menu .sub-menu li a:after,
body.vc-color_3 .search-box-p .search-bar_ypx form ul li input[type="submit"],
body.vc-color_3 .search-box-p .search-bar_ypx form ul li a.search-filter-reset,
body.vc-color_3 .btn-both_box a,
body.vc-color_3 #v-calendar .mec-calendar dt:before,
body.vc-color_3 #page .vc-view-more,
body.vc-color_3 #page .elementor-button-link,
body.vc-color_3 #page .elementor-button-text,
body.vc-color_3 #page .vc-view-more span,
body.vc-color_3 .content-pagination .current,
body.vc-color_3 .box-pageination_post .searchandfilter ul li.sf-field-posts_per_page > ul > li.sf-item-0.sf-option-active::after
{
background: #ff0 !important;
color: #000!important;
}
body.vc-color_3 #v-calendar .mec-calendar dt:hover::before, #v-calendar .mec-calendar .mec-selected-day a{
background: #0000 !important;
color: #000!important;
} body.vc-color_3 #page .card-search span.post_view svg,
body.vc-color_3 #page .vitem-download-list svg,
body.vc-color_3 #page #v-calendar .vdate svg,
body.vc-color_3 .top-bar .main-top .left > div > svg,
body.vc-color_3 #breadcrumbs svg,
body.vc-color_3 #page .gallery-label svg,
body.vc-color_3 #page .toggle-icon svg,
body.vc-color_3 .btn-icon span svg,
body.vc-color_3 #page .icon-circle-home .elementor-button-icon svg{
fill:#0000!important;
stroke: #ff0!important;
background: #0000!important;
}
body.vc-color_3 #main-header_4 .bottom-object,
body.vc-color_3 .searchandfilter label,
body.vc-color_3 .v-post-loop.-list article,
body.vc-color_3 .card-recent_post,
body.vc-color_3 .card-post_m .title-head_card,
body.vc-color_3 .select2-container,
body.vc-color_3 .searchandfilter ul li label:after,
body.vc-color_3 .left-tags.style-2,
body.vc-color_3 button,
body.vc-color_3 .sidebar_banner,
body.vc-color_3 #page .vcps-item,
body.vc-color_3 #page .e_news_shortcode button.ff-btn.ff-btn-submit,
body.vc-color_3 #page .venew-title,
body.vc-color_3 #page #mobile-menu li,
body.vc-color_3 #page #close-mobile-menu,
body.vc-color_3 #page #mobile-menu .menu-item-has-children .wrap-toggle-mobile,
body.vc-color_3 #page .e_news_shortcode .nav-menu-left,
body.vc-color_3 #page .ff-el-form-control
{
border-color: #ff0!important;
}
body.vc-color_3 #page #mobile-menu li:hover > a,
body.vc-color_3 #page #mobile-menu li:hover svg {
color: #ff0!important;
}
body.vc-color_3 #page .e_news_shortcode .nav-menu-left li{
border:solid 1px #ff0!important;
}
body.vc-color_3 #page .e_news_shortcode button.ff-btn.ff-btn-submit{
background: #000!important;
color: #ff0!important;
}
body.vc-color_3 .e_news_shortcode .right::after{
background: #ff0!important;
}
body.vc-color_3 .card-recent_post svg{
stroke: #ff0!important;
}
body.vc-color_3 .searchandfilter ul li label:after{
border: solid 1px;
}
body.vc-color_3 li.sf-field-search label:after {
border: 0!important;
}
body.vc-color_3 .heateor_sss_sharing_ul a svg path {
fill: #ff0!important;
} .vSize-2 .search-h_box input.input-s_box,
.vSize-2 .search-h_box input.input-s_box::placeholder,
.vSize-2 .search-h_box button.btn-search_h:hover,
.vSize-2 .search-h_box button.btn-search_h {
font-size: 24px;
}
body.vc-color_3 .site-main .elementor-section .bg-traparent * {
background: transparent !important;
}
body.vc-color_3 .img-invert-gray img {
-webkit-filter: invert(1) grayscale(1);
-moz-filter: invert(1) grayscale(1);
-ms-filter: invert(1) grayscale(1);
-o-filter: invert(1) grayscale(1);
}
body.vc-color_3 .site-main .elementor-section.yb-bg-image * {
background: transparent no-repeat  center top !important;
background-size: cover !important;
}
@media (max-width:767px) {
body.vSize-3 .vitem-download-list.-list-full .ob2 {
padding-left: 10px;
}
} @media (min-width: 992px) and (max-width: 1199px) {
body.vSize-2 #page .site-branding img,
body.vSize-3 #page .site-branding img {
padding: 7px;
}
#page .top-bar p ,
.polylang_slink a,
.desktop_menu .sub-menu li a,
.text-size span.text-span{
font-size: 12px!important;
}
body.vSize-2 #page .desktop_menu li a{
font-size: 14px!important;
padding: 0;
padding-right: 10px;
}
body.vSize-2 #page .desktop_menu .sub-menu li a{
font-size: 14px!important;
}
body.vSize-3 #page .desktop_menu li a,
body.vSize-3 #page .desktop_menu .sub-menu li a{
font-size: 15px!important;
}
body.vSize-2 #page .top-bar p,
body.vSize-2 .polylang_slink a,
body.vSize-2 #page .text-size span.text-span {
font-size: 13px!important;
}
body.vSize-3 #page .top-bar p,
body.vSize-3 .polylang_slink a,
body.vSize-3 #page .size-box .box-size .text-size span.text-span {
font-size: 14px!important;
}
}@font-face{font-family:eicons;src:url(//www.cri.or.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0);src:url(//www.cri.or.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0#iefix) format("embedded-opentype"),url(//www.cri.or.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.41.0) format("woff2"),url(//www.cri.or.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.41.0) format("woff"),url(//www.cri.or.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.41.0) format("truetype"),url(//www.cri.or.th/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.41.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-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}