html {
	overflow-x: hidden !important;
}

body {
    font-family: 'Bricolage Grotesque', sans-serif !important;
    background-repeat: no-repeat;
    overflow-x: hidden !important;
}

img {
	max-width: 100%;
}

.mysection1 {
	margin-bottom: 120px;
	padding-bottom: 172px;
	background: url('../img/mys1-img1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mysection1 .navbar {
	padding-top: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ACB6B2;
}

.mysection1 .navbar .nav-item {
	font-size: 18px;
}

.mysection1 .navbar .nav-item .nav-link.active {
	font-weight: 600;
}

.mysection1 .hero {
	margin-top: 146px;
}

.mysection1 .hero .mycol1 .inside {
	max-width: 570px;
}

.mysection1 .hero .mycol1 h1 {
	margin-bottom: 15px;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 67px;
}

.mysection1 .hero .mycol1 h1 span {
	font-weight: 600;
}

.mysection1 .hero .mycol1 p {
	margin-bottom: 70px;
	font-size: 19px;
	font-weight: 300;
	line-height: 30px;
}

@keyframes myanimation2 {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 14, 42, 0.3);
	}
	100% {
		box-shadow: 0 0 0 30px rgb(0, 14, 42, 0);
	}
}

@keyframes myanimation4 {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 156, 117, 0.3);
	}
	100% {
		box-shadow: 0 0 0 30px rgba(0, 156, 117, 0);
	}
}

.mysection1 .hero .mycol1 .mybuttons .btn-cta1 {
	margin-right: 2px;
	padding: 19px 52px 21px 52px;
	background: #000E2A;
	border-radius: 100px;
	border: none;
	transition: 0.3s;
	animation: myanimation2 2s infinite;
}

.mysection1 .hero .mycol1 .mybuttons .btn-cta1 span {
	font-size: 19px;
	transition: 0.3s;
}

.mysection1 .hero .mycol1 .mybuttons .btn-cta1:hover {
	background: white;
	color: #000E2A;
	box-shadow: inset 0 0 0 2px #A6B0B8;
}

.mysection1 .hero .mycol1 .mybuttons .btn-cta2 {
	padding: 19px 52px 21px 52px;
	background: none;
	border-radius: 100px;
	border: none;
	box-shadow: inset 0 0 0 2px #A6B0B8;
	transition: 0.3s;
}

.mysection1 .hero .mycol1 .mybuttons .btn-cta2 span {
	color: #010C23;
	font-size: 18px;
	transition: 0.3s;
}

.mysection1 .hero .mycol1 .mybuttons .btn-cta2:hover {
	background: white;
}

.mysection1 .hero .mycol2 img {
	max-height: 611px;
}

.mysection1 .hero .mycol2 .mys1-video {
	max-height: 611px;
	border-radius: 63px;
}

.mysection2 {
	padding-bottom: 150px;
	margin-bottom: 100px;
	border-bottom: 1px solid #F0F0F0;
}

.mysection2 h3 {
	max-width: 589px;
	font-size: 37px;
	font-weight: 500;
	line-height: 47px;
	letter-spacing: -0.5px;
}

.mysection2 p {
	font-size: 19px;
	font-weight: 300;
	line-height: 30px;
}

.mysection3 {
	padding-bottom: 105px;
	margin-bottom: 145px;
	border-bottom: 1px solid #F0F0F0;
}

.mysection3 .myrow .feature img {
	margin-bottom: 23px;
}

.mysection3 .myrow .feature h4 {
	margin-bottom: 8px;
	max-width: 373px;
	font-size: 27px;
	font-weight: 500;
	line-height: 31px;
}

.mysection3 .myrow .feature p {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

.mysection3 .myrow .feature a {
	color: #0089B8;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
}

.mysection3 .myrow .feature a:hover {
	color: black;
	transition: 0.3s;
}

.mysection4 {
	margin-bottom: 164px;
}

.mysection4 .myrow .mycol1 h2 {
	margin-bottom: 23px;
	font-size: 54px;
	font-weight: 300;
	letter-spacing: -0.7px;
	line-height: 57px;
}

.mysection4 .myrow .mycol1 h2 span {
	font-weight: 600;
}

.mysection4 .myrow .mycol1 p {
	font-size: 19px;
	font-weight: 300;
	line-height: 28px;
}

.mysection4 .myrow .mycol1 .mylist {
	margin-top: 48px;
}

.mysection4 .myrow .mycol1 .mylist i {
	margin-right: 12px;
	color: #EF5350;
	font-size: 25px;
}

.mysection4 .myrow .mycol1 .mylist p {
	margin: 0;
	font-weight: 500;
}

.mysection4 .myrow .mycol1 .mylist .line {
	margin-bottom: 5px;
}

.mysection4 .myrow .mycol2 img {
	max-height: 543px;
}

.mysection4 .myrow .mycol2 .mys4-video {
	max-height: 543px;
	border-radius: 63px;
}

.mysection5 {
    position: relative;
    z-index: 1;
	margin-bottom: 161px;
	padding: 125px 0 158px 0;
}

.mysection5-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    width: calc(100% - 80px); 
    background-color: #EFF6F5;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 0;
}

