
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
background:  #171631;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}
header {
	height: 100px;
	background: #151429;
	width: 100%;
	z-index: 10;
	position: fixed;
}
.logo {
	width: 30%;
	float: left;
	line-height: 100px;
}
.logo a {
	text-decoration: none;
	font-size: 30px;
	font-family: poppins;
	color:#283e5d;
	letter-spacing: 5px;
}
.logo img {
	width: 30%;
	float: left;
	padding-top: 20px;
	
}
nav {
	float: right;
	line-height: 100px;
}
nav a {
	text-decoration: none;
	font-family: poppins;
	letter-spacing: 4px;
	font-size: 20px;
	margin: 0 10px;
	color: #283e5d;
}

.content-area {
	width: 100%;
	position: relative;
	top: 150px;
background:  #171631;}

.imagecontain{
margin:20px;
padding:20px;
width:40%;
height:85%;
position: fixed;
opacity:50%;
overflow:hidden;
top:40px;
}
.imagecontain img{

width:400px;
height:550px;	
}

.desc{
   margin-bottom:50px;
     margin-right:50px;
	float:right;
	width:50%;
	overflow:hidden;
	background:#151429;
    height:60%;
   box-shadow: 5px 10px #283e5d;
 

}
.gtitle{
 font-family: poppins;
color:#283e5d;
text-align:left;

}
.gdesc{
font-family: poppins;
color:#283e5d;
text-align:left;
height: 250px;


}
.but{
display: inline-block;

}
.del{
display: inline-block;


}
	
	

/*button*/

.btn, .btn-grey {
	text-decoration:none;
	font-size: 18px;
  font-family: poppins;
  display: inline-block;
  background:  #397284;
  color: #171631;
  border-radius: 20px;
  min-width: 160px;
  text-align: center;
    
  transition: all 0.2s ease;
}

.btn:hover, .btn-grey:hover {
  background: #d2ac63;
}

.btn-grey {
  background: #283e5d;
  color: #171631;
  border-color:#283e5d;
}
.btn-grey:hover {
  background: #d2ac63;
}

input.btn {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


/**************************
FOOTER
***************************/
#footer {
  background:  #151429;
  color:#283e5d;
  padding: 20px 0;
position:absolute;
width:100%;
bottom:0%;
}
#footer .scp {
  display: flex;
  justify-content: space-between;
  align-items: middle;
}
#footer .ft-left h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: poppins;
  font-weight: 400;
  font-size: 40px;
  margin: 0;
}
#footer .ft-left .ft-logo {
  max-width: 70px;
  vertical-align: middle;
  margin-right: 15px;
}
#footer .ft-right {
  text-align: right;
}
#footer .ft-right p {
  margin: 0;
  font-size: 14px;
}
#footer .ft-nav {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}
#footer .ft-nav li {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
  font-family: poppins;
  font-size: 20px;
}
#footer .ft-nav li a {
  transition: all 0.2s ease;
}
#footer .ft-nav li a:hover {
  color: #211d18;
}
