* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Averta Demo;
    src: url(../fonts/AvertaDemoPERegular.otf) format("opentype");
}

@font-face {
    font-family: Averta Demo-Bold;
    src: url(../fonts/AvertaDemoPEExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: "Woodford_bournethin";
    src: url("../fonts/woodfordbourne-thin-webfont.woff2") format("woff2"), url("../fonts/woodfordbourne-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Woodford_bourneregular";
    src: url("../fonts/woodfordbourne-regular-webfont.woff2") format("woff2"), url("../fonts/woodfordbourne-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.hidden {
    display: none;
}

.visible {
    display: block;
    position: fixed;
    top: 0;
    height: 60px;
    padding: 5px;
    z-index: 3;
    width: 100%;
    background-color: #fff6e9;
}

.visible img {
    height: 50px;
}

#navbar button.demo {
    font: normal normal bold 20px/15px Roboto-Bold;
    padding: 5px;
    position: absolute;
    right: 15px;
}

button.demo a {
    color: #fff;
}

button.demo a:hover {
    color: #00d0fa;
}

ul.flex-container {
    align-items: center;
    justify-content: space-around;
}

.hero ul li a {
    font-weight: 400;
    font: normal normal bold 20px/20px Roboto;
    color: black;
    opacity: 0.5;
    padding: 18px;
}

.hero li a:hover {
    opacity: 1;
}

.flex-container {
    display: flex;
    /* justify-content: center !important; */
    text-align: center;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}

.img-container {
    background: url("../img/Header_BG.png") no-repeat center center/cover;
    color: #fff;
    height: 645px;
    position: relative;
    width: 100%;
}

.img-background-cls {
    background: url("../img/BG_Section2.png") no-repeat center center/cover;
    color: #fff;
    height: auto !important;
    position: relative !important;
    width: 100% !important;
	background-color: #ecf1ff !important;
	padding: 30px;	
}

.img-background-abt {
    background: url("../img/BG_Section3.png") no-repeat center center/cover;
    color: #fff;
    height: 215px !important;
    position: relative !important;
    width: 100% !important;
	
}

.img-container img {
    left: 85px;
    position: absolute;
    top: 120px;
}

.hero .description {
    color: #000000;
    font: 22px Roboto Bold;
    height: 232px;
    left: 85px;
    position: absolute;
    top: 300px;
   /* text-shadow: 2px 0px 0px #fff;*/
    width: 492px;
}
a.cp-button {    
    display: none !important;
}
.description h1 {
    padding-bottom: 20px;
}
.description p {
    margin-bottom: 20px;
}

.hero .form-container {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 56px #00000048;
    border: 1px solid #cccccc;
    border-radius: 30px;
    height: auto;
    position: absolute;
    right: 85px;
    text-align: center;
    top: 40px;
    width: 400px;
	padding-bottom: 20px;
}

.hero .form-container form {
    margin: 30px 0 0 0;
}

.form-control {
    padding-bottom: 0px;
}

.form-desc {
    font: normal normal bold 25px/30px Roboto;
    padding-bottom: 20px;
    color: rgb(24, 22, 22);
}

.form-control input {
    border-radius: 0;
    color: #000000;
    border: none;
    border-bottom: 1px solid #000000;
    height: 40px;
    padding: 5px 5px 0;
    width: 319px;
	outline: none;
}

.form-control ::-webkit-input-placeholder {
    color: #000;
}

button.demo {
    background: #F58220 0% 0% no-repeat padding-box;
    border-radius: 10px;
	border: 1px solid #f58220;
    color: #ffffff;
    cursor: pointer;
    font: normal normal bold 22px/30px Roboto-Bold;
    letter-spacing: -0.48px;
    margin-top: 15px;
    opacity: 1;
    padding: 5px 20px;
	position: relative;
    bottom: 10px;
}

button.demo:hover {
    background-color: #f58220;
    color: #FFFFFF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Image Holder */

section#benefits {
    height: auto;    
    margin: auto;
    position: relative;
    width: 100%;
    background-color: #FFFCE5;
	padding-bottom: 30px;
}

section#benefits .description {
    color: #000000;
    font: normal normal bold 36px/54px Roboto Bold;
    letter-spacing: -0.64px;
    padding: 15px 0 0px 0;
    text-align: center;
}

#benefits .description span {
    text-align: center;
    font-size: 20px;
}

#benefits .features.flex-container {
    justify-content: space-around;
    width: 100%;
}
#benefits .features.flex-container>.container {
    width: 20%;
}
#benefits .text {
    color: #000000;
    font: normal normal normal 20px/30px Roboto Bold;
    letter-spacing: -0.48px;
    padding: 36px 0 0px 0;
    text-align: center;
    width: 100%;
}

