body, h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, button, input {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-weight: 700;
	color: var(--white);
	font-size: 50px;
}

.white-text h1 {
  font-weight: 700;
  color: white;
  font-size: 50px;
}
.caption h1 {
	font-weight: 300;
	color: white;
	margin-bottom: -25px;
	font-size: 50px;
}

h2 {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
	color: var(--purple);
	
}

.white-text h2 {
	color: white !important;

}
h2 strong {
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
}

h3 {
	font-weight: 300;
	color: white;
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.cky-audit-table-element h3 {
	color: var(--grey);
	font-size: 22px;
}

.caption h3 {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-weight: 400;
	font-size: 25px;
}

h4 {
	font-size: 21px;
	font-weight: 700;
}

h5 {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}

.caption p {
	color: white !important;
	font-size: 20px; 
}

.banner-image-text p {
	color: white !important;
}

p strong {
	font-weight: 700;
}

p, ul, ol {
	font-size: 17px;
	font-weight: 300;
}

.intro strong {
	font-size: 25px;
}

.intro li {
	font-size: 25px;
}

a {
	text-decoration: none;
	color: var(--purple);
}
a:hover, .bg-purple a:hover {
	color: var(--green);
	text-decoration: none;
}
.bg-purple a {
	color: var(--white);
}
li {
	margin-bottom: 8px;
}

.text-purple {
	color: var(--dark-purple);
}

.small-quote {
	font-weight: 700 !important;
	font-size: 20px !important;
	margin-bottom: 0px;
	
}

.large-quote {
	font-weight: 700 !important;
	font-size: 40px !important;
	margin-bottom: -5px;
	line-height: inherit;
}

.xl-large-quote {
	font-weight: 700 !important;
	font-size: 120px !important;
	margin-bottom: -25px;
	margin-top: -26px;
	line-height: inherit;
}

/*ul {
	padding: 0;
}*/

.bg-purple, .bg-purple p, .bg-purple h1, .bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple h5, .bg-purple h6 {
	color: var(--white) !important; 
}
.overlay-gradient, .overlay-gradient p, .overlay-gradient h1, .overlay-gradient h2, .overlay-gradient h3, .overlay-gradient h4, .overlay-gradient h5, .overlay-gradient h6 {
	color: var(--white); 
} 

b, strong {
  font-weight: 700 !important;
}

.footer strong {
	font-size: 20px;
}

.sp-testimonial-client-name {
	font-weight: 300 !important;
}

.sp-testimonial-content {
	font-weight: 300 !important;
}

.quote {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
}

/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}

/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}

/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}

/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
}

/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}

/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {	
}

/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {	
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */

@media only screen and (max-width : 1080px) {
}

/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	h1 {
    	font-size: 35px;
	}
	h2 {
    	font-size: 40px;
	}
	h3 {
    	font-size: 30px;
	}
	h4 {
    	font-size: 19px;
	}
	h5 {
    	font-size: 25px;
	}
	h6 {
    	font-size: 17px;
	}
	.intro strong {
		font-size: 25px;
	}

}

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

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

	h1 {
    	font-size: 25px;
	}
	h2 {
		font-size: 23px;
	}
	h3 {
    	font-size: 19px;
	}
	h4 {
    	font-size: 18px;
	}
	h5 {
    	font-size: 25px;
	}
	h6 {
    	font-size: 17px;
	}
	p, ul, ol {
    	font-size: 16px;
		line-height: 22px;
	}
	.intro p {
	  font-size: 16px;
	}
	.intro strong {
		font-size: 20px;
	}
	.white-text h1 {
		font-size: 35px;
	}
	.xl-large-quote {
  	font-size: 100px !important;
}
}

/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

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

}

/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	
	.white-text h1 {
		font-size: 30px;
	}

}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 420px) {
}