@font-face {
  font-family: "CentraNo1";
  src: url("https://www.thehivehostels.com/assets/frontend/fonts/CentraNo1-Bold.woff2") format('woff');
  font-weight: bold;
}

@font-face {
  font-family: "CentraNo1";
  src: url("https://www.thehivehostels.com/assets/frontend/fonts/CentraNo1-Medium.woff2") format('woff');
  font-weight: Medium;
}

@font-face {
  font-family: "CentraNo1";
  src: url("https://www.thehivehostels.com/assets/frontend/fonts/CentraNo1-Book.woff2") format('woff');
}

.inner_bnner{
    height:65vh;
    position: relative;
    overflow: hidden;
}
.inner_bnner img{
    height:100%;
    width:100%;
    object-fit:cover;
}
/*.inner_bnner .banner_content{*/
/*    top: 50%;*/
/*}*/
 
.inner_bnner .banner_content p{
    font-size: 22px;
     font-family: 'CentraNo1';
}
.inner_bnner2  .banner_content h2 {
    text-shadow: none;
}
 
 
.world{
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
} 
 
.world #about_slider .abslid_img{
    width:100%;
    height:450px;
    overflow:hidden;
    position: relative;
    margin-top: 40px;
    border-radius:20px;
}  
.world #about_slider .abslid_img:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    border-radius: 25px;
}
.world #about_slider .abslid_img img{
    width:100%;
    height:100%;
    object-fit:cover;
} 

.abslid_img h6 {
    width: 70%;
    height: 100%;
    color: #fff;
    font-size: 45px;
    display: flex;
    align-items: center;
    transition: 0.6s;
    text-transform: capitalize;
     color: white; 
     position: absolute;
      top: 30%;
      left: 70%;
      transform: translate(-50%, -50%);
}

.abslid_img p {
    width: 70%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: 0.6s;
    text-transform: capitalize;
     color: white; 
     position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, -50%);
}


 .world #about_slider .swiper-slide.swiper-slide-active .abslid_img h6 {
    /*transform: translateX(0%);*/
    /*transition-delay:1s;*/
}
 
.mission {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #18b0c426;
    overflow: hidden;
    position: relative;
}
 
.mission .title h3 {
    font-size: 30px;
    margin-top:20px;
}
.mission .title p {
    /* min-height: 67px; */
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
    border-left: 5px solid #01ACC8;
    padding-left: 25px;
}
.mission_head{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;     
}
 .mission_head .title{
    width: 30%;  
}
 
.mission_list {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
    margin-top: 40px;
}
.mission_item {
    width: 33%;
    box-shadow: 0 0 10px #0000008f;
    background: #fff;
    padding: 16px 20px;
    border-radius: 20px;
    min-height: 400px;
}

.mission_list .mission_title h3 {
    color: #4A4A4A;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px; 
    border-bottom: 2px solid #fab20d;
    padding-bottom: 10px;
}
 .mission_list .mission_title p {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}
 
 
 
.lifeathive{
    padding-bottom: 100px ;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}
 
.life_point{
    display: inline-flex;
    gap: 40px;
    align-items: center;
    list-style: none;
    margin: 40px 0;
}
.life_point li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}
 
 
 
.leadership{
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.leadership .team {
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}
.leadership .team li {
    width: 31%;
    margin-top:120px;
}
.leadership .team_img {
    background: linear-gradient( #FFC600, #FF9800);
}
.leadership .team li:nth-child(3n+1) .team_img {
    background: linear-gradient( #FFC600, #FF9800);
}
.leadership .team li:nth-child(3n+2) .team_img {
    background: linear-gradient( #FFBDAD, #FE8362 );
}
.leadership .team li:nth-child(3n+3) .team_img {
    background: linear-gradient(  #00F0BD, #00D69F);
}
/*.leadership .team li:nth-child(5) .team_img {*/
/*    background: linear-gradient( #FFBDAD, #FE8362 );*/
/*}*/
/*.leadership .team li:nth-child(6) .team_img {*/
/*    background: linear-gradient( #FFC600, #FF9800);*/
/*}*/

.leadership .team_img img {
    width: 100%;
    object-fit: contain;
    height: 350px;
    transition: 0.6s;
    /*object-position: top;*/
    margin-top: -80px;
}

.leadership .team_name {
    margin-top: 20px;
    text-align: left;
}
.leadership .team_name h5 {
    font-size: 20px;
     font-family: 'CentraNo1';
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #363636;
}
 .leadership .team_name p {
    color: #646464;
    text-transform: capitalize;
    font-weight: 400;
}
 
 
.about_location{
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
 }
ul.abtloc_list {
    display: inline-flex;
    /*justify-content: space-between;*/
    width: 100%;
    margin-top: 40px;
    flex-wrap:wrap;
    list-style: none;
    align-items: center;
}
 ul.abtloc_list li {
    width: 16%;
}
ul.abtloc_list .loc_img img {
    height: 90px;
    margin-bottom: 10px;
    transition: 0.6s;
    filter: brightness(1);
}
ul.abtloc_list .loc_img:hover img {
    filter: brightness(1);
    transform: translateY(-10px);
}
 
 
 
 
 
.how_refer{
    padding-bottom: 100px;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}
 
.how_refer ul{
    display: inline-flex;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.how_refer li{
    width: 30%;
}
.how_refer li .refer_img img {
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
}
 .link_refer{
    padding: 100px 0;
 }
 
.link_refer .col-md-12 {
    background: #D1E8D7;
    padding: 60px 15%;
    border-radius: 20px;
}
.link_refer form{
    width:50%;
    margin:20px auto;
}

.link_refer form input{
    width: 100%;
    margin: 40px auto 10px;
    border: none;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}

.getin{
    padding-top:60px;
}

.getin h2{
    font-size: 55px;
    color: #10056f;
     font-family: 'CentraNo1';
}
.getin p{
    font-size: 20px;
    margin-bottom: 10px;
}
.getin a{
    font-size: 30px;
     font-family: 'CentraNo1';
    color: #000;
    /*font-weight: 600;*/
}.getin a:hover{
    color: #10056f;
}





.career_lfe{
    padding-bottom: 100px;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
    
}
.career_lfe ul{
    width: 100%;
    align-items: center;
    list-style: none;
    column-count: 4;
    column-gap: 10px;
}
.career_lfe ul li {
    /*margin-bottom: 20px;*/
    border-radius: 20px;
    color: #363636;
    height: 200px;
    overflow:auto;
}
.career_lfe ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career_lfe ul li:nth-child(1) {
    background: #262626;
    padding: 18%;
    color: #fff;
    height: 410px;
}
.career_lfe ul li:nth-child(1) span {
    font-size: 200px;
    color: #fff;
     font-family: 'CentraNo1';
    font-weight: 600;
    line-height: 0.5;
}
.career_lfe ul li:nth-child(1) h3 {
    font-size: 42px;
     font-family: 'CentraNo1';
    margin-top: 12px;
    font-weight: 800;
}
.career_lfe ul li:nth-child(2) {
    background: #E9D23C;
    padding: 20px;
    margin-bottom: 10px;
}
.career_lfe ul li:nth-child(5) {
    background: #F3B830;
    padding: 20px;
    margin-top: 10px;
}
.career_lfe ul li:nth-child(6) {
    background: #79CDDB;
    padding: 20px;
    margin-bottom: 10px;
}



#appyNow.modal .modal-content {
    border: none;
}
#appyNow.modal .close {
    position: absolute;
    right: -20px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    color: #f58120;
    font-size: 32px;
    border: none;
    z-index: 1;
    top: -20px;
}
#appyNow.modal .modal-header {
    background: #10056f;
    color: #fff;
}

#appyNow.modal .modal-body {
    padding: 20px 40px;
}

#appyNow.modal .modal-body .form-control {
    height: 45px;
}



.opening{
    padding-bottom: 100px;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
    
}
.jobs_title {
    margin: 60px 60px 40px;
}
.jobs_title ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
}
.jobs_title ul li {
    width: 25%;
    font-weight: 600;
    color: #10056f;
    font-size: 20px;
    text-transform: uppercase;
}
#opper .card {
    border: none;
    border-radius: 20px;
    background: #D1E8D7;
    margin-bottom: 25px;
}
#opper .card-header {
    padding: 0;
    background: #F3F1E7;
    border: none;
}
#opper button {
    text-decoration: none;
    padding: 40px 60px;
    position: relative;
    box-shadow: none;
}
#opper .card-header ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
}
#opper .card-header ul li {
    width: 25%;
    font-weight: 600;
    color: #212529;
    font-size: 20px;
}
#opper .card .card-header button:not(.collapsed):after {
    transform: translateY(-50%) rotate(90deg);
}
#opper .card .card-header button:not(.collapsed) {
    background: #D1E8D7;
}

