
/* 20. contact */
.map-wrapper iframe {
    height: 600px;
    border: 0;
    width: 100%;
  }
  
  .contact-address-wrapper {
    padding: 0 15px 42px;
  }
  
  .contact-address-icon {
    margin-bottom: 34px;
  }
  .contact-address-icon i {
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    background: -moz-linear-gradient(-28deg, #1abc9c 0%, #1abc9c 99%);
    background: -webkit-linear-gradient(-28deg, #1abc9c 0%, #1abc9c 99%);
    background: -ms-linear-gradient(-28deg, #1abc9c 0%, #1abc9c 99%);
    margin-top: -71px;
    border-radius: 50%;
  }
  
  .contact-address-text h2 {
    font-size: 30px;
    position: relative;
    margin-bottom: 23px;
    padding-bottom: 27px;
  }
  .contact-address-text h2::before {
    position: absolute;
    content: "";
    background: #ababb6;
    bottom: 0;
    height: 3px;
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contact-address-text span {
    color: #6a6a6a;
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    line-height: 1.6;
  }
  
  .contacts-form input {
    border: 2px solid #dcdcdc;
    height: 70px;
    margin-bottom: 30px;
    padding: 0 28px;
    width: 100%;
    font-size: 15px;
    color: #6a6a6a;
    font-weight: 500;
  }
  .contacts-form textarea {
    border: 2px solid #dcdcdc;
    height: 170px;
    margin-bottom: 30px;
    padding: 28px;
    width: 100%;
    font-size: 15px;
    color: #6a6a6a;
    font-weight: 500;
  }
  
  .contacts-form input:focus {
    border-color: #1abc9c;
  }
  
  .contacts-form textarea:focus {
    border-color: #1abc9c;
  }
  
  #contacts-form input::-moz-placeholder {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
  }
  
  #contacts-form input::placeholder {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
  }
  
  #contacts-form textarea::-moz-placeholder {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
  }
  
  #contacts-form textarea::placeholder {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
  }
  
  .contacts-icon {
    position: relative;
  }
  
  .contacts-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 18px;
    text-align: center;
    right: 25px;
    color: #1abc9c;
    top: 22px;
  }
  
  
  
  .contacts-us-form-button .btn {
    padding: 23px 74px 25px;
  }
  
  .contacts-form-button button.c-btn {
    border: none;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
  }

  .c-btn {
    backface-visibility: hidden;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 24px 33px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background-image: -moz-linear-gradient(-28deg, #1abc9c 0%, #1abc9c 99%);
    background-image: -webkit-linear-gradient(-28deg, #1abc9c 0%, #1abc9c 99%);
    background-image: -ms-linear-gradient(-28deg, #1abc9c 0%, #1abc9c 99%);
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
}



/* 18. breadcrumb */
.breadcrumb-area {
    background-size: cover;
    background-position: center center;
  }
  @media (max-width: 767px) {
    .breadcrumb-text {
      padding-top: 100px;
      padding-bottom: 60px;
    }
  }
  .breadcrumb-text h1 {
    color: #ffffff;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;

    margin-top: 85px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-text h1 {
      font-size: 60px;
    }
  }
  @media (max-width: 767px) {
    .breadcrumb-text h1 {
      font-size: 40px;
    }
  }
  
  .breadcrumb-menu {
    background: #ffffff;
    display: inline-block;
    padding: 30px 56px;
    transform: translateY(45px);
    box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.57);
    border-radius: 50px;
  }
  @media (max-width: 767px) {
    .breadcrumb-menu {
      padding: 30px 15px;
    }
  }
  .breadcrumb-menu li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
  }
  .breadcrumb-menu li::before {
    content: "";
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    top: 5px;
    left: -5px;
    font-family: "Font Awesome 5 Pro";
    color: #1e1e2a;
    font-size: 20px;
  }
  @media (max-width: 767px) {
    .breadcrumb-menu li::before {
      font-size: 20px;
      top: 2px;
    }
  }
  .breadcrumb-menu li:first-child::before {
    display: none;
  }
  .breadcrumb-menu li a {
    color: #1e1e2a;
    font-size: 26px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
  }
  @media (max-width: 767px) {
    .breadcrumb-menu li a {
      font-size: 20px;
    }
  }
  .breadcrumb-menu li span {
    color: #1abc9c;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
  }
  @media (max-width: 767px) {
    .breadcrumb-menu li span {
      font-size: 20px;
    }
  }

  .section-title > span {
    color: #1abc9c;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.footer a:hover {
    color: white;
}


.btn-primary:active {
    background-color: #ababb6;
    border-color: #666666;
}

.hostimg img {
    vertical-align: middle;
    width: 130px;
}