@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
  margin: 0;
  line-height: 25px !important;
  font-weight: 400;
  overflow-x: hidden;
}

*,
a {
  font-size: 14px;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><circle cx="10" cy="10" r="10" fill="%23fff"/></svg>') 10 10, auto !important;
}


#app {
  color: #333;
  min-height: 100vh;
  margin: 0;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

button {
  width: max-content;
}

.header {
  display: flex;
  background-color: transparent;
  height: 80px;
  width: 100vw;
  position: relative;
  z-index: 51;
}

.header-height-search {
  height: 142px;
  background: #0e273d;

}

.header-inner {
  display: flex;
  background-color: transparent;
  height: 100%;
  border-bottom: 1px solid #fff5;
  width: 92vw;
  justify-content: space-between;
  align-items: center;
  border: none !important;

}

.header-items {
  width: calc(100% - 200px);
  justify-content: space-between;
  margin-inline-start: 200px !important;
}

.layout-padding {
  padding-inline: 4vw;
}

.thumb-img {
  height: 200px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 10px;
}

.logo {
  /* width: 240px; */
  width: 150px;
  height: 70px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.header-search {
  max-width: 300px;
  height: 30px;
  border-radius: 20px;
  background: #fff5;
  padding: 20px 40px 20px 20px;
  border: 1px solid #fff9;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.header-search-mobile {
  max-width: 300px;
  height: 30px;
  border-radius: 10px;
  background: #fff5;
  padding: 20px 40px 20px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
}

.header-search::placeholder,
.header-search-mobile::placeholder {
  color: #fff;
}

.search-icon {
  width: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.search-icon-mobile {
  width: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.header-search:focus,
.header-search-mobile:focus {
  outline-width: 0;
  outline: none;
}

.hamburger-icon {
  margin-inline-start: 2rem;
  cursor: pointer;
  position: relative;
  width: 41px;
}

.hamburger-icon span {
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  margin-block: 5px;
  transition: 0.3s all ease;
  transform: rotate(0deg);
}

.hamburger-icon .cross:nth-child(1) {
  transform: rotate(45deg);
  width: 28px;
  margin-block: 0px;
}

.hamburger-icon .cross:nth-child(2) {
  display: none;
}

.hamburger-icon .cross:nth-child(3) {
  transform: rotate(-45deg);
  width: 28px;
  margin-block: 0px;
  margin-top: -3px;
}

.cross-icon {
  width: 20px;
  height: 20px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.blackAce {
  font-weight: 600;
}

.blackAce:hover {
  text-decoration: underline;
}

footer {
  background-color: #efefef;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e273d;
  padding: 40px !important;
}

.aboutus-underlay,
.search-underlay,
.contact-underlay,
.services-page-underlay,
.services-page-underlay-two {
  letter-spacing: 10px;
}

.mobileMenu {
  width: 0vw;
  opacity: 0;
  overflow: hidden;
  height: 100%;
  position: fixed;
  background: rgba(46, 46, 46, 0.8);
  z-index: 50;
  margin-top: -110px;
  display: flex;
  justify-content: center;
  height: 110vh !important;
}

.mobile-menu-item {
  padding: 20px 10px;
  text-align: center;
  width: 100%;
  /* size: 16px; */
}

.menu-item {
  font-size: 16px;
  font-weight: 500;
  /* height: 110px; */
  justify-content: center;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #fff0;
}

/* .menu-item:hover {
  border-bottom: 3px solid #fff;
} */

.border-b-1-w {
  border-bottom: 1px solid #fff5;
}

.show-mobile-menu {
  width: 100vw;
  opacity: 1;
}

.home-slide {
  width: 100%;
  height: 100vh;
}

.home-icon {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 2rem;
  margin-inline: 1rem;
}

.home-slide .background {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.home-slide .background-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background: rgb(5, 41, 83);
  /* background: -moz-linear-gradient(90deg,
      rgba(5, 41, 83, 1) 0%,
      rgba(107, 118, 134, 0) 100%); */
  background: -webkit-linear-gradient(90deg,
      #2E2E2E 0%,
      rgba(107, 118, 134, 0) 100%);
  /* background: linear-gradient(90deg,
      rgba(5, 41, 83, 1) 0%,
      rgba(107, 118, 134, 0) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.grasdient(startColorstr="#0e273d", endColorstr="#6b7686", GradientType=1); */
}

.home-slide .title {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  line-height: 55px;
  width: 40vw;
  height: 110px;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.slide-mt {
  margin-top: 110px;
}

.home-slide .subtitle {
  font-size: 14px;
  color: #fff;
  width: 40vw;
  height: 50px;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.learn-more-btn {
  background-color:  #ffffff;
  text-transform: uppercase;
  padding-block: 10px;
  color: #0e273d;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 180px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.learn-more-btn .icon{
  transform: translateX(20px);
}
.learn-more-btn2 {
  background-color:  #0e273d;
  text-transform: uppercase;
  padding-block: 10px;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 180px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.learn-more-btn2 .icon{
  transform: translateX(20px);
}

.slide-navigation {
  text-align: left;
  position: absolute;
  bottom: 40px;
  z-index: 20;
  display: flex;
}

.slide-navigation .card {
  width: 250px;
  padding: 10px 20px;
  border: 1px solid #fff3;
  border-radius: 10px !important;
  backdrop-filter: blur(10px);
  color: #fffc;
  margin-inline-end: 2rem;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  transition: 0.1s ease-in;
}

.slide-navigation .card .title {
  font-size: 14px;
  line-height: 25px !important;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-card {
  cursor: pointer;
}

.slide-navigation .card:hover {
  transform: scale(1.1);
}

.active-slide {
  color: black !important;
  border-color: rgba(112, 112, 112, 0.6) !important;
  background: #f1f1f1;
}
.paragraph {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.home-service-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.search-page-input {
  border: 1px solid #0e273d11;
  border-radius: 10px;
  padding: 15px 20px;
}

.search-page-input:focus {
  outline: 1px solid #0e273d33;
}

.search-page .search-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.result-border {
  border: 1px solid #0e273d11;
  border-radius: 10px;
}

.result-title {
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  color: #0e273d;
}

.result-key {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.search-result {
  transform: scale(1);
  transition: 0.3s all ease;
  padding: 10px;
}

.result-container {
  min-height: 100vh;
}

.result-content {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3339;
}

.search-result:hover {
  transform: scale(1.01);
}

.dark-bold-text {
  color: #333;
  font-weight: 700;
}

.search-result-image {
  border-radius: 10px;
  border: 1px solid #eee;
  height: 250px;
  width: 20vw;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

.home-service-subtitle {
  font-size: 22px;
  font-weight: 400;
}

.search-subtitle {
  font-size: 22px;
  font-weight: 400;
}

.search-result-title {
  font-size: 20px;
  color: #3337;
}

.search-logo {
  height: 350px;
  width: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.home-service-content {
  font-size: 15px;
  color: #0007;
}

.btn-fill {
  background-color: #0e273d;
  padding-block: 10px !important;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 220px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.home-service-main-img {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  min-height: 400px;
  border-radius: 10px;
  transition: 0.4s all ease;
}

.home-service-img {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  height: 400px;
  border-radius: 10px;
  transition: 0.4s all ease;
}

.home-service-main-img:hover {
  transform: scale(1.03);
}

.home-service-main-img:hover .img-overlay {
  opacity: 0;
}

.home-service-img:hover {
  transform: scale(1.03);
}

.home-service-img:hover .img-overlay {
  opacity: 0;
}

.home-service-img:hover .img-overlay-one {
  opacity: 0;
}

.home-service-img:hover .img-overlay-two {
  opacity: 0;
}

.service-card-img {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  height: 400px;
  border-radius: 10px;
  transition: 0.4s all ease;
}

.service-card-img .rectangle-shape {
  transition: 0.3s all ease;
}

.service-card-img:hover .rectangle-shape:nth-child(2) {
  margin-top: 10px;
}

.service-card-img:hover {
  transform: scale(1.03);
}

.service-card-img:hover .img-overlay-two {
  opacity: 0;
}

.values-overlay {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgb(5, 41, 83);
  background: -moz-linear-gradient(27deg,
      rgba(5, 41, 83, 1) 0%,
      rgba(68, 146, 237, 0.2) 100%);
  background: -webkit-linear-gradient(27deg,
      rgba(5, 41, 83, 1) 0%,
      rgba(68, 146, 237, 0.2) 100%);
  background: linear-gradient(27deg,
      rgba(5, 41, 83, 1) 0%,
      rgba(68, 146, 237, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#052953", endColorstr="#4492ed", GradientType=1);
}

.btn-outline {

  padding-block: 10px !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 220px !important;
  background-color: #e6e6e6;
  text-align: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.back-arrow {
  width: 24px;
  transform: rotate(180deg);
  margin-inline-end: 10px;
}

.btn-back {
  font-weight: 600;
  color: #0e273d;
}

.btn-arrow {
  transition: 0.3s all ease;
  opacity: 0;
  width: 0px;
}

.btn-outline:hover .btn-arrow {
  opacity: 1;
  width: 25px;
  margin-inline-start: 10px;
  margin-inline-end: 0px;
}

.learn-more-btn:hover .btn-arrow {
  opacity: 1;
  width: 20px;
  margin-inline-start: 10px;
  margin-inline-end: 0px;
}

.btn-fill:hover .btn-arrow {
  opacity: 1;
  width: 20px;
  margin-inline-start: 10px;
  margin-inline-end: 0px;
}

.img-overlay {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background: rgb(30, 77, 131);
  background: -moz-linear-gradient(-90deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  background: -webkit-linear-gradient(-90deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  background: linear-gradient(-90deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe033", endColorstr="#6b7686", GradientType=1);
  transition: 0.4s all ease;
}

.img-overlay-one {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background: rgb(30, 77, 131);
  background: -moz-linear-gradient(90deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  background: -webkit-linear-gradient(90deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  background: linear-gradient(90deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e4d83", endColorstr="#6b7686", GradientType=1);
  transition: 0.4s all ease;
}

.img-overlay-two {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background: rgb(30, 77, 131);
  background: -moz-linear-gradient(45deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  background: -webkit-linear-gradient(45deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  background: linear-gradient(45deg,
      rgba(30, 77, 131, 0.8547619731486344) 0%,
      rgba(107, 118, 134, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e4d83", endColorstr="#6b7686", GradientType=1);
  transition: 0.4s all ease;
}

.service-section {
  display: flex;
  user-select: none;
}

.service-section .number {
  font-size: 140px;
  color: #eef1f3;
  width: max-content;
  height: 140px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-inline-end: 2.5rem;
}

.service-section .title {
  font-size: 22px;
  color: #0e273d;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-section .content {
  font-size: 14px;
  color: #333;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-values-container {
  /* background: #0e273d; */
  min-height: 500px;
  height: auto;
  position: relative;
}

.home-values-image {
  height: 500px;
  width: 35%;
  /* top: 100px; */
  position: absolute;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
}

.service-detail-image {
  min-height: 350px;
  width: 100%;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
}

.service-detail-text {
  width: 80%;
}

.product-list li {
  /* border: 1px solid #eee; */
  border-bottom: unset;
  padding: 15px 15px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.product-list li:first-child {
  border-radius: 10px 10px 0px 0px;
}

.active-product {
  font-weight: 700;
  background-color: #0e273d;
  color: #fff;
  padding: 15px 30px !important;
}

.product-list li:last-child {
  border-bottom: 1px solid #eee;
  border-radius: 0px 0px 10px 10px;
}

.product-items-list {
  background: url(//www.geminatrade.com/wp-content/themes/gemina/images/bullets.jpg) no-repeat scroll 0 6px;
  list-style-type: none;

  padding: 0 0 4px 14px;
}

.home-values-border {
  border: 1px solid #fff9;
  height: 100%;
  border-radius: 10px;
}

.home-values-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.home-values-text {
  color: #fff;
  font-size: 14px;
  max-width: 550px;
}

.home-values-rectangles {
  display: flex;
  position: absolute;
  bottom: -20px;
  right: 4vw;
}

.home-values-rectangles .rectangle-shape {
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 5px;
}

.inline-btn {
  color: #0e273d;
  opacity: 0;
  transition: 0.3s all ease;
}

.service-card:hover .inline-btn {
  color: #0e273d;
  opacity: 1;
}


.service-card-rectangles {
  display: flex;
  position: absolute;
  bottom: -15px;
  right: 4vw;
  z-index: 50;
}

.service-card-rectangles .rectangle-shape {
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 5px;
}

.contact-rectangles {
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 3vw;
}

.contact-rectangles .rectangle-shape {
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 5px;
}

.footer-contact-container {
  height: 80px;
  background-color: #efefef;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-contact-title {
  font-size: 22px;
  color: #0e273d;
  margin-inline-end: 20px;
}

.footer-contact-subtitle {
  font-size: 22px;
  color: #0e273d;
}

.about-banner-image {
  height: 410px;
  margin-top: -110px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.about-banner-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(#2E2E2E,transparent);
}

.about-us-section {
  position: relative;
  padding-bottom: 80px;
  border-bottom: 1px solid #0e273d11;
}

.approach-image {
  min-height: 550px;
  width: 100%;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
}

.aboutus-underlay {
  position: absolute;
  top: 0px;
  left: -2vw;
  font-size: 100px;
  font-weight: 600;
  color: #eee7;
  z-index: -1;
  white-space: nowrap;
}

.search-underlay {
  position: absolute;
  top: 20px;
  left: -8vw;
  font-size: 100px;
  font-weight: 600;
  color: #eee7;
  z-index: -1;
  white-space: nowrap;
  text-transform: uppercase;
}

.contact-underlay {
  position: absolute;
  top: 90px;
  left: 0vw;
  font-size: 100px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.881);
  z-index: -1;
  white-space: nowrap;
}

.about-us-section .about-title {
  font-size: 34px;
  color: #e6e6e6;
  font-weight: 600;
}

.about-us-section .about-text {
  font-size: 14px;
  line-height: 28px;
  color: rgb(255, 253, 253);
}

.approach-title {
  font-size: 34px;
  font-weight: 600;
  color: #0e273d;
}

.approach-content,
.vision-content,
.mission-content {
  font-size: 14px;
  width: 90%;
  color: #3339;
}

.vision-title,
.mission-title {
  font-size: 22px;
  color: #0e273d;
}

.contact-banner-image {
  width: 100%;
  height: 410px;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.operate-banner-image {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.contact-title {
  font-size: 34px;
  color: #0e273d;
  font-weight: 600;
}

.operate-title {
  font-size: 34px;
  color: #0e273d;
  font-weight: 600;
}

.operate-main-text {
  font-size: 14px;
  color: #3339;
}

.contact-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #0e273d;
}

.country-card {
  border: 1px solid #9e9e9e33;
  padding: 20px;
  border-radius: 10px;
}

.country-card .title {
  font-weight: 400;
  color: #0e273d;
  font-size: 22px;
}

.country-card {
  font-size: 14px;
  color: #3338;
}

.contact-info .phone,
.contact-info .email,
.contact-info .address {
  font-size: 14px;
  font-weight: 600;
  color: #0e273d;
}

.contact-info .social {
  font-size: 14px;
  font-weight: 600;
  color: #0e273d;
}

.contact-info .social:hover {
  font-size: 14px;
  font-weight: 600;
  color: #0e273d;
  text-decoration: underline;
  cursor: pointer;
}

.mobile-search {
  height: 0;
  overflow: hidden;
  transition: 0.4s all ease;
}

.show-mobile-search {
  height: 75px;
}

.page-title {
  font-size: 34px;
  color: #0e273d;
  font-weight: 600;
  line-height: 40px;
  margin-inline-end: 30px;
}

.services-page-underlay {
  position: absolute;
  top: 10px;
  left: -3vw;
  font-size: 100px;
  font-weight: 600;
  color: #eee7;
  z-index: -1;
  white-space: nowrap;
}

.home-operate-title {
  font-size: 34px;
  color: #333;
  font-weight: 600;
}

.home-operate-subtitle {
  max-width: 470px;
  height: 50px;
  color: #3337;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-page-underlay-two {
  position: absolute;
  top: 0px;
  left: -8vw;
  font-size: 100px;
  font-weight: 600;
  color: #eee7;
  z-index: -1;
  white-space: nowrap;
}

.products-img {
  height: 450px;
  width: 100%;
  object-fit: cover !important;
  object-position: center;
  border-radius: 10px;
  margin-bottom: 40px;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 7px;
  overflow-x: hidden;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0e273daa;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0e273d;
}

/* scrollbar */
@media (max-width: 1500px) {
  .header-items {
    width: calc(100% - 200px);
    justify-content: space-between;
    margin-inline-start: 200px !important;
  }
}

@media (max-width: 1350px) {
  .header-items {
    width: calc(100% - 100px);
    justify-content: space-between;
    margin-inline-start: 100px !important;
  }
}

@media (min-width: 1279px) {
  .show-mobile-menu {
    width: 0;
  }
}

@media (max-width: 1279px) {
  .header-items {
    justify-content: flex-end;
    margin: 0;
  }

  .home-slide .title {
    margin-bottom: 10px;
    width: 40vw;
  }

  .home-slide .subtitle {
    width: 60vw;
  }
}

@media (max-width: 1023px) {
  .products-img {
    height: 250px;
  }

  .thumb-img {
    height: 100px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
  }

  .home-values-image {
    position: relative;
    top: 0;
    width: 100%;
  }

  .inline-btn {
    color: #0e273d;
    opacity: 1;
  }

  .service-detail-image {
    height: 350px !important;
  }

  .home-values-title {
    margin-top: 40px;
  }

  .home-values-container {
    padding-block: 40px;
  }

  .approach-image {
    height: 450px;
  }

  .contact-underlay {
    top: 0;
  }
}

@media (max-width: 850px) {
  .header-items {
    margin-inline-start: 0px !important;
    width: 100%;
  }
}

@media (max-width: 766px) {
  .about-banner-image {
    height: 560px;
  }

  .operate-banner-image {
    height: 300px;
  }

  .footer-contact-container {
    height: auto;
    background-color: #efefef;
  }

  .header-search {
    max-width: 200px;
  }

  .approach-image {
    height: 350px;
  }

  .home-slide .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;
  }

  .home-slide .subtitle {
    width: 100%;
  }

  .home-service-title {
    font-size: 28px;
    line-height: 30px;
  }

  .home-values-title {
    font-size: 26px;
    line-height: 30px;
  }

  .about-us-section .about-title {
    font-size: 26px;
    line-height: 30px;
  }

  .approach-title {
    font-size: 26px;
    line-height: 30px;
  }

  .contact-title {
    font-size: 26px;
    line-height: 30px;
  }

  .contact-title {
    font-size: 26px;
    line-height: 30px;
  }

  .contact-title {
    font-size: 26px;
    line-height: 30px;
  }

  .operate-title {
    font-size: 26px;
    line-height: 30px;
  }

  .home-operate-title {
    font-size: 26px;
    line-height: 30px;
  }

  .home-operate-title {
    font-size: 26px;
    line-height: 30px;
  }

  .page-title {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-contact {
    height: auto;
    border-bottom: 1px solid #0e273d33;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
    text-align: center;
  }

  .footer-contact-title {
    font-size: 14px;
    color: #0e273d;
  }

  .footer-contact-subtitle {
    font-size: 14px;
    color: #0e273d;
  }

 

  .header-search-mobile {
    max-width: unset !important;
    width: 100%;
  }
}

@media (max-width: 638px) {
  .logo {
    /* background-position: unset !important; */
    /* width: 50px; */
    width: 100px;
  }

  .header {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 566px) {
  .service-detail-text {
    width: 100%;
  }

  .header-search {
    width: 145px;
  }

  .search-result-image {
    width: 40vw;
  }

  .aboutus-underlay,
  .search-underlay,
  .contact-underlay,
  .services-page-underlay,
  .services-page-underlay-two {
    font-size: 60px;
    letter-spacing: 3px;
  }

  .btn-fill,
  .btn-outline {
    min-width: 220px;
  }

  footer {
    font-size: 14px;
    flex-wrap: wrap;
    height: auto;
    padding: 20px 10px;
    text-align: center;
  }

  .footer-contact-title {
    font-size: 14px;
    color: #0e273d;
    margin-bottom: 20px;
  }

  .footer-contact-subtitle {
    font-size: 14px;
    color: #0e273d;
  }
}

@media (max-height: 700px) {
  .slide-navigation {
    bottom: 10px;
  }
}

a {
  color: white !important;
}

.router-link-exact-active:not(.skip) {
  color: #ffe033 !important;
}

.bg-primary2 {
  background: #2E2E2E;
}