#opper .card .card-header button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 25px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s;
    color: #212121;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#opper .card-body {
    padding: 20px 60px;
    font-size: 16px;
}

.guests.testi .hexa_first {
    top: 0;
}

.testi{
    padding-bottom:100px;
}
.video_img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
}
.video_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.play_btn{
    position: absolute;
    z-index: 1;
    top: 50%;
        border: 1px solid;
    text-align: center;
    height: 80px;
    width: 80px;
    background: #0000008f;
    border-radius: 50%;
    display: flex;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    cursor: pointer;
}
#enve_video .modal-body {
    line-height: 0;
}
.close{
    position: absolute;
    right: -20px;
    opacity: 1 !important;
    top: -20px;
    background: #fff !important;
    color: #D5A51B !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 34px;
    z-index: 2;
    border: none !important;
}







.happy_face{
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 100%;
    height: 240px;
    margin: auto;
    margin-top: 80px;
}
#stories2 .swiper-slide-active{
    filter: drop-shadow(2px 4px 6px black);
}
#stories2 .swiper-slide{
    transition: 0.6s;
    padding: 20px 0;
}
    
.happy_face img{
    width:100%;
    object-fit:cover;
    height:100%;
}

#stories2 .swiper-slide:nth-child(2n+1){
    margin-top: 10%;
}


#stories:before {
    content: '\f10d';
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 120px;
    color: #e1e1e1;
}
#stories:after {
    content: '\f10e';
    position: absolute;
    line-height: 1;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    right: 0;
    top: 0;
    font-size: 120px;
    color: #e1e1e1;
}


#stories .swiper-slide {
    padding: 0 16%;
}
#stories .swiper-slide p{
    color: #3B3B3B;
    font-size: 18px;
    margin-bottom: 10px;
}
#stories .swiper-slide h5{
    color: #3B3B3B;
    font-size: 22px;
}
#stories .swiper-slide span{
    color: #10056f;
    font-size: 18px;
}


.inner_bnner2{
    height: 280px;
    position: relative;
    background: #f3f7f7;
    display: flex;
    align-items: end;
    display: -webkit-flex;
    width: 100%;
    -webkit-align-items: flex-end;
}
.inner_bnner2 .banner_content {
    position: unset;
    bottom: unset;
    transform: unset;
    text-align: unset;
    width: unset;
    color: unset;
    border-bottom: 2px solid #c2c2c2;
    padding-bottom: 20px;
}
.inner_bnner  .banner_content h2 {
     text-shadow: unset; 
}
.inner_bnner  .banner_content p {
     text-shadow: unset; 
}
.gallery_list{
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}
.gallery_list .hexa_first {
    position: absolute;
    left: -4%;
    top: -2%;
    opacity: 0.3;
    width: 200px;
}
.gallery_list .hexa_first2 {
    position: absolute;
    left: -15%;
    bottom: -5%;
    opacity: 0.3;
    width: 600px;
}
.gallery_list .hexa_sec {
    position: absolute;
    right: -10%;
    top: -5%;
    opacity: 0.5;
    width: 500px;
}
.gallery_list .purple_hexa {
    position: absolute;
    left: 10%;
    top: 40%;
    opacity: 0.5;
    width: 200px;
}
.gallery_list .purple_hexa2{
    position: absolute;
    right: 0%;
    bottom: 5%;
    opacity: 0.5;
    width: 200px;
}
.gallery_list .blue1_hexa {
    position: absolute;
    left: 30%;
    bottom: 1%;
    opacity: 1;
    width: 80px;
}


.wrapper {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}
.filter {
    padding: 40px 0;
    width: 18%;
    padding-right: 8%;
    border-right: 1px solid #DFDFDF;
}

.filter a {
    margin-bottom: 30px;
    color: #666;
    text-decoration: none;
    padding-bottom: 5px;
    display: block;
    font-size: 18px;
    font-weight: 600;    
    position: relative;
    overflow: hidden;
}
.filter a:after {
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 2px;
    background: #10056f;
    transition: 0.6s;
    bottom: 0;
}
.filter a:hover:after {
    left: 0%;
}
.filter a.current{
    color: #10056f;
}

.filter_image{
    width:82%;
    padding-left: 8%;
}

