@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: 0.5s;
	z-index: 99;
}

/*** Button Start ***/
.btn {
	font-weight: 600;
	transition: 0.5s;
}

.copy-rights p,
span,
a {
	font-size: 14px;
}

.btn-primary {
	color: #fff;
	background-color: #02adef;
	border-color: #02adef;
	font-size: 14px;
}

.btn-square {
	width: 23px;
	height: 32px;
}

.text-muted {
	color: #ffffffab !important;
}

.btn-sm-square {
	width: 36px;
	height: 20px;
}

.border-top {
	border-top: 1px solid #dee2e647 !important;
}

.border-end {
	border-right: 1px solid #dee2e666 !important;
}

.btn-md-square {
	width: 44px;
	height: 44px;
}

.btn-lg-square {
	width: 56px;
	height: 56px;
}

.btn-xl-square {
	width: 66px;
	height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

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

.btn.btn-primary:hover {
	background: var(--bs-secondary);
	border: 1px solid var(--bs-secondary);
}

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

.btn.btn-secondary:hover {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}

.btn.btn-light {
	color: var(--bs-primary);
}

.btn.btn-light:hover {
	color: var(--bs-white);
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}

/*** Icon Animation End ***/

/*** Navbar Start ***/
.nav-bar {
	background: var(--bs-white);
}

.sticky-top {
	transition: 1s;
}

a:hover {
	color: #f9d000;
}

.navbar-light .navbar-nav .nav-link {
	position: relative;
	margin-right: 40px;
	padding: 35px 0;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
	outline: none;
	transition: 0.5s;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
}

.carousel-caption p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 15px;
	font-weight: 500;
	opacity: 76%;
	line-height: 29px;
	color:#fff;
}

.carousel-caption .btn-success {
	color: #fff;
	background-color: #02adef;
	border-color: #02adef;
	border-radius: 5px;
	padding: 15px 25px !important;
	font-size: 14px;
	border-radius: 24px;
}
.carousel-indicators{
	margin-bottom: 100px;
}

.btn-success {
	color: #fff;
	background-color: #02adef;
	border-color: #02adef;
	font-size: 14px;
	padding: 10px 23px !important;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
	padding: 20px 0;
	color: #364652;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: #02adef;
}

.navbar-light .navbar-brand img {
	max-height: 60px;
	transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
	max-height: 69px;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
	margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
	background: #02adef;
	color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	margin-top: 8px !important;
	background: var(--bs-light);
	transition: 0.5s;
	opacity: 1;
}

.topbar a {
	color: #fff;
	font-size: 14px;
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		border: 0;
		border-radius: 10px;
		margin-top: 8px !important;
		transition: 0.5s;
		opacity: 0;
	}
}

.bg-secondary {
	background-color: #203635 !important;
}

.float {
	width: 48px;
	height: 48px;
	bottom: 40px;
	right: 40px;
	background-color: #fff;
	color: #02adef;
	border-radius: 50px;
	text-align: center;
	font-size: 21px;
	z-index: 100;
	border: 1px solid #02adef;
	line-height: 48px;
	padding: 12px;
}

.anytime small {
	font-size: 15px;
	color: #364652 !important;
	letter-spacing: 1px;
	font-weight: 550;
}

.anytime a {
	color: #364652;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}

h6,
.h6 {
	font-size: 16px;
	color: #02adef;
	font-weight: 800;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #041d2b;
	font-weight: 500;
	font-size: 15px;
}

h2,
.h2 {
	font-size: 38px;
	font-weight: 900 !important;
	color: #203635;
}

.banner .btn-primary {
	background-color: #02adef;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 20px;
	font-size: 14px;
	border-radius: 5px;
}

.banner .btn-light {
	color: #000000 !important;
	background-color: #ffffff;
	border-color: #ffffff;
	font-weight: bold;
	padding: 13px 20px;
	font-size: 14px;
	border-radius: 5px;
}

.carousel-caption h6 b {
	font-weight: 600;
	background: #02adef7a;
	padding: 4px 12px;
	/* opacity: 47%; */
	color: #fff;
	font-size: 13px;
	border-radius: 25px;
	letter-spacing: 1.1px;
}

.btn-dark {
	color: #fff;
	background-color: #000c21;
	border-color: #000c21;
	border-radius: 30px;
	padding: 12px 30px;
	font-size: 14px;
}

h6 span {
	background: #d6f2fc;
	color: #02adef;
	font-size: 13px;
	padding: 5px 14px;
	border-radius: 24px;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
}

ul.list-unstyled li {
	font-size: 15px;
	background: url(../img/correct.png) no-repeat 0 4px;
	padding-left: 29px;
	list-style: none;
	margin-left: 0px;
	line-height: 22px;
	color: #041d2b;
	font-weight: 500;
	margin-bottom: 17px;
}

@media (max-width: 991px) {
	.navbar.navbar-expand-lg .navbar-toggler {
		padding: 8px 15px;
		border: 1px solid #00adef;
		color: #00adef;
	}

	.sticky-top .navbar-light .navbar-nav .nav-link {
		padding: 12px 0;
	}
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
	object-fit: cover;
	height: 615px;
}

/* .carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
} */
.carousel-item .carousel-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 65px;
	display: flex;
	align-items: center;
}

