body {
	
	color: #fff;
}
.wrapper {
	padding: 60px 0;
	/* background: linear-gradient(to left, #7A9D96, #101357); */
	background-color: #00246B;
	border-radius: 10px;
	color: #fff;
}
.section-header {
	padding-bottom: 15px;
}
.section-header h2 {
	font-weight: 700;
	color: #f1d141;
	padding: 0px 50px;
}


.section-header h1 {
	font-weight: 700;
	color: #fff;
}
.icon-area {
	text-align: center;
}
.icon-area i {
	font-size: 80px;
	margin-bottom: 20px;
}
.content p {
	width: 60%;
	margin: auto;
	text-align: justify;
	color: #fff;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
}
.img-area {

	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	overflow: hidden;
	border: 10px inset #fff;
	margin-bottom: 30px;
}
.img-area img {
	width: 100%;
}
.content h5 {
	font-weight: 900;
	margin-top: 15px;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators [data-bs-target] {
	width: 60px;
	height: 10px;
	background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
	.content p {
		width: 95%;
	}
}
@media (max-width: 767px) {
	.wrapper {
		padding: 50px 0;
	}
	.content p {
		width: 100%;
	}
	.icon-area i {
		font-size: 50px;
	}
}

/**************************************/
/********* About + Single CSS *********/
/**************************************/
.about,
.single {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 30px;
}

.about .about-img,
.single .single-img {
    position: relative;
    overflow: hidden;
}

.about .about-img img,
.single .single-img img {
    width: 100%;
}

.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -100px auto 0 auto;
    padding: 30px;
    background: #ffffff;
}

.about .about-content h2,
.single .single-content h2 {
    font-size: 25px;
    font-weight: 700;
}

.about .about-content p,
.single .single-content p {
    font-size: 16px;
    font-weight: 300;
}

.about .btn,
.single .btn {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #999999;
    border-radius: 0;
}

.about .btn:hover,
.single .btn:hover {
    background: #4F84C4;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}

.contact2 {
    position: relative;
    width: 100%;
   /* padding: 45px 0 15px 0; */
}

.contact2 .contact-info {
    position: relative;
    display: flex;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact2 .contact-info:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact2 .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
   /* border: 1px solid rgba(0, 0, 0, .1);*/
}

.contact2 .contact-icon i {
    font-size: 18px;
    color: #0796fe;
}

.contact2 .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact2 .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #092a49;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}

.contact2 .contact-text p {
    margin: 0;
    font-size: 16px;
    display: block;
    color: #797979;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    font-family: 'Lato', sans-serif;
}

.contact2 .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact2 .contact-form:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact2 .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact2 .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact2 .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    background: none;
    border: 2px solid #092a49;
    border-radius: 0;
    transition: .3s;
}

.contact2 .contact-form .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.contact2 .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* leadership content */
.rounded-circle {
    border-radius: 50% !important;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
}

.d-flex {
    display: flex !important;
  }

  .flex-column {
    flex-direction: column !important;
  }

  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  
  .mb-3
   {
  margin-bottom: 1rem !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}