* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



html {

  font-size: 1rem;

  scroll-behavior: smooth;

}



body {

  opacity: 1;

  transition: 2s opacity;

  /*font-family: 'Open Sans', sans-serif;
  font-weight: 300;*/
  font-family: century gothic, sans-serif;
  font-weight: 400;

}



body {

  /*font-family: 'Open Sans', sans-serif;
   font-family: 'Faustina', serif;*/
  font-family: century gothic, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 1rem;
  background-color: #f5ecde;
  color: #7a4714;
}



h1 {

  font-weight: 700;

}



h2 {

  font-weight: 700;

  font-size: 2.2rem;

}



h1,
h2,
h3,
h4,
h5,
button {

  /*font-family: 'Lora', serif;*/
  font-family: 'Helvetica Neue', sans-serif;

}



h3 {

  font-size: 1.8rem;

  font-weight: 700;

}

h4 {

  font-size: 1.3rem;
  font-weight: 700;
}



p {
  font-size: 15px;
  color: #7a4714;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 26px;
}



.img-responsive {
  width: 100%;
}

button:focus {

  outline: none !important;

}



ul {

  padding: 0;

  list-style: none;

  margin-bottom: 0;

}



li {

  padding: 0;

  list-style: none;

}



a {

  color: var(--pxpMainColor);
  text-decoration: none;

}

a:hover {

  color: var(--pxpMainColorDark);

  text-decoration: none;

}

.container-width {

  width: 98%;

  padding-right: 0.75rem;

  padding-left: 0.75rem;

  margin-right: auto;

  margin-left: auto;

}



.pb-100 {

  padding-bottom: 100px;

}

.pt-100 {

  padding-top: 100px;

}



.mt-100 {

  margin-top: 100px;

}

.mb-4 {

  margin-bottom: 1.5rem !important;

}



















/** Timeline
*/





.timeline-container {
  position: relative;
  padding: 2rem 0;
}

.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-color: #a18048;
  /* Brown color from image */
}

.timeline-item {
  padding: 1rem 2.5rem;
  position: relative;
  width: 50%;
}

.timeline-item:nth-child(odd) {
  left: 0;
  padding-right: 2rem;
  text-align: right;
}

.timeline-item:nth-child(even) {
  /* left: 50%; */
  padding-left: 2rem;
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #a18048;
  /* Brown color */
  border: 4px solid #f8f0e3;
  /* Creamy background color */
  top: 1.5rem;
  z-index: 1;
}

.timeline-item:nth-child(odd)::after {
  right: -10px;
}

.timeline-item:nth-child(even)::after {
  left: -10px;
}

.timeline-content {
  padding: 1.5rem;
  background-color: #fdfaf3;
  /* Lighter creamy color */
  border-radius: 0.5rem;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.timeline-content h3 {
  font-weight: bold;
  color: #7a4714;
}


.img-responsive-chandikunjan{
  margin: 0 auto;
  text-align: center;
}

.img-responsive-chandikunjan img{
  width: 100%;
  max-width: 350px;
}

.sub-text-title-center{
  text-align: center;
}


/* Responsive adjustments */
@media (max-width: 767.98px) {
  .timeline-container::before {
    left: 15px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 3rem;
    padding-right: 1rem;
  }

  .timeline-item:nth-child(odd) {
    left: 0;
    text-align: left;
  }

  .timeline-item:nth-child(even) {
    left: 0;
    padding-left: 3rem;
  }

  .timeline-item:nth-child(odd)::after,
  .timeline-item:nth-child(even)::after {
    left: 6px;
  }
}



/**

 * 32.0 - Media queries

 */



input:focus {

  outline: none;

}



/* Apply column-count to the content container */
.auto-flow-columns {
  column-count: 2;
  /* Creates two columns */
  column-gap: 30px;
  /* Space between columns */
  /* Optional: Responsive column-count for different screen sizes */
  -webkit-column-count: 2;
  /* For Safari */
  -moz-column-count: 2;
  /* For Firefox */
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

/* Adjust column-count for smaller screens */
@media (max-width: 991px) {
  .auto-flow-columns {
    column-count: 1;
    /* Single column on small screens */
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}

/* Optional: Add some padding to the container */
.container {
  padding: 20px;
}




@media (min-width: 576px) {

  .container-width {

    max-width: 650px;

  }

}

@media (min-width: 768px) {

  .container-width {
    max-width: 850px;
  }

}


@media (min-width: 992px) {

  .container-width {

    max-width: 1080px;

  }

}

@media (min-width: 1200px) {

  .container-width {

    max-width: 1140px;

  }

}

@media (min-width: 1400px) {

  .container-width {

    max-width: 1260px;

  }

}

@media (min-width: 1680px) {

  .container-width {

    max-width: 1400px;

  }

}





.header-top {

  border-top: 6px solid #00828C;

}



.header-top-container {

  background-color: #00828C;

  color: #fff;

  padding: 5px 5px 10px 5px;

  border-radius: 30px;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}



.header-top-block-01 ul {

  display: flex;

  gap: 10px;

  font-weight: 500;

}



.header-top-block-01 ul li svg {

  margin-right: 10px;

  fill: #fff;

}



.header-top-block-01 ul li:nth-child(2) svg {

  margin-right: 0px;

}



.header-top-block-01 ul li:nth-child(2) {

  display: flex;

  gap: 8px;

  align-items: center;



}



.header-top-block-02 ul {

  display: flex;

  gap: 10px;

  font-weight: 500;

}



.header-top-block-02 ul li svg {

  margin-right: 10px;

  fill: #fff;

}





.header-top-block-02 ul li:nth-child(2) svg {

  margin-right: 0px;

}















/* ////////////////////////navbar/////////////////////////// */



#header-nav {

  display: block;

  width: 100%;

  -webkit-transition: -webkit-transform 0.7s 0.3s ease;

  -moz-transition: -moz-transform 0.7s 0.3s ease;

  -ms-transition: -ms-transform 0.7s 0.3s ease;

  transition: transform 0.7s 0.3s ease;

  z-index: 1000;

}


header#header {
  background-color: transparent;
  z-index: 1000;
  position: fixed;
  width: 100%;
  background-color: transparent;
  border-bottom: 0px;
}

header#header.header-fixed {
  background-color: rgb(84 55 33 / 90%);
  transition: .25s;
  transition-delay: .25;
}

