html, body {
  font-family: 'Poppins', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #414a52;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #000;
}
h3, h4 {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}


p.intro {
	font-size: 12px;
	margin: 10px 0 0;
	line-height: 24px;
}
a {
	color: #f6f6f6;
}
a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 90px;
	text-align: center;
	position: relative;
	background: rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 1px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #e6e7e8;
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	font-size: 12px;
	color: #54d0dd;
	vertical-align:middle;
	
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #54d0dd;
}
.on {
	background-color: #d1d1d1 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #54d0dd !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #54d0dd;
	border-color: #54d0dd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	padding-bottom: 50px;
}
.btn-custom {
	text-transform: uppercase;
	color: #414a52;
	background-color: #54d0dd;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #54d0dd;
	background-color: #414a52;
}
.btn-default {
	text-transform: uppercase;
	color: #54d0dd;
	background-color: #414a52;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #54d0dd;
	background-color: #343b42;
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0 0 0 0;
	text-align: center;
	background: url(../img/head.jpg) no-repeat center top;
	background-color: #a1a69f;
	background-size: contain;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}
.section-title.center {
	padding: 140px 0 0 0;
}
.section-title.center2 {
	padding: 100px 0 0 0;
}
.intro h1 {
	color: rgba(255,255,255,0.9);
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.intro p {
	color: rgba(255,255,255,0.8);
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 20px;
}
header .intro-text {
	padding-top: 500px;
	padding-bottom: 250px;
}

/* About Section */
#about {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/1_orient_md_24.jpg") no-repeat left top;
	background-color: #000;
	background-size: contain;
	height: 500px;	
    background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}
#about .about-text {
	margin-left: 10px;
	color:white!important;
	text-align: left !important;
}
#about img {
	float: right;
}
#about p {
	margin-bottom: 30px;

}

/* About Section */
#about2 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/2_orient_md_24.jpg") no-repeat right top;
	background-color: #1c252e;
	background-size: contain;
	height: 600px;	
    background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}
#about2 .about-text {
	margin-left: 10px;
	color:white !important;
	text-align: left !important;
}
#about2 .h2 {
	color:white !important;
}

#about2 img {
	float: right;
}
#about2 p {
	margin-bottom: 30px;

}

/* pg2 */
#pg2 {
	display: table;
	width: 100%;
	/*padding: 100% 0 0 0;*/
	text-align: center;
	background: url(../img/3_orient_md_24.jpg) no-repeat right top;
	background-color: #101820;
	background-size: contain;
	height: 600px;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg2 .about-text {
	margin-left: 10px;
	color:#fff !important;
	text-align: left !important;

	
}
#pg2 img {
	float: right;
}
#pg2 p {
	margin-top: 10px;
	
}

#pg2 h3 {
	color: white;
	margin-top: 30px;
	
}

#pg2 .section-title.center {
	padding: 10px 0 30px 0;}

/* pg3 */

#pg3 {
	display: table;
	width: 100%;
	/*padding: 100% 0 0 0;*/
	text-align: center;
	background: url(../img/4_orient_md_24.jpg) no-repeat left top;
	background-color: #caccc5;
	background-size: contain;
	height: 600px;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg3 .about-text {
	margin-left: 10px;
	color:#000 !important;
	text-align: left !important;

	
}
#pg3 img {
	float: right;
}
#pg3 p {
	margin-top: 10px;
	margin-left: 50px;
}
#pg3 h3 {
	color: black;
	margin-top: 10px;
	margin-left: 50px;
}


#pg3 .section-title.center {
	padding: 0 0 40px 0;}


/* pg5 */
#pg5 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/5_orient_md_24.jpg") no-repeat right top;
	background-color: #fff;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg5 .about-text {
	text-align: left !important;
	margin-bottom: 250px;
	
}
#pg5 img {
	float: right;
}
#pg5 p {
	margin-bottom: 30px;
	color:#000;
}

#pg5 h3 {
	color: black;
	margin-top: 10px;
}

/* pg7 */

#pg7 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/6_orient_md_24.jpg") no-repeat left top;
	background-color: #f4f5f0;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg7 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg7 img {
	float: right;
}
#pg7 p {
	margin-bottom: 30px;
	color:#000;
}

#pg8 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/7_orient_md_24.jpg") no-repeat right top;
	background-color: #fff;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg8 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg8 img {
	float: right;
}
#pg8 p {
	color:#000;
}

