*{
	margin: 5px;
	box-sizing: border-box;
}

body{
	height: 95vh;
	background: ;
	font-family: sans-serif;
	text-align: center;
	color: white;
	font-size: 24px;
	display: flex;
	flex-direction: column;
}

header{
	background: transparent rgba(0, 0, 0, .3);/*#3c40c6;*/
	padding: 1em 0 1em 0;
}

.navbar{
	display: flex;
	align-items: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.6)/*#1b1b1b*/;
}

nav{
	background: rgba(0, 0, 0, 0.6)/*#bf1d1e*/;
	border-radius: 20px;
	height: 80px;
	flex: 1;
	text-align: right;
}

nav:after{ 
	content: '';
	clear: both;
	display: table;
}

nav ul{
	float: right;
	list-style: none;
	margin-right: 40px;
	position: relative;
	display: inline-block;
	list-style-type: 20px;
}

nav ul li{
	float: left;
	display: inline-block;
	background: rgba(0, 0, 0, 0.6) /*#bf1d1e*/;
	margin: 0 5px;
	border-radius: 15px;
	position: relative;
}

nav ul li a{
	/*color: red;*/
	text-decoration: none;
	line-height: 70px;
	color: white;
	font-size: 18px;
	padding: 9px 15px;
}

nav ul li a:hover{
	color: #ffbe00;
	border-radius: 5px;
	box-shadow: 0 0 5px #ffbe00,
	            0 0 5px #ffbe00;
}

nav ul ul li a:hover{
	color: #ffbe00;
	box-shadow: none;
}

/*.dropdown__menu{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.dropdown__menu ul{
	display: inline-block;
	margin: 10px;
}

.dropdown__menu ul li {
	width: 150%;
	padding: 10px;
}*/

nav ul ul{
	position: absolute;
	left: 0;
	top: 90px;
	border-top: 3px solid #ffbe00;
	opacity: 0;
	visibility: hidden;
	transition: top 0.8s;
}

nav ul ul ul{
	border-top: none;
}

nav ul li:hover > ul{
	top: 70px;
	opacity: 1;
	visibility: visible;
}

nav ul ul li {
	position: relative;
	margin: 0px;
	width: 150px;
	float: none;
	display: list-item;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-align: left;
}

nav ul ul li a{
	line-height: 50px;
}

nav ul ul ul li {
	position: absolute;
	float: left;
	top: -70px;
	left: 150px;
}

span .fa-plus{
	margin-left: 40px;
	font-size: 15px;
}

nav .logo{
	float: left;
	height: 60px;
}

nav .logo img{
	height:65px;
	width:75px;
	margin-top: 2px;
	margin-left: 30px;
}

.menu-icon{
	width: 28px;
	margin-left: 20px;
	display: none;
}


/*.main{
	display: flex;
	flex: 1;
}

.left{
	background: rgba(0, 0, 0, 0.6);/*#3c40c6;;
	padding: 3em 0 3em 0;
	flex: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}

main{
	background: rgba(0, 0, 0, 0.6);
	padding: 3em 0 3em 0;
	flex: auto;
}*/

/** ESSAIE **/
.main{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

.left{
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	padding: 1em 1em;
	flex: 1 30px;
}

.left h1{
	font-size: 24px;
	line-height: 55px;
	text-align: center;
	margin: 25px 0;
	color: white;
	text-decoration: none;
}

.left h1:hover{
	text-decoration: underline;
	color: #ffbe00;
}

.left p{
	font-size: 18px;
	color: white;
	text-align: center;
}

.container{
	max-width: 1300px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;	
	justify-content: space-around;
}
.c

footer{
	background: /*rgba(0, 0, 0, 0.6)*/;
	padding: 1em 0 1em 0;
}

/*-----footer-------*/

.footer{
	background: #c00008;
	color: #8a8a8a;
	font-size: 14px;
	padding: 60px 0 20px;
}



.footer p{
	color: #fff;
}

.footer h3{
	color: #fff;
	margin-bottom: 20px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
	min-width: 250px;
	margin-bottom: 20px;
	text-align: center;
}

.footer-col-1{
	flex-basis: 30px;
}

.footer-col-2{
	flex: 1;
	text-align: center;
}

.footer-col-2 img{
	width: 180px;
	margin-bottom: 20px;
}

.footer-col-3, .footer-col-4{
	flex-basis: 12%;
	text-align: center;
}

ul{
	list-style-type: none;
}

ul a {
	color: #fff;
}

ul a:hover {
	color: #ffbe00;
}

.email-id{
  width: fit-content;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
form{
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

form .fas{
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
}

form input{
  width: 100%;
  background: transparent;
  color: #fff;
  font-weight: 750px;
  border: 0;
  outline: none;

}

form button{
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

form button .fas{
  font-size: 16px;
  color: #ccc;
}
 
.app-logo{
	margin-top: 20px;
}

.app-logo img{
	width: 140px;
}

.footer hr{
	border: none;
	background: #b5b5b5;
	height: 1px;
	margin: 20px 0;
}

.copyright{
	text-align: center;
}

@media all and (max-width: 550px){
	.main{
		flex-direction: column;	
	}
	main{
		padding: 5em 0 5em 0;
	}
}