* {
  margin: 0;
}

html,
body {
  height: 100%;
}

:root {
  --primary-color: #1f2a44;
  --active-color: #df3949;
  --title-color: #1f2a44;
  --description-color: #404042;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--description-color);
  letter-spacing: 0.32px;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #304a6f;
}

form {
  margin-bottom: 0px;
}

a:hover {
  text-decoration: none;
  color: #232122;
}

a:focus {
  outline: none;
  color: #232122;
}

a.underline-text {
  text-decoration: underline;
}

input,
select,
textarea,
button,
label {
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0px;
  max-width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

::-webkit-input-placeholder {
  color: ver(--description-color) !important;
}

::-moz-placeholder {
  color: ver(--description-color) !important;
}

:-ms-input-placeholder {
  color: ver(--description-color) !important;
}

:-moz-placeholder {
  color: ver(--description-color) !important;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

.container {
  max-width: 1340px;
  width: 100%;
}

.primary-btn {
  line-height: normal;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 0px;
  vertical-align: top;
  min-width: 149px;
  text-transform: none;
  display: flex;
  cursor: pointer;
  padding: 20px 30px;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  border-radius: 30px;
  justify-content: center;
}

.primary-btn:hover,
.primary-btn:focus {
  background: linear-gradient(270deg, #5e2da5 0%, #df3949 100%);
  color: #ffffff;
  /* border-color: var(--first-color); */
}

.secondary-btn {
  line-height: normal;
  background-color: transparent;
  color: #32496b;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #32496b;
  padding: 15px 20px;
  border-radius: 0px;
  vertical-align: top;
  min-width: 164px;
  text-transform: none;
}

.secondary-btn:hover,
.secondary-btn:focus {
  background-color: #e7ded9;
  color: #32496b;
}

.sm-btn {
  padding: 8px 15px;
  min-width: inherit;
  font-size: 14px;
}

label.error {
  color: #f00 !important;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.sec-space {
  padding: 100px 0;
}

.sec-title {
  font-size: 34px;
  color: var(--title-color);
  font-weight: 700;
}

.header-top-bar {
  width: 100%;
  background-color: #eaedf4;
  padding: 20px 0px;
}

.top-bar-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.top-bar-content ul {
  display: flex;
  flex-direction: row;
}

.top-bar-content ul li {
  padding-right: 20px;
  margin-right: 20px;
  line-height: normal;
  font-size: 14px;
  color: var(--description-color);
  border-right: 1px solid rgba(64, 64, 66, 0.5);
  display: flex;
  align-items: center;
}

.top-bar-content ul li span {
  margin-right: 10px;
}

.top-bar-content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.top-bar-content .social-list li path {
  fill: var(--title-color);
}

.top-bar-content .social-list li:hover path {
  fill: var(--active-color);
}

/* Common css starts */
.logo-img {
  min-width: 210px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-btn {
  min-width: 210px;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -1px;
}

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.navbar.navbar-light {
  padding: 0;
  background-color: #fff;
}

.fixed .navbar.navbar-light {
  top: 0;
  background-color: #fcfafa;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-light .container {
  max-width: 1320px;
  padding: 0;
  background-color: var(--primary-color);
  align-items: normal;
}

.fixed .navbar-light .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-light .head-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 35px 25px;
}

.navbar-light .head-nav .nav-link:hover {
  color: var(--active-color);
}

.navbar-light .head-nav .nav-link.active {
  font-weight: 600;
  color: var(--active-color);
}

.navbar-light .head-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.navbar-light .head-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-collapse {
  flex-grow: inherit;
}

.navbar-light .head-nav .dropdown-toggle::after {
  background: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 12px;
  height: 8px;
  border: none;
  margin-left: 10px;
  vertical-align: 0px;
}

.navbar-light .dropdown-menu {
  min-width: 200px;
  padding: 0;
  margin: 0;
}

.navbar-light .dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  white-space: normal;
  color: var(--description-color);
  font-size: 16px;
}

.navbar-light .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}

.navbar-light .dropdown-menu .dropdown-item:focus,
.navbar-light .dropdown-menu .dropdown-item:hover,
.navbar-light .dropdown-menu .dropdown-item.active,
.navbar-light .dropdown-menu .dropdown-item:active {
  background-color: var(--active-color);
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--active-color);
}

