@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: 15px;
    float: right;
    right: 30px;
    width: 40px;
    height: 40px;
    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: '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%;
}
.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;
}
a
{
	color:#026e70;
	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;
}
#preloader
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999;
}
#status
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader-icon
{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
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: 18px;
	position:relative;
	margin-bottom:5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #cd9d53;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
.header
{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index:99999999;
	-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;
}
.section
{
	outline:0;
}
.footer
{
	
}
.nav-shrink
{
	-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;
}
.nav-shrink label.menuTitle
{
    
}
.nav-shrink.header
{
    top: -30px;
	-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;
}
.header-strip
{
	padding:0 50px;
    background: #efe000;
}
.header-contact
{
    padding: 8px 0px;
    text-align: right;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.header-contact i
{
	color:#026e70;
}
.header-social
{
    margin: 2.5px 0;
}
.header-social a
{
    display: flex;
    background: #fff;
    font-size: 15px;
    color: #182b60;
    font-weight: 500;
    border-radius: 50%;
    float: left;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}
.header-top
{
	padding:0px 50px;
	-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;
    background: #026e70;
    display: flex;
    align-items: center;
	position:relative;
}
.header-top h1
{
    margin: 5px 0;
    position: relative;
	-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;
}
.header-top h1 img
{
	-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;
}
.header-top aside
{
	margin-left:auto;
}
.header-top aside a
{
    display: block;
    background: #064243;
    border: solid 1px #064243;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 22px;
}
.header-top aside a:hover
{
    background: none;
    border: solid 1px #efe000;
    color: #efe000;
}
.nav
{
    margin-left:auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav ul li
{
	list-style: none;
    position: relative;
    float: left;
    margin:0 30px;
}
.nav ul li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    text-transform: uppercase;
}
/*.nav ul li:nth-of-type(3) a:after
{
	display:block;
}
.nav ul li a:after
{
	bottom:0;
    left: 0;
	right:0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    z-index: 9999;
	opacity:0;
	display:none;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	opacity:1;
}*/
.nav ul li a span
{
	display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
}
.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: #efe000;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 16px 0;
	left:-25px;
	box-shadow: 0px 10px 36px rgba(0, 0, 0, 0.1);
}
.nav ul li ul li
{
	list-style: none;
    float: none;
    margin: 0;
    display: block;
}
.nav ul ul li a
{
    padding: 6px 25px;
    text-align: left;
    font-size: 14px;
    color: #000;
    width: auto;
    position: relative;
    text-transform: none;
} 
.nav ul ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #cd9d53;
	opacity:0;
}
.nav ul ul li a:hover:before
{
	opacity:1;
}
.nav ul ul li a:hover, .nav ul ul li a:hover:before
{
	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
{
	position:relative;
	height:100vh;
	background:#fff;
}
.banner article
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
	text-align:center;
}
.banner article h3
{
    font-size: 20px;
    color: #026e70;
    font-weight: 500;
    background: #efe000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 5px;
}
.banner article h1
{
    font-size: 54px;
    position: relative;
    color: #fff;
    font-weight: 800;
}
.banner article a
{
    display: inline-block;
    background: #064243;
    border: solid 1px #064243;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 22px;
}
.banner article a:hover
{
    background: none;
    border: solid 1px #efe000;
    color: #efe000;
}
.section-home
{
    padding: 0;
	display:flex;
}
.section-home figure
{
	width:50%;
}
.section-home aside
{
	width:50%;
    background: #026e70;
	padding:85px 100px;
	text-align:center;
	position:relative;
	top:100px;
	right:100px;
}
.section-home h2, .section-solutions h2, .section-technology h2
{
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}
.section-home p
{
    color: #fff;
}
.section-home a, .section-contact a
{
    display: inline-block;
    background: #064243;
    border: solid 1px #064243;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 22px;
	margin:15px 0;
}
.section-home a:hover, .section-contact a:hover
{
    background: none;
    border: solid 1px #efe000;
    color: #efe000;
}
.section-solutions
{
	text-align:center;
	margin-top:50px;
}
.section-solutions h2
{
	color:#000;
}
.section-solutions
{
	position:relative;
	padding:85px 100px;
}
.section-solutions h2
{
    text-align: center;
    margin-top: 0;
    margin-bottom: 42px;
}
.section-solutions ul
{
	padding:0;
	margin:0 -15px;
}
.section-solutions ul li
{
	width:33.333333%;
	float:left;
}
.section-solutions ul li a
{
	display:block;
	position:relative;
	border-radius:30px;
	overflow:hidden;
	margin:15px;
}
.section-solutions ul li a:hover
{
	border-radius:0px;
}
.section-solutions ul li a:after
{
    content: " ";
    background: #a1b085;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    mix-blend-mode: screen;
    opacity: 0.1;
}
.section-solutions ul li a:hover:after
{
    width: 300px;
    height: 300px;
    opacity: 1;
}
.section-solutions ul li a h3
{
	font-size:20px;
	font-weight:600;
    color: #026e70;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
}
.section-solutions ul li a:hover h3
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
}
.section-technology
{
    background: #026e70;
	padding:85px 100px;
	text-align:center;
}
.section-technology ul
{
	padding:0;
	margin:20px -10px 0 -10px;
}
.section-technology ul li
{
	float:left;
	width:25%;
}
.section-technology ul li a
{
	display:block;
	margin:10px;
}
.section-technology ul li a:hover
{
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.section-technology ul li a h3
{
    background: #293434;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.section-technology ul li a:hover h3
{
    background: #efe000;
    color: #026e70;
}
.section-contact
{
    background: url(../images/get.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 35px 20px;
}
.section-contact h2
{
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.section-contact a
{
	
}
.section-contact a:nth-of-type(2)
{
	color:#064243;
    background: #efe000;
}
.section-contact a:hover:first-of-type, .section-contact a:hover:nth-of-type(2)
{
    opacity:0.8;
}
.footer
{
	position:relative;
    background: #293434;
}
.footer article
{
	padding:85px 100px;
}
.footer article h1 a
{
	display:block;
    background: #026e70;
	padding:15px;
}
.footer aside
{
    margin-right:12%;
}
.footer aside:nth-of-type(4), .footer aside:last-of-type
{
    margin-right: 0;
}
.footer h1
{
	margin:0;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    font-size: 24px;
}
.footer p
{
    color: #fff;
}
.footer p strong
{
    color: #efe000;
	display:block;
}
.footer-link
{
	
}
.footer-link ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-link ul li
{
    list-style: none;
}
.footer-link ul li a
{
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
	font-weight:400;
}
.footer-link ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 2px;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #00b3ea, #00b3ea);
    z-index: -8;
}
.footer-link ul li a:hover:before
{
	left:0;
	right:auto;
    width: 100%;
}
.social-media
{
	
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 2px;
    border-radius: 3px;
}
.social-media a img
{
    width: 40px;
	background:#fff;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
    background: #efe000;
	text-align:center;
	padding:20px;
}
.footer-bottom p
{
	color:#000;
	margin:0;
}
.page-title
{
	margin-top:120px;
	padding:35px 100px;
    display: flex;
    align-items: center;
	position:relative;
	z-index:9;
}
.page-title
{
    justify-content: center;
    flex-direction: column;
}
.page-title:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11,42,61,0.6);
    z-index: -8;
	display:none;
}
.page-title h2
{
    font-size: 46px;
    color: #026e70;
    font-weight: 700;
}
.page-title nav
{
    position: absolute;
    bottom: 20px;
	right:20px;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 0 15px;
    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: #026e70;
}
.page-title nav ul li a
{
    display: block;
    color: #999;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.section-content
{
	position:relative;
	padding:85px 100px;
}
.section-content h2
{
    font-size: 34px;
    color: #000;
    font-weight: 700;
}
.section-content h3
{
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    color: #0e5072;
}
.section-content h3 small
{
    font-size: 15px;
    opacity: 0.6;
    font-weight: 500;
}
.content
{
	width:65%;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.section-content article
{
	display:flex;
    align-items: center;
}
.split
{
	width:48%;
}
.section-solutions-pages
{
	
}
.section-solutions-pages article
{
	
}
.section-solutions-pages article:nth-of-type(even)
{
    flex-direction: row-reverse;
}
.section-solutions-pages article figure
{
	width:50%;
}
.section-solutions-pages article aside
{
	width:50%;
	padding:30px;
}
.section-solutions-pages article aside h3
{
	margin-bottom:20px;
}
.section-solutions-pages article aside p
{
	margin:5px 0;
	position:relative;
    padding-left: 12px;
}
.section-solutions-pages article aside p:before
{
    content: " ";
    background: #0e5072;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 2px;
}
.section-technology-pages
{
	
} 
.section-technology-pages ul
{
	padding:0;
	margin:0 -15px; 
}
.section-technology-pages ul li
{
	float:left;
	width:33.333333%;
}
.section-technology-pages ul li article
{
	margin:15px;
	display:block;
}
.section-technology-pages ul li article div
{
	margin:0 15px;
	background:#e1f1f1;
	padding:15px;
    position: relative;
    top: -30px;
}
.section-technology-pages ul li article div p
{
	margin-bottom:0;
}
.photo-gallery, .photo-gallery-pages
{
	outline:0;
}
.photo-gallery ul, .photo-gallery-pages ul
{
    padding: 0;
    margin: -10px ;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
{
	float:left;
    list-style: none;
    width: 25%;
}
.photo-gallery-pages ul li
{
	float:left;
    list-style: none;
    width: 25%;
}
.photo-gallery ul li a, .photo-gallery-pages ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
	margin:10px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.3);
}
.photo-gallery ul li a
{
	
}
.photo-gallery ul li a img
{
    height: 180px;
    object-fit: cover;
}
.photo-gallery ul li h3
{
	text-align:center;
	color:#000;
	font-size:16px;
}
.photo-gallery ul li a img, .photo-gallery-pages 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, .photo-gallery-pages 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, .photo-gallery-pages ul li a:before
{
    content: " ";
	position:absolute;
	display:block;
    background: rgba(26, 26, 27, 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, .photo-gallery-pages ul li a:hover:before
{
	opacity:0.5;
}
.photo-gallery ul li a:after, .photo-gallery-pages ul li a:after
{
    content: "\f00e";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 27px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
    z-index: 99;
}
.photo-gallery ul li a:hover:after, .photo-gallery-pages ul li a:hover:after
{
	opacity:1;
}
.choose
{
	position:relative;
}
.choose h3
{
    position: relative;
    height: 100px;
    margin-bottom: 30px;
}
.choose h3:after
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: linear-gradient(120deg, #fff, #0e5072, #fff);
}
.choose:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, #fff, #0e5072, #fff);
}
.choose aside
{
	width:50%;
	text-align:center;
	padding:0 30px;
}
.choose aside img
{
	margin-top:30px;
}
.services
{
	
}
.services ul
{
    padding: 0;
    margin: 0 -1.5%;
    list-style: none;
}
.services ul li
{
    width: 30.333333%;
    float: left;
    border-radius: 50%;
    margin: 1.5%;
	overflow:hidden;
	position:relative;
}
.services ul li figure
{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.services ul li:hover figure
{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.services ul li:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #0e5072;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	z-index:-8;
}
.services ul li:hover:after
{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	z-index:9;
}
.services ul li figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
    text-align: center;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	z-index:-8;
	color:#fff;
	transition-delay:0.2s;
	transform:translateY(20px);
	-webkit-transform:translateY(20px);
	opacity:0;
	padding:30px;
}
.services ul li:hover figcaption
{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	z-index:99;
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	opacity:1;
}
.services ul li figcaption > div
{
    vertical-align: middle;
    display: table-cell;
}
.contact
{
	
}
.contact h2
{
    color: #0e5072;
    font-size: 30px;
}
.contact h4
{
    color: #000;
    font-weight: 300;
    font-size: 20px;
}
.contact aside
{
	width:48%;
	text-align:left;
}
.contact aside p
{
    position: relative;
    padding-left: 50px;
}
.contact aside p strong
{
	color:#7c8188;
}
.contact aside p i
{
    font-size: 20px;
    color: #000;
    font-weight: normal;
    width: 40px;
    height: 40px;
    background: #efe000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.contact fieldset
{
	width:50%;
}
.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: 16px 20px;
    width: 100%;
    background: #fff;
    border: 2px solid #d1e9e9;
    border-radius: 10px;
    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
{
    border: 2px solid #999999;
}
.contact fieldset textarea
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 2px solid #d1e9e9;
    border-radius: 10px;
	height:200px;
    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=submit]
{
    border: none;
    background-color: #026e70;
    padding: 13px 35px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Outfit', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin:15px 0;
}
.show
{
	display:none;
}
.g-recaptcha
{
	display: inline-block;
}