/*
Theme Name: Graphinet WP Theme
Theme URI: https://www.graphinetmedia.com/
Author: Graphinet Solutions
Author URI: https://www.graphinetmedia.com/
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. This theme gives you full control whatever you do and the full freedom to design whatever you want.
Version: 1.0.1
Requires PHP: 7.2
Text Domain: gswptheme
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/*

Theme Name: Graphinet WP Theme

Theme URI: https://www.graphinetmedia.com/

Author: Graphinet Solutions

Author URI: https://www.graphinetmedia.com/

Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. This theme gives you full control whatever you do and the full freedom to design whatever you want.

Version: 1.0.1

Requires PHP: 7.2

Text Domain: gswptheme

*/

/* 

All style editing is done via scss/_bscore_custom.scss

*/

@font-face {
  font-family: "Raleway-Regular";
  src: url("assets/fonts/Raleway-Regular.woff") format("woff"),
    url("assets/fonts/Raleway-Regular.woff") format("woff");
}

@font-face {
  font-family: "Raleway-Medium";
  src: url("assets/fonts/Raleway-Medium.woff") format("woff"),
    url("assets/fonts/Raleway-Medium.woff") format("woff");
}

@font-face {
  font-family: "Raleway-SemiBold";
  src: url("assets/fonts/Raleway-SemiBold.woff") format("woff2"),
    url("assets/fonts/Raleway-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Raleway-Bold";
  src: url("assets/fonts/Raleway-Bold.woff") format("woff2"),
    url("assets/fonts/Raleway-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("assets/fonts/Poppins-Regular.woff") format("woff2"),
    url("assets/fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("assets/fonts/Poppins-ExtraLight.ttf") format("woff2"),
    url("assets/fonts/Poppins-ExtraLight.ttf") format("woff");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("assets/fonts/Poppins-Medium.woff") format("woff2"),
    url("assets/fonts/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("assets/fonts/Montserrat-Regular.woff") format("woff2"),
    url("assets/fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("assets/fonts/Montserrat-Medium.ttf") format("woff2"),
    url("assets/fonts/Montserrat-Medium.ttf") format("woff");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("assets/fonts/Montserrat-Bold.woff") format("woff2"),
    url("assets/fonts/Montserrat-Bold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("assets/fonts/Montserrat-SemiBold.woff") format("woff2"),
    url("assets/fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "OPTIPlanet-Italic";
  src: url("assets/fonts/OPTIPlanet-Italic.otf") format("woff2"),
    url("assets/fonts/OPTIPlanet-Italic.otf") format("woff");
}

.opacity-0-7 {
  opacity: 0.7;
}
body {
  /* padding-top: 70px; */
  font-family: "Raleway-Regular";
  /* background-color: #f7f7f7;
  scroll-snap-align: calc(); */
  scroll-behavior: smooth;
  scroll-snap-align: start;
}
.home {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1433' height='1101' viewBox='0 0 1433 1101'%3e%3cdefs%3e%3clinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3e%3cstop offset='0' stop-color='%23fff'/%3e%3cstop offset='1' stop-color='%23ebebeb'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect id='Rectangle_9080' data-name='Rectangle 9080' width='1433' height='1101' fill='url(%23linear-gradient)'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* #content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 0 !important;
} */
.btn-primary {
  border-radius: 48px;
  background: #89d431;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-family: "Raleway-Medium";
  padding: 10px 25px;
  text-decoration: none !important;
  display: inline-block;
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.btn-green-gradient {
  border-radius: 48px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-family: "Raleway-bold";
  padding: 10px 25px;
  text-decoration: none !important;
  display: inline-block;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
  background: rgb(62, 169, 70);
  background: -moz-linear-gradient(
    148deg,
    rgba(62, 169, 70, 1) 27%,
    rgba(125, 205, 52, 1) 45%
  );
  background: -webkit-linear-gradient(
    148deg,
    rgba(62, 169, 70, 1) 27%,
    rgba(125, 205, 52, 1) 45%
  );
  background: linear-gradient(
    148deg,
    rgba(62, 169, 70, 1) 27%,
    rgba(125, 205, 52, 1) 45%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ea946",endColorstr="#7dcd34",GradientType=1);
}
.btn-download {
  background: #156cd2 !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 20px;
  display: inline-block;
  padding: 12px 15px;
  font-family: "Raleway-Regular";
}
.btn-download i {
  margin-left: 20px;
}
.btn-white-outline {
  border-radius: 29px;
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 18px;
  font-family: "Montserrat-SemiBold";
  padding: 10px 50px;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-outline {
  border-radius: 48px;
  background: transparent;
  color: #001d3e;
  font-size: 21px;
  line-height: 24px;
  font-family: "Raleway-regular";
  padding: 10px 25px;
  text-decoration: none !important;
  display: inline-block;
  border: 1px solid #001d3e;
  box-shadow: none;
  cursor: pointer;
  flex-shrink: 0;
}
.btn-secondary {
  border-radius: 48px;
  background: #156cd2 !important;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: "Raleway-Medium";
  padding: 10px 25px;
  text-decoration: none !important;
  display: inline-block;
  border: 1px solid #fff;
  box-shadow: none;
  cursor: pointer;
}
.w-max-content {
  width: max-content;
  margin: auto;
}
.text-blue {
  color: #156cd2 !important;
}
.text-green {
  color: #89d431 !important;
}
.text-black-primary {
  color: #171717 !important;
}
.font-size-weight-regular {
  font-weight: 400 !important;
}
.text-gray-dark {
  color: #707070 !important;
}
.text-dark-greay {
  color: #454545 !important;
}
.font-weight-light {
  font-weight: 100 !important;
}

.font-weight-regular {
  font-weight: 300 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-family-raleway-regular {
  font-family: "Raleway-Regular";
}
.font-family-raleway-medium {
  font-family: "Raleway-Medium";
  font-weight: 500;
}
.font-family-raleway-semibold {
  font-family: "Raleway-SemiBold";
  font-weight: 600;
}
.font-family-raleway-bold {
  font-family: "Raleway-Bold";
  /*font-weight: 700;*/
}
.font-family-poppins-extra-light {
  font-family: "Poppins-ExtraLight";
}
.font-family-poppins-regular {
  font-family: "Poppins-Regular";
}
.font-family-poppins-medikum {
  font-family: "Poppins-Medium";
  font-weight: 500;
}
.font-family-Montserrat-regular {
  font-family: "Montserrat-Regular";
}
.font-family-Montserrat-medium {
  font-family: "Montserrat-Medium";
  font-weight: 500;
}
.font-family-Montserrat-semibold {
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
}
.font-family-Montserrat-bold {
  font-family: "Montserrat-Bold";
  font-weight: 700;
}
.font-italic {
  font-style: italic !important;
}
.row.mar-gutters-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.mar-gutters-15 > [class^="col"],
.row.mar-gutters-15 > [class^="col-"],
.row.mar-gutters-15 > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.mar-gutters-25 {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.row.mar-gutters-25 > [class^="col"],
.row.mar-gutters-25 > [class^="col-"],
.row.mar-gutters-25 > [class*=" col-"] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.row.mar-gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.row.mar-gutters-50 > [class^="col"],
.row.mar-gutters-50 > [class^="col-"],
.row.mar-gutters-50 > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.row.mar-gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.mar-gutters-10 > [class^="col"],
.row.mar-gutters-10 > [class^="col-"],
.row.mar-gutters-10 > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.undefined {
  margin-right: 0px;
  margin-left: 0px;
}

.row.undefined > [class^="col"],
.row.undefined > [class^="col-"],
.row.undefined > [class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.section-space-margin-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-space-margin-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-space-margin-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-space-margin-y-100 {
  margin-top: 100px;
  margin-bottom: 1000px;
}

.section-space-margin-y-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-space-margin-x-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-space-margin-x-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-space-margin-x-100 {
  margin-top: 100px;
  margin-bottom: 1000px;
}

.section-space-margin-x-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-space-padd-inline-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.section-space-padd-inline-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.section-space-padd-inline-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.section-space-padd-inline-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.section-space-padd-inline-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.section-space-padding-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-space-padding-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-space-padding-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-space-padding-y-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-space-padding-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-space-margin-top-40 {
  margin-top: 40px;
}

.section-space-margin-top-50 {
  margin-top: 50px;
}

.section-space-margin-top-60 {
  margin-top: 60px;
}

.section-space-margin-top-70 {
  margin-top: 70px;
}

.section-space-margin-top-80 {
  margin-top: 80px;
}

.section-space-margin-top-90 {
  margin-top: 90px;
}

.section-space-margin-top-100 {
  margin-top: 100px;
}

.section-space-margin-bottom-40 {
  margin-bottom: 40px;
}

.section-space-margin-bottom-50 {
  margin-bottom: 50px;
}

.section-space-margin-bottom-60 {
  margin-bottom: 60px;
}

.section-space-margin-bottom-70 {
  margin-bottom: 70px;
}

.section-space-margin-bottom-80 {
  margin-bottom: 80px;
}

.section-space-margin-bottom-90 {
  margin-bottom: 90px;
}

.section-space-margin-bottom-100 {
  margin-bottom: 100px;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.line-h-10 {
  line-height: 10px;
}

.line-h-12 {
  line-height: 12px;
}

.line-h-13 {
  line-height: 13px;
}

.line-h-14 {
  line-height: 14px;
}

.line-h-15 {
  line-height: 15px;
}

.line-h-16 {
  line-height: 16px;
}

.line-h-17 {
  line-height: 17px;
}

.line-h-18 {
  line-height: 18px;
}

.line-h-19 {
  line-height: 19px;
}

.line-h-20 {
  line-height: 20px;
}

.line-h-20 {
  line-height: 20px;
}

.line-h-21 {
  line-height: 21px;
}

.line-h-22 {
  line-height: 22px;
}

.line-h-23 {
  line-height: 23px;
}

.line-h-24 {
  line-height: 24px;
}

.line-h-25 {
  line-height: 25px;
}

.line-h-26 {
  line-height: 26px;
}

.line-h-27 {
  line-height: 27px;
}

.line-h-28 {
  line-height: 28px;
}

.line-h-29 {
  line-height: 29px;
}

.line-h-30 {
  line-height: 30px;
}

.line-h-30 {
  line-height: 30px;
}

.line-h-31 {
  line-height: 31px;
}

.line-h-32 {
  line-height: 32px;
}

.line-h-33 {
  line-height: 33px;
}

.line-h-34 {
  line-height: 34px;
}

.line-h-35 {
  line-height: 35px;
}

.line-h-36 {
  line-height: 36px;
}

.line-h-37 {
  line-height: 37px;
}

.line-h-38 {
  line-height: 38px;
}

.line-h-39 {
  line-height: 39px;
}

.line-h-40 {
  line-height: 40px;
}

.line-h-41 {
  line-height: 41px;
}

.line-h-42 {
  line-height: 42px;
}

.line-h-43 {
  line-height: 43px;
}

.line-h-44 {
  line-height: 44px;
}

.line-h-45 {
  line-height: 45px;
}

.line-h-46 {
  line-height: 46px;
}

.line-h-47 {
  line-height: 47px;
}

.line-h-48 {
  line-height: 48px;
}

.line-h-49 {
  line-height: 49px;
}

.line-h-50 {
  line-height: 50px;
}
.line-h-51 {
  line-height: 51px;
}
.line-h-52 {
  line-height: 52px;
}
.line-h-53 {
  line-height: 53px;
}
.line-h-54 {
  line-height: 54px;
}
.line-h-55 {
  line-height: 55px;
}
.line-h-56 {
  line-height: 56px;
}
.line-h-57 {
  line-height: 57px;
}
.line-h-58 {
  line-height: 58px;
}
.line-h-59 {
  line-height: 59px;
}
.line-h-60 {
  line-height: 60px;
}
.line-h-61 {
  line-height: 61px;
}
.line-h-62 {
  line-height: 62px;
}
.line-h-63 {
  line-height: 63x;
}
.line-h-64 {
  line-height: 64px;
}
.line-h-65 {
  line-height: 65px;
}
.line-h-66 {
  line-height: 66px;
}
.line-h-67 {
  line-height: 67px;
}
.line-h-68 {
  line-height: 68px;
}
.line-h-68 {
  line-height: 68px;
}
.line-h-69 {
  line-height: 69px;
}
.line-h-70 {
  line-height: 70px;
}
.line-h-71 {
  line-height: 71px;
}
.line-h-72 {
  line-height: 72px;
}
.line-h-73 {
  line-height: 73px;
}
.line-h-74 {
  line-height: 74px;
}
.line-h-75 {
  line-height: 75px;
}
.line-h-76 {
  line-height: 76px;
}
.line-h-78 {
  line-height: 78px;
}
.line-h-79 {
  line-height: 79px;
}
.line-h-80 {
  line-height: 80px;
}
.line-h-81 {
  line-height: 81px;
}
.line-h-82 {
  line-height: 82px;
}
.line-h-83 {
  line-height: 83px;
}
.line-h-84 {
  line-height: 84px;
}
.line-h-85 {
  line-height: 85px;
}
.line-h-86 {
  line-height: 86px;
}
.line-h-87 {
  line-height: 87px;
}
.line-h-88 {
  line-height: 88px;
}
.line-h-89 {
  line-height: 89px;
}
.line-h-90 {
  line-height: 90px;
}
.line-h-92 {
  line-height: 92px;
}
.line-h-93 {
  line-height: 93px;
}
.line-h-94 {
  line-height: 94px;
}
.line-h-95 {
  line-height: 95px;
}
.line-h-96 {
  line-height: 96px;
}
.line-h-97 {
  line-height: 97px;
}
.line-h-98 {
  line-height: 98px;
}
.line-h-99 {
  line-height: 99px;
}
.line-h-100 {
  line-height: 100px;
}

.letter-space-1-44 {
  letter-spacing: 1.44px;
}

.letter-space-8 {
  letter-spacing: 8px;
}

.letter-space-4 {
  letter-spacing: 4px;
}

.font-size-1 {
  font-size: 0.0625rem;
}

.font-size-2 {
  font-size: 0.125rem;
}

.font-size-3 {
  font-size: 0.1875rem;
}

.font-size-4 {
  font-size: 0.25rem;
}

.font-size-5 {
  font-size: 0.3125rem;
}

.font-size-6 {
  font-size: 0.375rem;
}

.font-size-7 {
  font-size: 0.4375rem;
}

.font-size-8 {
  font-size: 0.5rem;
}

.font-size-9 {
  font-size: 0.5625rem;
}

.font-size-10 {
  font-size: 0.625rem;
}

.font-size-11 {
  font-size: 0.6875rem;
}

.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.8125rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-15 {
  font-size: 0.9375rem;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-17 {
  font-size: 1.0625rem;
}

.font-size-18 {
  font-size: 1.125rem;
}

.font-size-19 {
  font-size: 1.1875rem;
}

.font-size-20 {
  font-size: 1.25rem;
}

.font-size-21 {
  font-size: 1.3125rem;
}

.font-size-22 {
  font-size: 1.375rem;
}

.font-size-23 {
  font-size: 1.4375rem;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-size-25 {
  font-size: 1.5625rem;
}

.font-size-26 {
  font-size: 1.625rem;
}

.font-size-27 {
  font-size: 1.6875rem;
}

.font-size-28 {
  font-size: 1.75rem;
}

.font-size-29 {
  font-size: 1.8125rem;
}

.font-size-30 {
  font-size: 1.875rem;
}

.font-size-31 {
  font-size: 1.9375rem;
}

.font-size-32 {
  font-size: 2rem;
}

.font-size-33 {
  font-size: 2.0625rem;
}

.font-size-34 {
  font-size: 2.125rem;
}

.font-size-35 {
  font-size: 2.1875rem;
}

.font-size-36 {
  font-size: 2.25rem;
}

.font-size-37 {
  font-size: 2.3125rem;
}

.font-size-38 {
  font-size: 2.375rem;
}

.font-size-39 {
  font-size: 2.4375rem;
}

.font-size-40 {
  font-size: 2.5rem;
}

.font-size-41 {
  font-size: 2.5625rem;
}

.font-size-42 {
  font-size: 2.625rem;
}

.font-size-43 {
  font-size: 2.6875rem;
}

.font-size-44 {
  font-size: 2.75rem;
}

.font-size-45 {
  font-size: 2.8125rem;
}

.font-size-46 {
  font-size: 2.875rem;
}

.font-size-47 {
  font-size: 2.9375rem;
}

.font-size-48 {
  font-size: 3rem;
}

.font-size-49 {
  font-size: 3.0625rem;
}

.font-size-50 {
  font-size: 3.125rem;
}

.font-size-51 {
  font-size: 3.1875rem;
}

.font-size-52 {
  font-size: 3.25rem;
}

.font-size-53 {
  font-size: 3.3125rem;
}

.font-size-54 {
  font-size: 3.375rem;
}

.font-size-55 {
  font-size: 3.4375rem;
}

.font-size-56 {
  font-size: 3.5rem;
}

.font-size-57 {
  font-size: 3.5625rem;
}

.font-size-58 {
  font-size: 3.625rem;
}

.font-size-59 {
  font-size: 3.6875rem;
}

.font-size-60 {
  font-size: 3.75rem;
}

.font-size-61 {
  font-size: 3.8125rem;
}

.font-size-62 {
  font-size: 3.875rem;
}

.font-size-63 {
  font-size: 3.9375rem;
}

.font-size-64 {
  font-size: 4rem;
}

.font-size-65 {
  font-size: 4.0625rem;
}

.font-size-66 {
  font-size: 4.125rem;
}

.font-size-67 {
  font-size: 4.1875rem;
}

.font-size-68 {
  font-size: 4.25rem;
}

.font-size-69 {
  font-size: 4.3125rem;
}

.font-size-70 {
  font-size: 4.375rem;
}

.font-size-71 {
  font-size: 4.4375rem;
}

.font-size-72 {
  font-size: 4.5rem;
}

.font-size-73 {
  font-size: 4.5625rem;
}

.font-size-74 {
  font-size: 4.625rem;
}

.font-size-75 {
  font-size: 4.6875rem;
}

.font-size-76 {
  font-size: 4.75rem;
}

.font-size-77 {
  font-size: 4.8125rem;
}

.font-size-78 {
  font-size: 4.875rem;
}

.font-size-79 {
  font-size: 4.9375rem;
}

.font-size-80 {
  font-size: 5rem;
}

.font-size-81 {
  font-size: 5.0625rem;
}

.font-size-82 {
  font-size: 5.125rem;
}

.font-size-83 {
  font-size: 5.1875rem;
}

.font-size-84 {
  font-size: 5.25rem;
}

.font-size-85 {
  font-size: 5.3125rem;
}

.font-size-86 {
  font-size: 5.375rem;
}

.font-size-87 {
  font-size: 5.4375rem;
}

.font-size-88 {
  font-size: 5.5rem;
}

.font-size-89 {
  font-size: 5.5625rem;
}

.font-size-90 {
  font-size: 5.625rem;
}

.font-size-91 {
  font-size: 5.6875rem;
}

.font-size-92 {
  font-size: 5.75rem;
}

.font-size-93 {
  font-size: 5.8125rem;
}

.font-size-94 {
  font-size: 5.875rem;
}

.font-size-95 {
  font-size: 5.9375rem;
}

.font-size-96 {
  font-size: 6rem;
}

.font-size-97 {
  font-size: 6.0625rem;
}

.font-size-98 {
  font-size: 6.125rem;
}

.font-size-99 {
  font-size: 6.1875rem;
}

.font-size-100 {
  font-size: 6.25rem;
}
@media (min-width: 1024px) {
  .line-h-lg-10 {
    line-height: 10px !important;
  }

  .line-h-lg-12 {
    line-height: 12px !important;
  }

  .line-h-lg-13 {
    line-height: 13px !important;
  }

  .line-h-lg-14 {
    line-height: 14px !important;
  }

  .line-h-lg-15 {
    line-height: 15px !important;
  }

  .line-h-lg-16 {
    line-height: 16px !important;
  }

  .line-h-lg-17 {
    line-height: 17px !important;
  }

  .line-h-lg-18 {
    line-height: 18px !important;
  }

  .line-h-lg-19 {
    line-height: 19px !important;
  }

  .line-h-lg-20 {
    line-height: 20px !important;
  }

  .line-h-lg-20 {
    line-height: 20px !important;
  }

  .line-h-lg-21 {
    line-height: 21px !important;
  }

  .line-h-lg-22 {
    line-height: 22px !important;
  }

  .line-h-lg-23 {
    line-height: 23px !important;
  }

  .line-h-lg-24 {
    line-height: 24px !important;
  }

  .line-h-lg-25 {
    line-height: 25px !important;
  }

  .line-h-lg-26 {
    line-height: 26px !important;
  }

  .line-h-lg-27 {
    line-height: 27px !important;
  }

  .line-h-lg-28 {
    line-height: 28px !important;
  }

  .line-h-lg-29 {
    line-height: 29px !important;
  }

  .line-h-lg-30 {
    line-height: 30px !important;
  }

  .line-h-lg-30 {
    line-height: 30px !important;
  }

  .line-h-lg-31 {
    line-height: 31px !important;
  }

  .line-h-lg-32 {
    line-height: 32px !important;
  }

  .line-h-lg-33 {
    line-height: 33px !important;
  }

  .line-h-lg-34 {
    line-height: 34px !important;
  }

  .line-h-lg-35 {
    line-height: 35px !important;
  }

  .line-h-lg-36 {
    line-height: 36px !important;
  }

  .line-h-lg-37 {
    line-height: 37px !important;
  }

  .line-h-lg-38 {
    line-height: 38px !important;
  }

  .line-h-lg-39 {
    line-height: 39px !important;
  }

  .line-h-lg-40 {
    line-height: 40px !important;
  }

  .line-h-lg-41 {
    line-height: 41px !important;
  }

  .line-h-lg-42 {
    line-height: 42px !important;
  }

  .line-h-lg-43 {
    line-height: 43px !important;
  }

  .line-h-lg-44 {
    line-height: 44px !important;
  }

  .line-h-lg-45 {
    line-height: 45px !important;
  }

  .line-h-lg-46 {
    line-height: 46px !important;
  }

  .line-h-lg-47 {
    line-height: 47px !important;
  }

  .line-h-lg-48 {
    line-height: 48px !important;
  }

  .line-h-lg-49 {
    line-height: 49px !important;
  }

  .line-h-lg-50 {
    line-height: 50px !important;
  }
  .line-h-lg-51 {
    line-height: 51px !important;
  }
  .line-h-lg-52 {
    line-height: 52px !important;
  }
  .line-h-lg-53 {
    line-height: 53px !important;
  }
  .line-h-lg-54 {
    line-height: 54px !important;
  }
  .line-h-lg-55 {
    line-height: 55px !important;
  }
  .line-h-lg-56 {
    line-height: 56px !important;
  }
  .line-h-lg-57 {
    line-height: 57px !important;
  }
  .line-h-lg-58 {
    line-height: 58px !important;
  }
  .line-h-lg-59 {
    line-height: 59px !important;
  }
  .line-h-lg-60 {
    line-height: 60px;
  }
  .line-h-lg-61 {
    line-height: 61px !important;
  }
  .line-h-lg-62 {
    line-height: 62px !important;
  }
  .line-h-lg-63 {
    line-height: 63x !important;
  }
  .line-h-lg-64 {
    line-height: 64px !important;
  }
  .line-h-lg-65 {
    line-height: 65px;
  }
  .line-h-lg-66 {
    line-height: 66px !important;
  }
  .line-h-lg-67 {
    line-height: 67px !important;
  }
  .line-h-lg-68 {
    line-height: 68px !important;
  }
  .line-h-lg-68 {
    line-height: 68px !important;
  }
  .line-h-lg-69 {
    line-height: 69px !important;
  }
  .line-h-lg-70 {
    line-height: 70px !important;
  }
  .line-h-lg-71 {
    line-height: 71px;
  }
  .line-h-lg-72 {
    line-height: 72px !important;
  }
  .line-h-lg-73 {
    line-height: 73px !important;
  }
  .line-h-lg-74 {
    line-height: 74px !important;
  }
  .line-h-lg-75 {
    line-height: 75px !important;
  }
  .line-h-lg-76 {
    line-height: 76px !important;
  }
  .line-h-lg-78 {
    line-height: 78px !important;
  }
  .line-h-lg-79 {
    line-height: 79px !important;
  }
  .line-h-lg-80 {
    line-height: 80px !important;
  }
  .line-h-lg-81 {
    line-height: 81px !important;
  }
  .line-h-lg-82 {
    line-height: 82px !important;
  }
  .line-h-lg-83 {
    line-height: 83px !important;
  }
  .line-h-lg-84 {
    line-height: 84px !important;
  }
  .line-h-lg-85 {
    line-height: 85px !important;
  }
  .line-h-lg-86 {
    line-height: 86px !important;
  }
  .line-h-lg-87 {
    line-height: 87px !important;
  }
  .line-h-lg-88 {
    line-height: 88px !important;
  }
  .line-h-lg-89 {
    line-height: 89px !important;
  }
  .line-h-lg-90 {
    line-height: 90px !important;
  }
  .line-h-lg-92 {
    line-height: 92px !important;
  }
  .line-h-lg-93 {
    line-height: 93px !important;
  }
  .line-h-lg-94 {
    line-height: 94px !important;
  }
  .line-h-lg-95 {
    line-height: 95px !important;
  }
  .line-h-lg-96 {
    line-height: 96px !important;
  }
  .line-h-lg-97 {
    line-height: 97px !important;
  }
  .line-h-lg-98 {
    line-height: 98px !important;
  }
  .line-h-lg-99 {
    line-height: 99px !important;
  }
  .line-h-lg-100 {
    line-height: 100px !important;
  }
}

@media (min-width: 992px) {
  .font-size-lg-1 {
    font-size: 0.0625rem !important;
  }

  .font-size-lg-2 {
    font-size: 0.125rem !important;
  }

  .font-size-lg-3 {
    font-size: 0.1875rem !important;
  }

  .font-size-lg-4 {
    font-size: 0.25rem !important;
  }

  .font-size-lg-5 {
    font-size: 0.3125rem !important;
  }

  .font-size-lg-6 {
    font-size: 0.375rem !important;
  }

  .font-size-lg-7 {
    font-size: 0.4375rem !important;
  }

  .font-size-lg-8 {
    font-size: 0.5rem !important;
  }

  .font-size-lg-9 {
    font-size: 0.5625rem !important;
  }

  .font-size-lg-10 {
    font-size: 0.625rem !important;
  }

  .font-size-lg-11 {
    font-size: 0.6875rem !important;
  }

  .font-size-lg-12 {
    font-size: 0.75rem !important;
  }

  .font-size-lg-13 {
    font-size: 0.8125rem !important;
  }

  .font-size-lg-14 {
    font-size: 0.875rem !important;
  }

  .font-size-lg-15 {
    font-size: 0.9375rem !important;
  }

  .font-size-lg-16 {
    font-size: 1rem !important;
  }

  .font-size-lg-17 {
    font-size: 1.0625rem !important;
  }

  .font-size-lg-18 {
    font-size: 1.125rem !important;
  }

  .font-size-lg-19 {
    font-size: 1.1875rem !important;
  }

  .font-size-lg-20 {
    font-size: 1.25rem !important;
  }

  .font-size-lg-21 {
    font-size: 1.3125rem !important;
  }

  .font-size-lg-22 {
    font-size: 1.375rem !important;
  }

  .font-size-lg-23 {
    font-size: 1.4375rem !important;
  }

  .font-size-lg-24 {
    font-size: 1.5rem !important;
  }

  .font-size-lg-25 {
    font-size: 1.5625rem !important;
  }

  .font-size-lg-26 {
    font-size: 1.625rem !important;
  }

  .font-size-lg-27 {
    font-size: 1.6875rem !important;
  }

  .font-size-lg-28 {
    font-size: 1.75rem !important;
  }

  .font-size-lg-29 {
    font-size: 1.8125rem !important;
  }

  .font-size-lg-30 {
    font-size: 1.875rem !important;
  }

  .font-size-lg-31 {
    font-size: 1.9375rem !important;
  }

  .font-size-lg-32 {
    font-size: 2rem !important;
  }

  .font-size-lg-33 {
    font-size: 2.0625rem !important;
  }

  .font-size-lg-34 {
    font-size: 2.125rem !important;
  }

  .font-size-lg-35 {
    font-size: 2.1875rem !important;
  }

  .font-size-lg-36 {
    font-size: 2.25rem !important;
  }

  .font-size-lg-37 {
    font-size: 2.3125rem !important;
  }

  .font-size-lg-38 {
    font-size: 2.375rem !important;
  }

  .font-size-lg-39 {
    font-size: 2.4375rem !important;
  }

  .font-size-lg-40 {
    font-size: 2.5rem !important;
  }

  .font-size-lg-41 {
    font-size: 2.5625rem !important;
  }

  .font-size-lg-42 {
    font-size: 2.625rem !important;
  }

  .font-size-lg-43 {
    font-size: 2.6875rem !important;
  }

  .font-size-lg-44 {
    font-size: 2.75rem !important;
  }

  .font-size-lg-45 {
    font-size: 2.8125rem !important;
  }

  .font-size-lg-46 {
    font-size: 2.875rem !important;
  }

  .font-size-lg-47 {
    font-size: 2.9375rem !important;
  }

  .font-size-lg-48 {
    font-size: 3rem !important;
  }

  .font-size-lg-49 {
    font-size: 3.0625rem !important;
  }

  .font-size-lg-50 {
    font-size: 3.125rem !important;
  }

  .font-size-lg-51 {
    font-size: 3.1875rem !important;
  }

  .font-size-lg-52 {
    font-size: 3.25rem !important;
  }

  .font-size-lg-53 {
    font-size: 3.3125rem !important;
  }

  .font-size-lg-54 {
    font-size: 3.375rem !important;
  }

  .font-size-lg-55 {
    font-size: 3.4375rem !important;
  }

  .font-size-lg-56 {
    font-size: 3.5rem !important;
  }

  .font-size-size-lg-57 {
    font-size: 3.5625rem !important;
  }

  .font-size-lg-58 {
    font-size: 3.625rem !important;
  }

  .font-size-lg-59 {
    font-size: 3.6875rem !important;
  }

  .font-size-lg-60 {
    font-size: 3.75rem !important;
  }

  .font-size-lg-61 {
    font-size: 3.8125rem !important;
  }

  .font-size-lg-62 {
    font-size: 3.875rem !important;
  }

  .font-size-lg-63 {
    font-size: 3.9375rem !important;
  }

  .font-size-lg-64 {
    font-size: 4rem !important;
  }

  .font-size-lg-65 {
    font-size: 4.0625rem !important;
  }

  .font-size-lg-66 {
    font-size: 4.125rem !important;
  }

  .font-size-lg-67 {
    font-size: 4.1875rem !important;
  }

  .font-size-lg-68 {
    font-size: 4.25rem !important;
  }

  .font-size-lg-69 {
    font-size: 4.3125rem !important;
  }

  .font-size-lg-70 {
    font-size: 4.375rem !important;
  }

  .font-size-lg-71 {
    font-size: 4.4375rem !important;
  }

  .font-size-lg-72 {
    font-size: 4.5rem !important;
  }

  .font-size-lg-73 {
    font-size: 4.5625rem !important;
  }

  .font-size-lg-74 {
    font-size: 4.625rem !important;
  }

  .font-size-lg-75 {
    font-size: 4.6875rem !important;
  }

  .font-size-lg-76 {
    font-size: 4.75rem !important;
  }

  .font-size-lg-77 {
    font-size: 4.8125rem !important;
  }

  .font-size-lg-78 {
    font-size: 4.875rem !important;
  }

  .font-size-lg-79 {
    font-size: 4.9375rem !important;
  }

  .font-size-lg-80 {
    font-size: 5rem;
  }

  .font-size-lg-81 {
    font-size: 5.0625rem !important;
  }

  .font-size-lg-82 {
    font-size: 5.125rem !important;
  }

  .font-size-lg-83 {
    font-size: 5.1875rem !important;
  }

  .font-size-lg-84 {
    font-size: 5.25rem !important;
  }

  .font-size-lg-85 {
    font-size: 5.3125rem !important;
  }

  .font-size-lg-86 {
    font-size: 5.375rem !important;
  }

  .font-size-lg-87 {
    font-size: 5.4375rem !important;
  }

  .font-size-lg-88 {
    font-size: 5.5rem !important;
  }

  .font-size-lg-89 {
    font-size: 5.5625rem !important;
  }

  .font-size-lg-90 {
    font-size: 5.625rem !important;
  }

  .font-size-lg-91 {
    font-size: 5.6875rem !important;
  }

  .font-size-lg-92 {
    font-size: 5.75rem !important;
  }

  .font-size-93 {
    font-size: 5.8125rem !important;
  }

  .font-size-lg-94 {
    font-size: 5.875rem !important;
  }

  .font-size-95 {
    font-size: 5.9375rem !important;
  }

  .font-size-lg-96 {
    font-size: 6rem !important;
  }

  .font-size-97 {
    font-size: 6.0625rem !important;
  }

  .font-size-lg-98 {
    font-size: 6.125rem !important;
  }

  .font-size-lg-99 {
    font-size: 6.1875rem !important;
  }

  .font-size-lg-100 {
    font-size: 6.25rem !important;
  }
}
.section-space-padding-y-60 .vc_column-inner,
.section-space-padding-y-50 .vc_column-inner,
.section-space-padding-y-40 .vc_column-inner {
  padding-top: 0 !important;
}

#mastheader .nav-link,
#menu-header-center-menu a {
  font-family: "Raleway-Regular";
  font-size: 18px;
  text-decoration: none;
  color: #001d3e;
}

#mastheader .middle-menu .nav-link.dropdown-toggle.active {
  color: #156cd2;
}

#mastheader .current-menu-item a.active {
  font-family: "Raleway-Bold";
  color: #156cd2;
}
#mastheader .offcanvas {
  top: 43px;
  z-index: -1;
  height: fit-content;
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: linear-gradient(180deg, #ffffff, #ebebeb);
}

#mastheader .biofuel-header-side-menu li.dropdown .dropdown-toggle.show::after {
  transform: rotate(270deg);
}

#mastheader .biofuel-header-side-menu li.dropdown {
  width: 0;
  transition: width 0.5s;
}

#mastheader .biofuel-header-side-menu li.dropdown .nav-link.show,
#mastheader .biofuel-header-side-menu li .nav-link.active {
  color: #156cd2;
  font-family: "Raleway-Bold";
}

#mastheader .biofuel-header-side-menu li.dropdown .nav-link.show::after {
  color: #156cd2;
}

#mastheader
  .biofuel-header-side-menu
  li.dropdown
  .nav-link.dropdown-toggle:after {
  vertical-align: 0.255em;
}

#mastheader .biofuel-header-side-menu li.dropdown .dropdown-menu {
  width: 0;
  transition: all 0.3s;
}
#mastheader .biofuel-header-side-menu li.dropdown .dropdown-menu.show {
  width: auto;
}

#mastheader .biofuel-header-side-menu .offcanvas-body {
  overflow-y: visible;
}
#mastheader .biofuel-header-side-menu .dropdown-menu {
  background: transparent;
  border: none;
}
/*  */
#mastheader .offcanvas-backdrop {
  display: none;
}
#mastheader .navbar-nav .dropdown-menu {
  position: absolute;
}
#mastheader .navbar-nav .dropdown-menu a.active {
  font-family: "Raleway-Bold";
}
#mastheader .navbar-nav .dropdown-menu a {
  background: transparent !important;
}
#mastheader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#mastheader .middle-menu .navbar-nav,
#menu-header-center-menu {
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
#mastheader .middle-menu {
  margin-top: 0px;
}
#inner-form-div {
  display: none;
}
.company-form-sec {
  padding: 100px 0 200px 0;
  background: #f7f7f7;
  background-image: url(assets/img/footer-top-banner.png);
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: auto;
}
.scroll-button {
  position: absolute;
  right: 60px;
  bottom: 50px;
}
.top-button {
  display: none;
}
.footer-links-sec {
  position: relative;
}
/*  */
@media (min-width: 768px) {
  #mastheader
    .biofuel-header-side-menu
    li.dropdown
    .dropdown-menu[data-bs-popper] {
    top: 0;
    left: 209px;
  }
  #mastheader .biofuel-header-side-menu li.dropdown {
    display: flex;
  }
  /* .team-meet-cards .card .img-con img {
    height: 220px !important;
    width: auto;
    object-fit: cover;
  } */
}


    @media (min-width:640px){
      .gform-theme--foundation .gfield--width-half {
        grid-column: span 6
    }
    }