#header-nav.hide-nav-bar {

  -webkit-transform: translate(0, -100%);

  -moz-transform: translate(0, -100%);

  -ms-transform: translate(0, -100%);

  transform: translate(0, -100%);

}

a.menu-link {

  float: right;

  display: block;

  padding: 1em;

  margin-top: 6px;

}



header#header.innerpage a.nav-link {

  color: #4d2a09;

  font-weight: 400 !important;

}



nav.navbar.navbar-expand-lg.no-border {

  background-color: transparent;

}

nav.navbar.navbar-expand-lg.no-border {

  padding: 0px 0;

  border-bottom: 0px solid #efefef;

}

nav[role="navigation"] {

  clear: right;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.js nav[role="navigation"] {

  max-height: 0;

}

nav[role="navigation"].active {

  max-height: 25em;

}



nav[role="navigation"] ul {

  margin: 0;

  padding: 0;

  float: left;

}

a.nav-link {
  transition: 0.25s;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0 !important;
  padding-right: 0px !important;
  font-size: 14px;
}


a.dropdown-toggle {

  font-weight: 500;

}



.menu-link {

  height: 30px;

  width: 33px;

  cursor: pointer;

}

.bar1,

.bar2,

.bar3 {

  margin-top: 3px;

  background: #999;

  width: 33px;

  height: 4px;

  position: absolute;

  -webkit-transform: rotate(-180deg);

  transform: rotate(-180deg);

  -moz-transform: rotate(-180deg);

  -o-transform: rotate(-180deg);

}

.bar2 {

  margin-top: 13px;

}

.bar3 {

  margin-top: 23px;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);

  -moz-transform: rotate(180deg);

  -o-transform: rotate(180deg);

}

.brand {

  padding: 0;

  max-width: 210px;

}

.brand a {

  color: #fff;

  font-size: 1.3rem;

  font-weight: 600;

}



nav#menu {

  padding-top: 5px;

}



nav#menu {

  display: flex;

  flex-direction: row;

  justify-content: space-around;

}

.header_logo_block {

  display: flex;

  align-items: center;

}

span.navbar-top-icon {
  margin-right: 10px;
}

.brand_mobile {
  display: none;
}

a.navbar-brand img {
  width: 140px;
  transition: .25s;
}

.nav-item:last-child a.nav-link {

  border-right: 0px solid #4d2a09;

}

div#navbarSupportedContent {
  justify-content: end;
}

div#navbarSupportedContent.menu-center {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
  transition: .25s;
}

.header-fixed div#navbarSupportedContent.menu-center {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: .25s;
}




.header-fixed a.navbar-brand img {
  width: 60px;
  background-color: #fff;
  transition: .25s;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 40px;
  left: 87px;
}

li.dropdown {

  display: flex;

  align-items: center;

}



.w3_megamenu .dropdown a,

.w3_megamenu .dropdown-menu a {

  color: #fff;
  text-transform: uppercase;
  font-size: 14px;

}

.w3_megamenu .dropdown-menu>li>a {

  padding: 6px 15px;

}

.w3_megamenu .navbar-nav>li>.dropdown-menu {

  margin-top: 0px;

}

.w3_megamenu i {

  color: #BFBFBF
}

.w3_megamenu .dropdown-menu {

  box-shadow: none;

  border: 0px solid #efefef;

  padding: 0;

}

.w3_megamenu .form-control {

  margin-top: 10px;

  border: 1px solid #efefef;

}

.w3_megamenu .btn {

  margin: 10px 0 20px
}

.w3_megamenu video {

  max-width: 100%;

  height: auto;

}

.w3_megamenu iframe,

.w3_megamenu embed,

