
body{
	padding:0;
	margin:0;
	background: ;
	background: #fff;
	font-family: "Dosis", sans-serif;
	color:#4f5559;
	font-weight: 400;
}
*{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
img{
	border:none;
}
.img{
	border:none;
	margin:0 10px 5px 0;
	float:left;
}
.bangla{
	font-family: "Siyam Rupali",Cambria,serif;
	font-size: 18px;
	padding: 30px 0 0;
	line-height: 27px;
}
.bangla_text{
	font-family: "Siyam Rupali",Cambria,serif;
	font-size: 18px;
	line-height: 27px;
}

.main{
	margin:0 auto;
	max-width: 1100px;
	display: block;
	padding: 0 15px;
}

#header{
	float:left;
	width: 100%;
	background: url(../images/header_bg.png) repeat-x;
}
.header{
	float:left;
	width: 100%;
	padding: 10px 0 10px;
}
.logo a{
	float:left;
	margin-bottom: 10px;
}
.logo img{
	height: 75px;
	margin: 10px 0;
}

.header_right{
	float: right;	
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 16px;
	width: 70%;
}
.header_right span a{
	font-weight: 600;
	color: #313193;
	font-size: 17px;
}

.header_right i{
	text-align: left;
	width: 15px;
	height: 21px;
	margin: 0 3px 0 0;
}

.search{
	float: right;
	width: auto;
	margin: 0 10px 0 0;
}
.search input{
	float: right;
	width: 300px;
	padding: 2px 5px;
	height: 35px;
	border: none;
	background: #fff;
	border-radius: 5px 0 0 5px;
	border: 1px #ddd solid;
	color: #fff;
}
.search .button{
	float: right;
	width: 40px;
	padding: 2px 5px;
	height: 35px;
	border: none;
	border-radius: 0 3px 3px 0;
}
.language a{
	float: right;
	font-size: 15px;
	background: #777;
	color: #fff;
	padding: 3px 15px;
}

.header_social{
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #bbb;
	margin: 1px 10px 0 0;
}
.header_social i{
	float: left;
	text-align: center;
	width: 30px;
	height: 32px;
	border-radius: 2px;
	margin: 0 3px 0 0;
	line-height: 32px;
}
.header_social .fa-facebook{
	background:#3c599b;
	color:#fff;
}
.header_social .fa-twitter{
	background:#5EA9DD;
	color:#fff;
}
.header_social .fa-youtube{
	background:#c82828;
	color:#fff;
}
.header_social .fa-linkedin{
	background:#007BB6;
	color:#fff;
}
.header_social .fa-pinterest{
	background:#c82828;
	color:#fff;
}
.header_social .fa-tumblr{
	background:#2f5070;
	color:#fff;
}
















.hotline{
	float: right;
	font-size: 15px;
	text-align: right;	
	margin: 0px 0 0 30px;
	padding-right: 10px;
	border-right: 1px #ddd solid;
	color: #222;
}
.hotline span{
	font-weight: 500;
	font-size: 20px;
	color: #020C56;
}
.booking a{
	float: right;
	margin: 45px 0 0;
    padding: 10px 19px;
	display: block;
    font-size: 15px;
	background: #313193;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 20px 0 20px 3px;
}
.booking i{
	float: left;
	margin-right: 5px;
    padding: 3px 0;
}










#cssmenu{
	display:none;
}
#menu{
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	background: #fff;
	float: left;
	width: 100%;
	height: 50px;
	padding: 13px 0 0;
}

.menu{
	float: left;
	display: inline-block;
	width: 100%;
	margin: 0;
	border-right: 1px #ccc solid;
}
/* Navigation */
.navbar2 {
    width: 100%;
}
.navbar-inner2{
    height: 100%;

} 
.nav2,
.nav2 ul,
.nav2 li,
.nav2 a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.nav2 {
    position: relative;
    z-index: 50;
}
.nav2 li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
}