.mysection5 .inside {
    position: relative;
    z-index: 1;
}

.mysection5 .inside h2 {
	margin-bottom: 59px;
	font-size: 54px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 57px;
}

.mysection5 .inside .myrow .mycol img {
	margin-bottom: 43px;
	max-height: 340px;
}

.mysection5 .inside .myrow .mycol .mys5-video {
	margin-bottom: 43px;
	max-height: 340px;
	border-radius: 20px;
}

.mysection5 .inside .myrow .mycol h3 {
	margin-bottom: 10px;
	font-size: 37px;
	font-weight: 500;
	line-height: 45px;
}

.mysection5 .inside .myrow .mycol p {
	font-size: 19px;
	font-weight: 300;
	line-height: 28px;
}

.mysection6 {
	margin-bottom: 180px;
}

.mysection6 h2 {
	margin-bottom: 84px;
	font-size: 54px;
	font-weight: 300;
	letter-spacing: -0.7px;
	line-height: 57px;
}

.mysection6 .myrow {
	margin-bottom: 56px;
}

.mysection6 .myrow .mycol h3 {
	margin-bottom: 12px;
	font-size: 38px;
	line-height: 31px;
	letter-spacing: -0.5px;
}

.mysection6 .myrow .mycol p {
	margin-bottom: 30px;
	max-width: 800px;
	font-size: 19px;
	font-weight: 300;
	line-height: 28px;
}

.mysection6 .myrow .mycol a {
	color: #0089B8;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
}

.mysection6 .myrow .mycol a:hover {
	color: black;
	transition: 0.3s;
}

.mysection7 {
    position: relative;
    z-index: 1;
	margin-bottom: 192px;
	padding: 125px 0 158px 0;
}

.mysection7-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 80px;
    width: calc(100% - 80px); 
    background-color: #EFF6F5;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: 0;
}

.mysection7 .inside {
    position: relative;
    z-index: 1;
}

.mysection7 .inside h2 {
	margin-bottom: 71px;
	font-size: 54px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 57px;
}

.mysection7 .inside .myrow1 {
	margin-bottom: 50px;
}

.mysection7 .inside .myrow h3 {
	margin-bottom: 10px;
	font-size: 38px;
	letter-spacing: -0.5px;
	line-height: 47px;
}

.mysection7 .inside .myrow p {
	max-width: 680px;
	font-size: 19px;
	font-weight: 300;
	line-height: 28px;
}

.mysection7 .inside .myrow .mycol2 {
	padding-left: 30px;
}

.mysection8 {
	margin-bottom: 206px;
}

.mysection8 a {
	text-decoration: none;
}

.mysection8 .myrow .mycol1 .mys8-video {
	max-height: 636px;
	border-radius: 63px;
}

.mysection8 .myrow .mycol2 {
	padding-left: 85px;
}

.mysection8 .myrow .mycol2 h2 {
	margin-bottom: 23px;
	font-size: 54px;
	font-weight: 300;
	letter-spacing: -0.7px;
	line-height: 57px;
}

.mysection8 .myrow .mycol2 h2 span {
	font-weight: 600;
}

.mysection8 .myrow .mycol2 p {
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: 300;
	line-height: 28px;
}

.mysection8 .myrow .mycol2 .btn-cta3 {
	margin-right: 2px;
	padding: 19px 52px 21px 52px;
	background: #000E2A;
	border-radius: 100px;
	border: none;
	transition: 0.3s;
	animation: myanimation2 2s infinite;
}

.mysection8 .myrow .mycol2 .btn-cta3 span {
	font-size: 19px;
	transition: 0.3s;
}

.mysection8 .myrow .mycol2 .btn-cta3:hover {
	background: #dff3eb;
	color: #000E2A;
	box-shadow: inset 0 0 0 2px #A6B0B8;
}

.mysection9 {
    position: relative;
    z-index: 1;
    padding: 157px 0 166px 0;
	margin-bottom: 165px;
}

.mysection9-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    width: calc(100% - 80px); 
    background-color: #06162f;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 0;
}

