html
{
    overflow-x: hidden;
    overflow-y: scroll;
}

body
{
    font-family: 'Raleway', sans-serif;
    color: #383d40;
}

.wait_please
{
    z-index: 9999;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    padding-top: 20vh;
}

.wait_h1
{
    font-size: 90px;
    border-radius: 10px 0;
    background: #383d40;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 5vh;
}

.wait_by
{
    font-size: 50px;
    margin-bottom: 5vh;
    color: #383d40;
}

.zedis img
{
    width: 15vw;
}

#nav
{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(64,64,64,0.92);
    color: #fff;
    z-index: 9999;
    text-align: center;
}

#nav ul
{
    padding-left: 0;
    padding-top: 30vh;
    width: 100%;
    text-align: center;
}

#nav ul li
{
    font-size: 40px;
    margin-right: 10px;
}

#nav a, #nav a:visited
{
    color: #fff;
    border-bottom: 4px solid transparent;
}

#nav a:hover
{
    text-decoration: none;
    border-bottom: 4px solid #fff;
}

header
{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    color: #fff;
    font-size: 18px;
    background: rgba(64,64,64,0.62);
}

#home_land_mob
{
    display: none;
}

#home_land
{
    max-height: 95vh;
}

#myVideo
{
    position: relative;
    right: 0vw;
    top: 0vw;
    width: 100%;
    max-height: 95vh;
}

.land_text
{
    z-index: 10;
}

.land_text h1
{
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: 20vh;
    left: 20vh;
    font-size: 90px;
    border-radius: 10px 0;
}

#services_box .row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
#services_box .row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#home_services
{
    width: 80%;
    margin: 0 auto;
    margin-top: 10vh;
}

#home_services h1
{
    background: #383d40;
    color: #fff;
    display: inline-block;
    border-radius: 10px 0;
    padding: 7px 15px;
}

#home_services p
{
    font-size: 18px;
}

.service_box_h2_title
{
    margin-bottom: 30px;
}

#services_box, #referenc
{
    padding-top: 5vh;
    margin-bottom: 0vh;
}

#referenc .row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.services_div
{
    position: relative;
    top: 0;
    transition: 0.3s all;
}

.services_div:hover
{
    position: relative;
    top: -5px;
}

.services_div_style
{
    box-shadow: 0px 0px 50px -37px #8c8c8c;
    padding: 20px;
}

.services_box_h2
{
    background: #383d40;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px 0;
    margin-bottom: 15px;
}

.services_box_h2 h2, .ref_title h3
{
    padding: 0;
    margin: 0;
}

.services_div
{
    margin-bottom: 5vh;
}

.ref_title
{
    background: #383d40;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px 0;
    margin-bottom: 15px;
}

.ref_item
{
    box-shadow: 0px 0px 50px -37px #8c8c8c;
    padding: 20px;
    margin-bottom: 5vh;
}

.ref_content p
{
    line-height: 1.5;
}

.ref_content img
{
    width: 100%;
}

.ref_content .col-lg-4
{
    margin-bottom: 2vh;
}

#footer
{
    background: linear-gradient(180deg, #fff 50%, #383d40 50%);
    padding-top: 5vh;
    padding-bottom: 5vh;
}

#footer_content
{
    width: 60%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px -8px #383d40;
    text-align: center;
    padding: 30px;
}

.call_phone
{
    margin-top: 30px;
}

.call_phone a, .call_phone a:visited
{
    display: inline-block;
    background: #383d40;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    padding: 10px 30px;
    border-radius: 10px 0;
    transition: 0.3s all;
    border: 3px solid transparent;
}

.call_phone a:hover
{
    text-decoration: none;
    background: transparent;
    color: #383d40;
    border: 3px solid #383d40;
}

.contact_form
{
    margin-top: 4vh;
}

.contact_form input, .contact_form textarea
{
    background: transparent;
    border: 0;
    border-bottom: 2px solid #383d40;
    width: 50%;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.contact_form input:focus, .contact_form textarea:focus
{
    outline: 0;
}

.contact_form button
{
    background: #383d40;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 17px;
    border-radius: 10px 0;
    border: 3px solid transparent;
    font-weight: bold;
    transition: 0.3s all;
}

.contact_form button:hover
{
    text-decoration: none;
    background: transparent;
    color: #383d40;
    border: 3px solid #383d40;
}

.contact_form button:focus
{
    outline: 0;
}

#message
{
    background: #383d40;
    z-index: 9999;
    color: #fff;
    font-weight: bold;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

@media screen and (max-width: 1000px)
{
    #footer_content
    {
        width: 90%;
        padding: 10px;
    }

    #home_land
    {
        display: none;
    }

    #home_land_mob
    {
        background: #383d40;
        display: block;
        height: 100vh;
        width: 100vw;
    }

    #home_land_mob img
    {
        width: 100%;
    }

    #home_land_mob ul
    {
        position: relative;
        top: 5vh;
        left: 5vh;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    #home_land_mob ul li
    {
        padding: 7px 15px;
        display: inline-block;
        color: #383d40;
        margin-bottom: 10px;
        font-size: 23px;
        background: rgba(255,255,255,0.9);
        border-radius: 10px 0;
    }

    .contact_form input, .contact_form textarea
    {
        width: 90%;
    }

}


























