﻿.btnHoverrr:hover {
    background-color: transparent !important;
    color: #70a4d0 !important;
}

.btnHoverrr{
    border: 1px solid #70a4d0 !important;
}

.elembook{
    display:none!important;
}
.elementor-element-b83f0c8 {
    position: relative;
    overflow: hidden;
}

    .elementor-element-b83f0c8 .b1 {
        position: absolute;
        width: 80px;
        height: 80px;
        background: rgba(0,0,0,0.06);
        border-radius: 50%;
        top: 20%;
        left: 15%;
        animation: floatUp1 2s ease-in-out infinite;
        z-index: 0;
    }

    .elementor-element-b83f0c8 .b2 {
        position: absolute;
        width: 80px;
        height: 80px;
        background: rgba(0,0,0,0.05);
        border-radius: 50%;
        top: 60%;
        left: 70%;
        animation: floatUp2 2s ease-in-out infinite;
        z-index: 0;
    }

    .elementor-element-b83f0c8 .b3 {
        position: absolute;
        width: 80px;
        height: 80px;
        background: rgba(0,0,0,0.06);
        border-radius: 50%;
        top: 20%;
        right: 15%;
        animation: floatUp1 2s ease-in-out infinite;
        z-index: 0;
    }

    .elementor-element-b83f0c8 .b4 {
        position: absolute;
        width: 80px;
        height: 80px;
        background: rgba(0,0,0,0.05);
        border-radius: 50%;
        top: 60%;
        right: 70%;
        animation: floatUp2 2s ease-in-out infinite;
        z-index: 0;
    }
@keyframes floatUp1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes floatUp2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0);
    }
}

.elementor-element-b83f0c8 .elementskit-infobox {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 600px) {
    .divAddSocial{
        width:100%!important;
    }
}