.mysection9 .inside {
    position: relative;
    z-index: 1;
}

.mysection9 .inside h2 {
	margin-bottom: 15px;
	color: white;
	font-size: 54px;
	font-weight: 600;
	letter-spacing: -0.7px;
	line-height: 57px;
}

.mysection9 .inside p {
	margin-bottom: 56px;
	max-width: 644px;
	color: white;
	font-size: 19px;
	font-weight: 300;
	line-height: 28px;
}

.mysection9 .inside .myforms {
	margin-bottom: 29px;
	max-width: 800px;
}

.mysection9 .inside .myforms .form-control {
	margin-bottom: 15px;
	padding: 18px 34px 19px 34px;
	background: #222B3D;
	color: white;
	font-size: 19px;
	font-weight: 400;
	border-radius: 6px;
	border: none;
	transition: 0.3s;
}

.mysection9 .inside .myforms .form-control::placeholder {
	color: #838892;
}

.mysection9 .inside .myforms .form-control:hover {
	background: #2d384f;
	transition: 0.3s;
}

.mysection9 .inside .myforms .form-control:focus {
	background: #3b4866;
	transition: 0.3s;
}

.mysection9 .inside .btn-cta4 {
	margin-right: 2px;
	padding: 19px 41px 21px 41px;
	color: white;
	background: #009C76;
	border-radius: 100px;
	border: none;
	transition: 0.3s;
	animation: myanimation4 2s infinite;
}

.mysection9 .inside .btn-cta4 span {
	font-size: 19px;
	transition: 0.3s;
}

.mysection9 .inside .btn-cta4:hover {
	background: white;
	transition: 0.3s;
}

.mysection9 .inside .btn-cta4:hover span {
	color: #010C23;
	transition: 0.3s;
}

.mysection10 {
	margin-bottom: 146px;
}

.mysection10 .mycarousel .testimonial {
    text-align: center;
    max-width: 820px;
    margin: auto;
    padding: 40px;
}

.mysection10 .mycarousel .testimonial .stars {
	margin-bottom: 46px;
    color: #009C76; 
    font-size: 40px;
}

.mysection10 .mycarousel .testimonial p.review {
	margin-bottom: 65px;
	font-size: 38px;
	font-weight: 300;
	line-height: 47px;
	letter-spacing: -0.5px;
}

.mysection10 .mycarousel .testimonial p.name {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}

.mysection10 .mycarousel .testimonial p.company {
	margin: -2px 0 0 0;
	color: #656565;
	font-size: 20px;
	font-weight: 400;
}

.mysection10 .mycarousel .testimonial img {
	margin-right: 21px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.mysection10 .mycarousel .carousel-control-prev-icon,
.mysection10 .mycarousel .carousel-control-next-icon {
	color: #000E2A;
    border-radius: 50%;
    padding: 25px;
    box-shadow: none;
	border: 2px solid #D4D6DB;
}

.mysection10 .mycarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5'/%3E%3C/svg%3E");
}

.mysection10 .mycarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.footer {
	margin: 0;
	padding: 50px 0 73px 0;
	border-top: 1px solid #C2C2C2;
}

.footer p {
	margin: 0;
	font-size: 19px;
	font-weight: 500;
}

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

Responsive MIN

-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

}


@media screen and (min-width: 991px) and (max-width: 1200px) {

}

@media screen and (min-width: 991px) {

}



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

Responsive MAX

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

@media screen and (max-width: 1600px) {

	.mysection5-bg {
		left: 27px;
  		width: calc(100% - 27px);
	}

	.mysection9-bg {
		left: 27px;
  		width: calc(100% - 27px);
	}

}  