@media (max-width: 767px) {
  #mastheader .biofuel-header-side-menu .dropdown-menu {
    position: unset;
  }
  #mastheader .offcanvas {
    padding-top: 60px;
  }
  .biofuel-blogs-detail .biofuel-table-data {
    overflow-x: scroll;
  }
  .biofuel-blogs-detail table {
    overflow-x: hidden;
  }
  .biofuel-blogs-detail table colgroup col {
    width: 230px !important;
    min-width: 230px !important;
  }
  .biofuel-blogs-detail table {
    width: 100%;
  }
  .biofuel-blogs-detail .table-with-image-content img {
    border-right: 0px;
  }
  a.contact-us-sticky {
    padding: 10px 20px !important;
  }
  a.contact-us-sticky i {
    font-size: 10px;
  }
  #mastheader .offcanvas {
    padding-bottom: 0 !important;
  }
  .offcanvas-header {
    padding-bottom: 0 !important;
  }
  .top-button {
    display: block !important;
    background: #89d431;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    right: 0;
  }
  .biofuel-online-circle-sec::after {
    width: 100% !important;
    height: 100% !important;
    border-radius: unset !important;
  }
  .stalk-main-slider .slick-next {
    right: 30%;
  }
  .stalk-main-slider .slick-prev {
    left: 30%;
  }
  .stalk-main-slider .slick-arrow {
    bottom: 0px !important;
    top: unset;
  }
  .equipmental-tractor-para {
    text-align: center;
    flex-direction: column;
    gap: 0 !important;
  }
  .search-form-grp .inner-search input {
    width: 70% !important;
    text-align: center;
    padding-inline: 15px;
  }
  .search-form-grp .inner-search select {
    width: 52% !important;
    margin-left: 10px !important;
    text-align: center;
    padding-inline: 15px;
  }
  .serach-job-sec {
    margin-bottom: 60px !important;
  }
  .search-form-grp {
    padding-inline: 12px !important;
    padding-block: 30px !important;
  }
  #leadership-team {
    border-bottom: 1px solid #000;
  }
  .leadership-team-layout-2 .heading {
    font-size: 30px;
  }
  .news-listing-recent-news-sec .inner-row .card-con {
    margin-bottom: 10px !important;
  }
  .leadership-team-layout-1 h2,
  .leadership-team-layout-1 h2 {
    font-size: 30px;
    /* margin-bottom: 30px !important; */
  }
}
/*  */

