/* CSS Reset Section */

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;
	font-family: "Poppins", serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px
}
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;
}

#ch {
	display: none
}

#ch:checked ~ .content {
	display: block
}

#ch:checked ~ label {
	display: none
}

label {
	display: inline-block;
	cursor: pointer;
	color: #36A9E1;
	text-decoration: underline
}

.content {
	display: none
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 20px;
	line-height: 30px
}

p {
	padding-bottom: 20px;
	color: #333
}

strong {
	font-weight: 700
}

.button {
	background: #36A9E1;
	border: none;
	color: #fff;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-size: 20px;
	padding: 10px 25px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100x;
   border-radius: 100px; /* future proofing */
   -khtml-border-radius: 100px; /* for old Konqueror browsers */
}


header, section {
	width: 85%;
	max-width: 1270px;
	margin: auto
}


/* HEADER */

header {
	text-align: center;
	padding: 15px 0
}

header img {
	width: 90%;
	max-width: 320px;
	margin-bottom: 10px;
}

header a {
	text-decoration: none;
	color: #333;
	font-weight: 400
}

header p {
	font-weight: 700;
	text-transform: uppercase;
	color: #36A9E1
}

/* HERO */

.hero {
	width: 100%;
	position: relative;
	overflow: hidden
}

.hero img {
	float: left;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 80% 25%; 
}

.hero div {
	position: absolute;
	width: 100%;
	background-color: rgba(54,169,224,0.8);
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden
}

.hero div article {
	width: 90%;
	margin: auto;
	height: 100%;
	text-align: center;
	display: table;
}

.hero div article h1 {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-transform: none;
	font-size: 32px;
	line-height: 36px;
}


/* WELCOME */

.welcome {
	background: #29235C;
	width: 100%;
	padding: 40px 0 0 0;
	overflow: hidden;
}

.welcome div {
	padding: 0px 0 0 0;
	overflow: hidden;
	margin: auto
}

.welcome div article p {
	color: #fff;
}

.welcome div article h2 {
	color: #36A9E1;
	padding-bottom: 10px
}

.welcome div article {
	width: 85%;
	margin: auto;
	max-width: 1270px;
	margin-bottom: 20px
}

.welcome div article h3 {
	color: #fff;
	text-transform: none;
	font-size: 25px;
	font-weight: 500
}

.welcome div div.sheid {
	background: url(../images/welcome.jpg) center bottom no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	text-align: left
}

.welcome div div.sheid img {
	width: 40%;
	max-width: 320px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10%
}

/* WHY */

.why {
	padding: 40px 0;
	overflow: hidden;

}

.why h2 {
	color: #36A9E1;
	display: block;
	float: left;
	border-bottom: 2px solid #36A9E1;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center
}

.why ul {
	
}

.why ul li {
	float: left;
	width: 100%;
	padding-top: 95px;
	box-sizing: border-box;
	padding-bottom: 10px;
	text-align: center
}

.why ul li h4 {
	text-transform: none;
	font-size: 18px;
	padding-bottom: 0;
	line-height: 22px;
	text-align: center
}

.why ul li.experience {
	background: url(../images/icon1.svg) no-repeat top center;
	background-size: 80px auto
}

.why ul li.compliance {
	background: url(../images/360.svg) no-repeat top center;
	background-size: 80px auto
}

.why ul li.tailored {
	background: url(../images/tailored.svg) no-repeat top center;
	background-size: 80px auto
}

.why ul li.proactive {
	background: url(../images/proactive.svg) no-repeat top center;
	background-size: 80px auto
}


/* SERVICES */

.services {
	background: #36A9E1;
	width: 100%;
	margin-bottom: 40px;
	float:left 
}

.services div.wrap {
	width: 90%;
	max-width: 1270px;
	margin: auto;
	padding: 40px 0
}

.services div.wrap article h2 {
	color: #fff;
	text-transform: none
}

.services div.wrap article ul {
	color: #fff;
	list-style: disc;
	list-style-position: inside;
}

.services div.wrap article ul li {
	padding-bottom: 25px
}

