/* General */
@media screen and (max-width: 991px) {
	#sp-main-body {
		padding: 30px 0px 30px 0px;
	}
}

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 60px 30px 60px 30px;
	}
}

body:not(.com-sppagebuilder) #sp-main-body > .container {
	max-width: 1170px!important;
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}



/* Fonts */
a {
	font-weight: 700;
}

a:focus, a:active {
	font-weight: 700;
	color: #97e2c1;
}

::selection {
  background-color: #97e2c1;
  color: #122a57; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 800;
	line-height: 1.1;
}

.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, .article-details .article-header h1 {
		font-size: 30px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 26px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 17px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 36px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 32px;
	}

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

	.h4, h4, .article-details .article-header h4 {
		font-size: 24px;
	}

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

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

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 48px;
	}

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

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

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

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

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



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0px;
	padding: 14px 14px;
	font-size: 1.1rem
}

input {
	font-size: 20px!important;
}

.form-control:focus {
	border-color: rgba(103, 77, 243, 0.4);
	box-shadow: 0px 0px 25px 5px rgba(102, 83, 232, 0.1)!important;
}

.form-select:focus {
	border-color: rgba(103, 77, 243, 0.4);
    box-shadow: 0px 0px 25px 5px rgba(102, 83, 232, 0.1)!important;
}

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

textarea {
	border-radius: 0px!important;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 14px 14px!important;
	border-radius: 0px!important;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus {
	border-color: rgba(57, 116, 242, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	font-family: Montserrat;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #122a57!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 10px!important;
	padding: 18px 28px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active,
.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	color: #122a57!important;
	background-color: #97e2c1!important;
}
.btn-menu
{
	font-family: Montserrat;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #122a57!important;
	font-size: 12px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 10px!important;
	padding: 10px 18px!important;
    margin-top:8px;
}

.btn-menu:hover, 
.btn-menu:active, 
.btn-menu:focus  {
	color: #122a57!important;
	background-color: #97e2c1!important;
}

.btn-secondary, .sppb-btn-secondary {
	font-family: Montserrat;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
    background-color: #333!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 10px!important;
	padding: 18px 28px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #fff!important;
	background-color: #606060!important;	
}

.btn-green {
	font-family: Montserrat;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #122a57!important;
	background-color: #97e2c1!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase;
	border: none!important;
	border-radius: 10px!important;
	padding: 25px 30px!important;
}

.btn-green:hover {
	color: #fff!important;
	background-color: #122a57!important;
}

.btn-green:focus, .btn-green:active {
  	color: #fff!important;
    background-color: #122a57!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn-green-arrow {
    font-family: Montserrat;
    display: inline-block!important;
    white-space: nowrap!important;
    color: #122a57!important;
    background-color: #97e2c1!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-decoration: none!important;
    border: none!important;
    border-radius: 10px!important;
    padding: 20px 30px!important;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.btn-green-arrow::before {
    content: "\f061"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.btn-green-arrow:hover {
    color: #fff!important;
    background-color: #122a57!important;
}

.btn-green-arrow:hover::before {
    animation: pulseArrow 0.8s infinite;
}

.btn-blue-arrow {
    font-family: Montserrat;
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #122a57!important;
    font-size: 16px!important;
    font-weight: 600!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 10px!important;
    padding: 18px 28px!important;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.btn-blue-arrow::after {
    content: "\f061"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.btn-blue-arrow:hover {
    color: #fff!important;
    background-color: #122a57!important;
	box-shadow: 0px 0px 20px 12px rgba(255, 255, 255, 0.4)!important;
}

.btn-blue-arrow:hover::after {
    animation: pulseArrow 0.8s infinite;
}

@keyframes pulseArrow {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}


.link-arrow-white,
.link-arrow-white-green {
	position: relative;
	font-size: 18px;
	font-weight: 700!important;
	padding: 0 22px 0 0!important;
}

.link-arrow-white {
	color: #fff!important;
}

.link-arrow-white-green {
	color: #b6bace!important;
}

.link-arrow-white-green:hover {
	color: #97e2c1!important;
}

.link-arrow-white::after,
.link-arrow-white-green::after {
    position: absolute;
	content: "\f061"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 2px;
	right: 0;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.link-arrow-white::before,
.link-arrow-white-green::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    transition: width 0.3s ease-in-out;
}

.link-arrow-white::before {
    background: rgba(255, 255, 255, 0.5);
}

.link-arrow-white-green::before {
    background: rgba(151, 226, 193, 0.5);
}

.link-arrow-white:hover::before,
.link-arrow-white-green:hover::before {
    width: calc(100% - 20px); 
}


.link-view-all {
	position: relative;
	color: #252525!important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700!important;
	padding: 0!important;
}

.link-view-all:hover {
	color: #57af86!important;
}

.link-view-all::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(-50%); 
    transition: width 0.3s ease-in-out;
}

.link-view-all:hover::before {
    width: 0%;
}

/* schedule a demo button*/
#sppb-addon-4c28b3dc-7100-4629-99f1-ac4fa9bcde00 .sppb-button-wrapper {
	background-color: #fff;
    padding: 1px;
    margin: 0 20px 0 15px;
    border-radius: 25px;
}

.btn-schedule-demo {
	font-family: Montserrat;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 0 10px 0 0!important;
	color: #122a57!important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	z-index: 1;
}

.btn-schedule-demo i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 18px!important;
	background-color: #122a57;
	color: #fff;
	border-radius: 50%;
	padding: 0!important;
	margin-right: 5px!important;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}

.btn-schedule-demo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 0;
	height: 100%;
	background-color: #122a57;
	transition: width 0.3s ease, border-radius 0.3s ease;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	z-index: -1;
}

.btn-schedule-demo:hover::before {
	width: calc(100% - 15px);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.btn-schedule-demo:hover {
	color: #fff!important;
}

.btn-schedule-demo:active, .btn-schedule-demo:focus {
	font-weight: 700;
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

body.com-finder p {
	margin-bottom: 1rem!important;
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0px!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px!important;
	}
}

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0px!important;
}

#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(14, 20, 36, 0.95)!important;
	backdrop-filter: blur(8px);
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
	line-height: 1.2;
}

#mksearch-modal .jconfirm-buttons button {
	font-family: Montserrat;
    position: relative!important;
	background-color: #122a57!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 18px 28px!important;
	border-radius: 10px!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #122a57!important;
	background-color: #97e2c1!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #122a57!important;
	background-color: #97e2c1!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary {
	border-radius: 0px!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:focus,
#mksearch-modal .mksearch-container .btn.btn-primary:active,
#mksearch-modal .mksearch-container .btn.btn-primary:focus, 
#mksearch-modal .mksearch-container .btn.btn-primary:active {
	color: #122a57!important;
	background-color: #97e2c1!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.6)!important;
}

