﻿@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Regular.eot');
    src: url('../fonts/subset-Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Regular.woff') format('woff'),
        url('../fonts/subset-Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Italic.eot');
    src: url('../fonts/subset-Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Italic.woff') format('woff'),
        url('../fonts/subset-Montserrat-Italic.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Medium.eot');
    src: url('../fonts/subset-Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Medium.woff') format('woff'),
        url('../fonts/subset-Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-SemiBold.eot');
    src: url('../fonts/subset-Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/subset-Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Bold.eot');
    src: url('../fonts/subset-Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Bold.woff') format('woff'),
        url('../fonts/subset-Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:
		url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}


* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #4d4d4d;
	line-height: 1.5;
	background: #fff;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
}

/* Section */

.section {
	max-width: 940px;
	margin: 0 auto;
}

/* Header */

#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

#header .section {
	position: relative;
	height: 120px;
}

#header .menuBtn {
	display: none;
	position: absolute;
	right: 27px;
	top: 61px;
    width: 32px;
	outline: none;
	z-index: 1;
}

#header .menuBtn span {
	display: block;
	height: 2px;
	margin-bottom: 8px;
	background: #F1F3F4;
	border-radius: 10px;
	border-radius: 10px;
}

#header .logo {
	position: absolute;
	left: 0;
	top: 23px;
	width: 134px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .topNavi {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 790px;
	height: 100%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 500;
}

#header .topNavi ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header .topNavi ul li {
	position: relative;
	margin: 0 0 0 22px;
	padding: 0;
	list-style: none;
	color: #F7F9FC;
}

#header .topNavi ul li a {
	position: relative;
	display: inline-block;
}

#header .topNavi ul li a:after,
#header .topNavi ul li ul li a:after {
	position: absolute;
	bottom: -2px;
	content: "";
	width: 0px;
	height: 1px;
	left: 50%;
	background: #F26924;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .topNavi>ul>li:not(.hasSub):hover>a:after,
#header .topNavi ul li ul li a:hover:after,
#header .topNavi>ul>li.active>a:after {
	width: 100%;
	margin-left: -50%;
}

#header .topNavi>ul>li.hasSub:hover>a:after {
	display: none;
}

#header .topNavi ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 8px 15px 0;
	z-index: 1;
	background: #232d82;
}

#header .topNavi ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0 0 6px;
	padding: 0;
	width: 100%;
	color: rgba(255,255,255,0.25);
	text-transform: uppercase;
	font-size: 15px;
}

#header .topNavi ul li ul li a {
	position: relative;
	display: inline-block;
	padding: 0;
	line-height: 1.2;
	white-space: nowrap;
	color: #F26924 !important;
}

#header .topNavi ul li ul { 
	visibility: hidden;
	opacity: 0;
}

#header .topNavi ul li:hover ul {
	visibility: visible; 
	opacity: 1;
}

#header .topNavi .closeBtn {
	display: none;
	position: absolute;
	width: 23px;
	height: 23px;
	right: 33px;
	top: 33px;
	background: url(../images/close-btn.svg) no-repeat;
	background-size: 100%;
}

/* Top Bar */

#topBar {
	min-height: 120px;
	background: url(../images/circuit-bg.jpg) no-repeat center bottom, url(../images/circuit-repeat-bg.png) center bottom;
	background-color: #232d82;
	background-size: auto auto, 100% 591px;
}

#topBar .section {
	padding-top: 188px;
	padding-bottom: 120px;
	color: #fff;
	text-align: center;
}

#topBar h3 {
	color: #fff;
}

#topBar .desc {
	max-width: 486px;
	margin: 0 auto;
}

/* Contact Us */

#contactUs {
	background: #f1f3f4;
}

#contactUs .section {
	padding-top: 75px;
	padding-bottom: 1px;
}

#contactUs .cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#contactUs .cols .leftCol,
#contactUs .cols .rightCol {
	background: #fff;
	padding: 34px 30px;
	border-bottom: 5px solid #f26924;
}

#contactUs .cols .leftCol {
	width: 620px;
}

#contactUs .cols .rightCol {
	width: 300px;
	color: #232E83;
}

#contactUs .contactForm .fields .field.half {
	width: 48.21428571428571%;
}

#contactUs .cols .rightCol {
	padding-left: 24px;
	padding-right: 24px;
}


/* Intro Banner */

.contentStyle5 {
	position: relative;
	color: #fff;
	background: no-repeat center top;
	background-size: cover;
	z-index: 1;
}

.contentStyle5:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(35,46,131,0.75);
	z-index: -1;
}

.contentStyle5 .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 760px;
	padding-top: 38px;
	padding-bottom: 20px;
}

.contentStyle5 .overlay {
	max-width: 474px;
}

.contentStyle5 .overlay h2 {
	color: #fff;
}

.contentStyle5 .overlay .learnMore {
	margin-top: 16px;
}

/* Main Slider */

#mainSlider {
	margin-bottom: 100px;
}

/* Banner */

#banner {
	position: relative;
	background: no-repeat center top;
	padding-top: 208px;
	padding-bottom: 60px;
	background-size: cover;
	color: #fff;
	z-index: 1;
}

#banner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(35,46,131,0.95);
	z-index: -1;
}

body #banner .asAt {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-top: -10px;
}

#banner {
	text-align: center;
}

#banner .desc,
#statistics .desc {
	max-width: 620px;
	margin: 0 auto;
}

#banner #statistics .section {
	padding-top: 0;
	padding-bottom: 100px;
}

#banner h2,
#banner h3,
#banner h4 {
	color: #fff;
}

#banner #statistics .asAt {
	color: #F26924;
}