h6,
.h6 {
	font-size: 16px;
}

.display-5 {
	font-size: 60px;
	font-weight: 900;
	/* line-height: 67px; */
}

.carousel-indicators [data-bs-target].active {
	background-color: #02adef;
	border: 4px solid #02adef;
}

.carousel-indicators [data-bs-target] {
	display: flex;
	width: 12px;
	height: 0px;
	border: 4px solid #ffffff96;
	border-radius: 6px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: var(--bs-secondary);
	opacity: 1;
	transition: 0.5s;
	border: 4px solid #ffffff96;
}
.item {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 20px;
	border-radius: 12px;
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	overflow: hidden;
	background: url(../img/b1.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 60px 0;
	transition: 0.5s;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #6e7684;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	height: 50px;
	font-family: "Manrope";
}
.bg-breadcrumb .breadcrumb {
	position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
	color: var(--bs-white);
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

@media only screen and (max-width: 600px) {
	.carousel .carousel-item img {
		object-fit: cover;
		height: 471px;
	}

	.ps-4 {
		padding-left: 0 !important;
	}

	.border-start {
		border-left: 0px solid #dee2e6 !important;
	}

	.display-5 {
		font-size: 38px;
		font-weight: 900;
	}

	.navbar .btn-success {
		color: #fff;
		background-color: #02adef;
		border-color: #02adef;
		font-size: 14px;
		padding: 10px 23px !important;
		margin-top: 20px;
	}

	.topbar a {
		color: #fff;
		font-size: 11px;
		text-align: left !important;
	}

	.sticky-top .navbar-light .navbar-brand img {
		max-height: 57px;
	}
}

.shadow-sm {
	box-shadow: 0 3px 6px #0000001c !important;
}

.card {
	border-radius: 10px;
	border: none;
}

.icon img {
	border-radius: 50%;
	padding: 10px;
	width: 90px;
	height: 90px;
}

.card-title {
	font-weight: bold;
	margin-top: 10px;
}

h5,
.h5 {
	font-size: 20px;
	color: #414141;
	font-weight: 700;
}

.card-text {
	font-size: 14px;
	color: #6c757d;
}

.Financial {
	margin-top: -77px;
	position: relative;
}

.item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 15px;
}

.item h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px;
}

.item p {
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
}

.read-more {
	color: #00adef;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
}

.read-more::after {
	content: "\2192";
	/* Unicode for the right arrow */
	margin-left: 5px;
	font-size: 16px;
}

.owl-dots .owl-dot {
	width: 20px;
	height: 8px;
	border-radius: 30px;
	background: #ccc;
	margin: 5px;
	transition: 0.5s;
}

.owl-carousel .item {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 20px;
	border-radius: 12px;
}

.offering {
	background-color: #eef3f3;
}

.offering .owl-dots {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin-top: 42px;
}

.owl-dots .owl-dot.active {
	width: 27px;
	height: 8px;
	border-radius: 30px;
	background: #00adef;
	transition: 0.5s;
}

.owl-carousel .owl-nav.disabled {
	display: none !important;
}

.owl-carousel .owl-dots.disabled {
	display: block !important;
}

.icon-overlay {
	position: absolute;
	bottom: 125px;
	right: 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-overlay img {
	width: 30px;
	/* height: 30px; */
}

.badge {
	font-size: 14px;
	border-radius: 50px;
}

.progress-item {
	position: relative;
	padding: 20px;
	text-align: center;
}

.icon-circle {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #f0f9ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* .step-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: #02ADEF;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .progress-item h5 {
    font-size: 16px;
    font-weight: 600;
  }
  
  .progress-item p {
    font-size: 14px;
    color: #6c757d;
  }
  
  @media (min-width: 992px) {
    .progress-item:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -50px;
      width: 40px;
      height: 1px;
      background: #ccc;
    }
  
    .progress-item:not(:last-child)::before {
      content: '';
      position: absolute;
      top: 50%;
      right: -25px;
      width: 10px;
      height: 10px;
      border: 2px solid #ccc;
      border-radius: 50%;
      background: #fff;
    }
  }
   */
