@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:wght@400;500;600;700&display=swap");
/****Font Colors***/
/****Font Colors***/
/****Default Colors***/
/****Default Colors***/
/****Background Colors***/
/****Background Colors***/
/****Site Fonts***/
/****SiteFonts***/
/****Button Styles***/
/****Button Styles***/
/****Menu Styles***/
/****Menu Styles***/
/****banner-text Styles***/
/****banner-text Styles***/
/**********************************/
/* HTML5 dafault  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html, button, input, select, textarea {
  color: rgba(74, 74, 74, 0.85);
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background: #F5F7FA; /* Fallback for when there is no custom background color defined. */
}

::selection {
  background: #1877F2;
  color: #FFFFFF;
  text-shadow: none;
}

a {
  color: rgba(74, 74, 74, 0.85);
  outline: none;
  text-decoration: none;
}
a:visited {
  color: rgba(74, 74, 74, 0.85);
}
a:hover, a:active {
  color: #1877F2;
}
a:hover:visited, a:active:visited {
  color: #1877F2;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 0.1rem dotted;
}

b, strong {
  font-weight: bold;
}

blockquote, q {
  quotes: "" "";
  margin: 2em 0 !important;
  background: none;
  border-left: 0.2rem solid #FFFFFF !important;
  box-shadow: none;
  padding: 1rem 1rem 1rem 5rem !important;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  color: rgba(74, 74, 74, 0.85);
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote p, q p {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  line-height: 2 !important;
  color: rgba(74, 74, 74, 0.85) !important;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 0.1rem;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #EFEFEF;
}

ins {
  background: none;
  color: #1877F2;
  text-decoration: underline;
}

del {
  background: none;
  color: #ec121a;
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000000;
  font-style: italic;
  font-weight: normal;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -0.7rem;
  padding: 0;
  white-space: normal;
}

input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 0.1rem solid #FFFFFF;
  padding: 1rem 1.5rem;
}
input:focus, select:focus, textarea:focus {
  color: rgba(74, 74, 74, 0.85);
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 1.3rem;
  *height: 1.3rem;
}

input[type=search] {
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  *overflow: visible;
  border: 0.1rem solid;
  border-color: #FFFFFF;
  border-radius: 0.3rem;
  background: #F5F7FA;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 1;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #FFFFFF;
  opacity: 1;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
}

input:invalid, textarea:invalid {
  background-color: rgba(236, 18, 26, 0.3);
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #FFFFFF;
}

td {
  vertical-align: top;
}

th {
  background: #FFFFFF;
}

