@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700');
html {
	height: 100%;
}
body {
	font: 300 normal 14px 'Nunito Sans', Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	background: #fff;
	height: 100%;
	color: #333;
	overflow-x:hidden;
}
h1, h2, h3 {
	font-weight: 300;
	color: #001970;
}
h4, h5, h6 {
	line-height: 1.6;
	font-weight: 400;
}
p {
	line-height: 28px;
	margin: 15px 0;
}
div, p, li, img, a, button, span, ::before, ::after {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#banner .bluetriangle {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
hr {
	border-top: 2px solid #244289;
}
a {
	color: #244289;
}
a:hover, a:focus, button:hover, button:focus {
	color: #00f;
	text-decoration: none;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}
.white, .whit3 h1, .white h2, .white h3, .white h4 {
	color: #fff;
}
.same-height .box {
	height: 100%;
}
.alert {
	display: none;
}
/* ---------------------------------------------
					Button
---------------------------------------------- */
.btn {
	border-radius: 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	margin: 15px auto;
	padding: 8px 20px;
	position: relative;
}
.btn-custom {
	background: #f6a704;
	color: #fff;
}
.btn-custom:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #fff;
}
.btn-custom:after {
	content: '';
	position: absolute;
	top: -1px;
	left: calc(100% + 1px);
	border-top: 18px solid transparent;
	border-left: 10px solid #f6a704;
	border-bottom: 18px solid transparent;
}
.btn-custom-white {
	background: #fff;
	color: #244289;
}
.btn-custom-white:hover {
	opacity: .9;
}
.btn-custom-white:after {
	content: '';
	position: absolute;
	top: -1px;
	left: calc(100% + 1px);
	border-top: 18px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 18px solid transparent;
}
/* ---------------------------------------------
					List
---------------------------------------------- */
.collum-list-2 {
	column-count: 2;
}
.points {
	padding: 0;
	margin: 15px 0;
}
.points li {
	list-style: none;
	padding-left: 1em;
	margin: 10px 0;
}
.points li:before {
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -1em;
}
.tick-list li {
	list-style: none;
	padding-left: 2em;
	margin: 10px 0;
	position: relative;
}
.tick-list li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	color: #244289;
	left: 0;
	position: absolute;
}
.number-list {
	counter-reset: my-badass-counter;
}
.number-list li {
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
	padding-left: 3em;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}
.number-list li:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	background-color: #b6966a;
	border-radius: 50%;
	padding: 5px 0;
	color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	top: 0;
	left: 0;
	position: absolute;
}
/* ---------------------------------------------
					Nav
---------------------------------------------- */
nav {
	position: relative;
	z-index: 9;
}
.navbar-brand {
	height: auto;
}
.navbar-default {
	background: none;
	border: none;
	position: absolute;
	width: 100%;
	margin-bottom: 0;
	z-index:999;
}
.navbar-default.affix {
	width: 100%;
	position: fixed;
	border-radius: 0;
	top: 0;
	z-index: 999;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: move-in-up;
	animation-name: move-in-up;
	box-shadow: none;
}
.navbar-default.affix .navbar-nav.navbar-top {
	margin-top: 3px;
}
.navbar-nav>li:hover>a, .navbar-nav>li.active:hover>a, .navbar-nav>li.open:hover>a, .navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover, .navbar-nav>.open>a, .navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover {
	background: none !important;
}
.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #fff !important;
	position: relative;
	text-shadow: 1px 1px 3px rgba(0,0,0,.25);
	font-weight: 700;
}
.navbar-nav.navbar-top {
	margin: 15px 15px 0px 50%;
}
.navbar-nav.navbar-top>li {
	background: #f6a704;
	margin: 5px;
	position: relative;
}
.navbar-nav.navbar-top>li:after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 15px solid transparent;
	border-left: 5px solid #f6a704;
	border-bottom: 15px solid transparent;
	right: -5px;
}
.navbar-nav.navbar-top>li:last-child {
	background: #244289;
}
.navbar-nav.navbar-top>li:last-child:after {
	border-left: 5px solid #244289;
}
.navbar-nav.navbar-top>li>a {
	padding: 5px 7px !important;
}
/* ---------------------------------------------
					Search
---------------------------------------------- */
.search {
	height: 30px;
}
.search .dropdown-menu {
	top: 0;
}
.search .navbar-form {
	margin: 0;
	padding: 0;
	border:none;
	box-shadow:none;
}
.search .form-control {
	background: none;
	border: none;
	color: #fff;
	height: 30px;
	margin: 0 0 0 7px;
	padding: 0;
}
.search .form-control::-webkit-input-placeholder {
 color: white;
}
.search .form-control::-moz-placeholder {
 color: white;
}
.search .form-control:-ms-input-placeholder {
 color: white;
}
.search .form-control:-moz-placeholder {
 color: white;
}
.search button {
	background: none !important;
	border: none;
	color: #fff;
	padding: 5px;
	margin: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,.25);
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
/* ---------------------------------------------
					Banner
---------------------------------------------- */
#banner {
	height: 100%;
	position: relative;
}
.banner {
	background-size: cover !important;
	background-position: center center !important;
}
.blue-background {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 50%;
	background-color: rgba(6,11,57,0.85);
	z-index:99;
}
.bluetriangle {
	position: absolute;
	left: 50%;
	width: 0;
	height: 0px;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
	border-left: 100px solid rgba(6,11,57,0.85);
	z-index:99;
}
#banner .scroll-more {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 30px);
	color: #fff !important;
	font-size: 11px;
	padding-top: 30px;
	cursor: pointer;
	z-index:99;
}
#banner .scroll-more span {
	position: absolute;
	left: 50%;
}
#banner .scroll-more span:first-child {
	top: 22px;
}
#banner .scroll-more span:before {
	content: '';
	position: absolute;
	top: -15px;
	left: calc(50% - 2px);
	height: 2px;
	width: 20px;
	background: #fff;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#banner .scroll-more span:after {
	content: '';
	position: absolute;
	top: -15px;
	right: calc(50% - 2px);
	height: 2px;
	width: 20px;
	background: #fff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
