*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.container{
	width: 100%;
	height: 100%;
}
.bar{
	background: #128c7e;  /*teal color*/
	padding: 20px;
	display: flex;
	position: fixed;
	width: 100%;
}

.bar .logo{
	margin-left: 190px;
	


}

.bar .nav_bar{
	display: flex;
	justify-content: center;
	align-items: center;
	

}
.bar .nav_bar ul li{
	margin-left: 30px;
	display:inline;
}
.bar .nav_bar ul li:nth-child(1){
	margin-left: 70px;
}
.bar .nav_bar i{
	color: white;
	width: 10px;
	margin: 5px;
}
.bar .nav_bar li a{
	color: white;
	font-size: 15px;
	text-decoration: none;
}
span .logo_sm{
	display: none;
}
.logo_con{
	display: none;
}
.logo_sm{
	width: 40px;
	margin: 0px;
}


.nav_bar .closebtn{
display: none;
}
.openbtn{
display: none;
}


#logo_sm{
	display: none;
}

section{
	padding-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section .content_left img{
	width:-100%;
	height: 85vh;
}
section .content_left{
	padding-left: 70px;

}
section .content_right .heading{
	font-size: 30px;
	font-weight: 530;
}

section .content_right p{
	font-size: 17px;
	text-align: center	;
	color: rgba(0, 0, 0, 0.8);
	padding-top: 20px;
}
.important {
	color: gray;
	
}

.mobile_type li{
	text-decoration: none;
	display: block;
	padding-top: 10px;
	font-size: 20px;

}

.mobile_type a{

		text-decoration: none;
		color:  #128c7e;
}


.content_data{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
    line-height: 22px; margin: 3% 0%;
}
.data_container1{
	margin-right: 10px;
	background-color: #D8E8EA;
	text-align: center;
	border-radius: 10px;

}
.data_container1 img{
	width: 300px;
	height: 50vh;
}
.data_container1 a{
	text-decoration: none;
	color: blue;
}
.data_container1 h1{
	font-size: 20px;
	padding:10px ;
}
.data_container2{
	border-radius: 10px;
	text-align: center;
	background-color:#E7F0E4 ;
}
.data_container2 h3{
	color: gray;
	font-size: 15px;
}
.data_container2 h1{
	font-size: 25px;
	padding: 10px;
}

.explore{
	display: flex;
	align-items: center;
	justify-content: center;
}
.explore button{
	
	border-radius: 10px;
	color: #128c7e;
	padding: 15px;
	background-color: transparent;
	border: 1px solid #128c7e;
	transition: 1s;
}
.explore button:hover{
	background-color:  #128c7e;
	color: white;
	border-bottom-right-radius:40px ;
	border-top-right-radius:40px ;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 7px 2px 8px #128c7e;
}



footer{

	background-color: #273443;
	min-width: 100%;
	
}
.bottom_options{
	display: flex;
	padding: 56px 24px 0;
	
	 justify-content: space-between;
	width: 100%;

}

footer ul{
	list-style: none;
}
footer h4{
	padding-bottom: 10px;
	font-size: 15px;
	color: rgba(255, 255, 255, .6);
}
.bottom_options li{
	padding: 7px;
}

.bottom_options a{
	color: white;
	transition: transform 1s ease-out;
	text-decoration: none;

}

.bottom_options a:hover{

	text-decoration: underline;
}


.copyright{
	background-color: black;
	padding: 10px;
}
.copyright a{
	text-decoration: none;
	color: white;
}
.copyright a:hover{
	text-decoration: underline;
}


/*RESPONSIVE MEDIA SCREEN*/

@media (min-width: 700px) and (max-width: 1000px){
	span .logo_sm{
	display: block;
}
.logo_con{
	display: block;
}
 .lang{
	display: none;
}
.bar .logo{
	display: none;
}
.bar .nav_bar ul li:nth-child(1){

	margin-left: 40px;

}
.bar .nav_bar ul li{
	margin-left: 17px;
}

}
@media (min-width: 1000px) and (max-width: 1200px)
{
	.bar .logo
	{
	margin-left:20px;
}

}
@media (max-width: 850px){
	
	span .logo_sm{
		display: block;
	}
	.logo_con{
	display: block;
}
	.bar .logo{
		display: none;
	}
	.bar .nav_bar{
		position: absolute;
		z-index: 1;
		background-color: #128c7e;
		padding-top: 0px;
		width: 0;
		top: 0;
		height: 100vh;
		right: 0;
		overflow-x: hidden;
		transition: 0.5s;
	}
	.bar .nav_bar li a{
		padding: 8px 8px 8px 32px;
		border-bottom: 1px solid white;
		display: block;
		font-size: 20px;
		width: 150%;
		transition: 0.3s;
	}
	.bar .nav_bar li a: hover{
		color: white;

	}
	.nav_bar .closebtn{

		display:block;
		position: absolute;
		top:3%;
		color: white;
		text-decoration: none;
		right: 25px;
		font-size: 30px;
	}
	.openbtn{

		position: absolute;
		right: 0;
		top: 0;
		display: block;
		font-size: 30px;
		cursor: pointer;
		background-color: #128c7e;
		color: white;
		padding: 10px 15px;
		border: none;
		height: 40px;
	}
	.openbtn :hover{
		background-color: #444;
	}
	section{
	
	display: inline-block;
	

	}
	section .content_left img{
		padding: 40px;
		width: 100%;
		height: 120vh;
	}
	.content_data{
		 flex-wrap: wrap;
	}
	
	.bottom_options{
		flex-direction: row;
      line-height: 25px;
    }
}




.hello{
	margin-left: 100px;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	
	background-color: #128c7e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hello p{
	color: black;
	font-size: 30px;
	background-color: white;
	padding: 20px;
	opacity: .7;
	border-radius: 20px;
	animation: mymove 5s infinite;
	position: relative;
	
}

@keyframes mymove {
  0%   {
  	top: 0px;
  	
  }
  25%  {
  	left: 50px;

  }
  50%  {
  	right: 40px;
  	
  }
  75%  {
  	top: 70px;

  }
  100% {bottom: 0px;}
}
















