/* top bar */
#top-bar {
	width: 100%;
	background: rgba(24, 54, 80, 0.65);
	height: 40px;
	position: absolute;
	z-index: 999;
}

#top-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

#top-bar ul li {
	display: inline-block;
	padding: 0 20px 0 0;
	height: 40px;
}

#top-bar ul li:last-child {
	padding: 0;
}

#top-bar ul li a {
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	float: left;
}

#top-bar ul li img {
	display: block;
	height: 12px;
	width: 12px;
	margin: 14px 7px 0 0;
	float: left;
}

/* navigation bar */
#nav-bar {
	min-height: 100px;
	background: transparent;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 40px;
}

#nav-bar .wrapper {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#nav-bar .logo {
	width: auto !important;
	height: 60px;
	margin: 20px 0 0;
	display: block;
	max-width: 100%;
}

#nav-bar .logo:hover {
	cursor: pointer;
}

#nav-bar .show-menu {
	display: none;
	float: right;
	margin: 39px 0;
}

#nav-bar .show-menu a {
	display: block;
}

#nav-bar .show-menu a img {
	width: 20px !important;
	height: 20px !important;
	display: flex;
}

#nav-bar #menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: right;
	min-height: 100px;
	line-height: 100px;
}

#nav-bar #menu li {
	position: relative;
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 0;
	line-height: 100px;
	height: 100px;
}

#nav-bar #menu li:last-child {
	margin: 0;
}

#nav-bar #menu li:hover {
	border-bottom: 3px solid #03A48E;
}

#nav-bar #menu li a {
    color: #FFFFFF;
	font-size: 15px;
    text-decoration: none;
	letter-spacing: 0.9px;
	font-family: 'Baloo Bhai', cursive;
}

#nav-bar:after {
	content: "";
	clear: both;
	display: table;
}

/* slideshow */
#slideshow {
	position: relative;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

#slideshow .container {
    position: relative;
    overflow: hidden;
	height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 100%;
}

#slideshow .container .block {
	display: table;
	table-layout: fixed;
    width: 100%;
    height: 100%;
	transition: background 0.5s ease-out;
	background: rgba(26, 44, 100, 0.1);
}

#slideshow .container .block .item {
	display: table-cell;
    vertical-align: middle;
}

#slideshow .container .block .item .content {
	max-width: 100%;
	background: rgba(24, 54, 80, 0.2);
	display: inline-block;
	padding: 50px 15px;
	white-space: normal;
	word-break: break-word;
}

#slideshow .container .block .item .content h2.title {
	font-family: 'Baloo Bhai', cursive;
	font-size: 50px;
	line-height: 50px;
	color: #FFFFFF;
	padding: 0 3vw;
	display: block;
	margin: 0 0 10px;
}

#slideshow .container .block .item .content span.content {
	display: block;
    font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	padding: 0 3vw;
	margin: 0;
	background: transparent;
}

#slideshow .container .block .item .content hr.divider {
	padding: 0;
	border: 0;
	background: #03A48E;
	max-width: 50px;
	height: 3px;
	border-radius: 5px;
	display: block;
	margin: 10px 3vw 20px;
	text-align: left;
}

#slideshow .container .block .item .breadcrumbs {
	max-width: 100%;
	display: inline-block;
	padding: 135px 15px 0;
	white-space: normal;
	word-break: break-word;
}

#slideshow .container .block .item .breadcrumbs h2 {
	font-family: 'Baloo Bhai', cursive;
	font-size: 50px;
	line-height: 50px;
	color: #FFFFFF;
	padding: 0 3vw;
	display: block;
	margin: 0 0 10px;
}

#slideshow:after {
	content: '';
	display: table;
	clear: both;
}

/* trademark */
#trademark {
	background: #183650;
}

#trademark .container {
    display: table;
    width: 100%;
    height: 100%;
	position: relative;
	padding: 60px 0 90px 0;
}

#trademark .container .title {
	font-family: 'Patua One', cursive;
	color: #FFFFFF;
	font-size: 30px;
	text-transform: uppercase;
	border-right: 3px solid #03A48E;
	display: table-cell;
    vertical-align: middle;
	width: 300px;
	text-align: right;
	padding: 0 40px 0 0;
	min-height: 80px;
}

#trademark .container .content {
	display: table-cell;
    vertical-align: middle;
	text-align: left;
	padding: 10px 0 10px 40px;
	color: #52687C;
}

#trademark:after {
	content: '';
	display: table;
	clear: both;
}

/* features */
#features {
	width: 100%;
}

#features .container {
	margin: 0;
	display: block;
}

#features .item {
	height: 150px;
	margin: -30px 0 50px 0;
	width: 96%;
	background: #F3F3F3;
}

#features .item .thumbnail {
 	float: left;
	position: relative;
    overflow: hidden;
    height: 150px;
	width: 200px;
 	margin: 0;
	align-items: center;
	display: inline-block;
	-webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}