.nav2 li a {
    position: relative;
	display: block;
	padding: 0 23.9px 0;
    font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
    color: #333;
	transition: .3s;
	border-left: 1px #ccc solid;
}
.nav2 li:hover > a {
    color: #000;
	display: block;
}
/* Sub navigation */
.nav2 ul {
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 0;
	border-top:none;
	padding: 30px 0 7px;
	overflow: hidden;
	opacity: 0;
	background: #fff;
	border-bottom: 5px #009900 solid;
	border-top: none;
}
.nav2 li:hover ul {
    opacity: 0.9;
}

.nav2 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    -webkit-transition: height .07s ease-in-out .0s;
    -moz-transition: height .07s ease-in-out .0s;
    -o-transition: height .07s ease-in-out .0s;
    -ms-transition: height .07s ease-in-out .0s;
    transition: height .07s ease-in-out .0s;
}

.nav2 li:hover > ul li {
    height: 35px;
     padding: 13px 10px;
    overflow: visible;
    padding: 0;
}
.nav2 ul li a {
    width: 250px;
    margin: 0;
    font-weight: normal;
    border: none;
	color: #000;
}
.nav2 ul li a:hover {
	color:#009900;
	background: none;
}

#slider{
	float: left;
	width: 100%;
	border-bottom: 3px #097711 solid;
}
.slider{
	float: left;
	width: 100%;
	letter-spacing: 1px;
	
}
.slider img{
	width: 100%;
	height: 650px;
	float: left;
}

.fnc-slider {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	height: 100vh;
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
	box-sizing: border-box;
}

.fnc-slider__slides {
	position: relative;
	height: 100%;
	transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
	background-color: #8a8a8a;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
	background-color: #575757;
}

.fnc-slider .m--navbg-dark {
	background-color: #575757;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
	background-color: #6d9b98;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
	background-color: #42605E;
}

.fnc-slider .m--navbg-green {
	background-color: #42605E;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
	background-color: #ea2329;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
	background-color: #990e13;
}

.fnc-slider .m--navbg-red {
	background-color: #990e13;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
	background-color: #59aecb;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
	background-color: #2D7791;
}

.fnc-slider .m--navbg-blue {
	background-color: #2D7791;
}

.fnc-slide {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
	z-index: 2 !important;
	transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
	z-index: 1;
	transition: transform 1s 0.6666666667s ease-in-out;
	transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center top;
	transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
	background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
	transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
	transition: transform 1s 0.6666666667s ease-in-out;
	transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	right: 60%;
	top: 15%;
	width: 50.25vh;
	height: 67vh;
	margin-right: -90px;
	/*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);*/
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
	transform-origin: 50% 0;
	transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
	transform: rotate(-10deg) translate3d(200px, 0, 0);
	opacity: 0;
}

.m--active-slide .fnc-slide__mask {
	transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
	transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
	transform: rotate(10deg) translate3d(-200px, 0, 0);
	opacity: 0;
}

.fnc-slide__mask-inner {
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100vw;
	height: 100vh;
	margin-left: -50vw;
	margin-top: -50vh;
	background-size: cover;
	background-position: center center;
	background-blend-mode: luminosity;
	transform-origin: 50% 16.5vh;
	transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
	transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
	transition: transform 0.7s 1.2222222222s;
	transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
	transition: transform 0.7s 0.3333333333s;
	transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
	z-index: 2;
	position: absolute;
	left: 40%;
	top: 40%;
}

