*{
	-webkit-appearance: none;
}

#Container, header, nav, section, footer, #Content-Container, #Banner, #Banner-S, #Brick, #About, #Pricing  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Connect-Intra, #Banner-Intra, #Banner-Intra-S, #Content-Main, #About-Intra, #Pricing-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
 

/*  Header */

header {
    overflow: visible;
	padding: 20px 0;
    background: #dde5b6;
}

.home header {
    position: absolute;
    background: none;
    z-index: 9;
}

.header-logo{ 
	display: table-cell;
    width: 180px;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.header-logo a{
	display: inline-block;
	width: 100%;
}

.header-menu{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.logo2{
	display: none;
}

#MainBlock{
	position: relative;
	overflow: hidden;
}

#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}

#Black-Block{
	background: #010101;
	background: linear-gradient(180deg, #010101, #1E1610);
}

/* Banner */



#Banner{
	height: 100vh;
	background: url(../images/trek-at-kodachadri-banner.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#Banner:after{
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, #ffffff, rgb(255 255 255 / 41%), transparent, transparent, transparent);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


#Banner-Intra{
	height: 100%;
}

#Banner h1{
    position: absolute;
    font: 700 140px/160px 'Amatic SC', sans-serif;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
    padding: 10px;
    width: 100%;
	z-index: 2;
}

#Banner h1 span{
    background: #284E27;
    color: #f5f5f5;
    display: inline-block;
    padding: 0 10px;
}

#scrollLINK{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 80px;
    margin: auto;
}

.scrollBTN span {
	width: 20px;
	height: 20px;
  display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
    margin: -10px auto;
	animation: animate 2s infinite;
}

.scrollBTN span:nth-child(2) {
	animation-delay: -0.2s;
}

.scrollBTN span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}


/* Custome Menu */

.desktop-menu li{   
    display: inline-block;
    color: #333;
    font: 400 13px/30px 'Poppins';
    position: relative;
    vertical-align: top;
    text-align: left;
    letter-spacing: 1px;
    margin: 0 -2px;
	transition: 0.7s all ease;
    padding: 0 0 0 10px;
}

.desktop-menu li.boldMenu a{
	padding: 5px 0 5px 40px;
}

.desktop-menu li.boldMenu a:before {
    content: '\F232';
    font-family: 'fontello';
    position: absolute;
    color: #284E27;
    font-size: 20px;
    top: 4px;
    left: 10px;
}


.desktop-menu li a{
	color: #333;
    position: relative;
    display: block;
	position: relative;
    padding: 5px 10px;
}

.desktop-menu li.active a {
	color: #284E27;
}

.desktop-menu li.active a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 1px;
    width: 70%;
    background: #284E27;
    box-shadow: 0 0 5px 1px #284E27;
}

.mobile-menu{
	display: none;
}

.copyrights-menu .icon-heart{
	display: inline-block;
	position: relative;
    margin: 0 0 0 5px;
	vertical-align: top;
}

.copyrights-menu .icon-heart:before{
    content: '\E811';
    font-family: 'fontello';
    position: absolute;
    color: #f00;
    font-size: 14px;
    top: -1px;
}


/* ===================================
    Side Menu
====================================== */

.side-menu {
	width: 90%;
	position: fixed;
	right: 0;
	top: 0;
    background: #041905;
	z-index: 1032;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*side open btn*/

.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 36px;
	padding: 6px;
	margin-right: 1rem;
	position: absolute;
	right: 15px;
    top: 30px;
}
.sidemenu_btn.left {
	left: 15px;
	right: auto;
}
.sidemenu_btn>span {
	height: 2px;
	width: 100%;
    background: #041905;
	display: block;
}
.dark-navbar .sidemenu_btn>span {
	background: #666666;
}
.header-appear .sidemenu_btn>span {
	background: #666666;
}
.sidemenu_btn>span:nth-child(2) {
	margin: 4px 0;
}
.side-menu .inner-wrapper {
    padding: 30px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
	margin-bottom: 30px;
	display: block;
}
.side-nav .navbar-nav .nav-item {
	display: block;
	margin: 10px 0;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
    font: 400 26px/46px 'Amatic SC', sans-serif;
    letter-spacing: 1px;
}
.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	color: #fff;
	padding: 2px 0 3px 0 !important;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #fff;
	display: inline-block;
	width: 0;
	height: 3px;
    bottom: -3px;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after, .side-nav .navbar-nav .nav-link:focus::after, .side-nav .navbar-nav .nav-link.active::after {
	width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
    font-size: 13px;
    font: 400 12px/30px 'Poppins';
    color: #fff;
    letter-spacing: 1px;
}
.modal-content {
	border-radius: 0
}
 

