body {
  font-family: "Poppins", sans-serif;
  color: #000;
  background-color: #fff;
}

a {
  color: #002f84;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #002f84;
}

ul, li, ol, p, body, section, div, address, input, button {
  list-style-type: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.mega-menu-title {
  font-size: 18px;
  font-weight: 600;
  color: #002f84;
  margin-bottom: 15px;
}

.explore-more {
  display: inline-block;
  color: #002f84 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 5px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #002f84;
}
.explore-more:hover {
  background-color: #002f84;
  color: #fff !important;
}

.mega-menu-item li {
  margin: 0px !important;
  padding: 0px !important;
}
.mega-menu-item li a {
  margin: 0px !important;
  padding: 2px !important;
  color: #000 !important;
}
.mega-menu-item li a:hover {
  color: #fff !important;
}

.rts-mega-menu {
  padding: 10px !important;
}

.rts-mega-menu .mega-menu-item {
  gap: 2px !important;
}

.building-img img {
  border-radius: 10px;
}

.custom-icon img {
  width: 60px;
  height: 60px;
}

.header--sticky {
  background: linear-gradient(45deg, #002f84 0%, #002f84 41%, #7db9e8 100%) !important;
}

.single-short-service {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.single-short-service .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.copyright-area .copyright-area-inner p a {
  color: #fff;
  font-weight: bold;
}

.product-wrapper {
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0px 0px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0px 0px 5px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-wrapper .pro-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-wrapper .pro-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-wrapper .product-detail {
  margin-top: 10px;
  overflow: hidden;
}
.product-wrapper .product-detail h5 {
  font-size: 18px;
  font-weight: 500;
  color: #002f84;
  font-weight: bold;
}
.product-wrapper:hover {
  border-color: #002f84;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-wrapper:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.comp-tagline {
  background: url(../images/exports-bg.jpg);
  background-size: cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
}
.comp-tagline h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.comp-tagline h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.comp-tagline p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.follow-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.follow-us ul li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.follow-us ul li a:hover {
  color: #f1f1f1;
}

.single-service-area .icon {
  text-align: center;
}

.header-wrapper-1 .logo {
  padding: 10px;
}
.header-wrapper-1 .logo img {
  width: 200px;
}

.header--sticky {
  background: #002f84;
}

.header-one .header-top-area {
  background: #3485de;
}

.nav-area ul li a {
  color: #fff;
}

.footer-wrapper-style-between .single-wized .body a:hover {
  color: #000;
  cursor: pointer;
}

.header--sticky.sticky {
  background-color: #002f84;
}

.nav-area ul li:hover {
  color: red;
}
.nav-area ul li a:hover {
  color: #fff;
}

.sticky-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-sec {
  -webkit-position: sticky !important;
  position: sticky !important;
  top: 1rem;
  padding-top: 150px;
}

.category-sec {
  padding: 10px 0 !important;
}

.heading-title {
  font-size: 37px;
  line-height: 54px;
  color: #002f84;
  text-align: center;
  padding: 20px 0;
}

.bg-overlay {
  background-color: #3485de;
}

.title-heading {
  color: #fff;
  font-size: 2em;
  padding: 40px 0;
}
.title-heading h1 {
  font-size: 2em;
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.large-view-area {
  -webkit-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 60px 0;
}

.heading.heading-7 .heading-subtitle {
  color: var(--global--color-heading-darken);
  font-size: 16px;
  margin-bottom: 13px;
}

.heading-title {
  color: #002f84;
  font-size: 20px;
  text-align: left;
  padding: 2px 0;
  margin: 0px;
}

.product-detail-wraper {
  padding: 40px 0;
}

.card-height {
  height: 250px;
}