/*----------------------------------
	Common HTML elements and more for easier usage

  ------------------------------------*/

  @import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  overflow-x: hidden;
}


html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-family: "Alegreya", serif;;
  color: #222324;
  line-height: 1.6;
  background-color: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Alegreya", serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* text-transform: capitalize; */
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #22a910;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #22a910;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #22a910;
  text-decoration: none;
}

a:focus, a:hover {
  color: #1095ac;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #22a910;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #22a910;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

video::-webkit-media-controls {
  display:none !important;
}

video::-webkit-media-controls-enclosure {
  display:none !important;
}

video::-webkit-media-controls-panel {
  display:none !important;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #22a910;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #22a910;
  border-color: #22a910;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background: #3cab09;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #22a910;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #22a910;
  border-color: #22a910;
}

.s-btn--primary-brd {
  color: #a99c10;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #22a910;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background: #22a910;
  border-color: #22a910;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-clients-v1:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}

.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: "Alegreya", serif;
  color: rgba(245, 248, 249, 0.8);
  content: "\0026";
}

.s-faq-grid__divider {
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: .3125rem 0;
}

.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: .3125rem 0 0 .5rem;
}

.s-faq .cbp-caption {
  border-bottom: none;
}

/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v1__input::-moz-placeholder {
  color: #fff;
}

.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}

.s-form-v1__input::placeholder {
  color: #fff;
}

.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Form Input v2 */
.s-form-v2__input {
  height: 2.5rem;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  border: 1px solid gray;
  background-color: transparent;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input::-webkit-input-placeholder {
  color: #ffffff;
}

.s-form-v2__input::-moz-placeholder {
  color: #ffffff;
}

.s-form-v2__input:-ms-input-placeholder {
  color: #ffffff;
}

.s-form-v2__input::placeholder {
  color: #ffffff;
}

.s-form-v2__input:focus {
  font-weight: 400;
  color: #ffffff;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.s-form-v2__input:focus::-moz-placeholder {
  color: #ffffff;
}

.s-form-v2__input:focus:-ms-input-placeholder {
  color: #ffffff;
}

.s-form-v2__input:focus::placeholder {
  color: #ffffff;
}

/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  border: none;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.5);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.s-form-v3__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.s-form-v3__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.s-form-v3__input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.s-form-v3__input:focus {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.99);
  box-shadow: none;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #000000;
}

.s-form-v3__input:focus::-moz-placeholder {
  color: #000000;
}

.s-form-v3__input:focus:-ms-input-placeholder {
  color: #000000;
}

.s-form-v3__input:focus::placeholder {
  color: #000000;
}

/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: .0625rem solid;
  background: rgba(34, 35, 36, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem .3125rem 1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:focus {
  color: #222324;
  border-color: #222324;
  box-shadow: none;
}

.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::placeholder {
  color: #222324;
}

.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 .75rem .95rem;
}

/* Form Input v5 */
.s-form-v5__input {
  height: 3.375rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #222324;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v5__input::-moz-placeholder {
  color: #656565;
}

.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v5__input::placeholder {
  color: #656565;
}

.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}

.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::placeholder {
  color: #222324;
}


/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
  width: 3rem;
  height: 3rem;
  font-size: 0.8125rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
  color: #fff;
  background: #22a910;
  border-color: #22a910;
}

.s-icon--white-bg {
  color: #222324;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
  color: #22a910;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #22a910;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #22a910;
  line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #fff;
  background: #22a910;
  border-color: #22a910;
}

.s-icon--primary-bg {
  color: #fff;
  background: #22a910;
  line-height: 1.6;
}

/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}

.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: .625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: " ";
}

.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: .625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: " ";
}

/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #22a910 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v2__form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #22a910 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v3__date {
  line-height: .8;
  margin-right: 1rem;
}

.s-promo-block-v3__month, .s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}

.s-promo-block-v3__month {
  vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, #22a910 80%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  width: 55rem;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}

/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}

@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
}

@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
}

@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 7rem;
    width: 18.75rem;
    height: auto;
  }
}

/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark, .s-plan-v1__price-tag {
  color: #22a910;
}

.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}

.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}

/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -.4375rem;
  }
}

/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}

.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(0, 0, 0, 0.2);
  content: " ";
  margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}

.s-process-v1:last-child:before {
  display: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}

.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}

/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}

.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 181, 241, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Video v2 */
.s-video-v2__bg {
  position: relative;
}

.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(34, 35, 36, 0.85);
  content: " ";
}

/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: .75rem 1.875rem;
}

.s-header__container:before, .s-header__container:after {
  content: " ";
  display: table;
}

.s-header__container:after {
  clear: both;
}

@media only screen 
    and (min-device-width: 1024px)
    and (max-device-width: 1200px)
      {
        .s-header__container {
          width: 100%;
          height: auto;
          display: table;
          padding: .40rem 0rem;
        }
      }

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  width: 47%;
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo-link {
  display: inline-block;
  padding: 0rem 0;
}

.s-header__logo-link:focus, .s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default, .s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 0.2rem;
  left: 0;
  opacity: 0;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: 50px;
    height: auto;
    float: left;
  }
}

@media only screen 
    and (min-device-width: 1024px)
    and (max-device-width: 1200px)
      {
        .s-header__logo-img-shrink {
          width: 60px;
        }
        .s-header__logo-img-default{
          width: 55px;
        }
      }

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before, .s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
  background: #fff;
}

.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Trigger Icon 1 */
.s-header__trigger-icon1 {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #000000;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon1:before, .s-header__trigger-icon1:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon1:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon1:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon1 {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon1 {
  background: #fff;
}

.-is-active .s-header__trigger-icon1:before, .-is-active .s-header__trigger-icon1:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon1:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon1:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 18rem 0;
  left: -20px;
}

/* Menu List */
.s-header__nav-menu {
  width: 100%;
  text-align: center;
  margin-bottom: 20;
}

@media only screen 
and (min-device-width: 64em)
and (max-device-width: 74.9375em)
  {
  .s-header__nav {
    height: 100%;
    padding: 18rem 0;
  }
  .s-header__nav-menu {
    width: 100%;
    text-align: center;
  }
}

@media only screen 
and (min-device-width: 75em)
and (max-device-width: 89.9375em)
  {
  .s-header__nav {
    height: 100%;
    padding: 16rem 0;
  }
  .s-header__nav-menu {
    width: 100%;
    text-align: center;
  }
}