.fnc-slide__heading {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.fnc-slide__heading-line {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	font-size: 55px;
	color: #fff;
	word-spacing: 10px;
	line-height: 65px;
}

.fnc-slide__heading-line:nth-child(2) {
	padding-left: 30px;
}

.m--before-sliding .fnc-slide__heading-line {
	transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
	transition: transform 1.5s 1s;
	transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
	transition: transform 1.5s;
	transform: translateY(-100%);
}

.fnc-slide__heading-line span {
	display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
	transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
	transition: transform 1.5s 1s;
	transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
	transition: transform 1.5s;
	transform: translateY(100%);
}

.fnc-slide__action-btn {
	position: relative;
	margin-left: 200px;
	padding: 5px 15px;
	font-size: 20px;
	line-height: 1;
	color: transparent;
	border: none;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	text-align: center;
	outline: none;
}

.fnc-slide__action-btn span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	perspective: 1000px;
	transform-style: preserve-3d;
	transition: transform 0.3s;
	transform-origin: 50% 0;
	line-height: 30px;
	color: #fff;
}

.fnc-slide__action-btn span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-top: none;
	border-bottom: none;
}

.fnc-slide__action-btn span:after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 30px;
	background: #1F2833;
	opacity: 0;
	transform-origin: 50% 0;
	transform: translateY(100%) rotateX(-90deg);
	transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
	transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
	opacity: 1;
	transition: opacity 0.15s;
}

.fnc-nav {
	z-index: 5;
	position: absolute;
	right: 0;
	bottom: 0;
}

.fnc-nav__bgs {
	z-index: -1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fnc-nav__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
	z-index: 2 !important;
	transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
	z-index: 1;
	transition: transform 1s 0.6666666667s;
	transform: translateX(0);
}

.fnc-nav__controls {
	font-size: 0;
}

.fnc-nav__control {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 70px;
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	transition: background-color 0.5s;
	padding: 10px;
}

.fnc-nav__control.m--active-control {
	background: #1F2833;
}

.fnc-nav__control-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transform-origin: 0 50%;
	transform: scaleX(0);
	transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
	transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
	transform: translateX(100%);
	transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
	transform: scaleX(0);
	transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
	transition: all 0s 0s !important;
	transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
.demo-cont {
	overflow: hidden;
	position: relative;
	height: 100vh;
	perspective: 1500px;
	width: 100%;
}

.demo-cont__credits {
	box-sizing: border-box;
	overflow-y: auto;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	height: 100%;
	padding: 20px 10px 30px;
	background: #303030;
	color: #fff;
	text-align: center;
	transition: transform 0.7s;
	transform: translate3d(100%, 0, 0) rotateY(-45deg);
	will-change: transform;
}

.credits-active .demo-cont__credits {
	transition: transform 0.7s 0.2333333333s;
	transform: translate3d(0, 0, 0);
}

.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
	box-sizing: border-box;
}

.demo-cont__credits-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #fff;
}

.demo-cont__credits-close:before {
	transform: rotate(45deg);
}

.demo-cont__credits-close:after {
	transform: rotate(-45deg);
}

.demo-cont__credits-heading {
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
}

.demo-cont__credits-img {
	display: block;
	width: 60%;
	margin: 0 auto 30px;
	border-radius: 10px;
}

.demo-cont__credits-name {
	margin-bottom: 20px;
	font-size: 30px;
}

.demo-cont__credits-link {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
}

.demo-cont__credits-blend {
	font-size: 30px;
	margin-bottom: 10px;
}

.example-slider {
	z-index: 2;
	transform: translate3d(0, 0, 0);
	transition: transform 0.7s;
}

.credits-active .example-slider {
	transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
	background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider_1.jpg");
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
	background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider_2.jpg");
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
	background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider_3.jpg");
}

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
}

.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
	/*background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("");*/
}

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
}

.colorful-switch {
	position: relative;
	width: 180px;
	height: 77.1428571429px;
	margin: 0 auto;
	border-radius: 32.1428571429px;
	background: #cfcfcf;
}

.colorful-switch:before {
	content: "";
	z-index: -1;
	position: absolute;
	left: -5px;
	top: -5px;
	width: 190px;
	height: 87.1428571429px;
	border-radius: 37.1428571429px;
	background: #314239;
	transition: background-color 0.3s;
}

