html{
	height: 100%;
}
body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
	min-height: 100%;
}
a {
	color: #e43c5c;
}
a:hover {
	color: #ea6981;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito", sans-serif;
}
textarea{
	resize: none;
}
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	transition: 0.5s;
}
.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #e43c5c;
	color: #fff;
	transition: all 0.4s;
}
.back-to-top:hover {
	bottom: 19px;
}
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}
#header .logo img {
	max-height: 60px;
}
#header.header-scrolled, #header.header-inner-pages {
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 12px 0;
}
#header.header-scrolled .logo a, #header.header-inner-pages .logo a {
	color: #493c3e;
}
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu > ul {
	display: flex;
}
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 25px;
}
.nav-menu a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 15px;
	padding: 0 4px;
	letter-spacing: 0.4px;
	font-family: "Poppins", sans-serif;
}
.nav-menu > ul > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #e00025;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
	visibility: visible;
	transform: scaleX(1);
}
.header-scrolled .nav-menu > ul > li > a, .header-inner-pages .nav-menu > ul > li > a {
	color: #493c3e;
}
#hero {
	width: 100%;
	height: 100vh;
	background: url("../img/cambodia-main.jpg") center;
	background-size: cover;
	position: relative;
}
#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}
#hero h3 {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 26px;
	padding: 10px 30px;
	margin-bottom: 30px;
	border-radius: 50px;
}
.btn-more{
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	color: #FFF;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #dc3545;
}
.btn-more:hover{
	background: #dc3545;
	color: #fff;
	text-decoration: none;
}
.bg-black-50{
	background-color: rgba(0,0,0,.5);
}
#other-top{
	height: 230px;
	background: url("../img/cambodia-other.jpg") center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
#other-top:before{
	content: "";
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#other-top .text-overflow{
	position: relative;
	z-index: 2;
	color: #FFF;
}
footer{
	background-color: #ede5e5;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
footer .footer-top{
	background-color: #FFF;
	padding: 30px 0;
}
.img-credentials{
	height: 70px;
	width: auto;
}