:root {
    --primary: #0d2c4a;
    --gold: #d4a24c;
}

body {
    font-family: 'Segoe UI', sans-serif;
}
.web-name
{
    margin-left: -40px;
}
.web-name img 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
/* Navbar */
.navbar {
    background: var(--primary);
}

.navbar a {
    color: #fff !important;
    margin-right: 25px;
    padding: 5px 20px;
     border-radius: 7px;
     font-size: 16px;
     font-weight: bold;
     transition: all .5s ease-in-out;
}

.navbar a:hover
{
    border-radius: 7px;
    color: #fff;
    background: rgba(238,150,17,0.9);   
}
.navbar .active
{

    font-weight: bold;
    color: #fff;
    margin-right: 10px;
     padding-right:  0px;
    padding-left: 20px;
    border-radius: 7px;
    text-align: center;
    background: rgba(238,150,17,0.9);   
}
.navbar i
{
    color: rgba(238,150,17,0.9);   
}
.navbar a:hover i
{
    color: #0d2c4a;
}
.navbar .active i
{
    color: #0d2c4a;   
}
.navbar .container .web-name
{
    font-size: 22px;   
}
.navbar .container .web-name:hover
{
     background: #0d2c4a;    
}

#menu
{
    width: 50%;
    padding-top: 20px;
    text-align: left;
}
#menu a
{
    margin: -5px 25px 10px 0px;
}

.phone
{

    display: none;
}

.ok-done
{
    width: 80%;
    padding: 10px;
    margin: 5px 10%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    border:1px solid rgba(255,255,255,0.6);
    box-shadow: -2px 5px 7px rgba(255,255,255,0.6);
    color: #fff;
    background: rgba(63,233,71,0.7);
}
.error_mass
{
    width: 80%;
    padding: 10px;
    margin: 5px 10%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    border:1px solid rgba(255,255,255,0.6);
    box-shadow: -2px 5px 7px rgba(255,255,255,0.6);
    color: #fff;
    background: rgba(255,0,0,0.7);
}
/* Footer */
    footer {
        display: block;
        width: 99%;
        margin:1px 0.5%;
        background: var(--primary);
        color: white;
        padding: 20px;
    }
    footer table 
    {
        width: 90%;
        margin: 1px 5%;
        text-align: center;   
    }
    footer table tr td
    {
        width: 100px;
        text-align: center;
    }
    footer table tr td a
    {
        font-size: 16px;
        font-weight: bold;
        color: var(--gold);
        transition: all .3s ease-in-out;
    }
    footer table tr td a:hover
    {
        color:#fff;
        
    }


@media(max-width: 767px)
{
        .web-name
    {
        margin-left: -20px;
    }
     .head-btn
     {
        margin-left: -50px;
     }
    .web-name img
    {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .sidebar
    {
        display: none;
    }
    #menu
    {
        border-right: 1px solid #ccc;
        box-shadow: 10px 10px 40px rgba(0,0,0,0.7);

    }
    
    /* Footer */
    footer {
        display: none;
        width: 99%;
        margin:1px 0.5%;
        background: var(--primary);
        color: white;
        padding: 20px;
    }
    footer table 
    {
        width: 90%;
        margin: 1px 5%;
        text-align: center;   
    }
    footer table tr td
    {
        width: 100px;
        text-align: center;
    }
    footer table tr td a
    {
        font-size: 16px;
        font-weight: bold;
        color: var(--gold);
        transition: all .3s ease-in-out;
    }
    footer table tr td a:hover
    {
        color:#fff;
        
    }
    
    footer
    {
       display: none;
    }
    .phone
    {
        display: block;
        border-radius: 0px 0px 20px 20px;
       
    }
    .phone table
    {
        width: 99%;
        margin:1px 0.5%;
    }
    .phone table tr td
    {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }
    .phone table tr td a
    {
        width: 90px;
        font-size: 16px;
        font-weight: bold;
        color: var(--gold);
        transition: all .3s ease-in-out;
    }
}


@media(min-width: 991px) and (max-width: 1199px)
{
       .navbar a {
    color: #fff !important;
    margin-right: 7px;
    padding: 5px 20px;
     border-radius: 7px;
     font-size: 15px;
     font-weight: bold;
     transition: all .5s ease-in-out;
}

}

