@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Poppins', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0;
}
p strong
{
    color: #363a39;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
#preloader
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999;
}
#status
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader-icon
{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
    padding-left: 18px;
	position:relative;
	margin-bottom:5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #f6ba50;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
	outline:0;
}
.footer
{
	
}
.nav-shrink
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink label.menuTitle
{
    padding: 29px 20px;
}
.nav-shrink.header-top
{
	background:#fff;
	box-shadow:0px 0px 16px rgba(50, 50, 50, 0.3);
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index:9999;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink.header-top h1
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	margin:10px 0;
}
.nav-shrink.header-top h1 img
{
	max-height: 68px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink .nav ul li a
{
    padding: 36.5px 0;
}
.nav-shrink .nav ul ul li a
{
    padding: 8px 25px;
}
.nav-shrink.header-top aside
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
    padding: 20.5px 0;
}
.header-top
{
	padding:0px 100px;
	background:#fff;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.header-top h1
{
    margin: 34px 0;
    position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.header-top h1 img
{
	max-height:120px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.header-top aside
{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 47.5px 0;
}
.header-top aside a
{
    display: block;
    background: #4a023d;
    padding: 15px 26px;
    float: left;
    color: #fdfcfa;
    margin-left: 3px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 30px;
	font-weight:500;
    /*box-shadow: 6px 4px 8px rgba(0, 0, 0, 0.3);*/
}
.header-top aside a:nth-of-type(2), .header-top aside a:nth-of-type(3)
{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 12px 8px;
}
.header-top aside a:nth-of-type(2)
{
    background:#ca000f;
}
.header-top aside a:nth-of-type(3)
{
    background:#372e1f;
}
.header-top aside a svg
{
    width: 20px;
    height: 22px;
    fill: #fff;
}
.header-top aside a:hover
{
	opacity:0.8;
}
.nav
{
    margin-left:50px;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav ul li
{
	list-style: none;
    position: relative;
    float: left;
    margin-left:15px;
}
.nav ul li a
{
    color: #372e1f;
    font-size: 15px;
    font-weight: 500;
    display: block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    padding: 62.5px 0;
    text-transform: uppercase;
}
/*.nav ul li:nth-of-type(3) a:after
{
	display:block;
}
.nav ul li a:after
{
	bottom:0;
    left: 0;
	right:0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    z-index: 9999;
	opacity:0;
	display:none;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	opacity:1;
}*/
.nav ul li a span
{
	display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#ca000f;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 16px 0;
	left:-25px;
	box-shadow: 0px 10px 36px rgba(0, 0, 0, 0.1);
}
.nav ul li ul li
{
	list-style: none;
    float: none;
    margin: 0;
    display: block;
}
.nav ul ul li a
{
    padding: 6px 25px;
    text-align: left;
    font-size: 14px;
    color: #000;
    width: auto;
    position: relative;
    text-transform: none;
} 
.nav ul ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #f6ba50;
	opacity:0;
}
.nav ul ul li a:hover:before
{
	opacity:1;
}
.nav ul ul li a:hover, .nav ul ul li a:hover:before
{
	color: #000;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
	position:relative;
	height:75vh;
}
.section-home
{
    padding: 100px 100px;
	display:flex;
    align-items: center;
	position:relative;
}
.section-home:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    background: rgba(204, 8, 22, 0.4);
    z-index: 999;
}
.section-home figure
{
    width: 50%;
    position: relative;
    z-index: 99;
}
.section-home aside
{
	width:50%;
	padding:50px;
	text-align:center;
}
.section-home h3
{
    font-size: 20px;
    color: #f6ba50;
    font-weight: 400;
}
.section-home h2
{
    font-size: 30px;
    color: #f6ba50;
    font-weight: 500;
    text-transform: uppercase;
	line-height:22px;
}
.section-home h2 span
{
    color: #4a023d;
}
.section-home a, .section-experience a
{
    color: #372e1f;
    border-radius: 30px;
    background: #f6ba50;
    font-size: 13px;
    padding: 15px 26px;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
}
.section-home a:hover, .section-experience a:hover
{
    background: #ca000f;
    color: #fff;
}
.section-services
{
    position: relative;
    padding: 100px;
    text-align: center;
	background:#f6ba50 url(../images/services-bg.png) bottom center no-repeat;
}
.section-services h2
{
	margin:0 0 50px 0;
	color:#fff;
}
.section-services h2
{
    margin-top: 0;
    color: #372e1f;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.section-services h2 span
{
    color: #ca000f;
}
.section-services ul
{
    padding: 1px;
    margin: 0;
    list-style: none;
}
.section-services ul li
{
    float: left;
    list-style: none;
    width: 25%;
}
.section-services ul li a
{
    margin: 10px;
    position: relative;
	display:block;
	border-radius:50%;
	overflow:hidden;
}
.section-services ul li a figure
{
    position: relative;
    overflow: hidden;
}
.section-services ul li a figure img
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-services ul li a:hover figure img
{ 
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.section-services ul li a figure:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-services ul li a:hover figure:after
{
    background: rgba(204, 8, 22, 0.8);
}
.section-services ul li a figure figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: table;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999;
	padding:20px 30px;
}
.section-services ul li a figure figcaption > div
{
    vertical-align:middle;
	display:table-cell;
}
.section-services ul li a figure figcaption h3
{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.section-services ul li a figure figcaption p
{
    display: inline-block;
    background: #f6ba50;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	margin-bottom:0;
}
.section-services ul li a:hover figure figcaption p
{
    background: #363a39;
}
.section-experience
{
    background: url(../images/experience-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 85px 100px;
}
.section-experience h2
{
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.section-experience h3
{
    color: #fff;
    font-size: 20px;
}
.section-contact
{
    background: url(../images/get.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 200px 100px;
}
.section-contact-pages
{
    margin: 0 100px 100px 100px;
}
.section-contact h3
{
	color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.section-contact h2
{
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.section-contact p
{
    color: #fff;
    font-size: 20px;
}
.section-contact a
{
    display: inline-block;
    padding: 16px 36px;
    margin: 20px 0px 15px 0px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
}
.section-contact a:first-of-type
{
    background: #ca000f;
    color: #fff;
}
.section-contact a:nth-of-type(2)
{
    background: #f6ba50;
    color: #372e1f;
}
.section-contact a:nth-of-type(3)
{
    background: #372e1f;
    color: #fff;
}
.section-contact a:hover:first-of-type, .section-contact a:hover:nth-of-type(2), .section-contact a:hover:nth-of-type(3)
{
    opacity:0.8;
}
.footer
{
	position:relative;
	padding:100px 100px 50px 100px;
    background: #690958;
}
.footer aside
{
    margin-right: 12%;
}
.footer aside:nth-of-type(4), .footer aside:last-of-type
{
    margin-right: 0;
}
.footer h1
{
	margin:0;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    font-size: 18px;
}
.footer p
{
    color: #fff;
    font-size: 15px;
}
.footer-text-link
{
	margin-top:50px;
	padding:20px 0 50px 0px;
}
.footer-text-link a
{
    color: #f6ba50;
    opacity: 0.6;
}
.footer-text-link a:hover
{
    opacity: 1;
	text-decoration:underline;
}
.footer-link
{
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}
.footer-link:before
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #372e1f, #f6ba50, #372e1f);
    height: 3px;
}
.footer-link ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-link ul li
{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.footer-link ul li:first-of-type:before
{
	display:none;
}
.footer-link ul li:before
{
    content: " ";
    position: absolute;
    bottom: 0;
	top:0;
    left: -13px;
    width: 2px;
    background: #4e4538;
}
.footer-link ul li a
{
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
	font-weight:300;
	text-transform:uppercase;
}
.footer-link ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 2px;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #00b3ea, #00b3ea);
    z-index: -8;
}
.footer-link ul li a:hover:before
{
	left:0;
	right:auto;
    width: 100%;
}
.social-media
{
	
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 2px;
}
.social-media a img
{
    width: 30px;
    border-radius: 50%;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-text
{
	
}
.banner-heading
{
    background: url(../images/heading.jpg) center center no-repeat;
	background-size:cover;
    padding: 75px 100px;
	text-align:center;
}
.banner-heading h2
{
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 44px;
	text-transform:uppercase;
}
.section-content
{
	position:relative;
	padding:85px 100px;
}
.section-content h2
{
    color: #372e1f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
}
.section-content h3
{
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #363a39;
}
.section-content h3 small
{
    font-size: 15px;
    opacity: 0.6;
    font-weight: 500;
}
.content
{
	width:65%;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.sidebar a
{
	display:block;
    position: relative;
}
.sidebar a:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #363a39;
	margin:15px 0;
}
.sidebar a:after
{
    font-family: 'FontAwesome';
    content: "\f1c1";
    color: #fff;
    font-size: 62px;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.sidebar a:before, .sidebar a:after
{
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sidebar a:hover:before
{
    opacity: 0.8;
}
.sidebar a:hover:after
{
    opacity: 1;
}
.section-content article
{
	display:flex;
    align-items: center;
}
.section-content article .content
{
	padding-left:5%;
}
.split
{
	width:48%;
}
.about-us .sidebar
{
	width:20%;
}
.about-us .content
{
	width:85%;
}
.about-text
{
    display: flex;
}
.about-text aside
{
    width: 50%;
    padding: 85px 100px;
    background: #ca000f;
	text-align:center;
}
.about-text aside svg
{
    width: 100px;
    fill: #f6ba50;
}
.about-text aside h3
{
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.about-text aside p
{
    color: #fff;
}
.about-text aside:nth-of-type(2)
{
    background: #f6ba50;
}
.about-text aside:nth-of-type(2) svg
{
    fill: #363a39;
}
.about-text aside:nth-of-type(2) h3, .about-text aside:nth-of-type(2) p
{
    color: #363a39;
}
.services
{
	
}
.services h2
{
	text-align:center;
	color:#372e1f;
	margin:30px 0;
	display:block;
}
.services ul
{
    padding: 0;
    margin: 0 -1.5%;
    list-style: none;
}
.services ul li
{
    width: 22%;
    float: left;
    border-radius: 50%;
    margin: 1.5%;
	overflow:hidden;
	position:relative;
}
.services ul li figure
{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.services ul li:hover figure
{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.services ul li:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #8b1d78;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	z-index:-8;
}
.services ul li:hover:after
{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	z-index:9;
}
.services ul li figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
    text-align: center;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	z-index:-8;
	color:#fff;
	transition-delay:0.2s;
	transform:translateY(20px);
	-webkit-transform:translateY(20px);
	opacity:0;
	padding:30px;
}
.services ul li:hover figcaption
{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	z-index:99;
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	opacity:1;
}
.services ul li figcaption > div
{
    vertical-align: middle;
    display: table-cell;
}
.experiences
{
	
}
.experiences table
{
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
}
.experiences table th
{
    text-align: left;
    padding: 8px 10px;
    background: #ca000f;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
	border:solid 1px #fff;
}
.experiences table td
{
    padding: 8px 10px;
	border:solid 1px #fff;
}
.experiences table tr:nth-child(even)
{
    background: #f8f1e4;
}
.photo-gallery
{
	outline:0;
}
.video-gallery
{
	margin-top:-50px;
}
.photo-gallery ul, .video-gallery ul
{
    padding: 0;
    margin: -10px ;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li, .video-gallery ul li
{
	float:left;
    list-style: none;
    width: 25%;
}
.photo-gallery ul li a, .video-gallery ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
	margin:10px;
}
.photo-gallery ul li a img, .video-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
.photo-gallery ul li a:hover img, .video-gallery ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
	/*-webkit-filter: grayscale(0%);
	filter: grayscale(0%);*/
}
.photo-gallery ul li a:before, .video-gallery ul li a:before
{
    content: " ";
	position:absolute;
	display:block;
    background: rgba(26, 26, 27, 0.9);
	top:0;
	bottom:0;
	right:0;
	left:0;
	-webkit-tranistion:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
    z-index: 9;
	opacity:0;
}
.photo-gallery ul li a:hover:before, .video-gallery ul li a:hover:before
{
	opacity:0.5;
}
.photo-gallery ul li a:after, .video-gallery ul li a:after
{
    content: "\f00e";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 27px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
    z-index: 99;
}
.video-gallery ul li a:after
{
    content: "\f04b";
}
.photo-gallery ul li a:hover:after, .video-gallery ul li a:hover:after
{
	opacity:1;
}
.contact
{
	
}
.contact h2
{
    color: #363a39;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    position: relative;
	margin-top:0;
}
.contact h4
{
    color: #000;
    font-weight: 300;
    font-size: 20px;
}
.contact p
{
    text-align: left;
}
.contact p strong
{
	color:#7c8188;
}
.contact p i
{
    display: block;
    font-size: 20px;
    color: #f6ba50;
    font-weight: normal;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #363a39;
    border-radius: 50%;
    padding: 15px 0;
}
.contact aside
{
	width:48%;
}
.contact aside p
{
	text-align:center;
    position: relative;
}
.contact aside a
{
    display: inline-block;
    background: #f6ba50;
    padding: 15px 32px;
    border-radius: 3px;
    color: #363a39;
}
.contact aside a:hover
{
    background: #363a39;
    color: #fff;
}
.contact aside
{
	padding:0 50px;
	text-align:center;
}
.contact fieldset
{
	width:48%;
	padding:0;
	margin:0;
	border:none;
}
.contact fieldset p
{
	text-align:left;
}
.contact fieldset aside
{
	width:49.5%;
	padding:0 0;
}
.contact fieldset aside:first-of-type
{
	padding:0 0;
}
.contact fieldset aside:nth-of-type(2)
{
	padding:0 0;
}
.contact iframe
{
	
}
.contact fieldset label
{
	position:relative;
}
.contact fieldset label:after
{
	content:"*";
	color:#F00;
	position:absolute;
	font-size:16px;
	left:11px;
	padding:3px 0;
}
.contact fieldset input::-webkit-input-placeholder, .choose fieldset input::-webkit-input-placeholder
.contact fieldset textarea::-webkit-input-placeholder, .choose fieldset textarea::-webkit-input-placeholder
.contact fieldset input::-moz-placeholder, .choose fieldset input::-moz-placeholder
.contact fieldset textarea::-moz-placeholder, .choose fieldset textarea::-moz-placeholder
.contact fieldset input:-ms-input-placeholder, .choose fieldset input:-ms-input-placeholder
.contact fieldset textarea:-ms-input-placeholder, .choose fieldset textarea:-ms-input-placeholder
.contact fieldset input:-moz-placeholder, .choose fieldset input:-moz-placeholder
.contact fieldset textarea:-moz-placeholder, .choose fieldset textarea:-moz-placeholder
{
	color: #4d4d4f;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:16px;
}
.contact fieldset input[type=text], .contact fieldset input[type=email], .contact fieldset input[type=number]
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
	margin-bottom:1.8%;
}
.select
{
	position: relative;
	display: inline-block;
	width: 100%;
}
.select select
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: 0px 5px -2px #e7e9ed;
	margin-bottom:0.8%;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select::-ms-expand
{
	display: none;
}
select select:hover,
.select select:focus
{
    color: #4d4d4f;
}
.select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 18px;
    right: 24px;
    color: #92a9ca;
    pointer-events: none;
    font-weight: normal;
    font-size: 26px;
}
.file-upload
{
    position: relative;
    display: block;
    text-align: left;
}
.file-upload__label
{
    display: block;
	padding: 16px 20px;
    position: relative;
    color: #4d4d4f;
	border:solid 2px #e7e7e7;
    background: #fff;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 1.8%;
    transition: background .3s;
	cursor:pointer;  
  &:hover {
     cursor: pointer;
     background: #000;
  }
}
.file-upload__label:after
{
    display:none;
}
.file-upload__input
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.contact fieldset textarea
{
	padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: 0px 5px -2px #e7e9ed;
}
.contact fieldset input[type=submit], .contact fieldset input[type=reset]
{
    border: none;
    padding: 16px 40px;
    outline: 0;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    margin-top: 15px;
}
.contact fieldset input[type=submit]
{
    background: #363a39;
}
.contact fieldset input[type=reset]
{
	background: #f6ba50;
}
.show
{
	display:none;
}
.g-recaptcha
{
	display: inline-block;
}