header {
  position: sticky;
  top: 0;
  z-index: 2;
}

header .nav {
  position: relative;
  height: 100px;
  color: #fff;
  padding: 0 60px;
}

header .nav a {
  color: #fff;
}

.nav-wrap {
  position: relative;
  height: 100%;
}

.nav-wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41px;
  height: 100px;
  background: url(../images/nav_left.png) left top no-repeat;
  content: " ";
}

.nav-wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 184px;
  height: 100px;
  background: url(../images/nav_right.png) left top no-repeat;
  content: " ";
}

.logo-wrap {
  justify-content: space-between;
}

/* social-midea-start */
.social-media-container {
  display: flex;
}

.SocialMediaPart1 .social-media-btn {
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}

.SocialMediaPart1 .facebook {
  /* background: #1877f2; */
  background: #537bbc;
}

.SocialMediaPart1 .linkedin {
  background-color: #0077b5;
}

.SocialMediaPart1 .twitter {
  background-color: #1da1f2;
  /* background-color: #55acee; */
}

.SocialMediaPart1 .whatsapp {
  background-color: #25d366;
}

.SocialMediaPart1 .telegram {
  background-color: #32a8de;
}

.SocialMediaPart1 .instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.SocialMediaPart1 .youtube {
  background-color: #ff0000;
}

.SocialMediaPart1 .email {
  background-color: #3784ff;
}

.SocialMediaPart1 .social-media-btn:hover {
  width: 110px;
  transition-duration: 0.4s;
  border-radius: 30px;
}

.SocialMediaPart1 .social-media-btn:hover .social-media-text {
  opacity: 1;
  transition-duration: 0.4s;
}

.SocialMediaPart1 .social-media-btn:hover .svgIcon,
.SocialMediaPart1 .social-media-btn:hover .icon {
  opacity: 0;
  transition-duration: 0.3s;
}

.SocialMediaPart1 .social-media-text {
  position: absolute;
  color: rgb(255, 255, 255);
  width: 120px;
  font-weight: 600;
  opacity: 0;
  transition-duration: 0.4s;
}

.SocialMediaPart1 .svgIcon,
.SocialMediaPart1 .icon {
  font-size: 12px;
  transition-duration: 0.3s;
}

.SocialMediaPart1 .svgIcon path {
  fill: white;
}

.third_wrap .SocialMediaPart1 .social-media-btn.email:hover {
  width: 286px;
}

.SocialMediaPart1 .email .social-media-text {
  width: 286px;
}

.SocialMediaPart1 .email .social-media-text a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

/* social-midea-end */

.nav-wrap-area {
  padding: 0 183px 0 41px;
  height: 100%;
}

.nav-wrap-content {
  height: 100%;
  padding: 20px 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #191970;
}

.nav-wrap-content .logo-wrap img {
  height: 36px;
  padding-left: 14px;
}

.nav-wrap-content .navbar {
  height: 40px;
}

.navbar ul {
  height: 100%;
}

.navbar ul .nav-item {
  margin-right: 10px;
  position: relative;
}

.navbar ul .nav-item .nav-link {
  padding: 10px 15px;
  height: 40px;
  display: block;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease;
}

.navbar ul .nav-item .nav-link.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar ul .nav-item .nav-link:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub-menu {
  height: auto !important;
  display: none;
  list-style-type: none;
  padding: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
}

.sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid rgba(0, 0, 0, 1);
  position: absolute;
  top: -6px;
  left: 40px;
  transform: rotate(-45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.navbar ul .nav-item:has(.sub-menu) .nav-link:hover::after,
.navbar ul .nav-item:has(.sub-menu):hover .nav-link::after {
  height: 0;
}

.nav-item:hover .sub-menu {
  display: block;
}

.sub-menu li {
  padding: 4px;
  margin-bottom: 10px;
}

.sub-menu li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.sub-menu li a::before {
  content: "\F000";
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: -15px;
  font-family: "myfont";
  transform: translate(0, -50%);
}

.sub-menu li a:hover {
  border-bottom: 1px solid #ccc;
}

/* main */
main {
  padding-top: 10px;
}

.main-exhib-container {
  padding: 0 10px;
}

.main-exhib-wrap {
}

.exhib-wrap-first-left {
  width: 19.49438%;
  height: 590px;
  flex-direction: column;
}

.exhib-wrap-first-left-child,
.exhib-wrap-first-right-child {
  width: 100%;
  height: 290px;
  background: center / cover no-repeat;
  position: relative;
}

.exhib-wrap-first-left-child a {
  width: 100%;
  height: 100%;
  display: block;
}

.msg-ceo {
  background-image: url(../images/message-ceo.avif);
}

.exhib-wrap-first-left-child span,
.exhib-wrap-first-right-child span {
  width: 100%;
  display: block;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 0.03em;
  color: #fff;
}

.msg-wwd {
  background-image: url(../images/what_we_do.jpg);
}

.exhib-wrap-first-center {
  /* height: 590px; */
  height: 590px;
  width: 59.83146%;
}

/* carousel-start */

.carousel-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-wrapper {
  display: flex;
  transition: transform 1s ease;
  height: 100%;
}

.carousel-item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-item.banner1 img {
  object-position: bottom;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 10;
}

.carousel-button:hover {
  background: rgba(255, 255, 255, 0.8);
}

.carousel-button.prev {
  left: 20px;
}

.carousel-button.next {
  right: 20px;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 52px;
}

.carousel-indicator {
  width: 56px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-indicator.active {
  background-color: #2828be;
}
/* carousel-end */

.exhib-wrap-first-right {
  width: 19.49438%;
  height: 590px;
  flex-direction: column;
}

.msg-philo {
  background-image: url(../images/business-philo.webp);
}

.msg-team {
  background: url(../images/leader-team.jpg);
  background-position: 65% 0;
}

.exhib-wrap-first-right-child a {
  width: 100%;
  height: 100%;
  display: block;
}

.exhib-wrap-second {
  margin-top: 12px;
}

.exhib-wrap-second-left-child,
.exhib-wrap-second-right-child {
  width: 100%;
  height: 290px;
  background: center / cover no-repeat;
  position: relative;
}

.msg-phil {
  background-image: url(../images/company_profile.jpg);
}

.exhib-wrap-second-left,
.exhib-wrap-second-right {
  width: 19.49438%;
  flex-direction: column;
}

.exhib-wrap-second-left-child a,
.exhib-wrap-second-center-child a,
.exhib-wrap-second-right-child a {
  width: 100%;
  height: 100%;
  display: block;
}

.exhib-wrap-second-left-child span,
.exhib-wrap-second-center-child span,
.exhib-wrap-second-right-child span {
  width: 100%;
  display: block;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 0.03em;
  color: #fff;
}

.exhib-wrap-second-center {
  height: 290px;
  width: 59.83146%;
}

.exhib-wrap-second-center-child {
  width: 100%;
  height: 290px;
  background: center / cover no-repeat;
  position: relative;
}

.msg-core {
  background-image: url(../images/core-values.avif);
  background-position: center;
  filter: brightness(0.8);
}

.msg-contact {
  background-image: url(../images/contact_us.jpg);
}

.main-section-container {
  background-image: url(../images/section_bg.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.main-exhib-container .exhib-item:hover {
  opacity: 0.8;
}

.company_intro,
.company_service {
  width: 100%;
}

.first_wrap,
.second_wrap,
.third_wrap {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 0 0;
}

.first_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.company_intro h2,
.company_service h2,
.company_team h2,
.company_contact h2,
.contact_media h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0 40px;
  text-align: center;
}

.company_intro h2:after,
.company_service h2:after,
.company_team h2:after,
.company_contact h2:after,
.contact_media h2:after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #191970;
  margin: 15px auto 0;
}

.company_intro ul,
.company_service ul {
  margin-bottom: 70px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 36px;
  background: #ccc;
  border-bottom: 1px solid #ccc;
}

.company_intro ul {
  border-right: none;
}

.company_intro .intro-item {
  text-align: center;
  width: calc(25% - 0.5px);
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.company_service .intro-item {
  text-align: center;
  width: calc(33.333% - 0.5px);
  background: #fff;
  border-top: 1px solid #ccc;
}

.company_intro .intro-item a,
.company_service .intro-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 56px 0 52px;
  height: 208px;
}

.company_intro .intro-item a img,
.company_service .intro-item a img {
  width: 75px;
  height: 75px;
}

.company_intro .intro-item a figure,
.company_service .intro-item a figure {
  margin-bottom: 10px;
}

.company_intro .intro-item a span,
.company_service .intro-item a span {
  font-size: 18px;
  width: 90%;
  margin: auto;
  line-height: 1.41667;
  font-weight: bold;
}

.company_intro .intro-item a:hover,
.company_service .intro-item a:hover {
  color: #191970;
}

.company_team {
  position: relative;
  width: 100%;
}

.more {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.more:hover {
  color: #063289;
  text-decoration: underline;
}

.team-slider {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.team-slider-track {
  display: flex;
  gap: 20px;
  padding: 40px;
  will-change: transform;
  user-select: none;
  transition: transform 0.3s ease;
}

.team-slider::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  pointer-events: none;
  z-index: 1;
}

.team-slider::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  pointer-events: none;
  z-index: 1;
}

/* team-card  start */
.team-slider-track .card {
  width: 356px;
  height: 420px;
  color: #fff;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #063289;
  border-radius: 15px;
  box-shadow: 1px 5px 60px 0px #100a886b;
  flex-shrink: 0;
}

.team-slider-track .card .card-border-top {
  width: 60%;
  height: 3%;
  background: #0b45b9;
  margin: auto;
  border-radius: 0px 0px 15px 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.team-slider-track .card span {
  font-weight: 600;
  color: white;
  text-align: center;
  display: block;
  font-size: 26px;
  margin-bottom: 18px;
}

.team-slider-track .card .job {
  font-weight: 400;
  color: white;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 18px;
}

.team-slider-track .card .detail {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .team-slider-track .card button {
  padding: 15px 35px;
  display: block;
  margin: 15px auto;
  border-radius: 8px;
  border: none;
  background: #6b64f3;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.team-slider-track .card button:hover {
  background: #534bf3;
} */

/* team-card  end */

.second_wrap {
  flex-direction: column;
}

.third_wrap {
  margin-top: 40px;
  padding-bottom: 120px;
}

.third_wrap .company_contact,
.third_wrap .contact_media {
  width: calc(50% - 0.5px);
  padding: 30px;
  margin: 1px 0 0;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.third_wrap .company_contact .contact_form > p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.third_wrap .SocialMediaPart1 .social-media-btn {
  width: 56px;
  height: 56px;
}

.third_wrap .SocialMediaPart1 .social-media-btn:hover {
  width: 168px;
  transition-duration: 0.4s;
  border-radius: 30px;
}

.third_wrap .SocialMediaPart1 .social-media-text {
  font-size: 18px;
}

.third_wrap .social-media-container {
  justify-content: center;
  align-items: center;
}

.third_wrap .social-media > p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.third_wrap .email-container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.third_wrap .email-container p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.mobile-nav-toggle {
  display: none;
}

/* H5 --- start */
@media (max-width: 768px) {
  #home_nav_social_media {
    display: none !important;
  }
  .nav-wrap::after,
  .nav-wrap::before {
    content: "";
    display: none;
  }

  .nav-wrap-content .logo-wrap img {
    max-width: 80%;
    height: auto;
    object-fit: cover;
  }

  header .nav {
    padding: 0;
  }

  .exhib-wrap-first,
  .exhib-wrap-second,
  .third_wrap {
    flex-direction: column;
  }

  .exhib-wrap-first-left,
  .exhib-wrap-first-center,
  .exhib-wrap-first-right,
  .exhib-wrap-second-left,
  .exhib-wrap-second-right,
  .exhib-wrap-second-center {
    width: 100%;
  }

  .exhib-wrap-first-center {
    order: -1;
  }

  .exhib-wrap-first-right,
  .exhib-wrap-second-center,
  .exhib-wrap-second-right,
  .exhib-wrap-first-left {
    margin-top: 12px;
  }

  .main-section-container .first_wrap {
    width: 100%;
    padding: 0 12px;
  }

  .company_intro .intro-item {
    width: calc(50% - 0.5px);
  }

  .company_service .intro-item {
    width: calc(50% - 0.5px);
  }

  .more {
    left: 50%;
    right: auto;
    top: 80%;
    transform: translate(-50%, 0);
  }

  .third_wrap {
    width: 100%;
    gap: 40px;
  }

  .third_wrap .company_contact,
  .third_wrap .contact_media {
    width: 100%;
    padding: 15px;
  }

  .form-group {
    width: 100% !important;
  }

  .nav-wrap-area {
    padding: 0;
  }

  .nav-wrap-content {
    padding: 20px 10px 0;
  }

  .logo-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-media-container {
    margin-top: 10px;
  }

  .mobile-nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .mobile-nav-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .navbar {
    display: none;
    width: 100%;
    margin-top: 20px;
    z-index: 9;
  }

  .navbar ul {
    flex-direction: column;
  }

  .navbar ul .nav-item {
    width: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
    top: calc(100% - 13px);
  }

  .navbar ul .nav-item .nav-link {
    width: 100%;
    text-align: center;
  }

  .sub-menu {
    position: relative;
    width: 100%;
    padding: 0px;
    background-color: transparent;
  }

  .sub-menu::before {
    display: none;
  }

  .sub-menu {
    top: 0;
  }

  .team-slider-track .card {
    width: 100%;
  }
}

/* H5 --- end */