/* #inner-form-div {
  padding-bottom: 20px;
} */
#gform_fields_1 .large {
  border: 2px solid #d8d8d8;
  padding: 26px 15px;
  border-radius: 10px;
  box-shadow: none;
  color: #a2a2a2;
  font-family: "Raleway-Regular";
}
#gform_fields_1 .gform_validation_errors,
#gform_2_validation_container {
  display: none !important;
}
#gform_submit_button_1 {
  background: rgb(37, 104, 184);
  background: linear-gradient(
    90deg,
    rgba(37, 104, 184, 1) 42%,
    rgba(90, 163, 251, 1) 100%
  );
  border: none;
  padding: 15px 30px;
  border-radius: 40px;
  font-size: 22px;
  font-family: "Raleway-Medium";
}
#gform_fields_1 {
  row-gap: 30px;
}
#gform_fields_1 label {
  font-family: "Raleway-Medium";
  color: #000;
  font-size: 20px;
}
#gform_1 .gform_footer.before {
  margin-top: 5px !important;
}
.bottom-footer-sec {
  background-color: #001d3e;
  padding-bottom: 20px;
}
#gform_2 .gform_footer {
  margin: 0 !important;
}
.footer-news-letter,
.footer-logo-location {
  padding-block: 40px;
  border-bottom: 1px solid #fff;
}
.footer-logo-location .footer_widget {
  margin-bottom: 0 !important;
}
input#gform_submit_button_2 {
  padding: 15px 30px;
  border-radius: 40px;
  font-size: 12px;
  background: #89d431;
  font-family: "Raleway-Bold";
  color: #000;
}
input#input_2_1 {
  padding: 23px 30px;
  border-radius: 40px;
  font-size: 12px;
  font-family: "Raleway-Bold";
  color: #000;
}
.location-list {
  list-style: none !important;
  gap: 30px;
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.357' height='27.658' viewBox='0 0 21.357 27.658'%3e%3cdefs%3e%3cclipPath id='clip-path'%3e%3crect id='Rectangle_6463' data-name='Rectangle 6463' width='21.357' height='27.658' fill='none' stroke='%23fff' stroke-width='1'/%3e%3c/clipPath%3e%3c/defs%3e%3cg id='Group_893' data-name='Group 893' clip-path='url(%23clip-path)'%3e%3cpath id='Path_8674' data-name='Path 8674' d='M8.663,0A8.616,8.616,0,0,1,17.23,8.668c0,4.191-5.236,9.811-7.616,13.145a1.156,1.156,0,0,1-1.9,0C5.236,18.48,0,12.86,0,8.668A8.7,8.7,0,0,1,8.663,0m0,6.287a2.358,2.358,0,0,0-2.38,2.381,2.419,2.419,0,0,0,2.38,2.381,2.486,2.486,0,0,0,2.38-2.381,2.419,2.419,0,0,0-2.38-2.381' transform='translate(2.063 2.672)' fill='none' stroke='%23fff' stroke-width='1' fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: left;
  background-repeat: no-repeat;
  margin: 0 !important;
}
.location-list a {
  text-decoration: none !important;
  color: #ffffff;
  font-size: 12px;
  font-family: "Raleway-Medium";
}
.location-list li {
  position: relative;
}
.location-list li::after {
  content: "";
  width: 1px;
  background: #fff;
  height: 32px;
  right: -16px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  line-height: 20px;
}