.w3_megamenu object {

  max-width: 100%;

}

.w3_megamenu .google-map {

  width: 100%;

  border: 1px solid rgba(255, 255, 255, 0.5);

  min-height: 200px;

}

.w3_megamenu div.google-map {

  background: rgba(255, 255, 255, 0.5);

  background: #ffffff;

  height: 200px;

  margin: 0 0 0px 0;

  width: 100%;

}

#googlemaps img {

  max-width: none;

}

.w3_megamenu .dropdown-menu .withoutdesc {

  margin-top: 0;

  padding: 15px 20px;

  display: block;

  text-align: left;

  text-transform: none;

  width: 100%;

}

.w3_megamenu .dropdown-menu .withoutdesc:hover {

  background-color: transparent !important;

}



.w3_megamenu a:hover {

  text-decoration: none
}

.w3_megamenu .dropdown-menu .withoutdesc ul li {

  padding: 6px 10px 6px 30px;

  position: relative
}



.w3_megamenu .dropdown-menu .withoutdesc ul li::before {

  content: "";

  position: absolute;

  width: 5px;

  height: 5px;

  background-color: #00828C;

  border-radius: 50%;

  left: 18px;

  top: 15px;

}



.w3_megamenu .dropdown-menu .withoutdesc ul li:hover,

.w3_megamenu .dropdown-menu .withoutdesc ul li:focus {

  color: #231F20;

  text-decoration: none;

  background-color: #eee1ab !important
}

.w3_megamenu .dropdown-menu .withoutdesc li:last-child {

  border-bottom: 0 solid #fff;

}

.w3_megamenu .w3_megamenu-content.withdesc a:after {

  color: #CFCFCF;

  content: attr(data-description);

  display: block;

  font-size: 11px;

  font-weight: 400;

  line-height: 0;

  margin: 10px 0 15px;

  text-transform: uppercase;

}



.w3_megamenu .dropdown-submenu {

  position: relative;

}

.w3_megamenu .dropdown-submenu>.dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: 0;

  margin-left: -1px;

  -webkit-border-radius: 0 6px 6px 6px;

  -moz-border-radius: 0 6px 6px 6px;

  border-radius: 0 6px 6px 6px;

}

.w3_megamenu .dropdown-submenu:hover>.dropdown-menu {

  display: block;

}



.w3_megamenu .dropdown-submenu>a:after {

  display: block;

  content: " ";

  float: right;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

  border-width: 5px 0 5px 5px;

  border-left-color: #cccccc;

  margin-top: 5px;

  margin-right: -10px;

}

.w3_megamenu .dropdown-submenu:hover>a:after {

  border-left-color: #ffffff;

}

.w3_megamenu .dropdown-submenu.pull-left {

  float: none;

}

.w3_megamenu .dropdown-submenu.pull-left>.dropdown-menu {

  left: -100%;

  margin-left: 10px;

  -webkit-border-radius: 6px 0 6px 6px;

  -moz-border-radius: 6px 0 6px 6px;

  border-radius: 6px 0 6px 6px;

}

.w3_megamenu p {

  font-size: 13px;

  color: #656565;

}

li.dropdown.w3_megamenu-fw {

  display: flex;

  align-items: center;

  color: #fff;

}

.innerpage .w3_megamenu .dropdown a,
.w3_megamenu .dropdown-menu a {

  display: flex;

  align-items: center;

  color: #4d2a09 !important;

  font-weight: 400 !important;

}




li.dropdown.w3_megamenu-fw.nav-item.active .dropdown-toggle {

  color: #00828C !important;

  font-weight: 500 !important;

}



li.nav-item.dropdown.active .dropdown-toggle {

  color: #fff !important;

  font-weight: 500 !important;

}


li.nav-item.dropdown.active.open {
  background-color: #4d2a09;
  color: #fff;
}


.w3_megamenu .nav,

.w3_megamenu .collapse,

.w3_megamenu .dropup,

.w3_megamenu .dropdown {

  position: static;

}

ul.navbar-nav {
  position: relative;
}

.w3_megamenu .half {
  width: 100%;
  left: 0% !important;
  right: auto !important;
}

.w3_megamenu .container {

  position: relative;

}

.w3_megamenu .dropdown-menu {

  left: auto;

}

.w3_megamenu .nav.navbar-right .dropdown-menu {

  left: auto;

  right: 0;

}

.w3_megamenu .w3_megamenu-content {

  background: #f3ead3;

  border-radius: 0;

  color: #231F20;

}

.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {

  left: 0;

  right: 0;

}



.w3_megamenu .title {

  font-size: 13px;

  font-weight: bold;

  margin-top: 15px;

  text-transform: uppercase;

  border-bottom: 1px solid #efefef;

  padding-bottom: 10px;

}

.w3_megamenu ul {

  list-style: none;

  padding-left: 0px;

}



li.w3_megamenu-content.withoutdesc ul li a {

  color: #231F20 !important;

  font-weight: 400;

}

.withoutdesc ul li a {

  color: #231F20 !important;

  font-weight: 400;

}









