* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--blue: #1a4b8c;
	--blue-dark: #0f3570;
	--blue-mid: #1e5ba8;
	--blue-bright: #2563eb;
	--blue-light: #eff6ff;
	--gold: #e8a020;
	--gold-light: #f5b942;
	--navy: #0a1a3a;
	--white: #ffffff;
	--off-white: #f8fafc;
	--text: #0f2044;
	--text-muted: #4b5563;
	--text-light: #9ca3af;
	--border: #e2e8f0;
	--shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	--radius: 30px;
}

* html {
	overflow-x: hidden;
}

html,
body {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: Nunito Sans;
	overflow-x: hidden;
}

.custom-container {
	max-width: 1750px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-gap {
	padding: 80px 0px;
	margin: 0px;
}

.cmn-butn {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 6%;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 14px 40px;
	transition: all 0.3s ease-in-out;
}

.sky-butn {
	background: #1a6190;
	border: 1px solid#1A6190;
	color: #fff;
	transition: all 0.25s;
}

.sky-butn:hover {
	background: #023786;
	border: 1px solid #023786;
	color: #fff;
	transform: translateY(-2px);
}

.blue-butn {
	background: #023786;
	border: 1px solid #fff;
	color: #dee5f0;
	transition: all 0.25s;
}

.blue-butn:hover {
	background: #1a6190;
	border: 1px solid #1a6190;
	color: #fff;
	transform: translateY(-2px);
}

.cmn-gap {
	padding: 80px 0px;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============header-section===========*/
/* =================================== */

.top-bar {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
	overflow: hidden;
}


.top-bar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #ffffff69;
	padding-bottom: 12px;
}

.info-item-row {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 25px;
}

.top-bar .info-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.top-bar .info-item img {
	height: 16px;
	margin-right: 6px;
}

.top-bar .info-item p {
	font-weight: 400;

	font-size: 15px;

	line-height: 24px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.top-bar .info-item p a {
	color: #fff;
}

.top-bar .info-item p a:hover {
	color: #a4b4e8;
}

.top-bar-social {
	display: flex;
	gap: 15px;
}

.top-bar-social a {
	color: #fff;
	font-size: 20px;
	transition: color 0.2s;
}

.top-bar-social a:hover {
	color: #1a6190;
}

/* ========NAVBAR===========*/

.main-nav {
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #ffffff00;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
	top: 55px;
	overflow: hidden;
}

.main-nav.scroll {
	background: linear-gradient(90.89deg, #1a6190 0%, #081c2a 104.42%);
	height: auto;
	padding: 0px;
	transition: background-color 0.5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

.site-nav {
	padding: 0px;
	margin: 0px;
	transition:
		box-shadow 0.3s,
		padding 0.3s;
	background: transparent;
}

.logo {
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 40%;
	margin: 10px 0px;
}

.main-nav.scroll .stellarnav { align-items: center; }


.main-nav.scroll .rightlink {

  align-items: center; }





.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: start;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.stellarnav > ul > li > a {
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 6%;
	text-transform: uppercase;
	color: #fff;
	text-decoration: palegoldenrod;
	padding: 0px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #fff;
	text-decoration: none;
}

.stellarnav>ul>li>a.active {
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.4em;
    text-decoration-skip: auto;
    text-decoration-skip-ink: auto;
    color: #ffffff;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #a4b4e8;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #a4b4e8;
}

.stellarnav li.has-sub>a::after {
	content: "\f107";
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	display: flex;
	align-items: start;
	gap: 12px;
	justify-content: end;
	height: 100%;
}

.btn-request-quote {
	border: 1px solid var(--white);
	color: var(--white);
	background: transparent;
	padding: 12px 30px;
	border-radius: 6px;
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s;
}

.btn-request-quote:hover {
	background: var(--white);
	color: var(--navy-dark);
	transform: translateY(-2px);
}

/* ========NAVBAR===========*/

/* =======banner-section===========*/

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0px;
	background: linear-gradient(90deg,
			rgba(0, 0, 0, 0.52) 50.52%,
			rgba(0, 0, 0, 0.13) 100%);
	z-index: 999;
}

.banner-section .custom-container {
	position: relative;
	width: 100%;
}

.hero-content {
	position: absolute;
	color: #ffffff;
	bottom: 200px;
	width: 100%;
	/*max-width: 635px;*/
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
}

.hero-content h6 {
	font-family: Nunito Sans;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 6%;
	text-transform: uppercase;
	color: #fff;
	background: #0c3d78;
	border-radius: 30px;
	padding: 12px 35px;
	margin: 0px 0px 20px 0px;
	max-width: fit-content;
}

.hero-content h1 {
    font-weight: 800;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 2px #0e0d0d;
}

.hero-content h1 span {
	color: #ffd678;
}
.banner-section img{
    width:100%;
}
.hero-content p {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	max-width: 80%;
	text-shadow: 1px 2px #0e0d0d;
	background: #01010187;
    padding: 10px;
}

.hero-btns {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	width: 100%;
}

/* Info bar at bottom of hero */

/* =======banner-section===========*/

/* =================================== */
/* ============cmn-section===========*/
/* =================================== */

.sub-tittle {
	font-weight: 700;

	font-size: 14px;

	line-height: 24px;
	letter-spacing: 6%;
	text-transform: uppercase;
	color: #0674bd;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.cmn-tittle {
	font-family: Nunito Sans;
	font-weight: 800;

	font-size: 45px;

	line-height: 59px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0d3149;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.cmn-text {
	font-weight: 400;

	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;

	color: #484848;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

/* =================================== */
/* ============cmn-section===========*/
/* =================================== */

/* =================================== */
/* ============sub-category-section ======*/
/* =================================== */

.sub-category-section {
	background: #f8f8f8;
	padding: 0px 0px 80px 0px;
	margin: 0px;
}

.sub-category-section-inner {
	padding: 0px;
	margin: -100px 0px 0px 0px;
	position: relative;
	z-index: 99;
}
.category-card {
	background: #ffffff;
	box-shadow: 0px 0px 160px 0px #12121214;
	border-radius: 30px;
	padding: 40px 30px;
	text-align: center;
	transition: all 0.35s;
	min-height: 500px;
}

.category-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.14);
}

.category-heading {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.category-heading h6 {
	font-family: Nunito Sans;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 6%;
	text-transform: uppercase;
	color: #0674bd;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.category-heading h6::before {
	content: "\f111";
	font: normal normal normal 16px/1 FontAwesome;
	font-size: 12px;
	color: #0674bd;
	margin-right: 6px;
}

.category-heading h2 {
	font-family: Nunito Sans;
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #0d3149;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	min-height: 35px;
}

.category-img {
	border-radius: 20px;
	overflow: hidden;
}

.category-img img {
	width: 100%;
	height: 250px;
	object-fit: fill;
	display: block;
	transition: transform 0.5s;
}

.category-img:hover img {
	transform: scale(1.04);
}

.category-text {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.category-text p {
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #484848;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.link-blue {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #121212;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px; /* space before underline */
    border-bottom: 1px solid #575757;
}

.link-blue span {
	margin-left: 0px;
}

.link-blue:hover {
	color: #0674bd;
}

/* =================================== */
/* ============sub-category-section ======*/
/* =================================== */

/* =================================== */
/* ====mission-headline-section======*/
/* =================================== */

.mission-headline {
	background: #fff;
	overflow: hidden;
	position: relative;
}

.mission-headline h2 {
	font-weight: 800;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0d3149;
	margin: 0px 0px 60px 0px;
	padding: 0px;
/*	max-width: 79%;*/
}

.mission-headline h2 span {
	color: #023886;
}

.boat-img-wrap {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--shadow);
}

.boat-img-wrap img {
	width: 100%;
	height: auto;
	/*object-fit: cover;*/
	display: block;
	transition: transform 0.6s;
}

.boat-img-wrap:hover img {
	transform: scale(1.03);
}

/* =================================== */
/* ====mission-headline-section======*/
/* =================================== */

/* =================================== */
/* ====balanced-section======*/
/* =================================== */

.balanced-section {
	background: #fff;
	overflow: hidden;
	position: relative;
}

.balanced-section-tittle {
	margin: 0px 0px 60px 0px;
	padding: 0px;
}

.balanced-section-tittle h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 6%;
	text-transform: uppercase;
	color: #0674bd;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.balanced-section-tittle h2 {
	font-weight: 800;

	font-size: 45px;

	line-height: 59px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0d3149;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.balanced-section-tittle p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #484848;
	margin: 0px;
	padding: 0px;
}

.balance-steps-wrap {
	margin: 0px 0px 80px 0px;
}

.port-card {
	position: relative;
	border-radius: 20px;

	box-shadow: var(--shadow);
}

.port-img-card {
	border-radius: 30px;
	overflow: hidden;
}

.port-img-card img {
	width: 100%;
	height: 440px;
	object-fit: cover;
	transition: transform 0.5s;
	display: block;
}

.port-img-card:hover img {
	transform: scale(1.08);
}

.port-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(15, 25, 50, 0.85) 0%,
			transparent 55%);
	overflow: hidden;
	border-radius: 20px;
}

.port-card .port-info-card {
	position: absolute;
	bottom: -75px;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	/* transform: translateY(100%); */
	box-shadow: 0px 13.3px 33.26px 0px #00000012;
	margin: 0px 10px;
	z-index: 9999;
	overflow: hidden;
	min-height: 240px;
}

.port-card:hover .port-info-card {
	transform: translateY(0);
}

.port-info-card h5 {
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0d3149;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.port-info-card p {
	font-weight: 400;
	font-style: Regular;
	font-size: 19px;

	line-height: 30px;
	letter-spacing: 0%;

	color: #484848;
	margin: 0px;
	padding: 0px;
}

.arrow-connector {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	color: #0674bd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 45px;
	flex-shrink: 0;
	align-self: center;
	box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
	z-index: 999;
	position: absolute;
	right: -50px;
	top: 40%;
}

/* =================================== */
/* ====balanced-section======*/
/* =================================== */

/* =================================== */
/* ====counter-section=====*/
/* =================================== */

.counter-section {
	padding: 0px;
	margin: 0px;
}

.stats-strip {
	background: linear-gradient(90.89deg, #023685 0%, #0364b4 104.42%);
	border-radius: 30px;
	padding: 36px 48px;
	margin: 0px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.stat-item {
	text-align: center;
	padding: 0 20px;
	position: relative;
	border-right: 1px solid #ffffff;
	min-height: 150px;
}

.stat-num {
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 8px;
}

.stat-num sub {
	font-size: 20px;
	color: #5aa8db;
	top: -35px;
	left: 10px;
}

.stat-label {
	font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    color: #cbcbcb;
    margin: 20px 0px;
    padding: 0px;
}

.stats-strip .col-md-4:last-child .stat-item {
	border-right: none;
}
.stats-strip .col-md-3:last-child .stat-item {
	border-right: none;
}

/* =================================== */
/* ====counter-section======*/
/* =================================== */

/* =================================== */
/* ====apart-section======*/
/* =================================== */

.apart-section {
	background: #fff;
}

.apart-section h2 {
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 32px;
}

.apart-img-wrap {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
}

.apart-img-wrap img {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform 0.6s;
}

.apart-img-wrap:hover img {
	transform: scale(1.03);
}

.apart-text-wrap {
	padding: 0px 0px 0px 60px;
	margin: 0px;
}

.apart-text-wrap h2 {
	font-family: Nunito Sans;
	font-weight: 800;
	font-size: 45px;
	line-height: 59px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0d3149;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.apart-step {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 28px;
}

.apart-step:last-child {
	margin-bottom: 0;
}

.apart-num {
	width: 60px;
	height: 60px;
	border-radius: 40%;
	background: #0674bd;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 4%;
	flex-shrink: 0;
	transition:
		transform 0.3s,
		box-shadow 0.3s;
}

.apart-step:hover .apart-num {
	transform: scale(1.12);
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.apart-text h5 {
	font-weight: 800;

	font-size: 24px;

	line-height: 24px;
	letter-spacing: 0%;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #0d3149;
}

.apart-text p {
	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #484848;
}

/* =================================== */
/* ====apart-section======*/
/* =================================== */

/* =================================== */
/* ====partner-section======*/
/* =================================== */

.partner-section {
	background: #f9f9f9;
}

.partner-header-section {
	margin: 0px 0px 60px 0px;
	text-align: center;
}

.partner-header-section h6 {
	font-weight: 700;

	font-size: 14px;

	line-height: 24px;
	letter-spacing: 6%;
	text-align: center;
	text-transform: uppercase;
	color: #0674bd;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.partner-header-section h2 {
	font-weight: 800;

	font-size: 45px;

	line-height: 59px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;

	color: #0d3149;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.partner-header-section p {
	font-weight: 400;

	font-size: 20px;

	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;
	color: #484848;
	margin: 0px;
	padding: 0px;
}

.partner-card {
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0px 13.3px 33.26px 0px #00000012;
	border: 1px solid #00000012;
	height: 100%;
	transition: all 0.3s;
}

.partner-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
	border-color: rgba(37, 99, 235, 0.2);
}

.partner-tag {
	background: #eaf4fd;
	padding: 10px 30px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 25px;
	color: #2b90e6;
	font-family: Nunito Sans;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 6%;
	text-transform: uppercase;
}

.partner-card h5 {
	font-weight: 800;

	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #0d3149;
}

.partner-card p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #484848;
	margin: 0px;
	padding: 0px;
}

/* =================================== */
/* ====partner-section======*/
/* =================================== */

/* =================================== */
/* ====testi-section======*/
/* =================================== */

.testi-section {
	background: #fff;
}

.testi-section-header {
	text-align: center;
	margin: 0px auto 60px;
}

.testi-section-header h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 6%;
	text-align: center;
	text-transform: uppercase;
	color: #0674bd;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.testi-section-header h2 {
	font-weight: 800;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #0d3149;
	margin: 0px;
	padding: 0px;
}

.testi-section-slider {
	margin: 0px;
	padding: 0px;
}

.testi-card {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--shadow);
	border: 1px solid #12121214;
	display: flex;
	gap: 0;
	transition: all 0.3s;
	box-shadow: 0px 0px 40px 0px #12121214;
	padding: 20px;
	margin: 0px;
}

.testi-img {
	width: 300px;
	height: 250px;
	flex-shrink: 0;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.testi-img img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
}

.testi-tag {
	position: absolute;
	    bottom: 8px;
	left: 14px;
	background: #f7f2ed;
	padding: 5px 12px;
	border-radius: 20px;

	font-weight: 500;

	font-size: 18px;

	line-height: 26px;
	letter-spacing: 0%;
	text-transform: capitalize;

	color: #575757;
	display: flex;
	align-items: center;
	gap: 5px;
}

.testi-tag::before {
	content: "\f111";
	font: normal normal normal 16px/1 FontAwesome;
	color: #575757;
	font-size: 8px;
}

.testi-body {
	padding: 0px 0px 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.testi-body blockquote {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0d3149;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.testi-body .testi-author {
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;

	line-height: 26px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #575757;
	padding: 0px;
	margin: 0px;
}

.testi-body .testi-author strong {
	color: #575757;
	font-weight: 700;
}

.testi-section-slider .owl-dots {
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: 32px;
}

.testi-section-slider .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d9d9d9;
	cursor: pointer;
	transition: all 0.25s;
}

.testi-section-slider .owl-dots .owl-dot.active {
	background: #0674bd;
	width: 40px;
	border-radius: 15px;
}

/* =================================== */
/* ====testi-section======*/
/* =================================== */

/* =================================== */
/* ====restore-section======*/
/* =================================== */

.restore-section {
	background: #fff;
}

.restore-section-header {
	padding: 0px;
	margin: 0px 0px 60px 0px;
}

.restore-section-header h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 6%;
	text-align: left;
	text-transform: uppercase;
	color: #0674bd;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.restore-section-header h2 {
	font-weight: 800;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: left;
	text-transform: capitalize;
	color: #0d3149;
	margin: 0px;
	padding: 0px;
}

.restore-img-wrap {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
}

.restore-img-wrap img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.6s;
	object-fit: cover;
}

.restore-img-wrap:hover img {
	transform: scale(1.03);
}

.why-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.why-card {
	border-radius: 30px;
	padding: 30px;
	border: 1.5px solid #e5e9f059;
	background: #fff;
	transition: all 0.3s;
	box-shadow: 0px 10px 25px 0px #00000012;
	margin-bottom: 10px;
}

.why-card .wc-check {
	font-size: 30px;
	color: #0674bd;
	margin-bottom: 10px;
}

.why-card h5 {
	font-weight: 700;

	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;

	color: #6f6f6f;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.why-card p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #6e6e6e;
	padding: 0px;
	margin: 0px;
}

.why-card:hover {
	background: #0355a5;
	box-shadow: 0px 10px 25px 0px #00000012;
	transform: translateY(-3px);
}

.why-card:hover .wc-check {
	color: #fff;
}

.why-card:hover h5 {
	color: #fff;
}

.why-card:hover p {
	color: #ffffff;
}

/* =================================== */
/* ====restore-section======*/
/* =================================== */

/* =================================== */
/* ====vessel-banner-section======*/
/* =================================== */

.vessel-banner-section {
	background: #fff;
}

.vessel-banner {
	background: url(../images/restore.png) center/cover no-repeat;
	position: relative;
	border-radius: 30px;
	margin: 0px;
	overflow: hidden;
	padding: 100px;
}

.vessel-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #0000006b;
}

