*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav{
    position: sticky;
    top: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
    background: rgb(10, 80, 64);
}

.logo{
	width: 100px;
	cursor: pointer;
}
nav ul li{
    
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;


	
}

nav ul li a{
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	font-size: 15pt;
	font-family:sans-serif ;
	font-weight: bold;
}
nav ul li::after{
	content: '';
	height: 3px;
	width: 0;
	background:#009688;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
}
.nav ul li:hover::after{
	width: 100%;
}
/* footer{
    position: absolute;
    bottom: 5px;
    left: 40%;
} */
footer div{
    margin: 50px;
    display: flex;
    justify-content: center;
    margin: 5px;
}
footer h4{
    text-align: center;
    margin-top: 5px;
    font: bold;
    color: blueviolet;
    font-size: x-large;

}
small{
display: flex;
justify-content: center;}
footer img{
    width: 40px;
    height: 40px;
    margin: 10px;
}
@media (max-width:450px){
    .banner{ display: table-row;
        width: 100%;
        
        
    }
    .team{
        flex-direction: column;
    


    }
    .navul li::after{
        content:none;
    
    }
    .logo{ 
        display: none;
    }
    div form {
        border: 1px solid#333;
        width: 300px;
    
    }
    
input[type=text]{
    font-size: 15px;
}
input[type=tel]{
    font-size: 15px;
}
textarea{
    font-size: 15px;
    resize: none;
}
section{
    width: 250px;
    display:flex;
    flex-direction: column;
    padding-left: 90px;

}
section div{
    margin-bottom: 20px;
}
section div h1{
    font-size: 20px;
}
section div p{
    font-size: 14pt;
}
section div{
    line-height: 35px;
    font-family: sans-serif;
    font-size: 15px;
    border-right:none;
}
nav{
    font-size: 30px;
    
}

nav ul li a{

	font-size: 12px;
    
}
nav ul{
    justify-content: center;
}

.one{
    border-right: none;
}.box{
    margin: 30px;
    width:200px;

}
form{ 
    display:none;
    


}



footer{
    position:static;
}


    
}