th, td {
  padding: 0.5em;
  border: 0.1rem solid #FFFFFF;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

h1 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.container {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/**Wordpress Styling Starts here**/
/****Alignments*****/
.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

a img.alignright {
  float: right;
  margin: 0.4em 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0.4em 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/****Alignments*****/
/****Captions*****/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin: 0;
  padding: 0 0.4rem 0.5rem;
}

.wp-caption-text {
  text-align: center;
}

/****Captions*****/
/****Gallery*****/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1%;
  padding: 1%;
  background: #e4e9f2;
  border: 0.1rem solid #8fa5c7;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

/****Gallery*****/
/****Other Styles*****/
blockquote.left {
  margin-right: 2rem;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 2rem;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

/****Other Styles*****/
body {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1396px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-container {
  max-width: 742px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.label-title {
  font-family: Inter;
  font-size: 15.26px;
  font-weight: 600;
  line-height: 14.33px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #161616;
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
}
.label-title::before {
  content: "";
  background: url(../images/home/label-title-icon.svg) no-repeat center;
  width: 9px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.journey-box {
  position: relative;
}
.journey-box::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.journey-box:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.journey-box:hover .content {
  background-color: #93BB31;
}
.journey-box:hover .content::before {
  content: "";
  background: url(../images/about/journey-arrow.svg) no-repeat center;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 10px;
  top: 25px;
  background-size: contain;
}
.journey-box:hover .more {
  display: block;
}
.journey-box .more {
  display: none;
  position: relative;
}
.journey-box .content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
}
.journey-box .content h3 {
  text-transform: capitalize;
}
.journey-box .content h3,
.journey-box .content p {
  width: calc(100% - 40px);
}
.journey-box h3 {
  font-family: "Inter", sans-serif;
  font-size: 17.81px;
  font-weight: 600;
  line-height: 23.75px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}
.journey-box p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 5px;
}

.swiper-pagination {
  position: static !important;
  max-width: fit-content;
  display: flex;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 3px;
  background-color: rgba(23, 23, 23, 0.5);
  margin: 0 !important;
  border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #93BB31;
  margin: 0 !important;
  border-radius: 2px;
}

.view-all a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  padding-right: 20px;
  color: #171717;
  transition: all 0.5s ease;
}
.view-all a::before {
  content: "";
  background: url(../images/home/view-all-arrow.svg) no-repeat center;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.view-all a:hover {
  color: #93BB31;
}

.box {
  position: relative;
}
.box:hover .content-box {
  background-color: #93BB31;
}
.box:hover .content-box::before {
  content: "";
  background: url(../images/home/why-choose-arrow.svg) no-repeat center;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 40px;
  right: 27px;
}
.box:hover .content-box .read-more {
  display: flex;
}

.content-box {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.content-box .read-more {
  display: none;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 56px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #161616;
  text-transform: capitalize;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(36, 40, 29, 0.8);
}

li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171717;
}

.about {
  background-color: rgba(242, 242, 242, 0.8);
  padding: 100px 0;
}
.about .wrap {
  display: flex;
  justify-content: space-between;
}
.about .left-section {
  width: 40%;
}
.about .right-section {
  width: 50%;
}
.about h2 {
  margin-bottom: 50px;
  margin-top: 0;
}
.about h5 {
  margin-top: 0;
  margin-bottom: 15px;
}
.about p {
  margin: 0;
  padding-bottom: 20px;
}
.about ul {
  padding: 0;
  margin: 0;
}
.about li {
  padding-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 28px;
}
.about li::before {
  content: "";
  background: url(../images/home/list-icon.svg) no-repeat center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.header .hamburger-btn {
  display: none;
}
.header .responsive-header {
  display: none;
}
.header ul {
  margin: 0;
  padding: 0;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrap li {
  margin: 0 17px;
}
.header li {
  list-style: none;
}
.header a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.header a:hover {
  color: #93bb31;
}
.header .sub-menu {
  position: relative;
}
.header .sub-menu a {
  position: relative;
  padding-right: 20px;
  z-index: 9;
}
.header .sub-menu a::before {
  content: "";
  background: url(../images/submenu-arrow.svg) no-repeat center;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.header .sub-menu:hover ul {
  opacity: 1;
  display: block;
  min-width: 327px;
}
.header .sub-menu:hover ul a {
  display: block;
  width: 100%;
  padding: 15px;
  color: rgba(74, 74, 74, 0.85);
  background-color: #fff;
  transition: none;
}
.header .sub-menu:hover ul a::before {
  display: none;
}
.header .sub-menu:hover ul a:hover {
  background-color: #93BB31;
  color: #fff;
}
.header .sub-menu ul {
  display: none;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.header .sub-menu ul .sub-sub-menu {
  position: relative;
}
.header .sub-menu ul .sub-sub-menu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  background-color: #fff;
}
.header .sub-menu ul .sub-sub-menu .sub-menu li {
  margin: 0;
}
.header .sub-menu ul .sub-sub-menu .sub-menu a {
  padding: 15px;
  color: rgba(74, 74, 74, 0.85);
  background-color: #fff;
  transition: none;
}
.header .sub-menu ul .sub-sub-menu .sub-menu a:hover {
  background-color: #93BB31;
  color: #fff;
}
.header .sub-menu ul .sub-sub-menu:hover .sub-menu {
  display: block;
}

.fixed-icon {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.fixed-icon .image-block {
  padding: 32px 9px;
  display: block;
  margin: 0;
}
.fixed-icon .gmail {
  background-color: #237a3d;
}
.fixed-icon .whatsup {
  background-color: #0fc044;
}

.home-banner {
  max-height: 760px;
  z-index: 9;
  position: relative;
  overflow: hidden;
}
.home-banner .text-wrapper {
  position: relative;
  display: inline-block;
  height: 78px;
  vertical-align: middle;
  min-width: 260px;
}
.home-banner .dynamic-text {
  position: absolute;
  width: 100%;
  text-align: left;
  font-weight: bold;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.home-banner .dynamic-text.active {
  opacity: 1;
  transform: translateY(0);
}
.home-banner .dynamic-text.exit {
  opacity: 0;
  transform: translateY(-20px);
}
.home-banner .change-text {
  display: none;
}
.home-banner .text-wrapper {
  position: relative;
  display: inline-block;
  min-width: 100px; /* Adjust based on your needs */
}
.home-banner .dynamic-text {
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}
.home-banner .dynamic-text.active {
  opacity: 1;
  transform: translateY(0);
}
.home-banner .dynamic-text.exit {
  opacity: 0;
  transform: translateY(-20px);
}
.home-banner .left-section {
  width: 50%;
}
.home-banner .right-section {
  width: 40%;
  padding-top: 30px;
  max-width: 441px;
}
.home-banner .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-banner .content {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.home-banner .content p {
  color: #ffffff;
}
.home-banner .content a {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding-right: 20px;
  color: #ffffff;
}
.home-banner .content a::before {
  content: "";
  background: url(../images/home/banner-arrow.svg) no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.home-banner .change-text {
  display: none;
}
.home-banner h1 {
  font-family: "Poppins", sans-serif;
  font-size: 72.97px;
  font-weight: 500;
  line-height: 70.23px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}
.home-banner h1 span {
  display: inline-block;
  color: #93BB31;
  white-space: nowrap;
  width: 100%;
  max-width: fit-content;
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.home-banner h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 70.23px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
  margin: 0;
}
.home-banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100svh;
  z-index: 9;
  position: absolute;
}
.home-banner video {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}

.our-value {
  background: url(../images/home/our-value-bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
}
.our-value .top-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 102px;
}
.our-value .top-block p {
  color: rgba(255, 255, 255, 0.8);
}
.our-value .top-block .left-block {
  width: calc(50% - 30px);
  max-width: 457px;
}
.our-value .top-block .right-block {
  width: calc(50% - 20px);
  max-width: 435px;
}
.our-value p,
.our-value h2,
.our-value .label-title,
.our-value .list {
  color: #ffffff;
  margin: 0;
}
.our-value .label-title {
  padding-bottom: 15px;
  max-width: fit-content;
  margin-left: auto;
}
.our-value h2 {
  max-width: fit-content;
  margin-left: auto;
}
.our-value .list-wrap:last-child .list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.our-value .list {
  width: calc(50% - 10px);
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.our-value .list {
  position: relative;
  display: flex;
  padding: 32px 10px 32px 30px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.our-value .list span {
  padding-right: 30px;
}
.our-value .list:hover {
  background-color: #93bb31;
}
.our-value .list:hover .image-block {
  display: block;
}
.our-value .image-block {
  display: none;
  position: absolute;
  right: 62px;
  transform: translateY(-45%);
  z-index: 9;
}
.our-value .list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.why-choose {
  padding: 100px 0;
}
.why-choose .box {
  display: none;
}
.why-choose .box.active {
  display: block;
}
.why-choose .box:hover .image-box::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.why-choose h5,
.why-choose h2,
.why-choose h6,
.why-choose p {
  margin: 0;
}
.why-choose h5 {
  padding-bottom: 15px;
}
.why-choose h2 {
  padding-bottom: 16px;
  max-width: 530px;
}
.why-choose h6 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171717;
  padding-bottom: 7px;
}
.why-choose .top-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.why-choose .top-block .left-section {
  width: 45%;
  padding-top: 28px;
}
.why-choose .top-block .left-section p {
  max-width: 413px;
}
.why-choose .top-block .right-section {
  width: calc(50% - 10px);
}
.why-choose .top-block .right-section p {
  max-width: 489px;
}
.why-choose .image-block {
  padding-top: 30px;
}
.why-choose .image-block img {
  width: 233px;
  height: 127px;
  object-fit: cover;
}
.why-choose .top-image-block {
  max-width: fit-content;
  margin-left: auto;
}
.why-choose .top-image-block img {
  width: 204px;
  height: 106px;
  object-fit: cover;
}
.why-choose .bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.why-choose .bottom-block li {
  list-style: none;
  padding: 15px 27px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.3);
}
.why-choose .bottom-block li:first-child {
  border-top: 1px solid rgba(39, 39, 39, 0.3);
}
.why-choose .bottom-block li p {
  color: #24281d;
  max-width: 430px;
  padding-bottom: 0;
  width: calc(100% - 50px);
}
.why-choose .bottom-block li.active {
  background-color: #93BB31;
  position: relative;
}
.why-choose .bottom-block li.active::before {
  content: "";
  background: url(../images/home/why-choose-arrow.svg) no-repeat center;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.why-choose .bottom-block li.active p {
  color: #ffffff;
}
.why-choose .bottom-block .left-box {
  width: calc(50% - 10px);
}
.why-choose .bottom-block .right-box {
  width: calc(50% - 44px);
}
.why-choose .bottom-block .image-box {
  position: relative;
}
.why-choose .bottom-block .image-box::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.why-choose .bottom-block .name {
  padding-right: 50px;
}
.why-choose .bottom-block .content-box {
  padding: 27px;
}
.why-choose .bottom-block .details {
  display: flex;
  align-items: center;
}
.why-choose .bottom-block p {
  color: #ffffff;
  max-width: 510px;
  padding-bottom: 10px;
}
.why-choose .bottom-block .name,
.why-choose .bottom-block span,
.why-choose .bottom-block .content {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.8);
}
.why-choose .bottom-block span {
  padding: 0 10px;
}
.why-choose .bottom-block span:nth-child(2) {
  position: relative;
}
.why-choose .bottom-block span:nth-child(2)::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}
.why-choose ul {
  margin: 0;
  padding: 0;
}
.why-choose h2 {
  max-width: 425px;
  padding-bottom: 27px;
}
.why-choose .view-all {
  max-width: fit-content;
  margin-left: auto;
  padding-top: 10px;
}

.testimonial {
  background-color: rgba(242, 242, 242, 0.8);
  padding: 100px 0;
}
.testimonial .top-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 26px;
}
.testimonial .top-block p {
  padding-bottom: 20px;
}
.testimonial .left-section {
  width: 50%;
  max-width: 578px;
}
.testimonial .right-section {
  width: 34%;
  max-width: 415px;
}
.testimonial h5 {
  padding-bottom: 15px;
}
.testimonial .box {
  background-color: #ffffff;
}
.testimonial .box .top-part {
  display: flex;
  align-items: center;
}
.testimonial .name-block {
  padding: 29px 30px;
}
.testimonial .image-block {
  width: 101px;
  height: 101px;
}
.testimonial .name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #161616;
}
.testimonial .location {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.86px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(22, 22, 22, 0.7);
  padding-top: 1px;
}
.testimonial .content-part {
  padding: 21px 30px;
}
.testimonial p {
  color: rgba(36, 40, 29, 0.8);
}

.our-clients {
  padding: 100px 0 300px;
  overflow-x: hidden;
}
.our-clients h2 {
  text-align: center;
  padding-bottom: 32px;
}
.our-clients .clients {
  display: flex;
}
.our-clients .image-block {
  width: 179px;
  height: 83px;
  border: 1px solid rgba(39, 39, 39, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.our-clients .marquee-container {
  position: relative;
}
.our-clients .marquee {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.our-clients #marquee2 {
  animation: marquee1 10s linear infinite;
  top: 100px;
}
.our-clients #marquee1 {
  animation: marquee2 10s linear infinite;
}
@keyframes marquee1 {
  from {
    left: 100%;
  }
  to {
    left: -20%;
  }
}
@keyframes marquee2 {
  from {
    right: 100%;
  }
  to {
    right: -20%;
  }
}

.footer {
  background-color: rgba(23, 23, 23, 0.93);
  overflow-x: hidden;
}
.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.21px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #f7f7f7;
  padding-bottom: 19px;
}
.footer p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.footer a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.footer .follow {
  padding-top: 25px;
}
.footer .follow h4 {
  padding-bottom: 14px;
}
.footer .follow .wrap-follow {
  display: flex;
}
.footer .follow a {
  margin: 0 7px;
}
.footer .follow a img {
  transition: all 0.5s ease-in;
}
.footer .follow a:hover img {
  scale: 1.1;
}
.footer .top-block {
  padding: 100px 0;
  overflow-x: hidden;
  position: relative;
}
.footer .top-block h2 {
  display: inline-flex;
  white-space: nowrap;
  position: absolute;
  animation: titleMarque 15s linear infinite;
  color: rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  will-change: transform;
}
.footer .top-block h2 a {
  font-family: "Poppins", sans-serif;
  font-size: 17.26px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #93BB31;
  padding-top: 5px;
  position: relative;
  padding-left: 40px;
  padding-right: 60px;
}
.footer .top-block h2 a::before {
  content: "";
  background: url(../images/footer/footer-arrow.svg) no-repeat center;
  display: block;
  position: absolute;
  right: 40px;
  top: 8px;
  width: 13px;
  height: 13px;
}
@keyframes titleMarque {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.footer .mid-block {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 51px;
  padding-bottom: 89px;
}
.footer .mid-block .mid-block-wrap {
  display: flex;
  justify-content: space-between;
}
.footer .mid-block a {
  padding-bottom: 10px;
  color: rgba(247, 247, 247, 0.56);
  display: block;
  transition: all 0.5s ease-in-out;
}
.footer .mid-block a:hover {
  color: #93BB31;
}
.footer .mid-block .left-section {
  width: 20%;
}
.footer .mid-block .left-section p {
  padding-top: 23px;
}
.footer .mid-block .right-section {
  width: calc(80% - 55px);
  display: flex;
  justify-content: space-between;
}
.footer .mid-block .box {
  width: calc(33.33% - 30px);
}
.footer .bottom-block-wrap {
  display: flex;
  justify-content: space-between;
}
.footer .bottom-block {
  padding: 37px 0;
}
.footer .bottom-block a {
  transition: all 0.5s ease-in-out;
}
.footer .bottom-block a:hover {
  color: #93BB31;
}
.footer .left-part {
  display: flex;
}
.footer .left-part li {
  padding: 0 13px;
}
.footer .mid-part,
.footer .right-part {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(247, 247, 247, 0.6);
}
.footer .left-part,
.footer .midpart,
.footer .right-part {
  margin: 0 15px;
  line-height: 1.2;
}
.footer .right-part a {
  font-weight: 700;
}
.footer li {
  list-style: none;
}
.footer ul {
  padding: 0;
  margin: 0;
}

.journey {
  padding: 100px 0;
}
.journey .top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.journey .left-section {
  width: calc(40% - 20px);
  max-width: 455px;
}
.journey .left-section p {
  color: rgba(36, 40, 29, 0.8);
  padding-top: 15px;
}
.journey .right-section {
  width: 60%;
}
.journey h2 {
  padding-top: 13px;
  max-width: 525px;
}
.journey .swiper-pagination {
  margin-left: auto;
  padding: 20px 0;
}
.journey .view-all {
  max-width: fit-content;
  margin-left: auto;
}

.achievments .wrap {
  display: flex;
  max-width: 1098px;
  justify-content: space-between;
  margin: 0 auto;
}
.achievments .box {
  background-color: #93BB31;
  width: calc(33.33% - 2px);
  text-align: center;
  padding: 60px 20px 47px;
  margin-top: -25px;
}
.achievments .box:hover {
  z-index: 99;
}
.achievments h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
  text-align: center;
  padding-top: 6px;
}
.achievments .count {
  display: flex;
  justify-content: center;
  align-items: center;
}
.achievments .count span {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 42.89px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
  padding-left: 14px;
}

@media screen and (max-width: 1200px) {
  .home-banner h1 {
    font-size: 65px;
  }
  .home-banner h3 {
    font-size: 22px;
  }
  h2 {
    font-size: 45px;
  }
  .why-choose .bottom-block li.active::before {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  .why-choose .bottom-block li p {
    max-width: calc(100% - 40px);
  }
  .our-value .list-wrap {
    flex-direction: column;
  }
  .our-value .list {
    width: 100%;
  }
  .achievments .count span {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .journey,
  .about,
  .why-choose,
  .our-value,
  .testimonial {
    padding: 80px 0;
  }
  .home-banner h1 {
    font-size: 50px;
  }
  .home-banner h3 {
    font-size: 20px;
    line-height: 2.2;
  }
  .home-banner .content a {
    font-size: 17px;
  }
  h2 {
    font-size: 35px;
    line-height: 1.2;
  }
  li {
    font-size: 15px;
  }
  p {
    font-size: 15px;
  }
  .label-title {
    font-size: 14px;
  }
  .about h2 {
    margin-bottom: 30px;
  }
  .about .wrap {
    flex-direction: column;
  }
  .about .left-section {
    width: 100%;
  }
  .about .right-section {
    width: 100%;
    padding-top: 20px;
  }
  .about p {
    padding-bottom: 15px;
  }
  .why-choose .bottom-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .why-choose .bottom-block .left-box {
    width: 100%;
    max-width: 600px;
  }
  .why-choose .bottom-block .right-box {
    width: 100%;
    padding-top: 30px;
  }
  .achievments h4 {
    font-size: 15px;
  }
  .achievments .count span {
    font-size: 35px;
  }
  .our-clients {
    padding: 80px 0 280px;
  }
  .footer .left-part,
  .footer .right-part,
  .footer .mid-part {
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
  }
  .footer .left-part li {
    text-align: center;
  }
  .footer .mid-block {
    padding-bottom: 40px;
  }
  .footer .top-block h2 {
    animation-duration: 23s;
  }
  .footer .midpart,
  .footer .right-part,
  .footer a {
    font-size: 15px;
  }
  .footer .bottom-block-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header .sub-menu ul {
    background-color: #fff;
  }
  .header .sub-menu ul .sub-sub-menu {
    padding: 0;
  }
  .header .sub-menu ul .sub-sub-menu a:hover {
    background-color: #000;
    color: #fff;
  }
  .header .sub-menu ul .sub-sub-menu .sub-menu {
    background-color: #237a3d;
    left: 50px;
    top: 50px;
  }
  .header .sub-menu ul .sub-sub-menu .sub-menu li {
    padding: 0;
  }
  .header .sub-menu ul .sub-sub-menu .sub-menu a {
    background-color: #237a3d;
    color: #fff;
    font-size: 15px;
    padding: 10px;
  }
  .header .sub-menu ul .sub-sub-menu .sub-menu a:hover {
    background-color: #000;
  }
  .header .menu-header-menu-left-container {
    display: none;
  }
  .header .responsive-header {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #93BB31;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    max-width: 500px;
    width: 100%;
    height: 100%;
  }
  .header .responsive-header li {
    padding: 10px 0;
  }
  .header .responsive-header li a:hover {
    color: rgba(74, 74, 74, 0.85);
  }
  .header .responsive-header .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .header .hamburger-btn {
    display: block;
  }
  .header .hamburger-btn span {
    background: #ffffff;
    width: 25px;
    height: 2px;
    display: block;
    cursor: pointer;
  }
  .header .hamburger-btn span:nth-child(2) {
    margin: 6px 0;
  }
  .header .wrap li {
    display: none;
  }
  .header .wrap li.logo {
    display: block;
  }
  .journey,
  .about,
  .why-choose,
  .our-value {
    padding: 60px 0;
  }
  .home-banner .text-wrapper {
    height: 59px;
  }
  .home-banner h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .home-banner h3 {
    font-size: 18px;
  }
  .home-banner .content a {
    font-size: 16px;
  }
  h2 {
    font-size: 30px;
  }
  .journey .top-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .journey h2 {
    padding-bottom: 10px;
  }
  .journey .left-section {
    width: 100%;
    max-width: 600px;
  }
  .journey .left-section p {
    padding-top: 0;
  }
  .view-all a {
    font-size: 15px;
  }
  .why-choose .top-block {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .why-choose .top-block .left-section {
    width: 100%;
    padding-top: 0;
  }
  .why-choose .top-block .left-section p {
    max-width: 100%;
  }
  .why-choose .top-block .right-section {
    width: 100%;
  }
  .why-choose .top-block .right-section p {
    max-width: 100%;
  }
  .why-choose .top-image-block {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .why-choose .image-block {
    padding-top: 20px;
  }
  .our-value .image-block {
    right: 20px;
  }
  .testimonial {
    padding: 60px 0;
  }
  .testimonial h2 {
    padding-bottom: 15px;
  }
  .testimonial .top-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonial .top-block p {
    padding-bottom: 30px;
  }
  .testimonial .left-section {
    width: 100%;
  }
  .testimonial .right-section {
    width: 100%;
    max-width: 500px;
  }
  .our-clients {
    padding: 60px 0 260px;
  }
  .footer .top-block {
    padding: 70px;
  }
  .footer .top-block h2 {
    animation-duration: 13s;
  }
  .footer .mid-block .mid-block-wrap {
    flex-direction: column;
  }
  .footer .mid-block .left-section {
    width: 100%;
    padding-bottom: 25px;
  }
  .footer .mid-block .right-section {
    width: 100%;
  }
  .fixed-icon .image-block {
    padding: 12px 9px;
  }
}
@media screen and (max-width: 700px) {
  .achievments h4 {
    font-size: 14px;
  }
  .achievments .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .achievments .box {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 30px 20px;
  }
  .achievments .count span {
    font-size: 30px;
  }
}
@media screen and (max-width: 620px) {
  .journey .bottom-block {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .view-all a {
    font-size: 14px;
  }
  .view-all a::before {
    width: 10px;
    height: 10px;
    background-size: cover;
  }
  .home-banner .text-wrapper {
    height: 48px;
  }
  .home-banner .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-banner .left-section {
    width: 100%;
  }
  .home-banner .right-section {
    width: 100%;
  }
  .journey,
  .about,
  .why-choose {
    padding: 50px 0;
  }
  .home-banner h1 {
    font-size: 32px;
  }
  .home-banner h3 {
    font-size: 16px;
  }
  .home-banner .content a {
    font-size: 15px;
  }
  h2 {
    font-size: 25px;
  }
  li {
    font-size: 14px;
    line-height: 1.6;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
  }
  .label-title {
    font-size: 13px;
  }
  .our-value {
    padding: 50px 0;
  }
  .our-value h2 {
    margin-left: 0;
    padding-bottom: 15px;
  }
  .our-value .label-title {
    margin-left: 0;
  }
  .our-value .top-block {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .our-value .top-block .left-block {
    width: 100%;
    max-width: 100%;
  }
  .our-value .top-block .right-block {
    width: 100%;
    max-width: 100%;
  }
  .our-value .list {
    padding: 20px;
  }
  .our-value .list:hover .image-block {
    display: none;
  }
  .why-choose .top-block {
    padding-bottom: 50px;
  }
  .why-choose .top-block .left-section {
    padding-top: 0;
  }
  .about h2 {
    margin-bottom: 25px;
  }
  .about .right-section {
    padding-top: 10px;
  }
  .our-clients {
    padding: 50px 0 250px;
  }
  .footer .top-block {
    padding: 60px 0;
  }
  .footer h4 {
    font-size: 15px;
  }
  .footer a {
    font-size: 14px;
  }
  .footer .left-part,
  .footer .right-part,
  .footer .mid-part {
    font-size: 14px;
  }
  .footer .mid-block .box {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 450px) {
  .achievments .box {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .footer .mid-block .box {
    width: 100%;
    padding-bottom: 10px;
  }
  .footer .mid-block .right-section {
    flex-direction: column;
  }
}
h1 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70.23px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}

.default-banner {
  position: relative;
  min-height: 378px;
}
.default-banner h1 {
  z-index: 9;
  position: relative;
}
.default-banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
}
.default-banner .image-block {
  height: 100%;
}
.default-banner .image-block img {
  min-height: 378px;
  object-fit: cover;
}
.default-banner .content {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.about-hero-section {
  padding: 100px 0;
}
.about-hero-section .left-section,
.about-hero-section .right-section {
  width: calc(50% - 37px);
}
.about-hero-section h2 {
  padding-bottom: 26px;
}
.about-hero-section .wrap {
  display: flex;
  justify-content: space-between;
}
.about-hero-section p {
  padding-bottom: 16px;
  color: rgba(36, 40, 29, 0.8);
}
.about-hero-section .bold-text {
  font-weight: 600;
  color: #171717;
}

.provide {
  background-color: #93BB31;
  padding: 113px 0;
}
.provide .wrap {
  display: flex;
  justify-content: space-between;
}
.provide .provide-box {
  width: calc(33.33% - 20px);
  text-align: center;
}
.provide .provide-box .image-block {
  margin-bottom: 18px;
}
.provide .provide-box h6 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
  text-transform: capitalize;
}
.provide .provide-box:nth-child(2) {
  position: relative;
  width: calc(33.33% + 40px);
  padding: 0 60px;
}
.provide .provide-box:nth-child(2)::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 65px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.provide .provide-box:nth-child(2)::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 65px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.provide .provide-box:nth-child(1) {
  padding-right: 50px;
  max-width: 365px;
  margin: 0 auto;
}
.provide .provide-box:nth-child(3) {
  padding-left: 50px;
  max-width: 350px;
  margin: 0 auto;
}

.mission-vission {
  padding: 100px 0;
}
.mission-vission .wrap {
  display: flex;
  justify-content: space-between;
}
.mission-vission .mission-block {
  width: calc(50% - 60px);
}
.mission-vission .left-section {
  width: 62%;
  display: flex;
  justify-content: space-between;
}
.mission-vission .right-section {
  width: 30%;
}
.mission-vission h6 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171717;
  padding-bottom: 10px;
}

.experts {
  padding: 100px 0;
  background: rgba(242, 242, 242, 0.8);
}
.experts .top-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
}
.experts .top-block .right-block {
  max-width: 426px;
  margin-left: 30px;
}
.experts .name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.75px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}
.experts .designation {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 3px;
}
.experts .content {
  position: absolute;
  bottom: 0;
  padding: 22px 27px;
  z-index: 9;
}
.experts .expert-box {
  position: relative;
}
.experts .expert-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
  .about-hero-section {
    padding: 70px 0;
  }
  .about-hero-section .wrap {
    flex-direction: column-reverse;
  }
  .about-hero-section .left-section {
    width: 100%;
    padding-top: 30px;
  }
  .about-hero-section .right-section {
    width: 100%;
  }
  .about-hero-section .right-section img {
    max-width: 600px;
    width: 100%;
  }
  .provide .provide-box:first-child {
    padding-right: 20px;
  }
  .provide .provide-box:nth-child(2) {
    padding: 0 20px;
  }
  .provide .provide-box:nth-child(3) {
    padding-left: 20px;
  }
  .provide .provide-box h6 {
    font-size: 15px;
  }
  .mission-vission {
    padding: 70px 0;
  }
  .mission-vission .mission-block {
    width: calc(50% - 20px);
  }
  .mission-vission .wrap {
    flex-direction: column-reverse;
  }
  .mission-vission .left-section, .mission-vission .right-section {
    width: 100%;
  }
  .mission-vission h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  .experts h2 {
    margin-bottom: 20px;
  }
  .experts .top-block {
    flex-direction: column;
  }
  .experts .top-block .right-block {
    width: 100%;
    margin-left: 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 35px;
  }
  .about-hero-section {
    padding: 50px 0 40px;
  }
  .provide {
    padding: 40px 0;
  }
  .provide .wrap {
    flex-direction: column;
  }
  .provide .provide-box {
    width: 100%;
    max-width: 350px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .provide .provide-box:last-child {
    border-bottom: 0;
  }
  .provide .provide-box:nth-child(2) {
    width: 100%;
  }
  .provide .provide-box:nth-child(2)::before {
    display: none;
  }
  .provide .provide-box:nth-child(2)::after {
    display: none;
  }
  .experts {
    padding: 50px 0;
  }
  .experts .expertsSwiper {
    max-width: 360px;
  }
}
@media screen and (max-width: 450px) {
  .mission-vission {
    padding: 50px 0 40px;
  }
  .mission-vission h2 {
    margin-bottom: 20px;
  }
  .mission-vission .left-section {
    flex-direction: column;
  }
  .mission-vission .mission-block {
    width: 100%;
    padding: 10px 0;
  }
}
.our-services {
  padding: 100px 0;
}
.our-services .left-section, .our-services .right-section {
  width: calc(50% - 50px);
}
.our-services .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-services .left-section {
  max-width: 415px;
}
.our-services .journey-box {
  max-width: 316px;
  margin: 10px;
}
.our-services .journey-box .content h3 {
  max-width: 225px;
}
.our-services .bottom-block {
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

@media screen and (max-width: 1200px) {
  .our-services {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .our-services {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .our-services {
    padding: 60px 0;
  }
}
@media screen and (max-width: 580px) {
  .our-services {
    padding: 50px 0;
  }
  .our-services h2 {
    margin-bottom: 20px;
  }
  .our-services .top-block {
    flex-direction: column-reverse;
  }
  .our-services .left-section, .our-services .right-section {
    width: 100%;
    max-width: 100%;
  }
}
.company-formation-links {
  padding-top: 100px;
  padding-bottom: 60px;
}
.company-formation-links a {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.company-formation-links a.active {
  color: #93BB31;
}
.company-formation-links a:hover {
  color: #93BB31;
}
.company-formation-links ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.company-formation-links ul li {
  list-style: none;
  padding: 8px 16px;
  position: relative;
}
.company-formation-links ul li:first-child {
  padding-left: 0;
}
.company-formation-links ul li:first-child::before {
  display: none;
}
.company-formation-links ul li::before {
  content: "";
  background: rgba(39, 39, 39, 0.3);
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.company-formation h2 {
  margin-bottom: 16px;
}
.company-formation .list {
  padding: 0;
  margin: 0;
}
.company-formation .list a {
  display: flex;
  padding: 30px 80px 30px 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #262a1e;
}
.company-formation .list a:hover {
  background-color: #93BB31;
  color: white;
}
.company-formation .list li {
  list-style: none;
  border-bottom: 1px solid rgba(39, 39, 39, 0.3);
  position: relative;
}
.company-formation .list li:hover::before {
  content: "";
  background: url(../images/home/why-choose-arrow.svg) no-repeat center;
  width: 47px;
  height: 45px;
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
.company-formation .list span {
  padding-right: 30px;
  display: block;
}
.company-formation .list span:nth-child(2) {
  padding-right: 0;
}
.company-formation .top-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.company-formation .left-part {
  width: 40%;
  max-width: 540px;
}
.company-formation .right-part {
  width: calc(60% - 54px);
}
.company-formation .right-part p {
  max-width: 699px;
}

.faq {
  padding: 100px 0;
}
.faq .top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
}
.faq .accordian {
  padding: 27px 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(39, 39, 39, 0.3);
  position: relative;
}
.faq .accordian:first-child {
  border-top: 1px solid rgba(39, 39, 39, 0.3);
}
.faq .accordian h5 {
  cursor: pointer;
  z-index: 9;
  position: relative;
}
.faq .accordian.active {
  background-color: rgba(242, 242, 242, 0.7);
  border: none;
}
.faq .accordian.active::before {
  background: url(../images/company-formation/minus-icon.svg) no-repeat center;
}
.faq .accordian p {
  padding-top: 5px;
}
.faq .accordian::before {
  content: "";
  background: url(../images/company-formation/plus-icon.svg) no-repeat center;
  width: 10px;
  height: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 31px;
}
.faq h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171717;
  padding-bottom: 2px;
  padding-right: 30px;
}
.faq .left-part,
.faq .right-part {
  width: calc(50% - 30px);
}
.faq .left-part {
  max-width: 475px;
}
.faq .right-part {
  max-width: 429px;
}
.faq .more {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

@media screen and (max-width: 991px) {
  .faq {
    padding: 80px 0;
  }
  .company-formation-links {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .company-formation .top-block {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .company-formation .left-part {
    width: 100%;
    padding-bottom: 40px;
  }
  .company-formation .right-part {
    width: 100%;
  }
  .company-formation .right-part p {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company-formation .list li:hover::before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .company-formation-links {
    padding-top: 60px;
  }
  .company-formation-links ul li:first-child {
    padding: 8px 16px;
  }
  .company-formation-links ul li:first-child::before {
    display: block;
  }
  .company-formation .list a {
    padding: 30px 55px 30px 20px;
  }
  .company-formation .top-block {
    padding-bottom: 50px;
  }
  .faq {
    padding: 70px 0;
  }
  .faq h2 {
    margin-bottom: 20px;
  }
  .faq .top-block {
    flex-direction: column-reverse;
  }
  .faq .left-part,
  .faq .right-part {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .company-formation-links {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .company-formation .top-block {
    padding-bottom: 40px;
  }
  .company-formation .list span {
    padding-right: 15px;
  }
  .company-formation .list a {
    padding: 20px 55px 20px 25px;
    font-size: 15px;
  }
  .faq {
    padding: 50px 0;
  }
}
.contact-herosection {
  padding: 100px 0;
}
.contact-herosection .top-part {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.contact-herosection .top-part h4 {
  position: relative;
  padding-left: 30px;
}
.contact-herosection .top-part h4::before {
  content: "";
  background: url(../images/contact/message-icon.svg) no-repeat center;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 3px;
}
.contact-herosection .bottom-part {
  padding-top: 40px;
}
.contact-herosection .bottom-part h4 {
  padding-bottom: 14px;
  position: relative;
  padding-left: 30px;
}
.contact-herosection .bottom-part h4::before {
  content: "";
  background: url(../images/contact/location.svg) no-repeat center;
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.contact-herosection .wrap {
  display: flex;
  justify-content: space-between;
}
.contact-herosection .left-section {
  width: calc(50% - 54px);
}
.contact-herosection .right-section {
  width: 50%;
  background-color: #93BB31;
  padding: 60px 38px 40px;
}
.contact-herosection .right-section a {
  transition: all 0.5s ease-in-out;
}
.contact-herosection .right-section a:hover {
  color: #171717;
}
.contact-herosection h3,
.contact-herosection h4,
.contact-herosection h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}
.contact-herosection a,
.contact-herosection p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}
.contact-herosection h3 {
  color: #171717;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.contact-herosection h4 {
  color: #fff;
  text-transform: capitalize;
}
.contact-herosection h4 a {
  font-weight: 600;
}
.contact-herosection h2 {
  margin-bottom: 20px;
}
.contact-herosection .form-wrap {
  padding: 60px 36px 50px;
}
.contact-herosection .box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-herosection .contact-box {
  width: 50%;
  padding-right: 45px;
  margin: 20px 0;
}
.contact-herosection .contact-box a {
  padding: 0 5px;
}
.contact-herosection .contact-box:nth-child(even) {
  position: relative;
  padding-right: 0;
  padding-left: 45px;
}
.contact-herosection .contact-box:nth-child(even)::before {
  content: "";
  background: rgba(255, 255, 255, 0.28);
  width: 1px;
  height: 39px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

form textarea {
  background-color: transparent;
  border: none;
}
form input[type=submit] {
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171717;
  display: block;
  position: relative;
  background: url(../images/contact/send-arrow.svg) no-repeat center;
  background-position: right;
  padding: 0;
  padding-right: 25px;
  max-width: fit-content;
  margin-left: auto;
  transition: all 0.5s ease-in;
}
form input[type=submit]:hover {
  color: #93BB31;
}
form label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171717;
  display: block;
  padding-bottom: 3px;
}
form input, form textarea {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: block;
  padding: 5px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(146, 146, 146, 0.5);
  background-color: #f5f7fa;
  outline: none;
}
form input::placeholder, form textarea::placeholder {
  color: #80827b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
form .field {
  padding: 20px 0;
}

.discover {
  padding-bottom: 100px;
}
.discover .top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
}
.discover .left-part,
.discover .right-part {
  width: calc(50% - 20px);
}
.discover a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171717;
  transition: all 0.5s ease-in-out;
}
.discover a:hover {
  color: #93BB31;
}
.discover ul {
  padding: 0;
  margin: 0;
  max-width: fit-content;
  display: flex;
}
.discover ul li {
  list-style: none;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.discover ul li.active {
  color: #93BB31;
}
.discover ul li:hover {
  color: #93BB31;
}
.discover ul li::before {
  content: "";
  background: rgba(39, 39, 39, 0.3);
  width: 1px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.discover ul li:last-child {
  padding-right: 0;
}
.discover ul li:last-child::before {
  display: none;
}
.discover .map-block {
  display: none;
}
.discover .bottom-block {
  position: relative;
}
.discover .bottom-block iframe {
  width: 100%;
}
.discover .bottom-block .view-larger-map {
  position: absolute;
  right: 65px;
  bottom: 32px;
}
.discover .bottom-block .view-larger-map a {
  display: inline-block;
  background-color: #93BB31;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.76px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 10px 22px 9px;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .discover {
    padding-bottom: 80px;
  }
  .discover .top-block {
    flex-direction: column;
    align-items: flex-end;
  }
  .discover .left-part, .discover .right-part {
    width: 100%;
  }
  .discover .left-part {
    padding-bottom: 20px;
  }
  .contact-herosection {
    padding: 80px 0;
  }
  .contact-herosection h2 {
    max-width: 532px;
  }
  .contact-herosection .wrap {
    flex-direction: column;
  }
  .contact-herosection .left-section {
    width: 100%;
  }
  .contact-herosection .right-section {
    width: 100%;
  }
  .contact-herosection .form-wrap {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .discover {
    padding-bottom: 70px;
  }
  .contact-herosection {
    padding: 60px 0;
  }
  .contact-herosection h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .discover {
    padding-bottom: 50px;
  }
  .discover .right-part {
    flex-wrap: wrap;
  }
  .contact-herosection {
    padding: 50px 0;
  }
  .contact-herosection .form-wrap {
    padding: 40px 25px;
  }
  .contact-herosection .box-wrap {
    flex-direction: column;
  }
  .contact-herosection .contact-box {
    padding: 0 !important;
    width: 100%;
    margin: 10px 0;
  }
}
.blog {
  padding: 80px 0;
}
.blog .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.blog .title-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
}
.blog .blog-block {
  padding: 15px 0;
}
.blog .left-section {
  width: calc(68% - 10px);
}
.blog .side-bar {
  width: calc(32% - 10px);
  position: sticky;
  top: 0;
}
.blog .blog-box {
  padding: 19px 0;
}
.blog .blog-box img {
  padding-bottom: 16px;
}
.blog .blog-box h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #161616;
  padding-bottom: 10px;
}
.blog .blog-box span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(22, 22, 22, 0.6);
}
.blog .blog-box .small-content {
  display: flex;
  align-items: center;
}
.blog .blog-box .small-content .left-part {
  padding-right: 35px;
}
.blog .blog-box .small-content .left-part span {
  padding-left: 0;
}
.blog .blog-box .small-content .left-part,
.blog .blog-box .small-content .right-part {
  display: flex;
  align-items: center;
}
.blog .blog-box .small-content .right-part span:nth-child(1) {
  position: relative;
  padding-right: 15px;
}
.blog .blog-box .small-content .right-part span:nth-child(1)::before {
  content: "";
  background: rgba(22, 22, 22, 0.5);
  width: 1px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.blog .blog-box .small-content span {
  padding: 0 14px;
}
.blog .company-formation-links {
  padding: 0 0 45px;
}

.side-bar {
  max-width: 428px;
  padding: 37px 30px;
  background-color: rgba(242, 242, 242, 0.6);
}
.side-bar .side-bar-block {
  padding: 30px 0;
}
.side-bar h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #262a1e;
}
.side-bar ul {
  padding: 0;
  margin: 0;
}
.side-bar ul li {
  list-style: none;
  padding: 16px 0 20px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}
.side-bar a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #161616;
  transition: all 0.5s ease-in-out;
}
.side-bar a:hover {
  color: #93BB31;
}

.side-bar-title {
  position: relative;
  padding-left: 15px;
}
.side-bar-title::before {
  content: "";
  background: url(../images/blog/title-icon.svg) no-repeat center;
  width: 9px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(50%);
}

.ask {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ask a {
  display: inline-block;
}
.ask .ask-link {
  position: relative;
  padding-left: 15px;
}
.ask .ask-link::before {
  content: "";
  background: url(../images/blog/title-icon.svg) no-repeat center;
  width: 9px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(50%);
}
.ask .ask-link a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #262a1e;
}
.ask .meadia {
  display: flex;
  align-items: center;
}
.ask .meadia .view-all {
  padding-left: 21px;
}
.ask .meadia .view-all:nth-child(1) {
  position: relative;
  padding-left: 0;
  padding-right: 22px;
}
.ask .meadia .view-all:nth-child(1)::before {
  content: "";
  background: rgba(22, 22, 22, 0.6);
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  transform: translateY(50%);
}

.blog-popup-dismiss {
  position: absolute;
  right: 40px;
  top: 35px;
}

.blog-popup {
  background-color: #f2f2f2;
  background-image: url(../images/blog/popup-logo.svg);
  background-repeat: no-repeat;
  background-position: 100% 22%;
  position: relative;
  padding: 44px 20px;
  max-width: 619px;
  margin: 0 auto;
}
.blog-popup form input {
  background-color: transparent;
}
.blog-popup .label-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.navigation-path {
  z-index: 999;
  position: absolute;
  bottom: 0;
  right: 0;
}
.navigation-path .path {
  background-color: #93BB31;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 14px 50px;
  position: relative;
}
.navigation-path .path span {
  opacity: 0.56;
}
.navigation-path .path.active span {
  opacity: 1;
}
.navigation-path .path:nth-child(2)::before {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
}
.navigation-path .wrap {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .blog {
    padding: 60px 0 50px;
  }
  .blog .wrap {
    flex-direction: column-reverse;
  }
  .blog .left-section {
    width: 100%;
  }
  .blog .side-bar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    max-height: 383px;
    overflow-y: auto;
    position: static;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .blog .side-bar::-webkit-scrollbar {
    width: 5px;
  }
  .blog .side-bar::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .blog .side-bar::-webkit-scrollbar-thumb {
    background: #c0bcbc;
  }
  .blog .side-bar::-webkit-scrollbar-thumb:hover {
    background: #7f7b7b;
  }
  .blog .company-formation-links {
    padding-bottom: 30px;
  }
  .side-bar .side-bar-block {
    padding: 20px 0;
  }
}
@media screen and (max-width: 580px) {
  .blog {
    padding: 50px 0 40px;
  }
  .blog .blog-box span {
    font-size: 13px;
  }
  .navigation-path .path {
    padding: 10px 30px;
    font-size: 15px;
  }
}
.select-field {
  position: relative;
  cursor: pointer;
}

.choose {
  padding: 8px 0;
  min-height: 20px;
  word-wrap: break-word;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #80827b;
  border-bottom: 1px solid rgba(146, 146, 146, 0.5019607843);
  text-transform: capitalize;
  position: relative;
}
.choose::before {
  content: "";
  background: url(../images/event/down-arrow.svg) no-repeat center;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 4px;
  margin-top: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 5px 8px;
}
.options input {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  position: relative;
}
.options input::before {
  content: "";
  position: absolute;
  background: url(../images/event/tick.svg) no-repeat center;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  display: none;
}
.options input:checked::before {
  display: block;
}

.options.active {
  display: block;
}

.options label {
  display: flex;
  align-items: flex-start;
  padding: 14px 8px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(36, 40, 29, 0.8);
  border-bottom: 1px solid rgba(39, 39, 39, 0.1);
}
.options label:last-child {
  border-bottom: none;
}
.options label input {
  margin-top: 6px;
}

.options label:hover {
  background-color: #f5f5f5;
}

.selected-event {
  padding: 2px 5px 2px 0;
  margin: 2px;
  border-radius: 3px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #80827b;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 10px;
}

.radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-option input[type=radio] {
  margin-right: 8px;
  width: 11px;
  height: 11px;
}

.radio-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #4f5249;
}

.radio-option input[type=radio]:checked {
  background-color: #93bb31;
  appearance: none;
  border-radius: 50%;
  outline: 1px solid #93bb31;
  border: 2px solid #fff;
}

.event-form {
  padding: 100px 0 0;
}
.event-form .event-btn {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  background-color: #93BB31;
  padding: 17px;
  background-image: url(../images/event/btn-arrow.svg);
  background-repeat: no-repeat;
  padding-right: 32px;
  background-position: 97%;
}
.event-form .event-btn span {
  opacity: 0.5;
}
.event-form .event-btn.active span {
  opacity: 1;
}
.event-form input,
.event-form textarea {
  background: transparent;
}
.event-form form {
  padding: 60px 38px;
  background-color: rgba(242, 242, 242, 0.8);
  display: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.event-form form.active {
  display: block;
}
.event-form .view-all {
  font-size: 14px;
  display: block;
  max-width: fit-content;
  margin-left: auto;
}
.event-form .view-all a {
  font-size: 14px;
}
.event-form .multiple-field {
  display: flex;
  justify-content: space-between;
}
.event-form .multiple-field .field {
  width: calc(50% - 33px);
}
.event-form .bottom-form {
  padding-top: 40px;
}
.event-form .label-title {
  margin-bottom: 10px;
}

.field {
  text-transform: capitalize;
}

.event-highlight {
  padding: 100px 0;
}
.event-highlight.bg-gray {
  background: rgba(242, 242, 242, 0.8);
}
.event-highlight .journey-box .content h3,
.event-highlight .journey-box .content p {
  max-width: 289px;
  width: calc(100% - 50px);
}
.event-highlight .journey-box h3 {
  font-size: 16px;
}
.event-highlight .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.event-highlight .top-block h2 {
  text-align: left;
  margin: 0;
  margin-right: 15px;
}
.event-highlight .top-block p {
  max-width: 415px;
}
.event-highlight .image-box img {
  width: 100%;
  object-fit: cover;
}
.event-highlight .label-title {
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
}
.event-highlight h2 {
  text-align: center;
  max-width: 715px;
  margin: 0 auto;
}
.event-highlight .event-swiper-pagination {
  max-width: fit-content;
  margin-left: auto;
  margin-bottom: 33px;
}

.popup-event {
  background-color: #f2f2f2;
  background-image: url(../images/event/popup-logo-bg.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding: 38px;
  max-width: 1020px;
  margin: 0 auto;
  max-height: 100svh;
  overflow-y: auto;
  position: relative;
}
.popup-event .wrap {
  display: flex;
  flex-wrap: wrap;
}
.popup-event .person {
  width: 220px;
  margin: 7px;
  position: relative;
}
.popup-event .label-title {
  font-size: 16px;
  margin-bottom: 6px;
}
.popup-event h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.popup-event p {
  padding-top: 2px;
}
.popup-event .block {
  margin-bottom: 20px;
}
.popup-event .date {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}
.popup-event .content {
  background-color: #93BB31;
  position: absolute;
  bottom: 0;
  padding: 13px 10px;
}
.popup-event .content .name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23.75px;
  letter-spacing: 0%;
  color: #ffffff;
}
.popup-event .content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #ffffff;
}
.popup-event .popup-modal-dismiss {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 1200px) {
  .options label {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .event-form {
    padding: 80px 0 0;
  }
  .event-highlight {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .event-highlight .top-block {
    flex-direction: column;
  }
  .event-highlight .top-block h2,
  .event-highlight .top-block p {
    text-align: center;
  }
  .event-highlight .swiper-pagination {
    margin-top: 20px;
  }
  .event-highlight .event-form {
    padding: 60px 0 0;
  }
  .event-highlight .event-highlight {
    padding: 60px 0;
  }
}
@media screen and (max-width: 650px) {
  .event-form .multiple-field {
    flex-direction: column;
  }
  .event-form .multiple-field .field {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .event-form {
    padding: 50px 0 0;
  }
  .event-highlight {
    padding: 50px 0;
  }
  .form .field {
    padding: 15px 0;
  }
}
.newbannner {
  max-height: 100vh !important;
}
.newbannner .content {
  display: flex;
  flex-wrap: wrap;
}
.newbannner .content .center-banner-tit {
  text-align: center;
  margin: 275px 0;
}
@media screen and (max-width: 768px) {
  .newbannner .content .center-banner-tit {
    margin: 160px 0;
  }
}
.newbannner .content .center-banner-tit h3 {
  text-align: center !important;
  margin: 0 auto !important;
}
.newbannner .content .center-banner-tit h1 {
  text-align: center !important;
  margin: 0 auto 20px !important;
}
.newbannner .content .center-banner-tit h2 {
  text-align: center !important;
  margin: 0 auto 20px !important;
  font-family: "Poppins", sans-serif;
  font-size: 72.97px;
  font-weight: 500;
  line-height: 70.23px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}
.newbannner .content .center-banner-tit h2 span {
  display: inline-block;
  color: #93BB31;
  white-space: nowrap;
  width: 100%;
  max-width: fit-content;
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@media screen and (max-width: 580px) {
  .newbannner .content .center-banner-tit h2 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .newbannner .content .center-banner-tit h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
.newbannner .content .center-banner-tit p, .newbannner .content .center-banner-tit a {
  text-align: center !important;
  margin: 0 auto 20px !important;
}
.newbannner .content .logo-swiper-container .swiper-slide {
  width: 250px !important;
}
.newbannner .content .logo-swiper-container .swiper-slide img {
  max-height: 50px;
  max-width: 120px;
}

.header .sub-menu ul .sub-sub-menu .sub-menu {
  max-height: 465px;
  overflow-y: auto;
  overflow-x: hidden;
}

.wp-block-list li {
  padding-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 28px;
}
.wp-block-list li::before {
  content: "";
  background: url(../images/home/list-icon.svg) no-repeat center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.center-text-career-section {
  background: #fff;
  padding: 100px 0;
}
.center-text-career-section .outer-sec1 {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.center-text-career-section .outer-sec1 h2 {
  margin-bottom: 16px;
  max-width: 652px;
  text-align: center;
}
.center-text-career-section .outer-sec1 p {
  max-width: 561px;
  text-align: center;
}

.careers-sec2 {
  padding: 100px 0 0;
  background: #F2F2F2;
}
.careers-sec2 h2 {
  margin-bottom: 26px;
}

.career-highlights {
  background: #F2F2F2;
  font-family: sans-serif;
  padding: 0px 0 100px;
}
.career-highlights .highlight-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.career-highlights .highlight-box {
  flex: 1;
  min-width: 220px;
  padding: 38px 27px 25px 20px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  transition: box-shadow 0.3s ease;
}
.career-highlights .highlight-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #161616;
  line-height: 24px;
  transition: color 0.3s ease;
}
.career-highlights .highlight-box p {
  line-height: 24px;
  color: #24281D;
  font-size: 16px;
  transition: color 0.3s ease;
}
.career-highlights .highlight-box .highlight-icon {
  font-size: 24px;
  margin-bottom: 10px;
}
.career-highlights .highlight-box .highlight-icon img {
  width: auto;
  height: auto;
  transition: filter 0.3s ease;
}
.career-highlights .highlight-box:hover {
  background: #93BB31;
}
.career-highlights .highlight-box:hover h4,
.career-highlights .highlight-box:hover p {
  color: #fff;
}
.career-highlights .highlight-box:hover .highlight-icon img {
  filter: brightness(0) invert(1);
}

.job-section {
  padding: 60px 20px;
  font-family: sans-serif;
  background: #fff;
}
.job-section .job-card {
  padding: 60px 0;
  border-bottom: 1px solid #50534A;
}
.job-section .job-card .label-title {
  font-size: 20px;
  margin-bottom: 32px;
}
.job-section .job-card p {
  margin-bottom: 16px;
  color: #24281D;
  font-size: 16px;
}
.job-section .job-card h4 {
  color: #24281D;
  font-size: 16px;
  line-height: 26px;
}
.job-section .job-card li {
  color: #50534A;
  line-height: 26px;
}
.job-section .job-position {
  font-size: 20px;
  margin-bottom: 10px;
}
.job-section .job-location {
  color: #24281D;
}
.job-section .job-location .job-type {
  color: #6cae19;
  font-weight: bold;
}
.job-section .job-links a {
  margin-right: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #171717;
  font-weight: bold;
  text-decoration: none;
}
.job-section .job-links a:hover {
  color: #6cae19;
}

.hidden-item {
  display: none;
}

.event-form1 {
  padding: 100px 0 0;
}
.event-form1 h2 {
  text-align: center;
  max-width: 515px;
  margin: 0 auto;
}
.event-form1 input,
.event-form1 textarea, .event-form1 select {
  background: transparent;
}
.event-form1 form {
  padding: 60px 38px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.event-form1 form.active {
  display: block;
}
.event-form1 .view-all {
  font-size: 14px;
  display: block;
  max-width: fit-content;
  margin-left: auto;
}
.event-form1 .view-all a {
  font-size: 14px;
}
.event-form1 .multiple-field {
  display: flex;
  justify-content: space-between;
}
.event-form1 .multiple-field .field {
  width: calc(50% - 33px);
}
.event-form1 .bottom-form {
  padding-top: 40px;
}
.event-form1 .label-title {
  margin-bottom: 10px;
}
.event-form1 .custom-select {
  width: 100%;
  border-bottom: 1px solid rgba(146, 146, 146, 0.5);
  padding-bottom: 10px;
  padding-top: 10px;
}

.file-upload-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.file-upload-row label {
  white-space: nowrap;
  font-weight: bold;
}

.custom-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.upload-label {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  color: green;
  font-weight: bold;
}

.upload-label svg {
  margin-right: 5px;
  fill: green;
}

.custom-file-upload input[type=file] {
  display: none;
}

.file-name {
  font-style: italic;
  color: #888;
  font-size: 14px;
}