/* shardashree */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
	background: #fff;
}
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:138px;
}
* {
	padding: 0;
	margin: 0;
}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
}
.container:after, .row:after {
	clear: both;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.flt-right {
	float: right;
}
.flt-left {
	float: left;
}
.dbox{
	display: block;
}
.mbox{
	display: none;
}
.bdr{
	border:none!important;
}
/* #Buttons Styles
================================================== */
span.btn {
	float: left;
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #1090cf;
	transition: background-color .3s;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	border: 2px solid #1090cf;
	border-radius: 5px;
	}
span.btn:hover {
	background-color: #fff;
	color: #1090cf;
	border: 2px solid #1090cf;
	}
.submit_btn {
	width: 100%;
	float: left;
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #fdc236;
	transition: background-color .3s;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	border: none;
	border: 2px solid #fdc236;
	}
.submit_btn:hover {
	background-color: rgba(255, 255, 255, 0.10);
	color: #fdc236;
	border: 2px solid #fdc236;
	}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.center {
	text-align: center;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 99;
	background:transparent;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	background: rgba(255,255,255,0.3);
	}
header .logo {
	padding:0%;
	display: inline-block;
	width:20%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header nav {
	width:80%;
	padding:2.5% 0% 0%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header.smaller {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px -4px
	rgba(0, 0, 0, 0.1);
	left: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	}
header.smaller .logo {
	display: inline-block;
	width:12%;
	float: left;
	}
header.smaller nav {
	width:88%;
	padding:2% 0% 0%;
	float: left;
	}
header.smaller nav .sm-blue a {
     color:#000;
	}
header.smaller nav .sm-blue ul a {
     color:#fff;
	}
header.smaller nav .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted{
	color: #eabc50;
	}
 header.smaller .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
	background:#f2b755;
    color: #fff;
	}
.banner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	}
.banner .top_cat {
    width: 100%;
    text-align: center;
    margin:0 auto;
    position: absolute;
    bottom:30px;
}

@keyframes jump {
  0% { top: 0; } 50% { top: 20px; } 100% { top: 0; }
}

#arrow-down {
  position: relative;
  margin: 0 auto;
  text-align: center;
  animation: jump 5s infinite;
    i {
      content: '\f0a8';
      font-family: 'FontAwesome';
      transition: .1s ease-in-out;
  }
    i:hover {
      opacity: 0.7;
      transition: .1s ease-in-out;
  }
}
.about_line .Title{
	font-size:34px;
	color:#2ea368;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom:8%;
	}
.about_line .Title hr{
	background:#f1a81a;
	width:100px;
	height:2px;
	margin:0 auto;
	}
.about_line span{
	color: #02a1d0;
}
.about_line{
	font-size:22px;
	color: #061538;
	text-align: center;
	padding:3% 16% 3%;
}
/* Section One
================================================== */	
.section_one{
	width: 100%;
	padding:2% 0%;
	}
.section_one .Title{
	font-size:34px;
	color:#2ea368;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom:8%;
	}
.section_one .Title hr{
	background:#f1a81a;
	width:100px;
	height:2px;
	margin:0 auto;
	}