/* About */

#About{
    padding: 100px 0;
}

#About h3{
    font: 500 70px/90px 'Amatic SC', sans-serif;
    color: #284E27;
    text-align: center;
	margin: 0 0 50px 0;
    padding: 80px 20px 0 20px;
	background: url(../images/icon.png) no-repeat center top;
}

#About h3 span{
    position: relative;
    background: #284E27;
    color: #DEE3CA;
    display: inline-block;
    padding: 0 10px;
}

#About p{
    color: #134c06;
    font: 500 16px/34px 'Poppins';
    position: relative;
    text-align: center;
    transition: 0.7s all ease;
    padding: 0 20px;
}

#About p strong{
    background: #284E27;
    color: #DEE3CA;
    display: inline-block;
    padding: 0 10px;
}


/* Brick */

.brick-l {
    padding: 8%;
    background: #dde5b6;
    vertical-align: middle;
}

.brick-l h3{
	font-family: 'Amatic SC', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 35px 0px;
    color: #333;
    background: url(../images/icon.png) no-repeat left center;
    padding: 0 0 0 80px;
}

.brick-l h3 span{
    background: #284E27;
    color: #f5f5f5;
    display: inline-block;
    padding: 0 10px;
}

.brick-l li{
    font: 400 15px/30px 'Poppins';
    color: #333;
    padding: 10px 0 10px 40px;
    letter-spacing: 0.5px;
    background: url(../images/ticker.svg) no-repeat left 13px;
    background-size: 24px;
}

.brick-r {
	padding: 50px;
	background: url(../images/trek-at-kodachadri-highlights.jpg) no-repeat center bottom;
    background-size: cover;
}

.brick-r img{
	display: none;
}

/* Banner */

#Banner-S{
    background: #dde5b6;
    padding: 120px 0;
}

#Banner-S:after{
    content: '';
    position: absolute;
    background: url(../images/mountain.png) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 100px;
    padding: 120px 0;
    bottom: 0;
    opacity: 0.2;
    z-index: 1;
}


#Banner-S h1{
    text-align: center;
    font: 400 60px/76px 'Amatic SC', sans-serif;
    position: relative;
    z-index: 2;
}

#Banner-S h1 span{
	display: block;
    font: 700 50px/60px 'Solway', serif;
    color: #E31E24;
}

#Banner-S h1 color{
	display: inline-block;
	padding: 0 10px;
	background: #284E27;
	color: #DEE3CA;
}

/* Pricing */

#Pricing{
    padding: 100px 0;
}

#Pricing h3 {
    font: 500 70px/90px 'Amatic SC', sans-serif;
    color: #284E27;
    text-align: center;
    margin: 0 0 50px 0;
    padding: 80px 0 0 0;
    background: url(../images/icon.png) no-repeat center top;
}

.itinerary-blk{
    padding: 60px 30px 0 30px;
}

.itinerary-l {
    padding: 60px;
    vertical-align: middle;
    background: url(../images/pattern.jpg) no-repeat center center;
    background-size: cover;
}


.itinerary-l h4{
	font-family: 'Amatic SC', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 35px 0px;
    color: #333;
    background: url(../images/mountain-ico.png) no-repeat left center;
    background-size: 64px;
    padding: 0 0 0 80px;
}


.itinerary-l h4.itinerary{
    background: url(../images/mountain-ico.png) no-repeat left center;
    background-size: 64px;
}

.itinerary-l h4.carry{
    background: url(../images/carry-ico.png) no-repeat left center;
    background-size: 64px;
}

.carry-list {
    text-align: center;
}

.carry-list li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 180px;
    padding: 20px;
    background: #fff;
    margin: 3px 2px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.carry-list li img{
    width: 32px;
}

.carry-list li span{
    display: block;
    font: 400 14px/26px 'Poppins';
    padding: 15px 0 0 0;
}

.itinerary-l ul{
    margin: 0 0 35px 0px;
}

.itinerary-list li{
    font: 400 15px/30px 'Poppins';
    color: #333;
    padding: 10px 0 10px 40px;
    letter-spacing: 0.5px;
    background: url(../images/ticker.svg) no-repeat left 13px;
    background-size: 24px;
}

