@import url("https://fonts.googleapis.com/css?family=Inconsolata:700");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700;800&family=Source+Sans+Pro:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Castoro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap');
@import url("../../fonts/Alata-Regular.ttf");
@font-face {
  font-family: 'Alata';
  src: url("../../fonts/Alata-Regular.ttf") format("ttf");
}
/*------------------- Responsive --------------------------*/
html {
  padding: 0px;
  margin: 0px;
}
body {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
body img {
  width: 100%;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol li {
	  padding-left: 15px;
	  margin:5px 0;
}
p{
  line-height: 28px;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
}
.mt-20{
  margin-top: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.my-50{
  margin: 50px 0px;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.pos-rel{
  position: relative;
}
.text-center{
  text-align: center;
}
#State, #City {
	display:none;
}
.column_count_2 {
  -webkit-column-count: 2;
          column-count: 2;
}
.section-15 {
  padding: 15px 0px;
}
.section-30 {
  padding: 30px 0px;
}
.section-40 {
  padding: 40px 0px;
}
.section-50 {
  padding: 50px 0px;
}
.gray-bg {
  background: #f3f3f3;
}
.flex_direction_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.text-justify {
  text-align: justify;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: #03877a;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
a {
  text-decoration: none;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.header-section {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 11;
}
@media (max-width: 575px) {
  .header-section {
    position: relative;
    top: 0px;
  }
}
#otpForm {
	text-align:center;
}
#otpForm .row {
	width:100%;
	display:inline-block;
	clear:both;
	margin-bottom:10px;
}
#otpForm .row .label {
	width:45%;
	text-align:right;
	float:left;
}
#otpForm .row .col {
	width:53%;
	text-align:left;
	float:right;
}
#otpForm input[type=text], #otpForm input[type=password], #otpForm input[type=tel] {
	box-shadow: none;
	border: none;
	color: #000;
	background: none;
	width: 200px;
	padding:7px 10px;
	margin-right:10px;
	border: 1px solid #df9b9b;
	background:#fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(205,98,76,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(205,98,76,1);
	box-shadow: 0px 0px 1px 0px rgba(205,98,76,1);
}
#otpForm input[type=submit] {
	background:#A40000;
	color:#fff;
	text-transform:uppercase;
	border:2px solid #000;
	padding: 5px 10px;
	cursor:pointer;
	font-weight:bold;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	margin:0 auto;
}
#otpForm a, #otpForm a:visited, #otpForm a:link {
	color:#0033FF;
}
#otpForm a:hover {
	text-decoration:underline;
}
.succ {
	border-top:2px solid #090;
	border-bottom:2px solid #090;
	color:#090;
	padding:5px 0;
	width:100%;
	display:inline-block;
	font-weight:bold;
	text-align:center;
	background:#E0F9DF;
	margin:5px 0;
	-webkit-animation: shake .5s ease-in-out;
	-moz-animation: shake .5s ease-in-out;
	-ms-animation: shake .5s ease-in-out;
	-o-animation: shake .5s ease-in-out;
	animation: shake .5s ease-in-out;
}
.err {
	border-top:2px solid #C30;
	border-bottom:2px solid #C30;
	color:#C30;
	padding:5px 0;
	width:100%;
	display:inline-block;
	font-weight:bold;
	text-align:center;
	background:#FDE9E8;
	margin:5px 0;
	-webkit-animation: shake .5s ease-in-out;
	-moz-animation: shake .5s ease-in-out;
	-ms-animation: shake .5s ease-in-out;
	-o-animation: shake .5s ease-in-out;
	animation: shake .5s ease-in-out;
}
.onlyheader {
  background: #aaf5eb;
}
header {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff33;
}
header .header-divide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% auto;
      grid-template-columns: 70% auto;
  position: relative;
}
@media (max-width: 575px) {
  header .header-divide {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
header .header-divide .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-divide .logo img {
  width: 70px;
  padding: 0px 0px;
}
@media (max-width: 575px) {
  header .header-divide .logo img {
    width: 70px;
  }
}
header .header-divide .logo h1 {
  font-weight: 700;
  color: #021215;
  letter-spacing: 1px;
  padding-left: 14px;
  font-size: 50px;
  /* text-shadow: 0px 1px 2px #fff; */
}
@media only screen and (min-width: 1200px) and (max-width: 1384px) {
  header .header-divide .logo h1 {
    font-size: 43px;
  }
}
@media (max-width: 575px) {
  header .header-divide .logo h1 {
    font-size: 27px;
  }
}
header .header-divide .logo p {
  padding-left: 14px;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: 700;
  /* text-shadow: 0px 1px 2px #fff; */
}
@media only screen and (min-width: 1200px) and (max-width: 1384px) {
  header .header-divide .logo p {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  header .header-divide .logo p {
    font-size: 15px;
  }
}
header .header-divide .language {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-divide .language a{
  background: #03877a;
  background: linear-gradient(128deg, #03877a 0%, rgb(1 74 88) 129%);
  padding: 3px 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 16px;
  position: relative;
}
header .header-divide .language a span{
  position: relative;
}
header .header-divide .language a::before{
  position: absolute;
  background: linear-gradient(128deg, rgb(1 74 88) 39%, #03877a 77%);
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: 0.3s;
  border-radius: 8px;
}
header .header-divide .language a:hover::before{
  width: 100%;
}
/* header .header-divide .language a span{
  position: relative;
  z-index: 1;
  height: calc( 100% - 4px );
  width: calc( 100% - 4px );
  top: 2px;
  left: 2px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  color: white;
  background: #5D5DFF;
} */
.upsale-button {
  position: relative;
  z-index: 0;
  /* height: 40px; */
  overflow: hidden;
  border: none !important;
  padding: 0 !important;
  /* background: #5D5DFF !important; */
  color: #656565;
  background: white;
  border-radius: 16px;
  /* width: 150px; */
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  box-shadow: 0 4px 50px 0 rgb(0 0 0 / 7%);
  transition: .2s all linear;
  text-decoration: initial;
}
.upsale-button span{
  position: relative;
  z-index: 1;
  margin: 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 14px;
  color: white;
  background: linear-gradient(128deg, rgb(1 74 88) 39%, #03877a 77%);
  padding: 0px 20px;
}
.upsale-button:after{
 content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(90deg, rgb(229 72 72 / 0%)    50%, rgb(239 255 0) 50%, rgb(211 38 94) 100%);
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
@-webkit-keyframes rotate {
  100% {
      transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
      transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  header .header-divide .language {
    display: flex;
    position: fixed;
    bottom: 18px;
    right: 18px;
  }
}
header .header-divide .language ul {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
header .header-divide .language ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0px 12px 3px;
}
header .header-divide .language ul li:last-child {
  border-right: none;
}
header .header-divide .language ul li a {
  color: #fff;
  text-decoration: none;
}
header .header-divide .language ul li a:hover {
  color: #ffce39;
}
header .header-divide .language img {
  width: 50px;
  transform: rotate(57deg);
  margin-right: 10px;
}
header .header-divide .cm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 575px) {
  header .header-divide .cm {
    display: none;
  }
}
header .header-divide .cm p {
  color: #014a58;
  font-weight: 700;
  letter-spacing: 0.0px;
  font-size: 20px;
  margin-bottom: 9px;
  line-height: 25px;
}
header .header-divide .cm p span {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
}
header .header-divide .cm img {
  width: 106px;
}
.entry-pass {
  text-align: right;
}
.entry-pass ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.entry-pass ul li:first-child {
  color: #fff;
  padding-right: 5px;
  letter-spacing: 0.2px;
}
@media (max-width: 575px) {
  .entry-pass ul li:first-child {
    display: none;
  }
}
.entry-pass ul li .en {
  border: 2px solid #31dbca;
  padding: 1px 4px;
  margin: 0px 8px 0px 0px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  background: #057066;
  position: relative;
  top: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.entry-pass ul li .en:hover {
  background: #f3d815;
  color: #014a58;
}
.entry-pass ul li .book {
  color: #014a58;
  text-align: right;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  background: #f3d815;
  padding: 3px 17px 4px;
  border-radius: 19px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 575px) {
  .entry-pass ul li .book {
    font-size: 13px;
    padding: 6px 17px 4px;
  }
}
.entry-pass ul li .book:hover {
  background: #31f1de;
}
@-webkit-keyframes blink {
  0% {
    background: #f3d815;
  }
  100% {
    background: #14dcf7;
  }
}
@keyframes blink {
  0% {
    background: #f3d815;
  }
  100% {
    background: #14dcf7;
  }
}
.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.header-top {
  background: #03877a;
  padding: 4px 0px;
  display:none;
}
.header-top .header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .header-top .header-top-left {
    display: none;
  }
}
.header-top .header-top-left .skip ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .header-top-left .skip ul li {
  border-right: 1px solid #8fc1cb;
}
.header-top .header-top-left .skip ul li:first-child {
  border-left: 1px solid #8fc1cb;
}
.header-top .header-top-left .skip ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-top .header-top-left .skip ul li a:hover {
  color: #f3d815;
}
.header-top .header-top-left .skip ul li a i {
  margin-left: 5px;
}
.header-top .header-top-left .skip ul li a img {
  width: 20px;
  position: relative;
  top: -2px;
}
.header-top .header-top-right h4 {
  font-size: 17px;
  font-style: italic;
  text-align: right;
}
.banner{
  height: calc(100vh - 29px);
}
.inner-banner {
  background-image: url(../images/4.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}
@media (max-width: 575px) {
  .inner-banner {
    height: 157px;
  }
}
.main-banner {
  background-image: url(../images/banner.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 575px;
  padding-top: 14%;
}
.clearspace {
  height: 15px;
}
.title h1 {
  color: #014a58;
  font-weight: 700;
  font-size: 25px;
  border-left: 5px solid #06bfad;
  padding-left: 13px;
  margin-bottom: 13px;
  /*font-family: 'Cinzel', serif;*/
}
.title h1 span {
  float: right;
}
.title h1 span a {
  font-size: 13px;
  color: #ffffff;
  position: relative;
  background: #03877a;
  padding: 7px 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}
.title h1 span a:hover {
  background: #014a58;
}
.read-more-text {
  text-decoration: none;
  font-weight: 600;
  color: #0661bf;
}
.read-more-text:hover {
  text-decoration: underline;
}
.load-more-text {
  text-decoration: none;
  font-weight: 600;
  color: #0661bf;
  bottom: -7px;
  right: 15px;
  float: right;
  position: relative;
}
.load-more-text:hover {
  text-decoration: underline;
}
.below-banner {
  padding: 15px 0px;
}
.video-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-gallery .video-box {
  width: 49%;
  padding: 0px;
  border: 1px solid #c7dee3;
  margin: 0px 10px 0px 0px;
  -webkit-box-shadow: -2px -2px 11px 1px #d5d5d5;
          box-shadow: -2px -2px 11px 1px #d5d5d5;
}
.similipal-pack {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
}
@media (max-width: 575px) {
  .similipal-pack {
    -ms-grid-columns: 52% 52%;
        grid-template-columns: 52% 52%;
  }
}
.similipal-pack .s-pack {
  padding: 6px;
  border: 1px solid #c7dee3;
  margin: 0px 24px 18px 0px;
  -webkit-box-shadow: -2px -2px 11px 1px #d5d5d5;
          box-shadow: -2px -2px 11px 1px #d5d5d5;
}
.similipal-pack .s-pack .s-pack-things {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.similipal-pack .s-pack .s-pack-things:hover .s-pack-title {
  bottom: 30%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.similipal-pack .s-pack .s-pack-things:hover::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgba(2, 50, 55, 0.672707)), to(rgba(11, 19, 37, 0)));
  background: linear-gradient(0deg, rgba(2, 50, 55, 0.672707) 100%, rgba(11, 19, 37, 0) 100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.similipal-pack .s-pack .s-pack-things::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, rgba(2, 50, 55, 0.672707)), color-stop(61%, rgba(11, 19, 37, 0)));
  background: linear-gradient(0deg, rgba(2, 50, 55, 0.672707) 16%, rgba(11, 19, 37, 0) 61%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.similipal-pack .s-pack .s-pack-things .s-pack-title {
  position: absolute;
  bottom: -27px;
  left: 0px;
  z-index: 1;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.similipal-pack .s-pack .s-pack-things .s-pack-title h1 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 13px;
}
@media (max-width: 575px) {
  .similipal-pack .s-pack .s-pack-things .s-pack-title h1 {
    font-size: 15px;
    font-weight: 600;
  }
}
.similipal-pack .s-pack .s-pack-things .s-pack-title a {
  color: #fff;
  text-decoration: none;
  background: #03877a;
  padding: 5px 17px 6px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.similipal-pack .s-pack .s-pack-things .s-pack-title a:hover {
  background: #f3d815;
  color: #03877a;
}
@media (max-width: 575px) {
  .similipal-pack .s-pack .s-pack-things .s-pack-title a {
    padding: 3px 13px 5px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 12px;
  }
}
.photo-gallery .image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% (1fr)[2];
      grid-template-columns: 50% repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
.photo-gallery .image .image-box {
  position: relative;
}
.photo-gallery .image .image-box a:hover img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.photo-gallery .image .image-box a:hover span {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.photo-gallery .image .image-box a span {
  position: absolute;
  top: 47%;
  left: 41%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2vw;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.photo-gallery .item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}
.photo-gallery .item2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}
.photo-gallery .item3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
}
.photo-gallery .item4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}
.photo-gallery .item5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2 / 3 / 3 / 4;
}
.footer-shadow {
  background-image: url(../images/forest.png);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  height: 100px;
  background-size: 330px;
}
footer {
  background-image: url(../images/7.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0px 50px;
  height: 100vh;
  display: grid;
  align-content: center;
}
@media (max-width: 767px) {
  footer{
    height: auto;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #012f38bf;
}
footer .row {
  position: relative;
}
footer .footer-logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}
footer .footer-logo img {
  width: 64px;
  margin-right: 10px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
footer .footer-logo span {
  font-weight: 700;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 27px;
  letter-spacing: 0.5px;
}
.address-main{
  background: #22829f59;
  border-radius: 7px;
  box-shadow: 0px 0px 37px 19px #0b3b4eb5;
}
.twitter-south {
  height: calc(100vh - 77vh);
  overflow-y: scroll;
}
.twitter-north {
  height: calc(100vh - 77vh);
  overflow-y: scroll;
}
.map-height{
  height: calc(100vh - 77vh);
}
/* .address-main .left{
  background-image: url(../images/tiger-bg.png);
  background-position: center;
  background-size: contain;
} */
footer .address {
  margin: 30px;
  display: inline-block;
}
footer .address h2 {
  font-weight: 700;
  font-size: 21px;
  border-left: 5px solid #06bfad;
  padding: 7px 13px;
  margin-bottom: 13px;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 0, 36, 0)), to(rgba(220, 56, 83, 0.70632)));
  background: linear-gradient(-90deg, rgba(2, 0, 36, 0) 0%, rgba(220, 56, 83, 0.70632) 100%);
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px #000;
}
footer .address p {
  color: #fff;
  letter-spacing: 0.5px;
}
footer .address p a{
  color: #fff;
}
footer .footer-social {
  padding: 10px 0px;
  border-top: 1px solid #72898d;
  border-bottom: 1px solid #72898d;
  margin-top: 14px;
}
footer .footer-social ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .footer-social ul li {
  margin-right: 10px;
}
footer .footer-social ul li p {
  color: #f3d815;
  letter-spacing: 0.5px;
}
footer .footer-social ul li a img {
  width: 30px;
}
footer .quick-link h2 {
  font-weight: 700;
  font-size: 21px;
  border-left: 5px solid #06bfad;
  padding: 7px 13px;
  margin-bottom: 13px;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 0, 36, 0)), to(rgba(220, 56, 83, 0.70632)));
  background: linear-gradient(-90deg, rgba(2, 0, 36, 0) 0%, rgba(220, 56, 83, 0.70632) 100%);
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px #000;
}
footer .quick-link ul{
  display: flex;
    justify-content: center;
    flex-flow: wrap ;
}
footer .quick-link ul li a {
  padding: 4px 0px 4px 20px;
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  
  margin: 15px;
}
@media (max-width: 768px) {
  footer .quick-link ul li a {
    padding: 0px 0px 0px 20px;
    margin: 6px 10px;
  }
}
footer .quick-link ul li a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #f3c433;
  left: -7px;
  top: 16px;
}
footer .quick-link ul li:last-child a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #f3c433;
  right: -28px;
  top: 16px;
}
footer .quick-link ul li a:hover {
  color: #f3c433;
}
footer .map h2 {
  font-weight: 700;
  font-size: 21px;
  border-left: 5px solid #06bfad;
  padding: 7px 13px;
  margin-bottom: 13px;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 0, 36, 0)), to(rgba(220, 56, 83, 0.70632)));
  background: linear-gradient(-90deg, rgba(2, 0, 36, 0) 0%, rgba(220, 56, 83, 0.70632) 100%);
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px #000;
}
footer .footer-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}
footer .footer-bottom .copy {
  background: #113d42c9;
  padding: 8px 10px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 19px;
}
footer .footer-bottom .dev {
  background: #113d42c9;
  padding: 8px 10px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 19px;
  text-align: right;
}
footer .footer-bottom .dev a {
  color: #f3c433;
  text-decoration: none;
}
@media (max-width: 575px) {
  .new-nav {
    background: #18686f !important;
  }
}
.new-nav {
  background-color: #fff29c !important;
}
@media (max-width: 575px) {
  .footer-bottom {
    display: grid !important;
    grid-template-columns: 100% !important;
  }
  .footer-bottom .copy {
    text-align: center !important;
  }
  .footer-bottom .dev {
    margin-top: 0px !important;
    text-align: center !important;
  }
}
.new-nav ul li:first-child a {
  padding: 12px;
}
@media (max-width: 575px) {
  .new-nav ul li:first-child a {
    padding: 7px 17px;
  }
}
.new-nav ul li a {
  padding: 13px 15px;
}
@media (max-width: 575px) {
  .new-nav ul li a {
    padding: 7px 20px;
    font-weight: normal;
  }
}
.new-nav ul li a i {
  font-size: 23px !important;
}
.ul-list li {
  padding-left: 23px;
  margin-bottom: 5px;
  position: relative;
}
.ul-list li::before {
  content: "\f046";
  font-family: fontAwesome;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #03877a;
}
.carousel-item {
  position: relative;
}
.carousel-item::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-15%, rgba(255, 255, 255, 0.717525)), color-stop(41%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.717525) -15%, rgba(255, 255, 255, 0) 41%);
  content: '';
}
@media (max-width: 575px) {
  .carousel-item::after {
    width: 0px;
  }
}
.carousel-item .carousel-caption {
  position: absolute;
  color: #fff;
  letter-spacing: 2px;
  line-height: 35px;
  bottom: 34%;
  left: 12%;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
@media (max-width: 575px) {
  .carousel-item .carousel-caption {
    bottom: 8%;
    left: 12%;
  }
}
.carousel-item .carousel-caption h1 {
  color: #f3d815;
  font-size: 58px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 575px) {
  .carousel-item .carousel-caption h1 {
    font-size: 20px;
  }
}
.carousel-item .carousel-caption p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  background: #020024;
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 0, 36, 0)), to(rgba(220, 56, 83, 0.70632)));
  background: linear-gradient(-90deg, rgba(2, 0, 36, 0) 0%, rgba(220, 56, 83, 0.70632) 100%);
  padding: 8px 14px;
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px #000;
  text-align: left;
}
@media (max-width: 575px) {
  .carousel-item .carousel-caption p {
    font-size: 15px;
    line-height: 20px;
  }
}
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-prev i {
  font-size: 36px;
  background: #03877a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 5px;
  padding-left: 0px;
  opacity: 0.3;
}
.carousel-control-prev i:hover {
  opacity: 1;
}
@media (max-width: 575px) {
  .carousel-control-prev i {
    font-size: 19px;
    width: 30px;
    height: 30px;
  }
}
.carousel-control-next {
  opacity: 1;
}
.carousel-control-next i {
  font-size: 36px;
  background: #03877a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 5px;
  padding-left: 4px;
  opacity: 0.3;
}
.carousel-control-next i:hover {
  opacity: 1;
}
@media (max-width: 575px) {
  .carousel-control-next i {
    font-size: 19px;
    width: 30px;
    height: 30px;
    padding-left: 2px;
  }
}
.breadcrumb {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}
.breadcrumb ul {
  background: #03877aa6;
  padding: 10px 20px;
  margin-bottom: 19px;
  border-radius: 6px;
  border: 1px solid #08a393;
  -webkit-box-shadow: 0px 0px 20px -8px #fbffb0;
          box-shadow: 0px 0px 20px -8px #fbffb0;
}
.breadcrumb ul li {
  display: inline-block;
  color: #fff;
  margin-right: 14px;
  position: relative;
  letter-spacing: 0.5px;
}
.breadcrumb ul li::after {
  content: "/";
  position: absolute;
  top: -4px;
  right: -13px;
  font-size: 20px;
}
.breadcrumb ul li:last-child::after {
  content: '';
}
.breadcrumb ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.breadcrumb ul li a i {
  font-size: 22px;
  margin-right: 4px;
  position: relative;
  top: 2px;
  color: #ffe000;
}
.my-table {
  width: 100%;
  margin-bottom: 10px;
}
.my-table thead {
  background: #014a58;
}
.my-table thead tr th {
  padding: 5px;
  border: 1px solid #014a58;
  color: #fff;
}
.my-table tbody tr:nth-child(even) td {
  background: #fdfbea;
}
.my-table tbody tr td {
  padding: 5px;
  border: 1px solid #b7c9cd;
}
.go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #03877a;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 11;
}
.go-to-top a {
  color: #fff;
  padding: 6px 13px 10px;
  display: block;
}
.btn-primary {
  border: none;
  background: #03877a;
  color: #fff;
  padding: 10px 34px;
  border-radius: 5px;
}
.entry-form {
  background: #f1fffe;
  padding: 23px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 9px 1px #ddd;
          box-shadow: 1px 1px 9px 1px #ddd;
}
.entry-form h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #014a58;
  font-size: 31px;
  text-align: center;
  letter-spacing: 1.7px;
  border-bottom: 1px solid #d7e1e3;
  padding-bottom: 13px;
}
.entry-form .head-note {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80% 20%;
      grid-template-columns: 80% 20%;
  margin-top: 10px;
}
.entry-form .head-note p {
	font-size:12px;
	line-height:18px;
	margin:0;
}
@media (max-width: 575px) {
  .entry-form .head-note {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .entry-form .head-note {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.entry-form .head-note .left {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.entry-form .head-note .left p {
  color: #d1284a;
  font-weight: 700;
}
.entry-form .head-note .right p {
  font-weight: 700;
}
.entry-form .head-note .right p code {
  font-size: 26px;
  color: #6c6b6b;
}
.entry-form .head-note .right p .date {
  font-size: 15px;
  color: #4c4b4b;
}
.entry-form .input-form h4 {
  font-weight: 700;
  color: #03877a;
  font-size: 22px;
  border-left: 6px solid #014a58;
  padding-left: 7px;
  margin: 10px 0px;
}
.entry-form .input-form .input-radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
.entry-form .input-form .form-table {
  background: white;
  width: 100%;
  margin: 10px 0px;
  -webkit-box-shadow: 0px 0px 5px -2px #03877a;
          box-shadow: 0px 0px 5px -2px #03877a;
}
#foeigner {
	display:none;
}
#indian {
	display:none;
}
.addMember {
	font-size: 15px;
    background: #03877a;
    color: #fff;
    padding: 6px 14px 7px;
    border-radius: 33px;
    display: inline-block;
    margin: -5px 0px 10px;
    line-height: initial;
    font-weight: 600;
    letter-spacing: 0.3px;
	transition: 0.3s;
}
.addMember:hover{
	background: #3ba2ad;
    color: #fff;
}
.minus {
	font-size:38px;
	line-height:38px;
	font-weight:bold;
}
.minus a, .plus a{
color: #03877a;
}
.plus {
	font-size:28px;
	font-weight:bold;
}
.qty {
    border: 2px solid #03877a;
    width: 50px;
    text-align: center;
    border-radius: 15px;
}
#msg {
	display:none;
	z-index:200;
	border:2px solid #924949;
	position:absolute;
}
#msgcontent {
	display:block;
	background:#f3e6e6;
	padding:5px;
	min-width:150px;
	max-width:250px;
	font-size:12px;
	position:relative;
}
#msgimg {
	position:absolute;
	width: 37px;
	height: 7px;
	left:0;
	top:-7px;
	background:url(../images/msg_arrow_top.png) no-repeat;
}
.confirm .form-floating {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding-bottom: .625rem;
	font-size:18px;
}
.confirm .form-floating label {
	position:static;
	width:100%;
	margin:0;
	padding:5px 0;
	font-size:22px;
	color:#990000;
}
.delRoom {
	/**display: inline-block;
	width: auto;**/
	
	color: red;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
    width: auto;
}
.succ {
	border-top:2px solid #090;
	border-bottom:2px solid #090;	
	color:#090;
	padding:5px 0;
	width:100%;
	display:inline-block;
	font-weight:bold;
	text-align:center;	
	background:#E0F9DF;
	margin:5px 0;
}
.err {
	border-top:2px solid #C30;
	border-bottom:2px solid #C30;	
	color:#C30;
	padding:5px 0;
	width:100%;
	display:inline-block;
	font-weight:bold;
	text-align:center;
	background:#FDE9E8;
	margin:5px 0;	
}
.paymentsuccess {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.paymentsuccess_content{
	width:70%;
	margin:0 auto;
	position:relative;
	border:5px solid #090;
}
.fa-check_round {
    background: #5aad6f;
    display: block;
    margin: 0px 0px 28px 0px;
}
.paymentsuccess .fa-check {
    font-size: 80px;
    color: #5aad6f;
	background:#fff;
	padding:0px 12px;
}
.paymentsuccess h2 {
    font-size: 34px;
    color: #52A968;
    margin: 26px 0;
}
.paymentsuccess p {
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
}
.tktbtn {
	background: #123467;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 3px 3px 0px 0px #091e3e;
    display: inline-block;
    margin: 5px;
}
.tktbtnred {
	background: #990000;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 3px 3px 0px 0px #091e3e;
    display: inline-block;
    margin: 5px;
}
.tktbtngreen {
	background: #339900;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 3px 3px 0px 0px #381746;
    display: inline-block;
    margin: 5px;
}
.tktbtn:hover, .tktbtnred:hover, .tktbtngreen:hover {
	color: #fff;
}
@media (max-width: 575px) {
  .entry-form .input-form .form-table {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .entry-form .input-form .form-table {
    width: 100%;
  }
}
.entry-form .input-form .form-table tbody tr:nth-child(odd) {
  background-color: #dafffc;
}
.entry-form .input-form .form-table tbody tr td {
  padding: 5px;
  border: 1px solid #ddd;
}
/*# sourceMappingURL=style.css.map */
.image-gallery ul li{
  display: inline-block;
  border: 1px solid #1f8f9f;
  border-radius: 5px;
  overflow: hidden;
  background: #1f8f9f;
  width: 33%;
}
.image-gallery ul li .name{
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 575px) {
  .image-gallery ul li{
    width: 49%;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.carousel {
  position: relative;
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel-item{
  /* display: flex; */
  align-content: center;
  height: 100%;
}
.carousel-item img{
  height: 100%;
  width: auto;
}
.carousel-inner .carousel-item > img {
  width: 100%;
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
/* box div */
.box-div-main-bg{
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  opacity: 0.2;
}
.box-div-main{
  /* background: rgb(3,105,66);
background: linear-gradient(90deg, rgba(3,105,66,1) 0%, rgba(11,116,175,1) 100%); */
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../images/forest-bg.jpg);
} 
.box-div-main .box-div{
  box-shadow: 0px 0px 11px 7px #e3e3e3;
/* height: 500px; */
height: calc(100vh - 50vh);
  z-index: 1;
  position: relative;
} 
.box-div-main .box-div .box-div-image{
  position: relative;
  height: 100%;
  overflow: hidden;
} 
.box-div-main .box-div .box-div-image img{
  /* width: auto;
  height: 100%; */
  width: -webkit-fill-available;
  height: -webkit-fill-available;
} 
.box-div-main .box-div .box-div-image::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(3,105,66);
background: linear-gradient(180deg, rgba(3,105,66,0) 39%, rgba(1,74,88,1) 100%);
transition: 0.3s;
}
.box-div-main .box-div .box-div-image .box-div-text{
  position: absolute;
  bottom: -53px;
  left: 0px;
  width: 100%;
  padding: 25px 10px;
  text-align: center;
  transition: 0.3s;
} 
.box-div-main .box-div .box-div-image .box-div-text a{
  background: #ffeb3b;
  padding: 4px 20px 6px;
  display: inline-block;
  font-weight: 600;
  color: #075049;
  margin: 15px 0px 0px;
  transition: 0.3s;
}
.box-div-main .box-div .box-div-image .box-div-text a:hover{
  background: #76fff1;
}
.box-div-main .box-div .box-div-image .box-div-text h1{
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.5px;
} 
.box-div-main .box-div:hover > .box-div-image::before {
  background: linear-gradient(180deg, rgba(3,105,66,0) -100%, rgba(1,74,88,1) 100%);
  transition: 0.3s;
}
.box-div-main .box-div:hover > .box-div-image .box-div-text{
  bottom: 0px;
} 
/* box div */
/* box div bio*/
.box-div-main-bg{
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  opacity: 0.2;
}
.box-div-main-bio{
  /* background: rgb(3,105,66);
background: linear-gradient(90deg, rgba(3,105,66,1) 0%, rgba(11,116,175,1) 100%); */
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: url(../images/bio-bg.png) #03354c;
  background-size: cover;
  /* background: #03354c; */
} 
.box-div-main-bio .box-title h1{
  color: #fff;
}
.box-div-main-bio .box-title p{
  color: #fff;
}
.box-div-main-bio .box-div{
  box-shadow: 0px 0px 0px 2px #e3e3e3;
  /* height: 500px; */
  height: calc(100vh - 50vh);
  z-index: 1;
  position: relative;
} 
.box-div-main-bio .box-div .box-div-image{
  position: relative;
  height: 100%;
  overflow: hidden;
} 
.box-div-main-bio .box-div .box-div-image img{
  /* width: auto;
  height: 100%; */
  width: -webkit-fill-available;
    height: -webkit-fill-available;
} 
.box-div-main-bio .box-div .box-div-image::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(3,105,66);
  background: linear-gradient(180deg, rgba(3,105,66,0) 39%, rgba(1,74,88,1) 100%);
  transition: 0.3s;
}
.box-div-main-bio .box-div .box-div-image .box-div-text{
  position: absolute;
  bottom: -53px;
  left: 0px;
  width: 100%;
  padding: 25px 10px;
  text-align: center;
  transition: 0.3s;
} 
.box-div-main-bio .box-div .box-div-image .box-div-text a{
  background: #ffeb3b;
  padding: 4px 20px 6px;
  display: inline-block;
  font-weight: 600;
  color: #075049;
  margin: 15px 0px 0px;
  transition: 0.3s;
}
.box-div-main-bio .box-div .box-div-image .box-div-text a:hover{
  background: #76fff1;
}
.box-div-main-bio .box-div .box-div-image .box-div-text h1{
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.5px;
} 
.box-div-main-bio .box-div:hover > .box-div-image::before {
  background: linear-gradient(180deg, rgba(3,105,66,0) -100%, rgba(1,74,88,1) 100%);
  transition: 0.3s;
}
.box-div-main-bio .box-div:hover > .box-div-image .box-div-text{
  bottom: 0px;
} 
/* box div bio*/
/* box div contact */
.box-div-main-contact .box-title h1{
  color: #fff;
} 
.box-div-main-contact .box-title p{
  color: #fff;
} 
/* box div contact */
/* title */
.box-title{
  margin-bottom: 60px;
}
.box-title h1{
  position: relative;
  font-family: 'Cinzel', serif;
  font-weight: 900;
  color: #014a58;
  font-size: 44px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.box-title p{
  text-align: center;
  margin-top: 15px;
  padding: 0px 20%;
}
@media (max-width: 575px) {
  .box-title p{
    display: none;
  }
}
/* title */
/* load more  */
.box-div-loadmore{
  margin-top: 50px;
  position: relative;
}
.box-div-loadmore p{
  text-align: center;
}
.box-div-loadmore p a{
  background: #03877a;
  text-decoration: none;
  color: #fff;
  padding: 10px 42px;
  display: inline-block;
  border-radius: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: 0.3s;
}
.box-div-loadmore p a:hover{
  background: #014a58;
}
/* load more  */
.sbuttons {
  bottom: 3%;
  position: fixed;
  margin: 1em;
  left: 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .sbuttons {
    bottom: 0%;
  }
}
.sbutton {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 7px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}
.sbutton > i {
  font-size: 20px;
  line-height: 50px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
  color: #fff;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.sbutton:not(:last-child) {
  width: 50px;
  height: 50px;
  margin: 20px auto 0;
  opacity: 0;
}
.sbutton:not(:last-child) > i {
  font-size: 20px;
  line-height: 50px;
  transition: all .3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 50px;
  height: 50px;
  margin: 7px auto 0;
}
.sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
 
[tooltip]:before {
  font-weight: 600;
  border-radius: 2px;
  background-color: #014a58;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 20%;
  white-space: nowrap;
  letter-spacing: 0.7px;
}
 
[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.sbutton.mainsbutton {
  background: #0893b3;
}
.sbutton.gplus {
  background: #F44336;
}
.sbutton.pinteres {
  background: #e60023;
}
.sbutton.twitt {
  background: #03A9F4;
}
.sbutton.fb {
  background: #3F51B5;
}
.sbutton.whatsapp {
  background: #00e676;
}
/* book online */
.box-div-main-book-online{
  padding: 45px 0px;
  /* height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: url(../images/gate.png) ;
  background-size: cover; */
}
/* .box-div-main-book-online::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255 255 255 / 85%) -67%, rgb(0 17 32 / 88%) 50%);
} */
.box-div-main-book-online .box-title{
  position: relative;
  margin-bottom: 30px;
}
/* .box-div-main-book-online .box-title h1{
  color: #fff;
}
.box-div-main-book-online .box-title p{
  color: #fff;
} */
.box-div-main-book-online .box-div{
  box-shadow: 0px 0px 0px 2px #e3e3e3;
  height: calc(100vh - 50vh);
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.box-div-main-book-online .box-div .box-div-image{
  height: 100%;
}
.box-div-main-book-online .box-div .box-div-image img{
  /* width: auto;
  height: 100%; */
  width: -webkit-fill-available;
    height: -webkit-fill-available;
} 
.box-div-main-book-online .box-div .box-div-image::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(3,105,66);
  background: linear-gradient(180deg, rgba(3,105,66,0) 0%, rgb(0 0 0 / 98%) 100%);
  transition: 0.3s;
}
.box-div-main-book-online .box-div .box-div-image .box-div-text{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 25px 10px;
  text-align: center;
  transition: 0.3s;
} 
.box-div-main-book-online .box-div .box-div-image .box-div-text a{
  /* background: #ffeb3b; */
  padding: 4px 22px 6px;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  margin: 15px 0px 0px;
  transition: 0.3s;
  border-radius: 6px;
  border: 2px solid #0c5a62;
}
.box-div-main-book-online .box-div .box-div-image .box-div-text a:hover{
  background: #0c5a62;
}
.box-div-main-book-online .box-div .box-div-image .box-div-text h1{
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.5px;
} 
.box-div-main-book-online .box-div:hover > .box-div-image::before {
  background: linear-gradient(180deg, rgb(3 105 66 / 35%) -100%, rgb(1 39 46) 100%);
  transition: 0.3s;
}
.box-div-main-book-online .box-div:hover > .box-div-image .box-div-text{
  position: absolute;
  bottom: 34%;
  left: 0px;
  width: 100%;
  padding: 25px 10px;
  text-align: center;
} 
/* .box-div-main-book-online .box-div-loadmore{
  padding: 4px 22px 6px;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  margin: 15px 0px 0px;
  transition: 0.3s;
  border-radius: 20px;
  border: 2px solid #0c5a62;
} */
@media (max-width: 575px) {
  .box-title h1 {
    font-size: 30px;
  }
  .banner {
    height: auto;
  }
  .box-title {
    margin-bottom: 20px;
  }
  .box-div-main, .box-div-main-bio {
    height: auto;
    padding: 30px 0px;
  }
  .box-div-main .box-div, .box-div-main-bio .box-div {
    margin-bottom: 20px;
    height: 267px;
  }
  .box-div-main .box-div .box-div-image .box-div-text h1 {
    font-weight: 600;
    font-size: 20px;
  }
  .box-div-main-bio .box-div .box-div-image .box-div-text h1 {
    font-weight: 600;
    font-size: 20px;
  }
  .box-div-loadmore {
    margin-top: 16px;
  }
}
.subtitle{
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  color: #f44336;
}
.right-menu-sticky{
  position: sticky;
  top: 10px;
}
/* About page  */
.tiger-shadow{
  position: absolute;
  left: 0px;
  bottom: -53px;
  padding-left: 30px;
}
.tiger-shadow img{
  width: 292px;
  opacity: 0.1;
  transform: rotateY(180deg);
}
.about-second{
  position: relative;
  padding: 0px 0px;
  margin-top: 26px;
  background-image: url(../images/orchid.jpg);
  background-position: top;
  background-size: cover;
}
.about-second::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00112cbf;
}
.about-second p{
  color: #fff;
  position: relative;
}
.about-second-main{
  display: grid;
  grid-template-columns: 40% 60%;
}
.about-second-left img{
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.about-second-right{
  display: flex;
    align-items: center;
    padding-left: 83px;
}
.about-third{
  padding: 50px 0px;
}
.about-third .text{
  background: #0d1e02;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 5px 5px 6px 0px #8f8f8f;
  background-image: url(../images/similipal-forest.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.about-third .text p{
  font-size: 19px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 28px;
  border-radius: 12px;
  background: #010e26c9;
}
@media (max-width: 575px) {
  .about-second-main {
    display: block;
    padding: 30px 15px;
  }
  .about-second-right {
    padding: 15px 0px 0px;
  }
}
/* attractions  */
.attraction-second{
  position: relative;
  padding: 0px 0px;
  margin-top: 26px;
  background-image: url(../images/devkund.jpg);
  background-position: top;
  background-size: cover;
}
.attraction-second::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00112cbf;
}
.attraction-second p{
  color: #fff;
  position: relative;
}
.attraction-second-main{
  display: grid;
  grid-template-columns: 40% 60%;
}
.attraction-second-left{
  background-image: url(../images/waterfall.jpg);
  position: relative;
  background-position: center;
}
.attraction-second-left img{
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.attraction-second-right{
  padding: 50px 15px 50px 80px;
}
.attraction-second-right h1{
  /* display: flex; */
  color: #07d1bd;
  position: relative;
  font-weight: 600;
  border-left: 4px solid;
  padding-left: 17px;
  margin-bottom: 21px;
  font-size: 25px;
  letter-spacing: 0.5px;
  font-family: 'Cinzel', serif;
}
.attraction-third{
  padding: 50px 0px;
}
.attraction-third .text{
  background: #0d1e02;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 5px 5px 6px 0px #8f8f8f;
  background-image: url(../images/similipal-forest.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.attraction-third .text p{
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 28px;
  border-radius: 12px;
  background: #00131c9e;
}
.attraction-third .image{
  margin-bottom: 20px;
}
.attraction-third .title h1{
  text-align: center;
  color: #014a58;
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 21px;
  font-family: 'Cinzel', serif;
  border: none;
  padding: 0px;
}
.attraction-fourth{
  padding: 50px 0px;
  background-color: #014a58;
}
.attraction-fourth .inner-box{
  background-image: url(../images/meadow.jpg);
  padding: 30px;
  height: 500px;
  position: relative;
  background-position: center;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  border: 1px solid #ffffffa6;
}
.attraction-fourth .inner-box1{
  background-image: url(../images/orchidarium.jpg);
}
.attraction-fourth .inner-box::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 111 19 / 21%) 0%, rgb(17 0 44) 100%);
}
.attraction-fourth .inner-box .text h4{
  font-family: 'Cinzel', serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 12px;
  position: relative;
}
.attraction-fourth .inner-box .text p{
  color: #fff;
  position: relative;
}
.attraction-fifth{
  padding: 50px 0px;
}
@media (max-width: 575px) {
  .attraction-second-main {
    display: block;
  }
  .attraction-second-right {
    padding: 50px;
}
}
/* visit  */
.visit-first{
  background: #bbebe6;
  padding: 14px 20px;
  border-radius: 11px;
  margin-bottom: 30px;
}
.visit-first p{
  font-weight: 600;
  font-size: 17px;
  text-align: justify;
}
.visit-third{
  padding: 50px 0px;
  background: #e2efe6;
  margin-top: 20px;
}
.visit-third .text{
  background: #0d1e02;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 5px 5px 6px 0px #8f8f8f;
  background-image: url(../images/naturecamp2.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.visit-third .text p{
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 28px;
  border-radius: 12px;
  background: #00131c9e;
}
.visit-third .image{
  margin-bottom: 20px;
}
.visit-third .title h1{
  text-align: center;
  color: #014a58;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 21px;
  font-family: 'Cinzel', serif;
  border: none;
  padding: 0px;
}
.visit-third .carousel-item::after {
  position: none;
  top: 0px;
  left: 0px;
  height: 0%;
  width: 0%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-15%, rgba(255, 255, 255, 0.717525)), color-stop(41%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.717525) -15%, rgba(255, 255, 255, 0) 41%);
  content: '';
}
.visit-third .carousel-control-next, .visit-third .carousel-control-prev {
  position: absolute;
  top: 38%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
  height: 50px;
}
.visit-third .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  margin: 5px;
}
.visit-third .carousel-control-next i {
  font-size: 22px;
  background: #03877a;
  width: 50px;
  height: 50px;
  border-radius: 14%;
  padding-top: 14px;
  padding-left: 5px;
  opacity: 1;
}
.visit-third .carousel-control-prev i{
  font-size: 22px;
    background: #03877a;
    width: 50px;
    height: 50px;
    border-radius: 14%;
    padding-top: 14px;
    padding-left: 0;
    opacity: 1;
}
.visit-fourth{
  padding: 80px 0px;
  background-color: #014a58;
  background-image: url(../images/1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.visit-fourth::before{
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #031f24db;
}
.visit-fourth .title h1{
  text-align: center;
  color: #90f5e2;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 21px;
  font-family: 'Cinzel', serif;
  border: none;
  padding: 0px;
  border-bottom: 1px solid;
  padding-bottom: 17px;
}
.visit-fourth p{
  color: #fff;
  text-align: center;
}
.visit-fifth{
  padding: 50px 0px;
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
.fixed-right{
  position: fixed;
  top: 30%;
  right: -133px;
  z-index: 999999;
}
.fixed-right ul li{
  margin-bottom: 4px;
  position: relative;
  transition: 0.3s;
}
.fixed-right ul li:hover{
  left: -133px;
}
.fixed-right ul li a i{
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fixed-right ul li:first-child{
  background-color: #71e7dc;
}
.fixed-right ul li:first-child a i{
  padding: 10px;
  background: #129387;
}
.fixed-right ul li:nth-child(2){
  background-color: #f1c0d1;
}
.fixed-right ul li:nth-child(2) i{
  padding: 10px;
  background: #dd5986;
}
.fixed-right ul li:last-child{
  background-color: #e3c1ff;
}
.fixed-right ul li:last-child a i{
  padding: 10px;
  background: #7f50db;
}
.fixed-right ul li a{
  /* padding: 10px 18px 10px 0px; */
  display: block;
  color: #000;
  font-weight: 600;
}
.fixed-right ul li a span{
  padding-left: 10px;
    padding-right: 10px;
}
.imp-link{
  padding: 50px 0px;
}
.imp-link .imp-link-box{
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  grid-gap: 2.5%;
}
.imp-link .imp-link-box .imp-link-single{
  text-align: center;
  box-shadow: 0px 0px 11px 2px #ddd;
  padding: 9px;
  transition: 0.3s;
}
.imp-link .imp-link-box .imp-link-single h4{
  color: #014a58;
  font-weight: 700;
  border-top: 1px solid;
  padding-top: 7px;
  margin-top: 6px;
}
.imp-link .imp-link-box .imp-link-single:hover{
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .imp-link .imp-link-box{
    display: block;
  }
  .imp-link .imp-link-box .imp-link-single{
    background: #fff;
    margin: 0px 50px 50px;
  }
}
.image-grid{
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 15px;
  -moz-column-count: 4;
  -moz-column-gap: 15px;
  column-count: 4;
  column-gap: 15px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}
.image-grid li{
  width: 100% !important;
  height: auto !important;
}
.image-grid li img{
  border: 1px solid #d1cece;
  margin: 2px;
  border-radius: 20px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 4px 2px #ebebeb;
}
@media (max-width: 1000px) {
  .image-grid {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
 }  
@media (max-width: 800px) {
  .image-grid {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
 }  
@media (max-width: 400px) {
  .image-grid {
  -moz-column-count:    1;
  -webkit-column-count: 1;
   column-count:        1;
  }
 }
.publication-box{
  box-shadow: 0px 0px 8px 0px #ccc;
  border: 1px solid #03877a;
  padding: 4px;
}
.publication-box p{
  font-weight: 700;
    text-align: center;
    padding: 10px 5px;
    color: #053a35;
}