@charset "utf-8";


/*------------| body frame start |-----------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


html,
body {
	width: 100%;
	padding: 0px;
	margin: 0;
	overflow-x: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 28px;
	min-width: 320px;
	color: #363534;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
}

/*=============== tags start ===================**/
section {
	position: relative;
	clear: both;
	width: 100%;
}

*:focus,
a:hover,
a:active,
a:focus {
	outline: 0;
}

button::-moz-focus-inner,
select::-moz-focus-inner {
	border: 0;
	outline: 0;
}

figure {
	padding: 0px;
	margin: 0px;
}

a {
	opacity: 1;
	/* color: #363534; */
	color: #00B0A5;
	font-weight: 700;
	text-decoration: underline;

}

a:hover {
	color: #E10034;
	text-decoration: none;
}

img {
	border: 0px;
	outline: none;
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
}

input {
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0px;
	margin: 0px;

}

h1 {
	font-size: 50px;
	line-height: 62px;
	margin-bottom: 20px;
}

h2 {
	font-size: 45px;
	line-height: 57px;
	margin-bottom: 20px;
}

h3 {
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 15px;
}

h4 {
	font-size: 35px;
	line-height: 47px;
	margin-bottom: 15px;
}

h5 {
	font-size: 30px;
	line-height: 42px;
	font-weight: 300;
	margin-bottom: 15px;
}

h6 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
}

ul {
	padding: 0px 0px 25px 30px;
	margin: 0px;
	text-align: initial;

}

ol {
	padding: 0px 0px 25px 25px;
	margin: 0px;
	text-align: initial;
}

ul li {
	position: relative;
	padding: 0px 0px 5px 0px;
}

ol li {
	padding: 5px 0px 5px 5px;
}

p {
	margin: 0px;
	padding: 0px 0px 25px 0px;
}

hr {
	padding: 0px;
	border: 0px;
	height: 1px;
	margin: 30px auto;
	background-color: #707070;
}

strong,
b {
	font-weight: 700;
}

img {
	/*  display:block;*/
	height: auto
}


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea {
	width: 100%;
}