.grid {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.grid-item {
  width: 31%;
  height: 200px;
  margin: 1%;
  border-radius:5px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.fancybox {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.fancybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-item:hover .fancybox {
  transform: scale(1.1);
}


.grid-item:nth-child(2n) {
  height: 350px;
}

.grid-item:nth-child(3n) {
  height: 250px;
}
.grid-item:nth-child(4n) {
  height: 450px;
}


.lets{
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}
.lets .hexa_first {
    position: absolute;
    left: -20%;
    top: 0;
    opacity: 0.5;
    width: 650px;
}
.lets .hexa_sec {
    position: absolute;
    right: 0%;
    bottom: -5%;
    opacity: 0.5;
    width: 250px;
}
.lets .purple_hexa {
    position: absolute;
    right: 20%;
    top: 10%;
    opacity: 1;
    width: 60px;
}
.lets .blue1_hexa {
    position: absolute;
    right: 65%;
    top: 0;
    opacity: 1;
    width: 70px;
}
.listing{
    padding: 60px 0 100px;
    background: #F3F7F7 !important;
    overflow: hidden;
    position: relative;
}
.listing .title h3 {
    font-size: 30px;
}
.listing_list {
    display: inline-flex;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    flex-wrap: wrap;
}
.listing_item {
    width: 48%;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 50%) 0px 3px 8px;
}
.listing_list .hotel_img #hotel_img {
    height: 280px;
}
.listing_list.hotels .hotel_img_icon {
    width: 40px;
    height: 40px;
}
.listing_list.hotels .hotel_img_icon:after {
    font-size: 12px;
    color: #10056f;
}
.listing_list.hotels .hotel_content .hotel_loc {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.listing_list.hotels .hotel_btn {
    margin-top: 10px;
}
.left_side {
    background: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000021;
}
.sec_fil {
    margin-bottom: 40px;
}
.sec_fil h5 {
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sec_fil form{
    max-height: 250px;
    overflow-y: auto;
}


/*.sec_fil.near form{*/
/*    height: 200px;*/
/*    overflow-y: scroll;*/
/*}*/
.sec_fil .form-group {
  display: block;
  margin-bottom: 5px;
}

.sec_fil .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sec_fil .form-group label {
  position: relative;
  cursor: pointer;
}

.sec_fil .form-group label:before {
    content: '';
    background-color: transparent;
    -webkit-appearance: none;
    border: 1px solid #707070;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}

.sec_fil .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.sec_fil.gender .form-group input:checked + label:after {
    content: none;
}


.sec_fil .form-group input:checked + label:before {
    background-color: #10056f;
    border: 1px solid #10056f;
}

.gender .form-group label:before{
    border-radius: 30px;
}

.price form{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.price form .form-control {
    height: 44px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    box-shadow: none;
}

.filter_option{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 20px;
}
.filter_option a {
    color: #10056f;
    text-decoration: none;
}













.hostel_detail .banner_content{
     border-bottom: none; 
}

.hostel_detail .col-md-12 {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.hostel_detail .col-md-12 .hostel_det {
    display: inline-flex;
    align-items: center;
    gap: 40px;
}
.hostel_detail .col-md-12 .hostel_det .pro_hos {
    background: #2E74FF;
    border-radius: 30px;
    padding: 2px 12px 2px 4px;
    color: #fff;
}

.hostel_detail .col-md-12 .hostel_det .pro_hos img {
    background: #fff;
    border-radius: 45%;
    width: 35%;
    margin-right: 10px;
}


.hostel_images {
    padding-bottom: 20px;
    background: #f3f7f7;
    position: relative;
    overflow: hidden;
}
.hostel_images_list {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.hostel_images_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hostel_img_left {
    width: 66%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}
.hostel_img_right {
    width: 32%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.hostel_img_right ul {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0;
}
.hostel_img_right ul li{
    width: 48%;
    height: 190px;
    overflow: hidden;
    border-radius: 20px;
}
.hostel_img_right ul li:last-child{
    background: #D9D9D9;
}

.hostel_img_right ul li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #3B3B3B;
    font-weight: 500;
}


.hostel_occ_list ul {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    list-style: none;
}
section.hostel_occ {
    padding-bottom: 20px;
    background: #f3f7f7;
    position: relative;
    overflow: hidden;
}
.hostel_occ_list ul {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;

}
 .hostel_occ_list ul li {
    width: 32%;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .hostel_occ_list ul li img {
    display: block;
    margin-bottom: 10px;
    height: 30px;
}
.occ_type {
    font-weight: 500;
    color: #3B3B3B;
}
 .hostel_occ_list ul li .occ_price p {
    font-weight: 800;
    font-size: 020px;
}





.include{
    padding-bottom: 40px;
    background: #f3f7f7;
    position: relative;
    overflow: hidden;
}
.include .include_list{
    padding: 40px;
    background: #EEEEEE;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.include .include_list h4 {
    color: #363636;
    font-size: 20px;
     font-family: 'CentraNo1';
    font-weight: 600;
}
.include .include_list ul {
    display: inline-flex;
    /*justify-content: space-between;*/
    list-style: none;
    width: 100%;
    align-items: center;
    margin: 25px 0 0;
    gap:20px;
    flex-wrap: wrap;
}
.include .include_list ul li{
    width: 15%;
    margin-bottom: 15px;
}
.include_type img{
    margin-bottom: 10px;
    height: 50px;
    width: 100%;
    object-fit: contain;
}
.include .include_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.booking{
    background: #f3f7f7;
    position: relative;
    overflow: hidden;
}
.booking .booking_list{
    padding: 40px;
    background: #F3F1E7;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}
.booking .booking_left {
    width: 60%;
}
.booking .booking_left h4 {
    color: #32970F;
    font-size: 24px;
    margin-bottom: 10px;
}
.booking .booking_left p{
    color: #3B3B3B;
    line-height: 2;
}
.booking .hotel_btn {
    width: 40%;
}


.amen_includ{
    padding: 100px 0;
    background: #f3f7f7;
    position: relative;
    overflow: hidden;
}

.amen_includ .purple_hexa {
    position: absolute;
    right: 0%;
    top: 0;
    opacity: 1;
    width: 100px;
}

.locate{
    padding-bottom: 100px;
    background: #f3f7f7;
    position: relative;
    overflow: hidden;
}

.locate .hexa_first {
    position: absolute;
    right: -20%;
    top: 0%;
    opacity: 0.2;
    width: 1000px;
}
.comfort .hexa_sec  {
    position: absolute;
    left: -5%;
    top: -20%;
    opacity: 0.5;
    width: 500px;
}

.locate_part {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}
.locate_part .loca_map {
    width: 65%;
}
.locate_part .loca_list {
    width: 35%;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.locate_part .loca_list h5 {
    font-size: 20px;
    border-bottom: 1px solid #464646;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.locate_part .loca_list li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.locate_part .loca_list li span {
    font-weight:600;
    font-size: 16px;
    background: #fff;
    display: inline-block;
    z-index: 1;
    padding-right: 10px;
}
.locate_part .loca_list li span:last-child {
    font-weight:800;
    padding-left: 10px;
}
.locate_part .loca_list li:before {
    content: '';
    position: absolute;
    width: 96%;
    left: 0;
    top: 50%;
    border-top: 1px dashed;
}

.amen_list ul {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    list-style: none;
    gap: 0;
    flex-wrap: wrap;
    margin: 40px 00 0;
}

 .amen_list ul li {
    width: 15%;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 130px;
    margin-bottom: 15px;
    font-size: 15px;
}
 .amen_list ul li img {
     height: 50px;
    width: 100%;
    object-fit: contain;
    margin: auto;
}

.comfort.guests{
    padding:0 0 100px;
}
.comfort.guests .swiper-slide {
    flex-wrap: wrap;
}


.video .video_img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 40px;
}

.video{
    padding-bottom:100px;
    background: #f3f7f7;
    position: relative;
    overflow: hidden;
}





.enquiry {
    background: #F3F7F7;
    padding: 100px 0;
    position: relative;
}

.enquiry form {
    margin-top: 40px;
}

.enquiry form label {
    color: #363636;
     font-family: 'CentraNo1';
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.enquiry form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
    height: 45px;
    box-shadow: none;
}

.enquiry .form-group{
    margin-bottom: 60px;
    padding-right: 40px;
}
.enquiry .form-group:last-child{
    padding-left: 40px;
    padding-right: 0;
}
.enquiry .form-group.col-md-12{
    padding: 0px;
}


.conatct_details {
    background: #F3F7F7;
    padding-bottom: 200px ;
    position: relative;
    overflow: hidden;
}

.conatct_details ul {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    gap: 20px;
}
.conatct_details ul li {
    background: #58CDD6;
    padding: 40px;
    border-radius: 20px;
    width: 33%;
    color: #fff;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    word-break: break-word;
}
.conatct_details ul li img {
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
    object-fit: contain;
    object-position: top;
}
.conatct_details ul li p {
}
.conatct_details ul li p span {
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.conatct_details ul li:nth-child(2) {
    background: #E6C77F;
}
.conatct_details ul li:nth-child(3) {
    background: #7B7B7B;
}
.conatct_details .hexa_first {
    position: absolute;
    right: -20%;
    top: 0%;
    opacity: 0.2;
    width: 40%;
}
.conatct_details .purple_hexa {
    position: absolute;
    left: 12%;
    bottom: 20%;
    opacity: 1;
    width: 80px;
}
.conatct_details .blue1_hexa {
    position: absolute;
    right: 40%;
    bottom: 10%;
    opacity: 1;
    width: 80px;
}






.policy_content{
        padding: 40px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}


.policy_content p{
    margin-bottom: 40px;
}
.policy_content h5{
    font-size:20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.policy_content .hexa_first {
    position: absolute;
    left: -10%;
    bottom: -20%;
    opacity: 0.5;
    width: 650px;
}
.policy_content .hexa_sec {
    position: absolute;
    right: -15%;
    top: 0;
    opacity: 0.5;
    width: 700px;
}
.policy_content .purple_hexa {
    position: absolute;
    right: 0%;
    bottom: -8%;
    opacity: 1;
    width: 200px;
}



/*.inner_bnner.faq .banner_content {*/
/*    bottom: 12%;*/
/*    top: unset;*/
/*}*/

.faq_list .hexa_sec {
    position: absolute;
    right: -20%;
    top: 10%;
    opacity: 0.5;
    width: 800px;
}
.faq_list {
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}

.faq_list .grid-item{
    width: 100%;
    position: relative !important;
    height:auto;
}
.faq_list .grid {
    height: auto !important;
}
.faq_que {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.faq_que .nav  {
    width: 30%;
    padding-right: 10%;
}
.faq_que .nav .nav-link {
    margin-bottom: 40px;
    color: #3B3B3B;
    background: #fff;
    font-weight:500;
    border-radius: 20px !important;
}

.faq_que .nav .nav-link.active{
    color: #fff;
    background-color: #10056f;
}

.faq_que h5{
    font-size: 28px;
     font-family: 'CentraNo1';
    font-weight: 500;
    margin-bottom: 40px;
}
.faq_que .tab-content  {
    width: 70%;
}
#faqs .card {
    border: none;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 10px #0000001c;
}
#faqs .card-header {
    padding: 0;
    background: transparent;
    border: none;
}
#faqs .card .card-header button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 25px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s;
    color: #212121;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#faqs .card .card-header button:not(.collapsed):after {
    transform: translateY(-50%) rotate(90deg);
}
#faqs button {
    text-decoration: none;
    padding: 25px 40px;
    position: relative;
    box-shadow: none;
    color: #3B3B3B;
    font-weight: 600;
    font-size: 18px;
}
#faqs .card-body {
    padding: 25px 0 60px;
    font-size: 16px;
    border-top: 1px solid #DFDFDF;
    margin: 0 40px;
}



.partner{
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}



.partner .hexa_sec {
    position: absolute;
    left: -20%;
    top: -20%;
    opacity: 0.5;
    width: 650px;
}
.partner .partner_item {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    padding: 110px 0 40px;
}
.partner .partner_item:nth-child(2) .partner_img{
    order:1;
}
.partner .partner_item:last-child {
    margin-bottom: 0;
}
.partner .partner_img {
    width: 50%;
    overflow: hidden;
    border-radius: 20px;
    height: 400px;
}
.partner .partner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partner_content {
    width: 50%;
}
.partner_content .title h3 {
    border-bottom: 2px solid #10056f;
}


.partner_content .ad_tit {
    font-size: 20px;
    margin: 25px 0 15px;
    display: inline-block;
    font-weight: 500;
     font-family: 'CentraNo1';
    color: #3B3B3B;
}
.partner_content ul {
    display: inline-flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    gap: 20px;
}
.partner_content ul li{
    width: 33%;
}
.partner_content ul li span{
    display:block;
    color: #3B3B3B;
}
.partner_content ul li img{
    height: 55px;
    margin-bottom: 8px;
}







/*luxe*/


.luxe_sec .luxe_title h4{
    font-family:'Arkhip_font';
    font-size: 38px;
    margin-bottom: 20px;
}

.inner_bnner.luxe {
    height: 100vh;
}
.inner_bnner.luxe:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    height: 50%;
    z-index: 1;
}
.inner_bnner.luxe .banner_content {
    top: 70%;
    z-index: 1;
    overflow: hidden;
}


.inner_bnner.luxe .banner_content h2{
    font-family:'Arkhip_font';
    font-size: 120px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-text-stroke: 2px #d1a56b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.inner_bnner.luxe .banner_content span {
    font-weight: 400;
    font-family: 'Arkhip_font';
    -webkit-text-stroke: salmon;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #10056f;
}
.inner_bnner.luxe .banner_content p {
    font-size: 28px;
     font-family: 'CentraNo1';
}


.inner_bnner.luxe .banner_content h2{
    font-family:'Arkhip_font';
    font-size: 120px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-text-stroke: 2px #d1a56b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    transition: 0.6s;
    transform: translateY(100%);
}
.inner_bnner.luxe.animate .banner_content h2{
    transform: translateY(0%);
}
.inner_bnner.luxe .banner_content span {
    font-weight: 400;
    font-family: 'Arkhip_font';
    -webkit-text-stroke: salmon;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #10056f;
}
.inner_bnner.luxe .banner_content p {
    font-size: 24px;
     font-family: 'CentraNo1';
    transition: 0.6s;
    transform: translateY(100%);
}
.inner_bnner.luxe.animate .banner_content p{
    transform: translateY(0%);
    transition-delay: 1s;
}

.luxe_sec {
    background: #000;
    position: relative;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}

.luxe_sec .hexa_luxe {
    position: absolute;
    left: -26%;
    width: 800px;
    top: 0;
}

#luxe_sec_gallery {
    margin-top: 60px;
}

#luxe_sec_gallery  .swiper-wrapper{
    align-items: center;
}
#luxe_sec_gallery .luxe_sec_gallery {
    width: 100%;
    height: 450px;
    transition: 0.6s;
    overflow: hidden;
    border-radius: 20px;
}
#luxe_sec_gallery .swiper-slide-active{
    height: 650px;
}
#luxe_sec_gallery .swiper-slide-active .luxe_sec_gallery {
    height: 600px;
}
#luxe_sec_gallery .luxe_sec_gallery img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
    object-fit: cover;
}
#luxe_sec_gallery .luxe_sec_gallery:hover img{
    transform: scale(1.1);
}