.colorful-switch:hover:before {
	background: #4C735F;
}

.colorful-switch__checkbox {
	z-index: -10;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.colorful-switch__label {
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 32.1428571429px;
	cursor: pointer;
}

.colorful-switch__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
	height: 100%;
	background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
	transition: transform 0.5s;
	transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
	transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
	position: absolute;
	left: 131.1428571429px;
	top: 50%;
	width: 5.1428571429px;
	height: 5.1428571429px;
	margin-left: -2.5714285714px;
	margin-top: -2.5714285714px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.5s;
	transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
	transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on {
	position: absolute;
	left: 104.1428571429px;
	top: 22.5px;
	width: 19.2857142857px;
	height: 36px;
	transition: transform 0.5s;
	transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
	transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
	transform-origin: 100% 50%;
	transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
	transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
	transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before,
.colorful-switch__on__inner:after {
	content: "";
	position: absolute;
	border-radius: 2.5714285714px;
	background: #fff;
}

.colorful-switch__on__inner:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6.1428571429px;
}

.colorful-switch__on__inner:after {
	right: 0;
	top: 0;
	width: 6.1428571429px;
	height: 100%;
}

.colorful-switch__off {
	position: absolute;
	left: 131.1428571429px;
	top: 50%;
	width: 41.1428571429px;
	height: 41.1428571429px;
	margin-left: -20.5714285714px;
	margin-top: -20.5714285714px;
	transition: transform 0.5s;
	transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
	transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__off:before,
.colorful-switch__off:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 5.1428571429px;
	margin-top: -2.5714285714px;
	border-radius: 2.5714285714px;
	background: #fff;
	transition: transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before,
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
	transition-delay: 0s;
}

.colorful-switch__off:before {
	transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
	transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
	transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
	transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
	transition-timing-function: ease;
	transform: rotate(-45deg) scaleX(0) translateZ(0);
}


#home_about{
	float: left;
	width: 100%;
	background: url(../images/home_about_bg.png) no-repeat;
	background-size: cover;
	font-size: 17px;
}

.home_about_left{
	float: left;
	width: 40%;
}
.home_about_right{
	float: right;
	width: 55%;
	padding: 100px 200px 0 0;
}
.home_about_right h2{
	font-size: 40px;
	font-weight: 600;
	padding: 0;
	margin:  0 0 20px;
	color: #333;
	text-transform: capitalize;
	font-family: "Satisfy", cursive;
}	
.home_about_right h2 span{
	color: #999;
	font-size: 20px;
	font-family: "Dosis", sans-serif;
}


#home_video{
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/home_video.jpg) no-repeat center;
	background-size: cover;
}
.home_video_overlay{
	float: left;
	width: 100%;
	background: #000;
	padding: 180px 0;
	opacity: .8;
}

#about_babajan{
	float: left;
	width: 100%;
	background: url(../images/about_babajan_bg.png) center;
	background-size: cover;
	font-size: 17px;
}

.about_babajan_left{
	float: left;
	width: 40%;
}
.about_babajan_right{
	float: right;
	width: 57%;
	padding: 97px 200px 100px 0;
}
.about_babajan_right h2{
	font-size: 45px;
	font-weight: 500;
	padding: 0;
	margin:  15px 0;
	color: #fff;
	text-transform: capitalize;
	font-family: "Lobster", sans-serif;
	line-height: 55px;
}	
.about_babajan_right span{
	color: #ccc;
	font-size: 17px;
	font-family: "Dosis", sans-serif;
	line-height: 15px;
}

.about_babajan_right a{
	color: #000;
	padding: 3px 8px;
	background: #fff;
	font-size: 15px;
	margin: 10px 0 0;
	float: left;
}

