.article-details .article-intro-image {
	margin-bottom: 30px;
	max-height: 100% !important;
	overflow: hidden;
}

a, a:focus, a:active {
	font-weight: 600;
	color: #452f8d;
}

a:hover {color: #AE92DB;}

::selection {
  background-color: #AE92DB;
  color: #fff; 
}

@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.25rem;
	font-weight: 700;
}

.h2:not([itemprop="headline"]), .h3, .h4, .h5, .h6, h2:not([itemprop="headline"]), h3, h4, h5, h6 {
	margin-top: 1.75rem;
}

@media screen and (max-width: 399px) {
	.h1, h1 {
		font-size: 32px;
	}

	.h2, h2 {
		font-size: 30px;
	}

	.h3, h3 {
		font-size: 28px;
	}

	.h4, h4 {
		font-size: 26px;
	}

	.h5, h5 {
		font-size: 22px;
	}

	.h6, h6 {
		font-size: 20px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1 {
		font-size: 38px;
	}

	.h2, h2 {
		font-size: 34px;
	}

	.h3, h3 {
		font-size: 30px;
	}

	.h4, h4 {
		font-size: 26px;
	}

	.h5, h5 {
		font-size: 24px;
	}

	.h6, h6 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.h1, h1 {
		font-size: 46px;
	}

	.h2, h2 {
		font-size: 40px;
	}

	.h3, h3 {
		font-size: 34px;
	}

	.h4, h4 {
		font-size: 28px;
	}

	.h5, h5 {
		font-size: 24px;
	}

	.h6, h6 {
		font-size: 22px;
	}
}

@media screen and (min-width: 1200px) {
	.h1, h1 {
		font-size: 50px;
	}

	.h2, h2 {
		font-size: 44px;
	}

	.h3, h3 {
		font-size: 38px;
	}

	.h4, h4 {
		font-size: 30px;
	}

	.h5, h5 {
		font-size: 26px;
	}

	.h6, h6 {
		font-size: 22px;
	}
}

.form-control {
    padding: .75rem 1rem;
    border-radius: 0;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: 50px;
	border-radius: 0;
}



/* Header */
.header-sticky {
    position: fixed!important;
    top: 0;
    width: 100%;
	z-index: 9;
}

#sp-logo-and-menu.header-sticky {
    background-color: rgba(250, 245, 239, 0.98);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
	animation: spFadeIn 0.6s;
}

#sp-main-body, #sp-article-modules {
	background-color: #faf5ef;
}

@media screen and (max-width: 767px) {
	#sp-main-body {
		padding: 20px 0 40px 0;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 40px 0;
	}
}



/* Search */
/*for smart search results which adds search term to breadcrumbs*/
#sp-article-header #sp-title li:nth-child(3) {
	display: none;	
}

.fsearch-container button {
	min-width: 60px;
}

.fsearch-input.form-control {
    padding: 1rem;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0px!important;
}

.finder .input-group {
	flex-wrap: nowrap;
}

.finder button {
	white-space: nowrap;
}



/* Buttons */
.pp-button-light-green {
	display: inline-block;
	color: #252525;
	background-color: #d9e8b8;
	padding: 20px 30px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;	
	box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.4);
}

.pp-button-light-green:hover {
	color: #252525;
	background-color: #95c93e;
}

.pp-button-light-green:focus,
.pp-button-light-green:active {
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
	font-weight: 700;	
}

.pp-button-green {
	display: inline-block;
	color: #252525;
	background-color: #95c93e;
	padding: 20px 30px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;	
	box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.4);
}

.pp-button-green:hover {
	color: #252525;
	background-color: #d9e8b8;
}

.pp-button-green:focus,
.pp-button-green:active {
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
	font-weight: 700;	
}

.pp-button-purple {
	display: inline-block;
	color: #252525;
	background-color: #c9b7e1;
	padding: 20px 30px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;	
	box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.4);
}

.pp-button-purple:hover {
	color: #252525;
	background-color: #AE92DB;
}