.vessel-inner {
	position: relative;
	z-index: 2;
}

.vessel-inner h2 {
	font-weight: 800;

	font-size: 65px;

	line-height: 75px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.vessel-inner p {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #cbcbcb;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	max-width: 90%;
}

.donation-card {
	background: #ffffff3d;
	backdrop-filter: blur(12px);
	border-radius: 30px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.donation-icon {
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 14px;
}

.donation-card h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    max-width: 83%;
}

.donation-card p {
	max-width: 60%;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 19px;
	letter-spacing: 0%;
	color: #cbcbcb;
	margin: 0;
	padding: 0px;
}

a.btn-new {
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #ffff;
    margin: 18px 0px 11px 0px;
    padding: 0px;
    border-bottom: 1px solid #fff;
}

/* =================================== */
/* ====vessel-banner-section======*/
/* =================================== */

/* =================================== */
/* ====vessel-banner-section======*/
/* =================================== */

.join-section {
	background: #fff;
	padding: 50px 0px 100px 0px;
	position: relative;
	overflow: hidden;
}

.join-section::after {
	content: "";
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	background: #2d2f48;
	height: 50%;
	width: 100%;
}

.join-card {
	border-radius: 30px;

	box-shadow: 0 16px 56px rgba(0, 0, 0, 0.14);
	background: #fff;
	padding: 30px;
	position: relative;
	z-index: 9;
}

.join-top-img {
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}

.join-top-img img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	display: block;
	object-position: top;
}

