@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}
.loader {
	align-items: center;
	background: #ebf3fa;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000000;
}
.loader .loading {
	width: 100px;
	height: 100px;
}
.loader .loading__ring {
	position: absolute;
	width: 100px;
	height: 100px;
}
.loader .loading__ring:first-child {
	transform: skew(30deg, 20deg);
}
.loader .loading__ring:last-child {
	transform: skew(-30deg, -20deg) scale(-1, 1);
}
.loader .loading__ring:last-child svg {
	animation-delay: -0.5s;
}
.loader .loading__ring svg {
	animation: rotate 1s linear infinite;
	fill: rgba(0, 0, 0, 0.2);
}

@font-face {
	font-family: 'CircularStdBook';
	src: url('../fonts//CircularStdBook.woff') format('woff'), url('../fonts//CircularStdBook.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CircularStdBold';
	src: url('../fonts//CircularStdBold.woff') format('woff'), url('../fonts//CircularStdBold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SouvenirStdDemi';
	src: url('../fonts//SouvenirStdDemi.woff') format('woff'), url('../fonts//SouvenirStdDemi.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SouvenirStdMedium';
	src: url('../fonts//SouvenirStdMedium.woff') format('woff'), url('../fonts//SouvenirStdMedium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SouvenirStdMediumItalic';
	src: url('../fonts//SouvenirStdMediumItalic.woff') format('woff'), url('../fonts//SouvenirStdMediumItalic.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
h2,
.h2 {
	color: #33333d;
	font: 18px SouvenirStdDemi;
	letter-spacing: -0.0052em;
	margin: 0 0 10px;
}
h2 a,
.h2 a {
	color: inherit !important;
	text-decoration: none !important;
}

h3,
.h3 {
	color: #006ba1;
	font: 700 12px/1.35 'Open Sans', sans-serif;
	margin: 0;
}
h3 a,
.h3 a {
	color: inherit !important;
	text-decoration: none !important;
}

p,
.glance-table ul ul li,
.faqs .accordion .card .card-header,
.footer ul li {
	color: #7b7f87;
	font: 14px/1.35 'Open Sans', sans-serif;
}
p:last-child,
.glance-table ul ul li:last-child,
.faqs .accordion .card .card-header:last-child,
.footer ul li:last-child {
	margin-bottom: 0;
}
p a,
.glance-table ul ul li a,
.faqs .accordion .card .card-header a,
.footer ul li a {
	color: inherit;
	text-decoration: none;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	backface-visibility: hidden;
	display: flex;
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	display: flex;
	flex: 1 0 auto;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-dots {
	margin: 40px 0 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	outline: 0 none;
}
.owl-carousel .owl-dots .owl-dot span {
	background: #000;
	backface-visibility: visible;
	border-radius: 30px;
	display: block;
	height: 10px;
	margin: 0 5px;
	width: 10px;
}
@media (min-width: 768px) {
	.owl-carousel .owl-dots .owl-dot span {
		height: 14px;
		margin: 0 10px;
		width: 14px;
	}
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #fff757;
}
.owl-carousel .owl-dots .owl-dot:hover span {
	background: rgba(255, 247, 87, 0.8);
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	cursor: pointer;
	user-select: none;
}
.owl-carousel .owl-nav button {
	margin-top: -22px;
	position: absolute;
	top: 50%;
}
.owl-carousel .owl-nav button.owl-prev {
	right: calc(100% + 20px);
}
.owl-carousel .owl-nav button.owl-next {
	left: calc(100% + 20px);
}
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	background: url(../images/play-vid-icon.svg) no-repeat;
	background-size: 100%;
	cursor: pointer;
	z-index: 1;
	backface-visibility: hidden;
	transform: translate(-50%, -50%);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.announcement {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 25px 35px;
	position: absolute;
	right: 20px;
	top: 560px;
	width: calc(100% - 40px);
	z-index: 10000;
}
@media (min-width: 576px) {
	.announcement {
		width: 540px;
	}
}
.announcement .close-box {
	color: #707070;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
}
.announcement .img {
	margin-bottom: 20px;
}
@media (min-width: 576px) {
	.announcement .img {
		margin-bottom: 0;
		margin-right: 25px;
	}
}
.announcement h2 {
	color: #33333d;
	font: 16px SouvenirStdDemi;
	letter-spacing: -0.0052em;
	margin: 0;
}
.announcement p,
.announcement .glance-table ul ul li,
.glance-table ul ul .announcement li,
.announcement .faqs .accordion .card .card-header,
.faqs .accordion .card .announcement .card-header,
.announcement .footer ul li,
.footer ul .announcement li {
	color: #7b7f87;
	font: 14px/1.4 'Open Sans', sans-serif;
	margin: 10px 0 0;
}
.announcement .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	margin-top: 20px;
}
@media (min-width: 1025px) {
	.announcement .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.announcement .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.announcement .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.announcement .cta.green:hover {
	background: #508b37;
}
.announcement .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}

.header {
	left: 0;
	padding: 10px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.header .logo {
	user-select: none;
	white-space: nowrap;
}
.header .logo .logo-sr {
	padding-right: 10px;
}
@media (min-width: 1025px) {
	.header .logo .logo-sr {
		padding-right: 20px;
	}
}
.header .logo .logo-sr img {
	height: 58px;
	width: auto;
}
@media (min-width: 768px) {
	.header .logo .logo-sr img {
		height: 140px;
	}
}
.header .logo h2 {
	margin: 0;
	color: #006ba1;
	font: 31px SouvenirStdMedium;
}
@media (min-width: 768px) {
	.header .logo h2 {
		font-size: 31px;
	}
}
.header .logo h3 {
	color: #006ba1;
	font: 600 16px 'Source Sans Pro', sans-serif;
	margin: 0;
}
@media (min-width: 768px) {
	.header .logo h3 {
		font-size: 18px;
	}
}
.header .logo a {
	text-decoration: none;
}
.header .menu {
	cursor: pointer;
}
@media (min-width: 768px) {
	.header .menu {
		margin-right: 10px;
	}
}
.header .menu .cross-icon {
	color: #517282;
	display: none;
	font-size: 28px;
	width: 24px;
}
.header .menu .text {
	color: #517282;
	font: 600 16px 'Source Sans Pro', sans-serif;
	padding-right: 10px;
}
.header .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	margin-left: 10px;
}
@media (min-width: 1025px) {
	.header .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.header .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.header .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.header .cta.green:hover {
	background: #508b37;
}
.header .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}
.header .nav-link {
	background: #006ba1;
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}
@media (min-width: 1366px) {
	.header .nav-link {
		left: 50%;
		transform: translateX(-50%);
		width: 1366px;
	}
}
.header .nav-link .nav {
	padding: 10px 0;
}
@media (min-width: 768px) {
	.header .nav-link .nav {
		padding: 0;
	}
}
.header .nav-link .nav li {
	font: 600 16px/1.18 'Source Sans Pro', sans-serif;
	padding: 10px 0;
}
@media (min-width: 768px) {
	.header .nav-link .nav li {
		margin: 10px 0 10px 20px;
	}
}
@media (min-width: 1025px) {
	.header .nav-link .nav li {
		margin: 20px 0 20px 30px;
	}
}
.header .nav-link .nav li a {
	color: #fff;
	text-decoration: none;
}

.hero {
	position: relative;
	z-index: 10;
}
.hero .bg-hero {
	background: #ebf3fa;
}
@media (min-width: 768px) {
	.hero .bg-hero {
		background: none;
	}
}
.hero .bg-color {
	background: #ebf3fa;
	border-bottom-left-radius: 35px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.hero .bg-color {
		border-bottom-left-radius: 70px;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.hero .bg-color .curve-bg {
		bottom: 0;
		position: absolute;
		right: -265px;
	}
}
@media (min-width: 768px) {
	.hero .bg-color .img-hero {
		bottom: 0;
		position: absolute;
		right: 0;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.hero .bg-color .img-hero.faq-bg {
		right: -60px;
	}
	.hero .bg-color .img-hero.contact-bg {
		right: 30px;
	}
}
@media (min-width: 1025px) {
	.hero .bg-color .img-hero {
		right: 112px;
		width: auto;
	}
}
@media (max-width: 767px) {
	.hero .bg-color.bg-course-mob {
		position: absolute;
		right: 0;
		top: 50%;
		z-index: -1;
		height: 400px;
	}
}
.hero .copy {
	padding-bottom: 30px;
	padding-top: 120px;
}
@media (min-width: 768px) {
	.hero .copy {
		min-height: 500px;
		padding-bottom: 40px;
		padding-top: 160px;
	}
}
.hero h1 {
	color: #094b6d;
	font: 36px SouvenirStdDemi;
	letter-spacing: -0.052em;
	margin: 0;
}
@media (min-width: 768px) {
	.hero h1 {
		font-size: 44px;
	}
}
@media (min-width: 1025px) {
	.hero h1 {
		font-size: 55px;
	}
}
.hero h1 strong {
	font-family: SouvenirStdDemi;
}
.hero h1.souvenir {
	font-family: SouvenirStdDemi;
	letter-spacing: normal;
}
.hero h1.souvenir strong {
	font-family: inherit;
}
.hero p,
.hero .glance-table ul ul li,
.glance-table ul ul .hero li,
.hero .faqs .accordion .card .card-header,
.faqs .accordion .card .hero .card-header,
.hero .footer ul li,
.footer ul .hero li {
	color: #7b7f87;
	font: 14px/1.35 'Open Sans', sans-serif;
	margin: 15px 0 0;
}
@media (min-width: 768px) {
	.hero p,
	.hero .glance-table ul ul li,
	.glance-table ul ul .hero li,
	.hero .faqs .accordion .card .card-header,
	.faqs .accordion .card .hero .card-header,
	.hero .footer ul li,
	.footer ul .hero li {
		font-size: 16px;
	}
}
.hero.hero-course h1 {
	color: #33333d;
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.hero.hero-course h1 {
		margin-bottom: 40px;
	}
}
@media (min-width: 1025px) {
	.hero.hero-course h1 {
		font-size: 48px;
	}
}
.hero.hero-course p:first-child,
.hero.hero-course .glance-table ul ul li:first-child,
.glance-table ul ul .hero.hero-course li:first-child,
.hero.hero-course .faqs .accordion .card .card-header:first-child,
.faqs .accordion .card .hero.hero-course .card-header:first-child,
.hero.hero-course .footer ul li:first-child,
.footer ul .hero.hero-course li:first-child {
	margin-top: 0;
}
.hero.hero-course .course-info {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.hero.hero-course .course-info {
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	.hero.hero-course .course-info ul {
		margin-bottom: -10px;
	}
}
.hero.hero-course .course-info ul li {
	color: rgba(28, 4, 4, 0.6);
	font: 14px/1 'Source Sans Pro', sans-serif;
}
@media (max-width: 991px) {
	.hero.hero-course .course-info ul li {
		flex: 0 0 50%;
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.hero.hero-course .course-info ul li {
		margin-right: 25px;
	}
}
.hero.hero-course .course-info ul li .icon {
	margin-right: 5px;
}
.hero.hero-course .course-info ul li:last-child {
	margin-right: 0;
}
.hero.hero-course .share {
	color: #517282;
	border: 1px solid #94aebb;
	border-radius: 6px;
	font: 600 16px/1 'Source Sans Pro', sans-serif;
	margin-top: 40px;
	padding: 10px 18px;
	text-decoration: none;
}
.hero.hero-course .share img {
	margin-right: 8px;
}
.hero.hero-course .course-box {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.hero.hero-course .course-box {
		margin-bottom: -145px;
		margin-top: 160px;
	}
}
.hero.hero-course .course-box .course-meta {
	padding: 30px 25px;
}
.hero.hero-course .course-box h2 {
	color: #7b7f87;
	font: 700 16px/1 'Source Sans Pro', sans-serif;
}
.hero.hero-course .course-box ul li {
	color: #7b7f87;
	font: 16px/1 'Source Sans Pro', sans-serif;
	margin-top: 15px;
}
.hero.hero-course .course-box ul li .icon {
	align-items: center;
	display: flex;
	height: 18px;
	justify-content: center;
	margin-right: 8px;
	width: 18px;
}
.hero.hero-course .course-box .cta-box {
	margin-top: 35px;
}
.hero.hero-course .course-box .cta-box span {
	color: #7b7f87;
	font: 14px 'Source Sans Pro', sans-serif;
	margin-top: 10px;
}
.hero.hero-course .course-box .cta-box .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	margin-top: 10px;
}
@media (min-width: 1025px) {
	.hero.hero-course .course-box .cta-box .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.hero.hero-course .course-box .cta-box .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.hero.hero-course .course-box .cta-box .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.hero.hero-course .course-box .cta-box .cta.green:hover {
	background: #508b37;
}
.hero.hero-course .course-box .cta-box .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}
@media (min-width: 768px) {
	.hero.short .copy {
		min-height: 360px;
		padding-bottom: 40px;
		padding-top: 160px;
	}
	.hero.short h1 {
		font-size: 48px;
	}
}
@media (min-width: 768px) {
	.hero.hero-contact {
		margin-bottom: 300px;
	}
}
.hero.hero-contact h2 {
	color: #7b7f87;
	font: 700 16px 'Open Sans', sans-serif;
	margin: 30px 0 0;
}
.hero.hero-contact .copy {
	min-height: 1px;
}
.hero.hero-contact .contact-form {
	background: #fff;
	border-radius: 6px;
	padding: 15px;
}
@media (min-width: 768px) {
	.hero.hero-contact .contact-form {
		margin-bottom: -200px;
		margin-top: 160px;
		padding: 25px;
	}
}
.hero.hero-contact .contact-form h2 {
	margin: 0 0 30px 0;
	color: rgba(51, 51, 61, 0.9);
	font: 21px SouvenirStdDemi;
}
.hero.hero-contact .contact-form label {
	color: rgba(51, 51, 61, 0.9);
	font: 700 14px 'Open Sans', sans-serif;
}
.hero.hero-contact .contact-form textarea {
	height: 120px;
}
.hero.hero-contact .contact-form .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
}
@media (min-width: 1025px) {
	.hero.hero-contact .contact-form .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.hero.hero-contact .contact-form .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.hero.hero-contact .contact-form .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.hero.hero-contact .contact-form .cta.green:hover {
	background: #508b37;
}
.hero.hero-contact .contact-form .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}

.sec {
	padding: 40px 0;
}
@media (min-width: 768px) {
	.sec {
		padding: 80px 0;
	}
}
@media (min-width: 768px) {
	.sec.after-hero {
		margin-top: 60px;
	}
}
.sec.bg-blue {
	background: #f5f8fb;
}
.sec.bg-blue .head-main h2 {
	background: #f5f8fb;
}

.head-main {
	margin-bottom: 30px;
	position: relative;
	z-index: 5;
}
@media (min-width: 768px) {
	.head-main {
		margin-bottom: 60px;
	}
}
.head-main h2 {
	background: #fff;
	color: rgba(51, 51, 61, 0.9);
	display: inline-block;
	font: 24px SouvenirStdDemi;
	margin: 0;
	padding-right: 25px;
	vertical-align: top;
}
@media (min-width: 768px) {
	.head-main h2 {
		font-size: 34px;
		padding-right: 60px;
	}
}
.head-main hr {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: -1;
	border-color: rgba(112, 112, 112, 0.5);
}

@media (min-width: 768px) {
	.faculty-slider {
		padding-bottom: 70px;
	}
}
.faculty-slider .head-main {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.faculty-slider .head-main {
		margin-bottom: 45px;
	}
}
.faculty-slider .slider-faculty {
	margin-left: -7.5px;
	width: calc(100% + 15px);
}
.faculty-slider .slider-faculty .box {
	border-radius: 6px;
	overflow: hidden;
	text-decoration: none;
}
.faculty-slider .slider-faculty .box .date-tag {
	margin-bottom: 10px;
}
.faculty-slider .slider-faculty .box .date-tag .date {
	color: #b4afb1;
	font: 14px/1.18 'Source Sans Pro', sans-serif;
	letter-spacing: -0.0052em;
	margin-right: 20px;
}
.faculty-slider .slider-faculty .box .date-tag .date img {
	opacity: 0.5;
	height: 16px;
	margin-right: 8px;
	width: 16px;
}
.faculty-slider .slider-faculty .box .date-tag .tag {
	background: #dfefff;
	border-radius: 20px;
	color: #33333d;
	display: block;
	font: 700 12px/1 'Source Sans Pro', sans-serif;
	letter-spacing: -0.0052em;
	padding: 5px 10px;
	text-decoration: none;
}
.faculty-slider .slider-faculty .box .copy {
	padding: 15px;
}
@media (min-width: 768px) {
	.faculty-slider .slider-faculty .box .copy {
		padding: 15px 25px 30px;
	}
}
.faculty-slider .slider-faculty .box .cta-row {
	margin-top: 25px;
}
.faculty-slider .slider-faculty .box .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	margin-right: 10px;
}
@media (min-width: 1025px) {
	.faculty-slider .slider-faculty .box .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.faculty-slider .slider-faculty .box .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.faculty-slider .slider-faculty .box .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.faculty-slider .slider-faculty .box .cta.green:hover {
	background: #508b37;
}
.faculty-slider .slider-faculty .box .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}
@media (min-width: 768px) {
	.faculty-slider .slider-faculty .box .cta {
		margin-right: 15px;
	}
}
.faculty-slider .slider-faculty .box .cta:last-child {
	margin-right: 0;
}
.faculty-slider .slider-faculty .box .copy {
	padding: 15px;
}
@media (min-width: 768px) {
	.faculty-slider .slider-faculty .box .copy {
		padding: 15px 10px 20px;
	}
}
.faculty-slider .slider-faculty .box h2 {
	font-size: 16px;
	margin: 0;
}
.faculty-slider .slider-faculty .box p,
.faculty-slider .slider-faculty .box .glance-table ul ul li,
.glance-table ul ul .faculty-slider .slider-faculty .box li,
.faculty-slider .slider-faculty .box .faqs .accordion .card .card-header,
.faqs .accordion .card .faculty-slider .slider-faculty .box .card-header,
.faculty-slider .slider-faculty .box .footer ul li,
.footer ul .faculty-slider .slider-faculty .box li {
	font-size: 12px;
	margin: 15px 0 0;
}
.faculty-slider .owl-carousel .owl-item {
	padding: 15px 7.5px 30px;
}

@media (min-width: 768px) {
	.courses-slider {
		padding-bottom: 70px;
	}
}
.courses-slider .head-main {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.courses-slider .head-main {
		margin-bottom: 45px;
	}
}
.courses-slider .slider-courses {
	margin-left: -15px;
	width: calc(100% + 30px);
}
.courses-slider .slider-courses .box {
	border-radius: 6px;
	overflow: hidden;
}
.courses-slider .slider-courses .box .date-tag {
	margin-bottom: 10px;
}
.courses-slider .slider-courses .box .date-tag .date {
	color: #b4afb1;
	font: 14px/1.18 'Source Sans Pro', sans-serif;
	letter-spacing: -0.0052em;
	margin-right: 20px;
}
.courses-slider .slider-courses .box .date-tag .date img {
	opacity: 0.5;
	height: 16px;
	margin-right: 8px;
	width: 16px;
}
.courses-slider .slider-courses .box .date-tag .tag {
	background: #dfefff;
	border-radius: 20px;
	color: #33333d;
	display: block;
	font: 700 12px/1 'Source Sans Pro', sans-serif;
	letter-spacing: -0.0052em;
	padding: 5px 10px;
	text-decoration: none;
}
.courses-slider .slider-courses .box .copy {
	padding: 15px;
}
@media (min-width: 768px) {
	.courses-slider .slider-courses .box .copy {
		padding: 15px 25px 30px;
	}
}
.courses-slider .slider-courses .box .cta-row {
	margin-top: 25px;
}
.courses-slider .slider-courses .box .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	margin-right: 10px;
}
@media (min-width: 1025px) {
	.courses-slider .slider-courses .box .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.courses-slider .slider-courses .box .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.courses-slider .slider-courses .box .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.courses-slider .slider-courses .box .cta.green:hover {
	background: #508b37;
}
.courses-slider .slider-courses .box .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}
@media (min-width: 768px) {
	.courses-slider .slider-courses .box .cta {
		margin-right: 15px;
	}
}
.courses-slider .slider-courses .box .cta:last-child {
	margin-right: 0;
}
.courses-slider .owl-carousel .owl-item {
	padding: 15px 15px 30px;
}

.latest-news .box {
	border-radius: 6px;
	overflow: hidden;
}
.latest-news .box .img {
	flex: 0 0 33%;
}
@media (min-width: 768px) {
	.latest-news .box .img img {
		object-fit: cover;
		height: 100%;
	}
}
.latest-news .box .copy {
	padding: 15px;
}
@media (min-width: 768px) {
	.latest-news .box .copy {
		padding: 20px;
	}
}
.latest-news .box .copy h2 {
	color: #33333d;
	font: 16px SouvenirStdDemi;
	letter-spacing: -0.0052em;
	margin: 0 0 10px;
}
.latest-news .box .copy p,
.latest-news .box .copy .glance-table ul ul li,
.glance-table ul ul .latest-news .box .copy li,
.latest-news .box .copy .faqs .accordion .card .card-header,
.faqs .accordion .card .latest-news .box .copy .card-header,
.latest-news .box .copy .footer ul li,
.footer ul .latest-news .box .copy li {
	color: #7b7f87;
	font: 14px/1.35 'Open Sans', sans-serif;
}
.latest-news .box .copy .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	margin-top: 20px;
}
@media (min-width: 1025px) {
	.latest-news .box .copy .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.latest-news .box .copy .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.latest-news .box .copy .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.latest-news .box .copy .cta.green:hover {
	background: #508b37;
}
.latest-news .box .copy .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.latest-news .box {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.courses-card .container-courses [class*='col-'] {
	margin-top: 30px;
}
.courses-card .container-courses .box {
	border-radius: 6px;
	overflow: hidden;
}
.courses-card .container-courses .box .date-tag {
	margin-bottom: 10px;
}
.courses-card .container-courses .box .date-tag .date {
	color: #b4afb1;
	font: 14px/1.18 'Source Sans Pro', sans-serif;
	letter-spacing: -0.0052em;
	margin-right: 20px;
}
.courses-card .container-courses .box .date-tag .date img {
	opacity: 0.5;
	height: 16px;
	margin-right: 8px;
	width: 16px;
}
.courses-card .container-courses .box .date-tag .tag {
	background: #dfefff;
	border-radius: 20px;
	color: #33333d;
	display: block;
	font: 700 12px/1 'Source Sans Pro', sans-serif;
	letter-spacing: -0.0052em;
	padding: 5px 10px;
	text-decoration: none;
}
.courses-card .container-courses .box .copy {
	padding: 15px;
}
@media (min-width: 768px) {
	.courses-card .container-courses .box .copy {
		padding: 15px 25px 30px;
	}
}
.courses-card .container-courses .box .cta-row {
	margin-top: 25px;
}
.courses-card .container-courses .box .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	margin-right: 10px;
}
@media (min-width: 1025px) {
	.courses-card .container-courses .box .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.courses-card .container-courses .box .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.courses-card .container-courses .box .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.courses-card .container-courses .box .cta.green:hover {
	background: #508b37;
}
.courses-card .container-courses .box .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}
@media (min-width: 768px) {
	.courses-card .container-courses .box .cta {
		margin-right: 15px;
	}
}
.courses-card .container-courses .box .cta:last-child {
	margin-right: 0;
}

.courses-related .box {
	border-bottom: 1px solid #517282;
	margin-bottom: 35px;
	padding-bottom: 25px;
}
.courses-related .box .img {
	border-radius: 6px;
	float: left;
	height: 70px;
	margin-bottom: 15px;
	margin-right: 15px;
	overflow: hidden;
	width: 70px;
}
@media (min-width: 768px) {
	.courses-related .box .img {
		height: 100px;
		margin-right: 40px;
		width: 100px;
	}
}
@media (min-width: 768px) {
	.courses-related .box .copy {
		padding-left: 140px;
	}
}
.courses-related .box .copy .date-tag {
	margin-top: 15px;
}
.courses-related .box .copy .date-tag .date {
	color: #b4afb1;
	font: 14px/1.18 'Source Sans Pro', sans-serif;
	letter-spacing: -0.0052em;
	margin-right: 20px;
}
.courses-related .box .copy .date-tag .date img {
	opacity: 0.5;
	height: 16px;
	margin-right: 8px;
	width: 16px;
}
.courses-related .box .copy .date-tag .tag {
	background: #dfefff;
	border-radius: 20px;
	color: #33333d;
	display: block;
	font: 700 12px/1 'Source Sans Pro', sans-serif;
	letter-spacing: -0.0052em;
	padding: 5px 10px;
	text-decoration: none;
}
.courses-related .box:last-child {
	margin-bottom: 0;
}

.testimonial {
	padding: 0 0 30px;
}
@media (min-width: 768px) {
	.testimonial {
		background: #f5f8fb;
		padding: 0 0 40px;
	}
}
.testimonial .inner {
	padding: 15px 0;
}
@media (min-width: 768px) {
	.testimonial .inner {
		background-image: url('../images/quote-start.svg'), url('../images/quote-end.svg');
		background-position: 200px 25px, calc(100% - 50px) calc(100% - 25px);
		background-repeat: no-repeat;
		border-radius: 35px;
		padding: 30px;
	}
}
@media (min-width: 992px) {
	.testimonial .inner {
		padding: 60px 70px;
	}
}
.testimonial .img {
	border-radius: 12px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 150px;
}
@media (min-width: 768px) {
	.testimonial .img {
		flex: 0 0 150px;
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.testimonial .copy {
		padding: 0 35px;
	}
}
@media (min-width: 992px) {
	.testimonial .copy {
		padding: 0 65px;
	}
}
.testimonial .copy p,
.testimonial .copy .glance-table ul ul li,
.glance-table ul ul .testimonial .copy li,
.testimonial .copy .faqs .accordion .card .card-header,
.faqs .accordion .card .testimonial .copy .card-header,
.testimonial .copy .footer ul li,
.footer ul .testimonial .copy li {
	font: 16px/1.35 'SouvenirStdMediumItalic';
	margin: 0;
}
@media (min-width: 768px) {
	.testimonial .copy p,
	.testimonial .copy .glance-table ul ul li,
	.glance-table ul ul .testimonial .copy li,
	.testimonial .copy .faqs .accordion .card .card-header,
	.faqs .accordion .card .testimonial .copy .card-header,
	.testimonial .copy .footer ul li,
	.footer ul .testimonial .copy li {
		font-size: 21px;
	}
}
.testimonial .copy .icon.start {
	margin-right: 5px;
}
@media (min-width: 768px) {
	.testimonial .copy .icon.start {
		margin-right: 30px;
	}
}
.testimonial .copy .icon.end {
	margin-left: 5px;
}
@media (min-width: 768px) {
	.testimonial .copy .icon.end {
		margin-left: 10px;
	}
}
.testimonial .copy .icon img {
	height: 11px;
	width: 14px;
}
@media (min-width: 768px) {
	.testimonial .copy .icon img {
		height: 23px;
		width: 29px;
	}
}

.app-message {
	padding: 0;
	position: relative;
}
@media (min-width: 768px) {
	.app-message {
		margin-top: 100px;
	}
}
.app-message .bg-blue-grad {
	background: #006ba1;
	background: linear-gradient(135deg, #006ba1 0%, #00537d 100%);
	border-top-right-radius: 70px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0%;
	width: 100%;
}
.app-message .bg-blue-grad .img-shap {
	position: absolute;
	right: 60px;
	bottom: 0;
}
.app-message h2 {
	font: 24px/1.35 SouvenirStdDemi;
	color: #fff;
}
.app-message p,
.app-message .glance-table ul ul li,
.glance-table ul ul .app-message li,
.app-message .faqs .accordion .card .card-header,
.faqs .accordion .card .app-message .card-header,
.app-message .footer ul li,
.footer ul .app-message li {
	color: #fff;
	font: 16px/1.35 'Open Sans', sans-serif;
}
.app-message .get-app {
	display: flex;
	margin-top: 35px;
}
.app-message .get-app a {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.app-message .get-app a {
		margin-right: 15px;
	}
	.app-message .get-app a:last-child {
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.app-message .img {
		margin-top: -130px;
	}
}

.glance-table {
	padding-bottom: 0;
}
.glance-table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.glance-table ul {
		border-bottom: 1px solid #d4d4d4;
	}
}
@media (max-width: 767px) {
	.glance-table ul li {
		border-top: 1px solid #d4d4d4;
	}
	.glance-table ul li:nth-child(even) {
		background: #f9f9f9;
	}
}
@media (min-width: 768px) {
	.glance-table ul li {
		border-left: 1px solid #d4d4d4;
	}
}
.glance-table ul li.head {
	border-radius: 6px 6px 0 0;
	background: #517282;
	overflow: hidden;
}
.glance-table ul li.head h2 {
	color: #fff;
	margin: 0;
}
.glance-table ul li.head li {
	border-color: #517282;
}
@media (max-width: 767px) {
	.glance-table ul ul {
		border-bottom: 0 none;
	}
}
.glance-table ul ul li {
	padding: 15px;
}
@media (min-width: 768px) {
	.glance-table ul ul li {
		border-bottom: 1px solid #d4d4d4;
		border-left: 0 none;
		flex: 0 0 25%;
		font-size: 16px;
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.glance-table ul ul li {
		background: transparent !important;
		position: relative;
		padding-left: calc(50% + 15px);
		border-right: 1px solid #d4d4d4;
		border-top: 0 none;
	}
	.glance-table ul ul li:before {
		align-items: center;
		background: #517282;
		color: #fff;
		content: attr(title);
		display: flex;
		font: 14px SouvenirStdDemi;
		height: 100%;
		left: 0;
		padding: 15px;
		position: absolute;
		top: 0;
		width: 50%;
	}
}
.glance-table ul ul li:last-child {
	border-right: 1px solid #d4d4d4;
}

.resources {
	padding-bottom: 0;
}
.resources .head-filter {
	border: 1px solid #707070;
	background: #517282;
	padding: 15px;
}
@media (min-width: 768px) {
	.resources .head-filter {
		margin-bottom: 15px;
		padding: 20px 40px;
	}
}
.resources .head-filter h2 {
	color: #fff;
	font: 16px 'Open Sans', sans-serif;
	margin: 0;
}
.resources .box {
	border-radius: 6px;
	margin-top: 30px;
	padding: 15px;
}
@media (min-width: 768px) {
	.resources .box {
		padding: 30px 25px;
	}
}
.resources .box p,
.resources .box .glance-table ul ul li,
.glance-table ul ul .resources .box li,
.resources .box .faqs .accordion .card .card-header,
.faqs .accordion .card .resources .box .card-header,
.resources .box .footer ul li,
.footer ul .resources .box li {
	margin-bottom: 20px;
}
.resources .box .cta {
	background: #dfefff;
	border: 1px solid rgba(148, 174, 187, 0.5);
	border-radius: 6px;
	color: #517282;
	font: 600 14px/1.18 'Source Sans Pro', sans-serif;
	padding: 8px 20px;
	text-decoration: none;
}
@media (min-width: 1025px) {
	.resources .box .cta {
		font-size: 16px;
		padding: 10px 25px;
	}
}
.resources .box .cta.blue {
	background: #006ba1;
	border-color: #006ba1;
	color: #fff;
}
.resources .box .cta.green {
	background: #71b951;
	border-color: #71b951;
	color: #fff;
}
.resources .box .cta.green:hover {
	background: #508b37;
}
.resources .box .cta.link {
	background: none;
	border: none;
	font-weight: 400;
	padding: 0;
}

.faqs {
	padding-bottom: 0;
}
.faqs .accordion .card {
	border-color: #d4d4d4;
}
.faqs .accordion .card .card-header {
	background: #fff;
	border: 0 none;
	padding: 15px 55px 15px 15px;
	position: relative;
}
@media (min-width: 768px) {
	.faqs .accordion .card .card-header {
		font-size: 16px;
		padding: 20px 60px 20px 35px;
	}
}
.faqs .accordion .card .card-header .icon {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
@media (min-width: 768px) {
	.faqs .accordion .card .card-header .icon {
		width: 50px;
	}
}
.faqs .accordion .card .card-header .icon img {
	height: 9px;
	transform: rotateX(180deg);
	width: 16px;
}
.faqs .accordion .card .card-header.collapsed {
	cursor: pointer;
}
.faqs .accordion .card .card-header.collapsed .icon img {
	transform: rotateX(0);
}
.faqs .accordion .card .card-body {
	background: #fff;
	padding: 0 15px 15px;
}
@media (min-width: 768px) {
	.faqs .accordion .card .card-body {
		padding: 0 35px 20px;
	}
}
.faqs .accordion .card:nth-child(2n + 1) .card-header,
.faqs .accordion .card:nth-child(2n + 1) .card-body {
	background: #f9f9f9;
}

.survey-meta label {
	white-space: nowrap;
}

.form-bar {
	border: 1px solid #707070;
	background: #517282;
	padding: 15px;
}
@media (min-width: 768px) {
	.form-bar {
		margin-bottom: 15px;
		padding: 15px 40px;
	}
}
.form-bar h2 {
	color: #fff;
	font: 16px 'Open Sans', sans-serif;
	margin: 0;
}
@media (min-width: 768px) {
	.form-bar h2 {
		font-size: 20px;
	}
}

.field {
	padding: 15px;
	border: 1px solid #dee2e6;
	background: rgba(235, 243, 250, 0.5);
}
.field h2 {
	margin-bottom: 20px;
}
.field table {
	border: 1px solid #dee2e6;
}
.field table tr th {
	background: #ebf3fa;
	border: 1px solid #dee2e6;
}
.field table td {
	border: 1px solid #dee2e6;
}
.field table .rating-item {
	position: relative;
}
.field table .rating-item input {
	height: 20px;
	width: 20px;
	cursor: pointer;
	position: absolute;
	opacity: 0;
	overflow: hidden;
}
.field table .rating-item input + label {
	height: 20px;
	position: relative;
	cursor: pointer;
	user-select: none;
	word-break: break-word;
	pointer-events: none;
	width: 20px;
	margin: 0;
	font: 0/0 arial;
}
.field table .rating-item input + label:before {
	width: 20px;
	height: 20px;
	border: 1px solid;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	transition: border-color 0.15s;
	background-color: #fff;
}
.field table .rating-item input + label:after {
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	content: '';
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	transition: transform 0.2s, opacity 0.2s;
	background: #517282;
}
.field table .rating-item input:checked + label:before {
	border-color: #517282;
}
.field table .rating-item input:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.field:hover {
	border-color: rgba(9, 75, 109, 0.5);
}
.field label {
	font: 15px/24px 'Open Sans', sans-serif;
}
.field input {
	font: 16px 'Open Sans', sans-serif;
}

.footer {
	margin-top: 40px;
}
@media (min-width: 768px) {
	.footer {
		margin-top: 60px;
	}
}
.footer h2 {
	color: #33333d;
	font: 16px SouvenirStdDemi;
	margin: 0 0 15px;
}
.footer p,
.footer .glance-table ul ul li,
.glance-table ul ul .footer li,
.footer .faqs .accordion .card .card-header,
.faqs .accordion .card .footer .card-header,
.footer ul li {
	color: #7b7f87;
	font: 14px/1.35 'Open Sans', sans-serif;
}
.footer ul li {
	margin-top: 10px;
}
.footer ul.social {
	margin-bottom: 40px;
}
.footer ul.social li {
	margin-right: 10px;
}
.footer ul.social li a {
	background: #33333d;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 30px;
	width: 30px;
}
.footer .nnptc-logo {
	margin-bottom: 30px;
	margin-top: 50px;
}
.footer .link {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.footer .link {
		margin-bottom: 60px;
	}
}
.footer .copyright {
	border-top: 1px solid #707070;
	padding: 20px 0;
}
.footer .copyright p,
.glance-table ul ul .footer .copyright li,
.footer .copyright .faqs .accordion .card .card-header,
.faqs .accordion .card .footer .copyright .card-header,
.footer .copyright ul li,
.footer ul .copyright li {
	font: 12px 'Source Sans Pro', sans-serif;
	margin: 0;
}
@media (min-width: 768px) {
	.footer .copyright p,
	.glance-table ul ul .footer .copyright li,
	.footer .copyright .faqs .accordion .card .card-header,
	.faqs .accordion .card .footer .copyright .card-header,
	.footer .copyright ul li,
	.footer ul .copyright li {
		font-size: 16px;
	}
}
.footer a {
	color: inherit;
	text-decoration: none;
}
.footer a:hover {
	color: #33333d;
}

.wrap {
	max-width: 1366px;
	margin: 0 auto;
}

body.loading {
	overflow: hidden;
}

/*Testimonials section*/

.testimonials .testimonial-box {
	border: 1.5px solid #719ad1;
	border-radius: 15px;
	height: 100%;
	position: relative;
}
.testimonials .testimonial-box .img {
	background: #fff;
	margin: 30px 0;
	padding: 2px;
	position: relative;
	z-index: 2;
}
.testimonials .testimonial-box .img.left-quote {
	left: -26px;
}
.testimonials .testimonial-box .img.right-quote {
	right: -26px;
}
.testimonials .testimonial-box .text {
	padding-bottom: 15px;
	padding-top: 15px;
}
.testimonials .testimonial-box .text p,
.testimonials .testimonial-box .text .glance-table ul ul li,
.glance-table ul ul .testimonials .testimonial-box .text li,
.testimonials .testimonial-box .text .faqs .accordion .card .card-header,
.faqs .accordion .card .testimonials .testimonial-box .text .card-header,
.testimonials .testimonial-box .text .footer ul li,
.footer ul .testimonials .testimonial-box .text li {
	color: #4c4c55;
	font-size: 15px;
}
.testimonials .testimonial-box .text p.meta,
.testimonials .testimonial-box .text .glance-table ul ul li.meta,
.glance-table ul ul .testimonials .testimonial-box .text li.meta,
.testimonials .testimonial-box .text .faqs .accordion .card .meta.card-header,
.faqs .accordion .card .testimonials .testimonial-box .text .meta.card-header,
.testimonials .testimonial-box .text .footer ul li.meta,
.footer ul .testimonials .testimonial-box .text li.meta {
	color: #5e8bc8;
	font-size: 14px;
}
.testimonials .testimonial-box:after,
.testimonials .testimonial-box:before {
	content: '';
	background: #fff;
	height: 30px;
	position: absolute;
	width: 35px;
}
.testimonials .testimonial-box:after {
	background: #fff;
	border: 0 none;
	right: 14px;
	top: calc(100% - 30px);
	width: 70px;
}
.testimonials .testimonial-box:before {
	border: 1.5px solid #719ad1;
	right: 40px;
	top: calc(100% - 19px);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