.services div.wrap article ul li:last-child {
	padding-bottom: 0
}

.services div.servimg {
	width: 100%;
	float: left
}

.services div.servimg img {
	width: 100%;
	float: left
}



/* SERV LIST */

.serv-list {
	padding: 50px 0
}

.serv-list h2 {
	color: #36A9E1
}

.serv-list blockquote {
	padding-left: 40px;
	background: url(../images/quote.svg) no-repeat left top;
	background-size: 30px auto
}

.serv-list blockquote p {
	font-size: 25px;
	font-weight: 300;
	font-style: italic;
	line-height: 28px
}

div.faq-wrapper {
	overflow: hidden;
	width: 85%;
	max-width: 1200px;
	margin: auto;
	padding: 40px 0
}

section.faq-section {
	width: 100%;
	float: left;
	padding-right: 0%;
	overflow: hidden;
	margin-bottom: 40px
}

section.faq-section h2 {
	margin-bottom: 10px
}

section.faq-section h3 {
	color: #999;
	font-size: 20px
}

section.faq-right-col {
	width: 25%;
	float: left;
	overflow: hidden
}

section.faq-right-col p a {
	font-weight: 700;
	color: #e52584
}

/*FAQS*/
.faq_question {
    margin: 0px;
    padding: 30px 20px 25px 20px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    background: #36A9E1;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    margin-bottom: 0!important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.faq_question:hover {
	background: #29235C
}
 
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    background: #e6e7e8;
    background-position: 15px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 5px;
}

