@import url("bootstrap.min.css");
@import url("animated.css");
@import url("navigation.css");
@import url("font-awesome.min.css");
@import url("style_contact.css");
/* @import url("contact-buttons.css"); */
@import url("style.css");

.banner-wrap {
   transition: height .2s linear;
   overflow: hidden;
   background-image: url('../images/contact-us-1024x495.jpg');
}

.banner-wrap-inner {
   background: rgba(46, 169, 158, 0.95);
}

.banner-wrap-inner h2 {
   margin: 0;
   color: #fff;
   text-transform: none;
   font-family: 'Open Sans', sans-serif;
   font-size: 70px;
   padding-bottom: 25px;
   padding-top: 15px;
}

.banner-wrap-inner h4 {
   color: #fff;
   font-family: 'Open Sans', sans-serif;
   text-transform: none;
   line-height: 30px;
   margin-bottom: 30px;
}

.padtop50 {
   padding-top: 50px;
}

textarea {
   resize: none;
}

h2.title {
   margin-top: 10px;
   color: #f05523;
   text-transform: none;
}

.submit:hover {
   color: #fff;
   background: #f05523;
}

.submit {
   width: 300px;
   height: 50px;
   outline: none;
   border: 1px solid #f05523;
   background: transparent;
   border-radius: 5px;
   font-weight: 400;
   font-size: 22px;
   color: #f05523;
   transition: all .4s ease;
}

.contact-form .row1 input[type="text"],
.contact-form .row1 input[type="email"],
.contact-form .row1 input[type="tel"],
.contact-form .row1 textarea {
   font-weight: 400;
   font-size: 22px;
   padding-left: 30px;
   border: 1px solid #6d6e70;
   border-radius: 5px;
   outline: none;
}

.contact-form .row1 input[type="text"]:focus,
.contact-form .row1 input[type="email"]:focus,
.contact-form .row1 input[type="tel"]:focus,
.contact-form .row1 textarea:focus {
   border: 1px solid #f05523;
}

.block-section {
   padding-bottom: 0;
}

.row1 label {
   margin-left: 10px;
}

.light,
.light .contact-form a,
.light .contact-info a {
   color: #2f334e;
}

.light .contact-info a:hover {
   color: #f05523;
}

.info-field a:hover {
   color: #f05523;
}

.input_form #success,
.input_form #error {
   position: absolute;
   top: -20px;
   display: block;
   right: 0;
   left: -20px;
   bottom: -20px;
   background: rgba(0, 0, 0, 0.9);
   display: none;
}

.input_form #success {
   color: #a2d002;
}

.input_form #success p,
.input_form #error p {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   margin: 0;
}

.input_form #error {
   color: orangered;
}

.loaded #loader-wrapper {
   visibility: hidden;
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
   -webkit-transition: all 0.1s ease-out;
   transition: all 0.1s ease-out;
}

#loader-wrapper {
   width: 100%;
   height: 100%;
   z-index: 1000;
}

.loaded #loader {
   opacity: 0;
   -webkit-transition: all 0.1s ease-out;
   transition: all 0.1s ease-out;
}

#loader {
   display: block;
   position: absolute;
   left: 50%;
   top: 50%;
   width: 150px;
   height: 150px;
   margin: -75px 0 0 -75px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: transparent;
   border-top-color: #3498db;
   -webkit-animation: spin 2s linear infinite;
   animation: spin 2s linear infinite;
   z-index: 1001;
}

#loader::before {
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: transparent;
   border-top-color: #e74c3c;
   -webkit-animation: spin 3s linear infinite;
   animation: spin 3s linear infinite;
}

.loaded #loader-wrapper {
   visibility: hidden;
}

#loader::after {
   content: "";
   position: absolute;
   top: 15px;
   left: 15px;
   right: 15px;
   bottom: 15px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: transparent;
   border-top-color: #f9c922;
   -webkit-animation: spin 1.5s linear infinite;
   animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.9);
   z-index: 1000;
   -webkit-transform: translateX(0);
   transform: translateX(0);
}

.section-title .title {
   color: #ffffff;
   text-transform: uppercase;
}

.section-title .title::after {
   background: #ffffff;
}

.boxx-info {
   position: relative;
   padding-bottom: 10px
}

.boxx {
   display: inline-block;
   vertical-align: middle
}

@-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

@keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

@media(min-width:768px) {
   .banner-wrap-inner {
      text-align: left;
      padding-top: 200px;
      height: 450px;
   }

   .banner-wrap-inner h2 {
      font-size: 70px;
   }
}

@media(max-width:767px) {
   .banner-wrap-inner h2 {
      padding-top: 100px;
   }
}

@media(max-width:640px) {
   .banner-wrap-inner h2 {
      padding-top: 120px;
   }
}

@media only screen and (max-width:480px) {
   .contact-form {
      padding-right: 0;
   }

   .banner-wrap-inner h2 {
      font-size: 55px;
      line-height: 50px;
   }
}

@media(max-width:320px) {
   .submit {
      width: 100%;
   }

   .banner-wrap-inner h2 {
      font-size: 50px;
      line-height: 45px;
   }
}