@import url('https://fonts.googleapis.com/css2?family=Rozha+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
.navbar .logo a img {
    height: 175px;
    position: absolute;
    left: 0;
    top: 0;
}
.navbar .logo a {
    position: relative;
    width: 140px;
}
.navbar {
    padding: 15px 30px;
}
.section1 .slider-texts .swiper-slide h1 {
  margin-bottom: 30px;
}

h1#bnrbnrtxt {
  font-family: 'Rozha One', serif;
  color: #000;
  font-size: 105px;
  font-weight: 400;
  line-height: 1;
}


h1#bnrbnrtxt1 {
  font-family: 'Rozha One', serif;
  color: #000;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;   
  position: absolute;
  bottom: -90%;
    right: 65px;
    cursor: pointer;
    z-index: 999999;
  background: #dcad15;
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 250px;
  padding-top: 60px;
}
.intsec h1#bnrbnrtxt1 {
    font-family: 'Rozha One', serif;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    bottom: 90px;
    left: 25%;
    cursor: pointer;
    z-index: 999999;
    background: #dcad15;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 250px;
    padding-top: 40px;
    bottom: -140px;
}
.intsec {
    position: absolute;
    z-index: 999999999999;
    background: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
}
.inthalf1 {
    background: #fff;
}
.inthalf1 {
    position: absolute;
    left:0;
    height: 100vh;
    padding:0;
}
.inthalf2 {
    position: absolute;
    right:0;
    height: 100vh;
    padding:0;
    background: #fff;
}
.inthalf1.open_left{
  -webkit-animation: linear infinite;
  -webkit-animation-name: runleft;
  -webkit-animation-duration: 2s;
}
.inthalf2.open_right{
  -webkit-animation: linear infinite;
  -webkit-animation-name: runright;
  -webkit-animation-duration: 2s;
}
@-webkit-keyframes runleft {
  from  {
    left: 0;
  }
  to {
    left: -100%;    
  }
}
@-webkit-keyframes runright {
  from {
    right: 0;
  }
  to {
    right: -100%;    
  }
}
.intsec #myVideo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.intlogo {
    width: 50%;
    float: left;
    position: absolute;
    top: 100px;
    left: 20%;
    max-width: 200px;
}
.intlogo img {
    width: 100%;
}
/*h1#bnrbnrtxt1 {
    font-family: 'Rozha One', serif;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    bottom: 90px;
    left: 25%;
    cursor: pointer;
    z-index: 999999;
    background: #dcad15;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 250px;
    padding-top: 40px;
    bottom: -140px;
}*/
h1#bnrbnrtxt1 {
  font-family: 'Rozha One', serif;
  color: #000;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;   
  position: absolute;
  bottom: -90%;
    right: 65px;
    cursor: pointer;
    z-index: 999999;
  background: #dcad15;
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 250px;
  padding-top: 60px;
}
.intsec h1#bnrbnrtxt1 {
    font-family: 'Rozha One', serif;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    bottom: 90px;
    left: 25%;
    cursor: pointer;
    z-index: 999999;
    background: #dcad15;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 250px;
    padding-top: 40px;
    bottom: -140px;
}
body.page-id-420 {
    background: #a6a6a5;
}
ul.tabnav{
    width: auto;
    margin: auto;
    padding: 30px 0;
}
ul.tabnav li {
    float: left;
    background: #fff;
    color: #000;
    width: 220px;
    padding: 8px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
    list-style: none;
    list-style-type: none;
}
.tabcnt {
    display: none;
}
.tabcnt.active{
    display: block;
}
#tab2_content .col-lg-6 {
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 2px solid #a6a6a5;
}
#tab2_content .col-lg-6 video {
    width:100%;
}
.overlaycls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.overlaycls img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
ul.tabnav li.active{
    background: #000;
    color: #fff;
}
.project .overlay a i {
    color: #ddae00 !important;
    background-color: #3b3f10 !important;
}
.layout-4 .project .overlay a.popup-box:before{
    background-color: #3b3f10 !important;
}
@media screen and (max-width: 691px){
    ul.tabnav li {
        width: auto;
        padding: 8px 16px;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 1px;
    }
    #tab2_content .col-lg-8 {
        width: 100%;
    }
    #tab3_content .container-fluid {
        padding:0;
    }
}

h1#bnrbnrtxt span {
  font-family: 'Heebo', sans-serif;
  color: #dcad15;
    font-weight: 100;
    font-size: 195px;
}
.navbar .site-menu ul li a {
    font-family: 'Heebo', sans-serif;
    color: #090909;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
}

.bnr-content {
    position: relative;
    z-index: 9999;
}
.bnr-big-text {
    font-family: 'Heebo', sans-serif;
    color: #fff;
    font-weight: 100;
    font-size: 135px;
    line-height: 135px;
    position: relative;
}
.secondary-color {
  color: #dcad15;
}

.hm-big-text {
  font-family: 'Heebo', sans-serif;
  color: #fff;
    font-weight: 100;
    font-size: 90px;
    line-height: 68px;
    position: relative;
}
.secondary-color {
  color: #dcad15;
}
.hm-big-inner-text {
    /*position: absolute;
    top: 0;
    left: 190px;
    width: calc(100% - 190px);*/
}
.hm-big-inner-text h3 {
    color: #090909;
    text-transform: uppercase;
    font-family: 'Heebo', sans-serif;
    font-size: 23px;
    letter-spacing: 7px;
    padding-top: 22px;
    line-height: 33px;
}
.hm-big-inner-text p {
    color: #090909;
    font-size: 17px;
    float: left;
    margin: 0;
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 30px;
}
.home-content {
    position: relative;
    z-index: 9999;
}
.exhibition-box {
  position: relative;
}
.above-content-bottom h3 {
    font-family: 'Rozha One', serif;
    font-size: 37px;
    color: #fff;
    max-width: 500px;
    line-height: 30px;
    font-weight: 100;
}
.above-content-bottom p{
    margin: 0;
    position: absolute;
    bottom: 22px;
    font-size: 12px;
    line-height: 11px;
    text-align: right;
    width: 100%;
    padding-right: 55px;
    font-weight: 400;
}
.acb1 {
    position: absolute;
    bottom: -300px;
    left: -130px;
    z-index: 999999;
}
.acb2 {
    position: absolute;
    bottom: -450px;
    right: 338px;
    z-index: 999999;
}
.footer .footer-bottom {
    background: #fff;
}
body {
  -webkit-transition: background 1000ms linear;
  -ms-transition: background 1000ms linear;
  transition: background 1000ms linear;
}


/*testing. can be deleted*/
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}
@media only screen and (max-width: 767px) {
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 59px;
        line-height: 65px;
        position: relative;
    }
    .exhibition-box {
        margin-top: 0;
    }
    .hm-big-inner-text {
        position: absolute;
        top: 0;
        left: 45px;
        width: calc(100% - 45px);
    }
    .hm-big-inner-text h3 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 11px;
        letter-spacing: 2px;
        padding-top: 8px;
        line-height: 13px;
        margin-bottom: 3px;
    }
    .hm-big-inner-text p {
        color: #090909;
        font-size: 8px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 9px;
    }
    h1#bnrbnrtxt {
        font-family: 'Rozha One', serif;
        color: #000;
        font-size: 52px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt1 {
        font-family: 'Rozha One', serif;
        color: #000;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt span {
        font-family: 'Heebo', sans-serif;
        color: #dcad15;
        font-weight: 100;
        font-size: 52px;
    }
}
.section1_bnr_left .col-lg-4 {
  position: relative;
}
.section1_bnr_left .col-lg-4 h1#bnrbnrtxt {
    position: absolute;
    bottom: -30px;
    right: 0;
}
h2.bnr_second_cnt {
    font-family: 'Rozha One', serif;
    color: #000;
    font-size: 160px;
    font-weight: 400;
    line-height: 110px;
}
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
.color_white_op {
    color: rgba(256,256,256, 0.1);
    /* opacity: 10%; */
}
.section1_bnr_left {
  padding-bottom: 30px;
}
.hide-op {
  opacity: 0;
}