#mksearch-modal .mksearch-container .form-control, .mksearch-container .form-control:focus {
    border-color: #fff!important;
}

.mksearch-container .form-control:focus:hover {
    border-color: #fff!important;
}



/* Convert Forms */
#sp-main-body .convertforms input, .convertforms textarea {
	color: #252525!important;
}

#sp-main-body .convertforms .cf-content-wrap, #sp-main-body .convertforms .cf-form-wrap {
    padding: 0px!important;
}

#sp-main-body .cf-control-input h1, #sp-main-body .cf-control-input h2, #sp-main-body .cf-control-input h3, #sp-main-body .cf-control-input h4, #sp-main-body .cf-control-input h5, #sp-main-body .cf-control-input h6 {
	margin-top: 0px!important;
	margin-bottom: 20px!important;
	line-height: 1.2!important;
}

#sp-main-body .cf-fields input:focus, .cf-fields textarea:focus {
	border-color: rgba(103, 77, 243, 0.4)!important;
    box-shadow: 0px 0px 25px 5px rgba(102, 83, 232, 0.1)!important;
}

@media screen and (max-width: 399px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 30px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 26px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 32px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 28px!important;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 36px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 32px!important;
	}
}

#sp-main-body .cf-btn {
	font-family: Montserrat;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #122a57!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 10px!important;
	padding: 18px 28px!important;
	transition: all 0.3s ease!important;
	margin-top: 10px!important;
}
#sp-main-body .cf-btn:hover, .cf-btn:active, .cf-btn:focus {
	color: #122a57!important;
	background-color: #97e2c1!important;
	opacity: 1!important;
}



/* Top menus */
@media screen and (min-width: 1200px) {
    #sp-top-menu > .container, #sp-logo-and-main-menu > .container {
        max-width: 1620px;
    }
}

#sp-top-menu {
	position: relative;
    z-index: 9;
	background-color: #fff;
}

@media screen and (min-width: 1200px) {
	#sp-top-menu > .container {
		padding-right: 30px;
		padding-left: 30px;
	}	
}

@media screen and (min-width: 479px) and (max-width: 991px) {
	#sp-top1.col-lg-4 {
		width: 70%!important;
	}
	
	#sp-top2.col-lg-8 {
		width: 30%!important;
	}
	
	#sp-top2 .menu li:not(:last-child) {
		display: none!important;
	}
}

@media screen and (max-width: 480px) {
	#sp-top-menu  {
		display: none!important;
	}
}

/* top1 */
#sp-top1 > .sp-column {
	display: flex;
	justify-content: start;
	align-items: center;
	height: 75px;
}

#sp-top1 .ingen-logo img {
	padding-top: 8px;
}

#sp-top1 .top-left-menu {
	margin-left: 25px;
}

#sp-top1 .sp-module ul>li>a {
    color: #122a57;
}

#sp-top1 ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}

#sp-top1 ul li {
	display: inline-block;
}

#sp-top1 ul li:last-child a {
	margin-right: 0;
}

#sp-top1 ul li a {
	margin-right: 30px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

#sp-top1 ul li:last-child a {
	border: 2px solid #122a57;
	border-radius: 30px;
	padding: 8px 15px;
}

#sp-top1 ul li:last-child a:hover {
	color: #fff;
	background-color: #122a57;
}

/* top2 */
#sp-top2 {
	padding-right: 0;
}

#sp-top2 > .sp-column {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 75px;
}

#sp-top2 ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}

#sp-top2 ul li {
	display: inline-block;
}

#sp-top2 ul li a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding-right: 15px;
	color: #122a57;
	margin-right: 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

#sp-top2 ul li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 18px;
	background-color: #97e2c1;
	color: #162f5b;
	border-radius: 50%;
	padding: 0!important;
	margin-right: 5px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}

#sp-top2 ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 0;
	height: 100%;
	background-color: #97e2c1;
	transition: width 0.3s ease;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	z-index: -1;
	transition: width 0.3s ease, border-radius 0.3s ease;
}

#sp-top2 ul li a:hover::before {
	width: calc(100% - 15px);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#sp-top2 ul li:last-child a {
	margin-right: 0;
}



/* Logo and main menu */
#sp-logo-and-main-menu {
    position: relative;
    z-index: 9;
	transition: background-color 0.3s ease; 
	animation: spFadeIn 0.8s;
}

@media screen and (max-width: 1199px) {
	#sp-logo-and-main-menu {
		background-color: #122a57;
		box-shadow: 0 3px 12px rgba(255, 255, 255, 0.15);
	}
}