#home_teaching{
	float: left;
	width: 100%;
	background: url(../images/teaching_bg.png) center;
	background-size: cover;
	font-size: 17px;
	text-align: center;
	padding: 80px 0 110px;
}
#home_teaching h2{
	font-size: 45px;
	font-weight: 600;
	padding: 0;
	margin:  15px 0;
	color: #333;
}
#home_teaching h2 span{
	color: #999;
}
.teaching_box{
	float: left;
	width: 100%;
	background: url(../images/teaching_box_bg.png) center;
	background-size: cover;
	padding: 20px;
	text-align: left;
	color: #eee;
	font-size: 14px;
	margin: 20px 0 0;
	border-radius: 5px;
}
.teaching_box img{
	float: left;
	height: 150px;
	margin: 0 20px 0 0;
}
.teaching_box a{
	color: #000;
	padding: 3px 8px;
	background: #fff;
	margin: 10px 0 0;
	float: left;
}
.teaching_box h4{
	font-size: 25px;
	font-weight: 600;
	margin: 18px 0 10px;
}

#babajan_statement{
	float: left;
	width: 100%;
	background: url(../images/babajan_statement_bg.png) right;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
}

#babajan_statement h3{
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 15px;
}

.babajan_statement_left{
	float: left;
	width: 50%;
	background: url(../images/babajan_statement_box.png) left;
	background-size: cover;
	padding: 70px 60px 80px 200px;
	text-align: center;
	font-size: 17px;
	border-radius: 5px;
}
#babajan_statement h4{
	margin: 15px 0 0;
}


#home_books{
	float: left;
	width: 100%;
	background: #054f38;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
	font-size: 16px;
	
}
.home_books_top_box{
	float: left;
	width: 100%;
	background: #023a26;
	height: 150px;
	margin: 0 0 23px;
}
#home_books h2{
	font-size: 45px;
	font-weight: 600;
	padding: 0;
	margin: 7px 0 15px;
}
.home_books_box{
	float: left;
	width: 100%;
}
.home_books_box img{
	float: left;
	width: 100%;
}
.home_books_all img{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

#home_books p a{
	color: #000;
	padding: 5px 20px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	font-size: 20px;
	width: 100%;
}


#wrapper{
	float: left;
	width: 100%;
	padding: 80px 0 120px;
	font-size: 17px;
}
.details_page{
	float: left;
	width: 100%;
}
.statement_box{
	float: left;
	width: 100%;
	padding: 30px;
	background: #efefef;
	border-radius: 0 20px 0 20px;
	margin: 0 0 20px;
	font-weight: 600;
}









#home_package{
	float: left;
	width: 100%;
	background: #0E0071;
	padding: 80px 0 120px;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.home_package_box{
	float: left;
	width: 100%;
	background: #fff;
	font-size: 17px;
	color: #222;
	text-align: left;
	margin: 0 0 20px;
}
.home_package_box_left{
	float: left;
	width: 100%;
	padding: 35px;
	font-size: 17px;
	color: #222;
}
.home_package_box_left h3{
	font-size: 26px;
	color: #0E0071;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
}
.home_package_box_left span{
	color: #8A0609;
	font-style: italic;
}

#home_package h2{
	font-size: 40px;
	color: #fff;
	margin: 0 0 10px;
	padding: 0;
	font-family: "Lobster", sans-serif;
}	


.home_learn_more a{
	font-size: 18px;
	padding: 0;
	margin:  0;
	color: #fff;
}


#entry-fees{
	float: left;
	width: 100%;
	padding: 50px 0 80px;
	border-bottom: 1px #ddd solid;
	font-size: 17px;
}


.ticket-box{
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	background: #00A035;
}

.ticket-title{
	float: left;
	padding: 10px;
	border-bottom: 1px #00832C solid;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	text-shadow: 0 1px 0 #777;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.ticket-price{
	float: left;
	padding: 15px 20px 30px;
	font-size: 45px;
	font-weight: 500;
	width: 100%;
	text-shadow: 0 2px 0 #777;
	color: #fff;
}
.tk{
	color: #eee;
	font-size: 22px;
	text-shadow: none;
}
.ticket-price span{
	color: #ddd;
	font-size: 20px;
	text-shadow: none;
	
}
.ticket-price_sub{
	color: #eee;
	font-size: 20px;
	text-shadow: none;
	
}






