.banner-section {
  width: 100%;
  position: relative;
}

.banner-section {
  width: 100%;
  line-height: 0px;
}

.banner-section .video-box {
  width: 100%;
  position: relative;
}

/* .banner-section .video-box .banner-overlaye {
     position: absolute;
     width: 100%;
     height: 100%;
     background: linear-gradient(180deg, rgba(28, 28, 28, 0.70) 0%, rgba(181, 181, 181, 0.36) 100%);
     mix-blend-mode: multiply;
     top: 0;
     left: 0px;
     right: 0px;
 } */

.desktop_video {
  display: block;
}

.mobile_video {
  display: none;
}

.banner_slider_home .banner_logo_content {
  position: relative;
}

.banner_slider_home .banner_logo_content #banner_logo {
  width: 31%;
}

.banner_slider_home .banner_slider_box {
  padding: 2.083vw 0px;
  overflow: hidden;
}

.banner_slider_home .banner_logo_content .banner_logo_content {
  position: absolute;
  bottom: 6.677vw;
  left: 26%;
  padding: 0;
  line-height: 0;
  margin: 0;
  padding-bottom: 3.5vw;
  font-size: 6.771vw;
  color: #fff;
}

.banner_slider_home .banner_logo_content .banner_logo {
  width: 26.042vw;
  height: auto;
}

.banner_slider_home .banner_logo_content .banner_logo_content::before {
  content: "";
  background: #de3931;
  position: absolute;
  left: -0.938vw;
  height: 0.521vw;
  width: 0;
  bottom: -1.828vw;
  transition: all 0.5;
  -webkit-transition: all 0.5;
  -moz-transition: all 0.5;
  -ms-transition: all 0.5;
  -o-transition: all 0.5;
}

@-webkit-keyframes fill_line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fill_line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.banner_slider_home
  .slick-active
  .banner_logo_content
  .banner_logo_content::before {
  animation: fill_line 3s ease-out 0s both;
  -webkit-animation: fill_line 3s ease-out 0s both;
}

.banner-slider-top .banner_slider_home .slick-current .banner_logo_color {
  /* stroke: #fff; */
  /* animation: lineDraw 3s ease 1s 1 normal both; */
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.banner_slider_home
  .slick-active
  .banner_slider_img
  .banner_logo
  .banner_logo_color {
  stroke: linear-gradient(55deg, #ef6b27 11.04%, #d5272d 84.75%);
}

.banner_slider_home .banner_logo_content .banner_slider_bottom {
  position: absolute;
  bottom: 2.125vw;
  left: 15.729vw;
}

.banner_slider_home .banner_logo_content .banner_slider_bottom p {
  color: #fff;
  font-size: 2.188vw;
  font-weight: 400;
}
/* @keyframes banner_logo_content {
0%   {top: 0px; background: red;   transition: all .5s ease-in; }
25%  {top: 200px; background: green;  transition: all .5s ease-in;}
50%  {top: 100px; background: grey;  transition: all .5s ease-in;}
75%  {top: 200px; background: red;  transition: all .5s ease-in;}
100% {top: 0px;  background: red; transition: all .5s ease-in;}
} */
/* .circle {
	fill:none;
	stroke:#FEC558;
	stroke-dashoffset:138.5;
	stroke-dasharray:138.5;
	animation: circle_stroke 2s ease-in forwards;
	-webkit-animation: circle_stroke 2s ease-in forwards;
}

	@keyframes circle_stroke {
	0% {
   	stroke-dashoffset: 138.5;
	}
	100% {
   	stroke-dashoffset: 0;
	  }
	} */

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1574.9105224609375px;
    stroke-dasharray: 1574.9105224609375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1574.9105224609375px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1574.9105224609375px;
    stroke-dasharray: 1574.9105224609375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1574.9105224609375px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: transparent;
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: transparent;
  }
}

.banner_slider_home .slick-active .circle {
  -webkit-animation: animate-svg-stroke-1 3s ease-out 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s both;
  animation: animate-svg-stroke-1 3s ease-out 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s both;
}

.banner-slider-top {
  position: absolute;
  /* width: 60.729vw; */
  width: 100%;
  left: 0;
  bottom: 7.552vw;
}

.propellant_section {
  width: 100%;
  padding-top: 8.75vw;
  padding-bottom: 1.719vw;
}

.propellant_section .propellant_content_top {
  padding-right: 38.281vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 12px 0px;
}

.propellant_section .propellant_content_top h3 {
  color: #1e4286;
}

.propellant_section .propellant_content_bottom {
  padding-left: 38.281vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 2.083vw 0px;
}

.propellant_section p {
  color: #4f4f4f;
  font-weight: 400;
}

.propellant_section .propellant_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 1.875vw 0px;
}

.innovate_section {
  width: 100%;
  background: #fff;
  padding-top: 7.813vw;
  padding-bottom: 7.813vw;
  overflow: hidden;
}

.innovate_section .innovate_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0px 7.813vw;
}

.innovate_section .innovate_left {
  width: 51.042vw;
}

.innovate_section .innovate_right {
  width: 34.896vw;
  padding-top: 5.417vw;
}

.innovate_section .wrapper {
  padding-right: 0;
}

.innovate_section .innovate_left h3 img {
  display: inline;
}

.place_section {
  width: 100%;
  background: #fff;
  padding-top: 5.375vw;
}

.place_section .h3 {
  color: #4f4f4f;
}

.top-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}

.top-content h3 {
  color: #1e4286;
  font-weight: 700;
}

.innovative_section .top-content h3 {
  line-height: 110%;
}