@media only screen 
and (min-device-width: 48em)
and (max-device-width: 63.9em)
  {
  .s-header__nav {
    height: 100%;
    padding: 8rem 0;
  }
  .s-header__nav-menu {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 47.9em) {
  .s-header__nav {
    height: 100%;
    padding: 5rem 0;
  }
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 0 3rem;
  margin-bottom: .3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  opacity: .85;
  padding: 0.7rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-link {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    opacity: .85;
    padding: 0.7rem;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 52%;
  /* right: -2.5rem; */
  /* width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " "; */
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
  color: #22a910;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider[href]:hover:active {
  right: 0;
  background: white;
}
.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  /* padding-right: 2.5rem; */
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}

/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action-item {
  padding: 0;
  margin-left: .1875rem;
  margin-right: .3125rem;
}

.s-header__action-link {
  position: relative;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: .1rem;
}

.s-header__action-link:first-child {
  padding-left: 10px;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
  color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.3rem 0 rgba(34, 35, 36, 15);
}

.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
  background: #fff;
}

.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #222324;
}

/* Trigger Icon 1*/
.s-header__shrink.-is-open .s-header__trigger-icon1 {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon1 {
  background: #222324;
}

/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
  position: relative;
  z-index: 1000;
  min-height: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__navbar:before, .s-header-v2__navbar:after {
  content: "&#8595;";
  display: table;
}

.s-header-v2__navbar:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
}

/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
  display: table-row;
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-row {
    display: inherit;
  }
}

/* Columns */
.s-header-v2__navbar-col {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col {
    display: block;
  }
}

/* Space */
.s-header-v2__navbar-col-width--180 {
  width: 11.250rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col-width--180 {
    width: auto;
  }
}

/* Variations */
@media (min-width: 62em) {
  .s-header-v2__navbar-col--left {
    float: left;
  }
  .s-header-v2__navbar-col--left .dropdown__mega-menu {
    right: auto;
    left: 10rem;
  }
}

@media (min-width: 62em) {
  .s-header-v2__navbar-col--right {
    float: right;
  }
}

/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
  position: relative;
  display: none;
  float: right;
  background: transparent;
  border: none;
  outline: none;
  line-height: 4.3rem;
  padding: .5625rem .3125rem .5625rem .625rem;
  margin: 0;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.0625rem;
  display: inline-block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar, .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  background: #222324;
}

.s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  position: absolute;
  left: 0;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar:before {
  width: 0.625rem;
  height: 0.0625rem;
  bottom: .625rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1rem;
  height: 0.0625rem;
  top: -.3125rem;
}

.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.0625rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__toggle {
    display: block;
  }
}

/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}

.s-header-v2__logo-link {
  display: inline-block;
  padding: 1rem 1.25rem 1rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
  text-decoration: none;
}

.s-header-v2__logo-img {
  display: inline-block;
}

.s-header-v2__logo-img--default {
  display: block;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}

.s-header-v2__logo-img--shrink {
  display: none;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }
  .s-header-v2__logo-link {
    padding-left: .875rem;
    padding-right: .625rem;
  }
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 .9375rem !important;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }
  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.s-header-v2__nav:before, .s-header-v2__nav:after {
  content: " ";
  display: table;
}

.s-header-v2__nav:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}

.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}

.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}

.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: "Alegreya", serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
  color: #fff;
}

.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link.-is-active {
  color: #fff;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }
  .s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header-v2__nav-link.-is-active {
    color: #22a910;
  }
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Alegreya", serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
  color: #22a910 !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #22a910 !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }
  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }
  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }
  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #22a910;
  }
  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #22a910;
  }
}

/*----------------------------------
  Footer
------------------------------------*/
.s-footer__logo {
  position: relative;
  z-index: 1;
}

.s-footer__logo:before {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: -1;
  background: url("../img/widgets/worldmap.png") no-repeat center center;
  background-size: cover;
  content: " ";
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 25px;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9;
  background: #0e2991;
  border-radius: 25px;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 30px;
  font-style: normal;
  font-family: "Alegreya", serif;
  color: #fff;
  line-height: 30px;
  padding-top: 5px;
  width: 50px;
  content: "\2191";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #09ff00;
  color: white;
}

.s-back-to-top:hover:before {
  color: #ffffff;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 1.2rem !important;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}


@media (max-width: 47.9em) {
  .s-portfolio__filter-v1-item {
    font-size: 1rem !important;
    padding-bottom: 20px !important;
    color: #656565 !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
  }
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  font-weight: 700;
  color: #33d81d !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.s-portfolio__img-effect img {
  height: 100%;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.95);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #22a910;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  display: block;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: .0625rem;
  line-height: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  margin-left: -2.5rem;
}

.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}

.s-tab__filter-v1:last-child:before {
  display: none;
}

.s-tab__filter-v1.cbp-filter-item-active {
  color: #22a910;
}

.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}

/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map,
.s-google-map .s-google-container {
  position: relative;
}

/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: "Alegreya", serif;
  color: #656565;
  content: "\e646";
}

/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}

/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #22a910;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #22a910;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #22a910;
}

.container{
  width: 100%;
}





