@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Noto+Serif&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Noto+Serif&display=swap);
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #326632;
	z-index: 999999
}
#status {
	width: 108px;
	height: 108px;
	position: absolute;
	left: 46%;
	top: 50%;
	background-image: url(../images/loading.webp);
	background-repeat: no-repeat;
	background-position: center;
	margin: -32px 0 0 -32px
}
html {
	scroll-behavior: smooth
}
body {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	overflow-x: hidden;
	background-color: #263726;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased
}
* {
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
::selection {
	background: #fff;
	color: #000
}
::-moz-selection {
background:#fff;
color:#000
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
a:hover {
	color: #80c1df
}
p {
	margin: 0 0 20px 0;
	clear: left;
	padding: 0
}
h1, h2, h3, h4, h5 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-weight: 400
}
h1 {
	font-size: 42px;
	line-height: 60px
}
hr {
	height: 2px;
	border: 0;
	border-top: 1px solid #4b594b;
	border-bottom: 1px solid #4b594b;
	float: left;
	width: 100%;
	position: relative
}
.mar-50 {
	margin: 50px 0
}
.main-title {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 400;
	position: relative;
	padding: 64px 0 0 0;
	margin-bottom: 19px;
	color: #80c1df;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px
}
.main-title:after {
	width: 62px;
	height: 62px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	content: '';
	position: absolute;
	background: url(../images/icons/green-icon.png) no-repeat 0 0
}
.heading, .subheading {
	position: relative;
	padding: 0 0 35px 0;
	margin-bottom: 29px;
	width: 100%;
	float: left;
	line-height: 40px
}
.heading:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 1px;
	background: #80c1df
}
.subtitle {
	font-size: 24px;
	line-height: 34px;
	color: #80c1df
}
.para-pad {
	padding: 0 20%
}
.intro-right {
	width: 65%;
	float: right
}
.intro-img {
	width: 40%;
	float: left
}
.intro-desc {
	width: 57%;
	float: left
}
.intro-desc p {
	text-align: justify
}
.bold, strong {
	font-weight: 600
}
.main-title span {
	font-size: 38px;
	line-height: normal;
	letter-spacing: 2px
}
img {
	border: 0
}
a img {
	border: 0
}
.link a {
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	padding: 12px 20px;
	font-style: normal;
	display: inline-block;
	background-color: #4ab84a;
	position: relative;
	background-repeat: no-repeat;
	background-position: 90% center;
	position: relative
}
.link a:after {
	content: "";
	position: absolute;
	right: -48px;
	top: 30%;
	width: 38px;
	height: 21px;
	background: url(../images/icons/arrow-green.png) no-repeat 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.link a:hover:after {
	background: url(../images/icons/arrow-green.png) no-repeat 2px 0
}
.link a:hover {
	background-color: #fff;
	color: #4ab84a
}
.biglink a {
	background: 0 0;
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #fff;
	margin: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700
}
.biglink a:hover {
	border: 2px solid #4ab84a;
	background: #80c1df;
	color: #000
}
.list {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left
}
.list li {
	margin: 0;
	padding: 5px 0 5px 30px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 15px;
	list-style-position: inherit;
	line-height: 20px;
	width: 100%;
	float: left
}
.listing {
	font-size: 22px;
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: TFArrowMedium
}
.listing li {
	margin: 0;
	padding: 5px 0
}
.justify {
	text-align: justify
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.justify {
	text-align: justify
}
.text-green {
	color: #8fbf31
}
header {
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-image: linear-gradient(to bottom, #000, rgba(0,0,0,0))
}
header.smaller {
	position: fixed;
	background-color: rgba(0 ,0,0,.7)
}
.logo {
	float: left;
	width: 15%;
	line-height: 0
}
.logo img {
	padding: 12px;
	background: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.menu-wrapper {
	width: 55%;
	float: left;
	padding-top: 30px
}
.numbers-div {
	float: right;
	position: relative;
	padding: 0 0 0 78px;
	margin: 16px 0;
	width: 25%
}
.numbers-div:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: url(../images/call.png) no-repeat 9px 9px #4ab84a;
	width: 65px;
	height: 65px;
	border-radius: 5px
}
.font12 {
	font-size: 12px
}
.call-numbers {
	font-weight: 700
}
header.smaller .logo img {
	width: 100px
}
header.smaller .logo {
	padding: 0
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}
.inset, section {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative
}
.inset {
	padding: 50px
}
.pad-100 {
	padding: 100px 0
}
.pad-b-0 {
	padding-bottom: 0
}
.pad-70 {
	padding: 80px 0
}
.pad-80 {
	padding: 80px 0
}
.pad-50 {
	padding: 50px 0
}
.pad-30 {
	padding: 30px 0
}
.pad-20 {
	padding: 10px 0
}
.pad-10 {
	padding: 10px 0
}
.mt-20 {
	margin-top: 20px
}
.gap-100, .gap-50, .gap20 {
	width: 100%;
	float: left
}
.gap-100 {
	height: 100px
}
.gap-50 {
	height: 50px
}
.gap-20 {
	height: 20px
}
.float-left {
	float: left
}
.float-right {
	float: right
}
.jarallax {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.cover {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
section.intro {
	background: url(../images/map-bg.webp) no-repeat 20% 80% #263726
}
section.inner {
	background: #263726
}
.pad-left {
	padding-left: 50px
}
.inner h2 {
	font-size: 32px;
	line-height: 34px;
	color: #2db742;
	padding-bottom: 16px
}
.introbox {
	float: left;
	width: 100%
}
.pad-left34 {
	padding-left: 34px
}
.facility-wrapper {
	z-index: 2;
	position: relative;
	float: left;
	width: 100%
}
.boxy-wrap {
	width: 100%;
	float: left;
	list-style: none;
	font-weight: 700;
	color: #fff;
	text-align: center
}
.boxy-wrap ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none
}
.boxy-wrap ul li {
	position: relative;
	width: 20%;
	padding: 20px 20px 30px 20px;
	float: left;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.boxy-wrap ul li span {
	display: block;
	text-transform: uppercase
}
.boxy-wrap ul li a {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.boxy-wrap ul li a {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.boxy-wrap ul li:hover {
	background: rgba(74,184,74,.7)
}
.boxy-wrap ul li img {
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	text-align: center
}
.boxy-wrap ul li:hover img {
	transform: rotateY(180deg);
	text-align: center
}
.boxy-wrap ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	height: 70%;
	border-right: 1px solid #ccc;
	display: flex;
	align-items: center
}
.boxy-wrap ul li:last-child:after {
	border-right: 0px solid #ccc
}
.gal-image {
	padding: 0 15px;
	position: relative!important;
	width: 100%;
	float: left
}
.attractions-name {
	position: absolute;
	left: 10%;
	bottom: 7%;
	text-transform: uppercase;
	font-size: 16px;
	z-index: 10;
	letter-spacing: 1px
}
.facility-single {
	text-align: center;
	font-weight: 700
}
.facility-single .single-div {
	background: rgba(74,184,74,.7);
	border-radius: 100%;
	padding: 20px;
	width: 115px;
	height: 115px;
	margin: 0 auto;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	text-align: center
}
.facility-single:hover .single-div {
	background: rgba(128,193,228,.7)
}
.facility-single span {
	display: block;
	text-transform: uppercase;
	line-height: 50px
}
.bg2main {
	background: url(../images/parallax/bg2.webp) no-repeat bottom center #263726
}
.bg1 {
	background-image: url(../images/parallax/bg1.webp)
}
.bg2 {
	background-image: url(../images/parallax/bg2.webp)
}
.bg3 {
	background-image: url(../images/parallax/bg5.webp)
}
.bg4 {
	background-image: url(../images/parallax/bg4.webp)
}
.bg5 {
	background-image: url(../images/parallax/bg5.webp)
}
.bg6 {
	background-image: url(../images/parallax/bg6.webp)
}
.banner1 {
	background-image: url(../images/parallax/banner1.webp)
}
.banner2 {
	background-image: url(../images/parallax/banner2.webp)
}
.banner3 {
	background-image: url(../images/parallax/banner3.webp)
}
.banner4 {
	background-image: url(../images/parallax/banner4.webp)
}
.banner5 {
	background-image: url(../images/parallax/banner5.webp)
}
#fixed-bar {
	z-index: 100;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0
}
#fixed-bar a {
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #80c1df;
	text-indent: -9999px
}
#fixed-bar a:hover {
	background-color: #4ab84a
}
.google-map {
	width: 100%;
	height: 450px;
	float: left;
	border: 0;
	overflow: hidden
}
.footer {
	width: 100%;
	float: left;
	padding: 120px 0 0 0;
	background-image: url(../images/parallax/bg3.webp);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.footer h2 {
	color: #80c1df;
	font-size: 28px;
	line-height: 30px
}
.footer-row {
	width: 100%;
	float: left;
	position: relative
}
.footer-white-logo {
	content: '';
	width: 115px;
	height: 115px;
	border-radius: 100%;
	padding: 19px;
	position: absolute;
	border: 1px solid #fff;
	left: 0;
	top: -52px
}
.pad-left-footer {
	padding-left: 12%
}
.footer-div {
	border-top: 1px dashed #4b594b;
	padding: 30px 0
}
.copyright {
	width: 100%;
	float: left;
	color: #768876
}
.copyright a {
	color: #768876
}
.copyright a:hover {
	color: #4ab84a
}
.callback-div {
	width: 100%;
	float: left;
	margin: 30px 0
}
.fnt-32 {
	font-size: 32px;
	line-height: 35px
}
.fnt-20 {
	font-size: 20px;
	line-height: 25px
}
.icon_box i {
	float: left;
	margin: 0 20px 0 0;
	padding: 16px;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #80c1df
}
i.font {
	font-size: 40px
}
.icon_box .descripion {
	display: block;
	overflow: hidden
}
.mar-0 {
	margin: 0
}
.bookings {
	padding-top: 30px
}
.copy {
	float: left;
	width: 70%;
	line-height: 28px
}
.social {
	float: right
}
.social a {
	line-height: 45px;
	padding: 0 5px;
	font-size: 30px;
	text-align: center;
	display: inline-block;
	float: none;
	color: #8a9d8a
}
.scroll-div {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 7;
	width: 52px;
	padding: 5px;
	background: url(../images/icons/scroll.png) no-repeat 0 0;
	padding: 56px 25px 25px;
	text-align: center;
	color: #fff
}
.scroll-div span {
	line-height: 6px;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap
}
.floating {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-left: 30px;
	margin-top: 5px
}
@keyframes floating {
0% {
transform:translate(0, 0)
}
50% {
transform:translate(0, 15px)
}
100% {
transform:translate(0, 0)
}
}
.enquiry-div {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 9;
	width: 52px;
	
	color: #fff
}
.enquiry-div .enquiry{background: #80c1df;margin-bottom: 5px;}

.cls-review {
	line-height: 0;
	float: left;
}
.enquiry-div span {
	padding: 43px 14px 20px 14px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap
}
.enquiry-div span a {
	color: #fff
}
.enquiry-div span a:hover {
	color: #000
}
.enquiry-div span:before {
	position: absolute;
	top: 0;
	left: 6px;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/icons/enquire.png) no-repeat 0 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.whtsapp-link h5 {
	float: left;
	width: 130px;
	position: absolute;
	right: -11px;
	opacity: 0;
	color: #6d6d6d;
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0 0 0;
	background-color: #e8e8e8;
	padding: 10px;
	border-radius: 5px;
	line-height: 18px;
	z-index: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.whatsapp-icon img {
	width: 26px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.whtsapp-link:hover h5 {
	right: 52px;
	opacity: 1
}
.whtsapp-link:hover .whatsapp-icon img {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}
.whatsapp-icon {
	width: 52px;
	height: 52px;
	background: #2db742;
	text-align: center;
	line-height: 70px;
	float: right;
	margin-left: 0;
	z-index: 1;
	position: relative;
	    margin-bottom: 5px;
}
.table-style {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 25px
}
.table-style td, .table-style th {
	text-align: left;
	padding: 2%;
	border: 1px solid #4b594b;
	line-height: 17px
}
.table-style tr:nth-child(even) {
	background-color: #315031
}
.table-style th {
	background-color: #4ab84a;
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	font-size: 19px;
	padding: 16px
}
ul.list1 li {
	float: left;
	padding: 10px 20px;
	margin: 5px;
	background: #315031;
	color: #fff;
	list-style: none;
	border-radius: 5px;
	font-weight: 700
}
.tour_blue {
	font-size: 16px
}
.tour_blue strong {
	color: #80c1df;
	font-size: 16px
}
.cnt-wrap {
	padding: 30px 20px;
	background: #315031;
	box-shadow: 0 3px 40px #0000002e;
	-webkit-box-shadow: 0 3px 40px #0000002e;
	-moz-box-shadow: 0 3px 40px #0000002e
}
.cnt-wrap h5 {
	font-size: 19px;
	margin-bottom: 5px
}
.cnt-wrap .icon_box {
	border-bottom: 1px solid #467646;
	padding-bottom: 7px;
	margin-bottom: 23px
}
.cnt-wrap .icon_box i {
	float: left;
	margin: 0 20px 0 0;
	padding: 14px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 12px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #80c1df
}
.cnt-wrap .icon_box:last-child {
	border-bottom: 0 solid #467646
}
.inner-banner {
	width: 100%;
	height: 450px;
	position: relative;
	float: left;
	margin: 0;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.inner-banner .child {
	display: table-cell;
	vertical-align: middle
}
.inner-banner:before {
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 1;
	opacity: .4;
	background-image: linear-gradient(to top, rgba(0,0,0,0), #000)
}
.inner-banner:after {
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	background-image: linear-gradient(to bottom, rgba(38,55,38,0), #263726)
}
.inner-banner h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	position: relative;
	text-shadow: -1px 1px 1px rgba(0 ,0,0,.7);
	z-index: 4
}
.inner-banner h2 span {
	font-weight: 400
}
.breadcrumb {
	width: 100%;
	float: left;
	padding: 0;
	font-size: 14px;
	position: relative;
	z-index: 4;
	color: #fff;
	margin: 20px 0 0 0;
	font-weight: 500
}
.sep {
	display: inline-block;
	margin: 0 10px
}
.breadcrumb a {
	color: #fff;
	word-spacing: normal!important
}
.breadcrumb a:hover {
	color: rgba(255,255 ,255,.5)
}
.sightseeing-single {
	border-bottom: 1px dashed #4b594b;
	padding: 50px 0 50px 0
}
.sightseeing-single:last-child {
	border-bottom: 0 dashed #4b594b
}
.pad-0 {
	padding: 0
}
.gallery .hover-effect {
	-webkit-box-shadow: 0 1px 5px 0 rgba(50,50,50,.41);
	-moz-box-shadow: 0 1px 5px 0 rgba(50,50,50,.41);
	box-shadow: 0 1px 5px 0 rgba(50,50,50,.41)
}
.row {
	width: 100%;
	float: left;
	display: block
}
.margin-bottom {
	margin-bottom: 25px
}
.aside, .summary {
	width: 32%;
	float: left;
	margin: 0;
	display: block
}
.summary {
	width: 68%
}
.fullwidth {
	width: 100%;
	display: block
}
.clearfix {
	width: 100%;
	height: 50px;
	float: left;
	margin: 0;
	padding: 0;
	display: block
}
form {
	margin: 0;
	padding: 0
}
:focus {
	outline: 0
}
.fieldset {
	width: 100%;
	height: auto;
	padding: 18px 20px;
	background-color: #315031;
	display: block;
	border: 1px solid #467646;
	border-left: 4px solid #80c1df;
	font-weight: 400;
	margin: 0;
	color: #7d7d7d;
	font-size: 14px;
	float: left;
	border-radius: 0
}
.secondary {
	background-color: #334333!important;
	border: 0!important;
	padding: 15px 13px!important;
	border-radius: 0;
	width: auto;
	height: auto;
	margin: 3px 0
}
.sendbutton {
	width: auto;
	height: auto;
	border: 0;
	outline: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	font-weight: 700;
	cursor: pointer;
	vertical-align: top;
	padding: 15px 20px;
	text-align: center;
	background-color: #334333;
	margin: 3px 2px
}
.sendbutton2 {
	background-color: #4ab84a;
	padding: 15px 25px
}
.go-button {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	border-radius: 50%;
	border: 0;
	outline: 0;
	background-color: #0064a2;
	color: #fff
}
.go-button:hover, .sendbutton:hover {
	background-color: #4ab84a
}
.sendbutton2:hover {
	background-color: #80c1df
}
::-webkit-input-placeholder {
color:#fff!important
}
:-moz-placeholder {
color:#fff!important
}
::-moz-placeholder {
color:#fff!important
}
:-ms-input-placeholder {
color:#fff!important
}
@media only screen and (max-width:1200px) {
.container {
	width: 92%
}
.logo {
	width: 100%;
	text-align: center;
	padding: 0 0 13px 0
}
.logo img, header.smaller .logo img {
	width: 100px;
	display: inline-block
}
.menu-wrapper {
	width: 100%;
	float: left
}
.numbers-div {
	width: 100%;
	position: absolute;
	top: 101px;
	left: 0;
	line-height: 18px;
	padding: 0 0 0 53px;
	margin: 0;
	background-size: 16px
}
.numbers-div:before {
	width: 40px;
	height: 40px;
	background-size: 30px 30px;
	background-position: 5px 5px
}
header, header.smaller {
	position: relative;
	float: left;
	padding: 0;
	left: auto;
	top: auto
}
}
@media only screen and (max-width:1024px) {
.intro-right {
	width: 100%;
	float: right
}
.boxy-wrap ul li img {
	width: 100px;
	padding-top: 10px
}
}
@media only screen and (max-width:768px) {
.heading, .subheading {
	padding: 0 0 32px 0;
	margin-bottom: 29px;
	line-height: 33px
}
h1 {
	font-size: 28px;
	line-height: 40px
}
.subtitle {
	font-size: 16px;
	line-height: 22px;
	color: #80c1df
}
.boxy-wrap ul li img {
	width: 80px;
	padding-top: 10px
}
.fnt-32 {
	font-size: 25px;
	line-height: 26px
}
.footer h2 {
	font-size: 22px;
	line-height: 22px
}
.fnt-20 {
	font-size: 16px;
	line-height: 22px
}
.footer {
	padding: 16px
}
.icon_box i {
	width: 40px;
	height: 40px;
	padding: 6px
}
i.font {
	font-size: 20px
}
.inner-banner {
	height: 235px
}
.inner-banner h2 {
	font-size: 34px
}
.social {
	float: left
}
.pad-left {
	padding-left: 0;
	padding-top: 20px
}
.inner h2 {
	font-size: 25px
}
.aside, .summary {
	width: 100%
}
}
@media only screen and (max-width:640px) {
.intro-desc, .intro-img {
	width: 100%
}
.pad-left34 {
	padding-left: 0;
	margin: 10px 0
}
.pad-70 {
	padding: 25px 0
}
.pad-100 {
	padding: 30px 0
}
.para-pad {
	padding: 0 7%
}
.footer-white-logo {
	display: none
}
.pad-left-footer {
	padding: 0
}
.copy, .fnt-20 {
	font-size: 12px;
	line-height: 16px;
	margin: 0
}
.pad-30 {
	padding: 15px 0
}
.footer h2 {
	font-size: 20px
}
}
@media only screen and (max-width:480px) {
.boxy-wrap ul li {
	position: relative;
	width: 50%;
	padding: 5px 10px 5px 10px
}
.boxy-wrap ul li:nth-child(2):after, .boxy-wrap ul li:nth-child(4):after {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	height: 70%;
	border-right: 0px solid #f37159
}
.boxy-wrap ul li:last-child {
	width: 100%
}
.enquiry-div span {
	padding: 43px 7px 20px 14px
}
.enquiry-div span:before {
	left: 11px
}
.whatsapp-icon {
	width: 33px;
	height: 42px;
	line-height: 54px
}
.whatsapp-icon img {
	width: 19px
}
.scroll-div {
	display: none
}
#fixed-bar {
	width: 33px;
	height: 33px
}
#fixed-bar a {
	width: 33px;
	height: 33px
}
.logo {
	padding: 0 0 13px 0
}
.enquiry-div {
	top: 42%;
	height: 160px;
	width: 33px;
	font-size: 10px
}
.overlay {
	width: 100%;
	height: 77px
}
.gap-100 {
	height: 0
}
.pad-100, .pad-50 {
	padding: 10px 0
}
h1 {
	font-size: 25px;
	line-height: 25px
}
.fnt-32 {
	font-size: 19px;
	line-height: 24px
}
.bookings {
	padding-top: 15px
}
.heading, .subheading {
	padding: 0 0 20px 0;
	margin-bottom: 21px
}
.main-title {
	margin-bottom: 10px
}
.gutter {
	padding: 5px
}
.wayanad p {
	text-align: center
}
.link a {
	padding: 7px 20px
}
}