.innovative_section .top-content .h3 {
  color: #4f4f4f;
}
.innovative_section .top-content h3 span {
  bottom: 0.800vw;
}
.top-content p {
  font-weight: 600;
  color: #4f4f4f;
}

.place_section .place_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  row-gap: 3.229vw;
}

.place_section .place_row .place_img {
  position: relative;
  width: 100%;
  display: inline-flex;
  overflow: hidden;
}

.place_section .place_row .place_img video {
  width: 100%;
}

.genome_value {
  width: 42.311vw;
  position: absolute;
  left: -63.125vw;
  top: 0;
  height: 100%;
  z-index: 1;
  border-right: 7px solid #ffffffd1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  row-gap: 28px;
  color: #fff;
  padding: 20px 6.925vw;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease
}

.place_section .place_row .place_img:hover .genome_value:nth-child(2) {
  left: 50%;
  border-right: none;
}

.place_section .place_row .place_img:hover .genome_value:nth-child(3) {
  left: 66.6%;
  border: none;
}

.place_section .place_row .place_img:hover .genome_value {
  left: 0;
}

.genome_value::before {
  content: "";
  opacity: 0.75;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.genome_value h3 {
  font-size: 2.188vw;
  font-weight: 600;
}

.genome_value p {
  color: #fff;
}

.xpand_section {
  width: 100%;
  padding-top: 6.396vw;
}

.xpand_section .top-content p {
  margin-top: 20px;
}

.xpand_section .top-content p span {
  color: #1e4286;
}

.xpand_section .top-content .h3 {
  color: #4f4f4f;
  margin-top: 20px;
}

.xpand_section .top-content .h3 span {
  color: #1e4286;
}

.xpand_section .xpand_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.688vw;
  row-gap: 0px;
  column-gap: 0px;
}

.xpand_section .xpand-box {
  width: 32.7%;
  position: relative;
  padding: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.xpand_section .xpand-box::before {
  content: "";
  width: 1px;
  height: 92%;
  background: #8d8d8d;
  position: absolute;
  right: 0;
  top: 4%;
  z-index: 1;
}

.xpand_section .xpand-box::after {
  content: "";
  width: 98%;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.xpand_section .xpand-box .overlay {
  content: "";
  background: rgba(34, 34, 34, 0.81);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  margin: 10px;
}

.xpand_section .xpand-box:nth-child(2)::after {
  left: 2%;
  width: 96%;
}

.xpand_section .xpand-box:nth-child(3)::after {
  left: 2%;
  width: 96%;
}

.xpand_section .xpand-box:nth-child(3)::before {
  display: none;
}

.xpand_section .xpand-box:nth-child(4)::after {
  display: none;
}

.xpand_section .xpand-box:nth-child(5)::after {
  display: none;
}

.xpand_section .xpand-box:nth-child(6)::after {
  display: none;
}

.xpand_section .xpand-box:nth-child(6)::before {
  display: none;
}

.xpand_section .xpand-box:hover .overlay {
  display: block;
}

.xpand_section .xpand-box:first-child .xpand_img .xpand_content {
  border: none;
}
.xpand_section .xpand-box img {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.xpand_section .xpand-box .xpand_img {
  position: relative;
}

.xpand_section .xpand-box .xpand_img .xpand_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 2.646vw 2.688vw;
  background: #fff;
  transition: all 5ms;
  -webkit-transition: all 5ms;
  -moz-transition: all 5ms;
  -ms-transition: all 5ms;
  -o-transition: all 5ms;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 2.5vw 0px;
  justify-content: center;
}

.xpand_section .xpand-box:hover .xpand_content {
  background: transparent;
}

.xpand_section .xpand-box:hover .xpand_content p {
  color: #fff;
}

.xpand_content_icon {
  width: 250px;
  margin: 0 auto;
}

.xpand_section .xpand-box .xpand_content_icon img {
  height: auto;
}

.xpand_section .xpand-box .xpand_content p {
  display: none;
  color: #fff;
  z-index: 2;
  width: 100%;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.xpand_section .xpand-box:hover .xpand_img .xpand_content p {
  display: block;
}

.xpand_section .xpand-box:hover .xpand_img .xpand_content .xpand_content_icon {
  display: none;
}

.portfolio_section {
  width: 100%;
  background: #fff;
  padding-top: 6.552vw;
}

.portfolio_section .portfolio_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 4.688vw;
  align-items: center;
}

.portfolio_section .portfolio_left {
  width: 33.208vw;
}

.portfolio_section .portfolio-right {
  width: 47.479vw;
}

.portfolio_section .portfolio-right p {
  /* font-weight: 600; */
}

.portfolio_section .portfolio_content h3 {
  color: #4f4f4f;
  font-weight: 600;
}

.portfolio_section .portfolio_left .portfolio_slider .portfolio_img {
  width: 100%;
}

.portfolio_section .portfolio_left .portfolio_slider .portfolio_img img {
  width: 100%;
}

.portfolio_section .portfolio-right .portfolio_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  row-gap: 2.125vw;
}

.portfolio_section .portfolio-right .portfolio_content h2 {
}

.portfolio_section .portfolio-right .portfolio_img .portfolio_img_outline {
  position: relative;
  width: 50%;
}

.fueling-section {
  width: 100%;
  background: #fff;
  padding-top: 1.09vw;
}

.fueling-section .fueling-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0px 4.375vw;
}

.fueling-section .fueling-left {
  width: 37.708vw;
  position: relative;
  padding-top: 2.908vw;
}

.fueling-section .fueling-left::before {
  content: "";
  width: 2px;
  height: 80%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0px;
  right: -1.354vw;
}