@media screen and (max-width: 767px) {
	#sp-logo.col-lg-3 {
		flex: 0 0 auto;
		width: 60%;
	}

	#sp-menu.col-lg-9 {
		flex: 0 0 auto;
		width: 40%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#sp-logo.col-lg-3 {
		flex: 0 0 auto;
		width: 75%;
	}

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

#sp-logo > .sp-column {
	display: flex;
	align-items: center;
}

/* normal state */
@media screen and (max-width: 575px) {
	#sp-logo-and-main-menu #sp-logo {
		display: flex;
        align-items: center;
	}
	
	#offcanvas-toggler,
	#sp-logo-and-main-menu,
	#sp-logo-and-main-menu > .container
	#sp-logo-and-main-menu > .container > .container-inner,
	#sp-logo-and-main-menu > .container > .container-inner > .row,
	#sp-logo-and-main-menu #sp-logo,
	#sp-logo-and-main-menu #sp-logo > .sp-column,
	#sp-logo-and-main-menu .sp-megamenu-wrapper 
	#sp-menu {
		height: 90px; 
	}	
	
	#sp-top2 > .sp-column {
		margin-right: 5px;
	}
	
	#sp-menu.col-lg-9 {
		padding-right: 20px;
	}

	#sp-logo-and-main-menu #sp-logo .logo-image {
		height: 55px;
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	#sp-logo-and-main-menu #sp-logo {
		display: flex;
        align-items: center;
	}

	#offcanvas-toggler,
	#sp-logo-and-main-menu,
	#sp-logo-and-main-menu > .container
	#sp-logo-and-main-menu > .container > .container-inner,
	#sp-logo-and-main-menu > .container > .container-inner > .row,
	#sp-logo-and-main-menu #sp-logo,
	#sp-logo-and-main-menu #sp-logo > .sp-column,
	#sp-logo-and-main-menu .sp-megamenu-wrapper 
	#sp-menu {
		height: 100px; 
	}
	
	#sp-menu.col-lg-9 {
		padding-right: 30px;
	}
	
	#sp-top1.col-lg-4 {
		padding-left: 30px;
	}
	
	#sp-logo.col-lg-3 {
		padding-left: 25px;
	}
	
	#sp-top2 > .sp-column {
		margin-right: 15px;
	}

	#sp-logo-and-main-menu #sp-logo .logo-image {
		height: 65px;
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1319px) {
		#sp-logo-and-main-menu #sp-logo .logo-image {
		height: 85px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo > .sp-column {
		height: 130px;
	}
}

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		height: 180px;
		align-items: center;
		justify-content: end;
	}
}

/* sticky state */
#sp-logo-and-main-menu.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeInDown 0.8s;
	z-index: 9;
    background-color: #122a57;
	box-shadow: 0 3px 12px rgba(255, 255, 255, 0.15);
}

#sp-logo-and-main-menu.header-sticky #sp-logo > .sp-column {
	height: 80px;
}

#sp-logo-and-main-menu.header-sticky #sp-logo .logo-image {
    height: 55px;
	padding-bottom: 5px;
}

#sp-logo-and-main-menu.header-sticky .sp-megamenu-wrapper {
	height: 80px;
}
/* */

.sp-megamenu-wrapper > ul > li > a {
	text-transform: uppercase;	
}

#sp-logo-and-main-menu:not(.header-sticky) .sp-megamenu-parent>li.sp-has-child>a, #sp-logo-and-main-menu:not(.header-sticky) .sp-megamenu-parent>li.sp-has-child>span {
    padding: 0 18px 40px 18px;
	line-height: 50px;	
}

@media screen and (max-width: 1319px) {
	#sp-logo-and-main-menu:not(.header-sticky) .sp-megamenu-parent>li.sp-has-child>a, #sp-logo-and-main-menu:not(.header-sticky) .sp-megamenu-parent>li.sp-has-child>span {
		padding: 0 12px 40px 12px;
	}
	
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 18px!important;
	}
}