.pp-button-purple:focus,
.pp-button-purple:active {
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
	font-weight: 700;	
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(7, 2, 26, 0.97)!important;
}

.jconfirm-buttons button {
	color: #fff!important;
    background-color: #523d94!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	border-radius: 0px!important;
	padding: 15px 25px!important;
}

.jconfirm-buttons button:hover {
	color: #fff!important;
	background-color: #c9b7e1 !important;
}

.btn-primary, .sppb-btn-primary {
    border-color: #523d94!important;
    background-color: #523d94!important;
	border-radius: 0px!important;
}

.btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active,
.btn-primary:focus, .sppb-btn-primary:focus {
    border-color: #c9b7e1!important;
    background-color: #c9b7e1!important;
}



/* Scroll up btn */
.sp-scroll-up {
    bottom: 17px;
	right: 17px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    background: rgba(149, 201, 62, 0.6);
    color: #95c93e;
    border: 2px solid #fff;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #A4D843; 
}

.sp-scroll-up .fa-angle-up:before {
	color: #fff;
	content: '\f062';
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
}



/* Top Bar */
@media screen and (min-width: 1200px) {	
	#sp-top-bar {
		display: none!important;
	}
}

#sp-top-bar {
    border-bottom: 1px solid #EFEEE3;
}

#sp-top-bar .menu {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sp-top1 {
	display: flex;
    justify-content: end;
}

#sp-top-bar .menu li {
    display: inline-block;
}

#sp-top-bar .menu li a {
    display: inline-block;
    padding: 14px 20px;
    width: 130px;
    color: #252525;
    text-decoration: none;
    text-transform: uppercase;
	text-align: center;
	border-radius: 0;
    border: none;
    font-size: 18px;
	font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
}

#sp-top-bar .menu li a.careers-btn-top {
    background-color: #d9e8b8;
}

#sp-top-bar .menu li a.careers-btn-top:hover {
    background-color: #95c93e;
}

#sp-top-bar .menu li a.enroll-btn-top {
    background-color: #c9b7e1;
}

#sp-top-bar .menu li a.enroll-btn-top:hover {
    background-color: #AE92DB;
}

#sp-top-bar .menu li a:focus,
#sp-top-bar .menu li a:active {
    outline: none;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

@media screen and (max-width: 479px) {	
	#sp-top-bar {
		padding: 0;
	}

	#sp-top-bar .menu {
		display: flex;
		justify-content: center;
		gap: 0;
	}

	#sp-top1 {
		display: flex;
		justify-content: center;
		padding: 0;
	}
	
	#sp-top1 > .sp-column > .sp-module {
		margin: 0;
	}
	
	#sp-top1 > .sp-column, 
	#sp-top1 > .sp-column > .sp-module,
	#sp-top-bar .menu li,
	#sp-top-bar .menu li a {
		width: 100%;
	}
  
   #sp-top-bar .menu li a {
      display: inline-block;
      padding: 16px 20px 14px 20px;
   }

}



/* Logo and main menu */
#sp-logo-and-menu {
	background-color: #faf5ef;
}

#sp-logo img {
	padding: 18px 0;
}

#sp-menu {
    display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media screen and (max-width: 575px) {
	.logo-image, .logo-image-phone {
		height: 110px!important;
		width: auto!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 1299px) {
	.logo-image, .logo-image-phone {
		height: 110px!important;
	}
	
	#sp-menu > .sp-column {
		margin-right: 0;
	}
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 12px;
}

@media screen and (max-width: 1399px) {
  .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
      padding: 0 10px;
  }
}

.sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner {
    margin-top: 40px;
    margin-left: -5px;
}

@media screen and (min-width: 576px) and (max-width: 1299px) {
	.sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner {
		margin-top: 23px;
	}
}

#sp-menu > .sp-column {
    display: flex;
    flex-wrap: nowrap;
	align-items: center;
	margin-right: 15px;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.sp-megamenu-parent .sp-dropdown li a {
	width: 100%;
	padding-right: 10px!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 18px!important;
}