footer .footer_widget {
  margin-bottom: 0 !important;
}
footer .wpglobus-current-language {
  display: none !important;
}
ul#footer-menu {
  flex-direction: column;
}
#menu-footer-insight-menu {
  list-style: none !important;
  padding: 0 !important;
}
ul#footer-menu #menu-item-3834 a,
#menu-footer-insight-menu #menu-item-78 a {
  padding: 0 !important;
  color: #fff !important;
  font-family: "Raleway-Bold" !important;
}
ul#footer-menu a,
#menu-footer-insight-menu a {
  text-decoration: none !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 14px;
  font-family: "Poppins-ExtraLight";
}
ul#footer-menu li,
#menu-footer-insight-menu li {
  margin-bottom: 0.5rem;
}
.footer-address-sec {
  padding: 35px 0;
}
.footer-address-sec a {
  text-decoration: none !important;
}
.footer-links-sec {
  padding-bottom: 35px;
}
.social-link-ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.social-link-ul a {
  width: 22.99px;
  height: 22.99px;
  background-color: #fff;
  border-radius: 100%;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.copyright-sec small {
  margin-inline: 60px;
}
.copyright-sec a {
  text-decoration: none !important;
}
/* .home-banner-sec {
  height: 1200px;
} */
.home-banner-content-sec {
  top: -450px;
}
.home-banner-content-sec .vc_column-inner {
  position: relative;
  padding: 45px 100px 45px 100px !important;
  margin-bottom: 50px;
}
.home-banner-content-sec .vc_column-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 42%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 42%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 42%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  border: 1px solid #ffffff;
  border-radius: 21px;
  opacity: 0.71;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: -1;
}
.img-full-width figure,
.img-full-width figure .vc_single_image-wrapper,
.img-full-width figure .vc_single_image-wrapper img {
  width: 100%;
}
.biofuel-we-offer-sec {
  padding-top: 50px;
}
.biofuel-we-offer-sec .we-offer-counter-con {
  border-radius: 16px;
  padding: 20px 0;
  margin: 15px;
  border-radius: 21px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.biofuel-we-offer-sec .we-offer-counter-con .vc_column-inner {
  padding-top: 0 !important;
}
.home-banner-content-sec {
  position: absolute;
  top: 67%;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.home-biofuel-platoform-slider-nav {
  padding-bottom: 80px;
}
.home-biofuel-platoform-slider-nav .home-biofuel-platoform-slide {
  margin: 0 15px;
}
.home-biofuel-platoform-slider-nav img,
.home-service-slider img {
  width: 100%;
  filter: drop-shadow(0px 3px 6px #00000029);
}
.home-service-slider .home-service-image-inner.slick-slide {
  padding: 20px 10px;
}

.home-service-slider .home-service-image-inner.slick-slide img {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 21px;
  height: 400px !important;
  object-fit: cover !important;
}
/* .home-biofuel-platoform-slider-nav .slick-list.draggable {
  margin-left: -15px;
  margin-right: -15px;
} */
.home-biofuel-platoform-slider-nav .home-biofuel-platoform-slide img {
  border-radius: 26px;
}

.home-biofuel-platoform-for-sec .home-biofuel-platoform-slider-nav {
  margin-bottom: 80px;
}

/* temporary code need to replace with icon */
.home-biofuel-platoform-for-slider .slick-prev:before,
.home-biofuel-platoform-for-slider .slick-next:before {
  color: #a93f3f;
}

.home-biofuel-platoform-for-slider .slick-prev,
.home-biofuel-platoform-for-slider .slick-next {
  top: 92%;
}

.home-biofuel-platoform-for-slider .slick-prev {
  left: 1%;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg id='Group_23767' data-name='Group 23767' xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3e%3cpath id='Path_104948' data-name='Path 104948' d='M-1753.323,6146.21l-12.316,11.369,12.316,10.038' transform='translate(1778.545 -6138.036)' fill='none' stroke='%23001d3e' stroke-width='1'/%3e%3cg id='Ellipse_632' data-name='Ellipse 632' fill='none' stroke='%23001d3e' stroke-width='1'%3e%3ccircle cx='19' cy='19' r='19' stroke='none'/%3e%3ccircle cx='19' cy='19' r='18.5' fill='none'/%3e%3c/g%3e%3c/svg%3e ") !important;
}
.slick-arrow {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 38px !important;
  height: 38px !important;
  z-index: 9;
}
.slick-arrow::before {
  display: none !important;
}
.slick-next {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3e%3cg id='Group_23766' data-name='Group 23766' transform='translate(-0.062)'%3e%3cpath id='Path_104948' data-name='Path 104948' d='M-1765.639,6146.21l12.316,11.369-12.316,10.038' transform='translate(1778.479 -6138.036)' fill='none' stroke='%23001d3e' stroke-width='1'/%3e%3cg id='Ellipse_632' data-name='Ellipse 632' transform='translate(0.062)' fill='none' stroke='%23001d3e' stroke-width='1'%3e%3ccircle cx='19' cy='19' r='19' stroke='none'/%3e%3ccircle cx='19' cy='19' r='18.5' fill='none'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") !important;
}
.slick-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg id='Group_23767' data-name='Group 23767' xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3e%3cpath id='Path_104948' data-name='Path 104948' d='M-1753.323,6146.21l-12.316,11.369,12.316,10.038' transform='translate(1778.545 -6138.036)' fill='none' stroke='%23001d3e' stroke-width='1'/%3e%3cg id='Ellipse_632' data-name='Ellipse 632' fill='none' stroke='%23001d3e' stroke-width='1'%3e%3ccircle cx='19' cy='19' r='19' stroke='none'/%3e%3ccircle cx='19' cy='19' r='18.5' fill='none'/%3e%3c/g%3e%3c/svg%3e ") !important;
}
.home-biofuel-platoform-for-slider .slick-arrow,
.home-service-slider .slick-arrow,
.award-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 38px;
  height: 38px;
  z-index: 9;
}
.home-biofuel-platoform-for-slider .slick-arrow::before,
.home-service-slider .slick-arrow::before,
.award-slider .slick-arrow::before {
  display: none !important;
}

.home-biofuel-platoform-for-slider .slick-next {
  right: 1%;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3e%3cg id='Group_23766' data-name='Group 23766' transform='translate(-0.062)'%3e%3cpath id='Path_104948' data-name='Path 104948' d='M-1765.639,6146.21l12.316,11.369-12.316,10.038' transform='translate(1778.479 -6138.036)' fill='none' stroke='%23001d3e' stroke-width='1'/%3e%3cg id='Ellipse_632' data-name='Ellipse 632' transform='translate(0.062)' fill='none' stroke='%23001d3e' stroke-width='1'%3e%3ccircle cx='19' cy='19' r='19' stroke='none'/%3e%3ccircle cx='19' cy='19' r='18.5' fill='none'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") !important;
}

.home-biofuel-platoform-slider-for {
  padding-inline: 12%;
}

/* app links css start */
.app-links-con {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.app-links-con a img {
  width: 150px;
  height: auto;
}
.home-service,
.award {
  padding: 0px 40px 0px 40px;
}
.home-service-slider .slick-prev,
.award-slider .slick-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg id='Group_23767' data-name='Group 23767' xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3e%3cpath id='Path_104948' data-name='Path 104948' d='M-1753.323,6146.21l-12.316,11.369,12.316,10.038' transform='translate(1778.545 -6138.036)' fill='none' stroke='%23001d3e' stroke-width='1'/%3e%3cg id='Ellipse_632' data-name='Ellipse 632' fill='none' stroke='%23001d3e' stroke-width='1'%3e%3ccircle cx='19' cy='19' r='19' stroke='none'/%3e%3ccircle cx='19' cy='19' r='18.5' fill='none'/%3e%3c/g%3e%3c/svg%3e ") !important;
  left: -50px;
}
.home-service-slider .slick-next,
.award-slider .slick-next {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3e%3cg id='Group_23766' data-name='Group 23766' transform='translate(-0.062)'%3e%3cpath id='Path_104948' data-name='Path 104948' d='M-1765.639,6146.21l12.316,11.369-12.316,10.038' transform='translate(1778.479 -6138.036)' fill='none' stroke='%23001d3e' stroke-width='1'/%3e%3cg id='Ellipse_632' data-name='Ellipse 632' transform='translate(0.062)' fill='none' stroke='%23001d3e' stroke-width='1'%3e%3ccircle cx='19' cy='19' r='19' stroke='none'/%3e%3ccircle cx='19' cy='19' r='18.5' fill='none'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") !important;
  right: -50px;
}
.common-background-sec {
  padding-top: 250px !important;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.free-trial-sec {
  padding-top: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}
.laptop-image img {
  position: relative;
  top: -120px;
  margin-bottom: -107px;
}
.free-trial-sec .img-full-width img,
.laptop-image .wpb_wrapper,
.laptop-image .vc_single_image-wrapper {
  width: 100%;
}
.laptop-image .wpb_wrapper .vc_single_image-wrapper img {
  width: 100%;
}
.bg-col-trail .vc_custom_1710327742145 {
  padding: 25px 0;
  border-radius: 21px;
}
.partner-green-box-sec .wpb_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.partner-green-box-sec {
  position: relative;
}
.partner-green-box-sec::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  background-color: #def5ee;
  height: 100%;
  z-index: -1;
}
.partner-green-box-sec .wpb_wrapper p {
  width: 28%;
  margin: 0;
}
.partner-green-box-sec .wpb_wrapper h6 {
  width: 72%;
  text-align: right;
  font-size: 14px;
  color: #001d3e;
  font-family: "Raleway-SemiBold";
}
.partner-green-box-sec.box-left .wpb_wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.partner-green-box-sec.box-left .wpb_wrapper h6 {
  text-align: left;
}
.partner-green-box-sec.box-left::after {
  left: 0;
  right: unset;
}
.client img {
  width: 100%;
  object-fit: contain;
  height: 150px;
  padding: 20px;
}
.service-common-sec .vc_column-inner {
  padding-top: 0 !important;
}
.service-common-sec:last-child {
  margin-bottom: 20px !important;
}
.service-common-sec {
  padding: 55px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 53px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 80px 0;
}
.service-common-sec .title-with-btn h3 {
  display: flex;
  justify-content: space-between;
}
.service-common-sec .title-with-btn h3 .btn-download {
  width: 241px;
  text-align: center;
  font-size: 16px;
}
.service-common-image img {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 33px;
}
/* .right-img-col {
  position: absolute !important;
  right: -18%;
  top: 10%;
} */
.page-id-523 {
  background: #f9f9f9 !important;
}
a.contact-us-sticky {
  padding: 15px 30px;
  background: #efefef;
  position: fixed;
  right: -56px;
  z-index: 99;
  top: 60%;
  border-radius: 20px 20px 0px 0px;
  z-index: 99;
  rotate: 270deg;
  text-decoration: none;
  /* box-shadow: 1px 1px 2px black; */
  box-shadow: 0px 3px 6px #00000029;
}
.navbar-toggler-open #Component_9_34 {
  width: 0;
  visibility: hidden;
  opacity: 0;
  display: none;
}
svg#Component_9_34 {
  transition: all 0.2s;
}
svg#Component_9_44 {
  opacity: 0;
  width: 0;
  display: none;
  visibility: hidden;
  transition: all 0.2s;
}
.navbar-toggler-open #Component_9_44 {
  opacity: 1;
  visibility: visible;
  display: block;
  width: auto;
}
.navbar-toggler:hover #Component_9_34 {
  width: 0;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.navbar-toggler:hover #Component_9_44 {
  opacity: 1;
  visibility: visible;
  display: block;
  width: auto;
}

