@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..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: "Archivo", 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: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #1c32f5;
    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: 16px;
    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 #444e50;
}
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;
}
.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.header
{
	background: #fff;
	-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 20px 0 0;
    position: relative;
    border-radius: 30px;
	-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 h1
{
    margin: 0;
    background: #fff;
    padding: 10px 30px;
    border-radius: 0 0px 50px 0;
}
.header-top h1 img
{
    
}
.getintouch
{
	
}
.getintouch a
{	
    display: block;
    border: solid 1px #1c32f5;
    background: #1c32f5;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 18px;
    border-radius: 3px;
	position: relative;
}
.getintouch a:hover
{	
    border: solid 1px #1c32f5;
    background: none;
	color: #fff;
}
.nav
{
		-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;
	margin-left: auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin-right:40px;
}
.nav ul li a
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 25px 0px;
}
.nav-shrink .nav ul li a
{
    color: #141716;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
	width:0;
    height: 2px;
    background: #00044b;
	display: none;
}
.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: 13px;
    height: 13px;
    font-size: 22px;
    line-height: 10px;
    position: absolute;
    top: 50%;
    right: -17px;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top;
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}
.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:#1c32f5;
}
.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
{
	background: #1c32f5;
	color:#fff;
}
.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/banner.jpg") center center no-repeat;
	background-size: cover;
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
}
.banner article
{
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 99999;
    text-align: center;
    max-width: 1000px;
    margin: auto;
	text-align: center;
}
.banner article h2
{
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.banner article h3
{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 30px;
    color: #1c32f5;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.container h3
{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.content
{
	width:65%;
}
.alignmiddle .content
{
	margin-left:auto;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.split
{
	width:48%;
}
a.linkbutton
{	
    display: inline-block;
    border: solid 1px #1c32f5;
    background: #1c32f5;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 18px;
    border-radius: 3px;
	position: relative;
	margin: 15px 0;
}
a.linkbutton:hover
{	
    border: solid 1px #1c32f5;
    background: none;
	color: #141716;
}
.intro
{
	z-index:9;
}
.intro aside
{
	width:50%;
}
.intro figure
{
	width:45%;
	width:45%;
	margin-left: auto;
}
.section-solutions
{
	position: relative;
	text-align: center;
}
.section-solutions ul
{
	padding: 0;
	margin: 0px -10px 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.section-solutions ul li
{
	display: flex;
	float: left;
	width: 50%;
}
.section-solutions ul li a
{
    display: flex;
    width: 100%;
    margin: 30px;
    flex-wrap: wrap;
}
.section-solutions ul li a figure
{
	margin: 15px 0;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0f1210;
	border-radius: 50%;
}
.section-solutions ul li a figure img
{
	
}
.section-solutions ul li a:hover figure img
{
	
}
.section-solutions ul li a aside
{
	padding: 15px;
	background: #e9f0f4;
	text-align:  center;
    width: 70%;
    margin-left: auto;
	border-radius: 15px;
}
.section-solutions ul li a aside img
{
	border-radius: 10px;
}
.section-solutions ul li a p
{
	width: auto !important;
}
.section-solutions ul li a:hover
{
	
}
.technology-section
{
	text-align: center;
}
.technology-section ul
{
	padding: 0;
	margin: 0px -20px 0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.technology-section ul li
{
	width: 25%;
	float: left;
}
.technology-section ul li a
{
    display: block;
    margin: 20px;
    background: #0f1210;
    border-radius: 3px;
}
.technology-section ul li a h3
{
    font-size: 17px;
    margin: 0;
    padding: 10px 10px;
    color: #fff;
}
.section-contact
{
    position: relative;
    background: #424242 url(../images/ContactUs.jpg) bottom center no-repeat;
	background-size:cover;
    padding: 85px 20px;
	z-index:9;
	text-align:center;	
}
.section-contact .alignmiddle
{
	justify-content: center;
	gap:20px;
}
.section-contact  h1
{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.section-contact a.linkbutton
{
    color: #fff;
}
.section-contact a.linkbutton:hover
{
	background: #fff;
    color: #1c32f5;
}
.section-contact a.linkbutton:hover:before
{	
    border: solid 1px #fff;
}
.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
{
    position: relative;
    background: #141716;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:85px 0 0px 0;
}
.footer article aside
{
    margin-right:13%;
}
.footer article aside:nth-of-type(3)
{
    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: #fff;
    font-size: 16px;
    font-weight: 400;
	line-height:26px;
	position:relative;
}
.footer article aside ul li a:hover
{
    color: #BBBBBB;
}
.social-icon-footer
{
	
}
.social-icon-footer 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: 30px;
	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
{
    font-size: 16px;
    font-weight: 400;
	line-height:26px;
	text-align:left;
	color: #fff;
}
.footer p strong
{
    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;
    background: #1c32f5;
	margin-top: 50px;
}
.footer-bottom p
{
    color: #fff;
	text-align: center;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-header
{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:85px 100px;
	height:400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	position: relative;
}
.page-header:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(29,48,95), transparent);
    width: 50%;
	display: none;
}
.page-header:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: -8;
}
.page-header h2
{
    font-size: 46px;
    color: #fff;
    font-weight: 700;
	position: relative;
	z-index: 9;
}
.page-header nav
{
	position: absolute;
	bottom: -40px;
	left: 20px;
}
.page-header nav ul
{
    padding: 0;
    margin: 0;
}
.page-header nav ul li
{
    float: left;
    color: #141716;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-header nav ul li:first-of-type:before
{
    display:none;
}
.page-header nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -17px;
    color: #1c32f5;
}
.page-header nav ul li a
{
    display: block;
    color: #636363;
    font-size: 15px;
    font-weight: 400;
}
.page-header nav ul li a:hover
{
    text-decoration:underline;
}
.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;
}
.section-solutions-pages
{
	
}
.section-solutions-pages .row
{
    display: flex;
    flex-wrap: wrap;
}
.section-solutions-pages article
{
	width:50%;
	float:left;
    display: flex;
	flex-direction: row;
	border: solid 15px #fff;
	gap:15px;
}
.section-solutions-pages article figure
{
	width: 100px;
	height: 100px;
	background: #141716;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-solutions-pages article figure img
{
	
}
.section-solutions-pages article aside
{
	background: #1c32f5;
	border-radius: 30px;
	padding: 30px;
    width: 82%;
}
.section-solutions-pages article aside img
{
	border-radius: 20px;
	margin-bottom: 15px;
}
.section-solutions-pages article aside h3
{
	margin-top:0px;
	margin-bottom:20px;
	color: #fff;
}
.section-solutions-pages article aside p
{
	margin:5px 0;
	position:relative;
    padding-left: 12px;
	color: #fff;
}
.section-solutions-pages article aside p:before
{
    content: " ";
    border: solid 2px #fff;
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.section-technology
{
	display: flex;
	align-items: center;
}
.section-technology article
{
    background: #141716;
	width: 50%;
	float: left;
	border: solid 15px #fff;
	border-radius: 50px;
	text-align: center;
}
.section-technology article figure
{
	
}
.section-technology article figure img
{
	border-radius: 30px;
}
.section-technology article aside
{
	
}
.section-technology article aside h3,
.section-technology article aside p
{
	color: #fff;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 60%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: "Archivo", sans-serif;

	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: "Archivo", sans-serif;

	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: "Archivo", sans-serif;

	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: "Archivo", sans-serif;

	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 2px solid #d9dbec;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Archivo", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
    border: 2px solid #141716;
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #fff;
    border: 2px solid #d9dbec;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Archivo", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit]
{
    border: solid 1px #1c32f5;
    background: #1c32f5;
    padding: 16px 35px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: "Archivo", sans-serif;
    border-radius: 3px;
    margin: 15px 0;
    display: inline-block;
    float: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover
{
    border: solid 1px #1c32f5;
    background: #fff;
    color: #141716;
}
.contact article
{
    display: flex;
	margin-top:30px;
}
.contact aside
{
    width: 35%;
}
.contact aside p
{
    position: relative;
    padding-left: 40px;
}
.contact aside p strong
{
	color:#000;
	display: block;
}
.contact aside p i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    background: #1c32f5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.formobile
{
	display:none !important;
}