#sp-menu ul li a.search-icon {
	margin: 0 15px 0 20px;
	padding: 0 18px;
}

#sp-menu ul li a.search-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 1px;
	height: 45px;
	background-color: #808080;
}

#sp-menu ul li a.search-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 1px;
	height: 45px;
	background-color: #808080;
}

.sp-megamenu-wrapper ul {
	white-space: nowrap; 
}

.sp-megamenu-wrapper ul li {
	white-space: normal; 
}

@media screen and (max-width: 992px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 25%;
	}
}

@media screen and (min-width: 1300px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
}

/* Careers and enroll buttons */
#sp-menu ul li a.join-our-team {
	padding: 0px 15px 0px 15px;
	background-color: #d9e8b8;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
    text-align: center;
    min-width: 120px;
}

#sp-menu ul li a.contact-us {
	margin-left: 15px;
	padding: 0 15px;
	background-color: #c9b7e1;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
    text-align: center;
    min-width: 120px;
}

#sp-menu ul li a.join-our-team:hover {
	color: #252525;
	background-color: #95c93e;
}

#sp-menu ul li a.contact-us:hover {
	color: #252525;
	background-color: #AE92DB;
}



/* Offcanvas menu */
/* Remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}
 
.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}
 
.offcanvas-menu {
	background-color: #faf5ef;
	color: #252525;
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

a#offcanvas-toggler:hover {
	color: #452f8d!important;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
	display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}

	.sp-megamenu-wrapper {
		float: right;
	}
	
	#sp-menu .sp-module  {
		display: none!important;
	}	
	
	#sp-logo > .sp-column {
		margin-left: 0px;
	}

	#sp-menu > .sp-column {
		margin-right: 0px;
	}
}

#offcanvas-toggler {
	width: 100%;
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #452f8d!important;
}

#sp-menu .burger-icon {
    width: 30px;
}

.close-offcanvas > .burger-icon {
    margin-right: 20px!important;
}

.burger-icon > span {
    display: block;
    height: 3px;
	background-color: #452f8d!important;
    transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
    border-radius: 5px;
}

.offcanvas-active .burger-icon > span {
    margin: 3.8px -3px;
}

.offcanvas-menu { 
	width: 340px!important;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -340px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 2px;
	}
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
}

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler {
	color: #252525!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #452f8d!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	padding: 10px 12px;
	display: flex;
	font-weight: 600;
	border-bottom: 1px dotted #e5e5e5;
	line-height: 1.4;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a.open-search-icon {
	display: none!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 14px 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > span {
	border-bottom: 1px dotted #ddd;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0px;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0;
	border-radius: 0;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

ul.menu-child li {
	padding: 0;
}

#offcanvas-toggler {
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

.offcanvas-inner .menu li .trigger-fsearch span {
	display: none;
}

.offcanvas-menu .offcanvas-inner ul .join-our-team {
	background-color: #d9e8b8;
	margin-top: 20px;
	padding: 20px!important;
	text-align: center;
    text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul .join-our-team:hover {
	color: #252525!important;
	background-color: #95C93E;
}

.offcanvas-menu .offcanvas-inner ul .contact-us {
	background-color: #c9b7e1;
	margin-top: 20px;
	padding: 20px!important;
	text-align: center;
    text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul .contact-us:hover {
	color: #252525!important;
	background-color: #AE92DB;
}



/* Section main slider */
@media screen and (max-width: 767px) {
	.mk-slideshow .mk-slideshow-text-container {
		background-color: rgba(250, 245, 239, 0.7)!important;
	}
	
	.mk-slideshow .mk-button1 {
		font-size: 16px!important;
	}
}