ul.dropdown-menu {

  padding: 25px 0px !important;

  background: #fff;

  border-radius: 0;

  color: #231F20;

  border-top: 4px solid #fff !important;

}

ul.dropdown-menu li:hover {
  color: #231F20;
  text-decoration: none;
  background-color: #4d2a09 !important;
}

ul.dropdown-menu li:hover a {
  color: #fff !important;
}

li.nav-item.active {
  background-color: #4d2a09;
}



ul.dropdown-menu.show li a {
  color: #4d2a09 !important;
}

ul.dropdown-menu.show li a:hover {
  color: #fff !important;
}



@media screen and (max-width: 767px) {


  .brand {

    display: none;

  }



  nav#menu ul li {

    padding-bottom: 16px;

  }



  .js nav[role="navigation"] {

    display: none !important;

  }

  nav#menu.active {

    display: block !important;

  }

  nav[role="navigation"] ul {

    margin: 0;

    padding: 0;

    float: left;

    padding: 0.7em 0 0;

    width: 100%;

    z-index: 100;

  }



  nav[role="navigation"] {

    width: 100%;

  }

  nav[role="navigation"] li a {

    padding-left: 0;

  }

  .brand {

    padding-bottom: 12px;

  }



  li.active::before {

    display: none;

  }

  .brand {

    float: left;

    padding: 1em 0;

    width: 80%;

  }



  .header_logo_block {

    position: relative;

  }

  .brand_mobile {

    display: block;

    width: 240px;

    position: absolute;

    top: 10px;

    left: 0px;

  }

  nav#menu ul {

    background-color: #fff;

    width: 100%;

    padding: 20px;

    margin-top: 20px;

  }

  nav[role="navigation"] li a {
    color: #313131;
  }

  #menu li.active a {
    color: #909090 !important;
  }



}



li.active {

  position: relative;

}



.brand a {

  display: flex;

  align-items: center;

}

a:hover,

a:focus {

  text-decoration: none;

}



#menu li.active a {

  border-bottom: 0 !important;

  margin: 0 !important;

  padding: 0 !important;

  color: #cccccc !important;

  line-height: 1;

  font-weight: 700 !important;

}



.navbar-brand {

  display: inline-block;

  padding-top: 0;

  padding-bottom: 0;

  margin-right: 0;

  font-size: 0;

  line-height: inherit;

  white-space: nowrap;

}

a.navbar-brand {
  background-color: #84B6A0 !important;
}


nav.navbar.navbar-expand-lg.navbar-dark.teal.no-border {

  flex-wrap: wrap;

  padding: 0.5rem 0rem;

  padding-top: 30px;

}



.nav-item {

  position: relative;

  transition: 0.25s;

  padding: 0px 20px !important;

}



.nav-item.active a {
  font-weight: 600;
}









a.nav-link.active {

  color: #00828C !important;

  position: relative;

  transition: 0.25s;

}



a.nav-link:hover {

  color: #c89f67 !important;

  transition: 0.25s;

}



.dropdown-menu.dropdown-primary.show {

  margin: 0;

  border-radius: 0;

  border: 1px solid #4d2a09;

  border-bottom: 0;

  padding: 0;

}

a.dropdown-item {

  padding: 0.5rem 0.5rem;

  border-bottom: 1px solid #4d2a09;

}



a.dropdown-item:focus {

  background-color: #f8f9fa;

  color: #fff;

}



a.dropdown-item.active {

  background-color: #f8f9fa;

  color: #fff;

}


button.navbar-toggler {
  border: 1px solid #040404 !important;
  z-index: 10;
  color: #4d2a09;
  background-color: #ffffff;
  padding: 0px 8px;
}


.custom-toggler.navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

  width: 24px;

}



ul.navbar-nav {

  margin-left: 60px;

}



.navbar-button-group {

  display: flex;

  align-items: center;

  width: 100%;

  justify-content: end;

}



button.navbar-btn.navbar-contact-btn {

  background-color: transparent;

  border: 1px solid #29468a;

  padding: 15px 30px;

  border-radius: 50px;

  margin-right: 20px;

  transition: 0.25s;

  color: #32b0d9;

}



button.navbar-btn.navbar-contact-btn a {

  color: #32b0d9;

  transition: 0.25s;

}



button.navbar-btn.navbar-contact-btn:hover {

  background-color: #29468a;

  transition: 0.25s;

}

button.navbar-btn.navbar-contact-btn:hover.navbar-btn.navbar-contact-btn a {

  color: #fff;

  transition: 0.25s;

}



button.navbar-btn.navbar-contact-btn img {

  margin-right: 10px;

}



button.navbar-btn.navbar-inquiry-btn {

  background-color: #ff9f1d;

  border: 1px solid #ff9f1d;

  padding: 15px 30px;

  border-radius: 50px;

  box-shadow: 0px 4px 9px rgba(119, 119, 119, 0.36);

  border-radius: 60px;

  transition: 0.25s;

  color: #fff;

}

button.navbar-btn.navbar-inquiry-btn a {

  color: #fff;

}

