@charset "utf-8";
/* CSS Document */
body{
	overflow-x:hidden;
}

.top{
	background-color:#f2f2f2;
	padding:15px 0px;
}
.top h1{
	color:#888888;
	font-size:13px;
	font-family: 'Dosis', sans-serif;
	font-weight:500;
	margin:0px;
	padding:0px;
	text-align:right;
}
.top h2{
	color:#444444;
	font-size:15px;
	font-family: 'Dosis', sans-serif;
	font-weight:600;
	margin:0px;
	padding:0px;
	text-align:right;
}
.dropdown-menu li .sub-menu li{
	display: none;
}
.dropdown-menu li:hover .sub-menu li{
	display: block;
}
.dropdown-menu li .sub-menu{
	 background: #fff none repeat scroll 0 0;
    left: 112px;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}
.dropdown-menu li .sub-menu li a{
	color: #696464;
	font-size: 12px;
	padding: 5px;
}
.dropdown-menu li .sub-menu li a:hover{
	text-decoration: none;
}
.dropdown-item{
	font-size: 13px;
}
.top .col-xs-6{
	margin: 20px 0;
}
.banner{
	width:100%;
	overflow:hidden;
}
.menu{
	background-color:#917c0a;
	margin-bottom:60px;
}
.box-1{
	margin-bottom:60px;
}
.box-1 h3 i{
	padding-right:15px;
	color:#e9e9e9;
	float:left;
	font-size:25px;
}
.box-1 h3 span{
	text-align:right;
	float:right;
	color:#2d2c2c;
	text-transform:uppercase;
	font-size:1em;
}
.box-1 p{
	color: #676767;
    font-size: 0.8em;
    line-height: 2.3em;
	margin-bottom:0em;
}
.red-mor{
	background-color: #0a912d;
    color: #ffffff;
    display: block;
    font-size: 0.7em;
    line-height: 1.8em;
    padding: 0.2em 1em;
	width:100px;
	text-align:center;
	margin: 1em 0;
}
.red-mor:hover{
	transition: background-color 0.5s ease;
	background-color: #1dba46;
	color:#FFFFFF;
	text-decoration:none;
}
.box-2{
	margin-bottom:60px;
}
.package_box h3{
	color: #535151;
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.7em;
}
.package_box img{
	width:100%;
}
.package_box p{
	color: #676767;
    font-size: 0.7em;
    line-height: 1.7em;
	margin-bottom:0em;
	margin-top:.5em;
}
.package_book h3{
	color: #535151;
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.7em;
}
.package_book input{
	font-size:12px;
	color:#878787;
	margin-bottom:18px;
	border:1px solid #eeeeee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size:12px;
	color:#878787 !important;
	margin-bottom:15px;
	border:1px solid #eeeeee;
}
.select2-container .select2-selection--single{
	height:32px;
}
.select2-container--default .select2-selection--single{
	border:none !important;
}
.select2-results__option[aria-selected]{
	font-size:13px !important;
}
.sub-btn{
	background-color:#0c9930;
	color:#FFFFFF !important;
	text-align:center;
}

.packages_list h4{
	background-color: #917c0a;
    color: #fff;
    font-size: 1.1em;
    padding: 10px 15px;
	margin-bottom:10px;
}
.packages_list ul{
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
.packages_list ul li{
	list-style:none;
	line-height:25px;
}
.packages_list ul li a{
	color:#929191;
	font-size:12px;
}
.box-3 .package_box{
	margin-bottom:23px;
}
.footer1{
	margin-top:25px;
	padding:20px 0px;
	background-color:#f2f3f3;
}
.footer1 h5{
	color: #fff;
    font-size: 1.1em;
	color:#0b501d;
}
.footer1 ul{
	margin:0px;
	padding:0px;
}
.footer1 ul li{
	list-style:none;
	line-height:27px;
}
.footer1 ul li a{
	font-size:12px;
	color:#6a6c6d;
}
.footer1 ul li i{
	margin-right:7px;
	font-size:10px;
}
.footer1 ul li a:hover{
	text-decoration:none;
}
.footer1 p{
	color: #6a6c6d;
    font-size: 0.7em;
    line-height: 2em;
}
.footer2{
	margin-top:20px;
}
.footer2 p{
	color: #6a6c6d;
    font-size: 0.7em;
}
.footer2 span{
	float:right;
	color: #6a6c6d;
    font-size: 0.7em;
}

.inner-banner img{
	width: 100%;
}
.inner-page h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #058013;
	font-weight: 600;
}
.package-box{
	border:1px solid #e9e5e5;
	padding: 10px;
	margin-bottom: 20px;
}
.package-box h3{
	font-size: 15px;
	color: #635c5c;
	font-weight: 600;
	margin:0px;
	margin-bottom: 10px;
}
.package-box p{
	font-size: 12px;
	line-height: 22px;
}
.inner-page h5{
	font-size: 17px;
	font-weight: 600;
	color: #403b3b;
	margin-bottom: 20px;
}
.inner-page .table thead th{
	font-size: 13px;
    font-weight: 300;
}
.inner-page .table-bordered th, .table-bordered td{
	font-size: 13px;
    font-weight: 300;
}
.inner-page ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.inner-page ul li{
	font-size: 13px;
	list-style: none;
	line-height: 27px;
}
.inner-page ul li i{
	margin-right: 4px;
}
.inner-page p{
	font-size: 12px;
	line-height: 22px;
}
.Customize-pakg p{
	margin-bottom: 0px;
}
.Customize-pakg input{
	font-size: 12px;
	margin-bottom: 7px;
}
.Customize-pakg .select2-container{
	font-size: 12px !important;
	margin: 20px 0px !important;
}
.address h4{
	color: #058013;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
}
.fancybox {
	margin-bottom: 20px;
}