.why_luxe {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.why_center {
  position: relative;
  height: 480px;
  width: 420px;
  background: linear-gradient(45deg, #10056f, #FFEDC2, #7D5906);
}
.why_center {
    -webkit-clip-path: url(#hexagon-clip);
    clip-path: url(#hexagon-clip);
    display: flex;
    margin: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto;

}
.why_center.remove_transition {
    transition: 0.4s;
    transform: unset !important;
}
.why_center:before {
    -webkit-clip-path: url(#hexagon-clip);
    clip-path: url(#hexagon-clip);
}
.why_center:before {
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background: #000;
    position: absolute;
    content: '';
    z-index: -1;
}
.why_center h3{
     font-family: 'CentraNo1';
    font-size: 28px;
}

.why_center h4 {
    font-size: 54px;
    font-family: 'Arkhip_font';
}

.why_center h4 span{
    color:#FABF33;
    font-family: 'Arkhip_font';
}

.heax_center{
    width: 40%;
    
}
.why_left{
    width: 20%;
}

.why_left li {
    font-size: 24px;
    position: relative;
    margin: 150px 0px;
    list-style: none;
    padding-right: 40px;
}
.why_left li:after {
    background: #FABF33;
    content: '';
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.why_right{
    width: 20%;
}

.why_right li {
    font-size: 24px;
    position: relative;
    margin: 150px 0px;
    list-style: none;
    padding-left: 40px;
}
.why_right li:after {
    background: #FABF33;
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.luxe_sec .hexa_luxe_bottom {
    position: absolute;
    left: -26%;
    width: 1000px;
    bottom: -4%;
    transform: rotate(240deg);
}

.luxe_sec .hexa_luxe_bottom2 {
    position: absolute;
    right: -26%;
    width: 1000px;
    bottom: -3%;
    transform: rotate(60deg);
}



.luxe_luxury{
    padding: 100px 0;
    background: #000;
    overflow: hidden;
    position: relative;
}
.luxe_luxury .title h3 {
    color: #fff;
    font-family: 'Arkhip-Regular';
    font-weight: 400;
}
.luxe_luxury .title h3 span {
    font-family: 'Arkhip-Regular';
    font-weight: 400;
    border:none;
    color:#FABF33;
}
.luxe_luxury .title p {
    color: #fff;
    margin-bottom: 30px;
}

.luxe_luxury #luxe_luxury{
    margin-top: 40px;
}

.luxury_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
    border-radius: 20px;
}
.luxury_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.luxury_content{   
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 20px 40px; 
}

.luxury_img:before{   
    position: absolute;
    left: 0;
    content: '';
    color: #fff;
    width: 100%;
    bottom: 0;
    background: linear-gradient(transparent,rgb(0 0 0 / 50%), rgb(0 0 0 / 65%));
    height: 100%;
}

.luxury_content .btn_hive1{
    background:transparent;
}
.luxury_content .btn_hive{
    border: 2px solid transparent;
    color:#fff !important;
    background:linear-gradient(45deg, #C4911A,#FFDA82, #926702);
}

.luxe_guest{
    padding: 100px 0 0;
    background: #000000;
    overflow: hidden;
    position: relative;
}
.luxe_guest .hexa_first {
    position: absolute;
    right: -30%;
    top: -8%;
    width: 800px;
    transform: rotate(60deg);
}
.luxe_guest .title h3 {
    color: #fff;
    font-family: 'Arkhip-Regular';
    font-weight: 400;
}
.luxe_guest .title h3 span {
    font-family: 'Arkhip-Regular';
    font-weight: 400;
    border:none;
    color:#FABF33;
}
.luxe_guest .title p {
    color: #fff;
    margin-bottom: 30px;
}

.luxe_guest #luxe_guest{
    margin-top: 40px;
}
.luxe_guest .swiper-slide {
    display: inline-flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    color: #fff;
    border: 1px solid #fabf33;
    border-radius: 20px;
    padding: 20px;
}
.luxe_guest .guest_img {
    width: 40%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
}
.luxe_guest .guest_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.luxe_guest .guest_content {
    width: 60%;
}
.luxe_guest .guest_content h4{
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}
.luxe_guest .guest_content span {
    color: #10056f;
    margin: 5px 0;
    display: inline-block;
    font-size: 16px;
}
.luxeguest_icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 0 5px #00000094;
    position: relative;    
    left: 0;
    right: 0;   
    border: 1px solid #fabf33;
    background: transparent;
}
.luxeguest_icon.swiper-button-next {
    right: 30px;
    left:unset;
}
.luxeguest_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #fabf33;
}

.luxe_guest_icon {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    gap: 40px;
    margin: 60px 0;
    align-items: center;
    position: relative;
}



.lets_luxe{
    padding: 100px 0;
    background: #000000;
    overflow: hidden;
    position: relative;
}
.lets_luxe .hexa_first {
    position: absolute;
    left: -8%;
    top: 0;
    width: 450px;
}
.lets_luxe .hexa_sec {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 200px;
    transform: rotate(180deg);
}

.lets_luxe .title h3 {
    color: #fff;
    font-family: 'Arkhip-Regular';
    font-weight: 400;
}
.lets_luxe .title h3 span {
    font-family: 'Arkhip-Regular';
    font-weight: 400;
    border:none;
    color:#FABF33;
}
.lets_luxe .title p {
    color: #fff;
    margin-bottom: 30px;
}

.btn_hive_luxe {
    padding: 15px 25px;
    display: inline-block;
    position: relative;
    color: #10056f !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    border: 2px solid #10056f;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    transition: 0.6s;
    background: #000;
    text-transform: uppercase;
    border-radius: 10px;
}

.btn_hive_luxe:hover i{
    margin-left: 20px;
}
.btn_hive_luxe i {
    margin-left: 14px;
    transition: 0.6s;
}







.hive_connect .title{
    width: 95%;
    margin: auto;
    margin-bottom: 60px;
    line-height: 2;
}
.hive_connect img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}
.hive_connect .hexa_sec {
    position: absolute;
    right: -24%;
    top: 0%;
    height: auto;
    opacity: 0.2;
    width: 800px;
}







.we_offer{
        padding-bottom: 100px;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}








.lifeathive.connect_page {
    padding: 100px 0;
    background: #F3F1E7;
}

.offer_list .connect_hexa {
    -webkit-clip-path: url(#hexagon-clip);
    clip-path: url(#hexagon-clip);
    display: flex;
    margin: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto;   
    position: relative;
    height: 35vh;
    width: 100%;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #10056f, #FFEDC2, #7D5906);
}
.offer_list .connect_hexa:before {
    -webkit-clip-path: url(#hexagon-clip);
    clip-path: url(#hexagon-clip);    
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background: #000;
    position: absolute;
    content: '';
    z-index: -1;
}
.offer_list {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: 60px;
}

.connect_grid {
    width: 20%;
}

.connect_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer_list .connect_hexa p{
    padding: 0 20%;
     font-family: 'CentraNo1';
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.offer_list .connect_grid:nth-child(1) .content_conn {
    background: #E6C77F;
}
.offer_list .connect_grid:nth-child(1) .content_conn:before {
    background: transparent;
}

.offer_list .connect_grid:nth-child(3) .offer_img {
    background: #10056f;
}
.offer_list .connect_grid:nth-child(3) .offer_img:before {
    background: #F3F7F7;
}

.offer_list .connect_grid:nth-child(3) .content_conn {
    background: #65D3DC;
}
.offer_list .connect_grid:nth-child(3) .content_conn:before {
    background: transparent;
}


.offer_list .connect_grid:nth-child(5) .content_conn {
    background: #7B7B7B;
}
.offer_list .connect_grid:nth-child(5) .content_conn:before {
    background: transparent;
}

.offer_list .connect_grid:nth-child(5) .offer_img {
    background: #01ACC8;
}
.offer_list .connect_grid:nth-child(5) .offer_img:before {
    background: #F3F7F7;
}



.hive_social .hexa_sec {
position: absolute;
    left: -25%;
    top: -20%;
    opacity: 0.5;
    width: 700px;
}
.hive_social{
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}
.hive_social .title span{
    color: #10056f;
    border: none;
    font-size: 60px;
}
.hive_social .social_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
.hive_social .social_list ul li {
    width: 33%;
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
}
.hive_social .social_list ul li .eve_img{
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 10px;
}
.hive_social .social_list ul li .eve_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hashtags {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    gap: 20px 100px;
    flex-wrap: wrap;
    margin: auto;margin-top: 60px;
}
.hashtags h4{
    font-size: 50px;
    font-weight: 600;
     font-family: 'CentraNo1';
    color: #65D3DC;
}
.hashtags h4:nth-child(2){
    font-size: 28px;
    color: #E292D6;
}
.hashtags h4:nth-child(3){
    font-size: 28px;
    color: #9C9C9C;
}
.hashtags h4:nth-child(4){
    font-size: 50px;
    color: #D5AE55;
}
.hashtags h4:nth-child(5){
    font-size: 26px;
    color: #D5AE55;
}
.event{
    padding:0 0 100px;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}

.event ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
.event ul li{
    width: 33%;
    list-style: none;
}
.event ul li .eve_img{
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 10px;
}
.event ul li .eve_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eve_details span{
    font-weight: 700;
    font-size: 14px;
}
.eve_details h5 {
    font-size: 24px;
    font-weight: 700;
    color: #10056f;
}
.event .hexa_first {
    position: absolute;
    right: -20%;
    bottom: -50%;
    opacity: 0.2;
    width: 650px;
}
.event .hexa_sec {
    position: absolute;
    left: 0%;
    bottom: 4%;
    opacity: 0.5;
    width: 180px;
}
.event .purple_hexa {
    position: absolute;
    right: 35%;
    bottom: 6%;
    opacity: 1;
    width: 80px;
}





span.showpass {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 99;
    width: auto !important;
    margin: 0 !important;
    cursor: pointer;
    transform: translateY(-50%);
    color: black;
}


.login_page{
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    width: 100%;
    min-height: 125vh;
    justify-content: center;
    align-items: center;
    padding: 12% 0;
    height: auto;

}
.login_form.visit_form{
    width: 40%;
}
.visit_am{
    text-align: left;
}
.visit_am .form-group{
    display: inline-block;
    margin-right:10px;
}



.visit_am .form-group label:before {
    border-radius: 30px !important;
}
.visit_am .form-group input:checked + label:after {
    content: none !important;
}





.term_check.form-group label a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.term_check.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.term_check.form-group label {
    position: relative;
    cursor: pointer;
}
.term_check.form-group label:before {
    content: '';
    background-color: transparent;
    -webkit-appearance: none;
    border: 1px solid #fff;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}
.term_check.form-group input:checked + label:before {
    background-color: #10056f;
    border: 1px solid #10056f;
}
.term_check.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.login_form {
    width: 35%;
    margin: auto;
    background: #06B4D1;
    padding: 50px;
    color: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.login_form .form-control {
    padding: 0 20px;
    height: 55px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 2px solid #06b4d1;
    background: #CAF4FB;
}
.login_form .form-control:focus {
    border: 2px solid #10056f;
    background: #fff;
}
.login_form h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
     font-family: 'CentraNo1';
}

.login_form p {
    margin-bottom: 20px;
}
.login_form span {
    width: 65%;
    display: inline-block;
    margin-top: 20px;
}
.login_form span a{
    color: #fff;
    font-size: 16px;
}


.login_page .hexa_first {
    position: absolute;
    left: -20%;
    bottom: -25%;
    opacity: 0.2;
    width: 650px;
    height: auto;
}
.login_page .hexa_first2 {
    position: absolute;
    left: 10%;
    top: 20%;
    opacity: 0.2;
    width: 150px;
    height: auto;
}

.login_page .hexa_sec {
    position: absolute;
    right: -25%;
    top: 20%;
    opacity: 0.4;
    width: 800px;
    height: auto;
}


.booking .login_form {
    width: 45%;
}


.booking .login_form ul.step_book {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    margin: 20px auto 40px;
    align-items: center;
    list-style: none;
    position: relative;
    z-index: 1;
}
.booking .login_form ul.step_book li{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    width: 20%;
    background: #06b4d1;
}
.booking .login_form ul.step_book li .book_icons {
    background: transparent;
    border: 2px solid;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 20px;
    margin: 0 auto 10px;
}
.booking .login_form ul.step_book li:last-child:after{
    content: none;
}

/*.booking .login_form ul.step_book li:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    right: -24%;*/
/*    top: 35%;*/
/*    transform: translateY(-50%);*/
/*    background: #ffffff99;*/
/*    height: 2px;*/
/*}*/
.booking .login_form ul.step_book li .book_icons img{
    filter: brightness(100);
}



.booking .login_form ul.step_book li.active .book_icons {
    background:#fff;
}
.booking .login_form ul.step_book li.active .book_icons img {
    
    filter: unset;
}



fieldset.showw {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    height: auto;
}

fieldset {
    transition: 1s;
    visibility: hidden;
    opacity: 0;
    /* position: absolute; */
    width: 100%;
    top: 0;
     transform: translateX(100%); 
    visibility: hidden;
    height: 0;
    padding: 0 12px !important;
}
fieldset.showw3 {
     transform: translateX(-100%); 
}

.book_content {
    text-align: left;
    margin-top: 25px;
}

.book_content h4{
    font-size: 18px;
}
.book_content ul{
    padding-left: 20px;
}
.book_content ul li {
    margin-bottom: 5px;
}
.progress {
    height: 2px !important;
    border-radius: 0 !important;
    position: absolute;
    width: 70%;
    margin: auto;
    top: 35%;
    left: 0;
    right: 0;
}
.progress-bar {
    border-radius: 40px;
    background: #10056f !important;
}
.step_points {
    position: relative;
    width: 100%;
}


.book_amount {
    width: 100%;
    height: 150px;
    background: #fff;
    margin: 20px 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #363636;
    flex-wrap: wrap;
    flex-direction: column;
}

.book_amount h4{
    width: 100%;
    font-size: 28px;
    margin-top: 10px;
}
.book_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.book_list span {
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.book_list span:nth-child(1) {
    font-size: 16px;
}

.open_filter{
    display:none;
    position: absolute;
    width: 45px;
    height: 45px;
    background: #10056f;
    color: #fff;
    z-index: 9;
    font-size: 22px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
        transition: 0.6s;
}





.blog {
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}
.blog .hexa_first {
    position: absolute;
    right: -20%;
    bottom: -50%;
    opacity: 0.2;
    width: 650px;
}
.blog .hexa_sec {
    position: absolute;
    left: 0%;
    bottom: 4%;
    opacity: 0.5;
    width: 180px;
}
.blog .purple_hexa {
    position: absolute;
    right: 35%;
    bottom: 6%;
    opacity: 1;
    width: 80px;
}


.blog_list ul{
    display: inline-flex;
    margin-top: 40px;
    /*justify-content: center;*/
    gap: 2%;
    list-style: none;
    flex-wrap:wrap;
}


.blog_list .blog_img {
    width: 100%;
    max-height: 360px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
}
.blog_list .blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_list .blog_details span {
    font-size: 14px;
    font-weight: 400;
}

.blog_list .blog_details h5{
    font-size: 18px;
    font-weight: 600;
     font-family: 'CentraNo1';
    margin: 5px 0 10px;
}
.blog_list .blog_details a {
    display: inline-block;
    color: #10056f;
    text-decoration: none;
    font-weight: 600;
}
.blog_list .blog_details a i{
    margin-left: 20px;
}
.blog_list li {
    width: 32%;
    margin-bottom: 4%;
}


.blog_detail_banner h2{
    width: 70%;
    margin: auto;
}


.blog_inner{
    padding:40px 0;
}

.blog_public  {
    text-align: center;
    margin-bottom: 20px;
}

.blog_public span{
    color: #10056f;
    margin-left: 10px;
}
.blog_detail  p{
    font-size: 18px;
    margin-bottom: 20px;
}
.blog_detail h4 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.blog_detail img {
    max-height: 400px;
    margin: 20px 0;
    border-radius: 20px;
    object-fit: cover;
}
.blog_detail {
    padding: 0 60px 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #d8d8d8;
}






@media only screen and (max-width: 760px) {
   .career_lfe ul {
        column-count: 1 !important;
    }
    #opper button {
        padding:  10px !important;
    }
    #opper .card {
        margin-bottom: 15px;
    }#opper .card-header ul li {
        width: 100%;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .jobs_title ul {
        display: none;
    }
    #opper .card-body {
        padding: 20px ;
        font-size: 14px;
    }
    .how_refer ul {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .how_refer ul li{
        width: 100%;
        margin-bottom: 20px;
    }.how_refer li .refer_img img {
        height: 120px;
    }
    .link_refer .col-md-12 {
        padding: 40px 2%;
    }
    .link_refer form {
        width: 92%;
        margin: 10px auto;
    }
    #stories .swiper-slide {
        padding: 0 4%;
    }
    #stories .swiper-slide p {
        font-size: 14px;
    }
    #stories:before {
        font-size: 40px;
    }
    #stories:after {
        font-size: 40px;
    }
    #stories .swiper-slide h5 {
        font-size: 16px;
    }
    #stories .swiper-slide span {
        font-size: 16px;
    }
    .happy_face {
        height: 180px;
        margin-top: 25px;
    }
    .video_img {
        height: 280px;
    }
    .play_btn {
        height: 60px;
        width: 60px;
    }.enquiry .form-group {
        margin-bottom: 25px;
        padding-right: 0px;
        padding-left: 0 !important;
    }
    .enquiry form label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .conatct_details ul {
        flex-wrap: wrap;
    }
    .conatct_details ul li {
        width: 100%;
        min-height: 200px;
    }
    .conatct_details ul li img {
        width: 40px;
        height: 40px;
    }
    
    .open_filter.show{
        left: 70% !important;
    }
    .listing_item {
        width: 100%;
        padding: 10px;
        display: block;
    }
    .listing_item .hotel_img {
    width: 100%;
}

.listing_item .hotel_content {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border-radius: 20px;
    margin-top: 15px;
}
    .hostel_detail .col-md-12 {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .inner_bnner2 .banner_content {
        padding-bottom: 0px;
    }.hostel_detail .col-md-12 .hostel_det {
        gap: 10px;
    }
    .hostel_images_list {
        gap: 15px  !important;
    }
    .hostel_img_left {
        width: 100%  !important;
        height: 220px  !important;
    }
    .hostel_img_right {
        width: 100%  !important;
    }
    .hostel_img_right ul {
        gap: 10px 0  !important;
    }
    .hostel_img_right ul li {
        height: 140px  !important;
    }
    .amen_list ul li {
        width: 100% !important;
    }
    
    .video .video_img {
        height: 280px;
    }
    .luxe_guest .swiper-slide {
        flex-wrap: wrap;
    }.luxe_guest .guest_img {
        width: 100%;
        height: 200px;
    }.luxe_guest .guest_content {
        width: 100%;
    }
    .partner .partner_item {
        gap: 20px;
        flex-wrap: wrap;
    }
    .partner .partner_img {
        width: 100%;
        height: 300px;
    order: -1 !important;
    }.partner_content {
        width: 100%;
    }
    .hive_social .social_list ul li {
        width: 100% !important;
    }
}


@media (max-width: 992px){   
    .inner_bnner {
        height: 280px;
    }
    .world {
        padding: 60px 0;
    }
    .inner_bnner .banner_content p {
        font-size: 16px;
    }
    .getin h2 {
        font-size: 30px;
    }
    .getin p {
        font-size: 16px;
    }
    .getin a {
        font-size: 19px;
    }
    .world #about_slider .abslid_img {
        height: 300px;
    }
    .abslid_img h6 {
    width: 90%;
    font-size: 24px;
    font-weight: 600;
}
.mission_head {
        flex-wrap: wrap;
        text-align: center;
    }
    .mission_head .title {
        width: 100%;
    }
    .mission_head .title img {
        width: 120px !important;
    }
    .mission_list {
        flex-wrap: wrap;
    }
    .mission_item {
        width: 100%;
        padding: 25px;
    }
    .mission {
        padding-bottom: 60px;
    }
    .life_point {
        gap: 25px;
        margin: 20px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .lifeathive {
        padding-bottom: 60px;
    }
    .leadership {
        padding: 60px 0;
    }.leadership .team li {
        width: 100%;
    }
    .about_location {
        padding: 60px 0;
    }
    ul.abtloc_list li {
        width: 48%;
    }ul.abtloc_list .loc_img img {
        height: 80px;
    }
    .career_lfe {
        padding-bottom: 60px;
    }
    .opening {
        padding-bottom: 60px;
    }
    .jobs_title {
        margin: 40px;
    }
       #opper button {
        padding: 40px ;
    }
    .career_lfe ul {
        column-count: 2;
    }.career_lfe ul li {
        margin: 15px 0;
    }
    .enquiry {
        padding: 60px 0;
    }
    .testi {
        padding-bottom: 60px;
    }
    .link_refer {
        padding: 60px 0;
    }
    .how_refer {
        padding-bottom: 60px;
    }
    .conatct_details {
        padding-bottom: 60px;
    }.enquiry .form-group {
        padding-right: 0px;
    }
    .inner_bnner2 {
        min-height: 240px;
        height: auto;
        padding-top: 18vh;
    }
    .inner_bnner2.hostel_detail .banner_content{
        padding: 0 ;
    }
    .inner_bnner2.hostel_detail .btn_hive .banner_content{
        min-width: 120px;
        margin-left: 8px;
        vertical-align: middle;
        padding: 10px;
        margin-bottom: 5px;
    }
    .listing {
        min-height: 100vh;
        padding: 40px 0;
    }
    .left_side {
        height: 100vh;
        overflow: auto;
    }
    .listing  .filter_side{
        position: absolute;
        width: 75% !important;
        max-width: 100%;
        left: -100%;
        transition: 0.6s;
        z-index: 9;top: 0%;
    }
    
    .listing .filter_side.open_side{
        left: 0%;
    }
    .open_filter{
        display:flex;
    }
    .open_filter.show{
        left: 72%;
    }
    .hostel_img_left {
        width: 60%;
        height: 280px;
    }
    .hostel_img_right {
        width: 38%;
    }
    .hostel_img_right ul li {
        height: 128px;
    }
    .hostel_occ_list ul {
        gap: 10px;
        flex-wrap: wrap;
    }
    .hostel_occ_list ul li {
        padding: 15px;
        width: 100%;
    }
    .hostel_occ_list ul li .occ_price p {
        font-size: 16px;
    }
    .include .include_list ul {
        gap: 20px;
        flex-wrap: wrap;
    }
    .include .include_list {
        padding: 20px;
    }
    .include .include_list ul li {
        width: 45%;
    }
    .booking .booking_list {
        padding: 20px;
        flex-wrap: wrap;
    }.booking .booking_left {
        width: 100%;
    }.booking .hotel_btn {
        width: 100%;
    }
    .amen_includ {
        padding: 60px 0;
    }
    .amen_list ul {
        gap: 10px;
        margin: 20px 00 0;
        flex-wrap: wrap;
    }
    .amen_list ul li {
        width: 48% !important;
    }.locate {
        padding-bottom: 60px;
    }
    .locate_part {
        flex-wrap: wrap;
    }
    .locate_part .loca_map {
        width: 100%;
    }
    .locate_part .loca_list {
        width: 100%;
        padding: 20px;
    }.comfort.guests {
        padding: 0px 0 60px;
    }
    .video {
        padding-bottom: 60px;
    }
    .play_btn {
        top: 60%;
    }
    .lets {
        padding: 60px 0;
    }
    .lets .hexa_first {
        left: -20%;
        top: 0;
        width: 200px;
    }
    .lets .hexa_sec {
        right: 0%;
        bottom: -5%;
        width: 150px;
    }
    .lets .purple_hexa {
        right: 10%;
        top: 0%;
        width: 60px;
    }
    .lets .blue1_hexa {
        right: 50%;
        top: 0;
        width: 50px;
    }
    
    
    .social_links {
        margin-bottom: 20px !important;
    }
    .login_form {
        width: 90% !important;
        padding: 20px;
    }
    .login_page {
        padding: 30vh 0;
        height: auto;

    }
    .booking .login_form ul.step_book li .book_icons {
        width: 60px;
        height: 60px;
        padding: 15px;
    }

    .hive_connect .title {
        width: 100%;
        margin-bottom: 40px;
    }
    .hive_connect img {
        height: 250px;
    }.we_offer {
        padding: 0 0;
    }
    .offer_list {
        gap: 10px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .connect_grid {
        width: 100%;
        display: flex;
        gap: 20px;
    }
    .connect_grid:nth-child(2) .connect_hexa{
        height: 90vw;
    }
    .connect_grid:nth-child(4) .connect_hexa{
        height: 90vw;
    }
    .offer_list .connect_hexa {
        height: 44vw;
    }
    .lifeathive.connect_page {
        padding: 60px 0;
    }
    
    .hive_social {
        padding: 60px 0;
    }
    .hashtags {
        gap: 10px 40px;
        margin-top: 25px;
    }
    .hive_social .social_list ul {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .hive_social .social_list ul li {
        width: 48%;
        list-style: none;
    }
    .event {
        padding: 0 0 60px;
    }
    .event ul {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .event ul li {
        width: 100%;
    }
    
    
    
    
    .blog {
        padding:60px 0 ;
    }
    .blog ul li {
    margin-bottom: 10%;
        width: 100%;
    }
    
    .blog_detail_banner h2 {
        width: 100%;
        margin: auto;
    }
    .blog_detail {
        padding: 0;
        margin-bottom: 30px;
        border-bottom: 2px solid #d8d8d8;
    }
    .blog_detail h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .blog_detail p {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .blog .blog_detail ul li {
        margin-bottom: 2%;
        width: 100%;
    }
    .policy_content p {
        margin-bottom: 20px;
    }
    .inner_bnner.luxe .banner_content h2 {
        font-size: 50px;
    }.luxe_sec {
        padding: 60px 0;
    }
    .luxe_sec .luxe_title h4 {
        font-size: 32px;
    }
    #luxe_sec_gallery .luxe_sec_gallery {
        height: 250px;
    }
    #luxe_sec_gallery .swiper-slide-active{
        height:350px;
    }
    #luxe_sec_gallery .swiper-slide-active .luxe_sec_gallery {
        height: 300px;
    }
    #luxe_sec_gallery {
        margin-top: 40px;
        padding: 0 6%;
    }
    .why_luxe {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .why_left {
        width: 100%;
        text-align: center !important;
    }
    .why_left li {
        margin: 40px 0px;
    }
    .heax_center {
        width: 100%;
    }
    .why_center {
    height: 320px;
    width: 270px
    }.why_center h3 {
        font-size: 24px;
    }
    .why_center h4 {
        font-size:36px;
    }
    .why_right {
        width: 100%;
        text-align: center !important;
    }
    .why_right li {
        margin: 40px 0px;
    }  
    .luxe_sec .hexa_luxe_bottom {
        bottom: 40%;
    }
    
    .luxe_luxury {
        padding: 60px 0;
    }
    .luxe_luxury #luxe_luxury {
        margin-top: 10px;
        padding: 0 4%;
    }
    .luxury_img {
        height: 310px;
    }
    .luxury_content {
        padding: 20px ;
    }
    .luxe_guest {
        padding: 60px 0 0;
    }
    .lets_luxe {
        padding: 60px 0;
    }.lets_luxe .hexa_first {
        width: 200px;
    }
    .partner .hexa_sec {
        left: -14%;
        top: 0%;
        width: 150px;
    }
    .partner {
        padding: 60px 0;
    }
    .partner_content ul {
        gap: 10px;
    text-align: center;
    }
    .partner_content ul li img {
        height: 45px;
    }
    .partner_content ul li span {
        font-size: 14px;
    }.partner .partner_item {
        margin-bottom: 60px;
    }
    .gallery_list .hexa_sec {
        right: -2%;
        width: 150px;
    }
    .gallery_list {
        padding: 60px 0;
    }
    .wrapper {
        margin-top: 40px;
    }
    .filter {
        padding: 20px 0;
        width: 100%;
        padding-right: 0;
        border-right: none;
        display: inline-flex;
        gap: 0 20px;
        flex-wrap: wrap;
    }
    .filter_image {
        width: 100%;
        padding-left: 0;
    }.grid-item {
        width: 46%;
    height: 150px;
    }.filter a {
        margin-bottom: 10px;
    }.grid-item:nth-child(2n) {
      height: 200px;
    }
    
    .grid-item:nth-child(3n) {
      height: 250px;
    }
    .grid-item:nth-child(4n) {
      height: 250px;
    }.gallery_list .hexa_first2 {
        width: 300px;
    }
    .faq_list {
        padding: 60px 0;
    }
    
    .faq_que {
        flex-wrap: wrap;
    }.faq_que .nav {
        width: 100%;
        padding-right: 0;
    }
    .faq_que h5 {
        margin-bottom: 20px;
    }
    .faq_que .nav .nav-link {
        margin-bottom: 15px;
    }.faq_que .tab-content {
        width: 100%;
    margin-top: 20px;
    }
    #faqs .card {
        margin-bottom: 15px;
    }
    #faqs button {
        padding: 15px;
        font-size: 16px;
        padding-right: 50px;
    }
    #faqs .card-body {
        padding: 20px 0;
        margin: 0 16px;
    }
    span.menu-toggle-drop {
        position: absolute;
        right: 0;
        top:0px;
        width: 35px;
        height: 32px;
        background: #f4ad0b;
        text-align: center;
        line-height: 35px;
        color: #fff;
        display: block;
        z-index: 10;
    }
    header nav .main_menu li.dropdown .sub-menu {
        width: auto;
        padding: unset;
        box-shadow: none;
        background: 0 0;
        opacity: 1 !important;
        visibility: visible !important;
        position: unset !important;
        width: auto;
        box-shadow: none;
        transform: unset !important;
    }
    header nav .main_menu li.dropdown .sub-menu a {
        font-size: 18px !important;
    padding-left: 20px;
    }
    header nav .main_menu li.dropdown .sub-menu {
        display: none;
    }.menu li.dropdown a::after {
        content: none;
    }.offer_list .connect_hexa p {
        padding: 0 8%;
        font-size: 16px;
        word-break: break-all;
    }
    fieldset .col {
        flex-basis: unset;
    }
    

}