#benefits .container h1 {
    font-family: Roboto Bold;
}

section#benefits1 {
    height: auto;    
    margin: auto;
    position: relative;
    width: 100%;
    background-color: #FFFCE5;
	padding-bottom: 30px;
}

/* section#benefits1 .description {
    color: #000000;
    font: normal normal bold 36px/54px Roboto Bold;
    letter-spacing: -0.64px;
    padding: 0;
    text-align: center;
} */

section#benefits1 .description {
    color: #000000;
    font: normal normal bold 33px/54px Roboto Bold !important;
    letter-spacing: -0.64px;
	text-align: center;
    padding: 0;
    position: relative;
    bottom: 50px; 
    line-height: 36px !important;
}

#benefits1 .description span {
    text-align: center;
    font-size: 20px;
}

#benefits1 .features.flex-container {
    justify-content: space-around;
    width: 100%;
}
#benefits1 .features.flex-container>.container {
    width: 20%;
}
#benefits1 .text {
    color: #000000;
    font: normal normal normal 20px/30px Roboto Bold;
    letter-spacing: -0.48px;
    padding: 36px 0 0px 0;
    text-align: center;
    width: 100%;
}

#benefits1 .container h1 {
    font-family: Roboto Bold;
}

section#benefits2 {
    height: auto;    
    margin: auto;
    position: relative;
    width: 100%;
    background-color: #FFFCE5;
	padding-bottom: 30px;
}

section#benefits2 .description {
    color: #000000;
    font: normal normal bold 36px/54px Roboto Bold;
    letter-spacing: -0.64px;
    padding: 15px 0 0px 0;
    text-align: center;
}

#benefits2 .description span {
    text-align: center;
    font-size: 20px;
}

#benefits2 .features.flex-container {
    justify-content: space-around;
    width: 100%;
}
#benefits2 .features.flex-container>.container {
    width: 20%;
}
#benefits2 .text {
    color: #000000;
    font: normal normal normal 20px/30px Roboto Bold;
    letter-spacing: -0.48px;
    padding: 36px 0 0px 0;
    text-align: center;
    width: 100%;
}

#benefits2 .container h1 {
    font-family: Roboto Bold;
}

section#benefits3 {
    height: auto;    
    margin: auto;
    position: relative;
    width: 100%;
    background-color: #FFFCE5;
	padding-bottom: 30px;
}

section#benefits3 .description {
    color: #000000;
    font: normal normal bold 36px/54px Roboto Bold;
    letter-spacing: -0.64px;
    padding: 15px 0 0px 0;
    text-align: center;
}

#benefits3 .description span {
    text-align: center;
    font-size: 20px;
}

#benefits3 .features.flex-container {
    justify-content: space-around;
    width: 100%;
}
#benefits3 .features.flex-container>.container {
    width: 20%;
}
#benefits3 .text {
    color: #000000;
    font: normal normal normal 20px/30px Roboto Bold;
    letter-spacing: -0.48px;
    padding: 36px 0 0px 0;
    text-align: center;
    width: 100%;
}

#benefits3 .container h1 {
    font-family: Roboto Bold;
}


.features.flex-container .empty-placeholder {
    display: none;
}
a.cp-button {
    font-weight: 100;
    margin-top: 10px;
    padding: 15px 20px 15px 20px;
    background-color: #E6883C;
    display: inline-block;
    color: #FFFFFF;
    font-family: Roboto Bold;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: none;
}

/* .features.features-content {
    width: 50% !important;
    justify-content: unset !important;
} */

.features.features-content {
    width: 50% !important;
    justify-content: unset !important;
    padding: 20px 0px 20px 60px;
    position: relative;
    top: 80px;
}

h1.description.feature-title {
   font: normal normal bold 30px/54px Roboto Bold !important;
   line-height: 1 !important;
    text-align: left !important;
}
span.features-content2 {
    font: normal normal normal 20px/54px Roboto Bold !important;
}

.features.flex-container.features-content-logo {
    width: 30% !important;
	float: left !important;
}

.features.flex-container.features-content-about {
    width: 70% !important;
}
.awards{
	background: none !important;
}

/* .features.flex-container.features-content-logo img {
    left: 50px;
    padding: 31px;
    position: relative;
} */

.features.flex-container.features-content-logo img {
    /* left: 50px; */
    padding: 35px 0px 0px 25px;
    /* position: relative; */
}

p.features-content2 {
    padding: 35px;
    text-align: justify !important;
    position: relative;
    right: 125px;
}
/* p.features-content3 {    
    text-align: justify !important;
	padding: 0px 0 36px;
    width: 85%;
    line-height: 1.5;
    color: #000 !important;
} */	

p.features-content3 {
    text-align: justify !important;
    padding: 0px 0 36px;
    width: 85%;
    line-height: 1.5;
    color: #000 !important;
    position: relative;
    bottom: 35px;
}

p.features-content2 span {
    position: relative !important;
    top: 60px !important;
    right: 5px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}
.features.flex-container.awards-container {
    position: relative !important;
    top: 10px !important;
}

/* .awards-container1 {
    padding: 10px 60px 10px 60px;
}
.awards-container2 {
    padding: 10px 60px 10px 60px;
}
.awards-container3 {
    padding: 10px 60px 10px 60px;
} */
/* Video section */

#videos {
    height: auto;
    margin: auto;
    width: 100%;
	/* margin-top: 60px; */
}

#videos .heading-text {
    font: normal normal bold 30px/62px Roboto;
    color: #020000;
    letter-spacing: -0.67px;
    /* padding-top: 20px; */
    text-align: center;
}

#videos .videos {
    height: auto;
    padding-top: 20px !important;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    font-family: Roboto;
    padding-bottom: 10px;
}

/* #videos .videos {
    height: auto;
    width: 100%;
    font-family: Roboto;
	padding-bottom: 10px;
} */

.videos .video-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ececec;
    border-radius: 30px;
    margin: 0 10px;
    width: 25%;
}

.videos .video-card .video-container,
.videos .video-card .video-container iframe {
    border-radius: 15px;
    height: 180px;
    width: 100%;
}

.video-card .video-info {
    padding-top: 30px;
}

.video-card .video-info span .icon {
    border-radius: 50%;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: -2px -1px 6px #00000019;
    display: inline-block;
    height: 28px;
    width: 28px;
}

.video-card .video-info span i {
    padding: 5px;
}

section .videos .video-details {
    padding: 10px 20px;
    width: 100%;
}

section .videos h3.video-title {
    font: normal normal bold 18px Roboto;
}

section .videos h3.video-title,
section .videos p.description {
    padding: 10px 0;
    text-align: center;
}
span.features-text {
    font-size: 30px;
    text-align: center;
}

/* Code By Webdevtrick ( https://webdevtrick.com ) */

.indentity {
	margin: 0!important
}
figure.testimonial {
	position: relative;
	float: none;
	overflow: hidden;
	margin: 10px 1%;
	padding: 0 20px;
	text-align: left;
	box-shadow: none !important;
	display: block;
}
figure.testimonial * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testimonial img {
	max-width: 100%;
	vertical-align: middle;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	margin: 30px 0 0 25px;
}
figure.testimonial blockquote {
	background-color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 35px 50px 20px;
	position: relative;
	max-width: 360px;
	border-radius: 15px;
	height: 200px;
	
}
figure.testimonial blockquote:before, figure.testimonial blockquote:after {
	content: "\201C";
	position: absolute;
	color: #ff5057;
	font-size: 50px;
	font-style: normal;
}
figure.testimonial blockquote:before {
	top: 25px;
	left: 20px;
}
figure.testimonial blockquote:after {
	content: "\201D";
	right: 20px;
	bottom: 0;
}
figure.testimonial .btn {
	top: 100%;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fff;
	margin: 0;
	position: absolute;
}
figure.testimonial .peopl {
	position: absolute;
	bottom: 45px;
	padding: 0 10px 0 120px;
	margin: 0;
	color: #000000;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
figure.testimonial .peopl h3 {
	opacity: 0.9;
	margin: 0;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-btn.slick-hidden {
	display: none;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 32%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	left: 97%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev:before, .slick-next:before {
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 15px;
}
.slick-prev:before {
	content: "";
}
.slick-next {
	right: 15px;
}
.slick-next:before {
	content: "";
}
/*------------END-------------------*/


@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
#testimonial
{
	background-color: #F8E24B;
  text-align: center;
}
section#testimonial h1 {
    padding: 15px;
    color: #000000;
    font-size: 24px;
}
.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #d2652d;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #d2652d;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

/* Medium Screen */

@media screen and (min-width: 993px) and (max-width: 1200px) {
    header.hero {
        max-width: 100%;
        max-height: 100%;
    }
    .hero .description {
        left: 45px;
    }
    .img-container img {
        left: 30px;
    }
    section#benefits {
        width: 100%;
        height: auto;
    }
    section#benefits .description {
        padding: 50px 10px 30px;
    }
    #benefits .features .container {
        padding: 20px 0;
        flex-basis: 0;
        flex-grow: 1;
    }
	 #benefits1 .features .container {
        padding: 20px 0;
        flex-basis: 0;
        flex-grow: 1;
    }
	 #benefits2 .features .container {
        padding: 20px 0;
        flex-basis: 0;
        flex-grow: 1;
    }
	 #benefits3 .features .container {
        padding: 20px 0;
        flex-basis: 0;
        flex-grow: 1;
    }
    section#videos {
        max-width: 100%;
        height: 100%;
        margin: 10px 0;
    }
    section#videos .videos {
        max-width: 100%;
        height: auto;
    }
    section#videos .videos {
        justify-content: space-around;
    }
    .videos .flex-container {
        flex-wrap: wrap;
    }
    .video-card {
        flex: 1 0 400px;
    }
    .videos .video-card .video-container,
    .videos .video-card .video-container iframe {
        width: 100%;
        height: 225px;
        border-radius: 0;
    }
}


/* Medium Screen */

@media screen and (max-width: 992px) {
    header.hero {
        max-width: 100%;
        max-height: 100%;
    }
    .img-container img {
        left: 40px;
    }
    .hero .description {
        width: 220px;
        font: 24px Averta Demo;
    }
    section.img-holder {
        max-width: 100%;
        height: auto;
    }
    section#benefits {
        width: 100%;
        height: auto;
    }
    #benefits .features .container {
        padding: 20px 0;
        flex-basis: 0;
        flex-grow: 1;
    }
    section#benefits .description {
        text-align: center;
    }
    #benefits .text {
        padding: 30px 0 0 0;
    }
	#benefits1 .features .container {
        padding: 20px 0;
        flex-basis: 0;
        flex-grow: 1;
    }
    section#benefits1 .description {
        text-align: center;
    }
    #benefits1 .text {
        padding: 30px 0 0 0;
    }
	#benefits2 .features .container {
        padding: 20px 0;
        flex-basis: 0;
        flex-grow: 1;
    }
    section#benefits2 .description {
        text-align: center;
    }
    #benefits2 .text {
        padding: 30px 0 0 0;
    }
	#benefits3 .features .container {
        padding: 20px 0;
        flex-basis: 0;
        flex-grow: 1;
    }
    section#benefits3 .description {
        text-align: center;
    }
    #benefits3 .text {
        padding: 30px 0 0 0;
    }
    section#videos {
        max-width: 100%;
        height: 100%;
        margin: 10px 0;
    }
    section#videos .videos {
        max-width: 100%;
        height: auto;
    }
    section#videos .videos .video-card {
        max-width: 96%;
        margin: 10px;
        border-radius: 0;
    }
    #videos .flex-container {
        flex-direction: column;
    }
    .videos .video-card .video-container,
    .videos .video-card .video-container iframe {
        width: 100%;
        height: 420px;
        border-radius: 0;
    }
}


/* Mobile */

@media screen and (max-width: 600px) {
	header.hero {
    max-width: 100%;
    max-height: 100%;
}
	
	div#navbar {
    display: none;
}
    .hero .img-container {
        background: url("../img/Resposive_BG.png") no-repeat center center/cover;
        color: #fff;
        height: 595px;
        position: relative;
        width: 100%;
    }
	.img-background-cls {
    background: url("../img/BG_Section2Res.png") no-repeat center center/cover;
    color: #fff;
    height: auto !important;
    position: relative !important;
    width: 100% !important;
	background-color: #ecf1ff !important;
	padding: 30px;	
}

.img-background-abt {
    background: url("../img/BG_section3Res.png") no-repeat center center/cover !important;
    color: #fff;    
    position: relative !important;
    width: 100% !important;
	height: auto !important;
	
}
a.cp-button {    
    display: block !important;
}
.features.flex-container.features-content-logo img {
    left: 50px;
    padding: 50px;
    position: relative;
}

.features.flex-container.features-content-logo {
    width: 100% !important;
    padding: 0px 100px 0px 0px !important;
}

.features.flex-container.features-content-about {
    width: 100% !important;
}
p.features-content2 {
    right: 0;
    position: relative;
    padding: 20px !important;
    text-align: justify !important;
	bottom: 20px;
}

