    
    .page_header{
        background: url(../../images/bg-events.jpg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        width: 100%;
        background-position: center center;
        position: relative;
        margin-top: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .page_header .page-content {
        position: relative;
    }
    .page_header::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.7);
    }
    .page_header .page-content h1, .page_header .page-content p {
        color: #fff;
    }

    .page_header .page-content h1 {
        font-size: 2.5rem;
        margin-top: 1rem;
        margin-bottom: 10px;
        color: #3ACCC1;
    }
    .page_header .page-content .page_nav {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        padding: 10px 40px 20px;
        margin-top: 0;
        color: #bbb;
        font-size: 15px;
        float: right;
        width: 100%;
        left: 0;
    }
    .page_header .page-content .page_nav a {
        display: inline-block;
        margin: 0 10px;
        color: #eee;
    }
    .page_header .page-content .page_nav span i {
        margin-right: 5px;
    }
    .row-title {
        margin-top : 40px;
    }
    .row-title h3 {
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #FF516A;
    } 

    /** CONTACT PAGE **/
    .container-form {
      padding: 30px 0;
    }
    .container-form h2 {
        font-size: 26px;
        font-weight: bold;
    }
    .media:first-child {
        margin-top: 0;
    }

    .media {
        padding: 30px;
        background: #f5f5f5;
        border: 1px solid #f3f3f3;
        margin-bottom: 15px;
        position: relative;
        text-align: center;
    }
    .media h4 {
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }
    .container-form p {
        line-height: 22px;
        font-weight: 500;
        font-size: 14px;
    }
    @media(min-width : 992px){
      .form-padding {
          padding: 50px;
      }
    }
          .form-area label {
        font-weight: 600;
        font-size: 12px;
        color: #575757;
    }
    .form-area .form-control {
        height: 40px;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
        padding-left: 0;
    }
    textarea {
        height: 80px!important;
        resize : none;
    }
    .thm-btn{
        background: #02BEAF;
        border-radius: 30px;
        display: inline-block;
        color: #fff!important;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 8px 40px;
        border: 2px solid transparent;
        transition: all .3s ease;
        margin-top: 15px;
    }
    .thm-btn.small{
      padding: 5px 18px;
      margin-bottom: 10px;
      font-weight: normal;
    }
    .thm-btn:hover{
      background: #FF516A;
    }
    .iframe-contact {
        height: 450px;
        width: 100%;
    }
    .table-bed tr td{
        border: none!important;
    }
    .fluxImg{
        object-fit : cover;
    }

    @media(max-width: 992px) {
        .page_header{
            margin-top: 45px;
        }
    }