.weoffer-sechead{
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.weoffer-sechead::before{
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: rgb(255, 255, 255);
}

.portfolio-head{
  color: rgb(0, 0, 0);
}

.portfolio-sechead{
  color: rgb(0, 0, 0);
}

.portfolio-content{
  color: rgb(0, 0, 0);
}

.portfolio-conhead{
  color: rgb(26, 202, 26);
}

.nextgen1{
  position: relative;
  top: 60px;
}

.next-gen {
  position: relative;
  top: 90px;
  width: 120%;
  height: 320px;
  left: 0px;
  border-radius: 10px;
}

#next-background-video {
  width: 100%;
  height:100%;
  object-fit: cover;
  position:relative;
  box-shadow:10px 10px 10px fade(#000000,80%);
  background-repeat: no-repeat;
  background-size:cover !important;
}

#soil-background-video {
  width: 100%;
  height:100%;
  object-fit: cover;
  position:relative;
  box-shadow:10px 10px 10px fade(#000000,80%);
  background-repeat: no-repeat;
  background-size:cover !important;
}

.nutri {
  position: relative;
  top: 30px;
  width: 120%;
  height: 320px;
  left: 0px;
}

#nutri-background-video {
  width: 100%;
  height:100%;
  object-fit: cover;
  position:relative;
  border-radius: 10px;
  box-shadow:10px 10px 10px fade(#000000,80%);
  background-repeat: no-repeat;
  background-size:cover !important;
}

.smart-agri1{
  position: relative;
  left: 10px;
  margin-top: 100px;
  margin-bottom: -70px;
}


.soil-home-vid {
  position: relative;
  top: 10px;
  width: 80%;
  height: 320px;
  left: 0px;
  border-radius: 10px !important;
  }

.smart {
  position: relative;
  top: 20px;
  width: 80%;
  height: 320px;
  left: 0px;
  border-radius: 10px;
  }

  @media only screen 
  and (min-device-width: 768px)
  and (max-device-width: 1023px)
    {
      .soil4{
        position: relative;
        padding-left: 50px;
        left: 0px;
        width: 100%;
      }
      .soil{
        position: relative;
        padding-left: 0px;
        left: 0px;
        width: 100%;
        top: -70px;
        padding: 0px;
        border-radius: 10px;
      }
      .smart-agri-content{
         position: relative;
        padding-left: 0px;
        left: 0px;
        width: 100%;
        top: -70px;
        padding: 0px;
        border-radius: 10px;
      }
      .soil-home-vid {
        border-radius: 10px;
        width: 100%;
        height: 220px !important;
        position: relative;
        top: 20px;
        left: 0%;
      }
      .nutri-manag-content{
        position: relative;
        padding-left: 0px;
        top: -40px;
        width: 100%;
        left: 0px;
        border-radius: 10px;
        margin-bottom: 0px;
      }

      .next-gen-content{
        position: relative;
        padding-left: 0px;
        top: -10px;
        width: 100%;
        left: 0px;
        border-radius: 10px;
        margin-bottom: 0px;
      }
      .smart {
        border-radius: 10px;
        width: 100%;
        height: 220px !important;
        position: relative;
        top: 0px;
        left: 0%;
        }

        .market-link1{
          position: relative;
        padding-left: 0px;
        left: 20px;
        width: 45%;
        top: 20px;
        padding: 0px;
        border-radius: 10px;
       }
        .next-gen {
          border-radius: 10px;
          width: 140%;
          height: 220px !important;
          position: relative;
          top: 60px;
          left: -50px;
        }
      
        .nextgen1{
          position: relative;
          top: 50px;
        }

        #soil-background-video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position:relative;
          border-radius: 10px;
          border: 1px black soil;
          box-shadow:10px 10px 10px fade(#000000,80%);
          background-repeat: no-repeat;
          background-size:cover !important;
        }

        #next-background-video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position:relative;
          border-radius: 10px;
          border: 1px black soil;
          box-shadow:10px 10px 10px fade(#000000,80%);
          background-repeat: no-repeat;
          background-size:cover !important;
        }
  
  .nutri {
    border-radius: 10px;
          width: 140%;
          height: 220px !important;
          position: relative;
          top: 30px;
          left: -50px;
  }

  #nutri-background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:relative;
    border-radius: 10px;
    border: 1px black soil;
    box-shadow:10px 10px 10px fade(#000000,80%);
    background-repeat: no-repeat;
    background-size:cover !important;
  }
}

@media only screen 
and (min-device-width: 1024px)
and (max-device-width: 1200px)
  {
    .soil4{
      position: relative;
      padding-left: 10px;
      left: -50px;
      width: 125%;
    }
    .next-gen {
      border-radius: 20px;
      width: 130%;
      height: 250px;
      position: relative;
      top: 50px;
      left: -30px;
    }
    .soil{
      position: relative;
      padding-left: 0px;
      left: -45px;
      width: 131%;
      top: -30px;
      padding: 0px;
      border-radius: 10px;
    }
    .nutri-manag-content{
      position: relative;
      padding-left: 0px;
      top: -50px;
      width: 132%;
      left: -60px;
      border-radius: 10px;
      margin-bottom: 0px;
    }
    .next-gen-content{
      position: relative;
      padding-left: 0px;
      top: -80px;
      width: 130%;
      left: -60px;
      border-radius: 10px;
      margin-bottom: 0px;
    }
    .smart-agri-content{
      position: relative;
      padding-left: 0px;
      left: -45px;
      width: 135%;
      top: -70px;
      padding: 0px;
      border-radius: 10px;
   }
   .market-link1{
    position: relative;
    padding-left: 0px;
    left: -30px;
    width: 50%;
    top: -50px;
    padding: 0px;
    border-radius: 10px;
 }
    .soil-home-vid {
      border-radius: 20px;
      width: 90%;
      height: 250px;
      position: relative;
      top: 30px;
      left: 0%;
    }
    .smart {
      border-radius: 20px;
      width: 90%;
      height: 250px;
      position: relative;
      top: -10px;
      left: 0%;
    }
    .nutri {
      border-radius: 20px;
      width: 130%;
      height: 250px;
      position: relative;
      top: 10px;
      left: -30px;
    }
  }

  @media only screen 
and (min-device-width: 1201px)
and (max-device-width: 1439px)
  {
    .soil4{
      position: relative;
      padding-left: 50px;
      left: 0px;
      width: 120%;
      left: -50px;
    }
    .next-gen {
      border-radius: 10px;
      width: 130%;
      height: 300px;
      position: relative;
      top: 40px;
      left: -30px;
    }
    .soil{
      position: relative;
      padding-left: 0px;
      left: -45px;
      width: 130%;
      top: -30px;
      padding: 0px;
      border-radius: 10px;
    }
    .nutri-manag-content{
      position: relative;
      padding-left: 0px;
      top: -50px;
      width: 132%;
      left: -70px;
      border-radius: 10px;
      margin-bottom: 0px;
    }
    .next-gen-content{
      position: relative;
      padding-left: 0px;
      top: -55px;
      width: 128%;
      left: -70px;
      border-radius: 10px;
      margin-bottom: 0px;
    }
    .smart-agri-content{
      position: relative;
      padding-left: 0px;
      left: -45px;
      width: 128%;
      top: -70px;
      padding: 0px;
      border-radius: 10px;
   }
   .market-link1{
    position: relative;
    padding-left: 0px;
    left: -30px;
    width: 48%;
    top: -50px;
    padding: 0px;
    border-radius: 10px;
 }
    .soil-home-vid {
      border-radius: 10px;
      width: 90%;
      height: 100%;
      position: relative;
      top: 0px;
      left: 0%;
    }
    #soil-background-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position:relative;
      border-radius: 10px;
      border: 1px black soil;
      box-shadow:10px 10px 10px fade(#000000,80%);
      background-repeat: no-repeat;
      background-size:cover !important;
    }

    .smart {
      border-radius: 10px;
      width: 90%;
      height: 100%;
      position: relative;
      top: -30px;
      left: 0%;
    }
    #next-background-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position:relative;
      border-radius: 10px;
      border: 1px black soil;
      box-shadow:10px 10px 10px fade(#000000,80%);
      background-repeat: no-repeat;
      background-size:cover !important;
    }
    .nutri {
      border-radius: 10px;
      width: 130%;
      height: 300px;
      position: relative;
      top: 0px;
      left: -30px;
    }
  }

@media (min-width: 1920px){
  #soil-background-video {
    width: 85%;
    height:510px;
    object-fit: cover;
    position:relative;
    border-radius: 10px;
    box-shadow:10px 10px 10px fade(#fff,80%);
    background-repeat: no-repeat;
    background-size:cover !important;
  }
  #next-background-video {
    width: 85%;
    height:510px;
    object-fit: cover;
    position:relative;
    border-radius: 10px;
    box-shadow:10px 10px 10px fade(#fff,80%);
    background-repeat: no-repeat;
    background-size:cover !important;
  }
  #nutri-background-video {
    width: 85%;
    height:460px;
    object-fit: cover;
    position:relative;
    border-radius: 10px;
    box-shadow:10px 10px 10px fade(#fff,80%);
    background-repeat: no-repeat;
    background-size:cover !important;
  }
}

@media (max-width: 767.98px) {
  .soil4{
    position: relative;
    left: 30px;
    width: 90%;
    top: -270px;
    margin-bottom: -270px;
  }
  .soil{
    position: relative;
    padding-left: 0px;
    top: -370px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
    margin-bottom: -350px;
  }

  .soil-home-vid {
    position: relative;
  margin-top: 0px;
  width: 100%;
  height: 200px;
  left: 0px;
  border-radius: 10px;
  }
  .smart {
      position: relative;
    margin-top: 0px;
    width: 100%;
  height: 200px;
  left: 0px;
    border-radius: 10px;
    }
  .next-gen-content{
    position: relative;
    padding-left: 0px;
    top: -440px;
    width: 100%;
    left: 20px;
    border-radius: 0px;
    margin-bottom: 0px;
  }

  .smart-agri-content{
    position: relative;
    padding-left: 0px;
    top: -100px;
    width: 102%;
    left: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: -100px;
  }

  .nutri-manag-content{
    position: relative;
    left: 20px;
    top: -440px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0px;
  }
  
  .market-link1{
    position: relative;
    padding-left: 15px;
    top: -380px;
    width: 106%;
    border-radius: 0px;
    margin-bottom: 0px;
  }

    .next-gen {
      position: relative;
      width: 95%;
      height: 200px;
      left: 0px;
      top: 450px;
      margin-bottom: -200px;
      border-radius: 10px;
    }

    #soil-background-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position:relative;
      border-radius: 0px;
      box-shadow:10px 10px 10px fade(#fff,80%);
      background-repeat: no-repeat;
      background-size:cover !important;
    }

    #next-background-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position:relative;
      border-radius: 0px;
      box-shadow:10px 10px 10px fade(#fff,80%);
      background-repeat: no-repeat;
      background-size:cover !important;
    }

    .nutri {
      position: relative;
      width: 95%;
      height: 200px;
      left: 0px;
      top: 450px;
      margin-bottom: 0px;
      border-radius: 10px;
    }

    #nutri-background-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position:relative;
      border-radius: 0px;
      box-shadow:10px 10px 10px fade(#fff,80%);
      background-repeat: no-repeat;
      background-size:cover !important;
    }

    #biologicals{
      margin-bottom: -400px;
    }

    #nutrient{
      margin-bottom: -150px;
    }

    .smart-agri1{
      position: relative;
      left: 10px;
      margin-top: -170px;
      width: 270px;
    }
}