#features .item .thumbnail img {
    height: 150px;
    width: auto !important;
    display: flex;
	position: absolute;
	left: 40%;
	margin-left: -100px;
}

#features .item .content {
	display: block;
	float: left;
	width: calc(100% - 200px);
	height: 150px;
	padding: 10px 20px;
	overflow: hidden;
}

#features .item .content h1 {
	font-family: 'Patua One', cursive;
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 0;
}

#features .item .content p {
	color: #353535;
	font-size: 13px;
	margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

#features .item .content hr.divider {
	padding: 0;
	border: 0;
	background: #03A48E;
	max-width: 50px;
	height: 3px;
	border-radius: 5px;
	display: block;
	margin: 5px 0 10px;
	text-align: left;
}

#features .slogan {
	width: 100%;
	display: block;
	margin: 20px 0 60px;
	padding: 0 20px;
	text-align: center;
}

#features .slogan a {
	display: block;
	margin: 0 0 10px;
	color: #03A48E;
	font-size: 14px;
}

#features .slogan span {
	color: #898989;
	font-size: 14px;
	font-style: italic;
}

#features:after {
	content: '';
	display: table;
	clear: both;
}

/* content */
#content {
	width: 100%;
	min-height: 250px;
	background: #FFFFFF;
}

#content .container {
	width: 100%;
    display: table;
}

#content .container .item {
	padding: 40px 0 40px 0;
	margin: 0;
    display: table-cell;
    width: 50%;
	overflow: auto;
}

#content .container .item .content {
	float: right;
	max-width: 655px;
	padding: 0 20px;
}

#content .container .item .content h1 {
	font-weight: 200;
	text-transform: uppercase;
	color: #183650;
	margin: 0;
	font-size: 32px;
	word-break: break-word;
}

#content .container .item .content h3 {
	font-weight: 300;
	color: #183650;
	font-size: 18px;
}

#content .container .item .content hr.divider {
	padding: 0;
	border: 0;
	background: #03A48E;
	max-width: 50px;
	height: 3px;
	border-radius: 5px;
	display: block;
	margin: 5px 0 0;
	text-align: left;
}

#content .container .item .content p {
	font-size: 14px;
	font-weight: 300;
	color: #808080;
	margin: 30px 0;
}

#content .container .item .content a {
	display: block;
	margin: 0;
	color: #03A48E;
	font-size: 14px;
}

#content .container .thumbnail {
    background-image: url('/images/content/thumbnail.jpg');
	display: table-cell;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
}

#content:after {
	content: '';
	display: table;
	clear: both;
}

/* FAQ */
#faq {
	padding: 30px 0;
	background: #F7F7F7;
}

#faq h1 {
	font-weight: 300;
	text-transform: uppercase;
	color: #183650;
	margin: 10px 0 20px;
	display: block;
	text-align: center;
	font-size: 24px;
}

#faq .content {
	width: 90%;
	display: block;
	margin: 10px auto;
	padding: 20px;
	-webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.06);
	-moz-box-shadow: 0 0 16px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.06);
	background: #FFFFFF;
}

#faq .content h1 {
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#faq .content p {
	font-size: 13px;
	font-weight: 200;
	line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#faq .content a {
	color: #03A48E;
	font-weight: 300;
	display: block;
	font-size: 15px;
}

#faq:after {
	content: '';
	display: table;
	clear: both;
}

/* about us */
#about-us {
	width: 100%;
	padding: 50px 0;
	background: #FFFFFF;
}

#about-us .container {
	padding: 0 20px;
	margin: 0 0 50px;
}

#about-us .container hr.divider {
	padding: 0;
	border: 0;
	background: #03A48E;
	max-width: 30px;
	height: 2px;
	border-radius: 5px;
	display: block;
	margin: 5px 0 15px;
	text-align: left;
}

#about-us .container h2 {
	font-weight: 200;
	text-transform: uppercase;
	color: #183650;
	margin: 0;
	font-size: 32px;
	word-break: break-word;
}

#about-us .container h3 {
	font-weight: 300;
	color: #183650;
	font-size: 18px;
}

#about-us .container img {
	margin: 40px 0 0;
	width: 100%;
	height: auto !important;
}

#about-us .container p {
	color: #808080;
	font-size: 13px;
	line-height: 26px;
	margin: 0 0 20px;
	font-weight: 200;
}

#about-us .container span {
	color: #03A48E;
	font-style: italic;
	font-weight: 200;
	font-size: 13px;
	margin: 20px 0;
}

#about-us .container ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
}

#about-us .container ul li {
	font-size: 13px;
	color: #555555;
	padding: 0 0 3px;
}

#about-us .container ul li:before {
	content: "\2714\0020";
	margin: 0 5px 0 0;
}

#about-us:after {
	content: '';
	display: table;
	clear: both;
}

/* services */
#services {
	width: 100%;
	padding: 50px 0;
	background: #FFFFFF;
}

#services .container {
	padding: 0 20px;
	margin: 0 0 50px;
}

