.header-logo a img , .mobile-logo a img{
    filter: drop-shadow(1px 1px 0px white);
   width:130px!important;
}
body, html {
  overflow-x: hidden;
  overflow-y: auto !important;
  background-color:#363535;
}
.touch-disable, body {
  touch-action: auto;
} 

.hero-logo img{
     filter: drop-shadow(1px 1px 0px white);
}

.hero-1 {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.breadcumb-banner {
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
        height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcumb-wrapper{
    height: 300px;
    width: 100%;
    padding: 0!important;
    
}

.header-layout1 .sticky-wrapper {
    background-color: #000000;
}

.main-menu a{
    text-transform:capitalize;
}

/*body{background-color:#fff;}*/

.box-icon img{
    width:56px;
}


.about-shape{
    padding-bottom:80px;
}

.cardssty{
        background: darkkhaki;
    padding: 100px 0px;
    margin: 20px;
    border-radius: 20px;
}

.cardssty .title-area .sec-title{
    filter: drop-shadow(2px 1px 1px black);
}

.booking-area { 
    position: relative;
     margin-top: 20px; 
    z-index: 2;
    padding-bottom: 40px;
}

.widget-area {
    padding-top: 50px;
    padding-bottom: 0px;
}
.img-box1 .img1{
    border: 4px solid #ffff;
}


.hero-1 .th-hero-bg:before{
    background: radial-gradient(ellipse at center, #fe7f01 -43%, #0000008f 100%);
}

.team-contact-title{
    min-width:300px;
}

.team-contact-title .box-title{
    font-size:30px;
}

.contact-info{
        padding: 30px;
        gap:30px;
        align-items:start;
}
.contact-form{
    height:100%;
}

.box-title {
    font-size: 17px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.24em -4.08px;
}

.contact-map2{
    margin-top:10px;
}

.box-text{
    font-size:15px;
}

.footer-layout1 .footer-logo {
    padding-top: 40px;
    border-top: 7px solid #fff;
}

.footer-layout1 .footer-logo:after, .footer-layout1 .footer-logo:before {
    content: "";
    position: absolute;
    top: 54%;
    width: 45%;
    height: 1px;
    background-color: #333333;
}

.innerform .booking-form .hero-wrap {
    display: grid;
    /*grid-template-columns: auto auto auto auto auto;*/
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 24px;
}

.innerform .booking-form{
        background: #5455587a;
}

.hcontent h2{
    color:#fe7e00;
        font-weight: 800;
}
.imgh img{
    border-radius:20px;
        border: 7px solid #ffffff;
}

table ,td, th {
    border: 0px solid #fff; 
    padding: 9px 12px;
    color:#000;
}
.imgh{
    position:relative;
}
.imgh::after {
   content: '';
    position: absolute;
    top: -10%;
    left: 67%;
    width: 200px;
    height: 200px;
  background: linear-gradient(205deg, #fe7e009c 3%, #1a1a1a00);
    transition: all 2s ease;
    z-index: -1;
    border-radius: 10% 10% 10% 10%;
}
.imgh::before
 {
    content: '';
    position: absolute;
    bottom: -8%;
       left: 15.5%;
    width: 600px;
    height: 20px;
    background: linear-gradient(205deg, #1a1a1a00 3%, #fe7e009c);
    transition: all 2s ease;
    z-index: -1;
    border-radius: 100px;
}

.hostsec{
     background-color: #fcfaef;
    z-index: 0;
    position: relative;
    padding:80px 0px;
}

.listul li{
    margin-bottom:10px;
    font-size:16px;
}
.innerform{
    margin-top:50px;
}

.mega-menu-box ul{
    width:300px;
    padding:10px;
}
.mega-menu-box ul li a{
color:#fff;
}

.main-menu ul.mega-menu{
    background-color:#0000009c;
    width:1000px;
}
.main-menu ul.sub-menu{
    background-color:#0000009c;
} 

.main-menu ul.sub-menu li a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 500;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.breadcumb-wrapper{
        padding: 70px 0 160px 0;
            z-index: auto;

}

.breadcumb-banner:before{
    top:-4px; 
    z-index: 3;
    background-color: #0c0c0c78;
    background-image: linear-gradient(359deg, #fe800173, transparent);
 
}
.breadcumb-content {
    max-width: 760px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 10;
}


/*about page*/
.fimg{
    text-align:center;
    
}
.fimg img{
 border-radius:10px;   
}

.featu{
        background-color: #e1e1e1;
        padding:50px 0px;
}
.fcontent p{
    color:#000;
}
.fcontent h2{
    color:#000; 
}
.th-btn,.th-btn2{
    background-color:#fe7e00;
}
.room-box .discount{
        background-color:#fe7e00;
}

/*collage pages*/

.hostel{
    position:relative;
    padding:50px 0px;
 background-color:#fff;
}
.room-box:hover .box-title-area {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transform: translateY(0px)!important;
    -ms-transform: translateY(0px)!important;
    transform: translateY(0px)!important;
} 
.box-title-area {
  opacity: 1!important;
  visibility: visible!important;
  transform: translateY(0px)!important;
  
} 
.room-box{
    margin-bottom:15px;
}

.room-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    z-index: 2;
}
.box-title-area .box-title{
        color:#ffc65d;
}
.colleagec{
    padding:50px 0px;
}
.brw {
    border-right: 1px solid #676767;
}
.collc h3{
 color:#ffc65d;
 font-size:18px;
}

.pg-hostel-listings .col-md-6 h2 {
    font-size: 30px;
}

.pg-hostel-listings .col-md-6 h3 {
    font-size: 18px;
    color: #ffc65d;
}
.related-searches a{
    color: #f3a800;
} 
.history{padding:60px 0px;
    
    background-color:#e1e1e1;
} 

.hiscon h2{
   color:#000;
}
.history img{
     border: 2px solid #fff;

}
.hiscon p{
    color:#000;
}

.footer-widget.footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    background-color: #333333;
    width: 0px;
    height: 0px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 30px;
    margin-bottom: 11px;
    font-family: var(--body-font);
    color: #d8dbdc;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    position: relative;
} 


.description{
    padding:50px 0px; 
    background-color:#fff;
}
.hosdes p{
    color:#000;
    font-size:18px;
    
}
.hosdes h3{
    color:#000;
}

.hosdes ul li p{
    font-size:18px;
    margin-bottom:15px;
}
@media screen and (max-width: 767px) {
  
  .imgh::before {
    display: none;
  } 

  .imgh::after {
    top: -21%;
    left: 67%;
    width: 100px;
    height: 300px;
    border-radius: 0;
  }
.brw {
    border-right: none;
}

  .innerform .container {
    max-width: 100% !important; /* optional if needed to override */
    padding-left: 0px!important;
    padding-right: 0px!important;
    box-sizing: border-box;
  }
}
@media (max-width: 1199px) {
    .main-menu ul.mega-menu {
        width: 704px;
    }
}