/* ---------------------------------------------
					Main
---------------------------------------------- */
#about, #solutions {
	padding: 100px 0;
}
#solutions {
	text-align: right;
}
#sectors {
	padding: 50px 0;
}
.sectors a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #244289;
	cursor: pointer;
}
.sectors a span {
	background: #244289;
	display: block;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 15px auto;
	padding: 15px 10px;
	position: relative;
}
.sectors a:hover span {
	background: #f6a704;
}
.sectors a span:before {
	content: '';
	width: 120px;
	height: 120px;
	border: 3px solid #244289;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.sectors a:hover span:before {
	width: 140px;
	height: 140px;
	top: -10px;
	left: -10px;
}
/*   News   */
.news a {
	display: block;
	color: #244289;
	text-align: left;
	position: relative;
	height: 100%;
	padding-bottom: 50px;
}
.news a:hover {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
.news .btn {
	position: absolute;
	bottom: 0;
	margin: 0;
}
.news a:hover .btn {
	background: #244289;
}
.news a:hover .btn-custom:after {
	border-left: 10px solid #244289;
}
.news a:before {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	border: 3px solid #f6a704;
	opacity: 0;
	top: -10px;
	left: -10px;
}
.news a:hover:before {
	opacity: 1;
}
.news-thumbs {
	height: 220px;
	position: relative;
	overflow: hidden;
}
.news-thumbs:before {
	content: '';
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(6,11,57,0.85);
	z-index: 1;
	left: -65px;
}
.news-thumbs:after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 110px solid transparent;
	border-left: 50px solid rgba(6,11,57,0.85);
	border-bottom: 110px solid transparent;
	left: -15px;
}
a:hover .news-thumbs:before {
	left: 0;
}
a:hover .news-thumbs:after {
	left: 50px;
}
.date {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0;
}
.news-list a {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
	position: relative;
}
.news-list a:hover {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
.news-list a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: 1px solid #ddd;
	display: block;
}
.news-list a:hover:after {
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	top: -3px;
	left: -3px;
	border: 3px solid #f6a704;
}
.news-list h3 {
	margin: 10px 0 5px;
	font-size: 20px;
	font-weight: 700;
	line-height:1.6;
	color: #f6a704;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list p {
	color: #333 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}
.news-list .date {
	margin: 5px 0;
	font-size: 12px;
	font-weight: 400;
	color: #999 !important;
}
.news-list .btn {
	margin-bottom: 5px;
}
.news-list img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news-list .thumbs {
	height: 100%;
	max-height: 240px;
	position: relative;
	overflow: hidden;
	background:#f2f2f2;
}
.news-list .thumbs:before {
	content: "";
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -65px;
	background: rgba(6,11,57,0.85);
	z-index: 1;
}
.news-list .thumbs:after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 116.5px solid transparent;
	border-left: 50px solid rgba(6,11,57,0.85);
	border-bottom: 116.5px solid transparent;
	left: -15px;
}
.news-list>li>a:hover>div>.thumbs:before {
	left: 0;
}
.news-list>li>a:hover>div>.thumbs:after {
	left: 50px;
}
/* -- Case Study -- */
.case-studies.accordion {
	width: 100%;
	margin: 15px 0;
	padding: 0 60px 0 0;
	font-size: 0;
	text-align: center;
}
.case-studies .tabs {
	display: inline-block;
	background-color: #244289;
	width: calc(33.33% - 2px);
	height: 280px;
	position: relative;
	vertical-align: top;
	padding: 15px 20px 0 100px;
	text-align: left;
}
.case-studies .tabs span {
	font-size: 160px;
	font-weight: 700;
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: 65px;
}
.case-studies .tabs .thumbs {
	height: 125px;
	position: relative;
	opacity: 0;
}
.case-studies .tabs:hover .thumbs {
	opacity: 1;
}
.case-studies .tabs .thumbs:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 120px solid transparent;
	border-right: 50px solid #f6a704;
}
.case-studies .tabs h4 {
	line-height: 30px;
	position: relative;
	z-index: 99;
}
.case-studies .tabs:hover h4 {
	color: #244289;
}
.case-studies .tabs a {
	display: none;
}
.case-studies .tabs:hover a {
	display: table;
	margin: 15px 0;
}
.case-studies:hover .tabs {
	width: calc(25% - 2px);
}
.case-studies .tabs:hover {
	width: 50%;
	background: #f6a704;
	padding-left: 240px;
}
.case-studies .tabs:before {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	border-top: 140px solid transparent;
	border-left: 60px solid #244289;
	border-bottom: 140px solid transparent;
}
.case-studies .tabs:first-child:before {
	border-left-color: #fff;
}
.case-studies .tabs:after {
	content: '';
	position: absolute;
	top: 0;
	right: -59px;
	border-top: 140px solid transparent;
	border-left: 60px solid #244289;
	border-bottom: 140px solid transparent;
}
.case-studies .tabs:hover:after {
	border-left-color: #f6a704;
	z-index: 99;
}
.network {
	position: relative;
}
.thumbs-arrow {
	position: relative;
	height: 520px;
}
.thumbs-arrow:before {
	content: '';
	width: 10%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(6,11,57,0.85);
	z-index: 1;
}
.thumbs-arrow:after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 260px solid transparent;
	border-left: 120px solid rgba(6,11,57,0.85);
	border-bottom: 260px solid transparent;
	left: 10%;
}
/* ---------------------------------------------
					Inner
---------------------------------------------- */