#photo_gallery{
	float: left;
	width: 100%;
	padding: 60px 0 90px;
	font-size: 16px;
	color: #555;
}
#photo_gallery h3{
	padding: 30px 0 15px 0; 
	margin:0;
	font-size: 25px;
	color: #444;
	font-weight: 500;
}




#home_articles{
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 50px 90px;
	font-size: 17px;
	background: url(../images/bg.png);
}
#home_articles h2{
	font-size: 45px;
	font-weight: 600;
	padding: 0;
	margin:  0 0 10px;
	text-transform: uppercase;
	color: #333;
}	
#home_articles h2 span{
	color: #999;
}
.item{
	float:left;
	width:100%;
	color:#222;
	text-align: center;
	transition: .2s;
}
.home_articles_box{
	float:left;
	width:100%;
	margin-bottom:20px;
	color:#222;
	transition: .2s;
	font-size: 15px;
	font-weight: 300;
}
.home_articles_box img{
	width: 100%;
	height: 220px;
	border-bottom: 1px solid #777;
}

.home_articles_box_name{
	background: #eee;
	float: left;
	width: 100%;
	padding: 13px 20px 15px;
	text-align: left;
}
.home_articles_box_name h3{
	font-size: 22px;
	font-weight: 500;
	padding: 0;
	margin: 5px 0 10px;
}
.home_articles_box_name h3 a{
	color:#222;
}

.articles_box{
	float:left;
	width:100%;
	margin-bottom:20px;
	color:#222;
	transition: .2s;
	font-size: 15px;
	font-weight: 300;
}
.articles_box img{
	width: 100%;
	height: 220px;
	border-bottom: 1px solid #777;
}


.book_box{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	color: #222;
	transition: .2s;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	background: #fff;
}
.book_box_left{
	float: left;
	width:100%;
	text-align: center;
	border-right: 1px solid #eee;
}
.book_box_left img{
	max-width: 100%;
	height: 400px;
}
.book_box_right{
	float: left;
	width: 100%;
	text-align: left;
	padding: 50px 30px 50px 10px;
}

.book_box_right h3{
	font-size: 30px;
	padding: 0;
	margin: 0 0 10px;
	color: #054f38;
	font-weight: 600;
}
.book_box_right h3 a{
	color: #054f38;
}


.book_details a{
	float: left;
	padding: 7px 14px;
	margin: 0 6px 10px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	float: left;
	background: #054f38;
	text-transform: uppercase;
	border-radius: 2px;
}











#home_gallery{
	float: left;
	width: 100%;
	text-align: center;
}
#home_gallery h2{
	font-size: 45px;
	font-weight: 500;
	padding: 0;
	margin:  0 0 55px;
	text-transform: uppercase;
	color: #333;
}	
#home_gallery h2 span{
	color: #999;
}

#home_gallery img{
	float: left;
	width: 20%;
	padding: 2px;
	height: 520px;
}







.container{
	width:100%;
	text-align: justify;
	font-size: 15px;
	padding:20px 0 10px;
	float:left;
	color:#222;
	line-height: 26px;
}
.who{
	text-align: left;
	padding: 30px 0;
	float: left;
}
.container h3{
	padding:0 0 15px 0; 
	margin:0;
	font-size: 28px;
	color: #222;
}
.container h5{
	padding:10px 0 15px 0; 
	margin:0;
	font-size:20px;
	color: #222;
	font-weight: 400;
	text-align: left;
}
.container h5 i{
	padding-right: 3px; 
}

.img2{
	float:right;
	padding:0 0 10px 10px;
}

