@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..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: "Figtree", 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;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #003366;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
	
}
.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: 999999;
}
.header:hover
{
	background: #fff;
}
.header:hover .nav ul li a
{
    color: #101214;
}
.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;
    margin-left: auto;
}
.nav-shrink.header
{
	background: #fff;
}
.nav-shrink.header .nav ul li a
{
    color: #101214;
}
.nav-shrink.header .nav ul li:hover > a, .nav-shrink.header .nav ul li.active > a
{
    color: #003366;
}
.nav-shrink .header-top h1 img
{
	-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-strip
{
	background:#000;
	padding:5px 20px;
	position: relative;
}
.header-top
{
    display: flex;
    align-items: center;
	padding:0px 20px;
	position:relative;
}
.header-top h1
{
    margin: 10px 0;
}
.header-top h1 img
{
	-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;
}
.contactbutton
{
	
}
.contactbutton a
{
    display: block;
    background: #003366;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 2px;
}
.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:0 15px;
}
.nav ul li a
{
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 5px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 0%;
    left: -3px;
    width: 0;
    height: 2px;
    background: #003366;
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);display: none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    bottom: 0%;
    right: -3px;
    width: 0;
    height: 2px;
    background: #003366;
    -webkit-transform: translate(100%, 0%);
	display: none;
    transform: translate(100%, 0%);
}
.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: 10px;
}
.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: 18px;
    right: -10px;
    width: 8px;
    height: 8px;
}
.nav ul li a span:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #424242;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li a span:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -10px;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #424242;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:before
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:after
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#003366;
}
.header:hover .nav ul li:hover > a, .header:hover .nav ul li.active > a 
{
    color: #003366;
}
.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 ul
{
    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 ul li:hover ul
{
	display:block;
	visibility:visible;
}
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
    width: 100%;
	position:relative;
	z-index:9;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 36px;
    color: #003366;
    font-weight: 800;
}
.container h3
{
    color: #101214;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{ 
	margin: 15px 0;
}
.content
{
	width: 65%;
}
.split
{
	width: 48%;
}
.alignmiddle .right
{
	margin-left: auto;
}
a.linkbutton
{
    display: inline-block;
    font-size: 17px;
    color: #fff;
    padding: 20px 42px;
    font-weight: 500;
    margin: 15px 0;
    border-radius: 2px;
    position: relative;
	z-index: 9;
    overflow: hidden;
}
a.linkbutton:hover
{
	background: #fff;
	box-shadow: 0px 16px 36px rgba(0,0,0,0.2);
    color: #003366;
}
a.linkbutton:after
{
	content: '';
    background: #003366;
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
a.linkbutton:hover:after
{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.single-services
{
	
}
.single-services ul
{
	padding: 0;
	margin: 0;
}
.single-services ul li
{
	float: left;
	width: 20%;
    background: #003366;
	padding: 15px;
	text-align: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.single-services ul li:nth-last-of-type(even)
{
    background: #0f569c;
}
.single-services ul li img
{
	max-height: 50px;
	margin: 15px 0;
}
.single-services ul li h3
{
    font-size: 20px;
	color: #fff;
}
.single-services ul li:hover
{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	z-index: 9;
}
.intro
{
	
}
.intro figure
{
	width: 40%;
}
.intro aside
{
	width: 56%;
	margin-left: auto;
}
.whychoose
{
	background: #101214;
	text-align: center;
}
.whychoose h2
{
	color: #fff;
}
.whychoose ul
{
	padding: 0;
	margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.whychoose ul li
{
	float: left;
	width: 20%;
	background: #fff;
	text-align: center;
	padding: 20px;
	border-left: solid 1px #101214;
}
.whychoose ul li img
{
	max-width: 75px;
	max-height: 50px;
}
.whychoose ul li h3
{
    font-size: 20px;
    line-height: 22px;
	margin-bottom: 0;
}
.sectiontabs
{
	
}
.sectiontabs ul
{
    padding: 0;
    margin: 0 -15px;
}
.sectiontabs ul li
{
    float: left;
    width: 33.333333%;
} 
.sectiontabs ul li a
{
    display: block;
    text-align: center;
    border: solid 1px #dae7eb;
    background: #fff;
    padding: 20px;
    margin: 15px;
    border-radius: 12px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    position: relative;
    z-index: 3;
}
.sectiontabs ul li a:hover
{
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    border: solid 1px #003366;
	box-shadow: 15px 70px 123px rgba(0,0,0,0.2);
}
.sectiontabs ul li a:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    z-index: 2;
}
.sectiontabs ul li a:after
{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #003366 8px, #003366 8px);
    border-radius: 12px;
    z-index: -1;
}
.sectiontabs ul li a:hover:after
{
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
}
.sectiontabs ul li a img
{
    height: 120px;
    margin-top: 15px;
    position: relative;
    z-index: 4;
}
.sectiontabs ul li a h3
{
    position: relative;
    z-index: 4;
}
.our-services
{
    background: #003366;
}
.our-services .row
{
	position: relative;
	text-align: center;
}
.our-services h2,
.our-services p
{
	color: #fff;
}
.our-services ul, .services-list ul
{
	padding: 0;
	margin: 0 -15px;
}
.our-services ul li, .services-list ul li
{
	float: left;
	width: 33.333333%;
}
.services-list ul li
{
	width: 50%;
}
.our-services ul li a, .services-list ul li a
{
	display: block;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
    font-size: 26px;
    color: #fff;
    font-weight: 800;
	margin: 15px;
}
.our-services ul li a:hover, .services-list ul li a:hover
{
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
}
.our-services ul li a figcaption, .services-list ul li a figcaption
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    background: linear-gradient(0deg, transparent, black);
}
.our-services ul li a figcaption h3, .services-list ul li a figcaption h3
{
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
	text-align: left;
}
.our-services ul li a:after, .services-list ul li a:after
{
	content: "";
    background: #003366 url(../images/linkarrow.svg) center center no-repeat;
    background-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px 0 0 0;
}
.our-services ul li a:hover:after, .services-list ul li a:hover:after
{
    background: #fff url(../images/linkarrow.svg) center center no-repeat;
    background-size: 15px;
}
.our-services  ul li a .servicesimg, .services-list ul li a .servicesimg
{
	position: absolute;
	width: 40%;
	top: 75px;
	right: 0px;
	opacity: 0;
}
.countries-covered
{
	
}
.countries-covered figure
{
	width: 65%;
}
.countries-covered aside
{
	width: 30%;
}
.countries-covered aside h2 span
{
	color: #101214;
    font-size: 66px;
}
.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-contact
{
}
.section-contact .row
{
    position: relative;
    background: #003366 url(../images/texture.jpg) bottom center no-repeat fixed;
    background-size: cover;
    text-align: center;
    padding: 35px 20px;
    border-radius: 30px;
}
.section-contact  h2
{
    color: #fff;
}
.section-contact a.linkbutton
{
    background: #fff;
	margin: 15px 10px;
}
.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: #101214;
	position:relative;
}
.footer h3
{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.footer article
{
	padding:85px 0 50px 0;
}
.footer-cont
{
	width: 350px;
}
.footer-cont p strong
{
    display: inline-block !important;
}
.footer article aside
{
    margin-right:7%;
}
.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: #4267b2;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px 0;
    font-size: 24px;
    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: #0076b4;
}
.social-icon-footer a:nth-of-type(4)
{
    background: #fe1101;
}
.social-icon-footer a:nth-of-type(5)
{
    background: #1da1f3;
}
.footer p
{
    color: #cccccc;
    font-size: 16px;
    font-weight: 300;
	text-align:left;
}
.footer p strong
{
    color: #CCC;
    font-weight: 600;
	display:block;
}
.footer-bottom
{
	padding:15px 0px;
    position: relative;
	border-top: solid 1px #1c2023;
}
.footer-bottom p
{
    color: #fff;
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;	
}
.whatsapplink a
{
    background: url(../images/WhatsApp.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.banner-heading
{
	position: relative;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:85px 20px;
	width: 100%;
	height:400px;
    display: flex;
    align-items: center;
	z-index:9;
}
.banner-heading
{
    justify-content: center;
    flex-direction: column;
}
.banner-heading:after
{
    content: " ";
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(0,51,102,0.5));
    z-index: -8;
    width: 75%;
}
.banner-heading:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: -8;
}
.banner-heading h2
{
    font-size: 46px;
    color: #fff;
    font-weight: 700;
}
.banner-heading nav
{
    position: absolute;
    bottom: 12px;
    right: 0;
}
.banner-heading nav ul
{
    padding: 0;
    margin: 0;
}
.banner-heading nav ul li
{
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.banner-heading nav ul li:first-of-type:before
{
    display:none;
}
.banner-heading nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -17px;
    color: #fff;
}
.banner-heading nav ul li a
{
    display: block;
    color: #CCCCCC;
    font-size: 15px;
    font-weight: 400;
}
.banner-heading nav ul li a:hover
{
    text-decoration:underline;
}
.mission
{
	
}
.mission figure
{
	width: 50%;
}
.mission aside
{
	background: #101214;
	width: 50%;
	padding: 85px 100px;
}
.mission aside h3,
.mission aside p
{
	color: #fff;
}
.services
{
	
}
.services-content
{
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
	width: 40%;
}
.services-list
{
	width: 60%;
}
.clients
{
	
}
.clients ul
{
    padding: 0;
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.clients ul li
{
    float: left;
    width: 25%;
    display: flex;
}
.clients ul li figure
{
    border-radius: 2px;
    border: solid 1px #d6e0eb;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    padding: 15px;
    position: relative;
}
.clients ul li figure img
{
    max-height: 100px;
}
.clients ul li figure:before
{
    content: "";
    background: #003366;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    width: 50px;
    height: 3px;
    margin: auto;
}
.clients ul li figure:after
{
    content: "";
    background: #003366;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 50px;
    height: 3px;
    margin: auto;
}
.contact
{
	
}
.contact fieldset
{
	width: 60%;
	margin:-10px;
}
.contact fieldset h3
{
    margin-left: 10px;
}
.contact fieldset input::-webkit-input-placeholder,
.contact fieldset textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: "Figtree", sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input::-moz-placeholder,
.contact fieldset textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: "Figtree", sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-ms-input-placeholder,
.contact fieldset textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: "Figtree", sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-moz-placeholder,
.contact fieldset textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: "Figtree", 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: 1px solid #d6e0eb;
    border-radius: 2px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Figtree", 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 #003366;
}
.contact fieldset textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #fff;
    border: 1px solid #d6e0eb;
    border-radius: 2px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Figtree", 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: #003366;
    padding: 13px 35px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    font-family: "Figtree", sans-serif;
    border-radius: 3px;
    margin: 15px 0;
}
.contact fieldset input[type=submit]:hover
{
	
}
.contact aside
{
    width: 35%;
}
.contact article
{
	
}
.contact article ul
{
    padding: 0;
    margin: 50px -15px 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.contact article ul li
{
    float: left;
    width: 33.333333%;
    display: flex;
}
.contact article ul li div
{
    width: 100%;
    background: #eaf0f6;
    padding: 35px 30px 15px 30px;
    border-radius: 20px;
    margin: 15px;
	border-right: solid 1px #003366;
	position: relative;
}
.contact article ul li h3
{
    font-size: 20px;
    font-weight: 700;
}
.contact article ul li p
{
	position: relative;
    padding-left: 25px;
    line-height: 24px;
    font-size: 16px;
}
.contact article ul li p strong
{
	display:block;
}
.contact article ul li p i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 25px;
    text-align: center;
    color: #003366;
}
.contact article ul li .ripple
{
    background: #003366;
    position: absolute;
    top: -15px;
    left: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
@keyframes ripple
{
  0% {
    box-shadow: 0 0 0 .3rem rgba(0,51,102, 0.2),
                0 0 0 0.8rem rgba(0,51,102, 0.2),
                0 0 0 1.5rem rgba(0,51,102, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0.8rem rgba(0,51,102, 0.2),
                0 0 0 1.5rem rgba(0,51,102, 0.2),
                0 0 0 2.5rem rgba(0,51,102, 0);
  }
}
@-webkit-keyframes ripple
{
  0% {
    box-shadow: 0 0 0 .3rem rgba(0,51,102, 0.2),
                0 0 0 0.8rem rgba(0,51,102, 0.2),
                0 0 0 1.5rem rgba(0,51,102, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0.8rem rgba(0,51,102, 0.2),
                0 0 0 1.5rem rgba(0,51,102, 0.2),
                0 0 0 2.5rem rgba(0,51,102, 0);
  }
}
.formobile
{
	display:none;
}