.itinerary-r {
    background: #f6f6f6;
}


.itinerary-r h4{
	font-family: 'Amatic SC', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #333;
    background: url(../images/mountain-ico.png) no-repeat left center;
    background-size: 64px;
    padding: 0 0 0 80px;
}


.itinerary-r li{
    font: 400 15px/30px 'Poppins';
    color: #333;
    padding: 10px 0 10px 40px;
    letter-spacing: 0.5px;
    background: url(../images/ticker.svg) no-repeat left 13px;
    background-size: 24px;
}

.book-block{
    padding: 40px 60px;
}

.book-block p{
    font: 400 15px/30px 'Poppins';
}

.pricing-grid {
    position: relative;
    color: #fff;
    margin: 15px 0;
    background: url(../images/parallax.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.pricing-grid:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 17 9 / 65%);
}

.pricing-grid .inline-cell{
    display: inline-block;
    width: 50.3%;
    vertical-align: top;
    font: 400 14px/30px 'Poppins';
    text-align: center;
    margin: 0 -2px;
    letter-spacing: 0.5px;
    border: 1px solid #FFE;
    position: relative;
    z-index: 1;
}

.pricing-grid .inline-cell a{
    display: block;
    padding: 20px;
}

.pricing-grid span{
    font: 700 30px/40px 'Amatic SC', sans-serif;
    color: #fff;
    display: block;
}

.pricing-grid .block-cell{
    display: block;
    font: 400 14px/30px 'Poppins';
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    background: rgb(0 0 0 / 26%);
}

.block-cell li{
	text-align: left;
	color: #fff;
    background: url(../images/ticker-w.svg) no-repeat left 13px;
    background-size: 24px;
}

.book-now{
    position: relative;
    display: block;
    background: #284E27;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 1;
    font: 500 28px/50px 'Amatic SC', sans-serif;
    letter-spacing: 1px;
	transition: 0.7s all ease;
}

.book-now:hover{
    background: #8f1c15;
}

/* Accordion */

.accordion{
    position: relative;
    z-index: 2;
}

.accordion h4 {
	cursor: pointer;
	color: #6F7070;
    font: 500 30px/50px 'Amatic SC', sans-serif;
	position: relative;
	text-align: left;
    padding: 10px 70px 10px 20px;
	transition: 0.7s all ease;
    background: #dde5b6;
}
.accordion h4.current{
	border-bottom: none;
}
.accordion .no-border {
	border-bottom: 0 ! important;
}
.accordion .acc-content {
	display: none;
    padding: 30px;
    background: #ffffff;
}
.accordion h4:before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    border-top: 15px solid #284E27;
    border-bottom: 0px solid transparent;
	transition: 0.7s all ease;
}
.accordion h4.current:before {
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    border-top: 0px solid transparent;
	border-bottom: 15px solid #284E27;
}
.accordion .acc-content p {
	padding: 5px 0;
	color: #6F7070;
    font: 500 16px/30px "Poppins",sans-serif;
    letter-spacing: 0.5px;
}

/* About Page */

.about-grid{
	background: #fff;
	position: relative;
}

.about-grid-l{
    padding: 30px;
	vertical-align: middle;
    background: #fcfcfc;
    border: 1px solid rgb(243 239 239 / 44%);
    width: 53%;
}

.about-grid-l h2{
    font: 600 40px/70px "Poppins",sans-serif;
    color: #0e6e62;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.about-grid-l p span{
    display: inline-block;
    padding: 0 10px;
    background: #284E27;
    color: #DEE3CA;
}

.about-grid-r{
	vertical-align: middle;
}

.about-horizontal{
    padding: 30px;
	vertical-align: middle;
    background: #fcfcfc;
    border: 1px solid rgb(243 239 239 / 44%);
}

/* Contact Page */

.contact-form-box{
	vertical-align: middle;
    border-right: 1px solid #EDEDED;
}

.contactBox{
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    width: 90%;
}

.contactBox .inputBox {
    margin: 0 0 20px 0;
}

.contactBox .inputBox label{
    display: block;
    color: #242424;
    font: 400 13px/24px "Poppins",sans-serif;
    letter-spacing: 0.5px;
}

.contactBox .inputBox label span{
	color: #C52424;
}

