@import url(https://fonts.googleapis.com/css?family=Nunito);.display-inline-block {
  display: inline-block;
}

.padding-container-0 {
  padding: 0;
}

.ms input[type=text],
.ms input[type=email],
.ms input[type=url],
.ms input[type=password],
.ms input[type=search],
.ms input[type=tel],
.ms input[type=number],
.ms textarea,
.ms select,
.ms .form-control {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.ms input[type=text],
.ms input[type=email],
.ms input[type=url],
.ms input[type=password],
.ms input[type=search],
.ms input[type=tel],
.ms input[type=number],
.ms select {
  height: 55px;
}

.ms form label + [class*=icon2-],
.ms form label + [class*=fa-] {
  top: 21px;
}

.pp_content_container .pp_details {
  display: none;
}

.intro_section .slide_description_wrapper {
  padding: 10px 0 50px;
}

@media (max-width: 992px) {
  .intro_section .flexslider .container {
    position: absolute;
    top: 30px;
  }

  .intro_section p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 30px;
  }

  .intro_section .theme_button.color2,
  .intro_section .theme_button.color3 {
    padding: 10px 18px;
  }

  .intro_section .display-inline-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .intro_section .flexslider .container {
    top: 10px;
  }

  .intro_section .slide_description {
    padding: 20px 0;
  }

  .intro_section h3 {
    font-size: 20px;
  }

  .intro_section p {
    margin-bottom: 20px;
  }
}

@media (max-width: 552px) {
  .intro_section .slide_description {
    padding: 5px 0;
  }
}

.page_about.background_cover {
  background-image: url("/img/blur-bg.jpg");
}

.rounded-img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .rounded-img {
    margin-top: 120px;
  }
}

#map {
  height: 400px;
  margin-bottom: -10px;
}

@media screen and (min-width: 992px) {
  #map {
    height: 900px;
  }
}

.page_contact .theme_button.color2 {
  color: #ffffff;
  border-color: #43aee1;
  background-color: #43aee1;
}

.page_contact .theme_button.color2:hover,
.page_contact .theme_button.color2:focus,
.page_contact .theme_button.color2:active {
  background-color: #0f1653;
  border-color: #0f1653;
}

.g-recaptcha {
  display: inline-block;
}

@media (max-width: 991px) {
  .toggle_menu {
    margin-top: -55px;
  }
}

