@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/bg-small.jpg);
	background-repeat: repeat;
	scroll-behavior: smooth;
/*	overflow: hidden;*/
}
*{
	padding: 0px;
	margin: 0px;
}
img{
	max-width: 100%;
}
#centerbox{
	width: 32%;
	height: 450px;
	position: fixed;
	left: 50%;
	top: 40%;
	z-index: 500;
	transform: translate(-50%, -50%);
	
}
#logo{
	width: 95%;
	background-color: #f8f7f7;
	height: auto;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#logo img{
	max-width: 90%;
	
	
}
#menus{
	width: 95%;
	height: 100px;
	background-color: #f8f7f7;
	border: 1px solid #e3e3e3;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 8px;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
		
}
.menus-ico{
	width: 23%;
	height: 30px;
	color: #333333;
	font-size: 23px;
	line-height: 10px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: auto;
	margin-bottom: auto;
}
#menu-adj{
	font-size: 15px;
}
#left-long{
	width: 50%;
	height: auto;
	float: left;
	
	
}
#right-long{
	width: 50%;
	height: auto;
	
	float: left;
	
	
}
.works-left1{
	width: 75%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	margin-top: 85vh;
	margin-left:auto;
	margin-right: auto;
	
}	
.works-box1{
	width: 75%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	margin-top: 85vh;
	margin-left:auto;
	margin-right: auto;
}

.works-left2{
	width: 75%;
	height: auto;
	margin-top: 35px;
	padding-top: 50px;
	text-align: center;
}
.works-left22{
	width: 75%;
	height: auto;
	margin-left: 15%;
	padding-top: 50px;
	text-align: center;
	margin-top: 35px;
}
.round-downarrow{
	width: 60px;
	border-radius: 50%;
	height: 60px;
	background-color: #f8f7f7;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #e3e3e3;
	padding-top: 15px;
	margin-top: 30px;
}
.round-downarrow:hover{
	cursor: pointer;
}
	
 @keyframes animate {
            0% {
                opacity: 0;
            }
  
            50% {
                opacity: 0.7;
            }
  
            100% {
                opacity: 0;
            }
}
.round-downarrow i{
	
	font-size: 30px;
	animation: animate 1.5s linear infinite;
}
.hide{
	display: none;
}
.clr{
	clear: both;
}
footer{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 50px;
}
footer img{
	width: 7%;
	height: auto;
	vertical-align:bottom;
}
.main_container{
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