.image-anim1 {
  position: relative;
}
.image-anim2 {
  position: relative;
}
.image-anim3 {
  position: relative;
}
.image-anim1 .exhibition-box {
  position: relative;  
  transition: top 6s ease 0s, opacity 5s ease 0s;
  opacity: 0;
  top: 100vh;
  padding: 0 20px;
}
.image-anim2 .exhibition-box  {
  position: relative; 
  transition: top 6s ease 0s, opacity 5s ease 0s;
  opacity: 0;
  top: -100vh;
}
.image-anim3 .exhibition-box  {
  position: relative; 
  transition: top 6s ease 0s, opacity 5s ease 0s;
  opacity: 0;
  top: 100vh;
  padding: 0 20px;
}
.imnm11.top0 {
  top: 0 ;
  opacity: 1;
  padding: 0 20px;
}
.imnm12.top0 {
  top: 0;
  opacity: 1;
  padding: 0 20px;
}
.imnm13.top0 {
  top: 0;
  opacity: 1;
  padding: 0 20px;
}
.imnm21.top0 {
  top: 0;
  opacity: 1;
  padding: 0 20px;
}
.imnm22.top0 {
  top: 0;
  opacity: 1;
  padding: 0 20px;
}
.imnm31.top0 {
  top: 0;
  opacity: 1;
  padding: 0 20px;
}
.imnm32.top0 {
    top: 0;
    opacity: 1;
    padding: 0 20px;
}
.section1 {
    min-height: 100vh;
    padding: 80px 0;
}
.content-section {
    min-height: 100vh;
    padding: 50px 0;
}
.sec1_scrol{
    position: absolute;
    top: 23%;
    right: 51px;
    width:70px;
    cursor: pointer;
}
.sec1_scrol img {
    width:100%;
}
.sec2_scrol img {
    width:100%;
}
.sec2_scrol_wrap {
    position: relative;
    padding-bottom:175px;
}
.sec2_scrol {
    position: absolute;
    top: 0;
    right: 30px;
    width: 70px;
    float: right;
    margin-bottom: 50px;
    padding-top: 75px;
    cursor: pointer;
}
.about_text1 {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.about_text1 p{
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.about_text2 {
    color: #090909;
    font-size: 17px;
    float: left;
    margin: 0;
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 25px;
}
.about_text2 p{
    color: #090909;
    font-size: 17px;
    float: left;
    margin: 0;
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}
.abt2cnt .col-lg-9 img {width: 100%;}
.abt3cntrighttxt {
    color: #090909;
    font-size: 17px;
    float: left;
    margin: 0;
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    left: 10px;
    top: 20px;
    z-index: 999;
}
.abt3cntrighttxt p {
    color: #090909;
    font-size: 17px;
    float: left;
    margin: 0;
        margin-top: 0px;
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin-top: 25px;
}
.abt3cnt .col-lg-6 {
    position: relative;
}
.abt_big1 {
    color: #444;
}
.abt_line12 div div:nth-child(2) {
    color: #dcad15 !important;
}
.abt_line12 div div:nth-child(3) {
    color: #dcad15 !important;
}
.abt_big2 {
    color: #444;
}
.abt_line22 div div:nth-child(2) {
    color: #fff !important;
}
.abt_line22 div div:nth-child(3) {
    color: #fff !important;
}
.abtarea2cnt1 {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding: 0 0 50px 50px;
}
.abt4cnttxt {
    font-size: 28px;
    font-weight: 600;
    padding-top: 35px;
    padding-bottom: 35px;
}
.abt4cnttxt p{
    color: #090909;
    font-size: 15px;
    float: left;
    margin: 0;
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-top: 25px;
}
.abt_big1.third-color {
    color: #dcad15 !important;
}
.abt_scrol_arrw2 {
    padding-top: 30px;
    width: 70px;
    z-index: 999;
    position: relative;
    cursor: pointer;
}
.abt_scrol_arrw1 {
    padding-top: 30px;
    width: 70px;
    cursor: pointer;
}
.gallery_section_images{
    margin-top: 200px;
}
.gal_cnt {
    position: relative;
    margin-top: 8px;
    padding: 0;
}
.gal_img {
    position: absolute;
    top:0;
    left: 0;
    width: 0;
    height: 0;
    transition: width 1s ease 0s, height 1s ease 0s;
    /*padding: 4px;*/
    overflow: hidden;
}
.contact_cnt {
    margin-top: 55px;
}
.contact_cnt h3 {
    font-family: 'Rozha One', serif;
    font-size: 55px;
    color: #333;
    line-height: 40px;
}
.contact_cnt p {
    font-family: sans-serif;
    font-size: 28px;
    color: #333;
    font-weight: 100;
}
.ds_cntarea2 .dscnt1 p {
    font-family: 'Rozha One', serif;
    font-size: 83px;
    color: #000;
    line-height: 60px;
    padding-left: 50px;
}
.ds_cntarea3 .dscnt1 p {
    font-family: 'Rozha One', serif;
    font-size: 83px;
    color: #000;
    line-height: 60px;
    padding-left: 50px;
}
.ds_cntarea4 .dscnt1 p {
    font-family: 'Rozha One', serif;
    font-size: 83px;
    color: #000;
    line-height: 60px;
    padding-left: 50px;
}
.ds_cntarea5 .dscnt1 p {
    font-family: 'Rozha One', serif;
    font-size: 101px;
    color: #000;
    line-height: 108px;
    padding-left: 50px;
}
::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 600;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #000;
  font-weight: 600;
}

::placeholder {
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 900px){
.ds_cntarea5 .dscnt1 p {
    font-family: 'Rozha One', serif;
    font-size: 55px;
    color: #000;
    line-height: 108px;
    padding-left: 0px;
}
}
/*.ds_cntarea5 .dscnt3 {
    padding-left: 50px;
}*/
.ds_cntarea5 .ef_left {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    padding-left: 50px;
    vertical-align: top;
    display: none;
}
.ef_right .wpcf7-text {
    width: 100%;
    height: 45px;
    background: #e5e5e5;
    border: 0;
}
.ef_left, .ef_right {
    margin-bottom: 20px;
}
.ef_right .wpcf7-textarea {
    width: 100%;
    background: #e5e5e5;
    border: 0;
}
.ef_right .wpcf7-submit{
    height: 45px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    padding: 0 100px 0 20px;
}
.abt2cnt {
    float: left;
    width: 100%;
}
.hharw1 {
    position: absolute;
    right: 0;
    top: 40%;
    width: 25%;
    cursor: pointer;
}
.hharw1 img{
    width: 100%;
}
.hharw2 {
    position: absolute;
    right: 0;
    top: 40%;
    width: 25%;
    cursor: pointer;
}
.hharw2 img{
    width: 100%;
}
.project_content p{font-size:17px;}
.hvhcnt3 p, .hvhcnt5 p {
    color: #090909;
    font-size: 17px;
    float: left;
    margin: 0;
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}
.hvhcnt4{
    float: left;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 2px;
}
.hvhcnt2 p {
    color: #fff !important;
}
.abt13p {
    margin-top:-10%;
}
.hvhcnt2 br {
    display: none !important;
}
.btn_book {
    position: relative;
    float: left;
    max-width: 160px;
    margin-bottom: -71px;
    padding-top: 108px;
    cursor: pointer;
}
.btn_book img {
    /*position: absolute;
    left: 10px;
    bottom: 40px;*/
}
.logo_dt {
    display:inline-block;
}
.logo_mobile{
    display: none;
}
@media only screen and (min-width: 2499px) {
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 51px;
        letter-spacing: 9px;
        padding-top: 22px;
        line-height: 65px;
    }
    .hvhcnt3 p, .hvhcnt5 p{
        font-size: 21px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 70px;
        line-height: 65px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -80px;
        right: 23px;
        font-family: 'Rozha One', serif;
        font-size: 250px;
        color: #fff;
    }
    .ds_cntarea2 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #000;
        line-height: 115px;
        padding-left: 50px;
    }
    .ds_cntarea3 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #000;
        line-height: 115px;
        padding-left: 50px;
    }
    .ds_cntarea4 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #000;
        line-height: 115px;
        padding-left: 50px;
    }
    .ds_cntarea5 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #000;
        line-height: 115px;
        padding-left: 50px;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 75px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 75px;
    }
    .about_text1  {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 65px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 65px;
    }
    .about_text1 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 65px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 65px;
    }
    .about_text2 {
        font-size: 21px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about_text2 p{
        font-size: 21px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .abt3cntrighttxt{
        font-size: 21px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
        top: 80px;
    }
    .abt3cntrighttxt p{
        font-size: 21px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 29px;
        line-height: 41px;
        letter-spacing: 10px;
        text-transform: uppercase;
        padding: 0 0 50px 50px;
    }    
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 70px;
        line-height: 65px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 28px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 24px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
        margin-top: 25px;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom:465px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 30px;
        width: 75px;
        float: right;
        margin-bottom: 50px;
        padding-top: 218px;
    }
    .sec1_scrol{
        position: absolute;
        top: 25%;
        right: 80px;
        width:75px;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 345px;
        font-weight: 400;
        line-height: 220px;
        white-space: nowrap;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 215px;
        line-height: 160px;
        position: relative;
    }
    .section1_bnr_left .col-lg-4 h1#bnrbnrtxt {
        position: absolute;
        bottom: -35px;
        right: 0;
    }
    h1#bnrbnrtxt {
        font-family: 'Rozha One', serif;
        font-size: 210px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt1 {
        font-family: 'Rozha One', serif;
        color: #000;
        font-size: ;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        bottom: -90%;
        right: 219px;
        cursor: pointer;
        z-index: 999999;
        background: #dcad15;
        width: 180px;
        height: 180px;
        text-align: center;
        border-radius: 250px;
        padding-top: 60px;
    }
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 295px;
        line-height: 225px;
        position: relative;
    }
    .hm-big-inner-text h3 {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 65px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 65px;
    }
    .hm-big-inner-text p {
        font-size: 21px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }
    .above-content-bottom h3 {
        font-family: 'Rozha One', serif;
        font-size: 185px;
        color: #fff;
        font-family: 'Rozha One', serif;
        font-size: 72px;
        color: #fff;
        max-width: 530px;
        line-height: 50px;
        font-weight: 100;
    }
    .above-content-bottom p {
        margin: 0;
        position: absolute;
        bottom: 29px;
        font-size: 25px;
        line-height: 25px;
        text-align: right;
        width: 100%;
        padding-right: 55px;
        font-weight: 600;
        right: 51px;
    }
    .acb1 {
        position: absolute;
        bottom: -30%;
        left: -20%;
        z-index: 999999;
    }
    .acb2 {
        position: absolute;
        bottom: -60%;
        right: 338px;
        z-index: 999999;
    }
    .contact_cnt {
        margin-top: 75px;
    }
    .contact_cnt h3 {
        font-family: 'Rozha One', serif;
        font-size: 80px;
        color: #333;
        line-height: 50px;
    }
    .contact_cnt p {
        font-family: sans-serif;
        font-size: 45px;
        color: #333;
        font-weight: 100;
    }
}
@media screen and (max-width: 2498px) and (min-width: 1919px) {
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 40px;
        letter-spacing: 9px;
        padding-top: 22px;
        line-height: 50px;
    }
    .hvhcnt3 p, .hvhcnt5 p{
        font-size: 19px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 52px;
        line-height: 46px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -80px;
        right: 23px;
        font-family: 'Rozha One', serif;
        font-size: 250px;
        color: #fff;
    }
    .ds_cntarea2 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #000;
        line-height: 115px;
        padding-left: 50px;
    }
    .ds_cntarea3 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #000;
        line-height: 115px;
        padding-left: 50px;
    }
    .ds_cntarea4 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #000;
        line-height: 115px;
        padding-left: 50px;
    }
    .ds_cntarea5 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #000;
        line-height: 115px;
        padding-left: 50px;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 75px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 75px;
    }
    .about_text1 {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 37px;
        letter-spacing: 10px;
        padding-top: 22px;
        line-height: 51px;
    }
    .about_text1 p{
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 37px;
        letter-spacing: 10px;
        padding-top: 22px;
        line-height: 51px;
    }
    .about_text2 {
        font-size: 19px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }
    .about_text2 p{
        font-size: 19px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .abt2cnt .col-lg-9 img {width: 100%;}
    .abt3cntrighttxt {
        font-size: 19px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }
    .abt3cntrighttxt p{
        font-size: 19px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 41px;
        letter-spacing: 6px;
        text-transform: uppercase;
        padding: 0 0 50px 50px;
    }
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 52px;
        line-height: 46px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 24px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 20px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 28px;
        margin-top: 30px;
    }

    .sec2_scrol_wrap {
        position: relative;
        padding-bottom:445px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 30px;
        width: 75px;
        float: right;
        margin-bottom: 45px;
        padding-top: 200px;
    }
    .sec1_scrol{
        position: absolute;
        top: 25%;
        right: 80px;
        width:75px;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 265px;
        font-weight: 400;
        line-height: 172px;
        white-space: nowrap;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 164px;
        line-height: 122px;
    }
    .section1_bnr_left .col-lg-4 h1#bnrbnrtxt {
        position: absolute;
        bottom: -35px;
        right: 0;
    }
    h1#bnrbnrtxt {
        font-family: 'Rozha One', serif;
        font-size: 165px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt1 {
        font-family: 'Rozha One', serif;
        color: #000;
        font-size: ;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        bottom: -90%;
        right: 219px;
        cursor: pointer;
        z-index: 999999;
        background: #dcad15;
        width: 180px;
        height: 180px;
        text-align: center;
        border-radius: 250px;
        padding-top: 60px;
    }
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 270px;
        line-height: 200px;
        position: relative;
    }
    .hm-big-inner-text h3 {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 37px;
        letter-spacing: 10px;
        padding-top: 22px;
        line-height: 51px;
    }
    .hm-big-inner-text p {
        font-size: 19px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }
    .above-content-bottom h3 {
        font-family: 'Rozha One', serif;
        font-size: 185px;
        color: #fff;
        font-family: 'Rozha One', serif;
        font-size: 72px;
        color: #fff;
        max-width: 530px;
        line-height: 50px;
        font-weight: 100;
    }
    .above-content-bottom p {
        margin: 0;
        position: absolute;
        bottom: 29px;
        font-size: 25px;
        line-height: 25px;
        text-align: right;
        width: 100%;
        padding-right: 55px;
        font-weight: 600;
        right: 51px;
    }
    .acb1 {
        position: absolute;
        bottom: -40%;
        left: -20%;
        z-index: 999999;
    }
    .acb2 {
        position: absolute;
        bottom: -47%;
        right: 338px;
        z-index: 999999;
    }
}
@media screen and (max-width: 1918px) and (min-width: 1599px) {
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 30px;
        letter-spacing: 9px;
        padding-top: 22px;
        line-height: 40px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 43px;
        line-height: 39px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -80px;
        right: 23px;
        font-family: 'Rozha One', serif;
        font-size: 250px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 70px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 70px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 23px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 33px;
    }
    .about_text1 p{
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 23px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 33px;
    }
    .abt2cnt .col-lg-9 img {width: 100%;}
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 21px;
        line-height: 41px;
        letter-spacing: 4px;
        text-transform: uppercase;
        padding: 0 0 50px 50px;
    }    
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 43px;
        line-height: 39px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 24px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 13px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin-top: 25px;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom: 340px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 30px;
        width: 70px;
        float: right;
        margin-bottom: 50px;
        padding-top: 160px;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 90px;
        line-height: 68px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 220px;
        font-weight: 400;
        line-height: 140px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 1598px) and (min-width: 1365px) {  
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 24px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 36px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 36px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -80px;
        right: 23px;
        font-family: 'Rozha One', serif;
        font-size: 250px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 45px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 45px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 23px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 33px;
    }
    .about_text1 p{
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 23px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 33px;
    }
    .abt2cnt .col-lg-9 img {width: 100%;}
    .abtarea2cnt1 {
        font-family: 'Rozha One', serif;
        font-size: 19px;
        line-height: 34px;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 0 0 50px 50px;
    }
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 36px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .page-id-33 .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif; 
    }
    .abt4cnttxt {
        font-size: 21px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 17px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin-top: 25px;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom: 340px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 30px;
        width: 45px;
        float: right;
        margin-bottom: 50px;
        padding-top: 160px;
    }  
    .sec1_scrol{
        position: absolute;
        top: 23%;
        right: 51px;
        width:45px;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 90px;
        line-height: 68px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 180px;
        font-weight: 400;
        line-height: 111px;
        white-space: nowrap;
    }
    .abt3cntrighttxt {
        color: #090909;
        font-size: 13px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
        position: absolute;
        left: 10px;
        top: -30px;
        z-index: 999;
    }
}
@media screen and (max-width: 1364px) and (min-width: 1279px) {
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 24px;
        letter-spacing: 5px;
        padding-top: 22px;
        line-height: 34px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 34px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -35px;
        right: 25px;
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 45px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 45px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 23px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 33px;
    }
    .about_text1 p{
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 23px;
        letter-spacing: 7px;
        padding-top: 22px;
        line-height: 33px;
    }
    .abt2cnt .col-lg-9 img {width: 100%;}
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 34px;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 0 0 50px 50px;
    }
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 34px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 21px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 13px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 20px;
        margin-top: 25px;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom: 340px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 30px;
        width: 45px;
        float: right;
        margin-bottom: 50px;
        padding-top: 160px;
    }  
    .sec1_scrol{
        position: absolute;
        top: 23%;
        right: 51px;
        width:45px;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 90px;
        line-height: 68px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 168px;
        font-weight: 400;
        line-height: 110px;
        white-space: nowrap;
    }
    .ds_cntarea2 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 72px;
        color: #000;
        line-height: 50px;
        padding-left: 50px;
    }
    .ds_cntarea3 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 72px;
        color: #000;
        line-height: 50px;
        padding-left: 50px;
    }
    .ds_cntarea4 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 72px;
        color: #000;
        line-height: 50px;
        padding-left: 50px;
    }
    .abt3cntrighttxt {
        top: -30px;
    }
}
@media screen and (max-width: 1278px) and (min-width: 1079px) {
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 22px;
        letter-spacing: 5px;
        padding-top: 22px;
        line-height: 32px;
    }
    .hvhcnt3 p, .hvhcnt5 p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 26px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -35px;
        right: -4px;
        font-family: 'Rozha One', serif;
        font-size: 150px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 45px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 45px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 21px;
        letter-spacing: 7px;
        padding-top: 10px;
        line-height: 29px;
    }
    .about_text1 p{
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 21px;
        letter-spacing: 7px;
        padding-top: 10px;
        line-height: 29px;
    }
    .about_text2 {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
    }
    .about_text2 p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 30px;
    }
    .abt3cntrighttxt {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
    }
    .abt3cntrighttxt p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 16px;
    }
    .abt3cnt .imnm21 {
        padding-top:30% !important;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 17px;
        line-height: 34px;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 0 0 50px 10px;
    }
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 26px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 17px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 16px;
        margin-top: 16px;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom: 250px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 30px;
        width: 45px;
        float: right;
        margin-bottom: 50px;
        padding-top: 120px;
    }  
    .sec1_scrol{
        position: absolute;
        top: 23%;
        right: 51px;
        width:45px;
    }
    h1#bnrbnrtxt {
        font-family: 'Rozha One', serif;
        font-size: 100px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt1 {
        font-family: 'Rozha One', serif;
        /*font-size: 80px;*/
        font-weight: 400;
        line-height: 1;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 90px;
        line-height: 68px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 148px;
        font-weight: 400;
        line-height: 95px;
        white-space: nowrap;
    }
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 140px;
        line-height: 115px;
        position: relative;
    }
    .hm-big-inner-text {
        position: absolute;
        top: 0;
        left: 100px;
        width: calc(100% - 100px);
    }
    .hm-big-inner-text h3 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 21px;
        letter-spacing: 7px;
        padding-top: 10px;
        line-height: 29px;
    }
    .hm-big-inner-text p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
    }
    .acb2 {
        position: absolute;
        bottom: -338px;
        right: 78px;
        z-index: 999999;
    }
}

