@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;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: 0;
    float: right;
    right: 0;
    width: 40px;
    height: 40px;
    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;
    border-radius: 5px 0 0 0;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Roboto', 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: 24px;
    font-size: 16px;
    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: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li, ul.listno li
{
	counter-increment: mega-step;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #f3c10a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #f3c10a;
	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
{
	
}
.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:absolute;
	top:0;
	left:0;
	right:0;
	z-index:99999;
}
.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;
}
.nav-shrink.nav
{
	position:fixed;
	top:0;
	left:0;
	right:0;
}
.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:15px 100px;
    background: #e5e5e5;
}
.header-top h1
{
    margin: 0px 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
{
	height:60px;
	-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 aside
{
	
}
.header-contact
{
    margin: 15px 0;
}
.header-contact a
{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: block;
    text-align: right;
    background: #e2af0a;
    padding: 6.5px 8px;
    border-radius: 30px;
}
.header-contact a:hover
{
    opacity:0.8;
}
.social-icon
{
    margin: 15px 0 15px 25px;
}
.social-icon a
{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 3px;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    padding: 6px 0;
    border-radius: 3px;
}
.social-icon a:hover
{
    opacity:0.6;
}
.nav
{
	background:#1d7006;
	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;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
	display:inline-block;
    position: relative;
}
.nav ul li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 20px 20px;
	letter-spacing:0.3px;
}
.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 i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    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:#000;
    background: #f3c10a;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    padding: 15px 30px;
    box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
	left:-30px;
}
.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: 500;
    width: auto;
    position: relative;
	text-transform:none;
	border-radius:5px;
	border-top:solid 1px #DDD;
    padding: 10px 15px 10px 15px;
}
.nav ul ul li:first-of-type a
{
	border-top:none;
}
.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
	top:7.6px;
    left: 0px;
    font-size: 18px;
}
.nav ul ul li a:hover
{
	color:#000;
	background:none;
}
.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
{
    padding: 85px 100px;
}
.container-inner
{
    margin-top:50px;
}
.container h3
{
    display: inline-block;
    background: #1d7006;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 8px;
}
.container h2
{
    color: #1a1c1a;
    font-size: 36px;
    font-weight: 800;
}
a.linkbox
{
    display: inline-block;
    background: #f3c10a;
    box-shadow: 0px 8px 15px 2px rgb(243,193,10,20%);
    color: #000;
    font-size: 16px;
    padding: 16px 30px;
	font-weight:500;
	position: relative;
	border-radius:30px;
	margin:15px 0;
}
a.linkbox:hover
{
    background: #fff;
}
.section-intro
{
	background:url(../images/border.png) top left -100px no-repeat;
	background-size:25%;
}
.section-intro figure
{
    width: 50%;
}
.section-intro aside
{
    width: 50%;
}
.section-projects
{
    background: #1d7006;
	position:relative;
	text-align:center;
}
.section-projects h2
{
    color:#fff;
}
.section-projects:before
{
    content: " ";
    background: url(../images/shapebg.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    height: 100px;
}
.section-projects:after
{
    content: " ";
    background: linear-gradient(0deg,#1d7006,transparent);
    position: absolute;
	top: -50px;
    left: 0;
    right: 0;
    height: 50px;
}
.section-projects ul
{
    padding:0;
	margin:0;
}
.section-projects ul li
{
    float:left;
	width:33.333333%;
}
.section-projects ul li a
{
    margin:15px;
	display:block;
    position: relative;
}
.section-projects ul li a figure
{
    border-radius:50%;
	overflow:hidden;
	position:relative;
}
.section-projects ul li a figure:after
{
    content:" ";
	position:absolute;
	top:0;
	bottom:auto;
	left:0;
	right:0;
    background: #f3c10a;
	height:0;
}
.section-projects ul li a:hover figure:after
{
	top:auto;
	bottom:0;
	height:100%;
}
.section-projects ul li a figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-projects ul li a figcaption h4
{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.section-projects ul li a figcaption p
{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 0;
    border-bottom: solid 5px #1d7006;
}
.section-services
{
    background: #f3c10a;
	padding:0;
    display: flex;
    align-items: center;
	position:relative;
}
.section-services:after
{
    content: " ";
    background: url(../images/potservices.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -116px;
    left: 45%;
    width: 400px;
    height: 550px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-services figure
{
    width:50%;
}
.section-services aside
{
    width: 50%;
    text-align: center;
    padding: 85px 100px;
}
.section-services aside a.linkbox
{
	background:#1d7006;
	color:#fff;
}
.section-tabs
{
	padding:0;
	position:relative;
}
.section-tabs:before
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:3px;
	height:75%;
	margin:auto;
	background:linear-gradient(0deg,transparent,#1d7006,transparent);
}
.section-tabs aside
{
	width:50%;
    padding: 85px 100px;
	text-align:center;
}
.section-tabs aside img
{
	margin:15px 0;
	width:75px;
	height:75px;
}
.section-contact
{
    background: rgba(26,28,26);
    padding: 35px 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-contact h2
{
    font-size: 46px;
    color: #fff;
    font-weight: 700;    
}
.section-contact a
{
    color: rgba(26,28,26);
    font-size: 16px;
    font-weight: 500;
    padding: 16px 30px;
    display: inline-block;
    margin: 15px 0;
    background: #f3c10a;
    border-radius: 30px;
    margin-left: 30px;
}
.section-contact a:hover
{
	
}
.footer
{
	position:relative;
    background: #1d7006 url(../images/footerbg.jpg) center center no-repeat;
	background-size:cover;
	padding:85px 100px;
}
.footer:after
{
	content:" ";
    background: url(../images/grass.png) center center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
}
.footer aside
{
    margin-right:12%;
}
.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;
    line-height: 24px;
    font-size: 16px;
	margin-top:0;
}
.footer p strong
{
    color: #f3c10a;
    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: inline-block;
    margin-right: 16px;
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    text-align: center;
}
.social-media a:hover
{
	color:#fff;
}
.footer-text
{
	
}
.footer-text i
{
	width:18px;
	text-align:center;
}
.footer-nav
{
	
}
.footer-nav a
{
	color:#fff;
	font-weight:400;
	display:block;
    line-height: 24px;
    font-size: 16px;
}
.footer-bottom
{
	margin-top:50px;
	padding-top:35px;
    border-top: dashed 1px #6d9812;
}
.footer-bottom a
{
    color: #00ce00;
}
.footer-bottom p
{
    color: #fff;
	margin-bottom:0;
}
.footer-text-link a:hover
{
	text-decoration:underline;
}
.show
{
	display:block;
}
.hide
{
	display:none;
}
.wow
{
	visibility: hidden;
}
.page-title
{
    padding:148px 100px 100px 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position:relative;
	text-align:center;
}
.page-title:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.page-title:after
{
	content:" ";
	background:url(../images/shape.svg) bottom center no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	bottom:-1px;
	left:0;
	right:0;
}
.page-title h2
{
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    z-index: 9;
    text-transform: uppercase;    
    margin: auto;
}
.content
{
	width:65%;
}
.sidebar
{
	width:30%;
}
.services
{
	
}
.services ul
{
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}
.services ul li
{
    background: #1d7006;
	color:#fff;
    position: relative;
    padding: 30px;
	text-align:center;
	margin:15px 0;
	text-align:center;
	width:25%;
	float:left;
	border:solid 15px #fff;
	border-radius:30px;
}
.services ul li:nth-of-type(even)
{
    background: #f3c10a;
	color:#000;
}
.services ul li h3
{
    font-size: 18px;
}
.clients
{
	
}
.clients ul
{
    padding: 0;
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}
.clients ul li
{
    float: left;
    width: 25%;
    display: flex;
    align-items: center;
	padding:15px;
}
.clients ul li figure
{
    text-align: center;
    padding:30px 15px;
    width: 100%;
    background: #fff;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.clients ul li figure img
{
    max-height: 100px;
}
.clients ul li figure h3
{
    width: 100%;
	margin-bottom:0;
}
.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;
}
.projects-nav
{
	padding-bottom:0;
}
.projects-nav a
{
    color: rgba(26,28,26);
    font-size: 18px;
    font-weight: 500;
    display: block;
	float:left;
	margin-right:30px;
	position:relative;
}
.projects-nav a:after
{
    content:" ";
	position:absolute;
	bottom:-6px;
	left:0;
	right:0;
	height:3px;
    background: #1d7006;
	opacity:0;
}
.projects-nav a:hover:after, .projects-nav a.active:after
{
	opacity:1;
}
.contact
{
    display: flex;
    flex-wrap: wrap;
}
.contact fieldset
{
    width: 50%;
}
.contact fieldset h2
{
    margin-left: 10px;
}
.contact fieldset input::-webkit-input-placeholder,
.contact fieldset textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input::-moz-placeholder,
.contact fieldset textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-ms-input-placeholder,
.contact fieldset textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
}
.contact fieldset input:-moz-placeholder,
.contact fieldset textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Roboto', 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: 3px solid #CCCCCC;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Roboto', 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: 3px solid #999;
}
.contact fieldset textarea
{
    padding: 16px 20px;
    width: 100%;
    height: 150px;
    background: #fff;
    border: 3px solid #CCCCCC;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Roboto', 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: #f3c10a;
    padding: 13px 35px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin:15px 0;
}
.contact aside
{
    margin-left: auto;
    width: 45%;
    background: rgba(26,28,26);
    padding: 35px 50px;
	position:relative;
	top:-200px;
}
.contact aside h2
{
    color: #fff;
    font-size: 26px;
}
.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 i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
	font-size:30px;
	color:#f3c10a;
}
.formobile
{
	display:none;
}