/* global styles */

@import url("https://fonts.googleapis.com/css?family=Poppins:200,300.400,500,600,700,800");

html {
	font-family: "Poppins", sans-serif !important;
}

.socials {
	width: 30px;
}

/****Start PP******/

/*****End PP*****/

.site-content {
	padding-bottom: 0px;
}

.content-area {
	padding-bottom: 0px;
}

.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
	font-weight: 200;
}

h1,
h2,
h3,
h4 {
	font-family: "Poppins";
}

img.circle {
	border-radius:100%
}

.wp-image-18 {
	width: 254px;
}

.social-links-footer {
	height: 30px;
	width: 30px;
}

p {
	font-size: 16px;
	font-family: "Poppins";
	color: #646589;
	font-weight: 300;
}

/* conatct form  */
.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid #ebbd36 !important;
	border-radius: 25px !important;
	padding: 15px !important;
	color: white !important;
	text-align: center !important;
	width: 100% !important;
}
/* conatct form  */

/* header nav */

.site-header {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #100233 !important;
}

.navbar.bg-dark {
	background-color: #100232 !important;
	padding-top: 30px;
	font-family: "Poppins", sans-serif !important;
}

.bg-dark {
	background-color: #100232 !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
	opacity: 1 !important;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: 300;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #efc243 !important;
	opacity: 1;
}

.nav-item.documentation {
	position: relative;
}

.nav-item.documentation::after {
	content: "coming soon";
	position: absolute;
	background: #efc243;
	border-radius: 1000px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 15px;
	font-size: 9px;
	right: 0;
	bottom: 0;
}

.nav-item.documentation > a {
	color: #999999 !important;
	pointer-events: none;
}

.button-primary-head {
	background-color: #100233; /* none */
	border: #efc243 solid 1px;
	color: #efc243;
	border-radius: 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.button-primary-head:hover {
	background-color: #100233; /* none */
	color: white important;
	border: white solid 1px;
}

.button-primary-head:active {
	background-color: #100233; /* none */
	color: white important;
	border: white solid 1px;
}

.selected {
	color: #efc243;
}
.selected:active {
	color: white;
}
.selected:hover {
	color: white;
}

/*.custom-logo {
    height: 75%;
    width: 75%;
}
*/

h2.logo-title {
	font-size: 34px !important;
	padding-bottom: 50px;
	color: #100233;
	text-align: center;
}

.main-text {
	font-size: 20px !important;
	color: white !important;
	font-weight: 300;
	line-height: 1.7;
	width: 80%;
}

.second-text {
	font-size: 16px !important;
	color: white !important;
	font-weight: 300;
	padding-top: 20px;
	line-height: 1.7;
	width: 85%;
}

.left-col {
	width: 50%;
	order: 1;
}
.right-col {
	width: 50%;
	order: 2;
}

.top {
	margin-top: 50px;
}

.btn-group {
	padding-top: 30px;
}

.first row {
	padding: 0;
	display: inline-block;
	width: 100%;
}

.yellow-dot {
	color: #efc243;
}

/* footer styles including sign up form*/

.footer-bottom-right {
	text-align: right;
	font-size: 14px;
	color: white !important;
}

.footer-bottom-text {
	text-align: left;
	font-size: 14px;
	color: white !important;
	margin-top: 100px;
}

.footer-bottom-text-right {
	text-align: right;
	font-size: 14px;
	color: white !important;
}

.footer-credit {
	text-align: right;
	font-size: 14px;
	color: white !important;
}

.site-info {
	text-align: left;
	display: inline-block;
	width: 100%;
}
.site-footer.bg-white {
	background-color: #100233 !important;
}

.footer-header {
	color: white;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}

.widget-title {
	color: white;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0px;
}

.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: none;
	padding-left: 0px !important;
}

.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
	padding-left: 0px !important;
	color: white !important;
	margin-bottom: 0;
}

.site-footer {
	color: white !important;
}

.site-footer a {
	color: white !important;
}

.site-footer a:active {
	text-decoration: none;
	color: #efc243;
}

.site-footer a:hover {
	text-decoration: none;
	color: #efc243;
}

/* global styles */