#gloginbutton .abcRioButton  {
    width: 100% !important;
    margin-top: 20px;
    height: 50px !important;
    padding: 8px 0;
    border-radius: 8px;
}
#gloginbutton .abcRioButton span {
    width: unset; 
    display: unset; 
    margin-top: unset; 
    font-weight: 700;
    color: #4a4a4a;
    font-size: 16px;
}
/*************By Devender***************/
.input_file_block.form-control {
    position: relative;
    text-align: left;
    padding: 13px 20px;
    cursor: pointer;
}

.input_file_block.form-control i {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 40px;
    transform: translateY(-50%);
}
.step_form_heading h4 {
    margin: 0;
}

.step_form_heading {
    border-bottom: 1px solid #0295ae;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.utr_file_selected {
    text-align: left;
    font-size: 14px;
}
.neft_thank_you h4 {
    font-size: 30px;
    margin: 0 0 20px 0px;
}

.neft_thank_you p {
    font-size: 19px;
    margin: 0 0 20px 0;
}
.neft_thank_you img {
    width: 130px;
    display: block;
    margin: 0 auto 20px auto;
}
/*****************End********************/


/*new*/

.line {
        margin: 50px auto;
        text-align: center;
        max-width: 500px;
        position: relative;
      }
     .line:before {
    content: "";
    display: block;
    width: 130px;
    height: 3px;
    background: #10056f;
    left: 0;
    top: 50%;
    position: absolute;
}
      .line:after {
        content: "";
        display: block;
        width: 130px;
        height: 3px;
        background: #10056f;
        right: 0;
        top: 50%;
        position: absolute;
      }