.hamburger-menu {
  width: 25px;
  height: 20px;
  right: 0px;
  top: 50%;
  border: none;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--primary-color);
  position: relative;
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  border: none;
}

.hamburger-menu span {
  opacity: 1;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: #fff;
  background-color: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}

.hamburger-menu span:first-child {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3) {
  top: 18px;
}
.hamburger-menu[aria-expanded="true"] span:first-child {
  transform: translateY(9px) rotate(135deg);
}

.hamburger-menu[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: translateY(0px);
}

.hamburger-menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-9px) rotate(-135deg);
}

.scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  text-align: center;
  color: var(--white-color);
  font-weight: 100;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 15px;
}

.scroll-down:hover {
  color: var(--white-color);
  margin-bottom: 30px;
}

/* Common css ends */

/* Website css starts */
.home-hero-section {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-section video {
  height: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  object-fit: cover;
}

.home-hero-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(270.02deg,
      rgba(217, 57, 77, 0.1) 0.01%,
      rgba(31, 42, 68, 0.7) 79%);
}

.home-hero-section .container {
  position: absolute;
  z-index: 2;
}

.home-hero-section .home-hero-caption {
  position: relative;
  height: 100%;
  width: 55%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.home-hero-section .home-hero-caption h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 82px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.home-hero-section .home-hero-caption h1::after {
  position: absolute;
  right: 80px;
  bottom: 5px;
  width: 198px;
  height: 24px;
  content: "";
  background-image: url(../images/caption-title-line.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.home-hero-section .home-hero-caption p {
  font-weight: 400;
  font-size: 22px;
  line-height: 47px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}

.home-hero-section .home-hero-caption .caption-btn {
  background-color: #fff;
  align-items: center;
  padding: 18px 30px;
  display: flex;
  gap: 20px;
  color: var(--description-color);
  border-radius: 44px;
  flex-direction: row;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: fit-content;
  position: relative;
  padding-right: 70px;
}

.home-hero-section .home-hero-caption .caption-btn .right-arrow {
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(100% - 50px);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.home-hero-section .home-hero-caption .caption-btn:hover {
  padding-left: 70px;
  padding-right: 30px;
}

.home-hero-section .home-hero-caption .caption-btn:hover .right-arrow {
  left: 10px;
}

.home-hero-section .home-hero-caption .caption-btn:hover .right-arrow img {
  transform: rotate(50deg);
}

.home-about-sec .about-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}

.about-left h2 {
  width: 100%;
  display: flex;
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 30px;
  color: var(--title-color);
  line-height: normal;
  align-items: center;
  gap: 30px;
}

.about-left h2 span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 34px;
}

.about-left h3 {
  width: 60%;
  display: flex;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--title-color);
  line-height: 50px;
}

.about-left .about-left-img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.about-left .about-left-img:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(270.02deg,
      rgba(120, 48, 147, 0.14) 5.31%,
      rgba(33, 69, 154, 0.46) 52.98%);
}

.about-left .about-left-img .button-block {
  position: absolute;
  height: 100%;
  z-index: 2;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.about-left .about-left-img .button-block:hover {
  background: linear-gradient(270deg, #5e2da5 0%, #df3949 100%);
}

.about-left .about-left-img .button-block a {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.about-left .about-left-img .button-block h5 {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.about-left .about-left-img .button-block h5 span {
  font-size: 16px;
}

.about-left .about-left-img .button-block .arrow-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  display: flex;
  background: url(../images/btn-white-arrow.svg) no-repeat center center;
  border-radius: 10px;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.about-left .about-left-img .button-block:hover .arrow-icon {
  transform: rotate(90deg);
}

.home-about-sec .about-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.about-right p {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding-bottom: 25px;
  color: var(--description-color);
}

.about-right ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 40px;
  line-height: 24px;
  position: relative;
}

.about-right ul li i {
  width: 24px;
  height: 24px;
  display: flex;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  border-radius: 24px;
  content: "";
  top: 5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.about-right ul li i img {
  width: 11px;
  transform: rotate(50deg);
}

.about-right-img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 20px;
}

.about-right-img:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(270.02deg,
      rgba(120, 48, 147, 0.14) 5.31%,
      rgba(33, 69, 154, 0.46) 52.98%);
}

.home-explore-products-sec {
  position: relative;
  width: 100%;
}

.home-explore-products-sec:after {
  width: 100%;
  height: 60%;
  background-color: #eaedf4;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}

.explore-products-block {
  width: 100%;
  background-color: #fff;
  margin-top: 70px;
  border-radius: 24px;
  border: #eeeeee solid 1px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
}

.explore-products-card {
  width: 33.33%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  border-right: #eeeeee solid 1px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.explore-products-card:last-child {
  border-right: 0;
}

.explore-products-card .prd-icon {
  margin-bottom: 50px;
}

.explore-products-card h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 30px;
  line-height: normal;
}

.explore-products-card h3 a {
  color: var(--title-color);
}

.explore-products-card:hover h3 a {
  color: var(--active-color);
}

.explore-products-card p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: var(--description-color);
  margin-bottom: 30px;
  line-height: 24px;
}

.explore-products-card .view-prd-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
}