#pg9 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/8_orient_md_24.jpg") no-repeat left top;
	background-color: #dff2f9;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg9 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg9 img {
	float: right;
}
#pg9 p {
	color:#000;
}

#pg10 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/9_orient_md_24.jpg") no-repeat left top;
	background-color: #dbebf4;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg10 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg10 img {
	float: right;
}
#pg10 p {
	color:#000;
}

#pg11 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/10_orient_md_24.jpg") no-repeat right top;
	background-color: #d3cad7;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg11 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg11 img {
	float: right;
}
#pg11 p {
	color:#000;
}
#pg12 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/11_orient_md_24.jpg") no-repeat right top;
	background-color: #fff;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg12 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg12 img {
	float: right;
}
#pg12 p {
	color:#000;
}

#pg13 {display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/12_orient_md_24.jpg") no-repeat right top;
	background-color: #94070f;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}


#pg13 .about-text {
	margin-left: 10px;
	color: white!important;
	text-align: left !important;
}
#pg13 img {
	float: right;
}
#pg13 p {
	color:#fff;
}

#pg14 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/13_orient_md_24.jpg") no-repeat right top;
	background-color: #000;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg14 .about-text {
	margin-left: 10px;
	color: white!important;
	text-align: left !important;
}
#pg14 img {
	float: right;
}
#pg14 p {
	color:#fff;
}

#pg15 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/14_orient_md_24.jpg") no-repeat left top;
	background-color: #000;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg15 .about-text {
	margin-left: 10px;
	color: white!important;
	text-align: left !important;
}
#pg15 img {
	float: right;
}
#pg15 p {
	color:#fff;
}

#pg16 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url("../img/15_orient_md_24.jpg") no-repeat center top;
	background-color: #eeeaeb;
	background-size: contain;
	height:600px;
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg16 .about-text {
	margin-left: 10px;
	color: white!important;
	text-align: left !important;
}
#pg16 img {
	float: right;
}
#pg16 p {
	color:#fff;
}

