/* Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ol,
ul {
	list-style-type: square;
	margin: 0 0 0 12px;
	padding: 10px;
}

ul li {
	margin: 0;
	padding: 0;
}

img {
	line-height: 0;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	text-decoration: none;
}

a {
	outline: none;
	border: none;
	text-decoration: none;
	color: #000000;
	transition: all 0.5s;
}

a:hover {
	text-decoration: underline;
}

a.button-default:hover {
	text-decoration: none;
}

/* //p, blockquote, iframe { padding-bottom:20px!important; } */
p {
	padding-bottom: 15px;
}

aside {
	font-style: italic;
	font-size: 0.9em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

@font-face {
	font-family: 'south_afirkas_2100regular';
	src: url('../fonts/south_afirkas_2100-webfont.woff2') format('woff2'),
		url('../fonts/south_afirkas_2100-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* BODY */
html {
	overflow-x: hidden;
}

body {
	position: relative;
	padding: 0;
	/* //color:#26337b; */
	color: #aaa9aa;
	font-family: 'Open Sans', Arial;
	font-size: 16px;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	/* -webkit-font-smoothing:antialiased; */
}

.body-copy {
	font-size: 22px;
	line-height: 1.4;
}

/* SCROLL BAR */
::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	border-left: 1px solid #eeeeee;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #eeeeee;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #bbbbbb;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #eeeeee;
}


/* BUTTONS */
.button-default,
.button-default-xl {
	display: inline-block;
	/* margin: 10px 0; */
	padding: 12px 24px;
	background-color: #0033a0;
	color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	text-decoration: none !important;
}

.button-default:hover {
	/* border:1px solid #1646ac; */
	background-color: #1646ac;
}

.button-media {
	margin: 0 10px 0 0;
	padding: 9px 20px;
	font-size: 12px;
	font-weight: 600;
}

.button-default-xl {
	font-size: 18px;
	font-weight: 600;
}

.button-white,
.button-white_l,
.button-white-xl {
	display: inline-block;
	height: auto;
	margin: 10px 0;
	padding: 10px 18px;
	border: 1px solid #ffffff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #ffffff;
	background-color: transparent;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
	text-decoration: none !important;
}

.button-white:hover,
.button-white-l:hover,
.button-white-xl:hover {
	background-color: #ffffff;
	color: #26337b;
}

.button-white_l {
	font-size: 18px;
}

.button-white_xl {
	margin: 25px 0;
	font-size: 26px;
}

.button-blue {
	display: inline-block;
	height: auto;
	margin: 10px 0;
	padding: 10px 16px;
	border: 1px solid #26337b;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #26337b;
	background-color: transparent;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
	text-decoration: none !important;
}

.button-blue-s {
	padding: 8px 12px;
	font-size: 13px;
}

.button-blue-xl {
	padding: 10px 30px;
	font-size: 14px;
}

.button-blue:hover {
	background-color: #26337b;
	color: #ffffff;
}

.button-cv {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 10px 14px;
	background-color: #0033a0;
	color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.button-cv:hover {
	background-color: #1646ac;
}

/* Map co-ordinates inputes */
.search-btn-wrapper {
	display: flex;
	gap: 10px;
}

.coordinates-wrapper
 {

	display: none;
}

.coordinates-wrapper input {
	margin-bottom: 0.5rem;
}

.co-ordinates-search{
	padding: 10px 14px;
	background-color: #FFFFFF;
    border: 2px solid #0033A0;
    color: #0033A0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	width: 100%;
}
.address-search {
	padding: 10px 14px;
	background-color: #0033A0;
    border: 2px solid #0033A0;
    color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	width: 100%;
}

.button-active{
	background-color:  #0033A0;
	;
    border: none;
    color: #fff;
}

.search-btn {
	padding: 10px 14px;
	background-color: #0033a0;
	color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;

	float: right;
}

.product-btn{
	display: flex;
    justify-content: center;

    gap: 1rem;
	margin-bottom: 30px;
}
.search-btn:hover {
	background-color: #1646ac;
}

/* IMAGES */
.mainimg {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.brand-img {
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding: 0;
	border: none;
	filter: grayscale(100%);
}
.brand-img-s {
	height: 30px;
}
.brand-img-l {
	height: 60px;
}
.brand-img-xl {
	height: 80px;
}

.fixed-img {
	background-attachment: fixed;
}

/* GALLERY */
.flex-gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}

.flex-gallery-item {
	width: 100%;
	height: 330px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border-left: 5px solid #f3f3f3;
	border-right: 5px solid #f3f3f3;
}

.flex-g-100 {
	width: 100%
}

.flex-g-65 {
	width: 65%
}

.flex-g-50 {
	width: 50%
}

.flex-g-33 {
	width: 33.33%
}

.flex-g-35 {
	width: 35%
}

/* STRUCTURE */
#topbar {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #dedce0;
}

.logo-bar {
	height: 80px;
	overflow: hidden;
	transition: all 0.3s;
}

.logo-bar-scroll {
	height: 40px !important;
}

#logo {
	float: left;
	width: 211px;
	height: 50px;
	margin-top: 20px;
	background-image: url(../img/Comsol_BM.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	transition: all 0.3s;
}

#logo.logo-scroll {
	width: 140px;
	height: 25px;
	margin-top: 10px;
}

#top-intro {
	float: right;
	max-width: 70%;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #26337b;
	text-align: right;
	text-transform: uppercase;
	transition: all 0.3s;
	cursor: default;
}

#top-intro.top-intro-scroll {
	margin-top: 12px;
	font-size: 13px;
}

#rightbar {
	display: block;
	/* //opacity:0; */
	visibility: hidden;
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	width: 245px;
	height: 100%;
	margin: 0;
	padding: 25px 30px;
	color: #26337b;
	background-color: #f5f5f5;
	overflow-x: hidden;
	-webkit-box-shadow: inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
	box-shadow: inset 10px 0px 11px -3px rgba(50, 50, 50, 0.55);
}

#rightbar .cactive,
#rightbar .cbar-border {
	border-bottom: 1px solid #26337b;
}

/* MENU / NAVIGATION */
.nav-bar {
	clear: both;
	height: 40px;
	border-top: 1px solid #dedce0;
}

.menu-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-items>li {
	display: inline-block;
	white-space: nowrap;
	margin: 0 1.3%;
	padding: 0;
	border: none;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	color: #26337b;
	text-transform: uppercase;
	cursor: pointer;
}

.menu-items>li:first-child {
	margin-left: 0;
}

.mspan {
	display: block;
	height: 100%;
	padding: 0 12px;
	color: #26337b;
	border-bottom: 1px solid transparent;
	text-decoration: none !important;
	cursor: pointer;
}