.explore-products-card .view-prd-btn span {
  background-color: #fff;
  line-height: normal;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 210px;
}

.explore-products-card .view-prd-btn span svg {
  margin-left: 20px;
  margin-top: -5px;
}

.explore-products-card .view-prd-btn::before {
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: var(--title-color);
  content: "";
  left: 0;
  top: 13px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.explore-products-card:hover .view-prd-btn {
  justify-content: flex-start;
  color: var(--active-color);
}

.explore-products-card:hover .view-prd-btn span {
  padding-left: 0;
}

.explore-products-card:hover .view-prd-btn::before {
  display: none;
}

.explore-products-card:hover .view-prd-btn span svg path {
  stroke: var(--active-color) !important;
}

.export-capabilities-sec {
  width: 100%;
  background-color: var(--primary-color);
  background-image: url("../images/export-capabilities-map-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.export-capabilities-left {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.export-capabilities-left h2 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.export-capabilities-left p {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

.export-capabilities-left-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.export-capabilities-left-img img {
  width: 100%;
}

/* Website css ends */
.export-capabilities-left-img::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(270.02deg,
      rgba(120, 48, 147, 0.14) 5.31%,
      rgba(33, 69, 154, 0.46) 52.98%);
}

.export-capabilities-right {
  padding-left: 30px;
}

.export-capabilities-right li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 50px 0px 50px 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.export-capabilities-right li:last-child {
  border-bottom: 0;
}

.export-capabilities-right li .icon-block {
  display: flex;
  flex-shrink: 1;
  width: 95px;
}

.export-capabilities-right li .list-details {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.export-capabilities-right li .list-details h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.export-capabilities-right li .list-details p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.who-we-are-sec {
  width: 100%;
  background-image: url(../images/who-we-are-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
}

.who-we-are-content {
  position: relative;
  width: 100%;
  margin: 0 -30px;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.who-we-are-card {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  justify-content: center;
  position: relative;
  align-items: center;
  z-index: 2;
}

.right-progress-brd {
  position: absolute;
  right: -75px;
  z-index: 1;
}

.right-progress-brd.rotate {
  transform: rotateX(180deg);
}

.who-we-are-card .who-we-are-img {
  border: #bdc5d9 solid 1px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  padding: 20px;
  background-color: #fff;
}

.who-we-are-card .who-we-are-img img {
  border-radius: 50%;
  width: 100%;
}

.who-we-are-card hr {
  width: 1px;
  height: 45px;
  background-color: #bdc5d9;
  opacity: 1;
  padding: 0;
  margin: 0;
}

.who-we-are-card .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
}

.who-we-are-card h3 {
  width: 100%;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--title-color);
}

.who-we-are-card p {
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--description-color);
}

.quality-control-sec {
  width: 100%;
  position: relative;
  margin-top: -100px;
}

.quality-left-img {
  width: 60%;
  overflow: hidden;
  border-radius: 0 40px 0px 0px;
  position: relative;
  position: relative;
  left: 0;
  top: 0;
}

.quality-left-img::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(270.02deg,
      rgba(120, 48, 147, 0.14) 5.31%,
      rgba(33, 69, 154, 0.46) 52.98%);
}

.quality-left-img img {
  width: 100%;
}

.quality-right-block {
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: #eaedf4;
  top: 90px;
  right: 0;
  border-radius: 40px 0 0 40px;
  padding: 80px 80px 80px 80px;
  display: flex;
  align-items: center;
}

.quality-right-block .content {
  width: 90%;
}

.quality-right-block h2 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.quality-right-block h2 span {
  background-color: #eaedf4;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.quality-right-block h2::after {
  width: 98%;
  height: 1px;
  background-color: var(--title-color);
  opacity: 0.3;
  right: 0;
  content: "";
  position: absolute;
  top: 50%;
}

.quality-right-block p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
  margin-bottom: 30px;
}

