@charset "UTF-8";

body {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section2 {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.section2-box {
	background: #2a2962;
	color: #ffffff;
	padding: 60px;
	border-radius: 20px;
}

.section2-head {
	font-size: 2.2rem;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.section2-head span {}

.section2-head span {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.section2-head span {
	display: flex;
	align-items: center;
}

.section2-head span:before,
.section2-head span:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
}

.section2-head span:before {
	margin: 0 20px 0 0;
}

.section2-head span:after {
	margin: 0 0 0 20px;
}

.section2 .desc {
	font-weight: 200;
	margin-top: 50px;
}

.section2 .desc p {
	text-align: justify;
	font-size: 1.03rem;
}

.section2 .desc .monteCarlo {
	font-family: "MonteCarlo", cursive;
	font-size: 2rem;
	text-transform: capitalize;
}


.aims {
	padding: 100px 0px;
	overflow: hidden;
}

.aims_right {
	position: relative;
}

.aims-title h2 {
	font-size: 2.5rem;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}

.aims-title h2:before {
	content: "";
	position: absolute;
	left: 185px;
	bottom: 0;
	height: 1px;
	width: 90%;
	border-bottom: 2px solid #e4251a;
}

.aims-title h2 span {
	color: #e4251a;
}

.aims-head {
	font-size: 2.5rem;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.aims .description {
	text-transform: uppercase;
	line-height: 1.8;
	font-weight: 300;
}

.aims-head span {
	color: #bab9b9;
	font-weight: 400;
	line-height: 1.5;
}

.aims-subtitle {
	text-align: right;
	margin-bottom: 20px;
}

.aims-subtitle p {
	margin-bottom: 0.3rem;
}

.aims-bottom .btn-custom {
	color: #070606;
	border-color: #2a2962;
	border-radius: 16px 16px 16px 16px;
	float: right;
}


.section3-list {}

.section3-list .list-group {}

.section3-list .list-group .list-group-item {
	margin-bottom: 5px;
	border: 0;
}

.section3-list .list-group .list-group-item h5 {
	text-transform: math-auto;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.5;
}

.section3-list .list-group .list-group-item h5 i {
	color: #d9d9d9;
}

.section3-list .list-group .list-group-item p {
	font-size: 1rem;
	font-weight: 300;
	color: black;
}

.section3-list .list-group-item-action:focus,
.section3-list .list-group-item-action:hover {
	color: #000000;
	background-color: transparent;
}

.history-container {
	/* background-image: linear-gradient(135deg, #ffffff 50%, #f9f9f9 50%); */
	background-image: linear-gradient(119deg, #ffffff 38%, #f9f9f9 35%);
}

.history-container-inner {
	padding: 60px;
}

.history-title {
	font-size: 2.5rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	text-align: right;
	border-bottom: 2px solid #e4251a;
	width: 100%;
}

.history-title span {
	color: #bab9b9;
}

.history-title span span {
	color: #000;
	/* border-bottom: 2px solid #e4251a; */
	font-weight: 400;
}

.history-desc {
	text-align: justify;
	font-weight: 300;
}

.history-title-desc {
	font-size: 14px;
	font-weight: 200;
	margin-top: 40px;
}

.active-section2 {
	margin-top: 85px;
	margin-bottom: 100px;
}

.active-section2 .title {}

.active-section2 .title h2 {
	font-size: 2.5rem;
	font-weight: 400;
	border-left: 2px solid #e4251a;
	padding-left: 15px;
	text-transform: uppercase;
}

.active-section2 .title h2 span {
	color: #050505;
	font-weight: 700;
}

.active-section2 .desc {
	text-align: justify;
	margin-top: 2rem;
}

.active-section2 .desc img {
	float: right;
	margin-left: 20px;
}

.active-section2 .mobile-img {
	display: none;
}

.active-section2 .desktop {
	display: block;
}




.section {
	margin-bottom: 60px;
}

.section img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.section-content:nth-child(even) {
	flex-direction: row-reverse;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.organization_div {
	text-align: center;
	box-shadow: 2px 2px 9px #888888;
	background-color: #f4f4f4;
	margin-bottom: 40px;
}

.organization_div,
.organization_div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.organization_div img {
	width: 100%;
}

.organization_div h4 {
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 33px;
	font-weight: 500;
	font-size: 15px;
	color: #13182a;
}

.organization_div p {
	padding-bottom: 15px;
}

.committee-page {
	margin-top: 15px;
	margin-bottom: 50px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 36px 7px rgb(0 0 0 / 10%);
	box-shadow: 0 4px 36px 7px rgb(0 0 0 / 10%);
	padding: 20px;
}

.committee-page h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	margin-bottom: 20px;
}

table,
thead,
tbody,
tr,
th,
td {
	border-collapse: collapse;
	border: 0;
}

th,
td {
	padding: 10px;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
}

.wi-news-table table {
	width: 100%;
	font-size: 14px;
}

.wi-news-table tr {
	height: 45px;
}

.wi-news-table thead tr,
.wi-news-table tbody tr {
	border-bottom: 0;
}

.wi-news-table th,
.wi-news-table td {
	background-color: transparent;
	line-height: 20px;
	text-align: left;
	padding: 15px;
}

.wi-news-table tr:nth-child(odd) {
	background-color: #EFF0F7;
	color: #0a0d1b;
}


.animated {
	visibility: visible !important;
}

.ds .color-main {
	color: #e43d4e;
}

.icon-styled {
	display: inline-block;
	text-align: center;
}

.mb-40 {
	margin-bottom: 40px;
}

.fs-56 {
	font-size: 56px;
}

.icon-styled i {
	width: 1em;
}

.divider-60 {
	margin-top: 60px;
}

.ds.ms {
	background-color: #0a0d1b;
}

.ds label {
	color: #fff;
}

.has-placeholder label {
	display: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select,
.form-control {
	background-color: transparent;
	border: none;
	color: #0a0d1b;
	font-size: 16px;
	height: 60px;
	padding-bottom: 9px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 9px;
	width: 100%;
}

.ds.ms input[type=text],
.ds.ms input[type=email],
.ds.ms input[type=url],
.ds.ms input[type=password],
.ds.ms input[type=search],
.ds.ms input[type=tel],
.ds.ms input[type=number],
.ds.ms textarea,
.ds.ms select,
.ds.ms .form-control {
	background-color: #13182a;
	color: #a4a9b9;
}

[class*=col-]>.form-group+.form-group {
	margin-top: 10px;
}

[class*=col-]>.form-group {
	margin-bottom: 0;
}

.contact-form textarea {
	min-height: 200px;
}

textarea,
textarea.form-control {
	height: auto;
	padding-top: 20px;
}

.p-30 {
	padding: 30px;
}

.withColor::placeholder {
	color: #FFFFFF;
	opacity: 1;
}

.contact-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.ds .btn-maincolor:hover {
	background-color: #13182a;
}

.ds .btn {
	border-radius: 0;
	font-family: oswald, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1;
	min-width: 170px;
	padding: 22px 39px;
	text-align: center;
	text-transform: uppercase;
}

.ds .btn-maincolor:hover,
.ds .btn-maincolor2:hover,
.ds .btn-maincolor3:hover,
.ds .btn-darkgrey:hover {
	color: #e43d4e;
}

.ds .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.ds .btn:hover {
	cursor: pointer;
}

.ds .btn:focus,
.ds .btn:hover {
	text-decoration: none;
}

.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3,
.btn-darkgrey {
	border: 2px solid #e43d4e;
	color: #fff;
	padding: 21px 39px;
}

.btn-maincolor {
	background-color: #e43d4e;
}