#inner #banner {
	height: 300px;
	margin-bottom: 20px;
}
#inner #banner h2 {
	position: absolute;
	background: #244289;
	color: #fff;
	bottom: 10%;
	left: 0;
	margin: 0;
	padding: 35px;
	text-transform: uppercase;
	min-width: 360px;
}
#inner #banner h2:after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 51px solid transparent;
	border-left: 20px solid #244289;
	border-bottom: 51px solid transparent;
	left: 100%;
}
#inner .footer {
	margin-top: 30px;
}
.story>div {
	display:table;
	padding: 25px 15px 20px;
	background: #eee;
	border: 2px solid #fff;
	text-align: center;
}
/*.story a:hover {
	-webkit-filter: brightness(1);
	filter: brightness(1);
	background: #f6a704;
}*/
.story .thumbs {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin: auto;
}
/*.story a:hover .thumbs {
	background: #fff;
}*/
.story p {
	margin-bottom: 0;
}
.story  span {
	font-size: 24px;
	text-transform: uppercase;
}
.solutions a {
	display: block;
	position: relative;
	margin: 15px 0;
}
.solutions h4 {
	font-weight: 700;
	color: #244289;
}
.solutions a:hover {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
.solutions a .thumbs {
	height: 180px;
	position: relative;
	overflow: hidden;
}
.solutions a:hover .thumbs{
	height: 195px;
	border: 3px solid #f6a704;
	margin: -7px;
    padding: 5px;
}
/*.solutions a .thumbs:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 3px solid #f6a704;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.solutions a:hover .thumbs:before {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: -5px;
	left: -5px;
	opacity: 1;
}*/
.solutions img {
	object-fit: cover;
	height: 100%;
	position: relative;
}
.solutions a .thumbs:after {
	content: '';
	position: absolute;
	top: -70px;
	left: -40px;
	border-top: 160px solid transparent;
	border-left: 80px solid rgba(6,11,57,0.85);
	border-bottom: 160px solid transparent;
}
.solutions a:hover .thumbs:after {
	left: 0;
}
.solutions a:hover span {
	background: #244289;
}
.solutions a:hover span:after {
	border-left: 10px solid #244289;
}
.quote {
	position: relative;
	background: #eee;
	border-radius: 5px;
	margin: 30px 0 40px;
	padding: 20px 15px;
}
.quote:before {
	content: '';
	position: absolute;
	top: 100%;
	right: 5%;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #eee;
}
.quote p:before {
	content: url(../images/quote-open.png);
	position: absolute;
	top: 5px;
	right: 100%;
}
.quote p:after {
	content: url(../images/quote-close.png);
	position: absolute;
	bottom: 5px;
	left: 100%;
}
/* ---------------------------------------------
					Maps
---------------------------------------------- */
.network {
	min-height: 700px;
}
.maps {
	width: 50%;
	position: absolute;
	top: 25px;
	left: 0;
}
.maps ul {
	margin: 0 auto;
	padding: 0;
	width: 683px;
	position:relative;
}
.maps li {
	list-style: none;
	position: absolute;
}
.maps li a {
	width: 16px;
	height: 16px;
	background: #f6a704;
	border-radius: 50%;
	display: block;
	position: relative;
	text-indent: -99999px;
}
.maps li a:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	z-index: 99;
}
.maps li a:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f6a704;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	top: 75%;
	left: 1px;
}
.maps li a:hover, .maps li.active a {
	width: 30px;
	height: 30px;
	background: #244289;
	margin: -20px -7px;
	z-index: 100;
}
.maps li a:hover:before, .maps li.active a:before {
	width: 14px;
	height: 14px;
	top: 8px;
	left: 8px;
}
.maps li a:hover:after, .maps li.active a:after {
	border-top: 20px solid #244289;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	left: 2px;
}
.maps li p {
	display: none;
	margin: 0;
	position: absolute;
	top: -15px;
	left: 30px;
	font-weight: 700;
	z-index: 999;
	min-width:150px;
}
.maps li:hover p, .maps li.active p {
	display: block;
}
.map-sg {
	top: 420px;
	left: 315px;
}
.map-cn {
	top: 280px;
	left: 360px;
}
.map-hk {
	top: 310px;
	left: 375px;
}
.map-id {
	top: 462px;
	left: 330px;
}
.map-in {
	top: 378px;
	left: 188px
}
.map-my {
	top: 405px;
	left: 300px;
}
.map-th {
	top: 370px;
	left: 295px;
}
.map-au {
	top: 560px;
	left: 468px;
}
.map-kr {
	top: 263px;
	left: 421px;
}
.map-ph {
	top: 380px;
	left: 420px;
}
.map-vn {
	top: 380px;
	left: 334px;
}
/* ---------------------------------------------
					Gallery
---------------------------------------------- */
.gallery a {
	position: relative;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}