input[type='text'],
input[type='tel'],
input[type='date'],
input[type='email'],
textarea,
select {

	border: 1px solid #00B0A5;
	background-color: #fff;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	padding: 8px 15px;
	margin: 0px;
	color: #363534;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='submit'],
input[type=button],
input[type=reset],
button,
.DefaultBtn,
.PrimaryBtn,
.SecondaryBtn {
	color: #ffffff;
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	margin: 0px;
	padding: 9px 30px 13px 30px;
	border-radius: 0px;
	display: inline-block;
	background-color: #001D9C;
	border: 0px;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.DefaultBtn {
	background-color: #001D9C;
}

.PrimaryBtn {
	background-color: #00B0A5;
}

.SecondaryBtn {
	background-color: #E10034;
}

input[type='submit']:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.DefaultBtn:hover {
	color: #fff;
	background: #00B0A5;
}

.PrimaryBtn:hover,
.joinUs input[type='submit']:hover {
	color: #fff;
	background: #E10034;
}

.SecondaryBtn:hover {
	color: #fff;
	background: #00B0A5;
}


select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/dd-arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 0px;
	border: 1px solid #00B0A5;
	background-color: #fff;
	padding: 3px 32px 3px 15px;
	height: 55px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select option {
	padding: 10px 0px;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #363534;
}

select::-ms-expand {
	display: none;
}

input[type=checkbox]:not(old) {
	width: 30px;
	margin: 0px;
	padding: 0;
	opacity: 0;
	position: absolute;
}

input[type=checkbox]:not(old)+span {
	display: inline-block;
	margin-left: 0px;
	padding-left: 36px;
	background: url('../images/checkbox_unchecked.svg') no-repeat;
	background-position: left top;
	background-size: 25px;
	line-height: 20px;
	margin-bottom: 0px;
	cursor: pointer;
}

input[type=checkbox]:not(old):checked+span {
	background: url('../images/checkbox_checked.svg') no-repeat;
	background-position: left top;
	background-size: 25px;
	cursor: pointer;
}

textarea {
	width: 100%;
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	height: 300px;
	padding: 8px 15px;
	box-sizing: border-box;

	color: #363534;
	border: 1px solid #00B0A5;
	background-color: #fff;
	border-radius: 0px;
	resize: none;
}

table {
	width: 100% !important;
	border: 0px;
	table-layout: fixed;
}

table tr td {
	padding: 12px 15px;
	border-collapse: collapse;
}

table {
	background: #ffffff;
	text-align: left;
	margin-bottom: 20px;
	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-collapse: collapse;
	font-size: 20px;
}

table h1,
table h2,
table h3,
table h4,
table h5 {
	margin: 0px;
}

table th {
	background: #001D9C;
	color: #fff;
	padding: 15px;
	text-align: left;
	border-right: 1px solid #b3b3b3;
	font-weight: 700;
	border-bottom: 1px solid #b3b3b3;
	word-wrap: break-word;
}

table td {
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	word-wrap: break-word;
}

.alignleft {
	float: left;
	margin: 0px 30px 30px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 30px 30px;
}

.aligncenter {
	float: none;
	margin: 30px auto 30px auto;
}

blockquote {
	color: #001D9C;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 47px;
}

blockquote p {
	padding: 0px;
	font-size: 35px;
	line-height: 47px;
}

blockquote::before {
	content: ' ';
	display: inline-block;
	position: relative;
	width: 95px;
	height: 45px;
	background-image: url('../images/red-dot.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 95px 45px;
}

blockquote::after {
	content: ' ';
	display: inline-block;
	position: relative;
	width: 95px;
	height: 45px;
	vertical-align: bottom;
	background-image: url('../images/green-dot.svg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 95px 45px;
	margin-top: 20px;
}


/* .ajax-loader {
	background-image: url('../images/ajax-loader.svg') !important;
	background-color: #E10034;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 36px !important;
	height: 36px !important;
	margin: 0px -18px 0px 0px !important;
	position: absolute;
	right: 50%;
	bottom: -40px;

} */

/* ==================================== breadcrumb menu & pagination css start here========================== */
.pagination {
	padding-bottom: 80px;
	font-size: 20px;
	line-height: 25px;
}

.pagination a {
	padding: 2px 14px 5px 14px;
	margin: 2px;
	text-decoration: none;
	transition: background-color .3s;
	font-weight: 400;
	background: #E4FAFA;
}

.pagination span.current {
	background-color: #001D9C;
	padding: 2px 14px 5px 14px;
	margin: 2px;
	color: white;
}

.pagination a:hover:not(.active) {
	background: #00B0A5;
	color: #fff;
}

/* ==================================== breadcrumb menu & pagination css end here========================== */
.box {
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .1);
}

.box:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.imageHolder {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.OF-cover {
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center';
	width: 100%;
	height: 100%;
}

.imgloader {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url('../images/loader.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
}

img[data-lazy-src] {
	opacity: 0;
}

/* img.lazyloaded {
    opacity: 1!important;
} */

img.lazyloaded~.imgloader {
	opacity: 0;
}

header .imgloader,
#footer .imgloader {
	display: none;
}



.flexNoWrap,
.flexWrap,
.flexStretch,
.flexHorizontalCenter,
.flexVerticalCenter,
.flexRowReverse,
.flexcolReverse,
.flexGrow,
.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
.sliderText,
.magaMenu,
.newsletter ul,
.EventHead>div,
.worldList>div ul,
.contactAddressMap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flexWrap,
.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
.worldList>div ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
}


.flexStretch,
.ImageTextBlock .col_1_1,
.col_1_1_1 {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

}

.flexHorizontalCenter {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

}


.flexVerticalCenter,
.sliderText,
.EventHead>div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flexRowReverse,
.MemberBlockRow .MemberBlock:nth-child(odd) .container,
.contactRow .MemberBlock .container {
	-webkit-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap;
}

.flexcolReverse {
	flex-direction: column-reverse;
}

.flexcolReverse .col {
	width: 100%;
}

.flexGrow {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
}

.flexGrow .col:last-child {
	flex-grow: 1;
}

.fluidVideo {
	padding-bottom: 56.1% !important;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* new css 2024 */
.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 125px;
}

.p_100,
.p_130 {
	padding: 0 130px;
}

/* ========================================= COOKIE BAR ========================================= */

.cky-consent-container {
	width: 450px !important;
}

.cky-banner-bottom {
	bottom: 40px !important;
	left: 40px !important;
}

.cky-prefrence-btn-wrapper+div {
	display: none !important;
}

.cky-consent-container .cky-consent-bar {
	background: #fff;
	border: none !important;
	padding: 25px 30px !important;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
}

.cky-notice .cky-title {
	display: none !important;
}

.cky-notice-des p {
	margin: 0 !important;
	font-size: 16px;
}

.cky-notice-des a:hover {
	opacity: 1 !important;
	color: #00B0A5 !important;
	text-decoration: underline;
}

.cky-notice-btn-wrapper {
	flex-direction: row-reverse !important;
	justify-content: space-between !important;
	margin-top: 0 !important;
	gap: 12px !important;
	margin-left: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn {
	position: relative;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	padding: 12px 32px;
	border-width: 1px;
	border-radius: 0px;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 0 !important;
}

.cky-btn.cky-btn-accept {
	background-color: #00B0A5 !important;
	color: #fff;
	border: 1px solid #00B0A5 !important;
}

.cky-notice-btn-wrapper .cky-btn-customize {
	order: 3 !important;
}

.cky-notice-btn-wrapper .cky-btn-reject {
	order: 2 !important;
}

.cky-notice-btn-wrapper .cky-btn-accept {
	order: 1 !important;
}

.cky-notice-group {
	display: block !important;
}

.btnholder p {
	display: flex;
	align-items: center;
}

@media (max-width:440px) {
	.cky-banner-bottom {
		bottom: 0 !important;
		left: 0 !important;
	}

	.cky-notice-btn-wrapper {
		display: block !important;
	}

	.cky-consent-container {
		width: 100% !important;
	}

	.cky-custom-brand-logo-wrapper,
	.cky-notice .cky-title,
	.cky-notice-des,
	.cky-notice-btn-wrapper {
		padding: 0 !important;
	}

	.cky-notice-btn-wrapper .cky-btn {
		padding: 10px !important;
	}
}

.gform_ajax_spinner {
	max-width: 30px !important;
	max-height: 30px !important;
	margin-left: 10px;
	/* margin-top: 10px; */
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: 1.5px solid #c02b0a !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
	display: none;
	outline: none;
}


.gform_wrapper.gravity-theme .donationAmount .gfield_validation_message,
.gform_wrapper.gravity-theme .donationAmount .validation_message,
.gform_wrapper.gravity-theme .donationAmount .gform_validation_errors:focus {
	display: block;
}