.teambox {
    align-items: center;
    display: flex;
}

.teambox .team_imgbox
{
    width:25%;
}

.teambox .team_namebox
{
    width:75%;
}

.hex {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 250px;
  height: 280px; /* width * 0.866 */
  box-sizing: border-box;
  clip-path: polygon(50% 0, 100% 23%, 100% 72%, 50% 99%, 0 72%, 0 23%);
}


.hex-background {
  position: absolute;
  background-color: #10056f; /*color of the main-background*/
  top: 2px; /* equal to border thickness */
  left: 2px; /* equal to border thickness */
  width: 250px; /* container height - (border thickness * 2) */
  height: 280px; /* container height - (border thickness * 2) */
 clip-path: polygon(50% 0, 100% 23%, 100% 72%, 50% 99%, 0 72%, 0 23%);
}

.hex img {
  /*position: absolute;*/
  width: 100%; 
  height: 100%; 
  object-fit: contain;
  clip-path: polygon(50% 0, 100% 23%, 100% 72%, 50% 99%, 0 72%, 0 23%);
}

.ourteamname {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    text-align: left;
}

.ourteamdesignation
{
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 25px;
color: rgba(0, 0, 0, 0.7);
text-align: left;
}

.ourteamdesc {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: rgb(0 0 0 / 70%);
    text-align: justify;
    margin-top:20px;
}

