body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #414141;
  background-color: #ffffff;
  font-size: 1.25rem;
  line-height: 30px;
  overflow-x: hidden;
  font-family: 'figtreeregular';
  font-weight: 400;
}
@media (max-width: 1500px) {
  body {
    background-size: 200px, 400px;
  }
}
@media (max-width: 1300px) {
  body {
    background-image: inherit;
    font-size: 1.1rem;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #0baf4e;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: #253b91;
}
a:focus {
  outline: 0;
  text-decoration: none;
  border: 0;
}
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}
:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
strong,
b {
  font-weight: 600;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}
/*---FONT STYLE---*/
@font-face {
  font-family: 'figtreeregular';
  src: url('fonts/figtree-latin-400-normal.woff2') format('woff2'), url('fonts/figtree-latin-400-normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'figtree_mediumregular';
  src: url('fonts/figtree-latin-500-normal.woff2') format('woff2'), url('fonts/figtree-latin-500-normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'figtree_semiboldregular';
  src: url('fonts/figtree-latin-600-normal.woff2') format('woff2'), url('fonts/figtree-latin-600-normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'figtreebold';
  src: url('fonts/figtree-latin-700-normal.woff2') format('woff2'), url('fonts/figtree-latin-700-normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'millerdisplaylight';
  src: url('fonts/millerdisplay-light.woff2') format('woff2'), url('fonts/millerdisplay-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'millerdisplaysemiboldbold';
  src: url('fonts/millerdisplay-semibold.woff2') format('woff2'), url('fonts/millerdisplay-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*---Common Classes---*/
.container {
  max-width: 1440px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1500px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.page-divider-heading {
  padding-top: 130px !important;
}
@media (max-width: 1500px) {
  .page-divider-heading {
    padding-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .page-divider-heading {
    padding-top: 65px !important;
  }
}
h1 {
  margin: 0 0 20px 0;
  font-size: 3.7vw;
  line-height: 1.1;
  color: #253b91;
  font-family: 'figtree_mediumregular';
}
@media (max-width: 1500px) {
  h1 {
    font-size: 4vw;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 8vw;
  }
}
h1 strong {
  font-family: 'figtreebold';
}
h2 {
  margin: 0 0 12px 0;
  font-size: 2.2vw;
  line-height: 1.1;
  font-family: 'figtreebold';
  display: inline-block;
  color: #0baf4e;
}
@media (max-width: 1500px) {
  h2 {
    font-size: 2.7vw;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 3vw;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 6.6vw;
  }
}
h3 {
  margin: 0 0 15px 0;
  font-size: 1.45vw;
  line-height: 34px;
  color: #253b91;
  font-family: 'figtree_semiboldregular';
}
@media (max-width: 1500px) {
  h3 {
    font-size: 1.8vw;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 2.2vw;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 5.2vw;
    line-height: 1.2;
  }
}
h4 {
  margin: 0 0 15px 0;
  font-size: 1.2vw;
  line-height: 27px;
  color: #0baf4e;
  font-family: 'figtree_semiboldregular';
}
@media (max-width: 1500px) {
  h4 {
    font-size: 1.5vw;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  h4 {
    font-size: 2vw;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 4.8vw;
  }
}
h5 {
  margin: 0 0 10px 0;
  font-family: 'figtree_semiboldregular';
  font-size: 20px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 17px;
  }
}
h6 {
  margin: 0 0 15px 0;
  font-family: 'figtree_mediumregular';
  font-size: 17px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 15px;
  }
}
.btn-custom {
  margin: 0;
  padding: 12px 22px;
  background: #0baf4e;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  font-family: 'figtree_mediumregular';
  line-height: 20px;
  letter-spacing: 2px;
}
.btn-custom:hover {
  background: #253b91;
  color: #ffffff;
}
.btn-outline {
  padding: 15px 22px 8px 20px;
  background: transparent;
  color: #414141;
  font-size: 16px;
  font-family: 'figtree_mediumregular';
  border: 2px solid #0baf4e;
  width: 100%;
}
.btn-outline:hover {
  background: #0baf4e;
  color: #ffffff;
}
.btn-outline:focus {
  background: #0baf4e;
  color: #ffffff;
  border: 2px solid #0baf4e;
}
.bullet-list {
  padding: 0 15px;
}
.bullet-list li {
  margin: 0 0 12px 0;
  list-style-type: disc;
}
.number-list {
  padding: 0 10px 0 15px;
}
.number-list li {
  margin: 0 0 12px 0;
}
.bullet-list-min {
  padding: 0 0 0 15px;
}
.bullet-list-min li {
  margin: 0 0 2px 0;
  list-style-type: disc;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 2px solid #253b91;
}
.img-radius {
  border-radius: 21px;
}
@media (max-width: 767px) {
  .img-radius {
    border-radius: 13px;
  }
}
/*.subpage-heading{
	margin: 0 0 40px 0;
	font-size: 45px;
	line-height: 48px;
	font-family: 'figtreebold';
	display: inline-block;
	color:@color-green;
	@media(max-width:1500px){
		font-size: 40px;
	}
	@media(max-width:990px){
		font-size: 35px;
	}
	@media(max-width:767px){
		margin: 0 0 18px 0;
		font-size: 26px;
		line-height: 30px;
	}
}*/
.headh02-icon {
  display: flex !important;
  align-items: center !important;
}
.headh02-icon img {
  width: 45px;
  margin: 0 15px 0 0;
}
.headh4-icon {
  display: flex !important;
  align-items: center !important;
}
.headh4-icon img {
  width: 70px;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .headh4-icon img {
    width: 50px;
  }
}
.box-outline {
  padding: 40px;
  border-radius: 32px;
  border: 1px solid #00AE4D;
  position: relative;
}
@media (max-width: 1200px) {
  .box-outline {
    padding: 20px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .box-outline {
    margin-bottom: 40px;
    height: auto !important;
  }
}
.box-outline h3 {
  margin-bottom: 25px;
}
.box-outline p:last-child {
  margin: 0;
}
.box-outline .box-icon {
  position: absolute;
  top: -47px;
  right: 40px;
  z-index: 2;
  width: 85px;
}
@media (max-width: 1200px) {
  .box-outline .box-icon {
    top: -35px;
    right: 30px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .box-outline .box-icon {
    top: -30px;
    right: 20px;
    width: 60px;
  }
}
.box-highlight-green {
  padding: 35px 40px;
  border-radius: 16px;
  background: #E8F4E7;
}
@media (max-width: 1200px) {
  .box-highlight-green {
    padding: 25px 18px;
  }
}
@media (max-width: 767px) {
  .box-highlight-green {
    margin-bottom: 20px;
  }
}
.box-highlight-green p:last-child {
  margin: 0;
}
.box-highlight-green h5 {
  color: #253b91;
}
.highlight-blue {
  background: #e8e7f4;
}
.table-highlight-green {
  background: #E8F4E7 !important;
}
.box-highlight-gradient {
  padding: 45px 50px;
  border-radius: 16px;
  border-radius: 23px;
  background: linear-gradient(134deg, #00AE4D -34.32%, #25408F 142.93%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .box-highlight-gradient {
    padding: 30px 20px;
  }
}
.box-highlight-gradient p:last-child {
  margin: 0;
}
.box-highlight-gradient h5 {
  color: #ffffff;
  font-size: 24px;
}
/*---Navigation---*/
.navbar {
  padding: 10px 0;
  background: #0baf4e;
}
@media (max-width: 1199px) {
  .navbar {
    padding: 6px 0;
  }
}
.navbar-brand {
  padding: 0;
}
.navbar-brand .logo {
  filter: brightness(0) invert(1);
  height: 62px;
}
@media (max-width: 767px) {
  .navbar-brand .logo {
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .navbar-nav {
    padding: 30px 20px 15px 20px;
  }
  .navbar-nav .nav-divider {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-nav {
    padding: 30px 5px 15px 5px;
  }
}
.navbar-nav .nav-link {
  font-size: 18px;
  padding: 0 !important;
  text-decoration: none;
  color: #ffffff;
  font-family: 'figtree_mediumregular';
}
.navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar-nav .nav-link.active {
  font-family: 'figtree_semiboldregular';
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.navbar-nav .dropdown-menu .nav-link.active {
  color: #253b91;
  border-bottom: 0px solid #ffffff;
}
.navbar-nav .nav-item {
  margin: 0 0 0 30px;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
.navbar-nav .nav-item.nav-divider {
  color: #0baf4e;
}
.navbar-nav .dropdown-menu {
  margin: 0 0 0 0;
  padding: 15px 30px 18px;
  min-width: 320px;
  border: 0;
  border-top: 0px solid #0baf4e;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 14px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 8px 14px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 14px -6px rgba(0, 0, 0, 0.4);
  top: 66px;
  left: -30px;
}
@media (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    top: 0;
    left: 0;
    margin-top: 16px;
    padding: 15px 6px 15px 15px;
  }
}
.navbar-nav .dropdown-menu li {
  margin: 10px 0;
}
.navbar-nav .dropdown-menu a {
  text-decoration: none;
  color: #414141;
  font-size: 16px;
  display: block;
  line-height: 23px;
}
.navbar-nav .dropdown-menu a:hover {
  color: #253b91;
}
.navbar-nav .dropdown-menu.col-02 {
  min-width: 500px;
}
@media (max-width: 1199px) {
  .navbar-nav .dropdown-menu.col-02 {
    min-width: auto;
    float: inline-start;
    width: 100%;
  }
}
.navbar-nav .dropdown-menu.col-02 ul {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
}
.navbar-nav .dropdown-menu.col-02 ul.menu2 {
  width: 50%;
  padding: 0;
}
.navbar-nav .dropdown-menu.col-02 li {
  width: 100%;
  float: left;
  margin: 5px 0;
}
@media (max-width: 1199px) {
  .navbar-nav .dropdown-menu.col-02 li {
    width: 100%;
    float: none;
  }
}
@media (min-width: 991px) {
  .navbar-nav .dropdown-menu.col-02-right {
    right: 0;
    left: auto;
  }
}
.navbar-nav .dropdown-menu.col-03 {
  padding: 15px 0px 18px 30px;
  min-width: 500px;
  right: 0;
  left: auto;
}
@media (max-width: 1199px) {
  .navbar-nav .dropdown-menu.col-03 {
    min-width: 100%;
    width: 100%;
  }
}
.navbar-nav .dropdown-menu.col-03 strong {
  font-family: 'figtree_mediumregular';
  color: #0baf4e;
}
.navbar-nav .dropdown-menu.col-03 strong:hover {
  color: #253b91;
}
.navbar-nav .dropdown-menu.col-03 li {
  width: 50%;
  float: left;
}
@media (max-width: 1199px) {
  .navbar-nav .dropdown-menu.col-03 li {
    width: 100%;
    float: none;
  }
}
.navbar-nav .dropdown-menu.col-03 li ul {
  padding: 0;
}
.navbar-nav .dropdown-menu.col-03 li ul li {
  width: 100% !important;
}
/*--Navbar Dropdown Arrow--*/
.navbar-nav .dropdown-menu {
  position: relative;
}
.navbar-nav .dropdown-menu:after,
.navbar-nav .dropdown-menu:before {
  bottom: 100%;
  left: 60px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.navbar-nav .dropdown-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -30px;
}
.navbar-nav .dropdown-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ffffff;
  border-width: 16px;
  margin-left: -31px;
}
@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu.col-02-right:after,
  .navbar-nav .dropdown-menu.col-02-right:before {
    right: 80px;
    left: inherit;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu.col-02-right:after {
    margin-right: 1px;
  }
}
.navbar-nav .dropdown-menu.col-03:after,
.navbar-nav .dropdown-menu.col-03:before {
  right: 80px;
  left: inherit;
}
.navbar-nav .dropdown-menu.col-03:after {
  margin-right: 1px;
}
/*-----*/
.main-wrapper {
  padding: 180px 0 0 0;
}
@media (max-width: 1400px) {
  .main-wrapper {
    padding: 158px 0 0 0;
  }
}
@media (max-width: 767px) {
  .main-wrapper {
    padding: 130px 0 0 0;
  }
}
.inner-banner {
  width: 100%;
  padding: 0;
  height: 73vh;
  position: relative;
}
.inner-banner img {
  height: 65vh;
}
@media (max-width: 1400px) {
  .inner-banner {
    height: 70vh;
  }
  .inner-banner img {
    height: 63vh;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    height: 50vh;
  }
  .inner-banner img {
    height: 43vh;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    height: 38vh;
  }
  .inner-banner img {
    height: 32vh;
  }
}
.inner-banner .row {
  width: 102%;
}
@media (max-width: 991px) {
  .inner-banner .row {
    width: 100%;
    margin-left: 0;
  }
}
.inner-banner .bg-blue {
  padding: 20px 15px;
  border-radius: 45px 0px 0px 45px;
}
.inner-banner .bg-green {
  padding: 20px 15px;
  border-radius: 0 45px 45px 0px;
}
.inner-banner h1 {
  margin: 0 0 0 3%;
}
@media (max-width: 767px) {
  .inner-banner h1 {
    margin: 0;
  }
}
.wrapper-sec {
  padding: 80px 0;
}
@media (max-width: 1500px) {
  .wrapper-sec {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .wrapper-sec {
    padding: 40px 15px;
  }
}
@media (max-width: 991px) {
  .wrapper-sec .mb-mob {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wrapper-sec {
    padding: 40px 0px;
  }
}
/*------Acoordian----*/
.wrapper-accordion .card {
  margin-bottom: 28px;
  border: 1px solid #253b91;
  background: #fff;
  border-radius: 16px;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .wrapper-accordion .card {
    margin-bottom: 20px;
  }
}
.wrapper-accordion .card .card-header {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.wrapper-accordion .card .card-header img {
  margin: 0 15px 0 0;
  width: 85px;
}
@media (max-width: 1200px) {
  .wrapper-accordion .card .card-header img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .wrapper-accordion .card .card-header img {
    margin: 0 12px 0 0;
    width: 58px;
  }
}
.wrapper-accordion .card .card-body {
  padding: 2px 0;
}
.wrapper-accordion .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  color: #414141;
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 15px 0;
  font-family: 'figtree_semiboldregular';
}
@media (max-width: 1200px) {
  .wrapper-accordion .card .card-header .btn-header-link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wrapper-accordion .card .card-header .btn-header-link {
    line-height: 22px;
    padding: 15px 0;
  }
}
.wrapper-accordion .card .card-header .btn-header-link:focus {
  box-shadow: none;
}
.wrapper-accordion .card .card-header .btn-header-link:after {
  content: "";
  background: url(../img/arrow-right.svg) no-repeat center right;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 18px;
  top: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .wrapper-accordion .card .card-header .btn-header-link:after {
    right: 15px;
    top: 44px;
  }
}
@media (max-width: 767px) {
  .wrapper-accordion .card .card-header .btn-header-link:after {
    right: 15px;
    top: 13px;
    background-size: 24px;
    width: 24px;
    height: 24px;
  }
}
.wrapper-accordion .card .card-header .btn-header-link.collapsed:after {
  content: "";
  background: url(../img/arrow-right.svg) no-repeat center right;
  transform: rotate(0deg);
  background-size: 30px;
}
@media (max-width: 767px) {
  .wrapper-accordion .card .card-header .btn-header-link.collapsed:after {
    background-size: 24px;
  }
}
.wrapper-accordion .card .collapse {
  border: 0;
}
.wrapper-accordion .card .card-header .btn-header-link.collapsed {
  color: #414141;
}
.wrapper-accordion .card .card-header .btn-header-link {
  border: 0 !important;
}
/*---Footer----*/
.footer-bg {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  background: #0baf4e;
}
.footer-bg a {
  color: #ffffff;
}
.footer-bg a:hover {
  color: #b8e1c5;
}
@media (max-width: 767px) {
  .footer-bg {
    padding: 20px 0px;
    font-size: 14px;
  }
  .footer-bg img {
    width: 50px;
  }
}
.footer-bg strong {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .footer-bg strong {
    font-size: 17px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 991px) {
  .footer-bg strong {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bg strong br {
    display: none;
  }
}
.footer-bg ul {
  margin: 40px 0 0 0;
  padding: 0;
  position: relative;
}
.footer-bg ul li {
  margin: 0 0 12px 0;
}
@media (max-width: 767px) {
  .footer-bg ul li {
    margin: 0 0 10px 0;
  }
}
.footer-bg ul li a {
  margin: 0 0 0 0;
  color: #ffffff;
  line-height: 19px;
  display: block;
}
.footer-bg ul li a:hover {
  color: #b8e1c5;
}
.footer-bg .menu-corporate {
  width: 100%;
  float: left;
}
.footer-bg .link-assurance {
  margin: 25px 0 0 0;
  display: block;
}
.footer-bg .link-assurance img {
  margin: 0 8px 0 0;
  width: 38px;
}
.footer-bg .link-assurance strong {
  font-size: 18px;
}
@media (max-width: 1500px) {
  .footer-bg .link-assurance strong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-bg .link-assurance strong {
    font-size: 17px;
  }
}
.footer-bg .container {
  padding-top: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .footer-bg .container {
    padding-top: 0;
    border-top: 0;
  }
}
.footer-bg ul:after {
  content: '✽';
  position: absolute;
  top: -34px;
  left: 0;
  color: #ffffff;
  font-family: 'figtree_mediumregular';
}
footer {
  margin: 0;
  padding: 20px 0px;
  color: #ffffff;
  font-size: 14px;
  background: #0baf4e;
}
footer a {
  margin: 0 0;
  padding: 0 5px;
  color: #ffffff;
}
footer a:hover {
  color: #b8e1c5;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .col-auto {
    width: 100%;
    text-align: center;
  }
}
.table-custom {
  margin: 0;
  border-radius: 0;
}
.table-custom thead {
  background: linear-gradient(90deg, #0BAF4E -0.53%, #253B91 99.8%);
}
.table-custom .table td,
.table-custom .table th {
  border: 1px solid #0baf4e;
  color: #414141;
}
.table-custom .table th {
  padding: 12px 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'figtree_mediumregular';
}
@media (max-width: 990px) {
  .table-custom .table th {
    font-size: 15px;
    line-height: 16px;
  }
}
.table-custom .table td {
  padding: 9px 15px;
}
@media (max-width: 990px) {
  .table-custom .table td {
    line-height: 17px;
    padding: 6px 10px;
    font-size: 14px;
  }
}
.table-custom .table td p {
  margin-bottom: 6px;
}
.table-custom .arrow-tick {
  width: 18px;
}
.table-highlight .table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: red;
  --bs-table-bg-type: #E8F4E7 !important;
}
@media (max-width: 767px) {
  .mt-5 {
    margin-top: 2rem !important;
  }
}
.color-black {
  color: #414141 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-green {
  color: #0baf4e !important;
}
.color-blue {
  color: #253b91 !important;
}
.bg-green {
  background: #0baf4e !important;
}
.bg-blue {
  background: #253b91 !important;
}
.bg-gray {
  background: #f2f2f2 !important;
}
.navbar-toggler {
  color: #fff;
  border: 1px solid #fff !important;
  margin-top: 0px;
  padding: 5px 10px;
}
.navbar-toggler span {
  width: 28px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 5px 0;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: initial;
  --bs-table-bg: initial;
  --bs-table-border-color: initial;
  --bs-table-accent-bg: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: 1px solid #afd24b;
}
@media (max-width: 1200px) {
  .navbar-collapse {
    margin: 0px;
  }
}
.row > * {
  margin-top: 0;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 0;
}
.banner-home {
  width: 100%;
  padding: 0;
  height: 100vh;
  position: relative;
  background: linear-gradient(180deg, rgba(11, 175, 78, 0) 0%, rgba(11, 175, 78, 0.24) 141.45%);
}
@media (max-width: 991px) {
  .banner-home {
    height: 60vh;
  }
}
@media (max-width: 650px) {
  .banner-home {
    height: 38vh;
  }
}
.banner-home img {
  height: 100vh;
}
@media (max-width: 991px) {
  .banner-home img {
    height: 60vh;
  }
}
@media (max-width: 650px) {
  .banner-home img {
    height: 35vh;
    margin-top: 30px;
  }
}
.banner-home h1 {
  margin-top: 13%;
  margin-bottom: 15px;
  color: #0baf4e;
  font-size: 3.85vw;
  line-height: 1.12;
  font-family: 'millerdisplaylight';
  font-weight: normal;
}
.banner-home h1 strong {
  font-size: 4vw;
  color: #253b91;
  font-family: 'millerdisplaysemiboldbold';
  font-weight: normal;
}
@media (max-width: 767px) {
  .banner-home h1 strong {
    font-size: 7vw;
  }
}
@media (max-width: 1500px) {
  .banner-home h1 {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .banner-home h1 {
    font-size: 5.4vw;
    margin-top: 75px;
  }
}
.banner-home .home-report-text {
  color: #0baf4e;
  font-size: 1.5vw;
}
@media (max-width: 1500px) {
  .banner-home .home-report-text {
    font-size: 1.6vw;
  }
}
@media (max-width: 991px) {
  .banner-home .home-report-text {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .banner-home .home-report-text {
    font-size: 3vw;
  }
}
.wrapper-at-a-glance {
  padding: 90px 0 60px;
  background: linear-gradient(124deg, #25408F -18.86%, #00AE4D 122%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrapper-at-a-glance {
    padding: 70px 0 50px;
  }
}
@media (max-width: 767px) {
  .wrapper-at-a-glance {
    padding: 50px 0 30px;
  }
}
.wrapper-at-a-glance h2 {
  color: #ffffff;
  font-size: 3vw;
  margin-bottom: 40px;
  line-height: 1.1;
}
@media (max-width: 1500px) {
  .wrapper-at-a-glance h2 {
    font-size: 3.6vw;
  }
}
@media (max-width: 991px) {
  .wrapper-at-a-glance h2 {
    font-size: 5vw;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-at-a-glance h2 {
    font-size: 8vw;
  }
}
.wrapper-at-a-glance .at-a-glance-content {
  padding-left: 10%;
}
@media (max-width: 991px) {
  .wrapper-at-a-glance .at-a-glance-content {
    padding-left: 0;
  }
}
.glance-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .glance-item {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .glance-item {
    margin-bottom: 0px;
  }
  .glance-item p br {
    display: none;
  }
}
.glance-item .icon {
  width: 80px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .glance-item .icon {
    width: 65px;
  }
}
.glance-item .icon img {
  width: 100%;
}
.glance-item h3 {
  color: #fff;
  font-size: 1.65vw;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  .glance-item h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 991px) {
  .glance-item h3 {
    font-size: 3.5vw;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .glance-item h3 {
    font-size: 6vw;
    margin-bottom: 8px;
  }
}
.glance-item p {
  color: #fff;
  margin: 0;
}
/*-----*/
.innovation-section {
  position: relative;
  padding: 120px 0 90px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .innovation-section {
    padding: 80px 0 70px;
  }
}
@media (max-width: 767px) {
  .innovation-section {
    padding: 50px 0;
  }
}
.innovation-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  z-index: 0;
  background: var(--lupin-gradient, linear-gradient(133deg, #00AE4D 2.63%, #25408F 91.69%));
}
@media (max-width: 767px) {
  .innovation-section:after {
    height: 200px;
  }
}
.petal-wrapper {
  padding: 0 15%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 45px;
}
/* Cards */
.card-row {
  margin-top: 20px;
}
.info-card {
  color: #fff;
  border-radius: 18px;
  padding: 33px;
  height: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .info-card {
    height: auto;
    margin-bottom: 20px;
  }
}
.rd-card {
  background: #30469e;
}
.rank-card {
  background: #0d6f98;
}
.product-card {
  background: #09b73d;
}
.card-icon {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.card-icon img {
  width: 80px;
}
@media (max-width: 767px) {
  .card-icon img {
    width: 65px;
  }
}
.info-card h3 {
  margin: 0 0 0 22px;
  font-size: 1.6vw;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1500px) {
  .info-card h3 {
    font-size: 2.1vw;
  }
}
@media (max-width: 991px) {
  .info-card h3 {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .info-card h3 {
    font-size: 6.5vw;
  }
}
.stat {
  margin: 60px 0 0 0;
}
@media (max-width: 991px) {
  .stat {
    margin: 25px 0 0 0;
  }
}
.stat h2 {
  font-size: 2.5vw;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
@media (max-width: 1500px) {
  .stat h2 {
    font-size: 3.2vw;
  }
}
@media (max-width: 991px) {
  .stat h2 {
    font-size: 6vw;
  }
}
@media (max-width: 767px) {
  .stat h2 {
    font-size: 7.5vw;
  }
}
/*----*/
.wrapper-home-capital {
  padding: 0px 0;
}
.wrapper-home-capital h2 {
  color: #0baf4e;
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .wrapper-home-capital h2 {
    font-size: 3.6vw;
  }
}
@media (max-width: 991px) {
  .wrapper-home-capital h2 {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .wrapper-home-capital h2 {
    font-size: 8vw;
  }
}
.pin-spacer {
  padding: 0px 0 !important;
}
.capital-section {
  height: 100vh;
  position: relative;
}
.img-home-capital {
  height: 70vh;
}
.sticky-wrapper {
  position: sticky;
  top: 100px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f6fbf6;
}
.horizontal-scroll {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 0;
  will-change: transform;
}
.capital-card {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}
.capital-card img {
  width: 100%;
  object-fit: cover;
}
/*----*/
.wrapper-leadership-messages {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .wrapper-leadership-messages {
    padding: 40px 0;
  }
}
.wrapper-leadership-messages h2 {
  color: #0baf4e;
  font-size: 3vw;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .wrapper-leadership-messages h2 {
    font-size: 3.6vw;
  }
}
@media (max-width: 991px) {
  .wrapper-leadership-messages h2 {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .wrapper-leadership-messages h2 {
    font-size: 8vw;
    margin: 0;
  }
}
.wrapper-leadership-messages .leadership-messages-bg {
  margin: 50px 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .wrapper-leadership-messages .leadership-messages-bg {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .wrapper-leadership-messages .leadership-messages-bg {
    padding: 25px 20px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .wrapper-leadership-messages .leadership-messages-bg {
    padding: 20px;
    font-size: 16px;
    margin: 15px 0;
  }
}
.wrapper-leadership-messages .leadership-messages-bg h3 {
  margin: 20px 0 4px 0;
  font-size: 1.6vw;
  line-height: 38px;
  background: var(--lupin-gradient, linear-gradient(133deg, #00AE4D 2.63%, #25408F 91.69%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1500px) {
  .wrapper-leadership-messages .leadership-messages-bg h3 {
    font-size: 2.1vw;
  }
}
@media (max-width: 767px) {
  .wrapper-leadership-messages .leadership-messages-bg h3 {
    font-size: 6vw;
  }
}
.wrapper-leadership-messages .leadership-messages-bg h5 {
  margin: 0;
  font-size: 1.3vw;
  color: #0baf4e;
}
@media (max-width: 1500px) {
  .wrapper-leadership-messages .leadership-messages-bg h5 {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .wrapper-leadership-messages .leadership-messages-bg h5 {
    font-size: 4.2vw;
  }
}
.wrapper-leadership-messages .leadership-messages-bg h6 {
  margin: 25px 0;
  font-family: 'figtree_mediumregular';
  font-size: 1.55vw;
  font-weight: 700;
  font-style: italic;
  color: #253b91;
}
@media (max-width: 1500px) {
  .wrapper-leadership-messages .leadership-messages-bg h6 {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .wrapper-leadership-messages .leadership-messages-bg h6 {
    font-size: 5vw;
    margin: 21px 0 15px 0;
  }
}
.wrapper-leadership-messages .leadership-messages-bg p {
  margin: 0 4% 30px 0;
}
@media (max-width: 1500px) {
  .wrapper-leadership-messages .leadership-messages-bg p {
    margin: 0 0 25px 0;
  }
}
.wrapper-leadership-messages .leadership-img {
  border-radius: 15px;
}
.wrapper-leadership-messages .leadership-petals {
  width: 16vw;
}
@media (max-width: 1500px) {
  .wrapper-leadership-messages .leadership-petals {
    width: 18vw;
  }
}
@media (max-width: 767px) {
  .wrapper-leadership-messages .leadership-petals {
    width: 40vw;
    margin-top: 20px;
  }
}
/*-------------------*/
.capital-scroll {
  position: relative;
}
.hotspot {
  position: absolute;
  display: block;
  z-index: 100;
  height: 80px;
}
@media (max-width: 1500px) {
  .hotspot {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .hotspot {
    height: 75px;
  }
}
/* Financial */
.financial {
  left: 4%;
  top: 13%;
  width: 165px;
}
@media (max-width: 1500px) {
  .financial {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .financial {
    width: 150px;
  }
}
/* Manufacturing */
.manufacturing {
  left: 13%;
  bottom: 6%;
  width: 260px;
}
/* Intellectual */
.intellectual {
  left: 30%;
  top: 28%;
  width: 221px;
}
@media (max-width: 1500px) {
  .intellectual {
    width: 180px;
  }
}
/* Human */
.human {
  left: 46%;
  bottom: 7%;
  width: 145px;
}
/* Natural */
.natural {
  right: 37%;
  top: 9%;
  width: 165px;
}
@media (max-width: 1500px) {
  .natural {
    right: 36%;
  }
}
@media (max-width: 767px) {
  .natural {
    right: 37%;
  }
}
/* Social */
.social {
  right: 22%;
  bottom: 16%;
  width: 385px;
}
@media (max-width: 1500px) {
  .social {
    right: 20%;
  }
}
@media (max-width: 767px) {
  .social {
    right: 21%;
  }
}
.wrapper-inner-banner {
  margin: 0;
  padding: 0px 0 0 0;
  height: 75vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .wrapper-inner-banner {
    height: 60vh;
  }
}
@media (max-width: 991px) {
  .wrapper-inner-banner {
    height: 45vh;
  }
  .wrapper-inner-banner .col-md-5 {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .wrapper-inner-banner .col-md-5 {
    width: 60%;
  }
}
.wrapper-inner-banner .inner-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 67%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .wrapper-inner-banner .inner-banner-bg {
    width: 100%;
  }
}
.wrapper-inner-banner .inner-banner-design {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 62%;
  height: 100%;
  z-index: 1;
  background: url(../img/inner-banner-design.svg) no-repeat;
  background-size: cover;
  background-position: bottom right;
}
@media (max-width: 1500px) {
  .wrapper-inner-banner .inner-banner-design {
    right: -10%;
    width: 80%;
    top: 50px;
  }
}
@media (max-width: 1400px) {
  .wrapper-inner-banner .inner-banner-design {
    right: 0;
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .wrapper-inner-banner .inner-banner-design {
    right: 0;
    width: 64%;
    top: 50px;
  }
}
@media (max-width: 991px) {
  .wrapper-inner-banner .inner-banner-design {
    background: url(../img/inner-banner-design-mob.svg) no-repeat;
    background-size: contain;
    background-position: bottom right;
    right: 0;
    width: 76%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-inner-banner .inner-banner-design {
    width: 95%;
  }
}
.wrapper-inner-banner .inner-banner-petals {
  position: absolute;
  right: 3vw;
  top: 0;
  height: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .wrapper-inner-banner .inner-banner-petals {
    display: none;
  }
}
.wrapper-inner-banner .container {
  z-index: 3;
}
.wrapper-inner-banner h1 {
  margin: 0 0 6vw 3vw;
  color: #fff;
}
@media (max-width: 1200px) {
  .wrapper-inner-banner h1 {
    margin: 0 0 6vw 0;
  }
}
@media (max-width: 767px) {
  .wrapper-inner-banner h1 {
    margin: 0 0 4vw 0;
    font-size: 6.5vw;
  }
}
.manufacturing-banner .inner-banner-bg {
  top: 35px;
  object-position: top;
}
.about-lupin-bg h4 {
  margin: 8px 0 3px 0;
  font-size: 50px;
  line-height: 55px;
  background: var(--lupin-gradient, linear-gradient(133deg, #00AE4D 2.63%, #25408F 91.69%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'figtreebold';
  font-weight: 700;
}
@media (max-width: 991px) {
  .about-lupin-bg h4 {
    font-size: 24px;
    line-height: 35px;
  }
}
.about-lupin-bg p {
  line-height: 20px;
}
@media (max-width: 991px) {
  .about-lupin-bg p {
    font-size: 15px;
  }
}
.about-lupin-bg img {
  width: 80px;
}
@media (max-width: 991px) {
  .about-lupin-bg img {
    width: 50px;
  }
}
#our-purpose {
  position: relative;
  /*.custom-head01{
		text-align: center;
		  margin-bottom: 25px;
		  font-family: 'figtree_semiboldregular';
		  font-size: 28px;
		  line-height: 1.2;
			@media(max-width: 991px){
				margin-bottom: 0;
				  font-size: 22px;
				  line-height: 1.2;
			}
	}*/
}
.our-purpose-bg {
  background: #5468B0;
  color: #ffffff;
  position: relative;
}
.our-purpose-bg .img-our-purpose {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 21vw;
}
@media (max-width: 1500px) {
  .our-purpose-bg .img-our-purpose {
    bottom: 50px;
    width: 25vw;
  }
}
@media (max-width: 767px) {
  .our-purpose-bg .img-our-purpose {
    display: none;
  }
}
.our-purpose-bg h2,
.our-purpose-bg h3 {
  color: #ffffff;
}
#our-values {
  margin-top: -113px;
  z-index: 1;
  position: relative;
}
.ecosystem-box-outline {
  padding: 40px;
  border-radius: 32px;
  border: 1px solid #00AE4D;
}
@media (max-width: 767px) {
  .ecosystem-box-outline {
    padding: 20px;
    border-radius: 16px;
  }
  .ecosystem-box-outline .custom-head {
    font-size: 20px;
  }
}
.ecosystem-box-outline h3 {
  margin-bottom: 25px;
}
.ecosystem-box-outline p:last-child {
  margin: 0;
}
.chairmans-testimonail-area h4 {
  margin: 30px 0;
  color: #253b91;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'figtreebold';
  background: var(--lupin-gradient, linear-gradient(133deg, #00AE4D 2.63%, #25408F 91.69%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1500px) {
  .chairmans-testimonail-area h4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .chairmans-testimonail-area h4 {
    font-size: 24px;
    margin: 25px 0 18px;
  }
}
.chairmans-testimonail-area h3 {
  margin-bottom: 40px;
  color: #0baf4e;
  font-size: 25px;
  line-height: 1.2;
  width: 80%;
  font-family: 'figtree_semiboldregular';
}
@media (max-width: 1500px) {
  .chairmans-testimonail-area h3 {
    font-size: 22px;
  }
}
.chairmans-testimonail-area .quotes-img {
  float: left;
  margin: 0 22px 50px 0;
  width: 55px;
}
@media (max-width: 767px) {
  .leadership-img {
    margin-top: 15px;
  }
}
.quotes-bg {
  font-family: 'figtree_semiboldregular';
  padding: 35px 45px;
  font-size: 22px;
}
.quotes-bg span {
  font-size: 40px;
}
#cfos-letter .chairmans-testimonail-area .quotes-img {
  margin: 0 22px 100px 0;
}
#cfos-letter .chairmans-testimonail-area h3 {
  width: 100%;
}
#esg-databook .btn-custom {
  padding: 15px 30px;
  font-size: 18px;
  letter-spacing: 1px;
}
#boardof-directors .overflow-auto {
  width: 100%;
}
@media (max-width: 1200px) {
  #boardof-directors .overflow-auto img {
    max-width: inherit;
    height: 95vh;
  }
}
.awards-bg {
  min-height: 700px;
}
.awards-bg .awards-img {
  margin-bottom: -15px;
}
.awards-bg .timeline-wrapper {
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .awards-bg .timeline-wrapper {
    margin: 0 0 28px 0;
  }
}
.awards-bg .timeline-viewport {
  height: 620px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.awards-bg .timeline-slider {
  transition: .5s ease;
}
.awards-bg .timeline-item {
  padding: 25px 0px;
  min-height: 120px;
  font-size: 1.02vw;
  line-height: 1.3;
  background: url(../img/about-awards02.svg) no-repeat center bottom 5px;
  background-size: 90%;
}
@media (max-width: 1500px) {
  .awards-bg .timeline-item {
    font-size: 1.3vw;
  }
}
@media (max-width: 767px) {
  .awards-bg .timeline-item {
    font-size: 4.5vw;
  }
}
.awards-bg button {
  background: transparent;
  border: 0;
}
.awards-bg .nav-btn {
  width: 45px;
  height: 45px;
  border: 2px solid #0bb44b;
  border-radius: 50%;
  background: #fff;
  color: #0bb44b;
  font-size: 20px;
  cursor: pointer;
}
.industry-trends-box-bg .box-outline {
  height: 100%;
}
.industry-trends-box-bg .col-md-4 {
  margin-bottom: 20px;
}
.our-Strategy-img {
  width: 450px;
}
.capital-tag {
  height: 100px;
}
/* Stats */
.stats-box {
  border-radius: 16px;
  background: linear-gradient(135deg, #00AE4D -28.54%, #25408F 178.62%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .stats-box {
    padding: 0 30px;
  }
}
.stats-box .col-lg-3,
.stats-box .col-lg-4 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .stats-box .col-lg-3,
  .stats-box .col-lg-4 {
    padding: 0;
  }
}
.stat-item {
  text-align: center;
  padding: 15px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 1500px) {
  .stat-item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .stat-item {
    padding: 25px 15px;
  }
}
.stat-item h2 {
  font-size: 2.2rem;
  margin-bottom: 8px;
  color: #ffffff;
}
@media (max-width: 1500px) {
  .stat-item h2 {
    font-size: 2rem;
    margin-bottom: 8px;
    color: #ffffff;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .stat-item h2 {
    font-size: 1.8rem;
  }
}
.stat-item p {
  margin: 0;
}
/* Section Title */
.custom-head {
  background: var(--lupin-gradient, linear-gradient(133deg, #00AE4D 2.63%, #25408F 91.69%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 25px;
  font-family: 'figtree_semiboldregular';
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .custom-head {
    font-size: 22px;
    margin-bottom: 0;
  }
}
/* Topic Cards */
.wrapper-topic-card {
  padding: 10px 8% 30px 8%;
}
@media (max-width: 1500px) {
  .wrapper-topic-card {
    padding: 10px 4% 30px 4%;
  }
}
@media (max-width: 767px) {
  .wrapper-topic-card {
    padding: 10px 4% 5px 4%;
  }
}
.topic-card {
  border: 1px solid var(--lupin-gradient, #00AE4D);
  border-radius: 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  transition: .3s;
  background: #fff;
}
@media (max-width: 1500px) {
  .topic-card {
    border-radius: 30px;
    padding: 18px 10px;
  }
}
@media (max-width: 767px) {
  .topic-card {
    min-height: auto;
    margin: 8px 0 10px 0;
    height: auto;
  }
}
.topic-card img {
  height: 80px;
}
.topic-card h4 {
  margin: 20px 0 0 0;
  font-size: 21px;
  line-height: 24px;
}
@media (max-width: 1500px) {
  .topic-card h4 {
    font-size: 20px;
  }
}
.topic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.topic-card i {
  font-size: 55px;
  color: #0ea46d;
  margin-bottom: 20px;
}
.topic-card h5 {
  color: #0b8a5a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
/* Mobile */
@media (max-width: 991px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  /* .stat-item:last-child{
        border-bottom:none;
    }*/
  .topic-card {
    min-height: 200px;
  }
}
.stats-box-outline {
  border: 1px solid var(--lupin-gradient, #00AE4D);
}
.stats-box-outline .col {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #ffffff;
}
.stats-box-outline .stat-item {
  text-align: left;
  border-right: 1px solid #0baf4e;
}
.stats-box-outline .stat-item h2 {
  background: var(--lupin-gradient, linear-gradient(133deg, #00AE4D 2.63%, #25408F 91.69%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats-box-outline .stat-item p {
  background: var(--lupin-gradient, linear-gradient(133deg, #00AE4D 2.63%, #25408F 91.69%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 24px;
}
/*-------*/
.wrapper-grediant-content {
  padding: 60px 50px 50px 50px;
  background: linear-gradient(124deg, #25408F -18.86%, #00AE4D 122%);
  position: relative;
  border-radius: 25px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .wrapper-grediant-content {
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
  }
}
.wrapper-grediant-content h2 {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'figtree_semiboldregular';
}
@media (max-width: 991px) {
  .wrapper-grediant-content h2 {
    font-size: 23px;
  }
}
.wrapper-grediant-content h3 {
  color: #ffffff;
  font-size: 21px;
  margin-bottom: 10px;
  font-family: 'figtree_semiboldregular';
}
@media (max-width: 991px) {
  .wrapper-grediant-content h3 {
    font-size: 20px;
  }
}
.listing ul {
  list-style: disc !important;
  padding: 0;
  margin: 0 0 0 16px;
}
.listing ul li {
  margin-bottom: 5px;
}
.quote-container {
  padding: 50px;
  margin: 50px 35px 40px 0;
  position: relative;
  color: #0baf4e;
  background: #253b91;
  font-size: 22px;
  line-height: 30px;
  border-radius: 21px;
  font-family: 'figtree_mediumregular';
  /*&::after {
	      content: '';
	      background: url('../img/quote-right.png') no-repeat center;
	      background-size:65px; 
	      position: absolute;
	      bottom: -32px;
		  right: -10px;
		  width: 80px;
		  height: 60px;
		  @media(max-width:767px){
		  		background-size: 45px;
			    bottom: -20px;
			    right: -4px;
			    width: 50px;
			    height: 45px;
			}
    }*/
}
@media (max-width: 767px) {
  .quote-container {
    padding: 30px 25px 20px !important;
    font-size: 17px;
    line-height: 22px;
    margin: 35px 0 18px;
  }
  .quote-container img {
    margin: 20px 0 0;
  }
}
.quote-container::before {
  content: '';
  background: url('../img/quote-left.svg') no-repeat center;
  background-size: 55px;
  position: absolute;
  top: -25px;
  left: 45px;
  width: 60px;
  height: 56px;
}
@media (max-width: 767px) {
  .quote-container::before {
    background-size: 40px;
    top: -20px;
    left: 20px;
    width: 50px;
    height: 40px;
  }
}
.quote-container h5 {
  color: #ffffff;
  margin: 0 0 0 0;
  font-family: 'figtree_mediumregular';
  font-size: 18px;
}
@media (max-width: 767px) {
  .quote-container h5 {
    font-size: 16px;
  }
}
.table-active {
  background: #f1fff0;
}
.table-icon-bg {
  display: block;
  margin: 10px 0;
  width: 80px;
}
@media (max-width: 767px) {
  .table-icon-bg {
    width: 60px;
  }
}
.table-icon-bg02 {
  display: block;
  margin: 10px 0;
  width: 50px;
}
@media (max-width: 767px) {
  .table-icon-bg02 {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .stats-box.stats-box-outline {
    padding: 0;
  }
  .stats-box.stats-box-outline .col {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .stats-box.stats-box-outline .stat-item {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid #0baf4e;
  }
  .stats-box.stats-box-outline .stat-item h2 {
    font-size: 1.5rem;
  }
  .stats-box.stats-box-outline .row {
    display: block;
  }
  .key-highlights-bg .headh4-icon {
    display: block !important;
    align-items: center !important;
  }
  .key-highlights-bg .headh4-icon p {
    margin-top: 10px;
  }
}
.wrapper-value-creation-model .head-business-model {
  padding: 15px 20px;
  border-radius: 16px;
  color: #ffffff;
  background: var(--lupin-gradient, linear-gradient(133deg, #00AE4D 2.63%, #25408F 91.69%));
  display: inline-block;
}
.wrapper-value-creation-model .business-model-bg {
  margin: 15px 0 25px 0;
}
@media (max-width: 767px) {
  .wrapper-value-creation-model .business-model-bg {
    margin: 15px 0 0px 0;
  }
}
.wrapper-value-creation-model .business-model-bg p {
  line-height: 1.2;
  font-size: 18px;
}
.wrapper-value-creation-model .business-model-bg img {
  width: 85px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .wrapper-value-creation-model .business-model-bg img {
    width: 60px;
    margin-bottom: 10px;
  }
}
.wrapper-value-creation-model .our-value-tab {
  margin: 10px 15px 40px 0;
  min-width: 175px;
  padding: 10px 15px;
  border-radius: 10px;
  background: #006790;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 27px;
  font-family: 'figtree_mediumregular';
}
@media (max-width: 1500px) {
  .wrapper-value-creation-model .our-value-tab {
    min-width: 155px;
  }
}
@media (max-width: 767px) {
  .wrapper-value-creation-model .our-value-tab {
    font-size: 18px;
    min-width: inherit;
  }
}
.wrapper-value-creation-model .wrapper-accordion .card .card-header .btn-header-link::after {
  top: 35px;
}
@media (max-width: 767px) {
  .wrapper-value-creation-model .wrapper-accordion .card .card-header .btn-header-link::after {
    top: 26px;
  }
}
.wrapper-value-creation-model .wrapper-accordion .card .card-header .btn-header-link.collapsed {
  font-family: 'figtree_semiboldregular';
  color: #414141;
  padding: 10px 0;
}
.wrapper-value-creation-model .wrapper-accordion .card .card-header .btn-header-link {
  font-family: 'figtreebold';
  color: #253b91;
  padding: 10px 0;
}
.wrapper-value-creation-model .wrapper-accordion .card {
  margin-bottom: 22px;
}
.wrapper-value-creation-model .our-value-content-bg {
  margin: 0 0 15px 0;
  padding: 18px 20px;
  border-radius: 15px;
  background: #006790;
  color: #ffffff;
  line-height: 1.3;
}
.wrapper-value-creation-model .our-value-content-bg .bullet-list {
  margin: 5px 0 0 0;
}
.wrapper-value-creation-model .our-value-content-bg .bullet-list li {
  margin: 0 0 4px 0;
}
.wrapper-value-creation-model .value-footer-tag {
  height: 70px;
  margin: 25px 0;
}
.wrapper-value-creation-model .value-footer-tag02 {
  height: 140px;
  margin: 25px 0;
}
.wrapper-value-creation-model .value-footer-icon {
  height: 60px;
  margin-bottom: 25px;
}

/*# sourceMappingURL=main.css.map */