@media screen and (max-width: 1078px) {
    .logo_dt {
        display: none !important;
    }
    .logo_mobile{
        display:inline-block;
    }
    .logo_mobile img {
        height: 70px;
    }
    .bnr-content {
        margin-top: -60px;
        z-index: 9;
    }
    .content-section {
        min-height: 100vh;
        padding: 10px 0;
    }
    .navbar {
        z-index: 99;
    }
    .navbar .hamburger-menu {
        z-index: 9999;
        position: relative;
    }
    .page-id-33 .col-lg-2.btn_book {
        display: none;
    }
    .page-id-33 .btn_book {
        position: relative;
        float: left;
        max-width: 100px;
        margin-bottom: -71px;
        padding-top: 50px;
    }
    .page-id-33 .ds_cntarea1 .btn_book {
        position: relative;
        float: left;
        max-width: 100px;
        margin-bottom: 10px;
        padding-top: 50px;
    }
    .page-id-33 .ds_cntarea1 .col-lg-4 {
        width: 60%;
    }
    .page-id-33 .ds_cntarea2 .col-lg-4 {
        width: 100%;
    }
    .page-id-33 .ds_cntarea3 .col-lg-4 {
        width: 100%;
    }
    .page-id-33 .ds_cntarea4 .col-lg-4 {
        width: 100%;
    }
    .page-id-33 .ds_cntarea5 .col-lg-4 {
        width: 100%;
    }
    .page-id-33 .ds_cntarea1 p br {
        display: none;
    }
    .page-id-33 .ds_cntarea2 p br {
        display: none;
    }
    .page-id-33 .ds_cntarea3 p br {
        display: none;
    }
    .page-id-33 .ds_cntarea4 p br {
        display: none;
    }
    .page-id-33 .ds_cntarea5 p br {
        display: none;
    }
    .page-id-33 .ds_cntarea2 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 48px;
        color: #000;
        line-height: 60px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea3 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 48px;
        color: #000;
        line-height: 60px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea4 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 48px;
        color: #000;
        line-height: 60px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea5 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 48px;
        color: #000;
        line-height: 60px;
        padding-left: 0;
    }
    .hvhcnt2 {
        width: 98%;
        padding-left: 2%;
    }
    .hvhcnt3 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt4 {
        width: 100%;
    }
    .hvhcnt5 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 15px;
        letter-spacing: 3px;
        padding-top: 22px;
        line-height: 22px;
    }
    .hvhcnt3 p, .hvhcnt5 p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
        margin-bottom: 15px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -16px;
        right: -6px;
        font-family: 'Rozha One', serif;
        font-size: 110px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 30px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 30px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 17px;
        letter-spacing: 4px;
        padding-top: 0px;
        line-height: 20px;
    }
    .about_text1 p{
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 17px;
        letter-spacing: 4px;
        padding-top: 0px;
        line-height: 20px;
    }
    .about_text2 {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .about_text2 p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
        margin-bottom: 30px;
    }
    .abt3cntrighttxt {
        color: #090909;
        font-size: 13px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 999;
    }
    .abt3cntrighttxt p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .abt3cnt .imnm21 {
        padding-top:30% !important;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 0 0 50px 10px;
    }
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 13px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
	.abt4cnttxt p {
	    color: #090909;
	    font-size: 10px;
	    float: left;
	    margin: 0;
	        margin-top: 0px;
	    margin-top: 0px;
	    width: 100%;
	    font-family: 'Heebo', sans-serif;
	    font-weight: 400;
	    line-height: 12px;
	    margin-top: 0;
	}
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom:175px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 30px;
        width: 45px;
        float: right;
        margin-bottom: 50px;
        padding-top: 75px;
    }
    .sec1_scrol{
        position: absolute;
        top: 23%;
        right: 51px;
        /*width:20px;*/
        width:45px;
    }
    h1#bnrbnrtxt {    
        font-family: 'Rozha One', serif;
        font-size: 80px;
        font-weight: 400;
        line-height: 1;
        bottom: -15px !important;
    }
    h1#bnrbnrtxt1 {
      font-family: 'Rozha One', serif;
      color: #000;
      font-size: 40px;
      font-weight: 400;
      line-height: 1;   
      position: absolute;
      bottom: -111%;
        right: 65px;
        cursor: pointer;
        z-index: 999999;
      background: #dcad15;
      width: 130px;
      height: 130px;
      text-align: center;
      border-radius: 250px;
      padding-top: 45px;
    }
	.bnr-big-text {
	    font-family: 'Heebo', sans-serif;
	    font-weight: 100;
	    font-size: 65px;
	    line-height: 48px;
	    position: relative;
	}
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 135px;
        font-weight: 400;
        line-height: 68px;
        white-space: nowrap;
    }
	.hm-big-text {
	    font-family: 'Heebo', sans-serif;
	    font-weight: 100;
	    font-size: 65px;
	    line-height: 48px;
	    position: relative;
	}
	.hm-big-inner-text {
	    position: relative;
	    top: 10px;
	    left: 0;
	    width: 100%;
	}
    .hm-big-inner-text h3 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 17px;
        letter-spacing: 4px;
        padding-top: 0px;
        line-height: 20px;
    }
    .hm-big-inner-text p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .above-content-bottom h3 {
        font-family: 'Rozha One', serif;
        font-size: 41px;
        color: #fff;
        max-width: 290px;
        line-height: 29px;
        font-weight: 100;
    }
    .above-content-bottom p {
        margin: 0;
        position: absolute;
        bottom: 18px;
        font-size: 10px;
        line-height: 11px;
        text-align: right;
        width: 100%;
        padding-right: 48px;
        font-weight: 400;
    }
    .exhibition-box {
        margin-top: 0;
    }
    .acb2 {
        position: absolute;
        bottom: -425px;
        right: 78px;
        z-index: 999999;
    }
    .gallery_section_images{
        margin-top: 70px;
    }
    .contact_cnt {
        margin-top: 55px;
    }
    .contact_cnt h3 {
        font-family: 'Rozha One', serif;
        font-size: 37px;
        color: #333;
        line-height: 20px;
    }
    .contact_cnt p {
        font-family: sans-serif;
        font-size: 22px;
        color: #333;
        font-weight: 100;
    }
    .page-id-9 #content-section .imnm11 {
    	display: none;
    }
    .page-id-9 #content-section .imnm12 {
    	display: none;
    }
    .page-id-9 #content-section .imnm13 {
    	display: none;
    }     
    .page-id-9 #content-section .image-anim2 {
    	display: none;
    }
    .page-id-9 .absecarw {
	    position: absolute;
	    top: 50%;
        /*left: 30%;*/
        left: 25%;
	}
	.abcnt2img {
		width: 100%;
		margin-top:20px;
	}
}
/*@media screen and (max-width: 1078px) and (min-width: 767px) {
    .logo_dt {
        display: :none;
    }
    .logo_mobile{
        display: :block;
    }
    .hvhcnt2 {
        width: 98%;
        padding-left: 2%;
    }
    .hvhcnt3 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt4 {
        width: 100%;
    }
    .hvhcnt5 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 15px;
        letter-spacing: 3px;
        padding-top: 22px;
        line-height: 22px;
    }
    .hvhcnt3 p, .hvhcnt5 p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
        margin-bottom: 15px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -16px;
        right: -6px;
        font-family: 'Rozha One', serif;
        font-size: 110px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 8px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 8px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 17px;
        letter-spacing: 4px;
        padding-top: 0px;
        line-height: 20px;
    }
    .about_text1 p{
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 17px;
        letter-spacing: 4px;
        padding-top: 0px;
        line-height: 20px;
    }
    .about_text2 {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .about_text2 p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
        margin-bottom: 30px;
    }
    .abt3cntrighttxt {
        color: #090909;
        font-size: 13px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 999;
    }
    .abt3cntrighttxt p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .abt3cnt .imnm21 {
        padding-top:30% !important;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 0 0 50px 10px;
    }
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 13px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 12px;
        margin-top: 25px;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom:175px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 30px;
        width: 20px;
        float: right;
        margin-bottom: 50px;
        padding-top: 75px;
    }
    .sec1_scrol{
        position: absolute;
        top: 23%;
        right: 51px;
        width:20px;
    }
    h1#bnrbnrtxt {    
        font-family: 'Rozha One', serif;
        font-size: 80px;
        font-weight: 400;
        line-height: 1;
        bottom: -15px !important;
    }
    h1#bnrbnrtxt1 {
        font-family: 'Rozha One', serif;
        font-size: 50px;
        font-weight: 400;
        line-height: 1;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 80px;
        line-height: 65px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 105px;
        font-weight: 400;
        line-height: 68px;
        white-space: nowrap;
    }
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 100px;
        line-height: 80px;
        position: relative;
    }
    .hm-big-inner-text {
        position: absolute;
        top: 0;
        left: 80px;
        width: calc(100% - 80px);
    }
    .hm-big-inner-text h3 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 17px;
        letter-spacing: 4px;
        padding-top: 0px;
        line-height: 20px;
    }
    .hm-big-inner-text p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .above-content-bottom h3 {
        font-family: 'Rozha One', serif;
        font-size: 80px;
        color: #fff;
    }
    .above-content-bottom p {
        margin: 0;
        position: absolute;
        bottom: 18px;
        font-size: 10px;
        line-height: 11px;
        text-align: right;
        width: 100%;
        padding-right: 48px;
        font-weight: 400;
    }
    .exhibition-box {
        margin-top: 0;
    }
    .acb2 {
        position: absolute;
        bottom: -338px;
        right: 78px;
        z-index: 999999;
    }
    .gallery_section_images{
        margin-top: 70px;
    }
    .contact_cnt {
        margin-top: 55px;
    }
    .contact_cnt h3 {
        font-family: 'Rozha One', serif;
        font-size: 37px;
        color: #333;
        line-height: 20px;
    }
    .contact_cnt p {
        font-family: sans-serif;
        font-size: 22px;
        color: #333;
        font-weight: 100;
    }
}*/
@media screen and (max-width: 766px) and (min-width: 599px) {
    .ef_right .wpcf7-text {
        width: 100%;
        height: 28px;
        background: #e5e5e5;
        border: 0;
    }
    .logo_mobile img {
        height: 30px;
    }
    .page-id-33 .ds_cntarea2 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea3 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea4 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea5 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .logo_dt {
        display: :none;
    }
    .logo_mobile{
        display: :block;
    }
    .hvhcnt2 {
        width: 98%;
        padding-left: 2%;
    }
    .hvhcnt3 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt4 {
        width: 100%;
    }
    .hvhcnt5 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 15px;
        letter-spacing: 3px;
        padding-top: 22px;
        line-height: 22px;
    }
    .hvhcnt3 p, .hvhcnt5 p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
        margin-bottom: 15px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 17px;
        line-height: 17px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -2px;
        right: -2px;
        font-family: 'Rozha One', serif;
        font-size: 80px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 30px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 30px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 15px;
        letter-spacing: 3px;
        padding-top: 0px;
        line-height: 18px;
    }
    .about_text1 p{
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 15px;
        letter-spacing: 3px;
        padding-top: 0px;
        line-height: 18px;
    }
    .about_text2 {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .about_text2 p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
        margin-bottom: 30px;
    }
    .abt3cntrighttxt {
        color: #090909;
        font-size: 13px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
        position: absolute;
        left: 10px;
        top: 0;
        z-index: 999;
    }
    .abt3cntrighttxt p{
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .abt3cntrighttxt p br{
        display: none;
    }
    .abt3cnt .imnm21 {
        padding-top:30% !important;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 11px;
        line-height: 22px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 0 0 20px 0px;
    }
    .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 17px;
        line-height: 17px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 10px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 13px;
        margin-top: 25px;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom:175px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 10px;
        width: 45px;
        float: right;
        margin-bottom: 50px;
        padding-top: 75px;
    }
    .sec1_scrol{
        position: absolute;
        top: 23%;
        right: 30px;
        width:45px;
    }
    h1#bnrbnrtxt {
        font-family: 'Rozha One', serif;
        font-size: 80px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt1 {
          font-family: 'Rozha One', serif;
          color: #000;
          font-size: 40px;
          font-weight: 400;
          line-height: 1;   
          position: absolute;
          bottom: -65%;
            right: 65px;
            cursor: pointer;
            z-index: 999999;
          background: #dcad15;
          width: 130px;
          height: 130px;
          text-align: center;
          border-radius: 250px;
          padding-top: 45px;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 80px;
        line-height: 75px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 81px;
        font-weight: 400;
        line-height: 54px;
        white-space: nowrap;
    }
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 85px;
        line-height: 70px;
        position: relative;
    }
    .hm-big-inner-text {
        position: absolute;
        top: 0;
        left: 65px;
        width: calc(100% - 65px);
    }
    .hm-big-inner-text h3 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 15px;
        letter-spacing: 3px;
        padding-top: 0px;
        line-height: 18px;
    }
    .hm-big-inner-text p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 11px;
    }
    .above-content-bottom h3 {
        font-family: 'Rozha One', serif;
        font-size: 60px;
        color: #fff;
    }
    .above-content-bottom p {
        margin: 0;
        position: absolute;
        bottom: 0px;
        font-size: 10px;
        line-height: 11px;
        text-align: right;
        width: 100%;
        padding-right: 48px;
        font-weight: 400;
    }
    .exhibition-box {
        margin-top: 0;
    }
    .acb1 {
        position: absolute;
        bottom: -90px;
        left: -130px;
        z-index: 999999;
    }
    .acb2 {
        position: absolute;
        bottom: -338px;
        right: 78px;
        z-index: 999999;
    }
    .acb2 {
        position: absolute;
        bottom: -185px;
        right: 78px;
        z-index: 999999;
    }
    .acb2 p {
        margin: 0;
        position: absolute;
        bottom: 12px;
        font-size: 10px;
        line-height: 11px;
        text-align: right;
        width: 100%;
        padding-right: 48px;
        font-weight: 400;
    }
    .gallery_section_images{
        margin-top: 70px;
    }
    .contact_cnt {
        margin-top: 55px;
    }
    .contact_cnt h3 {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #333;
        line-height: 20px;
    }
    .contact_cnt p {
        font-family: sans-serif;
        font-size: 17px;
        color: #333;
        font-weight: 100;
    }
}
@media screen and (max-width: 598px) and (min-width: 399px) {
    .ef_right .wpcf7-text {
        width: 100%;
        height: 28px;
        background: #e5e5e5;
        border: 0;
    }
    .ds_cntarea5 .ef_left {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 11px;
        line-height: 28px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
    }
    .logo_mobile img {
        height: 30px;
    }
    .page-id-33 .ds_cntarea2 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea3 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea4 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea5 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .logo_dt {
        display: :none;
    }
    .logo_mobile{
        display: :block;
    }
    .hvhcnt2 {
        width: 98%;
        padding-left: 2%;
    }
    .hvhcnt3 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt4 {
        width: 100%;
    }
    .hvhcnt5 {
        width: 96%;
        padding-left: 4%;
    }
        .hvhcnt2 p {
            text-transform: uppercase;
            font-family: 'Heebo', sans-serif;
            font-size: 15px;
            letter-spacing: 3px;
            padding-top: 22px;
            line-height: 22px;
        }
    .hvhcnt3 p, .hvhcnt5 p{
        color: #090909;
        font-size: 7px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
        margin-bottom: 15px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -18px;
        right: -1px;
        font-family: 'Rozha One', serif;
        font-size: 60px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 30px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 30px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 10px;
        letter-spacing: 2px;
        padding-top: 1px;
        line-height: 12px;
    }
    .about_text1 p{
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 10px;
        letter-spacing: 2px;
        padding-top: 1px;
        line-height: 12px;
    }
    .about_text2 {
        color: #090909;
        font-size: 7px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
    }
    .about_text2 p {
        color: #090909;
        font-size: 7px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
        margin-bottom: 20px;
    }
    .abt3cntrighttxt {
        color: #090909;
        font-size: 13px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
        position: absolute;
        left: 10px;
        top: 0;
        z-index: 999;
        width: 85%;
    }
    .abt3cntrighttxt p {
        color: #090909;
        font-size: 7px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
    }    
    .abt3cntrighttxt p br{
        display: none;
    }
    .abt3cnt .imnm21 {
        padding-top:40% !important;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 6px;
        line-height: 9px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 0 0 0px 0px;
    }
     .abtarea2cnt1 h2 {
        font-family: 'Rozha One', serif;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abt4cnttxt {
        font-size: 6px;
        font-weight: 600;
        padding-top: 0;
        padding-bottom: 35px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 9px;
        float: left;
        margin: 0;
            margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 12px;
        margin-top: 25px;
    }
    .abt4cnttxt p br{
        display: none;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom:115px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 10px;
        width: 35px;
        float: right;
        margin-bottom: 50px;
        padding-top: 59px;
    }
    .sec1_scrol{
        position: absolute;
        top: 0%;
        right: 20px;
        width:35px;
    }
    .navbar .logo a img {
        height: 90px;
        position: absolute;
        left: 0;
        top: 0;
    }
    h1#bnrbnrtxt {
        font-family: 'Rozha One', serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt1 {
          font-family: 'Rozha One', serif;
          color: #000;
          font-size: 23px;
          font-weight: 400;
          line-height: 1;   
          position: absolute;
          bottom: -134%;
            right: 20px;
            cursor: pointer;
            z-index: 999999;
          background: #dcad15;
          width: 75px;
          height: 75px;
          text-align: center;
          border-radius: 250px;
          padding-top: 27px;
    }
    .section1_bnr_left .col-lg-4 h1#bnrbnrtxt {
        position: absolute;
        bottom: -10px;
        right: 0;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 40px;
        line-height: 35px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 54px;
        font-weight: 400;
        line-height: 35px;
        white-space: nowrap;
    }
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 55px;
        line-height: 50px;
        position: relative;
    }
    .hm-big-inner-text {
        position: absolute;
        top: 0;
        left: 45px;
        width: calc(100% - 45px);
    }
    .hm-big-inner-text h3 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 10px;
        letter-spacing: 2px;
        padding-top: 1px;
        line-height: 12px;
    }
    .hm-big-inner-text p {
        color: #090909;
        font-size: 7px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
    }
    .exhibition-box figure {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }
    .above-content-bottom h3 {
        font-family: 'Rozha One', serif;
        font-size: 40px;
        color: #fff;
    }
    .above-content-bottom p {
        margin: 0;
        position: absolute;
        bottom: 1px;
        font-size: 8px;
        line-height: 9px;
        text-align: right;
        width: 100%;
        padding-right: 24px;
        font-weight: 400;
    }
    .exhibition-box {
        margin-top: 0;
    }
    .acb1 {
        position: absolute;
        bottom: -60px;
        left: -78px;
        z-index: 999999;
    }
    .acb2 {
        position: absolute;
        bottom: -145px;
        right: 56px;
        z-index: 999999;
    }
    .gallery_section_images{
        margin-top: 70px;
    }    
    .page-id-9 .content-section {
        min-height: 100vh;
        padding: 15px 0;
    }
}
@media screen and (max-width: 398px) and (min-width: 320px) {
    .ef_right .wpcf7-text {
        width: 100%;
        height: 28px;
        background: #e5e5e5;
        border: 0;
    }
    .ds_cntarea5 .ef_left {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 11px;
        line-height: 28px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
    }
    .logo_mobile img {
        height: 30px;
    }
    .page-id-33 .ds_cntarea2 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea3 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea4 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea5 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .logo_dt {
        display: :none;
    }
    .logo_mobile{
        display: :block;
    }
    .hvhcnt2 {
        width: 98%;
        padding-left: 2%;
    }
    .hvhcnt3 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt4 {
        width: 100%;
    }
    .hvhcnt5 {
        width: 96%;
        padding-left: 4%;
    }
    .hvhcnt2 p {
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 10px;
        letter-spacing: 1px;
        padding-top: 22px;
        line-height: 15px;
    }
    .hvhcnt3 p, .hvhcnt5 p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
            margin-bottom: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 12px;
        margin-bottom: 15px;
    }
    .hvhcnt4 p {
        font-family: 'Rozha One', serif;
        font-size: 7px;
        line-height: 8px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: none;
    }
    .abtme {
        position: absolute;
        bottom: -8px;
        right: -1px;
        font-family: 'Rozha One', serif;
        font-size: 40px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 30px;
    }
    .abt_scrol_arrw1 {
        padding-top: 20px;
        width: 30px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 10px;
        letter-spacing: 1px;
        padding-top: 1px;
    }
    .about_text1 p {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 10px;
        letter-spacing: 1px;
        padding-top: 1px;
        line-height: 14px;
        padding-left: 8px;
    }
    .about_text2 {
        color: #090909;
        font-size: 6px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
    }
    .about_text2 p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
            margin-bottom: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 12px;
        margin-bottom: 20px;
    }
    .abt3cntrighttxt {
        color: #090909;
        font-size: 13px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 25px;
        position: absolute;
        left: 5px;
        top: 8px;
        z-index: 999;
        width: 85%;
        margin-top: -26px;
    }
    .abt3cntrighttxt p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 12px;
        padding-top: 10px;
    }
    .abt3cntrighttxt p br{
        display: none;
    }
    .abt3cnt .imnm21 {
        padding-top: 111% !important;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 0 0 0px 0px;
    }
	.abtarea2cnt1 h2 {
	    font-family: 'Rozha One', serif;
	    font-size: 17px;
	    line-height: 15px;
	    letter-spacing: 0px;
	    color: #fff;
	    text-transform: none;
	}
	.abtarea2cnt1 h2 br{
	    display: none;
	}
    .abt4cnttxt {
        font-size: 5px;
        font-weight: 600;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .abt4cnttxt p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
            margin-top: 0px;
        margin-top: 0px;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 12px;
        margin-top: 25px;
    }
    .abt4cnttxt p br{
        display: none;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom:100px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        float: right;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .sec1_scrol{
        position: absolute;
        top: 0%;
        right: 15px;
        width:30px;
    }
    .navbar .logo a img {
        height: 90px;
        position: absolute;
        left: 0;
        top: 0;
    }
    h1#bnrbnrtxt {
        font-family: 'Rozha One', serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt1 {
      font-family: 'Rozha One', serif;
      color: #000;
      font-size: 25px;
      font-weight: 400;
      line-height: 1;   
      position: absolute;
      bottom: -145%;
        right: 10px;
        cursor: pointer;
        z-index: 999999;
      background: #dcad15;
      width: 85px;
      height: 85px;
      text-align: center;
      border-radius: 250px;
      padding-top: 30px;
    }
    .section1_bnr_left .col-lg-4 h1#bnrbnrtxt {
        position: absolute;
        bottom: -10px;
        right: 0;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 40px;
        line-height: 35px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 42px;
        font-weight: 400;
        line-height: 28px;
        white-space: nowrap;
    }
	/*.hm-big-text {
	    font-family: 'Heebo', sans-serif;
	    font-weight: 100;
	    font-size: 32px;
	    line-height: 24px;
	}*/
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 43px;
        line-height: 24px;
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 55px;
        line-height: 50px;
        position: relative;
    }
	.hm-big-inner-text {
	    position: relative;
	    top: 15px;
	    left: 0;
	    width: 100%;
	}
	.hm-big-inner-text h3 {
	    color: #090909;
	    text-transform: uppercase;
	    font-family: 'Heebo', sans-serif;
	    font-size: 10px;
	    letter-spacing: 1px;
	    padding-top: 1px;
	    line-height: 10px;
	    margin-top: 0;
	}
    .hm-big-inner-text p {
        color: #090909;
        font-size: 10px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 9px;
    }
    .acb1 {
        top: unset !important;
    }
    .acb2 {
        top: unset !important;
    }
    .exhibition-box figure {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }
    .above-content-bottom h3 {
        font-family: 'Rozha One', serif;
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        max-width: 400px;
    }
    .above-content-bottom p {
        margin: 0;
        position: absolute;
        bottom: 1px;
        font-size: 8px;
        line-height: 9px;
        text-align: right;
        width: 100%;
        padding-right: 24px;
        font-weight: 400;
    }
    .exhibition-box {
        margin-top: 0;
    }
    /*.acb1 {
        position: absolute;
        bottom: -60px;
        left: -78px;
        z-index: 999999;
    }*/
    .acb1 {
        position: relative;
        top: 0;
        left: 0;
        z-index: 999999;
    }
    /*.acb2 {
        position: absolute;
        bottom: -145px;
        right: 56px;
        z-index: 999999;
    }*/
    .acb2 {
        position: absolute;
        bottom: -200px;
        left: 0;
        z-index: 999999;
    }
	.hmhdmob {
		display: none;
	}
    /*.acb2 p {
        margin: 0;
        position: absolute;
        bottom: 10px;
        font-size: 8px;
        line-height: 9px;
        text-align: right;
        width: 100%;
        padding-right: 24px;
        font-weight: 400;
    }*/
    .acb2 p {
	    margin: 0;
	    position: absolute;
	    bottom: 10px;
	    font-size: 8px;
	    line-height: 9px;
	    text-align: right;
	    width: 100%;
	    padding-right: 9px;
	    font-weight: 400;
	}
    .section1 {
        overflow-x: hidden;
    }
    .content-section {
        overflow-x: hidden;
    }
    .gallery_section_images{
        margin-top: 70px;
    }
    .contact_cnt {
        margin-top: 35px;
    }
    .contact_cnt h3 {
        font-family: 'Rozha One', serif;
        font-size: 20px;
        color: #333;
        line-height: 20px;
    }
    .contact_cnt p {
        font-family: sans-serif;
        font-size: 12px;
        color: #333;
        font-weight: 100;
    }
    .page-id-9 .content-section {
        min-height: 100vh;
        padding: 15px 0;
    }
    .about_text2 p br { display: none; }
    .hharw1 {
        position: absolute;
        right: 0;
        top: -215%;
        width: 50%;
        cursor: pointer;
    }
    .hharw2 {
        position: absolute;
        right: 0;
        top: 40%;
        width: 50%;
        cursor: pointer;
    }
    .page-id-26 #content-section .col-lg-6 {
        width: 85%;
    }
    body .booked-calendar-wrap .booked-appt-list h2 {
        text-align: center;
        color: #555;
        font-size: 16px;
        margin: 0 0 30px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 319px){
    .ef_right .wpcf7-text {
        width: 100%;
        height: 28px;
        background: #e5e5e5;
        border: 0;
    }
    .ds_cntarea5 .ef_left {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 11px;
        line-height: 28px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
    }
    .logo_mobile img {
        height: 30px;
    }
    .page-id-33 .ds_cntarea2 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea3 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea4 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .page-id-33 .ds_cntarea5 .dscnt1 p {
        font-family: 'Rozha One', serif;
        font-size: 31px;
        color: #000;
        line-height: 20px;
        padding-left: 0;
    }
    .logo_dt {
        display: :none;
    }
    .logo_mobile{
        display: :block;
    }
    .abtme {
        position: absolute;
        bottom: -8px;
        right: -1px;
        font-family: 'Rozha One', serif;
        font-size: 40px;
        color: #fff;
    }
    .abt_scrol_arrw2 {
        padding-top: 30px;
        width: 30px;
    }
    .abt_scrol_arrw1 {
        padding-top: 30px;
        width: 30px;
    }
    .about_text1 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 8px;
        letter-spacing: 0px;
        padding-top: 4px;
    }
    .about_text1 p {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 10px;
        letter-spacing: 1px;
        padding-top: 1px;
        line-height: 14px;
    }
    .about_text2 {
        color: #090909;
        font-size: 6px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
        display: none;
    }
    .about_text2 p{
        color: #090909;
        font-size: 6px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
        display: none;
    }
    .abt3cntrighttxt {
        color: #090909;
        font-size: 6px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
        display: none;
    }
    .abt3cntrighttxt p{
        color: #090909;
        font-size: 6px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
        display: none;
    }
    .abt3cnt .imnm21 {
        padding-top:30% !important;
    }
    .abtarea2cnt1 {
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        font-size: 5px;
        line-height: 9px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 0 0 0px 0px;
    }
    .abt4cnttxt {
        font-size: 5px;
        font-weight: 600;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .abt4cnttxt p{
        color: #090909;
        font-size: 15px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 600;
        line-height: 20px;
        margin-top: 25px;
    }
    .sec2_scrol_wrap {
        position: relative;
        padding-bottom:100px;
    }
    .sec2_scrol {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        float: right;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .sec1_scrol{
        position: absolute;
        top: 0%;
        right: 15px;
        width:30px;
    }
    .navbar .logo a img {
        height: 90px;
        position: absolute;
        left: 0;
        top: 0;
    }
    h1#bnrbnrtxt {
        font-family: 'Rozha One', serif;
        font-size: 28px;
        font-weight: 400;
        line-height: 1;
    }
    h1#bnrbnrtxt1 {
        font-family: 'Rozha One', serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 1;
    }
    .section1_bnr_left .col-lg-4 h1#bnrbnrtxt {
        position: absolute;
        bottom: -10px;
        right: 0;
    }
    .bnr-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 28px;
        line-height: 23px;
        position: relative;
    }
    h2.bnr_second_cnt {
        font-family: 'Rozha One', serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 26px;
        white-space: nowrap;
    }
    .hm-big-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 100;
        font-size: 35px;
        line-height: 33px;
    }
    .hm-big-inner-text {
        position: absolute;
        top: 0;
        left: 27px;
        width: calc(100% - 27px);
    }
    .hm-big-inner-text h3 {
        color: #090909;
        text-transform: uppercase;
        font-family: 'Heebo', sans-serif;
        font-size: 8px;
        letter-spacing: 0px;
        padding-top: 4px;
    }
    .hm-big-inner-text p {
        color: #090909;
        font-size: 6px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
        display: none;
    }
    .hm-big-inner-text p {
        color: #090909;
        font-size: 6px;
        float: left;
        margin: 0;
        width: 100%;
        font-family: 'Heebo', sans-serif;
        font-weight: 400;
        line-height: 8px;
    }
    .exhibition-box figure {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }
    .above-content-bottom h3 {
        font-family: 'Rozha One', serif;
        font-size: 40px;
        color: #fff;
    }
    .above-content-bottom p {
        margin: 0;
        position: absolute;
        bottom: 1px;
        font-size: 8px;
        line-height: 9px;
        text-align: right;
        width: 100%;
        padding-right: 24px;
        font-weight: 400;
    }
    .exhibition-box {
        margin-top: 0;
    }
    .acb1 {
        position: absolute;
        bottom: -60px;
        left: -78px;
        z-index: 999999;
    }
    .acb2 {
        position: absolute;
        bottom: -145px;
        right: 56px;
        z-index: 999999;
    }
    .acb2 p {
        margin: 0;
        position: absolute;
        bottom: 10px;
        font-size: 8px;
        line-height: 9px;
        text-align: right;
        width: 100%;
        padding-right: 24px;
        font-weight: 400;
    }
    .gallery_section_images{
        margin-top: 70px;
    }
    .contact_cnt {
        margin-top: 35px;
    }
    .contact_cnt h3 {
        font-family: 'Rozha One', serif;
        font-size: 20px;
        color: #333;
        line-height: 20px;
    }
    .contact_cnt p {
        font-family: sans-serif;
        font-size: 10px;
        color: #333;
        font-weight: 100;
    }
}




