html {
  scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Segoe UI', sans-serif;
}
p{
	font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    
}


h2
{
	color: #ffffff;
}


h3{
	text-transform: uppercase;
    color:black;
    margin-bottom: 25px;
    font-size: 1.2rem!important;
    font-weight: bold;
    margin-bottom: 20px!important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);

}

a{
	text-decoration: none!important;
}

a:hover{
	text-decoration: none!important;
}

.header-extradiv{
	width: 100%;
	height: 75%;
	margin:100px 0;
}

.extradiv{
	padding-top: 0px;
    border: medium none;
    margin-top: 0px;
    border-radius: 2px;
    transition: 0.3s ease;
    

}

.extradiv:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-70px);
}

i{ color: #2fccd0; }



.footer {
	width:100%;
	height:auto;
	background: #2fccd0;
}

.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.map-responsive iframe{
	left:0;
	top:0;

	position:absolute;
}



.footersection {
	width:100%;
	height: auto;
	background: #2fccd0;
}


#topbutton{
  display: none; 
  position: fixed; 
  bottom: 10px; 
  right: 10px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #00A8FF; 
  color: white; 
  cursor: pointer; 
  padding: 5px; 
  border-radius: 30px; 
}

#topbutton:hover {
  background:  blue ; 
}



@media (max-width: 768px){
	.nav-item{
		text-align: center!important;
	}



	.project-works p{
		text-align: center;
	}

	
	.card-second{
		transform: translateY(0px);
		margin: 30px 0;
	}





}