:root {
    --navy: #0F3867;
    --navy-2: #143f73;
    --blue: #31639D;
    --teal: #68A8AD;
    --teal-2: #85CAD0;
    --sky: #82CDE9;
    --sky-2: #88B6DD;
    --mist: #D2E9FC;
    --mist-2: #EAF4FD;
    --ice: #F2F7FC;
    --gray: #5d7088;
    --accent: #FF7948;
    --accent-2: #FF9B62;
    --white: #fff;
    --ink: #102a45;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #a6a6a66e;
}
::-webkit-scrollbar-thumb {
    background-color: #0F3867;
    border-radius: 5px;
}
/* Global CSS */
.btn-wy a.elementor-button:hover {
    transform: translateY(-3px);
}
.elementor-heading-title span.em {
    font-style: italic;
    color: #88B6DD;
}
p:last-child {
    margin-block-end: 0 !important;
    margin-bottom: 0 !important;
}
.breadcrumbs-wy #breadcrumbs {
    font-size: 13.2px;
}
/* Header CSS */
/* language switcher */
.gtranslate_wrapper:empty {
    display: none;
}
.gtranslate_wrapper {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    padding: 3px;
    font-size: .8rem;
    font-weight: 600;
	line-height: 1.2;
}
.gtranslate_wrapper .glink {
    border: 0;
    background: transparent;
    color: #fff;
    padding: .35em .8em;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    font-family: "DM Sans";
    transition: .2s;
}
.gtranslate_wrapper .glink.gt-current-lang {
    background: #fff;
    color: var(--navy);
}
.gtranslate_wrapper .glink:hover {
	color: #fff  !important;
}
.gtranslate_wrapper .glink.gt-current-lang:hover {
    color: var(--navy) !important;
}
.main-header.scrolled .gtranslate_wrapper {
    background: var(--mist-2);
    border-color: var(--mist);
}
.main-header.scrolled .gtranslate_wrapper .glink {
    color: var(--navy);
}
.main-header.scrolled .gtranslate_wrapper .glink.gt-current-lang {
    background: var(--navy);
    color: #fff;
}
.main-header.scrolled .gtranslate_wrapper .glink:hover {
	color: var(--navy) !important;
}
.main-header.scrolled .gtranslate_wrapper .glink.gt-current-lang:hover {
    color: #fff  !important;
}
/*  */
.admin-bar .main-header {
    top: var(--wp-admin--admin-bar--height) !important;
}
.main-header {
    transition: all 0.35s ease;
}
.main-header.scrolled {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(15, 56, 103, .08);
}
.main-header>.e-con-inner {
    transition: all 0.35s ease;
}
.main-header.scrolled >.e-con-inner {
    padding: 10px 0;
}
.main-header.scrolled .logo-wy .elementor-image-box-title {
    color: var(--navy) !important;
}
.main-header.scrolled .menu-wy .menu-item .elementor-item {
	color: var(--navy) !important;
}
.main-header.scrolled .menu-wy .menu-item .elementor-item:before {
	background: var(--mist-2) !important;
}
.main-header.scrolled .elementor-menu-toggle svg {
	fill: var(--navy) !important;
}
/* Custom Css */
.home-banner {
	background: radial-gradient(120% 90% at 80% -10%, #1c5288 0%, rgba(28, 82, 136, 0) 55%), radial-gradient(90% 80% at 10% 20%, #16487d 0%, rgba(22, 72, 125, 0) 60%), linear-gradient(160deg, #0F3867 0%, #0c2f56 70%, #0b2a4d 100%);
}
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(46px);
    opacity: .5;
	pointer-events: none;
}
.orb.a {
    width: 360px;
    height: 360px;
    background: var(--teal);
    top: -80px;
    right: -60px;
}
.orb.b {
    width: 300px;
    height: 300px;
    background: var(--sky);
    bottom: -120px;
    left: -40px;
    opacity: .4;
}
.orb.c {
    width: 160px;
    height: 160px;
    background: var(--accent);
    top: 40%;
    right: 18%;
    opacity: .18;
}
.divider-sub-heading .elementor-heading-title {
	position: relative;
	padding-left: 32px;
}
.divider-sub-heading .elementor-heading-title:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: var(--accent);
    border-radius: 2px;
}
.disc-image {
    position: relative;
    background: radial-gradient(circle at 50% 40%, rgba(130, 205, 233, .25), rgba(15, 56, 103, 0) 70%);
    animation: float 7s ease-in-out infinite;
    border-radius: 50%;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}
.disc-image::before {
    content: "" !important;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(130, 205, 233, .35);
}
.disc-image::after {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    border: 1px dashed rgba(130, 205, 233, .28);
    animation: spinborder 40s linear infinite;
}
@keyframes spinborder {
    100% {
        transform: rotate(360deg);
    }
}
/* .pulse-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    pointer-events: none;
    opacity: .9;
} */
.pulse-line {
    width: 100%;
    height: 60px;
}
.pulse-line path {
    fill: none;
    stroke: #FF7948;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
    animation: draw 4.5s ease-in-out infinite;
}
.pulse-mini {
    height: 46px;
    opacity: .55;
    width: 100%;
}
.pulse-mini path {
    fill: none;
    stroke: var(--accent);
    stroke-width: 2;
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600;
    animation: draw 5s ease-in-out infinite;
}
@keyframes draw {
 	0% {
    	stroke-dashoffset: 1400;
	}
	55% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: -1400;
	} 
}
/* about page */
.checkmark-list .elementor-icon-list-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--mist);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 5px;
    margin-right: 4px !important;
}
.checkmark-list .elementor-icon-list-icon svg {
	margin: 0 !important;
}
.strip {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(130, 205, 233, .14);
}
/* resource */
.resouce-card-wy .elementor-icon-box-wrapper .elementor-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--mist-2);
    color: var(--blue);
    display: flex;
    place-items: center;
    align-items: center;
    justify-content: center;
}
/* community */
.icon-with-bg .elementor-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--mist-2);
    color: var(--blue);
    display: flex;
    place-items: center;
    align-items: center;
    justify-content: center;
}
.card-top-banner {
    overflow: hidden !important;
}
.card-top-banner:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 4px !important;
    width: 100% !important;
    background: linear-gradient(90deg, var(--accent), var(--accent-2)) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform .35s !important;
}
.card-top-banner:hover::before {
    transform: scaleX(1) !important;
}
/* google review */
body .ti-widget.ti-goog .ti-review-item {
    padding: 20px 15px !important;
}
body .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border: 1px dashed #C4D4E6 !important;
    border-radius: 18px !important;
    box-shadow: 0px 8px 26px -16px rgba(0, 0, 0, 0.5);
    padding: 24px !important;
    background-color: #F2F7FC !important;
	display: flex !important;
    flex-direction: column;
}
body .ti-widget.ti-goog .ti-review-header {
    order: 4;
    padding-top: 20px;
}
/* ==================== Media Query ======================== */
@media (max-width:767px) {
	.logo-wy .elementor-image-box-wrapper {
		display: flex;
	}
	.logo-wy .elementor-image-box-content {
		text-align: left;
		padding-left: 5px;
	}
	.gtranslate_wrapper .glink {
		padding: 3px 7px;
	}
	.gtranslate_wrapper {
		font-size: 11px;
		line-height: 1;
	}
}
@media (max-width:480px) {
	.header-btn {
		display: none;
	}
}