#page_title{
	width:100%;
	float: left;
	background: url(../images/page_title.jpg) center center;
	background-size: cover;
	margin: 0 0 0px;
	border-bottom: 3px #00005A solid;
	overflow: hidden;
}
.page-title-overlay{
	width:100%;
	height:100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(255, 0, 0, 0));
	float:left;
	padding: 300px 0 50px;
	text-align: center;
}
.page_title{
	width:100%;
	float: left;
	color:#eee;
	font-size: 18px;
	text-align: center;
}

.page_title i{
	margin-right:8px;
	float:left;
}
.page_title h1{
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.page_title h2{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	display: block;
	float: left;
	font-weight: 400;
	text-shadow: 2px 2px 2px #666;
}
.title_resort_price{
	float: right;
	padding: 5px 15px;
	margin: 10px 0 20px 0;
	color: #020C56;
	font-size: 30px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	
}
.title_resort_price span{
	font-size: 18px;
}


.page_title h4{
	font-size:14px;
	color:#333;
	font-weight:400;
	background: rgba(255, 255, 255, .9);
	padding: 4px 15px;
	margin: 0;
	display: inline-block;
}
.page_title h4 a{
	color:#333;
	font-weight:400;
}
















.container input{
	margin-bottom:10px;
}
.container textarea{
	margin-bottom:10px;
}
.contact_form{
	color:#333333;
	
}
.contact_table{
	float:left;
	display:inline-block;
	padding-bottom:20px;
	margin-bottom:30px;
	margin-top:10px;
	text-align:left;
}
.contact_table i{
	color:#333333;
	width: 30px;
	height: 27px;
	text-align:center;
	line-height:27px;
	border:1px #ccc solid;
	margin-right: 5px;
	margin-bottom:5px;
}




















.list{
	padding:0;
	margin:0px;
	list-style:none;
}
.list li{
	margin:0;
	list-style:none;
	margin-bottom:5px;	
}
.list i{
	color:#555;
	margin-right:3px;
}
.list2{
	padding:0;
	margin: 0 0 20px 0;
	list-style: none;
}
.list2 li{
	margin:0;
	list-style:none;
	margin-bottom: 10px;	
	text-align:left;
}
.list2 i{
	color:#555;
	margin-right:3px;
}



.room_list{
	padding:0;
	margin: 15px 0 0;
	list-style:none;
	font-size:16px;
}
.room_list li{
	margin:0;
	list-style:none;
	margin-bottom:5px;
	padding: 8px 14px;
	background: #eee;
}
.room_list i{
	color:#000;
	margin-right:3px;
}







#footer-top{
	width: 100%;
	overflow: hidden;
}
#footer{
	width: 100%;
	overflow: hidden;
	background: #054f38;
}
.footer_main{
	margin: 0 auto;
	max-width: 1200px;
	padding: 10px 15px 25px;
	color: #ddd;
}
.footer_main h3{
	font-size: 22px;
	margin-bottom: 20px;
	padding: 0;
	color: #fff;
	font-weight: 400;
	
}

.footer{
	float:left;
	width:100%;
	font-size: 15px;
	padding: 20px 0 10px;
}
.footer img{
	height: 60px;
	margin: 0 10px 0 0;
}
.footer_logo img{
	height: 70px;
	margin: 0 0 10px 0;
}
.footer_awards img{
	float: right;
	height: 80px;
	margin: 0 0 0 5px;
}

.footer i{
	color:#ddd;
	margin-right:3px;
}
.footer input{
	margin-bottom: 5px;
}
.top .top-right{
	text-align:right;
}

.footer a{ 
	font-weight: normal;
	text-decoration:underline;
	color:#ddd;
	text-decoration:none;
	margin:0 2px;
}
.footer a:hover{
	color:#fff;
	text-decoration:none;
} 

