body {
    font-family: 'Segoe UI', sans-serif;
}

/* Colors */
:root {
    --primary: #0d2c4a;
    --gold: #d4a24c;
}
.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: 15px;
     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: 60%;
    margin-left: 10%;
    text-align: right;
}
/* Hero */
.hero {
    background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c') center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    color: white;

     border-radius: 0px 0px 10px 10px;
}
.hero h1
{
    margin-top: -10px;
}
.hero h5
{
   opacity: .8;
   margin-bottom: 30px;  
}
.hero h3
{
    color: rgba(238,150,17,0.9);
}
.hero-overlay {
    width: 100%;
    height: 50vh;
    background: rgba(0,0,0,0.5);
    padding: 50px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.btn-gold {
     background: rgba(238,150,17,0.7);
    color: #fff;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
}
.btn-gold:hover
{
    font-weight: bold;
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0px 10px 5px rgba(0,0,0,0.8);
     background: rgba(238,150,17,0.9);
}

/* Why Us */
.why-box {
    background: var(--primary);
    color: white;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
   border: 1px solid rgba(255,255,255,0.6);
     box-shadow: -5px 10px 20px rgba(0,0,0,0.3);
}
.why-box h5
{
    margin-top: 10px;
    margin-bottom:  20px;
    color: rgba(238,150,17,1);

}

.why-box p
{

    font-size: 15px;
}
.phone_ser
{
    display: none;
}
/* Footer */
.phone
{
    display: none;
}


@media(max-width: 767px)
{
    .phone_ser
    {
        display: block; 
    }
    .pc_ser
    {
        display: none;
    }
    .head-btn
    {
        margin-left: -20px;
    }
    .web-name img
    {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-left: 15px;
    }
    .hero
    {
        height: 37vh;
    }
    .hero-overlay {
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 37vh;
        padding: 40px;
    }
    .hero h1
    {
        font-size: 16px;
        font-weight: bold;
    }
    .hero h5
    {
        font-size: 14px;
        font-weight: bold;
    }
    .hero h3
    {
        font-size: 15px;
        font-weight: bold;
    }
    .hero p
    {
        font-size: 12px;
        font-weight: bold;
    }
    #menu
    {
        width: 50%;
         height:1200px;
        position: fixed;
        z-index: 999999;
        background: #0d2c4a;
       padding: 20px 1px;
        margin: 1100px 0px 0px -20px;
         border-right: 1px solid #ccc;
        box-shadow: 10px 10px 40px rgba(0,0,0,0.7);
    }
    #menu a
    {
        text-align: left;
        margin-top: 10px;
    }
        .web-name
    }
    {
        margin-left: -20px;
    }
     .head-btn
     {
        margin-left: -50px;
     }
    .web-name img
    {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .sidebar
    {
        display: none;
    }
    
    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: 14px;
        font-weight: bold;
        text-align: left;
    }
    .phone table tr td a
    {
        width: 90px;
        font-size: 14px;
        font-weight: bold;
        color: var(--gold);
        transition: all .3s ease-in-out;
    }
    .con-serv
    {
        width: 100%;
        display: block;
    }
    .service-card {
    width:  99%;
    height: 240px;
    display: block;
    margin: 10px 0.5%;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.6);
     box-shadow: -5px 10px 20px rgba(0,0,0,0.3);
    }


}


@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;
    }
}


/* Footer */
/* 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;
        
    }

        /* Footer */
    .phone
    {
        display: none;
    }
    footer
    {
        display: block;
    }


@media(min-width: 768px)
{
    .phone_ser
    {
        display: none;
    }
 .con-serv
    {
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/* Services */
.pc_ser .service-card {
    width:  24%;
    height: 240px;
    margin: 20px 0.5%;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.6);
     box-shadow: -5px 10px 20px rgba(0,0,0,0.3);
}
.pc_ser .con_s
{
    width:  24%;
    height: 240px;
    margin: 20px 0.5%;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.6);
     box-shadow: -5px 10px 20px rgba(0,0,0,0.3);
}
.service-card:hover {
   
    border: 1px solid rgba(255,255,255,0.8);
     box-shadow: -7px 12px 25px rgba(0,0,0,0.7);
}
.pc_ser .service-card img
{
  
    height: 150px;
}
.pc_ser .service-card p
{
   font-size: 20px;
    font-weight: bold;
} 
.pc_ser .service-card p
{
    font-size: 16px;
    
}   
.service-card:hover {
    transform: translateY(-5px);
}
}