#banner #statistics .asAt.whiteColor {
	color: #fff;
}

/* About Us */

#aboutUs .section {
	padding-top: 55px;
	padding-bottom: 55px;
	border-bottom: 1px solid #d1dae0;
}

/* Awards */

#awards {
	margin-bottom: 30px;
}

#awards .section {
	padding-top: 50px;
	padding-bottom: 50px;
}

#awards h3 {
	text-align: center;
	margin-bottom: 50px;
}

#awards .slider .swiper-slide {
	text-align: center;
	padding: 0 35px;
	line-height: 1.1875em;
}

#awards .slider a {
	display: inline-block;
}

#awards .slider .year {
	color: #F26924;
	margin: 0 0 1px;
	padding-top: 45px;
	background: url(../images/award-ico.svg) no-repeat center top;
}

#awards .slider h4 {
	margin: 0 0 3px;
}

.prevSlide,
.nextSlide {
	position: absolute;
	width: 15px;
	height: 25px;
	top: 50%;
	margin-top: -12px;
	background: url(../images/slider-arrows.svg) no-repeat;
	cursor: pointer;
	z-index: 1;
	outline: none;
}

.prevSlide {
	left: 0;
}

.nextSlide {
	right: 0;
	background-position: left bottom;
}

/* Map */

#map {
	position: relative;
	border-bottom: 5px solid #f26924;
	background: #e6e4e1;
}

#map #googleMap {
	position: relative;
	height: 786px;
}

#map .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	text-align: center;
	padding-top: 73px;
	color: #F26924;
	pointer-events: none;
}

#map .overlay h3 {
	background: #F26924;
	color: #fff;
	display: inline-block;
	padding: 10px 40px;
	margin: 0 0 8px;
}

/* IT Support */

#statistics {
	text-align: center;
}

#statistics .section {
	padding-top: 120px;
	padding-bottom: 150px;
}

#statistics .asAt {
	color: #F26924;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
}

#statistics .stats {
	margin: 50px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#statistics .stats li {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

#statistics .stats li a {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#statistics .stats li a:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -12px;
	width: 70px;
	height: 2px;
	background: #F26924;
}

#statistics .stats li a:after {
	position: absolute;
	left: 50%;
	content: "";
	bottom: -14px;
	margin-left: 34px;
	width: 3px;
	height: 3px;
	border: 2px solid #F26924;
	border-radius: 100%;
}

#statistics .stats li .ico {
	display: block;
	margin: 0 auto 9px;
	height: 36px;
}

#statistics .stats li h4 {
	margin: 0;
}

#statistics .stats li h2 {
	margin: 0;
}

#statistics .stats li a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.breadcrumb {
	margin: 0;
	padding: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 31px;
}

.breadcrumb li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	color: #F26924;
	letter-spacing: 1px;
}

.breadcrumb li:before {
	content: ">";
	display: inline-block;
	margin: 0 6px;
}

.breadcrumb li:first-child:before {
	display: none;
}

/* Content Style 1 */

.contentStyle1 .section {
	padding: 75px 80px;
}

/* Content Style 2 */

.contentStyle2 {
	background: #f6f8f9;
}

.contentStyle2 .section {
	padding-top: 68px;
	padding-bottom: 68px;
}

.contentStyle2 .authorInfo {
	border: 0;
	padding: 0;
	margin: 0;
}

/* Content Style 3 */

.contentStyle3 .section {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* Content Style 4 */

.contentStyle4 {
	background: #f6f8f9;
}

.contentStyle4 .section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contentStyle4 h4 {
	max-width: 780px;
	margin: 0 auto 50px;
	text-align: center;
}

/* Management */

#management {
	background: #f1f3f4;
}

#management .section {
	padding-top: 130px;
	padding-bottom: 130px;
	text-align: center;
}

#management h3 {
	text-align: center;
}

#management .listing {
	margin: 0 -10px 20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#management .listing li {
	margin: 0 0 20px;
	padding: 0 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.33333333333333%;
}

#management .listing li a {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	border-bottom: 5px solid #f26924;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#management .listing li .image {
	position: relative;
	overflow: hidden;
}

#management .listing li .image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(242,105,36,0.15);
}

#management .listing li .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#management .listing li .text {
	padding: 18px 15px 20px;
	color: #F26924;
}

#management .listing li .text p:last-of-type {
	margin-bottom: 0;
}

#management .listing li .text h6 {
	margin-bottom: 5px;
}

#management .listing li a:hover .image img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

#management .listing li a:hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

/* Latest News */

#latestNews {
	background: #f1f3f4;
}

#latestNews #statistics .section {
	padding-bottom: 48px;
}

/* News */

#news .section {
	padding-bottom: 130px;
}

#news .listing {
	margin: 0 -10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#news .listing li {
	margin: 0 0 20px;
	padding: 0 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.33333333333333%;
}

#news .listing li a {
	display: block;
	width: 100%;
	background: #ffffff;
	border-bottom: 5px solid #f26924;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#news .listing li .image {
	position: relative;
	overflow: hidden;
}

#news .listing li .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#news .listing li .image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(242,105,36,0.15);
}

#news .listing li .text {
	padding: 20px 13px;
}

#news .listing li .text :last-child {
	margin-bottom: 0;
}

#news .listing li .text .date {
	color: #F26924;
}

#news .listing li .text .title {
	color: #232E83;
	font-weight: bold;
	margin-bottom: 12px;
}

#news .listing li a:hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

#news .listing li a:hover  .image img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.postInfo {
	border-top: 1px solid #D1DAE0;
	padding-top: 50px;
	margin-top: 42px;
	padding-bottom: 50px;
}