.mspan-drop {
	display: block;
	height: 100%;
	padding: 0 12px;
}

.mspan:hover,
.mspan-drop:hover {
	color: #ffffff;
	background-color: #26337b;
	border-bottom: 1px solid #26337b;
	transition: all 0.3s;
}

.navactive .mspan-drop:hover {
	border-bottom: 1px solid transparent !important;
}

.navactive:before {
	position: absolute;
	top: 9px;
	left: -15px;
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(../img/nav-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.navactive {
	color: #ffffff !important;
	background-color: #26337b !important;
	border-bottom: 1px solid #26337b !important;
}

.nav-top .navactive {
	margin-left: 20px;
}

.li span {
	display: block;
}

.mchild {
	display: none;
	position: absolute;
	z-index: 999999;
	top: 40px;
	left: 10px;
	right: 10px;
	/* //width:100%; */
	max-width: 700px;
	padding: 0;
	height: auto;
	background: #ffffff;
	border-top: 1px solid #26337b;
	color: #26337b;
	-webkit-box-shadow: 0 5px 20px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 5px 20px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0 5px 20px 0px rgba(50, 50, 50, 0.3);
	cursor: default;
	white-space: normal;
	line-height: 1.5;
}

.mdrop {
	display: block;
	cursor: default;
}

.mchild-header {
	border-bottom: 1px solid #dcd8dc;
	padding-bottom: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1;
}

.mchild-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mchild-list li {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #aaa9aa;
}

.mchild-list li a {
	color: #aaa9aa;
}

.mchild-list li span {
	display: inline-block;
	cursor: pointer;
}

.mchild-list li span:hover {
	text-decoration: underline;
}

.mchild-promo {
	text-transform: none;
	font-weight: 500;
	margin-top: 10px;
}

.mchild-img {
	display: block;
	height: 150px;
}

/* FAQS */
.menu-expand {
	text-align: left;
}

.menu-next {
	position: relative;
	margin: 5px 0 5px;
	padding: 15px 55px 15px 20px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
	background-color: #f3f3f3;
	color: #0033a0;
	cursor: pointer;
}

.menu-next i {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 12px;
	font-size: 25px;
}

.menu-drop {
	display: none;
}

.menu-drop ul {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 300;
	color: #0033a0;
}

.menu-drop-item {
	display: block;
	padding: 5px 12px;
	color: #00b3dc;
	font-size: 17px;
	text-decoration: none;
}

.menu-next a,
.menu-drop-item a {
	text-decoration: none;
}

.unrotated {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .2s ease-in-out;
}

.rotated {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: .2s ease-in-out;
}

/* HAMBURGER */
#navicon {
	display: none;
	float: right;
	width: 36px;
	height: 25px;
	position: relative;
	margin-top: 28px;
	margin-right: 8px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#navicon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	background: #26337b;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#navicon span:nth-child(1) {
	top: 0px;
}

#navicon span:nth-child(2),
#navicon span:nth-child(3) {
	top: 10px;
}

#navicon span:nth-child(4) {
	top: 20px;
}

#navicon.open span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

#navicon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navicon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#navicon.open span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}

#navicon.nav-scroll {
	width: 28px !important;
	margin-top: 11px !important;
	margin-right: 2px !important;
}

#navicon.nav-scroll span:nth-child(2),
#navicon.nav-scroll span:nth-child(3) {
	top: 8px !important;
}

#navicon.nav-scroll span:nth-child(4) {
	top: 16px !important;
}

#navicon.open.nav-scroll span:nth-child(1) {
	top: 8px !important;
}


/* MAIN BAR */
#mainbar {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 245px 0 0;
	padding-top: 120px !important;
	overflow-x: hidden;
}

.mainbar_sub {
	position: relative;
	/* //padding-top:20px; */
	padding-left: 80px;
	padding-right: 80px;
}

.mainwrap {
	padding-left: 80px;
	padding-right: 80px;
}

.mainbar-notify {
	padding-top: 160px !important;
}

#notifier-bar {
	min-height: 45px;
	padding: 10px 0 10px;
	color: #26337b;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.wrapper,
.wrapper-s,
.wrapper-side {
	position: relative;
	clear: both;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0 20px;
}

.wrapper-s {
	max-width: 1100px;
}

.wrapper-pad {
	padding-top: 70px;
	padding-bottom: 70px;
}

.wrapper-pad-top {
	padding-top: 140px;
}

.wrapper-side {
	max-width: 635px;
}

.wrapper-side-40 {
	max-width: 426px;
}

.wrapper-side-left {
	float: left;
	padding-left: 50px;
}

.wrapper-side-right {
	float: right;
	padding-right: 50px;
}

.wrapper-pad {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

/* PROJECTS */
.project-list {
	list-style: none;
	height: auto;
	padding: 0;
	margin: 0;
}

.project-list li {
	float: left;
	position: relative;
	width: 33%;
	height: 300px;
	margin-right: 0.5%;
	margin-bottom: 6px;
}

.project-list li:nth-child(3n+3) {
	margin-right: 0;
}

.project-mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	cursor: pointer;
}

.project-mask-sub {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}

.project-mask-title {
	font-size: 26px;
	font-weight: 500;
}