.reflection-wrapper {
	    position: absolute;
    right: -20%;
    width: 140%;
    top: 12px;
	transform: perspective(51em) rotateY(-26deg);
	height: 600px
}

.main-image {
	    box-shadow: 0px 25px 50px rgb(0 0 0 / 50%);
}

	.main-image.reflection {
		    opacity: 25%;
    transform: scaleY(-1);
    mask-image: linear-gradient(transparent 80%, white 100%);
    -webkit-mask-image: linear-gradient(transparent 75%, white 100%);
	}

.home-page-cta {
	padding: 0;
	background-color: #100232 !important;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	padding-bottom: 250px;
	padding-top: 100px;
	overflow: hidden;
	margin:0;
	vertical-align:top
}

.home-page-cta-two {
	background-color: #100233;
	border-radius: 0;
	display: inline-block;
	width: 100%;
}

.home-page-four {
	padding: 0;
	display: inline-block;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	align-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.home-page-diagram {
	padding: 0;
	background-color: #100232 !important;
	border-radius: 0;
	height: 900px !important;
	display: inline-block;
	width: 100%;
}

.home-page-cta-three {
	padding: 0;
	background-color: whire !important;
	border-radius: 0;
	display: inline-block;
	width: 100%;
}

.row-bottom {
	padding-top: 20px;
}

.diagram-conatiner-one {
	background: #190c3a;
	padding: 10px;
	margin-bottom: 40px;
	border: solid 1px #190c3a;
	border-radius: 20px;
	position: relative;
	margin-left: -60px;
}

.diagram-conatiner-one::after {
	content: "";
	position: absolute;
	background: rgba(114, 115, 138, 0.3);
	width: 17px;
	height: 1px;
	top: 50%;
	left: -17px;
}

.diagram-conatiner-one::before {
	content: "";
	height: calc(100% + 42px);
	width: 1px;
	background: rgba(114, 115, 138, 0.3);
	position: absolute;
	left: -18px;
	top: -21px;
}

.diagram-conatiner-one:first-child:before {
	content: "";
	height: calc(50% + 21px);
	width: 1px;
	background: rgba(114, 115, 138, 0.3);
	position: absolute;
	left: -18px;
	top: 50%;
}

.diagram-conatiner-one:last-child:before {
	content: "";
	position: absolute;
	background: rgba(114, 115, 138, 0.3);
	width: 1px;
	height: calc(50% + 21px);
	bottom: 50%;
	left: -18px;
}

p.diagram-title {
	color: white;
	font-size: 17px !important;
	font-weight: 400;
	margin-bottom: 0rem;
}

p.diagram-text {
	color: #b0bcca;
	font-size: 17px !important;
	font-weight: 300;
}

.diagram-text {
	color: #b0bcca;
	font-size: 17px !important;
	font-weight: 300;
}

.diagram-col {
	padding-top: 0px;
}

.icon-main {
	padding-right: 20px;
	width: 60px;
}

.icon-shift {
	height: 100%;
	margin-top: -45px;
	margin-right: -100px;
}

.floater-left {
	width: 300px;
}

.floater-right {
	width: 300px;
	margin-left: 1500px;
}

.home-page-floater-left {
	background: none;
	margin-left: -160px;
	z-index: 999;
	position: absolute;
	padding-bottom: 500px;
	margin-top: -150px;
}

.home-page-floater-right {
	background: none;
	margin-right: -80px;
	z-index: 999;
	position: absolute;
	padding-bottom: 500px;
	margin-top: -150px;
}

.diagram-three {
	margin: 20px;
}

/* home page div boxes animation */

.diagram-conatiner-first {
	background: none;
	padding: 38px;
	margin-bottom: 15px;
	border: none;
	transform: translateY(0);
	transition-delay: 0.1s;
}

.diagram-conatiner-three {
	background: #f7f9fc;
	padding: 38px;
	margin-bottom: 15px;
	border: solid 1px #f7f9fc;
	border-radius: 20px;
	transform: translateY(0);
	transition-delay: 0.1s;
}

.diagram-conatiner-three-one {
	background: #f7f9fc;
	padding: 38px;
	margin-bottom: 15px;
	border: solid 1px #f7f9fc;
	border-radius: 20px;
}
.diagram-conatiner-three-two {
	background: #f7f9fc;
	padding: 38px;
	margin-bottom: 30px;
	border: solid 1px #f7f9fc;
	border-radius: 20px;
}

.diagram-conatiner-four {
	background: #f7f9fc;
	padding: 38px;
	margin-bottom: 15px;
	border: solid 1px #f7f9fc;
	border-radius: 20px;
}
.diagram-conatiner-four-one {
	background: #f7f9fc;
	padding: 38px;
	margin-bottom: 15px;
	border: solid 1px #f7f9fc;
	border-radius: 20px;
}
.diagram-conatiner-four-two {
	background: #f7f9fc;
	padding: 38px;
	margin-bottom: 15px;
	border: solid 1px #f7f9fc;
	border-radius: 20px;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(10px);
	}
}

