@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

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, main {
	display: block;
}
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;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fefefe;
 z-index: 9999999;
 height: 100%;
 }
#status
{
 width: 150px;
 height: 150px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url(../images/loadin.svg);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.gif)  center center no-repeat;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Source Sans Pro', 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;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
	margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
p strong
{
	color:#076bdd; font-weight:bold;
}
p span
{
	color:#0072bc;
}
a, span, strong, nav
{
	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; 
} 
a
{
	color:#652f90; text-decoration:none; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; 
}
a:hover
{
	color:#000; 
}
table
{ 
	color:#505050; font-size:14px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	
}
td
{
	padding:8px 15px;
}
td.h3
{ 
	color:#fff; background:#f86b26 url(../images/table-h3.jpg) repeat-x; margin:0; text-transform:uppercase; font-size:18px; padding:12px 15px;
}
ul.list
{
	padding:0; margin:0; list-style:none;
} 
ul.list li
{
	list-style: none;
    margin-left: 0px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    position: relative;
    padding: 5px 0 5px 20px;
}
ul.list li:before
{
	content: "\f105";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 3px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27; margin:15px 0; text-transform:uppercase; font-weight:400;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	
}
.footer
{
	background:#000;
}
.header-top
{
    padding: 20px 30px;
    position: fixed;
    width: 100%;
    z-index: 999999;
	-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:0 0;
	-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
{
	-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
{
	-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;
	background:#000;
}
.nav-shrink.header-top
{
	position:fixed;
	z-index:999999;
    padding: 10px 30px;
	background:#000;
}
.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;
}
.nav-shrink.header-top h1 img
{
	-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;
	max-width:185px;
}
.nav-shrink #cssmenu > ul > li > a {
    padding: 23px 0px 23px 0;
}