.project-mask-copy {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.project-header {
	padding-bottom: 70px;
}

.project-column,
.project-column50 {
	width: 100%;
	margin-bottom: 8px;
}

.project-column50 {
	width: 49.6%;
}

.project-column33 {
	float: left;
	width: 33.33%;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

.project-column33-l {
	text-align: left;
}

.project-column33-r {
	text-align: right;
}

/* SECTIONS */
.div-section {
	clear: both;
	width: 100%;
	background-color: #ffffff;
}

.hero-bar { 
	position:relative;
	width:100%;
	color:#ffffff;
	margin:0;
	background-image:url(../img/hero-globe-01.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}
.hero-bar .wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.hero-header { 
	width: 100%;
	max-width: 720px;
	padding: 0;
	margin-right: 0;
}
.hero-header h1 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	color:#ffffff;
	text-align: left;
}
.hero-bottom { 
	list-style:none;
	margin:0;
	padding:0;
}

.hero-bottom li { 
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 70px;
	padding: 25px 25px 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.6);
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	color: #ffffff;
	cursor: default;
}
.hero-bottom li:last-child {
	left: 50%;
	border-right: none;
}

.hero-bottom li:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.hero-bottom-copy { 
	position:absolute;
	left:0;
	width:100%;
	padding:0 30px;
	text-align:center;
}
.hero-bottom-copy .button-default {
	margin: 10px 2vw;
}
.hero-bottom-header { 
	height:70px;
	line-height:70px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.hero-bottom-text {
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
}

.hero-msg {
	font-size: 21px;
	font-weight: 600;
}

.fab-column {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-right: -4px;
	padding: 30px;
	text-align: center;
}

.fab-column-s {
	padding: 8px;
}

.fab-icon {
	width: 70px;
	height: 70px;
	margin: auto;
	color: #26337b;
	font-size: 50px;
}

.fab-title {
	padding: 0 5px;
	margin: 20px 0 10px;
	color: #aaa9aa;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.fab-title-l {
	font-size: 17px;
	margin: 25px 0 10px;
}

.fab-copy {
	padding: 0 5px;
	margin: 10px 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

.fab-blue {
	color: #26337b;
}

.contact-divider {
	width: 100%;
	height: 0;
	border-top: 1px solid #c6c6c6;
	margin: 50px 0;
}

.fg-logo {
	width: 220px;
	margin-bottom: 40px;
}

.fg-height {
	height: 500px;
}

.home-overview,
.fg-overview {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 65%;
	max-width: 700px;
	margin: auto;
	text-align: center;
}

.fg-overview .sa-title {
	font-size: 32px;
}

.home-overview span,
.fg-overview span {
	display: table-cell;
	vertical-align: middle;
}

.home-overview-copy {
	margin-bottom: 15px;
	font-size: 20px;
}

/* NEWS */
.news-main,
.news-sub {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-main>li {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 22px 65px 22px 20px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}

.news-sub>li {
	padding-top: 15px;
}

.news-main>li:hover,
.news-main-active {
	color: #ffffff !important;
	background-color: #0033a0 !important;
}

.news-arrow {
	position: absolute;
	top: 20px;
	right: 27px;
	font-size: 30px !important;
	transition: all 0.2s;
}

.news-sub {
	display: none;
}

.news-copy {
	padding-top: 25px !important;
}

.news-sub>li {
	margin-top: 0;
	background-color: transparent;
	border: none;
	font-size: 15px;
}

.news-sub>li:last-child {
	border-bottom: none;
}

.news-sub>li a {
	color: #ffffff;
	text-decoration: underline;
}

.news-sub>li a:hover {
	text-decoration: underline;
}

.rotated {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari and Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}



/* TEAM */
.team-list {
	list-style: none;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
}

.team-list li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 33.33%;
	margin-right: -4px;
	margin-bottom: 25px;
}

.team-box {
	display: inline-block;
	width: 100%;
	max-width: 235px;
	margin: 14px 0 30px;
	/* //padding-top:90px; */
	line-height: 20px;
}

.team-image {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
	height: 43px;
	width: 120px;
	border: 2px solid #26337b;
	background-color: #26337b;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
	text-decoration: none !important;
}

.team-image:hover {
	border: 2px solid #3d498a;
	background-color: #3d498a;
}

.team-line {
	width: 50%;
	height: 50px;
	border-right: 2px solid #0033a0;
}

.team-title {
	margin-top: 12px;
	font-size: 15px;
	font-weight: 700;
	color: #26337b;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-body {
	margin-top: 8px;
	font-size: 17px;
	font-weight: 400;
	color: #949494;
}

.team-contact {
	margin-top: 6px;
	font-size: 17px;
	color: #0b1C2b;
	font-weight: 500;
}

/* MAPS */
.map-div {
	/* //background-color:#e2e2e2; */
	/* position: relative; */
	/* height: 800px; */
	color: #26337b;
}

#googlemap {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.map-cover {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.map-directions {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 40px;
}

.coverage-map {
	position: relative;
}

#map {
	width: 100%;
	height: 100%;
}

.map-div1 {
    padding: 2rem;
}

.map-box {
	position: relative;
	z-index: 1;
	top: 0;
	left: 40px;
	width: 100%;
	/* max-width: 340px; */
	 max-width: 400px; 
	padding: 30px;
	background-color: #ffffff;
	color: #515050;
	text-align: left;
	box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
}

#map-search {
	background-color: #ffffff;
	font-family: 'Open Sans', Arial;
	font-size: 17px;
	font-weight: 300;
	padding: 12px 17px;
	margin: 0;
	text-overflow: ellipsis;
	width: 100%;
	border: 2px solid #27327b;
	border-radius: 0;
	-webkit-appearance: none;
}

#map-search:focus {
	border: 2px solid #bbbcbc;
}

.input-custom {
	background-color: #ffffff;
	font-family: 'Open Sans', Arial;
	font-size: 17px;
	font-weight: 300;
	padding: 12px 17px;
	margin: 0;
	text-overflow: ellipsis;
	width: 100%;
	border: 2px solid #27327b;
	border-radius: 0;
	-webkit-appearance: none;
}

.input-custom:focus {
	border: 2px solid #bbbcbc;
}

.location-search div {
	margin-top: 10px;
}

.map-product {
	margin-top: 15px;
}

.map-yes,
.map-no {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	transition: all 0.4s;
}

.map-key {
	font-size: 13px;
}

.map-product-key {
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 11px;
	font-weight: 100;
	text-align: center;
}

.map-yes {
	background-color: #26337b;
}

.map-no {
	background-color: #bbbcbc;
}

.map-zoom-text {
	float: left;
	font-size: 17px;
	font-weight: 600;
	line-height: 40px;
}

.map-coverage {
	margin-top: 10px;
	margin-bottom: 4px;
}

.map-cover-button {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #0077c8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.map-cover-text {
	font-size: 15px;
	color: #0077c8;
	line-height: 30px;
}

.map-container {
	font-family: 'Open Sans', Arial;
}

.pac-container,
.pac-item {
	width: inherit !important;
}

.pac-item,
.pac-item-query {
	font-family: 'Open Sans', Arial;
	font-size: 13px;
}

.pac-container:after {
	background-image: none !important;
	height: 0;
	padding: 0;
	margin: 0;
}

.gm-style .gm-style-iw {
	color: #515050;
	font-size: 17px;
	line-height: 1.3;
	max-width: 280px;
	text-align: center;
	padding: 16px 10px 8px;
}

.map-controls {
	margin-top: 20px;
}

.map-col {
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
	margin-right: -4px;
}

.button-search {
	color: #0077c8;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.button-search:hover {
	text-decoration: underline;
}

.map-loading {
	display: none;
	padding: 25px 0;
	color: #0077c8;
	font-size: 16px;
	font-weight: 500;
}

.map-loading i {
	font-size: 16px;
}

.map-checking {
	float: right;
	margin-top: 8px;
}

.map-enquire {
	display: none;
}

#map-cxs {
	display: none;
}

