/*
Theme Name: Kameleon Group
Author: Five by Five
Version: 1.0
*/
*,
:after,
:before {
	box-sizing: border-box;
}

:root {
	font-variant-ligatures: none;
	/* --primary: #3CCCD1;
	--secondary: #AF3FA6;
	--text: #041582;
	--accent: #F9D32A;
	--light-gray: #F5F6F8;
	--bg-light-gray: #F5F6F8; */
}

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	color: #041582;
	font-size: 15px;
	line-height: 1.8;
	overflow-x: hidden;
	padding-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	line-height: 1.25;
	/* font-family: 'Montserrat', sans-serif; */
}


h1 {
	font-size: 47px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0 0 20px;
}

a {
	color: inherit;
}

.truncate,
.truncate-text {
	overflow: hidden;
}

.wrapper {
	width: 1420px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.site-container {
	overflow: hidden;
}

/* .far,
.fab,
.fas {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */

/* Pace */
/* .pace {
	pointer-events: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #40434c;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
} */

/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-load {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.fade-in-top {
	-webkit-animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom-center {
	0% {
		-webkit-transform: translate(-50%, 15px);
		transform: translate(-50%, 15px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 1
	}
}

@keyframes fade-in-bottom-center {
	0% {
		-webkit-transform: translate(-50%, 15px);
		transform: translate(-50%, 15px);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 1
	}
}


@-webkit-keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.fade-in-left {
	-webkit-animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.fade-in-left {
	-webkit-animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.fade-in-right {
	-webkit-animation: fade-in-right 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-right 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-out-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}
}

@keyframes fade-out-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}
}

.fade-out-top {
	-webkit-animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-out-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(10);
		transform: translateY(10);
		opacity: 0
	}
}

@keyframes fade-out-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(10);
		transform: translateY(10);
		opacity: 0
	}
}