.sp-megamenu-parent>li.sp-has-child>a, .sp-megamenu-parent>li.sp-has-child>span {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#sp-logo-and-main-menu.header-sticky .sp-megamenu-parent>li.sp-has-child>a, #sp-logo-and-main-menu.header-sticky .sp-megamenu-parent>li.sp-has-child>span {
    line-height: 50px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.sp-megamenu-parent>li.active>a {
    color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #57af86;
}

.sp-megamenu-parent>li.active:hover>a {
    color: #122a57;
}

.sp-megamenu-parent>li:not(.sp-has-child)>a, .sp-megamenu-parent>li:not(.sp-has-child)>span {
    padding: 0 18px 0 18px;
	line-height: 47px;
	border-radius: 25px;
}

.sp-megamenu-parent>li>a:not(.schedule-demo), .sp-megamenu-parent>li>span:not(.schedule-demo) {
	margin-right: 8px;
}

.sp-megamenu-parent>li.sp-has-child>a:hover, .sp-megamenu-parent>li.sp-has-child>span:hover,
.sp-megamenu-parent>li:not(.sp-has-child)>a:hover, .sp-megamenu-parent>li:not(.sp-has-child)>span:hover {
	background-color: #fff;
}

.sp-megamenu-parent>li.submenu-open>a, .sp-megamenu-parent>li.submenu-open>span {
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

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

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

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

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    padding: 30px 20px;
}

.sp-megamenu-parent .sp-dropdown.sp-menu-center {
    margin-left: 95px!important;
}

@media screen and (max-width: 1319px)  {
	.item-resources ~ .sp-dropdown.sp-menu-center {
		margin-left: 60px!important;
	}
	
	.item-products ~ .sp-dropdown.sp-menu-center {
		margin-left: 75px!important;
	}
}

@media screen and (min-width: 1320px)  {
	.item-products ~ .sp-dropdown.sp-menu-center {
		margin-left: 90px!important;
	}
}

.sp-megamenu-parent .sp-mega-group {
    padding: 10px 10px 10px 20px;
}

.sp-dropdown-mega .megamenu-logo {
	display: flex;
    align-items: end;
	margin-bottom: 15px;
	min-height: 65px;
}

.sp-dropdown-mega .sp-group-title {
	color: #122a57;
	font-weight: 700!important;
}

.sp-mega-group-child .sp-menu-separator {
    line-height: 1.2!important;
    cursor: text!important;
}

.sp-dropdown-mega ul.sp-mega-group-child a {
	font-weight: 500!important;
}

.sp-dropdown-mega .sp-dropdown-inner .row .col-sm-4:not(:last-child),
.sp-dropdown-mega .sp-dropdown-inner .row .col-sm-6:not(:last-child) {
	border-right: 1px solid #ccc;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	margin-top: 8px;
}

.body-innerwrapper::before {
	content: "";
	position: absolute;
	top: 210px;
	left: 0;
	width: 100%;
	height: calc(100% - 240px);
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
	z-index: 9;
	transition: background 0.6s ease-in-out;
}

.body-innerwrapper.submenu-open::before {
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
}

.offcanvas-menu ul > li.item-124 {
	margin-top: 20px!important;
    max-width: 216px;
	white-space: nowrap;
}

.offcanvas-menu ul > li.item-124,
#sp-logo-and-main-menu ul.sp-megamenu-parent > li:last-child {
  background-color: #fff;
  padding: 2px!important;
  margin: 0 20px 0 5px;
  border-radius: 25px;
}

.offcanvas-menu ul li a.schedule-demo,
#sp-logo-and-main-menu ul li a.schedule-demo {
	display: inline-flex!important;
	align-items: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 0 10px 0 0!important;
	color: #122a57!important;
	font-size: 15px!important;
	line-height: 1!important;
	z-index: 1;
}

.offcanvas-menu ul li a.schedule-demo span,
#sp-logo-and-main-menu ul li a.schedule-demo span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 18px;
	background-color: #122a57;
	color: #fff;
	border-radius: 50%;
	padding: 0!important;
	margin-right: 5px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}

.offcanvas-menu ul li a.schedule-demo::before,
#sp-logo-and-main-menu ul li a.schedule-demo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 0;
	height: 100%;
	background-color: #122a57;
	transition: width 0.3s ease, border-radius 0.3s ease;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	z-index: -1;
}

.offcanvas-menu ul li a.schedule-demo:hover::before,
#sp-logo-and-main-menu ul li a.schedule-demo:hover::before {
	width: calc(100% - 15px);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.offcanvas-menu ul li a.schedule-demo:hover,
#sp-logo-and-main-menu ul li a.schedule-demo:hover {
	color: #fff!important;
}



/* Offcanvas menu */
.offcanvas-menu .offcanvas-inner {
   display: flex;
   flex-direction: column;

}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
    margin-left: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module.ingen-login-offcanvas {
    order: -1;
	margin: 10px 0;
}

.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
    margin: 0 0 5px 0;
}

.offcanvas-menu .offcanvas-inner .sp-module.ingen-login-offcanvas .offcanvas-login-container {
	padding: 15px 0 12px 0;
	border-top: 1px solid rgba(182, 186, 206, 0.3);
	border-bottom: 1px solid rgba(182, 186, 206, 0.3);
}

.offcanvas-menu .offcanvas-login-container {
	display: flex;
	width: 100%;
}

.offcanvas-menu .offcanvas-login-left {
	width: 50%;
	text-align: left;
	padding: 3px 0 0 10px;
}

.offcanvas-menu .offcanvas-login-right {
	width: 50%;
	text-align: right;
}

.offcanvas-menu .header-modules,
.offcanvas-menu .offcanvas-login-right ul {
	margin: 0!important;
}

.offcanvas-menu ul li a.ingen-login {
    display: inline-block!important;
	border: 2px solid #fff;
	font-size: 15px!important;
    border-radius: 30px;
    padding: 8px 15px!important;
}

.offcanvas-menu ul > li.item-124 {
	margin: 15px 0 0 7px!important;
}

.offcanvas-menu .offcanvas-contact-menu {
	padding-top: 15px!important;
	border-top: 1px solid rgba(182, 186, 206, 0.3);
}

.offcanvas-menu .offcanvas-contact-menu ul li a {
  display: flex!important;
  align-items: center;
  gap: 10px;
  padding: 7px 10px!important;
}

.offcanvas-menu .offcanvas-contact-menu ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #97e2c1;
  color: #122a57!important;
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 50%;
  padding: 0!important;
}

/**/

body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-menu {
    overflow-y: auto;
}

.offcanvas-menu .offcanvas-inner {
    padding: 0px 25px 25px 25px;
}

.offcanvas-menu .logo-image  {
    height: 60px!important;
	padding-left: 12px;
}

a#offcanvas-toggler:hover {
	color: #122a57!important;
}

#offcanvas-toggler::after {
    content: "MENU";
    color: #fff;
	margin: 0px 0px 0px 3px;
    display: block;
    font-weight: 600;
}

