/*
*
|  Page Name       : contact_us.css
|  Description     : css for contact_us
|  Created by      : Kathlynn 
|  Date Created    : November 2018
|  Last Update by  : Kathlynn Gallardo
|  Last update     : November 2018
*
*/
.-contact-main{
  width: 100%;
  height: 100%;
}
.-contact-bg{
  position: absolute;
  width: 100%;
  height: 1100px;
  background: url(../images/gradient-2.png);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%;
  z-index: -1;
  top: 0;
}
.-contact-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 200px;
  background-image: linear-gradient(to right, #FFCF6D , #FF8964);
  padding-bottom: 7vh;
}
.-contact-container .-title {
  margin: 0px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  padding: 30px 200px;
}
.-contact-container .-content{
  margin: 0px;
  width: 80%;
  line-height: 1.4;
  padding-top: 15px;
  text-align: center;
  font-weight: 100;
  font-size: 20px;
  color: #ffffff;
  padding: 0px 200px;
}
/***************form*******************/
.-container {
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.-input-group {
  margin-bottom: 25px;
  position: relative;
  display: table;
  width: 100%;
}
.-input-group-addon-msg{
  width: 37px;
  height: 37px;
  border-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border: 1px solid #ccc;
  background-color: #ff9b6b;
}
.-form-control {
  width: 100% !important;
  height: 100%;
  resize: none;
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 400;
  color: #707070 !important;
}
.-form-control:hover {
  border-bottom: 1px solid #ff9b6b;
}
.-form-control:focus {
  border-bottom: 1px solid #ff9b6b;
}
.-mesg-text{
  width: 100%;
}
.-contactbtn-next{
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
}
.-contactbtn-next .-btn-send{
  display: flex;
  width: 75px;
  justify-content: center;
  height: 40px;
  background-color: #ff9b6b;
  color: #ffffff;
}
/******CONTACT US VECTOR******/
.-oa-vector{
  display: flex;
  justify-content: flex-start;
  padding-right: 14vh;
}
.-oa-vector .-oa {
  width: 48vh;
  height: auto;
}
.oa .-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-vector-form {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 50px 200px 50px 200px;
}
.-alert-danger{
  display: none;
  text-align: left;
  color: #a94442d1;
  background-color: #f2dede94;
  border-color: transparent;
}
.-alert-success{
  text-align: left;
  color: #43a942d1;
  background-color: #def2e394;
  border-color: transparent;
}
/*******************MAP*****************/
.-map{
  width: 100%;
}
/****************MEDIA QUERY*************/
@media screen and (max-width: 769px){
  .-contact-bg {
    position: absolute;
    width: 100%;
    height: 1100px;
    background: url(../images/gradient-mobile-2.png);
    background-repeat: no-repeat;
    background-size: 100% 52%;
    z-index: -1;
    top: 0;
  }
  .-contact-container .-title {
    padding: 0vh 5vh;
    margin: 0px;
    width: 75%;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4;
  }
  .-contact-container .-content {
    margin: 0px;
    padding: 2vh 5vh;
    width: 100%;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
  }
  .-form {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 5vh;
  }
  .-vector-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5vh !important;
  }
  .-form-control {
    width: 100% !important;
  }
  .-container {
    padding: 60px 0px !important;
  }
  .-contactbtn-next {
    width: 100%;
  }
  .-oa-vector {
    display: flex;
    justify-content: center;
    padding: 0vh; 
    padding-top: 0vh;
  }
  .-contact-container {
    padding-top: 100px !important;
  }
  .-input-group {
    width: 100% !important;
  }
  .-mesg-text {
    width: 100%;
  }
}
/******PARALLAX******/
.-parallax-contact-us {
  background-image: url('../images/background.png')  !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh !important;
}