.our-offering {
  margin-bottom: 80px;
  padding: 50px 0px;
  background: rgb(137, 212, 49);
  background: -moz-linear-gradient(
    156deg,
    rgba(137, 212, 49, 1) 0%,
    rgba(129, 203, 58, 1) 16%,
    rgba(30, 96, 174, 1) 79%
  );
  background: -webkit-linear-gradient(
    156deg,
    rgba(137, 212, 49, 1) 0%,
    rgba(129, 203, 58, 1) 16%,
    rgba(30, 96, 174, 1) 79%
  );
  background: linear-gradient(
    156deg,
    rgba(137, 212, 49, 1) 0%,
    rgba(129, 203, 58, 1) 16%,
    rgba(30, 96, 174, 1) 79%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#89d431",endColorstr="#1e60ae",GradientType=1);
  border-radius: 50px;
}
.our-offering .card {
  text-align: center;
  border: none !important;
  background: transparent !important;
  height: 100%;
}
.our-offering .card .card-body {
  display: flex;
  flex-direction: column;
}
.our-offering .card .btn-primary {
  width: max-content;
  margin: auto;
}
.our-offering .card h4,
.our-offering .card p,
.our-offering h2 {
  color: #fff !important;
}
.our-offering .card img {
  border: 1px solid #89d431;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
}
/* .biofuel-testi-slider-sec {
  background: rgb(236, 241, 251);
  background: -moz-linear-gradient(
    156deg,
    rgba(236, 241, 251, 1) 16%,
    rgba(247, 247, 247, 1) 79%
  );
  background: -webkit-linear-gradient(
    156deg,
    rgba(236, 241, 251, 1) 16%,
    rgba(247, 247, 247, 1) 79%
  );
  background: linear-gradient(
    156deg,
    rgba(236, 241, 251, 1) 16%,
    rgba(247, 247, 247, 1) 79%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecf1fb",endColorstr="#f7f7f7",GradientType=1);
} */
.supplyer-verification-sec .vc_column-inner {
  background: rgb(175, 233, 106);
  background: -moz-linear-gradient(
    156deg,
    rgba(175, 233, 106, 1) 16%,
    rgba(226, 251, 197, 1) 79%
  );
  background: -webkit-linear-gradient(
    156deg,
    rgba(175, 233, 106, 1) 16%,
    rgba(226, 251, 197, 1) 79%
  );
  background: linear-gradient(
    156deg,
    rgba(175, 233, 106, 1) 16%,
    rgba(226, 251, 197, 1) 79%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#afe96a",endColorstr="#e2fbc5",GradientType=1);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  opacity: 1;
  filter: blur(0px);
  padding-top: 90px;
  padding-bottom: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.conduct-auction-sec .vc_column-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 20px;
  border-radius: 12px;
  padding-top: 90px !important;
  padding-bottom: 20px;
  margin-left: 10px;
}
.supplyer-verification-sec .wpb_single_image {
  position: absolute;
  top: -45px;
}
.process-warehousing-service .vc_custom_1710917587651 {
  height: 100%;
  padding-block: 100px !important;
}
.benifits-app-sec {
  background: rgb(237, 244, 251);
  background: -moz-linear-gradient(
    156deg,
    rgba(237, 244, 251, 1) 16%,
    rgba(240, 238, 240, 1) 79%
  );
  background: -webkit-linear-gradient(
    156deg,
    rgba(237, 244, 251, 1) 16%,
    rgba(240, 238, 240, 1) 79%
  );
  background: linear-gradient(
    156deg,
    rgba(237, 244, 251, 1) 16%,
    rgba(240, 238, 240, 1) 79%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf4fb",endColorstr="#f0eef0",GradientType=1);
  padding: 60px 50px 60px;
  border-radius: 53px;
}
.benifits-app-sec .farmar-img-sec {
  margin-left: -70px !important;
}
.scanner-with-text .wpb_wrapper {
  display: flex;
  padding-right: 20px;
  flex-wrap: wrap;
}
.scanner-with-text .wpb_wrapper p {
  width: 34%;
}
.scanner-with-text .wpb_wrapper div {
  width: 50%;
}
.biofuel-online-circle-sec::after {
  content: "" !important;
  display: block !important;
  width: 1250px;
  height: 1250px;
  position: absolute;
  left: 50%;
  top: 274px;
  border-radius: 100%;
  transform: translateX(-50%);
  background: rgb(120, 191, 124);
  background: -moz-linear-gradient(
    156deg,
    rgba(120, 191, 124, 1) 12%,
    rgba(202, 216, 113, 1) 79%
  );
  background: -webkit-linear-gradient(
    156deg,
    rgba(120, 191, 124, 1) 12%,
    rgba(202, 216, 113, 1) 79%
  );
  background: linear-gradient(
    156deg,
    rgba(120, 191, 124, 1) 12%,
    rgba(202, 216, 113, 1) 79%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78bf7c",endColorstr="#cad871",GradientType=1);
}
.font-w-bolder {
  font-weight: bolder !important;
}
.scanner-with-text {
  padding-bottom: 60px;
}
a.btn-whatsapp {
  padding: 10px 20px;
  background: #1d224b;
  border-radius: 22px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.stalk-option-sec img {
  width: 100%;
  border-radius: 12px;
  height: 500px;
  object-fit: cover;
}
.stalk-option-sec h2.stalk-title {
  position: absolute;
  top: 80px;
  padding: 10px 15px;
  background: #1b70c1;
  color: #fff;
  font-family: "Raleway-Regular";
  font-size: 30px;
}
.stalk-option-sec .stalk-main-slider {
  padding-inline: 30px;
}
.farmer-video-sec iframe {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #ffffff;
  border-radius: 31px;
  height: 475px !important;
  position: unset !important;
}
.farmer-video-sec .wpb_video_wrapper {
  padding-top: 0 !important;
}
.you-tub-related-sec .wpb_wrapper {
  display: flex;
  align-items: center;
}
.right-bar .market-insights-newsteller-row {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    156deg,
    rgba(255, 255, 255, 1) 12%,
    rgba(235, 235, 235, 1) 50%
  );
  background: -webkit-linear-gradient(
    156deg,
    rgba(255, 255, 255, 1) 12%,
    rgba(235, 235, 235, 1) 50%
  );
  background: linear-gradient(
    156deg,
    rgba(255, 255, 255, 1) 12%,
    rgba(235, 235, 235, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ebebeb",GradientType=1);
}
.green-col .wpb_wrapper {
  padding: 0 60px 70px 60px;
  text-align: center;

  height: 100%;
  border-radius: 9px;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.green-col .wpb_wrapper::after {
  content: "";
  height: 96%;
  width: 100%;
  left: 0;
  bottom: 0;
  border: 1px solid #559d00;
  right: 0;
  position: absolute;
  border-radius: 9px;
  z-index: -1;
  background: #559d00;
}
.blue-col .wpb_wrapper {
  padding: 0 60px 70px 60px;
  text-align: center;
  border-radius: 9px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.blue-col .wpb_wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  border: 1px solid #1e60ae;
  right: 0;
  position: absolute;
  border-radius: 9px;
  z-index: -1;
  background: #1e60ae;
}
.blue-col,
.green-col {
  margin-top: 50px;
}
.blue-col .wpb_single_image.vc_align_left,
.green-col .wpb_single_image.vc_align_left {
  text-align: center !important;
  margin-bottom: 0;
  position: relative;
  top: -34px;
}
.blue-col h2,
.green-col h2 {
  text-align: center !important;
}
.blue-col figure.wpb_wrapper.vc_figure::after,
.green-col figure.wpb_wrapper.vc_figure::after {
  display: none;
}
.blue-col figure.wpb_wrapper.vc_figure,
.green-col figure.wpb_wrapper.vc_figure {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
  margin: auto !important;
}
.supply-portal-main-slider {
  position: relative;
  z-index: +1;
}
.supply-portal-main-slider::after {
  content: "" !important;
  width: 114%;
  height: 50%;
  position: absolute;
  border-radius: 12px;
  mix-blend-mode: soft-light;
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background: linear-gradient(#e6f2ff, #ffebeb7d);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  left: 50%;
  background: rgb(240, 240, 240);
  background: -moz-linear-gradient(
    148deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(239, 239, 239, 1) 99%
  );
  background: -webkit-linear-gradient(
    148deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(239, 239, 239, 1) 99%
  );
  background: linear-gradient(
    148deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(239, 239, 239, 1) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#efefef",GradientType=1);
}
.service-related-video-sec iframe {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    148deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(236, 236, 236, 1) 99%
  );
  background: -webkit-linear-gradient(
    148deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(236, 236, 236, 1) 99%
  );
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(236, 236, 236, 1) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ececec",GradientType=1);
}
.main-contract-slider h2 {
  font-size: 34px;
  margin-bottom: 30px;
  font-family: "Raleway-SemiBold";
  color: #156cd2;
}
.contract-description {
  font-size: 17px;
  font-family: "Raleway-SemiBold";
  color: #001d3e;
  line-height: 26px;
}
.contract-slider-child {
  margin-bottom: 0px;
}

.contarcting-sec .slick-next {
  left: -90px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='22' viewBox='0 0 35 22'%3e%3cg id='Group_10513' data-name='Group 10513' transform='translate(0 22) rotate(-90)'%3e%3cg id='Group_10512' data-name='Group 10512' transform='translate(0)'%3e%3cg id='Group_10511' data-name='Group 10511'%3e%3cg id='Group_10510' data-name='Group 10510'%3e%3cg id='Group_10509' data-name='Group 10509'%3e%3cg id='Group_10508' data-name='Group 10508'%3e%3cg id='Group_10507' data-name='Group 10507'%3e%3cg id='Group_10506' data-name='Group 10506'%3e%3cg id='Group_10505' data-name='Group 10505'%3e%3cg id='Group_10504' data-name='Group 10504'%3e%3cg id='Group_10503' data-name='Group 10503'%3e%3cg id='Group_10502' data-name='Group 10502'%3e%3cg id='Group_10501' data-name='Group 10501'%3e%3cg id='Group_872' data-name='Group 872'%3e%3cellipse id='Ellipse_86' data-name='Ellipse 86' cx='11' cy='17.5' rx='11' ry='17.5' fill='none'/%3e%3c/g%3e%3cpath id='Subtraction_1' data-name='Subtraction 1' d='M18,14H15.914L9,3.244,2.085,14H0L9,0l9,14Z' transform='translate(19 10) rotate(90)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") !important;
}
.contarcting-sec .slick-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='35' height='22' viewBox='0 0 35 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_5_254)'%3e%3cpath d='M7 5H9.086L16 15.756L22.915 5H25L16 19L7 5Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_5_254'%3e%3crect width='35' height='22' fill='white' transform='matrix(-1 0 0 -1 35 22)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ") !important;
  left: -87px;
  top: 62%;
}
.contract-description ul {
  list-style: none;
  padding: 0;
  /* margin-block: 20px; */
}
.contract-description ul li {
  position: relative;
  /* margin-bottom: 13px; */
  padding-left: 30px;
}
.contract-description ul li:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: red;
  left: 0px;
  top: 8px;
  border-radius: 50%;
  background-image: linear-gradient(133deg, #e2f0dd, #6caefb);
}
.contarcting-sec .slick-slide img {
  width: 100%;
  border-radius: 21px;
}
.contract-description {
  padding-right: 60px;
}
.slick-dots li.slick-active button::before {
  color: #171717 !important;
}
.slick-dots {
  bottom: 0 !important;
}
/* .portal-supply-title {
  position: absolute;
} */
.slick-dots button::before {
  color: #d3d3d3 !important;
  font-size: 50px !important;
  opacity: 1 !important;
}
.downloads-banner-sec {
  height: 100vh;
  max-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.downloads-newsletter-sec {
  padding-block: 40px;
  background: rgb(30, 96, 174);
  background: -moz-linear-gradient(
    181deg,
    rgba(30, 96, 174, 1) 0%,
    rgba(137, 212, 49, 1) 100%
  );
  background: -webkit-linear-gradient(
    181deg,
    rgba(30, 96, 174, 1) 0%,
    rgba(137, 212, 49, 1) 100%
  );
  background: linear-gradient(
    181deg,
    rgba(30, 96, 174, 1) 0%,
    rgba(137, 212, 49, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e60ae",endColorstr="#89d431",GradientType=1);
}
.downloads-newsletter-sec input#gform_submit_button_2 {
  background: #1e60ae;
  color: #fff !important;
}
.downloads-newsletter-sec div#gform_fields_2 {
  display: flex;
  justify-content: center;
}
.downloads-newsletter-sec div#field_2_1 {
  width: 28%;
}
.download-bro-sec .nav-link {
  font-family: "Raleway-Medium" !important;
  padding: 10px 15px;
  background: transparent;
  color: #156cd2;
  border: 1px solid #156cd2 !important;
  border-radius: 40px !important;
  font-size: 14px !important;
}
.download-bro-sec .tab-pan1e {
  padding-bottom: 80px;
}
.download-bro-sec .inner-title {
  position: relative;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  white-space: nowrap;
}
.download-bro-sec .inner-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  display: inline-block;
  margin-left: 33px;
}
.card.download-card {
  border-radius: 0;
  background: transparent;
  border: none;
  height: 100%;
}
.download-card .card-body {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #0000001c;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    148deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(219, 219, 219, 1) 0%
  );
  background: -webkit-linear-gradient(
    148deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(219, 219, 219, 1) 0%
  );
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(219, 219, 219, 1) 0%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dbdbdb",GradientType=1);
}
.download-card img.card-img-top:hover {
  scale: 1.1;
  transition: all 0.3s;
}
.download-card img.card-img-top {
  transition: all 0.3s;
  height: 367px;
  object-fit: contain;
  background: #fff;
}
.download-card .left-content {
  width: 60%;
}
.download-card .left-content p,
.download-card .left-content h5 {
  margin-bottom: 0 !important;
}
.download-bro-sec .row {
  row-gap: 40px;
}
.img-box-download {
  position: relative;
  bottom: -100px;
  margin-inline: 20px;
  border-radius: 20px;
  margin-top: -100px;
  overflow: hidden;
}
.download-card .card-body {
  display: flex;
  justify-content: space-between;
}
.download-bro-sec .inner-title {
  padding-bottom: 25px;
  padding-top: 30px;
}
.download-bro-sec .btn-download {
  font-size: 14px !important;
}
.download-bro-sec .btn-download i {
  margin-left: 5px;
  font-size: 15px;
}
.download-bro-sec .nav-pills li {
  margin-right: 15px;
}
.download-bro-sec .nav-pills li:last-child {
  margin-right: 0 !important;
}
.download-bro-sec .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #156cd2 !important;
}
.login-page-free-trial-sec {
  padding-top: 200px;
}
.login-page-banner-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.login-banner-left-side-sec {
  min-height: 600px !important;
}
.login-banner-left-side-sec .vc_column-inner {
  border-radius: 30px 0 0px 30px;
  box-shadow: 0px 3px 6px #00000029;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-banner-right-side-sec .vc_column-inner {
  border-radius: 0px 30px 30px 0px;
  box-shadow: 0px 3px 6px #00000029;
}
.login-banner-left-side-sec .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.content-box-tutorial .vc-hoverbox-back p {
  text-align: left !important;
}
.content-box-tutorial .vc-hoverbox-back {
  background-color: #fff !important;
  position: unset;
  box-shadow: 0px 3px 30px #b5d7ff96;
  border-radius: 40px !important;
  transform: unset;
}
.tutorials-sec .wpb_video_widget {
  padding-inline: 40px;
  margin-bottom: 0 !important;
  position: relative;
  bottom: -80px;
  z-index: 2;
  margin-top: -80px;
}
.tutorials-sec .wpb_video_widget iframe {
  border-radius: 30px;
}
.page-login {
  background: #ffffff !important;
}
.content-box-tutorial .vc-hoverbox-back h2 {
  color: #1b62ab;
  font-size: 30px;
  font-family: "Raleway-SemiBold";
  margin-bottom: 25px;
}
.content-box-tutorial .vc-hoverbox-back p {
  font-size: 14px;
  color: #001d3e;
}
.content-box-tutorial .vc-hoverbox-back a {
  font-size: 18px;
  color: #001d3e !important;
  font-family: "Raleway-SemiBold";
  text-decoration: none;
}
.content-box-tutorial .vc-hoverbox-back a i {
  margin-left: 10px;
}
.content-box-tutorial .vc-hoverbox-back .vc-hoverbox-block-inner {
  padding-inline: 40px;
  padding-top: 120px;
}
.content-box-tutorial .vc-hoverbox-front {
  display: none;
}
.envira-landing-banner {
  padding-top: 170px;
  padding-bottom: 80px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    181deg,
    rgba(255, 255, 255, 1) 19%,
    rgba(254, 254, 254, 1) 35%,
    rgba(221, 221, 221, 1) 65%
  );
  background: -webkit-linear-gradient(
    181deg,
    rgba(255, 255, 255, 1) 19%,
    rgba(254, 254, 254, 1) 35%,
    rgba(221, 221, 221, 1) 65%
  );
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 1) 19%,
    rgba(254, 254, 254, 1) 35%,
    rgba(221, 221, 221, 1) 65%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dddddd",GradientType=1);
}
.btn-green-gradient {
  background: rgb(62, 169, 70);
  background: -moz-linear-gradient(
    148deg,
    rgba(62, 169, 70, 1) 27%,
    rgba(125, 205, 52, 1) 45%
  );
  background: -webkit-linear-gradient(
    148deg,
    rgba(62, 169, 70, 1) 27%,
    rgba(125, 205, 52, 1) 45%
  );
  background: linear-gradient(
    148deg,
    rgba(62, 169, 70, 1) 27%,
    rgba(125, 205, 52, 1) 45%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ea946",endColorstr="#7dcd34",GradientType=1);
}
.page-id-1401 {
  background: #fff !important;
}
.fulled-nature-sec {
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 130px;
  padding-inline: 50px;
  border-radius: 40px;
  margin-block: 100px;
  position: relative;
  bottom: -270px;
  z-index: 9;
  margin-top: -170px;
}
.fulled-nature-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000042;
  display: block !important;
  border-radius: 40px;
}
.envira-difrrence-sec {
  padding-block: 200px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 23%,
    rgba(229, 240, 252, 1) 62%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 23%,
    rgba(229, 240, 252, 1) 62%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 23%,
    rgba(229, 240, 252, 1) 62%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e5f0fc",GradientType=1);
}
.envira-grade-sec .middle-col .wpb_wrapper {
  padding-inline: 40px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.envira-grade-sec .middle-col .wpb_wrapper .wpb_content_element .wpb_wrapper {
  padding-inline: 0px;
  border: unset !important;
}
.envira-grade-sec .vc_column-inner {
  padding-top: 0 !important;
}
.envira-grade-sec {
  padding-block: 100px;
  border-radius: 40px;
  position: relative;
  top: -120px;
}
.supply-portal-sec {
  padding-inline: 30px;
  padding-top: 70px;
  padding-bottom: 90px;
  border-radius: 20px;
  position: relative;
}
.supply-portal-sec .btn-absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -115px;
}
.inner-same-col .wpb_wrapper {
  background: red;
  padding-block: 70px;
  padding-inline: 30px;
  background: rgb(226, 251, 197);
  background: -moz-linear-gradient(
    106deg,
    rgba(226, 251, 197, 1) 33%,
    rgba(197, 221, 249, 1) 63%
  );
  background: -webkit-linear-gradient(
    106deg,
    rgba(226, 251, 197, 1) 33%,
    rgba(197, 221, 249, 1) 63%
  );
  background: linear-gradient(
    106deg,
    rgba(226, 251, 197, 1) 33%,
    rgba(197, 221, 249, 1) 63%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2fbc5",endColorstr="#c5ddf9",GradientType=1);
  background: rgb(226, 251, 197);
  background: -moz-linear-gradient(
    106deg,
    rgba(226, 251, 197, 1) 33%,
    rgba(197, 221, 249, 1) 63%
  );
  background: -webkit-linear-gradient(
    106deg,
    rgba(226, 251, 197, 1) 33%,
    rgba(197, 221, 249, 1) 63%
  );
  background: linear-gradient(
    106deg,
    rgba(226, 251, 197, 1) 33%,
    rgba(197, 221, 249, 1) 63%
  );
  border: 1px solid #ffffff;
  border-radius: 21px;
  opacity: 1;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  height: 100%;
  position: relative;
  padding-top: 80px;
}
.inner-same-col .wpb_wrapper .wpb_wrapper.vc_figure {
  padding: 0 !important;
  background: unset !important;
  border: none !important;
  border-radius: 0 !important;
  backdrop-filter: unset !important;
}
.inner-same-col .contact-page-icon {
  position: absolute;
  top: -42px;
  right: 50px;
}
.career-description {
  border: 2px solid #89d431;
  box-shadow: 0px 3px 10px #0000001c;
  border-radius: 40px;
  padding: 2rem;
}
.important-to-us {
  padding: 70px 0px;
}
.career-wrapper .apply-now a {
  background-color: #1e60ae;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
}
.career-wrapper {
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
  padding: 2rem;
  justify-content: space-between;
  margin: 60px 0px 50px 0px;
  border-radius: 12px;
  background: transparent linear-gradient(237deg, #89d431 0%, #1e60ae 100%) 0%
    0% no-repeat padding-box;
}
.career-wrapper .apply-now {
  text-align: center;
}
.career-profile .back a {
  display: flex;
  align-items: center;
}
.career-profile .back a i {
  font-size: 25px;
}
.career-description .apply-now-detail a {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  background: transparent linear-gradient(237deg, #89d431 0%, #1e60ae 100%) 0%
    0% no-repeat padding-box;
  display: inline-block;
}
.carrear-banner-sec {
  height: 100vh;
  max-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/wp-content/uploads/2024/03/stock-photo-harvested-rolls-of-straw-1483078-min-min.png);
}
.we-are-sec-carrear {
  padding-block: 80px;
  background: rgb(240, 255, 222);
  background: -moz-linear-gradient(
    180deg,
    rgba(240, 255, 222, 1) 19%,
    rgba(255, 255, 255, 1) 48%,
    rgba(255, 255, 255, 1) 76%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(240, 255, 222, 1) 19%,
    rgba(255, 255, 255, 1) 48%,
    rgba(255, 255, 255, 1) 76%
  );
  background: linear-gradient(
    180deg,
    rgba(240, 255, 222, 1) 19%,
    rgba(255, 255, 255, 1) 48%,
    rgba(255, 255, 255, 1) 76%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0ffde",endColorstr="#ffffff",GradientType=1);
}
#gform_3 #input_3_7 {
  flex-wrap: wrap;
  flex-direction: row;
}
/* #gform_3 #input_3_7 .gchoice {
  width: 35%;
} */
#gform_3 #input_3_7 .gchoice {
  width: 46%;
}
#gform_fields_3 .large {
  padding: 22px !important;
  border-radius: 23px !important;
  font-size: 18px !important;
  font-family: "Raleway-Regular";
  border: 1px solid #19c559 !important;
}
#gform_fields_3 .textarea {
  min-block-size: 6rem;
}
.contact-page-form-sec {
  padding: 70px 50px;
  background: rgb(240, 255, 222);
  background: -moz-linear-gradient(
    180deg,
    rgba(240, 255, 222, 1) 3%,
    rgba(255, 255, 255, 1) 17%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(240, 255, 222, 1) 3%,
    rgba(255, 255, 255, 1) 17%
  );
  background: linear-gradient(
    180deg,
    rgba(240, 255, 222, 1) 3%,
    rgba(255, 255, 255, 1) 17%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0ffde",endColorstr="#ffffff",GradientType=1);
  border-radius: 30px;
  position: relative;
  top: -110px;
  margin-bottom: -60px;
}
#gform_submit_button_3 {
  background: #1ac55a !important;
  color: #fff;
  padding: 12px 40px !important;
  border-radius: 22px;
  font-size: 18px;
  font-family: "Raleway-SemiBold";
}
#field_3_7 .gform-field-label {
  font-size: 20px;
  font-family: "Poppins-Medium";
  color: #001d3e !important;
}
#field_3_7 .gfield_label_before_complex {
  color: #2350a4 !important;
}
#gform_3 .gform_footer {
  justify-content: center !important;
}
/* #gform_3 .gfield--type-text,
#gform_3 .gfield--type-email,
#gform_3 .gfield--type-phone,
#gform_3 .gfield--type-textarea,
#gform_3 .gfield--type-consent {
  width: 50%;
  margin: auto;
} */
#gform_3 .gfield--type-text,
#gform_3 .gfield--type-email,
#gform_3 .gfield--type-phone,
#gform_3 .gfield--type-textarea,
#gform_3 .gfield--type-consent {
  width: 85%;
  margin: auto;
}
#gform_fields_3 {
  row-gap: 25px !important;
}
#field_3_7 {
  margin-bottom: 20px;
}
.no-after-banner-sec .common-banner-text-con:after {
  display: none !important;
}
#input_3_7 .gfield-choice-input {
  border: 1px solid #1ac55a !important;
}
.career-platform-biofuel .card {
  border-radius: 40px;
  border: 2px solid #89d431;
  box-shadow: 0px 3px 10px #0000001c;
  padding: 1rem;
  margin-bottom: 30px;
  height: 100%;
}
.career-platform-biofuel .col-lg-6 {
  margin-bottom: 60px !important;
}
/* .career-platform-biofuel {
} */
.career-platform-biofuel .full-time {
  margin: 20px 0px;
}
.career-platform-biofuel .full-time a {
  background-color: #f1ffe0;
  border-radius: 20px;
  padding: 10px 24px;
  color: #1d6398;
}
.career-platform-biofuel .full-time a:hover {
  background-color: #156cd2;
  color: white;
}
.career-platform-biofuel .know-more {
  margin: 30px 0px 0px 0px;
}
.career-platform-biofuel .know-more a {
  display: flex;
  align-items: center;
}

