*{
    margin: 0px;
    padding: 0px;
}
body {
    overflow-x: hidden !important;
}

section.header {
    position: absolute;
    top: 10px;
    z-index: 99;
    width: 100%;
}
nav.navbar.navbar-expand-sm.navbar-dark {
    background: #f2613f6b;
    margin: -8px;
    border-bottom: 1px solid #ffffff52;
}
.hed-btn {
    margin-left: auto;
}

.header li.nav-item a.nav-link {
    font-size: 16px;
    color: #fff ;
    font-weight: 600;
}
a.nav-link.active {
    color: #ffc107 !important;
}
.header li.nav-item a.nav-link:hover {
    color: #ffc451 !important;
}
.header ul.navbar-nav {
    gap: 22px;
    display: flex;
    justify-content: right !important;
    margin-right: 0px !important;
}
.hed-btn a.btn.btn-info:hover {
    color: #ffc107;
    border: 1px solid #fff;
}
.hed-btn a.btn.btn-info {
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    transition: 0.3s;
    font-size: 15px;
    display: inline-block;
    border: 2px solid #ffc451;
    background: none;
}
section.bnr-sec {
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    padding-bottom: 30px;
}


.mfp-close {
  font-size: 48px !important;
}


.bnr-con {
  width: 600px;
  margin: auto;
  text-align: center;
  padding-block: 40px;
}


ul.dropdown-menu.megamenu {
  background: transparent !important;
  border: 0 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: unset !important;
  background-color: transparent !important;
}

/* li.dropdown-item {
  display: inline !important;
  text-align: center !important;
} */

.bnr-con h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
}
.dico {
    color: #ffc451 !important;
    font-size: 48px !important;
}
.bnr-con h4 {
    color: #ffffffe6;
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
}
.bnr-con p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 18px;
}
.bnr-con span {
    font-size: 20px;
    color: #ffffffe6;
}

.bnr-btns {
    text-align: center;
}
.bnr-btns {
    margin-top: 20px;
}
.bnr-btns a {
    background-color: #ffc451;
    color: #000000;
    border-radius: 5px;
    padding: 7px 30px 8px 30px;
    transition: 0.3s;
    font-size: 18px;
    border: 2px solid #ffd584;
    font-weight: 500;
}
.bnr-btns a.btn.btn-info {
    margin-right: 10px;
}
.bnr-btns a.btn.btn-info:hover {
    background: #000;
    color: #fff;
    border: 2px solid #ffc451;
}
.bnr-btns a.btn.btn-dark {
    background: #000;
    color: #ffc451;
}
.bnr-btns a.btn.btn-dark:hover {
    background: #ffc451;
    color: #000;
    border: 2px solid #ffc451;
}


@import url('https://fonts.googleapis.com/css?family=Abel');
h1{
  font-family: 'Abel', sans-serif;
  font-weight:100;
  font-size: 40px;
  text-align:center;
}
.container{
  width:80%;
  margin:0 auto;
}
section.images-cro {
    padding-bottom: 30px;
}
section.images-cro h1 {
    font-family: 'Abel', sans-serif;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 60px;
}
a{
	outline: 0 !important;
}
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 100%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;

  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


    

section.about-sec {
    padding: 60px 0px;
}
.cont-flex {
    display: flex;
    justify-content: space-between;
}
.bdr-ab {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
}
.bdr-ab::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ffde9e;
    margin: 4px 10px;
}
.abo-con h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 25px;
}
.content-withimage {
    display: flex;
    gap: 28px;
}
.abo-con p {
    margin-bottom: 15px;
    color: #888;
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
    width: 900px;
    text-align: justify;
}
.images-contentpara {
    width: 500px;
    height: 220px;
}
.images-contentpara img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.high-sec h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 40px;
}
.high-left {
    background: #191616;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #00000045;
    height: 354px;
    box-shadow: 0px 0px 5px;
}
.high-left h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}
.high-left ul li {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}
.high-right ul li {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
    text-align: left;
}
.high-right {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #00000045;
    height: 354px;
    box-shadow: 0px 0px 5px;
}
section.high-sec {
    padding: 30px 0px;
    background: #cccccc4d;
    border-top: 1px solid #4e1a1a2e;
    border-bottom: 1px solid #4e1a1a2e;
}
.disc {
    background: #a0505c;
    padding: 20px;
    margin: 20px 0px;
    text-align: center;
    border-radius: 10px;
}
.disc h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 38px;
    margin: 0px;
}
.high-sec p {
    text-align: center;
    font-size: 25px;
    color: #444444;
    margin: 0px;
}
section.cord-sec {
    padding: 40px 0px;
}

