/******* Globals *******/

@media (min-width: 1200px) {
	.container.wide {
		max-width: 1700px;
	}
}

/* Helper Classes */
.img-cover {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.bg-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.text-decoration-underline {
	text-decoration: underline;
}

.section-divider {
	height: 1px;
	width: 200px;
	background-color: #f7ab1a;
}

.opacity-50 {
	opacity: 50%;
}

/* Colors And Backgrounds */
.color-gold {
	color: #f7ab1a !important;
}
.color-blue-light {
	color: #3d8bb8 !important;
}
.color-blue {
	color: #153353 !important;
}
.color-tan {
	color: #fff7f0 !important;
}
.color-off-white {
	color: #fffcf3 !important;
}
.color-white {
	color: #ffffff !important;
}

.background-gold {
	background-color: #f7ab1a;
}
.background-blue-light {
	background-color: #3d8bb8;
}
.background-blue {
	background-color: #153353;
}
.background-tan {
	background-color: #fff7f0;
}
.background-off-white {
	background-color: #fffcf3;
}
.background-white {
	background-color: #ffffff;
}

.background-tan-blue-split {
	background: linear-gradient(0deg, rgba(21, 51, 83, 1) 50%, rgba(255, 247, 240, 1) 50%);
}

/* Elements */
h1,
.h1 {
	color: #153353;
	font-family: 'proxima-nova', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	font-size: 55px;
}

h2,
.h2 {
	color: #153353;
	font-family: 'proxima-nova', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	font-size: 35px;
}

h3,
.h3 {
	color: #153353;
	font-family: 'proxima-nova', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	font-size: 28px;
}

h5,
.h5 {
	color: #153353;
	font-family: 'proxima-nova', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	font-size: 14px;
}

h6,
.h6 {
	color: #153353;
	font-family: 'proxima-nova', sans-serif;
	line-height: 1.3;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.body-font {
	color: #153353;
	font-family: 'proxima-nova', sans-serif;
	line-height: 1.6;
	font-weight: 400;
	font-size: 20px;
}

@media (max-width: 991px) {
	h1,
	.h1 {
		font-size: 40px;
	}
	h2,
	.h2 {
		font-size: 30px;
	}
	h3,
	.h3 {
		font-size: 20px;
	}
}

/***** Parts *****/

/* Banner */
#banner {
	padding: 270px 0;
}

#banner .content-box {
	max-width: 775px;
	padding: 70px 50px 50px 50px;
	position: relative;
}

#banner .content-box .logo-box {
	max-width: 305px;
	width: 100%;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 35px;
	top: -47.5px;
}

#banner .content-box .logo-box img {
	width: 250px;
}

@media (max-width: 991px) {
	#banner {
		padding: 170px 0;
	}

	#banner .content-box {
		max-width: 575px;
		padding: 75px 35px 35px 35px;
	}
}

@media (max-width: 576px) {
	#banner {
		padding: 120px 0 80px 0;
	}

	#banner .content-box {
		max-width: 100%;
		padding: 45px 35px 35px 35px;
	}

	#banner .content-box .logo-box {
		max-width: 205px;
		height: 55px;
		top: -27.5px;
	}

	#banner .content-box .logo-box img {
		width: 150px;
	}
}

/* Tan Callout */
#tan-callout {
	padding: 100px 0;
}

#tan-callout .img-div {
	height: 345px;
	border-radius: 5px;
	display: flex;
	align-items: flex-end;
	padding: 10px;
}

#tan-callout .img-div .box {
	flex: 0 0 100%;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 10px 20px;
}

@media (max-width: 991px) {
	#tan-callout {
		padding: 60px 0;
	}
}

/* Numbers */
#numbers .box {
	padding: 45px;
}

#numbers .label-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#numbers .label-box .line {
	height: 1px;
	background-color: #f7ab1a;
	max-width: 200px;
	flex: 1;
}

/* Testimonial */
#testimonial {
	padding: 110px 0;
}

#testimonial .svg-container {
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.country-svg:hover svg,
.country-svg:focus svg {
	opacity:0.75;
}