.carrear-the-future-sec .Create-The-Future-img-col:after {
  display: none !important;
}
.carrear-the-future-sec .team-life-heading {
  font-size: 140px;
  color: #fff;
  font-family: "OPTIPlanet-Italic";
  font-weight: 600;
  text-align: left;
}
.carrear-the-future-sec h4.sub-heading {
  padding-left: 40%;
  position: relative;
  /* top: -30px; */
  text-align: left;
  font-family: "Montserrat-SemiBold";
  color: #fff;
}
.carrear-the-future-sec .join-us-con {
  width: 488px;
  position: absolute;
  z-index: 11;
  top: 64%;
  transform: translateY(-50%);
}
.carrear-the-future-sec .Create-The-Future-img-col {
  margin-left: auto;
}
.important-us-sec .col-lg-3 {
  margin-bottom: 35px;
}
.card.imp-inner-card:hover h5 {
  color: #89d431;
}
.card.imp-inner-card {
  text-align: center;
  box-shadow: 0px 3px 10px #0000001c;
  border: 2px solid #89d431;
  border-radius: 40px;
  /* padding-top: 25px; */
  min-height: 239px;
  flex-wrap: wrap;
  overflow: hidden;
}
.card.imp-inner-card .card-text {
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: height 0.3s ease-in-out;
}
.card.imp-inner-card img {
  margin-top: auto;
}
.card.imp-inner-card .card-body {
  flex: unset;
  margin-bottom: auto;
  padding-block: 2rem;
}
.supply-portal-main-slider {
  position: relative;
  z-index: +1;
}
.imp-inner-card:hover img {
  height: 0px;
  visibility: hidden;
  opacity: 0;
  margin: 0 !important;
  transition: all 0.3s;
}
.imp-inner-card:hover .card-text {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 0.3s ease-in-out;
}
.page-careers {
  background: unset !important;
}
.footer-with-bg-img .footer-team-overlay-img {
  position: absolute;
  bottom: 0;
}
.page-careers .company-form-sec {
  display: none;
}
.search-form-grp {
  background: transparent linear-gradient(160deg, #89d431 0%, #1e60ae 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  padding-inline: 50px;
  padding-block: 36px;
}
.search-form-grp .inner-search input {
  width: 45%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  border: 1px solid #89d431;
  padding-inline: 35px;
  padding-block: 14px;
  border-radius: 30px;
  border: none !important;
}
.search-form-grp .inner-search input::placeholder {
  color: #9d9d9d;
}

.search-form-grp .inner-search select option {
  color: #171717;
}
.inner-search form {
  display: flex;
}
.serach-job-sec {
  margin-bottom: 80px;
}
.search-form-grp .inner-search select {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  border: 1px solid #89d431;
  padding-inline: 35px;
  padding-block: 14px;
  border-radius: 30px;
  background-position-x: -44px;
  background-position: center;
  width: 25%;
  margin-left: 30px;
  color: #9d9d9d;
  border: none !important;
}
section.career-detail-banner {
  min-height: 600px;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.leadership-section {
  background: transparent linear-gradient(3deg, #f0ffde 0%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  padding: 5rem 0px 0px 0px;
  border-radius: 20px;
  box-shadow: 0px 5px 30px #0000001f;
  margin: 50px 0px 20px 0px;
}
.leadership-right-content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadership-right-content .linkedin {
  position: absolute;
  right: 0;
  top: 0;
}
.leadership-section i {
  font-size: 20px;
}
.linkedin a {
  position: relative;
  z-index: 9;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.linkedin a::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #1e60ae;
  left: -71%;
  z-index: -1;
  border-radius: 50%;
  top: -57%;
}
/* .leadership-right-content .information{
  position: absolute;
  bottom: -300px;
  left: 10%;
} */
.previous-experience {
  padding: 70px 0px;
}

.previous-experience hr {
  border: 1px solid #8edf14;
  opacity: 1;
  position: relative;
  width: 85%;
}
.previous-experience .wrapper {
  display: flex;
  align-items: center;
}
.previous-experience i {
  font-size: 34px;
  color: #8edf14;
}
.full-blue-background-sec {
  position: relative;
}
.full-blue-background-sec::after {
  content: "";
  display: block !important;
  position: absolute;
  z-index: -1;
  background: #def5ee;
  height: 100%;
  width: 100vw;
  box-sizing: border-box;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mfp-gallery .mfp-image-holder .mfp-content {
  max-width: 100%;
  width: 600px !important;
}

.mfp-gallery img.mfp-img {
  width: 600px;
  height: 500px !important;
  max-width: 100%;
  object-fit: cover;
  padding-bottom: 10px;
}
.mfp-gallery .mfp-figure:after {
  box-shadow: none;
  background: none !important;
}
.mfp-gallery .mfp-title {
  padding: 0 !important;
}

.mfp-gallery .mfp-thumbs {
  display: flex;
  gap: 15px;
}
.mfp-gallery .mfp-thumb {
  width: 23%;
  height: 100px;
}
.mfp-gallery .mfp-thumb img {
  width: 100% !important;
  height: 100% !important;
}
.mfp-gallery .mfp-bottom-bar {
  display: none !important;
}
.mfp-gallery .arrow_prev {
  display: none;
}
.mfp-gallery .arrow_next {
  display: none;
}
.team-gallary-slider .slick-slide img {
  display: block;
  height: 440px;
  object-fit: cover;
  border-radius: 0px 50px 0px 50px;
}
div#gallery-Modal {
  background: #000000e6;
}
div#gallery-Modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
}
div#gallery-Modal .btn-close {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-position: center;
  background-color: #000;
  position: absolute;
  right: -40px;
}
div#gallery-Modal .gallery-titles {
  display: flex;
  gap: 20px;
}
div#gallery-Modal .gallery-titles a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Montserrat-Regular";
  cursor: pointer;
  opacity: 0.8;
}
div#gallery-Modal .gallery-titles a.active {
  opacity: 1;
  font-family: "Montserrat-Bold" !important;
}
div#gallery-Modal .slider-for img {
  height: 400px;
  width: 600px;
  object-fit: cover;
  object-position: center;
  margin: auto;
  border-radius: 22px;
}
/* div#gallery-Modal .slider-nav .slick-slide img {
  filter: grayscale(1);
} */
div#gallery-Modal .slider-nav .slick-center img {
  filter: none;
}
div#gallery-Modal .slider-nav .gallery-image {
  margin-inline: 5px;
}
div#gallery-Modal .slider-for button.slick-prev.slick-arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='31' cy='31' r='31' fill='%23232536'/%3e%3cg clip-path='url(%23clip0_1035_695)'%3e%3cpath d='M22.6991 29.971L37.2446 15.426C37.8125 14.8579 38.7335 14.8579 39.3016 15.4261C39.8695 15.9941 39.8695 16.915 39.3015 17.4831L25.7846 30.9997L39.3016 44.517C39.8695 45.085 39.8695 46.006 39.3015 46.574C39.0176 46.858 38.6453 47 38.273 47C37.9008 47 37.5285 46.858 37.2445 46.5739L22.6991 32.0281C22.4262 31.7553 22.273 31.3853 22.273 30.9996C22.273 30.6139 22.4262 30.2438 22.6991 29.971Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1035_695'%3e%3crect width='32' height='32' fill='white' transform='matrix(-1 0 0 1 47 15)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ") !important;
  opacity: 1 !important;
}
div#gallery-Modal .slider-for button.slick-next.slick-arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='31' cy='31' r='31' transform='matrix(-1 0 0 1 62 0)' fill='%23232536'/%3e%3cpath d='M39.3009 29.971L24.7554 15.426C24.1875 14.8579 23.2665 14.8579 22.6984 15.4261C22.1305 15.9941 22.1305 16.915 22.6985 17.4831L36.2154 30.9997L22.6984 44.517C22.1305 45.085 22.1305 46.006 22.6985 46.574C22.9824 46.858 23.3547 47 23.727 47C24.0992 47 24.4715 46.858 24.7555 46.5739L39.3009 32.0281C39.5738 31.7553 39.727 31.3853 39.727 30.9996C39.727 30.6139 39.5738 30.2438 39.3009 29.971Z' fill='white'/%3e%3c/svg%3e ") !important;
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .page-contact-us .common-banner-text-con {
    padding-top: 170px;
  }
}
@media (max-width: 992px) {
  .team-gallary-slider .slick-slide img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
  }
  .leadership-right-content .linkedin {
    right: 10%;
  }
  .postid-120 .supplier-verification-process,
  .postid-123 .bio-energy-ground-action-states {
    margin: 30px 0px 30px 0px;
  }
  .process-get-free-trial-con .inner-con {
    margin-top: 30px;
  }
  .get-a-free-trial {
    display: flex;
    justify-content: space-between;
  }
  .bio-energy-companies-contact-btn {
    padding: 10px 20px;
  }
  .postid-118 .supplyer-verification-sec {
    margin: 20px 0px;
  }
  .watch-on-ground {
    margin-top: 30px;
  }
  .equipmental-tractor-para {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .equipmental-tractor-para a {
    width: 100%;
  }
  #equipment-rental {
    padding-block: 20px;
  }
  .biofuel-blogs-section {
    justify-content: flex-start !important;
  }
  .inner-same-col .wpb_wrapper {
    margin-bottom: 40px;
  }
}