.iconss p {
	font-weight: 600;
}

h6 span::before {
	content: "•";
	/* Unicode character for a dot */
	font-size: 16px;
	/* Adjust size as needed */
	color: #02adef;
	/* Color of the dot */
	margin-left: 5px;
	/* Space between the text and the dot */
	display: inline;
	vertical-align: bottom;
	/* Aligns it with the text baseline */
}

.work-progress {
	padding: 50px 20px;
}

.title .subtitle {
	display: block;
	font-size: 14px;
	color: #00aaff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.title h2 {
	font-size: 38px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

.steps-container {
	display: flex;
	align-items: flex-start;
	position: relative;
	flex-wrap: wrap;
}

.step {
	text-align: center;
	width: 252px;
	/* margin: 0 20px; */
	position: relative;
}

.circle {
	width: 80px;
	height: 80px;
	background-color: #eaf4ff;
	border-radius: 50%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.circle span {
	position: absolute;
	top: 9px;
	left: -7px;
	background-color: #02adef;
	color: #fff;
	font-size: 12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	font-weight: bold;
}

.circle img {
	width: 40px;
	height: 40px;
}

.step h3 {
	font-size: 21px;
	margin: 10px 0;
	color: #041d2b;
	font-weight: bold;
}

.step p {
	font-size: 14px;
	color: #041d2bb8;
	line-height: 1.5;
}

.arrow {
	width: 100px;
	height: 50px;
	position: relative;
	margin-top: 40px;
	margin-bottom: -20px;
}

.curve-down {
	background: url("../img/arrow-1.png") no-repeat center center;
	background-size: contain;
}

.curve-up {
	background: url("../img/arrow-2.png") no-repeat center center;
	background-size: contain;
}

.industry-section {
	background-color: #f0fafe;
	padding: 50px 0;
}

.industry-subtitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #02adef;
}

.industry-title {
	font-size: 38px;
	font-weight: 900;
	margin-bottom: 15px;
	color: #333;
}

.industry-description {
	font-size: 15px;
	color: #000000ab;
	line-height: 1.6;
}

.high .icon img {
	border-radius: 0%;
	padding: 10px;
	width: 80px;
	height: 80px;
}

.industry-card {
	border-radius: 24px;
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
}

.high .card-body {
	flex: 1 1 auto;
	padding: 7px;
}

.industry-card img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.card-title {
	font-size: 21px;
	font-weight: bold;
	color: #232527;
	margin-bottom: 10px;
}

.btn-outline-secondary {
	color: #232527;
	border-color: #707070db;
	padding: 9px 17px;
	border-radius: 50px;
}

.card-text {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.industry img {
	width: 75px !important;
}

.btn-primary {
	background-color: #02adef;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 15px;
	font-size: 14px;
}

.btn-primary:hover {
	background-color: #0056b3;
}

.banner {
	background: url(../img/banner.png);
	background-size: cover;
	background-position: center;
	color: white;
}

.banner h2 {
	font-size: 34px;
}

.event-card {
	border: 0px solid #ddd;
	border-radius: inherit;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
	box-shadow: 0 0px 5px #0000001f;
	background: #fff;
}

.event-image img {
	width: 100%;
	height: auto;
}

.event-date {
	position: absolute;
	top: 10px;
	left: 10px;
	background: linear-gradient(180deg, #e20935 60%, #fff 40%);
	color: #fff;
	padding: 4px;
	border-radius: 0px;
	text-align: center;
	width: 59px;
	font-size: 24px;
	font-weight: 500;
}

.event-meta {
	font-size: 14px;
	color: #041d2b;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.event-title {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 14px;
	color: #041d2b;
	line-height: 33px;
}

.read-more-link {
	color: #00adef;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.offerings .owl-dots {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-content: flex-end;
	margin-top: 10px;
}

.event-content {
	padding: 1rem;
}

.items {
	padding-bottom: 10px;
}

.clients {
	background-color: #00aaff;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

.slider {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider .slide-track {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}

.slider .slide {
	width: 250px;
}

/*** Footer Start ***/
.footer {
	background: var(--bs-dark);
}

.footer .footer-item a {
	line-height: 31px;
	color: #ffffffcb;
}

.footer .footer-item p {
	line-height: 22px;
	font-size: 14px;
	color: #ffffffcb !important;
}

.footer h4 {
	font-size: 22px;
}

.footer .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	background-color: #465453c7;
	background-clip: padding-box;
	border: 1px solid #465453;
	appearance: none;
	border-radius: 10px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	height: 50px;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
	transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
	background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
	color: var(--bs-primary) !important;
}
.careers {
	padding: 40px;
	background-color: #f5f7fa;
}
.Careers h4 {
	font-size: 23px;
	color: #121c22;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	.slider {
		margin: auto;
		overflow: hidden;
		/* position: relative; */
		width: 100%;
	}

	.offering .owl-dots {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		align-content: flex-end;
		margin-top: 25px;
	}

	.curve-down {
		background: url(../img/arrow-1.png) no-repeat center center;
		background-size: contain;
		display: none;
	}

	.navbar .btn-primary {
		background-color: #02adef;
		border: none;
		text-transform: uppercase;
		font-weight: bold;
		padding: 10px 15px;
		font-size: 14px;
		margin-top: 20px;
	}

	.Financial {
		margin-top: 21px;
		position: relative;
	}

	.topbar .justify-content-end {
		justify-content: center !important;
		margin-top: 12px;
	}

	.step {
		text-align: center;
		width: 252px;
		/* margin: 0 20px; */
		position: relative;
		margin-top: 25px;
	}

	.curve-up {
		background: url(../img/arrow-2.png) no-repeat center center;
		background-size: contain;
		display: none;
	}
	.carousel-item .carousel-caption {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: -4px;
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 1280px) and (max-height: 720px) and (min-height: 300px) {
	.navbar-light .navbar-nav .nav-link {
		position: relative;
		margin-right: 13px;
		padding: 35px 0;
		letter-spacing: 1px;
		font-size: 15px;
		font-weight: 500;
		outline: none;
		transition: 0.5s;
	}
}

.custom-sidebar .custom-widget-title {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 20px;
}

.custom-search-bar {
	display: flex;
	align-items: center;
}

.custom-search-input {
	flex-grow: 1;
	border: none;
	border-right: none;
	padding: 12px;
	background: #f2f5f6;
	font-size: 15px;
}

.custom-search-button {
	border: 1px solid #02adef;
	background-color: #02adef;
	color: white;
	padding: 8px 15px;
}

.custom-search-button:hover {
	background-color: #0056b3;
}

.custom-categories-list a {
	text-decoration: none;
	color: #212529;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e9ecef;
	transition: color 0.3s;
	font-size: 14px;
	margin-bottom: 5px;
}

.custom-categories-list a:hover {
	color: #007bff;
}

.call-card {
	background-color: #00adef; /* Match the blue background */
	color: white;
	text-align: center;
	padding: 30px;
	border-radius: 10px;
}
.call-card h3 {
	color: #fff;
	font-size: 30px;
}
.call-card p {
	color: #fff;
	font-size: 22px;
	font-weight: 100;
}
.call-card .icon img {
	margin: 5px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
}
.call-card .phone-number {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}

.custom-sidebar .badge {
	font-size: 14px;
	border-radius: 6px;
}




.recent-posts {
    width: 354px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    padding: 0px;
    border: 1px solid #7070706e;
}

.recent-posts h2 {
    margin-bottom: 33px;
    color: #333;
    font-size: 22px !important;
    background: #FAF6ED;
    padding: 16px;
    font-weight: 700;
    border-radius: 10px;
}

.quick h2,
.h2 {
    font-size: 28px;
    color: #041D2B;
    font-weight: 500;
}

.post {
    display: flex;
    margin-bottom: 6px;
    border-bottom: 1px dashed #70707063;
    padding: 00 12px 0;
}

.post img {
    width: 124px;
    height: 75px;
    border-radius: 8px;
    margin-right: 10px;
}

.post-content {
    flex: 1;
    margin-bottom: 15px;
}

.post-content h3 {
    font-size: 12px;
    margin: 0 0 10px;
    color: #041D2B;
    font-weight: 700;
}

.post-content p {
    font-size: 12px;
    margin: 0px 0 8px;
    color: #041d2bc7;
    line-height: 12px;
    font-weight: 450;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-meta .date {
    font-size: 12px;
    color: #364A55;
    font-weight: 450;
}

.post-meta .read-more {
    font-size: 12px;
    color: #E1A731;
    text-decoration: none;
    font-weight: 400;
}