button.navbar-btn.navbar-inquiry-btn:hover {

  background-color: #ff831d;

  border: 2px solid #ff831d;

  transition: 0.25s;

}



button.navbar-btn.navbar-inquiry-btn:active {

  background-color: #ff831d;

  box-shadow: 0px 8px 9px rgba(119, 119, 119, 0.36);

  transform: translateY(2px);

  transition: 0.25s;

}

.navbar-button-group.mobile-btn-group {

  display: none;

}



@media screen and (max-width: 1400px) {

  .nav-item {

    padding: 0px 12px !important;

  }

}



@media screen and (max-width: 1300px) {

  nav.navbar.navbar-expand-lg.no-border {

    flex-wrap: wrap;

  }

  .nav-item {

    padding: 0px 10px !important;

  }

  ul.navbar-nav {

    margin-left: 30px;

  }

}



@media screen and (max-width: 1200px) {

  ul.navbar-nav {

    margin-left: 0px;

  }

}

@media screen and (max-width: 1100px) {

  .nav-item {

    padding: 0px 10px !important;

  }

}



@media screen and (max-width: 991px) {

  /* .navbar-button-group.large-screen {

    display: none;

  } */

  /* .navbar-button-group.mobile-btn-group {

    display: flex;

    padding-top: 10px;

    margin-left: 10px;

  } */

  button.navbar-btn.navbar-contact-btn,

  button.navbar-btn.navbar-inquiry-btn {

    margin-right: 10px;

    padding: 10px 20px;

  }

  nav.navbar.navbar-expand-lg.no-border.w3_megamenu {
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  ul.navbar-nav {

    margin-top: 10px;

  }

  div#navbarSupportedContent {
    background-color: #4d2a09;
    padding: 20px;
  }



  li.dropdown.w3_megamenu-fw {
    display: flex;
    align-items: flex-start;
    color: #fff;
    flex-direction: column;
  }

  .w3_megamenu .dropdown a,
  .w3_megamenu .dropdown-menu a {
    padding: 0.5rem 0rem;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    top: 0;
  }

  .w3_megamenu .half {
    width: 100%;
    left: 0 !important;
    right: auto !important;
  }

  ul.dropdown-menu {
    padding: 0px 0px !important;
  }

  li.dropdown {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  ul.dropdown-menu.half.show {
    display: block !important;
  }

  .w3_megamenu .dropdown-menu .withoutdesc ul li::before {
    top: 25px !important;
  }


}





/* ////////////////////////navbar ends here/////////////////////////// */





/* 

///////////////////////////////////////home page///////////////////////////////////////// */



.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}


.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  background-color: transparent !important;
  border: 0
}

button.slick-prev.slick-arrow {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
}

button.slick-next.slick-arrow {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
}


button.slick-next.slick-arrow {
  right: 0;
}

.slider .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  left: 5px;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  right: 5px;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

section#section-home-banner {
  position: relative;
}

.home-slider-block {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-slider-block img {
  object-fit: cover;
  min-height: 100vh;
}

.home-banner-text h1 {
  text-align: center;
  color: #fff;
  font-size: 68px;
  line-height: 60px;
  font-weight: 500;
  'Helvetica Neue',
  sans-serif;
}

.home-banner-text h1 span {
  display: block;
  text-align: center;
}

.home-banner-text h4 {
  display: block;
  text-align: center;
}

.home-banner-sub-text {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: 20px;
}


.home-banner-sub-text svg {
  background-color: #fff;
  border-radius: 5px;
  width: 240px;
}

.home-banner-text {
  text-align: center;
}

.home-banner-text img {
  margin-top: 15px;
}

.home-about-block-01 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-about-block-01-text h2 {
  color: #0F0000 font-size: 60px;
  text-align: center;
  line-height: 58px;
}

.heritage-block {
  text-align: center;
  padding: 30px;
  border-top: 1px solid #4d2a09;
  border-bottom: 1px solid #4d2a09;
  margin: 50px 0;
}

section#home-about-section {
  padding: 60px 0;
}

section#home-packages-section {
  padding: 60px 0;
  background-color: #f3f1d1;

}

.home-about-block-01 img {
  width: 48%;
  flex-basis: 48%;
}

a.read-more-btn {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-top: 20px;
  display: block;
  position: relative;
  width: fit-content;
}

a.read-more-btn:hover {
  transition: .25s;
  color: #0F0000
}

section#home-experiance-section {
  padding-top: 20px;
}


.welcome-section-title {
  font-size: 35px;
  text-align: center;
  width: fit-content;
  margin: 80px auto 20px auto;
}

.section-title {
  font-size: 35px;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0px auto;
  margin-bottom: 20px;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background-color: #4d2a09;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.home-experience-block img {
  margin-bottom: 10px;
}

a.read-more-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #4d2a09;
}

section#discover-rich-history-section {
  padding: 60px 0 30px;
  background-color: #F2F2F2;
  margin-top: 40px;
}



.history-block {
  margin-bottom: 30px;
}