@media (max-width: 620px) {
  .inner-same-col .wpb_wrapper {
    margin-bottom: 0px;
  }
  .biofuel-blogs-section .card {
    margin-bottom: 0px !important;
  }
  .biofuel-blogs-detail .wrapper {
    padding-bottom: 30px !important;
  }
  .biofuel-blogs-section .card .card-body {
    padding: 0px;
  }
  .biofuel-blogs-section {
    justify-content: center !important;
  }
  .leadership-right-content .linkedin {
    position: absolute;
    right: 10%;
    top: 30%;
  }
  .previous-experience {
    padding: 35px 0px;
  }
  .leadership-right-content .information {
    position: unset;
    margin-top: 10px;
  }
  .leadership-right-content {
    position: unset;
    height: unset;
    display: unset;
  }
  .leadership-section {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .postid-120 .supplier-verification-process,
  .postid-123 .bio-energy-ground-action-states,
  .postid-118 .supplyer-verification-sec {
    margin: unset;
  }
  .watch-on-ground {
    margin-top: unset;
  }
  .page-id-1401 .envira-grade-sec,
  .page-id-1401 .fulled-nature-sec,
  .page-id-1401 .supply-portal-sec {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .location-list {
    justify-content: center;
    background-position: 15%;
  }
}
@media (max-width: 992px) {
  .career-platform-biofuel {
    gap: 0px;
  }
}
@media (min-width: 992px) {
  .biofuel-we-offer-sec .we-offer-counter-con {
    width: 80%;
    padding: 40px 30px 40px 30px;
    margin-bottom: 30px;
    margin: auto;
  }
  .biofuel-we-offer-sec .biofuel-we-offer-steps {
    width: 75%;
    margin: auto;
  }
  .team-meet-cards .card .img-con img {
    height: 220px !important;
    width: auto;
    object-fit: cover;
    object-position: bottom;
  }
}
@media (max-width: 992px) {
  .scroll-button {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  div#gallery-Modal .gallery-titles {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  div#gallery-Modal .gallery-titles a {
    white-space: nowrap;
    font-size: 14px;
  }
  div#gallery-Modal .slider-for img {
    height: 250px;
    width: auto;
  }
  div#gallery-Modal .btn-close {
    right: 0px;
    z-index: 10;
  }
  .mfp-gallery .mfp-thumb {
    height: auto !important;
  }
  .home-service-slider .home-service-image-inner.slick-slide img {
    border-radius: 6px;
    height: 120px !important;
    object-fit: cover !important;
  }
  .footer-logo-location h3 {
    text-align: center;
  }
  ul#footer-menu {
    margin-bottom: 20px;
  }
  .copyright-sec {
    text-align: center;
  }
  .copyright-sec small {
    margin-inline: 16px;
  }
  #gform_fields_2 {
    grid-row-gap: 20px;
  }
  input#gform_submit_button_2 {
    width: 100%;
  }
  .home-biofuel-platoform-for-slider .slick-prev,
  .home-biofuel-platoform-for-slider .slick-next {
    top: 85%;
  }
  .mfp-gallery .mfp-image-holder .mfp-content {
    max-width: 100%;
    width: 300px !important;
  }
  .mfp-gallery img.mfp-img {
    width: 300px;
    height: 300px !important;
    max-width: 100%;
  }
  .navbar-layout-4 {
    padding-inline: 20px;
  }
  .home-banner-content-sec .vc_column-inner {
    position: relative;
    padding: 30px 15px 30px 15px !important;
    margin-bottom: 50px;
  }
  .company-form-sec {
    padding: 50px 10px;
  }
  .btn-primary {
    font-size: 20px;
  }
  .common-layout-sec h2 {
    text-align: center !important;
  }
  .common-layout-sec .wpb_content_element p {
    text-align: center;
    margin-bottom: 25px !important;
  }
  .common-layout-sec .wpb_content_element p .btn-download {
    margin-top: 20px;
  }
  /* .common-layout-sec .vc_column-inner {
    padding-top: 50px;
  } */
  .partner-green-box-sec .wpb_wrapper h6 {
    text-align: right !important;
    padding-left: 20px;
  }
  .partner-green-box-sec .wpb_wrapper {
    padding-left: 0 !important;
  }
  .partner-green-box-sec.box-left .wpb_wrapper {
    padding-left: 0px;
    padding-right: 30px;
    flex-direction: row-reverse;
  }
  .partner-green-box-sec.box-left::after {
    left: unset !important;
    right: 0 !important;
    width: 88%;
  }
  .common-layout-sec .vc_column-inner {
    padding-top: 0 !important;
  }
  .common-layout-sec .wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 50px;
  }
  .common-layout-sec .wpb_column.vc_column_container.vc_col-sm-12:first-child {
    margin-top: 0 !important;
  }

  .home-banner-content-sec {
    position: relative !important;
    top: unset;
    width: 100% !important;
    left: unset !important;
    transform: unset !important;
    bottom: unset;
  }
  .home-banner-content-sec .btn-primary {
    margin-bottom: 10px;
  }
  .biofuel-we-offer-sec .we-offer-counter-con {
    margin-bottom: 50px;
    padding: 40px 0;
  }
  .home-biofuel-platoform-slider-for {
    padding-inline: 5%;
  }
  .home-biofuel-platoform-slider-nav img {
    height: 200px;
  }
  .common-background-sec {
    padding-top: 0 !important;
    background-size: contain !important;
  }
  .award {
    padding: 0px 20px 0px 20px;
  }
  .section-space-padding-y-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .free-trial-sec {
    padding-top: 250px;
    background-size: contain;
  }
  .wrapper-h3-h4 .wpb_wrapper {
    padding-bottom: 0px;
  }
  .section-space-padd-inline-40 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-common-sec {
    padding: 40px 20px;
  }
  .right-img-col {
    position: unset !important;
    right: unset;
    top: unset;
  }
  .service-common-sec .title-with-btn h3 {
    flex-direction: column;
  }
  .service-common-sec .title-with-btn h3 .btn-download {
    margin-top: 20px;
  }
  .conduct-auction-sec .vc_column-inner {
    margin-left: 0 !important;
  }
  .supplyer-verification-sec .vc_column-inner {
    margin-right: 0 !important;
  }
  .process-get-free-trial-main-col .vc_column-inner {
    padding-top: 0 !important;
  }
  .our-offering .col-md-6 {
    margin-bottom: 20px;
  }
  .our-offering .col-md-6:last-child {
    margin-bottom: 0 !important;
  }
  .benifits-app-sec .farmar-img-sec {
    margin-left: 0 !important;
  }
  .benifits-app-sec {
    padding: 60px 10px 60px !important;
  }
  .scanner-with-text .wpb_wrapper {
    flex-direction: column;
  }
  .scanner-with-text .wpb_wrapper p {
    width: 100% !important;
  }
  .scanner-with-text .wpb_wrapper div {
    width: 100% !important;
  }
  .scanner-with-text {
    /* padding-top: 40px !important; */
    padding-bottom: 41px;
  }
  .biofuel-online-circle-inner {
    padding-top: 40px !important;
  }
  .stalk-option-sec img {
    height: 300px;
    object-fit: cover;
  }
  .stalk-option-sec .stalk-main-slider {
    padding-inline: 0px;
    padding-bottom: 80px;
  }
  .stalk-option-sec h2.stalk-title {
    top: 0px;
  }
  .contract-description {
    padding-right: 0 !important;
  }
  .contract-slider-child .row {
    flex-direction: column-reverse;
  }
  .contract-slider-child img {
    margin-bottom: 25px !important;
  }
  .portal-supply-title {
    position: unset !important;
    text-align: center;
    margin-bottom: 40px !important;
  }
  .supply-portal-inner-child h2 {
    text-align: center !important;
    margin-bottom: 25px;
  }
  .download-bro-sec .nav-pills {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .download-bro-sec .nav-link {
    white-space: nowrap;
  }
  .download-bro-sec .inner-title {
    flex-direction: column;
    text-align: center;
  }
  .download-bro-sec .inner-title::after {
    margin-left: 0 !important;
    margin-top: 14px;
  }
  .card.download-card {
    margin-bottom: 35px;
  }
  .downloads-newsletter-sec div#field_2_1 {
    width: 100%;
  }
  .downloads-banner-sec,
  .carrear-banner-sec,
  .career-detail-banner {
    height: unset !important;
    min-height: 440px !important;
  }
  .download-bro-sec {
    padding-top: 50px;
  }
  .downloads-newsletter-sec div#gform_fields_2 {
    flex-direction: column;
  }
  .company-form-sec {
    background-size: contain;
  }
  .envira-grade-sec .middle-col .wpb_wrapper {
    padding-inline: 0 !important;
    border: none !important;
  }
  .envira-grade-sec .wpb_text_column.wpb_content_element {
    text-align: center !important;
  }

  .envira-grade-sec h3 {
    text-align: center !important;
  }
  .fulled-nature-sec {
    padding-inline: 15px;
    padding-block: 80px;
  }
  .supply-portal-sec {
    padding-inline: 15px;
  }
  .supply-portal-sec .btn-absolute {
    position: relative;
    left: unset !important;
    transform: unset;
    bottom: -50px;
  }
  .inner-same-col {
    margin-bottom: 60px;
  }
  #gform_3 .gfield--type-text,
  #gform_3 .gfield--type-email,
  #gform_3 .gfield--type-phone,
  #gform_3 .gfield--type-textarea,
  #gform_3 .gfield--type-consent {
    width: 100%;
  }
  .contact-page-form-sec {
    padding: 50px 20px;
  }
  #gform_3 #input_3_7 .gchoice {
    width: 100%;
  }
  #gform_3 #input_3_7 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .carrear-the-future-sec .join-us-con {
    width: 100%;
    position: unset !important;
    z-index: 11;
    top: unset;
    transform: unset !important;
  }
  section.important-us-sec {
    padding-inline: 10px;
  }
  .page-id-64
    .common-banner-sec
    .img-full-width
    figure
    .vc_single_image-wrapper
    img {
    height: 500px;
  }
  a.contact-us-sticky {
    top: 70%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .common-layout-sec .btn-primary,
  .common-layout-sec .btn-download {
    font-size: 14px;
  }
  .common-layout-sec {
    padding-top: 0 !important;
  }
  .partner-green-box-sec.box-left .wpb_wrapper {
    flex-direction: row-reverse;
  }
  .partner-green-box-sec.box-left::after {
    left: unset;
    right: 0;
  }
  .partner-green-box-sec::after {
    width: 88%;
  }
  .partner-green-box-sec .wpb_wrapper h6 {
    text-align: right;
    font-size: 16px;
  }
  .free-trial-sec {
    padding-top: 350px;
  }
  .bg-col-trail .vc_custom_1710327742145 {
    padding: 8px 0 !important;
  }
  .common-background-sec {
    padding-top: 82px !important;
    padding-bottom: 50px;
  }
  .biofuel-we-offer-sec {
    padding-top: 100px;
  }
  .service-common-sec {
    padding: 50px 20px;
  }
  .right-img-col {
    right: unset !important;
    top: unset !important;
    position: unset !important;
  }
  .benifits-app-sec {
    align-items: start !important;
  }
  .biofuel-online-circle-inner {
    flex-direction: column-reverse;
  }
  .biofuel-online-circle-inner .wpb_single_image {
    text-align: center;
    margin-bottom: 31px !important;
  }
  .blue-col .wpb_wrapper,
  .green-col .wpb_wrapper {
    padding: 0 30px 70px 30px;
  }
  #gform_3 #input_3_7 .gchoice {
    width: 48%;
  }
  #gform_3 .gfield--type-text,
  #gform_3 .gfield--type-email,
  #gform_3 .gfield--type-phone,
  #gform_3 .gfield--type-textarea,
  #gform_3 .gfield--type-consent {
    width: 75%;
    margin: auto;
  }
  .download-bro-sec .nav-pills {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .download-bro-sec .nav-link {
    white-space: nowrap;
  }
  .download-bro-sec .inner-title {
    flex-direction: column;
    text-align: center;
  }
  .download-bro-sec .inner-title::after {
    margin-left: 0 !important;
    margin-top: 14px;
  }
  .card.download-card {
    margin-bottom: 35px;
  }
  .downloads-newsletter-sec div#field_2_1 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .row.mar-gutters-80 {
    margin-right: -40px;
    margin-left: -40px;
  }

  .row.mar-gutters-80 > [class^="col"],
  .row.mar-gutters-80 > [class^="col-"],
  .row.mar-gutters-80 > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.supply-chain-list ul li {
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .contract-slider-child {
    margin-bottom: 0px;
    min-height: 450px !important;
    display: flex !important;
  }
}