.footer_list{
	margin: 22px 0 0;
	padding:0;
}
.footer_list li{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom: 7px;
}
.footer_social{
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #bbb;
	margin: 10px 0 0 0;
}
.footer_social i{
	float: left;
	text-align: center;
	width: 30px;
	height: 28px;
	border-radius: 2px;
	margin: 0 3px 0 0;
	line-height: 28px;
}
.footer_social .fa-facebook{
	background:#3c599b;
	color:#fff;
}
.footer_social .fa-twitter{
	background:#5EA9DD;
	color:#fff;
}
.footer_social .fa-youtube{
	background:#c82828;
	color:#fff;
}
.footer_social .fa-linkedin{
	background:#007BB6;
	color:#fff;
}
.footer_social .fa-pinterest{
	background:#c82828;
	color:#fff;
}
.footer_social .fa-tumblr{
	background:#2f5070;
	color:#fff;
}







.copyright{
	font-size: 13px;
	float: left;
	width: 100%;
	padding: 14px 0;
	color:#999;
	border-top: 1px #016040 solid;
	margin: 20px 0 0;
}
.copyright a{ 
	color:#999;
	text-decoration:none;
}

.brand{
	padding: 50px 0 20px;
	margin: 0 0 10px;
	float: left;
	border-bottom: 1px #016040 solid;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.brand img{
	height: 80px;
	margin-bottom: 15px;
}


.brand h3{
	padding: 0 0 0;
	margin: 0 0 10px;
	color: #fff;
	font-size: 38px;
	font-family: "Lobster", sans-serif;
}
.UNITECH{
	text-align: right;
}

.footer_search{
	float: left;
	margin: 0 0 0 0;
}
.footer_search input{
	float: right;
	width: 220px;
	padding: 2px 5px;
	height: 35px;
	border: none;
	background: #fff;
	border: 1px #ddd solid;
	color: #fff;
}
.footer_search .button{
	float: right;
	width: 40px;
	padding: 2px 5px;
	height: 35px;
	border: none;
	border-radius: 0 3px 3px 0;
}



.photo_gallery_box{
	float:left;
	width:100%;
	margin: 0 0 20px;
	border:1px #ccc solid;
}
.photo_gallery_box img{
	float: left;
	margin: 0;
	padding: 0;
	width:100%;
	height:180px;
}



.box-1 a{
	background: #f23030;
	color: #fff;
}
.box-2 a{
	background: #ff4c23;
	color: #fff;
}
.box-3 a{
	background: #7961f2;
	color: #fff;
}
.box-4 a{
	background: #3d99f5;
	color: #fff;
}
.box-5 a{
	background: #00cc44;
	color: #fff;
}
.box-6 a{
	background: #ff59ac;
	color: #fff;
}
.box-7 a{
	background: #ff9f19;
	color: #fff;
}
.box-8 a{
	background: #74d941;
	color: #fff;
}
.box-9 a{
	background: #00A035;
	color: #fff;
}



.box-1{
	background: #f23030;
	color: #fff;
}
.box-2{
	background: #ff4c23;
	color: #fff;
}
.box-3{
	background: #7961f2;
	color: #fff;
}
.box-4{
	background: #3d99f5;
	color: #fff;
}
.box-5{
	background: #00cc44;
	color: #fff;
}
.box-6{
	background: #ff59ac;
	color: #fff;
}
.box-7{
	background: #ff9f19;
	color: #fff;
}
.box-8{
	background: #74d941;
	color: #fff;
}
.box-9{
	background: #00A035;
	color: #fff;
}


.contact_box{
	float: left;
	background: #054f38;
	color: #fff;
	padding: 40px 30px;
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 0 0 30px;
	font-weight: 300;
}
.contact_box span{
	font-size: 28px;
	font-weight: 400;
}

.contact_box i{
	width: 80px;
	height: 78px;
	border-radius: 50px;
	margin: 0 0 20px 0;
	line-height: 78px;
	border: 1px #eee solid;
	font-size: 50px;
}
.contact_box h3{
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px #006F25 dashed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