/*.hamburger-menu{*/
/*    display: none;*/
/*}*/
/*.hamburger-menu{*/
/*    display: block;*/
/*}*/
.hamburger-menu{
    display: block;
}
.navbar {
    position: fixed;
}
.side-widget.active .display-mobile {
    opacity: 1;
    transform: translateX(0);
    display: block;
}
.navbar .site-menu{
    display: none !important;
}
@media screen and (max-width: 769px){
.hamburger-menu{
    display: block;
}
.navbar {
    position: fixed;
}
}

/*.exhibition-box figure .img {
    opacity: 0.5;
}*/
body.page-id-26 {
    background: #7c97cb;
}
body.page-id-26 .abt_big1 {
    color: #333;
}
body.page-id-26 .abt_line12 {
    color: #fff;
}
body.page-id-26 .abt_line12 div {
    color: #fff !important;
}
.hvhcnt2 {
    color: #fff;
}
/*.hvhcnt4 p {
    font-family: 'Rozha One', serif;
    font-size: 58px;
    color: #fff;
    line-height: 58px;
    padding: 45px 0;
}*/
.ds_cntarea2{
    background: #f4e6b8;
    padding: 80px 0;
}
.ds_cntarea3{
    background: #e8ca67;
    padding: 80px 0;
}
.ds_cntarea4{
    background: #dcad15;
    padding: 80px 0;
}
.ds_cntarea5{
    background: #fff;
    padding: 80px 0;
}
.side-widget .display-mobile .site-menu ul li a:hover {
    text-decoration: none;
    color: #dcad15 !important;
}