/* MOBILE */
@media only screen and (max-width: 641px) {
	
	.intro {
	display: table;
	width: 100%;
	padding: 10% 0 0 0;
	text-align: center;
	background: url(../img/head_small.jpg) no-repeat center bottom;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
	#about {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/1_orient_md_24_small.jpg") no-repeat center top;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 400px;	
}
	
	#about .section-title.center {
	padding: 290px 0 40px 0;
	}
	
	#about .about-text {
     	padding: 190px 0 40px 0!important;
	
	}
	
	#about2 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/2_orient_md_24_small.jpg") no-repeat center top;
	background-color: #00000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 500px;	
}
	
	#about2 .section-title.center {
	padding: 170px 0 40px 0;
	}
	
	#about2 .about-text {
     	padding: 170px 0 40px 0!important;
	
	}
	
	#pg2 {
		background: url("../img/3_orient_md_24_small.jpg") no-repeat center top;
		background-repeat: no-repeat;
		display: table;
		width: 100%;
		padding: 0;
		text-align: top;
		background-color: #000;
		background-size: 1000px!important;
		height:600px !important;
	}
	
	#pg2 p {
		color:#fff;
	}
	
	#pg2 h3{
		color: white!important;
		margin-top: 30px;
	}
	
	
	#pg2 .section-title.center {
     	padding: 30px 0 70px 0!important;
	
	}
	
	#pg2 .about-text {
     	padding: 710px 0 40px 0!important;
	
	}
	#pg3 {
		background: url("../img/4_orient_md_24_small.jpg") no-repeat center top;
		background-repeat: no-repeat;
		display: table;
		width: 100%;
		padding: 0;
		text-align: top;
		background-color: #000;
		background-size: 850px !important;
		height:1100px !important;
	}
	
	#pg3 .section-title.center {
    padding: 890px 0 0 0!important;
	}
	
	#pg3 .about-text {
     	padding: 600px 0 0 0!important;
	
	}
	
	
	
	#pg5 {
		background: url("../img/5_orient_md_24_small.jpg") no-repeat center top!important;
		background-repeat: no-repeat;
		display: table;
		width: 100%;
		padding: 0;
		text-align: top;
		background-color: #000!important;
		background-size: 700px!important;
		height:800px;
	}
	#pg5 .section-title.center {
    padding: 300px 0 0 0!important;
	}
	
	#pg5 .about-text {
     	padding: 100px 0 0 20px!important;
		height: 340px!important;
	
	}
	
	#pg6 .section-title.center {
	padding: 310px 0 0 0;
}
	
	#pg7 {
		display: table;
		width: 100%;
		padding: 0;
		text-align: center;
		background: url("../img/6_orient_md_24_small.jpg") no-repeat center top;
		background-color: #d4cdc4;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		height: 800px;	
	}
	#pg7 .section-title.center {
    padding: 300px 0 0 0!important;
	}
	
	#pg7 .about-text {
     	padding: 160px 0 0 20px!important;
		height: 340px!important;
	
	}
	
	#pg7 .section-title.center {
	padding: 310px 0 0 0;
}
	#pg8 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/7_orient_md_24_small.jpg") no-repeat center top;
	background-color: #deeffb;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 200px;	
}
	
	#pg8 .section-title.center {
	padding: 140px 0 40px 0!important;
	}
	
	#pg8 .about-text {
     	padding: 200px 0 0 0!important;
		height: 290px!important;
	
	}
	
	#pg9 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/8_orient_md_24_small.jpg") no-repeat center top;
	background-color: #dff2f9;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100px;	
}
	
	#pg9 .section-title.center {
	padding: 250px 0 0 0!important;
	}
	
	#pg9 .about-text {
     	padding: 260px 0 0 0!important;
		height: 450px!important;
	
	}
	#pg10 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/9_orient_md_24_small.jpg") no-repeat center top;
	background-color: #dbebf4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100px;	
}
	
	#pg10 .section-title.center {
	padding: 200px 0 40px 0!important;
	}
	
	#pg10 .about-text {
     	padding: 280px 0 0 0!important;
		height: 430px!important;
	
	}
	
	
	#pg11 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/10_orient_md_24_small.jpg") no-repeat center top;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100px;	
}
	
	#pg11 .section-title.center {
	padding: 200px 0 40px 0!important;
	}
	
	#pg11 .about-text {
     	padding: 280px 0 0 0!important;
		height: 380px!important;
	
	}
	
		#pg12 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/11_orient_md_24_small.jpg") no-repeat center top;
	background-color: #f6f9fb;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100px;	
}
	
	#pg12 .section-title.center {
	padding: 200px 0 40px 0!important;
	}
	
	#pg12 .about-text {
     	padding: 530px 0 300px 0!important;
		height: 350px!important;
	
	}
	
	#pg13 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/12_orient_md_24_small.jpg") no-repeat center top;
	background-color: #94070e;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100px;	
}
	
	#pg13 .section-title.center {
	padding: 200px 0 40px 0!important;
	}
	
	#pg13 .about-text {
     	padding: 150px 0 0 0!important;
		height: 250px!important;
	}
	
	#pg14 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/13_orient_md_24_small.jpg") no-repeat center top;
	background-color: #94070e;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100px;	
}
	
	#pg14 .section-title.center {
	padding: 200px 0 40px 0!important;
	}
	
	#pg14 .about-text {
     	padding: 210px 0 0 0!important;
		height: 350px!important;
	}
	
	
	#pg15 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/14_orient_md_24_small.jpg") no-repeat center top;
	background-color: #94070e;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100px;	
}
	
	#pg15 .section-title.center {
	padding: 200px 0 40px 0!important;
	}
	
	#pg15 .about-text {
     	padding: 210px 0 0 0!important;
		height: 350px!important;
	}
	


#pg16 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url("../img/16_orient_md_24_small.jpg") no-repeat center top;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100px;	
}
	
	#pg16 .section-title.center {
	padding: 200px 0 40px 0!important;
	}
	
	#pg16 .about-text {
     	padding: 210px 0 0 0!important;
		height: 350px!important;
	}
	
	}


/* END MOBILE */



/* Footer Section*/
#footer {
	background: #343b42;
	color: rgba(255,255,255,0.4);
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: rgba(255,255,255,0.7);
}
#footer a:hover {
	color: #000000;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}
/* Fade Text*/

.fade-in-text {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 10s;
  -o-animation: fadeIn 10s;
  -ms-animation: fadeIn 10s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*logo position*/
.logo{
    position: absolute;
	bottom: 30%;
    left: 20%;
    transform: translate(-50%, -50%);  
}
 