.join-body {
	padding: 40px 40px;
	text-align: center;
}

.join-body h2 {
	font-weight: 800;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #0d3149;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.join-body p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #6e6e6e;
	margin: 0px auto;
	padding: 0px;
	max-width: 60%;
}

.scroll-top-btn {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #0674bd;

	border: none;
	display: flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;
	margin: 0 auto;
	transition: all 0.3s;
	box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
	position: relative;
	bottom: -100px;
}

.scroll-top-btn i {
	font-size: 40px;
	color: #fff;
}

.join-card::before {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #2c2e46;
	border-radius: 50%;
	bottom: -58px;
	content: "";
	margin: 0px auto;
	left: 0px;
	right: 0px;
}

.scroll-top-btn:hover {
	background: #0360b0;
	transform: translateY(-3px);
}

/* =================================== */
/* ====vessel-banner-section======*/
/* =================================== */

/* =================================== */
/* ==========footer-section========*/
/* =================================== */

footer {
	background: #2d2f48;
	padding: 0px;
	overflow: hidden;
}

.footer-top {
	padding-bottom: 40px;
	text-align: center;
}

.footer-note {
	font-weight: 400;

	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: rgba(255, 255, 255, 0.55);
	padding: 0px;
	margin: 0px;
}

.footer-nav {
	margin: 40px 0px;
	padding: 0px;
}