.demo {
    position:relative;
    margin-top:0px;
  margin-bottom:50px;
}

.slider-holder {
    position:relative;
    margin:0 auto;
}

.slider {
    position:relative;
    background-color:#000;
    overflow:hidden;
    height: 800px;
}

.slider-item {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:red;
}

/*
            Demo styles
        */
#slider-item-1 {
    background-color:#b6e3ff;
}

#slider-item-2 {
    background-color:#55a93b;
}

#slider-item-3 {
    background-color:#665cff;
}

#slider-item-4 {
    background-color:#2d0bff;
}

#slider-item-5 {
    background-color:#ffc725;
}

#slider-item-6 {
    background-color:#ff4ff1;
}

/*
            Navigation
        */
.slider-nav {
    margin-top:20px;
}

.slider-nav-btn {
    display:inline-block;
    padding:4px;
    margin-right:10px;
    cursor:pointer;
    /*background-color:#add8e6;*/
    border-radius:3px;
    transition:all .2s;
}

/*.slider-nav-btn:hover {
    background-color:#6495ed;
}

.slider-nav-btn:last-child {
    margin-right:0;
}*/

.slider-nav-btn.go-prev {
    position: absolute;
    top: 65px;
    left: 10%;
}
.slider-nav-btn.go-next {
    position: absolute;
    top: 65px;
    right: 10%;
}
.hv_bookingarea {
    background: #fff;
    padding: 40px 0;
    margin-top: 60px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
    font-size: 14px;
}
body .booked-calendar-wrap .booked-appt-list h2 {
    font-size: 15px;
}
.bookings .field input {
    height: 45px;
}

