@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter/Inter_Regular.woff2') format('woff2'), url('../fonts/Inter/Inter_Regular.woff') format('woff'), url('../fonts/Inter/Inter_Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter/Inter_Medium.woff2') format('woff2'), url('../fonts/Inter/Inter_Medium.woff') format('woff'), url('../fonts/Inter/Inter_Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter/Inter_SemiBold.woff2') format('woff2'), url('../fonts/Inter/Inter_SemiBold.woff') format('woff'), url('../fonts/Inter/Inter_SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter/Inter_Bold.woff2') format('woff2'), url('../fonts/Inter/Inter_Bold.woff') format('woff'), url('../fonts/Inter/Inter_Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter/Inter_ExtraBold.woff2') format('woff2'), url('../fonts/Inter/Inter_ExtraBold.woff') format('woff'), url('../fonts/Inter/Inter_ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter/Inter_Black.woff2') format('woff2'), url('../fonts/Inter/Inter_Black.woff') format('woff'), url('../fonts/Inter/Inter_Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'REM';
	src: url('../fonts/REM/REM_Regular.woff2') format('woff2'), url('../fonts/REM/REM_Regular.woff') format('woff'), url('../fonts/REM/REM_Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'REM';
	src: url('../fonts/REM/REM_Medium.woff2') format('woff2'), url('../fonts/REM/REM_Medium.woff') format('woff'), url('../fonts/REM/REM_Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'REM';
	src: url('../fonts/REM/REM_SemiBold.woff2') format('woff2'), url('../fonts/REM/REM_SemiBold.woff') format('woff'), url('../fonts/REM/REM_SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'REM';
	src: url('../fonts/REM/REM_Bold.woff2') format('woff2'), url('../fonts/REM/REM_Bold.woff') format('woff'), url('../fonts/REM/REM_Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'REM';
	src: url('../fonts/REM/REM_ExtraBold.woff2') format('woff2'), url('../fonts/REM/REM_ExtraBold.woff') format('woff'), url('../fonts/REM/REM_ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'REM';
	src: url('../fonts/REM/REM_Black.woff2') format('woff2'), url('../fonts/REM/REM_Black.woff') format('woff'), url('../fonts/REM/REM_Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'handelgothic-italic';
	src: url('../fonts/HandelGothic/handelgothic-italic.woff2') format('woff2'),
		url('../fonts/HandelGothic/handelgothic-italic.woff') format('woff'),
		url('../fonts/HandelGothic/handelgothic-Italic.otf') format('opentype');
	font-style: italic;
}

@font-face {
	font-family: 'handelgothic-light';
	src: url('../fonts/HandelGothic/handelgothic-light.woff2') format('woff2'),
		url('../fonts/HandelGothic/handelgothic-light.woff') format('woff'),
		url('../fonts/HandelGothic/handelgothic-Light.otf') format('opentype');
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility
}



:root {
	--black: #000;
	--blue: #035A82;
	--lightblue: #0084C0;
	--red: #D52331;
	--white: #ffffff;
	--white2: #F4F4F4;
	--grey: #BFBFBF;
	--redgradient: linear-gradient(90deg, var(--blue) -75.26%, var(--blue) -9%, var(--red) 89.01%);
	--Color-light_blue: #E6EEF2;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
	overflow-x: hidden;
}

img {
	display: block;
	max-width: 100%;
}

body,
p {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.navbar-light .navbar-nav .nav-link,
.btn-blue span,
.btn-red span,
.btn-white span,
.footer h5,
.dropdown-item {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
}

.stats p {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}

.page-content h1 {
	font-family: 'REM', sans-serif;
	font-weight: 800;
	color: var(--blue);
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
	font-family: 'REM', sans-serif;
	font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

[hidden] {
	display: none;
}

a {
	color: var(--black);
	text-decoration: none;
	transition: all .3s ease-in-out;
}

a:hover {
	color: var(--red);
}

a:focus {
	outline: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

blockquote {
	margin: 1em 40px;
}

dl,
menu,
ol,
p,
pre,
ul {
	margin: 1em 0;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

small,
sub,
sup {
	font-size: 75%;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:after,
q:before {
	content: '';
	content: none;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dd {
	margin: 0 0 0 40px;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

:focus {
	outline: 0 !important;
}

.wp-block {
	max-width: 100%;
}

body.admin-bar .header {
	margin-top: 32px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: var(--white);
	transition: all .3s ease-in-out;
}

header .navbar-light {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .4s ease-in-out;
}

.header .navbar-light .navbar-brand {
	margin-right: 0;
}

.header .navbar-light .navbar-brand img {
	min-width: 170px;
}

.navbar-expand-lg .navbar-collapse {
	width: auto;
	justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
	padding: 17px 21px;
	font-size: 16px;
	line-height: normal;
	color: var(--black);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.navbar-light .navbar-nav .menu-item:hover .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: var(--lightblue);
}

.header.scrolled {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

header .sub-menu .dropdown-item {
	color: var(--black);
	padding: 8px 24px;
	transition: all .4s ease-in-out;
}

header .sub-menu .dropdown-item.active {
	padding: 8px 24px;
	transition: all .4s ease-in-out;
	background: var(--white);
	color: var(--blue);
}

.header.scrolled .navbar .nav-item.dropdown:hover .dropdown-menu {
	box-shadow: 0 3px 4px rgb(0 0 0 / 16%);
}

header .sub-menu .dropdown-item:focus,
header .sub-menu .dropdown-item:hover {
	background: var(--white);
	color: var(--lightblue);
}

.navbar-toggler {
	border: none;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml; charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Crect width='22' height='2' rx='1' fill='%23035a82'/%3E%3Crect width='14' height='2' y='7' rx='1' fill='%23035a82'/%3E%3Crect width='22' height='2' y='14' rx='1' fill='%23035a82'/%3E%3C/svg%3E");
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.page-content h1 {
	font-size: 56px;
	line-height: normal;
}

.page-content h2 {
	font-size: 36px;
	line-height: normal;
}

.page-content h3 {
	font-size: 33px;
	line-height: normal;
}

.page-content h4 {
	font-size: 22px;
	line-height: normal;
}

.page-content h5,
.footet h5 {
	font-size: 20px;
	line-height: 22px;
}

.btn-blue,
.btn-red,
.btn-white {
	display: inline-flex;
	padding: 15px 26px;
	min-width: 170px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
}

.btn-blue {
	background-color: var(--blue);
}

.btn-blue:hover {
	background-color: #02415f;
}

.btn-red {
	background-color: var(--red);
}

.btn-red:hover {
	background-color: #a81b25;
}

.btn-white {
	background-color: var(--white);
}

.btn-white:hover {
	background-color: var(--blue);
}

.btn-blue span,
.btn-red span {
	color: var(--white2);
}

.btn-white span {
	color: var(--blue);
}

.btn-white:hover span {
	color: var(--white);
}

.d-flex-ac {
	display: flex;
	align-items: center;
}

.d-flex-ac-jc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-cta {
	gap: 8px;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.global_cta {
	padding-top: 70px;
}

.bg-overlay {
	position: relative;
	overflow: hidden;
}

.container {
	z-index: 2;
	position: relative;
}

.overlay,
.bg-overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.bg-overlay::before {
	content: '';
	background: var(--redgradient);
	z-index: 1;
	mix-blend-mode: multiply;
}

.overlay {
	filter: blur(4.5px);
	z-index: 0;
}

.overlay img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.global_cta .gc_content {
	padding-top: 130px;
}

.global_cta .gc_cta {
	gap: 8px;
}

.global_cta .gc_content p,
.global_cta .gc_content h2 {
	color: var(--white2);
}

.global_cta .gc_content h2 {
	font-size: 32px;
}

.global_cta .gc_content p {
	font-size: 20px;
	max-width: 471px;
	line-height: 30px;
	margin: 9px 0 50px 0;
}

.global_cta .btn-blue {
	border: 1px solid var(--lightblue);
	background: rgba(0, 132, 192, 0.30);
}

.global_cta .btn-blue:hover {
	background: var(--lightblue);
}

.global_cta .gc_image {
	display: flex;
	align-items: flex-end;
	margin-bottom: -1px;
}

.footer {
	padding: 91px 0 35px 0;
}

.footer h5 {
	margin-top: 29px;
}

.ft-details,
.ft-details a,
.footer ul,
.ft-btm,
.socials {
	display: flex;
}

.ft-details,
.footer ul {
	flex-direction: column;
	gap: 18px;
}

.ft-details a {
	gap: 6px;
}

.ft-details a.address {
	max-width: 197.617px;
	align-items: flex-start;
}

.ft-details a.address img {
	margin-top: 6px;
}

.ft-details .navbar-brand {
	margin-bottom: 23px;
}

.footer ul {
	padding: 0;
	margin: 40px 0;
	list-style: none;
}

.ft-btm {
	justify-content: space-between;
	gap: 20px;
	padding-top: 25px;
	border-top: 1px solid #D9DBE9;
}

.ft-btm .copyrights span {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 2px;
}

.footer a {
	transition: all .2s ease-in-out;
}

.footer a:hover,
.footer a.underline {
	color: var(--lightblue);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.socials {
	align-items: center;
}

.socials .social-item img {}

.socials .social-item {
	padding: 0 10px;
	transition: all .3s ease-in-out;
}

.socials .social-item:hover {
	transform: translateY(-3px);
}

.mobile-cta {
	display: none;
}

.slick-next,
.slick-prev {
	width: 54px;
	height: 54px;
	z-index: 1;
	top: 45%;
}

.slick-next:before,
.slick-prev:before,
.slick-dots li button:before {
	display: none;
}

.slick-prev {
	left: 71px;
	background: url('../images/slick-prev.svg') center center / contain no-repeat !important;
}

.slick-next {
	right: 71px;
	background: url('../images/slick-next.svg') center center / contain no-repeat !important;
}

.slick-dots {
	bottom: auto;
	position: relative;
	margin-top: 50px;
}

.slick-dots li {
	margin: 0 8px;
}

.slick-dots li button {
	padding: 0;
	height: 3px;
	background: var(--lightblue);
	width: 27px;
	border-radius: 25px;
	opacity: 0.3;
}

.slick-dots li.slick-active button {
	background: var(--blue);
	opacity: 1;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* blog page css */
.inner-banner-without-image {
	min-height: 377px;
	margin: 0 40px 0 40px;
	border-radius: 16px;
	padding-top: 65px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(89.89deg, #035A82 -75.26%, #035A82 -9%, #D52331 89.01%);
	text-align: center;
	color: var(--Color-light_blue);
}

.inner-banner-without-image h1 {
	font-weight: 600;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: 0;
	margin: 0;
}

.featured-posts {
	padding: 30px 0 40px;
	margin-top: -250px;
}

.featured-posts .featured-card {
	background: var(--white);
	box-shadow: 0px 0px 11px 8px #035A820D;
	border-radius: 8px;
	overflow: hidden;
}

.featured-posts .row {
	margin: 0;
}

.featured-posts .col-md-6 {
	padding: 0;
}

.featured-posts .col-md-6 .content h5 {
	line-height: 125%;
}

.featured-posts .col-md-6 .content p {
	margin: 0;
	margin-bottom: 10px;
	line-height: 150%;
}

.featured-posts .col-md-6 .content .read-more-btn {
	color: var(--red);
	line-height: 150%;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all .3s ease-in-out;
	width: fit-content;
}

.featured-posts .col-md-6 .content .read-more-btn:hover {
	text-decoration: none;
}

.featured-posts .col-md-6:first-child {
	width: 60%;
	padding-right: 6.5px;
}

.featured-posts .col-md-6:first-child .featured-card {
	display: flex;
	height: 100%;
}

.featured-posts .col-md-6:first-child .content {
	max-width: 350px;
	display: flex;
	padding: 20px 20px 20px 30px;
	flex-direction: column;
	justify-content: center;
}

.featured-posts .col-md-6:first-child .content h5 {
	max-width: 260px;
}

.featured-posts .col-md-6:first-child .content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--black);
}

.featured-posts .col-md-6 .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-posts .col-md-6:first-child .thumbnail {
	position: relative;
	padding-bottom: 52%;
	display: block;
	width: 100%;
}

.featured-posts .col-md-6:first-child .thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.featured-posts .col-md-6:nth-child(2) {
	width: 40%;
	padding-left: 6.5px;
}

.featured-posts .col-md-6:nth-child(2) .content {
	padding: 10px 12px 20px;
}

.featured-posts .col-md-6:nth-child(2) .content p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.featured-posts .col-md-6:nth-child(2) .thumbnail {
	position: relative;
	padding-bottom: 34.6%;
	display: block;
	width: 100%;
}

.featured-posts .col-md-6:nth-child(2) .thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-search {
	padding: 40px 0 18px;
}

.blog-search .cnt-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.blog-search .cnt-wrap h2 {
	margin-bottom: 0;
	color: var(--black);
}

.blog-search .cnt-wrap .right-col form {
	display: flex;
	gap: 0;
	border: 1px solid #0C0C0C;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.blog-search .cnt-wrap .right-col form::before {
	content: "";
	background-image: url('../images/search-icon.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.blog-search .cnt-wrap .right-col input,
.blog-search .cnt-wrap .right-col button {
	display: inline-block;
	outline: none;
	border: none;
}

.blog-search .cnt-wrap .right-col input {
	padding: 16px 20px 16px 58px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
	min-width: 379px;
}

.blog-search .cnt-wrap .right-col input::placeholder {
	color: #000000;
}

.blog-search .cnt-wrap .right-col button {
	background: var(--blue);
	color: var(--Color-light_blue);
	padding: 0 14px;
	font-weight: 700;
	font-size: 16px;
	font-family: 'REM';
	line-height: 23px;
	letter-spacing: 0;
	transition: all 0.3s ease-in-out;
}

.blog-search .cnt-wrap .right-col button:hover {
	background: #02415f;
}

.blog-grid {
	padding: 18px 0 20px;
}

.blog-grid .container>.row {
	row-gap: 36px;
	justify-content: center;
	column-gap: 13px;
	width: 100%;
	margin: 0 auto;
}

.blog-grid .container>.row .col-md-4 {
	padding: 0;
	width: calc((100% - (2 * 13px)) / 3);
}

.blog-grid .blog-card {
	border-radius: 4px;
	overflow: hidden;
	background: var(--white);
	box-shadow: 0px 0.86px 11.97px 0px #1A1A1A1F;
	transition: all 0.3s ease-in-out;
}

.blog-grid .blog-card .thumbnail {
	position: relative;
	/*padding-bottom: 38.34%;*/
	padding-bottom: 98.34%;
	overflow: hidden;
}

.blog-grid .blog-card .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all .3s ease-in-out;
	transform: scale(1.01);
}

.blog-grid .blog-card a:hover .thumbnail img {
	transform: scale(1.1);
}

.blog-grid .blog-card .content {
	padding: 18px 25px 23px;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.blog-grid .blog-card .content h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.blog-grid .blog-card .content p {
	margin: 0;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--black);
	transition: all .3s ease-in-out;
}

.blog-grid .blog-card .content .read-more-btn {
	color: var(--red);
	line-height: 150%;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all .3s ease-in-out;
}

.blog-grid .blog-card a:hover .content .read-more-btn {
	text-decoration: none;
}

.blog-grid .blog-card a:hover .content {
	background: var(--red);
}

.blog-grid .blog-card a:hover,
.blog-grid .blog-card a:hover .content p,
.blog-grid .blog-card a:hover .content .read-more-btn {
	color: var(--white);
}

.pagination-wrapper ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	margin-top: 32px;
}

.pagination-wrapper ul li {
	list-style: none;
}

.pagination-wrapper ul li>* {
	display: flex;
	font-weight: 700;
	font-size: 16px;
	font-family: 'REM';
	line-height: 23px;
	letter-spacing: 0;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-wrapper ul li>.arrow.prev,
.pagination-wrapper ul li>.arrow.next {
	padding: 0;
}

.pagination-wrapper ul li>.arrow.prev.disabled,
.pagination-wrapper ul li>.arrow.next.disabled {
	opacity: 0.5;
}

.pagination-wrapper ul li>*:hover {
	background: var(--blue);
	color: var(--white);
}

.pagination-wrapper ul li>.current {
	background: var(--blue);
	color: var(--white);
}

.pagination-wrapper ul li>.arrow.prev:hover img,
.pagination-wrapper ul li>.arrow.next:hover img {
	filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(238%) hue-rotate(174deg) brightness(96%) contrast(92%);
}

/* blod details page  CSS*/
.single-post .image-gallery .container {
	padding: 0;
}

.single-post .single-post-hero {
	margin-bottom: 22px;
}

.single-post .single-post-hero .inner-hero-gradient {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
}

.single-post .single-post-hero .inner-hero-gradient h2 {
	font-weight: 600;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: 0;
	max-width: 810px;
	margin: 0 auto;
	color: var(--Color-light_blue);
	padding: 0 15px;
}

.single-post .back-page-link {
	margin-bottom: 11px;
}

.single-post .back-page-link a {
	font-weight: 800;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
	color: var(--red);
	display: flex;
	align-items: center;
	gap: 10px;
}

.single-post h2.single-blog-title {
	color: var(--blue);
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: 0;
}

.single-post p {
	color: var(--black);
	line-height: 150%;
}

.single-post ul {
	color: var(--blue);
	line-height: 150%;
}

.single-post .image-gallery {
	padding: 36px 0 64px;
	text-align: center;
}

.single-post .image-gallery h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0;
	color: var(--red);
	margin-bottom: 15px;
}

.single-post h2 {
	color: var(--black);
}

.single-post .image-gallery-wrap {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
}

.single-post .image-gallery-wrap .item {
	width: calc((100% - (2 * 36px)) / 3);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	padding-bottom: 26%;
	max-height: 286px;
	transition: all 0.3s ease-in-out;
	height: unset;
}

.single-post .image-gallery-wrap .item:hover {
	box-shadow: 0px 0px 10px 5px #00000040;
}

.single-post .image-gallery-wrap .item a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.single-post .image-gallery-wrap .item a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
	transform: scale(1.01);
}

.single-post .image-gallery-wrap .item a:hover img {
	transform: scale(1.1);
}

.related-posts-section {
	background: var(--Color-light_blue);
	padding: 68px 0 55px;
}

.related-posts-section .related-title {
	color: var(--blue);
	margin-bottom: 35px;
}

.related-posts-section .related-slide {
	padding: 0 10px;
}

.related-posts-section .slick-dots {
	margin-top: 20px;
}

.related-posts-section .blog-card .blog-thumb {
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
}

.related-posts-section .blog-card .blog-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all .3s ease-in-out;
	transform: scale(1.01);
}

.related-posts-section .blog-card a:hover .blog-thumb img {
	transform: scale(1.1);
}

.related-posts-section .blog-content {
	padding: 18px 25px 23px;
	transition: all 0.3s ease-in-out;
}

.related-posts-section .blog-content h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.related-posts-section .blog-content p {
	margin: 0;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--black);
	transition: all .3s ease-in-out;
}

.related-posts-section .blog-content .read-more {
	color: var(--red);
	line-height: 150%;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all .3s ease-in-out;
	margin-top: 0;
}

.related-posts-section .blog-card a:hover .read-more {
	text-decoration: none;
}

.related-posts-section .blog-card a:hover .blog-content {
	background: var(--red);
}

.related-posts-section .blog-card a:hover,
.related-posts-section .blog-card a:hover .blog-content p,
.related-posts-section .blog-card a:hover .blog-content .read-more {
	color: var(--white);
}

.related-posts-section .slick-prev,
.related-posts-section .slick-next {
	background-image: url('../images/slide-left-arrow.svg') !important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	box-shadow: 0px 4px 4px 0px #00000040;
	border: none !important;
	transition: all 0.3s ease-in-out;
}

.related-posts-section .slick-prev {
	left: -18px;
}

.related-posts-section .slick-next {
	background-image: url('../images/slide-right-arrow.svg') !important;
	right: -18px;
}

.related-posts-section .slick-prev.slick-disabled,
.related-posts-section .slick-next.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
}


/* 404 Page CSS */
.page-not-found {
	background: linear-gradient(89.89deg, #035A82 -75.26%, #035A82 -9%, #D52331 89.01%);
	min-height: 748px;
	height: calc(100vh - 116px);
	position: relative;
}

.page-not-found>img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-not-found .content {
	max-width: 854px;
	width: 100%;
}

.page-not-found .content h2 {
	font-family: 'REM';
	font-weight: 700;
	font-size: 191.16px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #E6EEF2;
	margin-top: 30px;
}

.page-not-found .content h3 {
	font-family: 'REM';
	font-weight: 500;
	font-size: 56px;
	line-height: 83px;
	letter-spacing: 0px;
	color: #E6EEF2;
}

.page-not-found .content p {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 14px;
}

.page-not-found .content .page-links-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.page-not-found .content .page-links-wrapper ul {
	padding-left: 0px;
	list-style: none;
}

.page-not-found .content .page-links-wrapper ul:first-child {
	padding-right: 35px;
}

.page-not-found .content .page-links-wrapper ul:last-child {
	padding-left: 35px;
}

.page-not-found .content .page-links-wrapper ul li:not(:last-child) {
	margin-bottom: 17px;
}

.page-not-found .content .page-links-wrapper ul li a {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 18px;
	line-height: 125%;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #FFFFFF;
}

.e-imgs figure {
	width: 100%;
}

.e-imgs figure img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.resource-hero-with-title .content {
	background: url('../../library/images/inner-banner-image.webp') center / cover no-repeat;
	border-radius: 16px;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.resource-hero-with-title .content h1 {
	color: var(--white);
}

.quote-with-logo {
	background-color: #035A82;
	padding-top: 81px;
	padding-bottom: 81px;
}

.quote-with-logo .left-col {
	max-width: 32.4%;
	width: 100%;
	padding-right: 60px;
	padding-left: 40px;
	display: flex;
	align-items: center;
}

.quote-with-logo .right-col {
	max-width: 67.6%;
	width: 100%;
	padding-left: 60px;
}

.quote-with-logo .right-col h2 {
	font-family: 'REM';
	font-weight: 600;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: 0px;
	color: var(--white);
	margin-bottom: 11px;
}

.quote-with-logo .right-col p {
	font-family: 'REM';
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0px;
	color: var(--white);
	margin: 0px;
}