* {
	-webkit-font-smoothing: antialiased;
	-moz-os-font-smoothing: grayscale;
	box-sizing: border-box;
}

@font-face {
	font-family:"UniNeueRegular";src:url(../fonts/UniNeueRegular/UniNeueRegular.eot);src:url(../fonts/UniNeueRegular/UniNeueRegular.eot?#iefix)format("embedded-opentype"),url(../fonts/UniNeueRegular/UniNeueRegular.woff) format("woff"),url(../fonts/UniNeueRegular/UniNeueRegular.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap;
}

@font-face {
	font-family:"UniNeueBlack";src:url(../fonts/UniNeueBlack/UniNeueBlack.eot);src:url(../fonts/UniNeueBlack/UniNeueBlack.eot?#iefix)format("embedded-opentype"),url(../fonts/UniNeueBlack/UniNeueBlack.woff) format("woff"),url(../fonts/UniNeueBlack/UniNeueBlack.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap;
}

html {
	font-family: sans-serif;
	padding: 0;
	margin: 0;
}

body {
	font-family: UniNeueRegular;
	padding: 0;
	margin: 0;
	background-color: #fbfbfb;
	background-image: linear-gradient(#FCFCFC,#FBFBFB,#F5F5F5,#F0F0F0);
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	font-size: 1em;
	font-weight: 500;
}

.padding-0 {
	padding: 0!important;
}

.wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0!important;
	overflow: hidden;
}

button:focus {
	outline: none!important;
}

.header-scrolled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #fff!important;
	-webkit-box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
	box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
}

.header-scrolled .navbar-brand img {
	width: 125px;
	height: auto;
}

.header-scrolled .nav-link-number {
	display: none;
}

.navbar {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.navbar-nav {
	align-items: center;
}

.navbar-brand {
	display: flex;
	align-items: center;
}

.navbar-brand img {
	margin-left: 15px;
	width: 155px;
	height: auto;
}

.navbar-brand-menu {
	margin-right: 40px;
}

.menu-navbar-nav {
	width: 100%;
	display: flex;
	justify-content: center;
}

.nav-item {
	margin-left: 15px;
	margin-right: 15px;
}

.navbar-nav:not(.menu-navbar-nav) .nav-item:last-of-type {
	margin-left: 0!important;
	margin-right: 0!important;
}

.nav-item .nav-link {
	text-align: right;
}

.nav-item .nav-link:hover .nav-link-number {
	color: #ff3e81!important;
}

.nav-item .nav-link:hover .nav-link-menu {
	color: #ff3e81!important;
}

.nav-link-number {
	font-family: UniNeueRegular;
	font-weight: 200!important;
	font-size: 12px;
	color: #ccc;
	letter-spacing: 1.5px;
	line-height: 1;
}

.nav-link-menu {
	font-family: UniNeueRegular;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	line-height: 1;
}

.learn-more-btn {
	background-color: #3a88ec;
	font-size: 18px;
	font-family: UniNeueRegular;
	font-weight: 600;
	color: #fff;
	padding: 12px 40px!important;
	border-radius: 100px;
}

.learn-more-btn:hover {
	color: #fff;
	background-color: #ff3e81;
}

.btn-invert {
	background-color: #ff3e81!important;
}

.btn-invert:hover {
	background-color: #3a88ec!important;
}

.navbar-toggler-icon {
	background-image: url(../images/menu.png);
}

@media screen and (max-width:991.98px) {
	.navbar {
		background-color: #fff;
		-webkit-box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
		box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
	}

	.navbar-brand img {
		width: 100px!important;
		padding: 10px 0;
	}

	.header-scrolled {
		height: inherit;
	}
}

@media screen and (max-width:575.98px) {
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}

	.menu-navbar-nav {
		padding-bottom: 10px;
	}
}

.header {
	display: flex;
	width: 100%;
	padding: 175px 0 25px;
	justify-content: center;
	align-items: center;
}

.header-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.header-img-section img {
	width: 100%;
}

.header-subtitle {
	font-family: UniNeueRegular;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 10px;
}

.header-title {
	font-family: UniNeueBlack;
	font-weight: 800;
	font-size: 3.5em;
	line-height: 1;
	padding-bottom: 25px;
	color: #303669;
}

.header-title-text {
	font-family: UniNeueRegular;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	padding-bottom: 15px;
}

.learn-more-btn-section {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 20px;
}

@media screen and (max-width:991.98px) {
	.header-container {
		flex-direction: column;
	}

	.header-title-section {
		text-align: center;
		margin-top: 40px;
	}

	.navbar-collapse {
		background-color: #fff;
		color: #505050;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.navbar-collapse .nav-link-menu {
		color: #505050;
	}

	.nav-link-number {
		color: #fff;
		display: none;
	}

	.nav-link-menu {
		color: #fff;
	}

	.learn-more-btn-section {
		justify-content: center;
	}
}

@media screen and (max-width:799.98px) {
	.header {
		height: auto;
		padding-top: 20%;
	}
}

@media screen and (max-width:499.98px) {
	.header {
		padding-top: 30%;
	}

	.header-subtitle {
		font-size: 24px;
	}

	.header-title {
		font-size: 46px;
	}

	.header-title-text {
		font-size: 18px;
	}
}

.strategy-section {
	position: relative;
}

.strategy-section-bg-graphics-section {
	position: absolute;
	width: 22%;
	right: -5%;
	top: -45%;
}

.strategy-section-bg-graphics-section img {
	width: 100%;
}

.strategy-container {
	position: relative;
	display: flex;
	padding-top: 25px;
	padding-bottom: 25px;
	flex-wrap: wrap;
}

.strategy-card-section {
	margin-top: 40px;
	margin-bottom: 40px;
}

.strategy-card {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.strategy-card img {
	height: 80px;
}

.strategy-card h2 {
	color: #303669;
	font-family: UniNeueBlack;
	font-weight: 700;
	font-size: 18px;
	line-height: 3;
}

.strategy-card p {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-family: UniNeueRegular;
	font-weight: 300;
	max-width: 300px;
}

@media screen and (max-width:576.98px) {
	.strategy-container {
		flex-direction: column;
	}
}

.services-section {
	position: relative;
}

.services-section-bg-graphics {
	position: absolute;
	width: 25%;
	left: -17%;
	top: -20%;
}

.services-section-bg-graphics img {
	width: 100%;
}

.services-container {
	position: relative;
	display: flex;
	padding-top: 55px;
	padding-bottom: 55px;
	flex-wrap: wrap;
}

.services-header-img-section img {
	width: 100%;
}

.services-title-section {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	width: 100%;
}

.services-subtitle {
	font-family: UniNeueRegular;
	font-size: 22px;
	font-weight: 400;
	line-height: 2;
}

.services-title {
	font-family: UniNeueBlack;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #303669;
	margin-bottom: 20px;
}

.services-text {
	font-family: UniNeueRegular;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 20px;
}

.services-accordion .accordion {
	font-size: 18px;
	font-family: UniNeueRegular;
	font-weight: 600;
	color: #fff;
	background-color: #3a88ec;
	border-radius: 50px;
	padding: 10px 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.services-accordion .accordion::after {
	color: #fff!important;
}

.accordion:active,.accordion:hover {
	background-color: #78c2ff!important;
}

.services-accordion .panel {
	background-color: transparent!important;
}

.services-accordion .panel p {
	color: #a5a5a5;
	font-family: UniNeueRegular;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

@media screen and (max-width:991.98px) {
	.services-section .services-container {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.services-container img {
		margin-bottom: 25px;
	}

	.services-title-section {
		text-align: center;
	}
}

.pricing-section {
	display: flex;
	padding-top: 55px;
	padding-bottom: 55px;
	flex-wrap: wrap;
	position: relative;
}

.pricing-section-left-bg-graphics {
	position: absolute;
	top: -15%;
	right: -10%;
	z-index: -1;
}

.pricing-section-left-bg-graphics img {
	width: 100%;
}

.pricing-section-right-bg-graphics {
	position: absolute;
	left: -5%;
	bottom: -10%;
}

.pricing-section-right-bg-graphics img {
	width: 100%;
}

.pricing-container {
	background-color: transparent;
}

.pricing-title {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.pricing-title h2 {
	font-family: UniNeueBlack;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #303669;
	margin-bottom: 20px;
}

.pricing-title p {
	font-family: UniNeueRegular;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	max-width: 700px;
}

.pricing-plan-cards-section {
	display: flex;
	flex-direction: row;
	padding-top: 25px;
	padding-bottom: 25px;
	justify-content: center;
	align-items: center;
}

.pricing-card-section {
	padding: 20px;
}

.pricing-card {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 45px 40px 55px;
	border-radius: 50px;
	text-align: center;
}

.pricing-card:hover {
	box-shadow: 0 3px 47px rgba(0,0,0,.15);
	cursor: pointer;
}

.pricing-rate {
	color: #303669;
	font-weight: 800;
	font-family: UniNeueBlack;
	font-size: 59px;
	line-height: 1;
}

.featured {
	border: 7px dashed #78c2ff;
}

.featured .pricing-rate:before {
	content: "Popular";
	display: block;
	width: 95px;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto 15px;
	border-radius: 100px;
	text-transform: uppercase;
	color: #fff;
	background-color: #78c2ff;
	padding: 10px 15px;
}

.pricing-period {
	font-size: 18px;
	font-family: UniNeueRegular;
	font-weight: 600;
	color: #78c2ff;
}

.pricing-text {
	font-size: 18px;
	font-family: UniNeueRegular;
	font-weight: 400;
	color: #000;
	margin-top: 20px;
}

.pricing-all-plan-features-section {
	text-align: left;
	width: 100%;
	display: flex;
	margin: 15px 0;
}

.pricing-all-plan-features-section ul {
	list-style: none;
	padding-left: 20px;
}

.pricing-all-plan-features-section li {
	font-size: 14px;
	color: #000;
	font-family: UniNeueRegular;
	font-weight: 300;
	line-height: 2;
	background: url(../images/pricing-section-true.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;
	text-align: left;
	margin-top: 5px;
}

.basic-plan-features-section li:nth-child(3) {
	background: url(../images/pricing-section-false.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;
}

.basic-plan-features-section li:nth-child(4) {
	background: url(../../../../../../../images/pricing-section-false.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;
}

.medium-plan-features-section li:nth-child(4) {
	background: url(../../../../../../../images/pricing-section-false.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;
}

@media screen and (max-width:991.98px) {
	.pricing-plan-cards-section {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.pricing-title p {
		max-width: 428px;
	}
}

.clients-section {
	display: flex;
	background-color: transparent;
}

.clients-title-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center;
}

.clients-subtitle {
	font-family: UniNeueRegular;
	font-size: 22px;
	font-weight: 400;
	line-height: 2;
}

.clients-title {
	font-family: UniNeueBlack;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #303669;
	margin-bottom: 20px;
}

.client-logo-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}

.client-logo-section img {
	height: 105px;
	width: auto!important;
}

.owl-theme .owl-nav {
	display: none;
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #ccc!important;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #3a88ec!important;
}

.blog-section {
	display: flex;
	padding-top: 55px;
	padding-bottom: 55px;
	position: relative;
}

.blog-section-right-bg {
	position: absolute;
	top: 5%;
	right: 0%;
}

.blog-section-left-bg {
	position: absolute;
	bottom: 5%;
	left: 5%;
}

.blog-container {
	position: relative;
}

.blog-title-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center;
}

.blog-subtitle {
	font-family: UniNeueRegular;
	font-size: 22px;
	font-weight: 400;
	line-height: 2;
}

.blog-title {
	font-family: UniNeueBlack;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #303669;
	margin-bottom: 0;
}

.blog-posts-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap:wrap;
}

.blog-post-card-container {
	padding: 20px;
}

.blog-post-card {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 50px;
	padding: 55px 40px;
}

.blog-post-card:hover {
	box-shadow: 0 3px 17px rgba(0,0,0,.15);
	cursor: pointer;
	background-color: #fff;
}

.blog-post-icon {
	margin-top: 10px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
}

.blog-post-icon img {
	width: 100%;
}

.blog-post-title {
	font-size: 20px;
	color: #303669;
	font-family: UniNeueBlack;
	font-weight: 700;
	line-height: 2;
}

.blog-post-subtitle {
	font-size: 18px;
	color: #ccc;
	font-family: UniNeueBlack;
	line-height: 1;
	margin-bottom: 10px;
}

.blog-post-text {
	font-size: 14px;
	color: #000;
	font-family: UniNeueRegular;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog-post-link {
	color: #a4c4f3;
	font-size: 18px;
	font-family: UniNeueBlack;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px;
}

.blog-post-link:hover {
	color: #ff3e81;
	text-decoration: none;
}

@media screen and (max-width:991.98px) {
	.blog-posts-section {
		flex-direction: column;
	}
}

.contact-section {
	padding-top: 55px;
	padding-bottom: 90px;
}

.contact-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact-header-img-section {
	padding: 20px;
}

.contact-header-img img {
	width: 100%;
}

.contact-title-section {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	width: 100%;
}

.contact-subtitle {
	font-family: UniNeueRegular;
	font-size: 22px;
	font-weight: 400;
	line-height: 2;
}

.contact-title {
	font-family: UniNeueBlack;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #303669;
	margin-bottom: 20px;
}

.contact-text {
	font-family: UniNeueRegular;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media screen and (max-width:991.98px) {
	.contact-container {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

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

.footer-section {
	padding-top: 75px;
	padding-bottom: 55px;
	margin-bottom: 0!important;
	position: relative;
	background-color: #303669;
	color: #fff;
}

.footer-section a {
	color: #d4e5ff;
}

.footer-section-bg-graphics {
	position: absolute;
	right: -10%;
	bottom: 0%;
}

.footer-container {
	display: flex;
	position: relative;
}

.footer-logo {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	padding-right: 40px;
}

.footer-logo img {
	width: 125px;
	margin-bottom: 15px;
}

.footer-logo p {
	max-width: 250px;
	font-family: UniNeueRegular;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}

.footer-form {
	padding-right: 0!important;
}

.footer-subsection {
	padding-left: 40px;
	padding-right: 40px;
}

.footer-subsection-title {
	font-size: 27px;
	font-family: UniNeueRegular;
	font-weight: 700;
	color: #fff;
	line-height: 2.2;
	margin-bottom: 10px;
}

.footer-subsection-text {
	font-family: UniNeueBlack;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.footer-subsection-2-1 {
	margin-bottom: 20px;
}

.footer-subsection-2-2 {
	margin-bottom: 20px;
}

.footer-subsection-list {
	list-style: none;
	padding-left: 28px;
}

.footer-subsection-list li {
	font-size: 16px;
	color: #fff;
	font-family: UniNeueBlack;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	margin-top: 10px;
	display: table-row;
}

.footer-subsection-list li:after {
	content: "";
	display: block;
	margin-bottom: 10px;
}

.footer-subsection-list li:nth-child(1):before {
	font-family: fontawesome;
	content: "\f041";
	font-size: 25px;
	line-height: 1.25;
	left: 41px;
	position: absolute;
	display: table-cell;
	color: #a4c4f3;
}

.footer-subsection-list li:nth-child(2):before {
	font-family: fontawesome;
	content: "\f095";
	font-size: 20px;
	line-height: 1.25;
	left: 41px;
	position: absolute;
	display: table-cell;
	color: #a4c4f3;
}

.footer-subsection-list li:nth-child(3):before {
	font-family: fontawesome;
	content: "\f0e0";
	font-size: 17px;
	line-height: 1.25;
	left: 41px;
	position: absolute;
	display: table-cell;
	color: #a4c4f3;
}

.footer-subsection-list-call {
	color: #fff;
}

.footer-subsection-list-email {
	color: #fff;
}

.footer-subsection-list-call:hover {
	color: #ff3e81;
	text-decoration: none;
}

.footer-subsection-list-email:hover {
	color: #ff3e81;
	text-decoration: none;
}

.footer-social-media-icons-section {
	display: flex;
}

.footer-social-media-icon {
	justify-content: center;
	align-items: center;
	padding-right: 25px;
}

.footer-social-media-icon .fa {
	color: #fff;
	font-size: 29px;
	text-decoration: none!important;
}

.footer-social-media-icon .fa:hover {
	color: #3a88ec;
}

.footer-credits {
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.footer-credits p {
	font-size: 16px;
	font-weight: 400;
	color: #d4e5ff;
	font-family: UniNeueBlack;
	line-height: 1;
}

.footer-credits a {
	font-weight: 700;
}

@media screen and (max-width:991.98px) {
	.footer-container {
		flex-wrap: wrap;
	}

	.footer-logo {
		padding-left: 40px;
	}

	.footer-form {
		padding-right: 40px!important;
	}

	.footer-subsection-form-input {
		width: 85%;
	}
}

@media (min-width: 1200px) {
.container {
    max-width: 1640px;
}
}