/* ABOUT US */
.about_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about_usp {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 -4px 10px 5%;
	padding: 0;
	text-align: left;
	cursor: default;
	overflow: hidden;
}

.about_usp:nth-child(3n+1) {
	margin-left: 0;
}

.about_usp a {
	text-decoration: none !important;
}

.about_container {
	padding: 10px 20px;
}

.about_header {
	display: inline-block;
	margin: 0 auto 5px;
	padding: 6px 0 4px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.about_copy {
	/* overflow: hidden; */
	font-size: 20px;
	font-weight: 300;
	color: #26337b;
	clear: both;
}
.about_copy p {
	padding-bottom: 0;
}
.about_margin {
	margin-right: 3.3%;
}

.about_img {
	height: 200px;
}

.article-img {
	position: relative;
	height: 200px;
}

.article-img::before {
	content: '+';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 51, 160, 0.9);
	left: 0;
	top: 0;
	opacity: 0;
	color: #ffffff;
	font-size: 60px;
	font-weight: 300;
	line-height: 200px;
	text-align: center;
	transition: all .5s;
}

.article-hero {
	height: 350px;
}

.about_usp a:hover .article-img::before {
	opacity: 1;
}

.article-copy {
	font-size: 16px;
	font-weight: 300;
	color: #26337b;
}

/* BLOG */
.blog-header {
	margin-bottom: 18px;
	font-size: 28px;
	font-weight: 500;
	color: #26337b;
}

.blog-copy {
	font-size: 20px;
	font-weight: 300;
	color: #26337b;
}

.blog-copy p {
	padding-bottom: 0;
}

.author-table {
	background-color: #ffffff;
	padding: 25px;
	margin: 15px 0 25px;
}

.life-auth-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 25px;
}

.author-title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* TIMELINE */
.time-block-left,
.time-block-right {
	position: relative;
	padding-top: 10px;
	padding-bottom: 120px;
	margin-left: 0;
}

.time-block-left {
	float: left;
	border-right: 2px solid #0033a0;
	padding-right: 80px;
	text-align: right;
}

.time-block-right {
	float: right;
	border-left: 2px solid #0033a0;
	padding-left: 80px;
	text-align: left;
}

.time-circle-left,
.time-circle-right {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border: 2px solid #0033a0;
	border-radius: 0;
	font-size: 26px;
	font-weight: 700;
	background: #ffffff;
}

.time-circle-left {
	right: -53px;
}

.time-circle-right {
	left: -53px;
}


/* PORTFOLIO */
.work_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.work_list li {
	float: left;
	width: 32%;
	margin: 0 2% 50px 0;
	text-align: left;
	cursor: default;
	overflow: hidden;
}

.work_list li:nth-child(3n+3) {
	margin-right: 0;
}

.work_block {
	position: relative;
	margin: 15px auto 10px;
	width: 100%;
}

.work_tile {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #000000;
	text-align: center;
	zoom: 1;
}

.work_tile_t {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 15px;
	font-size: 20px;
	color: #ffffff;
}

.work_tile_c {
	display: table-cell;
	vertical-align: middle;
}

.work_header {
	margin: 0 auto 5px;
	padding: 0;
	font-size: 16px;
}


/* CONTACT LIST */
.contact_list {
	list-style: none;
	padding: 0;
	margin: 45px 0;
	font-size: 22px;
	text-align: center;
}

.contact_list li {
	display: inline-block;
	margin: 5px 20px;
	padding: 12px 5px 12px 60px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
}

.contact_phone {
	background-image: url(../img/contact-pic-p.png);
}

.contact_email {
	background-image: url(../img/contact-pic-e.png);
}


/* HEADINGS */
h1 {
	clear: both;
	margin-bottom: 36px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaa9aa;
}

/* WEIGHTS */
.weight-m {
	font-weight: 400;
}

/* INTRO BAR */
.intro-copy {
	line-height: 35px;
}

.barclear {
	clear: both;
	width: 100%;
	margin-top: 15px;
	padding: 0;
}

.barpad {
	padding: 20px;
}

.bw_div {
	cursor: default;
}

.bw_block {
	display: inline-block;
	vertical-align: top;
	padding: 15px 20px;
}

.bw_l {
	padding-left: 10px;
}

.bw_i {
	color: #777777;
	cursor: pointer;
}

.bw_i:hover {
	color: #333333;
}

.snappla_div {
	display: none;
}

.rightmenu {
	display: block;
	position: absolute;
	top: 0;
	right: 245px;
	padding: 0;
	width: 100%;
	padding: 0;
}

.sidemenu {
	left: -245px;
}

.activemenu {
	left: 0;
}

.barcover {
	/* //display:none; */
	position: fixed;
	z-index: 998;
	top: 0;
	left: -245px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: default;
}

.column100 {
	clear: both;
	width: 100%;
}

.column75 {
	width: 75%;
}

.column70 {
	width: 70%;
}

.column68 {
	width: 68%;
}

.column50 {
	width: 50%;
}

.column47 {
	width: 47%;
}

.column30 {
	width: 30%;
}

.column33 {
	float: left;
	width: 33%;
}

.column25 {
	float: left;
	width: 25%;
}

.column22 {
	float: left;
	width: 22%;
}


/* HEADINGS */
.header1 {
	padding-bottom: 38px;
	font-size: 34px;
	font-weight: 100;
	line-height: 1.4;
}

.header2 {
	padding-bottom: 50px;
	font-size: 28px;
	line-height: 1.4;
}

