@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,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.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Inter Tight', 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: 26px;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #0dce89;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
.section
{
	
}
.footer
{
	
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;
	background:#fff;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink.nav
{
	position:fixed;
	top:0;
	left:0;
	right:0;
    bottom: auto;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top
{
    display: flex;
    align-items: center;
	padding:0px 10px;
}
.header-top h1
{
    margin: 10px 0;
}
.header-top h1 img
{
    
}
.getintouch
{
	
}
.getintouch a
{
    display: block;
    background: #0dce89;
	border:solid 1px #0dce89;
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
	border-radius:2px;
}
.getintouch a:hover
{
    background: none;
    color: #000;
}
.nav
{
    margin-left: auto;
		-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin:0 15px;
}
.nav ul li a
{
    color: #4c4a4f;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 6px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
	width:0;
    height: 2px;
    background: #00044b;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #444e50;
    opacity:0;
	display:none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before,
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	width:100%;
    left: 0;
    right: auto;
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -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:#0dce89;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
	left:-25px;
	padding:15px 0;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
	text-align:left;
	text-transform:none;
	font-size:16px;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#000;
}
.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
{
	background:url(../images/gefiontech.jpg) center center no-repeat fixed;
	background-size:cover;
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
}
.banner article
{
	width:50%;
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 99999;
    text-align: left;
}
.banner article h2
{
    font-size: 46px;
	line-height:50px;
    color: #fff;
    font-weight: 800;
}
.banner article h3
{
    font-size: 26px;
	line-height:30px;
    color: #fff;
    font-weight: 600;
}
.banner article a.linkbutton:after
{
    filter: invert(1);
}
.banner article a.linkbutton:hover
{
	color:#fff;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 36px;
    color: #4c4a4f;
    font-weight: 800;
}
.container h3
{
    color: #00044b;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top:0;
}
.padding-bottom-none
{
	padding-top:0;
}
a.linkbutton
{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #0dce89;
	border:solid 1px #0dce89;
    padding: 18px 32px;
    font-weight: 500;
    margin: 15px 0;
    border-radius: 2px;
	position:relative;
}
a.linkbutton:hover
{
    color: #000;
    background:none;
}
a.linkbutton:after
{
	content:" ";
	background: url(../images/arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 28px;
    height: 18px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-animation: arrow 3s infinite;
    animation: arrow 3s infinite;
	opacity:0;
}
a.linkbutton:hover:after
{
	opacity:1;
}
@-webkit-keyframes arrow
{
	0%
	{
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
	33%
	{
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
	}
	66%
	{
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
	100%
	{
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
	}
}
@keyframes arrow
{
	0%
	{
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
	}
	33%
	{
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
	66%
	{
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
	}
	100%
	{
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
}
.intro
{
	background:#4c4a4f;
	position:relative;
	z-index:9;
}
.intro aside
{
	width:40%;
}
.intro aside h2, .intro aside h3, .intro aside p
{
	color:#fff;
}
.intro aside a.linkbutton:hover
{
    color: #fff;
}
.intro aside a.linkbutton:after
{
	filter:invert(1)
}
.intro figure
{
	width:50%;
	margin-top:250px;
}
.count
{
	margin-top:50px;
}
.count ul
{
	padding:0;
	margin:0 -10px;
}
.count ul li
{
	float:left;
	width:25%;
}
.count ul li article
{
	background:#2f2d32;
	margin:10px;
	text-align:center;
	padding:30px 20px;
	border-top:solid 3px #fff;
}
.count ul li:nth-of-type(even) article
{
	margin-top:100px;	
	border-top:solid 3px #0dce89;
}
.count ul li article img
{
	max-width:50px;
	max-height:50px;
	margin:15px 0 50px 0;
}
.count ul li article h1
{
    margin-bottom: 0;
    color: #fff;
    font-weight: 800;
    font-size: 35px;
}
.count ul li article h1:after
{
    content: "+";
    font-size: 26px;
    font-weight: 300;
    margin-left: 4px;
    top: -3px;
    position: relative;
}
.count ul li article h3
{
	margin:0;	
    color: #999999;
}
.photo-gallery
{
	text-align:center;
	padding-top:0;
}
.photo-gallery ul
{
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.photo-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #000;
    background: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    padding: 50px 0 0 0;
    border-radius: 50%;
    text-align: center;
}
.photo-gallery ul li a:hover:after
{
	top:-52px
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.services
{
	position:relative;
	z-index:9;
}
.services ul
{
	padding:0;
	margin:0 -30px;
}
.services ul li
{
	float:left;
	width:50%;
}
.services ul li a
{
	display:block;
	margin:30px;
	position:relative;
}
.services ul li a:hover
{
	
}
.services ul li a figure
{
	overflow:hidden;
}
.services ul li a figure img
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a:hover figure img
{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.services ul li a div
{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
}
.services ul li a h2
{
    font-size: 20px;
    line-height: 36px;
    color: #000;
    font-weight: 800;
    margin: 0;
    position: relative;
    padding: 20px;
}
.services ul li a span
{
    background: #0dce89;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:76px;
    height: 76px;
}
.services ul li a span:before
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
    width: 25px;
    height: 3px;
    background: #fff;
}
.services ul li a span:after
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
    width: 3px;
    height: 25px;
    background: #fff;
}
.services ul li a:hover span:after
{
    height: 0;
}
.solutions
{
	padding-top:0;
}
.solutions ul
{
	padding:0;
	margin:0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.solutions ul li
{
	width:25%;
	float:left;
    display: flex;
}
.solutions ul li a
{
	width:100%;
	display:block;
	text-align:center;
	border:solid 1px #D8D8D8;
    display: block;
    text-align: center;
    border: solid 1px #D8D8D8;
    border-radius: 10px;
    box-shadow: 6px 12px 12px rgba(0,0,0,0);
	margin:15px;
	padding:15px;
}
.solutions ul li a:hover
{
    box-shadow: 6px 12px 12px rgba(0,0,0,0.1);
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
.solutions ul li a img
{
	height:75px;
	margin:15px 0;
}
.solutions ul li a h2
{
    font-size: 22px;
}
.solutions ul li a span
{
    display: inline-block;
    background: #0dce89;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
}
.whychoose
{
	
}
.whychoose ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.whychoose ul li
{
    background: #D8D8D8;
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 35px;
}
.whychoose ul li:nth-of-type(even)
{
	background:#fff;
}
.whychoose ul li img
{
    height: 75px;
    margin: 15px 0;
}
.whychoose ul li h2
{
    font-size: 22px;
}
.clients
{
	
}
.clients h2
{
	text-align:center;
	margin-bottom:50px;
}
.clients ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.clients ul li
{
    border-top: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
    width: 48%;
    float: left;
    margin-top: -1px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
	position:relative;
}
.clients ul li:nth-of-type(even)
{
	margin-left:auto;
}
.clients ul li:after
{
	content:" ";
	background:#0DD685;
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
	height:1px;
	width:0;
	z-index:9;
}
.clients ul li:hover:after
{
	width:100%;
}
.clients ul li h3
{
    color: #000;
    margin: 0;
    font-size: 20px;
}
.clients ul li img
{
	
}
.section-contact
{
	
}
.section-contact .row
{
    position: relative;
    background: #4c4a4f url(../images/texture.jpg) center center no-repeat;
	background-size:cover;
    padding: 35px 20px;
	z-index:9;
	text-align:center;	
	border-radius:30px;
}
.section-contact .row:before
{
	content:" ";
    background: url(../images/trinagle-blue.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    left: -36px;
    width: 100px;
    height: 100px;
}
.section-contact .row:after
{
	content:" ";
    background: url(../images/trinagle-light.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 100px;
    height: 100px;
}
.section-contact  h2
{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
	margin-top:0
}
.section-contact a
{
    display: inline-block;
    padding: 18px 26px;
    margin: 0 2px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
}
.section-contact a:first-of-type
{
    color: #fff;
    background: #111111;
}
.section-contact a:nth-of-type(2)
{
    color: #fff;
    background: #0dce89;
}
.social-icon-fixed
{
    position: fixed;
    bottom: 100px;
    right: 12px;
    z-index: 999999;
}
.social-icon-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 50%;
}
.social-icon-fixed 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-fixed a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer
{
    background: #151b1d;
	position:relative;
}
.footer h3
{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.footer article
{
	padding:85px 0 0px 0;
}
.footer article aside
{
    margin-right:10%;
}
.footer article aside:nth-of-type(4)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #cccccc;
    font-size: 16px;
    font-weight: 300;
	line-height:30px;
	position:relative;
}
.footer article aside ul li a:hover
{
    color: #fff;
	text-decoration:underline;
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
    display: block;
    background: transparent;
    color: #fff;
    width: 135px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 16px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.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: #1da1f2;
}
.footer p
{
    color: #cccccc;
    font-size: 16px;
    font-weight: 300;
	text-align:left;
}
.footer p strong
{
    color: #009fc7;
    font-weight: 500;
	display:block;
}
.social-media
{
	
}
.social-media p
{
	padding:0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
	padding:15px 0px;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:20px 0px;
	height:500px;
	margin-top:80px;
    display: flex;
    align-items: center;
	z-index:9;
    justify-content: center;
    flex-direction: column;
	position:relative;
}
.page-title:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: -8;
}
.page-title:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(10,35,224,0.5), transparent);
	z-index: -8;
    width: 50%;
}
.page-title aside
{
	width:50%;
}
.page-title h2
{
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    margin-right: auto;
}
.page-title p, .page-title p strong
{
    color: #fff;
}
.page-title nav
{
    margin-right: auto;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -17px;
    color: #fff;
}
.page-title nav ul li a
{
    display: block;
    color: #CCCCCC;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.services-page
{
	
}
.services-page article
{
	display:flex;
    align-items: center;
	margin:30px 0;
}
.services-page article:nth-of-type(even)
{
    flex-direction: row-reverse;
}
.services-page article figure
{
	width:45%;
}
.services-page article figure img
{
	border-radius:30px;
}
.services-page article aside
{
	width:50%;
	margin-left:auto;
}
.services-page article:nth-of-type(even) aside
{
	margin-left:0;
	margin-right:auto;
}
.solution-page
{
	
}
.solution-page h2, .solution-page-highlight h2
{
    background: #0dce89;
	padding:10px;
	border-radius:30px 0 0 30px;
	display:inline-block;
	color:#fff;
	position:relative;
}
.solution-page h2:after, .solution-page-highlight h2:after
{
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 56px solid #0dce89;
    border-right: 56px solid transparent;
    position: absolute;
    top: 0;
    right: -56px;
}
.solution-page article, .solution-page-highlight article
{
	display:flex;
    align-items: center;
	margin:30px 0;
}
.solution-page article figure, .solution-page-highlight article figure
{
	width:20%;
	position:relative;
	z-index:9;
}
.solution-page article figure:before, .solution-page-highlight article figure:before
{
	content: " ";
    background: url(../images/Shape.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 50%;
    margin: -20px;
    z-index: -8;
}
.solution-page article figure img, .solution-page-highlight article figure img
{
	border-radius:50%;
}
.solution-page article aside, .solution-page-highlight article aside
{
	width:75%;
	margin-left:auto;
}
.solution-page-highlight
{
	background:url(../images/SolutionsTexture.jpg) center center no-repeat;
	background-size:cover;
}
.solution-page-highlight article aside h3
{
	color:#0dce89;
}
.solution-page-highlight article aside ul.list li
{
	color:#fff;
}
.contact
{
	
}
.contact fieldset
{
	width:55%;
}
.contact fieldset h3
{
    margin-left: 10px;
}
.contact fieldset input::-webkit-input-placeholder,
.contact fieldset textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Inter Tight', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input::-moz-placeholder,
.contact fieldset textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Inter Tight', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-ms-input-placeholder,
.contact fieldset textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Inter Tight', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-moz-placeholder,
.contact fieldset textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Inter Tight', 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: 16px 20px;
    width: 100%;
    background: #ebf5f2;
    border: 1px solid #ebf5f2;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Inter Tight', 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
{
    border: 1px solid #0dce89;
}
.contact fieldset textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #ebf5f2;
    border: 1px solid #ebf5f2;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Inter Tight', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact fieldset input[type=submit]
{
    border: none;
    background-color: #111111;
    padding: 13px 35px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Inter Tight', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin:15px 0;
}
.contact fieldset input[type=submit]:hover
{
    background-color: #444e50;
}
.contact article
{
    display: flex;
	margin-top:30px;
}
.contact aside
{
    width: 40%;
}
.contact aside p
{
    position: relative;
    padding-left: 40px;
}
.contact aside p strong
{
	opacity:0.7;
}
.contact aside p i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    border: dotted 1px #0dce89;
    color: #0dce89;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.map
{
	
}
.map iframe
{
	border-radius:30px;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.formobile
{
	display:none !important;
}
.mission{
    text-align: center;
}
.infrastructure{
    font-weight: 600;
}
.section-head {
  margin-bottom: 20px;
  margin-top: 25px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    width:30%;
    margin-left:35px;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#0dce89;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:transparent;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    color:#0a34d8;
}
.item .feature_box_col_two{
    color:#0a34d8;
}
.item .feature_box_col_three{
    color:#0a34d8;
}
.item .feature_box_col_four{
    color:#0a34d8;
}
.item .feature_box_col_five{
    color:#0a34d8;
}
.item .feature_box_col_six{
    color:#0a34d8;
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
.flex{
    display:flex;
}
.linked_in{
    margin-left:25px;
}