.team_nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    gap: 10px;
}

.team_nav_icon {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 0 5px #00000094;
}

.team_nav_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

.gallery-thumbs {
		box-sizing: border-box;
		padding: 10px 0;
		 transform: rotate(90deg);
	
}


.gallery-thumbs .swiper-slide {
 
    opacity: 0.2;
    margin-left: 15px;
}

img.teamthumb
{
    height: 30px;
    width: 30px;
    background: #10056f;
    border-radius: 50%;
    transform: rotate(270deg);
}
.gallery-thumbs .swiper-slide-active {
		opacity: 1;
}

.visionimg {
    position: absolute;
    top: 100px;
    z-index: 9;
}

.hexapoly
{
    position: absolute;
    width: 92px;
    height: 100px;
    left: 290px;
    top: 50px;
}

.hexapoly1
{
    position: absolute;
    width: 92px;
    height: 100px;
    left: 600px;
    top: 250px;
}
.hexapolyblue
{
    position: absolute;
    width: 110px;
    height: 110px;
    left: 350px;
    top: 430px;
}

.amenities-list li {
    list-style-type: none;
    border: 1px solid #10056f;
    display: inline-block;
    border-radius: 15px;
    margin: 2px 10px 2px 0;
    padding: 2px 10px;
}

ul.amenities-list
{
    margin-bottom:0 !important;
}

.hotel_btn1 a {
    width: 38%;
    min-width: auto;
}

.hotels11 {
    padding: 15px;
    overflow: hidden;
    position: relative;
    background:#f3f7f7 !important;
}

.hotels11 .hotel_img #hotel_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_content h3 {
     font-family: 'CentraNo1';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}

.btn_brochure {
    padding: 8px 4px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    border: 2px solid #10056f;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    transition: 0.6s;
    background: #10056f;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
}

.btn_brochure:hover {
        color: #10056f !important;
    background: #fff;
}

.imgborder20
{
    border-radius: 20px;
}

.bgf3f7f7
{
    background:#f3f7f7;
}

.inner_bnnerrr{
    position: relative;
    background: #f3f7f7;
    display: flex;
    align-items: end;
    display: -webkit-flex;
    width: 100%;
    -webkit-align-items: flex-end;
}

.card-header {
    padding: 0.3rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header button.btn.btn-link.btn-block.text-left {
    color: #000;
    font-weight: 500;
    text-decoration:none;
}

.card-header button.btn:focus
{
    outline:0px;
    
    box-shadow:none;
    color:#10056f !important;
}