.postInfo :last-child {
	margin-bottom: 0;
}

.authorInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-top: 1px solid #D1DAE0;
	border-bottom: 1px solid #D1DAE0;
	padding-top: 56px;
	padding-bottom: 56px;
	margin-bottom: 58px;
}

.authorInfo .image {
	position: relative;
	width: 300px;
}

.authorInfo .image img {
	display: block;
	width: 100%;
}

.authorInfo .image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(242,105,36,0.15);
}

.authorInfo .text {
	width: 620px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.authorInfo .text .title {
	font-weight: bold;
	color: #232E83;
	margin-bottom: 10px;
}

.navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.navi .prev,
.navi .next {
	line-height: 23px;
	height: 24px;
	font-size: 16px;
	color: #F26924;
	outline: none;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.navi .prev {
	padding-left: 28px;
	background: url(../images/pager-arrows.svg) no-repeat left top;
	background-size: 12px;
}

.navi .next {
	padding-right: 28px;
	background: url(../images/pager-arrows.svg) no-repeat right bottom;
	background-size: 12px;
}

.navi .prev:hover,
.navi .next:hover {
	color: #D44C05;
}

/* Events */

#events {
	background: #f1f3f4;
}

#events .section {
	padding-top: 75px;
	padding-bottom: 75px;
}

#events .listing {
	margin: 0;
	padding: 0;
}

#events .listing li {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

#events .listing li .eventInfo {
	padding: 70px 80px;	
	background: #fff;	
	border-bottom: 5px solid #f26924;
}

#events .eventInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;

}

#events .eventInfo .image {
	position: relative;
	overflow: hidden;
	width: 300px;
	border-bottom: 5px solid #f26924;
}

#events .eventInfo .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#events .eventInfo .image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(242,105,36,0.15);
}

#events .eventInfo .text {
	width: 460px;
}

#events .eventInfo .text h4 {
	margin: 0 0 11px;
}

#events .eventInfo .text .meta {
	margin-bottom: 12px;
}

#events .listing li .eventInfo .text .meta { 
	border-bottom: 1px solid #D1DAE0;
}

#events .eventInfo .text .date {
	color: #F26924;
	font-weight: bold;
}

#events .eventInfo .text .location {
	color: #F26924;
}

#events .eventInfo .text .cost {
	color: #232E83;
	font-weight: bold;
}

#events .eventInfo .text .linkBtn {
	margin-top: 8px;
}

#events .listing li a:hover .image img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

#events .listing li a {
	display: block;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#events .listing li a:hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

/* Event */

#event {
	position: relative;
	background: #fff;
	padding: 80px;
	margin-bottom: 40px;
	border-bottom: 5px solid #f26924;
}

#event .backBtn {
	position: absolute;
	left: 17px;
	top: 15px;
	font-size: 10px;
	font-weight: 500;
	color: #F26924;
	letter-spacing: 1px;
	line-height: 16px;
	padding-left: 22px;
	background: url(../images/pager-arrows.svg) no-repeat;
	background-size: 8px;
	outline: none;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

#event .backBtn:hover {
	color: #D44C05;
}

#event .eventInfo {
	margin-bottom: 40px;
}

/* Team Services */

#teamServices .service {
	padding-top: 135px;
	padding-bottom: 110px;
	border-bottom: 1px solid #D1DAE0;
}

#teamServices .service .contactUs,
.contentStyle3 .contactUs {
	margin-top: 15px;
}

#teamServices .service:last-of-type {
	border-bottom: 0;
}

/* Team Feedback */

#teamFeedback {
	background: #f1f3f4;
}

#teamFeedback .section {
	padding-top: 140px;
	padding-bottom: 140px;
}

#teamFeedback h4,
#teamFeedback h5 {
	text-align: center;
}

#teamFeedback .slider {
	margin-top: 60px;
}

#teamFeedback .slider .swiper-slide {
	padding-left: 80px;
	padding-right: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#teamFeedback .slider .image {
	position: relative;
	width: 300px;
	border-bottom: 5px solid #F26924;
}

#teamFeedback .slider .image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(242,105,36,0.15);
}

#teamFeedback .slider .image img {
	display: block;
	width: 100%;
}

#teamFeedback .slider blockquote {
	width: 460px;
}

/* Vacancies */

#vacancies .section {
	padding-top: 135px;
	padding-bottom: 135px;
}

#vacancies h3 {
	text-align: center;
}

#vacancies .listing {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}

#vacancies .listing th,
#vacancies .listing td {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #D1DAE0;
	vertical-align: top;
}

#vacancies .listing th {
	font-size: 16px;
	color: #F26924;
	border-top: 1px solid #D1DAE0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
}

#vacancies .listing td {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 15px;
}

#vacancies .listing tr td:nth-child(1) {
	width: 73.40425531914894%;
}

#vacancies .listing tr td:nth-child(2) {
	width: 22.02127659574468%;
}

#vacancies .listing tr th:last-child,
#vacancies .listing tr td:last-child {
	padding-right: 0;
}

#vacancies .listing .linkBtn {
	position: relative;
	top: -5px;
}

/* Portfolio */

#portfolio {
	margin-top: -29px;
}

#portfolio .section {
	padding-bottom: 67px;
}

#portfolio .listing {
	margin: 0 -10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#portfolio .listing li {
	margin: 0 0 20px;
	padding: 0 10px;
	list-style: none;
	width: 33.33333333333333%;
}

#portfolio .listing li a {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#portfolio .listing li a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #F26924;
	opacity: 0.25;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

