.banenr_main_slide {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 48%;
  left: 12%;
  width: 40%;
  text-align: left;
  transform: translateY(-50%);
}

.banner-video video {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(50%);
  object-fit: cover;
}

.banner-text h2 {
  overflow: hidden;
  font-size: 5.729vw;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 2vw;
}

.banner-text p {
  font-size: 1.667vw;
  color: #fff;
  width: 70%;
  line-height: 1.2;
  padding-bottom: 2vw;
}

/* button css */
.afg_btn {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.042vw;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  line-height: 1;
  padding: 0.6vw 1vw 0.6vw 1.5vw;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  grid-gap: 1vw;
  background: rgba(16, 97, 70, 1);
}

.afg_btn .arrow {
  width: 40px;
  height: 40px;
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(.3vw, 0px);
  z-index: 2;
  transition: all 0.6s ease-in-out;
}

.afg_btn:before {
  content: "";
  width: 40px;
  height: 40px;
  z-index: 1;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1.1);
  transform: scale(1);
  right: 0.7vw;
  top: 0.6vw;
}

.afg_btn:hover {
  color: #ffff;
  border-color: rgba(16, 97, 70, 1);
}

.afg_btn:hover:before {
  transform: scale(20);
  background: rgba(200, 224, 126, 1);
}

.afg_btn .arrow svg {
  position: relative;
  z-index: 2;
  transition: all 0.6s ease-in-out;
}

.afg_btn .arrow svg path {
  transition: all 0.6s ease-in-out;
  /* stroke: #fff; */
}
/* 
.afg_btn:hover .arrow svg path {
  stroke: #fff;
} */

.afg_btn:hover .arrow {
  background: #106146;
  border-radius: 50px;
  z-index: 1;
}

.afg_btn .arrow svg {
  fill: rgba(16, 97, 70, 1);
}

.afg_btn .infos {
  z-index: 1;
}

.white .afg_btn:hover .infos {
  color: #106146;
}

.afg_btn:hover svg {
  transform: rotate(45deg);
  fill: #fff;
}

.legacy-boxes {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-gap: 1.6vw;
  margin-top: -2vw;
  z-index: 2;
  position: relative;
}

.lgc-box {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(
    180deg,
    rgba(184, 180, 180, 0.9) 0%,
    rgba(255, 255, 255, .6) 30%
  );
  backdrop-filter: blur(50px);
  border-radius: 6px;
  color: #106146;
  padding: 22px 30px;
  grid-gap: 1vw;
}

.lgc-box .left {
  width: 42%;
  display: flex;
  flex-direction: column;
  padding-right: 3vw;
  justify-content: space-between;
  padding-top: 1vw;
}

.lgc-box .right {
  width: 58%;
  display: flex;
  grid-gap: 1vw;
  flex: 1;
}

.who-we-are {
  background: rgba(240, 240, 240, 0.5);
  padding: 0 3vw 5vw;
}
.left h3 {
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1;
}

.sub-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 26px;
  border-radius: 8px;
  width: 50%;
}
.sub-box.nobg_box {
  background: none;
  padding: 0;
}

.sub-box h2 {
  font-size: 2vw;
  font-weight: 600;
}

.sub-box p {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2;
}

.lgc-box.first_lgc {
  grid-gap: 0;
}

.afg_btn_two .afg_btn {
  background: none;
  color: #323232;
  font-size: 0.99vw;
  font-weight: 400;
  padding: 0.5vw 1vw 0.5vw 1.5vw;
  cursor: pointer;
}
.afg_btn_two .afg_btn:before {
  background: #c8e07e;
  width: 33.72px;
  height: 33.72px;
  top: 13px;
  right: 16px;
}

.heritage {
  margin-top: 4vw;
}

.heritage h4 {
  font-size: 1.2vw;
  color: rgba(54, 54, 54, 1);
  font-weight: 400;
  margin-bottom: 3vw;
}

.heritage-content {width: 88%;margin-left: auto;}

.heritage-content h2 {
  font-size: 3.3vw;
  font-weight: 700;
  color: rgba(16, 97, 70, 1);
  margin-bottom: 3vw;
}
.heritage-content h3 {
  font-size: 2.1vw;
  font-weight: 600;
  padding-bottom: 4vw;
  line-height: 1.3;
  padding-right: 8vw;
  color: rgba(54, 54, 54, 1);
}