#testimonial .h6 {
	margin-top: 15px;
}

#testimonial .testimonial-image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

#testimonial .testimonial-image-wrapper .testimonial-image {
	height: 80px;
	width: 80px;
	flex: 0 0 80px;
	border-radius: 50%;
	margin: 0 20px;
}

#testimonial .testimonial-image-wrapper .line {
	height: 1px;
	background-color: #f7ab1a;
	flex: 0 0 100px;
}

@media (max-width: 991px) {
	#testimonial {
		padding: 60px 0;
	}
}

/* Slider */
#slider {
	padding: 90px 0;
}

#slider .controls-div {
	flex: 0 0 430px;
}

#slider .swiper-container {
	flex: 1;
	clip-path: inset(-100vw -100vw -100vw 0);
}

#slider .swiper-container .swiper {
	overflow: visible;
}

#slider .swiper-container .swiper .swiper-slide {
	width: 550px;
}

#slider .arrows {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}

#slider .pk-swiper-button-prev,
#slider .pk-swiper-button-next {
	width: 25px;
	margin: 0 15px;
}

#slider .swiper-container .swiper .swiper-slide {
	border-radius: 5px;
	box-shadow: 0 5px 20px rgba(21, 51, 83, 0.08);
}

#slider .swiper-container .swiper .swiper-slide .img-div {
	height: 305px;
	border-radius: 5px;
	position:relative;
}

#slider .swiper-container .swiper .swiper-slide .slide-title {
	background:#fff;
	padding:10px 20px 0;
	color:#000;
	font-size:28px;
	line-height:32px;
	margin-right:40px;
	transform:translateY(-46px);
}

#slider .swiper-container .swiper .swiper-slide .slide-title small {
	font-size:14px;
	color:#153353;
	margin-left:5px;
}

#slider .swiper-container .swiper .swiper-slide .content-div {
	padding: 0 30px 15px;
	transform:translateY(-20px);
}

@media (max-width: 1200px) {
	#slider .controls-div {
		flex: 0 0 330px;
	}
}

@media (max-width: 991px) {
	#slider .controls-div {
		flex: 0 0 100%;
		text-align: center;
	}

	#slider .controls-div .section-divider {
		margin-left: auto;
		margin-right: auto;
	}

	#slider .controls-div .arrows {
		justify-content: center;
		margin-bottom: 30px;
	}

	#slider .swiper-container {
		clip-path: none;
	}
}

@media (max-width: 767px) {
	#slider .swiper-container .swiper .swiper-slide {
		width: 100%;
	}

	#slider .swiper-container .swiper {
		max-width: 100%;
	}
}

/* Conference */
#conference {
	padding: 150px 0;
}

#conference .box {
	display: flex;
	flex-wrap:nowrap;
}

@media (max-width: 1200px) {
	#conference .box {
		flex-wrap:wrap;
	}
}

@media (min-width: 992px) {
	.virtual-events-content {
		padding-left:40px;
	}
	.digital-growth-content {
		padding-right:40px;
	}
}

#conference .conference-stats {
	display:flex;
	flex-wrap:wrap;
	background:#133251;
	color:#fff;
	padding:25px 0 25px 25px;
}

#conference .conference-stats .conference-stat {
	flex: 0 0 50%;
	padding: 10px 0;
}

#conference .conference-stats .conference-stat strong,
#conference .conference-stats .conference-stat span {
	display:block;
	font-family: 'proxima-nova', sans-serif;
}

#conference .conference-stats .conference-stat strong {
	font-size:40px;
	line-height:40px;
}

#conference .conference-stats .conference-stat span {
	font-size:16px;
	line-height:32px;
}

#conference .content-box-right {
	flex: 0 0 550px;
}

@media (max-width:768px) {
	#conference .content-box-right {
		flex: 0 0 100%;
	}
}

#conference .content-box-right .cover-img {
	width:100%;
	height:100%;
	background:url(images/conference-group.jpg) 50% 50% no-repeat;
}

#conference .box .content-box {
	padding: 30px;
	border-radius: 5px;
}