.fade-out-bottom {
	-webkit-animation: fade-out-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInUpShort {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpShort {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.spin {
	animation: spin 5s linear infinite both;
}

/* Custom-scrollbar */
.custom-scrollbar,
.custom-scrollbar.elementor-widget {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 15px;
	backface-visibility: hidden;
	/* transform: translateY(0px); */
}

.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar.elementor-widget::-webkit-scrollbar {
	width: 2px;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-track {
	border: none;
	background: #E9ECEF;
	/* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb {
	-webkit-border-radius: 1.250em;
	border-radius: 1.250em;
	border-color: #041582;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb:hover {
	border-color: #041582;
}

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
	background: #ffffff50;
}

.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
	border-color: #fff;
}

.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
	border-color: #fff;
}

/* Site Scrollbar */
::-webkit-scrollbar {
	width: 1em;
}

::-webkit-scrollbar-track {
	border: none;
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 1.250em;
	border-radius: 1.250em;
	border: 0.250em #f1f1f1 solid;
	background: #041582;
}

::-webkit-scrollbar-thumb:hover {
	background: #041582;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #041582;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
.elementor-button,
.elementor-button:visited,
.btn {
	cursor: pointer;
	background: #3CCCD1;
	color: #fff;
	border: 1px solid #3CCCD1;
	padding: 16.5px 30px;
	font-size: 15px;
	border-radius: 50px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	line-height: 1.06;
	transition: all .3s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.elementor-button:hover,
.btn:hover {
	background: #AF3FA6;
	border-color: #AF3FA6;
	color: #fff !important;
}

.secondary .elementor-button,
.secondary .elementor-button:visited,
.btn.secondary {
	background: #AF3FA6;
	color: #fff;
	border-color: #AF3FA6;
}

.secondary .elementor-button:hover,
.btn.secondary:hover {
	border-color: #3CCCD1;
	background: #3CCCD1;
	color: #fff !important;
}

.terrain .elementor-button,
.terrain .elementor-button:visited,
.btn.terrain {
	background: #fff;
	color: #AF3FA6;
	border-color: #fff;
}

.terrain .elementor-button:hover,
.btn.terrain:hover {
	border-color: #3CCCD1;
	background: #3CCCD1;
	color: #fff !important;
}

/* .btn.xs,
.elementor-button.elementor-size-xs {
	border-radius: 25px;
	padding: 12.5px 20px;
}

.btn.sm,
.elementor-button.elementor-size-sm {
	border-radius: 25px;
	padding: 16.5px 30px;
}

.btn.md,
.elementor-button.elementor-size-md {
	border-radius: 30px;
	padding: 20px 30px;
}

.btn.lg,
.elementor-button.elementor-size-lg {
	border-radius: 30px;
}

.btn.xl,
.elementor-button.elementor-size-xl {
	border-radius: 50px;
} */

.btn-long .elementor-button{
    width: 100%;
    text-align: left;
    max-width: 450px;
    border-radius: 14px;
    padding: 22px 37px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}
.btn-long .elementor-button{
    width: 100%;
    text-align: left;
    max-width: 450px;
    border-radius: 14px;
    padding: 22px 37px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    position: relative;
}
.btn-long .elementor-button:after{
    content:'\e91c';
    font-family: 'icomoon';
    font-size: 26px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.btn-long .elementor-button:hover:after{
    right: 23px;
}
.btn-long-light .elementor-button {
    background-color: #F8F9FA;
    color:#041582;
    border-color: #F8F9FA;
}
.btn-long-light .elementor-button:hover{
	background-color: #AF3FA6;
}

.btn-arrow .elementor-button{
    position: relative;
	padding: 16.5px 60px 16.5px 30px;
}

.btn-arrow .elementor-button:after{
    content:'\e91c';
    font-family: 'icomoon';
    font-size: 20px;
	font-weight: 400;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.btn-arrow .elementor-button:hover:after{
    right: 10px;
}

/* Header */
.header-type2 .site-header-container {
	position: absolute;
	width: 100%;
	z-index: 999;
}

.header-unstick .site-header,
.header-stick .site-header {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 17px rgb(2 6 19 / 12%);
	-webkit-animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.header-unstick .site-header {
	-webkit-animation: fade-out-top 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-top 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.header-type1 .site-header {
	background: #fff;
	box-shadow: 0 0 17px rgb(2 6 19 / 12%);
}

.header-type2 .site-header {
	background: none;
	color: #fff;
}

.header-type2.header-stick .site-header {
	background: #fff;
	color: inherit;
}

.elementor-editor-active .site-header {
	background: rgba(224, 229, 234, 0.7);
}

.elementor-editor-active.header-type2 .site-main {
	padding-top: 135px;
}

.elementor-editor-active.header-type1 .site-main {
	padding-top: 0px;
}

.header-type2.header-stick .logo-container.with-alt-logo .site-logo-main,
.logo-container.with-alt-logo .site-logo-alt {
	display: none;
}

.header-type2.header-stick .logo-container.with-alt-logo .site-logo-alt {
	display: inline-block;
}

/* Advance Search Form */
.advance-search {
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(155.54deg, #93318B 0%, #AF3FA6 100%);
	padding: 42px 0;
	color: #fff;
	position: fixed;
	box-shadow: 0 0 17px 0 rgb(2 6 19 / 12%);
	display: none;
	min-height: 100px;
	align-items: center;
}

.advance-search.show {
	display: flex;
	-webkit-animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.advance-search.close {
	-webkit-animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.advance-search .wrapper {
	position: relative;
	width: 830px;
	padding: 0 50px;
}

.advance-search form {
	position: relative;
}

.advance-search input {
	width: 100%;
	outline: none;
	font-size: 15px;
	background-color: #F8F9FA;
	border: none;
	padding: 8px 160px 8px 25px;
	border-radius: 50px;
	height: 60px;
	color: #041582;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.advance-search .submit {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 150px;
	background-color: #3CCCD1;
	border: 1px solid #3CCCD1;
	color: #fff;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 700;
	padding: 16.5px 30px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	outline: none;
	transition: all .3s ease;
}

.advance-search .submit:hover {
	border-color: #AF3FA6;
	background-color: #AF3FA6;
}

.advance-search .close {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 1;
	font-size: 20px;
	color: #F9D32A;
	border: 3px #F9D32A solid;
	border-radius: 50%;
	padding: 5px;
}

.advance-search .close:hover {
	opacity: .8;
}

/* Menu */
.main-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	align-items: center;
	color: #AF3FA6;

}

.main-menu .e--pointer-underline .elementor-item:after {
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background-color: #3CCCD1;
}

.main-menu .e--pointer-underline .elementor-item.elementor-item-active:after,
.main-menu .e--pointer-underline .elementor-item.highlighted:after,
.main-menu .e--pointer-underline .elementor-item:hover:after {
	width: 100%;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu a,
.main-menu .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.main-menu .elementor-nav-menu--main .elementor-nav-menu a:focus,
.main-menu .elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 5px 0;
}

.main-menu .elementor-nav-menu li {
	margin: 0 15px;
}

.main-menu .elementor-nav-menu li:last-child {
	margin-right: 0px;
}

.main-menu .elementor-nav-menu .sub-menu li {
	margin: 0;
}

.main-menu .sub-menu {
	-webkit-animation: fade-in-bottom-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.main-menu .menu-item a {
	font-size: 16px;
	font-weight: 700;
	color: inherit;
	/* font-family: 'Montserrat'; */
}

.main-menu .sub-menu .menu-item a {
	border: none;
	justify-content: center;
	/* border-bottom: 1px solid #F5F6F8; */
	background: transparent;
	color: #041582;
	font-size: 15px;
	font-weight: 700;
}

.main-menu .sub-menu .menu-item a:hover {
	background: transparent;
	text-decoration: underline;
	color: #041582;
}

.main-menu .sub-menu .menu-item:last-child a {
	border-bottom: 0px;
}

.main-menu .elementor-nav-menu--main .sub-menu a,
.main-menu .elementor-nav-menu--main .sub-menu a.highlighted,
.main-menu .elementor-nav-menu--main .sub-menu a:focus,
.main-menu .elementor-nav-menu--main .sub-menu a:hover {
	padding: 7px 0;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
	background: none;
}

.main-menu .sub-menu {
	left: 50% !important;
	transform: translateX(-50%);
	min-width: 160px !important;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 17px 0 rgba(2, 6, 19, 0.12);
	padding: 17px 50px !important;
}

.main-menu .sub-menu:before {
	content: '';
	width: 15px;
	height: 9px;
	background: url(images/dd-caret@2x.png);
	background-size: 15px 9px;
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	margin: auto;

	display: none;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.sub-menu {
	left: 50% !important;
}

.main-menu .menu-item-has-children {
	padding-right: 20px;
}

.main-menu .menu-item-has-children:before {
	content: '\e930';
	color: #dcabd8;
	font-family: 'icomoon';
	position: absolute;
	top: 7px;
	right: 0;
}

.main-menu .elementor-nav-menu .sub-arrow {
	display: none;
}

.header-row-2 .with-dd .elementor-item{
    padding-right: 20px !important;
}

.header-row-2 .with-dd:before{
	content: '\e930';
	color: #dcabd8;
	font-family: 'icomoon';
	position: absolute;
	top: 7px;
	right: 0;
}

/* Mobile Menu */
.mobile-menu-trigger-button {
	display: inline-block;
	width: 30px;
	height: 22px;
	background: none;
	position: relative;
	cursor: pointer;
	padding: 0;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	box-shadow: none !important;
}

.mobile-menu-trigger-button:hover {
	background: none;
}

.mobile-menu-trigger-button .lines,
.mobile-menu-trigger-button .lines:after,
.mobile-menu-trigger-button .lines:before {
	display: block;
	position: absolute;
	background-color: #AF3FA6;
	height: 2px;
}

.mobile-menu-trigger-button .lines:after,
.mobile-menu-trigger-button .lines:before {
	content: '';
	width: 30px;
}

.mobile-menu-trigger-button .lines {
	width: 15px;
	top: 1px;
	transition: background-color 0s 0.15s linear;
}

.mobile-menu-trigger-button .lines:before {
	top: 17px;
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-menu-trigger-button .lines:after {
	top: 9px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-menu-trigger-button.active .lines {
	transition-delay: 0.32s;
	background-color: transparent;
}

.mobile-menu-trigger-button.active .lines:before {
	top: 7px;
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 2px, 0) rotate(45deg);
}

.mobile-menu-trigger-button.active .lines:after {
	top: 7px;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 2px, 0) rotate(-45deg);
}

.mobile-menu {
	width: 370px;
	max-width: 100%;
	height: 100%;
	position: fixed;
	transition: transform 0.5s;
	top: 0;
	right: 0;
	background: #fff;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	overflow: hidden;
	line-height: 1;
}

.mobile-menu-open .mobile-menu {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	z-index: 99999;
}

.mobile-menu-wrapper {
	max-height: 100%;
	overflow-y: auto;
	padding-bottom: 100px;
}

.mobile-menu-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.mobile-menu-open .mobile-menu-mask {
	z-index: 1000;
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}

.mobile-menu-header {
	border-bottom: 1px solid #E9ECEF;
	padding: 20px 45px 15px 18px;
	position: relative;
}

.mobile-menu-header .mobile-menu-trigger-button {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.mobile-menu-header .mobile-menu-trigger-button .lines,
.mobile-menu-header .mobile-menu-trigger-button .lines:after,
.mobile-menu-header .mobile-menu-trigger-button .lines:before {
	background-color: #AF3FA6;
}

.mobile-menu-header .mobile-menu-trigger-button.active .lines {
	background-color: transparent;
}

.mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-menu ul li {
	position: relative;
	border-bottom: 1px solid #E9ECEF;
}

.mobile-menu ul li:last-child {
	border-bottom: none;
}

.mobile-menu .menu-item a {
	display: block;
	padding: 18px 20px;
	line-height: 1;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
}

.mobile-menu .menu-item a:hover {
	opacity: .7;
	text-decoration: underline;
}

.mobile-menu .menu-item.menu-item-has-children>a {
	margin-right: 50px;
}

.mobile-menu .menu-item-has-children.active {
	background: #F8F9FA;
}

.mobile-menu .sub-menu {
	display: none;
	border-top: 1px solid #E9ECEF;
	padding: 8px 0 14px;
}

.mobile-menu .menu-item-has-children.active>.sub-menu {
	display: block;
}

.mobile-menu .sub-menu li {
	border: none;
}

.mobile-menu .sub-menu a {
	padding: 8px 20px;
	font-weight: 400;
}

.mobile-menu .sub-menu-trigger {
	display: inline-block;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	color:#AF3FA6;
}

.mobile-menu .sub-menu-trigger:hover {
	opacity: .7;
}

.mobile-menu .sub-menu-trigger:before {
	content: '\e90b';
	font-family: 'icomoon';
}

.mobile-menu .menu-item-has-children.active>.sub-menu-trigger:before {
	content: '\e90c';
}

.mobile-menu-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #E9ECEF;
	box-shadow: 0 0 14px 0 rgba(2, 6, 19, 0.1);
}

.mobile-menu-footer-links {
	padding: 15px 20px;
}

.mobile-menu-footer-links .icon-link {
	text-decoration: none;
	padding-left: 25px;
	position: relative;
}

.mobile-menu-footer-links .icon-link span {
	position: absolute;
	left: 0px;
	transition: all .3s ease;
}

.mobile-menu-footer-links .icon-link:hover span {
	left: 5px;
}

.mobile-menu .search-form input,
.mobile-menu-footer-links .icon-link {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
}


.mobile-menu .search-form {
	position: relative;
}

.mobile-menu .search-form:before {
	content: '\e9e5';
	font-family: 'icomoon';
	display: inline-block;
	position: absolute;
	color: #fff;
	font-size: 18px;
	top: 17px;
	left: 20px;
}

.mobile-menu .search-form input {
	outline: none;
	width: 100%;
	background: #AF3FA6;
	border: none;
	color: #fff;
	padding: 10px 10px 10px 50px;
	height: 50px;
	border-radius: 0;
}

/* Footer */
.site-footer-container{
	background: #fff;
}
/* Sticky Footer CTA */
#sticky_footer_cta_waypoint {
	position: absolute;
	top: 600px;
	pointer-events: none;
	left: 0;
}

.footer-sticky-cta-container {
	position: relative;
	z-index: 100;
}

.footer-sticky-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
}

.footer-sticky-cta .wrapper {
	/* width: 1396px; */
	padding: 0;
}

.footer-cta-stick .footer-sticky-cta {
	display: block;
	-webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

	/* background: #fff; */

}

.footer-cta-unstick .footer-sticky-cta {
	-webkit-animation: fade-out-bottom 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-bottom 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.footer-sticky-cta-disabled .footer-sticky-cta {
	display: none;
}

.footer-sticky-cta .inner {
	position: relative;

	padding: 0;
}

.footer-sticky-cta .c1 {
	margin: 0 30px;
}

.footer-sticky-cta .c2 {
	margin: 0 30px;
}

.footer-sticky-cta .close-btn {
	font-size: 20px;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-top: -16px;
	background: none;
	text-align: center;
}

.footer-sticky-cta .close-btn:before {
	content: '\e9df';
	font-family: 'icomoon';
	font-size: 29px;
}

.footer-sticky-cta .close-btn:hover {
	opacity: .7;
}

/* Overrides / Fixes */
body.admin-bar .dialog-lightbox-widget {
	height: 100% !important;
}

hr,
.elementor hr {
	border: none;
	border-top: 1px solid #e0e1e4;
	margin: 40px 0;
}

::-webkit-input-placeholder {
	opacity: 0.5;
	color: inherit;
}

:-moz-placeholder {
	opacity: 0.5;
	color: inherit;
}

::-moz-placeholder {
	opacity: 0.5;
	color: inherit;
}

:-ms-input-placeholder {
	opacity: 0.5;
	color: inherit;
}

.custom-cart-popup {
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Slick */
.show-on-slick-init {
	opacity: 0;
}

.show-on-slick-init.slick-initialized {
	opacity: 1;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-bottom: 30px;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	backface-visibility: hidden;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	backface-visibility: hidden;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	/* background: #fff url('../images/ajax-loader.gif') center center no-repeat; */
	background: #fff url(images/ajax-loader.gif) center center no-repeat;
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev,
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 28px;
	line-height: 0;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before,
.slick-prev:before,
.slick-next:before {
	display: inline-block;
	font-family: 'icomoon';
	font-size: 27px;
	line-height: 1;
	opacity: .75;
	font-size: 27px;
	color: #9b9b9b;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400
}

.elementor-slick-slider .slick-prev:before,
.slick-prev:before {
	content: '\e90e';
}

.elementor-slick-slider .slick-next:before,
.slick-next:before {
	content: '\e90d';
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

/*.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #A7A8AA;
}

.slick-dots li.slick-active button {
	background: #A7A8AA;
}*/

.jet-slick-dots,
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: decimal-leading-zero;
	text-align: center;
	line-height: 1;
	list-style-type: decimal-leading-zero;
}

.jet-slick-dots li,
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}

.jet-slick-dots li {
	margin: 0 8px !important;
}


.jet-slick-dots li:before,
.slick-dots li button:before {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	content: '0';
}

.jet-slick-dots li,
.slick-dots li button {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 0;
	display: block;
	padding: 0;
	cursor: pointer;
	color: #041582;
	border: 0;
	outline: none;
	opacity: .34;
	transition: all .3s ease;
}

.jet-slick-dots li span {
	display: inline-block !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
	background: transparent !important;
	overflow: unset !important;
}

.jet-slick-dots li:hover,
.slick-dots li button:hover {
	color: #AF3FA6 !important;
	opacity: 1;
}

.jet-slick-dots li.slick-active,
.slick-dots li.slick-active button {
	opacity: 1;
}

.slick-carousel-nav-container {
	display: table;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

.slick-carousel-nav-container .slick-prev,
.slick-carousel-nav-container .slick-next {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
	margin: 0;
	display: inline-block;
	width: 45px;
	height: 28px;
	border-radius: 0;
}

.slick-carousel-nav-container .slick-next {
	border-left: 1px solid #E9ECEF;
	margin-left: 10px;
	padding-left: 15px;
}

.slick-dots-left .slick-dots {
	text-align: left;
}

.slick-dots-left .slick-dots li:first-child {
	margin-left: 0;
}

.slick-carousel-nav-container .slick-prev:before,
.slick-carousel-nav-container .slick-next:before {
	font-size: 10px;
	color: #041582;
	opacity: 1;
}

.slick-carousel-nav-container .slick-prev:before {
	content: '\e9e6';
}

.slick-carousel-nav-container .slick-next:before {
	content: '\e9e7';
}

.slick-carousel-nav-container .slick-prev:hover:before,
.slick-carousel-nav-container .slick-next:hover:before {
	opacity: .8;
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next,
.navigation-btn-left,
.navigation-btn-right {
	display: inline-block;
	cursor: pointer;
}

.navigation-style-2 .slick-prev:hover,
.navigation-style-2 .slick-next:hover,
.navigation-btn-left:hover,
.navigation-btn-right:hover {
	opacity: .7;
}

.navigation-btn-left {
	margin-right: 15px;
}

.navigation-btn-right {
	margin-left: 15px;
}

.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before,
.navigation-btn-left:before,
.navigation-btn-right:before {
	font-family: 'Fontawesome';
	font-size: 22px;
	color: #020612;
	line-height: 1;
	opacity: 1;
}

.navigation-style-2 .slick-prev:before,
.navigation-btn-left:before {
	content: '\f104';
}

.navigation-style-2 .slick-next:before,
.navigation-btn-right:before {
	content: '\f105';
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next {
	top: -75px;
	border: 1px solid #262A35;
	height: 45px;
	width: 45px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.navigation-style-2 .slick-prev {
	right: 55px;
	left: auto;
	border-right: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	text-align: right;
	padding-right: 15px;
}

.navigation-style-2 .slick-next {
	right: 10px;
	border-left: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: left;
	padding-left: 15px;
}

.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before {
	line-height: 43px;
}

/* Generic Elements */
.link-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 3;
}

figure.wp-caption {
	position: relative;
}

figure.wp-caption .wp-caption-text {
	font-size: 0px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 20px;
	bottom: 22px;
	z-index: 2;
	padding-right: 44px;
	min-height: 34px;
	padding-top: 6px;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}

figure.wp-caption .wp-caption-text:hover {
	font-size: 11px;
}

figure.wp-caption .wp-caption-text:after {
	content: '\e938';
	font-family: 'icomoon';
	font-size: 15px;
	color: #000;
	text-shadow: none;
	background: #fff;
	position: absolute;
	right: 0px;
	bottom: -3px;
	z-index: 2;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
}

figure.wp-caption .wp-caption-text:hover:after {
	background: #E1DED7;
}

figure.wp-caption .wp-caption-text:empty {
	display: none;
}

/* ShareThis Clipboard */
.ff-share-clipboard {
	position: relative;
}

.ff-share-clipboard input {
	position: relative;
	width: 100%;
	padding: 11px 40px 11px 20px;
	color: #020020;
}

.ff-share-clipboard:after {
	content: '\e933';
	font-family: 'icomoon';
	font-size: 17px;
	color: #020020;
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0px;
}

.clip-alert {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -30px;
	margin: auto;
	background: #ACB5BD;
	color: #fff;
	border-radius: 15px;
	font-size: 11px;
	padding: 4px 5px;
	text-align: center;
	width: 140px;
}

/* Helpers */
/* .font-montserrat{
	font-family: 'Montserrat', sans-serif;
} */
.font-poppins {
	font-family: 'Poppins', sans-serif;
}

.limit-lines-1,
.limit-lines-2,
.limit-lines-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.limit-lines-1 {
	-webkit-line-clamp: 1;
}

.limit-lines-2 {
	-webkit-line-clamp: 2;
}

.limit-lines-3 {
	-webkit-line-clamp: 3;
}

.hide {
	display: none !important;
}

.ratio {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.ratio iframe,
.ratio object,
.ratio embed,
.ratio img {
	position: absolute;
	display: block;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.ratio-16-9 {
	padding: 56.25% 0 0 0;
}

.ratio-409-174 {
	padding: 42.542787% 0 0 0;
}

.ratio-450-333 {
	padding: 74% 0 0 0;
}

.bold {
	font-weight: 700;
}

.lh-0 {
	line-height: 0;
}

.lh-1 {
	line-height: 1;
}

.bg-cover-center {
	background-size: cover;
	background-position: center;
}

.flex-cols {
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
	flex-wrap: wrap;
}

.flex-cols .col {
	padding-left: 12px;
	padding-right: 12px;
}

.flex-cols.slick-slider {
	display: block;
}

.cols-2 .col {
	width: 50%;
}

.cols-3 .col {
	width: 33.3333333%;
}

.cols-4 .col {
	width: 25%;
}

.cols-5 .col {
	width: 20%;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.grecaptcha-badge {
	z-index: 10;
}

/* Browser Compatiblity */
.NOIntersectionObserver .elementor-invisible {
	visibility: visible;
}

/* clears X search form IE */
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears X search form Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.defer-bg-image div,
.defer-bg-image section,
.defer-bg-image {
	background-image: none !important;
}


/* Item Team */
.item-team .image{
	max-width: 326px;
	height: 458px;
	margin: auto;
	position: relative;
}
.item-team img {
	border-radius: 65px;
	box-shadow: 0 8px 39px 0 rgba(0, 0, 0, 0.15);
	position: absolute;
	transition: opacity .7s ease-in-out;
}

.item-team .image .team-hover-image{
	opacity: 0;
	transition: opacity .7s ease-in-out;
}
.item-team:hover .image:has(.team-hover-image) img:nth-child(1){
	opacity: 0;
}
.item-team:hover .image:has(.team-hover-image) img:nth-child(2){
	opacity: 1;
	display: block;
}

.item-team .s2 {
	text-align: center;
	padding-top: 25px;
}

.item-team .s2 .name {
	font-size: 22px;
	font-weight: bold;
	color: #AF3FA6;
	line-height: 1.36;
	margin: 0;
	/* margin-bottom: 15px; */
}

.item-team .s2 .position {
	font-size: 22px;
	font-weight: normal;
	color: #AF3FA6;
	line-height: 1.36;
}

/* Item Webinar */
.item-webinar {
	width: 100%;
	max-width: 570px;
	border-radius: 13px;
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 35px;
	box-shadow: 0 0 12px 0 rgba(2, 6, 19, 0.12);
}

.item-webinar .heading {
	display: flex;
	align-items: center;
	height: 64px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.item-webinar .more-link {
	text-decoration: underline;
	font-weight: bold;
	display: block;
}

.item-webinar .more-link:hover {
	text-decoration: none;
}

.item-webinar .s1 {
	padding: 23px 30px 23px 126px;
	position: relative;
}

.item-webinar .s1:before {
	content: '\e939';
	font-family: 'icomoon';
	font-size: 28px;
	font-weight: normal;
	color: #AF3FA6;
	background: #F7ECF6;
	width: 65px;
	height: 65px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 23px;
	left: 30px;
}

.item-webinar .s2 {
	padding: 7px 5px 7px 126px;
	;
	border-radius: 0 0 13px 13px;
	background-color: #F8F9FA;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 17px;
	font-weight: bold;
}

.item-webinar .s2 .date,
.item-webinar .s2 .time {
	margin: 10px;
	position: relative;
}

.item-webinar .s2 .date {
	margin-right: 50px;
	margin-left: 0px;
}

.item-webinar .s2 .date:before,
.item-webinar .s2 .time:before {
	content: '\e920';
	font-family: 'icomoon';
	color: #AF3FA6;
	font-size: 22px;
	font-weight: normal;
	position: relative;
	margin-right: 10px;
	bottom: -3px;
}

.item-webinar .s2 .time:before {
	content: '\e936';
}


/* Item Free Resource */
.item-free-resource {
	width: 100%;
	max-width: 570px;
	border-radius: 13px;
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	box-shadow: 0 0 12px 0 rgba(2, 6, 19, 0.12);
}

.item-free-resource .heading {
	display: flex;
	align-items: center;
	height: 64px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.item-free-resource .heading .without-link{
	pointer-events: none;
}

.item-free-resource .text {
	margin-bottom: 20px;
	height: 85px;
}

.item-free-resource .more-link {
	text-decoration: none;
	font-weight: 600;
	padding: 11px 30px
}

.item-free-resource .more-link:hover {
	text-decoration: none;
}

.item-free-resource .s1 {
	padding: 23px 30px 23px 126px;
	position: relative;
}

.item-free-resource .s1:before {
	content: '\e933';
	font-family: 'icomoon';
	font-size: 28px;
	font-weight: normal;
	color: #3CCCD1;
	background: #DFF7F7;
	width: 65px;
	height: 65px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 23px;
	left: 30px;
}

.item-free-resource .s2 {
	padding: 7px 5px 7px 126px;
	;
	border-radius: 0 0 13px 13px;
	background-color: #F8F9FA;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 17px;
	font-weight: bold;
}

/* testimonial carousel */

.testimonial-feed .slick-list {
	overflow: inherit !important;
}

.item-testimonial span{
	outline: 0;
	transition: color 0.3s ease-in-out;
}


.item-testimonial .s1 {
	position: relative;
}

.item-testimonial .s1:after {
	content: '';
	background: url(images/callout-shadowed@2x.png);
	background-size: cover;
	width: 31px;
	height: 19px;
	position: absolute;
	bottom: -18px;
	left: 75px;
}

.item-testimonial .text {
	background: #fff;
	padding: 33px 15px 33px 30px;
	box-shadow: 0 0 17px 0 rgba(2, 6, 19, 0.12);
	border-radius: 20px;
	margin: 15px auto;
}

.item-testimonial .custom-scrollbar {
	height: 170px;
	font-weight: 500;
	display: block;
	line-height: 1.4;
}

.item-testimonial .s2 {
	display: flex;
	align-items: center;
	padding-left: 47px;
	margin-top: 25px;
}

.item-testimonial .testimonial-img-span {
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	/* height: 84px;
	width: 84px; */
}

.item-testimonial .testimonial-img-span img{
	width: 100%;
	height: auto;
	max-width: 75px;
}

.name-and-location span {
	display: block;
	line-height: 1.5;
	padding: 0 15px;
}

.name-and-location span.heading {
	font-weight: 700;
}


/* Responsive Styles */

@media only screen and (max-width: 1366px) {
	.main-menu .elementor-nav-menu li {
		margin: 0 10px;
	}

	.main-menu .menu-item a {
		font-size: 14px;
	}

	.footer-sticky-cta .inner {
		padding: 0 12px;
	}

}

@media only screen and (max-width: 1200px) {

	.item-free-resource .s1:before,
	.item-webinar .s1:before {
		font-size: 18px;
		width: 45px;
		height: 45px;
		top: 20px;
		left: 20px;
	}

	.item-free-resource .s1,
	.item-webinar .s1 {
		padding: 20px 20px 20px 77px;
	}

	.item-free-resource .heading,
	.item-webinar .heading {
		font-size: 18px;
		height: 48px;
	}

	.item-free-resource .s2,
	.item-webinar .s2 {
		padding: 7px 5px 7px 77px;
		font-size: 15px;
	}

	.item-webinar .s2 .date {
		margin-right: 20px;
	}

	.item-webinar .s2 .date:before,
	.item-webinar .s2 .time:before {
		font-size: 18px;
		bottom: -1px;
	}

	.testimonial-feed .slick-list {
		overflow: hidden !important;
	}

}

@media only screen and (max-width: 1024px) {
	.tablet-text-align-center .elementor-widget-container {
		text-align: center !important;
	}

	.tablet-text-align-left .elementor-widget-container {
		text-align: left !important;
	}

	.tablet-text-align-right .elementor-widget-container {
		text-align: right !important;
	}

	.tablet-ml-0 {
		margin-left: 0;
	}

	.tablet-ml-auto {
		margin-left: auto;
	}

	.tablet-mr-auto {
		margin-right: auto;
	}

	.tablet-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.tablet-no-gap .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding: 0;
	}

	.tablet-cols-1 .col {
		width: 100%;
	}

	.tablet-cols-2 .col {
		width: 50%;
	}

	.tablet-cols-3 .col {
		width: 33.3333333%;
	}

	.tablet-cols-4 .col {
		width: 25%;
	}

	.tablet-cols-5 .col {
		width: 20%;
	}

	.tablet-no-br br {
		display: none;
	}

	.tablet-flex-wrap .elementor-container {
		flex-wrap: wrap;
	}

	/*  Header  */
	.main-menu .elementor-nav-menu li {
		margin: 0 5px;
	}
	.main-menu .menu-item a {
		font-size: 13px;
	}

	.item-team .s2 .position{
		font-size: 20px;
	}

}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
	.item-testimonial .s1:after {
		left: 35px;
	}
	
	.item-testimonial .s2 {
		padding-left: 7px;
	}
}

@media only screen and (max-width: 1023px) {
	.md-cols-1 .col {
		width: 100%;
	}

	.md-cols-2 .col {
		width: 50%;
	}

	.md-cols-3 .col {
		width: 33.3333333%;
	}

	.md-cols-4 .col {
		width: 25%;
	}

	.md-cols-5 .col {
		width: 20%;
	}

	/* .item-team .image{
		height: 340px;
	} */

}

@media only screen and (max-width: 767px) {

	h1,
	.h1 {
		font-size: 34px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 22px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	.mobile-text-align-center .elementor-widget-container {
		text-align: center !important;
	}

	.mobile-text-align-left .elementor-widget-container {
		text-align: left !important;
	}

	.mobile-text-align-right .elementor-widget-container {
		text-align: right !important;
	}

	.mobile-ml-0 {
		margin-left: 0;
	}

	.mobile-ml-auto {
		margin-left: auto;
	}

	.mobile-mr-auto {
		margin-right: auto;
	}

	.mobile-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.mobile-no-gap .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding: 0;
	}

	.mobile-no-br br {
		display: none;
	}

	.mobile-cols-1 .col {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.mobile-cols-2 .col {
		width: 50%;
	}

	.mobile-cols-3 .col {
		width: 33.3333333%;
	}

	.mobile-cols-4 .col {
		width: 25%;
	}

	.mobile-cols-5 .col {
		width: 20%;
	}

	.sm-cols-1 .col {
		width: 100%;
	}

	.sm-cols-2 .col {
		width: 50%;
	}

	.sm-cols-3 .col {
		width: 33.3333333%;
	}

	.sm-cols-4 .col {
		width: 25%;
	}

	.sm-cols-5 .col {
		width: 20%;
	}

	.mobile-toggle-target {
		display: none;
	}

	.mobile-toggle-active .mobile-toggle-target {
		display: block;
		animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}

	.item-testimonial .text {
		padding: 33px 15px 33px 20px;
	}

	.jet-slick-dots li,
	.slick-dots li {
		margin: 15px 8px;
	}

	.item-team{
		width: 100%;
	}

}

@media only screen and (max-width: 420px) {
	.xs-cols-1 .col {
		width: 100%;
	}

	.xs-cols-2 .col {
		width: 50%;
	}

	.xs-cols-3 .col {
		width: 33.3333333%;
	}

	.xs-cols-4 .col {
		width: 25%;
	}

	.xs-cols-5 .col {
		width: 20%;
	}
}