.hert-description {
  width: 90%;
  position: relative;
  margin-bottom: 0;
  margin-left: auto;
  padding: .2vw 5vw .2vw 3vw;
  margin-bottom: 3vw;
}

.hert-description::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background: rgba(200, 224, 126, 1);
  height: 100%;
}

.hert-description p {
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.2;
}

.heritage-cta {
  grid-gap: 3vw;
  width: 90%;
  margin-left: auto;
}

.simple_button a {
  font-size: 1vw;
  font-weight: 400;
  color: #383838;
  border: #A5A5A5 solid 1px;
  padding: 1vw 2vw;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.simple_button a span {
}

.simple_button a:hover {
  color: #ffff !important;
  border-color: #106146 !important;
}

.simple_button a::before {
  content: "";
  position: absolute;
  width: 250%;
  height: 300%;
  background: #106146;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) scale(0);
  transform-origin: bottom right;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}

.simple_button a:hover::before {
  transform: translate(50%, 50%) scale(1);
}

.simple_button span {
  position: relative;
  z-index: 2;
}

.sub-box img {
  width: 100%;
  border-radius: 5px;
}

/* faq holder */
.faqs-holder ul {
  padding: 0;
  list-style: none;
}

.faqs-holder ul li {
  position: relative;
  border-bottom: rgba(54, 54, 54, 0.21) solid 1px;
  padding: 0px 0 3vw;
  margin: 0 0 4vw;
}

.faqs-holder ul li:last-child {
  border: 0;
}

.faqs-holder ul li h3 {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #363636;
  padding: 0 0vw 0 0;
  font-size: 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.faqs-holder ul li h3 >div {
    display: flex;
    align-items: center;
    grid-gap: 1vw;
}
.faqs-holder ul li h3 .plus {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  grid-gap: 0;
  align-items: center;
}

.faqs-holder ul li h3 .plus span {
  background: #c8e07e;
  width: 36px;
  height: 1.3px;
  display: block;
  transition: all 0.5s ease;
  margin: 0px 0 0;
}

.faqs-holder ul li h3 .plus span:last-child {
  transform: rotate(90deg);
}

.faqs-holder ul li h3 svg {
  fill: #2c2826;
  transition: all 0.2s ease-in-out;
  position: relative;
  right: 0px;
}

.faqs-holder ul li.active h3 .plus span:last-child {
  transform: rotate(0);
}

.faqs-holder ul li .content {
  font-size: 16px;
  line-height: 24px;
  color: #a8a8aa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 5vw;
}

.faqs-holder ul li .pf_sec {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
  grid-gap: 2vw 0vw;
  margin-top: 1vw;
}

.faqs-holder ul li .pf_sec .new_icon {
  display: flex;
  align-items: center;
}

.faqs-holder ul li .pf_sec .new_icon h2 {
  position: relative;
  padding: 0;
  padding-bottom: 0;
  color: #333333;
  font-size: 26px;
  font-weight: 300;
}

.faqs-holder ul li .img {
  margin: 0 0 30px;
}

.faqs-holder ul li .new_icon img {
  /*width: 100%;*/
  margin-right: 10px;
}

.faqs-holder ul li .new_icon p {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1;
}

.new_view.ask_ans {
  background: #f1f3f3;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 8vw 7vw 7vw;
  grid-gap: 15vw;
}

.new_view.ask_ans .left h2 {
  font-size: 40px;
  color: #193f35;
  font-weight: 500;
  margin-bottom: 1.3vw;
}

.new_view.ask_ans .left h3 {
  font-size: 26px;
  margin-bottom: 0;
}

.new_view.ask_ans .left span {
  color: #ba8a3b;
}

.faqs-holder ul li.active h3 {
  color: rgba(16, 97, 70, 1) !important;
  transition: 0.3s ease-in-out;
}

.busniess-model {
  display: flex;
  justify-content: space-between;
  padding: 7vw 3.2vw;
  grid-gap: 2.5vw;
}

.bus-left {
  width: 43%;
  background: rgba(248, 248, 248, 1);
  padding: 3vw;
  border-radius: 8px;
}

.bus-right {
  width: 57%;
  border: 1px solid rgb(221 216 216);
  padding: 4vw 3.5vw 4vw 2.5vw;
  border-radius: 8px;
  height: 100%;
}

.bus-left h3 {
  padding-bottom: 7vw;
  font-size: 1.2vw;
  color: rgba(54, 54, 54, 1);
  font-weight: 400;
}

.bus-left h2 {
  font-size: 3.1vw;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(16, 97, 70, 1);
  padding-bottom: 7vw;
}
.faqs-holder ul li h3 i {
  font-size: 1.2vw;
  color: rgb(164 164 164);
  font-weight: 400;
}

.cont-left {
  width: 75%;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 1vw;
}

.cont-right {
  width: 25%;
}

.cont-right img {
  width: 100%;
}

.cont-left p {
  font-size: 1.2vw;
  font-weight: 400;
  color: rgba(54, 54, 54, .8);
  line-height: 1.6;
  margin-bottom: 3.5vw;
}

.faqs-holder ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.strategic_sec {
  padding: 0vw 3.2vw;
  margin-bottom: 3vw;
}

.strategic_sec h3 {
  font-size: 1.2vw;
  color: rgba(54, 54, 54, 1);
  font-weight: 400;
  margin-bottom: 3vw;
}

.strategic_sec h2 {
  color: #106146;
  font-size: 3.3vw;
  font-weight: 600;
}

.main-strategic {
  padding-top: 12vw;
}

.front-box {
  background: #F8F8F8;
  padding: 5vw 8vw 4vw 2.5vw;
  display: flex;
  flex-direction: column;
  grid-gap: 3vw;
  text-align: left;
  width: 100%;
  border-radius: 8px;
  position: relative;
}

.box-logo {
  width: 55%;
}

.front-box p {
  font-size: 1.2vw;
  color: #363636;
  font-weight: 300;
  line-height: 1.3;
}

.hover-box {
  position: absolute;
  height: 100%;
  top: auto;
  right: 0;
  width: 100%;
  bottom: 43%;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease-in-out;
  text-align: start;
}

.ralitive-box {
  position: relative;
}

.box-content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  color: #fff;
  padding: 2vw 2.5vw;
  display: flex;
  flex-direction: column;
  grid-gap: 3vw;
  height: 100%;
  width: 100%;
}

.box-content p {
  font-size: 1.45vw;
  font-weight: 300;
  line-height: 1.3;
  width: 80%;
}

.hover-box .box-logo {
  width: 65%;
}

.box-content i {
  font-size: 1.2vw;
  font-weight: lighter;
  letter-spacing: 2px;
}

.white .afg_btn_two .afg_btn {
  color: #fff;
}

.white .simple_button a {
  color: #fff;
  border-color: #fff;
}
.d-flex.white {
  grid-gap: 2vw;
}

.define-us {
  padding-top: 14vw;
  padding-left: 3vw;
  padding-bottom: 5vw;
}
nav.breadcrumb {
  display: inline-flex;
  position: absolute;
  top: 10vw;
  grid-gap: 1.5vw;
  z-index: 1;
  align-items: center;
  left: 3vw;
}

.define-us h2 {
  font-size: 5.7vw;
  color: #106146;
  font-weight: 600;
  margin-bottom: 3vw;
}

.define-dec {
  width: 60%;
  padding: .6vw 2.5vw;
  margin: auto;
  border-left: solid 2px rgba(200, 224, 126, 1);
}

.define-dec h3 {
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 2vw;
}

.define-dec p {
  font-size: 1.146vw;
  font-weight: 400;
  line-height: 1.4;
}

.breadcrumb-item {
  font-size: 1.2vw;
  color: #363636;
  font-weight: 300;
}

.cr-page {
  font-weight: 600;
  color: #106146;
  cursor: pointer;
}
.breadcrumb-arrow {
  position: relative;
  background: #C8E07E;
  width: 1.5vw;
  height: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.breadcrumb-arrow::before {
}

.define-dec {
  position: relative;
}

.about-banner img {
  width: 100%;
  display: block;
}
.heritage-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 6vw 15vw 6vw 12vw;
  background: #106146;
  z-index: 10;
  position: relative;
}

.heri-left h2 {
  font-size: 3.3vw;
  font-weight: 600;
}

.heri-left {
  width: 60%;
  /* flex: 1; */
}

.heri-right {
  width: 40%;
  /* padding-left: 10vw; */
  display: flex;
  justify-content: end;
}

.afg_btn.light_green {
  color: #363636;
  background: #c8e07e;
  font-weight: 400;
}
.afg_btn.light_green:hover {
  color: #106146;
}
.afg_btn.light_green:hover .arrow {
  background: #106146;
}
.afg_btn.light_green:hover:before {
  background: #fff;
}

.define-us.business {
  /* margin-bottom: 3vw; */
  padding-bottom: 0;
}

.refill span {
  opacity: 0.2;
  transition: opacity 0.2s;
  display: inline-block;
  white-space: pre;
}

.build-fad {
  background: #363636;
  padding: 6vw 2.5vw;
  padding-bottom: 7vw;
  margin-bottom: 5vw;
  /* height: 100vh; */
}

.build-fad .refill {
  font-size: 3.3vw;
  font-weight: 600;
  line-height: 1.3;
  color: #C8E07E;
}

.portfolio-box {
  text-align: left;
  background: #f8f8f8;
  position: relative;
  padding: 2.5vw;
  z-index: 1;
  transition: 0.5s ease-in-out;
  border-radius: 8px;
}

.portfolio-box h3 {
  font-size: 2.7vw;
  color: #363636;
  font-weight: 400;
}
.portfolio-box p {
  font-size: 1.1vw;
  margin-bottom: 2vw;
}

.portfolio-list {margin-bottom: 2vw;min-height: 7vw;}

.portfolio-list li {
  /* padding-bottom: 1vw; */
  display: flex;
  width: 80%;
}

.portfolio-list li h4 {
  font-size: 1.2vw;
  font-weight: 700;
  color: #106146;
  transition: 0.5s ease-in-out;
  border-left: 2px solid #c8e07e;
  padding: 5px 1.3vw 5px 1.3vw;
  margin-bottom: 0.5vw;
  width: 100%;
}

.number-box {
  display: flex;
  align-items: center;
  grid-gap: 1vw;
  width: 70%;
  margin-right: auto;
  padding-bottom: 2vw;
}

.n-box {
  background: #fff;
  padding: 1vw;
  width: 50%;
  display: flex;
  flex-direction: column;
  grid-gap: 2vw;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
  height: 8vw;
}

.n-box p {
  padding-bottom: 0;
  font-size: 0.98vw;
  color: #106146;
}

.n-box h2 {
  font-size: 1.6vw;
  font-weight: 500;
  margin: 0;
}

.portfolio-box img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  border-radius: 8px;
  height: 100%;
}