@media screen and (max-width: 1400px) {

	.mysection1 {
  		margin-bottom: 90px;
	}

	.mysection1 .hero .mycol2 .mys1-video {
		max-height: 520px;
  		border-radius: 63px;
	}

	.mysection1 .hero .mycol1 h1 {
		font-size: 56px;
		line-height: 59px;
	}

	.mysection1 .hero .mycol1 .mybuttons .btn-cta1 span {
		font-size: 18px;
	}

	.mysection1 .hero .mycol1 p {
		max-width: 500px;
		line-height: 29px;
	}

	.mysection2 {
		padding-bottom: 110px;
	}

	.mysection2 h3 {
		max-width: 509px;
		font-size: 34px;
    	line-height: 42px;
	}

	.mysection2 p {
		line-height: 29px;
	}

	.mysection3 {
		margin-bottom: 125px;
	}

	.mysection3 .myrow .feature h4 {
		margin-bottom: 9px;
		max-width: 313px;
 		font-size: 26px;
	}

	.mysection3 .myrow .feature p {
		margin-bottom: 24px;
		max-width: 320px;
		line-height: 26px;
	}

	.mysection3 .myrow .feature img {
		margin-bottom: 27px;
	}

	.mysection4 .myrow .mycol2 .mys4-video {
		max-height: 473px;
	}

	.mysection4 .myrow .mycol1 h2 {
		font-size: 46px;
		line-height: 52px;
	}

	.mysection4 .myrow .mycol1 p {
		max-width: 500px;
	}

	.mysection4 .myrow .mycol1 .mylist p {
		line-height: 26px;
	}

	.mysection5 {
		margin-bottom: 150px;
		padding: 115px 0 125px 0;
	}

	.mysection5-bg {
    	left: 17px;
    	width: calc(100% - 17px);
  	}

	.mysection5 .inside h2 {
		font-size: 46px;
	}

	.mysection5 .inside .myrow .mycol .mys5-video {
		max-height: 300px;
	}

	.mysection5 .inside .myrow .mycol h3 {
		font-size: 34px;
		line-height: 42px;
	}

	.mysection5 .inside .myrow .mycol .mys5-video {
		margin-bottom: 29px;
	}

	.mysection6 {
  		margin-bottom: 160px;
	}

	.mysection6 h2 {
		margin-bottom: 74px;
    	font-size: 46px;
  	}

	.mysection6 .myrow .mycol h3 {
		font-size: 34px;
	}

	.mysection6 .myrow .mycol p {
		max-width: 670px;
	}

	.mysection6 .myrow .mycol2 {
		padding-left: 60px;
	}

	.mysection7 {
		margin-bottom: 160px;
	}

	.mysection7-bg {
		right: 20px;
  		width: calc(100% - 20px);
  	}

	.mysection7 .inside h2 {
		margin-bottom: 74px;
    	font-size: 46px;
	}

	.mysection7 .inside .myrow h3 {
		font-size: 34px;
  		line-height: 42px;
	}

	.mysection7 .inside .myrow p {
  		max-width: 540px;
	}

	.mysection7 .inside .myrow .mycol2 {
  		padding-left: 50px;
	}

	.mysection8 {
  		margin-bottom: 180px;
	}

	.mysection8 .myrow .mycol1 .mys8-video {
		max-height: 500px;
	}

	.mysection8 .myrow .mycol2 {
		padding-left: 55px;
	}

	.mysection8 .myrow .mycol2 .btn-cta3 span {
  		font-size: 18px;
	}

	.mysection8 .myrow .mycol2 h2 {
		max-width: 420px;
		font-size: 46px;
 		line-height: 52px;
	}

	.mysection8 .myrow .mycol2 p {
  		margin-bottom: 40px;
	}

	.mysection9 {
		margin-bottom: 105px;
		padding: 131px 0 136px 60px;
	}

	.mysection9-bg {
    	left: 17px;
    	width: calc(100% - 17px);
  	}

	.mysection9 .inside h2 {
		margin-bottom: 7px;
		font-size: 46px;
	}

	.mysection9 .inside .btn-cta4 span {
  		font-size: 18px;
	}

	.mysection10 {
		margin-bottom: 115px;
	}

	.mysection10 .mycarousel .testimonial p.review {
		font-size: 34px;
		line-height: 45px;
	}

	.mysection10 .mycarousel .testimonial p.name {
		font-size: 21px;
	}

	.mysection10 .mycarousel .testimonial p.company {
		font-size: 19px;
	}

	.mysection10 .mycarousel .testimonial img {
		width: 82px;
  		height: 82px;
	}

	.footer {
		padding: 50px 0 50px 0;
	}

}  