/* 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-top-bar {
		display: none!important;
	}
	
	#sp-menu .sp-module  {
		display: none!important;
	}	
}

#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: #fff!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
	margin-top: 12px;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px 0;
}

.burger-icon > span {
	background-color: #fff!important;
}

@media screen and (max-width: 399px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 400px) {
	.offcanvas-menu { 
		width: 400px!important;
	}

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

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

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

.offcanvas-menu ul.menu > li > a {
	text-transform: uppercase;
}

.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: #fff;
}

.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: #fff;
}

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

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

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
    color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .nav-header {
	display: block;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
}

.offcanvas-menu ul.menu-child li {
	padding: 7px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	display: flex;
	font-weight: 700;
}

body.ltr .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 > 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: 12px 10px;
}

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

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

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

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px 16px 20px !important;
}

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

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



/* Section - main slider */
@media screen and (min-width: 0px) {
	#section-main-slider  {
		margin-top: -190px!important;
	}
}

@media screen and (min-width: 1200px) {
	#section-main-slider > .sppb-row-container {
		max-width: 1400px!important;
	}
}

#section-main-slider .hero-text {
	max-width: 1000px;
}



/* Section - feature boxes */
#section-features {
	z-index: 0!important;
}

#section-features .feature-box-link .sppb-addon-title {
	font-size: 0!important;
}

#section-features .feature-box-container {
	position: relative;
	border: 2px solid #122a57;
	border-radius: 25px;
	z-index: 0;
	height: 100%;
	transition: all 0.3s ease-out;
}

#section-features .feature-box-container:hover {
	color: #122a57;
	background: #97e2c1;
}

@media screen and (min-width: 1200px) {
	#section-features .feature-box-container {
		min-height: 240px!important;
	}
}



/* Section - who needs Oasis */
#section-who-needs-oasis .who-needs-box-container {
	border-radius: 25px;
	z-index: 0;
	height: 100%;
}



/* Section - behind the curtain */
#section-behind-the-curtain .youtube-modal-popup {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}

#behind-the-curtain-video-row {
	border-radius: 30px;
}

@media screen and (max-width: 575px) {
	#behind-the-curtain-video-row {
		border-radius: 20px;
	}
}

#behind-the-curtain-video-row .sppb-ripple-effect {
	border-radius: 50%;
}

#behind-the-curtain-video-row .sppb-addon-single-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#behind-the-curtain-video-row .sppb-img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#behind-the-curtain-video-row #sppb-addon-wrapper-6bd4c6ea-9bab-43d4-86e4-5c9ee7a00240,
#behind-the-curtain-video-row #sppb-addon-6bd4c6ea-9bab-43d4-86e4-5c9ee7a00240,
#behind-the-curtain-video-row .sppb-addon-single-image,
#behind-the-curtain-video-row .sppb-addon-single-image > .sppb-addon-content {
    height: 100%;
}



/* Section - testimonials */
#section-testimonials .owl-dots {
	margin-top: 30px;
}

#section-testimonials .mk-content-carousel .mk-content {
	border-radius: 30px!important;
}

#section-testimonials .mk-content-carousel .mk-content {
    z-index: 1;
    background-image: url('../../../images/quote-mark.png');
    background-repeat: no-repeat;
    background-position: bottom right 5px;
    background-size: auto;
}



/* Section - meet the team carousel */
#section-meet-the-team .item {
	margin-top: 115px;
}

#section-meet-the-team .mk-content-container {
	position: relative;
	background-color: rgba(247, 247, 249, 1);
	padding-bottom: 30px;
	margin: 10px;
	transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#section-meet-the-team .mk-content-container:hover {
	box-shadow: 0px 0px 25px 5px rgba(102, 83, 232, 0.1);
	background-color: #fff;
}

#section-meet-the-team .mk-content-container:hover .mk-content {
	background-color: #fff;
}

#section-meet-the-team .mk-image a {
	position: relative;
}

#section-meet-the-team .mk-image-inner {
    width: 200px;
    height: 200px;
	border-radius: 50%;
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255 255 255) !important;
}

#section-meet-the-team .mk-image {
	position: relative;
}

#section-meet-the-team .mk-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(247, 247, 249, 1);
}

#section-meet-the-team .mk-image-inner img {
    width: 200px!important;
    height: 100%;
    object-fit: cover; 
    border-radius: 50%; 
	z-index: 9;
}

#section-meet-the-team .mk-content {
	position: relative;
	margin-top: 100px;
	transition: background-color 0.3s ease-in-out;
}

#section-meet-the-team .mk-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px); 
    height: 1px;
    background-color: #e1e0e4; 
}

#section-meet-the-team .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 1199px) {
	#section-meet-the-team .owl-dots {
		margin-top: 15px!important;
	}
}

@media screen and (min-width: 1200px) {
	#section-meet-the-team .owl-dots {
		margin-top: -24px!important;
	}
}

#section-meet-the-team .owl-dots .owl-dot.active span {
	width: 14px;
    height: 14px;
}

#section-meet-the-team .owl-nav {

	gap: 350px!important;
}

#section-meet-the-team .owl-prev,
#section-meet-the-team .owl-next {
    z-index: 999;
}

#section-meet-the-team .owl-prev span,
#section-meet-the-team .owl-next span {
    display: none;
}

#section-meet-the-team .owl-prev::before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

#section-meet-the-team .owl-next::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}



/* Section - how oasis can help */
#section-how-oasis-can-help .how-we-can-help-icon-wrapper {
	transition: background-color 0.3s ease-in-out;	 
	position: relative;
	overflow: hidden;
}

#section-how-oasis-can-help .how-we-can-help-icon-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #97e2c1;
    opacity: 0;
    transition: width 0.6s ease-out, height 0.6s ease-out, opacity 0.4s ease-out;
    transform: translate(-50%, -50%);
    border-radius: 50%; 
    z-index: 0;
    pointer-events: none;
}

