
    /*header section*/
    .other-page-back {
        background-image: linear-gradient(rgba(45, 7, 54, 0.54) 0%, rgb(47, 4, 57) 77.5%), url("/Content/Home/assets/images/adventure-1.jpg");
        background-repeat: no-repeat;
        background-position: center center;
    }

    .z-5 {
        z-index: 5;
    }

    .relative {
        position: relative;
    }

    .image-container {
        position: relative;
    }

    .masthead__bg {
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 265px;
    }




   
    /*second section*/

    .back-off-white {
    background: #fef8f8;
}
    .layout-pb-lg {
    padding-bottom: 120px;
}
    .layout-pt-md {
    padding-top: 60px;
}
    .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
    .box-margin-minus-up {
    border-radius: 16px;
    margin-top: -200px;
    z-index: 11;
    position: relative;
}
    .box {
    border-radius: 16px;
    background: #fff;
}
    .shadow-3 {
    box-shadow: 0px 10px 30px 0px #05103608;
}
    .box-inner {
    position: relative;
}
    .box-content {
    padding: 50px;
}
    form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
    .box-content h4 {
    color: #C30057;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 30px;
}
    .mb-3 {
    margin-bottom: 1rem !important;
}
    .form label {
    color: #222;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: .5rem;
}
    label {
    display: inline-block;
}
    input:not([type="range"]), textarea {
    border: 1px solid #ced4da;
    outline: none;
    width: 100%;
    background-color: transparent;
}
    .form-control {
    display: block;
   
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
   
    background-clip: padding-box;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 50px;
}
   
button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    background-color:#C30057;
    color:#fef8f8;
    padding:2px;
    border-radius: 8px;
        font-weight: 500;
        font-size: 16px;
        height: 50px !important;
        padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 15px !important;
}
 
    .box {
    background: #fff;
}
    .box-margin-minus-up {
    border-radius: 16px;
    margin-top: -200px;
    z-index: 11;
    position: relative;
}
    .shadow-3 {
    box-shadow: 0px 10px 30px 0px #05103608;
}
    .box-inner {
    position: relative;
}
    .box-content {
    padding: 50px;
}

      .box-content  h5 {
    font-size: 1.25rem;
    font-weight: 600;
}
      .contact-info {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
      .contact-info h5 {
    font-weight: bold;
}
      .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
   
}
      .contact-box-content p {
    color: #393939;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    margin-top: 16px;
}
      .contact-info p {
    margin-bottom: 0.5rem;
}
     .contact-info  a {
    color: #622470;
    font-weight: 500;
}
    @media (min-width: 768px) {

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
        .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

     @media only screen and (min-width: 979px) {
        .container {
            width: 75%;
            max-width: 60rem;
        }
    }

    @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

    /**************/
   