/* Section - Announcement */
.pp-announcement-article-title {
	margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
	.pp-announcement-background-container {
		position: relative;
		top: 0;
		right: 0;
		width: 100%; 
		height: 100%;
		background-size: cover; 
		background-repeat: no-repeat; 
		background-position: 50% 50%; 
		order: 2;
	}

	.pp-announcement-parent-container {
		display: flex;
		flex-wrap: wrap;
		order: 1;
	}
	
	.pp-announcement-left {
		display: flex;
		justify-content: end;
		width: 100%;
		padding: 55px 0px 45px 0px;
	}

	.pp-announcement-right {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.pp-announcement-background-container {
		position: absolute;
		top: 0;
		right: 0;
		width: 50vw; 
		height: 100%;
		background-size: cover; 
		background-repeat: no-repeat; 
		background-position: 50% 50%; 
	}

	.pp-announcement-parent-container {
		display: flex;
		flex-wrap: nowrap;
		position: relative;
		justify-content: center;
		max-width: 1170px;
	}

	.pp-announcement-left {
		display: flex;
		justify-content: end;
		width: 50%;
		padding: 75px 30px 50px 0px;
	}

	.pp-announcement-right {
		width: 50%;
	}
}

@media screen and (max-width: 399px) {
	.pp-announcement-background-container {
		min-height: 300px;
	}	
	
	.pp-announcement-left {
		padding: 35px 0px 25px 0px;
	}
}

@media screen and (min-width: 400px) and (max-width: 575px) {
	.pp-announcement-background-container {
		min-height: 380px;
	}	
	
	.pp-announcement-left {
		padding: 35px 0px 25px 0px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.pp-announcement-background-container {
		min-height: 500px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.pp-announcement-background-container {
		min-height: 600px;
	}	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.pp-announcement-background-container {
		min-height: 650px;
	}	
}



/* Section - welcome video */
.welcome-video-square-overlay {
	width: 100%;
}

.welcome-video-half-round-overlay {
	width: 140px;
	height: 70px;
	border-radius: 140px 140px 0 0;
}

#sppb-addon-wrapper-c4fef501-5c10-4c31-b0b4-bbb9a16d3766 {
	position: absolute; 
	bottom: 100px;
}

#sppb-addon-wrapper-92d65ed9-4474-4430-a30f-b60e809f49f8 {
	position: absolute; 
	width: 100%;
}

@media screen and (max-width: 575px) {
	.welcome-video-half-round-overlay {
		width: 90px;
		height: 45px;
		border-radius: 90px 90px 0 0;
	}
	
	#sppb-addon-wrapper-c4fef501-5c10-4c31-b0b4-bbb9a16d3766 {
		position: absolute; 
		bottom: 40px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.welcome-video-half-round-overlay {
		width: 110px;
		height: 55px;
		border-radius: 110px 110px 0 0;
	}
	
	#sppb-addon-wrapper-c4fef501-5c10-4c31-b0b4-bbb9a16d3766 {
		position: absolute; 
		bottom: 60px;
	}
}



/* Section - spotlight on our services */
.service-box-btn {
	display: inline-block;
	color: #252525;
	background-color: #c9b7e1;
	border-radius: 100%;
	padding: 10px;
	width: 70px;
    height: 70px;
	font-size: 30px;
    font-weight: 900;
}

.service-box-btn::before {
	content: '\f061';
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
}

.service-box-btn:hover, .service-box-btn:active, .service-box-btn:focus {
	color: #252525;
	background-color: #95c93e;
}



/* Section - careers */
#section-careers .careers-image-column .sppb-addon-single-image-container,
#section-careers .careers-image-column .sppb-addon-single-image-container img {
	width: 100%;	
}



/* Section - what makes Pediatrics Plus different */
#section-what-makes-us-different .mk-image-inner {
	box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.4);
	transition: background-color 0.6s ease;	 
}

#section-what-makes-us-different .mk-item-inner:hover .mk-image-inner {
	background-color: #c9b7e1;
}	
 
