/* Contact Form Styling */
#incont h1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.container {
  padding: 0 0px 0px;
}

.textcenter {
  text-align: center;
}

.section1 {
  text-align: center;
  display: table;
  width: 100%;
}

.section1 .shtext {
  display: block;
  margin-top: 20px;
}

.section1 .seperator {
  border-bottom: 1px solid #ec9314;
  width: 35px;
  display: inline-block;
  margin: 20px;
}

.section1 h1 {
  font-size: 40px;
  color: #ec9314;
  font-weight: normal;
  margin: 20px;
}

.section2 {
  width: 1200px;
  margin: 25px auto;
}

.section2 .col2 {
  width: 48.71%;
}

.section2 .col2.first {
  float: left;
}

.section2 .col2.last {
  float: right;
}

.section2 .col2.column2 {
  padding: 0 30px;
}

.section2 span.collig {
  color: #ec9314;
  margin-right: 10px;
  display: inline-block;
}

.section2 .sec2addr {
  display: block;
  line-height: 26px;
}

.section2 .sec2addr p:first-child {
  margin-bottom: 10px;
}

.sec2contactform {
  position: relative;
}

.section2 .sec2contactform input[type=text],
.section2 .sec2contactform input[type=email],
.section2 .sec2contactform textarea {
  padding: 18px;
  border: 0;
  background: #ededed;
  margin: 7px 0;
  color: #666;
}

.section2 .sec2contactform textarea {
  width: 100%;
  height: auto;
  display: block;
  resize: none;
}

::-moz-placeholder {
  color: #ec9314 !important;
  opacity: 0.3;
}

:-ms-input-placeholder {
  color: #ec9314 !important;
  opacity: 0.3;
}

::placeholder {
  color: #ec9314 !important;
  opacity: 0.3;
}

.section2 .sec2contactform button {
  padding: 15px 40px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #ec9314;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  margin: 7px 0;
  cursor: pointer;
}

.section2 .sec2contactform h3 {
  font-weight: normal;
  margin: 20px 0;
  margin-top: -19px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 19px;
  color: #ec9314;
}

/* @media querries */
@media only screen and (max-width: 1266px) {
  .section2 {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .container {
    padding: 0px 31px 17px;
  }

  .section2 .col2 {
    width: 100%;
    display: block;
  }

  .section2 .col2.first {
    margin-bottom: 10px;
  }

  .section2 .col2.column2 {
    padding: 0;
  }

  body .sec2map {
    height: 250px !important;
  }
}

@media only screen and (max-width: 768px) {
  .section2 .sec2addr {
    font-size: 14px;
  }

  .section2 .sec2contactform h3 {
    font-size: 16px;
  }

  .section2 .sec2contactform input[type=text],
  .section2 .sec2contactform input[type=email],
  .section2 .sec2contactform textarea {
    padding: 10px;
    margin: 3px 0;
  }

  .section2 .sec2contactform input[type=submit] {
    padding: 10px 30px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) {
  .section1 h1 {
    font-size: 28px;
  }
}

#incont {
  background-image: url(../assets/images/contactus.jpg);
  top: 0%;
  width: 100%;
  height: 300px;
}

#incont .container h1 {
  display: inline-block;
  color: blanchedalmond;
  margin-left: 30px;
  margin-top: 150px;
  font-size: 24px;
  font-family: "Orbitron", sans-serif;
}

/* loading */
.loading-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ec9314;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/* alets */
.alert {
  width: 100%;
  position: absolute;
  top: -45px;
  display: block;
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  animation-name: successAlert;
  animation-duration: 3s;
}

@keyframes successAlert {
  0% {
    top: 250px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: -60px;
    opacity: 0;
  }
}

.alert.success {
  background-color: #04AA6D;
}

.email-success {
  width: 100%;
  height: 94%;
  position: absolute;
  bottom: 0;
  display: none;
  padding: 20px;
  background-color: white;
  border: 1px solid rgba(18, 17, 17, .1);
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: large;
  line-height: 3;
}

.email-success input {
  display: none;
}

input:checked + .email-success {
  visibility: hidden;
}

.alert.info {
  background-color: #2196F3;
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  float: right;
  margin-left: 15px;
  color: #ec921493;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: red;
}