.fueling-section .fueling-left h3 {
  color: #4f4f4f;
}

.fueling-section .fueling-right {
  width: 41.146vw;
}

.fueling-section .slick-track {
  margin-top: 6.896vw;
}

.fueling-section .fueling_icontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 2.188vw 0px;
  margin-top: 2.354vw;
}

.fueling-section .slick-vertical .slick-slide .fueling_icontent p {
  opacity: 1;
}

.fueling-section .slick-current .fueling_icontent p {
  opacity: 0 !important;
}

.fueling_icontent p {
  min-height: 5.821vw;
}

.fueling-section h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  color: #1e4286;
}
.fueling-section h4 span {
  position: relative;
  bottom: 0.85vw;
}
.fueling_slider {
  position: relative;
}

/* .fueling_slider .slick-current {
    margin-top: 1.042vw;
} */

/* .fueling_slider::before {
     content: '';
     height: 100%;
     position: absolute;
     width: 100%;
     background: #fff;
     left: 0;
     bottom: 0;
     z-index: 1;
     background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.17690826330532217) 35%, rgba(255, 255, 255, 0.5018382352941176) 59%, rgba(255, 255, 255, 1) 100%);
 } */

.fueling_slider::before {
  content: "";
  height: 39%;
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    2deg,
    rgb(255 255 255 / 58%) 10%,
    rgb(255 255 255 / 75%) 34%,
    rgba(255, 255, 255, 0.17690826330532217) 15%,
    rgba(255, 255, 255, 0.5018382352941176) 25%,
    rgba(255, 255, 255, 1) 100%
  );
}

/* .fueling-section .fueling_slider .slick-active .fueling_icontent {
    opacity: 0.5;
} */

.beyond_section {
  width: 100%;
  background: #fff;
  padding-top: 6.115vw;
  padding-bottom: 3.646vw;
}

.beyond_section .beyond_img {
  position: relative;
  width: 100%;
}

.beyond_section .beyond_img img {
  width: 100%;
}

.beyond_section .beyond_content {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -16.58%,
    rgba(137, 137, 137, 0.23) 36.96%,
    rgb(0 0 0 / 47%) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0px;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.729vw 0;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 2.604vw;
}

.beyond_section .beyond_content h3 {
  color: #fff;
}

.beyond_section .beyond_content p {
  color: #fff;
}

.beyond_section .beyond_content .h3 {
  color: #fff;
  text-align: center;
}

/* make_section */

.make_section {
  width: 100%;
}

.make_section .beyond_img {
  position: relative;
}

.make_section .beyond_img::before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    264deg,
    rgba(255, 255, 255, 0) -19.98%,
    rgba(137, 137, 137, 0.23) 32.98%,
    rgba(0, 0, 0, 0.7) 96.47%
  );
}

.make_section .beyond_img .beyond_content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 6.771vw;
  padding-bottom: 6.771vw;
  width: 40.521vw;
}

.make_section .beyond_img .beyond_content h3 {
  color: #fff;
}

.make_section .beyond_img img {
  width: 100%;
}

.make_section .beyond_img .beyond_content h3 span img {
  width: auto;
  display: inline;
}

.trusted_section {
  width: 100%;
  background: #fff;
  padding-top: 4vw;
}

.trusted_logo {
  padding-left: 20px;
}

.trusted_section .slider_logo .slider_logo_img {
  width: 100%;
  text-align: center;
}
.trusted_section .slider_logo .slider_logo_img img {
  /* width: 100%; */
  margin: 0 auto;
}

.slider_logo .slider_logo_img img {
  filter: url(
    data:image/svg + xml;utf8,
    <svgxmlns="http://www.w3.org/2000/svg"><filterid="grayscale"><feColorMatrixtype="matrix"values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/></filter></svg>#grayscale
  );
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.slider_logo .slider_logo_img:hover img {
  filter: inherit;
  -o-filter: inherit;
  -moz-filter: inherit;
}

.trusted_section .wrapper {
  padding-right: 0px !important;
}

.trusted_section .trusted_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5.208vw 0px;
}

.trusted_section .trusted_left {
  width: 21.458vw;
  border-right: solid 1px #4f4f4f;
}

.trusted_section .trusted_left .trusted_content {
  width: 20.833vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trusted_section .trusted_left .trusted_content h3 {
  color: #1e4286;
}
.trusted_section .trusted_right {
  width: 72.188vw;
  overflow: hidden;
}

.latest_section {
  width: 100%;
  background: #fff;
  padding-top: 6.479vw;
  padding-bottom: 2.917vw;
}

.latest_section .top-content {
  row-gap: 60px;
}

.latest_section .top-content .h3 {
  color: #4f4f4f;
}

.latest_section .latest_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0px 3.125vw;
  padding-top: 2.604vw;
}

.latest_section .latest_left {
  width: 45.146vw;
}

.latest_section .latest_left .latest_img {
  width: 100%;
}

.latest_section .latest_left .latest_img img {
  width: 100%;
}

.latest_section .latest_right {
  width: 38.333vw;
}

.latest_section .latest_right .latest_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.77vw 0px;
}

.latest_section .latest_right .latest_content .latest_btn {
  margin-top: 15px;
}

.latest_section .latest_right h5 {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.latest_section .latest_right h3 {
  color: #4f4f4f;
  font-weight: 600;
}

.latest_section .latest_right p {
  color: rgba(0, 0, 0, 0.8);
}

.linkedin_section {
  width: 100%;
  padding-bottom: 6.146vw;
  background: #fff;
}

.linkedin_section .top_content_linkedin p {
  font-weight: 600;
}

.linkedin_section .linkedin_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.linkedin_section .linkedin_right .linkedin_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0px 2.083vw;
}