.page-hero {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-hero-sub {
	display: table;
	height: 450px;
}

.page-hero-sub-xl {
	height: 600px;
}

.page-hero-block {
	display: table-cell;
	vertical-align: middle;
	vertical-align: bottom;
	padding-bottom: 65px;
}

.page-hero-block-bottom {
	/* //padding-top:190px; */
	padding-top: 140px;
}

.page-hero span { 
	display:block;
	cursor:default;
}
.page-hero h1 { 
	margin-bottom: 0;
	font-size:50px;
	font-weight:700;
	letter-spacing:1px;
	line-height:1.2;
	text-transform:uppercase;
	color:#ffffff;
	text-shadow:1px 1px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-appearance:none;
}
.sa-title, .page-hero-sa span { 
	font-family:'south_afirkas_2100regular';
	font-weight:400!important;
}

.page-hero-block-sub {
	font-size: 19px;
}

.page-header {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 300;
	color: #26337b;
}

.page-sub,
.page-share {
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: 300;
}

.page-sub {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.section-header {
	margin-bottom: 30px;
	color: #26337b;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* RIGHT BAR */
.laccount {
	height: 76px;
	padding-left: 20px;
	cursor: default;
}

.laccount_icon {
	float: left;
	width: 36px;
	height: 36px;
	margin: 16px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	border: 3px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.laccount_copy {
	float: left;
	height: 76px;
	margin-left: 12px;
	width: 90px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	overflow: hidden;
	display: table;
}

.laccount_copy span {
	display: table-cell;
	vertical-align: middle;
}

.laccount_icon_s {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 15px 0 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	border: 3px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.laccount_copy_s {
	float: left;
	margin-top: 7px;
}

.laccount_button {
	display: block;
	float: right;
	height: 76px;
	padding: 0 30px 0 26px;
	color: #ffffff;
	font-size: 20px;
	line-height: 76px;
	cursor: pointer;
}

.laccount_button:hover {
	color: #ffffff;
}

.ltools_button {
	color: #ffffff;
}

.ltools_button:hover {
	color: #ffffff;
}

.laccount_sub {
	position: absolute;
	right: 0;
	top: 16px;
	cursor: pointer;
}

.laccount_sub_s {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	/* //padding-left:10px; */
	line-height: 60px;
	cursor: pointer;
}

.laccount_sub_s:hover {
	/* //background:#797979; */
	color: #ffffff;
}

.laccount_sub_s i {
	width: 70px !important;
	margin-right: 0 !important;
	text-align: center;
}

.ltools {
	/* //background:#797979; */
	color: #ffffff;
}

.lmenu,
.lsubmenu {
	list-style: none;
	height: auto;
	padding: 0;
	margin: 0;
}

.lmenu li {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 0;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.lmenu li:hover {
	/* //text-decoration:underline; */
}

.lmenu li span {
	padding-bottom: 10px;
	cursor: pointer;
}

.lactive {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 6px;
	/* //background:#a09494; */
	cursor: pointer;
}

.larrow {
	height: 16px;
	padding-left: 25px;
	margin-bottom: -1px;
	/* //background-color:#ffffff; */
	background-image: url(../img/carrow_r.png);
	background-position: 30px bottom;
	background-repeat: no-repeat;
}

.lsplit {
	width: 100%;
	clear: both;
	border-top: 1px solid #e0e0e0;
	margin: 0 auto;
}

.lsocial {
	margin-top: 15px;
	font-size: 28px;
}

.lsocial i {
	cursor: pointer;
}

.lsocial i:hover {
	color: #f5f5f5;
}

.rightbar-logo {
	position: absolute;
	z-index: 999999;
	bottom: 28px;
	/* //left:0; */
	right: -128px;
	/* //right:55px;
	//margin:auto; */
	width: 128px;
	height: 34px;
	background-image: url(../img/Xfacta_BM_W.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}


/* INPUT ELEMENTS */
.check_input {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	padding: 7px 10px;
	/* //color:#787864; */
	background-color: #ffffff;
	border: 1px solid #26337b;
	font-family: inherit;
	font-size: 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}

.check_input_m2 {
	margin-right: 2%;
}

.check_input50 {
	float: left;
	width: 49%;
}

.check_tarea {
	float: left;
	width: 100%;
	height: 190px;
	margin: 5px 0;
	padding: 10px;
	border: none;
	overflow-y: auto;
	resize: none;
	background-color: #ffffff;
	border: 1px solid #26337b;
	font-family: inherit;
	font-size: 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}

.dropdown {
	float: left;
	height: 34px;
	overflow: hidden;
	background: #e9e9e9 url(../img/CB_DownArrow.png) no-repeat right center;
	border: 0;
	border: none;
}

.dropdown select {
	height: 34px;
	padding-right: 25px;
	background: transparent;
	font-family: inherit;
	font-size: 16px;
	line-height: 34px !important;
	color: #000000;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border: none;
	@include border-radius(0);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	cursor: pointer;
}

select#o_heard_about_us,
select#o_partner,
select#acc_type {
    border: 1px solid #26337b;
}

.dropdown70 {
	width: 70px;
}

.dropdown70 select {
	width: 98px;
}

.dropdown350 {
	width: 350px;
	height: 34px;
	overflow: hidden;
	background: #ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border: 0;
	border: none;
}

.dropdown350 select {
	width: 378px;
	height: 34px;
	padding: 0 0 0 11px;
	background: transparent;
	font: 400 16px 'museo100', Arial;
	line-height: 34px !important;
	color: #787864;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border: none;
	@include border-radius(0);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	cursor: pointer;
}

.dropdownfull {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 5px 0;
	overflow: hidden;
	background: #ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border: 0;
	border: none;
}

/* .dropdownfull_g {
	clear: both;
	width: 100%;
	height: 44px;
	margin: 5px 0;
	overflow: hidden;
	background: #ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border: 1px solid #26337b;
} */


.dropdownfull_g select {
	width: 100%;
	height: 40px;
	padding: 0 0 0 11px;
	background: transparent;
	font-family: inherit;
	font-size: 15px;
	line-height: 40px !important;
	color: #333333;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border: none;
	@include border-radius(0);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	cursor: pointer;
}

/* .dropdownfull_select{
	border: 1px solid blue;
} */

/* MODAL DESIGN */
.modal {
	font-size: 16px;
	padding: 15px 25px 90px 15px;
	background: #ffffff;
}

.mwrapper {
	width: 100%;
	height: 100%;
	padding: 30px 50px 30px;
}

.modalbar {
	position: fixed;
	z-index: 99995;
	bottom: 0;
	left: 0;
	padding: 12px 14px;
	width: 100%;
	text-align: right;
	background: #a09494;
}


/* NOTIFIER */
.notifier_bar {
	display: inline-block;
	position: fixed;
	z-index: 99995;
	bottom: 25px;
	right: 25px;
	padding: 12px 16px;
	background: #ed6e45;
	font-size: 16px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
}

.notifier_msg {
	float: left;
	padding: 12px 0 0 20px;
}

.notifier_close {
	float: right;
	width: 45px;
	height: 45px;
	background: transparent url(../img/CB_CloseX_Inactive.png) no-repeat center center;
	cursor: pointer;
}

.notifier_close:hover {
	background: transparent url(../img/CB_CloseX_Active.png) no-repeat center center;
}

/* VIDEO */
.videowrap {
	position: relative;
	/* //padding-bottom:56.25%; */
	padding-bottom: 53%;
	padding-top: 25px;
	height: 0;
	margin: auto;
}

.videowrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-divider {
	height: 30px;
}

.videopop {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	cursor: pointer;
}

.videopop:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.video-button {
	display: inline-block;
	padding: 10px 18px;
	margin-bottom: 10px;
	background: #EEE;
	border: none;
	border-radius: 7px;
	color: #222;
	font-family: inherit;
	font-size: 16px;
	text-shadow: 0 1px white;
	cursor: pointer;
}

.video-button:hover {
	background-color: #8CF;
	text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
	color: #222;
}

.video-button:active,
.video-button.is-checked {
	background-color: #28F;
}

.video-button.is-checked {
	color: white;
	text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.video-button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.video-button-group:after {
	content: '';
	display: block;
	clear: both;
}

.video-button-group .video-button {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	border-radius: 0;
	margin: 0 20px;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.video-item {
	display: inline-block;
	width: 45%;
	margin: 30px 2%;
}

.videoicon {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* //background:transparent url(../img/youtube-off.png) no-repeat center center; */
	background-image: url(../img/youtube-off.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px 56px;
	cursor: pointer;
}

.videoicon:hover {
	background-image: url(../img/youtube-on.png);
}

.video-footer {
	font-size: 20px;
	font-weight: 400;
	margin: 50px 0 30px;
}


/* CIRCLES */
.circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/* //behavior: url(./javascript/PIE/PIE.php); */
}

/* SCROLL TO TOP */
#topscroll {
	display: none;
	position: fixed;
	z-index: 999999;
	bottom: 20px;
	right: 25px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 30px;
	line-height: 48px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #aaa9aa;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	cursor: pointer;
}

#topscroll:hover {
	background-color: #fd45b9;
}


/* FOOTER */
#footer {
	background-color: #27327b;
	color: #ffffff;
}

.footer-column {
	float: left;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 300;
}

.footer-logos a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.footer-member {
	float:right;
	width: 120px;
	margin-bottom:30px;
}

.footer-strategy {
	float: right;
	width: 200px;
	height: 43px;
	margin-bottom: 15px;
	background-image: url(../img/Comsol_BM_G.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-copyright {
	float: left;
	padding-top: 9px;
	padding-bottom: 55px;
	font-size: 13px;
	font-weight: 500;
}

.footer-copyright a {
	color: #ffffff;
}

/* TABLES */
.table {
	display: table;
	height: 100%;
	width: 100%;
}

.table-auto {
	height: auto;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.table-cell-t {
	vertical-align: top;
}

.table-cell-m {
	vertical-align: middle;
}

.table-cell-b {
	vertical-align: bottom;
}

.tablepad {
	padding: 75px 30px;
}

.tablesplit {
	border-bottom: none;
	border-right: 1px solid #9beeeb;
}

.theight {
	height: 100%;
}

.twidth {
	width: 100%;
}

.vtop {
	vertical-align: top;
}

.vcenter {
	vertical-align: middle;
}

.table-title {
	margin-bottom: 20px;
	color: #26337b;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.table-copy {
	font-size: 15px;
	/* //font-weight:300; */
	line-height: 1.2;
}

.table-sub-title {
	font-weight: 600;
	padding-bottom: 15px;
}

.contact-table {
	width: 100%;
	border-collapse: collapse;
}

.contact-table td {
	padding: 12px 5px;
	border-bottom: 1px solid #aaa9aa;
	vertical-align: top;
}

.contact-table tr:last-child td {
	border-bottom: none;
}

.contact-table a {
	color: #26337b;
	text-decoration: none;
	font-weight: 600;
}

.contact-table a:hover {
	text-decoration: underline;
}



/* GENERAL */
*:focus {
	outline: none;
}

.relative {
	position: relative;
}

.clear {
	clear: both;
}

.clicker {
	cursor: pointer;
}

.cdefault {
	cursor: default !important;
}

.fmedium {
	font-weight: 600;
}

.fbold {
	font-weight: 700;
}

.link {
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}

.olink {
	text-decoration: underline;
	cursor: pointer;
}

.flink {
	color: #ffffff;
	cursor: pointer;
}

.flink:hover {
	text-decoration: underline;
}

.block {
	display: block;
}

.inblock {
	display: inline-block !important;
}

.hidden {
	display: none;
}

.box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.nowrap {
	white-space: nowrap;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.contain {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.cover {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.cover-top {
	background-position: top center;
}

.cover-bottom {
	background-position: bottom center;
}

.cover-right {
	background-position: center right;
}

.cover-left {
	background-position: center left;
}

.white {
	background-color: #ffffff;
}

.grey {
	background-color: #dcd8dc;
}

.lgrey {
	background-color: #f3f3f3;
}

.twhite {
	color: #ffffff;
}

.tnavy {
	color: #26337b !important;
}

.divider,
.divider-s {
	clear: both;
	height: 15px;
}

.divider-m {
	clear: both;
	height: 30px;
}
.divider-l {
	clear: both;
	height: 50px;
}

.divider-xl {
	clear: both;
	height: 80px;
}

.show-l {
	display: inline-block !important;
}

.show-m {
	display: none !important;
}

.circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/* //behavior: url(./javascript/PIE/PIE.php); */
}

.spad {
	padding: 20px;
}

.tnormal {
	text-transform: none !important;
}

/* PLACEHOLDER */

label.error {
	font-size: 16px;
	font-weight: 400;
	color: #26337b;
}

#yerror,
#oerror {
	display: none;
	overflow: auto;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #26337b;
	text-align: left;
	background-color: #ffffff;
}

#yerror label,
#oerror label {
	float: none;
	width: auto;
}

.placeholder {
	color: #797979;
}

.placeholderFocus {
	color: #797979;
}

::-webkit-input-placeholder {
	color: #797979;
}

/* WebKit browsers */
:-moz-placeholder {
	color: #797979;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
	color: #797979;
}

/* Mozilla Firefox 19+ */
input:-moz-placeholder {
	color: #797979;
}

:-ms-input-placeholder {
	color: #797979;
}

/* Internet Explorer 10+ */

#psearchform::-webkit-input-placeholder {
	color: #797979;
}

#psearchform:-moz-placeholder {
	color: #797979;
}

#psearchform::-moz-placeholder {
	color: #797979;
}

#psearchform:-ms-input-placeholder {
	color: #797979;
}

.check_input::-webkit-input-placeholder,
.check_tarea::-webkit-input-placeholder {
	color: #797979;
}

/* WebKit browsers */
.check_input:-moz-placeholder,
.check_tarea:-moz-placeholder {
	color: #797979;
}

/* Mozilla Firefox 4 to 18 */
.check_input::-moz-placeholder,
.check_tarea::-moz-placeholder {
	color: #797979;
}

/* Mozilla Firefox 19+ */
.check_input:-moz-placeholder,
.check_tarea:-moz-placeholder {
	color: #797979;
}

.check_input:-ms-input-placeholder,
.check_tarea:-ms-input-placeholder {
	color: #797979;
}

/* Internet Explorer 10+ */
.check_input::-moz-placeholder,
.check_tarea::-moz-placeholder {
	color: #797979;
}

.msearchi::-webkit-input-placeholder {
	color: #333333;
}

/* WebKit browsers */
.msearchi:-moz-placeholder {
	color: #333333;
}

/* Mozilla Firefox 4 to 18 */
.msearchi::-moz-placeholder {
	color: #333333;
}

/* Mozilla Firefox 19+ */
.msearchi:-moz-placeholder {
	color: #333333;
}

.msearchi:-ms-input-placeholder {
	color: #333333;
}

/* Internet Explorer 10+ */
.msearchi::-moz-placeholder {
	color: #333333;
}


/* MEDIA QUERIES - 1100PX */
@media screen and (max-width: 1100px) {

	/* MENU */
	.menu-items>li {
		margin: 0 0.4%;
	}

	.home-overview {
		left: -50px;
	}

	.fg-height {
		height: 650px;
	}

	.fg-overview {
		left: -20px;
		width: 75%;
		margin-top: 15px;
	}

	.fg-overview .sa-title {
		font-size: 24px;
	}

	/* FOOTER */
	.footer-strategy {
		clear: both;
		float: left;
	}

}


/* MEDIA QUERIES - 960PX */
@media screen and (max-width: 960px) {

	/* MENU */
	.menu-items>li {
		margin: 0;
		font-size: 13px;
	}

	/* MAPS */
	.map-box {
		position: absolute;
		left: 0;
		max-width: 100%;
		box-shadow: none;
		top: 100px;
	}

}


/* MEDIA QUERIES - 850PX */
@media screen and (max-width: 850px) {

	/* STRUCTURE */
	#mainbar {
		padding-top: 80px !important;
	}

	.hero-bar {
		/* //margin-top:80px; */
	}

	#topbar {
		/* //transition:none!important; */
	}

	#top-intro,
	.nav-bar {
		display: none;
	}

	#navicon {
		display: block;
	}

	#logo {
		/* //width:180px;
		//height:60px; */
	}

	.cbar {
		margin-left: 30px;
	}

	/* SECTIONS */
	.team-list li {
		width: 50%;
	}

	.column25 {
		width: 50%;
	}

	.fab-column {
		width: 50%;
	}

}