.cord-sec h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 40px;
}
.cards {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #ebb958;
    border-radius: 10px;
}
.cards img.img-fluid {
    border-radius: 7px 7px 0px 0px;
}
.crd-con {
    padding: 15px;
    background: #ebb958;
    border-radius: 0px 0px 7px 7px;
}
.crd-con h4 {
    margin: 0px;
}
section.Venue-sec {
    background: #ccc;
    padding: 50px 0px;
}
.venue h2 {
    margin: 0px;
    color: #e12b23;
    font-weight: 700;
}
.venue h4 {
    font-size: 30px;
    font-weight: 700;
}
.venue h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.venue p {
    margin-bottom: 15px;
}
.venue ul {
    padding: 0px;
    list-style: none;
}
.venue ul li span {
    color: #e0a42e;
    font-size: 20px;
    padding-right: 12px;
}
.venue ul li {
    font-weight: 500;
    font-size: 15px;
}
.venue-img img.img-fluid {
    border: 1px solid #fff;
    border-radius: 10px;
}
section.attr-sec {
    padding: 60px 0px;
}
section.attr-sec h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 40px;
}
.kochi-text {
    text-align: center;
}
.kochi-text h4 {
    margin: 26px 0px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    margin-top: 0px;
}
.img-box img.img-fluid {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: .6s;
}
.img-box {
    text-align: center;
    margin-bottom: 22px;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.img-box img.img-fluid:hover {
    transform: scale(1.1);
    transition: .6s;
}
.footer-top {
    background: #151515;
    border-bottom: 1px solid #222222;
    padding: 60px 0 30px 0;
}

.footer-info {
    margin-bottom: 30px;
}

.footer-info h4 {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 2px 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.footer-info p {
    color: #fff;
    font-size: 15px;
}

.heading-footer h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 12px;
}

ul.list-footer {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.list-footer li {
    padding: 10px 0px;
}

ul.list-footer li i.ri-arrow-drop-right-line {
    padding-right: 2px;
    color: #ffc451;
    font-size: 18px;
}

ul.list-footer li a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

ul.list-footer li a:hover {
    color: #ffc451;
}

.heading-footer3 {
    color: #fff;
}

.heading-footer3 h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
}

.heading-footer3 p {
  font-size: 15px;
  line-height: 24px;
}

.footer-heading4 {
    color: #fff;
}

.footer-heading4 h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
}

.footer-heading4 address {
    line-height: 26px;
}

.footer-bottom {
    background: #dc3545;
    border-top: 1px solid #7569698f;
    padding-block: 10px;
}

.footer-heading4 address {
  line-height: 30px;
  font-size: 15px !important;
}

.footer-bottom h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
}



@media (max-width: 991px) {
    nav.navbar.navbar-expand-sm.navbar-dark {
        margin: 0;
    }

    section.header {
        top: 0;
    }

    .bnr-con {
        width: 100% !important;
    }

    .bnr-con h2, .bnr-con .dico {
        font-size: 35px;
    }

    .bnr-btns a {
        margin-right: 0;
        margin-bottom: 20px;
        width: 70%;
    }

    .cont-flex, .content-withimage {
        flex-wrap: wrap;
    }

    .high-right, .high-left {
        height: auto;
    }
    
    .disc h3, .cord-sec h2, section.attr-sec h2, .high-sec h2, .abo-con h2 {
        font-size: 24px;
    }

    .cards {
        margin-bottom: 20px;
    }

    .images-contentpara {
        width: 100%;
        height: auto;
    }



    .hed-btn {
        display: none;
    }

    .navbar .navbar-nav .nav-link {
      font-size: 1.6rem;
      padding: .5rem;
      line-height: 3rem;
      color: #fff !important;
      text-align: left;
  }

  body ul.dropdown-menu.megamenu {
    padding: 0px !important;
    background: #333 !important;
}

body .border-right {
  border-right: 0 !important;
}



}

@media (max-width: 767px) {
    .bnr-btns a {
        width: auto;
    }

    .navbar-brand img {
      width: 190px !important;
  }

  html {
    font-size: unset !important;
  }
}



ul.list-footer li a {
  font-size: 15px;
}



		.container {
		  width: 80%;
		  margin: 0 auto;
		}
		.img-gallery-magnific {
		  display: grid;
		  grid-template-columns: repeat(4, 1fr);
		  gap: 20px;
		}
		.magnific-img img {
            width: 100%;
            height: 100%;
            border-radius: 8px;
            transition: transform 0.3s ease;
            object-fit: cover;
        }
		.magnific-img img:hover {
		  transform: scale(1.1);
		}
		.fa-search-plus {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  color: rgba(255, 255, 255, 0.7);
		  font-size: 30px;
		  opacity: 0;
		  transition: opacity 0.3s;
		}
		.magnific-img:hover .fa-search-plus {
		  opacity: 1;
		}
	