#section-how-oasis-can-help .how-we-can-help-icon-wrapper.green-bg::before {
    width: 200%;
    height: 200%;
    opacity: 1;
}



/* Section - a timeline of achievements */
#section-timeline-of-achievements .mk-image-inner {
	box-shadow: 0px 0px 35px 15px rgba(102, 83, 232, 0.15);
	transition: background-color 0.6s ease;	 
}

#section-timeline-of-achievements .mk-item-inner:hover .mk-image-inner {
	background-color: #97e2c1 !important;
}

#section-timeline-of-achievements .mk-item-inner:hover .mk-image-inner::before {
	color: #122a57;
}	
 
#section-timeline-of-achievements .mk-item-inner:hover img {
	filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
	#section-timeline-of-achievements .mk-outer-link:nth-child(1),
	#section-timeline-of-achievements .mk-outer-link:nth-child(3),
	#section-timeline-of-achievements .mk-outer-link:nth-child(5) {
		justify-content: start!important;
	}

	#section-timeline-of-achievements .mk-outer-link:nth-child(2),
	#section-timeline-of-achievements .mk-outer-link:nth-child(4),
	#section-timeline-of-achievements .mk-outer-link:nth-child(6) {
		justify-content: end!important;
	}

	#section-timeline-of-achievements .mk-outer-link:not(:last-child) {
		margin-bottom: 50px;
	}

	#section-timeline-of-achievements .mk-outer-link {
		position: relative;
	}
	
	#section-timeline-of-achievements .mk-outer-link:nth-child(1)::before,
	#section-timeline-of-achievements .mk-outer-link:nth-child(3)::before {
		content: "";
		position: absolute;
		top: 310px;
		left: -50px;
		width: 100%;
		height: 50%;
		background-image: url('../../../images/achievements-dotted-line-vertical.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 100% 100%;
		transform: rotate(-20deg);
		z-index: -1; 
	}
	
	#section-timeline-of-achievements .mk-outer-link:nth-child(2)::before,
	#section-timeline-of-achievements .mk-outer-link:nth-child(4)::before {
		content: "";
		position: absolute;
		top: 250px;
		left: 50px;
		width: 100%;
		height: 50%;
		background-image: url('../../../images/achievements-dotted-line-vertical.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-timeline-of-achievements .mk-item-outer {
		max-width: 250px!important;
	}
	
	#section-timeline-of-achievements .mk-outer-link:nth-child(1)::before,
	#section-timeline-of-achievements .mk-outer-link:nth-child(3)::before,
	#section-timeline-of-achievements .mk-outer-link:nth-child(5)::before {
		top: 285px;
		left: -10px;
		width: 100%;
		height: 50%;
		background-position: 100% 100%;
		transform: rotate(-17deg);
	}
	
	#section-timeline-of-achievements .mk-outer-link:nth-child(2)::before,
	#section-timeline-of-achievements .mk-outer-link:nth-child(4)::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-timeline-of-achievements .mk-item-outer {
		max-width: 300px!important;
	}
	
	#section-timeline-of-achievements .mk-outer-link:nth-child(1)::before,
	#section-timeline-of-achievements .mk-outer-link:nth-child(3)::before,
	#section-timeline-of-achievements .mk-outer-link:nth-child(5)::before {
		left: -5px;
	}
	
	#section-timeline-of-achievements .mk-outer-link:nth-child(2)::before,
	#section-timeline-of-achievements .mk-outer-link:nth-child(4)::before {
		left: 5px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
	#section-timeline-of-achievements .mk-outer-link:nth-child(2),
	#section-timeline-of-achievements .mk-outer-link:nth-child(4),
	#section-timeline-of-achievements .mk-outer-link:nth-child(6) {
		margin-top: 100px;
	}
}


@media screen and (min-width: 1200px) {
	#section-timeline-of-achievements .mk-outer-link:nth-child(2),
	#section-timeline-of-achievements .mk-outer-link:nth-child(4),
	#section-timeline-of-achievements .mk-outer-link:nth-child(6) {
		margin-top: -30px;
	}
	
	#section-timeline-of-achievements .achievement-line-container {
		background-image: url('../../../images/achievements-dotted-line.png');
		background-repeat: no-repeat;
		position: absolute;
		left: -120px;
		top: 115px;
		width: 120%;
		/* height: 100%;  PPC*/
		z-index: 1;
	}
}	

#section-timeline-of-achievements .mk-outer-link .mk-image-inner::before {
	color: #000;
	font-size: 22px;
	font-weight: 700;
}

#section-timeline-of-achievements .mk-outer-link:nth-child(1) .mk-image-inner::before {
	content: "01";
}

#section-timeline-of-achievements .mk-outer-link:nth-child(2) .mk-image-inner::before {
	content: "02";
}

#section-timeline-of-achievements .mk-outer-link:nth-child(3) .mk-image-inner::before {
	content: "03";
}

#section-timeline-of-achievements .mk-outer-link:nth-child(4) .mk-image-inner::before {
	content: "04";
}

#section-timeline-of-achievements .mk-outer-link:nth-child(5) .mk-image-inner::before {
	content: "05";
}

#section-timeline-of-achievements .mk-outer-link:nth-child(6) .mk-image-inner::before {
	content: "06";
}

#section-timeline-of-achievements .mk-image-inner {
    z-index: 2;
	margin-right: 100px;
	border: 7px solid #fff;
}

#section-timeline-of-achievements .mk-text-content {
	position: relative;
	flex: 0!important;
	background-color: #f7f7f9;
	transition: border-radius 0.3s ease-in-out, background-color 0.3s ease-in-out;	 
}

