@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;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.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: 'Work Sans', 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: 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
{
	-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;
	background:rgba(255,255,255,0.6);
}
.header-top
{
    display: flex;
    align-items: center;
	padding:0px 10px;
}
.header-top h1
{
    margin: 10px 0;
}
.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;
    height:60px;
}
.header-top h1 img
{
    height:100px;
	-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;
}
.getintouch
{
    margin-left: auto;
}
.getintouch a
{
    display: block;
    background: #1460a9;
	border:solid 1px #1460a9;
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
	border-radius:2px;
}
.getintouch a:hover
{
    background: none;
    color: #1460a9;
}
.nav
{
    margin-left: auto;
		-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin:0 20px;
}
.nav ul li a
{
    color: #666;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 6px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
	width:0;
    height: 2px;
    background: linear-gradient(45deg,#034ea1,#60c2e0);
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #444e50;
    opacity:0;
	display:none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before,
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	width:100%;
    left: 0;
    right: auto;
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#1460a9;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
	left:-25px;
	padding:15px 0;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
	text-align:left;
	text-transform:none;
	font-size:16px;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#000;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
	background:url(../images/jseventandproduction.jpg) center center no-repeat fixed;
	background-size:cover;
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
}
.banner article
{
	width:50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
}
.banner article h2
{
    font-size: 46px;
	line-height:50px;
    color: #1460a9;
    font-weight: 800;
}
.banner article h2 span
{
    background: linear-gradient(45deg,#d19403,#f4e589);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner article h3
{
    font-size: 26px;
	line-height:30px;
    color: #000;
    font-weight: 600;
}
.banner article a.linkbutton
{
	margin:15px 5px;
}
.banner article a.linkbutton:nth-of-type(2)
{
	color:#1460a9;
    background:rgba(0,0,0,0.2);
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 36px;
    color: #1460a9;
    font-weight: 800;
}
.container h3
{
    color: #00044b;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
a.linkbutton
{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #1460a9;
	border:solid 1px #1460a9;
    padding: 18px 32px;
    font-weight: 500;
    margin: 15px 0;
    border-radius: 2px;
	position:relative;
}
a.linkbutton:hover
{
    color: #1460a9;
    background:none;
}
a.linkbutton:after
{
	content:" ";
	background: url(../images/arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 20px;
    height: 12px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-animation: arrow 3s infinite;
    animation: arrow 3s infinite;
	opacity:0;
}
a.linkbutton:hover:after
{
	opacity:1;
}
@-webkit-keyframes arrow
{
	0%
	{
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
	33%
	{
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
	}
	66%
	{
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
	100%
	{
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
	}
}
@keyframes arrow
{
	0%
	{
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
	}
	33%
	{
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
	66%
	{
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
	}
	100%
	{
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
}
.intro
{
	position:relative;
	z-index:9;
}
.intro article
{
    display: flex;
    align-items: center;
	margin-top:50px;
}
.intro article:nth-of-type(even)
{
    flex-direction: row-reverse;
}
.intro aside
{
	width:50%;
	padding-right:50px;
}
.intro article:nth-of-type(even) aside
{
	padding-right:0px;
	padding-left:50px;
}
.intro figure
{
	width:50%;
	margin-left:auto;
}
.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
{
    background: #4c4a4f url(../images/contactus.jpg) bottom -182px center no-repeat fixed;
	background-size:cover;
    padding: 35px 20px;
	position:relative;
	text-align:center;
}
.section-contact  h2
{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
	margin-top:0
}
.section-contact a
{
    display: inline-block;
    padding: 18px 26px;
    margin: 0 2px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
}
.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: #11100d;
	position:relative;
}
.footer h3
{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.footer article
{
	padding:85px 0 0px 0;
}
.footer article aside
{
    margin-right:6%;
}
.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: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.social-icon-footer a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-footer a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer p
{
    color: #cccccc;
    font-size: 16px;
    font-weight: 300;
	text-align:left;
}
.footer p strong
{
    color: #009fc7;
    font-weight: 500;
	display:block;
}
.social-media
{
	
}
.social-media p
{
	padding:0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
	padding:35px 0px;
	text-align:center;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom p
{
	text-align:center;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.banner-heading
{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:85px 100px;
	height:350px;
	margin-top:142px;
    display: flex;
    align-items: center;
	z-index:9;
}
.banner-heading
{
    justify-content: center;
    flex-direction: column;
}
.banner-heading:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(57,130,22), transparent);
	z-index: -8;
    width: 50%;
}
.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;
    margin-right: auto;
}
.banner-heading nav
{
    margin-right: auto;
}
.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;
}
.contact
{
	position:relative;	
}
.contact fieldset
{
	width:700px;
	margin:auto;
}
.contact fieldset h2
{
    margin-left: 10px;
}
.contact fieldset input::-webkit-input-placeholder,
.contact fieldset textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input::-moz-placeholder,
.contact fieldset textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-ms-input-placeholder,
.contact fieldset textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-moz-placeholder,
.contact fieldset textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Work Sans', 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: #F0F0F0;
    border: 1px solid #f3f5f9;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Work Sans', 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 #444e50;
}
.contact fieldset textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #F0F0F0;
    border: 1px solid #f3f5f9;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact fieldset input[type=submit]
{
    border: none;
    background-color: #111111;
    padding: 13px 35px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Work Sans', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin:15px 0;
}
.contact fieldset input[type=submit]:hover
{
    background-color: #444e50;
}
.contact article
{
    display: flex;
	margin-top:30px;
}
.contact aside
{
    width: 35%;
    background: #444e50;
    padding: 35px 50px;
    -webkit-box-shadow: 0px 0px 45px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0px 0px 45px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 45px rgb(0 0 0 / 20%);
}
.contact aside h2
{
    color: #fff;
}
.contact aside h2:before
{
    background: #fff;
}
.contact aside p
{
    color: #fff;
    position: relative;
    padding-left: 40px;
}
.contact aside p strong
{
	display:block;
	color:#fff;
	opacity:0.7;
}
.contact aside p img
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
}
.anchor
{
	position:absolute;
	top:-50px;
}
.formobile
{
	display:none;
}