#section-what-makes-us-different .mk-item-inner:hover img {
	filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
	#section-what-makes-us-different .mk-outer-link:nth-child(1),
	#section-what-makes-us-different .mk-outer-link:nth-child(3) {
		justify-content: start!important;
	}

	#section-what-makes-us-different .mk-outer-link:nth-child(2),
	#section-what-makes-us-different .mk-outer-link:nth-child(4) {
		justify-content: end!important;
	}

	#section-what-makes-us-different .mk-outer-link:not(:last-child) {
		margin-bottom: 50px;
	}

	#section-what-makes-us-different .mk-outer-link {
		position: relative;
	}
	
	#section-what-makes-us-different .mk-outer-link:nth-child(1)::before,
	#section-what-makes-us-different .mk-outer-link:nth-child(3)::before	{
		content: "";
		position: absolute;
		top: 310px;
		left: -50px;
		width: 100%;
		height: 50%;
		background-image: url('../../../images/what-makes-us-different-bg-line-short.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 100% 100%;
		transform: rotate(-20deg);
		z-index: -1; 
	}
	
	#section-what-makes-us-different .mk-outer-link:nth-child(2)::before {
		content: "";
		position: absolute;
		top: 250px;
		left: 50px;
		width: 100%;
		height: 50%;
		background-image: url('../../../images/what-makes-us-different-bg-line-short.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 100% 100%;
		transform: rotate(-177deg);
		z-index: -1; 
	}
}

@media screen and (max-width: 399px) {
	#section-what-makes-us-different .mk-item-outer {
		max-width: 250px!important;
	}
	
	#section-what-makes-us-different .mk-outer-link:nth-child(1)::before,
	#section-what-makes-us-different .mk-outer-link:nth-child(3)::before {
		top: 285px;
		left: -10px;
		width: 100%;
		height: 50%;
		background-position: 100% 100%;
		transform: rotate(-17deg);
	}
	
	#section-what-makes-us-different .mk-outer-link:nth-child(2)::before {
		top: 255px;
		left: 10px;
		width: 100%;
		height: 50%;
		background-position: 100% 100%;
		transform: rotate(-177deg);
	}
	
}

@media screen and (min-width: 400px) and (max-width: 500px) {
	#section-what-makes-us-different .mk-item-outer {
		max-width: 300px!important;
	}
	
	#section-what-makes-us-different .mk-outer-link:nth-child(1)::before,
	#section-what-makes-us-different .mk-outer-link:nth-child(3)::before {
		left: -5px;
	}
	
	#section-what-makes-us-different .mk-outer-link:nth-child(2)::before {
		left: 5px;
	}
}

@media screen and (min-width: 1200px) {
	#section-what-makes-us-different .mk-outer-link:nth-child(2) {
		margin-top: 80px;
	}

	#section-what-makes-us-different .mk-outer-link:nth-child(3) {
		margin-top: 35px;	
	}
	
	#section-what-makes-us-different .addon-root-raw-html {
		background-image: url('../../../images/what-makes-us-different-bg-line.png');
		background-repeat: no-repeat;
		position: absolute;
		left: 10%;
		top: 140px;
		width: 100%;
		height: 100%;
		z-index: -9;
	}
}	
 
 
 
/* Section - company logos */
 .company-logo-carousel .sppb-carousel-extended-item {
	display: flex;
	align-items: center;	
    justify-content: center;
}

.company-logo-carousel .sppb-carousel-extended-item img {
    width: 100%;
    height: auto; 
	padding: 10px;
}

.company-logo-carousel .logo-carousel-butterfly-bg-container {
	position: absolute;
	right: 20px;
	bottom: 0px;
}

.fa.fa-angle-left::before {
	content: "\f060"; 
}

.fa.fa-angle-right::before {
	content: "\f061"; 
}

@media screen and (max-width: 575px) {
	.company-logo-carousel .sppb-carousel-extended-item.active {
		margin-letf: 20px!important;
	}
}


	
/* Bottom and footer */
#sp-footer .container-inner {
    padding: 0px;
    border-top: 0px;
}

#sp-footer .bottom-center ul.menu {
    text-align: center;
}

@media screen and (max-width: 575px) {
	#section-footer  ul li {
		display: block!important;
		text-align: center;
		margin: 10px 0!important;
	}
	
	#section-footer a {
		font-size: 16px;
	}
}