.side-widget1 {
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 200px);
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: -100%;
    top: 250px;
    z-index: 9999999;
    padding: 30px 50px;
    padding-right: 110px;
    color: #fff;
    overflow: auto;
    background: #fff;
    transition: left .5s ease-in-out;
    -webkit-transition: left .5s ease-in-out;
}
.side-widget1.active {
    left: 0;
}
.project_sing_img {
    cursor: pointer;
}
.side-widget1 .title{
    font-family: 'Rozha One', serif;
    color: #000;
    display: block;
    opacity: 1;
    visibility: visible;
    font-size: 50px;
}
.side-widget1 .content {    
    color: #090909;
    font-size: 13px;
    float: left;
    margin: 0;
    width: 100%;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 30px;
}
.side-widget1 .prj_img {
    padding-bottom: 30px;
}
.close_project {
    font-size: 99px;
    font-weight: 100;
    font-family: 'Heebo', sans-serif;
    float: right;
    text-decoration: none !important;
}
.close_project:hover {
    text-decoration: none !important;
}
.publication_logo {
    float: left;
    width: 100%;
}
.publication_logo img {
    max-width: 350px;
}
.publication_link {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.publication_link a {
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 7px;
}
.publication_img img {
    min-width: 50%;
}
.single_press {
    padding-bottom: 75px;
    padding-top: 125px;
    border-bottom: 1px solid #333;
    position: relative;
    transition: top 2s ease 0s, opacity 1s ease 0s;
    opacity: 0;
    top: 100%;
}
.single_press.top0 {
    top: 0;
    opacity: 1;
}
@media screen and (max-width: 769px){
.side-widget1 {
    padding: 0px 15px;
    height: calc(100vh - 120px);
    top: 120px;
}
.close_project {
    font-size: 50px;
    font-weight: 100;
    font-family: 'Heebo', sans-serif;
    float: right;
    text-decoration: none !important;
}
.side-widget1 .title {
    font-family: 'Rozha One', serif;
    color: #000;
    display: block;
    opacity: 1;
    visibility: visible;
    font-size: 27px;
    line-height: 27px;
}
}
@media screen and (min-width: 769px){
.presspad{
    padding: 0 130px;
}
}

@media screen and (max-width: 480px) and (min-width: 360px) {
.page-id-5 .above-content-bottom h3 {
    font-family: 'Rozha One', serif;
    font-size: 21px !important;
    line-height: 21px !important;
    color: #fff;
}
.page-id-409 .above-content-bottom h3 {
    font-family: 'Rozha One', serif;
    font-size: 21px !important;
    line-height: 21px !important;
    color: #fff;
}
.acb1 {
    position: absolute;
    bottom: -72px;
    left: -78px;
    z-index: 999999;
}
.hm-big-inner-text {
    position: absolute;
    top: -50px;
    left: 45px;
    width: calc(100% - 45px);
}
.footer {
    padding-top: 0;
}
.footer .footer-bottom {
    margin-top: -1px;
}
.contact_cnt h3 {
    font-family: 'Rozha One', serif;
    font-size: 28px;
    color: #333;
    line-height: 20px;
}
.page-id-13 .row.section1_bnr_left:nth-child(2) .col-lg-4 {
    display: none;
}
.page-id-13 .row.section1_bnr_left:nth-child(2) .col-lg-8 {
    width: 100%;
}
.contact_cnt p {
    font-family: sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 100;
}
}
/* floting-menu */
.float-buttn a.floating_btn:last-child {
    -webkit-transform: rotate(
-90deg
);
    -o-transform: rotate(-90deg);
    transform: rotate(
-90deg
);
    margin-right: -67px !important;
    margin-top: 85px;
    border-radius: 6px 6px 0 0;
    left: inherit;
    right: 0;
    margin-top: 0;
}
.float-buttn a.floating_btn {
    position: fixed;
    right: 0;
    top: 34%;
    width: auto;
    max-width: 234px;
    padding: 0px 0px;
    border-radius: 6px 0 0 6px;
    margin-bottom: 10px;
    background-color: #ff2c2c;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 40px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transform: translate(100%,-50%);
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 9999;
}
.hide {
    display: none;
}
/* floting-menu */
.backto_top {
    position: fixed;
    right: 15px;
    bottom: 10px;
    width: auto;
    max-width: 70px;
}
@media screen and (max-width: 769px){
.intsec h1#bnrbnrtxt1 {
    font-size: 19px;
    left: 0 !important;
    width: 70px;
    height: 70px;
        padding-top: 27px;
}
}
.bgwht {
    background: rgba(256,256,256,0.7);
    padding: 5px;
}