/* Default Theme */

/* -------------------------------
   General
------------------------------- */

:root {
	--bs-body-bg: #fafafa;
	--bs-body-color: #333;
	--bs-body-font-size: 17px;
	--bs-link-color: #007bff;
	--bs-link-hover-color: #0069da;
}

body {
    font-family: 'Open Sans', "sans-serif";
	font-size: var(--bs-body-font-size);
	background: var(--bs-body-bg);
    color: var(--bs-body-color);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

main h1 {
	color: #222;
}
main h2 {
	color: #222;
}
main h3 {
	color: #222;
}
main h4 {
	color: #222;
}
main h5 {
	color: #222;
}
main h6 {
	color: #222;
}

a {color: var(--bs-link-color);}
a:hover {color: var(--bs-link-hover-color);}
a:focus {color: var(--bs-link-hover-color);}

/* -------------------------------
   Page Content
------------------------------- */

.content {
    padding: 0 0 0;
}

/* -------------------------------
   Custom Styles
------------------------------- */

section.page-hero-1 .background-container {
    background-color: #130f2d;
}
section.page-hero-1 .background-container img {
	object-fit: contain;
	object-position: 100%;
}
section.page-hero-1 .overlay {
    opacity: 0.0;
}

.jciire-4-pillars {
    border-left: 12px solid g);
    border-radius: 0 .5em .5em 0;
    overflow: hidden;
}
.jciire-4-pillars-1 {
    border-left: 12px solid #57bcbc;
}
.jciire-4-pillars-2 {
    border-left: 12px solid #0097d7;
}
.jciire-4-pillars-3 {
    border-left: 12px solid #efc40f;
}
.jciire-4-pillars-4 {
    border-left: 12px solid #1f4789;
}
.jciire-4-pillars-5 {
    border-left: 12px solid #f59c1a;
}
.jciire-4-pillars-6 {
    border-left: 12px solid #ff5b57;
}
.jciire-4-pillars .card-title {
    font-weight:700;
	font-size: 21px;
}
.jciire-4-pillars .card-text {
    font-size: 16.5px;
}
.card-feature-2 .jciire-img-top {
    height: 180px;
    width: 250px;
    object-fit: cover;
    place-self: center;
    margin-top: 20px;
    border-radius: 8px;
}

section.hero-2 .background-container {
    background-color: #130f2d;
}
.hero-2 .jciire-home-about-img img {
	width:350px;
	height:200px;
	object-fit:cover;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius:8px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.jciire-about-f-1  {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 1em;
	column-gap: 1em;
	align-items: baseline;
	display: flex;
}
.jciire-about-f-1 img {
    object-fit: cover;
	object-position: center;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    max-width: 100%;
	box-shadow: 0 0.225rem 0.35rem rgba(0, 0, 0, 0.175);
}
.jciire-about-f-1 .jciire-about-f-img {
    margin: 0;
}
.jciire-about-f-1 > *:nth-child(1) {
    aspect-ratio: 1;
    width: 50%;
    margin-top: auto;
	height: 300px;
}
.jciire-about-f-1 > *:nth-child(2) {
    aspect-ratio: 1;
    width: 45%;
    margin-top: auto;
	height: 270px;
}
.jciire-about-f-1 > *:nth-child(3) {
    aspect-ratio: 1;
    width: 40%;
    margin-bottom: auto;
	height: 245px;
}
.jciire-about-f-1 > *:nth-child(4) {
    aspect-ratio: 0.8;
    width: 50%;
    margin-bottom: auto;
	height: 350px;
}