.banner
{
	height:100vh;
	position:relative;
	background-size:cover;
}
.banner h1
{
	margin: 0;
    color: #07abcc;
    font-size: 3vw;
    font-weight: 700;
}
.banner-text
{
	position:absolute;
	bottom:75px;
	left:0;
	right:0;
	text-align:center;
	padding:0 20%;
}
.banner-text p
{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}
.banner-text a
{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	padding:10px 55px;
	display:inline-block;
	border:solid 2px #fff;
	border-radius:30px;
	position:relative;
}
.banner-text a:hover
{
	padding:10px 65px 10px 45px;
	background:#ffe173;
	border:solid 2px #ffe173;
	color:#000;
}
.banner-text a:after
{
	content: "\f105";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    right: 35px;
    top: 10px;
	opacity:0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.banner-text a:hover:after
{
    right:25px;
	opacity:1;
}
.banner-pages
{
	position:relative;
}
.banner-pages-text
{
	position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.banner-pages-text > div
{
	vertical-align:middle;
	display:table-cell;
}
.banner-pages-text h1
{
	margin: 0;
    color: #fff;
    font-size: 2.2vw;
    font-weight:600;
	position:relative;
	display:inline-block;
}
.banner-pages-text h1:before
{
    content: " ";
    position: absolute;
	top:50%;
    left:-28%;
    width: 25%;
    height: 2px;
    background: #fe2f86;
}
.banner-pages-text h1:after
{
    content: " ";
    position: absolute;
	top:50%;
    right:-28%;
    width: 25%;
    height: 2px;
    background: #fe2f86;
}

.scroll-down
{
}
.bounce {
 position: absolute;
 bottom:20px;
 left:0;
 right:0;
 margin:auto;
 text-align:center;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 border-radius:50%;
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite; cursor:pointer;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-20px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-20px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-20px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-20px);}
 60% {transform: translateY(-15px);}
}
.section-home
{
	width:60%;
	margin:60px auto 20px auto;
	text-align:center;
}
.section-home h1
{
	margin: 0;
    color:#9e9fa1;
    font-size: 2.5vw;
    font-weight: 700;
}
.section-home h2
{
	color: #e9546e;
    font-size: 18px;
    position: relative;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.section-home p
{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}
.section-home a
{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	padding:12px 55px;
	display:inline-block;
	background:linear-gradient(120deg, #f49547, #e14e1a);
	border-radius:30px;
	position:relative;
	margin-top:20px;
}
.section-home a:hover
{
    box-shadow: 0px 6px 12px #9f91a4;
	padding:12px 55px 12px 45px;
}
.section-home a:after
{
	content: "\f105";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    right: 35px;
    top: 14px;
	opacity:0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.section-home a:hover:after
{
	
    right:25px;
	opacity:1;
}
.section-home-list
{
	padding:20px;
}
.section-home-list ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.section-home-list ul li
{
	float:left;
	list-style:none;
	width:25%;
	padding:20px;
}
.section-home-list ul li h3
{
	color: #000;
    font-size: 20px;
    font-weight: 700;
	margin-bottom:0;
}
.section-home-list ul li p
{
	margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #e14e1a;
}
.section-video
{
	position:relative;
}
.section-video-left
{
	position:relative;
	width:50%;
}
.section-video-left-inner
{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	display:table;
	margin:auto;
	z-index:-9999;
}
.section-video-left-inner a
{
   	padding: 37px 27px;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50%;
    border: solid 3px #fff;
	background:rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
	z-index: 99999;
}
.section-video-left a i
{
    color: #fff;
    font-size: 2.8vw;
    line-height: 0;
}
.section-video-left-inner a:hover
{
    border: solid 3px #d6256d;
	background:#d6256d;
}
.modal-close {
	color: #b1b0ac;
	font-size: 30px;
	line-height: .5;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.modal-close:hover {
	color: #e72626;
}
#video {
  position: absolute;
  top:0;
  left:0;
	bottom:0;
  width: 100%;
  height:100%;
  z-index: 9999;
}
#video img,
#video iframe
{
	display: block;
	width: 100%;
		height:100%;
}

#play {
  position: absolute;
  top: 0;
  left: 0;
	bottom:0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: auto, cover;
}
#play:hover {  }

.section-video-right
{
	width:50%;
	padding:50px;
    text-align: center;
	position:absolute;
	right:0;
	height:100%;
	top:0;
	bottom:0;
	display:table;
	margin:auto;
}
.section-video-right p
{
	font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
	margin-top:0;
}
.section-video-right a
{
	display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 5px 0;
	margin-top:20px;
}
.section-video-right a:hover
{
    background: #83bc3d;
}
.get-to-know
{
	background:url(../images/get.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
	position:relative;
	height:90vh;
}
.get-to-know-inner
{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	display:table;
	margin:auto;
	z-index: -9999;
}
.get-to-know-inner > div
{
	display:table-cell;
	vertical-align:middle;
}
.get-to-know h2
{
	color: #fff;
    margin: 0;
    font-size: 3.8vw;
    font-weight: 700;
    position: relative;
}
.get-to-know a
{
   	padding: 37px 27px;
    margin: 5px 0 0 0;
    background: url(../images/play.png);
    width: 85px;
    height: 85px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: solid 3px #fff;
}
.get-to-know a i
{
    color: #fff;
    font-size: 3vw;
    line-height: 0;
}.modal-close {
	color: #b1b0ac;
	font-size: 30px;
	line-height: .5;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.modal-close:hover {
	color: #e72626;
}
#video {
  position: absolute;
  top:0;
  left:0;
	bottom:0;
  width: 100%;
  height:100%;
  z-index: 9999;
}
#video img,
#video iframe
{
	display: block;
	width: 100%;
		height:100%;
}

#play {
  position: absolute;
  top: 0;
  left: 0;
	bottom:0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: auto, cover;
}
#play:hover {  }
.section-home-proucts
{
	text-align:center;
	margin-bottom:20px;
}
.section-home-proucts h2
{
	background: linear-gradient(120deg, #43b6d9, #199bc3);
    margin: 0;
    color: #fff;
    font-size: 24px;
    padding: 25px 0;
    font-weight: 600;
}
.section-home-proucts ul
{
	padding:20px;
	margin:0;
	list-style:none;
}
.section-home-proucts ul li
{
	float:left;
	list-style:none;
    width: 33.333333%;
	padding:20px;
}
.section-home-proucts ul li a
{
	background: #fff;
    display: block;
    padding: 8vw 20px;
    box-shadow: 0px 0px 11px #dbdbdb;
	position:relative;
}
.section-home-proucts ul li a .overlay
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background:#000;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	z-index:9999;
}
.section-home-proucts ul li a:hover .overlay
{
	opacity:0.8;
}
.section-home-proucts ul li a .overlay p
{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 999;
    font-weight: 800;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 113px;
    height: 30px;
    margin: auto;
}
.section-home-proucts ul li a img
{
	background:#fff;
    border-bottom: solid 3px #d9d9d9;
    border-radius:50%;
}
.section-home-proucts ul li a p
{
	text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}
.how-chit
{
	text-align:center;
	background:#f2f2f2;
	padding:35px;
}
.how-chit h2
{
    color: #000;
    font-size: 24px;
	padding:10px 0 10px 25px;
}
.how-chit ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.how-chit ul li
{
	float:left;
	list-style:none;
	width:25%;
	border:solid 15px #f2f2f2;
}
.how-chit ul li img
{
    border-radius:50%;
	padding:10px;
}
.how-chit ul li:first-of-type img
{
	background: linear-gradient(120deg, #949597, #585c63);
}
.how-chit ul li:nth-of-type(2) img
{
	background: linear-gradient(120deg, #e9546e, #d32f4c);
}
.how-chit ul li:nth-of-type(3) img
{
	background: linear-gradient(120deg, #f38f43, #d36511);
}
.how-chit ul li:nth-of-type(4) img
{
	background: linear-gradient(120deg, #ebbd1d, #bc9717);
}
.how-chit ul li:nth-of-type(5) img
{
	background: linear-gradient(120deg, #8a995e, #4c4f35);
}
.how-chit ul li:nth-of-type(6) img
{
	background: linear-gradient(120deg, #ed171c, #f6464b);
}
.how-chit ul li:nth-of-type(7) img
{
	background: linear-gradient(120deg, #19c6bc, #189b93);
}
.how-chit ul li:nth-of-type(8) img
{
	background: linear-gradient(120deg, #1479ce, #4ba3ee);
}
.how-chit ul li h3
{
    color: #3b3932;
    font-size: 20px;
	font-weight:700;
}
.how-chit ul li p
{
	text-align:center;
}
.section-financial-advisor
{
	position:relative;
}
.section-financial-advisor h3
{
    color: #53b8d6;
    font-size: 24px;
}
.section-financial-advisor-left
{
	width:50%;
}
.section-financial-advisor-right
{
	width:50%;
	padding:50px;
    text-align: center;
	position:absolute;
	right:0;
	height:100%;
	top:0;
	bottom:0;
	display:table;
	margin:auto;
}
.section-financial-advisor a
{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	padding:12px 55px;
	display:inline-block;
	background:linear-gradient(120deg, #f49547, #e14e1a);
	border-radius:30px;
	position:relative;
	margin-top:20px;
}
.section-financial-advisor a:hover
{
    box-shadow: 0px 6px 12px #9f91a4;
	padding:12px 55px 12px 45px;
}
.section-financial-advisor a:after
{
	content: "\f105";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    right: 35px;
    top: 14px;
	opacity:0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.section-financial-advisor a:hover:after
{
    right:25px;
	opacity:1;
}
.testimonials
{
	background:#ececec;
	padding:60px 80px;
	text-align:center;
}
.testimonials h1
{
	color: #e23352;
    margin: 0;
    font-size: 2vw;
    font-weight: 600;
}
.testimonials h2
{
	color:#000;
	font-size:22px;
}
.testimonials p
{
	color:#000;
	padding:0 100px;
}
.footer_marg
{
	padding:50px;
}
.foot
{
	
}
.foot p
{
	color:#fff; font-size:15px; margin: 0; font-weight:400;
}
.foot-contact
{
	color:#fff; font-size:15px; margin: 0; font-weight:400;
}
.foot-contact p
{
	color: #fff;
    border: solid 2px #fff;
    border-radius: 2px;
    margin-bottom: 8px;
    padding: 3px 12px;
}
.foot h3
{
	color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-bottom: 1px;
}
.foot h4
{
	background:#fff; margin:0 0 3px 0; padding:10px 20px; box-shadow:0px 0px 6px #000; 
}
.foot strong
{
    color: #9d9d9f;
    text-transform: uppercase;
    font-weight: 700;
}
.foot_list
{
	margin-right:80px;
}
.foot_list ul
{
	padding:0; margin:0; list-style:none; display:inline;
}
.foot_list ul li
{
	
}
.foot_list ul li a
{
	color:#1d1c1a; display:inline-block; font-size:15px; line-height:22px;
}
.foot_list ul li a:hover
{
	text-decoration:underline;
}
.foot-right
{
	
}
.foot-right p
{
	margin:20px 0 0 0;
}
.social
{
	
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
	color: #fff;
    width: 32px;
    padding: 9px 10px;
    font-size: 14px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
}
.social-icon-footer a.facebook
{
	 background:#3b5998;
} 
.social-icon-footer a.twitter
{
	 background:#22cbff;
} 
.social-icon-footer a.google
{
	 background:#dd4b39;
} 
.social-icon-footer a.linked
{
	 background:#007bb6;
}
.section-content
{
	padding: 35px 50px 0 50px;
}
.section-content h3
{
    color: #53b8d6;
    font-size: 22px;
}
.section-content-inner
{
    width:48%;
}
.contact
{
	position: relative;
    padding: 50px;
}
.contact-text
{
    padding: 0 0 50px 0;
}
.contact-text h3
{
    color: #1e2122;
    font-size: 1.5em;
	margin:0;
}
.contact-text p
{
    margin-bottom:0;
}
.contact-left
{
	width:50%;
	padding:0 25px 0 0 ;
}
.contact-center
{
	width:30%;
	padding:40px 50px;
}
.contact-center h3
{
	font-size:1.5em; margin-top:0;
}
.contact-center h4
{
	text-transform:uppercase; 
}
.contact-center p
{
	
}
.contact-right
{
	width:50%;
	padding:0 0 0 25px;
	box-sizing:border-box;
}
.contact-right h3
{
	color:#1e2122; font-size:1.5em; 
}
.contact-right p
{
	margin-bottom:20px;
	margin-top:10px;
}
.contact-right i
{
	color: #fff;
    border-radius: 50%;
    width: 33px;
    padding: 11px 10px;
    font-size: 11px;
    margin: 0 6px 0 0;
    text-align: center;
    text-decoration: none;
    background: #fd1f7d;
}
.contact-form
{
	
}
.contact label {
	color:#333; font-size:14px; margin-bottom:6px; display:block;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number] {
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
}

.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=number]:focus {
    border:solid 1px #333;
}
.contact input[type=file] {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea {
   padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
}
.contact textarea:focus {
	border:solid 1px #333;
}
.select {
    background: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact-button {
	background: #000;
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.contact-button:hover {
	background: #6C3;
}
.contact-left-form, .contact-right-form {
    width: 49%;
}
.faq
{
	padding:50px;
}
.faq h3
{
	color: #e53453;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
}
.available-groups, .upcoming-groups
{
	
}
.available-groups ul, .upcoming-groups ul
{
	padding:0;
	margin:0;
	list-style:none;
    display: flex;
    flex-wrap: wrap;
}
.available-groups ul li, .upcoming-groups ul li
{
	float:left;
	width:33.333333%;
	list-style:none;
	padding:30px;
}
.available-groups ul li p, .upcoming-groups ul li p
{
	margin:5px 0;
	color:#EFEFEF;
}
.available-groups ul li p strong, .upcoming-groups ul li p strong
{
	font-weight:700;
	color:#fff;
}
.available-groups ul li:first-of-type, .upcoming-groups ul li:first-of-type
{
	background:#646464;
}
.available-groups ul li:nth-of-type(2), .upcoming-groups ul li:nth-of-type(2)
{
	background:#e9546e;
}
.available-groups ul li:nth-of-type(3), .upcoming-groups ul li:nth-of-type(3)
{ 
	background:#ef8940;
}
.available-groups ul li:nth-of-type(4), .upcoming-groups ul li:nth-of-type(4)
{
	background:#dab328;
}
.available-groups ul li:nth-of-type(5)
{
	background:#869359;
}
.available-groups ul li:nth-of-type(6)
{
	background:#66a4b8;
}
.available-groups ul li:nth-of-type(7)
{
	background:#eb2554;
}
.available-groups ul li:nth-of-type(8), .upcoming-groups ul li:nth-of-type(5)
{
    padding: 0;
	background:url(../images/get-in.jpg) center center no-repeat;
	background-size:cover;
}
.available-groups ul li:nth-of-type(8) a, .upcoming-groups ul li:nth-of-type(5) a
{
	display:block;
    padding: 6vw 40px;
}
.available-groups ul li:nth-of-type(8) a h2, .upcoming-groups ul li:nth-of-type(5) a h2
{
	color: #fff;
    font-weight: 700;
    font-size:3vw;
    margin: 0;
}
.available-groups ul li:nth-of-type(8) a p, .upcoming-groups ul li:nth-of-type(5) a p
{
	color: #fff;
    font-size: 1.8vw;
    line-height: 2vw;
    text-align: left;
    font-weight: 400;
}
.available-groups ul li:nth-of-type(8) a i, .upcoming-groups ul li:nth-of-type(5) a i
{
	color: #fff;
    line-height: 0;
    display: block;
    font-size: 5.2vw;
    padding: 20px 0 0 0;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.available-groups ul li:nth-of-type(8) a:hover i, .upcoming-groups ul li:nth-of-type(5) a:hover i
{
    padding: 20px 0 0 20px;
}
.downloads
{
	padding:25px;
	text-align:center;
}
.downloads ul
{
	padding:0;
	margin:0;
	list-style:none;
    display: flex;
    flex-wrap: wrap;
}
.downloads ul li
{
	float:left;
	width:50%;
	list-style:none;
	border:solid 25px #fff;
}
.downloads ul li a
{
	display:block;
	background:#5c5c5c;
    padding: 40px 0;
}
.downloads ul li a:hover
{
	background:#fff;
	box-shadow:0px 0px 26px #DDD;
}
.downloads ul li a i
{
	color: #fff;
    font-size: 3vw;
    border: solid 2px #fff;
    padding: 38px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.downloads ul li a:hover i
{
	color: #000;
    border: solid 2px #000;
}
.downloads ul li a h3
{
	font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.downloads ul li a:hover h3
{
    color: #000;
}
.management
{
	border-bottom:solid 2px #F5F5F5;
}
.management:nth-of-type(4)
{
	border-bottom:none;
}
.management h3
{
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
.management h3 small
{
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #e14e1a;
}
.management-img
{
	width:30%;
}
.management-text
{
	width:70%;
	padding:35px 50px;
}
.cfo
{
	padding: 35px 50px;
}
.cfo h3
{
    color: #53b8d6;
    font-size: 22px;
}