@media screen and (min-width: 576px) {
	#section-footer  ul li a::before {
		content: "|";
		position: relative;
		margin: 0px 10px 0px -6px;
		color: #fff;
	}
}

#section-bottom {
	color: #252525!important;
}

#sp-footer .bottom-right a {
    color: #252525!important;
}

#sp-footer .bottom-right a:hover, #sp-footer .bottom-right a:active, #sp-footer .bottom-right a:focus {
    color: #AE92DB!important;
}

#section-footer, #section-footer a {
	color: #252525;
	font-weight: 500;
    letter-spacing: 0.3px;
}

.bottom-left ul li a.join-our-team {
	color: #252525!important;
	width: 190px;
	text-align: center;
	padding: 15px 0px;
	margin-top: 18px;
	background-color: #95c93e;
	border-radius: 5px;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.4);
}

.bottom-left ul li a.contact-us {
	color: #252525!important;
	width: 190px;
	text-align: center;
	padding: 15px 0;
	background-color: #c9b7e1;
	border-radius: 5px;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.4);
}

.bottom-left ul li a.join-our-team:hover {
	color: #252525;
	background-color: #d9e8b8!important;
}

.bottom-left ul li a.contact-us:hover {
	color: #252525;
	background-color: #AE92DB!important;
}

@media screen and (max-width: 767px) {
	.bottom-left-menu {
		text-align: center;
	}
}

.bottom-center ul li span {
	color: #fff;
	background-color: #c9b7e1;
	font-size: 20px;
	border-radius: 100%;
	width: 50px;
	height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0px 0px 8px;
	margin-bottom: 8px;
}

.bottom-center ul li a {
	color: #252525!important;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 	text-transform: uppercase;
	min-width: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.bottom-center ul li {
		width: 100%;
		margin-bottom: 20px!important;
	}
}

.bottom-center ul li a:hover {
	color: #452f8d!important;
}

.bottom-center ul li a:hover span {
	background-color: #AE92DB;
}



/* Page heading with bg */
#sp-article-header {
	background-color: #c9b7e1;	
	box-shadow: inset 0 12px 20px -12px rgba(0,0,0,0.4);
}

#sp-article-header .article-breadcrumbs-container {
	display: flex;
	flex-direction: column;
    justify-content: center;
	position: relative;
	padding-top: 20px;
}

#sp-article-header .article-breadcrumbs-bg-container {
	width: 100%;
	height: calc(100% - 30px);
	background-image: url('../../../images/article-heading-butterfly-right.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	position: absolute;
	bottom: -5px;
	opacity: 0.5;
	background-size: contain;
}

#sp-article-header .article-breadcrumbs-menu-tree {
	color: #fff;
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
	z-index: 9;
	margin-bottom: 6px;
}

#sp-article-header .article-breadcrumbs-menu-tree a {
	color: #252525;
	font-weight: 500;
}

#sp-article-header .article-breadcrumbs-active-item {
	color: #fff;
	font-size: 46px;	
	font-weight: 600;
    letter-spacing: 1px;
	z-index: 9;
}

#sp-article-header .article-breadcrumbs-active-item h1 {
	font-weight: 500!important;
}

@media screen and (max-width: 399px) {
	#sp-article-header .article-breadcrumbs-bg-container {
		background-position: 120% 0%;
	}	
}

@media screen and (max-width: 575px) {
	#sp-article-header .article-breadcrumbs-container {
		min-height: 140px;
	}
	
	#sp-article-header .container {
		margin-left: 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-article-header .article-breadcrumbs-container {
		min-height: 150px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-article-header .article-breadcrumbs-container {
		min-height: 160px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-article-header .article-breadcrumbs-container {
		min-height: 180px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	#sp-article-header .article-breadcrumbs-container {
		min-height: 210px;
	}
}

@media screen and (min-width: 1601px)  {
	#sp-article-header .article-breadcrumbs-container {
		min-height: 240px;
	}
}



/* Blog view */
body.view-category.layout-blog {
	background-color: #faf5ef;
}