.gallery a:before {
	content: "+";
	font-weight: 300;
	text-align: right;
	padding: 80px 0px;
	font-size: 30px;
	color: #f6a704;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -65px;
	background: rgba(6,11,57,0.85);
	z-index: 1;
}
.gallery a:after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 100px solid transparent;
	border-left: 50px solid rgba(6,11,57,0.85);
	border-bottom: 100px solid transparent;
	left: -15px;
}
.gallery a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.gallery a:hover:before {
	left: 0;
}
.gallery a:hover:after {
	left: 50px;
}
/* ---------------------------------------------
					Side Nav
---------------------------------------------- */
.content-nav ul {
	margin: 15px 0;
}
.content-nav li a {
	font-size: 16px;
	font-weight: 700;
	color: #999;
	padding: 7px 0;
	display: block;
}
.content-nav li.active a {
	color: #244289;
	position: relative;
}
.content-nav li.active a:before {
	content: '';
	position: absolute;
	top: 5px;
	border-top: 12px solid transparent;
	border-left: 8px solid #f6a704;
	border-bottom: 12px solid transparent;
	left: -15px;
}
/* ---------------------------------------------
					Collapse
---------------------------------------------- */
.panel-default {
	border: none;
	text-align: left;
}
.panel-default>.panel-heading {
	background: none;
	border: none;
	padding: 0;
}
.panel-title>a {
	background: #f6a704;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px 20px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
}
.panel-title>a.collapsed {
	background: #244289;
}
.panel-title>a.collapsed:after {
	content: "+";
}
.panel-title>a:after {
	content: "-";
	color: #fff;
	position: absolute;
	right: 15px;
	top: 15px;
}
/* ---------------------------------------------
					Form
---------------------------------------------- */
.form-group {
	position: relative;
}
.form-control {
	height: auto;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 12px;
}
.form-control.error {
	border-color: #c33;
}
select {
	outline: none !important;
}
select.no-radius {
	border: none;
	width: 100%;
	background: none;
}
.select-wrapper.form-control {
	border: 1px solid #ccc;
	border-radius: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
label.error {
	position: absolute;
	top: 11px;
	right: 10px;
	color: #c33;
	font-weight: 400;
	font-size: 11px;
}
/* ---------------------------------------------
					Footer
---------------------------------------------- */
.footer-banner {
	height: 450px;
	position: relative;
}
.footer-banner:before {
	content: '';
	width: 42%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(6,11,57,0.85);
}
.footer-banner:after {
	content: '';
	width: 58%;
	height: 100%;
	position: absolute;
	top: 0;
	border-top: 225px solid transparent;
	border-left: 80px solid rgba(6,11,57,0.85);
	border-bottom: 225px solid transparent;
	right: 0px;
}
.footer {
	background: #eee;
	padding: 25px 0;
}
.footer h4 {
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 3px;
}
.footer a {
	color: #000;
}
.footer a:hover {
	color: #666;
}
.footer ul li {
	padding: 3px 0;
}
.footer ul ul {
	padding: 5px 0 0 17px;
}
.footer ul ul li {
	list-style: square;
}
footer {
	background: #0a1971;
	padding: 15px 0;
}
footer p {
	color: #fff;
	margin: 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ddd;
}
footer ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
footer li {
	display: inline-block;
	margin: 0 10px;
}
#backtotop {
	background-color: #f6a704;
	position: relative;
	padding: 7px 10px;
	position: absolute;
	bottom: -15px;
	right: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	width: 52px;
	height: 61px;
}
#backtotop:after {
	content: '';
	position: absolute;
	border-bottom: 10px solid #f6a704;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	bottom: 100%;
	left: 0;
}
#backtotop .glyphicon {
	font-size: 18px;
}
#backtotop .glyphicon-menu-up:after {
	content: "\e260";
	position: absolute;
	top: -7px;
	left: 0;
}
/* ---------------------------------------------
					Others
---------------------------------------------- */
.google-maps {
	height: 360px;
	margin: 25px 0;
	position: relative;
}
.google-maps:before {
	content: '';
	background: url(../images/spacer.gif) repeat;
	width: calc(100% - 360px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.google-maps:after {
	content: '';
	background: url(../images/spacer.gif) repeat;
	width: 100%;
	height: calc(100% - 120px);
	position: absolute;
	bottom: 0;
	left: 0;
}
.vcenter {
	display: flex;
	align-items: center;
}
.box {
	border: 1px solid #eee;
	padding: 15px 20px;
	background: #fff;
}
.video {
	height: 500px;
}
/* ---------------------------------------------
					Modal
---------------------------------------------- */
.modal-login .modal-content {
	background: none;
	border: none;
	box-shadow: none;
}
.modal-login .modal-dialog {
	width: 80%;
	margin: 20% auto 0;
}
.modal.modal-login .close {
	background-color: transparent;
	color: #fff;
	opacity: 1;
	z-index: 999;
	position: absolute;
	top: -65px;
	right: -10px;
	padding: 0 15px 5px 10px;
	font-size: 14px;
	font-weight: 300;
}
.modal.modal-login .close:before {
	display: none;
}
.modal.modal-login .close span {
	font-size: 60px;
	top: 13px;
}
.modal.modal-login .thumbs {
	background: #fff;
	border-radius: 50%;
	padding: 20px 15px;
	margin-right: 25px;
	width: 70px;
	height: 70px;
	float: left;
}
.login-btn {
	position: relative;
	margin: 10px;
	padding: 20px;
	display: table;
	width: calc(100% - 30px);
	height:120px;
	border: 5px solid #fff;
	color: #fff;
}
.login-btn h3, .login-btn h4, .login-btn p {
	color: #fff;
	margin: 2px 0;
}
.login-btn h3 {
	margin-top: 15px;
}
.login-btn.client {
	background: #244289
}
.login-btn.employee {
	background: #f6a704;
}
.login-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;      
	border-top: 55px solid transparent;
	border-left: 30px solid #244289;
	border-bottom: 55px solid transparent;
	z-index: 99;
}
.login-btn.employee:before {
	border-left-color: #f6a704;
}
.login-btn:after {
	content: '';
	position: absolute;
	top: -5px;
	left: calc(100% + 5px);
	border-top: 60px solid transparent;
	border-left: 33px solid #fff;
	border-bottom: 60px solid transparent;
}
.modal-full .modal-dialog {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	margin: 0;
}
.modal-full .modal-content {
	border: none;
	box-shadow: none;
	padding: 5% 0 0;
}
.modal-full .modal-content img {
	margin: 15px auto;
}
.modal {
	background: rgba(0,0,0,.8);
}
.modal .close {
	background-color: #244289;
	color: #fff;
	opacity: 1;
	z-index: 999;
	position: absolute;
	top: -30px;
	right: -10px;
	padding: 0 15px 5px 10px;
}
.modal .close:before {
	content: '';
	position: absolute;
	top: 0;
	border-top: 23px solid transparent;
	border-right: 10px solid #244289;
	border-bottom: 23px solid transparent;
	right: 100%;
}
.modal .close span {
	font-size: 30px;
	font-weight: 300;
	line-height: normal;
	position: relative;
}
.modal.modal-center.in {
	display: flex !important;
	align-items: center;
}
.modal-content {
	background: #f9f9f9;
	border: none;
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	padding: 15px 20px;
}
.modal-wide .modal-dialog {
	max-width: 1200px;
	width: 100%;
	margin-top: 5%;
}
.modal-content.padding {
	padding: 30px 50px;
}
.modal-header {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 );
	padding: 12px 15px;
}
.modal-header h4 {
	margin: 0;
}
/* ---------------------------------------------
					no-gutters
---------------------------------------------- */
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
.row.no-gutters-5 {
	margin-right: -5px;
	margin-left: -5px;
}
.row.no-gutters-5 > [class^="col-"], .row.no-gutters-5 > [class*=" col-"] {
 padding-right: 5px;
 padding-left: 5px;
}
/* ---------------------------------------------
					Social Media
---------------------------------------------- */
@font-face {
	font-family: 'si';
	src: url('../fonts/socicon.eot');
	src: url('../fonts/socicond41d.eot?#iefix') format('embedded-opentype'), url('../fonts/socicon.woff') format('woff'), url('../fonts/socicon.ttf') format('truetype'), url('../fonts/socicon.svg#icomoonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: si;
	src: url(../fonts/socicon.svg) format(svg);
}
}
.soc {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.soc li {
	margin: 0 2px;
}
.soc li a {
	font-family: si!important;
	text-align: center;
	display: block;
	font-size: 16px;
	margin: 0 3px;
	padding: 7px;
	color: #fff;
	position: relative;
}
.soc li a:after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 15px solid transparent;
	border-left: 5px solid #f6a704;
	border-bottom: 15px solid transparent;
	right: -5px;
}
.soc-twitter, .soc-facebook, .soc-linkedin, .soc-youtube {
	background-color: #f6a704;
}
.soc-twitter:before {
	content: '\e040';
}
.soc-facebook:before {
	content: '\e041';
}
.soc-linkedin:before {
	content: '\e049';
}
.soc-youtube:before {
	content: '\e051';
}
.soc-instagram {
	background-color: #405de6;
}
.soc-instagram:before {
	content: '\e057';
}
.soc-mail {
	background-color: #666;
}
.soc-mail:before {
	content: '\e01f';
}
/* ---------------------------------------------
					Media Queries
---------------------------------------------- */
 @media (min-width: 769px) {
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li:hover>a {
	padding-top: 10px;
	padding-bottom: 20px;
}
.navbar-default .navbar-nav>li.active>a:after{
	content: '';
	position: absolute;
	bottom: 10px;
	left: calc(50% - 8px);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid #f6a704;
}
.navbar-default.affix .navbar-nav>li:hover>a:after {
	bottom: 5px;
}
.navbar-default .navbar-nav.navbar-top>li:hover>a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-default .navbar-nav.navbar-top>li:hover>a:after {
	display: none;
}
.navbar-nav>li.dropdown .dropdown-menu {
	background: none !important;
	box-shadow: none;
	border: none;
	cursor: pointer;
	padding: 0;
	left: 50%;
	right: auto;
	transform: translate(-50%, 0);
}
.navbar-nav>li.dropdown>.dropdown-menu li {
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.15);
	margin: 3px 0;
}
.navbar-nav>li.dropdown>.dropdown-menu li a {
	color: #244289;
	text-align: center;
	padding: 7px 25px;
	background: none;
	display: block;
}
.navbar-nav>li.dropdown .dropdown-menu a:hover {
	background-color: #244289;
	color: #fff;
}
.navbar-nav>li.dropdown .dropdown-menu.sub-menu {
	left: calc(100% + 3px);
	top: 0;
	position: absolute;
	margin-top: 0;
}
.dropdown-menu>li.trigger:hover .sub-menu {
	display: inline-table;
	-webkit-animation-duration: 100ms;
	animation-duration: 100ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: move-in-left;
	animation-name: move-in-left;
}
.navbar-default.affix, #inner .navbar-default.affix {
	background:rgba(255,255,255,.9);
	box-shadow:1px 1px 5px rgba(0,0,0,.25);
}
.navbar-default.affix .navbar-nav>li>a {
	color:#244289 !important;
	text-shadow:none;
	padding-top: 8px;
    padding-bottom: 10px;
}
.navbar-default.affix .navbar-nav.navbar-top>li>a {
	color:#fff !important;
}
.navbar-nav.navbar-top>li.dropdown .dropdown-menu {
	min-width: auto;
	position: relative;
	transform: translate(0, 0);
	left: inherit;
	right: inherit;
	float: none;
}
.navbar-nav.navbar-top>li.dropdown.open .dropdown-menu {
	display: inline-block;
}
.navbar-nav.navbar-top>li.dropdown.open>a {
	display: none;
}
.navbar-nav.navbar-top>li.dropdown>.dropdown-menu li {
	background: none;
	box-shadow: none;
	display: inline-block;
	margin: 0 -2px;
}
.navbar-nav.navbar-top>li.dropdown>.dropdown-menu li a {
	padding: 5px 7px;
	color: #fff !important;
	text-shadow: 1px 1px 3px rgba(0,0,0,.25);
	font-weight: 700;
	position: relative;
}
.navbar-nav.navbar-top>li.dropdown>.dropdown-menu li:last-child a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -5px;
	border-top: 15px solid transparent;
	border-left: 6px solid #f6a704;
	border-bottom: 15px solid transparent;
}
.navbar-nav.navbar-top>li.dropdown>.dropdown-menu li:last-child:hover a:after {
	border-left-color: #244289;
}
#inner .navbar-default {
	background: -moz-linear-gradient(top, rgba(6,11,57,0.65) 0%, rgba(6,11,57,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(6,11,57,0.65) 0%,rgba(6,11,57,0) 100%);
	background: linear-gradient(to bottom, rgba(6,11,57,0.65) 0%,rgba(6,11,57,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6060b39', endColorstr='#00060b39',GradientType=0 ); 
}
.footer-right {
	text-align: right;
	padding-right: 75px;
}
}
@media (max-width: 768px) {
/* ----------- Bootstrap Toogle ----------- */
.navbar-toggle {
	display: block;
	margin-right: 0;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin: 0
}
.navbar-default .navbar-toggle {
	width: 44px;
	height: 35px;
	padding: 0 5px;
	border: none;
	border-radius: 3px;
	background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
	position: absolute;
	transition: all 250ms linear;
	margin-left: 5px;
	background-color: #f6a704;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
	position: absolute;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0)
}
.navbar-default .navbar-toggle .line1 {
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	top: 15px;
}
.navbar-default .navbar-toggle .line2 {
	opacity: 0;
}
.navbar-default .navbar-toggle .line3 {
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	top: 15px;
}
.navbar-default .navbar-toggle.collapsed .line1 {
	top: 9px;
}
.navbar-default .navbar-toggle.collapsed .line2 {
	opacity: 1;
	top: 15px;
}
.navbar-default .navbar-toggle.collapsed .line3 {
	top: 21px;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-collapse.collapse.in {
	display: block !important;
	border: none;
}
.navbar-left, .navbar-right {
	float: none !important;
	display: initial;
}
.navbar-header {
	float: none;
}
.navbar-nav>li {
	float: none;
}
/* ----------- Bootstrap Toogle End ----------- */
.navbar-default {
	background: rgba(6,11,57,1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	border-radius: 0;
	z-index: 999;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav.navbar-top {
	margin: 0;
}
.navbar-nav.navbar-top>li {
	float: left;
	width: calc(25% - 10px);
	text-align: center;
}
.navbar-nav.navbar-top>li .dropdown-menu {
	text-align: center;
	margin: 0;
	background:#f6a704;
	min-width:auto;
}
.dropdown-menu {
	position: relative;
	width: 100%;
	box-shadow: none;
	border: none;
	background: none;
	margin-bottom: 15px;
}
.dropdown-menu>li>a {
	padding: 5px 15px !important;
	color: #fff !important;
	background: none !important;
}
.search .form-group {
	width:calc(100% - 36px);
	display:inline-block;
}
.blue-background {
	right: 40%;
}
.bluetriangle {
	left: 60%;
}
.modal-login .modal-dialog {
	margin-top: 40%;
}
.case-studies .tabs {
	width: 100%;
	margin: 5px 0;
	padding-left: 230px;
}
.case-studies .tabs .thumbs {
	opacity: 1;
}
.case-studies .tabs .thumbs:after {
	border-right-color: #244289;
}
.case-studies .tabs:before {
	border-left-color: #fff;
}
.case-studies .tabs a {
	display: table;
	margin: 15px 0;
}
.navbar-toggle-inner {
	background-color: #f6a704;
	color: #fff;
	margin:15px 0 0;
	padding: 10px 15px;
	display: block;
	width: 100%;
	border: none;
}
.navbar-toggle-inner.collapsed {
	margin-bottom:35px;	
}
#inner #banner h2 {
	min-width: inherit;
}
.thumbs-arrow {
	height: 360px;
}
.thumbs-arrow:after {
	border-top: 180px solid transparent;
	border-left: 80px solid rgba(6,11,57,0.85);
	border-bottom: 180px solid transparent;
}
.gallery a img {
	height: 160px;
}
.video {
	height: 400px;
}
/* Maps */
.network {
	background: url(../images/maps.jpg) no-repeat left 80px;
	background-size: 50%;
	min-height: 450px;
}
#inner .network {
	background: none;
}
.maps {
	display:none;
}
#inner .maps {
	display:block;
	width:100%;
	position:relative;
	margin: 30px 0 100px;
}
}
@media (min-width: 768px) {
.col-sm-20 {
	width: 20%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
}
@media (max-width: 767px) {
.blue-background {
	right: 0;
}
.bluetriangle {
	display:none;
}
h1 {
	font-size: 28px;
	line-height: 36px !important;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
.navbar-default .navbar-brand {
	width: 120px;
}
#inner #banner h2 {
	width: 85%;
	min-width:inherit;
	height: 102px;
	padding: 7% 35px;
}
.case-studies.accordion {
	padding: 0;
}
.case-studies .tabs:before, .case-studies .tabs:after, .case-studies .tabs .thumbs:after, .footer-banner:after {
	display: none;
}
.case-studies .tabs {
	padding: 15px 20px;
}
.thumbs-arrow {
	height: 220px;
}
.thumbs-arrow:after {
	border-top: 110px solid transparent;
	border-left: 50px solid rgba(6,11,57,0.85);
	border-bottom: 110px solid transparent;
}
.network {
    background: url(../images/maps.jpg) no-repeat 60% -8%;
    background-size: 145%;
	position:relative;
}
.network:after {
	content:'';
	width:100%;
	height:120px;
	position:absolute;
	top:0;
	left:0;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.network .container {
	position:relative;
	z-index:9;
}
/*#inner .network {
	background:none;
}
#inner .network h2 {
	padding-bottom: 140%;
}*/
.network h4 {
	padding-top: 145%;
}
.maps ul {
	-ms-transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
	left: -50%;
    top: -40%;
    width: 200%;
}
#inner .maps {
	height:400px;
	overflow:hidden;
	margin:0;
}
/*#inner .network {
	background: url(../images/maps.jpg) no-repeat 60% 0;
    background-size: 145%;
	position:relative;
}
#inner .network:after {
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}*/
.gallery a img {
	height: 120px;
}
.video {
	height: 220px;
}
.modal-login .modal-dialog {
	width: 100%;
}
.modal.modal-login .thumbs {
	width: 80px;
	height: 80px;
}
.login-btn {
	margin: 10px 0;
	height: 130px;
}
.login-btn h3 {
	font-size: 18px;
	margin: 10px 0 5px;
}
.login-btn h4 {
	font-size: 14px;
}
.login-btn:before {
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
}
.login-btn:after {
	border-top: 65px solid transparent;
	border-bottom: 65px solid transparent;
}

.footer-banner:before {
	width: 100%;
}
}
@media (max-width: 320px) {
.modal.modal-login .thumbs {
	width: 60px;
	height: 60px;
	margin-top: 5px;
}
.login-btn h3 {
	margin: 5px 0;
}
}
/*--------  Lock Screen --------  */
@media only screen and (max-height: 420px) and (orientation:landscape) {
.alert {
	display: block;
	position: fixed;
	top: 50%;
	z-index: 999;
	margin: -75px 15% 0;
	padding: 3% 10%;
	text-align: center;
}
.alert h4 {
	line-height: 24px;
	margin-bottom: 20px;
}
}
/* ---------------------------------------------
					IE 10
---------------------------------------------- */
@media all and (-ms-high-contrast:none) {
}
/* ---------------------------------------------
					Firefox
---------------------------------------------- */
@-moz-document url-prefix() {
}