@media screen and (max-width: 1200px) {

	.mysection1 {
		margin-bottom: 20px;
	}

	.mysection1 .navbar .logo {
		max-height: 45px;
	}

	.mysection1 .hero {
  		margin-top: 132px;
	}

	.mysection1 .hero .mycol2 .mys1-video {
   		max-height: 430px;
	}

	.mysection1 .hero .mycol1 h1 {
    	font-size: 50px;
    	line-height: 56px;
  	}

	.mysection1 .hero .mycol1 p {
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 27px;
	}

	.mysection1 .hero .mycol1 .mybuttons .btn-cta1 {
		padding: 20px 47px 21px 47px;
	}

	.mysection1 .hero .mycol1 .mybuttons .btn-cta1 span {
    	font-size: 17px;
  	}

	.mysection1 .hero .mycol1 .mybuttons .btn-cta2 {
		padding: 18px 47px 19px 47px;
	}

	.mysection1 .hero .mycol1 .mybuttons .btn-cta2 span {
    	font-size: 17px;
  	}

	.mysection2 {
    	padding-bottom: 80px;
  	}

	.mysection2 p {
		line-height: 27px;
		font-size: 18px;
  	}

	.mysection2 h3 {
		max-width: 430px;
		font-size: 32px;
		line-height: 40px;
	}

	  .mysection3 .myrow .feature h4 {
		font-size: 24px;
		line-height: 30px;
 	}

	 .mysection3 .myrow .feature p {
		line-height: 24px;
		font-size: 17px;
  	}

	.mysection3 .myrow .feature a {
		font-size: 17px;
	}

	.mysection4 {
  		margin-bottom: 115px;
	}

	.mysection4 .myrow .mycol1 h2 {
		font-size: 40px;
		line-height: 47px;
  	}

	.mysection4 .myrow .mycol1 p {
		font-size: 18px;
		line-height: 27px;
	}

	.mysection4 .myrow .mycol1 .mylist {
  		margin-top: 37px;
	}

	.mysection4 .myrow .mycol1 .mylist p {
		line-height: 25px;
		font-size: 17px;
  	}

	.mysection4 .myrow .mycol1 .mylist .line {
  		margin-bottom: 12px;
	}

	.mysection5 {
		margin-bottom: 120px;
    	padding: 95px 0 115px 0;
	}

	.mysection5 .inside h2 {
		font-size: 40px;
		line-height: 47px;
  	}

	.mysection5-bg {
		left: 0;
		width: 100%;
		border-top-left-radius: 0px;
  		border-bottom-left-radius: 0px;
	}

	.mysection5 .inside .myrow .mycol .mys5-video {
    	max-height: 245px;
  	}

	.mysection5 .inside .myrow .mycol h3 {
		font-size: 30px;
		line-height: 37px;
  	}

	.mysection5 .inside .myrow .mycol p {
		font-size: 18px;
		line-height: 27px;
	}

	.mysection6 {
    	margin-bottom: 140px;
  	}

	.mysection6 h2 {
		font-size: 40px;
    	line-height: 47px;
	}

	.mysection6 .myrow .mycol h3 {
    	font-size: 30px;
  	}

	.mysection6 .myrow .mycol p {
		max-width: 600px;
		font-size: 18px;
		line-height: 27px;
	}

	.mysection6 .myrow .mycol a {
		font-size: 17px;
	}

	.mysection6 .myrow .mycol2 {
    	padding-left: 50px;
  	}

	.mysection7 {
   		margin-bottom: 130px;
		padding: 95px 0 135px 0;
	}

	.mysection7 .inside h2 {
		margin-bottom: 56px;
		font-size: 40px;
	}

	.mysection7 .inside .myrow p {
		max-width: 470px;
		font-size: 18px;
		line-height: 27px;
	}

	.mysection7 .inside .myrow h3 {
		font-size: 30px;
	}

	.mysection8 {
    	margin-bottom: 140px;
  	}

	.mysection8 .myrow .mycol1 .mys8-video {
    	max-height: 450px;
  	}

	.mysection8 .myrow .mycol2 {
    	padding-left: 45px;
  	}

	.mysection8 .myrow .mycol2 p {
		font-size: 18px;
		line-height: 27px;
	}

	.mysection8 .myrow .mycol2 h2 {
		margin-bottom: 16px;
		font-size: 40px;
   		line-height: 47px;
	}

	.mysection8 .myrow .mycol2 .btn-cta3 {
		padding: 15px 47px 18px 47px;
	}

	.mysection8 .myrow .mycol2 .btn-cta3 span {
    	font-size: 17px;
  	}

	.mysection9 {
    	margin-bottom: 65px;
		padding: 111px 0 111px 40px;		
	}

	.mysection9-bg {
		left: 0;
		width: 100%;
		border-top-left-radius: 0px;
  		border-bottom-left-radius: 0px;
	}

	.mysection9 .inside h2 {
		font-size: 40px;
	}

	.mysection9 .inside p {
		font-size: 18px;
  		line-height: 27px;
	}

	.mysection9 .inside .btn-cta4 {
		padding: 15px 47px 18px 47px;
	}

	.mysection9 .inside .btn-cta4 span {
		font-size: 17px;
	}

	.mysection9 .inside .myforms .form-control {
		font-size: 18px;
	}

	.mysection10 {
    	margin-bottom: 75px;
  	}

	.mysection10 .mycarousel .testimonial .stars {
		margin-bottom: 36px;
		font-size: 30px;
	}

	.mysection10 .mycarousel .testimonial p.review {
		display: block;
		margin: 0 auto 60px auto;
		max-width: 500px;
		font-size: 29px;
		line-height: 39px;
  	}

	.mysection10 .mycarousel .testimonial p.name {
    	font-size: 19px;
  	}

	.mysection10 .mycarousel .testimonial p.company {
    	font-size: 17px;
  	}

	.mysection10 .mycarousel .testimonial img {
		margin-right: 18px;
		width: 72px;
		height: 72px;
  	}

	.footer {
    	padding: 40px 0 40px 0;
  	}

	.footer p {
		font-size: 18px;
	}

}    