.row.about-content-block {
  padding: 40px 0 40px;
  align-items: center;
}

.row.about-content-block.row-rev {
  flex-direction: row-reverse;
}

.about-content-text {
  width: 80%;
  margin: 0px auto;
}

.about-content-text h3 {
  margin-bottom: 20px;
}

ul.our-packages-list {
  display: flex;
  flex-wrap: wrap;
}

ul.our-packages-list li {
  max-width: 33.33%;
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

ul.our-packages-list li img {
  width: fit-content;
  margin-bottom: 5px;
  border: 1px solid #559458;
  border-radius: 5rem;
  background-color: #fcffc9;
}



h2.section-title {
  font-size: 2.5rem;
  color: #0F0000
}

.home-packages-block-01-img img {
  margin-bottom: 25px;
}

.home-packages-block-content {
  background-color: #d3d8a0;
  padding: 30px 30px 5px 30px;
}

#title-center-section {
  background-color: #f2eac6;
}

section#home-service-section {
  padding: 60px 0;
  background-color: #f7f6e4;
}

section#home-facilities-section {
  padding: 60px 0;
  background-color: #f7f6e4;
}

.section-title-block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.section-title-block h2 {
  width: 450px;
}

.section-title-block hr {
  width: 80%;
  border-color: #0F0000;
  border-width: 1px;
}

.section-title-block h2 {
  font-size: 2.5rem;
  color: #0F0000
}

ul.service-list {

  display: flex;

  justify-content: space-between;

  padding-top: 40px;

  column-gap: 20px;

}

ul.service-list li {

  color: #4d2a09000;

  font-weight: 500;

  font-size: 18px;

  text-align: center;

}




/* Sepia */
.hover-img {
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover-img:hover {
  -webkit-filter: sepia(80%);
  filter: sepia(80%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}



.service-list-icon {

  width: 50px;

  height: 50px;

  border: 1px solid #4d2a09;

  margin: 0px auto;

  border-radius: 50%;

  margin-bottom: 10px;

}

.service-list-icon img {
  width: 100%;
}



ul.facilities-list {

  display: flex;

  align-items: center;

  text-align: center;

  column-gap: 20px;

  padding-top: 20px;

}



ul.facilities-list li {
  color: #4d2a09000;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  flex-basis: 33.33%;
  width: 33.33%;
}







section#page-contact-us-section {

  padding: 80px 0;

  background-color: #f7f6e4;

}

.contact-form-block {

  background-color: #f3edcc;

  padding: 40px 25px;

}



.section-title-block-contact h2 {

  font-size: 2.5rem;

  color: #0F0000
}



.section-title-block-contact h3 {

  font-family: 'Roboto', sans-serif;

  font-weight: 300;

}



.demoInputBox {

  border: 0;

  border-radius: 0;

  background-color: transparent;

  border-bottom: 1px solid #B2B2B2;

  padding: 0;

}

.demoInputBox:focus {

  outline: none !important;

  background-color: transparent;

  border-color: #B2B2B2;

  box-shadow: none;

}



textarea#content {

  height: 162px;

}





button.submit-btn {
  background-color: #4d2a09;
  border: 0;
  padding: 8px 20px;
  color: #fff;
  margin-top: 20px;
  transition: .25s;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
}

button.submit-btn:hover {
  transition: .25s;
  background-color: #0F0000
}

.reserv-block {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

a.reserv-block-link {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  width: fit-content;
}

a.reserv-block-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 80%;
  height: 1px;
  background-color: #4d2a09;
}

a.reserv-block-link:hover {
  transition: .25s;
  color: #0F0000
}

.home-about-block-02-text h5 {
  margin: 20px 0;
}

.dining-content-block {
  padding: 100px 0 40px;
  border-bottom: 1px solid #4d2a09;
}

.row.col-rev {
  flex-direction: row-reverse;
}

.dining-content-block.border-none {
  border-bottom: 0px;
}

/* 

///////////////////////////////about page////////////////////////////// */







#section-inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 750px;
}

.heritage-room-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_accomocation_heritage_room_banner.jpg);
}

.classic-room-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_accomocation_classic_room_banner.jpg
);
}

.suite-room-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_accomocation_suite_room_banner.jpg
);
}

.cottage-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_accomocation_cottage__banner.jpg
);
}

.dining-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_accomocation_dining_banner.jpg);
}

.gallery-banner {
  background-image: url(../img/heritage-rooms-banner.jpg);
}

.about-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_about_banner.jpg);
}

.contact-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_contact_banner.jpg);
}

.facilities-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_facilities_banner.jpg);
}

.attractions-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_attractions.jpg);
}

.events-banner {
  background-image: url(../img/maihouse_heritage_hotel_fortkochi_events_banner.jpg);
}


.title-center-block {
  text-align: center;
  padding: 40px;
}

.title-center-block hr {
  border: 1px solid #00828C;
}

.title-center-block p {
  font-size: 22px;
  padding: 20px 40px;
}

section#home-doctors-section {
  padding-top: 60px;
}