.case-head{
  color: white;
}

.case-sechead{
  color: rgb(26, 202, 26);
}

.case-content{
  color: rgb(255, 255, 255);
}
.case .card {
  margin: 50px;
  border-radius: 10px;
  position: relative;
  box-shadow: 10px 10px 10px rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-size: cover !important;
}

.case .card::after {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: linear-gradient(45deg, #ff4e50, #ffaa00); /* Adjust gradient colors as needed */
  filter: blur(20px);
  transform: scale(1.05);
  opacity: 0.8;
  transition: 500ms all ease-in-out 0ms;
}

.case .card:hover::after {
  transform: scale(0.8);
  opacity: 0;
  border: 2px solid #fff; /* Add border color */
}

 
.case .card:nth-of-type(1) {
  margin-top: 0;
    margin-left: 10px;
    width: 90%;
    height: 530px;
    position: relative;
  background-image:url('./../img/dna.jpg');
  background-repeat: no-repeat;
}



.about {
  /* Background image */
  /* background-image: url('./../img/about-banner.jpg'); */
  
  /* Linear gradient */
  background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url('./../img/about-banner.jpg');
  
  /* Background properties */
  background-size: cover; /* Adjust as needed */
  background-position: center center; /* Adjust as needed */
  background-repeat: no-repeat; /* Adjust as needed */
}



.weare .card {
  margin:20px;
  border-radius:30px;
  max-width:95%;
  max-height:95%;
  position:relative;
  box-shadow:10px 10px 10px fade(#fff,80%);
  background-size:cover !important;  
  &::after {
    width:100%;
    height:100%;
    border-radius:50px;
    position:absolute;
    top:0;left:0;
    z-index:-1;
    content:'';
    background:inherit;
    filter:blur(20px);
    transform:scale(1.05);
    opacity:0.8;
    transition:500ms all ease-in-out 0ms;
  }
  &:hover::after {
    transform:scale(0.8);
    opacity:0;
  }
}
 
.weare .card:nth-of-type(1) {
    width: 300px;
    height: 480px;
    position: relative;
    left: 20%;
  background:url('https://assets.codepen.io/48941/photo-1627208550904-7abe585132d4.avif');
}



.list {
  position: relative;
}
.list ul {
  position: relative;
}
.list ul li {
  position: relative;
  left: 0;
  color: #fce4ec;
  list-style: none;
  margin: 4px 0;
  border-left: 2px solid #2cb01d;
  transition: 0.5s;
  cursor: pointer;
}
.list ul li:hover {
  left: 10px;
}
.list ul li span {
  position: relative;
  padding: 8px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}
.list ul li:hover span {
  color: #e9e9e9;
}
.list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00f51079;
  border-left: 2px solid #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.list ul li:hover:before {
  transform: scaleX(1);
}

    .weoffer{
      display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .card {
        flex: 1 0 40%;
        margin-bottom: 20px;
    }
    .card img {
        width: 80%;
        height: auto;
        display: block;
        border-radius: 25px;
    }
    @media only screen and (max-width: 768px) {
        .card {
            flex: 1 0 100%;
        }
    }

    .contacttrigger:active{
      background-color: white;
    }

    /* .icon-hover:hover {
  border-color: #3b71ca !important;
  background-color: white !important;
  color: #3b71ca !important;
}

.icon-hover:hover i {
  color: #3b71ca !important;
} */

.products{
		section{
			width: 100%;
			height: 500px;
			/*background: red;*/
			margin: auto;
			display: flex;
			align-items: center;
			overflow-x: auto;
		}
		section::-webkit-scrollbar{
			display: none;
		}
		section .product{
			min-width: 22%;
			height: 90%;
			background: rgb(255, 255, 255);
			margin:  0 20px  0 0;
			border-radius: 20px;
			position: relative;
			left: 5%;
			transition: 0.5s;

		}
		picture{
			width: 100%;
			height: 70%;
			padding: 20px;
			/*background: green;*/
			display: flex;
			overflow: hidden;
			margin-bottom: 20px;
		}
		picture img{
			width: 100%;
		}
		.detail,
		.button{
			width: 80%;
			/*background: red;*/
			margin: auto;
			padding: 15px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			height: 50px;
			font-size: 20px;
		}
		p.star{
			margin: 5px auto;
		    width: 65%;
		    font-size: 25px;
		    color: #808080;
		}
		@media (max-width: 768px) {
			.text h1{
				font-size: 35px;
			}
			.text p{
				width: 90%;
			}
			header h1{
				font-size: 25px;
			}
			header p span{
				font-size: 30px;
			}
			section .product {
				min-width: 49%;
				margin:  0 10px  0 0;
			}
			.detail, .button{
				font-size: 16px;
			}
			a{
				padding: 6px 10px;
			}
		}
}

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 10px 26px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #2cb01d;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
}

.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2cb01d;
  border-radius: 30px;
}