.blog .article-list .article {
	height: 100%;
	background-color: #fff;
	box-shadow: 2px 2px 10px -8px rgba(0, 0, 0, 0.4);
}

.blog .article-list .article {
    margin-bottom: 0px;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.blog .article-list .row > div {
    margin-bottom: 30px;
}

.blog .article-list .article .article-body {
    height: 100%;
	display: flex;
	flex: 1;
    flex-direction: column;
}

.blog .article-list .article .article-header {
	padding-bottom: 10px;
}

.blog .article-list .article .article-introtext {
	height: 100%;
	display: flex;
    flex: 1;
    align-items: end;
}

.blog .article-list .article .article-introtext .readmore {
	width: 100%;
	border-top: 1px solid #e9ebea;
	padding: 25px 0 5px 0;
	position: relative;
}

.blog .article-list .article .article-introtext .readmore a::after {
	content: "\f061";
    font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 20px;
	right: 5px;
	padding: 5px 10px;
    background-color: #c9b7e1;
	font-weight: 900;
}

.blog .article-list .article .article-introtext .readmore a:hover::after {
	color: #252525;
	background-color: #AE92DB;
}

.article-list .article .readmore a:hover, .article-header a:hover {
    color: #5B4799!important;
}

.article-list .article .readmore a:active, .article-list .article .readmore a:focus {
	color: #252525;
}

.blog .article-list .article .article-introtext a {
	text-transform: uppercase;
	font-size: 16px;
    font-weight: 600;
}

.blog .article-list .article-info > span {
    font-size: 14px;
}

.blog .article-list .article .article-introtext .readmore a::after {
	content: "\f061";
    font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 20px;
	right: 5px;
	padding: 5px 10px;
    background-color: #c9b7e1;
	font-weight: 900;
}

.article-info > .published {
	position: relative;
}

.article-info > .published {
	margin-left: 20px;
}

.article-info > .published time::before {
	content: "\f073";
    font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0px;
	left: -19px;
	font-weight: 400;
}

.blog .article-list .article {
	padding: 30px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: -30px -30px 30px -30px;
}

@media screen and (max-width: 479px) {
	.blog .article-list .article {
		padding: 20px;
	}

	.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
		margin: -20px -20px 20px -20px;
	}	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
		height: 300px;
		overflow: hidden;
		position: relative;
	}
}

@media screen and (min-width: 1200px) {
	.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
		height: 350px;
		overflow: hidden;
		position: relative;
	}
}

.article-list img {
    transition: filter 0.5s ease; 
}

.article-list img:hover {
    filter: brightness(1.15);
}

.view-category.layout-blog #sp-article-modules {
	display: none!important;
}



/* Single article */
body.view-article {
	background-color: #faf5ef;
}

.article-details .article-intro-image {
	margin-bottom: 30px;
	max-height: 650px;
    overflow: hidden;
}

body.view-article .article-info,
body.view-article .article-can-edit {
	display: none!important;
}
blockquote {
	font-size: 1em;
	margin: 10px 0px;
	font-style: italic;
	color: #555555;
	padding: 1.2em 30px 1.2em 65px;
	line-height: 1.6;
	position: relative;
}

blockquote::before {
	content: "\f10d"; 
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 32px;
	color: #95c93e; 
	position: absolute;
	left: 5px; 
	top: 15px;
}

.blockquote {
	font-size: 1em;
	margin: 10px 0px;
	font-style: italic;
	color: #555555;
	padding: 1.2em 30px 1.2em 65px;
	line-height: 1.6;
	position: relative;
}

.blockquote::before {
	content: "\f10d"; 
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 32px;
	color: #95c93e; 
	position: absolute;
	left: 5px; 
	top: 15px;
}

@media screen and (max-width: 400px) {
	.blockquote {
		padding: 2em 10px 1.2em 20px;
	}

	.blockquote::before {
		content: "\f10d"; 
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 26px;
		color: #95c93e; 
		position: absolute;
		left: 20px; 
		top: -10px;
	}
}

