
    

    * {
        font-family: 'patron';
    }

    body {
        -webkit-appearance: none;
        opacity: 1;
        /*background-color: transparent;*/
    }

    .pb_section {
        padding: 5em 0;
    }
    .error{
        color: red;
    }


    .animation-button {
        position: fixed;
        bottom: 20px;
        left: 50%;
        color: white;
        transform: translateX(-50%);
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        background-color: #40aa96;
        font-family: 'patron';
        font-size: 16px;
        cursor: pointer;
        animation: shimmy 1s infinite alternate;

    }

    .animation-button:hover {
        color: white;
        background-color: black;
    }

    @keyframes shimmy {
        0% {
            transform: translate(-50%, 0);
        }

        100% {
            transform: translate(-50%, -30px);
        }
    }



    .custom-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 10px;
    }

    .text {
        font-family: 'Lato', sans-serif !important;
        font-weight: 500;
        font-size: 14px !important;
    }

    .pb_navbar .navbar-toggler {
        margin-top: 10px;
    }

    .my-float {
        margin-top: 16px;
    }

    .lightboxContainer {
        position: relative;
        z-index: 0;
        display: inline-block;
    }

    .lightboxContainer:after {
        content: url("https://www.wonderplugin.com/download/playbutton.png");
        z-index: 999;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -32px;
        margin-top: -32px;
        opacity: 0.8;
    }

    .lightboxContainer:hover:after {
        opacity: 1;
    }

    .lightboxContainer img {
        max-width: 100%;
    }

    .modal-body h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .modal-body p {
        font-size: 13px;
        color: #616161;

    }

    .modal-body strong {
        color: #37a290;
        font-weight: 600;
    }

    .menu ul {
        list-style-type: none;
        padding: 0;
    }

    .menu ul li {
        display: inline-block;
        position: relative;
    }

    .menu ul li:hover .submenu {
        display: block;
        background-color: black;
        color: white;
    }

    .menu ul li .submenu {
        display: none;
        position: absolute;
        top: 100%;
        width: 240px;
        left: 0;
        color: white;
    }

    .menu ul li .submenu li {
        display: block;
        color: white;
        padding: 10px;

    }

    .menu-item {
        font-size: 12px !important;
    }

    @media only screen and (max-width: 767px) {



        .mobile-hidden {
            display: none;
        }

        .logo-image {
            max-width: 40%;
        }

        .pb_navbar .navbar-toggler i {
            font-size: 40px;
        }

        .menu ul li .submenu {
            position: inherit;
            top: 100%;
            left: 0;
            color: white !important;
            border: 0px solid #ccc;
            /* Border of the submenu */

        }

        .menu ul li .submenu li {
            display: block;
            color: white !important;
            border-bottom: 0px;
            /* Border of the submenu */
            padding: 0px 10px 0px 10px;

        }

    }

    .pb_navbar,
    .pb_navbar.scrolled.pb_scrolled-light {
        background-color: black !important;
        border-bottom: 2px solid #40aa96;
    }


    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .video__icon {
        position: absolute;
        width: 50px;
        left: 20px;
        display: none;
        top: 10px;
    }

    .video__icon .circle--outer {
        border: 1px solid #e50040;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 auto 5px;
        position: relative;
        opacity: 0.8;
        -webkit-animation: circle 2s ease-in-out infinite;
        animation: circle 2s ease-in-out infinite;
    }

    .video__icon .circle--inner {
        background: #e50040;
        left: 15px;
        top: 10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        opacity: 0.8;
    }

    .video__icon .circle--inner:after {
        content: "";
        display: block;
        border: 2px solid #e50040;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        top: -4px;
        left: -4px;
        position: absolute;
        opacity: 0.8;
        -webkit-animation: circle 2s ease-in-out 0.2s infinite;
        animation: circle 2s ease-in-out 0.2s infinite;
    }

    .video__icon p {
        color: white !important;
        text-align: center;
    }

    .aloga-footer {
        background-color: #000;
        color: #fff;
        padding: 50px 0 20px 0;
        border-top: 2px solid #40aa96;
        font-size: 14px;
    }

    .aloga-footer a {
        color: #ffffff;
    }

    .aloga-footer a:hover {
        color: #40aa96;
        text-decoration: none;
    }

    .aloga-footer-logo {
        max-width: 180px;
    }

    .aloga-footer-title {
        font-size: 14px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #37a290;
        margin-bottom: 10px;
    }

    .aloga-footer-text {
        font-size: 13px;
        color: #ccc;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .aloga-footer-links {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .aloga-footer-links li {
        margin-bottom: 6px;
    }

    .footer-newsletter {
        max-width: 320px;
        margin-left: auto;
    }

    .footer-newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .footer-newsletter-input {
        background-color: #111;
        border-color: #333;
        color: #fff;
        font-size: 13px;
    }

    .footer-newsletter-input::placeholder {
        color: #777;
    }

    .footer-newsletter-input:focus {
        background-color: #111;
        border-color: #40aa96;
        box-shadow: none;
    }

    .footer-newsletter-button {
        background-color: #40aa96;
        border-color: #40aa96;
        color: #000;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        padding: 8px 14px;
        border-radius: 0;
    }

    .footer-newsletter-button:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

    .footer-newsletter-alert {
        font-size: 12px;
        padding: 6px 10px;
    }

    .aloga-footer-bottom {
        border-top: 1px solid #222;
        margin-top: 30px;
        padding-top: 15px;
        font-size: 12px;
        color: #777;
    }

    .aloga-footer-social a {
        font-size: 16px;
        margin-right: 10px;
    }

    .aloga-footer-credit {
        white-space: nowrap;
        font-size: smaller;
        display: inline-block;
        color:#6e6e6e;
    }

    .aloga-footer-credit-row {
        border-top: 1px solid #222;
        padding-top: 10px;
    }

    .aloga-footer-credit a {
        color: #ff8c00;
    }

    .aloga-footer-credit a:hover {
        color: #ffa733;
    }

    @media (max-width: 767.98px) {
        .footer-newsletter {
            margin: 20px 0 0 0;
        }

        .aloga-footer {
            text-align: center;
        }

        .footer-newsletter {
            max-width: 100%;
        }
    }

    @-webkit-keyframes circle {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        to {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    @keyframes circle {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        to {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }