@font-face {
	font-family: 'Ink Free Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Ink Free Regular'), url('../fonts/Inkfree.woff') format('woff');
  font-display: auto;
}

body{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header{
	background: #dbf5d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #3578de  0%, #daecff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3578de  0%, #daecff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3578de 0%, #daecff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005050', endColorstr='#e1f0ff',GradientType=0 ); /* IE6-9 */
	min-height: 50px;
	padding:20px 0 0 0;
}

.hcont.text-right {
    text-align: right!important;
    margin-top: 30px;
}


.htitle{
	padding-top: 40px;
	padding-bottom: 30px;
}

.vidimg{
	width: 100%;
	float: left;
	background: url(../img/videobg.webp) no-repeat;
	height: 396px;
	background-size: cover;
}

.vidcover{
	background: #fff;
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	box-shadow: 0 0 10px #bfbfbf;
	position: relative;
	max-height: 413px;
}

.video-btn{
	background: url(../img/play.png) no-repeat;
	width: 136px;
	height: 88px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display:none;
}

.forms{
	background: #0000001a;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding-bottom: 25px;
}

.cursy-font{
	font-family: 'Ink Free Regular';
}

.img-responsive{
	max-width: 100%; 
}

.red{
	color: #ed5454;
	font-size: 28px;
}

.p10{
	padding: 10px;
}

.p20{
	padding: 20px;
}

.pb20{
	padding-bottom: 20px;
}

.ptb40{
	padding-top: 40px;
	padding-bottom: 40px;
}

.fullbtn{
	width: 100%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

ul {
    list-style: square;
}

.features li {
    margin-bottom: 10px;
    padding: 0;
}

.features a.redbtn{
	color: #fff;
	text-decoration: none;
}

.features a.redbtn:hover, .features a.redbtn:focus{
	color: #fff;
	text-decoration: none;
}

.redbtn{
	background: #ed5454; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed5454 0%, #c92020 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ed5454 0%,#c92020 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ed5454 0%,#c92020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5454', endColorstr='#c92020',GradientType=0 ); /* IE6-9 */
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 200;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.redbtn:hover, .redbtn:focus{
	background: #d42020; /* Old browsers */
	background: -moz-linear-gradient(top,  #d42020 0%, #930303 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d42020 0%,#930303 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d42020 0%,#930303 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d42020', endColorstr='#930303',GradientType=0 ); /* IE6-9 */	
}

form.subsform .form-control {
    padding: 10px;
    height: auto;
}
.forms input[type="text"], .forms input[type="email"], .forms input[type="tel"], .forms textarea{
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color:#495057;
	background-color:#fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 1rem;
}
.forms input[type="submit"] {
	display: inline-block;
	width: 100%;
	font-weight: 400;
	color: white;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 18px;
	line-height: 1.5;
	border-radius: .25rem;
	
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: #ed5454;
	background: -moz-linear-gradient(top, #ed5454 0%, #c92020 100%);
	background: -webkit-linear-gradient(top, #ed5454 0%,#c92020 100%);
	background: linear-gradient(to bottom, #ed5454 0%,#c92020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5454', endColorstr='#c92020',GradientType=0 );
	border: none;
	    border-top-color: currentcolor;
	    border-right-color: currentcolor;
	    border-bottom-color: currentcolor;
	    border-left-color: currentcolor;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 0;
} 
.timer h2, .features h4, .testimonial h4{
	font-size: 2.5em;
}
.section_title {
	font-size: 2.5em;
	padding-top: 40px;
}
.ctimer .time_circles h4 {
    color: #ed5454;
    margin-top: 8px;
}

.features{
	background: #f2f2f2;
}

footer{
	background: #e5e5e5;
	padding: 20px 0;
	font-size: 13px;
}

.testimonial{
	background: #f7f6f6;
}

@media only screen and (min-width: 1200px) {
.formcover, .forms{
	padding-left: 30px;
	padding-right: 30px;
}
}

/* Styles for Testimonial*/

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul.cd-testimonials, li.cd-testimonials-item, .cd-testimonials-all ul{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.cd-testimonials-wrapper ol, .cd-testimonials-wrapper ul {
  list-style: none;
}
.cd-testimonials-wrapper blockquote, .cd-testimonials-wrapper q {
  quotes: none;
}
.cd-testimonials-wrapper blockquote:before, .cd-testimonials-wrapper blockquote:after,
.cd-testimonials-wrapper q:before, .cd-testimonials-wrapper q:after {
  content: '';
  content: none;
}
.cd-testimonials-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cd-testimonials-wrapper *, .cd-testimonials-wrapper *:after, .cd-testimonials-wrapper *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cd-testimonials-wrapper a {
  color: #79b6e4;
  text-decoration: none;
}

.cd-testimonials-wrapper img {
  max-width: 100%;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}

a.cd-see-all.redbtn {
    margin: 25px 0 0 0;
    display: inline-block;
    max-width: 500px;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto 0;
    padding:20px 50px 20px;
  }
}

.cd-testimonials {
  text-align: center;
}

.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom:0;
  padding: 0;
}

span.stars {
    margin: 9px 0;
    float: left;
}

.cd-author {
    font-size: 12px;
    font-weight: 600;
}

.cd-testimonials-all p:before{
	content: '\201C';
    position: absolute;
    font-size: 80px;
    font-family: Georgia;
    font-style: italic;
    top: 0;
    margin: -12px 0 0 -28px;
    color: #ffffff38;
}

.testicont:before {
    content: '\201C';
    position: absolute;
    font-size: 80px;
    font-family: Georgia;
    font-style: italic;
    top: 0;
    margin: -25px 0 0 -40px;
    color: #ed5454;
}

.hcont h4{
	color: #d1e3ff;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
}

@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 18px;
    line-height: 1.6;
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #ffffff;
  }
}


.no-touch .cd-see-all:hover {
  color: #79b6e4;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #ed5454;
  color: #ffffff;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #ed5454;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.loader,.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loadcover {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 111;
    height: 100%;
}

.loader {
  margin:40vh auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #efefef;
  border-right: 1.1em solid #efefef;
  border-bottom: 1.1em solid #efefef;
  border-left: 1.1em solid #ed5454;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.img-rounded{
	border-radius: 100%;
}

.fullstar {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 3px 0 0;
    -webkit-mask: url(../img/stars.svg) no-repeat 3% 100%;
    mask: url(../img/stars.svg) no-repeat 3% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: gold;
}

.halfstar {
    -webkit-mask: url(../img/stars.svg) no-repeat 100% 100%;
    mask: url(../img/stars.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: gold;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 3px 0 0;
}

.emptystar {
    -webkit-mask: url(../img/stars.svg) no-repeat 48% 100%;
    mask: url(../img/stars.svg) no-repeat 48% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: gold;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 3px 0 0;
}

@media only screen and (min-width: 200px) and (max-width: 760px){

.logobar{
	text-align: center !important;
}

.htitle {
    padding-top:0;
}

section.header {
    padding: 20px 5px 0 5px;
}

.vidimg{
	max-height:50vh;
	background-size: cover;
}

.formcover {
    margin: 20px -5px 0 -5px;
    text-align: center;
}

h4.cursy-font.red.text-center.p20 {
    font-size: 24px;
}

section.ptb40 {
    padding: 20px 0;
}

.timer h2, .features h4, .testimonial h4 {
    font-size: 2em;
}

.divider img {
    max-width: 100%;
}

.divider {
    padding: 0;
}

.features li {
    margin-bottom: 5px;
    padding: 0;
}

.h5, h5 {
    font-size: 1.1rem;
}

.cd-testimonials-wrapper {
    width: 100%;
    padding: 20px 25px;
}

a.cd-see-all.redbtn {
    margin: 0;
}

.testicont:before {
    margin: -58px 0 0 -8px;
}

.cd-testimonials p{
	text-align: center;
	margin-top: 20px;
}

.cd-author {
    text-align: center;
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after{
	background: #ed5454;
}

.hcont{
	text-align: center !important;
	margin: 20px 0 0 0;
}

}

@media only screen and (min-width: 760px) and (max-width: 900px){

.logobar{
	text-align: center !important;
}

.htitle {
    padding-top: 20px;
}

section.header {
    padding: 20px 5px 0 5px;
}

.vidimg {
    max-height: 100%;
    background-size: cover;
    height: 100%;
}

.formcover {
    margin: 20px -5px 0 -5px;
    text-align: center;
}

h4.cursy-font.red.text-center.p20 {
    font-size: 24px;
}

section.ptb40 {
    padding: 20px 0;
}

.timer h2, .features h4, .testimonial h4 {
    font-size: 2em;
}

.divider img {
    max-width: 100%;
}

.divider {
    padding: 0;
}

.features li {
    margin-bottom: 5px;
    padding: 0;
}

.h5, h5 {
    font-size: 1.1rem;
}

.cd-testimonials-wrapper {
    width: 100%;
    padding: 20px 25px;
}


.testicont:before {
    margin: -58px 0 0 -8px;
}

.cd-testimonials p{
	margin-top: 20px;
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after{
	background: #ed5454;
}

.vidcover {
    max-height: 490px;
}

}
.faq_content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.wp-faq-schema-items h3 {
	font-size: 1.5rem;
}

.logobar img {
    max-height: 100px;
}

.col-12.text-center.htitle *, h4.cursy-font.red.text-center.p20 {
    color: #fff;
}

section.timer, section.faq_sec, .col-xs-12.col-lg-6.col-md-6.formcover > p{
	display:none;
}

section.features{
	background:#fff !important;
}

.forms textarea {
    min-height: 100px;
}