#conference .box .quote-box {
	background-color: #EBF3F8;
	padding: 30px;
}

#conference .box .quote-box .img-div {
	height: 80px;
	width: 80px;
	margin-right: 20px;
	border-radius: 50%;
	margin-top: 5px;
	flex: 0 0 80px;
}

@media (max-width: 991px) {
	#conference {
		padding: 75px 0;
	}
}

/* Fifty Fifty */
#fifty-fifty {
	padding: 90px 0;
}

#fifty-fifty .row {
	margin-bottom: 50px;
}

#fifty-fifty .row:last-of-type {
	margin-bottom: 0;
}

#fifty-fifty .content-box {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 991px) {
	#fifty-fifty .img-div {
		order: 1;
		height: 350px;
	}

	#fifty-fifty .content-box {
		order: 2;
		padding-top: 30px;
		padding-bottom: 0;
	}
}

/* Finance Table */
#finance-table {
	padding: 80px 0 100px 0;
}

#finance-table .h3 {
	margin-bottom: 0;
}

#finance-table .table-break-row {
	display: flex;
	align-items: center;
	padding: 0 0.75rem;
	margin: 15px 0 5px 0;
}

#finance-table .table-break-row .h6 {
	margin-bottom: 0;
	font-weight: 700;
}

#finance-table td:not(.fill) {
	width: 20px;
}

#finance-table .table-break-row .line {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	flex: 1;
	margin-left: 10px;
}

@media (max-width: 991px) {
	#finance-table {
		padding: 75px 0;
	}
}

/* Accordion */
#accordion {
	padding: 100px 0;
}

#accordion #unions-accordion .card {
	border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 20px 0 15px 0;
}

#accordion #unions-accordion .card:last-of-type {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

#accordion #unions-accordion .card,
#accordion #unions-accordion .card-header {
	border: none;
	background-color: transparent;
}

#accordion #unions-accordion .card-header button {
	position: relative;
}

#accordion #unions-accordion .card-header button svg {
	position: absolute;
	top:calc(50% - 10px);
	right:20px;
	width:20px;
	fill: #F4AB02;
}

#accordion #unions-accordion .card-header button svg.chevup {
	display:none;
}

#accordion #unions-accordion .card.opened .card-header button svg.chevdw {
	display:none;
}

#accordion #unions-accordion .card.opened .card-header button svg.chevup {
	display:block;
}

#accordion #unions-accordion .card * {
	color: #ffffff !important;
	box-shadow: none !important;
	padding: 0;
}

#accordion #unions-accordion .card li {
	position: relative;
	padding-left: 25px;
}

#accordion #unions-accordion .card li::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #f7ab1a;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%;
}

@media (max-width: 991px) {
	#accordion {
		padding: 50px 0;
	}
}

/* Board Of Directors */
#board-of-directors {
	padding-top: 120px;
	text-align: center;
}

#board-of-directors .img-div {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	margin: 0 auto 10px auto;
}

@media (max-width: 991px) {
	#board-of-directors {
		padding-top: 60px;
	}
}

/* Footer */
footer {
	padding: 70px 0;
}

footer img {
	width: 250px;
	margin: 0 auto;
	display: block;
}

.lity {
	background: rgba(21, 51, 83, 0.9);
}

.lity-container {
	max-width:960px;
	width:100%;
}

.lity-content {
	background:#fff;
	padding:40px;
	border-radius:20px;
}

.lity-content h2 {
	font-size:30px;
	line-height:32px;
	margin:0 0 10px;
	color: #000;
}

.lity-content p {
	font-size:20px;
	line-height:32px;
	color:#223960;
}

.check-icon-list {
	list-style: none; /* Remove default bullet points */
	padding-left: 0; /* Remove default padding if needed */
}

.check-icon-list li {
	position: relative;
	padding-left: 25px; /* Space for the icon */
}

.check-icon-list li::before {
	content: "";
	background: url('images/check.svg') 0 0 no-repeat; /* Path to your custom check icon */
	width: 16px; /* Adjust based on your icon size */
	height: 16px;
	position: absolute;
	left: 0;
	top: 7px;
}