.footer-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 70px;
}

.footer-nav ul li a {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.footer-nav ul li a:hover {
	color: #0674bd;
}

.footer-nav a.active {
	color: #0674bd;
}

.newsletter-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;

	margin: 40px 0px;
}

.newsletter-row h5 {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 15px 0px;
	padding: 0px 0px 20px 0px;
}

.newsletter-form {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
	gap: 10px;
}

.newsletter-form input {
	flex: 1;
	background: #fff;
	border: none;
	color: #fff;
	padding: 15px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: left;
	color: #222222;
	outline: none;
	width: 700px;
	border-radius: 40px;
}

.newsletter-form input::placeholder {
	color: #222222;
}

.newsletter-form button {
	background: #0674bd;
	border: none;
	color: #fff;
	padding: 0 40px;
	font-style: Bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	cursor: pointer;
	transition: background 0.2s;
	border-radius: 30px;
}

.newsletter-form button:hover {
	background: #0d3149;
}

.footer-bottom {
	border-top: 1px solid #f6f6f6;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.footer-copy p {
	color: #f6f6f6;
	font-weight: 400;

	font-size: 16px;

	line-height: 24px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
}

.footer-copy p a {
	color: #f6f6f6;
}

.footer-copy p a:hover {
	color: #fff;
}

.footer-legal {
	display: flex;
	gap: 18px;
}