/* home page div boxes animation */

p.diagram-title-three {
	color: #100233;
	font-size: 17px !important;
	font-weight: 600;
}

p.diagram-text {
	color: #b0bcca;
	font-size: 16px !important;
	font-weight: 300;
	margin-left: 0px;
}

.icon-three {
	padding-bottom: 10px;
	width: 22%;
}

.icon-four {
	padding-bottom: 15px;
	width: 30%;
}

.diagram-conatiner-four {
	background: #f7f9fc;
	padding: 38px;
	margin-bottom: 15px;
	border: solid 1px #f7f9fc;
	border-radius: 20px;
}

.tile-container {
}
.main-container {
	margin-top: 150px;
}

.curve-footer {
	padding: 100px 20px 50px 20px;
	background-image: radial-gradient(ellipse 100% 200% at 50% 200%, #f43 90%, #0000 90%),
		radial-gradient(ellipse 100% 200% at 50% 190%, #f87 90%, #0000 90%);
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	/* main buttons */
	.button-primary {
		background-color: #efc243; /* yellow */
		border: #efc243 solid 1px;
		color: #100233;
		padding: 10px 32px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
		margin-right: 30px; /* give space to right of first button */
	}

	.privacy-text-row {
		padding-left: 30px;
	}

	.button-primary:hover {
		background-color: #100233; /* none */
		color: #efc243;
		border: #efc243 solid 1px;
	}

	.button-secondary {
		background-color: #100233; /* none */
		border: white solid 1px;
		color: white;
		padding: 10px 25px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
	}

	.button-secondary:hover {
		background-color: #100233; /* none */
		color: #efc243;
		border: #efc243 solid 1px;
	}

	.button-third {
		background-color: #100233; /* none */
		border: #efc243 solid 1px;
		color: #efc243;
		padding: 10px 32px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
	}

	.button-third:hover {
		background-color: #100233; /* none */
		color: white;
		border: white solid 1px;
	}
	/* main buttons */

	h1 {
		font-size: 53px;
		color: white;
		font-weight: 700;
	}

	h2 {
		font-size: 34px;
		color: white;
		font-weight: 700;
	}

	h4 {
		font-size: 24px;
		color: white;
		font-weight: 200;
	}

	.fifth-title {
		padding-bottom: 70px;
		color: #100233;
		width: 60%;
		text-align: center !important;
		margin: 0 auto;
	}

	.fourth-title {
		font-size: 34px !important;
		padding-bottom: 50px;
		color: #100233;
		width: 100%;
	}

	.second-title {
		width: 60%;
		padding-bottom: 50px;
	}

	.second-tile-container {
		margin-bottom: 100px;
	}

	.contact-title {
		color: white;
		text-align: center;
	}

	.main-title {
		padding-top: 0px;
	}

	.third-title-new {
		width: 100%;
		color: #100233 !important;
	}

	.third-title {
		font-size: 34px !important;
		padding-bottom: 50px;
		color: #100233;
		width: 50%;
	}

	/*.get-started-cta {
	background-image: url("wp-content/uploads/2022/03/get-started-image.png") !important;
  background-repeat: no-repeat;
	background-position: center;
    margin-top: 100px;
	height: 400px;
}*/

	.get-started {
		display: block;
	}

	.contact-subtitle {
		font-size: 26px !important;
		color: white !important;
		font-weight: 200;
		width: 100%;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.get-started-title {
		color: white;
	}

	.get-started-text {
		color: white;
		font-size: 19px;
		font-weight: 300;
	}
	.started {
	}

	.btn-group-two {
		padding-top: 80px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.subtitle {
		font-size: 18px;
		color: white !important;
		font-weight: 200;
		width: 80%;
	}

	.third-subtitle {
		font-size: 26px;
		color: #100233 !important;
		font-weight: 400;
		width: 80%;
		padding-bottom: 30px;
	}

	.fourth-subtitle {
		font-size: 26px !important;
		color: #100233 !important;
		font-weight: 400;
		padding-bottom: 10px;
		padding-top: 100px;
	}

	/* contact form */

	.home-page-signup {
		background: #100233 !important;
		display: inline-block;
		height: 400px;
	}

	.contact-container {
		background: #100233;
		display: block;
		padding-top: 100px;
	}

	.contact-form .contact-fields input {
		display: inline-block;
		width: 100%;
		/* margin-left: 100px;
margin-right: 100px;*/
		margin-bottom: 100px;
	}

	.contact-fields {
		margin: 0 auto;
		text-align: center;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		display: block;
		font-family: "Poppins";
		width: 100%;
		padding: 20px;
		font-size: 16px !important;
		line-height: 1.5;
		color: #72738e;
		text-align: left;
		background-clip: padding-box;
		border-radius: 30px;
		font-family: "Poppins";
		color: #646589;
		font-weight: 300;
	}
}

.wpcf7 form.sent .wpcf7-response-output  {
	border-color: #ebbd36 !important;
	text-align: center !important;
	border-radius: 25px !important;
	padding: 20px !important;
	color: white !important;
}

.btn-primary,
input[type="button"],
input[type="reset"],
input[type="submit"],
.sp-services-section .sp-single-service .sp-service-icon,
.button.add_to_cart_button,
.wc-proceed-to-checkout .checkout-button.button,
.price_slider_amount button[type="submit"] {
	background-color: #ebbd36;
	border-radius: 30px;
	padding: 15px;
	border: none;
	color: #100233;
	font-size: 16px;
	width: 200px;
	font-family: "Poppins";
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: none;
	border: 1px solid #ebbd36;
	color: #ebbd36;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	/* main buttons */
	.button-primary {
		background-color: #efc243; /* yellow */
		border: #efc243 solid 1px;
		color: #100233;
		padding: 10px 32px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
		margin-right: 30px; /* give space to right of first button */
	}

	.privacy-text-row {
		padding-left: 30px;
	}

	.button-primary:hover {
		background-color: #100233; /* none */
		color: #efc243;
		border: #efc243 solid 1px;
	}

	.button-secondary {
		background-color: #100233; /* none */
		border: white solid 1px;
		color: white;
		padding: 10px 25px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
	}

	.button-secondary:hover {
		background-color: #100233; /* none */
		color: #efc243;
		border: #efc243 solid 1px;
	}

	.button-third {
		background-color: #100233; /* none */
		border: #efc243 solid 1px;
		color: #efc243;
		padding: 10px 32px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
	}

	.button-third:hover {
		background-color: #100233; /* none */
		color: white;
		border: white solid 1px;
	}
	/* main buttons */

	h1 {
		font-size: 53px;
		color: white;
		font-weight: 700;
	}

	h2 {
		font-size: 34px;
		color: white;
		font-weight: 500;
	}

	h4 {
		font-size: 24px;
		color: white;
		font-weight: 200;
	}

	.fifth-title {
		padding-bottom: 70px;
		color: #100233;
		width: 60%;
		text-align: center !important;
		margin: 0 auto;
	}

	.fourth-title {
		font-size: 34px !important;
		padding-bottom: 50px;
		color: #100233;
		width: 100%;
	}

	.second-title {
		width: 60%;
		padding-bottom: 50px;
	}

	.second-tile-container {
		margin-bottom: 200px;
	}

	.contact-title {
		color: white;
		text-align: center;
	}

	.main-title {
		padding-top: 0px;
	}

	.third-title-new {
		width: 100%;
		color: #100233 !important;
	}

	.third-title {
		width: 70%;
		color: #100233 !important;
	}

	.third-title {
		font-size: 34px !important;
		padding-bottom: 50px;
		color: #100233;
		width: 40%;
	}

	/*.get-started-cta {
	background-image: url("wp-content/uploads/2022/03/get-started-image.png") !important;
  background-repeat: no-repeat;
	background-position: center;
    margin-top: 100px;
	height: 400px;
}*/

	.get-started {
		display: block;
	}

	.contact-subtitle {
		font-size: 26px !important;
		color: white !important;
		font-weight: 200;
		width: 100%;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.get-started-title {
		color: white;
	}

	.get-started-text {
		color: white;
		font-size: 19px;
	}
	.started {
	}

	.btn-group-two {
		padding-top: 80px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.subtitle {
		font-size: 18px;
		color: white !important;
		font-weight: 200;
		width: 80%;
	}

	.third-subtitle {
		font-size: 26px;
		color: #100233 !important;
		font-weight: 400;
		width: 80%;
		padding-bottom: 0px;
	}

	.fourth-subtitle {
		font-size: 26px !important;
		color: #100233 !important;
		font-weight: 400;
		padding-bottom: 10px;
		padding-top: 100px;
	}

	/* contact form */

	.home-page-signup {
		background: #100233 !important;
		display: inline-block;
		height: 400px;
	}

	.contact-container {
		background: #100233;
		display: block;
		padding-top: 100px;
	}

	.contact-form {
		display: inline-block;
		width: 100%;
		/*margin-left: 100px;
margin-right: 100px;*/
		margin-bottom: 100px;
	}

	.contact-fields {
		margin: 0 auto;
		text-align: center;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		display: block;
		font-family: "Poppins";
		width: 100%;
		padding: 20px;
		font-size: 16px !important;
		line-height: 1.5;
		color: #72738e;
		text-align: left;
		background-clip: padding-box;
		border-radius: 30px;
		font-family: "Poppins";
		color: #646589;
		font-weight: 300;
	}
}

body.home .wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	color: white;
}

.btn-primary,
input[type="button"],
input[type="reset"],
input[type="submit"],
.sp-services-section .sp-single-service .sp-service-icon,
.button.add_to_cart_button,
.wc-proceed-to-checkout .checkout-button.button,
.price_slider_amount button[type="submit"] {
	background-color: #ebbd36;
	border-radius: 30px;
	padding: 20px;
	border: none;
	color: #100233;
	font-size: 16px;
	width: 200px;
	font-family: "Poppins";
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.nav-item.documentation::after {
		display: none;
	}

	.h1 {
		font-size: 28px;
		padding-bottom: 10px;
		width: 90%;
		color: white;
		font-weight: 700;
	}

	.main-title {
		padding-top: 0px;
	}

	.tile-container {
		margin-top: 0px !important;
	}

	.icon-shift {
		height: 100%;
		padding-top: 20px;
		margin-right: -100px;
	}

	.diagram-conatiner-one {
		margin-bottom: 50px;
	}

	.home-page-cta {
		padding: 0;
		background-color: #100232 !important;
		border-radius: 0;
		display: inline-block;
		width: 100%;
		padding-bottom: 100px;
		padding-top: 30px;
	}

	.subtitle {
		font-size: 18px;
		color: white !important;
		font-weight: 200;
		width: 80%;
		padding-left: 250px;
	}

	.diagram-col {
		padding-top: 150px;
		margin-left: -30px;
	}

	.button-third {
		background-color: #100233;
		border: #efc243 solid 1px;
		color: #efc243;
		padding: 10px 32px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
		margin-left: 250px;
	}

	.second-title {
		font-size: 34px;
		color: white;
		font-weight: 500;
		padding-left: 250px;
	}

	.third-title {
		width: 55%;
		font-size: 28px;
	}

	.third-subtitle {
		font-size: 22px;
		color: #100233 !important;
		font-weight: 300;
		width: 80%;
		padding-bottom: 0px;
	}

	.fifth-title {
		font-size: 22px !important;
		color: #100233 !important;
		font-weight: 300;
		width: 80%;
		padding-bottom: 0px;
	}

	.forth-subtitle {
		font-size: 22px !important ;
		color: #100233 !important;
		font-weight: 300;
		width: 80%;
		padding-bottom: 0px;
	}

	/* contact form */

	.home-page-signup {
		background: #100233 !important;
		display: inline-block;
		height: 400px;
	}

	.contact-container {
		background: #100233;
		display: block;
		padding-top: 100px;
	}

	.contact-form {
		display: inline-block;
		/*margin-left: 20px;
margin-right: 20px;*/
		margin-bottom: 100px;
	}

	.contact-fields {
		margin: 0 auto;
		text-align: center;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		display: block;
		font-family: "Poppins";
		padding: 20px;
		font-size: 15px !important;
		line-height: 1.5;
		color: #72738e;
		text-align: left;
		background-clip: padding-box;
		border-radius: 30px;
		margin-bottom: 20px;
	}

	.wpcf7 form .wpcf7-response-output {
		margin: 2em 0.5em 1em;
		padding: 0.2em 1em;
		border: 2px solid #00a0d2;
		color: white;
	}

	.btn-primary,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.sp-services-section .sp-single-service .sp-service-icon,
	.button.add_to_cart_button,
	.wc-proceed-to-checkout .checkout-button.button,
	.price_slider_amount button[type="submit"] {
		background-color: #ebbd36;
		border-radius: 30px;
		padding: 20px;
		width: 100%;
		border: none;
		color: #100233;
		font-size: 16px;
		width: 100%;
		font-family: "Poppins";
	}

	/* contact form */

	.fifth-title {
		padding-bottom: 70px;
		color: #100233;
		width: 50%;
		text-align: center !important;
		margin: 0 auto;
	}

	.contact-container {
		background: #100233;
		display: block;
		padding-top: 50px;
	}

	.contact-subtitle {
		text-align: center;
		color: white;
		font-weight: 200;
		font-size: 18px;
	}

	.contact-title {
		text-align: center;
		color: white;
	}

	/*.get-started-cta {
	background-image: url("wp-content/uploads/2022/03/get-started-image.png") !important;
  background-repeat: no-repeat;
	background-position: center;
    /* height: 300px; 
    width: 300p;
    background-size: 95% 80%;
}*/

	.get-started {
		display: block;
	}

	.contact-subtitle {
		font-size: 26px !important;
		color: white !important;
		font-weight: 200;
		width: 100%;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.get-started-title {
		color: white;
	}

	.get-started-text {
		color: white;
		font-size: 19px;
	}
	.started {
	}

	.btn-group-two {
		padding-top: 80px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.button-primary {
		background-color: #efc243;
		border: #efc243 solid 1px;
		color: #100233;
		padding: 10px 20px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
		margin-right: 30px;
	}

	.button-secondary {
		background-color: #100233; /* none */
		border: white solid 1px;
		color: white;
		padding: 10px 20px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
	}

	.home-page-four {
		padding: 0;
		display: inline-block;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 100px;
		align-content: center;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	p.second-text {
		font-size: 16px;
		color: white;
		font-weight: 200 !important;
		padding-top: 10px;
		line-height: 1.7;
		padding-left: 250px;
	}

	.fourth-subtitle {
		font-size: 22px;
		color: #100233 !important;
		font-weight: 300;
		padding-bottom: 10px;
		padding-top: 20px;
	}
} /**/

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.nav-item.documentation::after {
		display: none;
	}
	
	
.reflection-wrapper {
	  display:none;
}

	.left-col {
		width: 100%;
		order: 2;
	}
	.right-col {
		width: 100%;
		order: 1;
	}

	h1 {
		font-size: 28px;
		padding-bottom: 10px;
		width: 90%;
		color: white;
		font-weight: 700;
	}

	h2 {
		font-size: 22px;
		color: white;
		font-weight: 500;
		padding-bottom: 10px;
	}

	h2.third-title {
		font-size: 22px;
		color: #100233;
		font-weight: 500;
		padding-bottom: 10px;
		width: 90%;
	}

	.privacy-text-row {
		padding-left: 30px;
	}

	/*.main-container {
	margin-top: 0px;} */

	.main-container {
		display: flex;
	}

	.main-container > div {
		width: 50%;
		padding: 0 15px;
	}

	.tile-container {
		margin-top: 50px;
	}

	.button-primary {
		background-color: #efc243;
		border: #efc243 solid 1px;
		color: #100233;
		padding: 15px 15px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
		margin-right: 20px;
	}

	.home-page-cta-three {
	}

	.second-tile-container {
		display: block;
		margin-bottom: 50px;
	}

	.diagram-text {
		color: #b0bcca;
		font-size: 17px !important ;
		font-weight: 200;
		text-align: left;
		display: block;
	}

	.icon-main {
		padding-right: 20px;
	}

	.diagram-conatiner-one {
		background: #190c3a;
		padding: 9px;
		margin-bottom: 15px;
		border: solid 1px #190c3a;
		border-radius: 20px;
		width: 100%;
		margin-left: 0px;
	}

	.diagram-col {
		padding-top: 0px;
	}

	.home-page-cta-two {
		margin-top: 0px;
	}

	p.main-text {
		font-size: 18px !important;
		color: white !important;
		font-weight: 200;
		line-height: 1.7;
		width: 90%;
	}

	p.second-text {
		font-size: 16px;
		color: white;
		font-weight: 200 !important;
		padding-top: 10px;
		line-height: 1.7;
	}

	.floater-left {
		display: none;
	}
	.floater-right {
		display: none;
	}
	.home-page-floater-left {
		display: none;
	}
	.home-page-floater-right {
		display: none;
	}

	.main-image {
		margin-top: 0px;
		width: 80%;
	}

	.icon-shift {
		display: none;
	}

	.diagram-col {
		display: inline-block;
	}

	/*.get-started-cta {
	background-image: url("wp-content/uploads/2022/03/get-started-image-mobile.png");
  background-repeat: no-repeat;
	background-position: center;
}*/
	.contact-form {
		display: inline-block;
		/*margin-right: 20px;*/
		margin-bottom: 20px;
	}

	/**/

	/* Portrait phones and smaller */
	/*@media (max-width: 480px) {*/

	.home-page-cta {
		padding: 0;
		background-color: #100232 !important;
		border-radius: 0;
		display: inline-block;
		width: 100%;
		padding-bottom: 100px;
		padding-top: 30px;
	}

	.left-col {
		width: 100%;
		order: 2;
	}
	.right-col {
		width: 100%;
		order: 1;
	}

	h1 {
		font-size: 28px;
		color: white;
		font-weight: 700;
	}

	h2 {
		font-size: 22px;
		color: white;
		font-weight: 500;
	}

	.second-title {
		width: 90%;
		font-weight: 600;
	}
	.third-tile-container {
		padding-top: 50px;
	}

	h4 {
		font-size: 24px;
		color: white;
		font-weight: 200;
	}

	.privacy-text-row {
		padding-left: 30px;
	}

	.diagram-conatiner-four {
		background: #f7f9fc;
		padding: 38px;
		margin-bottom: 15px;
		border: solid 1px #f7f9fc;
		border-radius: 20px;
		margin-top: 0px;
	}

	.third-subtitle {
		font-size: 18px !important;
		color: #100233 !important;
		font-weight: 300;
		width: 80%;
		padding-bottom: 0px;
	}

	.third-title {
		color: #100233;
		font-weight: 600;
		padding-bottom: 10px;
		width: 90%;
	}

	p.main-text {
		font-size: 18px !important;
		color: white !important;
		font-weight: 200;
		line-height: 1.7;
		width: 90%;
	}

	p.second-text {
		font-size: 16px;
		color: white;
		font-weight: 200 !important;
		padding-top: 10px;
		line-height: 1.7;
	}

	.main-container {
		margin-top: 0px;
	}

	.fourth-subtitle {
		font-size: 18px;
		color: #100233 !important;
		font-weight: 300;
		padding-bottom: 10px;
		padding-top: 20px;
	}

	.icon-main {
		padding-right: 20px;
	}
	.main-image {
		margin-top: 0px;
	}

	.diagram-conatiner-one {
		background: #190c3a;
		padding: 7px;
		margin-bottom: 15px;
		border: solid 1px #190c3a;
		border-radius: 20px;
		width: 100%;
		margin-left: 0px;
	}

	.diagram-col {
		padding-top: 0px;
	}

	.home-page-cta-two {
		margin-top: 0px;
	}

	.home-page-cta-three {
	}

	.second-tile-container {
		display: block;
		margin-bottom: 50px;
	}

	.tile-container {
		margin-top: 50px;
	}

	.floater-left {
		display: none;
	}
	.floater-right {
		display: none;
	}
	.home-page-floater-left {
		display: none;
	}
	.home-page-floater-right {
		display: none;
	}

	/* main buttons */
	.button-primary {
		background-color: #efc243; /* yellow */
		border: #efc243 solid 1px;
		color: #100233;
		padding: 10px 32px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
		margin-right: 30px; /* give space to right of first button */
	}

	.button-primary:hover {
		background-color: #100233; /* none */
		color: #efc243;
		border: #efc243 solid 1px;
	}

	.button-secondary {
		background-color: #100233; /* none */
		border: white solid 1px;
		color: white;
		padding: 10px 32px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
	}

	.button-secondary:hover {
		background-color: #100233; /* none */
		color: #efc243;
		border: #efc243 solid 1px;
	}

	.button-third {
		background-color: #100233; /* none */
		border: #efc243 solid 1px;
		color: #efc243;
		padding: 10px 32px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		transition-duration: 0.4s;
		cursor: pointer;
	}

	.button-third:hover {
		background-color: #100233; /* none */
		color: white;
		border: white solid 1px;
	}
	/* main buttons */

	.icon-shift {
		display: none;
	}

	.diagram-col {
		display: inline-block;
	}

	/*.get-started-cta {
    background-image: url(wp-content/uploads/2022/03/get-started-image-mobile.png);
    width: 100%;
    display: block;
    height: 600px;
}*/

	.get-started-title {
		color: white;
	}

	.diagram-text {
		color: #b0bcca;
		font-size: 15px !important ;
		font-weight: 200;
		text-align: left;
		display: block;
	}

	.get-started-text {
		color: white;
		font-size: 15px;
		font-weight: 300;
	}

	.started {
	}

	.home-page-four {
		padding: 0;
		display: inline-block;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 100px;
		align-content: center;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.subtitle {
		font-size: 24px;
		color: white !important;
		font-weight: 200;
		width: 80%;
	}

	.fifth-title {
		padding-bottom: 70px;
		color: #100233;
		width: 90%;
		text-align: center !important;
		margin: 0 auto;
	}

	.diagram-conatiner-three-one {
		background: #f7f9fc;
		padding: 38px;
		margin-bottom: 15px;
		border: solid 1px #f7f9fc;
		border-radius: 20px;
	}

	.contact-subtitle {
		text-align: center;
		color: white;
		font-weight: 200;
		font-size: 18px;
	}

	.contact-title {
		text-align: center;
	}

	/* contact form */

	.home-page-signup {
		background: #100233 !important;
		display: inline-block;
		height: 400px;
	}

	.contact-container {
		background: #100233;
		display: block;
		padding-top: 100px;
	}

	.contact-form {
		display: inline-block;
		/* margin-left: 20px;
margin-right: 20px;*/
		margin-bottom: 100px;
	}

	.contact-fields {
		margin: 0 auto;
		text-align: center;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		display: block;
		font-family: "Poppins";
		padding: 20px;
		font-size: 14px !important;
		height: 80px;
		line-height: 1.5;
		color: #72738e;
		text-align: left;
		background-clip: padding-box;
		border-radius: 30px;
		margin-bottom: 20px;
		font-family: "Poppins";
		color: #646589;
		font-weight: 300;
	}
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	color: white;
}

.btn-primary,
input[type="button"],
input[type="reset"],
input[type="submit"],
.sp-services-section .sp-single-service .sp-service-icon,
.button.add_to_cart_button,
.wc-proceed-to-checkout .checkout-button.button,
.price_slider_amount button[type="submit"] {
	background-color: #ebbd36;
	border-radius: 30px;
	padding: 20px;
	width: 100%;
	border: none;
	color: #100233;
	font-size: 16px;
	width: 100%;
	font-family: "Poppins";
}

@media only screen and (min-width: 0px) {
.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
	width: 100%;
	padding: 20px 15px;
}