@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Outfit', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list, ul.listno
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li, ul.listno li
{
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li, ul.listno li
{
	counter-increment: mega-step;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #ef7b20;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #ff3c00;
	text-align:center;
}
ul.list li strong, ul.listno li strong
{
	color:#000;
}
ul.list li span, ul.listno li span
{
	color:#2d3091;
}
.tablecontent
{
    color: #000;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}
.tablecontent strong
{
    color: #000;
    font-weight: 600;
}
.tablecontent table
{
	margin:30px 0;
}
.tablecontent table tr:nth-of-type(even)
{
	background:#f7ede5;
}
.tablecontent table tr:nth-of-type(odd)
{
	background:#e2f1f5;
}
.tablecontent table td
{
	padding:10px;
	border:solid 1px #fff;
}
.tablecontent table th
{
	background:#ef7b20;
    font-weight: 600;
    font-size: 22px;
	color:#fff;
	padding:15px;
	border:solid 1px #fff;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
    position: relative;
    background: #fff;
    outline: 0;
    z-index: 9999;
}
.footer
{
	
}
.header
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999999999;
}
#navbar
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	-webkit-transition:top 0.8s;
	transition:top 0.8s;
	z-index:99999999;
}
.header-top
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	padding:0px 0 0px 50px;
	display:flex;
}
.header-top h1
{
    margin: 10px 0;
}
.header-top h1 a
{
	display:block;
}
.header-top h1 a img
{
	height:65px;
}
.social-icon
{
    border-right: dashed 1px #999999;
    padding: 0 15px 0 10px;
    margin: 9px 15px 9px 0;
}
.social-icon a
{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 3px;
    background: #fff;
    color: #2d2d2d;
    font-size: 24px;
    text-align: center;
    padding: 6px 0;
	border:solid 2px #BFBFBF;
}
.social-icon a:hover
{
    color: #fff;
    background: #ed0013;
	border:solid 2px #ed0013;
}
.header-contact
{
	margin-left:auto;
}
.header-contact a
{
    display: block;
    background: #ef7b20;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 33.5px;
    border-radius: 0 0 0 15px;
}
.header-contact a:before
{
	content: "\f2b6";
	font-family: 'FontAwesome';
	display:inline-block;
	margin-right:5px;
}
.header-contact a:hover
{
    background: #0a4654;
}
.nav
{
	margin-left:auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:right;
}
.nav ul li
{
	list-style: none;
	float:left;
    position: relative;
	margin:0 10px;
}
.nav ul li a
{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 33.5px 0px;
}
.nav ul li a:before
{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #ef7b20;
    border-width: 8px;
    z-index: 9999;
    opacity: 0;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
	height:5px;
    background: #ed0013;
    z-index: 999;
    opacity: 0;
	display:none;
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#0a4654;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before, .nav ul li:hover > a:after, .nav ul li.active > a:after
{
    opacity:1;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    padding: 15px 30px;
    box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
	left:-30px;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul ul li a
{
	text-align:left;
    font-size: 15px;
    color: #525252;
    font-weight: 500;
    width: auto;
    position: relative;
	text-transform:none;
	border-radius:5px;
	border-top:solid 1px #DDD;
    padding: 10px 15px 10px 15px;
}
.nav ul ul li:first-of-type a
{
	border-top:none;
}
.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
	top:7.6px;
    left: 0px;
    font-size: 18px;
}
.nav ul ul li a:hover
{
	color:#000;
	background:none;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
    width: 100%;
    height: 100vh;
	position:relative;
}
.banner:before
{
    content: " ";
    background: url(../images/logo-arc.svg) left center no-repeat;
    background-size: contain;
    mix-blend-mode: plus-lighter;
    position: absolute;
    bottom: -117px;
    left: 0;
    opacity: 0.3;
    z-index: 999;
    width: 40%;
    height: 70%;
}
.banner:after
{
    content: " ";
    background: url(../images/logo-v.svg) right center no-repeat;
    background-size: contain;
    background-blend-mode: color-burn;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.3;
}
.banner article
{
    width: 750px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    z-index: 9999;
    display: flex;
    align-items: center;
}
.banner article h3
{
	color:#000;
	text-transform:uppercase;
    font-size: 24px;
}
.banner article h2
{
    color: #0a4654;
    font-size: 70px;
    font-weight: 700;
    line-height: 78px;
}
.container
{
	padding:85px 0px;
}
.padding-top-none
{
	padding-top:0;
}
.padding-bottom-none
{
	padding-bottom:0;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.equalheight
{
	display:flex;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.container h2
{
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    color: #0a4654;
}
.container h2 small
{
    font-weight: 300;
    color: #ed0013;
}
.container h3
{
    color: #000;
    font-size: 23px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.container h3:before
{
    content: " ";
    background: url(../images/logo-arc.svg) left center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -22px;
    height: 21px;
    width: 20px;
}
a.linkbox
{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 18px 36px;
    font-weight: 500;
    position: relative;
	margin:15px 0;
}
a.linkbox:before
{
	content:" ";
    background: linear-gradient(90deg, #ef7b20, #75400b);
    border-radius: 30px;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -8;
}
a.linkbox:hover:before
{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
a.linkbox:after
{
    content: " ";
    border: dashed 1px #fff;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -8;
	opacity:0;
}
a.linkbox:hover:after
{
	opacity:1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	margin:3px;
}
a.linkbox:hover
{
	color:#fff;
}
.intro
{
    position:relative;
	padding:0;
}
.intro figure
{
    width: 50%;
    background: url(../images/logo-v.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -75px;
    padding: 0px 0;
}
.intro figure:before
{
    content: " ";
    background: #0a4654;
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    z-index: -8;
}
.intro aside
{
	padding:85px 100px;
	width:50%;
}
.infrastructure
{
	text-align:center;
}
.infrastructure ul
{
	padding:0;
	margin:0 -10px
}
.infrastructure ul li
{
	float:left;
	width:33.333333%;
}
.infrastructure ul li figure
{
	margin:10px;
}
.product-list
{
	position:relative;
	z-index:9;
}
.product-list:before
{
	content:" ";
	background:url(../images/products-and-servicesbg.jpg) center center no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:70%;
	z-index:-8;
}
.product-list:after
{
	content:" ";
	background:#0a4654;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:30%;
	z-index:-8;
}
.product-list h2
{
	margin-left:50px;
}
.product-list .row
{
	margin:0
}
.product-list .row article
{
	margin-top:75px;
	background:#fff;
}
.product-page
{
	
}
.product-list .row article ul, .product-page ul
{
	padding:0;
	margin:0;
    display: flex;
    flex-wrap: wrap;
}
.product-list .row article ul li, .product-page ul li
{
	width:20%;
	float:left;
	border-left:solid 1px #E6E6E6;
    display: flex;
}
.product-page ul li
{
	width:33.333333%;
	border-left:none;
}
.product-list .row article ul li:first-of-type
{
	border-left: none;
}
.product-list .row article ul li a, .product-page ul li a
{
	display:block;
    padding: 30px 30px 60px 30px;
	position:relative;
}
.product-page ul li a
{
	border:solid 1px #E6E6E6;
	margin:20px;
}
.product-list .row article ul li a:hover, .product-page ul li a:hover
{
	background:#E6E6E6;
}
.product-list .row article ul li a img, .product-page ul li a img
{
	 width:50px;
	 height:50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.product-list .row article ul li a:hover img, .product-page ul li a:hover img
{
	-webkit-transform:rotate(20deg);
	transform:rotate(20deg);
}
.product-list .row article ul li a h3, .product-page ul li a h3, .infrastructure h3
{
    font-size: 20px;
    text-transform: none;
}
.product-list .row article ul li a p, .product-page ul li a p
{
    line-height: 25px;
    font-size: 16px;
}
.product-list .row article ul li a span, .product-page ul li a span
{
    position: absolute;
    bottom: 30px;
    color: #0a4654;
    font-weight: 700;
}
.product-list .row article ul li a span:after, .imagelink ul li a h2:after, .product-page ul li a span:after
{
    content: " ";
    background: url(../images/link.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: -18px;
    width: 12px;
    height: 12px;
}
.product-list .row article ul li a:hover span:after, .imagelink ul li a:hover h2:after, .product-page ul li a:hover span:after
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.imagelink
{
	
}
.imagelink ul
{
	padding:0;
	margin:-30px;
}
.imagelink ul li
{
	float:left;
	width:50%;
}
.imagelink ul li a
{
	margin:30px;
	display:block;
}
.imagelink ul li a h2
{
    font-size: 26px;
    line-height: 26px;
	position:relative;
}
.imagelink ul li a h2:after
{
    right: 0;
    width: 20px;
    height: 20px;
}
.getintouch
{
    position: relative;
    background: url(../images/GetInTouch.jpg) center center no-repeat;
	background-size:cover;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.getintouch h2
{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.getintouch a
{
    background: #fff;
    border: solid 1px #ef7b20;
    display: inline-block;
    color: #0a4654;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    margin: 0 0 0 15px;
    border-radius: 30px;
    box-shadow: 3px 3px 0px #052a33;
}
.getintouch a:hover
{
    background: #ef7b20;
    color: #fff;
}
.footer
{
	position:relative;
    background: #000;
}
.footer article
{
	padding:35px 50px;
	position:relative;
    z-index: 9;
}
.footer article:before
{
	content:" ";
    background: url(../images/logo-v.svg) left center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -8;
    opacity: 0.1;
}
.footer aside
{
    margin-right:10%;
}
.footer aside:nth-of-type(3), .footer aside:last-of-type
{
    margin-right:0%;
}
.footer h3
{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}
.footer p
{
    color: #fff;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
	margin-top:0;
}
.footer p strong
{
    color: #ef7b20;
    font-weight: 700;
}
.footer p span
{
    color: #fff;
    font-weight: 800;
}
.footer a
{
    color: #fff;
}
.footer a:hover
{
	
}
.footer-text
{
	
}
.footer-text h1
{
	
}
.footer-text h1 img
{
    height: 65px;
}
.footer-text h1:nth-of-type(2) img
{
    height: auto;
}
.footer-text i
{
	width:18px;
	text-align:center;
}
.footer-nav
{
	
}
.footer-nav a
{
	color:#fff;
	display:block;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
}
.footer-nav a:hover
{
	color:#CCCCCC;
}
.footer-bottom
{
    padding: 35px 50px;
    background: #fff;
}
.footer-bottom a
{
    color: #0a4654;
}
.footer-bottom p
{
    color: #000;
	margin-bottom:0;
	text-align:center;
}
.footer-bottom p span
{
    color: #000;
}
.footer-text-link a:hover
{
	text-decoration:underline;
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
    display: block;
    float: left;
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: #4267b2;
    width: 50px;
    height: 50px;
    padding: 12px 0;
    border-radius: 50%;
    margin-right: 4px;
}
.social-icon-footer a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-footer a:nth-of-type(3)
{
    background: #0a66c2;
}
.show
{
	display:block;
}
.hide
{
	display:none;
}
.wow
{
	visibility: hidden;
}
.page-title
{
    height: 400px;
    background: #f2d8df;
    position: relative;
    margin-top: 85px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-title-product
{
    height: 150px;
    background: #0a4654;
}
.page-title:before
{
    content:" ";
    position: absolute;
    top: 0;
    right: -40px;
    width: 300px;
    height: 60px;
    background: #fff;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}
.page-title h2
{
    margin: 0;
    color: #0a4654;
    font-size: 44px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 12px 50px;
    z-index: 9;
}
.page-title h2:after
{
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -34px;
    width: 100px;
    background: #fff;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -8;
}
.page-title nav
{
    z-index: 99;
	position:absolute;
	bottom:0;
	right:50px;
	padding:12px 0;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    margin: 0 0 0 20px;
    font-weight: 400;
    color: #ef7b20;
    position: relative;
}
.page-title nav ul li:before
{
    content: " ";
    position: absolute;
    top: 6px;
    left: -12px;
    width: 5px;
    height: 5px;
    background: #ef7b20;
    border-radius: 50%;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li a
{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.page-title nav ul li a:hover
{
	
}
.vision-mission
{
    display: flex;
}
.vision-mission aside
{
    width: 48%;
    text-align: center;
    padding: 35px 50px;
    background: #fff;
    box-shadow: 0px 0px 36px rgb(180 180 180 / 40%);
}
.vision-mission aside img
{
    width: 120px;
}
.vision-mission aside h2
{
    font-size: 30px;
    line-height: 32px;
}
.vision-mission aside:nth-of-type(even)
{
	margin-left:auto;
}
.image-with-content
{
    display: flex;
    align-items: center;
}
.image-with-content figure
{
	width:50%;
}
.image-with-content aside
{
	width:50%;
	padding-left:50px;
}
.team
{
	text-align:center;
	background:#f0f0f0;
}
.team ul
{
    padding: 0;
    margin: 30px -10px 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.team ul li
{
    width: 25%;
    float: left;
    display: flex;
}
.team ul li article
{
    background: #fff;
    box-shadow: 0px 0px 36px rgb(0 0 0 / 10%);
    margin: 10px;
    position: relative;
    padding: 20px;
}
.team ul li article:before
{
	content:" ";
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    width: 0px;
    height: 6px;
    margin: auto;
    background: #0a4654;
	border-radius:3px 3px 0 0 ;
}
.team ul li article:hover:before
{
    width: 60px;
}
.team ul li article:after
{
	content:" ";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 60px;
    height: 6px;
    margin: auto;
    background: #ef7b20;
	border-radius:0 0 3px 3px;
}
.team ul li article:hover:after
{
    width: 0px;
}
.team ul li article figure
{
	padding:20px 20px 0 20px;
}
.team ul li article figure img
{
	width:100%;
}
.team ul li article h3
{
    color: #000;
    font-size: 20px;
    text-transform: none;
}
.team ul li article h3:before, .methodology ul li h3:before, .brands ul li article h3:before, .infrastructure h3:before
{
    display:none;
}
.team ul li article h3 small
{
    color: #000;
    font-size: 14px;
    display: block;
}
.methodology
{
	margin-top:30px;
}
.methodology ul
{
    padding: 0 0px 85px 0px;
    margin: 0;
    position: relative;
}
.methodology ul:after
{
    content: " ";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ef7b20;
}
.methodology ul li
{
    float: left;
    width: 25%;
    position: relative;
    z-index: 9;
	text-align:center;
}
.methodology ul li:before
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 60px;
    left: 0;
	right:0;
    width: 30px;
    height: 30px;
    background: #fa9720;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    border-radius: 50%;
	margin:auto;
	display:none;
}
.methodology ul li:after
{
    content: " ";
    position: absolute;
    top: 43px;
    left: 0;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #ef7b20;
    border-style: solid;
}
.methodology ul li:first-of-type:after
{
	display:none;
}
.methodology ul li figure
{
    background: #0a4654;
	border:solid 5px #fff;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
.methodology ul li figure:before
{
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: dashed 1px #0a4654;
    margin: -5px;
    border-radius: 50%;
}
.methodology ul li img
{
    width: 50px;
    height: 50px;
}
.methodology ul li h3
{
    color: #000;
    font-size: 22px;
    margin-top: 15px;
    text-transform: none;
}
.tabs
{
	
}
.tabs ul
{
	padding:0;
	margin:-20px;
    display: flex;
    flex-wrap: wrap;
}
.tabs ul li
{
	float:left;
	width:33.333333%;
    display: flex;
	counter-reset: item;
}
.tabs ul li article
{
	margin:20px;
    box-shadow: 0px 0px 36px rgb(180 180 180 / 40%);
	padding:35px 50px;
	border-top:solid 3px #ef7b20;
	width:100%;
    position: relative;
}
.tabs ul li article:before
{
    content: "V";
    position: absolute;
    top: 50%;
    left: -45px;
    width: 50px;
    height: 50px;
    background: #ef7b20;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tabs ul li:first-of-type article:before
{
    display:none;
}
.tabs ul li:nth-of-type(2) article
{
	border-top:solid 3px #0a4654;
}
.tabs ul li article h3, .brands ul li article h3
{
    font-size: 22px;
    text-transform: none;
}
.tabs ul li article p
{
    position: relative;
    padding-left: 15px;
}
.tabs ul li article p:before
{
    counter-increment: item;            
	content:counter(item) "";
	/*content:counter(item, decimal-leading-zero) "";*/
    position: absolute;
    font-weight: 600;
    opacity: 0.6;
    left: 0;
}
.product-nav
{
    padding-bottom: 0;
    text-align: center;
}
.product-nav a
{
    display: inline-block;
	background:#fff;
    border: solid 1px #0a4654;
    color: #0a4654;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 30px;
    box-shadow: 0px 0px 16px rgb(10 70 84 / 40%);
}
.product-nav a:hover, .product-nav a.active
{
	background:#ef7b20;
    border: solid 1px #ef7b20;
    color: #fff;
    box-shadow: 0px 0px 0px rgb(10 70 84 / 40%);
}
.image
{
    background: #fff;
    box-shadow: 0px 0px 36px rgb(180 180 180 / 40%);
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.brands
{
    background: #f0f0f0;
	text-align:center;
}
.brands ul, .customers ul
{
	padding:0;
	margin:0 -10px
}
.customers ul
{
	text-align:center;
}
.brands ul li
{
	float:left;
	width:20%;
}
.customers ul li
{
    display: inline-block;
    width: 18%;
}
.brands ul li article
{
	margin:10px;
    background: #fff;
    box-shadow: 0px 0px 36px rgb(0 0 0 / 10%);
	padding:10px;
}
.customers ul li article
{
    border: solid 2px #e0ecef;
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.brands ul li article img, .customers ul li article img
{
	
}
.customers
{
	text-align:center;
}
.training-numbers
{
	
}
.training-numbers aside
{
	width:46%;
}
.training-numbers aside p
{
	position:relative;
	display:flex;
	z-index:9;
}
.training-numbers aside p:before
{
	content:" ";
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	border-bottom:dotted 1px #000;
	z-index:-8;
}
.training-numbers aside p span
{
	background:#fff;
}
.training-numbers aside p span:nth-of-type(even)
{
	margin-left:auto;
}
.contact
{
	
}
.contact-details
{
	text-align:center;
}
.contact-details article
{
	display:flex;
}
.contact-details p
{
    position: relative;
	float:left;
	width:33.333333%;
	margin-top:30px;
	border-left:solid 2px #EFEFEF;
}
.contact-details p:first-of-type
{
	border-left: none;
}
.contact-details p strong
{
    color: #0a4654;
	display:block;
}
.contact-details p i
{
    width: 60px;
    height: 60px;
    font-size: 26px;
    color: #ef7b20;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 36px rgb(120 120 120 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 50%;
	position:relative;
}
.contact-details p i:after
{
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: dashed 1px #ef7b20;
    border-radius: 50%;
    margin: -5px;
}
.contact fieldset
{
    width: 600px;
	margin:auto;
	text-align:center;
}
.contact fieldset h2
{
	
}
.contact fieldset input::-webkit-input-placeholder,
.contact fieldset textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Outfit', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input::-moz-placeholder,
.contact fieldset textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Outfit', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-ms-input-placeholder,
.contact fieldset textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Outfit', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-moz-placeholder,
.contact fieldset textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Outfit', sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.contact fieldset label
{
    padding:10px;
	display:block;
}
.contact fieldset input[type=text], .contact fieldset input[type=email], .contact fieldset input[type=number]
{
    padding: 18px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #DFDFDF;
	border-radius:15px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact fieldset input[type=text]:focus, .contact fieldset input[type=email]:focus, .contact fieldset input[type=number]:focus, .contact fieldset textarea:focus
{
    box-shadow: 0px 0px 0px 2px #ef7b20;
}
.contact fieldset textarea
{
    padding: 18px 20px;
	border-radius:15px;
    width: 100%;
    height: 150px;
    background: #fff;
    border: 1px solid #DFDFDF;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact fieldset input[type=submit]
{
    border: none;
    color: #fff;
    border-radius: 15px;
    background: linear-gradient(90deg, #ef7b20, #75400b);
    font-size: 22px;
    font-weight: 600;
    padding: 15px 36px;
    display: inline-block;
    position: relative;
    z-index: 8;
    margin: 15px 0;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
}
.map
{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg);
    filter: gray;
    filter: grayscale(100%);
}
.formobile
{
	display:none;
}