@charset "UTF-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600|Poppins:400,700');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	background-color: #f8f8f8;
	font-family: 'Poppins', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
img { border: 0; max-width: 100%; }
a:link { color: #990000; }
a:visited { color: #990000; }
a:hover { color: #990000; }
a:active { color: #990000; }
 h1 {
 	font-family: 'Poppins', sans-serif;
 	font-weight: 700;
 	font-size: 44px;
 	line-height: 54px;
 	margin-top: 25px;
 	margin-bottom: 20px;
 	color: #fff;
 }
 h2 {
 	font-family: 'Poppins', sans-serif;
 	font-weight: 700;
 	font-size: 28px;
 	line-height: 36px;
 	text-align: left;
 	margin-bottom: 25px;
 	color: #000;
 }
 h3 {
 	font-family: 'Poppins', sans-serif;
 	font-weight: 500;
 	font-size: 16px;
 	line-height: 21px;
 	margin-top: 10px;
 	margin-bottom: 14px;
 }
 p {
 	font-family: 'Libre Franklin', sans-serif;
 	font-weight: 400;
 	font-size: 16px;
 	line-height: 24px;
 	margin-top: 15px;
 	margin-bottom: 15px;
 	text-align: left;
 	display: inline-block;
 }
.red {
	color: #990000;
}
header {
	transition: all 0.5s ease 0s;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99983;
	width: 100%;
	display: inline-block;
	float: left;
}
header img {
	position: relative;
	padding: 25px 0;
}
.container {width: 100%;padding-right: 25px;padding-left: 25px;margin-right: auto;position: relative;max-width: 1200px;margin: 0 auto;display: block;}
#cta {
    position: relative;
    width: 100%;
    z-index: 4;
    display: inline-block;
    height: 100%;
    float: left;
}
#background {background: url("../images/hero-4.jpg") no-repeat center bottom;background-size: cover;width: 100%;position: absolute;height: 918px;}
.cta-container {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	margin-top: 3%;
}
.cta-container p {
	color: #ffffff;
}
.mask {}
.mask img {
    vertical-align: top;
    width: 100%;
    height: 1000px;
}
.video img {
	float: right !important;
}
.play-button {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    text-align: left;
    color: #fff;
}
.play-button .btn-play {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 22px;
    color: #ffc000;
    border: 2px solid #ffc000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    z-index: 3;
    text-align: center;
    display: inline-block;
    margin-right: 16px;
}
.play-button .btn-play:hover {
        -webkit-animation: pulse 1s;
    animation: pulse 1s;
        color: #fff;
    border: 2px solid #fff;
}
.play-button .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
}
.play-button .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2;
}
#main-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 3;
}
.button {
  display: inline-block;
  border-radius: 40px;
  background-color: #59b129;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  padding: 15px 57px;
  cursor: pointer;
  margin: 20px 5px;
  width: 250px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button:hover span {
  padding-right: 25px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}
blockquote p {
    display: inline;
}
#features {
    padding: 255px 0 74px 0;
    width: 100%;
    display: inline-block;
    float: left;
}
#features .row {
	margin-bottom: 20px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fourth-col {
       position: relative;
       width: 100%;
       padding-right: 10px;
       padding-left: 10px;
       -ms-flex: 0 0 25%;
       flex: 0 0 25%;
       max-width: 25%;
}
.fourth-col:nth-child(1) {
	padding-left: 0;
}
.fourth-col:nth-child(4) {
	padding-right: 0;
}
.feature-block {
    text-align: center;
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 180px;
}
.feature-block i {
    display: inline-block;
    color: #ffc000;
    font-size: 45px;
    width: 65px;
    height: 65px;
    line-height: 85px;
    position: relative;
    transition: all 0.4s;
    z-index: 3;
}
.feature-block:hover i {
    display: inline-block;
    color: #990000;
    font-size: 45px;
    width: 65px;
    height: 65px;
    line-height: 85px;
    position: relative;
    transition: all 0.4s;
    z-index: 3;
        -webkit-animation: pulse 1s;
    animation: pulse 1s;
}
footer {
	background-color: #E6EAEE;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	z-index: 100;
	margin: 0px;
	float: left;
	position: relative;
}
.footer-bottom {
	background-color: #E6EAEE;
	clear: both;
	padding: 15px 30px;
	float: left;
	display: block;
	width: 100%;
}
.copyright {
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
}
.copyright p {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
}
 .st1 {
 	fill: #000000;
 }
 .st2 {
 	fill: #990000;
 }
 .st3 {
 	fill: #666666;
 }
.social-icons {
	float: right;
	display: inline-block;
}
.clip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.svg--source {
  display: none
}
.svg-social-icon {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  fill: currentColor;
}
.social-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.share {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  color: #990000;
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
  border-radius: 50%;
  transition: 250ms;
  background: #fff;
}
.share:focus {
	 outline-color: inherit;
}
.share:last-child {
	   margin-right: 0
}
.twitter:hover, .twitter:focus {
    color: #1da1f2;
    box-shadow: 0 0 10px 0 #1da1f2
  }
.instagram:hover, .instagram:focus {
    color: #c32aa3;
    box-shadow: 0 0 10px 0 #c32aa3
  }
.linkedin:hover, .linkedin:focus {
    color: #007bb5;
    box-shadow: 0 0 10px 0 #007bb5
}
.youtube:hover, .youtube:focus {
    color: #ff0000;
    box-shadow: 0 0 10px 0 #ff0000
}
.facebook:hover, .facebook:focus {
    color: #1877f2;
    box-shadow: 0 0 10px 0 #1877f2
}
@media screen and (max-width: 980px) {
	.fourth-col {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}
#features .row {
	margin-bottom: 0;
}
.cta-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5%;
}
.mask {
	display: none;
}
.video {
	width: 100%;
}
.copyright {
    width: 100%;
    text-align: center;
    display: table;
}
.copyright p {
	text-align: center;
}
.social-icons {
    float: none;
    margin: 0 auto;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
#background {
    height: 470px;
}
#features {
    width: 100%;
    padding: 162px 0;
}
header img {margin: 0 auto;display: block;max-width: 150px;padding: 20px 0 0px 0;}
.fourth-col:nth-child(odd) {
	padding-left: 0;
	margin-bottom: 0;
}
.fourth-col:nth-child(even) {
	padding-right: 0;
	padding-left: 0;
}
.feature-block {
    min-height: 150px;
}
}
@media screen and (max-width: 420px) {
	#background {
    height: 300px;
}
h1 {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0;
}
h2 {
    font-size: 20px;
    line-height: 35px;
}
 h3 {
 	font-size: 14px;
 	line-height: 19px;
 }
.feature-block {
min-height: 220px;
padding-left: 10px;
padding-right: 10px;
}
#features {
    padding: 0px 0;
    padding-top: 65px;
    position: relative;
    float: left;
}
.feature-block {
    min-height: 196px;
}
.feature-block i {
    font-size: 35px;
    width: 45px;
    height: 45px;
}
}