

/*@font-face {
    font-family: 'Corporative';
    src: url('../fonts/corporative-bold-webfont.eot');
    src: url('../fonts/corporative-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corporative-bold-webfont.woff2') format('woff2'),
         url('../fonts/corporative-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'Corporative';
    src: url('../fonts/corporative-regular-webfont.eot');
    src: url('../fonts/corporative-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corporative-regular-webfont.woff2') format('woff2'),
         url('../fonts/corporative-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/


h1, h2 { font-family: 'Poppins', sans-serif; }


.navbar-brand img {
  width: 240px;
  margin-top: 4px;
}

ul.slides img {
  width: 100%;
}

#slider {
    height: 100vh;
}


.form-wrapper h1 {
    font-size: 43px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 25px;
    text-transform: uppercase;
}

.form-wrapper h2 {
  font-size: 36px;
  margin-top: 30px;
}

.form-wrapper p {
  font-size: 22px;
  font-weight: 400;
  margin-top: 13px;
  margin-bottom: 55px;
  color: #fff;
  opacity: 1;
}

.form-title {
    font-size: 30px !important;
    font-weight: 500;
    margin-bottom: 15px !important;

}

.form-wrapper .form-group p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #fff;
    opacity: 1;
}

.fa-arrow-circle-o-right:before {
    margin-right: 7px;
    content: "\f18e";
}

.contact h2 {
    font-size: 30px;
    margin-top: 75px !important;
    margin-bottom: 10px !important;
    font-weight: 500;
}

.contact p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

a.contact-links {
    color: #fff;
}

a.contact-links:hover {
    color: #0084c8 !important;
}

.form-wrapper {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.53);

    }


    input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], textarea, .form-control {  width: 100%; }


    .slider-banner {   
    position: relative;
    z-index: 10; 
    background-color: transparent;
    right: 0;
    height: 100%; }


#slider .flexslider .slides .slide img {
    height: 100%;
    object-fit: cover;
}


#slider .flexslider { height: 100%; position: absolute;
    top: 0;
    left: 0; }


.navigation { position: relative; }


header {
    text-align: center;
}

.contact {
    text-align: center;
}


.form-wrapper { 
    padding: 30px 30px 30px 60px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h100 { height: 100% !important; }

input[type="radio"], input[type="checkbox"] {
    margin: 4px 6px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-check {
    display: flex;
    margin-bottom: 15px;
}

.btn, button {
  border-radius: 0;
  padding: 10px 25px;
}

.form-control {
  background-color: transparent;
  border-bottom: 2px #fff solid !important;
  padding: 12px 12px 12px 0 !important;
  color: #fff;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer p {
    font-size: 11px;
    margin: 60px 26px 0 0 !important;
    color: #9F9F9F;
}

.footer a {
    color: #9F9F9F;
}

a:hover, a:focus {
    color: #fff !important;
    text-decoration: none;
}


.btn:hover, .btn:active, .btn:focus, button:hover, button:active, button:focus {
    color: #000;
    background-color: #C7C7C7;
}

label {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: normal;
}

#form-slider-status {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0;
}

.contact i {
    margin-right: 7px;
}




@media (max-width: 991px) and (min-width: 768px) {

    #slider .flexslider {
    width: 100%;
}
.form-wrapper h1 {
    font-size: 55px;
  }

  .form-wrapper h2 {
    font-size: 27px;

}
.form-wrapper p {
    font-size: 17px;
}

.form-title {
    font-size: 27px !important;
}

.contact h2 {
    font-size: 27px;
}
.contact p {
    margin: 0px 0 7px 0;
    font-size: 15px;
}
.footer p {
    font-size: 11px;
    margin: 20px 25px 0 0 !important;
}

.navbar-brand img {
    width: 200px;
    margin-top: 4px;
}


}

@media (max-width: 767px) and (min-width: 500px) {

  .navbar-brand img {
    width: 180px;
}
.form-wrapper p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px;
}
.form-wrapper h2 {
    font-size: 22px;
    text-align: center;
}
.form-wrapper h1 {
    font-size: 35px;
    text-align: center;
}
.form-title {
    font-size: 22px !important;
    margin-bottom: 7px !important;
}
label {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.7em;
}
.contact h2 {
    font-size: 22px !important;
    margin-top: 45px !important;
    margin-bottom: 10px !important;
}

.contact p {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}
.footer p {
    font-size: 12px !important;
    margin: 15px 15px 0 0 !important;
}


}




@media (max-width: 500px) and (min-width: 375px) {

  button.navbar-toggle {
    display: none;
}

.navbar-brand img {
    width: 150px;
}

.slider-banner {
    
    margin-left: 0; 
}

.form-wrapper h1 {
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 21px;
}

.form-wrapper h2 {
    font-size: 23px;
    margin-top: 35px;
}
.form-wrapper p {
  font-size: 16px;
  margin-bottom: 40px;
}

.form-wrapper {
    padding: 30px;
}
.form-title {
    font-size: 23px !important;
    font-weight: 500;
    margin-bottom: 8px !important;
}

label {
   font-size: 12px;
}

.btn, button {
    margin-left: 25%;
}

.form-wrapper p {
    font-size: 14px;
    margin-bottom: 15px;
}

.footer p {
    font-size: 10px !important;
    color: #9F9F9F;
    text-align: center;
    margin: 0 !important;
}

header {
    text-align: center;
}


}