.portfolio-box:hover {
  color: #fff;
}
.portfolio-box:hover h3 {
  color: #c8e07e;
}
.portfolio-box:hover h4 {
  color: #fff;
}

.portfolio-box:hover img {
  visibility: visible;
  opacity: 1;
}

.portfolio-box:hover .n-box {
  background: rgba(255, 255, 255, 0.33);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #fff;
}

.portfolio-box:hover .n-box h2 {
  color: #fff;
}
.portfolio-box:hover .n-box p {
  color: #fff;
}
.portfolio-box:hover .white .infos {
  color: #fff;
}

.afg_btn_two:hover .infos {
  color: #106146;
}
.bg-dark nav.breadcrumb a {
  color: #fff;
}

.bg-dark .define-us h2 {
  color: #fff;
  line-height: 1;
}

.apart {
  padding: 0 3.3vw 10vw;
}

.apart h3 {
  color: #fff !important;
  font-size: 2.604vw !important;
}

.apart ul li h3 .plus {
  right: 17vw;
}
.apart ul li h3 {
    margin-bottom: 1vw;
}

.apart ul li:before {
    content: "";
    position: absolute;
    width: 88%;
    height: 2px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.25);
    left: 3%;
}

.apart ul li:last-child:before {
    display: none;
}
.apart ul li .content {
  padding-left: 6.5vw;
  grid-gap: 5vw;
  align-items: end;
  padding-top: 0;
}

