*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    }
.header{    
    background-image: linear-gradient(rgba(4, 9, 30, 0.2),rgba(4, 6, 30, 1)),url(images/banner.png); 
    /*background-image: linear-gradient(90deg,rgba(44, 134, 156, 1) 0%, rgba(87, 199, 133, 1) 10%, rgba(237, 221, 83, 1) 20%),url(images/banner.png); */
    /* background-image: linear-gradient(rgba(4, 9, 30, 0.35),rgba(4, 6, 30, 0.35)),url(images/banner.png); */
    -webkit-background-size:cover;
    background-size:cover;
    background-position: top center;
    height: 98vh;
}
nav img{
    width: 400px;
    margin-top: 2%;
    margin-left: 12%;
    }
.menu{
    /*width: 860px; */
    text-align: right;
    margin-left: 31%;
    z-index: 1;
    position: relative;
    }
.menu ul{
    list-style: none;
    margin-top: 0%;
    text-align: right;
    }
.menu ul li {
    background: transparent;
    width: 105px;
    border: none; /*1px solid #fff */
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    
    }
.menu ul li a{
        color: #fff;
        text-decoration: none;
        /*font-weight: bold;*/
    } 
/*  class="active"  .active, .menu ul li{
        background: #00BFFF; 
        border-radius: 3px;        
    }  */
.menu ul li:hover{
    background: #f44336; 
    border-radius: 6px;
    }
.menu ul ul{
    display: none;
    }
.menu ul li:hover > ul{
    display: block;
    }
.menu ul ul ul{
    margin-left: 105px;
    top: 0;
    position: absolute;
    }

.text-box{
        width: 90%; 
        color: #fff;
        /*font-weight: bold;*/
        position: absolute;
        top: 64%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
       
    }
    .text-box h1{
        font-size: 60px;
    }
    .text-box p{
        margin: 10px 0 20px;
        font-size: 16px;
        color: #fff;
    }
    .hero-btn{
        display:inline-block;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        padding: 12px 34px;
        font-size: 18px;
        background: transparent;
        position: relative;
        cursor: pointer;
        margin-top: 20px;
    }
    .hero-btn:hover{
        border: 1px solid #f44336;
        background: #f44336;
        transition: 1s;
    }

    @media (max-width: 700px){
        .text-box h1{
            font-size: 14px;
        }
        .text-box p{
            margin: 2px 0 10px;
            font-size: 16px;
            color: #fff;
        }
        .menu ul li{
            display: block;
        }
        .menu{
            position: absolute;
            background: #f44336;
            height: 100vh;
            width: 200px;
            top: 0;
            right: 0;
            text-align: left;
            z-index: 2;
        }   
    }
/*---- Services ----*/
.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 80px;
    }
    .services p{
        color: #000;
    }
    h1{
    font-size: 36px;
    font-weight: 600;
    }
    p{
    color: #fff;
    font-size: 14px;
    font-weight: 300%;
    line-height: 22px;
    padding: 10px;
    } 
    .row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    }
    .services-col{
    flex-basis: 31%;
    background: #00BFFF;
    border-radius: 10px; 
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    color: #fff;
    }
    .services-col:hover{
    box-shadow:0 0 20px 0px rgba(0,0,0,0.8);
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

/*--------products---------*/
.products{
width: 80%;
margin: auto;
text-align: center;
padding-top: 50px;

}
.products p{
    color: #000;
}
.products-col{
flex-basis: 31%;
background: orange;
border-radius: 10px; 
margin-bottom: 5%;
padding: 20px 12px;
box-sizing: border-box;
color: #fff;
}

.products-col:hover{
box-shadow:0 0 20px 0px rgba(0,0,0,0.8);
}

/*--------process---------*/
.process{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    
    }
    .process p{
        color: #000;
    }
    .process-col{
    flex-basis: 31%;
    background: yellowgreen;
    border-radius: 10px; 
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    color: #fff;
    }
    
    .process-col:hover{
    box-shadow:0 0 20px 0px rgba(0,0,0,0.8);
    }
/*----- call to action -------*/
.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(images/banner2.jpg);
    background-image: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

.footer {
    display: block;
    text-align: center;
    background: rgb(0, 102, 102);
    color: #FFFFFF;
    
    width:  100%;
    padding: 20px 0;  
    }
    .icons .fa{
        color: #FFFFFF;
        margin: 0 13px;
        cursor: pointer;
        padding: 18px 0px;
        }
    .fa-heart-o{
        color: #f44336; 
        }
    .footer p{
        color: #FFFFFF;
    }
    .footer h4{
        margin-bottom: 15px;
        margin-top: 10px;
        font-weight: 600;
        color: #FFFFFF;
    }

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
.icons .fa{
    color:rgb(255, 255, 255);
}

  /*-------------about us page ----------*/
  .sub-header{
    height:35vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.35),rgba(4, 6, 30, 0.35)),url(images/banner.png);
    background-position: top;
    background-size: cover;
    position: relative;
}
.sub-header h1{
    margin-top: 75px;
    color: #fff;
    margin-left: 200px;
}

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    color: blue; 
    text-align: center;
}
.about-us p{
     color: #000;
     text-align: justify;
}

.about-col{
    flex-basis: 48%;
    padding: 10px 2px;
    border-radius: 10px;
}
.about-col img{
    width: 100%;
    /*height:35vh;*/
    border-radius: 20px;
}
.about-col h1{
    padding-top: 15px 0 25px;  
}
.red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}
.red-btn:hover{
    color: #fff;
}
.insp-col img{
    width: 25%;
    border-radius: 20px;
}


/*---- contact us page ----*/

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;

}

.location iframe{
    width: 100%;
    align: center;
}

.contact-us{
    width: 80%;
    margin: 30px;
    align: center;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    color: red;
    padding: 10;
}

.contact-col div h5{
    font-size: 28px;
    margin-bottom: 5px;
    color: black;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{ 
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: #000000;
    border: 1px; solid #000000;
    border-style: solid;
    border-color: rgb(201, 76, 76);
    box-sizing: none;
}