.faq_answer_container article {
	width: 100%;
	padding: 30px 30px 30px 30px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.faq_answer_container article a {
	font-size: 16px;
	margin-top: 15px
}

.faq_answer_container article p {
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 22px
}

.faq_answer_container article p:last-child {
	padding-bottom: 0
}

.drop-arrow {
	width: 25px;
	float: right;
	margin-left: 15px;
	
}

.faq_answer_container h6 {
	text-transform: none;
	font-size: 18px;
	padding-bottom: 0px
}

.faq_answer_container ul {
	display: block;
	float: left;
	width: 100%
}

.faq_answer_container ul li {
	padding-bottom: 25px;
	padding-left: 20px;
	position: relative
}

.faq_answer_container ul li:before {
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background: black;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.faq_answer_container ul:nth-of-type(2) {
	float: right
}



/* FORM */
section.form {
	width: 100%;
	background: #29235C;
	max-width: none;
	padding: 50px 0;
	overflow: hidden
}

section.form h2 {
	color: #fff
}

section.form form {
	width: 90%;
	margin: auto;
	max-width: 1270px;
}

section.form form div.wrap {
	width: 100%;
	float: left
}

section.form form div.wrap input, section.form form div.wrap textarea {
	width: 100%;
	padding: 15px 25px;
	box-sizing: border-box;
	margin-bottom: 10px
}

section.form form div.wrap input {
	padding: 25px 25px;
	margin-bottom: 15px
}

section.form form div.wrap textarea {
	height: 135px
}


section.form form div.wrap input[type=submit] {
	padding: 15px 25px;
}

::placeholder {
	font-family: "Poppins", serif;
	font-size: 18px;
	color: #999
}

section.form div.g-recaptcha {
	width: 100%;
	float: left;
	text-align: center!important;
	margin-bottom: 10px
}

#mail-status {
		font-weight: 700;
		display: block;
		padding: 10px 0;
		color: #fff
	}


/* FOOTER */
footer {
	background: #1D184C;
	width: 100%;
	padding: 50px 0;
	overflow: hidden
}

footer div {
	width: 90%;
	max-width: 1270px;
	margin: auto;
	color: #fff;
}
footer div p {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	padding-bottom: 0;
	text-align: center;
	color: #fff
}

footer div p:last-child {
	float: right;
	text-align: center;
}

footer div p a {
	color: #fff
}



@media screen and (min-width: 1140px) {
 body {background: 
}

/* HEADER */

header {
	overflow: hidden;
	padding: 30px 0;
}

header img {
	float: left;
}

header p {
	float: right;
	font-size: 30px;
	padding: 30px 0 0 0
}


/* HERO */

.hero {
	width: 100%;
	max-width: none;
	position: relative;
	overflow: hidden
}

.hero img {
	float: left;
	width: 100%;
	object-fit: cover;
	object-position: auto auto;
	height: 100% 
}

.hero div {
	position: absolute;
	background: url(../images/shade.svg) no-repeat;
	background-size: cover;
	background-position-x: 0%;
	left: 0;
	top:0;
	width: 100%;
	height: 100%
}

.hero div article {
	width: 87%;
	max-width: 1270px;
	margin: auto;
	overflow: hidden;
	height: 100%;
	display: table;
}

.hero div article h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
	text-transform: none;
	color: #fff;
	text-align: left;
}

.hero div article h1 span {
	display: block;
	width: 450px
}


/* WELCOME */
.welcome {
	background: #29235C;
	width: 100%;
	padding: 0px 0 0 0;
	max-width: none
}

.welcome div {
	padding: 0px 0 0 0;
	overflow: hidden;
	margin: auto;
	width: 100%;
	margin: auto;
	display: table;
}

.welcome div article p {
	color: #fff;
}

.welcome div article h2 {
	color: #36A9E1;
	padding-bottom: 10px
}

.welcome div article {
	width: 50%;
	margin: auto;
	margin-bottom: 20px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 100px;
	padding-bottom: 100px
}

.welcome div article span {
	width:87%;
	float: right;
	display: block;
	max-width: 635px

}

.welcome div article h3 {
	color: #fff;
	text-transform: none;
	font-size: 25px;
	font-weight: 600
}

.welcome div div.sheid {
	background: url(../images/welcome.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding-top: 0px;
	position: relative
}

.welcome div div.sheid img {
	width: 320px;
	max-width: 320px;
	margin-bottom: 30px;
	position: absolute;
	left: 0;
	top: calc(50% - 200px);
	margin-left: 0
}



/* WHY */

.why {
	padding-bottom: 80px;
	padding-top: 80px;
	overflow: hidden
}

.why h2 {
	width: 100%;
	margin-bottom: 70px;
	text-align: left
}

.why ul li {
	float: left;
	width: 48%;
	padding-left: 95px;
	padding-top: 0px;
	box-sizing: border-box;
	padding-bottom: 10px;
	text-align: left;
	float: left
}

.why ul li h4 {

	text-align: left
}

.why ul li.experience {
	background: url(../images/icon1.svg) no-repeat top left;
	background-size: 80px auto
}

.why ul li.compliance {
	background: url(../images/360.svg) no-repeat top left;
	background-size: 80px auto;
	float: right
}

.why ul li.tailored {
	background: url(../images/tailored.svg) no-repeat top left;
	background-size: 80px auto;
	clear: right
}

.why ul li.proactive {
	background: url(../images/proactive.svg) no-repeat top left;
	background-size: 80px auto;
	float: right
}


/* SERVICES */

section.services {
	width: 100%;
	max-width: none;
	display: table
}

section.services div.wrap {
	width: 50%;
	float: none;
	display: table-cell;
	vertical-align: middle
}

section.services div.wrap article {
	width: 85%;
	max-width: 625px;
	box-sizing: border-box;
	float: right;
	padding: 50px 0
}

section.services div.servimg {
	width: 50%;
	display: table-cell;
	float: none;
	vertical-align: middle;
	background: url(../images/why-choose.png) no-repeat left center;
	background-size: cover;
}

.serv-list {
	padding: 80px 0
}

.faq_answer_container ul {
	display: block;
	float: left;
	width: 49%
}

/* FORM */
section.form {
	overflow: hidden
}

section.form form div.left {
	width: 49%;
	float: left
}

section.form form div.right {
	width: 49%;
	float: right
}

footer div p {
	float: left;
	width: 50%;
	text-align: left;
}

footer div p:last-child {
	text-align: right
}

section.form form div.wrap textarea {
	height: 235px
}

div.g-recaptcha {
	float: left;
	width: auto!important
}

div.wrap.buttonwrap {
	width: 300px!important;
	float: right!important;
}

}