#section-timeline-of-achievements .mk-text-content:hover {
	background-color: #122a57;
	border-radius: 12px;
}

#section-timeline-of-achievements .mk-text-content::before {
    content: "";
    position: absolute;
    top: -14px; 
    left: 30px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent; 
    border-right: 0 solid transparent;
    border-bottom: 14px solid #f7f7f9;
    transform: skewX(45deg);
	transition: border-bottom-color 0.3s ease-in-out;
}

#section-timeline-of-achievements .mk-text-content:hover::before {
	border-bottom-color: #122a57;
}

#section-timeline-of-achievements .mk-text-content:hover .mk-box-title,
#section-timeline-of-achievements .mk-text-content:hover .mk-box-text  {
	color: #fff!important;
}

 

/* Section - schedule a demo */
#section-schedule-demo > .sppb-row-container, #sp-bottom-section > .container {
	max-width: 1420px!important;
}

#section-schedule-demo {
	z-index: 8!important;
}	

#schedule-demo-row {
	border-radius: 30px;
}



/* Meet the team grid */
#section-meet-the-team-grid .sppb-person-email {
	color: #041E42!important;
}

#section-meet-the-team-grid .sppb-person-email:hover {
	color: rgba(95, 192, 147, 1)!important;
}

#section-meet-the-team-grid .addon-root-image .person-hover-image {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-meet-the-team-grid .person-hover-image img {
  width: 167px;
  height: 166px;
  object-fit: cover;
}

#section-meet-the-team-grid .person-box {
  position: relative;
  z-index: 2; 
}

#section-meet-the-team-grid .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; 
}

#section-meet-the-team-grid .sppb-person-image {
  position: relative;
}

#section-meet-the-team-grid .sppb-person-image img {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#section-meet-the-team-grid .hover-image-visible {
  opacity: 1 !important;
}

#section-meet-the-team-grid .original-image-hidden {
  opacity: 0 !important;
}



/* Default blog roll */
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    font-weight: 700;
}

.article-list .article {
    padding: 0;
	border: none;
	margin-bottom: 40px;	
}

.blog .article-header h2 {
	font-size: 32px!important;
}

.blog .article-header h2 a:hover {
	color: #122a57!important;
}

@media screen and (max-width: 575px) {
	.blog .article-header h2 {
		font-size: 26px!important;
		margin-bottom: 10px!important;
	}

	.article-list .article {
		margin-bottom: 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 {
    width: 100%;
	margin: 0;
	border-radius: 0px;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 0px;
}

.article-list .article-body {
    padding: 20px 0;
}

@media screen and (max-width: 575px) {
	.article-list .article-body {
		padding: 10px 0 20px 0;
	}	
}

.article-list .readmore {
	margin-top: 20px;
}

.article-list .readmore a {
	font-family: Montserrat;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #122a57!important;
	font-size: 15px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase;
	border: none!important;
	border-radius: 8px!important;
	padding: 14px 20px!important;
}

.article-list .readmore a:hover {
	color: #122a57!important;
	background-color: #97e2c1!important;
}

.article-list .readmore a:focus, .article-list .readmore a:active {
	background-color: #97e2c1!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.blog .article .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog .article lite-youtube {
	max-width: none!important;
}

.blog .article lite-youtube > .lty-playbtn {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: none!important;
	position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

.blog .article lite-youtube > .lty-playbtn::after {
    content: '';
    background-image: url('../../../images/play-btn.png');
    background-size: contain;  
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    padding: 40px;
}

.blog .article lite-youtube > .lty-playbtn::before {
    content: '';
    color: #fff;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 100%;
    box-shadow: 0 0 0 15px rgba(255,255,255,.6),0 0 0 30px rgba(255,255,255,.4),0 0 0 45px rgba(255,255,255,.2);
    z-index: -1;
    animation: rippleEffect 2s infinite;
	height: 80px;
	width: 80px;
}

@keyframes rippleEffect {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5); 
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

/*ripple and zoom*/
.article-intro-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.article-intro-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.article-intro-image:hover img {
    transform: scale(1.05) rotate(1deg);
}

.article-intro-image::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
}

.article-intro-image:hover::after {
    animation: rippleEffectArticleImage 0.5s ease-out;
}

@keyframes rippleEffectArticleImage {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(18); 
        opacity: 0;
    }
}



/* Single article */
.article-details a {
   text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

.article-details .article-full-image img {
    border-radius: 0px;
	filter: brightness(95%);
}

.itemid-121 [itemprop="articleBody"] .col-md-6 p {
	margin-bottom: 0px;
}
	


/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    color: #122a57;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}



/* Page heading with bg */
body:not(.itemid-101) #sp-page-header {
    background-image: url('../../../images/page-title-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
	background-size: cover;
}

@media screen and (min-width: 1200px) {
	body:not(.itemid-101) #sp-page-header {
		margin-top: -180px;
	}
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1.3;
}

#sp-page-header .article-breadcrumbs-active-item {
	text-align: center;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
}

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

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 30px;	
	}
}

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

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 34px;	
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 200px;
		padding: 0 40px; 
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 44px;	
	}
}

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

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 54px;	
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 420px;
		padding: 70px 40px 0 40px; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 64px;	
	}
}



/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
	font-size: 20px;
	color: #fff;
	background-color: #122a57;
	border-radius: 5px;
	opacity: 1;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    color: #122a57;
	background-color: #97e2c1;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center !important;
	margin-top: 20px;
}

@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;
	}
}

ul.pagination li:first-child, ul.pagination li:last-child {
   display: none;
}

ul.pagination li {
	padding: 0 8px;
}