.contactBox .inputBox input{
    background-color: #FCFCFC;
	border: 1px solid #D5CDDB;
    padding: 10px 10px 10px 50px;
    outline: none;
    border-radius: 5px;
    width: 100%;
    font: 400 13px/30px "Poppins",sans-serif;
	letter-spacing: 0.5px;
}

.contactBox .inputBox textarea{
    background-color: #FCFCFC;
	border: 1px solid #D5CDDB;
    outline: none;
    border-radius: 5px;
    font: 400 13px/30px "Poppins",sans-serif;
	letter-spacing: 0.5px;
    display: block;
    width: 100%;
    height: 175px;
    padding: 10px 10px 10px 60px;
}

.contactBox .inputBox select{
	background-color: #FCFCFC;
    border: 1px solid #D5CDDB;
    outline: none;
    border-radius: 5px;
    font: 400 13px/30px "Poppins",sans-serif;
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    padding: 12px 10px 12px 50px;
}



.contactBox .submitBox{
    margin: 20px 0 0 0;
	text-align: center;
}

.contactBox .submitBox input{
    background-color: #284E27;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    width: 200px;
    font: 400 26px/30px 'Amatic SC', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.7s all ease;
    border: none;
}

.formFname{
	background: url(../images/person.png) no-repeat 10px center;
    background-size: 24px;
}


.formMail{
	background: url(../images/mail.png) no-repeat 10px center;
    background-size: 32px;
}

.formMobile{
	background: url(../images/mobile.png) no-repeat 10px center;
    background-size: 32px;
}

.formMessage{
	background: url(../images/connect.png) no-repeat 10px 12px;
    background-size: 36px;
}

.captcha-blk .g-recaptcha {
    width: 300px;
    margin: auto;
}

.mapIframe{
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.mapIframe iframe{
	display: block;
}


.contact-form-content{
	vertical-align: middle;
	padding: 50px;
}

.contact-info{
    border-top: 1px solid #EDEDED;
}
 
.textMain .contact-form-content li {
	padding: 0;
	background: none;
	margin: 10px 0;
}

.contact-form-content li h4{
    font: 700 40px/56px 'Amatic SC', sans-serif;
    color: #333;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-form-content li p{
    font: 400 16px/30px "Poppins",sans-serif;
    color: #333;
}

.contactBox label.error {
    font: 500 13px/20px "Poppins",sans-serif;
    color: #e64325;
}

/* Tabs */


.tab-menu ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.tab-menu ul li{
    list-style-type: none;
    display: inline-block;
    padding: 0;
    background: none;
    width: 33%;
    margin: 10px 0px;
    font: 600 30px/42px 'Amatic SC', sans-serif;
    letter-spacing: 1px;
}
.tab-menu ul li a{
	position: relative;
    text-decoration: none;
    padding: 7px 25px;
    display: block;
	color: #1f0a0a;
}
.tab-menu ul li span{
    display: block;
    font: 600 10px/18px "Poppins",sans-serif;
}
.tab-menu ul li a.active-a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	background: #284E27;
	width: 70%;
    height: 2px;
}
.tab{
	display: none;
}
.tab ul{
	text-align: center;
}
.tab li{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	min-width: 300px;
	vertical-align: top;
	margin: 10px 8px;
	padding: 10px ! important;
    background: #f7f7f7 ! important;
}
.tab h2{
    text-align: center;
    font: 600 16px/24px "Poppins",sans-serif;
    padding: 0 0 10px 0;
    margin: 0;
}
.tab-active{
	display: block;
}

/* Gallery */


.textMain .gallery-grid{
	text-align: center;
}

.textMain .gallery-grid li{
    width: 260px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 8px;
    overflow: hidden;
    position: relative;
    opacity: 0.8;
	transition: 0.7s all ease;
    background: none ! important;
    border: 10px solid #dde5b6;
}

.textMain .mfp-title,
.textMain .mfp-counter{
    font: 400 15px/26px "Poppins",sans-serif;
}

.textMain .gallery-grid li:hover{
    opacity: 1;
}

.textMain .gallery-grid li a {
    display: inline-block;
    height: 225px;
}

.textMain .gallery-grid li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
	transition: 0.7s all ease;
}

.textMain .gallery-grid li:hover img {
    height: 110%;
}


/* Info */

.info-blk {
    padding: 30px;
    border: 1px solid rgb(243 239 239 / 44%);
    margin: 0 0 30px 0;
    background: #fcfcfc;
}

/* Footer */