.footer-legal ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 12px;
}

.footer-legal ul li a {
	font-weight: 400;

	font-size: 14px;

	line-height: 22px;
	letter-spacing: 0%;
	text-align: right;
	text-decoration: none;
	transition: color 0.2s;
	padding: 0px;
	margin: 0px;
	color: #f6f6f6;
}

.footer-legal a:hover {
	color: #0674bd;
}

/* =================================== */
/* ==========footer-section========*/
/* =================================== */

/* =================================== */
/* ========SCROLL ANIMATIONS==========*/
/* =================================== */
.reveal {
	opacity: 0;
	transform: translateY(32px);
	transition:
		opacity 0.75s ease,
		transform 0.75s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-l {
	opacity: 0;
	transform: translateX(-32px);
	transition:
		opacity 0.75s ease,
		transform 0.75s ease;
}

.reveal-l.visible {
	opacity: 1;
	transform: translateX(0);
}

.reveal-r {
	opacity: 0;
	transform: translateX(32px);
	transition:
		opacity 0.75s ease,
		transform 0.75s ease;
}

.reveal-r.visible {
	opacity: 1;
	transform: translateX(0);
}

.d1 {
	transition-delay: 0.1s !important;
}

.d2 {
	transition-delay: 0.2s !important;
}

.d3 {
	transition-delay: 0.3s !important;
}

.d4 {
	transition-delay: 0.4s !important;
}

/* Hero text entrance */
@keyframes heroIn {
	from {
		opacity: 0;
		transform: translateY(36px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-badge {
	animation: heroIn 0.8s ease 0.3s both;
}

.hero-content h1 {
	animation: heroIn 1s ease 0.5s both;
}

.hero-content p {
	animation: heroIn 0.9s ease 0.65s both;
}

.hero-btns {
	animation: heroIn 0.9s ease 0.8s both;
}

/* =================================== */
/* ========SCROLL ANIMATIONS==========*/
/* =================================== */

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #575d86;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/



/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/


/*-- inner page top banner and text ---*/


.about-page-left p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #666;
	margin-bottom: 23px;
	margin: 0px 0px 20px 0px;
	text-align: justify;
}

.custom-container {
	padding: 0px 50px;
}


/* breadcrump */


.inner-banner-section {
	width: 100%;
	/* height: 300px; */
	overflow: hidden;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.inner-banner-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
}

.inner-banner-section-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.inner-banner-section-text h1 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 45px;

}


section.aboutuspage-section {
	padding: 70px 0px;
}

/*p.text-justify {*/
/*    text-align: justify;*/
/*}*/

/*-- inner page top banner and text ---*/



.about-content h2 {
    font-weight: 800;
    font-size: 36px;
    color: #0d3149;
    margin-bottom: 15px;
}

.about-content p {
    color: #555;
    line-height: 28px;
}

.mission-box h4 {
    font-weight: 700;
}

.team-card h5 {
    font-weight: 700;
}

.cta-section h2 {
    font-weight: 800;
}


/* =================================== */
/* ==========contact-section========*/
/* =================================== */

.contact-section {
	background: url("../images/cont-bg.png") center/cover no-repeat;
	position: relative;
}

.contact-section::before {
	content: "";
	position: absolute;
	inset: 0;
	/* background: rgba(240,242,247,.92); */
}

.contact-section .custom-container {
	position: relative;
	z-index: 2;
}

.contact-img-wrap {
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.contact-img-wrap img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	display: block;
	transition: transform 0.45s;
}

.contact-img-wrap:hover img {
	transform: scale(1.08);
}

.contact-form-side {
	padding: 60px 0 60px 60px;
}

.form-box form .input-wrap {
	margin-bottom: 20px !important;
}

.form-input {
	border: 1px solid #dadada;
	border-radius: 8px;
	padding: 12px 14px 12px 10px;
	font-size: 15px;
	width: 100%;
	outline: none;
	background: #fff;
	transition: border-color 0.25s,
	box-shadow 0.25s;
	color: var(--text);
	color: #484848;
	margin-bottom: 16px;
}

.form-input:focus {
	border-color: 1px solid #dadada;
	box-shadow: 0 0 0 3px rgba(27, 95, 168, 0.12);
}

.form-input::placeholder {
	color: #484848;
}

.input-wrap {
	position: relative;
}

.input-icon {
	position: absolute;
	left: 14px;
	top: 65%;
	transform: translateY(-50%);
	z-index: 9;
}

.input-icon2 {
	position: absolute;
	left: 14px;
	top: 21%;
	transform: translateY(-50%);
	z-index: 9;
}

.form-input.textarea {
	min-height: 90px;
	resize: none;
	padding-top: 12px;
}

.btn-submit {
	border: none;
}

.input-wrap textarea {
	resize: vertical;
	margin-bottom: 30px;
}

h3.wp-block-heading {
    color: #0d3149;
    font-weight: 700;
    margin-bottom: 11px;
}

/* =================================== */
/* ==========contact-section========*/
/* =================================== */

.why-item {
    transition: all 0.4s ease;
}

#viewMoreBtn {
    transition: all 0.3s ease;
}

#viewMoreBtn.loading {
    opacity: 0.6;
    pointer-events: none;
}