ul.pagination li a, ul.pagination li span {
	width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
	font-weight: 700;
}

.pagination>.active>a, .pagination>.active>span {
    color: #252525;
	border: none;
    background-color: transparent;
	font-size: 18px;
	font-weight: 700;
	border: 2px solid #674DF3;
	border-radius: 50%;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #252525;
    background-color: transparent;
	border: 2px solid #674DF3;
}

.pagination>li:not(.active)>a:hover, .pagination>li:not(.active)>a:focus, .pagination>li:not(.active)>span:hover, .pagination>li:not(.active)>span:focus {
    font-size: 18px;
    font-weight: 700;
	color: #122a57!important;
	background-color: #97e2c1!important;
	border: 1px solid #97e2c1!important;
}

.pagination li a, .pagination li>span {
	background-color: transparent;
	font-weight: 600;
	border: 2px solid rgba(103, 77, 242, 0.5);
	border-radius: 50%;
}

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

.disabled > .page-link, .page-link.disabled {
    color: #fff;
	background-color: #122a57;
	border: 2px solid #122a57;
	border-radius: 50%;
}

.pagination li:nth-child(2) a {
    color: #fff;
	background-color: #122a57;
	border: 2px solid #122a57;
	border-radius: 50%;
}

.pagination li:nth-last-child(2) a {
    color: #fff;
	background-color: #122a57;
	border: 2px solid #122a57;
	border-radius: 50%;
}

.pagination li.page-item {
	text-align: center;
}

.pagination li:first-child {
	margin-left: 0;
}



/* Bottom and footer */
@media screen and (max-width: 575px) {
	#sp-bottom1 {
		padding-left: 0;
		padding-right: 0;
	}
}

#section-bottom .vertical-menu ul {
	list-style: none;
	padding: 0;
}

#section-bottom .vertical-menu ul li {
	position: relative;
	margin: 5px 0;
}

#section-bottom .vertical-menu ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	padding: 8px 0;
	color: #b6bace;
	text-decoration: none;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	#section-bottom .vertical-menu ul li a {
		padding: 6px 0;
		line-height: 1.2;
	}
}

#section-bottom .vertical-menu ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	color: #b6bace;
	opacity: 0;
	transition: all 0.3s ease;
}

#section-bottom .vertical-menu ul li a:hover {
	color: #97e2c1;
	padding-left: 20px;
}

#section-bottom .vertical-menu ul li a:hover::before {
	color: #97e2c1;
	content: '\f101';
	opacity: 1;
	left: 0;
}

/* newsletter form */
#section-bottom .newsletter-form-container {
	border-bottom: 1px solid #b6bace;
    padding-bottom: 20px;
}

#section-bottom .convertforms {
	background-color: transparent!important;
}

#section-bottom .convertforms .cf-content-wrap, 
#section-bottom .convertforms .cf-form-wrap {
    padding: 0!important;
}

#section-bottom .cf-fields {
    display: flex;
    align-items: center!important;
	flex-wrap: nowrap!important;
}

#section-bottom .cf-control-group {
	position: relative;
    padding: 0 10px 0 0!important;
}

#section-bottom .cf-control-group:first-child {
    flex-grow: 1!important; 
}

#section-bottom .cf-control-group:last-child {
    flex: 0 0 90px!important;
}

#section-bottom .cf-control-group input[type="email"]:not(.form-control) {
    color: #fff!important;
	font-size: 16px!important;
	padding: 0 0 0 35px!important;
	background-color: transparent!important;
	border: 0!important;
}

#section-bottom .cf-control-group input[type="email"]:not(.form-control)::placeholder {
    color: #b6bace!important;
    opacity: 0.8!important; 
}

#section-bottom .cf-control-input::before {
    content: "\f0e0"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
    color: #5fc093; 
    font-size: 16px; 
}

#section-bottom .cf-btn {
	color: #252525!important;
	background-color: #5fc093!important;
	font-size: 14px!important;
	font-weight: 700;
	padding: 5px 10px!important;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

#section-bottom .cf-btn:hover {
	color: #fff!important;
	background-color: #5fc093!important;
	opacity: 1!important;
}

#section-bottom .convertforms.cf-success .cf-response {
    color: #122a57!important;
	background-color: #97e2c1!important;
}

#section-bottom .convertforms.cf-success .cf-response p {
    margin-bottom: 0!important;
}

/* socials */
#section-bottom .footer-socials ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
}

#section-bottom .footer-socials li {
	position: relative;
	padding: 0 15px 0 0;
}

#section-bottom .footer-socials .menu li a {
    color: #b6bace;
	display: inline-block;
	font-size: 0px!important;
}

#section-bottom .footer-socials .menu li a:hover {
	color: #97e2c1!important;
}

#section-bottom .footer-socials .menu li a span {
	margin-top: 10px;
	font-size: 16px!important;
}

#section-footer p {
	margin-bottom: 0!important;
}

#section-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

#section-footer ul li {
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
	#section-footer ul {
		flex-direction: column;
	}

	#section-footer ul li {
		padding: 5px 0;
	}
}

@media screen and (min-width: 576px) {
	#section-footer ul li:first-child {
		padding: 0 15px 0 0;
	}

	#section-footer ul li:not(:last-child)::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 60%;
		background: rgba(255, 255, 255, 0.5); 
	}
}

#section-footer ul li a {
    position: relative;
	display: inline-block;
    color: #b6bace;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: transform 0.3s ease-in-out;
}

#section-footer ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	transition: width 0.3s ease-in-out;
}

#section-footer ul li a:hover::before {
    width: 100%; 
}

#section-footer ul li a:hover {
    color: #fff;
}