#portfolio .listing li img {
	display: block;
	width: 100%;
	border-bottom: 5px solid #f26924;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#portfolio .listing li a:hover:after {
	opacity: 0.85;
}

#portfolio .listing li .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#portfolio .listing li .overlay .text {
	padding: 10px;
	text-align: center;
}

#portfolio .listing li .overlay .text p {
	margin-bottom: 2px;
}

#portfolio .listing li .overlay .text :last-child {
	margin-bottom: 0;
}

#portfolio .listing li .overlay .text h4 {
	color: #fff;
}

#portfolio .listing li a:hover .overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

#portfolio .listing li a:hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

#portfolio .listing li a:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Article */

#article .section {
	padding-top: 130px;
	padding-bottom: 55px;
}

#article .date {
	color: #F26924;
}

/* Popup Box */

.fancybox-bg {
	background-color: rgba(35,46,131,0.9);
}

.fancybox-slide--html .fancybox-close-small svg {
	display: none;
}

.fancybox-slide--html .fancybox-close-small {
	right: 49px;
	top: 56px;
	width: 23px;
	height: 23px;
	background: url(../images/close-btn-gray.svg);
	background-size: 100% 100%;
}

.popupBox {
	width: 940px;
	background: #fff;
	color: #4D4D4D;
	padding: 50px 80px 60px;
}

.popupBox .title {
	color: #F26924;
}

.popupBox .cols {
	margin-top: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.popupBox .cols .left {
	width: 300px;
}

.popupBox .cols .right {
	width: 460px;
}

.popupBox .cols .left .image {
	position: relative;
	margin-bottom: 20px;
}

.popupBox .cols .left .image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	background: #F26924;
	opacity: 0.25;	
}

.popupBox .cols .left .image img {
	display: block;
	width: 100%;
	border-bottom: 5px solid #f26924;
}

/* In Touch */

#inTouch {
	background: #f1f3f4;
	text-align: center;
}

#inTouch .section {
	padding-top: 150px;
	padding-bottom: 150px;
}

#inTouch .contactForm {
	padding: 30px;
	margin-top: 38px;
	border-bottom: 5px solid #f26924;	
}

#inTouch .options {
	margin-top: 20px;
}


.contactForm {
	background: #fff;
	text-align: left;
}

.contactForm .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contactForm .fields .field {
	margin-bottom: 10px;
	width: 100%;
}

.contactForm .fields .field.half {
	width: 48.97959183673469%;
}

.contactForm .fields .field label {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: 500;
	padding-bottom: 5px;
}

.contactForm .fields .field .textbox,
.contactForm .fields .field textarea,
.contactForm .fields .field select {
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 32px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #D1DAE0;
	border-radius: 0;
	-webkit-appearance: none;
}

.contactForm .fields .field select {
	padding-top: 0;
	padding-bottom: 0;
	background: #fff url(../images/dropdown-arrow.svg) no-repeat center right;
	cursor: pointer;
}

.contactForm .fields .field textarea {
	height: 217px;
	overflow: auto;
	resize: none;
}

.contactForm .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.contactForm .options .captcha {
	max-width: 303px;
}

.contactForm .options .submitBtn {
	display: block;
	margin-left: auto;
	margin-bottom: 10px;
}

.fileUpload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fileUpload .fileChoose {
	display: block;
	line-height: 30px;
	height: 32px;
	margin-right: 15px;
	padding: 0 8px;
	font-size: 16px;
	font-weight: 500;
	color: #F26924;
	min-width: 135px;
	text-align: center;
	border: 1px solid #D1DAE0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.fileUpload .fileChoose:hover {
	background-color: #F26924;
	color: #fff;
	border-color: #F26924;
}

.fileUpload .fileName {
	margin: 0;
}

.fileUpload .fileObject {
	display: none;
}

/* Partners */

#partners {
	background: #f1f3f4;
}

#partners .section {
	padding-top: 125px;
	padding-bottom: 125px;
}

#partners h3 {
	text-align: center;
	margin-bottom: 40px;
}

#partners .slider {
	text-align: center;
}

#partners .slider .swiper-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#partners .slider a {
	display: inline-block;
}

#partners .slider img {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

#partners .slider a:hover img {
	-webkit-transform: scale(1.07);
	    -ms-transform: scale(1.07);
	        transform: scale(1.07);
}

/* IT Services */

.contentStyle6 {
	background: #f1f3f4;
	text-align: center;
}

.contentStyle6 .section {
	padding-top: 130px;
	padding-bottom: 130px;
}

.contentStyle6 h3 {
	text-align: center;
}

.contentStyle6 .listing {
	margin: 40px -10px 20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contentStyle6 .listing li {
	margin: 0 0 20px;
	padding: 0 10px;
	list-style: none;
	width: 33.33333333333333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contentStyle6 .listing li a {
	display: block;
	background: #ffffff;
	padding: 50px 15px;
	text-align: center;
	border-bottom: 5px solid #f26924;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.contentStyle6 .listing li p:last-of-type {
	margin-bottom: 0;
}

.contentStyle6 .listing li h6 {
	margin-bottom: 13px;
}

.contentStyle6 .listing li .ico {
	display: block;
	margin: 0 auto 10px;
	height: 36px;
}

.contentStyle6 .listing li a:hover {
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}

/* ITSolutions */

#ITSolutions .section {
	padding-top: 130px;
	padding-bottom: 100px;
	border-bottom: 1px solid #d1dae0;
}

#ITSolutions h3 {
	text-align: center;
}