/*--New CSS--*/
.blog-detail {
  margin-bottom: 30px;
}
.blog-detail img {
  width: 100%;
  display: block;
  margin-block: 30px;
}
.blog-detail strong {
  display: block;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 31px;
  color: #001d3e;
  margin-top: 20px;
  font-family: "Raleway-SemiBold";
}
.biofuel-blogs-detail ul li,
.biofuel-blogs-detail table p,
.biofuel-blogs-detail table th {
  font-size: 21px;
  line-height: 31px;
  color: #001d3e;
  font-family: "Raleway-Regular";
}
.biofuel-blogs-detail table {
  margin-bottom: 30px;
  width: 80%;
}
.biofuel-blogs-detail table th {
  font-family: "Raleway-SemiBold";
}
.biofuel-blogs-detail table td {
  border: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), 0.2);
  padding: 10px;
}
.biofuel-blogs-detail table th {
  border: 1px solid white;
  padding: 10px;
}
.biofuel-blogs-detail .table-with-image-content {
  border: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), 0.2);
  margin: 30px 0px;
  align-items: center;
}
.biofuel-blogs-detail .table-with-image-content p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Raleway-Regular";
}
.biofuel-blogs-detail .table-with-image-content h4 {
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-family: "Raleway-Medium";
}
.biofuel-blogs-detail .table-with-image-content img {
  width: 100%;
  border-right: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), 0.2);
  margin-block: 0px;
}
.biofuel-blogs-section img.card-img-top:hover {
  transition: 0.5s;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .about-us-vision-sec .about-us-vison-text-con {
    top: 50%;
  }
}

.postid-120 .our-offering .card .btn-primary {
  font-family: "Raleway-Regular";
}

/* landing page css start here */
.landing-page-header {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding-block: 20px;
}

.langin-page-banner-common .gform_fields {
  gap: 20px;
}

.langin-page-banner-common .gform_title {
  font-size: 22px;
  color: #000000 !important;
  font-family: "Raleway-Medium";
  margin-bottom: 20px;
}
.langin-page-banner-common .gform_wrapper {
  padding: 20px;
  padding-top: 60px;
  background: #fff;
}
.landing-page-2-banner-sec .gform_wrapper {
  padding-bottom: 50px;
}
#gform_4 .large {
  border: 1px solid #8d8d8d;
  color: #8d8d8d !important;
  border-radius: 0;
}
#gform_4 .gform-field-label .gfield_required {
  display: none !important;
}
#gform_4 .gform-field-label {
  color: #a8a8a8 !important;
  font-size: 18px;
}
#gform_4 .validation_message,
#gform_4_validation_container {
  display: none !important;
}
.large[aria-invalid="true"],
.textarea[aria-invalid="true"] {
  border: 1px solid red !important;
}
input#gform_submit_button_4 {
  background: #1b62ab;
  border-radius: 31px;
  padding: 15px 50px;
  font-size: 18px;
  font-family: "Raleway-Bold";
}
.langin-page-banner-common {
  padding-bottom: 100px !important;
}
.landing-page-2-banner-sec .inner-row-bg::after {
  background: transparent linear-gradient(109deg, #0a1036 0%, #baea2f 100%) 0%
    0% no-repeat padding-box !important;
  opacity: 0.6;
}
.langin-page-banner-common .inner-row-bg {
  position: relative;
  padding-left: 20px;
}
.page-id-3399 #landing-page-footer .company-form-sec {
  background-color: #fff;
}
.langin-page-banner-common .inner-row-bg::after {
  content: "" !important;
  position: absolute;
  display: block !important;
  width: 100vw;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  /* background: red; */
  background: #0a10367d 0% 0% no-repeat padding-box;
}
.three-slided-sec {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -200px;
}
.three-slided-sec .vc_column-inner {
  padding-top: 0 !important;
}
.landing-decesion-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
#landing-page-footer .company-form-sec {
  padding: 0 0 141px 0;
  background-color: #f1f3f5;
}
.landing-ul-comon ul {
  list-style: none;
}
.landing-ul-comon ul li {
  position: relative;
  margin-bottom: 15px;
}
.landing-ul-comon ul li::after {
  content: "\f138";
  position: absolute;
  left: -29px;
  top: 5px;
  /* transform: translateY(-50%); */
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.fire-user-sec {
  padding-top: 35px;
  padding-bottom: 80px;
  background-size: cover !important;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .langin-page-banner-common .inner-row-bg {
    padding-block: 40px !important;
  }
  .langin-page-banner-common .inner-row-bg::after {
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .landing-page-2-banner-sec .inner-row-bg::after {
    height: 90%;
  }
}
@media (max-width: 767px) {
  .landing-page-2-banner-sec .gform_wrapper {
    padding-bottom: 20px;
  }
  .mfp-gallery ul.dots li {
    width: 70px;
    height: 70px;
  }
  .mfp-gallery ul.dots {
    gap: 6px;
  }
  .langin-page-banner-common .inner-row-bg {
    padding-left: 0;
    padding-top: 20px;
  }
  .langin-page-banner-common .inner-row-bg::after {
    height: 100%;
  }
  .langin-page-banner-common .vc_column-inner {
    padding-top: 0 !important;
  }
  .landing-decesion-sec {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #landing-page-footer .company-form-sec {
    padding: 0 0 40px 0;
  }
  .fire-user-sec {
    padding-bottom: 20px;
  }
  .three-slided-sec {
    background-position-x: initial;
  }
  .langin-page-banner-common {
    padding-bottom: 0 !important;
  }
  .langin-page-banner-common .inner-row-bg {
    padding-block: 50px;
  }
  .langin-page-banner-common .gform_wrapper {
    padding-top: 30px;
    margin-top: 20px;
  }
}
.common-sec-with-gallery {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.common-sec-with-gallery .vc_column_container .vc_column-inner {
  height: 100%;
}

/* code for tamil lamg website */
.tamil-body-class #mastheader .nav-link,
#menu-header-center-menu a {
  font-size: 14px;
}

.tamil-body-class a.contact-us-sticky {
  right: -123px;
}

.gujarati-body-class a.contact-us-sticky {
  right: -66px;
}

@media (max-width: 767px) {
  .tamil-body-class a.contact-us-sticky {
    right: -114px;
  }
}

@media (min-width: 992px) {
  .tamil-body-class .font-size-lg-40 {
    font-size: 2rem !important;
  }
  .tamil-body-class .font-size-lg-50 {
    font-size: 2.5rem !important;
  }
  .tamil-body-class .carrear-the-future-sec .team-life-heading {
    font-size: 60px;
  }
}

@media(min-width:993px) and (max-width:1200px){
    #mastheader .middle-menu .navbar-nav, #menu-header-center-menu {
        gap: 16px;
    }
}


#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    flex-direction: column;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{
    max-width: 540px !important;
    background: #fff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    padding: 0 !important;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px !important;
    border-top: 1px solid #000;
    justify-content: start !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button {
    width: auto !important;
}

#moove_gdpr_cookie_info_bar {
     border-radius: 0;
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    background: transparent;
    display: flex
;
    align-items: center;
    background: transparent !important;
    justify-content: center;
    border: none !important;
    max-width: 100% !important;
}
#moove_gdpr_cookie_info_bar h2{
    font-family: "Raleway-SemiBold";
    font-weight: 600;
    margin-bottom: 30px;
}
#moove_gdpr_cookie_info_bar p{
    margin-bottom: 25px !important;
}
@media (max-width: 767px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        width: 90%;
    }
}
/*.download-menu  .nav-link{
  background-size: contain;
  font-size: 0px !important;
  min-height: 40px;
  min-width: 35px;
  background-image: url(/wp-content/uploads/2025/03/download-menu-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: inherit;
}
.download-menu  .dropdown-toggle::after,
.language-menu  .dropdown-toggle::after{
  display: none;
}
.language-menu  .dropdown-toggle{
  background-size: 50px;
  font-size: 0px !important;
  min-height: 40px;
  min-width: 50px;
  background-image: url(/wp-content/uploads/2025/03/language-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: inherit;
}
@media (max-width: 992px){
  #mastheader .biofuel-header-side-menu li.dropdown {
    width: auto;
}
.download-menu .nav-link {
  min-height: 46px;
  min-width: 50px;
  background-position: left center;
  height: inherit;
}
.language-menu .dropdown-toggle {
  background-size: 60px;
  min-height: 60px;
  min-width: 50px;
  background-position: left center;
  height: inherit;
}
}
@media (min-width: 992px){
   .language-menu:hover .dropdown-menu,
  .download-menu:hover .dropdown-menu {
    display: block !important;
  } 
}*/


.download-form-section-updated  div#field_2_1{
  width: 100%;
  grid-column: span 12 !important;
}
.download-form-section-updated  div#gform_fields_2{
  display: grid;
  row-gap: 20px;
}

.download-form-section-updated .gform-theme--foundation .gfield{
  grid-column: 1 / 12 !important;
}

.download-form-section-updated #gform_2{
  display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}


/*---If dont want that checkbox and want email and button in one line.. uncomment this code*/
/* .download-form-section-updated #gform_2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.download-form-section-updated #field_2_2{
  display: none;
}

@media(max-width: 620px){
  .download-form-section-updated #gform_2{
    grid-template-columns: 1fr
  }
} */
