@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: aliceblue;
    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: 35px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact {
    background-color: #267496;
    height: 200px;
	margin-top: 200px;
}
#shape {
    background-color: #D59FA0;
    width: 900px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.contact1-pic {
  width: 296px;
	margin-left:90px;
	margin-top: 150px;
}

.contact1-pic img {
  max-width: 90%;
}
.contact1-pic:hover img{
      filter: grayscale(100%);	
	transform: scale(1.3);
}
.contact1-form {
    width: 390px;
	margin-left: 550px;
	margin-top: -400px;
	
}

.contact1-form-title {
    display: block;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 44px;
    font-weight: bolder;
	margin-top: 600px;
	
}

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;

}
textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}
textarea.input1  {
  border-radius: 25px;
}
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
 
}
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.input1 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: outfit;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
}

.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact1-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  background: #0D1484;
  font-family: outfit;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn i {
  margin-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover {
  background: #333333;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}





@media (max-width: 1200px) {
  .contact1-pic {
    width: 33.5%;
  }

  .contact1-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .container-contact1 {
    padding: 90px 80px 88px 90px;
  }

  .contact1-pic {
    width: 35%;
  }

  .contact1-form {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .container-contact1 {
    padding: 90px 80px 88px 80px;
  }

  .contact1-pic {
    display: none;
  }

  .contact1-form {
    width: 100%;
	
  }
}

@media (max-width: 576px) {
  .container-contact1 {
    padding: 90px 15px 88px 15px;
  }
}


.validate-input {
    position: relative;
    font-family: outfit;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}






#footer {
    height: 350px;
    width: 1080px;
    padding: 30px;
    font-family: outfit;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	
	
}
.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: white;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
#footer hr{
  border-top-color:#bbb;
  margin-top: 60px;
  opacity:0.5;
	
}

.copytext{
    color: #737373;
    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
}
 