.why-card:hover .link-blue {
    color: #ffffff;
}

.why-card:hover .link-blue span {
    color: #ffffff;
}

.why-card:hover .link-blue {
    color: #ffffff;
}


.abtsec2 p{
	  padding: 0 0 18px 0;  
	}
	
.abtsec2 ul{
 margin: 0 0 15px 30px;
}	
.abtsec2 ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #484848;
    margin: 0px;
    padding: 0 0 7px 0;
    list-style-type: disc;
}


.partner-card ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #484848;
    margin: 0px;
    padding: 0 0 7px 0;
    list-style-type: disc;
}

.partner-card ul {
    margin-left: 30px;
}

.apart-img-wrap .abtimg2{
   padding-top: 20px;
}

.abtsec5 {
    padding-top: 30px;
}

.partner-card.abtsec2 {
    margin-bottom: 35px;
}

.inner-pages {
    padding: 80px 0px;
    margin: 0px;
}

.inner-pages h1{
    font-weight: 800;
    font-size: 45px;
    line-height: 59px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0d3149;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.aboutrightimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}

.about-gallery .gallery-box-inner {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
    padding: 10px;
}

.about-gallery .gallery-box-inner img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    transition: transform .6s;
        cursor: pointer;
}

.about-gallery {
    margin-top: 25px;
}
.common-page ul {
    margin-left: 30px;
    margin-bottom: 30px;
}