#ITSolutions .graph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#ITSolutions .graph .left {
	width: 517px;
	margin-left: -33px;
	margin-top: -20px;
}

#ITSolutions .graph .right {
	width: 425px;
	margin-left: auto;
	margin-top: 87px;
}

#ITSolutions .graph .right .listing {
	margin: 0 0 30px;
	padding: 0;
}

#ITSolutions .graph .right .listing li {
	position: relative;
	margin: 0 0 12px;
	padding: 0 0 0 27px;
	list-style: none;
	line-height: 1.2;
}

#ITSolutions .graph .right .listing li:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: currentColor;
	vertical-align: top;
}

#ITSolutions .graph .right .listing li span {
	display: inline-block;
	color: #4D4D4D;
	vertical-align: top;
}

#ITSolutions .graph .right .note {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
}

/* Our Process */

#ourProcess .section {
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}

#ourProcess h3 {
	text-align: center;
}

#ourProcess .listing {
	margin: 0 -10px 20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#ourProcess .listing li {
	margin: 0 0 20px;
	padding: 0 10px;
	list-style: none;
	width: 25%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#ourProcess .listing li .inner {
	padding: 30px 15px;
	border: 1px solid #D1DAE0;
	border-bottom: 5px solid #f26924;
}

#ourProcess .listing li .step {
	display: inline-block;
	min-width: 36px;
	line-height: 36px;
	background: #f26924;
	border-radius: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
}

#ourProcess .listing li h6 {
	margin: 0 0 13px;
}

#ourProcess .listing li p:last-of-type {
	margin-bottom: 0;
}

/* Contact Info */

#contactInfo {
	color: #fff;
	background: url(../images/circuit-bg.jpg) no-repeat center bottom, url(../images/circuit-repeat-bg.png) no-repeat center bottom;
	background-color: #232d82;
	background-size: auto auto, 100% 591px;	
}

#contactInfo .section {
	padding-top: 150px;
	padding-bottom: 98px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#contactInfo h3 {
	color: #F26924;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
}

#contactInfo .left {
	width: 400px;
}

#contactInfo h5 {
	color: #fff;
}

#contactInfo .right {
	width: 460px;
	margin-left: auto;
}

#contactInfo .right .contacts,
#contactUs .cols .rightCol .contacts {
	margin: 0;
	padding: 0;
}

#contactInfo .right .contacts li,
#contactUs .cols .rightCol .contacts li {
	margin: 0 0 7px;
	padding: 0 0 0 32px;
	list-style: none;
}

#contactInfo .right .contacts li span,
#contactUs .cols .rightCol .contacts span {
	display: block;
	font-weight: bold;
}

#contactInfo .right .contacts li a,
#contactUs .cols .rightCol .contacts li a {
	text-decoration: underline;
}

#contactInfo .right .contacts li.phone,
#contactUs .cols .rightCol .contacts li.phone {
	background: url(../images/phone-ico.svg) no-repeat 0 4px;
}

#contactInfo .right .contacts li.email,
#contactUs .cols .rightCol .contacts li.email {
	background: url(../images/email-ico.svg) no-repeat 0 7px;
}

#contactInfo .right .contacts li.location,
#contactUs .cols .rightCol .contacts li.location {
	background: url(../images/location-ico.svg) no-repeat 0 3px;
}

/* Subscribe */

#subscribe {
	background: #39438f;
	color: #fff;
}

#subscribe.whiteVersion {
	background-color: #fff;
	color: #4D4D4D;
}

#subscribe .section {
	padding-top: 45px;
	padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#subscribe .lbl {
	margin: 0 20px 0 0;
}

#subscribe .lbl span {
	display: block;
	font-weight: bold;
	color: #F26924;
}

#subscribe.whiteVersion .lbl {
	color: #232E83;
}

#subscribe .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#subscribe .fields .field {
	margin-right: 18px;
}

#subscribe .fields .field label {
	display: block;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-bottom: 6px;
}

#subscribe .fields .field {
	width: 221px;
}

#subscribe .fields .field .textbox {
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 32px;
	color: currentColor;
	font-size: 14px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
	border-radius: 0;
	background: none;
	border: 1px solid #F1F3F4;
	-webkit-appearance: none;
}

#subscribe.whiteVersion .fields .field .textbox {
	border-color: #D1DAE0;
}

#subscribe .fields .submitBtn {
	margin-bottom: 10px;
}

/* Footer */

#footer {
	background: #f1f3f4;
	font-size: 14px;
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 100px;
	padding-bottom: 64px;
}

#footer .logo {
	display: block;
	width: 134px;
}

#footer .logo img {
	display: block;
	width: 100%;
}


#footer .info {
	margin-left: 106px;
}

#footer .info .socials {
	margin: 10px 0 25px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .info .socials li {
	margin: 0 7px 0 0;
	padding: 0;
	list-style: none;
}

#footer .info .socials li img {
	display: block;
	height: 17px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

#footer .info .socials li a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#footer .websiteBy {
	color: rgba(77,77,77,0.25);
}

#footer .websiteBy a {
	text-decoration: underline;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

#footer .websiteBy a:hover {
	color: rgba(77,77,77,1);
}

#footer .links {
	margin-left: auto;
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.25;
}

#footer .links ul {
	margin: 0 0 0 56px;
	padding: 0;
}

#footer .links ul:first-child {
	margin-left: 0;
}

#footer .links ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Miscelleneous */

p {
	margin: 0 0 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0 0 21px;
	line-height: 1.3;
	color: #232E83;
}

ul,
ol {
	margin-bottom: 5px;
}

h2 {
	font-size: 48px;
	font-weight: bold;
}