footer{
	position: relative;
	background: url(../images/trek-at-kodachadri-footer-banner.jpg) no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
}

footer:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 17 9 / 65%);
}

#Footer{
	position: relative;
	z-index: 2;
}

.footer-main-grid{
	border-bottom: 1px solid rgb(253 253 253 / 43%);
}

.footer-grid{
	padding: 50px 20px;
    border-right: 1px solid rgb(253 253 253 / 43%);
}

.footer-grid:last-child{
	border-right: none;
}

.footer-grid h3{
    font: 400 30px/42px 'Amatic SC', sans-serif;
    margin: 0 0 40px 0;
    color: #fff;
    letter-spacing: 1px;
	border-bottom: 1px solid rgb(253 253 253 / 43%);
    padding: 0 0 15px 0;
}

.footer-grid li{
    font: 300 13px/24px "Poppins",sans-serif;
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
	transition: 0.7s all ease;
}

.footer-grid li a{
	position: relative;
    color: #f5f4f4;
    letter-spacing: 1px;
	transition: 0.7s all ease;
}

.arrow-links li:hover a{
	padding: 0 0 0 10px;
}

.arrow-links li:hover a:before{
    content: "\203A";
    position: absolute;
    transition: .3s all ease;
    left: 0;
    font-size: 15px;
    top: -3px;
	transition: 0.7s all ease;
}


.copyrights{
    font: 400 12px/25px "Poppins",sans-serif;
    text-align: center;
    color: #fff;
    padding: 30px 0 30px 0;
    letter-spacing: 0.5px;
}

.copyrights span{
	display: inline-block;
	padding: 0 10px;
}

/* Social Media */

.social-media {
	margin: 10px 0 0 0;
}

.social-media li {
	display: inline-block;
	vertical-align: top;
    width: 40px;
    height: 40px;
	margin: 0 5px 10px 0;
	position: relative;
}

.social-media li a {
    width: 40px;
    height: 40px;
	display: block;
    border: 1px solid #284E27;
	transition: 0.8s all ease;
    background: #284E27;
}

.social-media li:hover a {
    background: #fff;
    border: 1px solid #fff;
}

.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.7s all ease;
    font-size: 21px;
	color: #f3f9ed;
	top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
}

.social-media li a:hover:before {
	color: #284E27;
}

.social-media .fb a:before {
	content: '\E813';
}

.social-media .instagram a:before {
	content: '\F16D';
}

.social-media .youtube a:before {
	content: '\F315';
}

.social-media .twitter a:before {
	content: '\F099';
}

/* Media Query */

@media screen and (max-width: 991px) {
	.brick-l {
		padding: 4%;
	}
}


@media screen and (max-width: 960px) {
	#Banner h1 {
		font: 700 70px/90px 'Amatic SC', sans-serif;
	}
	.brick-l {
		display: block;
		padding: 30px;
	}
	.brick-r {
		display: block;
		height: 300px;
		background: url(../images/trek-at-kodachadri-highlights.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: fixed;
	}
	.itinerary-l {
		display: block;
		padding: 30px;
	}
	.itinerary-r {
		display: block;
		padding: 30px;
	}
	.itinerary-blk {
		padding: 0;
	}
	.book-block {
		padding: 20px 0;
	}
	.about-grid-l{
		display: block;
		width: auto;
	}
	.about-grid-r{
		display: block;
		width: auto;
		text-align: center;
	}
}


@media screen and (max-width: 860px) {
	.contact-form-box{
		display: block;
		width: auto;
		border: none;
		width: auto;
	}
	.contact-form-content{
		display: block;
		width: auto;
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	#Banner h1 {
		font: 700 50px/70px 'Amatic SC', sans-serif;
	}
	.header-logo{
		display: block;
		margin: auto;
		text-align: center;
		padding: 10px;
		width: 250px;
	}
	.header-menu{
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.desktop-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
	footer{
		padding: 20px;
	}
	.footer-grid{
		display: block;
		padding: 15px 20px 15px 20px;
		border: none;
	}
	.footer-main-grid{
		border: none;
	}
	.tab-menu ul li {
		width: 49%;
	}
	.tab-menu ul li {
		font: 700 20px/40px 'Amatic SC', sans-serif;
	}
	.pricing-grid .inline-cell {
		display: block;
		width: auto;
		margin: auto;
	}
	#Banner,
	footer	{
		background-attachment: unset;
	}
	.brick-r{
		display: none;
	}
}