.scroll img {
    animation: mouse2 2s ease-in-out infinite;
}

@keyframes mouse2 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(00px);
    }
}

.wp-block-image {
    text-align: center;
}

.wpcf7-response-output {
    font-size: 16px;
    line-height: 32px;
    color: #2A324B;
}

.wpcf7-form-control.has-spinner.wpcf7-submit.btna:hover {
    background-color: #fff;
    color: #2c93f4;
    border: 1px solid #2c93f4;
}

.wpcf7-spinner {
    display: none;
}

.loading_text {
    text-align: center;
    font-size: 20px;
    font-family: "K2D", sans-serif;
}

.load_more_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info {
    margin-top: 30px;
}

#scroll-next {
    padding-top: 50px;
}

.scroll-whol-wrap-none {
    display: none;
}


/* 12-04-24 */

.fa-linkedin-in {
    font-size: 22px;
    color: white;
}

li.linked a {
    vertical-align: middle;
    line-height: normal;
}

.vmodal {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}


/* 12-04-24 */

.excerpt {
    max-height: 200px;
    overflow-y: auto;
}

.privacy-policy .banner_text {
    text-align: left;
}

.privacy-policy h1 {
    text-align: center;
}

.privacy-policy tr,
.content tbody {
    border: 1px solid black;
}

.content td,
.content th,
.content tr {
    border: 1px solid black;
    padding: 5px;
}

.content ol,
.content ul,
.content td {
    color: black;
}

.content ul,
.content ol {
    list-style: auto;
}

.content ul li>ul,
.content ul li>ol,
.content ol li>ul,
.content ol li>ol {
    margin-left: 20px;
}

.privacy-policy td {
    padding: 10px;
    border: 1px solid black;
}

.privacy-policy td {
    vertical-align: top;
}

.privacy-policy a:hover {
    text-decoration: none;
    /*color: #fff;*/
}

.privacy-policy table {
    margin-top: 50px;
}

.privacy-policy .bullet-list {
    list-style: disc;
    list-style-position: inside;
}

.privacy-policy .banner_text p {
    max-width: 100%;
}


/* 18-04-24 */

.menuactive {
    color: #2C93F4 !important;
}

img.Gilad_test {
    background: black;
    padding: 4px 10px;
    border-radius: 5px;
}

img.Stephan_test {
    background: #12172D;
    padding: 10px;
    border-radius: 5px;
}

img.David_test {
    background: black;
    padding: 0 10px;
    border-radius: 5px;
}

.excerpt-container::-webkit-scrollbar-thumb {
    background: unset;
    border-radius: unset;
}

.excerpt-container::-webkit-scrollbar {
    background: #e7edf3;
    width: 10px;
}

/* 24-04-24 */

button#scrollBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    padding: 10px 20px;
    background-color: #2c93f4;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    left: 20px;
}

.usesec .tab_use {
    max-width: fit-content;
}

.total-from-wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -23px;
    font-size: 13px;
}

.scroll_all_wrap_details_page .gro-image img {
    object-fit: cover;
    border-radius: 50%;
}

.scroll_all_wrap_details_page .gro-shol-wrap {
    align-items: center;
}

.scroll_all_wrap_details_page .shape-growth {
    background-size: 100% 100%;
    max-width: 1150px;

}

.scroll_all_wrap_details_page .gro-text {
    padding: 20px 0;
}

/* 24-04-24 */


/* 04-04-2024 start */
.pagination_wrap .page-link{
    color:  #000;
}
.pagination_wrap{
    color: #000;
}

.load-image{
    color: #000;
}
/* 04-04-2024 end */

.wp-block-video [poster] {
    object-fit: cover;
    height: 100%;
}

.scroll-whol-wrap .scrollspy-example figure {
    line-height: normal;
    width: 100% !important;
}
.scroll_all_wrap_details_page .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #000000bf, #0000009e 70%, #0000);
    bottom: -23px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    left: 0;
    margin-bottom: 49px;
    max-height: 60%;
    padding: 20px 8px 20px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform;
    line-height: 10px;
}
.cat_load_cls{
    text-align: center;
}

/* 12.06.24 start */
.grow_pic{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}
.grow_pic video {
    width: 100%;
    display: block;
}
.grow_pic:hover .grow_pic_button{
    opacity: 1;
}
.video_holder {
    position: relative;
    width: 80%;
    max-width: 1080px;
}
.grow_pic_button {
    opacity: 0;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    transition: opacity ease-in-out 250ms;
}
.grow_pic .grow_pic_button img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: calc(50% + 3px);
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.grow_pic_button:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 50%;
    background-color: #2c93f4;
    animation: 1.25s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;
}
.grow_pic_button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite pulse-dot;
}
@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}

@keyframes  pulse-ring{
    0% {
        transform: scale(.33);
    }
    
    100%, 80% {
        opacity: 0;
    }
}
.video_holder .close:hover{
    cursor: pointer;
}
/* 12.06.24 start */

/* Responsive */

@media(max-width:991px) {
    .usesec .tab_use {
        max-width: 90%;
    }
}

@media(max-width:767px) {

    /* 24-04-24 */
    button#scrollBtn.show {
        display: block;
    }

    /* 24-04-24 */
    .prolist {
        margin-top: 30px;
    }
}

@media(max-width:575px) {
    a.btna {
        z-index: 1;
    }

    /* 25-04-24 */
    .footlinks h5::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footlinks ul li {
        text-align: center;
    }

    .foot_left {
        text-align: center;
    }

    .foot_left .footer_content,
    .footer_slogan {
        margin: 20px auto 0;
    }

    .strugle_details .jjitem {
        height: 174px;
        width: 132px;
    }

    /* 25-04-24 */
    .load_more_btn_wrap .btna:hover{
        background-color: #2c93f4;
        color: #fff;
    }
}

@media(max-width:375px) {
    .usesec .nav-pills .nav-link.tabbtn {
        min-width: 145px;
    }
}