/* MEDIA QUERIES - 800PX */
@media screen and (max-width: 800px) {

	.column22,
	.column75 {
		float: left;
		clear: left;
		margin: 0 0 5px;
		width: 100%;
	}

}
@media screen and (max-width: 950px) {

	#googlemap {
		
		top: 38rem;
		
	}

}


/* MEDIA QUERIES - 710PX */
@media screen and (max-width: 710px) {

	/* GALLERY */
	.flex-gallery {
		display: block;
	}

	.flex-gallery-item {
		width: 100% !important;
		height: 240px;
		border: none;
	}

	/* SECTIONS */
	.hero-bottom {
		display: none;
	}

	/* VIDEO */
	.video-item {
		width: 100%;
		margin: 30px 0;
	}
	
	#googlemap {
		
		top: 42rem;
		
	}

}


/* MEDIA QUERIES - 603PX */
@media screen and (max-width: 603px) {

	/* BUTTONS */
	.button-default {
		min-width: 100px;
	}

	/* STRUCTURE */
	#topbar {
		/* //padding:20px 0; */
	}

	.header1 {
		font-size: 30px;
	}

	.header2 {
		font-size: 24px;
	}

	.page-header {
		font-size: 20px;
	}

	.page-hero-block-bottom {
		padding-top: 0;
	}

	.page-hero-sub {
		height: 300px;
	}

	.page-hero-sub-xl {
		height: 450px;
	}

	.page-hero span {
		font-size: 34px;
	}

	.fg-logo {
		width: 160px;
		margin-top: 65px;
	}

	/* FOOTER */
	.footer-copyright {
		padding-top: 50px;
	}

	/* SECTIONS */
	.intro-copy {
		font-size: 18px;
		line-height: 1.7;
	}

	.home-overview,
	.fg-overview {
		text-align: left;
	}

	/* TEAM */
	.team-title {
		font-size: 18px;
	}

	.team-body {
		font-size: 15px;
	}

	.team-contact {
		font-size: 15px;
	}

	.feature-title {
		font-size: 18px;
	}

	.feature-sub {
		font-size: 15px;
	}

	.feature-video-title {
		font-size: 15px;
	}

	.contact-title {
		font-size: 18px;
		font-weight: 400;
	}

	.contact-contact {
		font-size: 15px;
	}

	.contact-manager {
		font-size: 15px;
	}

	.contact-address {
		font-size: 15px;
		line-height: 1.4;
	}

	/* GENERAL */
	#main,
	#aside,
	.column50,
	.column47,
	.column33,
	.imagel49,
	.imager49,
	.imagel40,
	.imager60,
	.imagel60 img,
	.imager40 img,
	.imagel40 img,
	.imager60 img,
	.column25 {
		float: left;
		clear: left;
		/* //margin:0 0 5px; */
		width: 100%;
	}

	.show-l {
		display: none !important;
	}

	.show-m {
		display: inline-block !important;
	}

	/* PROJECTS */
	.project-list li {
		width: 100%;
		/* //height:250px; */
		margin-right: 0;
	}

	.project-column50,
	.project-column33 {
		clear: left;
		width: 100%;
	}

	.project-column33 {
		padding: 20px 0;
	}

	.project-column33-l,
	.project-column33-r {
		text-align: center;
	}

	.wrapper-side-left {
		padding-left: 20px;
	}

	.wrapper-side-right {
		padding-right: 20px;
	}

	/* TIMELINE */
	.time-block-left,
	.time-block-right {
		width: auto;
		margin-left: 30px;
		padding-left: 50px;
	}

	.time-block-left {
		float: left;
		border-right: none;
		border-left: 2px solid #0033a0;
		/* //padding-left:80px; */
		padding-right: 0;
		text-align: left;
	}

	.time-circle-left,
	.time-circle-right {
		right: auto;
		left: -38px;
		width: 70px;
		height: 70px;
		font-size: 20px;
		line-height: 69px;
	}

	.about_copy {
		font-size: 16px;
		font-weight: 400;
	}

	/* ARTICLE */
	.author-table,
	.author-table .table-cell {
		display: block;
	}

	.article-hero {
		height: 250px;
	}

}


