
@import url('../fonts/gordita/stylesheet.css');
/*----Bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----- Bootstrap Icons ----------*/
@import url('../fonts/bootstrap-icons/font-css.css');
/*---- Font Awesome Icons -------*/
@import url('../fonts/font-awesome/css/all.min.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----------- Slick Slider -------*/
@import url('../vendor/slick/slick.css');
/*----Animate css----*/
@import url('animate.min.css');
/*---- Progress bar css----*/
@import url('../vendor/skills-master/habilidades.css');
/*-------- AOS css ------*/
@import url('../vendor/aos-next/dist/aos.css');




.main-page-wrapper {
	overflow-x: hidden;
}

body {
	font-family: 'gorditaregular';
	font-weight: normal;
	font-size: 20px;
	position: relative;
	line-height: 2em;
	color: rgba(0, 40, 78, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #010d4c;
	font-weight: normal;
}

h1 {
	font-size: 80px;
}

h2 {
	font-size: 52px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 24px;
	font-family: 'gorditamedium';
}

h6 {
	font-size: 20px;
	font-family: 'gorditamedium';
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	display: inline-block;
	color: inherit;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
	display: block;
}

button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
	cursor: pointer;
	background: transparent;
}

button:focus {
	outline: none;
}

input {
	outline: none;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}

.m0 {
	margin: 0 !important;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-225 {
	padding-bottom: 225px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-200 {
	margin-top: 200px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-130 {
	margin-bottom: 130px;
}


@media (max-width: 1399px) {

	.xl-pb-150 {
		padding-bottom: 150px !important;
	}

	.xl-mt-50 {
		margin-top: 50px !important;
	}
}

/*(max-width: 1399px)*/

@media (max-width: 1199px) {

	.lg-pt-40 {
		padding-top: 40px !important;
	}

	.lg-pt-80 {
		padding-top: 80px !important;
	}

	.lg-pt-100 {
		padding-top: 100px !important;
	}

	.lg-pt-130 {
		padding-top: 130px !important;
	}

	.lg-pb-20 {
		padding-bottom: 20px !important;
	}

	.lg-pb-50 {
		padding-bottom: 50px !important;
	}

	.lg-pb-70 {
		padding-bottom: 70px !important;
	}

	.lg-pb-100 {
		padding-bottom: 100px !important;
	}

	.lg-mt-10 {
		margin-top: 10px !important;
	}

	.lg-mt-30 {
		margin-top: 30px !important;
	}

	.lg-mt-100 {
		margin-top: 100px !important;
	}

	.lg-mt-120 {
		margin-top: 120px !important;
	}

	.lg-mb-20 {
		margin-bottom: 20px !important;
	}

	.lg-mb-30 {
		margin-bottom: 30px !important;
	}

	.lg-mb-80 {
		margin-bottom: 80px !important;
	}
}

/*(max-width: 1199px)*/

@media (max-width: 991px) {

	.md-pt-30 {
		padding-top: 30px !important;
	}

	.md-pt-100 {
		padding-top: 100px !important;
	}

	.md-pb-50 {
		padding-bottom: 50px !important;
	}

	.md-mb-40 {
		margin-bottom: 40px !important;
	}
}

/*(max-width: 991px)*/


@media (max-width: 767px) {

	.sm-pb-20 {
		padding-bottom: 20px !important;
	}
}

/*(max-width: 767px)*/

/*(max-width: 575px)*/


::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #013fd0;
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background: #0035b5;
}

/* Firefox */
html {
	scrollbar-width: thin;
	scrollbar-color: #013fd0 #fff;
}

::selection {
	background-color: #2a2a2a;
	color: #fff;
}

/*----- Switcher ----*/

/*** 
====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-preloader {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
	background: #fff;
}

.ctn-preloader .animation-preloader {
	position: absolute;
	z-index: 100;
	text-align: center;
}

.ctn-preloader .animation-preloader .icon {
	display: inline-block;
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading {
	user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	animation: letters-loading 4s infinite;
	color: #0035b5;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top: 0;
	line-height: 30px;
	position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	font-family: 'gorditabold';
	letter-spacing: 12px;
	display: inline-block;
	color: rgb(145 59 255 / 15%);
	position: relative;
	font-size: 30px;
	line-height: 30px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	animation-delay: 0.8s;
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 500px) {
	.ctn-preloader .animation-preloader .txt-loading .letters-loading {
		font-size: 40px;
		letter-spacing: 10px;
	}
}

/*^^^^^^^^^^^^^^^^^^^^ Global Prefix ^^^^^^^^^^^^^^^^^^^^^*/


/*^^^^^^^^^^^^^^^^^^^^ Prefix Classes ^^^^^^^^^^^^^^^^^^^^^*/
.tran3s {
	transition: all 0.3s ease-in-out;
}

.tran4s {
	transition: all 0.4s ease-in-out;
}

.text-lg {
	font-size: 24px;
}

.style-none {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.shapes {
	position: absolute;
	z-index: -1;
}

/*^^^^^^^^^^^^^^^^^^^^ Scroll Top ^^^^^^^^^^^^^^^^^^^^^*/
.scroll-top {
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 99;
	text-align: center;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	border-radius: 50%;
	background: #0035b5;
	display: none;
	transition: all 0.3s ease-in-out;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*^^^^^^^^^^^^^^^^^^^^ Section Title ^^^^^^^^^^^^^^^^^^^^^^*/

.title-style-one .sc-title-two {
	line-height: 30px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #010d4c;
	margin-bottom: 14px;
}

.title-style-one .sc-title-five {
	font-family: 'gorditamedium';
	display: inline-block;
	line-height: 28px;
	border-radius: 5px;
	background: rgba(68, 109, 255, 0.1);
	padding: 0 20px;
	font-size: 13px;
	color: #010d4c;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0066FF;
	margin-bottom: 12px
}

.title-style-one .main-title {
	font-family: 'gorditamedium';
	font-size: 58px;
	line-height: 1.34em;
	letter-spacing: -1px;
	color: #010d4c;
}

.title-style-three .main-title {
	font-family: 'gorditamedium';
	font-size: 60px;
	line-height: 1.31em;
	letter-spacing: -1px;
	margin: 0;
	color: #010d4c;
}

.title-style-three .main-title span {
	color: #0035b5;
	text-decoration: underline;
	text-decoration-thickness: 4px;
}

.title-style-three .sc-title {
	display: inline-block;
	line-height: 28px;
	border-radius: 15px;
	background: rgba(145, 59, 255, 0.07);
	padding: 0 18px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #010d4c;
	margin-bottom: 20px;
}

.title-style-four .main-title {
	font-family: 'gorditamedium';
	font-size: 32px;
	line-height: 1.35em;
	letter-spacing: -0.5px;
	margin: 0;
	color: #010d4c;
}

.title-style-four .main-title span {
	color: #0035b5;
	text-decoration: none;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Button ^^^^^^^^^^^^^^^^^^^^^^*/
.ripple-btn {
	position: relative;
}

.ripple-btn:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	transform: scale(0);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
}

.ripple-btn:hover:before {
	transform: scale(1);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

body .btn-four {
	font-family: 'gorditamedium';
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	line-height: 50px;
	border-radius: 30px;
	padding: 0 42px;
	position: relative;
	background: #0066FF;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

body .btn-four i {
	font-size: 12px;
	margin-left: 4px;
	vertical-align: 1px;
}

body .btn-four:hover {
	background: #f30001;
}

body .btn-eight {
	font-family: 'gorditamedium';
	font-size: 17px;
	color: #fff;
	line-height: 48px;
	border-radius: 5px;
	padding: 0 40px;
	background: #0035b5;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

body .btn-eight:hover {
	background: #0066FF;
}



.block-style-two ul.list-item li {
	font-family: 'gorditamedium';
	font-size: 19px;
	line-height: 1.7em;
	color: rgba(0, 40, 78, 0.8);
	position: relative;
	padding-left: 33px;
	margin-bottom: 13px;
}

.block-style-two ul.list-item li:before {
	content: "\f633";
	font-family: bootstrap-icons !important;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 1px;
	color: #f30001;
}

.block-style-two ul.list-item.color-rev li:before {
	color: #0066FF;
}


.counter-section-one {
	position: relative;
	z-index: 5;
}

.counter-section-one .inner-container {
	padding: 30px 0 35px;
	background: #FFFFFF;
	box-shadow: 0px 30px 80px rgba(14, 100, 215, 0.04);
	border-radius: 30px;
	position: relative;
	z-index: 1;
}

.counter-section-one .inner-container.bg-color {
	background: #013fd0;
}

.counter-block-one {
	position: relative;
	padding-top: 30px;
}

.counter-block-one:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f30001;
	top: 0;
	left: calc(50% - 4px);
}

.counter-block-one .main-count {
	font-family: 'gorditamedium';
	font-size: 60px;
	line-height: initial;
	color: #0066FF;
}

.bg-color .counter-block-one .main-count {
	color: #fff !important;
}

.counter-block-one p {
	font-size: 18px;
	line-height: 27px;
}

.bg-color .counter-block-one p {
	color: #fff !important;
}

.counter-section-one .inner-container.bg-color .counter-block-one:before {
	display: none;
}


.partner-logo-block-one {
	margin: 50px 12px 0;
	vertical-align: middle;
}

.partner-logo-block-one a {
	height: 75px;
	border-radius: 14px;
	background: #fff;
	padding: 0 38px;
	box-shadow: 0px 25px 60px rgba(0, 106, 204, 0.05);
	transition: all 0.3s ease-in-out;
}

.partner-logo-block-one a:hover {
	transform: translateY(-5px);
}

.partner-section-two {
	position: relative;
	z-index: 3;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/

.blog-meta-one {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 20px 60px rgba(0, 73, 140, 0.05);
}

.blog-meta-one:hover {
	transform: translateY(-5px);
}

.blog-meta-one .post-img {
	overflow: hidden;
}

.blog-meta-one .post-img a {
	position: relative;
	z-index: 2;
}

.blog-meta-one .post-img a:before {
	content: '';
	position: absolute;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(68, 109, 255, 0.8);
	right: -85px;
	bottom: -85px;
	z-index: 1;
	cursor: pointer;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.blog-meta-one .post-img a:after {
	content: "\f138";
	font-family: bootstrap-icons !important;
	font-size: 22px;
	color: #fff;
	position: absolute;
	right: 22px;
	bottom: 12px;
	z-index: 2;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.blog-meta-one:hover .post-img a:before,
.blog-meta-one:hover .post-img a:after {
	transform: scale(1.0);
}

.blog-meta-one .post-data {
	padding: 42px 32px 20px;
}

.blog-meta-one .post-tag {
	font-size: 16px;
	color: #AAAAAA;
	line-height: 1.5em;
}

.blog-meta-one .post-tag a {
	color: #00284E;
	transition: all 0.3s ease-in-out;
}

.blog-meta-one .blog-title h5 {
	font-family: 'gorditamedium';
	font-size: 25px;
	letter-spacing: -0.5px;
	color: #010d4c;
	line-height: 1.6em;
	margin-top: 8px;
	transition: all 0.3s ease-in-out;
}

.blog-meta-one .post-tag a:hover,
.blog-meta-one .blog-title:hover h5 {
	color: #0066FF;
}

.blog-meta-one.color-two .post-img a:before {
	background: #0035b5;
}

.blog-meta-one.color-two .post-tag a:hover,
.blog-meta-one.color-two .blog-title:hover h5 {
	color: #0035b5;
}

/*^^^^^^^^^^^^^^^^^^^^^ Address Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.address-section-one {
	position: relative;
	z-index: 2;
}

.address-section-one .shape-one {
	width: auto;
	max-width: 85%;
	height: 420px;
	object-fit: contain;
	object-position: center top;
	left: 50%;
	transform: translateX(-50%);
	top: 20px;
}

.address-section-one .shape-two {
	top: 16%;
	left: 13%;
	width: 2.8%;
	animation: jumpThree 5s infinite linear;
}

.address-section-one .shape-three {
	top: 16%;
	right: 15%;
	animation: jumpFour 3s infinite linear;
}

.address-section-one .shape-four {
	top: 50%;
	left: 17%;
	animation: jumpFour 3s infinite linear;
}

.address-section-one .shape-five {
	top: 49%;
	right: 19%;
	animation: jumpTwo 5s infinite linear;
}

.address-section-one .inner-content {
	max-width: 1170px;
	margin: 160px auto 0;
	background: #F8FBFF;
	border-radius: 15px;
	position: relative;
}

.address-block-one {
	padding: 50px 15px 60px 70px;
	width: 100%;
}

.address-block-one.border-right {
	border-right: 1px solid #DFEAF9;
}

.address-block-one .text-meta {
	padding-left: 40px;
}

.address-block-one .text-meta .title {
	font-family: 'gorditamedium';
	font-size: 24px;
	margin-bottom: 10px;
	color: #010d4c;
}

.address-block-one .text-meta p {
	line-height: 1.75em;
	margin-bottom: 0;
	color: rgba(0, 40, 78, 0.8);
}

.address-block-one .text-meta p a {
	font-size: 24px;
	color: #000;
	margin-top: 5px;
}

.address-block-one .text-meta p a:hover {
	text-decoration: underline;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-basic-footer {
	position: relative;
	z-index: 1;
}

.theme-basic-footer .inner-wrapper {
	max-width: 1170px;
	margin: 0 auto;
}

.theme-basic-footer .footer-title {
	font-family: 'gorditamedium';
	font-size: 24px;
	color: #010d4c;
	margin-bottom: 20px;
}

.theme-basic-footer .footer-intro p {
	font-size: 17px;
	line-height: 30px;
	margin: 15px 0 35px;
}

.theme-basic-footer .social-icon a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	background: #EEF4FB;
	border-radius: 6px;
	color: #3B668D;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.theme-basic-footer .social-icon a:hover {
	background: #738BAE;
	color: #fff;
}

.theme-basic-footer .footer-nav-link a {
	font-size: 17px;
	line-height: 44px;
	color: rgba(0, 40, 78, 0.8);
	transition: all 0.2s ease-in-out;
}

.theme-basic-footer .footer-nav-link a:hover {
	color: #0066FF;
}

.theme-basic-footer .bottom-footer {
	border-top: 1px solid #f2f7ff;
	margin-top: 40px;
	padding: 22px 0 7px;
}

.theme-basic-footer .bottom-footer .copyright {
	font-size: 16px;
	margin: 0;
	line-height: initial;
}

.theme-basic-footer .bottom-footer .footer-nav a {
	font-size: 16px;
	color: rgba(0, 40, 78, 0.8);
	margin-left: 15px;
}

.theme-basic-footer .bottom-footer .footer-nav a:hover {
	color: #0066FF;
}



.accordion-style-one .accordion-item {
	background: #FFFFFF;
	box-shadow: 0px 15px 30px rgba(68, 109, 255, 0.04);
	border-radius: 7px;
	margin-bottom: 18px;
	border: none;
}

.accordion-style-one .accordion-button {
	font-family: 'gorditamedium';
	font-size: 20px;
	line-height: 1.62em;
	padding: 23px 20px 23px 35px;
	box-shadow: none;
	border-radius: 0;
	color: #010d4c;
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.accordion-style-one .accordion-button:not(.collapsed) {
	padding-bottom: 15px;
}

.accordion-style-one .accordion-body {
	padding: 0 40px 20px 35px;
}

.accordion-style-one .accordion-body p {
	font-size: 17px;
	line-height: 30px;
	color: rgba(0, 40, 78, 0.8);
}

.accordion-style-one .accordion-button::after {
	content: url(../images/icon/icon_16.svg);
	background-image: none;
	width: auto;
	height: auto;
}


.hero-banner-four {
	position: relative;
	z-index: 2;
	padding: 225px 0 45px;
	text-align: center;
}

.hero-banner-four .slogan {
	display: inline-block;
	line-height: initial;
	border-radius: 20px;
	padding: 5px 10px 5px 20px;
	background: #F3F8FF;
	font-size: 16px;
	color: #4F7396;
	letter-spacing: 0.7px;
}

.hero-banner-four .slogan strong {
	font-weight: bold;
	color: #00284E;
}

.hero-banner-four .slogan i {
	font-size: 12px;
	width: 30px;
	line-height: 24px;
	background: #738BAE;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	margin-left: 20px;
	padding-left: 3px;
	transition: all 0.3s ease-in-out;
}

.hero-banner-four .slogan:hover i {
	background: #0066FF;
}

.hero-banner-four .hero-heading {
	font-size: 75px;
	font-family: 'gorditamedium';
	line-height: 1.14em;
	margin: 42px 0 45px;
	letter-spacing: -1px;
	color: #010d4c;
}

.hero-banner-four p {
	font-size: 21px;
}

.hero-banner-four form {
	max-width: 565px;
	margin: 0 auto;
	position: relative;
	height: 65px;
	border: 1px solid rgba(0, 61, 178, 0.16);
	border-radius: 35px;
	text-align: left;
}

.hero-banner-four form input {
	font-size: 16px;
	height: 100%;
	width: 100%;
	border: none;
	text-align: left;
	background: transparent;
	padding: 0 190px 0 30px;
}

.hero-banner-four form button {
	font-family: 'gorditamedium';
	font-size: 16px;
	color: #fff;
	position: absolute;
	width: 180px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 60px;
	background: linear-gradient(90.43deg, #f30001 10.07%, #FF171D 99.78%);
}

.hero-banner-four form button:hover {
	background: #F84F53;
}

.hero-banner-four .info {
	font-size: 17px;
	margin-top: 15px;
}

.hero-banner-four .illustration-holder-one {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 21%;
	z-index: -1;
}

.hero-banner-four .illustration-holder-one .shape-one {
	bottom: 0;
	left: 42%;
	z-index: 1;
	width: 26.4%;
	animation: jumpTwo 6s infinite linear;
}

.hero-banner-four .illustration-holder-one .shape-two {
	bottom: 19%;
	right: -2%;
	z-index: 1;
	width: 15.5%;
	animation: jumpThree 6s infinite linear;
}

.hero-banner-four .illustration-holder-two {
	position: absolute;
	right: 0;
	bottom: -8%;
	width: 25%;
	z-index: -1;
}

.hero-banner-four .illustration-holder-two .shape-one {
	bottom: 11%;
	right: 24%;
	z-index: 1;
	width: 22.2%;
	animation: jumpThree 6s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Partner Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirteen ^^^^^^^^^^^^^^^^^^^^^^^^*/

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fourteen ^^^^^^^^^^^^^^^^^^^^^^^^*/

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fifteen .bg-wrapper {
	background: #FFFFFF;
	box-shadow: 0px 50px 100px rgba(35, 0, 135, 0.04);
	border-radius: 30px;
	padding: 60px 0 85px;
}

.fancy-feature-fifteen .shape-one {
	left: 0;
	top: 60px;
}

.block-style-eleven .icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #EFEFEF;
	position: relative;
	margin: 0 auto;
}

.block-style-eleven .icon .num {
	font-family: 'gorditamedium';
	font-size: 17px;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 31px;
	text-align: center;
	border: 7px solid #fff;
	border-radius: 50%;
	background: #0066FF;
	position: absolute;
	top: 0;
	left: -9px;
	z-index: 1;
}

.block-style-eleven h5 {
	font-family: 'gorditamedium';
	font-size: 25px;
	line-height: 1.4em;
	color: #010d4c;
	text-align: center;
	margin: 30px 0 0;
}

.block-style-eleven.shape-arrow:before,
.block-style-eleven.shape-arrow:after {
	content: url(../images/shape/shape_32.svg);
	position: absolute;
	top: 13%;
}

.block-style-eleven.shape-arrow:before {
	left: -36%;
}

.block-style-eleven.shape-arrow:after {
	right: -36%;
}

.hero-banner-five {
	position: relative;
	z-index: 2;
	padding: 220px 0 100px;
	background: linear-gradient(0deg, rgba(248, 253, 255, 0) 0%, rgba(241, 252, 255, 0.51782) 48.22%, #F6FDFF 100%);
}

.hero-banner-five .hero-heading {
	font-family: 'gorditamedium';
	font-size: 85px;
	line-height: 1.17em;
	color: #010d4c;
}

.hero-banner-five .hero-heading span {
	color: #0035b5;
	text-decoration: underline;
	text-decoration-thickness: 5px;
}

.hero-banner-five .demo-btn {
	font-family: 'gorditamedium';
	font-size: 18px;
	color: #0035b5;
	line-height: 55px;
	border-radius: 9px;
	background: rgba(145, 59, 255, 0.14);
	padding: 0 30px;
}

.hero-banner-five .demo-btn:hover {
	background: #0066FF;
	color: #fff;
}

.hero-banner-five .video-icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	background: #0035b5;
}

.hero-banner-five .video-icon:hover {
	background: #f30001;
}

.hero-banner-five .illustration-holder {
	position: absolute;
	right: 5%;
	top: 25%;
	width: 36.4%;
}

.hero-banner-five .illustration-holder:before {
	content: '';
	position: absolute;
	width: 820px;
	height: 820px;
	right: -180px;
	top: -220px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 6px 73px 62px rgba(0, 12, 119, 0.03);
	z-index: -1;
}

.hero-banner-five .illustration-holder .shape-one {
	top: -5%;
	right: 37%;
	width: 24.7%;
	z-index: 1;
	animation: rotated 20s infinite linear;
}

.hero-banner-five .illustration-holder .shape-two {
	top: 27%;
	left: 4%;
	width: 4.6%;
	z-index: 1;
}

.hero-banner-five .illustration-holder .shape-three {
	top: 43%;
	right: 1%;
	width: 4.6%;
	z-index: 1;
}

.hero-banner-five .oval-one {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(133, 75, 255, 0.5);
	bottom: -12%;
	left: 9%;
	animation: jumpThree 3s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Seventeen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-seventeen .shape-one {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #688AFF;
	top: 35%;
	right: 12%;
	animation: jumpTwo 3s infinite linear;
}

.block-style-twelve {
	border-radius: 15px;
	padding: 52px 40px 45px 50px;
	transition: all 0.3s ease-in-out;
}

.block-style-twelve.active {
	background: #FFFFFF;
	box-shadow: 0px 30px 60px rgba(0, 19, 87, 0.04);
}

.block-style-twelve .icon {
	height: 45px;
}

.block-style-twelve .icon img {
	max-height: 100%;
}

.block-style-twelve h5 a {
	font-family: 'gorditamedium';
	font-size: 25px;
	color: #010d4c;
	margin: 30px 0 8px;
}

.block-style-twelve h5 a:hover {
	text-decoration: underline;
}

.block-style-twelve p {
	font-size: 19px;
	line-height: 32px;
	color: rgba(0, 40, 78, 0.8);
}

.block-style-twelve .more-btn:hover {
	transform: scale(1.1);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Eighteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-eighteen {
	background: linear-gradient(180deg, rgba(248, 253, 255, 0) 0%, rgba(241, 252, 255, 0.51782) 48.22%, #F6FDFF 100%);
	overflow: hidden;
	z-index: 5;
}

.fancy-feature-eighteen .oval-one {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #688AFF;
	top: 2%;
	left: 24%;
	z-index: 3;
	animation: jumpThree 3s infinite linear;
}

.fancy-feature-eighteen .oval-two {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(133, 75, 255, 0.33);
	top: 56%;
	right: 8%;
	animation: scale-upOne 2s infinite linear;
}

.fancy-feature-eighteen .oval-three {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(133, 75, 255, 0.33);
	bottom: 11%;
	right: 50%;
	animation: jumpThree 3s infinite linear;
}

.fancy-feature-eighteen .illustration-holder {
	position: absolute;
	left: 4%;
	top: 14%;
	width: 37.13%;
	z-index: -1;
}

.fancy-feature-eighteen .illustration-holder:before {
	content: '';
	position: absolute;
	width: 918px;
	height: 918px;
	left: -17%;
	top: -28%;
	z-index: -1;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
}

.fancy-feature-eighteen .illustration-holder .shape-one {
	top: 8.5%;
	right: 12%;
	width: 2.26%;
	z-index: 1;
}

.fancy-feature-eighteen .illustration-holder .shape-two {
	top: 7.4%;
	right: 7.5%;
	width: 2.11%;
	z-index: 1;
}

.fancy-feature-eighteen .illustration-holder .shape-three {
	top: 6%;
	right: 2.9%;
	width: 2.26%;
	z-index: 1;
}

.fancy-feature-eighteen .illustration-holder .shape-four {
	top: 66%;
	right: 38.2%;
	width: 8.87%;
	animation: jumpTwo 5s infinite linear;
}

.fancy-feature-eighteen .illustration-holder .shape-five {
	top: 68.8%;
	right: 28.6%;
	width: 8.87%;
	animation: jumpThree 4s infinite linear;
}

.fancy-feature-eighteen .illustration-holder .shape-six {
	top: 71.3%;
	right: 19%;
	width: 8.87%;
	animation: jumpFour 3s infinite linear;
}

.fancy-feature-eighteen .illustration-holder .shape-seven {
	top: 65.3%;
	right: 26.8%;
	width: 18.3%;
	z-index: -2;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Nineteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-nineteen {
	z-index: 4;
}

.fancy-feature-nineteen .bg-shape {
	right: 0;
	top: -14%;
}

.block-style-thirteen .list-item li {
	position: relative;
	padding: 25px 25px 25px 95px;
	font-size: 17px;
	line-height: 29px;
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
	border-radius: 10px;
	color: rgba(0, 40, 78, 0.8);
}

.block-style-thirteen .list-item li h6 {
	font-family: 'gorditamedium';
	font-size: 19px;
	color: #010d4c;
}

.block-style-thirteen .list-item .numb {
	width: 45px;
	height: 45px;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	color: #0035b5;
	position: absolute;
	top: 27px;
	left: 25px;
}

.block-style-thirteen .list-item li:hover .numb {
	background: #0035b5;
	border-color: #0035b5;
	color: #fff;
}

.fancy-feature-nineteen .illustration-holder {
	position: absolute;
	right: 6%;
	top: 24%;
	width: 38.65%;
	z-index: 2;
}

.fancy-feature-nineteen .illustration-holder .shape-one {
	top: 8.1%;
	right: 61.8%;
	width: 8.4%;
	animation: jumpTwo 10s infinite linear;
}

.fancy-feature-nineteen .illustration-holder .shape-two {
	top: 0.1%;
	right: 55.8%;
	width: 3.92%;
	animation: jumpThree 10s infinite linear;
}

.fancy-feature-nineteen .illustration-holder .shape-three {
	top: -7%;
	right: 42.1%;
	width: 4.1%;
	animation: jumpTwo 10s infinite linear;
}

.fancy-feature-nineteen .illustration-holder .shape-four {
	top: -4.8%;
	right: 29.8%;
	width: 6.63%;
	animation: jumpThree 10s infinite linear;
}

.fancy-feature-nineteen .illustration-holder .shape-five {
	top: 46.9%;
	right: 9.5%;
	width: 15.14%;
}

.fancy-feature-nineteen .illustration-holder .shape-six {
	top: 43%;
	right: 9.5%;
	width: 15.14%;
}

.fancy-feature-nineteen .illustration-holder .shape-seven {
	top: 39%;
	right: 9.5%;
	width: 15.14%;
}

.fancy-feature-nineteen .oval-one {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(133, 75, 255, 0.5);
	top: 22%;
	right: 10%;
	animation: jumpThree 3s infinite linear;
}

.fancy-feature-nineteen .oval-two {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #688AFF;
	bottom: 0;
	right: 36%;
	z-index: 1;
	animation: jumpTwo 3s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Slider Four ^^^^^^^^^^^^^^^^^^^^^^^^*/

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-twenty .shape-one {
	top: -33%;
	right: 14%;
}

.fancy-feature-twenty .oval-one {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(228, 64, 255, 0.2);
	bottom: 3%;
	left: 20%;
	z-index: 1;
	animation: jumpTwo 3s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-twentyOne {
	position: relative;
}

.fancy-feature-twentyOne .illustration-holder {
	position: absolute;
	left: 7%;
	top: -8%;
	width: 32.7%;
}

.fancy-feature-twentyOne .shape-one {
	left: 0;
	top: -55%;
}

.fancy-feature-twentyOne .oval-one {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(104, 129, 255, 0.52);
	top: -17%;
	right: 11%;
	animation: jumpThree 3s infinite linear;
}

.fancy-feature-twentyOne .oval-two {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(228, 64, 255, 0.2);
	bottom: 7%;
	left: 43%;
	animation: jumpTwo 3s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-four {
	margin-top: 100px;
	padding: 85px 0 0;
	background: linear-gradient(0deg, rgba(248, 253, 255, 0) 0%, rgba(241, 252, 255, 0.51782) 48.22%, #F6FDFF 100%);
}

.theme-basic-footer .subscribe-area {
	margin-bottom: 80px;
}

.theme-basic-footer .subscribe-form {
	max-width: 505px;
	margin-left: auto;
}

.theme-basic-footer .subscribe-form form {
	height: 70px;
	position: relative;
}

.theme-basic-footer .subscribe-form form input {
	width: 100%;
	height: 100%;
	background: #fff;
	border: none;
	border-radius: 8px;
	padding: 0 155px 0 25px;
	font-size: 17px;
	box-shadow: 0px 10px 20px rgba(0, 33, 63, 0.03);
}

.theme-basic-footer .subscribe-form form button {
	font-family: 'gorditamedium';
	font-size: 18px;
	color: #fff;
	width: 150px;
	border-radius: 8px;
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	background: #0035b5;
}

.theme-basic-footer .subscribe-form form button:hover {
	background: #f30001;
}

.theme-basic-footer .subscribe-form p {
	font-size: 15px;
	color: #a6b0bb;
	line-height: initial;
	margin: 5px 0 0;
}

.theme-basic-footer.footer-style-four .footer-nav-link a:hover,
.theme-basic-footer.footer-style-four .bottom-footer .footer-nav a:hover {
	color: #0035b5;
}







.space16 {
	height: 16px;
  }
  
  .space24 {
	height: 24px;
  }
  
  .space32 {
	height: 32px;
  }
  
  @keyframes animation-7 {
	0% {
	  transform: rotate(0);
	}
  
	100% {
	  transform: rotate(-1000deg);
	}
  }
  
  .keyframe5 {
	position: relative;
	animation-name: animation-7;
	animation-duration: 90s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
  }
  
  
  .vl-btn10 {
	color: #fff;
	font-family: 'gorditamedium';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
	display: inline-block;
	border-radius: 60px;
	padding: 20px 26px;
	background: #0036b4;
	overflow: hidden;
  }
  
  .vl-btn10::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	transition: all 0.4s;
	background: #fff;
	z-index: -1;
	border-radius: 60px;
	visibility: hidden;
	opacity: 0;
  }
  
  .vl-btn10:hover {
	transition: all 0.4s;
	color: #fff;
  }
  
  .vl-btn10:hover img {
	transform: rotate(-45deg);
	transition: all 0.4s;
	filter: brightness(0);
  }
  
  .vl-btn10:hover::after {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	left: 0;
	top: 0;
	visibility: visible;
	opacity: 1;
  }
  
  .vl-btn10 img {
	height: 16px;
	width: 16px;
	object-fit: contain;
	margin-left: 4px;
	transition: all 0.4s;
	filter: brightness(0);
  }
  
  
  .hero10-section-area {
	position: relative;
	z-index: 1;
	padding: 0 0 0;
	overflow: hidden;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero10-section-area {
	  padding: 170px 0 70px;
	}
  }
  
  @media (max-width: 767px) {
	.hero10-section-area {
	  padding: 170px 0 70px;
	}
  }
  
  .hero10-section-area .hero6-header {
	position: relative;
  }
  
  .hero10-section-area .hero6-header h5 {
	color: #1A1719;
	font-family: 'gorditamedium';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
  }
  
  @media (max-width: 767px) {
	.hero10-section-area .hero6-header h5 {
	  font-size: 16px;
	  line-height: 18px;
	}
  }
  
  .hero10-section-area .hero6-header h5 img {
	margin: -5px 4px 0 0;
  }
  
  .hero10-section-area .hero6-header h1 {
	color: #1A1719;
	font-family: 'gorditamedium';
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 86px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero10-section-area .hero6-header h1 {
	  font-size: 56px;
	  line-height: 68px;
	}
  }
  
  @media (max-width: 767px) {
	.hero10-section-area .hero6-header h1 {
	  font-size: 36px;
	  line-height: 44px;
	}
  }
  
  .hero10-section-area .hero6-header h1 span {
	position: relative;
	padding-left: 70px;
  }
  
  @media (max-width: 767px) {
	.hero10-section-area .hero6-header h1 span {
	  padding-left: 0;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero10-section-area .hero6-header h1 span {
	  padding-left: 0;
	}
  }
  
  .hero10-section-area .hero6-header p {
	color: #1A1719;
	font-family: 'gorditamedium';
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
  }
  
  .hero10-section-area .hero6-header ul li a {
	color: #1A1719;
	font-family: 'gorditamedium';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
	transition: all 0.4s;
  }
  
  .hero10-section-area .hero6-header ul li a img {
	margin: 0 4px 0 0;
	filter: brightness(0) invert(1);
  }
  
  .hero10-section-area .hero10-images {
	position: relative;
	z-index: 1;
	left: 100px;
  }
  
  @media (max-width: 767px) {
	.hero10-section-area .hero10-images {
	  left: 30px;
	  margin-top: 50px;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero10-section-area .hero10-images {
	  left: 0;
	  margin-top: 50px;
	  text-align: center;
	}
  }
  
  .hero10-section-area .hero10-images .elements38 {
	position: absolute;
	top: -29px;
	height: 500px;
	width: 500px;
	border-radius: 50%;
	max-width: 500px;
	max-height: 450px;
	-o-object-fit: contain;
	object-fit: contain;
	left: -50px;
  }
  
  @media (max-width: 767px) {
	.hero10-section-area .hero10-images .elements38 {
	  top: -28px;
	  height: 350px;
	  width: 350px;
	  border-radius: 50%;
	  max-width: 350px;
	  max-height: 350px;
	  object-fit: contain;
	  left: -25px;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero10-section-area .hero10-images .elements38 {
	  position: absolute;
	  top: -28px;
	  height: 450px;
	  width: 450px;
	  border-radius: 50%;
	  max-width: 450px;
	  max-height: 450px;
	  object-fit: contain;
	  left: 124px;
	}
  }
  
  .hero10-section-area .hero10-images .img2 {
	position: absolute;
	top: 0;
	left: -30px;
	z-index: 1;
  }
  
  .hero10-section-area .hero10-images .img2 img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	object-fit: cover;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero10-section-area .hero10-images .img2 {
	  left: 100px;
	}
  }
  
  .hero10-section-area .hero10-images .img3 {
	position: absolute;
	top: 0;
	right: 90px;
	z-index: 1;
  }
  
  .hero10-section-area .hero10-images .img3 img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	object-fit: cover;
  }
  
  @media (max-width: 767px) {
	.hero10-section-area .hero10-images .img3 {
	  right: 0;
	}
  }
  
  .hero10-section-area .hero10-images .img4 {
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -100px;
	z-index: 1;
  }
  
  .hero10-section-area .hero10-images .img4 img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	object-fit: cover;
  }
  
  .hero10-section-area .hero10-images .img1 img {
	height: 400px;
	width: 400px;
	border-radius: 50%;
  }
  
  @media (max-width: 767px) {
	.hero10-section-area .hero10-images .img1 img {
	  height: 300px;
	  width: 300px;
	  border-radius: 50%;
	}
  }
  
  


.tab-content {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 40px;
	margin-top: 30px;
}

.tab-content {
	margin-top: 60px;
	border-top: 1px none;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.tab-content {
		margin-top: 30px;
	}
}

.gt-event-video-item .tab-content .gt-event-video-image {
	height: 557px;
	border-radius: 40px;
	overflow: hidden;
}

.gt-event-video-item .tab-content .gt-event-video-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}

.gt-event-video-item .gt-gallery-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.gt-event-video-item .gt-gallery-items {
		flex-wrap: wrap;
		gap: 30px;
	}
}

.gt-event-video-item .gt-gallery-items .gt-nav {
	display: flex;
	justify-content: space-between;
	gap: 70px;
	position: relative;
}

@media (max-width: 991px) {
	.gt-event-video-item .gt-gallery-items .gt-nav {
		flex-wrap: wrap;
		gap: 20px;
		border: 1px none;
	}
}

.gt-event-video-item .gt-gallery-items .gt-nav li .nav-link {
	transition: all 0.4s ease-in-out;
	line-height: 1;
	color: #B5A8D5;
	font-weight: 600;
	font-size: 24px;
	position: relative;
}

.gt-event-video-item .gt-gallery-items .gt-nav li .nav-link::before {
	position: absolute;
	content: "";
	left: 100px;
	top: 10px;
	width: 6px;
	height: 6px;
	line-height: 6px;
	border-radius: 30px;
	background-color: #D8CEF0;
}

.gt-event-video-item .gt-gallery-items .gt-nav li .nav-link.gt-style-2::before {
	display: none;
}

.gt-event-video-item .gt-gallery-items .gt-nav li .nav-link.active {
	position: relative;
	background: linear-gradient(90deg, #1539EE 0%, #90F 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gt-event-video-item .gt-gallery-items .gt-nav li .nav-link.active::after {
	position: absolute;
	content: "";
	width: 32px;
	height: 15px;
	background-color: #0036b4;
	left: 50%;
	transform: translateX(-50%);
	top: -75%;
	clip-path: polygon(50% 0%, 0% 131%, 85% 100%);
	transition: all 0.4s ease-in-out;
}

.gt-event-video-section {
	position: relative;
}

@media (max-width: 1199px) {
	.gt-event-video-section {
		overflow: hidden;
	}
}

.gt-event-video-section .gt-left-shape {
	display: none;
}

.gt-why-attend-item {
	margin-top: 30px;
}

.gt-why-attend-item .gt-why-attend-content {
	border-bottom: 1px solid rgba(17, 17, 44, 0.2);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.gt-why-attend-item .gt-why-attend-content span {
	font-weight: 600;
	color: #FF1ABC;
	margin-bottom: 5px;
	display: inline-block;
}

.gt-why-attend-item .gt-why-attend-content p {
	max-width: 450px;
}

.gt-why-attend-item .gt-why-attend-image video {
	width: 100%;
	height: 683px;
	border-radius: 225px;
	object-fit: cover;
}
.gt-section-title-5 h2 span {
	background: linear-gradient(90deg, #90F 27.17%, #FF1ABC 80.06%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'gorditamedium';
}

.section-padding {
	padding: 120px 0;
}

@media (max-width: 1199px) {
	.section-padding {
		padding: 100px 0;
	}
}

@media (max-width: 991px) {
	.section-padding {
		padding: 80px 0;
	}
}

.gt-testimonial-box-wrapper.gt-style-1 {
	margin-bottom: 16px;
}

.gt-testimonial-box-wrapper .swiper-slide {
	width: auto;
	height: auto;
}

.gt-testimonial-box-wrapper .gt-testimonial-box-item {
	width: 380px;
	max-width: calc(100vw - 48px);
	border-radius: 16px;
	background-color: #fff;
	padding: 28px 24px;
	text-align: left;
	border: 1px solid rgba(0, 54, 180, 0.12);
	box-shadow: 0 10px 28px rgba(0, 53, 181, 0.08);
	height: 100%;
	box-sizing: border-box;
}

@media (max-width: 575px) {
	.gt-testimonial-box-wrapper .gt-testimonial-box-item {
		width: 300px;
		padding: 22px 18px;
	}
}

.gt-testimonial-box-wrapper .gt-testimonial-box-item h3 {
	color: #4D55CC;
	font-size: 20px;
	margin-bottom: 12px;
}

.gt-testimonial-box-wrapper .gt-testimonial-box-item p {
	max-width: none;
	font-size: 15px;
	line-height: 1.55;
	color: #797979 !important;
	margin-bottom: 16px;
}

.gt-testimonial-box-wrapper .gt-testimonial-box-item h6 {
	font-size: 14px;
	margin: 0;
	color: #010d4c !important;
}

.gt-testimonial-box-wrapper .gt-testimonial-box-item h6 span {
	font-weight: 400;
	color: #797979;
}

.gt-testimonial-section-3 {
	position: relative;
}

@media (max-width: 1600px) {
	.gt-testimonial-section-3 {
		overflow: hidden;
	}
}

@media (max-width: 575px) {
	.gt-why-attend-item .gt-why-attend-image video {
		height: 400px;
	}
}

.marquee-text-slider-3.style-12 .marquee-text-3 {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 14px;
	line-height: 1;
	border-radius: 100px;
	width: fit-content;
}

.marquee-text-slider-3.style-12 .marquee-text-3.bg-cover {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.marquee-text-slider-3.style-12 .marquee-text-3.bg-cover::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../../assets/img/home-1/marque/bg-image.png");
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.marquee-text-slider-3.style-12 .marquee-text-3 .text-marquee {
	font-size: 13px;
	font-weight: 600;
	color: #11112C;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
}

.marquee-text-slider-3.style-12 .marquee-text-3:hover .text-marquee {
	color: #fff;
}

.marquee-text-slider-3.style-12 .marquee-text-3:hover.bg-cover::before {
	opacity: 1;
}

.gt-marque-section {
	position: relative;
}

.gt-marque-section .overlay-shape {
	position: absolute;
	left: 0;
	top: 288px;
	z-index: 999;
}

@media (max-width: 1199px) {
	.gt-marque-section .overlay-shape {
		display: none;
	}
}

.gt-marque-section .overlay-shape-2 {
	position: absolute;
	right: 0;
	top: 288px;
	z-index: 999;
}

@media (max-width: 1199px) {
	.gt-marque-section .overlay-shape-2 {
		display: none;
	}
}

.gt-section-title {
	position: relative;
	z-index: 99;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.gt-section-title {
		margin-bottom: 0;
	}
}

.marquee-text-slider-3.style-11 .marquee-text-3.bg-cover::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../../assets/img/home-1/marque/bg-image.png");
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.marquee-text-slider-3.style-11 .marquee-text-3 .text-marquee {
	font-size: 13px;
	font-weight: 600;
	color: #11112C;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
}

.marquee-text-slider-3.style-11 .marquee-text-3:hover .text-marquee {
	color: #fff;
}

.marquee-text-slider-3.style-11 .marquee-text-3:hover.bg-cover::before {
	opacity: 1;
}

.marquee-text-slider-3.style-12 {
	background-color: transparent;
	padding-top: 16px;
	margin-top: 0;
	margin-right: 50px;
	padding-bottom: 16px;
}

@media (max-width: 1199px) {
	.marquee-text-slider-3.style-12 {
		padding-bottom: 100px;
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.marquee-text-slider-3.style-12 {
		padding-bottom: 80px;
	}
}

.marquee-text-slider-3.style-11 {
	background-color: transparent;
	padding: 0;
	margin-top: 50px;
	position: relative;
	margin-left: 50px;
}
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.slide-transtion {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.marquee-text-slider-3 {
	background-color: #FCFCFC;
}



@media (max-width: 1199px) {
	.marquee-text-slider-3.style-11 {
		margin-left: 0;
	}
}

.marquee-text-slider-3.style-11 .marquee-text-3 {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: max-content;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 14px;
	line-height: 1;
	border-radius: 100px;
	box-sizing: border-box;
}

.marquee-text-slider-3.style-11 .marquee-text-3.bg-cover {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.marquee-text-slider-3 .swiper-slide {
	width: auto !important;
}


.gt-section-title .gt-sub-title {
	font-size: 16px;
	font-weight: 600;
	color: #0036b4;
	font-family: 'gorditamedium';
	margin-bottom: 25px;
	text-transform: capitalize;
	border-radius: 100px;
	background: rgba(21, 57, 238, 0.1);
	padding: 10px 24px;
	line-height: 1;
	display: inline-block;
}




.gt-why-attend-section {
	position: relative;
	z-index: 1;
}

.gt-why-attend-section .shape {
	display: none;
}

/* Shared continuous band for gallery + testimonials + why join */
.gt-event-video-section {
	background: linear-gradient(180deg, #ffffff 0%, #F8FBFF 100%);
}

.gt-testimonial-section-3 {
	background: #F8FBFF;
}

.gt-why-attend-section {
	background: linear-gradient(180deg, #F8FBFF 0%, #ffffff 100%);
}



.fix {
	overflow: hidden;
}
  
  .homepage10-body {
	overflow-x: hidden;
	background: #ffffff;
  }
  
  .main-menu .dropdown-padding li:has(.sub-menu)>a {
	position: relative;
	padding-right: 25px !important;
  }
  
  .main-menu .dropdown-padding li:has(.sub-menu)>a::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	transition: all 0.4s;
  }
  
  .main-menu .dropdown-padding li:has(.sub-menu)>a:hover::after {
	right: 5px;
	color: #2E4DFD;
  }


@media (min-width: 992px) {
	.container {
		padding-right: 0;
		padding-left: 0;
	}
}

/*(min-width: 992px)*/

/*(min-width: 1400px)*/
/*Grid xl Start*/
@media (max-width: 1399px) {
	.fancy-feature-twenty .shape-one {
		right: 0;
	}
}

/*(max-width: 1399px)*/


/*Between Grid xl*/
@media (min-width: 1200px) and (max-width: 1399px) {

	.hero-banner-five .illustration-holder:before {
		width: 700px;
		height: 700px;
		right: -130px;
		top: -170px;
	}

	.hero-banner-five .hero-heading {
		font-size: 75px;
	}

	.hero-banner-four .hero-heading {
		font-size: 65px;
	}

	.title-style-three .main-title {
		font-size: 55px;
	}

	.title-style-one .main-title {
		font-size: 52px;
	}

	.fancy-feature-eighteen .illustration-holder {
		width: 44%;
		top: 20%;
	}

	.fancy-feature-eighteen .illustration-holder:before {
		width: 750px;
		height: 750px;
	}

	.fancy-feature-nineteen .illustration-holder {
		top: 37%;
	}

	.fancy-feature-nineteen .bg-shape {
		width: 56%;
	}

	.fancy-feature-twentyOne .illustration-holder {
		width: 40%;
		left: 1%;
	}

	.hero-banner-four {
		padding-top: 200px;
	}
}

/*(min-width: 1200px) and (max-width: 1399px)*/


/*Grid lg Start*/
@media (max-width: 1199px) {
	.text-lg {
		font-size: 20px;
		line-height: 1.7em;
	}

	body .btn-eight {
		padding: 0 35px;
	}

	.title-style-three .main-title {
		font-size: 40px;
	}

	.title-style-one .main-title {
		font-size: 38px;
		line-height: 1.25em;
	}

	.title-style-three .sc-title {
		font-size: 11px;
		margin-bottom: 15px;
	}

	.title-style-one .sc-title-five {
		font-size: 11px;
	}

	.title-style-one .sc-title-two {
		font-size: 13px;
		margin-bottom: 8px;
	}

	.block-style-twelve {
		padding: 40px 20px 20px;
	}

	.hero-banner-five .oval-one {
		bottom: 0;
	}

	.block-style-two ul.list-item li {
		font-size: 18px;
	}

	.block-style-thirteen .list-item li {
		padding: 18px 10px 20px 75px;
		margin-top: 20px;
		font-size: 16px;
	}

	.block-style-thirteen .list-item .numb {
		left: 15px;
	}

	.counter-block-one .main-count {
		font-size: 42px;
	}

	.counter-block-one p {
		font-size: 16px;
		line-height: 25px;
	}

	.counter-section-one .inner-container {
		padding: 10px 0 20px;
	}

	.fancy-feature-twenty .shape-one {
		top: auto;
		bottom: 0;
	}

	.blog-meta-one .post-data {
		padding: 20px 15px;
	}

	.blog-meta-one .blog-title h5 {
		font-size: 22px;
		line-height: 1.55em;
	}

	.partner-logo-block-one {
		margin-top: 30px;
	}

	.partner-logo-block-one a {
		height: 62px;
		padding: 0 20px;
	}

	.partner-logo-block-one a img {
		max-width: 80%;
	}

	.title-style-four .main-title {
		font-size: 24px;
	}

	.theme-basic-footer .subscribe-form form {
		height: 60px;
	}

	.theme-basic-footer .subscribe-form form button {
		width: 120px;
		font-size: 17px;
	}

	.theme-basic-footer .subscribe-form form input {
		padding: 0 130px 0 15px;
		font-size: 16px;
	}

	.hero-banner-four .slogan {
		font-size: 14px;
		padding: 3px 10px;
	}

	.hero-banner-four .slogan i {
		line-height: 20px;
		margin-left: 0;
		width: 25px;
		font-size: 10px;
	}

	.address-section-one .inner-content {
		margin-top: 80px;
	}

	.address-block-one {
		padding: 40px 15px 30px;
	}

	.address-block-one .text-meta {
		padding-left: 20px;
	}

	.address-block-one .text-meta .title {
		font-size: 20px;
	}

	.address-block-one .text-meta p {
		font-size: 17px;
	}

	.address-block-one .text-meta p a {
		font-size: 20px;
	}

	.address-block-one .icon img {
		width: 45px;
	}

	.block-style-eleven.shape-arrow:before,
	.block-style-eleven.shape-arrow:after {
		display: none;
	}

	.block-style-eleven .icon {
		width: 80px;
		height: 80px;
	}

	.block-style-eleven .icon .num {
		left: -18px;
		top: -10px;
	}

	.block-style-eleven h5 {
		font-size: 20px;
		margin-top: 20px;
	}

	.hero-banner-four p {
		font-size: 18px;
	}

	.hero-banner-four .hero-heading {
		margin: 20px 0 30px;
	}

	.hero-banner-four .info {
		font-size: 16px;
		margin-top: 10px;
	}

	.hero-banner-four form {
		height: 55px;
		max-width: 450px;
	}

	.hero-banner-four form button {
		top: 2px;
		right: 2px;
		bottom: 2px;
		width: 150px;
		font-size: 15px;
	}

	.hero-banner-four form input {
		padding: 0 154px 0 20px;
	}

	.hero-banner-four .illustration-holder-two {
		bottom: 0;
	}

	.fancy-feature-fifteen .bg-wrapper {
		padding: 10px 0 50px;
	}
}

/*(max-width: 1199px)*/


/*Between Grid lg*/
@media (min-width: 992px) and (max-width: 1199px) {

	.hero-banner-five .hero-heading {
		font-size: 65px;
	}

	.hero-banner-four .hero-heading {
		font-size: 52px;
	}

	.hero-banner-five .illustration-holder:before {
		width: 580px;
		height: 580px;
		right: -100px;
		top: -130px;
	}

	.fancy-feature-eighteen .illustration-holder:before {
		width: 580px;
		height: 580px;
	}

	.fancy-feature-eighteen .illustration-holder {
		top: 26%;
	}

	.fancy-feature-nineteen .illustration-holder {
		top: 31%;
	}

	.fancy-feature-nineteen .bg-shape {
		width: 52%;
	}

	.fancy-feature-nineteen .bg-shape {
		width: 56%;
	}

	.fancy-feature-twentyOne .shape-one {
		width: 44%;
	}

	.fancy-feature-twentyOne .illustration-holder {
		width: 40%;
		left: 1%;
		top: 0;
	}

	.hero-banner-four {
		padding-top: 180px;
	}
}

/*(min-width: 992px) and (max-width: 1199px)*/


/*Grid md Start*/
@media (max-width: 991px) {
	body p {
		font-size: 19px;
		line-height: 1.7em;
	}

	.hero-banner-five .hero-heading {
		font-size: 45px;
	}

	.hero-banner-four .hero-heading {
		font-size: 42px;
		line-height: 1.2em;
	}

	.hero-banner-five .demo-btn {
		line-height: 52px;
		font-size: 17px;
		padding: 0 22px;
	}

	.hero-banner-five .video-icon {
		width: 52px;
		height: 52px;
		line-height: 52px;
	}

	.hero-banner-five {
		padding: 150px 0 100px;
	}

	.hero-banner-five .illustration-holder:before {
		display: none;
	}

	.theme-basic-footer .subscribe-area {
		margin-bottom: 65px;
	}

	.footer-style-four {
		margin-top: 60px;
		padding-top: 60px;
	}

	.theme-basic-footer .footer-intro p {
		margin: 15px 0;
	}

	.theme-basic-footer .bottom-footer {
		margin-top: 0;
	}

	.theme-basic-footer .bottom-footer .footer-nav a {
		margin: 0 8px;
		line-height: initial;
	}

	.hero-banner-four {
		padding-top: 150px;
	}
}

/*(max-width: 991px)*/


/*Between Grid md*/
@media (min-width: 768px) and (max-width: 991px) {
	.fancy-feature-eighteen .illustration-holder:before {
		width: 455px;
		height: 455px;
	}

	.fancy-feature-eighteen .illustration-holder {
		top: 26%;
		left: 1%;
	}

	.fancy-feature-nineteen .illustration-holder {
		top: 42%;
		right: 1%;
	}

	.fancy-feature-nineteen .bg-shape {
		width: 68%;
	}

	.fancy-feature-twentyOne .illustration-holder {
		width: 40%;
		top: 8%;
		left: 1%;
	}

	.fancy-feature-twentyOne .shape-one {
		width: 50%;
	}
}

/*(min-width: 768px) and (max-width: 991px)*/


/*Grid sm Start*/
@media (max-width: 767px) {

	.hero-banner-five .illustration-holder,
	.fancy-feature-twentyOne .illustration-holder,
	.fancy-feature-eighteen .illustration-holder,
	.fancy-feature-nineteen .illustration-holder {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
		margin: 80px auto 0;
		max-width: 470px;
		padding: 0 10px;
	}

	.fancy-feature-eighteen .illustration-holder:before,
	.fancy-feature-twentyOne .shape-one {
		display: none;
	}

	.fancy-feature-nineteen .bg-shape {
		top: auto;
		bottom: -10%;
	}

	.accordion-style-one .accordion-button {
		padding: 20px 15px;
		font-size: 18px;
	}

	.accordion-style-one .accordion-body {
		padding: 0 15px 5px 15px;
	}

	.address-block-one.border-right {
		border-right: none;
		border-bottom: 1px solid #DFEAF9;
	}

	.theme-basic-footer .subscribe-form {
		max-width: 100%;
	}
}

/*(max-width: 767px)*/


/*Between Grid sm*/

/*(min-width: 576px) and (max-width: 767px)*/


/*Extra Small breakpoints*/
@media (max-width: 575px) {

	.block-style-twelve h5 a {
		font-size: 23px;
	}

	.block-style-thirteen .list-item li h6 {
		font-size: 18px;
	}

	.theme-basic-footer .footer-title {
		font-size: 22px;
		margin-bottom: 6px;
	}

	.theme-basic-footer .footer-nav-link a {
		line-height: 40px;
		font-size: 16px;
	}

	.fancy-feature-nineteen .oval-one,
	.address-section-one .shapes {
		display: none;
	}

	.accordion-style-one .accordion-body p {
		font-size: 16px;
	}
}

/*(max-width: 575px)*/

@-webkit-keyframes jumpTwo {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jumpTwo {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes jumpThree {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jumpThree {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes jumpFour {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jumpFour {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


@-webkit-keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*^^^^^^^^^^^^^^^^^^^^^ Dynamic Island Navigation ^^^^^^^^^^^^^^^^^^^^^^^^*/
.dynamic-island-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 12px 16px;
	pointer-events: none;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dynamic-island-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	pointer-events: all;
}

.dynamic-island-bar {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 30px;
	padding: 10px 20px;
	box-shadow: 0 8px 32px rgba(0, 53, 181, 0.15);
	border: 1px solid rgba(0, 53, 181, 0.1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: default;
	position: relative;
	overflow: visible;
}

.dynamic-island-bar::before {
	display: none;
}

.dynamic-island-bar.expanded {
	border-radius: 24px;
	box-shadow: 0 12px 48px rgba(0, 53, 181, 0.25);
}

.island-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.island-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #0036b527;
	padding: 4px;
	transition: none;
	flex-shrink: 0;
	background: transparent;
}

.island-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.island-menu-toggle {
	background: transparent;
	border: none;
	padding: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	transition: background 0.3s ease;
	flex-shrink: 0;
}

.island-menu-toggle:hover {
	background: rgba(0, 53, 181, 0.1);
}

.menu-icon {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 24px;
	height: 18px;
	position: relative;
}

.menu-line {
	width: 100%;
	height: 2.5px;
	background: #0035b5;
	border-radius: 2px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: center;
}

.dynamic-island-bar.expanded .menu-line:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.dynamic-island-bar.expanded .menu-line:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.dynamic-island-bar.expanded .menu-line:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

.island-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border-radius: 24px;
	box-shadow: 0 12px 48px rgba(0, 53, 181, 0.2);
	border: 1px solid rgba(0, 53, 181, 0.1);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px) scale(0.95);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	max-height: 0;
	z-index: 10;
}

@media (max-width: 991px) {
	.dynamic-island-bar {
		flex-direction: column;
		align-items: stretch;
		overflow: visible;
	}
	
	.island-menu {
		position: absolute;
		top: calc(100% + 8px);
		left: 0;
		right: 0;
	}
}

.island-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	max-height: 600px;
}

.menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid rgba(0, 53, 181, 0.1);
	background: linear-gradient(135deg, rgba(0, 53, 181, 0.05) 0%, rgba(0, 102, 255, 0.05) 100%);
}

.menu-title {
	font-family: 'gorditamedium';
	font-size: 18px;
	color: #0035b5;
	letter-spacing: 0.5px;
}

.menu-close {
	background: transparent;
	border: none;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #0035b5;
	transition: all 0.3s ease;
	font-size: 18px;
}

.menu-close:hover {
	background: rgba(0, 53, 181, 0.1);
	transform: rotate(90deg);
}

.menu-list {
	list-style: none;
	padding: 12px;
	margin: 0;
}

.menu-list li {
	margin-bottom: 4px;
}

.menu-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 8px 20px;
	border-radius: 12px;
	color: #010d4c;
	font-size: 16px;
	font-family: 'gorditamedium';
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	position: relative;
	overflow: visible;
}

.menu-item::before {
	display: none;
}

.menu-item::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%) scale(0);
	width: 6px;
	height: 6px;
	background: #0035b5;
	border-radius: 50%;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-item.active::after {
	transform: translateX(-50%) scale(1);
}

.menu-item:hover {
	color: #0035b5;
	transform: scale(1.15) translateY(-5px);
}

.menu-item.active {
	color: #0035b5;
	background: transparent;
	box-shadow: none;
}

.menu-item i {
	width: 20px;
	text-align: center;
	font-size: 18px;
	color: #0035b5;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-item:hover i {
	transform: scale(1.15) rotate(5deg);
	color: #0066FF;
}

.menu-item span {
	flex: 1;
}

/* Desktop View - Horizontal Navigation */
@media (min-width: 992px) {
	.dynamic-island-nav {
		padding: 20px 24px;
		position: fixed;
		top: 0;
		pointer-events: none;
	}
	
	.dynamic-island-container {
		pointer-events: all;
	}

	.dynamic-island-container {
		max-width: 1200px;
		margin: 0 auto;
	}

	.dynamic-island-bar {
		padding: 12px 28px;
		border-radius: 35px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}

	.island-content {
		justify-content: flex-start;
		width: auto;
		flex: 0 0 auto;
		gap: 16px;
	}

	.island-menu-toggle {
		display: none;
	}

	.island-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		max-height: none;
		background: transparent;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: none;
		border: none;
		border-radius: 0;
		margin-top: 0;
		padding: 0;
		flex: 1;
		min-width: 0;
	}

	.menu-header {
		display: none;
	}

	.menu-list {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 0;
		margin: 0;
		justify-content: flex-end;
	}

	.menu-list li {
		margin: 0;
	}

	.menu-item {
		padding: 8px 20px;
		border-radius: 20px;
		font-size: 15px;
		white-space: nowrap;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.menu-item::before {
		display: none;
	}

	.menu-item::after {
		bottom: -10px;
		width: 5px;
		height: 5px;
	}

	.menu-item:hover {
		background: transparent;
		color: #0035b5;
		transform: scale(1.2) translateY(-8px);
		box-shadow: none;
	}

	.menu-item.active {
		background: transparent;
		color: #0035b5;
		box-shadow: none;
	}

	.menu-item i {
		display: none;
	}

	.menu-item span {
		flex: none;
	}
}

/* Tablet View */
@media (min-width: 768px) and (max-width: 991px) {
	.dynamic-island-bar {
		padding: 12px 24px;
	}

	.menu-item {
		font-size: 17px;
		padding: 10px 24px;
	}
	
	.menu-item::after {
		bottom: -8px;
	}
}

/* Mobile View Enhancements */
@media (max-width: 767px) {
	.dynamic-island-nav {
		padding: 10px 12px;
	}

	.dynamic-island-bar {
		padding: 10px 16px;
		border-radius: 28px;
	}

	.island-logo {
		width: 36px;
		height: 36px;
		border-radius: 8px;
		border: 1px solid #0035b5;
	}

	.menu-item {
		font-size: 16px;
		padding: 10px 20px;
	}
	
	.menu-item::after {
		bottom: -8px;
	}

	.menu-item i {
		font-size: 20px;
		width: 24px;
	}
}

/* No padding-top - navbar overlays content */
body {
	padding-top: 0;
}

/* Scroll effects for Dynamic Island */
.dynamic-island-nav.scrolled .dynamic-island-bar {
	box-shadow: 0 12px 40px rgba(0, 53, 181, 0.2);
	border-color: rgba(0, 53, 181, 0.15);
}

.dynamic-island-nav.nav-hidden {
	transform: translateY(-100%);
}

.dynamic-island-nav.nav-visible {
	transform: translateY(0);
}

/* Animation for menu items */
@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.island-menu.active .menu-item {
	animation: slideInUp 0.4s ease forwards;
}

.island-menu.active .menu-item:nth-child(1) {
	animation-delay: 0.05s;
}

.island-menu.active .menu-item:nth-child(2) {
	animation-delay: 0.1s;
}

.island-menu.active .menu-item:nth-child(3) {
	animation-delay: 0.15s;
}

.island-menu.active .menu-item:nth-child(4) {
	animation-delay: 0.2s;
}

.island-menu.active .menu-item:nth-child(5) {
	animation-delay: 0.25s;
}

.island-menu.active .menu-item:nth-child(6) {
	animation-delay: 0.3s;
}

/*^^^^^^^^^^^^^^^^^^^^^ Contact Form Styles ^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact-form-wrapper {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 50px 40px;
	box-shadow: 0px 30px 80px rgba(14, 100, 215, 0.08);
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid rgba(0, 53, 181, 0.15);
	border-radius: 10px;
	font-size: 16px;
	font-family: 'gorditaregular';
	color: #010d4c;
	background: #F8FBFF;
	transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #0035b5;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0, 53, 181, 0.1);
}

.contact-form textarea {
	resize: vertical;
	min-height: 150px;
}

.contact-form button {
	margin-top: 10px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Global Typography Colors - Override All Headings and Paragraphs ^^^^^^^^^^^^^^^^^^^^^^^^*/
/* Ensure all headings use #010d4c */
h1, h2, h3, h4, h5, h6,
.main-title, .hero-heading, .sc-title, .sc-title-two, .sc-title-five,
.footer-title, .blog-title h5, .blog-title,
.block-style-twelve h5, .block-style-twelve h5 a,
.block-style-eleven h5, .block-style-thirteen .list-item li h6,
.address-block-one .text-meta .title,
.accordion-style-one .accordion-button {
	color: #010d4c !important;
}

/* Ensure all paragraphs and text use rgba(0, 40, 78, 0.8) */
p, 
.block-style-twelve p,
.block-style-thirteen .list-item li,
.block-style-two ul.list-item li,
.address-block-one .text-meta p,
.accordion-style-one .accordion-body p,
.blog-meta-one .post-data,
.text-meta p {
	color: rgba(0, 40, 78, 0.8) !important;
}

/* Keep span colors for accent (underlined spans in headings) */
.hero-heading span,
.main-title span {
	color: #0035b5 !important;
}

/* White text on blue / dark themed backgrounds */
.bg-color,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color p,
.bg-color .main-count,
.bg-color .main-title,
.bg-color .sc-title,
.bg-color .sc-title-two,
.bg-color .sc-title-five,
.bg-color .counter-block-one .main-count,
.bg-color .counter-block-one p {
	color: #fff !important;
}