@media screen and (max-width: 991px) {

	 .mysection1 {
    	margin-bottom: 0;
  	}

	.mysection1 .hero {
    	margin-top: 52px;
  	}

	.mysection1 .hero .mycol2 .mys1-video {
		margin-bottom: 40px;
    	max-height: 470px;
	}

	.mysection1 .hero .mycol1 {
		text-align: center;
	}

	.mysection1 .hero .mycol1 .inside {
  		display: block;
  		margin: 0 auto;
		max-width: 100%;
	}

	.mysection1 .hero .mycol1 h1 {
		display: block;
		margin: 0 auto 15px auto;
		max-width: 620px;
		font-size: 48px;
		line-height: 54px;
	}

	.mysection1 .hero .mycol1 p {
		display: block;
		margin: 0 auto 40px auto;
		max-width: 700px;
	}

	.mysection2 {
		margin-bottom: 90px;
	}

	.mysection3 {
		margin-bottom: 65px;
		padding-bottom: 75px;
  	}

	.mysection3 .myrow .feature3 {
		margin-top: 60px;
	}

	.mysection3 .myrow .feature p {
    	margin-bottom: 16px;
	}

	.mysection4 {
		margin-bottom: 85px;
	}

	.mysection4 .myrow .mycol2 .mys4-video {
		max-height: 443px;
    	margin-bottom: 40px;
	}

	.mysection4 .myrow .mycol1 .inside {
		padding: 0 15px;
		width: 100%;
	}

	.mysection4 .myrow .mycol1 h2 {
		display: block;
    	margin: 0 auto 13px auto;
		max-width: 590px;
		text-align: center;
	}

	.mysection4 .myrow .mycol1 p {
		max-width: 100%;
		text-align: center;
	}

	.mysection4 .myrow .mycol1 .mylist {
		max-width: 547px;
    	margin: 27px auto 0 auto;
    	display: block;		
  	}

	.mysection4 .myrow .mycol1 .mylist .line {
    	margin-bottom: 2px;
  	}

	.mysection5 {
		margin-bottom: 90px;
		padding: 85px 0 95px 0;
	}

	.mysection5 .inside h2 {
  		margin-bottom: 45px;
	}

	.mysection5 .inside .myrow .mycol .mys5-video {
		margin-bottom: 16px;
		width: 620px;
   		object-fit: cover;
	}

  	.mysection5 .inside .myrow .mycol h3 {
		margin-bottom: 7px;
    	max-width: 600px;
    	line-height: 37px;
  	}

	.mysection5 .inside .myrow .mycol p {
		max-width: 610px;
	}

	.mysection5 .inside .myrow .mycol1 {
		margin-bottom: 50px;
	}

	.mysection6 {
		margin-bottom: 120px;
	}

	.mysection6 h2 {
		margin-bottom: 45px;
	}

	.mysection6 .myrow .mycol img {
		max-height: 210px;
	}

	.mysection6 .myrow .mycol p {
		margin-bottom: 15px;
	}

	.mysection7 {
    	margin-bottom: 100px;
    	padding: 85px 0 85px 0;
  	}

	.mysection7 .inside h2 {
    	margin-bottom: 45px;
	}

	.mysection7 .inside .myrow .mycol img {
		margin-bottom: 24px;
		width: 620px;
		height: 250px;
		object-fit: cover;
		border-radius: 23px;
	}

	.mysection7 .inside .myrow h3 {
  		margin-bottom: 6px;
	}

	.mysection7 .inside .myrow .mycol2 {
    	padding-left: 30px;
  	}

	.mysection7 .inside .myrow p {
    	max-width: 570px;
	}

	.mysection8 {
		margin-bottom: 120px;
	}

	.mysection8 .myrow .mycol1 .mys8-video {
		margin-bottom: 40px;
	}

	.mysection8 .myrow .mycol2 {
		padding-left: 0;
	}

	.mysection8 .myrow .mycol2 .inside {
		display: block;
		margin: 0 auto
	}

	.mysection8 .myrow .mycol2 h2 {
		display: block;
		margin: 0 auto 16px auto;
		text-align: center;
	}

	.mysection8 .myrow .mycol2 p {
		display: block;
		margin: 0 auto 40px auto;
		max-width: 600px;
		text-align: center;
	}

	.mysection8 .myrow .mycol2 .btn-cta3 {
		display: block;
		margin: 0 auto;
	}

	.mysection9 .inside .myforms {
		max-width: 650px;
	}

}