.blob-btn:hover {
  color: #ffffff;
}

.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ffffff00;
}

.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
}

.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #2cb01d;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}

.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}


.buy{
  
.blob-btn {
  z-index: 1;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #2cb01d;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2cb01d;
  border-radius: 30px;
}
.blob-btn:hover {
  color: #FFFFFF;
}

.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ffffff00;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #2cb01d;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
}

.contact1{
  
  .blob-btn {
    z-index: 1;
    position: relative;
    padding: 10px 26px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
  }
  
  .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 30px;
  }
  
  .blob-btn:hover {
    color: #000000;
  }
  
  .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #00000000;
  }
  
  .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
  }
  
  .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #ffffff;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
  }
  
  .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
  }
  
  .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
  }
  
  .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
  }
  
  .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
  }
  
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
  }
  
  }

.connect{
  
.blob-btn {
  z-index: 1;
  position: relative;
  padding: 10px 26px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-radius: 30px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}
.blob-btn:hover {
  color: #FFFFFF;
  border-radius: 30px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ffffff;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #000000;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}
}

.video-background {
  position: absolute;
  background-size: 100%;
  background-position: 0px;
  width: 100%;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
}

.video-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

@media (max-width: 767.9px) {
  .video-background {
    width: 100%; 
    height: 108%;
    background-position: center center !important;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1024) {
  .video-background {
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    /* Adjust the aspect ratio as needed */
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
  font-size: 30px;
  background-color: #fefefe;
  padding: 20px;
  border-radius: 8px;
}
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.testimonial {
  width: 100%;
  align-items: center;
}

.wrapper1 {
  width: 100%;
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff00;
  background-color: rgba(255, 255, 255, 0);
  font-size: 20px;
  border: none;
  outline: none;
}

.arrow:hover {
  background-color: rgba(255, 255, 255, 0);
}

.arrow.prev {
  left: 0;
}

.arrow.next {
  right: 0;
}

.card-wrapper1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 10px);
  overflow-x: auto;
  padding: 20px;
  gap: 20px;
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 24px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.card-wrapper1::-webkit-scrollbar {
  display: none;
}

.card-wrapper1.grab {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.card-wrapper1.no-smooth {
  scroll-behavior: auto;
}

.card-item {
  scroll-snap-align: start;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.card-item img {
  width: 95%;
  border-radius: 5px;
  height: 400px;
  object-fit: cover;
}

.card-title {
  font-weight: 600;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 95%;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  background-image: linear-gradient(
    -225deg,
    rgb(255, 255, 255),
    rgba(0, 128, 0, 0.285)
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
}

.card-title:hover {
  color: #15b72e;
}

.card-description {
  color: #888;
}

.play-button {
  position: relative;
  color: rgba(75, 208, 35, 0.859);
  top: -220px;
  left: 35%;
}

@media (max-width: 767.98px){
  .card-item img {
    width: 95%;
    border-radius: 5px;
    height: 450px;
    object-fit: cover;
  }
  
  .card-title {
    font-weight: 600;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 95%;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #000000;
    background-image: linear-gradient(
      -225deg,
      rgb(255, 255, 255),
      rgba(0, 128, 0, 0.285)
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
  }
}

@media (min-width: 1920px){
  .card-item{
    height: 550px;
  }
  .card-item img {
    width: 90%;
    border-radius: 5px;
    height: 550px;
    object-fit: cover;
  }
}
@media only screen 
and (min-device-width: 768px)
and (max-device-width: 1023px)
  {
    .card-wrapper1 {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc((95% / 2));
      overflow-x: auto;
      padding: 30px;
      gap: 40px;
      -webkit-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: 24px;
      scroll-behavior: smooth;
      scrollbar-width: none;
    }
    }


    @media only screen 
and (min-device-width: 1024px)
and (max-device-width: 1200px)
  {
    .card-wrapper1 {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc((102% / 3) - 16px);
      overflow-x: auto;
      padding: 20px;
      gap: 20px;
      -webkit-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: 24px;
      scroll-behavior: smooth;
      scrollbar-width: none;
    }
    }

    @media only screen 
and (min-device-width: 1201px)
and (max-device-width: 1440px)
  {
    .card-wrapper1 {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc((102% / 4) - 16px);
      overflow-x: auto;
      padding: 20px;
      gap: 20px;
      -webkit-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: 24px;
      scroll-behavior: smooth;
      scrollbar-width: none;
    }
    }

.play-button:hover {
  color: #ffffff;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.element {
  animation: slide 5s linear infinite alternate; /* Looping animation with smooth transition */
}


@media screen and (max-width: 575px) {
  .card-wrapper1 {
      position: relative;
      width: 90vw;
      grid-auto-columns: 100%;
  }
}


.career-featured .block {
  display: flex;
}
@media (max-width: 768px) {
  .career-featured .block {
    flex-wrap: wrap;
  }
}
.career-featured .block .content {
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .career-featured .block .content {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.career-featured .block .content h2 {
  margin-bottom: 30px;
}
.career-featured .block .video {
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .career-featured .block .video {
    flex-grow: 1;
    width: 100%;
  }
}

.card-item1 {
  scroll-snap-align: start;
  border-radius: 0px;
  height: 100%;
  width: 280px;
  overflow: hidden;
  position: relative;
}

.card-item1 img {
  width: 70%;
  border-radius: 0px;
  object-fit: cover;
}

.smart-item img {
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.wrapper2 {
  width: 95%;
  left: 3%;
  position: relative;
}
.card-wrapper2 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((90% / 4) + 20px);
  overflow-x: auto;
  padding: 10px;
  gap: 12px;
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 24px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.card-wrapper2::-webkit-scrollbar {
  display: none;
}

.card-wrapper2.grab {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.card-wrapper2.no-smooth {
  scroll-behavior: auto;
}

.arrow2 {
  position: absolute;
  transform: translateY(-40%);
  margin-top: 15%;
  width: 50px;
  height: 50px;
  background: #0bbf0bd8;
  border: none;
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.3s;
}
.arrow2:hover {
  opacity: 0.8;
}

.prev2 {
  left: -10px;
}

.next2 {
  right: -10px;
}

.arrow2 >.fa {
  color: #ffffffd8;
  font-size: 30px;
  padding-left: 8px;
  transition: transform 0.3s;
}

.arrow2:hover .fa {
  transform: scale(1.2);
}

@media screen and (max-width: 767.98px) {
  .card-item1 {
    scroll-snap-align: start;
    border-radius: 0px;
    height: 100%;
    width: 300px;
    overflow: hidden;
    position: relative;
  }
}

@media only screen 
and (min-device-width: 768px)
and (max-device-width: 1023px)
  {
    .card-wrapper2 {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc((95% / 2));
      overflow-x: auto;
      padding: 20px;
      gap: 30px;
      -webkit-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: 24px;
      scroll-behavior: smooth;
      scrollbar-width: none;
    }
    .arrow2 {
      position: absolute;
      transform: translateY(-50%);
      margin-top: 25%;
      width: 50px;
      height: 50px;
      background: #0bbf0bd8;
      border: none;
      border-radius: 50%;
      z-index: 1;
      transition: opacity 0.3s;
    }
    .card-item1 {
      scroll-snap-align: start;
      border-radius: 0px;
      height: 100%;
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .card-item1 img {
      width: 70%;
      margin-left: 70px !important;
      border-radius: 0px;
      object-fit: cover;
    }

    .smart-item img {
      width: 100%;
      border-radius: 0px;
      object-fit: cover;
    }

    .wrapper2 {
      width: 100%;
      left: 0%;
      position: relative;
    }

    .arrow2:hover {
      opacity: 0.8;
    }

    .prev2 {
      left: 30px;
    }

    .next2 {
      right: 30px;
    }

    .arrow2 >.fa {
      color: #ffffffd8;
      font-size: 30px;
      padding-left: 8px;
      transition: transform 0.3s;
    }

    .arrow2:hover .fa {
      transform: scale(1.2);
    }
  }

  @media only screen 
  and (min-device-width: 1024px)
  and (max-device-width: 1400px)
    {
      .card-wrapper2 {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((65% / 2) + 1%);
        overflow-x: auto;
        padding: 40px;
        gap: 25px;
        -webkit-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 24px;
        scroll-behavior: smooth;
        scrollbar-width: none;
      }
      .arrow2 {
        position: absolute;
        transform: translateY(-50%);
        margin-top: 25%;
        width: 50px;
        height: 50px;
        background: #0bbf0bd8;
        border: none;
        border-radius: 50%;
        z-index: 1;
        transition: opacity 0.3s;
      }
      .card-item1 {
        scroll-snap-align: start;
        border-radius: 0px;
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: relative;
      }
  
      .card-item1 img {
        width: 70%;
        border-radius: 0px;
        object-fit: cover;
      }
  
      .smart-item img {
        width: 100%;
        border-radius: 0px;
        object-fit: cover;
      }
  
      .wrapper2 {
        width: 90%;
        left: 5%;
        position: relative;
      }
  
      .arrow2:hover {
        opacity: 0.8;
      }
  
      .prev2 {
        left: -20px;
      }
  
      .next2 {
        right: -20px;
      }
  
      .arrow2 >.fa {
        color: #ffffffd8;
        font-size: 30px;
        padding-left: 8px;
        transition: transform 0.3s;
      }
  
      .arrow2:hover .fa {
        transform: scale(1.2);
      }
    }

@media screen and (max-width: 575px) {
  .card-wrapper2 {
      position: relative;
      width: 90vw;
      grid-auto-columns: 100%;
  }
}

.job-list .block {
  padding: 50px 80px;
  background: #fff;
}
.job-list .block h2 {
  margin-bottom: 30px;
  font-size: 32px;
}
.job-list .block .job {
  padding: 50px 10px;
  display: flex;
}

.job-list .block .job .content p{
  font-size: 18px;
}
@media (max-width: 768px) {
  .job-list .block {
    padding: 50px 40px;
    background: #fff;
  }
  .job-list .block .job {
    display: block;
    text-align: center;
  }
}
.job-list .block .job .apply-button a{
  font-size: 20px;
}
.job-list .block .job:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 480px) {
  .job-list .block .job {
    flex-wrap: wrap;
  }
}
.job-list .block .job .content {
  flex-basis: 100%;
}
.job-list .block .job .content h3 {
  margin-bottom: 0;
}
.job-list .block .job .apply-button {
  flex-basis: 100%;
  align-self: center;
  text-align: right;
}
@media (max-width: 768px) {
  .job-list .block .job .apply-button {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen 
and (min-device-width: 64em)
and (max-device-width: 75em){
  .job-list .block {
    padding: 0px 0px;
    background: #fff;
  }
  .job-list .block h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.arrow1 {
  position: absolute;
  transform: translateY(-50%);
  margin-top: 15%;
  width: 50px;
  height: 50px;
  background: #0bbf0bd8;
  border: none;
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.3s;
}


.arrow1:hover {
  opacity: 0.8;
}

.prev1 {
  left: 10px;
}

.next1 {
  right: 25px;
}

.arrow1 >.fa {
  color: #ffffffd8;
  font-size: 30px;
  transition: transform 0.3s;
}

.arrow1:hover .fa {
  transform: scale(1.2);
}

@keyframes arrowBounce {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-5px);
  }
  100% {
      transform: translateY(0);
  }
}

.arrow1:hover .fa {
  animation: arrowBounce 0.5s initial;
}

.fa-arrow-right:hover{
  transform: translateX(12px);
  transition: transform 1s ease;
}

@media only screen 
and (min-device-width: 768px)
and (max-device-width: 1024px)
  {
    .arrow1 {
      position: absolute;
      transform: translateY(-50%);
      margin-top: 30%;
      width: 50px;
      height: 50px;
      background: #0bbf0bd8;
      border: none;
      border-radius: 50%;
      z-index: 1;
      transition: opacity 0.3s;
    }
  }

  @media only screen 
and (min-device-width: 1024px)
and (max-device-width: 1200px)
  {
    .arrow1 {
      position: absolute;
      transform: translateY(-50%);
      margin-top: 20%;
      width: 50px;
      height: 50px;
      background: #0bbf0bd8;
      border: none;
      border-radius: 50%;
      z-index: 1;
      transition: opacity 0.3s;
    }
    .prev1 {
      left: 30px;
    }
    
    .next1 {
      right: 25px;
    }
  }

  @media only screen 
  and (min-device-width: 1201px)
  and (max-device-width: 1439px)
    {
      .arrow1 {
        position: absolute;
        transform: translateY(-50%);
        margin-top: 18%;
        width: 50px;
        height: 50px;
        background: #0bbf0bd8;
        border: none;
        border-radius: 50%;
        z-index: 1;
        transition: opacity 0.3s;
      }
    }


@media (max-width: 767.98px) {
  #market-link {
      position: relative;
      top: -70px;
      padding-top: 150px;
      margin-bottom: 50px;
  }
  
  .arrow1 {
    position: absolute;
    transform: translateY(-50%);
    margin-top: 60%;
    width: 50px;
    height: 50px;
    background: rgb(34, 201, 59);
    border: none;
    border-radius: 50%;
    z-index: 1;
    transition: opacity 0.3s;
  }
  .prev1 {
    left: 0;
  }
  
  .next1 {
    right: 10px;
  }

  .arrow2 {
    position: absolute;
    transform: translateY(-50%);
    margin-top: 60%;
    width: 50px;
    height: 50px;
    background: rgb(34, 201, 59);
    border: none;
    border-radius: 50%;
    z-index: 1;
    transition: opacity 0.3s;
  }
  .prev2 {
    left: 0;
  }
  
  .next2 {
    right: 10px;
  }
}

.productcat {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 70%;
  position: relative;
  left: 15%;
  
.card {
  position: relative;
  background: #a9a8a265;
  height: 500px;
  border-radius: 0px;
  margin: 20px;
  overflow: hidden;
  border: 1px solid gainsboro;
}

.card:nth-child(1) {
  background: #b3b2aa3c;
}

.card:nth-child(2) {
  background: #c7e6ea65;
}

.card:nth-child(3) {
  background: #c4ebd54c;
}

.card:hover::before {
  top: -70%;
  transform: skewY(390deg);
}

.card::after {
  text-align-last: center;
  width: 100%;
  content: "NEXT GEN";
  position: absolute;
  bottom: 0;
  font-weight: 600;
  font-size: 3em;
  color: rgba(0, 0, 0, 0.1);
}

.card .imgBox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.145) 0px 50px 50px -50px;
}

.card .contentBox {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.card .contentBox h3 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card .contentBox .price {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  letter-spacing: 1px;
}

.card .contentBox .buy {
  position: relative;
  top: 100px;
  opacity: 0;
  padding: 10px 30px;
  margin-top: 0px;
  color: #000000;
  text-decoration: none;
  background: #ffcc0000;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
  animation: fadeInScaleUp 1s forwards; /* Add this line */
}

@keyframes fadeInScaleUp { /* Add this block */
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.card:hover .contentBox .buy {
  top: 0;
  opacity: 1;
}

.mouse {
  height: 230px;
  width: auto;
}
}

#soil{
  padding-top: 150px;
}

.nutri2{
  position: relative;
  top: 70px;
}

@media screen and (max-width: 768px) {
  .productcat {
    flex-direction: column;
    align-items: stretch;
    width: 120%;
    left: -30%;
    
    .card {
      width: 120%;
      margin: 10px 0;
      height: 700px !important;
    }
    
    .card .imgBox {
      padding-top: 30px;
    }
    
    .card .contentBox {
      padding: 10px;
    }
  
    #testimonial{
      position: relative;
      top: -170px;
      margin-bottom: -180px;
    }
    #feedback{
      position: relative;
      top: -100px;
      margin-bottom: -100px;
    }
  }
  
  
  .nutri2{
    position: relative;
    left: -40px;
    top: -360px;
    width: 350px;
    margin-bottom: -340px;
  }
 
}

@media only screen 
    and (min-device-width: 1030px)
    and (max-device-width: 1366px)
      {

      .video-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
      }
      .nutri2{
        position: relative;
        top: 50px;
      }
      /* #soil{
        padding-top: 170px;
      } */
      #biologicals{
        padding-top: 40px;
      }
      /* #smart-agri{
        padding-top: 200px;
      } */
      #nutrient{
        padding-top: 50px;
      }
      #market-link{
        padding-top: 210px;
      }
      #testimonial{
        padding-top: 60px;
      }

      #feedback{
        padding: 55px;
      }
    
      #footer{
        padding-top: 50px;
      }
}