.linkedin_section .linkedin_left .linkedin_row{
  gap: 0px 2.083vw;
}

.linkedin_section .linkedin_left {
  width: 42.448vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 2.083vw 0px;
  padding-left: 3.229vw;
  padding-right: 3.229vw;
  border-right: solid 1px #b7b7b7;
}

.linkedin_section .linkedin_left .linkedin_img_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0px 1.771vw;
}

.linkedin_section .linkedin_left .linkedin_img {
  width: 50%;
}

.linkedin_section .linkedin_left .linkedin_img img {
  width: 100%;
}

.linkedin_section .linkedin_border {
  border-top: solid 1px #b7b7b7;
  border-bottom: solid 1px #b7b7b7;
}

.linkedin_section .linkedin_box.linkedin_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2.083vw 0px;
  flex-direction: column;
  padding-left: 3.229vw;
  padding-right: 3.229vw;
  width: 42.448vw;
}

.linkedin_section .linkedin_row .linkedin_img {
  width: 15.99vw;
}

.linkedin_section .linkedin_content {
  width: 20.094vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1.075vw 0px;
  flex-direction: column;
}


.linkedin_section .linkedin_content h5 {
  font-weight: 400;
  color: rgba(45, 45, 45, 0.5);
}

.linkedin_section .linkedin_box p {
  color: rgba(68, 68, 68, 0.8);
}

.linkedin_section .linkedin_row .linkedin_img img {
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.linkedin_section .linkedin_box {
  padding-top: 2.604vw;
  padding-bottom: 2.604vw;
  background: #fff;
}

.linkedin_section .linkedin_box:hover {
  background: #1e4286;
}

.linkedin_section .top_content_linkedin {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.linkedin_section .top_content_linkedin_icon {
  opacity: 0;
}

@keyframes rotatebtn {
  0% {
    position: relative;
    right: 80%;
    opacity: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    right: 0%;
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.linkedin_section .linkedin_box:hover .top_content_linkedin_icon {
  opacity: 1;
  animation: rotatebtn 0.5s linear 1;
  -webkit-animation: rotatebtn 0.5s linear 1;
}

.linkedin_section .linkedin_box:hover p {
  color: #fff;
}

.linkedin_section .linkedin_box:hover h5 {
  color: #fff;
}

/* start catalyzing_sec css */

p {
  color: #4f4f4f;
}

.flex {
  display: flex;
}

.catalyzing_sec {
  width: 100%;
  padding-top: 6.077vw;
}

.catalyzing_sec_inner {
  align-items: flex-end;
}

.catalyzing_sec_left {
  flex: 0 0 auto;
  width: 75%;
}

.catalyzing_sec_left h1 {
  color: #1e4286;
  font-style: normal;
  font-weight: 600;
  line-height: 3.802vw;
}

.catalyzing_sec_left p {
  display: block;
  margin-top: 1.563vw;
}

.catalyzing_sec_right {
  width: 100%;
}

.catalyzing_sec_right video {
  width: 100%;
}

/* end catalyzing_sec css */

/* start scientific_sec css */

.scientific_sec {
  width: 100%;
  padding-top: 7.385vw;
  overflow: hidden;
}

.scientific_title p {
  margin-top: 25px;
}

.scientific_title .h3 {
  margin-top: 25px;
  color: #4f4f4f;
}

.scientific_sec .scientific_title p {
  font-weight: 600;
}

.scientific_sec_inner {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin-top: 40px;
  /* padding-right: 40px; */
}

.scientific_sec_left {
  flex: 0 0 auto;
  width: 42%;
}

.scientific_sec_right img {
  width: 100%;
  height: 100%;
  flex: 1;
}

.scientific_sec_right {
  width: 60%;
}

.scientific_sec_left h2 {
  font-weight: 600;
  color: #4f4f4f;
}

.scientific_sec_left p {
  margin-top: 30px;
}

/* .scientific_sec_inner{
  flex-direction: row-reverse;
}

.slick-current .scientific_sec_inner{
   flex-direction: row;
} */

.scientific_slider .slick-slide {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  opacity: 0.5;
  margin-left: 4.167vw;
  padding-bottom: 1.563vw;
}

.scientific_slider .slick-slide.slick-current {
  transition: all 200ms ease-in;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 1;
}

/*
.scientific_slider .slick-slide{
    animation: fadeinout 4s ease-in;
    -webkit-animation: fadeinout 4s ease-in;
}



@keyframes fadeinout
{
  0%{
    opacity:0;
  }

  100%
  {
    opacity:1;
  }
} */

.scientific_slider {
  margin-right: -7.292vw;
}

.scientific_slider .slick-list {
  padding-right: 15%;
}

.arrows_box_custom {
  display: flex;
  column-gap: 20px;
}

.arrows_box_custom button {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.arrows_box_custom button svg,
.arrows_box_custom button svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.arrows_box_custom {
  display: flex;
  column-gap: 20px;
  position: relative;
  bottom: 50px;
  left: 0;
}

/* end scientific_sec css */

/* start driving sec css */

.driving_section {
  width: 100%;
  margin-top: 7.146vw;
  padding-right: 7.292vw;
}
.driving_section .driving_right .h1 {
  line-height: 112%;
}

.driving_section .portfolio_img {
  width: 100%;
}

.driving_section .portfolio_img img {
  width: 100%;
}

.driving_row {
  display: flex;
  column-gap: 2.604vw;
  width: 100%;
  align-items: center;
}

.driving_left {
  flex: 0 0 auto;
  width: 30%;
  position: relative;
}

.driving_left::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 15%;
  z-index: 1;
  top: 0;
  background: linear-gradient(
    181deg,
    #fff 6%,
    rgb(255 255 255 / 38%) 60.59%,
    rgb(255 255 255 / 0%) 100%
  );
}

.driving_left::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 15%;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(
    0deg,
    #fff 0%,
    rgb(255 255 255 / 65%) 38.59%,
    rgba(255, 255, 255, 0) 100%
  );
}

.driving_right {
  width: 100%;
}

.driving_right .portfolio_content p {
  width: 100%;
  display: block;
  margin-top: 2.344vw;
}

.driving_section .portfolio_content .h1 span {
  width: 17.833vw;
  bottom: 0;
  margin-left: 6.302vw;
}

/* end driving sec css */

/* innovative section start css  */

.innovative_section {
  width: 100%;
  background: #fff;
  padding-top: 7.615vw;
  display: block;
  clear: both;
}

.innovative_section .top-content {
  row-gap: 35px;
}

.innovative_section .innovative_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 4.688vw;
  padding-left: 7.292vw;
}
.innovative_section .innovative_row .innovative_left {
  width: 30%;
  padding-top: 1.344vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 4.688vw;
  position: relative;
}

.innovative_section .primary-btn {
  padding-left: 1.646vw;
  padding-right: 1.646vw;
}

.innovative_section .innovative_left .innovative_txt_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  gap: 20px;
}

.innovative_section .innovative_left .innovative_txt_icon .icon {
  flex: 0 0 auto;
  width: 3.104vw;
}

.innovative_section .innovative_left .innovative_txt_icon .icon img {
  width: 100%;
}

.innovative_section .innovative_txt_icon .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.innovative_txt_icon .content .content_num {
  color: #1e4286;
  font-size: 4.167vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.604vw;
}
.content_txt {
  color: #393939;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.823vw;
  padding-right: 1.563vw;
}
.innovative_section .innovative_row .innovative_right {
  width: 70%;
}
.innovative_section .innovative_div .innovative_img {
  position: relative;
}
.innovative_section .innovative_div .innovative_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    100deg,
    #fff 10%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0) 0%
  );
}