.common-page ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    color: #666;
    list-style-type: disclosure-closed;
}

.common-page h2 {
    font-size: 25px;
    line-height: 22px;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    color: #0d3149;
    font-weight: 800;
}

.common-page h3 {
    font-size: 22px;
    line-height: 22px;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    color: #0d3149;
    font-weight: 800;
}

.common-page select{
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 12px 14px 12px 10px;
}

.service-text h2 {
    font-size: 25px;
    line-height: 36px;
    margin: 0px 0px 12px 0px;
    padding: 0px;
    color: #0d3149;
}

.service-text h5 {
    font-size: 20px;
    line-height: 22px;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    color: #0d3149;
}

.service-section2 {
    margin-top: 50px;
}

.contact-form-side h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.contact-form-side label {
   color: #000; 
}

.contact-form-side textarea.wpcf7-form-control.wpcf7-textarea.form-input {
    height: 110px;
}

.contact-form-side .input-wrap {
    padding-top: 8px;
}



.page-template-default .about-page-left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #484848;
  /*  margin: 0px;
    padding: 0px;*/
}

.page-template-default .about-page-left ul li {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0%;
    color: #484848;
    margin: 0px;
    padding: 0px;
}


.page-template-default .about-page-left ul li::marker {
 
    color: #1a6190;

} 
.page-template-default .about-page-left h3 {
    color: #005D75;
}