/* @media (min-width: 1920px){
  #soil{
    padding-top: 220px;
  }

  #biologicals{
    padding-top: 0px;
  }

  .nextgen1{
    padding: 43px;
  }
  
  #nav14bar{
    padding-left: 30px;
  }

  #smart-agri{
    padding-top: 250px;
  }

  #nutrient{
    padding-top: 100px;
  }

  .nutri2{
    padding: 28px;
  }

  #market-link{
    padding-top: 150px;
  }

  .market-link1{
    padding-top: 200px;
  }

  #testimonial{
    padding-top: 0px;
  }

  .arrow1 {
    position: absolute;
    transform: translateY(-50%);
    margin-top: 12%;
    width: 50px;
    height: 50px;
    background: white;
    border: none;
    border-radius: 50%;
    z-index: 1;
    transition: opacity 0.3s;
  }

  #feedback{
    padding: 120px;
  }

  #footer{
    padding-top: 50px;
  }
} */

/* Default styles for horizontal navbar */
.s-header__nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-header__nav-menu-item {
  margin: 0 10px;
  position: relative;
}

/* Styles for dropdown menu */
.s-header__nav-menu-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #ffffff00;
  margin-top: 100px;
  width: 1400px;
  left: -300px;
}

.s-header__nav-drop-menu-link{
  font-size: 1.3rem;
}