.innovative_arrow_box button {
  width: 2.604vw;
  height: 2.604vw;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.innovative_arrow_box button svg,
.innovative_arrow_box button svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.innovative_btn {
  position: relative;
}

.innovative_section .innovative_arrow_box {
  display: flex;
  column-gap: 20px;
  position: absolute;
  bottom: 9.531vw;
  left: 32%;
  width: fit-content;
}
.innovative_slider .slick-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* innovative section end css  */

.scientific_new_inner {
  display: flex;
  column-gap: 50px;
  align-items: center;
}

.scientific_new_inner .slider-for {
  flex: 0 0 auto;
  width: 42%;
}

.scientific_new_inner .slider-nav {
  width: 60%;
}

.scientific_new .scientific_sec_left {
  width: 100%;
}

.scientific_new .scientific_sec_right {
  width: 100%;
  /* padding: 50px; */
}

.scientific_new .wrapper {
  padding-right: 0;
}

.scientific_new .scientific_sec_inner {
  display: block;
}

.slider-nav .slick-slide.slick-current {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  opacity: 1;
}
.slider-nav .slick-list {
  padding-right: 20%;
}

.slider-nav .slick-slide.slick-current + .slick-slide {
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  opacity: 0.5;
  margin-left: -4.948vw;
}


 
 
.tagembed-widget{
  width: 100%;
}
.tb_see_more_btn_wrap {
  display: none;
}
.tb_sp_post_media_wrapp {
  height: 135px;
}
.tb_sp_post_in, .tb_sp_post_media_wrapp {
  height: 135px;
}
.tb_sp_post_in, .tb_sp_post_media_wrapp img {
  height: 135px !important;
}
.tagembed-widget .tb_see_more_btn_wrap {
  display: none;
}
/* start scientific_new sec css*/

/* end scientific_new sec css*/

@media screen and (max-width: 1919px) {
  .partner_section .partner_right .form-group .form-control {
    font-size: 1.56vw;
  }
}

@media screen and (max-width: 1199px) {
  .latest_section {
    padding-bottom: 12.208vw;
  }
  .latest_section .latest_right {
    width: 49.333vw;
  }
  .latest_section .latest_left {
    width: 34.146vw;
  }
  .banner_slider_home .banner_logo_content .banner_logo_content::before {
    left: -1.938vw;
  }
  .linkedin_section .linkedin_box.linkedin_right {
    width: 47.448vw;
  }
  .linkedin_section .linkedin_right .linkedin_content {
    width: 24.094vw;
  }
  .linkedin_section .linkedin_left {
    width: 47.448vw;
  }

  .xpand_content_icon {
    width: 150px;
  }

  .xpand_section .xpand-box {
    width: 32%;
  }

  .innovative_section .innovative_row .innovative_right {
    width: 60%;
  }
  .innovative_section .innovative_row .innovative_left {
    width: 40%;
  }

  .innovative_section .innovative_arrow_box {
    bottom: 4.531vw;
    left: 37%;
  }

  .innovative_arrow_box button {
    width: 3.604vw;
    height: 3.604vw;
  }

  .innovative_section .innovative_row {
    padding-left: 5.292vw;
  }

  /* .genome_value {
    width: 35.125vw;
    left: -35.125vw;
  } */

  .genome_value h3 {
    font-size: 3.188vw;
  }
  .genome_value {
    width: 43.911vw;
  }
}

@media screen and (max-width: 991px) {
  .banner_slider_home .banner_logo_content .banner_logo_content::before {
    left: -1.938vw;
  }
  .propellant_section {
    padding-bottom: 7.719vw;
  }
  .fueling-section .fueling-right {
    width: 47.146vw;
  }
  .trusted_section {
    padding-top: 12.771vw;
  }
  .latest_section .latest_left {
    width: 34.146vw;
  }
  .latest_section .latest_right {
    width: 50.333vw;
  }
  .latest_section .latest_row {
    gap: 0px 5.125vw;
  }
  .latest_section {
    padding-top: 11.615vw;
    padding-bottom: 11.208vw;
  }
  .banner_slider_home .banner_logo_content .banner_slider_bottom {
    bottom: 1.125vw;
  }
  .banner_slider_home .banner_logo_content .banner_slider_bottom p {
    font-size: 3.188vw;
  }

  .partner_section {
    padding-bottom: 16.729vw;
  }

  .xpand_section .xpand_row {
    flex-wrap: wrap;
    margin-top: 4.5vw;
  }

  .xpand_section .xpand-box {
    width: 49%;
    margin-top: 0px;
  }
  .xpand_section .xpand-box .xpand_img .xpand_content .xpand_content_icon {
    width: 60%;
  }
  .xpand_section .xpand-box:nth-child(3) .xpand_img .xpand_content {
    border: none;
  }

  .place_section {
    padding-top: 10.208vw;
  }

  .arrows_box_custom {
    bottom: 0;
  }

  .scientific_sec_inner {
    column-gap: 30px;
  }

  .xpand_section .top-content p {
    margin-top: 0px;
  }

  .xpand_section .xpand-box:nth-child(2)::before {
    display: none;
  }

  .xpand_section .xpand-box:nth-child(3)::before {
    display: block;
  }

  .xpand_section .xpand-box:nth-child(3)::after {
    display: block;
  }

  .xpand_section .xpand-box:nth-child(4)::after {
    display: block;
  }

  .xpand_section .xpand-box:nth-child(4)::before {
    display: none;
  }
  .innovative_arrow_box button {
    width: 4.604vw;
    height: 4.604vw;
  }

  .innovative_section .innovative_left .innovative_txt_icon .icon {
    width: 5.104vw;
  }

  .innovative_txt_icon .content .content_num {
    font-size: 5.167vw;
  }

  .content_txt {
    font-size: 2.267vw;
    line-height: 2.523vw;
  }

  .innovative_section .primary-btn {
    padding-left: 2.646vw;
    padding-right: 2.646vw;
  }

  .innovative_section .innovative_arrow_box {
    bottom: 0.531vw;
    left: 44%;
  }

  .make_section .beyond_img .beyond_content {
    width: 60.521vw;
  }

  .make_section .beyond_img .beyond_content h3 {
    font-size: 5.385vw;
  }

  .genome_value {
    width: 44.845vw;
    left: -45.125vw;
  }
 

  .genome_value h3 {
    font-size: 2.688vw;
    line-height: 23px;
  }

  .genome_value {
    row-gap: 12px;
  }

  .genome_value p {
    font-size: 12px;
    line-height: 16px;
  }

  .place_section .place_row .place_img video {
    width: 100%;
    /* height: 290px;
    object-fit: cover; */
  }
  /*
.genome_value h3 {
    font-size: 7.688vw;
    line-height: 8.688vw;
}

.genome_value {
    width: 100%;
    left: 0;
    row-gap: 15px;
    border: none;
} */

  .fueling_slider::before {
    height: 34%;
  }

  .scientific_new_inner .slider-for {
    flex: 0 0 auto;
    width: 36%;
  }
}

@media screen and (max-width: 767px) {
  .propellant_section .propellant_content_top {
    width: 100%;
    padding-right: 0px;
  }
  .propellant_section .propellant_content_bottom {
    padding-left: 0;
  }
  .portfolio_section .portfolio_row {
    gap: 8.729vw 5.729vw;
    flex-direction: column;
  }

  .portfolio_section .portfolio-right .portfolio_content {
    row-gap: 8.125vw;
  }

  .scientific_sec {
    padding-top: 20.385vw;
  }

  .portfolio_section .portfolio_left {
    width: 100%;
  }
  .portfolio_section .portfolio-right {
    width: 100%;
  }
  .place_section {
    padding-top: 16.208vw;
  }

  .top-content {
    gap: 15px 0px;
  }

  .place_section .place_row {
    row-gap: 6.229vw;
  }

  .xpand_section .xpand_row {
    display: flex;
    flex-wrap: wrap;
  }
  .xpand_section .xpand-box .xpand_img .xpand_content {
    border: none;
    border-bottom: solid 1px #8d8d8d !important;
  }
  .xpand_section .xpand-box {
    width: 50%;
    margin-top: 5.208vw;
    width: 100%;
    border: none;
  }
  .small-p p {
    font-size: 15px;
  }

  .latest_section .latest_row {
    display: flex;
    gap: 3.125vw 0px;
    padding-top: 2.604vw;
    flex-direction: column;
  }
  .latest_section .latest_left {
    width: 100%;
  }
  .latest_section .latest_right {
    width: 100%;
  }
  .linkedin_section .linkedin_row {
    flex-direction: column;
    gap: 5.604vw 0px;
  }
  .linkedin_section .linkedin_box {
    width: 100%;
  }
  .linkedin_section .linkedin_box.linkedin_right {
    width: 100%;
    border-top: solid 1px #b7b7b7;
  }
  .linkedin_section .linkedin_row .linkedin_img {
    width: 100%;
  }
  .linkedin_section .linkedin_right .linkedin_content {
    width: 100%;
    padding: 15px 0px;
  }

  .linkedin_section .linkedin_content {
    width: 100%;
    padding: 15px 0px;
}

  .linkedin_section .linkedin_box {
    border-right: none;
  }
  .fueling-section .fueling-row {
    gap: 18.375vw 0px;
    flex-direction: column;
  }

  .fueling-section h4 {
    font-size: 24px;
  }

  .fueling-section h4 span {
    width: 20px;
    position: relative;
    bottom: 5px;
    margin-left: 5px;
  }

  .fueling-section h4 span img {
    width: 100%;
  }

  .fueling-section .fueling-left {
    width: 100%;
  }
  .fueling-section .fueling-right {
    width: 100%;
  }
  .fueling-section .fueling-left::before {
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: inherit;
    bottom: -7.198vw;
    right: auto;
  }
  .trusted_section .trusted_row {
    gap: 10.208vw 0px;
    flex-direction: column;
  }

  .trusted_section {
    padding-top: 15.771vw;
  }

  .fueling-section .fueling_icontent {
    gap: 4.188vw 0px;
    margin-top: 15px;
  }

  .trusted_section .trusted_left {
    width: 100%;
  }
  .trusted_section .trusted_left .trusted_content {
    width: 100%;
  }

  .catalyzing_sec_left h1 {
    line-height: 7.802vw;
  }

  .catalyzing_sec_left {
    flex: 0 0 auto;
    width: 100%;
  }

  .catalyzing_sec_left p {
    margin-top: 28px;
  }

  .catalyzing_sec {
    padding-top: 13.677vw;
  }

  .portfolio_section {
    padding-top: 20.552vw;
  }

  .scientific_sec_inner {
    flex-wrap: wrap;
  }
  .scientific_sec_left {
    flex: 0 0 auto;
    width: 100%;
  }

  .scientific_sec_right {
    width: 100%;
  }

  .scientific_sec_inner {
    row-gap: 40px;
  }

  .scientific_sec_inner {
    flex-direction: column-reverse;
  }

  .slick-current .scientific_sec_inner {
    flex-direction: column-reverse;
  }

  .scientific_slider .slick-slide {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    opacity: 1;
    margin-left: 0;
    padding-bottom: 8.563vw;
    margin-right: 15px;
    margin-left: 15px;
  }

  .scientific_slider.slick-slider {
    margin: 0 -15px;
  }

  .scientific_slider .slick-slide.slick-current {
    transition: all 200ms ease-in;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }

  .scientific_slider .slick-list {
    padding-right: 0;
  }

  .scientific_slider {
    margin-right: 0;
  }

  .driving_row {
    flex-wrap: wrap;
    row-gap: 70px;
  }

  .driving_left {
    flex: 0 0 auto;
    width: 100%;
  }

  .driving_section {
    padding-right: 0;
  }

  .driving_right {
    width: 100%;
    padding: 0 5.292vw;
  }

  .driving_right .portfolio_content p {
    margin-top: 6.344vw;
  }

  .xpand_section {
    padding-top: 20.396vw;
  }

  .xpand_section .xpand-box::before {
    display: none !important;
  }

  .xpand_section .xpand-box::after {
    display: none !important;
  }

  .xpand_section .xpand-box .xpand_img .xpand_content {
    border-bottom: none !important;
  }

  .xpand_section .xpand-box {
    border: 1px solid #8d8d8d;
  }

  .beyond_section {
    padding-top: 15.115vw;
    padding-bottom: 10.646vw;
  }

  .beyond_section .beyond_content {
    gap: 3.729vw 0;
    padding-bottom: 6.604vw;
  }

  .beyond_section .beyond_content .h1 {
    text-align: center;
  }

  .beyond_section .beyond_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }

  .trusted_section .trusted_right {
    width: 100%;
  }

  .trusted_section .wrapper {
    padding-right: 0px !important;
    padding-left: 0 !important;
  }

  .trusted_logo {
    padding-left: 0;
  }

  .innovative_section {
    padding-top: 20.615vw;
  }

  .innovative_section .innovative_row {
    flex-wrap: wrap;
  }

  .innovative_section .innovative_row .innovative_left {
    width: 100%;
  }

  .innovative_section .innovative_row .innovative_right {
    width: 100%;
  }

  .innovative_section .innovative_row {
    padding-left: 0;
    margin-top: 7.688vw;
    row-gap: 30px;
  }

  .innovative_section .innovative_row .innovative_left {
    gap: 8.688vw;
  }

  .innovative_section .primary-btn {
    padding-left: 5.646vw;
    padding-right: 5.646vw;
  }

  .innovative_section .innovative_div .innovative_img::before {
    display: none;
  }

  .innovative_section .innovative_row .innovative_left {
    width: 100%;
    padding: 0 5.292vw;
  }

  .innovative_section .innovative_left .innovative_txt_icon .icon {
    width: 10.104vw;
  }

  .innovative_txt_icon .content .content_num {
    font-size: 9.167vw;
  }

  .content_txt {
    font-size: 16px;
    line-height: 4.523vw;
  }

  .innovative_section .innovative_arrow_box {
    bottom: -16.469vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .innovative_arrow_box button {
    width: 45px;
    height: 45px;
  }

  .arrows_box_custom button {
    width: 45px;
    height: 45px;
  }

  .latest_section {
    padding-top: 20.615vw;
    padding-bottom: 10.208vw;
  }

  .latest_section .latest_right .latest_content {
    gap: 2.77vw 0px;
  }

  .linkedin_section {
    padding-bottom: 12.146vw;
  }

  .linkedin_section .linkedin_box {
    padding-top: 5.604vw;
    padding-bottom: 4.604vw;
    padding-left: 5.604vw;
    padding-right: 5.604vw;
    gap: 5.083vw 0px;
  }

  .linkedin_section .linkedin_box.linkedin_right {
    padding-top: 5.604vw;
    padding-bottom: 5.604vw;
    padding-left: 5.604vw;
    padding-right: 5.604vw;
  }

  .linkedin_section .linkedin_left .linkedin_img_row {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .partner_section {
    padding-bottom: 20.729vw;
    padding-top: 15.74vw;
  }

  .make_section .beyond_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .make_section .beyond_img .beyond_content .h2 span img {
    height: auto;
  }

  .make_section .beyond_img .beyond_content {
    width: 90.521vw;
    padding-left: 6.771vw;
    padding-bottom: 8.771vw;
  }

  .make_section .beyond_img .beyond_content .h2 span {
    width: 25px;
    display: inline-block;
  }

  .make_section .beyond_img .beyond_content .h2 span img {
    width: 100%;
  }

  .make_section .beyond_img .beyond_content h3 {
    font-size: 7.385vw;
  }

  .latest_section .top-content {
    row-gap: 40px;
  }

  .latest_section .latest_row {
    gap: 6.125vw 0px;
    padding-top: 6.604vw;
  }

  .beyond_section .beyond_content p {
    text-align: center;
  }

  .partner_section .partner_right .form-btn {
    margin-top: 20px;
  }

  .fueling_slider::before {
    height: 28%;
  }

  .banner_slider_home .banner_logo_content .banner_slider_bottom {
    bottom: -1.575vw;
  }

  /* .banner-section .video-box video{
    height: 400px;
    object-fit: cover;
} */

  .scientific_sec .arrows_box_custom {
    justify-content: center;
  }

  .driving_section .portfolio_content .h1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    row-gap: 16px;
  }

  .driving_section .portfolio_content .h1 span {
    position: static;
  }

  .driving_section .portfolio_content .h1 span {
    width: 40.833vw;
    margin-top: 25px;
  }

  .xpand_section {
    padding-top: 15.854vw;
  }

  .place_section .place_row .place_img {
    flex-direction: column-reverse;
  }

  .genome_value {
    position: static;
    text-align: left;
    justify-content: left;
    padding: 28px 6.125vw;
    border-bottom: 1px solid #d3d3d3;
    background: #ededed;
    margin: 0;
    border-right: 0;
  }

  .genome_value::before {
    display: none;
  }

  .genome_value h3 {
    color: #1e4286;
    font-weight: 700;
  }

  .genome_value p {
    color: #4f4f4f;
  }

  .genome_value p {
    font-size: 16px;
    line-height: 22px;
  }

  .genome_value {
    row-gap: 14px;
  }

  .catalyzing_sec .catalyzing_sec_inner {
    row-gap: 30px;
    flex-wrap: wrap;
  }

  .place_section .place_row .place_img {
    flex-direction: column;
  }

  .genome_value:nth-child(1) {
    order: 2;
  }

  .genome_value:nth-child(2) {
    order: 3;
  }

  .genome_value:nth-child(3) {
    order: 4;
  }

  .catalyzing_sec .catalyzing_sec_inner .catalyzing_sec_right {
    width: 50%;
  }

  .xpand_section .xpand-box {
    padding: 0;
  }

  .xpand_section .xpand-box .overlay {
    margin: 0;
  }

  .driving_section {
    margin-top: 15.146vw;
  }

  .scientific_new_inner {
    row-gap: 40px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 35px;
    padding-bottom: 30px;
  }

  .scientific_new_inner .slider-for {
    flex: 0 0 auto;
    width: 100%;
  }

  .scientific_new_inner .slider-nav {
    width: 100%;
  }

  .slider-nav .slick-slide.slick-current + .slick-slide {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    margin-left: 0;
  }

  .slider-nav .slick-list {
    padding-right: 0;
  }

  .scientific_new .wrapper {
    padding-right: 5.292vw;
  }

  .desktop_video {
    display: none;
  }

  .mobile_video {
    display: block;
  }

  .mobile_video video {
    width: 100%;
  }

  .fueling-section .fueling-left {
    padding-top: 0;
  }

  .genome_value {
    width: 100%;
  }

  .genome_value h3 {
    font-size: 4.688vw;
  }

  .beyond_section .beyond_content .h1 {
    font-size: 9.771vw;
  }

  .driving_section .portfolio_content .h1 span {
    margin-left: 0px;
  }

  .driving_section .portfolio_content .h1 br {
    display: none;
  }

  .genome_value p br {
    display: none;
  }
  .innovative_section .top-content h3 span {
    bottom: 1.800vw;
  }
  .tb_sp_post_in, .tb_sp_post_media_wrapp{
    height: auto;
  }
  .tb_sp_post_in, .tb_sp_post_media_wrapp img{
    height: auto !important;
  }
  .linkedin_section .linkedin_row .linkedin_img img{
    height: auto  !important;
  }
  .tb_sp_image_wrap_ img {
    height: 100% !important;
}
}

@media screen and (max-width: 360px) {
  /* .fueling-section .fueling_icontent {
    margin-top: 11px;
  } */

  .fueling-section .slick-vertical .slick-slide .fueling_icontent p {
    font-size: 15px;
  }
}