* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
:root{
    --themeRed: #ffffff;
    --gray: #efefef;
}
body
{
    background: linear-gradient(90deg,#ffb300 10%,#ffffff 30% ,#ffffff 60%, #048832 100%);
}
.fullC
{
width: 100%;
}
header{
    width: 100%;
    height: 75px;
    background-color: rgba(60, 60, 60, 0.6);
    position:relative;
    text-align: right;
    z-index: 2;
}

header .container{
    display: flex;
    justify-content: space-between;
}
header nav ul{
    list-style-type: none;
   
}
    
header nav ul li{
display: inline-block;
 }
 header nav ul li a{
    display: inline-block;
    line-height: 75px;
    padding:0 15px ;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    color: rgb(0, 0, 0);
    transition: 0.3s;
}
header nav ul li a:hover{
background-color:var(--themeRed) ;
}
.contactus{
    padding: 40px 100px;
}
.contactus .title{
display: flex;
justify-content: center;
align-items: center;
font-size: 2em;


}
.contactus .title h2{
    padding-top: 4% ;
    padding-bottom: 4%;
    color: rgb(0, 0, 0);
    font-size: 50px;
}

.contact{
    font-size: large;
    text-align: center;
    padding: 40px;
    background: rgb(241, 255, 255);
    box-shadow: 0 25px 35px rgba(0,0,0,0.15);
    min-height: 30px;
 
 
}
.contact p{
 padding: 10px;    
}
.contact .title{
    font-size: medium;
    display: inline-block;
    border-bottom: 2px solid #fdd831;
    padding: 0 0.5rem 1.5rem;
    margin-bottom: 1.5rem;
    width: auto;
}
 .title1 h2{
    padding-top: 4% ;
    padding-bottom: 4%;
    text-align: center;
 } 

 
 
 
 
 
 
 
 
 
 

































































































