@font-face {
    font-family: 'Poppins';
    src: url('poppins-regular.woff2') format('woff2'),
        url('poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-medium.woff2') format('woff2'),
        url('poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-semibold.woff2') format('woff2'),
        url('poppins-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-semibolditalic.woff2') format('woff2'),
        url('poppins-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Vanitas';
    src: url('vanitas-regular.woff2') format('woff2'),
        url('vanitas-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vanitas-Extrabold';
    src: url('vanitas-extrabold.woff2') format('woff2'),
        url('vanitas-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-heavy.woff2') format('woff2'),
        url('avenirlt-heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT-Heavy';
    src: url('avenirnextltpro-heavy.woff2') format('woff2'),
        url('avenirnextltpro-heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('avenirnextltpro-regular.woff2') format('woff2'),
        url('avenirnextltpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('quicksand-regular.woff2') format('woff2'),
        url('quicksand-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.section_inner {
    margin: 0 auto;
    /* position: fixed; */
    /* width: 100%; */
    /* top: 0px; */
}
/*
    Header
------------------------------*/
.ln_header {
    padding-top: 230px;
    text-align: center;
    z-index: 9999;
    position: relative;
}
.ln_header .section_inner{
    position: fixed;
    width: 100%;
    top: 30px;
}
/* .ln_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
} */

/* .ln_logo img {
    width: 253px;
    height: 109px;
    margin: 0 auto;
    margin-bottom: 84px;
} */

.ln_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ln_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 28px;
    position: relative;
}

.ln_header_right li a {
    font-family: 'Poppins';
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: 1.45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #000000;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 5px 10px;
}

.ln_header_right li:last-child a {
    border: 1px solid #000;
}

.ln_header_right li a:hover:after {
    background-color: #e2a883;
}


/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 4vw;
    right: 5vw;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    background-color: #000;
    height: 5px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -5px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgba(239, 203, 191, 0.98);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.ln_logo img {
    width: 253px;
    /* height: 109px; */
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {

    /*
        Header
    ------------------------------*/
    .ln_header {
        padding-top: 15.972vw;
    }

    .ln_logo img {
        width: 17.569vw;
        /* height: 7.569vw; */
        margin-bottom: 2.778vw;
    }

    .ln_header_right li {
        padding-left: 1.944vw;
    }

    .ln_header_right li a {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        padding: 0.347vw 0.694vw;
    }

    .ln_header_right li:last-child a {
        border: 0.069vw solid #000;
    }


    /*
        Responsive Header
    ------------------------------*/


}

@media (max-width: 1140px) {

    .ln_header_right li a {
        font-size: 1.6573vw;
    }
    .ln_header {
        padding-top: 16.722vw;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .ln_logo img {
        max-width: 25vw;
        /* height: auto !important; */
    }
    
    .ln_header_right ul {
        display: none;
    }
    .ln_header {
        padding-top: 4.5vw;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }

    .responsive-menu-hand {
        display: block;
    }

    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 7vw;
        padding-right: 7vw;
        display: flex;
        justify-content: space-between;
    }

}

@media (max-width: 550px) {
    .ln_logo img {
        width: 100% !important;
        max-width: 39.5vw;
    }

    .ln_header {
        padding-top: 5.9vw;
    }
    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 4.5vw;
        padding-right: 6vw;
    }
    .ln_header_right{
        
position: relative;
        
padding-top: 5vw;
    }
    .responsive-menu-hand{
    /* top: 50%; */
    /* transform: translateY(-50%); */
    }
}

.sk_header.active{
    /* position: fixed; */
    width: 100%;
    /* top: 0px; */
    /* left: 0px; */
    /* background-color: #FFF; */
    /* z-index: 999; */
    /* padding-top: 0px; */
}
.sk_header.active .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: #FFF;
    z-index: 999;
    position: fixed;
    top: 0px;
}
.sk_header.active .ln_header_left{
    width: 25%;
    text-align: left;
}
.sk_header.active .ln_header_left a.ln_logo{
    display: inline-block;
    text-align: left;
}
.sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{
    margin-bottom: -7px;
    margin-left: 0px;
    width: 130px;
}
.sk_header.active .ln_header_right{
    width: 75%;
    text-align: right;
    padding-top: 13px;
}
.sk_header.active .ln_header_right ul{}


  .ln_header  .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/
    display: block;
    margin-top: -20px;
    }
    .ln_header  .user__avatar {
      height: 40px;
      max-height: 40px;
      margin: 0 0 0 1rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin-bottom: -11px;
      margin-left: 0px;
      }
    .ln_header  .user__dropdown {
      position: absolute;
      z-index: 9999;
      top: 22px;
      right: 0;
      display: none;
      padding: 20px 30px;
      text-align: left;
      white-space: nowrap;
      border-top: 0;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .ln_header  .user__dropdown--light a {
        color: #0a2338; }
      .ln_header  .user__dropdown--dark a {
        color: #fff; }
      .ln_header  .user__dropdown span {
        display: block; }
      .ln_header  .user__dropdown a {
        line-height: 32px !important;
        display: block;
        border: 0px solid #000 !important;
        }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }


@media (max-width: 1440px) {
    .sk_header.active{
        padding-top: 11.722vw;
        /* display: none; */
    }
}
@media (max-width: 1140px) {
    .sk_header.active .section_inner{padding-left: 4vw;padding-right: 4vw;}
    .sk_header.active .ln_header_left{width: 17%;}
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{width: 83%;padding-top: 7px;}
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}
@media (max-width: 1024px) {
    .sk_header.active .section_inner{ }
    .sk_header.active .ln_header_left{ }
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{padding-top: 1.2vw;}
    .sk_header.active .ln_header_right ul{/* display: none; */}
    .sk_header.active .ln_header_right ul li{
        padding-left: 1.5vw;
    }
    .sk_header.active .ln_header_right ul li a{
        font-size: 1.5vw;
    }
    .sk_header.active .ln_header_right .responsive-menu-hand{
        height: 5vw;
        /* width: 7vw; */
    }
}
@media (max-width: 768px) {
    .sk_header.active .section_inner{display: flex;justify-content: space-between;}
    .sk_header.active .ln_header_left{width: unset;}
    .sk_header.active .ln_header_left a.ln_logo{margin-bottom: -1vw;}
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{max-width: 14vw;}
    .sk_header.active .ln_header_right{width: unset;margin-top: 0vw;padding-top: 0vw;text-align: right;}
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}
@media (max-width: 550px) {
    .sk_header.active{
    opacity: 0;
    z-index: -999;
    padding-top: 0vw;
    /* display: none; */
    /* padding-top: 0vw; */
    padding-top: 26.1vw;
    }
    .sk_header.active .section_inner{display: none;}
    .sk_header.active .ln_header_left{ }
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{ }
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}


mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(
120deg
, #f2e2e0 0%, #f2e2e0 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 96%;
    color: inherit;
}




/*
    Section 8
------------------------------*/

.ln8 {
    padding-bottom: 69px;
    padding-top: 60px;
    background: #dbbdb8;
}

.ln8 .section_inner {
    width: 1106px;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.ln8_in {
    position: relative;
    z-index: 6;
    padding-top: 6px;
}

.ln8 h2 {
    font-family: Vanitas;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

.ln8 h5 {
    text-transform: uppercase;
    font-family: AvenirLT;
    font-size: 17px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 1.7px;
    text-align: center;
    color: #000000;
}
.ln8 h5 a {
    font-family: AvenirLT;
    color: #000000;
    font-family: 'AvenirLT';
}
#instagram_feed {
    overflow: hidden;
    margin-top: 29px;
}

.instagram_gallery a {
    margin-right: 32px;
    width: 22.80% !important;
    float: left !important;
}

.instagram_gallery a:last-child {
    margin-right: 0 !important;
}

.instagram_gallery a img {
    margin: 0 !important;
    width: 100% !important;
}

@media (max-width: 1440px) {

    .ln8 {
        padding-bottom: 4.792vw;
        padding-top: 4.167vw;
    }

    .ln8 .section_inner {
        width: 76.806vw;
    }

    .ln8_in {
        padding-top: 0.417vw;
    }

    .ln8 h2 {
        margin-bottom: 0.556vw;
    }

    #instagram_feed {
        margin-top: 2.014vw;
    }

    .instagram_gallery a {
        margin-right: 2.222vw;
    }



}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .ln8 {
        padding-bottom: 6.236vw;
        padding-top: 4.167vw;
    }


}

@media (max-width: 550px) {
    .ln8 {
        padding-bottom: 0;
        padding-top: 12vw;
        background-color: #dbbdb8;
    }

    .ln8 .section_inner {
        width: 100% !important;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .ln8_in {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6vw;
        padding-top: 0;
    }

    .ln8 h2 {
        margin-bottom: 0;
        margin-left: -4vw;
        margin-right: -4vw;
        margin-top: 0vw;
        background-color: transparent;
    }

    #instagram_feed {
        margin-top: 3.194vw;
    }

    .instagram_gallery a {
        margin-right: 0;
        width: 50% !important;
    }

}

/*
    section 9
------------------------------*/

.ln9 {
    background: #fff0f0;
    padding-top: 64px;
    padding-bottom: 73px;
}

.ln9 h2 {
    text-align: center;
    margin-bottom: 13px;
    font-family: Vanitas;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.1px;
    color: #000000;
}

.ln9 h2 mark {
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
    background-position: 0 96%;
}

.ln9 h5 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000000;
}

.ln9_form {
    width: 850px;
    margin: 0 auto;
    margin-top: 81px;
    position: relative;
    padding-left: 5px;
}

.ln9_form_in {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
}

.ln9 .form-control {
    background: transparent;
    border: 0;
    font-family: 'Poppins';
    font-size: 16px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    text-transform: uppercase;
    color: #000000;
}

.ln9 textarea {
    resize: none;
    height: 188px;
}

.button_middle {
    text-align: center;
    position: relative;
    margin-top: -10px;
}

.ln9 button {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.45px;
    color: #ffffff;
    background: #c7aa81;
    display: inline-block;
    width: auto;
    box-shadow: none;
    border: 0;
    position: relative;
    left: -1px;
    padding: 15px 58px;
}

.ln9 button:hover {
    background: #000;
    color: #fff;
}

.ln9 .form-group {
    margin-bottom: 19px;
}

.ln9 .text-field {
    width: 260px;
}

.ln9 .email-field {
    width: 312px;
}

.ln9 .sub-feild {
    padding-top: 13px;
}

.ln9 .text-area-field {
    padding-top: 17px;
    padding-bottom: 60px;
}

.ln9 .form-control::placeholder {
    color: #000;
    font-size: 20px;
    opacity: 1;
    /* Firefox */
}

.ln9 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.ln9 .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.ln9_contact {
    padding-top: 74px;
    padding-bottom: 75px;
}

.ln9_contact ul {
    display: flex;
    justify-content: center;
}

.ln9_contact ul li {
    display: flex;
}

.ln9_contact ul li img {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}

.ln9_contact_border {
    border-right: 5px solid #F7C06A;
    height: 58px;
    margin: 0 50px;
}

.ln9_contact ul li a {
    font-family: Poppins;
    font-size: 18.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 7px;
}

.ln9_bg_text {
    position: absolute;
    width: 1440px;
    left: 0;
    bottom: -10px;
    z-index: -1;
    background: url(about_bg.jpg);
    background-size: contain;
    width: 1434px;
    height: 106px;
}

.ln9_bg_text img {
    max-width: 100%;
}
.ln9 h2 mark br {
    display: none;
}
@media (max-width: 1440px) {

    .ln9 {
        padding-top: 4.444vw;
        padding-bottom: 5.069vw;
    }

    .ln9 h2 {
        margin-bottom: 0.903vw;
    }

    .ln9_form {
        width: 59.028vw;
        margin-top: 5.625vw;
        padding-left: 0.347vw;
    }

    .ln9_form_in {
        gap: 2.292vw;
    }

    .ln9 .form-control {
        font-size: 1.111vw;
        border-bottom: 0.069vw solid #000;
    }

    .ln9 textarea {
        height: 13.056vw;
    }

    .button_middle {
        margin-top: -0.694vw;
    }

    .ln9 button {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        left: -0.069vw;
        padding: 1.042vw 4.028vw;
    }

    .ln9 .form-group {
        margin-bottom: 1.319vw;
    }

    .ln9 .text-field {
        width: 18.056vw;
    }

    .ln9 .email-field {
        width: 21.667vw;
    }

    .ln9 .sub-feild {
        padding-top: 0.903vw;
    }

    .ln9 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }

    .ln9 .form-control::placeholder {
        font-size: 1.389vw;
    }

    .ln9_contact {
        padding-top: 5.139vw;
        padding-bottom: 5.208vw;
    }

    .ln9_contact ul li img {
        width: 2.083vw;
        height: 2.083vw;
        margin-top: 0.556vw;
    }

    .ln9_contact_border {
        border-right: 0.347vw solid #F7C06A;
        height: 4.028vw;
        margin: 0 3.472vw;
    }

    .ln9_contact ul li a {
        font-size: 1.285vw;
        letter-spacing: 0.139vw;
        padding-left: 1.389vw;
        padding-top: 0.486vw;
    }

    .ln9_bg_text {
        width: 100vw;
        bottom: -0.694vw;
        width: 99.583vw;
        height: 7.361vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .ln9 .form-control {
        font-size: 1.311vw;
        border-bottom: 0.069vw solid #000;
    }
}

@media (max-width: 768px) {
    .ln9_form {
        width: 64vw;
        margin-top: 5.625vw;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .ln9 button {
        font-size: 2vw;
        letter-spacing: 0.101vw;
        left: -0.069vw;
        padding: 1.042vw 4.028vw;
    }

    .ln9 .form-control {
        font-size: 2.5vw;
        border-bottom: 0.069vw solid #000;
    }

}

@media (max-width: 550px) {

    .ln9_form {
        width: 56vw;
        margin-top: 5vw;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        padding-top: 3vw;
    }

    .ln9 .form-control {
        text-align: center;
        font-size: 3.433vw;
        line-height: 1.69;
        letter-spacing: 0.172vw;
        border-bottom: 0.069vw solid #000;
    }

    .ln9 button {
        font-size: 3.112vw;
        font-weight: 600;
        line-height: 1.72;
        letter-spacing: 0.311vw;
        left: -0.069vw;
        padding: 3.042vw 12.428vw;
        margin-top: 4vw;
    }

    .ln9 .form-group {
        margin-bottom: 1.319vw;
    }

    .ln9 .text-field {
        width: unset;
        margin-bottom: 2.6vw;
    }

    .ln9 .email-field {
        width: unset;
    }

    .ln9 .sub-feild {
        padding-top: 0.903vw;
    }

    .ln9 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }

    .ln9 .form-control::placeholder {
        text-align: center;
        font-size: 3.433vw;
        line-height: 1.69;
        letter-spacing: 0.172vw;
    }

    .ln9_form_in {
        display: unset;
        flex-wrap: unset;
        gap: unset;
    }


    .ln9 {
        padding-top: 10.444vw;
        padding-bottom: 9.469vw;
    }

    .ln9 h2 {
        font-size: 11.803vw;
        line-height: 1.05;
        letter-spacing: 0.236vw;
        white-space: unset;
        margin-bottom: 2.5vw;
    }

    .ln9 h2 mark {
        background-position: 0 96%;
        background-size: 99% 61%;
    }
    .ln9 h2 mark br {
        display: block;
    }
}




/*
    footer
------------------------------*/

.site_footer {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background: #000;
    padding: 25px 0 5px;
    margin-top: 800px;
    margin-top: 3px;
}

.site_footer p {
    font-size: 15px;
    letter-spacing: 0.9px;
    margin-bottom: 14px;
}
.site_footer .divider{
    
}
.site_footer .text2{
    text-transform: uppercase;
}
.site_footer .text2 a{
    color:#6bbdb9;
}
@media (max-width: 1440px){
    
    .site_footer {
        font-size: 1.042vw;
        padding: 1.736vw 0 0.347vw;
        margin-top: 55.556vw;
        margin-top: 0.208vw;
    }
    .site_footer p {
        font-size: 1.042vw;
        letter-spacing: 0.063vw;
        margin-bottom: 0.972vw;
    }
    
}

@media (max-width: 1024px){
    .site_footer p {
        font-size: 1.5vw;
        letter-spacing: 0.1vw;
        margin-bottom: 0.972vw;
    }
}
@media (max-width: 768px){
    .site_footer {
      
        padding: 1.736vw 0 0.347vw;
        margin-top: 55.556vw;
        margin-top: 0.208vw;
    }
    .site_footer .text2{
		display:block;
	}
	.site_footer .divider{
		display:none;
	}
}

@media (max-width: 550px){

    .site_footer{
        margin-top: 0
    }
    .site_footer p {
        font-size: 2.917vw;
        padding-top: 3vw;
        padding-bottom: 3.3vw;
        letter-spacing: 0.7px;
        position: relative;
        top: 0vw;
        margin-bottom: 0vw;
    }
}



@media (max-width: 550px) {

    .mobile_only {
        display: block;

    }

    .mobile_block {
        display: none;
    }

    .m_br {
        display: block !important;
    }

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

}








/* 
---new project css start here 
---new 2 font family imported 1.Vanitas-Extrabold & 2.AvenirLT-Heavy
*/
.contact_s1_top{
    height: 520px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 47px;
}
.contact_s1_top .section_inner{}

.contact_s1{
    padding-top: 75px;
    padding-bottom: 77px;
}
.contact_s1 .section_inner{
    width: 1016px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.contact_s1_left{
    width: 38.1%;
    text-align: right;
    padding-bottom: 60px;
}
.contact_s1_left h1{
    margin-bottom: 13px;
    font-family: Vanitas;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.1px;
    color: #000000;
}
.contact_s1_left h1 mark{
    padding-right: 2px;
}
.contact_s1_left article{}
.contact_s1_left article h5{
    margin-bottom: 13px;
    font-family: Vanitas;
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.9px;
    color: #000000;
    margin-right: -2px;
}
.contact_s1_left article h5 br{}

.contact_s1_right{
    width: 61.9%;
    padding-left: 81px;
}
.contact_s1_form{
    padding-top: 130px;
}
.contact_s1_form form{}

.contact_s1_form_in{}
.contact_s1_form_in input{
    background: transparent;
    border: 0;
    font-family: 'Poppins';
    font-size: 16px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    padding-bottom: 8px;
    margin-bottom: 35px;
}
.contact_s1_form_in textarea{
    background: transparent;
    border: 0;
    font-family: 'Poppins';
    font-size: 16px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    /* text-transform: uppercase; */
    color: #000000;
    height: 185px;
    margin-bottom: 42px;
}
.contact_s1_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.contact_s1_form_in input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.contact_s1_form_in input:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.contact_s1_form_in input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.contact_s1_form_in textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  text-transform: uppercase;
}
.contact_s1_form_in textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  text-transform: uppercase;
}
.contact_s1_form_in textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  text-transform: uppercase;
}
.contact_s1_form_in textarea:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  text-transform: uppercase;
}
.contact_s1_form_in .button_middle{
    text-align: left;
}
.contact_s1_form_in .button_middle button{
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3.45px;
    color: #ffffff;
    background: #c7aa81;
    display: inline-block;
    width: auto;
    box-shadow: none;
    border: 0;
    position: relative;
    left: -1px;
    padding: 16px 41px 15px 45px;
}
.contact_s1_form_in .button_middle button span{}

