@charset "UTF-8";
/*Add font ================================*/
.full.contact {
  padding: 0;
}
.full.contact .nav {
  padding: 0;
}
.full.contact .ims_navigation {
  padding: 13px 0;
}
.full.contact .ims_navigation .container {
  padding: 0;
}

#contact_content {
  padding-top: 40px;
}
#contact_content .form_box {
  padding-bottom: 40px;
}
#contact_content .title {
  color: #112562;
  text-align: left;
  font-size: 28px;
  text-transform: uppercase;
  font-family: inherit;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 992px) {
  #contact_content .title {
    line-height: 1;
  }
}
#contact_content .title:before {
  content: "";
  width: 12px;
  height: 12px;
  position: static;
  display: inline-block;
  margin-right: 5px;
  border: none;
  background: #ffc107;
  position: relative;
  top: -1px;
  display: none;
}
#contact_content #contact_info .contact-line {
  border-bottom: 1px solid #e0e0e0;
}
#contact_content #contact_info .contact-line:nth-child(1) .contact-item:before {
  content: "";
}
#contact_content #contact_info .contact-line:nth-child(2) .col-sm-6:nth-child(1) .contact-item:before {
  content: "";
}
#contact_content #contact_info .contact-line:nth-child(2) .col-sm-6:nth-child(2) .contact-item:before {
  content: "";
}
#contact_content #contact_info .contact-line:nth-child(3) .col-sm-6:nth-child(1) .contact-item:before {
  content: "";
}
#contact_content #contact_info .contact-line:nth-child(3) .col-sm-6:nth-child(2) .contact-item:before {
  content: "";
}
#contact_content #contact_info .contact-line .contact-item {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
#contact_content #contact_info .contact-line .contact-item:before {
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 36px;
  position: absolute;
  left: 0;
  color: #ffc107;
}
#contact_content #contact_info .contact-line h4 {
  font-size: 14px;
  margin: 5px 0;
}
#contact_content #contact_info .contact-line p {
  padding: 0;
  font-size: 13px;
}
@media (max-width: 823px) {
  #contact_content .contact_right {
    margin-top: 25px;
  }
}

#contact_form .title {
  border-bottom: 0;
}
#contact_form .form-group {
  margin: 0;
  font-size: 13px;
}
#contact_form .form-group label {
  font-weight: 400;
}
#contact_form .form-group label span {
  color: #f00909;
}
#contact_form .form-group input {
  height: 40px;
}
#contact_form .form-group input, #contact_form .form-group textarea {
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  margin-bottom: 25px;
  background: transparent;
}
#contact_form .form-group textarea {
  height: 85px;
}
#contact_form .row-btn {
  margin-top: 10px;
}
@media (min-width: 992px) {
  #contact_form .row-btn {
    text-align: center;
    text-align: justify;
  }
}
#contact_form .row-btn .btn-contact {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 45px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 7px;
  background-color: #112562;
  transition: all 0.3s ease;
}
#contact_form .row-btn .note {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  font-style: italic;
  color: #1d1d1d;
  display: block;
  padding: 15px;
}
@media (min-width: 992px) {
  #contact_form .row-btn .note {
    display: inline-block;
    padding: 0 15px;
  }
}

#contact_map {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: 34%;
  position: relative;
}

#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map_canvas a {
  background: none;
}

@media (max-width: 991px) {
  #contact_form {
    width: 100%;
  }

  #contact_map {
    padding-top: 50%;
  }
}
@media (max-width: 399px) {
  #contact_form label,
#contact_form .input_text,
#contact_form .textarea {
    width: 100%;
  }
}