
/* MENU */

header#header-1{
  display: none;
}


/* MAIN MENU */
.header-lower #menu-link-4 a {
    background-color: var(--darkorange);
    padding: 0px 15px;
    border-bottom: solid 1px var(--lightorange);
    border-radius: 33px;
}

.header-lower .logo-box .logo{
  width: 150px;
}

.sticky-header .header-style-two .logo-box .logo{
  width: 120px;
}

/* FIXED MENU */
.sticky-header #menu-link-4 a {
    background-color: var(--darkorange);
    color: white;
    padding: 0px 15px;
    border-bottom: solid 1px var(--lightorange);
    border-radius: 33px;
}

/* MOBILE MENU */
.mobile-menu .nav-logo{
  text-align: center;
}

.mobile-menu .nav-logo img{
  max-width: 40% !important;
}

.mobile-menu #menu-link-4 a {
    color: white;
}


/* LEFT VERTICAL TEXT IN HOME ABOUT SECTION */
.image_block_one .image-box .text{
  display: none;
}

#home .gallery-page-section .btn-box{
  margin-top: 30px;
}


/* HOME GALLERY SECTION */
.gallery-page-section .owl-stage .owl-item:nth-child(odd){
  padding-top: 15px;
}


/* ABOUT PAGE */
.about-style-three .image-column .image_block_three .single-image{
  padding-bottom: 30px;
}

/* .about-style-three .image-column .image_block_three .single-image:nth-child(odd){
  padding-right: 30px;
}

.about-style-three .image-column .image_block_three .single-image:nth-child(even){
  padding-left: 30px;
} */

.about-style-three{
  padding-top: 80px;
}

.about-style-three .content_block_five .content-box{
  margin-left: 0px;
}

.about-style-three .content_block_five .text p{
  margin-bottom: 20px;
  text-align: justify;
  font-size: 20px;
  line-height: 40px;
}

/* CONTACT */


.contact-section .content_block_six .content-box .inner-box .single-item h3{
  font-size: 20px;
}

/* T & C */

  .tandc h3{
      font-family: 'Rajdhani', sans-serif;
      font-size: 30px;
      margin-top: 50px;
      margin-bottom: 20px;
  }

  .tandc p{
    text-align: justify;
  }


/* FOOTER */

.footer-top .call{
  text-align: right;
}

.footer-logo{
  text-align: center;
}

.footer-logo img{
  max-width: 40%;
}