@media (max-width: 1440px) {
    .contact_s1_top{
        height: 36.111vw;
        margin-top: 3.264vw;
    }
    .contact_s1_top .section_inner{}

    .contact_s1{
        padding-top: 5.208vw;
        padding-bottom: 5.347vw;
    }
    .contact_s1 .section_inner{
        width: 70.556vw;
    }

    .contact_s1_left{
        padding-bottom: 4.167vw;
    }
    .contact_s1_left h1{
        margin-bottom: 0.903vw;
        font-size: 3.819vw;
        letter-spacing: 0.076vw;
    }
    .contact_s1_left h1 mark{
        padding-right: 0.139vw;
    }
    .contact_s1_left article{}
    .contact_s1_left article h5{
        margin-bottom: 0.903vw;
        font-size: 2.569vw;
        letter-spacing: 0.063vw;
        margin-right: -0.139vw;
    }
    .contact_s1_left article h5 br{}

    .contact_s1_right{
        padding-left: 5.625vw;
    }
    .contact_s1_form{
        padding-top: 9.028vw;
    }
    .contact_s1_form form{}

    .contact_s1_form_in{}
    .contact_s1_form_in input{
        font-size: 1.111vw;
        letter-spacing: 0.069vw;
        padding-bottom: 0.556vw;
        margin-bottom: 2.431vw;
    }
    .contact_s1_form_in textarea{
        font-size: 1.111vw;
        height: 12.847vw;
        margin-bottom: 2.917vw;
    }
    .contact_s1_form_in .button_middle button{
        font-size: 1.007vw;
        letter-spacing: 0.24vw;
        left: -0.069vw;
        padding: 1.111vw 2.847vw 1.042vw 3.125vw;
    }
    .contact_s1_form_in .button_middle button span{}
}
@media (max-width: 1140px) {
    .contact_s1_top{
        height: 45.614vw;
        margin-top: 4.123vw;
    }
    .contact_s1_top .section_inner{}

    .contact_s1{
        padding-top: 6.579vw;
        padding-bottom: 6.754vw;
    }
    .contact_s1 .section_inner{
        width: 89.123vw;
    }

    .contact_s1_left{
        padding-bottom: 5.263vw;
    }
    .contact_s1_left h1{
        margin-bottom: 1.14vw;
        font-size: 4.825vw;
        letter-spacing: 0.096vw;
    }
    .contact_s1_left h1 mark{
        padding-right: 0.175vw;
    }
    .contact_s1_left article{}
    .contact_s1_left article h5{
        margin-bottom: 1.14vw;
        font-size: 3.246vw;
        letter-spacing: 0.079vw;
        margin-right: -0.175vw;
    }
    .contact_s1_left article h5 br{}

    .contact_s1_right{
        padding-left: 7.105vw;
    }
    .contact_s1_form{
        padding-top: 11.404vw;
    }
    .contact_s1_form form{}

    .contact_s1_form_in{}
    .contact_s1_form_in input{
        font-size: 1.404vw;
        letter-spacing: 0.088vw;
        padding-bottom: 0.702vw;
        margin-bottom: 3.07vw;
    }
    .contact_s1_form_in textarea{
        font-size: 1.404vw;
        height: 16.228vw;
        margin-bottom: 3.684vw;
    }
    .contact_s1_form_in .button_middle button{
        font-size: 1.272vw;
        letter-spacing: 0.303vw;
        left: -0.088vw;
        padding: 1.404vw 3.596vw 1.316vw 3.947vw;
    }
    .contact_s1_form_in .button_middle button span{}
}
@media (max-width: 1024px) {
    .contact_s1_top{
        height: 35.781vw;
        margin-top: 4.59vw;
    }
    .contact_s1_top .section_inner{}

    .contact_s1{
        padding-top: 7.324vw;
        padding-bottom: 7.52vw;
    }
    .contact_s1 .section_inner{
        width: 86%;
    }

    .contact_s1_left{
        padding-bottom: 5.859vw;
    }
    .contact_s1_left h1{
        margin-bottom: 1.27vw;
        font-size: 5.371vw;
        letter-spacing: 0.107vw;
    }
    .contact_s1_left h1 mark{
        padding-right: 0.195vw;
    }
    .contact_s1_left article{}
    .contact_s1_left article h5{
        margin-bottom: 1.27vw;
        font-size: 3.613vw;
        letter-spacing: 0.088vw;
        margin-right: -0.195vw;
    }
    .contact_s1_left article h5 br{}

    .contact_s1_right{
        padding-left: 7.91vw;
    }
    .contact_s1_form{
        padding-top: 12.695vw;
    }
    .contact_s1_form form{}

    .contact_s1_form_in{}
    .contact_s1_form_in input{
        font-size: 1.563vw;
        letter-spacing: 0.098vw;
        padding-bottom: 0.781vw;
        margin-bottom: 3.418vw;
    }
    .contact_s1_form_in textarea{
        font-size: 1.563vw;
        height: 18.066vw;
        margin-bottom: 4.102vw;
    }
    .contact_s1_form_in .button_middle button{
        font-size: 1.416vw;
        letter-spacing: 0.337vw;
        left: -0.098vw;
        padding: 1.563vw 4.004vw 1.465vw 4.395vw;
    }
    .contact_s1_form_in .button_middle button span{}
}
@media (max-width: 768px) {
    .contact_s1_top{
        height: 35.708vw;
        margin-top: 1.12vw;
    }
    .contact_s1_top .section_inner{}

    .contact_s1{
        padding-top: 9.766vw;
        padding-bottom: 10.026vw;
    }
    .contact_s1 .section_inner{
        width: 76.806vw;
    }

    .contact_s1_left{
        padding-bottom: 0vw;
        width: 100%;
        text-align: center;
    }
    .contact_s1_left h1{
        margin-bottom: 1.693vw;
        font-size: 7.161vw;
        letter-spacing: 0.143vw;
    }
    .contact_s1_left h1 mark{
        padding-right: 0.26vw;
    }
    .contact_s1_left article{}
    .contact_s1_left article h5{
        margin-bottom: 1.693vw;
        font-size: 4.818vw;
        letter-spacing: 0.117vw;
        margin-right: -0.26vw;
    }
    .contact_s1_left article h5 br{}

    .contact_s1_right{
        padding-left: 0vw;
        width: 100%;
    }
    .contact_s1_form{
        padding-top: 7.927vw;
    }
    .contact_s1_form form{}

    .contact_s1_form_in{}
    .contact_s1_form_in input{
        font-size: 2.083vw;
        letter-spacing: 0.13vw;
        padding-bottom: 1.042vw;
        margin-bottom: 4.557vw;
    }
    .contact_s1_form_in textarea{
        font-size: 2.083vw;
        height: 24.089vw;
        margin-bottom: 5.469vw;
    }
    .contact_s1_form_in .button_middle button{
        font-size: 1.888vw;
        letter-spacing: 0.449vw;
        left: -0.13vw;
        padding: 2.083vw 5.339vw 1.953vw 5.859vw;
    }
    .contact_s1_form_in .button_middle button span{}
}
@media (max-width: 550px) {
    .contact_s1_top{
        height: 40vw;
        margin-top: 1.792vw;
    }
    .contact_s1_top .section_inner{}

    .contact_s1{
        padding-top: 10.625vw;
        padding-bottom: 16.042vw;
    }
    .contact_s1 .section_inner{
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .contact_s1_left{
        /* padding-bottom: 12.5vw; */
    }
    .contact_s1_left h1{
        margin-bottom: 2.708vw;
        font-size: 11.803vw;
        letter-spacing: 0.229vw;
    }
    .contact_s1_left h1 mark{
        padding-right: 0.417vw;
    }
    .contact_s1_left article{}
    .contact_s1_left article h5{
        margin-bottom: 2.708vw;
        font-size: 6.708vw;
        letter-spacing: 0.188vw;
        margin-right: 0vw;
    }
    .contact_s1_left article h5 br{}

    .contact_s1_right{
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .contact_s1_form{
        /* padding-top: 27.083vw; */
    }
    .contact_s1_form form{}

    .contact_s1_form_in{}
    .contact_s1_form_in input{
        font-size: 3.333vw;
        letter-spacing: 0.208vw;
        padding-bottom: 1.667vw;
        margin-bottom: 7.292vw;
        text-align: center;
    }
    .contact_s1_form_in textarea{
        font-size: 3.333vw;
        height: 31.542vw;
        margin-bottom: 8.75vw;
        text-align: center;
    }
    .contact_s1_form_in .button_middle button{
        font-size: 3.021vw;
        letter-spacing: 0.719vw;
        left: -0.208vw;
        padding: 3.333vw 8.542vw 3.125vw 9.375vw;
    }
    .contact_s1_form_in .button_middle button span{}
    .contact_s1_form_in .button_middle{
        text-align: center;
    }
}