/* ══════════════════════════════════════
   KR CONTACT SECTION
   Prefix: kr-contact
   Color:  #0c3d78 | Background: #fff
══════════════════════════════════════ */

.kr-contact {
  background: #ffffff;
  padding: 56px 0;
}

.kr-contact__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0c3d78;
  margin-bottom: 16px;
}

/* ── Wrapper ── */
.kr-contact__wrapper {
  border: 1.5px solid #d0dcea;
  border-radius: 16px;
  padding: 28px 32px;
  background: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* ── Org Block ── */
.kr-contact__org {
  flex: 0 0 auto;
  max-width: 280px;
}

.kr-contact__org-name {
  font-size: 1.7rem;
  font-weight: 800;
  color: #0c3d78;
  margin-bottom: 4px;
}

.kr-contact__org-location {
  font-size: 0.88rem;
  color: #6b7f99;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}

.kr-contact__org-location-icon {
  color: #0c3d78;
  font-size: 0.8rem;
}

.kr-contact__org-badge-wrap {
  margin-bottom: 8px;
}

.kr-contact__org-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e6edf7;
  color: #0c3d78;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 5px 14px;
}

.kr-contact__org-tagline {
  font-size: 0.9rem;
  font-style: italic;
  color: #4a607c;
  border-left: 3px solid #0c3d78;
  padding-left: 12px;
  margin-bottom: 0;
}

/* ── Items Block ── */
.kr-contact__items {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-left: 1px solid #d0dcea;
  padding-left: 32px;
}

.kr-contact__item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex: 1;
}

.kr-contact__item--static {
  cursor: default;
}

.kr-contact__item:not(.kr-contact__item--static):hover .kr-contact__item-value {
  text-decoration: underline;
}

.kr-contact__item-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #0c3d78;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kr-contact__item-icon i {
  font-size: 1.1rem;
  color: #ffffff;
}

.kr-contact__item-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8fa3be;
  margin-bottom: 2px;
}

.kr-contact__item-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0c3d78;
  margin-bottom: 0;
}

.kr-contact__item-sep {
  width: 1px;
  height: 40px;
  background: #d0dcea;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .kr-contact__org {
    max-width: 100%;
  }

  .kr-contact__items {
    border-left: none;
    border-top: 1px solid #d0dcea;
    padding-left: 0;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .kr-contact__item-sep {
    display: none;
  }
}


.donation-listing-inner {
    margin: 50px 0;
    box-shadow: 0px 13.3px 33.26px 0px #00000012;
    border: 1px solid #00000012;
    border-radius: 30px;
    padding: 30px;
}
.donation-listing-inner ul{
margin-left: 28px;
}

.donation-listing-inner ul li {
    color: #666;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 4px;
    line-height: 1.8;
    list-style-type: disclosure-closed;
}

.donation-listing-inner h3{
font-size: 25px;
line-height: 36px;
margin: 0px 0px 15px 0px;
padding: 0px;
font-weight: 800;
}
.donation-listing-inner a {
    padding: 14px 25px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
        background: #1a6190;
    border: 1px solid #1A6190;
    color: #fff;
    transition: all 0.25s;
}

.donation-allform {
    display: none;
}

.partner-btn {
    text-align: center;
}

.partner-btn a {
    font-weight: 700;
    background: #1a6190;
    border: 1px solid #1A6190;
    color: #fff;
    transition: all 0.25s;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
}

.partner-body {
    min-height: 355px;
}

.teams-btnsec {
    text-align: center;
    padding: 30px 0 0 0;
}

.teams-btnsec h2{
font-size: 45px;
line-height: 55px;
margin: 0px 0px 50px 0px;
padding: 0px;
font-weight: 800;
letter-spacing: 0%;
text-transform: capitalize;
color: #000;
}

.teams-btnsec a{
background: #1a6190;
border: 1px solid #1A6190;
color: #fff;
transition: all 0.25s; 
padding: 10px 25px;
font-size: 16px;
line-height: 16px;
font-weight: 700;
letter-spacing: 6%;
text-transform: uppercase;
border-radius: 30px;
}

.button-listing {
    margin-top: 40px;
}

.popupcontent {
    margin-bottom: 25px;
}

.popupcontent h2 p{
    font-size: 22px !important;
}

button:disabled {
      cursor: not-allowed;
      opacity: 0.5;
    }