.doctors-list {
  margin-top: 30px;
}

.doctors-list-details {
  text-align: center;
  margin-top: 10px;
}

.doctors-list-details h4 {
  margin-bottom: 0px;
}






@media screen and (max-width: 1366px) {
  .home-banner-sub-text svg {
    width: 200px;
  }

}





@media screen and (max-width: 991px) {

  .home-about-block-01 img {
    width: 100%;
  }

  #section-home-banner {
    min-height: auto;
  }

  .home-slider-block img {
    object-fit: cover;
    min-height: 80vh;
  }

  .home-slider-block {
    min-height: 80vh;
  }

  .home-banner-sub-text svg {
    width: 150px;
  }

  ul.our-packages-list {
    gap: 25px;
  }

  ul.our-packages-list li {
    max-width: 29.33%;
    flex-basis: 29.33%;
    margin-bottom: 10px;
  }

  ul.service-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  ul.service-list li {
    max-width: 30.33%;
    flex-basis: 30.33%;
    margin-bottom: 20px;
  }

}


@media screen and (max-width:767px) {

  .about-content-text {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
  }

  ul.footer-links-block {
    margin-top: 30px;
  }

}

@media screen and (max-width: 576px) {

  .home-about-block-01 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }



  .home-about-block-01-text h2 {
    font-size: 45px;
    line-height: 45px;
  }

  ul.facilities-list {
    flex-wrap: wrap;
  }

  ul.facilities-list li {
    flex-basis: 46.33%;
    width: 46.33%;
  }

}



@media screen and (max-width: 550px) {



  ul.our-packages-list li {

    max-width: 28.33%;

    flex-basis: 28.33%;

  }

}







@media screen and (max-width: 500px) {

  ul.our-packages-list li {

    max-width: 45.33%;

    flex-basis: 45.33%;

  }

}



/*





///////////////////////////////////////////////



product page



//////////////////////////////////////////////

*/



.inner-banner-content {
  min-height: 650px;
  display: flex;
  align-items: self-start;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 50px;
}

.inner-banner-content h1,
.inner-banner-content h5 {
  color: #fff;
  font-weight: 400;
}

.client-speak-block {
  margin-top: 30px;
  display: flex;
  column-gap: 20px;
}

section#home-client-speak-section {
  padding-bottom: 60px;
  background-color: #f7f6e4;
}

.related-packages-block {
  background-color: #d3d8a0;
  padding: 30px;
  margin-top: 50px;
}

.related-packages-title {
  display: flex;
  align-items: center;
  column-gap: 20px;
  min-height: 200px;
}

.related-packages-title h3 {
  color: #0F0000 margin-bottom: 0;
}

.related-packages-item {
  min-height: 200px;
  border: 1px solid #559458;
  background-color: #fcffc9;
  border-radius: 18px;
  margin-bottom: 30px;
  padding: 5px 20px 20px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: baseline;
  transition: .25s;
}

section#book-your-stay-section {
  border-bottom: 1px solid #4d2a09;
  margin-bottom: 20px;
  padding: 40px 0;
}

.book-your-stay-form {
  display: flex;
  gap: 20px;
}

.book-your-stay-title {
  font-weight: 800;
  height: 100%;
}

.form-control.clickable.input-md {
  border: 0;
  border-bottom: 1px solid #4d2a09;
  border-radius: 0;
  position: relative;
}

.book-your-stay-form .form-input-bl {
  width: 50%;
  position: relative;
}

.form-input-bl::before {
  content: "";
  position: absolute;
  background-image: url(../img/date.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.navburger-block ul {
  display: flex;
  gap: 5px;
}

.navburger-block {
  margin-bottom: 50px;
  margin-top: 20px;
}

.navburger-block ul li {
  font-family: century gothic, sans-serif;
}

.navburger-block ul li a {
  font-weight: 500;
}

.packages-img {
  margin-bottom: 30px;
}

.form-control.clickable.input-md::placeholder {
  font-weight: 500;
  color: #4d2a09;
}

button.book-now-btn {
  background-color: #4d2a09;
  border: 0;
  color: #fff;
  padding: 8px 20px;
  max-width: 100%;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
}

button.book-now-btn:hover {
  transition: .25s;
  background-color: #0F0000
}


button.ind_button {
  width: 400px;
}

section#related-rooms-reservation {
  border-bottom: 1px solid #4d2a09;
  margin-bottom: 20px;
  padding: 40px 0;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  width: 300px;
  padding: 20px;
}

table.table-condensed {
  width: 300px;
  padding: 20px;
}

.related-packages-item:hover {
  background-color: #fcfde1;
  transition: .25s;
}


.related-packages-item img {

  margin-bottom: 10px;

  border: 1px solid #559458;

  border-radius: 5rem;

  background-color: #fcffc9;

}



.related-packages-item h5 {

  font-family: 'Roboto', sans-serif;

  font-weight: 500;

  font-size: 1.2rem;

}



section#amenities-section {
  padding: 25px 0;
}

ul.amenities-block {
  margin-top: 20px;
}