.apart i {
  margin-right: 4vw !important;
}

.apart .cont-left p {
  color: #fff;
  font-size: 1.3vw;
}

.apart .cont-left {
  padding-right: 0;
}

.apart ul li {
  border-bottom: 0;
  padding: 0px 0 3vw;
  margin: 0 0 3vw;
}

.apart ul li.active h3 {
  color: rgba(200, 224, 126, 1) !important;
}

.bg-dark {
  background-color: rgba(54, 54, 54, 1) !important;
}

.buiding-banner {
  display: flex;
  color: #fff;
  grid-gap: 1vw;
  padding-right: 3vw;
  margin-bottom: 0;
  /* height: 100vh; */
}

.buiding-banner .b-left {
  width: 60%;
}

.buiding-banner .b-right {
  width: 40%;
  flex: 1;
}

.buiding-banner .b-right > p {
  font-size: 1.6vw;
  line-height: 1.4;
  padding-bottom: 2vw;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
}

.carrer-faq ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.carrer-faq ul li h3 {
  color: #fff;
  font-size: 1.4vw;
  font-weight: 600;
  grid-gap: 2vw;
  justify-content: flex-start;
  margin: 0;
  padding: 2vw 0;
}

.faq-arrow {
  position: relative;
}
.faq-arrow::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 39px;
  height: 39px;
  background: rgba(200, 224, 126, 1);
  border-radius: 50%;
}

