    /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    :: Template Name: Oneplus - One Page Parallax
    :: Author: Designing World
    :: Author URL: https://themeforest.net/user/designing-world
    :: Version: 1.0.0
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    
    * {
        margin: 0;
        padding: 0;
    }
    
    .floatleft {
        float: left
    }
    
    .floatright {
        float: right
    }
    
    .alignleft {
        float: left;
        margin-right: 15px;
    }
    
    .alignright {
        float: right;
        margin-left: 15px;
    }
    
    .aligncenter {
        display: block;
        margin: 0 auto 15px;
    }
    /* Place your custom css code here */

    #contacts {

        background: #76c5f0;

        padding: 20px 0px;

        color: #c8e4f3;

        font-family: 'Lato', sans-serif;

        font-weight: normal;

        font-size: 13px;

        color: #333;

        position: relative;

        margin-bottom: 1em;

    }





    #footer-1, #footer-2, #footer-3, #footer-4, #footer-5 {

        margin-top: 20px;

        margin-bottom: 20px;

    }



    #contacts h3 {

        font-size: 15px;

        font-style: normal;

        font-weight: 700;

        text-transform: uppercase;

        margin-bottom: 5px;

        color: #fff;

    }

    #contacts p {

        font-family: 'Lato', sans-serif;

        font-size: 13px;

        font-weight: normal;

        margin: 0px;

        letter-spacing: normal;

        color: #fff;

    }

    #contacts hr {

        width: 50px;

        border-color: #fff;

    }

    #contacts .logo-img {

        width: 100px;

        height: 100px;

        margin: 0px auto;

    }

    #contacts a {

        color: #c8e4f3;

    }

    #contacts .social-media {

        width: 50px;

        height: 50px;

        margin: 10px auto;

    }
      #google_translate_element {
            position: fixed;
            top: 0px;
            right: 5px;
            z-index: 99999999;
        }

     .whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            border-radius: 50%;
            padding: 5px 15px;
            font-size: 24px;
            z-index: 1000;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            text-align: center;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .whatsapp-float:hover {
            background-color: #1ebe5d;
        }