/* Media query for mobile */
@media (max-width: 767.98px) {
  .s-header__nav-menu {
      flex-direction: column;
  }

  .s-header__nav-drop-menu-link{
    font-size: 1rem;
  }

  .s-header__nav-menu-dropdown {
      position: static;
      width: 320px;
  }

  .s-header__nav-menu-dropdown-menu {
      display: none;
      position: static;
      width: 320px;
      margin-top: 0px;
      padding-bottom: 30px;
      padding-right: 30px;
      border: none;
      background-color: rgba(255, 255, 255, 0.193);
      color: black !important;
  }

  .s-header__nav-menu-dropdown-menu li {
      display: block;
  }
}

@media only screen 
    and (min-device-width: 768px)
    and (max-device-width: 1023.98px)
      {
  .s-header__nav-menu {
      flex-direction: column;
  }

  .s-header__nav-drop-menu-link{
    font-size: 1rem;
  }

  .s-header__nav-menu-dropdown {
      position: static;
      width: 320px;
  }

  .s-header__nav-menu-dropdown-menu {
      display: none;
      position: static;
      width: 320px;
      margin-top: 0px;
      padding-bottom: 30px;
      padding-right: 30px;
      border: none;
      background-color: rgba(255, 255, 255, 0.193);
      color: black !important;
  }

  .s-header__nav-menu-dropdown-menu li {
      display: block;
  }
}
@media only screen 
    and (min-device-width: 1024px)
    and (max-device-width: 1200px)
      {
      .s-header__nav-menu-link{
        font-size: 18px !important;
      }
      .s-header__nav-menu-item {
        margin: 0 2px;
        position: relative;
      }
      .s-header__nav-menu-dropdown-menu {
        display: none;
        position: absolute;
        left: 0;
        margin-top: 50px;
        width: 1100px;
        left: -200px;
      }
}
@media only screen 
    and (min-device-width: 1201px)
    and (max-device-width: 1439px)
      {
      .s-header__nav-menu-link{
        font-size: 22px !important;
      }
      .s-header__nav-menu-item {
        margin: 0 2px;
        position: relative;
      }
      .s-header__nav-menu-dropdown-menu {
        display: none;
        position: absolute;
        left: 0;
        margin-top: 50px;
        width: 1100px;
        left: -150px;
      }
}