.section_one .our_hotel{
	width: 100%;
	border:1px solid #cdcdcd;
	text-align: center;
	position: relative;
	float:left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
.section_one .our_hotel:hover {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	}
.section_one .our_hotel .hotel_photo{
	width:250px;
	height: 250px;
	margin:-50px auto;
	border-radius: 50%;
	border:1px solid #cdcdcd;
	}
.section_one .our_hotel .hotel_photo img{
	border-radius: 50%;
	padding:10px;
	}
.section_one .our_hotel .hotel_logo{
	text-align:center;
	padding:18% 0% 4%;
	}
.section_one .our_hotel .hotel_name{
	font-size: 18px;
	color:#2ea368;
	font-weight:700;
	text-align: center;
	padding-bottom: 4%;
	}
.section_one .our_hotel .hotel_name span{
	font-size:15px;
	color:#061538;
	font-weight:400;
	display: block;
	}
.section_one .our_hotel .explore_btn{
	width:150px;
	margin:4% auto 0%;
	padding:10px 0px;
	background:#686966;
	font-size:15px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
.section_one .our_hotel .explore_btn a{
	color:#fff;
	}
.section_one .our_hotel:hover .explore_btn{
	background:#2ea368;
	}
/* Section Two
================================================== */	
.section_two{
	width: 100%;
	background:#f1a81a;
	padding:3% 0%;
	font-size:28px;
	color:#fff;
	text-align: center;
}
/* Section Three
================================================== */	
.section_three{
	width: 100%;
	padding:2% 0%;
	}
.section_three .Title{
	font-size:34px;
	color:#2ea368;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom:4%;
	}
.section_three .Title hr{
	background:#f1a81a;
	width:80px;
	height:2px;
	margin:0 auto;
	}
.section_three .events{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	}
.section_three .events .event_photo{
	width: 100%;
	overflow: hidden;
	}
.section_three .events .event_photo img {
    text-align: center;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.section_three .events:hover .event_photo img:hover {
      transform: scale(1.1);
	}
.section_three .events .event_detail{
	width:50%;
	position:absolute;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.6);
	padding:10px;
	}
.section_three .events .event_detail h3.title{
	font-size:18px;
	color:#fff;
	font-weight:400;
	text-align: left;
	text-transform: uppercase;
	}
.section_three .events .event_detail h3.title span{
	display: block;
	}
.section_three .events .event_detail .explore_btn{
	width:150px;
	margin:4% auto 0%;
	padding:6px 0px;
	border:1px solid #686966;
	font-size:15px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	float: left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
.section_three .events .event_detail .explore_btn a{
	color:#fff;
	}
.section_three .events .event_detail:hover .explore_btn{
	background:#2ea368;
	}
/* Section Four
================================================== */	
.Secion_Four{
	width:100%;
	margin:0 auto;
	padding:0%;
	}
.testimonial_parallax_section {
	background-image:url(../images/testibg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding:2% 0 5%;
}

.testimonial_parallax_section .container {
    position: relative;
    z-index: 5;
}
.testimonial_parallax_section .Title{
	font-size:34px;
	color:#2ea368;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	}
.testimonial_parallax_section .Title hr{
	background:#f1a81a;
	width:80px;
	height:2px;
	margin:0 auto;
	}

.testimonial_parallax_section p{
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	margin-bottom:10px;
	padding:0 15%;
	}
.testimonial_parallax_section .banner_box{
	position:relative;
	margin:2% auto;
	}
.testimonial_parallax_section .banner_box .banner_text{
	width:100%;
	text-align:center;
	}
.testimonial_parallax_section .banner_box .banner_text .avtar{
	margin: 0 auto;
	text-align: center;
	}
.testimonial_parallax_section .banner_box .banner_text p{
	font-size:20px;
	color:#fff;
	padding:1% 10% 5%;
	line-height:38px;
	font-weight:300;
	text-align:center;
	}
/* Section Five
================================================== */
.section_five{
	width: 100%;
	padding:2% 0%;
	}
.section_five .col-sm-2{
	width: 20%;
	padding:0 2px;
}
.section_five .Title{
	font-size:34px;
	color:#2ea368;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom:4%;
	}
.section_five .Title hr{
	background:#f1a81a;
	width:80px;
	height:2px;
	margin:0 auto;
	}
.section_five .home_gallery{
	width: 100%;
	margin:0 auto;
	}
.section_five .explore_btn{
	width:150px;
	margin:2% auto 0;
	padding:6px 0px;
	background:#686966;
	font-size:15px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
.section_five .explore_btn a{
	color:#fff;
	}
.section_five .explore_btn:hover{
	background:#2ea368;
	}
/* Section Six
================================================== */	

/* Inner Page
================================================== */	
.Inner_Page{
	width: 100%;
	padding:2% 0;
	}
.Inner_Page .Title{
	font-size:34px;
	color:#2ea368;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding-bottom:2%;
	}
.Inner_Page .Title hr{
	background:#f1a81a;
	width:100px;
	height:2px;
	margin:0 auto;
	}
.Inner_Page p{
	font-size: 16px;
	color: #232325;
	font-weight:400;
	padding-bottom: 5px;
	}
.kokanmeva_photo{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	}
.kokanmeva_photo .meva_thum{
	flex: 0 20%;
	padding: 0 2px 20px;
	}
.non_veg_photo{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	}
.non_veg_photo .nonveg_thum{
	flex: 0 16.6666666%;
	padding: 0 2px 20px;
	}
.Section_Two .Video_Home{
	width: 100%;
	position: relative;
	padding:10% 0%;
}
.Section_Two .Video_Contain{
	width: 100%;
	position: relative;
}
.Section_Two .Video_Contain .Sub_Title{
	font-size:22px;
	color: #de1b0f ;
	font-weight:600;
	text-transform: capitalize;
	text-align: left;
	padding: 0;
	}
.Section_Two .Video_Contain .Title{
	font-size:32px;
	color: #fff ;
	font-weight: 400;
	text-transform: capitalize;
	text-align: left;
	padding:0 0 20px;
	}
.Section_Two .Video_Contain p{
	font-size:16px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	}
.video_home{
	width: 100%;
	position: relative;
}
.video_home img{
	width: 100%;
}
.business-video-icon{
	position:absolute;
	top: 150px;
	left: 180px;
}
.video-play-button {
    position: relative;
    z-index: 10;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #de1b0f;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #de1b0f;
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button i.fa-play {
 color: #fff;
 position: absolute;
 z-index: 9;
 font-size: 30px;
 left: -6px;
 top: 50%;
 transform: translateY(-50%);
 right: 0;
 margin: auto;
}
.video-play-button-two i.fa-play {
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: 30px;
    margin-top: -13px;
    left: -5px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.text_holder{
	width: 100%;
	padding-bottom: 10px;
}
.text_holder .title{
	font-size:24px;
	color:#232325;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding:0 0 0px;
	}
.text_holder p{
	font-size:15px;
	color:#232325;
	text-align: left;
	font-weight:400;
}
.text_holder{
	width: 100%;
	padding:2% 0% 0%;
}
.text_holder .title{
	font-size:24px;
	color:#232325;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding:0% 0% 1% 0%;
	}

.facilities{
	width: 100%;
	padding:2% 0% 0%;
}
.facilities .title{
	font-size:24px;
	color:#232325;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding:0% 0% 1% 0%;
	}
.facilities ul{
	margin: 0;
	padding:0 0 0 26px;
	}
.facilities ul li{
    font-size: 16px;
	color: #061538;
	font-weight:400;
    line-height:16px;
    text-align: left;
	display: block;
	padding:5px 0px 10px;
	position: relative;
	text-transform: capitalize;
	}
.facilities ul li:before{
	color: #2ea368;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	transition: all 300ms ease 0s;
	position: absolute;
	left:-19px;
	}
.facilities .facilities_icon{
	width: 100%;
	padding:2% 0%;
	display: flex;
	flex-flow: wrap;
	}
.facilities .facilities_icon .facilities_box{
	width: 100%;
	flex: 0 16.6666666%;
	padding:0px 10px;

	}
.facilities .facilities_icon .facilities_thum{
	width: 100%;
	text-align: center;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	}
.facilities .facilities_icon .facilities_thum:hover {
    box-shadow: 0 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.2s ease-in-out 0s;
	 border:4px solid #f68300;
	 cursor:pointer;
	}
.facilities .facilities_icon .facilities_name{
	width: 100%;
	font-size:14px;
	color:#232325;
	text-align: center;
	font-weight: 400;
	padding:10px 0px;
	}

.menu{
	width: 100%;
	padding:2% 0% 0%;
}
.menu .title{
	font-size:24px;
	color:#232325;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding:0% 0% 1% 0%;
	}
.menu ul{
	margin: 0;
	padding:0 0 0 26px;
	}
.menu ul li{
    font-size: 16px;
	color: #061538;
	font-weight:400;
    line-height:16px;
    text-align: left;
	display: block;
	padding:5px 0px 10px;
	position: relative;
	text-transform: capitalize;
	}
.menu ul li:before{
	color: #2ea368;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	transition: all 300ms ease 0s;
	position: absolute;
	left:-19px;
	}
.menu .menu_icon{
	width: 100%;
	padding:2% 0%;
	display: flex;
	flex-flow: wrap;
	}
.menu .menu_icon .menu_box{
	width: 100%;
	flex: 0 20%;
	padding:0px 10px;

	}
.menu .menu_icon .menu_thum{
	width: 100%;
	text-align: center;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	}
.menu .menu_icon .menu_thum:hover {
    box-shadow: 0 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.2s ease-in-out 0s;
	 cursor:pointer;
	}
.menu .menu_icon .menu_name{
	width: 100%;
	font-size:14px;
	color:#232325;
	text-align: center;
	font-weight: 400;
	padding:10px 0px;
	text-transform: capitalize;
	}
.veg_photo{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	}
.veg_photo .veg_thum{
	flex: 0 33.33333333%;
	padding: 0 2px 20px;
	}
/* gallery
================================================== */
.gallery_section{
	width: 100%;
}	
.gallery{
	width: 100%;
	padding:2% 0%;
	display: flex;
	flex-flow: wrap;
}

.gallery .gallery_box{
	width: 100%;
	flex: 0 20%;
	padding:0px 10px;

	}
.gallery .gallery_thum{
	width: 100%;
	text-align: center;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	}
.gallery .gallery_thum:hover {
    box-shadow: 0 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.2s ease-in-out 0s;
	 border:4px solid #f68300;
	 cursor:pointer;
	}
.gallery .gallery_name{
	width: 100%;
	font-size:14px;
	color:#232325;
	text-align: center;
	font-weight: 400;
	padding:10px 0px;
	text-transform: capitalize;
	}

/* packages
================================================== */	
.packages_contain{
	width:100%;
	}
.packages_contain .col-sm-6{
	padding-bottom: 20px;
}	
.packages_contain p{
	padding:0% 4% 1%;
	color: #000;
    font-size: 16px;
    font-weight: 300;
	line-height:26px;
	}
.packages_box {
    background-color: #eeeeee;
    padding: 35px 0 0;
}
.packages_box > h3 {
    color: #2ea368;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 15px;
}
.packages_box > h5 {
    color: #eabc50;
    font-size: 18px;
    font-weight: 400;
    padding-bottom:10px;
}
.packages_box > h6 {
    color: #000;
    font-size: 16px;
    font-weight:600;
    padding-bottom:5px;
}
.packages_box {
    display: block;
    position: relative;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.packages_box:hover {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	}
.packages_box::before {
    background-color: #00a2c8;
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.packages_box::after {
    border-color: #00a2c8 transparent transparent;
    border-style: solid;
    border-width:102px 287.5px 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 28px;
    width: 0;
}
.packages_box img {
    position: relative;
    z-index: 9;
    border-radius: 50%;
}

.packages_box .know_more{
	width:150px;
	margin:2% auto 0;
	padding:6px 0px;
	background:#686966;
	font-size:15px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
.packages_box .know_more a{
	color:#fff;
	}
.packages_box .know_more:hover{
	background:#2ea368;
	}
.text-center{
	text-align:center;
	}
.package{
	padding-bottom:20px;
}	
.package ul{
	margin: 0;
	padding:0 0 0 26px;
	}
.package ul li{
    font-size: 16px;
	color: #000;
	font-weight:400;
    line-height:16px;
    text-align: center;
	padding:5px 0px 5px;
	position: relative;
	text-transform: capitalize;
	list-style-type: none;
	line-height: 22px;
	}
/*Popup*/
.popup_box{
	position:fixed;
	width:100%;
	height:100vh;
	background-color:rgba(0, 0, 0, 0.9);
	z-index:999999999;
	display:none;
	overflow:hidden;
	padding:1%;
	}
.popup_box .Box_Inner{
	width:60%;
	margin:1% auto;
	background:#fff;
	border-radius:5px;
	padding:1% 2% 1%;
	position:relative;
	}
.popup_box .close_btn{
	padding:5px 10px;
	cursor:pointer;
	float:right;
	position:absolute;
	z-index:99;
	right:0;
	top:-1px;
	}	
.Box_Inner .Title{
 	color: #2ea368;
 	text-align: left;
    font-size:28px;
    font-weight:600;
    text-transform: capitalize;
    padding:2% 0 0;
	}
.Box_Inner .sub_title{
    font-size: 18px;
    color: #000;
    font-weight:600;
    line-height: 20px;
	text-align: left;
	padding-bottom: 10px;
	}
.Box_Inner p{
    font-size: 18px;
    color: #000;
    font-weight:400;
    line-height: 20px;
	text-align: left;
	padding-bottom: 10px;
	}
.Box_Inner .details{
	padding-bottom: 4%;
	}
.Box_Inner .details ul{
	margin: 0;
	padding:0 0 0 26px;
	}
.Box_Inner .details ul li{
    font-size: 16px;
	color: #000;
	font-weight:400;
    line-height:16px;
    text-align: left;
	padding:5px 0px 5px;
	position: relative;
	text-transform: capitalize;
	list-style-type: disc;
	line-height: 22px;
	}






/* Contact
================================================== */	
.contact{
	width: 100%;
	margin:0 auto;
	}
.contact .text_holder{
	width: 100%;
	float: left;
	padding-bottom:30px;
	}
.text_holder .title{
	font-size:18px;
	color:#232325;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	line-height: 26px;
	padding:0 0 10px;
	}
.text_holder .title span{
	display: block;
}
.text_holder p{
	font-size:15px;
	color:#232325;
	text-align: left;
	font-weight:400;
}
.text_holder p a{
	color:#232325; 
}
.contact .navigation{
	width: 100%;
	float: left;
	}
.form{ 
	width: 100%;
	float: left;
	padding:2% 0 0;
	}
.form .title{
	font-size:22px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	padding:0 0 2% 0;
}
.map{
	width: 100%;
	float: left;
	padding:6% 0 0 2%;
	margin:2% 0% 0%;
}
.how_to_reach{
	width: 100%;
	padding:4% 0% 0%;
}
.how_to_reach .title{
	font-size:22px;
	color:#232325;
	font-weight: 500;
	text-transform: capitalize; 
	padding-bottom: 15px;
}
.how_to_reach .sub_title{
	font-size:18px;
	color:#232325;
	font-weight: 500;
	text-transform: capitalize; 
}
.how_to_reach ul{
	margin: 0;
	padding:0 0 0 26px;
	}
.how_to_reach ul li{
    font-size: 16px;
	color: #061538;
	font-weight:400;
    text-align: left;
	display: block;
	padding:5px 0px;
	position: relative;
	text-transform: capitalize;
	}
.how_to_reach ul li:before{
	color: #2ea368;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	transition: all 300ms ease 0s;
	position: absolute;
	left:-19px;
	}
/* footer
================================================== */	
.social-media {
	text-align: right;
}
.social-media a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #595959;
  margin-right: 15px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.social-media a:last-child {
  margin: 0;
}
.social-media .ct-twitter:hover {
  background: #00aff0 !important;
  border-color: #00aff0 !important;
  color: #ffffff;
}
.social-media .ct-facebookr:hover {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff;
}
.social-media .ct-instagramr:hover {
  background: #fd1d1d !important;
  border-color: #fd1d1d !important;
  color: #ffffff;
}
.social-media .ct-youtube:hover {
  background: #e72a1b !important;
  border-color: #e72a1b !important;
  color: #ffffff;
}
.social-media .ct-linkedin:hover {
  background: #0274b3 !important;
  border-color: #0274b3 !important;
  color: #ffffff;
}
.footer {
  background: #141414;
  padding: 20px 0;
}
.footer p{
	font-size:14px;
	color:#fff;
	padding: 11px 0 0;
}
.footer p span{
	color:#02a1d0;
	font-weight: 600;
}
.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	width:80px;
	padding:13px;
	z-index:9;
	}
.thankyou{
	width: 100%;
	padding:8% 0%;
	font-size: 28px;
	color:#222;
	text-align: center;
}