/* MEDIA QUERIES - 520PX */
@media screen and (max-width: 520px) {
	/* @media screen and (max-width: 520px) and (orientation: portrait) { */

	.hero-header h1 {
		font-size: 28px;
 	}

	.hero-msg {
		font-size: 14px;
	}

	/* SECTIONS */
	.team-list li {
		width: 100%;
	}

	/* INPUT */
	.check_input_m {
		margin-right: 0;
	}

	.check_input50 {
		width: 100%;
	}

	/* ABOUT US */
	.about_usp {
		width: 100%;
		margin: 0 0 50px;
	}

	/* SECTIONS */
	.home-overview-copy {
		font-size: 18px;
	}

	.fab-column {
		width: 100%;
	}



}


/* MEDIA QUERIES - 480PX */
@media screen and (max-width: 480px) and (orientation: portrait) {}


/* MEDIA QUERIES - 320PX */
@media screen and (max-width: 320px) and (orientation: portrait) {}


/* CLAYTON */
h2 {
	font-size: 24px;
    margin-bottom: 12px;
}
.tupper {
	text-transform: uppercase;
}
.fab-flex {
	display: flex;
	flex-wrap: wrap;
}
.solutions-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 870px;
	margin: auto;
}
.solutions-flex a {
	display: inline-block;
	width: 47%;
	transition: 0.4s all;
}
.solutions-flex a img {
	display: block;
	width: 100%;
}
.fab-blocks {
	justify-content: space-between;
}
.fab-blocks .fab-column {
	padding: 0;
	margin-right: 0;
	width: calc(33.33% - 30px);
	transition: 0.4s all;
}
.fab-blocks .fab-title {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 70px;
	margin: 0 0 20px;
	color: #26337b;
	line-height: 1.2;
}
.fab-blocks img {
	width: 100%;
	transition: 0.4s all;
}
.fab-blocks .fab-copy {
	font-size: 15px;
}
.fab-blocks-4 .fab-column {
	width: calc(25% - 20px);
}
.industries-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.industries-item {
	padding: 15px;
	margin-bottom: 15px;
}
.industries-icon {
	margin-bottom: 15px;
}
.industries-icon img {
	max-height: 70px;
}
.industries-title {
	color: #000000;
}
.product-tab {
	display: flex;
	flex-wrap: wrap;
}
.product-tab-lcol, .product-tab-rcol {
	padding: 50px;
}
.product-tab-lcol {
	width: 35%;
	background-color: #f5f5f5;
}
.product-tab-rcol {
	width: 65%;
}
.product-tab h3 {
	margin-bottom: 30px;
	font-size: 19px;
	text-transform: uppercase;
}
.product-tab h4 {
	color: #0033a0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
}
.product-tab p {
	color: #000000;
}
.product-tab-lcol p {
	font-size: 17px;
}
.product-tab-rcol p {
	margin-bottom: 20px;
	font-size: 16px;
}
@media (hover: hover) {
	.solutions-flex a:hover { 
		transform: translateY(-2px);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	}
	a.fab-column:hover { 
		text-decoration: none;
	}
	a.fab-column:hover img { 
		transform: scale(1.03);
	}
}
@media screen and (max-width: 800px) {
	.product-tab-lcol, .product-tab-rcol {
		padding: 30px;
	}
}
@media screen and (max-width: 750px) {
	.fab-blocks .fab-column {
		width: calc(50% - 10px);
		margin-bottom: 40px;
	}
	.fab-blocks-4 .fab-column {
		width: calc(50% - 10px);
	}
	.fab-blocks-4 .fab-title {
		min-height: 40px;
		font-size: 15px;
	}
}
@media screen and (max-width: 620px) {
	.product-tab-lcol, .product-tab-rcol {
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	.fab-blocks .fab-column {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 560px) {
	.industries-item {
		width: 33.33%;
	}
}
@media screen and (max-width: 440px) {
	.industries-item {
		width: 50%;
	}
}

/*jabu styles*/
.tooltip-text{
	display: none;	
	width: 10%;
    background-color: #0033A0;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 12px;
    position: relative;
    left: 90%;
    top: -90px;
    font-weight: 900;
	opacity: 0.5;

}

.tooltip-clip{
	display: none;
	clip-path: polygon(0 0,50% 100%,100% 0);
    -webkit-clip-path: polygon(0 0,50% 100%,100% 0);
    background-color: #0033A0;
    height: 10px;
    width: 20px;
    position: relative;
    left: 94%;    
    bottom: 90px;
	opacity: 0.5;
}

/* .search_company{
	display: none;
} */
.card-wrapper {
	display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.card {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	width: 30%;
	background-color: #f2f2f2;
	margin: 10px auto;
  }
  
  .card-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
  }
  
  .card-size {
	font-size: 14px;
	color: #888;
  }

  .card-total {
	font-size: 14px;
	color: #888;
  }

  .card {
	cursor: pointer;
	}

	.search-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.search-result {
		border-radius: 5px;
		padding: 10px 10px;
		width: 48%;
		margin: 10px auto;
		font-size: 15px;
		border: 1px solid #0033A0;
		cursor: pointer;
		background-color: #f2f2f2;
		
	}
	.search_none {
		border-radius: 5px;
		padding: 10px 10px;
		width: 100%;
		margin: 10px auto;
		font-size: 15px;
		border: 1px solid #0033A0;
		cursor: pointer;
		background-color: #f2f2f2;
		
	}

	.noxRadio span {
		padding-left: 7px;
	}

	.noxRadio p {
		padding-left: 20px;
	}

	#close_search{
		display: none;
	}

	.product-header-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.product-heading {
		width: 100%;
	}

	.medium-type{
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		background-color: #0033A0;
		color: #FFFFFF;
		padding: 4px 10px 5px;
		line-height: 1;
		border-radius: 20px;
	}

	.search-filter-wrapper {
		width: 50%;
	}
	
	.search_input {
		width: 100%;
		height: 40px;
		margin: 5px 0;
		padding: 7px 10px;
		background-color: #ffffff;
		border: 1px solid #26337b;
		font-family: inherit;
		font-size: 15px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-webkit-appearance: none;
	}
	.pagination-wrapper {
		width: 100%;
		margin: 10px 10px;
		cursor: pointer;
	}

	.loader-wrapper {
		text-align: center;
	}

	.company-loader{
		display: none;
	}
	li.error_message {
		margin-top: 20px;
	}

	@media screen and (max-width: 600px) {
		.card {
			width: 100%;
		}
		.product-header-wrapper{
			display: block;
		}

		.search-filter-wrapper {
			width: 100%;
		}

		.product-heading {
			width: 100%;
		}
		.search-wrapper {
			display: block;
			justify-content: center;
		}

		.search-result {
			width: 100%;			
		}
		
	}
	

/* end jabu styles */
