/*==== Start Title Section ====*/

.heading {
  padding-bottom: 40px;
  text-align: center;
}
.heading h4 {
  font-size: 22px;
  color: #f9a41b;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: capitalize;
}
.heading h2 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.heading p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
}
.heading span.separator {
  width: 1px;
  height: 40px;
  display: inline-block;
  background: #484841;
}
.btn-primary {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background: #f9a41b;
  padding: 8px 30px;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-primary:focus,
.btn-primary:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}

/*============== Welcome area ===============*/

.welcome-content {
  padding-right: 5%;
}
.welcome-content h4 {
  font-size: 22px;
  color: #f9a41b;
  font-weight: bold;
  margin-bottom: 0;
}
.welcome-content h2 {
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
.welcome-content p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

/*============== Feature Area ===============*/

.investment-area > div {
  z-index: 2;
  position: relative;
}
.investment-area img.curve-left-bottom {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 180px;
}

/*============== Feature Area ===============*/

.feature-item {
  position: relative;
}
.feature-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.feature-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.feature-item:hover .feature-overlay {
  opacity: 1;
}
.feature-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  padding: 0 30px;
  text-align: right;
}
.feature-item:hover .feature-content {
  top: 75%;
  left: 50%;
  opacity: 1;
}
.feature-content h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.feature-content h3 a {
  color: #fff;
}
.feature-content p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.feature-content hr {
  margin: 15px 0 10px;
  padding: 0;
  border-bottom: 2px solid #f9a41b;
  border-top: 0;
  opacity: 1;
  max-width: 60%;
  margin-left: auto;
}
.fadeIn_bottom {
  top: 80%;
}

/*======= Tour page =============*/

.tour-area {
  background: #f7f6f4;
}
.tour-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tour-content h3 {
  font-size: 42px;
  color: #ffb000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.tour-content h4 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
}
.tour-content p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}

/*======= About Us page =============*/

.reason-item {
  padding: 20px;
  text-align: center;
}
.reason-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 50px;
  margin-bottom: 20px;
}
.reason-item p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  max-width: 300px;
  margin: 0 auto;
}
.reason-item.brochure {
  text-align: left;
  background: #1a243d;
  border-radius: 10px;
}
.reason-item.brochure h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.reason-item.brochure h3 span {
  color: #f9a41b;
  font-weight: 300;
  font-size: 26px;
  display: block;
}
.reason-item.brochure p img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 0;
}
.reason-item.brochure p {
  color: #c3c3c3;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  display: flex;
  align-items: end;
}

/*======= Registration page =============*/

.registration-area img.curve-left-top {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 130px;
}
.registration-area > div {
  z-index: 2;
  position: relative;
}
.form-heading h3 {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}
.form-heading hr {
  margin: 15px 0;
  border-bottom: 2px solid #f9a41b;
  opacity: 1;
}
.form-heading p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: justify;
}
.form-area {
}
.form-area label {
  font-size: 15px;
  color: #555555;
  font-weight: 300;
  text-align: right;
}
.form-area span {
  color: #de4141;
  padding-left: 5px;
}
.form-area label.form-check-label {
  text-align: left;
}
.form-area label.form-check-label a {
  color: #f9a41b;
}
.form-area input.form-control,
.form-area select.form-select,
.form-area textarea.form-control {
  border: 2px solid #dbd7c8;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
}
.form-area .form-control:focus,
.form-area .form-select:focus,
.form-area .form-check-input:focus {
  outline: none;
  box-shadow: none;
  color: #1f1f1f;
  border-color: #f9a41b;
}
.form-area .form-check-input[type="checkbox"] {
  border: 2px solid #dbd7c8;
  border-radius: 3px;
}
.form-area .form-check-input:checked {
  background-color: #f9a41b;
  border-color: #f9a41b;
}
.form-area .recaptcha-cus {
  justify-content: end;
  display: flex;
}
.form-area button[type="submit"] {
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  border: none;
  box-shadow: none;
}

/*======= About Us page =============*/

.overview-area > div {
  z-index: 2;
  position: relative;
}
.overview-area img.curve-left-top {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 180px;
}
.overview-content {
}
.overview-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.overview-content h5 {
  color: #f9a41b;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bolder;
}
.overview-content h3 {
  color: #000000;
  font-size: 42px;
  font-weight: bold;
}
.overview-content p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}
.vision-content {
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  background: #191919 url("assets/images/vision.png") no-repeat center center /
    cover;
}
.vision-content h3 {
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 0;
}
.vision-content p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
}
.mission-content {
}
.mission-content h3 {
  color: #000000;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 0;
}
.mission-content p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 0;
}
.mission-item {
  background: #ff9f00;
  padding: 20px 25px;
  border-radius: 10px;
}
.mission-area .mission-content .mission-item:nth-child(2) {
  background: #d14444;
}
.mission-area .mission-content .mission-item:last-of-type {
  background: #159698;
}
.mission-item h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.mission-item p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}

/*======= Director  page =============*/

.profile-area > div {
  z-index: 2;
  position: relative;
}
.profile-area img.curve-left-top {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 180px;
}
.profile-item {
  text-align: center;
  padding: 0 15px;
}
.profile-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  padding: 0 15px;
  margin-bottom: 15px;
}
.profile-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.profile-item h3 a {
  color: #000000;
}
.profile-item p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.profile-item hr {
  margin: 10px auto 5px;
  border-bottom: 2px solid #ff9f00;
  opacity: 1;
  max-width: 150px;
}
.profile-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.profile-content h3 {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.profile-content h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.profile-content p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}
.profile-content hr {
  margin: 10px 0 15px;
  border-bottom: 2px solid #f9a41b;
  opacity: 1;
}

/*======= Leadership page =============*/

.leadership-area img.curve-left-top {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 200px;
}
.leadership-area > div {
  z-index: 2;
  position: relative;
}
.leadership-item {
  text-align: center;
}
.leadership-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  margin-bottom: 15px;
}
.leadership-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.leadership-item h4 a {
  color: #000000;
}
.leadership-item p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.leadership-item hr {
  margin: 10px auto 5px;
  border-bottom: 2px solid #f9a41b;
  opacity: 1;
  max-width: 150px;
}

/*======= Projects page =============*/

.project-area img.curve-left-top {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 200px;
}
.project-area > div {
  z-index: 2;
  position: relative;
}
.project-item {
}
.project-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.project-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.project-content h3 a {
  color: #000000;
}
.project-content hr {
  margin: 15px 0;
  border-bottom: 2px solid #f9a41b;
  opacity: 1;
}
.project-content p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 0;
}

/*======= Contact Us page =============*/

.contact-detail h5 {
  font-size: 18px;
  color: #f9a41b;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-detail p {
  color: #ffffff;
  line-height: 26px;
  text-align: left;
}
.contact-detail p a {
  color: #ffffff;
}
.contact-detail p a:hover {
  color: #f9a41b;
}
.contact-detail p i {
  color: #ffffff;
  margin-right: 5px;
}

.showBullets ul,
.showBullets ol {
  list-style-type: initial !important;
  list-style-position: outside !important;
  padding-left: 1.5rem !important;
  margin-left: 0 !important;
}

.showBullets li {
  display: list-item !important;
  list-style-type: inherit !important;
}

/* Optional: explicitly style the bullet marker */
.showBullets li::marker {
  content: initial;
  color: black; /* or any color you want */
}

hr.divider {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  clear: both;
  border-bottom: solid 3px #ff9f00;
}
.col-form-label, p {
    font-size: 15px; !important;
    font-weight: 300; !important;
}