h3 {
	font-size: 34px;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	font-weight: 500;
}

h4.withLine {
	text-align: center;
	border-bottom: 1px solid #D1DAE0;
	padding-bottom: 35px;
}

h5 {
	font-size: 24px;
	font-weight: normal;
	color: #4d4d4d;
}

h6 {
	font-size: 20px;
	font-weight: bold;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

blockquote {
	margin: 0;
	padding: 0;	
	font-style: normal;
	border: 0;
}

blockquote:before {
	content: "";
	width: 47px;
	height: 32px;
	display: inline-block;
	margin-bottom: 15px;
	background: url(../images/quotes-ico.svg) no-repeat;
	background-size: 100%;
}

blockquote cite {
	display: block;
	margin: 18px 0 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	color: #232E83;
}

blockquote cite span {
	display: block;
	color: #F26924;
	margin-top: 5px;
	font-weight: normal;
}

img {
	border: 0;
	max-width: 100%;

}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

.bulletList {
	margin: 0 0 5px;
	padding: 0;
}

.bulletList li {
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
}

.bulletList li:before {
	content: "";
	display: inline-block;
	width: 0.1875em;
	height: 0.1875em;
	margin-right: 0.625em;
	margin-top: -0.125em;
	vertical-align: middle;
	background: #4d4d4d;
	border-radius: 100%;
}

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.twoCols .leftCol,
.twoCols .rightCol {
	width: 48.93617021276596%; /* 460px */
}

.twoCols .narrowCol {
	width: 40.42553191489362%; /* 380px */
}

.pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: normal;
	color: #F26924;
	margin-top: 10px;
}

.pager .current {
	margin: 0 26px;
}

.pager .prev,
.pager .next {
	width: 12px;
	height: 24px;
	background: url(../images/pager-arrows.svg) no-repeat left top;
	background-size: 100%;
	text-indent: -9999em;
	outline: none;
}

.pager .next {
	background-position: left bottom;
}

.pager .end {
	opacity: 0.25;
	pointer-events: none;
}


.linkBtn {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #F26924;
	border: 0;
	text-align: left;
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
	background: none;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.linkBtn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 16px;
	height: 1px;
	background: #F26924;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}

.linkBtn:after {
	content: "";
	position: absolute;
	left: 16px;
	bottom: -7px;
	width: 3px;
	height: 3px;
	border: 1px solid currentColor;
	border-radius: 100%;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

.linkBtn:hover {
	color: #D44C05;
}

.linkBtn:hover:before {
	width: calc(100% - 4px);
}

.linkBtn:hover:after {
	left: calc(100% - 4px);
}

/*ninja form */
.contactForm .nf-form-content .linkBtn {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #F26924;
	border: 0;
	text-align: left;
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
	background: none;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
	float: right;
}

.contactForm .nf-form-content .linkBtn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 16px;
	height: 1px;
	background: #F26924;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}

.contactForm .nf-form-content .linkBtn:after {
	content: "";
	position: absolute;
	left: 16px;
	bottom: -7px;
	width: 5px;
	height: 5px;
	border: 1px solid currentColor;
	border-radius: 100%;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	margin-top:40px;
}

.contactForm .nf-form-content .linkBtn:hover {
	color: #D44C05;
	background: none;
}

.contactForm .nf-form-content .linkBtn:hover:before {
	width: calc(100% - 4px);
}

.contactForm .nf-form-content .linkBtn:hover:after {
	left: calc(100% - 4px);
}
.nf-form-content #nf-field-10-container .list-select-wrap .nf-field-element>div{
	height:32px;
	    background: none;
}
.nf-form-content #nf-field-10-container .list-select-wrap>div div:after{
	background: #fff url(../images/dropdown-arrow.svg) no-repeat center right;
	content: " ";
}
.contactForm .fields #nf-field-10-wrap select{
	height: 32px;
}
.showOnMobile {
	display: none;
}

.fullImage {
	position: relative;
	margin-bottom: 44px;
}

.fullImage img {
	display: block;
	width: 100%;
}

.fullImage:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(242,105,36,0.15);
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

strong {
	font-weight: bold;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}