.cbp-item-wrapper{
  margin-top: 0px;
  margin-left: 0px;
  box-shadow: 1px black;
  padding: 5px 5px;
}

.btn {
  line-height: 40px;
  height: 50px;
  text-align: center;
  width: 200px;
  cursor: pointer;
}
.btn-one {
  color: #0fb340;
  transition: all 0.3s;
  position: relative;
}
.btn-one span {
  transition: all 0.3s;
}
.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(212, 23, 23, 0.5);
  border-bottom-color: rgba(212, 23, 23, 0.5);
  transform: scale(0.1, 1);
}
.btn-one:hover span {
  letter-spacing: 2px;
}
.btn-one:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(34, 22, 197, 0.1);
}
.btn-one:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}

.productimg{
  position: relative;
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  height: 400px ;
  width: 400px;
}

@media (max-width: 768px) {
  .productimg{
    position: relative;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    height: 400px ;
    width: 400px;
  }
}

.product1img{
  position: relative;
  padding-top: 50px;
  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 20px;
  height: 450px ;
  width: 500px;
}

@media (max-width: 768px) {
  .product1img{
    position: relative;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    height: 400px ;
    width: 400px;
  }
}

.product2img{
  position: relative;
  padding-top: 10px;
  padding-left: 80px;
  padding-right: 80px;
  height: 300px ;
  width: 500px;
}

@media (max-width: 768px) {
  .product2img{
    position: relative;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    height: 400px ;
    width: 400px;
  }
}

.animate-charcter
{
  background-image: linear-gradient(
    -90deg,
    rgb(215, 25, 56) 67%,
    rgba(0, 0, 255, 0.689) 100%,
    green 29%,
    yellow 0%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 8s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  from {
    background-position: 200% top;
  }
  to {
    background-position: 0% bottom;
  }
}

.about-animate-charcter{
  background-image: linear-gradient(
    -225deg,
    rgb(186, 14, 14) 0%,
    rgb(201, 0, 80) 29%,
    rgb(235, 18, 195) 67%,
    rgb(20, 20, 192) 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 8s linear infinite;
  display: inline-block;
}

/* .about-main-animate-charcter{
  background-image: linear-gradient(
    -225deg,
    rgb(0, 13, 255) 0%,
    rgb(205, 142, 167) 29%,
    orange 67%,
    rgb(179, 179, 197) 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 8s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
} */

.app-footer__marquee {
  backdrop-filter: blur(1px);
  font-size: 80px;
  color: rgba(15, 197, 18, 0.321);
  font-weight: 700;
  white-space: nowrap;
  --marquee-animation-duration: 30s;
  width:100%;
  margin: auto;
}

@media (max-width: 767.98px) {
  .app-footer__marquee {
    backdrop-filter: blur(1px);
    font-size: 80px;
    color: rgba(15, 197, 18, 0.321);
    font-weight: 700;
    white-space: nowrap;
    --marquee-animation-duration: 30s;
    width:100%;
    margin: auto;
  }
}

@media only screen 
and (min-device-width: 768px)
and (max-device-width: 1023px){
  .app-footer__marquee {
    backdrop-filter: blur(1px);
    font-size: 80px;
    color: rgba(15, 197, 18, 0.321);
    font-weight: 700;
    white-space: nowrap;
    --marquee-animation-duration: 30s;
    width:100%;
    margin: auto;
  }
}

@media only screen 
and (min-device-width: 1024px)
and (max-device-width: 1439px){
  .app-footer__marquee {
    backdrop-filter: blur(1px);
    font-size: 80px;
    color: rgba(15, 197, 18, 0.321);
    font-weight: 700;
    white-space: nowrap;
    --marquee-animation-duration: 30s;
    width:100%;
    margin: auto;
  }
}

.u-marquee {
  --marquee-gap: 8ch;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.u-marquee,
.u-marquee__content {
  display: flex;
  gap: var(--marquee-gap);
}

.u-marquee__content {
  animation: marquee var(--marquee-animation-duration) linear infinite;
  flex-shrink: 0;
  justify-content: space-around;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u-marquee__content > * {
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(calc(-100% - var(--marquee-gap)));
  }
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  z-index: 1000;
}

.popup-content {
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 425px) {
  .container {
    width: 395px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

@media (min-width: 1300px) {
  .footer-container{
    width: 1280px !important;
  }
  .container {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
  .footer-container{
    width: 95.5% !important;
    .foot-home-logo{
      position: relative;
      left: -20px;
    }
  }
}



.fa-3x{
  font-size: 3em;
}

@media only screen 
and (min-device-width: 1024px)
and (max-device-width: 1200px){
  .fa-3x{
    font-size: 2em !important;
  }
}