.carrer-faq ul li {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 0;
}
.carrer-faq ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.carrer-faq ul li.active h3 {
  color: rgba(200, 224, 126, 1) !important;
}

.buiding-banner .cont-left p {
  color: #fff;
}

.who-we-are.life-afg {
  background: none;
  padding: 0;
}

.life-afg .heritage {
  margin-top: 0;
  padding-top: 6vw;
  background: rgba(248, 248, 248, 1);
}

.life-afg .heritage-content {
  padding-top: 0;
  padding-right: 15vw;
  padding-bottom: 5vw;
}

.life-afg h4 {
}

.life-afg h2 {
  font-size: 5vw;
  width: 55%;
  margin-right: auto;
  line-height: 1.1;
}

.afg-vid video {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.afg-vid {
  padding: 0 3vw;
  background: rgba(248, 248, 248, 1);
  padding-bottom: 7vw;
}

/* .main-banner {
    height: 100vh;
} */

.top-text {
    text-align: center;
    margin-bottom: 5vw;
}

.top-text h3 {
    font-size: 1.25vw;
    padding-bottom: 2vw;
    font-weight: 400;
}

.top-text h2 {
    font-size: 3.33vw;
    font-weight: 700;
    color: rgba(16, 97, 70, 1);
}

.open-roles {
    background: rgba(248, 248, 248, 1);
}

.current-box {
    text-align: left;
    background: #fff;
    padding: 4vw 8vw 2vw 2.5vw;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60vh;
}

.current-opport {
    padding: 0 3vw;
    padding-bottom: 5vw;
}

.current-box h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
}

.current-box p {
    font-size: .8vw;
    line-height: 1.5;
}

.s-green a span {
    color: rgba(16, 97, 70, 1);
}

.s-green a {
    background: rgba(200, 224, 126, 1);
    border-color: rgba(200, 224, 126, 1);
    font-weight: 400;
}
.s-green a span{
  transition: .5s ease-in-out;
}
.s-green a:hover span{
  color: #fff;
}
.s-green a:hover {
    border-color: rgba(16, 97, 70, 1) !important;
}

.s-green a::before{
  background: rgba(16, 97, 70, 1) !important;;
}
.page-portfolio-companies .about-banner,
.page-our-businesses .about-banner{
  margin-bottom: 0;
}
.page-our-businesses .main-strategic{
  padding: 0;
}
.page-our-businesses .strategic_sec > h2{
  margin-bottom: 5vw;
}
.page-our-businesses .strategic_sec{
  margin-bottom: 10vw;
}
.sector_swiper  .simple_button a {
    color: #ffff;
}
.page-portfolio-companies .who-we-are{
  background-color: transparent;
  padding-bottom: 0;
}
.bg-image img {
    width: 100%;
}

.line_img img {
    width: 100%;
    display: block;
}
.banner-text {
    width: 80%;
}
.line-wrapper {
    display: block;
    overflow: hidden
}

.reveal-line {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0
}