#services .container hr.divider {
	padding: 0;
	border: 0;
	background: #03A48E;
	max-width: 30px;
	height: 2px;
	border-radius: 5px;
	display: block;
	margin: 5px 0 15px;
	text-align: left;
}

#services .container h2 {
	font-weight: 200;
	text-transform: uppercase;
	color: #183650;
	margin: 0;
	font-size: 32px;
	word-break: break-word;
}

#services .container h3 {
	font-weight: 300;
	color: #183650;
	font-size: 18px;
}

#services .container p {
	color: #808080;
	font-size: 13px;
	line-height: 26px;
	margin: 0 0 20px;
	font-weight: 200;
}

#services .item {
	width: 90%;
	margin: 20px auto;
	flex: 1;
}

#services .item .thumbnail {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
    height: 225px;
    display: flex;
    align-items: center;
	margin: 0;
}

#services .item .thumbnail img {
	margin: 0 auto;
    height: 225px;
	width: auto !important;
	min-width: 100%;
    display: block;
}

#services .item .content {
	width: 100%;
	background: #F7F7F7;
	display: block;
	margin: 0;
	padding: 20px 10px;
}

#services .item .content h2 {
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #183650;
}

#services .item .content hr.divider {
	padding: 0;
	border: 0;
	background: #03A48E;
	max-width: 30px;
	height: 2px;
	border-radius: 5px;
	display: block;
	margin: 5px 0 15px;
	text-align: left;
}

#services .item .content p {
	font-size: 13px;
	font-weight: 200;
	line-height: 22px;
}

#services .contact {
	width: 100%;
	margin: 50px 0 20px;
	display: block;
	text-align: center;
	padding: 0 30px;
}

#services .contact span {
	font-size: 14px;
	color: #353535;
	font-weight: 200;
	display: block;
}

#services .contact a {
	color: #03A48E;
	font-weight: 300;
	display: block;
	font-size: 15px;
	margin: 15px 0 0;
}

#services:after {
	content: '';
	display: table;
	clear: both;
}

/* contact */
#contact {
	width: 100%;
	padding: 50px 0 0;
	background: #FFFFFF;
}

#contact .content h1 {
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	font-size: 32px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #183650;
}

#contact .content table {
	margin: 20px 0;
}

#contact .content table tr td {
	padding: 0 0 14px;
}

#contact iframe {
	width: 100%;
	display: block;
	margin: 0;
	height: 400px;
}

#contact:after {
	content: '';
	display: table;
	clear: both;
}

/* sitemap */
#sitemap {
	width: 100%;
	background-color: #183650;
	background-image: url('/images/content/world-map.png');
    background-size: 1116px 600px;
    background-position: center 10px;
    background-repeat: no-repeat;
	min-height: 200px;
	position: relative;
}

#sitemap h3 {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	margin: 20px 0 0;
	padding: 0;
}

#sitemap .logo {
	width: 100%;
	max-width: 210px;
	height: auto !important;
	margin: 20px 0;
	display: block;
}

#sitemap hr.divider {
	padding: 0;
	border: 0;
	background: #03A48E;
	max-width: 30px;
	height: 2px;
	border-radius: 5px;
	display: block;
	margin: 5px 0 15px;
	text-align: left;
}

#sitemap ul {
	list-style: none;
	margin: 10px 0 20px;
	padding: 0;
}

#sitemap ul li {
	padding: 0;
}

#sitemap ul li a {
	color: #FFFFFF;
	font-size: 13px;
    text-decoration: none;
	letter-spacing: 0.8px;
}

#sitemap ul li img {
	width: 16px;
	height: 16px;
	float: left;
	margin: 3px 12px 3px 0;
}

#sitemap:after {
	content: '';
	display: table;
	clear: both;
}

#footer {
	width: 100%;
	padding: 15px 0;
	background: #183650;
	border-top: 1px solid #1C405E;
}

#footer ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

#footer ul li {
	display: inline-block;
	padding: 0 3px 0 0;
	margin: 0 3px 0 0;
	line-height: 30px;
	height: 30px;
}

#footer ul li a {
	font-size: 13px;
	display: block;
	color: #52687C;
	overflow: auto;
}

#footer ul li a img {
	width: 24px;
	height: 24px;
	float: left;
	margin: 3px 0;
	display: block;
}

#footer span {
	width: 100%;
	display: block;
	text-align: left;
	color: #52687C;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
}

#footer span a {
	color: #03A48E;
}

#footer:after {
	content: '';
	display: table;
	clear: both;
}

#copyright {
	width: 100%;
	display: block;
	margin: 15px 0;
}

#copyright span {
	display: block;
	width: 100%;
	color: #353535;
	text-align: center;
	font-size: 13px;
}

#copyright span a {
	font-size: 13px;
	color: #353535;
}

#copyright span a img {
	width: 16px;
	height: 16px;
	margin: 0 3px;
}

#copyright:after {
	content: '';
	display: table;
	clear: both;
}