@charset "utf-8";
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

.container {
    width: 1080px;
	margin-left: auto;
	margin-right: auto;
	font-family: outfit;
}
.navi {
    
    height: 80px;
	padding: 15px;
}
.logo {
 
    height: 50px;
	width: 300px;
	margin-left: 50px;

}
.menu {
   color: #474747;
    height: 40px;
	width: 500px;
	margin-left: 500px;
	margin-top: -35px;
}
.banner {
    background-color: #267496;
    height: 500px;
}


.box {
    width: 500px;
    height: 60px;
    text-align: center;
    color: red;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    letter-spacing: 10px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 .boxtxt {
    width: 500px;
    height: 100px;
    text-align: center;
    color: black;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 33px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .shape1 {
    width: 450px;
	height: 300px;
	text-align: center;
    background-color:  black;
    margin-top: 150px;
    margin-left: 550px;
    font-size: 35px;
}
 .txt1 {
    width: 400px;
    height: 100px;
    text-align: right;
    color: black;
    margin-top: -260px;
    margin-left: 100px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -2px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .txt2 {
    width: 400px;
    height: 100px;
    text-align: right;
    color: black;
    margin-top: 40px;
    margin-left: 100px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .shape2 {
    width: 450px;
	height: 300px;
	text-align: center;
    background-color:  black;
    margin-top:20px;
    margin-left: 100px;
    font-size: 35px;
}
 .txt3 {
    width: 400px;
    height: 100px;
    text-align: left;
    color: black;
    margin-top: -240px;
    margin-left: 600px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -2px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .txt4 {
    width: 400px;
    height: 100px;
    text-align: left;
    color: black;
    margin-top: 40px;
    margin-left: 600px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.txt5 {
    width: 500px;
    height: 60px;
    text-align: center;
    color: red;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    letter-spacing: 10px;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 .txt6 {
    width: 600px;
    height: 100px;
    text-align: center;
    color: black;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.w1 {
  
    height: 300px;
	width: 220px;
	margin-left: 100px;
	margin-top: 100px;
}
.w2 {
   
    height: 300px;
	width: 220px;
	margin-left: 320px;
	margin-top: -300px;
}
.w3 {
   
    height: 300px;
	width: 220px;
	margin-left: 540px;
	margin-top: -300px;
}
.w4 {
   
    height: 300px;
	width: 220px;
	margin-left: 760px;
	margin-top: -300px;
}



#footer {
   
	margin-top: 100px;
	
	
}
.text1 {
    
    width: 860px;
	color: aliceblue;
	margin-left: 90px;
	margin-top: 30px;
}
.content {
    width: 600px;
    margin-top: 10px;
    padding: 5px 0 10px;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    text-align: justify;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
.text2 {
    margin-top: -155px;
	margin-left: 700px;
    
    width: 200px;
	color: aliceblue;
}

.footer-links{
	color:#737373;
	width: 100px;
	margin-left: 15px;
	margin-top: 20px;
	
}	
	.footer-links li a:hover{
    color: #2D2B2B;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer hr{
  border-top-color:#bbb;
  margin-top: 60px;
  opacity:0.5;
	
}

.copytext{
    color: #646464;
    margin-top: 35px;
    margin-left: 90px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
.socialicons a{ 
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.socialicons{
  padding-left:0;
  margin-bottom:0;
  list-style:none;
  margin-left: 750px;
  margin-top: -35px;
}
.socialicons li{
  display:inline-block;
  margin-bottom:4px
}
 
