*{
	margin: 0;
	padding: 60;
	box-sizing: border-box;
	font-family:"century gothic", sans-serif;
	transition: 0.6S;
	

}

a{
	color: white;
	text-decoration: none;
}


.col-auto img{

	width: 5%;
 	height: auto;
 	padding: 30 90px;
 	border-radius: 50%;
 	float: left;

 }



.navlist{
	width: 100%;
	padding: 0px 10vw;

}
.navlist ul{
	display: flex;
	list-style: none;
	
}


.navlist ul li:first-child{
	flex:1;

}


.navlist ul a{
	margin-left: 20px;

}
.navlist ul a:hover{
	color:  blue;
	background-color: #456476;
}
.navlist ul h4{
font-family: serif;

}

	
	/* container*/

	
 /* content-box*/

 .content-box{
 	width:100%;
 	margin:auto;
 	background: green ;

 }

 .content-box .row{
 	display:flex ;
 }
 .content-box .colomn{
 	width: 34%;
 	height: auto;
 }

 .content-box img{
 	width: 100%;
 	height: auto;
 }

  .content-box a{
 	background: : green;
 }

nav{
	background-color: transparent;

}


.navlist ul li{
	position: relative;
	list-style: none;
}


.navlist ul li a{
  	display:block;
  	font-family: arial;
  	color: #222;
  	font-size: 14px;
  	padding: 22px 14px;
  	text-decoration: none;}

  	 

.navlist ul li ul{
  	display: none;
  	position: absolute; 
  	background-color: white;
  	padding: 0px;
  	height: 150px;

  	border-radius: 0px 0px 40px 40px}

.navlist ul li:hover ul 
{
  	display: block;
  	width: 150px; }

	  @media screen and (max-width: 300px) {
		.navlist a:not(:first-child) {display: none;}
		.topnav a.icon {
		  float: right;
		  display: block;
		}
	  }
























	
	h4{
padding: 10px

	}


.footer{
	padding: 10px 50px;
	background: turquoise;

}

.header-right-list.footer-list{
margin-bottom: 0 45px;
list-style: none;
position: relative;


}

.about-section{
	padding: 100px 0px;
	background: green;}


#about{
	background: green;
}





h2{
	font-size: 36px;
	position: relative;
	margin-bottom: 35px;
	font-weight: 400;
	text-align: center;


}
h2 span{
	border-bottom: 2px solid #ff2e2e;
	padding: 0 40px 5px;
	display: inline-block;
}

.banner{
		min-height: 100vh;
		background-size: cover;
		background-position: center;
		background-color:  rgba(0,0,0,0.5);
		background-blend-mode:green;
		color:blue;
		text-align: center;
		text-shadow: 1px 1px 5px #000;
		font-size: 20px;
		padding-top: 85px;
		animation: slide 40s infinite;

	}