body.view-article .article-intro-image img {
	width: 100%;
}

joomla-hidden-mail a {
	word-wrap: break-word;
}

.article-details iframe[src*="youtube"] {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 0;
}



/* Article bottom modules */
#sp-article-modules {
	padding-top: 20px;
}

#sp-article-modules #sp-bottom1,
#sp-article-modules #sp-bottom2 {
	margin-bottom: 50px;	
}

@media screen and (max-width: 575px) {
	#sp-article-modules #sp-bottom1 > .sp-column, 
	#sp-article-modules #sp-bottom2 > .sp-column {
		margin-left: 0px;
		margin-right: 0px;
	}
}

#sp-article-modules #sp-bottom1 > .sp-column,
#sp-article-modules #sp-bottom2 > .sp-column {
	height: 100%;
	background-color: #fff;
	padding: 50px;
	box-shadow: 2px 2px 10px -8px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 399px) {
	#sp-article-modules #sp-bottom1 > .sp-column,
	#sp-article-modules #sp-bottom2 > .sp-column {
		padding: 25px;
	}
}

#sp-article-modules iframe {
	max-width: 100%;
}
/* PPC 
div[itemprop="articleBody"] ul {
    margin-bottom: 30px;
}*/

hr {
	border-top: 1px solid #252525!important;
	margin-top: 40px !important;
    margin-bottom: 40px !important;	
}

#sp-article-modules .sp-module-title {
	font-size: 30px!important; 
}

@media screen and (max-width: 576px) {
	#sp-article-modules .sp-module-title {
		font-size: 24px!important; 
	}	
}



/* Pagination */
@media screen and (max-width: 767px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #252525;
	border-color: #c9b7e1;
    background-color: #c9b7e1;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #252525;
	border-color:  #c9b7e1;
    background-color:  #c9b7e1;
}

.pagination-wrapper .pagination-counter {
    display: none!important;
}

.pagination-wrapper {
    display: flex;
	justify-content: center !important;
	margin-top: 25px;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #252525;
	background-color: #AE92DB;
	border-color: #AE92DB;
}

.pagination li a, .pagination li>span {
	padding: 9px;
	border-radius: 100%!important;
	background-color: #f7f7f7;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #f7f7f7;
}

.pagination li.page-item {
	width: 45px;
	text-align: center;
	margin: 6px;
	border-radius: 100%;
}	



/* Droppics in articles */
.wimg.droppicslightbox {
	display: flex;
	width: 33%!important;
	height: 100%!important;
	padding: 0px!important;
	margin: 0px!important;
}

.wimg.droppicslightbox .cboxElement {
	width: 100%!important;
	height: 280px!important;
	margin: 2px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 399px) {
	.wimg.droppicslightbox {
		width: 100%!important;
	}
	
	.wimg.droppicslightbox .cboxElement {
		height: 200px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.wimg.droppicslightbox {
		width: 50%!important;
	}
	
	.wimg.droppicslightbox .cboxElement {
		height: 200px!important;
	}
}

.wimg.droppicslightbox .cboxElement img {
	margin-top: 0px!important;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover; 
	transition: 0.8s ease;
}

.wimg.droppicslightbox .cboxElement:hover img {
	transform: scale(1.05);
    filter: brightness(70%);
}

.wimg.droppicslightbox .cboxElement::before {
	content: "\f00e"; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: transparent; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	font-size: 40px; 
	transition: color 0.3s ease; 
	z-index: 1;
	opacity: 0.8;
}

.wimg.droppicslightbox .cboxElement:hover::before {
	color: #fff; 
}



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    padding: 25px 25px;
	background-color: #c9b7e1;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] h3 {
	font-size: 20px;
	font-weight: 600;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    padding: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open],
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:active,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:focus,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:focus {
	background-color: #c9b7e1;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:hover,
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:hover {
	background-color: #AE92DB;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
	padding: 12px 18px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
	padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel]>[data-rlta-element=panel-content] {
    background-color: #faf5ef;
}