.quality-right-block li {
  width: 100%;
  margin-bottom: 20px;
  background-color: rgba(31, 42, 68, 0.2);
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  align-items: center;
}

.quality-right-block li .number-text {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  margin-right: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  border-radius: 50%;
}

.round-logo-block {
  width: 360px;
  display: flex;
  left: 0;
  position: absolute;
  bottom: -80px;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.round-logo-block .round-ctn {
  width: 240px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.round-logo-block .round-text {
  position: absolute;
  animation: rotateText 12s linear infinite;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.photo-gallery-sec {
  width: 100%;
  background-color: var(--primary-color);
  padding-bottom: 100px;
  padding-top: 170px;
  overflow: hidden;
}

.photo-gallery-sec h2 {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.swiper-container {
  margin-top: 30px;
  position: relative;
}

.photo-gallery-sec .swiper-button-next,
.photo-gallery-sec .swiper-button-prev {
  position: absolute;
  top: -50px;
  width: 44px;
  height: 44px;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}

.photo-gallery-sec .swiper-button-next {
  right: 0;
}

.photo-gallery-sec .swiper-button-prev {
  right: 60px;
  left: auto;
}

.photo-gallery-sec .swiper-button-prev:after {
  content: "";
  background-image: url(../images/btn-white-arrow.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(230deg);
}

.photo-gallery-sec .swiper-button-next:after {
  content: "";
  background-image: url(../images/btn-white-arrow.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(50deg);
}

.photo-gallery-sec .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.photo-gallery-sec .swiper-slide::before {
  background: linear-gradient(180.02deg,
      rgba(120, 48, 147, 0.14) 5.32%,
      rgba(33, 69, 154, 0.46) 52.98%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}

.photo-gallery-sec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ft-text-slider-sec {
  padding: 80px 0;
}

.ft-text-slider-sec .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ft-text-slider-sec .swiper-slide {
  width: auto;
  text-align: center;
  font-size: 70px;
  line-height: normal;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: rgba(31, 42, 68, 0.8);
  stroke: rgba(31, 42, 68, 0.8);
  color: #fff;
}

.ft-text-slider-sec .swiper-slide span {
  padding: 0 30px;
}

.ft-text-slider-sec .swiper-slide.swiper-slide-active {
  -webkit-text-stroke-color: var(--active-color);
  stroke: var(--active-color);
  color: var(--active-color);
}

.footer {
  background-color: var(--primary-color);
}

.ft-logo-block {
  padding: 50px 0;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ft-logo-block .get-in-touch-btn {
  background-color: #fff;
  align-items: center;
  padding: 18px 30px;
  display: flex;
  color: var(--description-color);
  border-radius: 44px;
  flex-direction: row;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: fit-content;
  padding-right: 70px;
  position: relative;
}

.ft-logo-block .get-in-touch-btn span {
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  left: calc(100% - 50px);
}

.ft-logo-block .get-in-touch-btn:hover {
  padding-right: 30px;
  padding-left: 70px;
}

.ft-logo-block .get-in-touch-btn:hover span {
  left: 10px;
}

.ft-logo-block .get-in-touch-btn:hover span img {
  transform: rotate(50deg);
}

.ft-details-card {
  padding: 50px 0;
}

.ft-details-card.about {
  padding-right: 30px;
}

.ft-details-card h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ft-details-card p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}

.ft-details-card a {
  color: #fff;
}

.ft-details-card a:hover {
  color: var(--active-color);
}

.ft-social-block {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

.ft-social-block li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  line-height: normal;
}

.ft-social-block li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.ft-social-block li a:hover svg path {
  fill: var(--active-color);
}

.ft-right {
  padding-left: 50px;
  border-left: rgba(255, 255, 255, 0.2) solid 1px;
}

.ft-right .ft-nav li {
  margin-bottom: 10px;
}

.copyright-block {
  width: 100%;
  padding: 30px 0;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.inner-hero-section {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-hero-section video {
  height: 460px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  object-fit: cover;
}

.inner-hero-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(270.02deg,
      rgba(217, 57, 77, 0.1) 0.01%,
      rgba(31, 42, 68, 0.7) 79%);
}

.inner-hero-section .container {
  position: absolute;
  z-index: 2;
}

.inner-hero-section .home-hero-caption {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.inner-hero-section .home-hero-caption h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 82px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.breadcrumb {
  margin: 0;
}

.breadcrumb li {
  padding-right: 10px;
  margin-right: 22px;
  position: relative;
  color: var(--active-color);
  position: relative;
  font-size: 18px;
  line-height: 22px;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb li::after {
  position: absolute;
  width: 10px;
  height: 14px;
  background-image: url(../images/breadcrumb-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -10px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb li:last-child::after {
  display: none;
}

.about-right.about-page h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 30px;
}

.quote-text-block {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #eaedf4;
  color: var(--description-color);
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  position: relative;
}

.quote-icon-left {
  position: absolute;
  left: 15px;
  top: 10px;
}

.quote-icon-right {
  position: absolute;
  right: 15px;
  bottom: 10px;
  transform: rotateY(180deg);
}

.our-vision-sec {
  background-color: #eaedf4;
  background-image: url(../images/our-vision-img.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50% 100%;
  padding: 140px 0;
  position: relative;
}

.our-vision-sec:after {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(180.05deg,
      rgba(120, 48, 147, 0.14) 5.34%,
      rgba(33, 69, 154, 0.46) 52.98%);
  border-radius: 30px 0px 0px 30px;
  content: "";
}

.our-vision-content h2 {
  margin-bottom: 30px;
}

.our-vision-sec .round-ctn {
  width: 240px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.our-vision-sec .round-text {
  position: absolute;
  animation: rotateText 12s linear infinite;
}

.our-team-sec {
  width: 100%;
  background-image: url(../images/who-we-are-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

.team-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 30px;
}

.team-card img {
  width: 100%;
  object-fit: cover;
}

.team-card::before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180.05deg,
      rgba(120, 48, 147, 0) 42.16%,
      #1f2a44 99.95%);
  z-index: 1;
}

.team-card .name-block {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 45px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  height: 65px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.team-card .name-block h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.team-card .name-block h3 a {
  color: #fff;
}

.team-card .name-block span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.team-card .name-block .social-media-list {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.team-card .name-block .social-media-list li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  line-height: normal;
}

.team-card .name-block .social-media-list li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.team-card .name-block .social-media-list li a:hover svg path {
  fill: var(--active-color);
}

.team-card:hover::before {
  background: linear-gradient(180.05deg,
      rgba(120, 48, 147, 0) 0.05%,
      rgba(31, 42, 68, 0.8) 51.43%);
}

.team-card:hover .name-block {
  height: auto;
}

.team-title-card {
  width: 100%;
  border-radius: 24px;
  background-color: #eaedf4;
  display: flex;
  align-items: center;
  padding: 30px;
  height: calc(100% - 30px);
  flex-direction: column;
  justify-content: center;
}

.team-title-card h3 {
  width: 100%;
  font-size: 32px;
  color: var(--title-color);
  margin-bottom: 30px;
  font-weight: 700;
}

.team-title-card p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
}

.our-team-sec.bg-clr {
  background-image: none;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 0;
}

.inner-hero-img-block {
  width: 100%;
  min-height: 460px;
  position: relative;
}

.inner-hero-img-block img {
  width: 100%;
  object-fit: cover;
  height: 460px;
}

.contact-map-sec {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: url(../images/who-we-are-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-card {
  width: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 50px;
}

.address-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  width: 500px;
  left: 60px;
  top: 0px;
  background: rgba(31, 42, 68, 0.3);
  border-top: 5px solid rgba(31, 42, 68, 0.5);
  backdrop-filter: blur(15px);
  border-radius: 0px 0px 25px 25px;
  order: 1;
  z-index: 1;
  padding: 50px;
  min-height: 540px;
}

.address-block h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.address-block li {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  flex-direction: row;
}

.address-block li:last-child {
  margin-bottom: 0;
}

.address-block li i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
}

.address-block li i path {
  fill: var(--title-color);
}

.address-block li .address-details h6 {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.address-block li .address-details p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.address-block li .address-details p a {
  color: #fff;
}

.address-block li .address-details p a:hover {
  color: var(--active-color);
}

.get-in-touch-sec {
  width: 100%;
  background-image: url(../images/contact-bottom-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 65% 100%;
  padding-bottom: 100px;
  position: relative;
  min-height: 650px;
}

.get-in-touch-block {
  display: flex;
  flex-direction: column;
  padding: 50px;
  width: 980px;
  background: rgba(234, 237, 244, 0.8);
  backdrop-filter: blur(25px);
  border-radius: 25px;
  z-index: 1;
  position: absolute;
  margin-top: -100px;
  right: 15px;
}

.get-in-touch-block h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 30px;
}

.get-in-touch-block h2 p {
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
}

.get-in-touch-form .form-group {
  margin-top: 30px;
  width: 100%;
}

.get-in-touch-form .form-control {
  width: 100%;
  height: 65px;
  background-color: #fff;
  border-radius: 10px;
  border: 0 !important;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--description-color);
  outline: none !important;
  box-shadow: none !important;
}

.get-in-touch-form textarea.form-control {
  resize: none;
  min-height: 150px;
  padding: 15px;
}

.our-board-details-sec {
  padding-bottom: 100px;
  position: relative;
}

.member-profile {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.member-photo-name-block {
  display: flex;
  flex-direction: row;
}

.member-photo-name-block .member-photo {
  width: 265px;
  height: 265px;
  border-radius: 24px;
  border: 5px solid #fff;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 40px;
  position: relative;
  margin-top: -90px;
  z-index: 1;
}

.member-photo-name-block .member-name {
  margin-top: 40px;
}

.member-photo-name-block .member-name h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 20px;
  line-height: 30px;
}

.member-photo-name-block .member-name h3 span {
  font-size: 16px;
  font-weight: 300;
}

.member-photo-name-block .member-name p {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.member-photo-name-block .member-name p i {
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 15px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #eaedf4;
  border-radius: 50%;
}

.member-photo-name-block .member-name p i path {
  fill: var(--title-color);
}

.member-photo-name-block .member-name p a {
  color: var(--description-color);
  font-size: 16px;
}

.member-social-block ul {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.member-social-block li {
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 15px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  border-radius: 50%;
  margin-top: 20px;
}

.member-social-block li:hover {
  background: linear-gradient(270deg, #5e2da5 0%, #df3949 100%);
}

.member-social-block li path {
  fill: #fff;
}

.our-board-details-sec .member-profile-details {
  width: 100%;
  margin-top: 40px;
}

.our-board-details-sec .member-profile-details p {
  width: 100%;
  font-size: 16px;
  color: var(--description-color);
  line-height: 24px;
}

.investor-desk-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.investor-desk-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.investor-desk-sec .accordion-button::after {
  transition: all 0.5s;
}

.investor-desk-sec .accordion-item {
  margin-bottom: 20px;
  border: 0;
  border-radius: 10px;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

.investor-desk-sec .accordion-item:last-child {
  margin-bottom: 0;
}

.investor-desk-sec .accordion-header {
  border: none;
}

.investor-desk-sec .accordion-item:first-of-type .accordion-button,
.investor-desk-sec .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
  box-shadow: none;
}

.investor-desk-sec .accordion-button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #eaedf4;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}

.investor-desk-sec .accordion-button.collapsed .icon-block {
  background: var(--primary-color);
}

.investor-desk-sec .accordion-button .icon-block {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  margin-right: 20px;
  flex-shrink: 0;
}

.investor-desk-sec .accordion-button::after {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.accordion-body {
  padding: 20px;
  border-left: 1px solid #eaedf4;
  border-bottom: 1px solid #eaedf4;
  border-right: 1px solid #eaedf4;
  border-radius: 0 0 10px 10px;
}

.investor-body-card {
  width: 100%;
  position: relative;
}

.investor-body-card .title-text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: var(--title-color);
  width: 100%;
  border-bottom: solid 1px #eaedf4;
}

.earnings-reports-block {
  width: 100%;
  position: relative;
}

.earnings-reports-block h4 {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  color: var(--description-color);
  margin-bottom: 20px;
  font-weight: 500;
}

.earnings-reports-block .nav-item {
  margin-right: 30px;
}

.earnings-reports-block .nav-pills .nav-link {
  padding: 0 0 10px 0;
  color: var(--description-color);
  font-weight: 500;
  border-radius: 0;
}

.earnings-reports-block .nav-pills .nav-link.active,
.earnings-reports-block .nav-pills .show>.nav-link {
  background: no-repeat;
  color: var(--active-color);
  margin: 0;
  border-bottom: 1px solid var(--active-color);
}

.quarterly-card {
  border: rgba(42, 31, 68, 0.2) solid 1px;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}

.quarterly-card.disabled {
  opacity: 0.5;
}

.quarterly-card h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  line-height: 30px;
}

.quarterly-card h6 span {
  font-weight: normal;
  color: var(--description-color);
}

.quarterly-card .more-button {
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.quarterly-card .more-button:hover {
  background: linear-gradient(270deg, #5e2da5 0%, #df3949 100%);
}

.investor-body-card .table-responsive {
  border: #eaedf4 solid 1px;
  border-radius: 12px;
}

.investor-body-card .table {
  margin-bottom: 0;
}

.investor-body-card .table th {
  border: none;
  background-color: #eaedf4;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
}

.investor-body-card .table td {
  padding: 20px;
  font-size: 16px;
  color: var(--description-color);
  border-color: #eaedf4;
}

.table tr:last-child td {
  border-bottom: 0 !important;
}

.investor-body-card .details-card {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  border-radius: 20px;
  border: #eaedf4 solid 1px;
  margin-top: 20px;
}

.investor-body-card .details-card li {
  display: flex;
  flex-direction: row;
  color: var(--description-color);
  font-size: 16px;
  padding: 10px 0;
}

.investor-body-card .details-card li a {
  color: var(--description-color);
}

.investor-body-card .details-card li a:hover {
  color: var(--active-color);
}

.investor-body-card .details-card li span {
  width: 150px;
  font-weight: 700;
  flex-shrink: 0;
}

.our-range-tab-block {
  width: 100%;
  margin-top: 40px;
  background-color: #eaedf4;
  border-radius: 20px;
  overflow: hidden;
}

.our-range-tab-block .nav-tabs {
  border-bottom: 0;
}

.our-range-tab-block .nav-tabs .nav-link {
  border-radius: 0;
  padding: 20px;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: var(--primary-color);
}

.our-range-tab-block .nav-tabs .nav-item {
  flex: 1 1 auto;
  max-width: 33.33%;
  border-right: #707787 solid 1px;
}

.our-range-tab-block .nav-tabs .nav-item:last-child {
  border-right: 0;
}

.our-range-tab-block .nav-tabs .nav-item.show .nav-link,
.our-range-tab-block .nav-tabs .nav-link.active {
  background-color: #eaedf4;
  color: var(--primary-color);
}

.our-range-tab-block .accordion-body {
  background-color: #eaedf4;
  border: 0;
  padding: 30px;
  border-radius: 0;
}

.our-range-tab-block .accordion-item {
  border: 0;
}

.our-range-card {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.our-range-card .our-range-img {
  width: 495px;
  flex-shrink: 0;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}

.our-range-card .our-range-details {
  padding-left: 30px;
  flex-shrink: 1;
}

.our-range-card .our-range-details h3 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

.our-range-card .our-range-details p {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
}

.our-range-details .details-list li {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: var(--description-color);
  font-size: 16px;
}

.our-range-details .details-list li span {
  font-weight: 700;
  flex-shrink: 0;
  width: 150px;
}

.details-list li .right-list p {
  position: relative;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 10px;
}

.details-list li .right-list p:last-child {
  margin-bottom: 0;
}

.details-list li .right-list p:after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--description-color);
  content: "";
}

.our-range-details .note-text {
  display: flex;
  flex-direction: row;
  gap: 15px;
  font-size: 16px;
  color: var(--description-color);
}

.our-range-details .note-text i {
  width: 24px;
  height: 24px;
  display: flex;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.our-range-details .note-text i img {
  width: 11px;
  transform: rotate(50deg);
}

.product-application-sec {
  width: 100%;
  background-color: var(--primary-color);
}

.product-application-sec .sec-title {
  color: #fff;
  margin-bottom: 30px;
}

.product-application-sec .intro-text {
  width: 100%;
  padding: 0 80px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}


.product-application-tab-block {
  width: 100%;
  margin-top: 40px;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  border: rgba(255, 255, 255, 0.2) solid 1px;
}

.product-application-tab-block .nav-tabs {
  border-bottom: 0;
}

.product-application-tab-block .nav-tabs .nav-link {
  border-radius: 0;
  padding: 20px;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #404A60;
}

.product-application-tab-block .nav-tabs .nav-item {
  flex: 1 1 auto;
  max-width: 33.33%;
  border-right: #707787 solid 1px;
}

.product-application-tab-block .nav-tabs .nav-item:last-child {
  border-right: 0;
}

.product-application-tab-block .nav-tabs .nav-item.show .nav-link,
.product-application-tab-block .nav-tabs .nav-link.active {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--primary-color);
}

.product-application-tab-block .accordion-item {
  background-color: transparent;
}

.product-application-tab-block .accordion-body {
  background-color: transparent;
  border: 0;
  padding: 30px;
  border-radius: 0;
}

.product-application-tab-block .accordion-item {
  border: 0;
}



.product-application-card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #d2d4da;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.product-application-card .icon-block {
  width: 150px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-shrink: 0;
}

.product-application-card .details-block {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}

.product-application-card .details-block h3 {
  width: 100%;
  font-size: 24px;
  color: var(--title-color);
  font-weight: 700;
  margin-bottom: 30px;
}

.product-application-card .details-block p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
  margin: 0;
}

.research-dev-ttle-block .sec-title {
  margin-bottom: 30px;
}

.research-dev-ttle-block p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
  margin-bottom: 20px;
}

.research-dev-ttle-block li {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.research-dev-ttle-block li:last-child {
  margin-bottom: 0;
}

.research-dev-ttle-block li i {
  width: 24px;
  height: 24px;
  display: flex;
  background: linear-gradient(270deg, #df3949 0%, #5e2da5 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.research-dev-ttle-block li i img {
  width: 11px;
  transform: rotate(50deg);
}

.research-development-details .row {
  margin: 0 -15px;
}

.research-development-details .col-md-4 {
  padding: 0 15px;
}

.rd-details-card {
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eaedf4;
  box-shadow: 6px 6px 0px #eaedf4;
  border-radius: 20px;
  height: calc(100% - 30px);
}

.rd-details-card h3 {
  width: 100%;
  margin-bottom: 25px;
  font-size: 24px;
  color: var(--title-color);
  font-weight: 700;
  line-height: normal;
}

.rd-details-card li {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.rd-details-card li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--description-color);
}

.rd-details-card li:last-child {
  margin-bottom: 0;
}

.packing-details-sec {
  width: 100%;
  background-color: #eaedf4;
}

.packing-details-left .sec-title {
  margin-bottom: 30px;
}

.packing-details-left p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: var(--description-color);
  margin-bottom: 30px;
}

.packing-details-img {
  width: 100%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.packing-details-img:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(180.05deg,
      rgba(120, 48, 147, 0.14) 5.34%,
      rgba(33, 69, 154, 0.46) 52.98%);
}

.packing-details-right .accordion-item {
  margin-bottom: 20px;
  border: solid 1px #fff;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
}

.packing-details-right .accordion-item:last-child {
  margin-bottom: 0;
}

.packing-details-right .accordion-button {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--title-color);
  background-color: #fff;
  padding: 20px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.packing-details-right .accordion-button::after {
  background-image: url(../images/plus-solid-full.svg);
  transition: all 0.5s;
}

.packing-details-right .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-solid-full.svg);
}

.packing-details-right .accordion-button::after {
  transition: all 0.5s;
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.packing-details-list li {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  color: var(--description-color);
  margin-bottom: 20px;
}

.packing-details-list li:last-child {
  margin-bottom: 0;
}

.packing-details-list li span {
  width: 220px;
  flex-shrink: 0;
  padding-right: 20px;
  font-weight: 600;
}