@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;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.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
::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.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Urbanist', 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: 17px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list, ul.listno
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li, ul.listno li
{
    color: #000;
    line-height: 26px;
    font-size: 17px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin: 6px 0;
}
ul.list li, ul.listno li
{
	counter-increment: mega-step;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #006aaf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.list li ul li:before
{
    content: " ";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 3px;
    background: #000;
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #f47e20;
	text-align:center;
}
ul.list li strong, ul.listno li strong
{
	color:#000;
}
ul.list li span, ul.listno li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
    position: relative;
    background: #fff;
    outline: 0;
    z-index: 9999;
}
.footer
{
	
}
.nav-shrink
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;
}
.nav-shrink.header
{
	top:-42px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav-shrink.header-strip
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.news
{
	background:#006aaf;
}
.news marquee
{
	color:#fff;
	margin:5px 20px;
}
.header-strip
{
    background: rgba(0,0,0,0.6);
    padding: 0px 100px;
	position:relative;
}
.header-get-a-quote
{
	
}
.header-get-a-quote a
{
    display: block;
    background: #fff;
    color: #006aaf;
    font-size: 17px;
    font-weight: 600;
    padding: 12.5px 22px;
}
.header-get-a-quote a:hover
{
}
.header-contact
{
	
}
.header-contact a
{
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    display: block;
    text-align: right;
    float: left;
    margin: 13px 13px;
}
.header-contact a:hover
{
    opacity:0.8;
}
.social-icon
{
    margin: 4px 0;
}
.social-icon a
{
    display: block;
    width: 34px;
    height: 34px;
    float: left;
    background: #4267b2;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 7px 0;
    border-radius: 30px;
    margin-right: 2px;
}
.social-icon 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 a:nth-of-type(3)
{
    background: #0077b5;
}
.header-top
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding:0 100px;
	background:#fff;
}
.header-top h1
{
    margin: 10px 0;
    position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top h1 img
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav
{
	
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:right;
}
.nav ul li
{
	float:left;
	margin-left:25px;
}
.nav ul li a
{
    color: #3b4145;
    font-size: 18px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 31px 0px;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #006aaf;
    z-index: 9999999;
}
.nav ul li:hover>a:after,.nav ul li.active>a:after
{
    height: 6px;
}
.nav ul li a i
{
     width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: relative;
    top: 4px;
    right: 0;
    font-weight: 100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -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: #006aaf;
}
.nav ul li ul
{
    display: none;
    position: absolute;
	left:0;
	right:0;
    z-index: 999999;
    background: #F2F2F2;
    padding: 30px;
    box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul ul li a
{
	text-align:left;
    font-size: 15px;
    color: #525252;
    font-weight: 400;
    width: auto;
    position: relative;
	text-transform:none;
	border-radius:30px;
	border:solid 1px #DDD;
    padding: 8px 15px 8px 25px;
	margin:5px
}
.nav ul ul li:first-of-type a
{
	border-top:none;
}
.nav ul ul li a:after
{
    display:none;
}
.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
	top:7.6px;
    left: 10px;
    font-size: 18px;
}
.nav ul ul li a:hover
{
	border:solid 1px #f47e20;
	color:#000;
	background:none;
}
.nav ul ul li a:hover:before
{
	color:#f47e20;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
}
.container-section
{
	padding:85px 100px;
}
.container-section h2
{
    font-size: 34px;
    font-weight: 700;
    color: #006aaf;
}
.container-section h3
{
    color: #666;
    font-size: 26px;
    font-weight: 400;
}
.padding-top-none
{
	padding-top:0;
}
.allignmiddle
{
    display: flex;
    align-items: center;
}
a.linkbox
{
    display: inline-block;
    background: #006aaf;
    color: #fff;
    font-size: 17px;
    padding: 16px 26px;
    font-weight: 600;
    margin: 15px 0;
	position:relative;
}
a.linkbox:after
{
    content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border:dotted 1px #fff;
}
a.linkbox:hover:after
{
	margin:3px;
}
.intro
{
	padding:0;
}
.intro figure
{
	width:60%;
	position:relative;
}
.intro figure:after
{
	content:" ";
	position:absolute;
	bottom:0;
	left:0px;
	background:#fff;
	width:100px;
	height:100px;
}
.intro aside
{
	width:50%;
	background:#3a4145;
	padding:85px 100px;
	position:absolute;
	top:100px;
	right:0;
	z-index:9;
}
.intro aside:before
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0px;
	right:0;
	background:url(../images/intro-content.jpg) center center no-repeat;
	background-size:cover;
	opacity:0.1;
	z-index:-8;
}
.intro aside h2, .intro aside p
{
	color:#fff;
}
.intro aside p
{
	text-align:justify;
}
.section-tab
{
    position: relative;
}
.section-tab article
{
	width:36%;
}
.section-tab article p
{
	font-size:20px;
}
.section-tab aside
{
    width: 50%;
	margin-top:85px;
}
.section-tab aside ul
{
    padding: 0;
	margin:0 -10px
}
.section-tab aside ul li
{
    float: left;
    width: 50%;
}
.section-tab aside ul li a
{
    display: block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.section-tab aside ul li a:hover
{
	-webkit-transform:translateY(20px);
	transform:translateY(-20px);
}
.section-tab aside ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg,#006aaf,#003aaf);
	opacity:0.1;
}
.section-tab aside ul li a:hover:before
{
	opacity:0.6;
}
.section-tab aside ul li a figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}
.section-tab aside ul li a figcaption img
{
    width:60px;
	height:60px;
}
.section-tab aside ul li a figcaption h3
{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 99;
}
.section-tab aside ul li a:hover figcaption h3
{
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
}
.section-tab aside ul li a figcaption p
{
    color:#fff;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    opacity:0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index:99;
}
.section-tab aside ul li a:hover figcaption p
{
    opacity:1;
}
.section-tab aside ul li a figcaption p:before
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 110%;
    width: 0;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-tab aside ul li a:hover figcaption p:before
{
    width: 16px;
}
.photo-gallery
{
	
}
.photo-gallery ul
{
    padding: 0;
    margin: 0 -10px;
    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 h4
{
    text-align:center;
}
.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.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.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:50%;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
    padding: 11px 0;
	opacity:0;
}
.photo-gallery ul li a:hover:after
{
	opacity:1;
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.section-quality
{
	
}
.section-quality aside
{
	width:46%;
	margin-left:auto;
}
.section-quality aside p
{
	text-align:justify;
}
.section-quality figure
{
	width:42%;
}
.section-contact
{
    background:url(../images/Contact-Us.jpg) center center no-repeat;
    background-size: cover;
    padding: 85px 100px;
	text-align:center;
	position:relative;
	z-index:9;
}
.section-contact:before
{
    content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.3);
	z-index:-8;
}
.section-contact:after
{
    content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:-20px;
	right:-20px;
	background:url(../images/shape.svg) top center no-repeat;
	background-size:contain;
	z-index:-8;
}
.section-contact h2
{
    font-size: 56px;
    color: #fff;
    font-weight: 700;    
}
.section-contact h3
{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
.section-contact a
{
    display: inline-block;
    background: #006aaf;
    color: #fff;
    font-size: 17px;
    padding: 16px 26px;
    font-weight: 600;
    margin: 15px 5px;
    position: relative;
}
.section-contact a:nth-of-type(2)
{
	background:#3f3f3f;
}
.section-contact a:after
{
    content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border:dotted 1px #fff;
}
.section-contact a:hover:after
{
	margin:3px;
}
.footer
{
	position:relative;
    background: #3b4145 url(../images/q.png) center center no-repeat;
	background-size:contain;
}
.footer article
{
	padding:85px 100px 35px 100px;
}
.footer aside
{
    margin-right:10%;
}
.footer aside:nth-of-type(3), .footer aside:last-of-type
{
    margin-right:0%;
}
.footer h3
{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 25px; 
}
.footer p
{
    color: #fff;
	margin-top:0;
}
.footer p strong
{
    color: #999999;
    font-weight: 700;
}
.footer p span
{
    color: #fff;
    font-weight: 800;
}
.footer a
{
    color: #fff;
}
.footer a:hover
{
	text-decoration:underline;
}
.social-media
{
	
}
.social-media a
{
    display: block;
    width: 40.5px;
    height: 40.5px;
    float: left;
    background: #4267b2;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 8.5px 0;
    margin-right: 2px;
    border-radius: 50%;
}
.social-media 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-media a:nth-of-type(3)
{
    background: #0077b5;
}
.footer-text
{
	
}
.footer-text i
{
	width:18px;
	text-align:center;
}
.footer-nav
{
	
}
.footer-nav a
{
	color:#fff;
	font-weight:400;
	display:block;
    line-height: 26px;
    font-size: 17px;
}
.footer-bottom
{
	margin-top:50px;
	padding:35px 100px;
	background:#006aaf;
}
.footer-bottom a
{
    color: #00ce00;
}
.footer-bottom p
{
    color: #fff;
	margin-bottom:0;
}
.footer-text-link a:hover
{
	text-decoration:underline;
}
.page-title
{
    padding:300px 100px 100px 100px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	z-index:8;
}
.page-title:before
{
    content:" ";
	position:absolute;
	bottom:0;
	top: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: -20px;
    right: -20px;
    background: url(../images/shape.svg) top center no-repeat;
    background-size: contain;
    z-index: -8;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-title h2
{
    color: #fff;
    font-size: 46px;
    font-weight: 800;
}
.page-title nav
{
    z-index: 99;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    line-height: 20px;
    margin-right: 20px;
	color:#fff;
	position:relative;
}
.page-title nav ul li a
{
    color: #f47e20;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 15px;
}
.page-title nav ul li a:hover
{
	
}
.services
{
	
}
.content
{
	width:58%;
	padding-left:50px;
}
.sidebar
{
	width:42%;
}
.sidebar img
{
	margin:15px 0;
}
.vision-mission
{
	padding:0;
}
.vision-mission article
{
    display: flex;
    align-items: center;
	margin-bottom:50px;
}
.vision-mission article:nth-of-type(even)
{
    flex-direction: row-reverse;
}
.vision-mission article figure
{
    width: 60%;
	position:relative;
}
.vision-mission article figure:after
{
	content:" ";
	position:absolute;
	top:50%;
	right:0;
	width:100px;
	height:60%;
	background:rgba(0,106,175,0.7);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.vision-mission article:nth-of-type(even) figure:after
{
	right:auto;
	left:0;
}
.vision-mission article aside
{
    width: 40%;
    padding: 0 100px;
}
.vision-mission article aside p
{
	text-align:justify;
}
.vision-mission article:nth-of-type(even) aside
{
	text-align:right;
}
.services
{
	
}
.services .sidebar
{
	position:relative;
}
.services .sidebar:before
{
	content:" ";
    position: absolute;
    top: -85px;
    left: -100px;
    width: 100px;
    height: 100px;
    background: #006aaf;
}
.clients
{
	
}
.clients p
{
	border-left:solid 5px #006aaf;
	padding-left:20px;
}
.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: solid 1px #E9E9E9;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 20px;
    padding: 10px;
    width: 100%;
    height: 150px;
}
.clients ul li figure img
{
    box-shadow: 0px 0px 0 rgb(50 50 50 / 30%);
    padding: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
}
.enquiry
{
	
}
.enquiry aside
{
    width: 30%;
}
.enquiry aside h1
{
    font-size: 35px;
    line-height: 45px;
}
.enquiry fieldset
{
    width: 50%;
}
.enquiry fieldset h2
{
    margin-left: 10px;
}
.enquiry fieldset input::-webkit-input-placeholder,
.enquiry fieldset textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Urbanist', sans-serif;
	font-weight:400;
	font-size:15px;
}
.enquiry fieldset input::-moz-placeholder,
.enquiry fieldset textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Urbanist', sans-serif;
	font-weight:400;
	font-size:15px;
}
.enquiry fieldset input:-ms-input-placeholder,
.enquiry fieldset textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Urbanist', sans-serif;
	font-weight:400;
	font-size:15px;
}
.enquiry fieldset input:-moz-placeholder,
.enquiry fieldset textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Urbanist', sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.enquiry fieldset label
{
    padding:10px;
	display:block;
}
.enquiry fieldset input[type=text], .enquiry fieldset input[type=email], .enquiry fieldset input[type=number]
{
    padding: 18px 20px;
	border-radius:3px;
    width: 100%;
    background: #fff;
    border: 1px solid #DFDFDF;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Urbanist', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.enquiry fieldset input[type=text]:focus, .enquiry fieldset input[type=email]:focus, .enquiry fieldset input[type=number]:focus, .enquiry fieldset textarea:focus
{
    box-shadow: 0px 0px 0px 2px #f47e20;
}
.enquiry fieldset textarea
{
    padding: 18px 20px;
	border-radius:3px;
    width: 100%;
    height: 150px;
    background: #fff;
    border: 1px solid #DFDFDF;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Urbanist', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.enquiry fieldset input[type=submit]
{
    border: none;
    background-color: #1c1f20;
    padding: 16px 35px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Urbanist', sans-serif;
    border-radius: 3px;
    margin: 15px 0;
}
.contact
{
	padding:0;
}
.contact article
{
    margin: 100px 100px 0px 100px;
    border-radius: 30px;
	background:#fff;
    box-shadow: 0px 0px 26px rgb(0 0 0 / 20%);
    padding: 35px 50px;
	position:relative;
	z-index:99;
}
.contact aside
{
    width: 33.333333%;
	float:left;
}
.contact aside p
{
    position: relative;
	padding-left:60px;
}
.contact aside p strong
{
	display:block;
}
.contact aside p i
{
	position:absolute;
	top:5px;
	left:0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #006aaf;
    display: inline-block;
    border: dashed 1px #000;
    text-align: center;
    border-radius: 50%;
    padding: 8px 0;
}
.contact aside img
{
    width: 65%;
}
.map
{
	position:relative;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
	margin-top:-120px
}
.show
{
	display:block;
}
.hide
{
	display:none;
}
.wow
{
	visibility: hidden;
}
.anchor
{
	position:absolute;
	top:-70px;
}