body {
	margin: 0;
	background-color: white;
    height: 100%;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	
}
.banner{

    width : 100%;
	padding: 1px 20px;
    background-size:cover;
    background-color: #222222;
	height:100%;
	max-height: 65px;
	text-align: right;
	font-size: 25px;
	font-family: "Gabarito",sans-serif;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content:left;
    grid-column-gap: 55%;
}
.banner ul li{
	list-style: none;
	display: inline-block;
	margin : 0 20px;
	position: relative;
	
	
}
.banner ul li a{
	text-decoration: none;
	color: white;
	text-transform: "uppercase";
}
.banner ul li::after{
	content: '';
	height: 3px;
	width: 0;
	background: #fba518;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
	
}
.banner ul li:hover::after{
	width: 100%;
}

.logo{
	height: 50px;
	
	position: relative;
	align-content: left;

}
.conclusion{
	background-color: rgb(0, 0, 0);
    height: 50vh;
	width: 100%;
	position: relative;
	z-index: 6;
	color: white;
	background-color: #222222;
	margin-top: -8px;
}
.selectc{
	background-color:#d3c4ac;
	color: Black;
	font-family: sans-serif;
	font-size: larger;
	width: 100px;
	height: 30px;
}
.countrytxt{
	font-family: sans-serif;
	font-size: larger;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}
.country{
	margin-left: 40px;
	margin: 40px;
}
.contacts{
	margin-left: 40px;
	color: white;
	font: sans-serif;
	font-size: larger;
}
.contactstxt{
	font-size: 20px;
	font: sans-serif;
	margin-bottom: 8px;
	border: 0;
	padding: 0;
	text-decoration: underline;
}
.last{
	margin-left: 40px;
	font-family: sans-serif;
	font-size: smaller;
	
	color: white;
}
.about{
	height: 100%;
	width: 100%;
	max-height: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	column-gap: 30px;
	margin-top: 10%;
	font-family: "Gabarito";
	
}
.img{
	height: 230px;
	width: 250px;
	
	top: 12%;
	position: absolute;
	left: 27%; 
	
}
.box{
	background-color: #fba518;
	height: 800px;
	width: 450px;
	z-index: 1;
    flex-shrink: 0;
	text-align: right;
	padding: 10px;
	margin-bottom: 300px;

}
p{
	margin: 0;
}
h1{
	margin: 0;
}
h3{
	margin: 0;
}
h4{
	margin: 0;
}
h5{
	margin: 0;
}
.info img{
	height: 20px;
	width: 20px;
}
.frog{
	margin-top: 40%;
}
.frog h1{
	font-size: 25pt;
}
.edu{
	margin-top: 2%;
	
}
.info{
	display: flex;
	align-items:flex-end;
	justify-content: right;
	top: 110px;
	position: relative;
	font-size: 15pt;
	
}
.para{
	width: 600px;
	margin-top: -15%;
}
.para2 h1{
	font-size: 30pt;
}
.para2 p{
	font-size: 15pt;
}
.software{
	margin-top: 35%;
}