ul.amenities-block li {
  list-style: disc;
  margin-left: 18px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #4d2a09;
}

h3.sub-text-title {
  position: relative;
  width: fit-content;
  padding-bottom: 6px;
}

h3.sub-text-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #4d2a09;
}

section#contact-section {
  padding: 80px 0 0;
}

section#gal-section {
  background-color: #eedec7;
  padding: 60px 0;
}

section#related-rooms-section {
  padding-top: 60px;
}

.related-room-block {
  margin-top: 20px;
}

.related-room-block figure {
  position: relative;
}

.related-room-block figure h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background: #4d2a09;
  padding: 10px 14px;
}

.history-block-text {
  margin-top: 15px;
}

.location-details {
  margin-top: 30px;
}

.contact-block ul li {
  margin-bottom: 1px;
  font-weight: 400;
}

.contact-block ul li svg {
  margin-right: 10px;
}

.contact-block ul {
  margin-bottom: 40px;
  margin-top: 20px;
}

.section-title-block-contact {
  border-top: 1px solid #4d2a09;
  padding-top: 20px;
}

.contact-block {
  margin-bottom: 40px;
}





@media screen and (max-width: 991px) {
  .inner-banner-content {
    min-height: 500px;
    padding-bottom: 100px;
  }

  #section-inner-banner {
    height: auto;
  }
}



/* 
/////////////////////////footer///////////////////////////// */



footer {
  padding: 40px 0 20px;
}

ul.footer-social-media {
  display: flex;
  column-gap: 12px;
  justify-content: center;
  margin-top: 5px;
}

ul.footer-social-media li {
  background-color: #4d2a09;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
}


ul.footer-social-media li a i {
  color: #fff;
}



hr.footer-fr {
  border-top: 1px solid #4d2a09;
}

ul.footer-links-block p {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 700
}

ul.footer-links-block li {
  border-bottom: 1px solid #4d2a09;
  padding: 6px 0;
}

ul.footer-links-block li a:hover {
  transition: .25s;
  color: #0F0000
}


li.border-none {
  border-top: 0px !important;
}

.copyright-block {
  text-align: center;
  border-top: 1px solid #4d2a09;
  padding: 15px;
}


.footer-contact-details ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 400;
}

.row.footer-content-block {
  align-items: center;
  border-top: 1px solid #4d2a09;
}

.row.footer-contact-details {
  padding-top: 10px;
}

.footer-logo {
  width: 120px;

}

.attraction-block {
  position: relative;
}

.attraction-block-img {
  position: relative;
}

.attraction-block-text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
}

.attraction-block-text h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #3c1f04;
  padding: 15px;
}

.attraction-block-text li {
  font-size: .8rem;
  font-weight: 500 important;
}

.attraction-block p {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px;
}


.footer_bottom_block {
  display: block;
  /* border-top: 1px solid #dddddd; */
  text-align: center;
  position: relative;
}

.footer-brand-logo {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  margin-top: -20px;
}




@media screen and (max-width: 767px) {


  .home-about-block-02-text {
    margin-top: 30px;
  }

  .home-about-block-02-text {
    margin-bottom: 30px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }


  .footer_bottom_block {
    display: flex;
    flex-direction: column;
  }

  .footer-brand-logo {
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 10px;
  }


  .footer-content-right-block ul {
    border-left: 0;
    padding-left: 20px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-right: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
    column-gap: 20px;
  }

  button.book-now-btn {
    margin-top: 10px;
  }

}



@media screen and (max-width: 576px) {
  ul.footer-social-media li {
    background-color: transparent;
  }

  ul.footer-social-media li a i {
    color: #4d2a09;
  }

  button.ind_button {
    width: 300px;
  }

  .footer-content-right-block ul {
    padding-left: 0;
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }

  a.navbar-brand img {
    width: 80px;
    transition: .25s;
  }

}




/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #425c5b url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: #425c5b;
  opacity: 1;
}

.form-control {
  font-size: 15px !important;
}


#mail-status {
  margin-top: 2rem;
}

/* Added on May 2024 ---> */

#viewMoreContent,
#viewMoreContentMango,
#viewMoreContentVeranda,
#viewMoreContentLoft,
#viewMoreContentOPorto {
  display: none;
  overflow: hidden;
  margin-top: 15px;
}

ul.footer-links-block.dining li:last-child,
ul.footer-links-block.amenities li:last-child {
  border-bottom: 0px solid #4d2a09;
}

.icon-list {
  list-style: none;
  /* Remove default list item styles */
  padding: 0;
  /* Remove default padding */
}

.icon-list li {
  display: flex;
  align-items: center;
  /* Vertically align content */
  margin-bottom: 10px;
  /* Add spacing between list items */
}

.icon-list li img {
  margin-right: 10px;
  /* Add spacing between icon and text */
}


.facilities-img img {
  width: 50px;
  margin-right: 30px !important;
}

.facilities-img li {
  margin: 30px 0px;
}

.sub-text-title.nearest-terminals {
  margin-bottom: 30px;
}