@keyframes slide{
		25%{
			background: url(..//wacimages/home3.jpeg);
		}
		50%{
			background: url(..//wacimages/mech3.jpg);
		}
		
		75%{
			background: url(..//wacimages/mech1.jpg);
		}
		
		100%{
			background: url(..//wacimages/mech5.jpg);
		}

}	

.banner h1{
font-size: 5vw;
font-weight: 700;
text-transform: uppercase;
color: white;

}



.contact-section{
	
	padding: 10px 500px;
	background: brown;
}


input,textarea{
	width: 100%;
	height:50px;
	padding: 10px;
	line-height: 30px;
	font-size: 15px;
	border-radius: 30px;
	border: 1px solid lightgray;
	margin-bottom: 20px;
	resize: none;
	background: #ece8e8;
	text-align: center;
	border: 50%;	

}
textarea{
	height: 150px;

}

input[type="submit"]
{
width: 150px;
border: 0;
background: green;
font-size: 18px;
transition: all 0.3s ease-in-out;
margin-bottom: 0px;
cursor: pointer;


}







.container .button{
	width: 50%;
	background: blue;
}

.container1{
	position: relative;
	width: 1200px;
	height: 800px;
	margin:240px auto;
	background: green;
	
}
.container1 .box{

	position: relative;
	width: calc(400px - 30px);
	height:calc(300px - 30px);
	background: blue;
	float: left;
	margin: 15px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	background-image: }
	

	.container1 .box img{
		width: 100%;
		height: 100%;
		float: right;
	}

	.container1 .box a{
	width: 355px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: white;
	color:black;
	border-radius: 50%;
	position: relative;


	}
		


    .container1 h1, p{
    	position: relative;
    	float: center;
    	text-align: center;
    	color: ;





 /* news section*/
 @import url(http//font.googleapis.com/css?family=Roboto:wght@300,400,500)
	margin:
*{

padding: 0px;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;

}


/* news and blog section*/
.blog-section{
	width: 100%;

}
.blog-section .section-content{
width: 85%;
margin: 20px auto;

}

.blog-section .section-content .title{
	width: 100%;
    text-align: center;
	margin:auto;

}

.blog-section .section-content .title h2{
	font-size: 40px;
	color: green;
	text-transform: uppercase;
}


.blog-section .section-content .title p{
	font-size: 18px;
	color: #199998;
}


.blog-section .section-content .cards{

	display: grid;
	

}



.blog-section .section-content .cards .card{

	width: 100%;
	background-color: #1996;
	position: relative;
}


.blog-section .section-content .cards .card img{
	width: 80%;
	height: auto;
}

.blog-section .section-content .cards .card .article {
	padding: 15px 20px;
}

.blog-section .section-content .cards .card .article p{
	text-decoration: none;
	display: inline-block;
	background-color: yellow;

}
.blog-section .section-content .cards .card .article .blog-view a .button {
	text-decoration: none;
	display: inline-block;
	background-color: red;
	padding: 8px 1px;
	margin-left: 10px;
	color: white;
	margin-bottom: 20px;
}
 {
	text-decoration: none;
	display: inline-block;
	background-color: red;
	padding: 8px 1px;
	margin-left: 10px;
	color: white;
	margin-bottom: 20px;
}

.blog-section .section-content .cards .card .article .posted-date {
	font-weight: 600;
	position: absolute;
	top: 0;
	left:0; 
	display: inline-block;
	background-color: blue;
padding: 6px 15px;
}

 



@media  screen and (max-width:992px){
	.blog-section .section-content .cards{
		grid-template-columns: repeat(2,1fr);
		
	}
}



@media  screen and (max-width:768px){
	.blog-section .section-content .cards{
		grid-template-columns: 1fr;
		
	}
}




img{
	width: 100%;
	eight: auto
	margin 20px auto;
	margin-top20px;
}




}

.container45{
	width: 90%;
	height: 100vh;
	background:peru;
	display: flex;align-items: center;
	justify-content: center;
	margin-left: 5%;
}

.swiper{
	width: 80%;
	height:fit-content;
}

.swiper-slide img{
	width: 100%;

}

.swiper .swiper-button-prev, .swiper .swiper-button-next




{

	color:white;
}





footer {
	width: 100%;
	position: relative;
	bottom: 0;
	background: green;
	padding: 20px 0 30px;
	border-top-left-radius: 124px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;





}
.row{
	width: 85%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;

}
.col:nth-child(2), .col:nth-child(3)
{
	flex-basis: 15%;
}
.col{
	flex-basis: 25%;
	padding: 10px;

}
.logo{
	width: 100px;
	margin-bottom: 30px;
	border-radius: 50%;
}

.col h3{
	width: fit-content;
	margin-bottom: 40px;
	position: relative;
}


.email-id{
	width: fit-content;
	border-bottom: 1px solid #ccc;
	margin: 20px;
}

 ul li a{
text-decoration: none;
color: white;
font-weight: bold;
	

}
ul li{
	list-style: none;
}

form{
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}

 form .far{
	font-size: 18px;
	margin-right: 10px;
}

form input{
	background: transparent;
	color: #ccc;
	border: 0;
	outline: none;
}
form button{
	background:transparent;
	border: 0;
	cursor: pointer;
	outline: none; 

}

hr{
	width: 90%;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
}

 .copyright{
text-align: center;
color: white;
}

.underline{
	width:100%;
	height: 5px;
	background: #767676;
	border-radius: 3px;
	position: absolute;
	top: 25px;
	left: 0;
	overflow: hidden;
}
.underline span{
	width: 15px;
	height: 100%;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 10px;
	animation: moving 2s linear infinite;

}
@keyframes moving {
	0%{
		left: -20px;
	}

	100%{
		left: 100%;
	}
}

@media(max-width: 700px){
	footer
	{
	bottom: unset;	
	}
	.col:nth-child(2), .col:nth-child(3)
{
	flex-basis: 100%;
}
.col{
	flex-basis: 25%;
}

.social-media .fab{
	color: white;
}