p.features-content2 span {
    position: relative !important;
    top: 35px !important;
    right: 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.hero .form-container {   
    border-radius: unset;    
}
h1.description.feature-title {
    position: relative;
    bottom: 90px;
}

.slick-prev, .slick-next {    
    display: none !important;  
}

    .hero .description {
    color: #000000;
    font: 20px Roboto Bold;
    text-align: center;
    width: 300px;
    top: 210px;
    left: calc((100% - 300px) / 2);
}
    .hero .img-container img {
        left: 0;
        height: 120px;
    }
	
	.img-container img {
    position: absolute;
    top: 45px;
    width: 90% !important;
    left: 22px !important;
}
.description h1 {    
    font-size: 33px !important;
}

.description p {    
    font-size: 26px !important;
    text-align: left !important;
    line-height: 40px !important;
}
a.cp-button {    
    padding: 15px 30px 15px 30px;    
}
section#benefits h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
} 
#benefits .description span {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

section#benefits1 h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
} 
#benefits1 .description span {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

section#benefits2 h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
} 
#benefits2 .description span {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}
section#benefits3 h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
} 
#benefits3 .description span {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}
.videos .video-card {    
    width: 100%;
}
.features.features-content {
    width: 100% !important;
    position: relative;
    top: 0;
}

figure.testimonial {	
	padding: 0 0px !important; 
}
figure.testimonial img {    
    margin: 28px 0 0 10px;
}
figure.testimonial .peopl{
padding: 0 10px 0 105px;
position: absolute;
bottom: 50px;
}

   .hero .form-container {
        position: static;
        width: 100%;
        height: auto;
        margin: 10px 0 0 0;
        padding-top: 30px;
    }
    .hero .form-container form {
        margin: 30px 0;
    }
    section#benefits .description {
        font: normal normal normal 25px/34px Roboto Bold;
        padding: 30px 0 10px 0;
    }
    #benefits .text {
        font: normal normal normal 15px/20px Roboto Bold;
        padding-top: 5px;
    }
    #benefits .features.flex-container {
        flex-wrap: wrap;
    }
    #benefits .flex-container .container {
        flex: 1 0 120px;
    }
    #benefits .flex-container .container h1 {
        font-size: 18px;
    }
    #benefits .flex-container .container img {
        max-width: 80px;
    }
	
	section#benefits1 .description {
    font: normal bold normal 25px/34px Roboto Bold !important;
    padding: 30px 0 10px 0;
    position: relative;
    bottom: 86px !important;
}
	.features.features-content {    
    padding: 0;
}
	
    #benefits1 .text {
        font: normal normal normal 15px/20px Roboto Bold;
        padding-top: 5px;
    }
    #benefits1 .features.flex-container {
        flex-wrap: wrap;
    }
    #benefits1 .flex-container .container {
        flex: 1 0 120px;
    }
    #benefits1 .flex-container .container h1 {
        font-size: 18px;
    }
    #benefits1 .flex-container .container img {
        max-width: 80px;
    }
    section#benefits2 .description {
        font: normal normal normal 25px/34px Roboto Bold;
        padding: 30px 0 10px 0;
    }
    #benefits2 .text {
        font: normal normal normal 15px/20px Roboto Bold;
        padding-top: 5px;
    }
    #benefits2 .features.flex-container {
        flex-wrap: wrap;
    }
    #benefits2 .flex-container .container {
        flex: 1 0 120px;
    }
    #benefits2 .flex-container .container h1 {
        font-size: 18px;
    }
    #benefits2 .flex-container .container img {
        max-width: 80px;
    }
    section#benefits3 .description {
        font: normal normal normal 25px/34px Roboto Bold;
        padding: 30px 0 10px 0;
    }
    #benefits3 .text {
        font: normal normal normal 15px/20px Roboto Bold;
        padding-top: 5px;
    }
    #benefits3 .features.flex-container {
        flex-wrap: wrap;
    }
    #benefits3 .flex-container .container {
        flex: 1 0 120px;
    }
    #benefits3 .flex-container .container h1 {
        font-size: 18px;
    }
    #benefits3 .flex-container .container img {
        max-width: 80px;
    }
	
	p.features-content3 {    
    position: relative;
    bottom: 80px;
}
    
	
    .features.flex-container .empty-placeholder {
        display: block;
    }
    #videos .heading-text {
        font: normal normal bold 32px/42px Roboto;
        padding-top: 10px;
    }
    .videos .video-card .video-container,
    .videos .video-card .video-container iframe {
        width: 100%;
        height: 247px;
    }
}


.error input {
    border-color: red;
    border-width: 2px;
}
.success input {
    border-color: green;
    border-width: 2px;
}
.error span {
    color: red;
}
.success span {
    color: green;
}
span.error {
    color: red;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
i {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 75%;
    margin: 0 auto;
}