.custh1{
  font-weight: 500;
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  padding: 0 10px;
}
.custp{
    color: #FFF;
    font-size: 18px;
}
.custmid{
    color: #FFF;
    font-size: 18px;
    margin-bottom: 10px;
}
.custpsmall{
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}
.form-overlay {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  background: #000;
  -webkit-transition: background 1s, opacity 0.2s, width 0s 0.2s;
  transition: background 1s, opacity 0.2s, width 0s 0.2s;
}
.show-form-overlay .form-overlay {
  width: 100%;
  opacity: 0.3;
  z-index: 999;
  -webkit-transition: background 1s, opacity 0.2s, width 0s;
  transition: background 1s, opacity 0.2s, width 0s;
}
.show-form-overlay.form-submitted .form-overlay {
  background: #119DA4;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.eng{
margin-top: 5px;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
}
#form-container {
  cursor: pointer;
  color: #FFF;
  z-index: 100000000;
  position: fixed;
  margin: 0 auto;
  float: left;
  margin-right: 3%;
  right: 0;
  bottom: 3px;
  background-color: #003e81;
  overflow: hidden;
  border-radius:5%;
  width: 120px;
  max-width: 120px;
  height: 40px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}
#form-container.expand {
  cursor: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  width: 60%;
  height: 400px;
  max-width: 300px;
  padding: 0;
  -webkit-transition: all 0.2s, max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
  transition: all 0.2s, max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
}

#form-close {
  cursor: pointer;
}

.icon::before {
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.icon:hover::before {
  -webkit-animation: wiggle 0.2s linear 6;
          animation: wiggle 0.2s linear 6;
}
.fa-phone::before {
  display: block;
}
.fa-close::before {
  display: none;
}
.expand.fa-phone::before {
  display: none;
}
.expand.fa-close::before {
  display: block;
  -webkit-animation: none;
          animation: none;
}
#form-content {
  -webkit-transform: translateY(130%);
  transform: translateY(130%);
  width: 100%;
  opacity: 0;
  text-align: left;
  -webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#form-content.expand {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s, -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
#form-content form {
  color: #000;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 20px;
 
  box-sizing: border-box;
  text-align: left;
}
#form-head {
  font-size: 100%;
  padding: 0;
  margin: 10px 10px;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;  
}
#form-head h1, #form-head p {
  padding: 0;
  margin: 0;
}
#form-head .pre {
  display: block;
}
#form-head .post {
  display: none;
}
.form-submitted#form-head {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.post-hr{
    margin: 10px;    
}
.form-submitted#form-head .pre {
  display: none;
}
.form-submitted#form-head .post {
  display: block;
}
.input {
   
  font-family: 'Montserrat', sans-serif;    
  display: block;
  height: 40px;
  width: 100%;
  margin: 5px 0;
  border-radius: 3px;
  padding: 0px 10px;
  border-width: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#form-content textarea{
 
  font-family: 'Montserrat', sans-serif;    
  display: block;
  height: 30px;
  width: 100%;
  margin: 5px 0;
  border-radius: 3px;
  padding: 0 5px;
  border-width: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transform: translateX(0);
    transform: translateX(0);
	resize: none;
  height: 100px;
  padding: 5px;
}
::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: rgba(0, 0, 0, 0.8);
  font-size: 90%;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-size: 90%;
}
/* Edge */
::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-size: 90%;
}
/* Default */
:placeholder-shown {
  color: #000;
  font-size: 100%;
}
input, select, textarea {
  color: #000;
}
.input.message {
  resize: none;
  height: 100px;
  padding: 5px;
}
.input.submit {
  background-color: #FFF;
  color: #33ABFF;
  font-size: 120%;
  height: 50px;
  box-shadow: 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s, -webkit-transform 0s 0.6s;
  transition: all 0.1s, -webkit-transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
}
.input.submit:active {
  margin-top: 10px;
  box-shadow: 0 0 rgba(0, 0, 0, 0.5);
}
#form-content .submit {
  background: #01204e;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  font-size: 120%;
  width:100%;
  height: 40px;
  cursor:pointer;
  border-style: solid;
  -webkit-transition: all 0.1s, -webkit-transform 0s 0.6s;
  transition: all 0.1s, -webkit-transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
}
#contact-form.submit:active {
  margin-top: 10px;
  box-shadow: 0 0 rgba(0, 0, 0, 0.5);
}
.input.form-error {
  -webkit-animation: error 0.8s ease;
          animation: error 0.8s ease;
  background: rgba(0, 0, 0, 0.2);
}
.input {
  -webkit-transition: -webkit-transform 0s 1s;
  transition: -webkit-transform 0s 1s;
  transition: transform 0s 1s;
  transition: transform 0s 1s, -webkit-transform 0s 1s;
}
.form-submitted .input {
  -webkit-transform: translateX(130%);
          transform: translateX(130%);
  opacity: 0;
  -webkit-transition: all 0.5s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.form-submitted textarea {
  -webkit-transform: translateX(130%);
          transform: translateX(130%);
  opacity: 0;
  -webkit-transition: all 0.5s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.form-submitted .input:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.form-submitted .input:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.form-submitted .input:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.form-submitted .input:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.form-submitted .input:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
@media (max-width: 600px) {
  #form-container.expand {
    height: 70%;
    width: 80%;
    max-width: 100%;
    overflow: initial;
    overflow-x: hidden;
    bottom: 3%;
  }
  h1 {
    font-size: 180%;
  }
  .icon:hover::before {
    -webkit-animation: none;
            animation: none;
  }
  .form-overlay {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
@-webkit-keyframes error {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@keyframes error {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
/* OWL Carowsel */
#owl-demo-three .item {
    margin: 15px;
}
#owl-demo-three .item img {
    display: block;
    width: 100%;
    height: auto;
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.32);
}
.owl-carowsel{
    padding: 20px 10px;
    margin: 10px;
    margin-bottom: 30px;
}

 
.custh1 {
    font-weight: 500;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 10px;
    margin: 10px 0px !important;
}
.expand .eng{
display:none
}