/* Media Queries */

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}	
		
	#topBar .section {
		padding-top: 168px;
		padding-bottom: 100px;
	}
		
	#header .logo {
		left: 15px;
	}
	
	#header .topNavi {
		right: 15px;
		width: 583px;
	}
	
	#header .topNavi ul li {
		margin-left: 16px;
	}
	
	.twoCols .leftCol, 
	.twoCols .rightCol,
	.twoCols .narrowCol	{
		width: 345px;
	}
	
	#mainSlider {
		margin-bottom: 40px;
	}
	
	#banner {
		padding-top: 160px;
	}
	
	#events .listing li .eventInfo,
	#event,
	.contentStyle1 .section	{
		padding: 40px 30px;
	}
	
	.contentStyle1 .section {
		padding-top: 50px;
	}
	
	#event  {
		padding-top: 63px;
	}
	
	#events .eventInfo .text {
		width: 340px;
	}
	
	.contentStyle6 .section {
		padding-top: 100px;
		padding-bottom: 110px;
	}
	
	#map #googleMap {
		height: 693px;
	}
	
	#statistics .section {
		padding-top: 85px;
		padding-bottom: 110px;
	}
	
	#partners .section {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	
	#partners h3 {
		margin-bottom: 60px;
	}
	
	#ITSolutions .section {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	
	.contentStyle6 .listing li {
		width: 50%;
	}

	#ITSolutions .graph .right {
		margin-top: 80px;
	}
	
	#ITSolutions .graph .right .listing li {
		font-size: 14px;
	}
	
	#ITSolutions .graph .right .listing li:before {
		top: 1px;
	}
	
	#vacancies .section {
		padding-top: 100px;
		padding-bottom: 120px;
	}
	
	#management .section {
		padding-top: 100px;
		padding-bottom: 120px;
	}
	
	#portfolio .listing li {
		width: 50%;
	}
	
	#teamServices .service {
		padding-top: 100px;
		padding-bottom: 110px;
	}
	
	#teamFeedback .section {
		padding-top: 100px;
		padding-bottom: 120px;
	}
	
	#teamFeedback .slider .swiper-slide {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#teamFeedback .slider .image {
		width: 250px;
	}
	
	#teamFeedback .slider blockquote {
		width: 390px;
	}
	
	#article .section {
		padding-top: 70px;
	}
	
	.authorInfo .text {
		width: 400px;		
	}
	
	#inTouch .section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#ourProcess .section {
		padding-top: 95px;
		padding-bottom: 111px;
	}
	
	#ourProcess .listing li {
		width: 50%;
	}
	
	#contactInfo .section {
		padding-top: 98px;
	}
	
	#contactInfo .left {
		width: 325px;
	}

	#contactInfo .right {
		width: 350px;
	}
		
	#subscribe .fields .field {
		width: 172px;
	}
		
	#contactInfo .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#contactUs .cols .leftCol {
		width: 444px;
	}
	
	#contactUs .cols .rightCol {
		width: 257px;
	}
	
	#footer .section {
		padding-top: 84px;
	}
	
	#footer .info {
		margin-left: 30px;
	}
	
	.popupBox {
		width: 720px; 
		padding: 40px 30px 50px;
	}
	
	.popupBox .cols .right {
		width: 340px;
	}
	
	.fancybox-slide--html .fancybox-close-small {
		right: 30px;
		top: 30px;
	}
	

}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	
	h2 {
		font-size: 43.2px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 21.6px;
	}
	
	h5 {
		font-size: 21.6px;
	}
	
	h6 {
		font-size: 18px;
	}
	
	.section {
		padding-left: 25px;
		padding-right: 25px;
	}
		
	#topBar .section {
		padding-top: 151px;
		padding-bottom: 63px;
	}

	#header .menuBtn {
		display: block;
	}	
	
	#header .topNavi {
		position: absolute;
		left: -101%;
		top: 0;
		right: auto;
		bottom: auto;
		width: 100%;
		height: auto;
		display: block;
		padding: 30px 37px;
		opacity: 0;
		z-index: 10000;
		background: rgba(241,243,244,0.97);
		-webkit-transition: opacity 1s, left 0.6s;
		-o-transition: opacity 1s, left 0.6s;
		transition: opacity 1s, left 0.6s;
	}
	
	#header .topNavi ul {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}
	
	#header .topNavi ul li {
		margin: 0 0 6px;
		font-size: 21px;
		font-weight: 600;
		color: #232E83;
	}
	
	#header .topNavi ul li:last-child {
		margin-bottom: 0;
	}
		
	#header .topNavi ul li ul {
		position: static;
		display: block;
		opacity: 1;
		padding-left: 0;
		padding-right: 0;
		margin-left: 18px;
		padding-top: 5px;
		visibility: visible;
		background: none;
	}
	
	#header .topNavi ul li ul li {
		text-transform: capitalize;
		font-size: 21px;
		font-weight: normal;
		color: rgba(35,46,131,0.40);
	}
	
	#header .topNavi ul li ul li a {
		color: #232E83 !important;
	}
	
	#header .topNavi ul li a:after, 
	#header .topNavi ul li ul li a:after {
		display: none;
	}
	
	#header .topNavi.active {
		left: 0;
		opacity: 1;
	}	
	
	#header .topNavi .closeBtn {
		display: block;
	}
		
	.contentStyle5 {
		background-position: 60% top;
	}
	
	.contentStyle5 .section {
		height: 589px;
		padding-top: 85px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.contentStyle5 .overlay {
		max-width: 310px;
	}
	
	.contentStyle5 .overlay h2 {
		font-size: 28.8px;
	}
	
	.twoCols {
		display: block;
	}

	.twoCols .leftCol, 
	.twoCols .rightCol, 
	.twoCols .narrowCol {
		width: 100%;
	}
	
	#mainSlider {
		margin-bottom: 0;
	}
	
	#banner {
		padding-top: 145px;
	}
	
	#banner #statistics .section {
		padding-bottom: 40px;
	}
	
	#awards {
		margin-bottom: 15px;
	}
	
	#awards .section {
		padding-top: 60px;
	}
	
	#map #googleMap {
		height: 600px;
	}
	
	#map .overlay h3 {
		padding: 7px 15px;
	}
	
	#statistics .section {
		padding-top: 63px;
		padding-bottom: 85px;
	}
	
	#statistics .stats {
		display: block;
	}
	
	#statistics .stats li {
		margin-bottom: 60px;
	}
	
	#statistics .stats li:last-child {
		margin-bottom: 0;
	}
	
	.contentStyle6 .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.contentStyle6 .listing {
		margin-top: 15px;
	}
	
	.contentStyle6 .listing li {
		width: 100%;
	}
	
	.contentStyle6 .listing li a {
		padding: 35px 20px;
		width: 100%;
	}
	
	.contentStyle6 .listing li .ico {
		margin-bottom: 15px;
	}
	
	#ITSolutions .section {
		padding-bottom: 60px;
	}
	
	#ITSolutions .graph {
		display: block;
	}
	
	#ITSolutions .graph .left {
		width: auto;
		margin-left: -30px;
		margin-right: -14px;
	}
	
	#ITSolutions .graph .right {
		display: table;
		width: auto;
		margin-top: -4px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#ITSolutions .graph .right .listing li {
		font-size: 16px;
	}
	
	#ITSolutions .graph .right .listing li:before {
		top: 2px;
	}
	
	#ITSolutions h3 {
		margin-bottom: 0;
	}
	
	#events .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#news .section {
		padding-bottom: 60px;
	}
	
	#news .listing li {
		width: 50%;
	}
	
	#events .listing li a {
		display: block;
		padding: 0;
	}
	
	#events .eventInfo {
		display: block;
	}
	
	#events .eventInfo .image {
		width: auto;
		margin-bottom: 30px;
	}
	
	#events .eventInfo .text .meta {
		padding-bottom: 10px;
	}
	
	#events .listing li .eventInfo, #event {
		padding: 30px 15px;
	}
	
	#events .eventInfo .text {
		width: auto;
		text-align: center;
	}
	
	#event  {
		padding-top: 50px;
	}
	
	#event .eventInfo {
		margin-bottom: 0;
	}
	
	#portfolio {
		margin-top: 20px;
	}
	
	#portfolio .section {
		padding-bottom: 1px;
	}
	
	#portfolio .listing {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	
	#portfolio .listing li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	#article .section {
		padding-top: 40px;
	}
	
	#contactUs .cols {
		display: block;
	}
	
	#contactUs .cols .leftCol {
		width: auto;	
		margin-bottom: 20px;
	}
	
	#contactUs .cols .rightCol {
		width: auto;
	}
	
	.fullImage {
		margin-bottom: 28px;
	}
	
	.postInfo {
		padding-top: 37px;
		padding-bottom: 37px;
	}
	
	.authorInfo {
		display: block;
	}
	
	.authorInfo .image {
		margin: 0 auto 30px;
		width: auto;
		max-width: 300px;
	}
	
	.authorInfo .text {
		width: auto;
		text-align: center;
	}
	
	#contactUs .cols .leftCol {
		padding: 34px 20px;
	}
	
	#teamFeedback .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#teamFeedback .slider {
		margin-top: 45px;
	}
	
	#teamFeedback .slider .swiper-slide {
		display: block;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	
	#teamFeedback .slider .image {
		margin: 0 auto 30px;
		width: auto;
		max-width: 270px;
	}
	
	#teamFeedback .slider blockquote {
		width: auto;
	}
	
	#teamFeedback .slider .prevSlide, 
	#teamFeedback .slider .nextSlide {
		margin-top: 0;
		top: 308px;
	}
	
	#management .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#management .listing li {
		width: 50%;
	}
	
	#teamServices .service,
	.contentStyle3 .section,
	.contentStyle4 .section	{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	
	#vacancies .section {
		padding-top: 60px;
		padding-bottom: 65px;
	}
	
	#vacancies .listing {
		font-size: 18px;
	}
	
	#vacancies .listing .linkBtn {
		top: -2px;
	}
	
	#inTouch .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.fileUpload {
		display: block;
	}
	
	.fileUpload .fileName {
		margin-top: 10px;
	}
	
	.fileUpload .fileChoose {
		width: 135px;
	}
	
	#inTouch .contactForm {
		padding: 30px 20px;
	}
	
	.contactForm .options {
		display: block;
	}
	
	.contactForm .options .submitBtn {
		margin-top: 20px;
	}
	
	#ourProcess .section {
		padding-top: 79px;
		padding-bottom: 87px;
	}
	
	#ourProcess .listing li {
		width: auto;
	}
	
	#partners .section {
		padding-top: 70px;
		padding-bottom: 73px;
	}
	
	#contactInfo .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#contactInfo .left {
		width: auto;
	}
	
	#contactInfo .right {
		width: auto;
		margin-left: 0;
		margin-top: 22px;
	}
	
	#contactUs .section {
		padding-top: 50px;
	}
	
	#subscribe .section {
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	#subscribe .fields {
		display: block;
	}
	
	#subscribe .fields .field {
		margin-right: 0;
		width: 100%;
	}
	
	#subscribe .lbl {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	#subscribe .fields .field {
		margin-bottom: 15px;
	}
		
	#footer .section {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 27px;
		padding-bottom: 30px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	#footer .info {
		margin-left: 0;
		width: 120px;
	}
	
	#footer .links {
		margin-left: 0;
		margin-top: 16px;
		width: 100%;
	}
	
	#footer .logo {
		margin-right: 28px;
	}
	
	.hideOnMobile {
		display: none;
	}	
	
	.showOnMobile {
		display: block;
	}	
	
	#footer .websiteBy {
		margin-top: 15px;
	}
	
	.popupBox {
		width: 100%; 
		padding: 40px 15px 50px;
	}
	
	.popupBox .cols {
		display: block;
	}
	
	.popupBox .cols .left {
		width: auto;
	}
	
	.popupBox .cols .right {
		width: auto;
	}
	
	.fancybox-slide--html .fancybox-close-small {
		right: 15px;
		top: 15px;
	}


}
@media only screen and (min-width : 950px) {
	#contactUs{
		    min-height: 950px;
	}
}
@media only screen and (max-width : 479px) {
	#management .listing li {
		width: 100%;
	}
	
	#contactUs .contactForm .fields .field.half,
	.contactForm .fields .field.half {
		width: 100%;
	}
	
	#news .listing li {
		width: 100%;
	}
	
	.navi .prev,
	.navi .next {
		text-indent: -9999em;
	}
}