@media screen and (max-width: 767px) {

	.mysection1 {
		padding-bottom: 140px;
	}

	.mysection1 .hero .mycol1 h1 {
		font-size: 42px;
    	line-height: 50px;
	}

	.mysection2 {
		padding-bottom: 60px;
		margin-bottom: 70px;
  	}

	.mysection2 h3 {
		display: block;
		margin: 0 auto 17px auto;
		text-align: center;
		font-size: 30px;
		line-height: 37px;
  	}

	.mysection2 p {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.mysection3 {
		padding-bottom: 5px;
	}

	.mysection3 .myrow .feature {
		margin-bottom: 60px;
	}

	.mysection3 .myrow .feature3 {
    	margin-top: 0px;
  	}

	.mysection3 .myrow .feature img {
		display: block;
    	margin: 0 auto 26px;
		text-align: center;
	}

	.mysection3 .myrow .feature h4 {
		margin: 0 auto 7px auto;
		text-align: center;
	}

	.mysection3 .myrow .feature p {
		margin: 0 auto 14px auto;	
		text-align: center;
	}

	.mysection3 .myrow .feature a {
		display: block;
		text-align: center;
	}

	.mysection4 .myrow .mycol1 h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.mysection4 .myrow .mycol1 .mylist {
    	max-width: 100%;
	}

	.mysection5 .inside h2 {
		font-size: 36px;
	}

	.mysection5 .inside .myrow .mycol .mys5-video {
		width: 490px;
	}

	.mysection6 h2 {
		font-size: 36px;
	}

	.mysection6 .myrow .mycol img {
		display: block;
		margin: 0 auto 30px auto;
		text-align: center;
	}

	.mysection6 .myrow .mycol2 {
    	padding-left: 10px;
  	}

	.mysection6 .myrow .mycol h3 {
		text-align: center;
	}

	.mysection6 .myrow .mycol p {
		text-align: center;
	}

	.mysection6 .myrow .mycol a {
		display: block;
		text-align: center;
	}

	.mysection7 .inside h2 {
		font-size: 36px;
	}

	.mysection8 .myrow .mycol2 h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.mysection9 .inside h2 {
		font-size: 36px;
	}

	.mysection9 .inside p {
		max-width: 490px;
	}

	.mysection9 .inside .myforms {
    	max-width: 490px;
  	}

	.mysection10 .mycarousel .testimonial p.review {
		max-width: 380px;
	}

}

@media screen and (max-width: 576px) { 

	.mysection1 {
		padding-bottom: 100px;
	}

	.mysection1 .navbar .logo {
		max-height: 40px;
	}

	.mysection1 .hero {
		margin-top: 35px;
	}

	.mysection1 .hero .mycol2 .mys1-video {
		margin-bottom: 30px;
		max-height: 340px;
	}

	.mysection1 .hero .mycol1 h1 {
		margin: 0 auto 11px auto;
		font-size: 37px;
		line-height: 43px;
  	}

	.mysection1 .hero .mycol1 p {
		font-size: 17px;
   		line-height: 25px;
	}

	.mysection1 .hero .mycol1 .mybuttons .btn-cta1 span,
	.mysection1 .hero .mycol1 .mybuttons .btn-cta2 span {
		font-size: 16px;
	}

	.mysection1 .hero .mycol1 .mybuttons .btn-cta1 {
    	padding: 17px 44px 18px 44px;
  	}

	.mysection1 .hero .mycol1 .mybuttons .btn-cta2 {
		padding: 15px 44px 16px 44px;
	}

	.mysection2 {
    	padding-bottom: 50px;
	}

	.mysection2 p {
		padding: 0 10px;
		font-size: 17px;
		line-height: 25px;
	}

	.mysection2 h3 {
		padding: 0 10px;
		font-size: 26px;
		line-height: 32px;
	}

	.mysection3 .myrow .feature h4 {
		font-size: 21px;
		line-height: 28px;
  	}

	.mysection4 {
    	margin-bottom: 65px;
  	}

	.mysection4 .myrow .mycol2 .mys4-video {
		max-height: 323px;
	}

	.mysection4 .myrow .mycol1 h2 {
		max-width: 100%;
		font-size: 31px;
		line-height: 36px;
  	}

	.mysection4 .myrow .mycol1 p {
		font-size: 17px;
		line-height: 25px;
	}

	.mysection4 .myrow .mycol1 .mylist p {
		text-align: left;
	}

	.mysection4 .myrow .mycol1 .mylist .line {
    	margin-bottom: 11px;
  	}

	.mysection5 {
		margin-bottom: 70px;
		padding: 65px 0 75px 0;
	}

	.mysection5 .inside h2 {
		margin-bottom: 30px;
    	font-size: 32px;
  	}

	.mysection5 .inside .myrow .mycol .mys5-video {
    	width: 100%;
  	}

	.mysection5 .inside .myrow .mycol h3 {
		padding: 0 15px 0 15px;
		font-size: 26px;
		line-height: 32px;
	}

	.mysection5 .inside .myrow .mycol p {
		padding: 0 15px 0 15px;
    	font-size: 17px;
    	line-height: 25px;
  	}

	.mysection6 {
    	margin-bottom: 80px;
  	}

	.mysection6 .myrow .mycol2 {
		padding: 0 20px;
	}

	.mysection6 h2 {
    	font-size: 32px;
  	}

	.mysection6 .myrow .mycol h3 {
		margin-bottom: 6px;
		font-size: 26px;
	}

	.mysection6 .myrow .mycol p {
		font-size: 17px;
		line-height: 25px;
	}

	.mysection7 {
		margin-bottom: 60px;
		padding: 75px 0 75px 0;
	}

	.mysection7-bg {
		right: 0;
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.mysection7 .inside h2 {
		font-size: 32px;
		margin-bottom: 20px;
  	}

	.mysection7 .inside .myrow h3 {
		margin-bottom: 2px;
		font-size: 26px;
	}

	.mysection7 .inside .myrow p {
		font-size: 17px;
		line-height: 25px;
	}

	.mysection8 {
		margin-bottom: 80px;
	}

	.mysection8 .myrow .mycol1 .mys8-video {
		max-height: 330px;
	}

	.mysection8 .myrow .mycol2 {
		padding: 0 15px;
	}

	.mysection8 .myrow .mycol2 p {
		font-size: 17px;
		line-height: 25px;
	}

	.mysection8 .myrow .mycol2 .btn-cta3 {
    	padding: 17px 44px 18px 44px;
  	}

	.mysection8 .myrow .mycol2 .btn-cta3 span {
		font-size: 16px;
	}

	.mysection9 {
		margin-bottom: 35px;
		padding: 70px 20px 80px 20px;
	}

	.mysection9 .inside h2 {
    	font-size: 32px;
  	}

	.mysection9 .inside p {
		margin-bottom: 37px;
		font-size: 17px;
		line-height: 25px;
  	}

	.mysection9 .inside .myforms .form-control {
		font-size: 17px;
	}

	.mysection9 .inside .btn-cta4 {
		padding: 17px 44px 18px 44px;
	}

	.mysection9 .inside .btn-cta4 span {
		font-size: 16px;
	}

	.mysection10 {
    	margin-bottom: 45px;
  	}

	.mysection10 .mycarousel .testimonial p.review {
		margin: 0 auto 50px auto;
		max-width: 200px;
		font-size: 24px;
    	line-height: 33px;
	}

	.mysection10 .mycarousel .testimonial img {
		width: 52px;
    	height: 52px;
	}

	.mysection10 .mycarousel .testimonial p.name {
    	font-size: 18px;
  	}

    .mysection10 .mycarousel .testimonial p.company {
    	font-size: 16px;
  	}	

 	.footer p {
    	font-size: 16px;
  	}
	
}    



/*-------------------
# Back on Top Button
--------------------*/

.buttontop-top {
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 10px;
	height: 60px;
	width: 60px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	z-index: 2;
	color: black;
	background: none;
	font-size: 40px;
	text-align: center;
	border: 2px solid rgba(0, 0, 0, 0.689);
	border-radius: 50%;
	transition: 0.2s;
}

.buttontop-top i {
	margin-top: -2px;
	display: block;
}

.buttontop-top.buttontop-is-visible,
.buttontop-top.buttontop-fade-out,
.no-touch .buttontop-top:hover {
	transition: opacity .3s 0s, visibility 0s 0s;
}

.buttontop-top.buttontop-is-visible {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}

.buttontop-top.buttontop-fade-out {
	opacity: .5;
}

.buttontop-top:hover {
	opacity: 1;
	color: black !important;
	text-decoration: none !important;
	transition: 0.2s;
}
