/*==== Style ====*/

body {
  background: #ffffff;
}

/*==== Start Title Section ====*/

.heading {
  padding-bottom: 30px;
}
.heading h2 {
  text-align: center;
  font-size: 36px;
  color: #4b4b4b;
  font-weight: 100;
  margin-bottom: 0;
  text-transform: capitalize;
}
.btn-normal {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  background: #1883d6;
  padding: 8px 30px;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-normal.normal-outline {
  background: transparent;
  border: 2px solid #ffffff;
}
.btn-normal:focus,
.btn-normal:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.btn-normal.normal-outline:focus,
.btn-normal.normal-outline:hover {
  border-color: #324343;
}

/*============== Featured Area ===============*/

.featured-area {
  background: #ffffff;
}
.featured-area .featured-item {
  position: relative;
  padding: 50px 30px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.featured-content {
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
.featured-content > a {
  border: 2px solid #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
}
.featured-content img {
  width: auto;
  height: auto;
  max-height: 32px;
}
.featured-item h3 {
  color: #152148;
  font-size: 38px;
  font-weight: 300;
}
.featured-area .row > div:first-child div {
  text-align: left;
}
.featured-area .row > div:first-child p {
  color: #152148;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.featured-area .row > div:nth-child(2),
.featured-area .row > div:nth-child(3),
.featured-area .row > div:nth-child(4),
.featured-area .row > div:nth-child(5) {
  padding-left: 0;
  padding-right: 0;
}
.featured-area .row > div .featured-item::before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.featured-area .row > div:first-child .featured-item::before {
  display: none;
}
.featured-area .row > div:nth-child(2) .featured-item::before {
  background: rgba(170, 9, 85, 0.8);
}
.featured-area .row > div:nth-child(3) .featured-item::before {
  background: rgba(255, 86, 0, 0.8);
}
.featured-area .row > div:nth-child(4) .featured-item::before {
  background: rgba(158, 178, 21, 0.8);
}
.featured-area .row > div:nth-child(5) .featured-item::before {
  background: rgba(11, 156, 161, 0.8);
}
.featured-area .row > div:nth-child(1) .featured-item {
  background: #ffffff;
  padding-left: 20%;
}
.featured-area .row > div:nth-child(2) .featured-item {
  background: #ffffff url("assets/images/capabilitie-bg-1.jpg") no-repeat center
    center / cover;
}
.featured-area .row > div:nth-child(3) .featured-item {
  background: #ffffff url("assets/images/capabilitie-bg-2.png") no-repeat center
    center / cover;
}
.featured-area .row > div:nth-child(4) .featured-item {
  background: #ffffff url("assets/images/capabilitie-bg-3.png") no-repeat center
    center / cover;
}
.featured-area .row > div:nth-child(5) .featured-item {
  background: #ffffff url("assets/images/capabilitie-bg-4.png") no-repeat center
    center / cover;
}
.featured-item p {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

/*============== Overseas area ===============*/

.overseas-area {
  background: #ffffff;
}
.overseas-location img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.overseas-content {
  margin-top: -20%;
  padding-bottom: 40px;
}
.overseas-content h3 {
  color: #ff0080;
  font-size: 40px;
  font-weight: 300;
}
.overseas-content h3 span.color-yellow {
  color: #ffa000;
}
.overseas-content h3 span.color-green {
  color: #a1b518;
}
.overseas-content h3 span.color-market {
  color: #2dc8c9;
}
.overseas-content p {
  font-size: 15px;
  font-weight: 300;
  color: #272727;
  margin-bottom: 0;
}

/*============== News area ===============*/

.news-area {
  background: #f9f9f9;
}
.news-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.news-content {
  padding: 15px 0 0;
}
.news-content p.date {
  color: #3c67c7;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news-content p {
  color: #454545;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: justify;
}

/*============== Certificate Area ===============*/

.certificate-item {
}
.certificate-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #c9c9c9;
}

/*============== About Us Area ===============*/

.about-area {
  background: #001b30;
}
.about-content {
}
.about-content h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 100;
}
.about-content p {
  font-size: 15px;
  color: #ffffff;
  text-align: justify;
}
.profile-area {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.profile-image {
  padding-right: 30px;
}
.profile-image img {
  border: 2px solid #ffffff;
  width: auto;
  max-width: 100%;
  height: auto;
}
.profile-image span.profile-placeholder {
  display: inline-block;
  border: 2px solid #ffffff;
  width: 174px;
  max-width: 100%;
  height: 242px;
}
.profile-btn a {
  color: #ffffff;
  line-height: initial;
  font-size: 30px;
  display: flex;
  font-weight: 100;
  flex-direction: row;
  align-items: baseline;
}
.profile-btn i {
  color: #e94342;
  margin-right: 15px;
}
.mission-item {
  background: #61a5c5;
  padding: 30px 25px;
  border-radius: 8px;
  height: 100%;
  text-align: center;
}
.mission-area .row > div:last-child > .mission-item {
  background: #23a79c;
}
.mission-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.mission-item p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.key-area {
  background: #ffffff;
}
.key-item {
  position: relative;
  min-height: 150px;
}
.key-item::before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(139, 9, 79, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.key-area .row > div:nth-child(2) .key-item::before {
  background: rgba(255, 150, 0, 0.8);
}
.key-area .row > div:nth-child(3) .key-item::before {
  background: rgba(158, 178, 21, 0.8);
}
.key-area .row > div:nth-child(4) .key-item::before {
  background: rgba(42, 63, 72, 0.8);
}
.key-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.key-item h3 {
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  color: #ffffff;
}

/*============== Capability Area ===============*/

.capability-area {
  border-bottom: 1px solid #ededed;
}
.capability-area .heading h2 {
  text-align: left;
}
.capability-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
}

/*============== Product Area ===============*/

.breadcrumb-area {
  background: #001b30;
}
.product-breadcrumb {
  text-align: center;
}
.product-breadcrumb h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
}
.product-breadcrumb .breadcrumb {
  justify-content: center;
  margin: 0;
}
.product-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.product-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: ">";
}
.product-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*============== History Area ===============*/

.history {
  position: relative;
  padding: 0;
}
.history::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #4153ba;
}
.history::after {
  content: "";
  position: absolute;
  left: 48.8%;
  width: 30px;
  height: 3px;
  bottom: 0;
  background: #4153ba;
}
.history ul {
  padding: 0;
  margin: 0;
}
.history ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 65px;
  box-sizing: border-box;
}
.history ul li:nth-child(odd) {
  float: left;
  text-align: left;
  clear: both;
}
.history ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}
.history ul li:nth-child(odd)::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  top: 0;
  right: 0;
  background: #4153ba;
}
.history ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  top: 0;
  left: 0;
  background: #4153ba;
}
.history ul li:first-child::before {
  right: -15px;
}
.history-content {
  padding: 0 50px 20px;
}
.history-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.history-content h3 {
  color: #2592eb;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 10px 0 0;
}
.history-content p {
  font-size: 15px;
  color: #17222b;
  margin: 0;
  font-weight: 300;
}

/*======= Contact Us page =============*/

.map-area {
  position: relative;
  background: #ffffff;
}
.map-area > .container {
  position: relative;
  z-index: 11;
}
.map-area::after {
  content: "";
  /* background: #f1f3f4; */
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 45% 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.google-map-base {
  background: #f1f3f4;
}
.address iframe {
  width: 100%;
  max-width: 100%;
}
.contact-info {
  padding-top: 50px;
}
.contact-info h2 {
  font-size: 36px;
  font-weight: 300;
  color: #aeaeae;
  margin-bottom: 25px;
}
.contact-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #353f4e;
}
.contact-info p {
  color: #353f4e;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 400px;
}
.contact-info p span {
  min-width: 43px;
  display: inline-block;
}
.contact-info p a {
  color: #17222b;
  margin-left: 5px;
}
.contact-area {
  position: relative;
  background: #001b30;
}
.contact-form h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
}
.contact-form form {
  padding-top: 30px;
}
.contact-form label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.contact-form label span.required {
  color: #9d274d;
}
.contact-form .form-select,
.contact-form .form-control {
  color: #ffffff;
  font-size: 15px;
  border-radius: 8px;
  border: 2px solid #084575;
  height: auto;
  padding: 8px 15px;
  background: transparent;
}
.contact-form .form-select:focus,
.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.recaptcha-area {
  justify-content: end;
  display: flex;
}
.form-border hr {
  border-bottom: 1px solid #5465c2;
  opacity: 1;
  margin: 20px 0;
}
.contact-form button[type="submit"],
.contact-form input[type="submit"],
.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
  border: 2px solid #1883d6;
  color: #ffffff;
  height: auto;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  text-transform: uppercase;
  background: #1883d6;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .heading h2 {
    font-size: 48px;
  }
  .slider-area .carousel-caption h2,
  .banner-content h2 {
    font-size: 45px;
  }
  .history::before {
    background: transparent;
  }
}

@media (max-width: 767px) {
  .slider-area .carousel-caption h2,
  .banner-content h2 {
    font-size: 45px;
  }
  .history::before {
    background: transparent;
  }
}
