/*
CTC Separate Stylesheet
Updated: 2024-06-03 17:34:29
*/
html {
    overflow-x: hidden;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 3px !important
}

@media only screen and (max-width: 600px) {
    .elementor-countdown-item:before {
        font-size: 32px;
    }

    #team .elementor-flip-box {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 601px) {
    .elementor-countdown-item:before {
        font-size: 56px;
    }

    .home-conf-topic .elementor-image-box-wrapper {
        flex-direction: row !important;
        display: flex;
        align-items: flex-start !important;
    }

    .home-conf-topic .elementor-image-box-img {
        padding-top: 4px;
    }

    .home-conf-topic .elementor-image-box-img {
        margin-bottom: 0 !important;
    }
    #newsletter .elementor-field-textual {padding:5px 10px;}
    #newsletter .elementor-field-type-submit {top:-50px;}
    #newsletter .elementor-button:hover {background:#12213b}
}

@media only screen and (max-width: 900px) {
    #team .elementor-flip-box__button.elementor-button {
        padding: 4px 8px;
    }
}

@media only screen and (min-width: 1400px) {
    #team .elementor-flip-box {
        height: 220px;
    }
}

.topmenu.elementor-sticky--effects {
    background: #0d223c;
}

.topmenuall.elementor-sticky--effects .ticket,
.topmenuall.elementor-sticky--effects .menu,
.topmenuall.elementor-sticky--effects .logo,
.topmenu.elementor-sticky--effects .ticket,
.topmenu.elementor-sticky--effects .menu,
.topmenu.elementor-sticky--effects .logo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.topmenuall.elementor-sticky--effects .logo img,
.topmenu.elementor-sticky--effects .logo img {
    width: 60% !important;
    padding: 0 !important;
}

.topmenu.elementor-sticky--effects,
.topmenuall.elementor-sticky--effects {
    animation-name: fadeInDown;
    animation-duration: 1.25s;
}

.elementor-countdown-item {
    position: relative;
}

.duedate-en .elementor-countdown-item:before {
    right: -5px;
}

.duedate-he .elementor-countdown-item:before {
    right: -5px;
}

body.rtl .countdate .elementor-countdown-wrapper {
    direction: ltr;
    flex-direction: row;
}

.duedate-en .elementor-countdown-wrapper {
    flex-direction: row !important;
}

.elementor-countdown-item:before {
    position: absolute;
    content: ':';
    top: 20px;
    line-height: 1em;
    color: #ffffff;
}

.elementor-countdown-item:last-child:before {
    display: none;
}

.elementor-button {
    background: linear-gradient(to right, white 50%, #e0872a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.elementor-post__read-more:hover,
#team-grid .elementor-button:hover,
#events-list article .elementor-post__read-more:hover,
#archive-grid article .elementor-post__read-more:hover,
.elementor-button:hover {
    background-position: left bottom;
}

#team-grid .elementor-button {
    padding: 6px 12px;
    background: linear-gradient(to right, white 50%, #3462ad 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: none;
}

#events-list article .elementor-post__read-more,
#archive-grid article .elementor-post__read-more {
    background: linear-gradient(to right, white 50%, #3462ad 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #ffffff;
    padding: 4px 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: none;
}

#team-grid .elementor-button:hover,
#events-list article .elementor-post__read-more:hover,
#archive-grid article .elementor-post__read-more:hover {
    color: #0D223C;
    border: 1px solid #3462ad;
}

@media only screen and (min-width: 900px) {
    .circle-anim {
        animation-duration: 1s;
        animation-fill-mode: both;
        -webkit-animation: spin 10s infinite linear;
        -moz-animation: spin 10s infinite linear;
        -ms-animation: spin 10s infinite linear;
        -o-animation: spin 10s infinite linear;
        animation: spin 10s infinite linear;
        transform-origin: center center;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes spin {
        0% {
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-ms-keyframes spin {
        0% {
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-o-keyframes spin {
        0% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
}

#team .elementor-flip-box__front .elementor-flip-box__layer__title {
    padding-left: 6px;
    padding-right: 6px;
    display: inline;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    color: #000;
}

.feature-icon .elementor-icon-box-icon svg {
    transition: all 300ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;

}

.feature-icon:hover .elementor-icon-box-icon svg {
    transform: scale(-1) rotate(180deg);
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);

}

.ciclegraph.uc-full-opacity {
    background-image: url(../../../wp-content/uploads/2024/06/dark-blue-glow.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.ciclegraph.uc-full-opacity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.ue_btn_txt {
    padding: 0 10px
}

#team-grid .lector img {
    transition: transform 0.5s ease;
    padding: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: solid 3px #65C178;
    border-width: 4px;
    border-top-color: #4F8DD9;
    border-bottom-color: #4F8DD9;
    border-left-color: #0D223C;
    border-right-color: #0D223C;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
}

#team-grid .lector:hover img {
    transform: rotate(10deg);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 55%);
    border-top-color: #0D223C;
    border-bottom-color: #0D223C;
    border-left-color: #F6922C;
    border-right-color: #F6922C;
}

#contact-en .elementor-icon-box-wrapper {
    flex-direction: row;
}

#contact-en .elementor-icon-box-icon {
    margin-right: 15px;
    margin-left: 0;
}

.elementor-location-footer .elementor-icon-box-wrapper {
    flex-direction: row !important;
}

#team .elementor-flip-box__button.elementor-button {
    padding: 5px 15px
}

ul.buses {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.buses li {
    border: 1px solid #a1a1a1;
    padding: 4px 8px;
    margin-right: 4px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 3px;
}

.home-faq svg {
    width: 32px !important;
    height: 32px !important;
    margin-top: -6px;
    margin-right: -6px;
}

.home-faq-en svg {
    width: 32px !important;
    height: 32px !important;
    margin-top: -6px;
    margin-left: -6px;
}

.home-faq-en .elementor-tab-title,
.home-faq .elementor-tab-title {
    border-bottom: 1px solid #E4E4E4 !important;
}

.home-faq-en .elementor-accordion-title,
.home-faq .elementor-accordion-title {
    padding-top: 3px;
}

.home-conf-topic .elementor-image-box-img img {
    transition: transform 0.5s ease-in-out;
}

.home-conf-topic:hover .elementor-image-box-img img {
    transform: rotate(-180deg);
}

::placeholder {opacity:0.8!important}
#newsletter .elementor-message-success {text-align:center;}

.rtl footer .elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-start;
}
.rtl .elementor-icon-list-item:after {right: calc(10px / 2)!important; left:auto!important;}