/*
Theme Name: KiwiRIde
Text Domain: kiwiride
Version: 1.0
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/



/*******************  01. Default CSS - Start ***************** */
@font-face {
  font-family: Mark-Pro-Bold;
  src: url("assets/fonts/Mark-Pro-Bold.ttf");
}

@font-face {
  font-family: Mark-Pro-Medium;
  src: url("assets/fonts/Mark-Pro-Medium.ttf");
}

@font-face {
  font-family: Mark-Pro-Regular;
  src: url("assets/fonts/Mark-Pro-Regular.ttf");
}

@font-face {
  font-family: Poppins-BoldItalic;
  src: url("assets/fonts/Poppins-BoldItalic.ttf");
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}

body {
  font-family: Mark-Pro-Regular;
  background-color: #fcfffa;
}

a {
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

.floatR {
  float: right;
}

/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.btn {
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
}

.btn.btn-light {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1d3000;
  border: 2px solid #2a2a2a;
}

.btn.btn-dark {
  padding: 7.5px 20px;
  background-color: #2a2a2a;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #f9fff4;
}

.btn-green {
  padding: 13px 25px;
  font-family: Mark-Pro-Medium;
  font-size: 18px;
  line-height: 23px;
  color: var(--green-700);
  border: 1px solid var(--green-700);
}

.btnGreen {
  background: #79cc03;
  border: 1px solid #79cc03;
  border-radius: 5px;
  padding: 13px 47px;
  font-family: Mark-Pro-Medium;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.btnMore {
  color: var(--green-700);
  display: inline-block;
  position: relative;
  border-bottom: 1px solid var(--green-700);
  margin-right: 4px;
}

.btnMore .arrow {
  position: absolute;
  top: 0;
}

.btn-answer {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  padding: 3.5px 8px;
  border: 1px solid #79cc03;
  border-radius: unset;
}

.w50 {
  width: 50% !important;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.justify-end {
  justify-content: end;
}

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

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

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}

.row {
  width: 100%;
  display: flex;
  align-items: center;
}

.col {
  width: 100%;
}

.col-2 {
  width: 16%;
}

.col-10 {
  width: 84%;
}

.col-5 {
  width: 40%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 60%;
}

/*******************  01. Default CSS - End ***************** */

/*******************  02. Colors - Start ***************** */
:root {
  --green-900: #41c409;
  --green-800: #74c304;
  --green-700: #79cc03;
  --green-600: #67e13d;
  --green-500: #91f869;
  --green-400: #e2f8c3;
  --green-300: #1d3000;

  --white-900: #fcfffa;
  --white-700: #f9fff4;

  --black-900: #2a2a2a;
  --black-700: #323737;
}

/*******************  02. Colors - End ***************** */

/*******************  03. Header - Start ***************** */
/* ========== Navbar ==========*/
.header .navbar {
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .navbar .centerBar {
  margin-left: 250px;
}

.header .navbar-bg {
  background: rgba(248, 255, 243, 0.8);
}

.header .navbar ul li {
  display: inline-block;
}

.header .navbar ul li a {
  font-family: Mark-Pro-Bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.header .navbar ul:nth-child(2) li {
  margin-right: 35px;
}

.header .navbar ul:nth-child(2) li:last-child {
  margin-right: 0;
}

.header .navbar ul:nth-child(3) li:nth-child(1) {
  margin-right: 20px;
}

.header .navbar ul:nth-child(3) li:nth-child(2) {
  margin-right: 10px;
}

/* ========== Intro ==========*/
.intro {
  background-image: url(new/assets/Ilustrations/Mobility.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% -20%;
}

.intro .title-bg {
  position: absolute;
  left: 7%;
  z-index: -1;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 165px;
  line-height: 248px;
  letter-spacing: -0.005em;
  color: rgba(0, 0, 0, 0.05);
}

.intro .title {
  font-family: Mark-Pro-Bold;
  font-size: 75px;
  line-height: 85px;
  color: var(--green-300);
  padding: 80px 180px 0 0;
  margin-bottom: 60px;
}

.intro .title .txtGreen {
  color: var(--green-800);
}

.intro .btn {
  margin-bottom: 50px;
}

/* ========== Cards ==========*/
.intro .cardBox {
  display: grid;
  column-gap: 33px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 71px;
}

.intro .cardBox .card {
  background: var(--black-900);
  border-radius: 8px;
  text-align: center;
  padding: 20px 33px;
}

.intro .cardBox .card .icon {
  margin-bottom: 20px;
}

.intro .cardBox .card .subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #f8fff3;
}

/*******************  03. Header - End ***************** */

/*******************  04. Info Kiwiride - Start ***************** */
.infoKiwiride {
  margin: 0 0 80px 0;
}

.infoKiwiride .row {
  justify-content: space-between;
}

.infoKiwiride .row .info {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  margin-bottom: 20px;
}

.infoKiwiride .row .info:nth-child(2) {
  padding-right: 100px;
}

.infoKiwiride .row .info:nth-child(3) {
  padding-right: 170px;
}

.infoKiwiride .row .info:last-child {
  margin-bottom: 0;
}

/*******************  04. Info Kiwiride - End ***************** */

/*******************  05. Modal: Software and Business - Start ***************** */
.modalSoftware {
  margin-bottom: 70px;
}

.modalSoftware .page-wrapper {
  background: var(--green-400);
  border-radius: 10px;
  padding: 50px;
}

.modalSoftware .page-wrapper .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-700);
}

.modalSoftware .page-wrapper .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: var(--black-700);
}

/*******************  05. Modal: Software and Business - End ***************** */

/*******************  06. Control panels - Start ***************** */
.controlPanels {
  margin-bottom: 80px;
}

.controlPanels .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
  padding-right: 100px;
  margin-bottom: 20px;
}

.controlPanels .subtitle {
  padding-right: 120px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
}

/*******************  06. Control panels - End ***************** */

/*******************  07. KIWIRide-franchise - Start ***************** */
.kiwirideFranchise {
  margin-bottom: 80px;
}

.kiwirideFranchise .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
  padding-right: 50px;
  margin-bottom: 20px;
}

.kiwirideFranchise .subtitleBox .subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
}

.kiwirideFranchise .subtitleBox .subtitle:last-child {
  margin-bottom: 0;
}

/*******************  07. KIWIRide-franchise - End ***************** */

/*******************  08. Principles - Start ***************** */
.principles {
  margin-bottom: 100px;
}

.principles .row:nth-child(1) .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
  margin-bottom: 10px;
}

.principles .row:nth-child(1) .title a {
  border-bottom-width: 4px;
}

.principles .row:nth-child(1) .title img {
  width: 14px;
}

.principles .row:nth-child(1) .subtitle {
  margin-right: 80px;
  font-size: 16px;
  line-height: 20px;
  color: var(--black-700);
  margin-bottom: 70px;
}

.principles .row:nth-child(2) .col .card {
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 90px;
  border-right: 1px solid #79cc03;
}

.principles .row:nth-child(2) .col .card img {
  margin-right: 20px;
}

.principles .row:nth-child(2) .col .card .info {
  font-size: 16px;
  line-height: 20px;
  color: var(--black-700);
}

.principles .row:nth-child(2) .col:nth-child(1) .card {
  border-left: 1px solid #79cc03;
}

/*******************  08. Principles - End ***************** */

/*******************  09. Modal-Video - Start ***************** */
.modalVideo {
  margin-bottom: 90px;
}

.modalVideo .videoBox {
  width: 100%;
  height: 349px;
  overflow: hidden;
  border-radius: 10px;
}

.modalVideo .videoBox iframe {
  width: 100%;
  height: 100%;
}

/*******************  09. Modal-Video - End ***************** */

/*******************  10. Partners - Start ***************** */
.partners .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
  margin-bottom: 60px;
}

.partners .carousel {
  position: relative;
  overflow: hidden;
}

.partners .carousel__slider {
  width: 100%;
  background-color: var(--green-400);
  padding: 70px 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 200px;
}

.partners .carousel__list {
  position: absolute;
  width: 140%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/*******************  10. Partners - End ***************** */

/*******************  11. Footer - Start ***************** */
.footer {
  background-color: var(--black-900);
  padding: 50px 0;
}

.footer .logo {
  margin-bottom: 28px;
}

.footer .logo img {
  width: 52px;
}

.footer .logo img:nth-child(1) {
  margin-right: 25px;
}

.footer .row:nth-child(2) {
  align-items: unset;
}

.footer .txtRegular {
  padding-top: 22px;
  display: flex;
}

.footer .txtRegular ul:nth-child(1) {
  margin-right: 20px;
}

.footer .txtRegular ul:nth-child(1) li {
  margin-bottom: 20px;
}

.footer .txtRegular li {
  margin-bottom: 25px;
}

.footer .txtRegular li:last-child {
  margin-bottom: 0;
}

.footer .txtRegular li a {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.2s ease;
}

.footer .txtRegular li a:hover {
  border-bottom: 1px solid #fff;
}

.footer .txtRegular li img {
  margin-right: 20px;
}

.footer .d-flex {
  display: flex;
  justify-content: center;
}

.footer .txtBold li {
  margin-bottom: 15px;
}

.footer .txtBold li:last-child {
  margin-bottom: 0;
}

.footer .txtBold a {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.2s ease;
}

.footer .txtBold a:hover {
  border-bottom: 1px solid #fff;
}

.footer .payBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7.35px 11.51px;
}

.footer .payBox .item img {
  width: 95%;
}

.footer .app {
  display: inline-block;
  margin-bottom: 40px;
}

.footer .socialMedia {
  display: flex;
  justify-content: space-between;
  padding: 0 38px;
  margin-bottom: 19px;
}

.footer .socialMedia li {
  display: inline-block;
}

.footer .copyRight {
  font-size: 12px;
  line-height: 15px;
  color: #a7a7a7;
  padding: 0 20px;
}

.footer .row:nth-child(2) .col:nth-child(4) {
  padding-top: 22px;
}

.footer .row:nth-child(2) .col:nth-child(5) {
  padding-top: 22px;
}

/*******************  11. Footer - End ***************** */

/* =========Page-2 (Complete solution) - Start========= */
/*******************  01. Solution Header - Start ***************** */
.intro-solution {
  /* height: 100vh; */
  background-image: url(new/assets/Ilustrations/Saas.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0% 0%;
}

.intro-solution .title-bg {
  position: absolute;
  right: 0%;
  z-index: -1;
  font-family: Poppins-BoldItalic;
  font-size: 165px;
  line-height: 248px;
  letter-spacing: -0.005em;
  color: rgba(0, 0, 0, 0.05);
}

.intro-solution .title {
  font-family: Mark-Pro-Bold;
  font-size: 50px;
  line-height: 50px;
  padding: 30px 100px 0 430px;
  color: var(--green-300);
  margin-bottom: 60px;
}

.intro-solution .title .txtGreen {
  color: var(--green-800);
}

.intro-solution .subtitle .card {
  padding-left: 100px;
}

.intro-solution .subtitle .card .info {
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  margin-bottom: 62px;
  padding-right: 60px;
}

.intro-solution button {
  margin-bottom: 90px;
}

/*******************  01. Solution Header - End ***************** */

/*******************  02. Top Products - Start ***************** */
.topProducts {
  margin-bottom: 90px;
}

.topProducts .row {
  align-items: unset;
}

.topProducts .cardProduct {
  background: var(--black-900);
  border-radius: 10px;
  padding: 50px 100px;
  overflow: hidden;
}

.topProducts .cardProduct .info {
  font-size: 18px;
  line-height: 23px;
  color: var(--white-900);
  margin-bottom: 30px;
}

.topProducts .cardProduct .listBox .list {
  margin-bottom: 12px;
}

.topProducts .cardProduct .listBox .list:last-child {
  margin-bottom: 0;
}

.topProducts .cardProduct .listBox .list .icon {
  margin-right: 11px;
}

.topProducts .cardProduct .listBox .list .title {
  font-size: 18px;
  line-height: 23px;
  color: var(--white-900);
}

.topProducts .cardProduct .imgBox {
  width: 290px;
  margin-left: auto;
}

.topProducts .cardProduct .imgBox .item {
  width: 100%;
}

.topProducts .cardProduct .imgBox .imgLG {
  width: 100%;
  margin-bottom: 5px;
}

.topProducts .cardProduct .imgBox .imgSM {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.topProducts .cardProduct .imgBox .imgSM .box {
  width: 90px;
  height: 70px;
}

/*******************  02. Top Products - End ***************** */

/*******************  03. Advantages - Start ***************** */
.advantages {
  margin-bottom: 90px;
}

.advantages .row {
  border-right: 2px solid #79cc03;
}

.advantages .row .bgLightGreen {
  border-radius: 10px;
  padding: 50px;
  background-color: var(--green-400);
}

.advantages .info {
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
}

.advantages .info:nth-child(1) {
  margin-bottom: 10px;
}

.advantages .bgLight ul {
  padding: 0 130px 0 120px;
}

.advantages .bgLight .item {
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}

.advantages .bgLight .item:last-child {
  margin-bottom: 0;
}

.advantages .bgLight .item .icon {
  margin-right: 20px;
}

.advantages .bgLight .item .title {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

/*******************  03. Advantages - End ***************** */

/*******************  04. Business management - Start ***************** */
.businessMng {
  margin-bottom: 70px;
}

.businessMng .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
  margin-bottom: 20px;
}

.businessMng .info {
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  margin-bottom: 30px;
}

.businessMng .listBox {
  margin-bottom: 30px;
}

.businessMng .listBox li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.businessMng .listBox li:last-child {
  margin-bottom: 0;
}

.businessMng .listBox li img {
  margin-right: 20px;
}

.businessMng .subtitle {
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  padding-right: 300px;
  margin-bottom: 50px;
}

.businessMng .cardBox {
  width: 100%;
  display: flex;
  align-items: center;
}

.businessMng .cardBox .card {
  width: 25%;
  border-right: 1px solid #79cc03;
  padding: 33px 0 33px 40px;
  transition: all 0.2s ease;
}

.businessMng .cardBox .card:hover {
  background-color: #2a2a2a;
  color: white;
  border-right: 1px solid transparent;
}

.businessMng .cardBox .card:last-child {
  border-right: unset;
}

.businessMng .cardBox .card h1 {
  font-size: 25px;
  line-height: 32px;
  color: #000000;
}

.businessMng .cardBox .card:hover h1 {
  color: white;
}

.businessMng .cardBox .card span {
  font-family: Mark-Pro-Bold;
  font-size: 25px;
}

/*******************  04. Business management - End ***************** */

/*******************  05. Offer - Start ***************** */
.offer {
  margin-bottom: 70px;
}

.offer .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
  margin-bottom: 20px;
}

.offer .subtitle {
  font-family: Mark-Pro-Medium;
  font-size: 25px;
  line-height: 32px;
  color: var(--green-300);
}

.offer .subtitle:nth-of-type(1) {
  margin-bottom: 25px;
}

.offer .subtitle:nth-of-type(2) {
  margin-bottom: 30px;
}

.offer .mb-25 {
  margin-bottom: 25px;
}

.offer .info {
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  margin-bottom: 30px;
}

.offer .py-5 {
  padding-right: 550px;
}

.offer .py-6 {
  padding-right: 300px;
}

.offer .listBox {
  margin-bottom: 30px;
}

.offer .listBox li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.offer .listBox li:last-child {
  margin-bottom: 0;
}

.offer .listBox li img {
  margin-right: 20px;
}

/*******************  05. Offer - End ***************** */
/* =========Page-2 (Complete solution) - End========= */

/* =========Page-3 (Business core) - Start========= */
/*******************  06. Header - Start ***************** */
/* ========== Intro ==========*/
.introBs {
  background-image: url(new/assets/Ilustrations/Ilustration\ 7.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 92% 30%;
}

.introBs .title-bg {
  position: absolute;
  left: 7%;
  z-index: -1;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 165px;
  line-height: 248px;
  letter-spacing: -0.005em;
  color: rgba(0, 0, 0, 0.05);
}

.introBs .title {
  font-family: Mark-Pro-Bold;
  font-size: 50px;
  line-height: 63px;
  color: var(--green-300);
  padding: 80px 180px 0 0;
  margin-bottom: 20px;
}

.introBs .info {
  font-family: Mark-Pro-Medium;
  font-size: 25px;
  line-height: 32px;
  color: var(--green-300);
  margin-bottom: 60px;
}

.introBs .btn {
  margin-bottom: 60px;
}

.introBs .subtitle {
  font-family: Mark-Pro-Medium;
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  padding-right: 400px;
}

.introBs .listBox {
  margin-top: 25px;
}

.introBs .listBox li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.introBs .listBox img {
  margin-right: 30px;
}

/*******************  06. Header - End ***************** */

/*******************  07. productCard - Start ***************** */
.productCard {
  margin: 70px 0 120px;
}

.productCard .card {
  background: var(--black-900);
  border-radius: 10px;
  padding: 50px 100px;
}

.productCard .card .info {
  font-size: 18px;
  line-height: 23px;
  color: var(--white-900);
  margin-bottom: 50px;
}

.productCard .card .imgBox {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.productCard .card .imgBox img {
  width: 100%;
  transition: all 0.2s ease;
}

.productCard .card .imgBox:hover img {
  transform: scale(1.03);
}

/*******************  07. productCard - End ***************** */

/*******************  08. detailed - Start ***************** */
.detailed {
  margin-bottom: 70px;
}

.detailed .title {
  font-family: Mark-Pro-Medium;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-700);
  padding-right: 10px;
}

.detailed .row {
  height: 200px;
}

.detailed .row .box:nth-child(1) {
  width: 45%;
}

.detailed .row .box:nth-child(2) {
  width: 55%;
  background-color: var(--green-400);
  height: 100%;
  padding: 40px 50px;
}

.detailed .row .box .info {
  font-family: Mark-Pro-Medium;
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  padding-right: 70px;
}

/*******************  08. detailed - End ***************** */

/*******************  09. packages - Start ***************** */
.packeges {
  margin-bottom: 60px;
}

.packeges .row:nth-child(1) .title {
  font-size: 25px;
  line-height: 32px;
  color: var(--black-700);
  margin-bottom: 60px;
  padding-right: 480px;
}

.packeges .wrapper .tab-button {
  padding: 9.5px 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.packeges .wrapper .tab-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
}

.packeges .wrapper .tab-button.active {
  background-color: var(--black-900);
}

.packeges .buttonWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 5px solid var(--black-900);
  margin-bottom: 15px;
}

.packeges .content {
  display: none;
  width: 100%;
}

.packeges .content.active {
  display: block;
}

.packeges .content .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 15px;
  margin-bottom: 15px;
  transition: all 0.2s ease;
}

.packeges .content .box .item .bgLight {
  background-color: var(--green-400);
  height: 100px;
  padding: 15px 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 5px;
}

.packeges .content .box .item .title {
  font-family: Mark-Pro-Bold;
  font-size: 20px;
  line-height: 25px;
  color: var(--green-300);
  user-select: none;
}

.packeges .content .box .collapsible .arrowR {
  transition: all 0.2s ease;
}

.packeges .content .box .collapsible.active .arrowR {
  transform: rotate(90deg);
}

.packeges .content .box .contentColapse {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  background-color: #f6ffea;
  opacity: 0;
  padding: 20px 10px;
  display: none;
}

.packeges .content .box .collapsible.active .contentColapse {
  display: block;
  opacity: 1;
  height: auto;
}

.packeges .content .box .contentColapse li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.packeges .content .box .contentColapse li img {
  margin-right: 7.36px;
}

.packeges .content .box .contentColapse li span {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.packeges .titleBox .subtitle:nth-of-type(1) {
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  margin: 45px 0 70px;
  padding-right: 180px;
}

.packeges .titleBox .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
  padding-right: 120px;
  margin-bottom: 30px;
}

.packeges .titleBox .subtitle:nth-of-type(2) {
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
  margin-bottom: 54px;
  padding-right: 110px;
}

.packeges .fms .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: #000000;
  text-align: center;
  margin-bottom: 36px;
}

.packeges .fms .contentFms {
  display: none;
  width: 100%;
}

.packeges .fms .contentFms.active {
  display: block;
}

.packeges .fms .contentFms .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 15px;
  margin-bottom: 15px;
  transition: all 0.2s ease;
}

.packeges .fms .contentFms .box .item .bgLight {
  background-color: var(--green-400);
  height: 100px;
  padding: 15px 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 5px;
}

.packeges .fms .contentFms .box .item .title {
  font-family: Mark-Pro-Bold;
  font-size: 20px;
  line-height: 25px;
  color: var(--green-300);
  user-select: none;
}

.packeges .fms .contentFms .box .collapsible .arrowR {
  transition: all 0.2s ease;
}

.packeges .fms .contentFms .box .collapsible.active .arrowR {
  transform: rotate(90deg);
}

.packeges .fms .contentFms .box .contentColapse {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  background-color: #f6ffea;
  opacity: 0;
  padding: 20px 10px;
  display: none;
}

.packeges .fms .contentFms .box .collapsible.active .contentColapse {
  display: block;
  opacity: 1;
  height: auto;
}

.packeges .fms .contentFms .box .contentColapse li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.packeges .fms .contentFms .box .contentColapse li img {
  margin-right: 7.36px;
}

.packeges .fms .contentFms .box .contentColapse li span {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

/*******************  09. packages - End ***************** */
/* =========Page-3 (Business core) - End========= */

/*******************  Packge-4 (Packages) start***************** */
/*******************  01. Header - Start ***************** */
.prices {
  background-image: url(new/assets/Ilustrations/Ilustration\ 4.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 92% 15%;
}

.prices .title-bg {
  position: absolute;
  left: 7%;
  z-index: -1;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 165px;
  line-height: 248px;
  letter-spacing: -0.005em;
  color: rgba(0, 0, 0, 0.05);
}

.prices .title {
  font-family: Mark-Pro-Bold;
  color: var(--green-300);
  padding: 26px 460px 0 0;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 50px;
  line-height: 63px;
}

.prices .text {
  font-family: Mark-Pro-Regular;
  color: var(--green-300);
  padding: 0 460px 0 0;
  margin-bottom: 90px;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}

.prices .btn {
  margin-bottom: 80px;
}

/*******************  01. Header - end ***************** */

/*******************  02. businesComfigurator - start ***************** */
.businesComfigurator {
  margin-bottom: 120px;
}

.businesComfigurator h1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
}

.businesComfigurator .container .packages {
  padding: 13px;
  background-color: #f2f3f3;
  margin-bottom: 15px;
}

.businesComfigurator .container .unsetAlign {
  align-items: flex-start;
}

.businesComfigurator .container .packages h1 {
  margin: 0;
  font-weight: 400;
  font-size: 35px;
  line-height: 44px;
  letter-spacing: -0.005em;
}

.businesComfigurator .container .investment {
  background-color: #f2f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 80px;
  /* width: 90%; */
  margin-right: 10px;
  margin-bottom: 10px;
}

.businesComfigurator .container .investment h6 {
  font-family: Mark-Pro-Regular;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}

.businesComfigurator .container .amount {
  background-color: #e2f8c3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 80px;
  /* width: 90%; */
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.businesComfigurator .container .amount::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
}

.businesComfigurator .container .amounts {
  background-color: #e2f8c3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 80px;
  /* width: 90%; */
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.businesComfigurator .container .amount h6 {
  font-family: Mark-Pro-Regular;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}

.businesComfigurator .container .col-2 .active {
  background-color: #43c60c;
}

.businesComfigurator .container .active h6 {
  color: #ffff;
}

.businesComfigurator .container .bgGradient {
  background: linear-gradient(90deg,
      #91f869 0.17%,
      #67e13d 47.99%,
      #41c409 100%);
  margin-bottom: 10px;
  padding-bottom: 3px;
}

.businesComfigurator .container .bgGradient .btnPackage {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.businesComfigurator .container .bgGradient .btnPackage::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;

}

.businesComfigurator .container .bgGradient .account {
  background-color: #fcfffa;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* padding: 10px 0; */
}

.businesComfigurator .container .bgGradient .account h4 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #000000;
}

.businesComfigurator .container .bgGradient .btnPackage.active .account {
  background-color: unset;
}

.businesComfigurator .container .imageBox {
  position: relative;
  width: 100%;
  height: max-content;
}

.businesComfigurator .container .imageBox .arrowButton {
  position: absolute;
  width: 30px;
  height: 17px;
  background-image: url(new/assets/Icons/arrow_down_lg.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 2px 5px;
  border-radius: 4px;
  background-size: contain;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
  cursor: pointer;
}

.businesComfigurator .container .myProducts {
  margin-left: auto;
  padding: 0 30px;
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.businesComfigurator .container .myProducts.d-block {
  margin-left: auto;
  padding: 0 30px;
  height: 100%;
}

.businesComfigurator .container .contentBc {
  display: none;
}

.businesComfigurator .container .contentBc.active {
  display: inline-block;
}

.businesComfigurator .container .contentBc .contentPc {
  display: none;
}

.businesComfigurator .container .contentBc .contentPc.active {
  display: inline-block;
}

.businesComfigurator .container .myProducts .productContent {
  width: 100%;
  margin: 15px 0;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
}

.businesComfigurator .container .myProducts .productContent .imgProduct {
  width: 115px;
  height: 80px;
  overflow: hidden;
}

.businesComfigurator .container .myProducts .productContent .titleProduct {
  margin-left: 10px;
}

.businesComfigurator .container .myProducts .productContent .titleProduct h6 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #323737;
}

.businesComfigurator .container .myProducts .productContent .cost {
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.businesComfigurator .container .myProducts .productContent .cost .prew {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  background-image: url(new/assets/Icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-y: center;
  background-position-x: center;
  cursor: pointer;
  margin-right: 12px;
  transform: rotate(90deg);
}

.businesComfigurator .container .myProducts .productContent .cost .next {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  background-image: url(new/assets/Icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-y: center;
  background-position-x: center;
  cursor: pointer;
  margin-left: 12px;
  transform: rotate(-90deg);
}

.businesComfigurator .container .myProducts .productContent .cost h5 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #323737;
}

.businesComfigurator .container .myProducts .totalProduct {
  padding: 30px 40px 40px 30px;
  background-color: #e2f8c3;
}

.businesComfigurator .container .myProducts .totalProduct .row {
  margin-bottom: 30px;
}

.businesComfigurator .container .myProducts .totalProduct .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.businesComfigurator .container .myProducts .totalProduct .title p {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #323737;
}

.businesComfigurator .container .myProducts .totalProduct .title h4 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #323737;
}

.businesComfigurator .container .myProducts .totalProduct p {
  margin-bottom: 30px;
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #323737;
}

.businesComfigurator .container .myProducts .totalProduct button {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fcfffa;
}

/*******************  02. businesComfigurator - end ***************** */
/******************* Packge-4 (Packages) end***************** */

/******************* Page-5 (Sharing) Start ***************** */
/*******************  01. Header - Start ***************** */

.sharingService {
  background-image: url(new/assets/Ilustrations/Sharing.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -6% 0%;
}

.sharingService .title-bg {
  position: absolute;
  left: 39%;
  top: 120px;
  z-index: -1;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 165px;
  line-height: 248px;
  letter-spacing: -0.005em;
  color: rgba(0, 0, 0, 0.05);
}

.sharingService .title {
  font-family: Mark-Pro-Bold;
  color: var(--green-300);
  padding: 126px 161px 0 0;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 50px;
  line-height: 63px;
}

.sharingService .labelWhite {
  /* display: flex;
    align-items: center;
    justify-content: center;
     */
  padding-top: 410px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 6;
  display: block;
  font-family: Mark-Pro-Bold;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: -0.005em;
  color: #1d3000;
  margin-bottom: 90px;
}

.sharingService .btn {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 302px;
  margin-bottom: 68px;
}

/*******************  01. Header - end ***************** */

/*******************  02. labels - start ***************** */
.labels {
  width: 100%;
}

.labels .container .title {
  background-color: #000;
  text-align: center;
  padding: 6.5px;
  margin-bottom: 15px;
}

.labels .container .title h2 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #fcfffa;
}

.labels .container .box {
  align-items: flex-start;
}

/* .labels .container .row .col-2 {
    height: 120px;
} */

.labels .container .row .fleet {
  width: 100%;
  height: 120px;
  background-color: #fcfffa;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  padding: 20px;
  /* margin-bottom: 10px; */
}

.labels .container .box .amount {
  height: 64px;
  background-color: #fcfffa;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  margin-top: 10px;
}

.labels .container .box .amount h5 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}

.labels .container .row .fleet h5 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}

.labels .container .row .packages {
  background: linear-gradient(90deg, #696969 0%, #c8a285 100%);
}

.labels .container .row .packages .row .titlePackage {
  height: 40px;
  border-left: 10px solid;
  border-bottom: 10px solid;
  border-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.labels .container .row .packages .row .titlePackages {
  height: 80px;
  border-left: 10px solid;
  border-bottom: 10px solid;
  padding: 10px;
  box-sizing: border-box;
  border-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.labels .container .row .packages .row .titlePackage h4 {
  font-family: Mark-Pro-Reagular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;

  color: #000000;
}

.labels .container .row .packages .row .titlePackages h4 {
  font-family: Mark-Pro-Reagular;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #000000;
}

.labels .container .box .price {
  background-color: #fcfffa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 10px;
  margin-left: 10px;
  border: 2px solid;
}

.labels .container .box .silver {
  border-image: linear-gradient(45deg,
      rgba(150, 193, 221, 0.747),
      rgb(255, 254, 251)) 1;
}

.labels .container .box .gold {
  border-image: linear-gradient(45deg, rgb(88, 68, 12), rgba(255, 222, 9, 0.76)) 1;
}

.labels .container .box .premium {
  border-image: linear-gradient(45deg, rgb(5, 20, 16), rgb(247, 240, 200)) 1;
}

.labels .container .box .price h4 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}

/*******************  02. labels - end ***************** */

/*******************  03. anual - start ***************** */
.anual {
  margin-bottom: 120px;
  margin-top: 10px;
}

.anual .titles {
  background-color: var(--green-400);
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anual .titles h6 {
  font-family: Mark-Pro-Reagular;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}

.anual .columnt .title {
  background-color: var(--green-400);
  margin-bottom: 10px;
  padding: 22px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anual .title h6 {
  font-family: Mark-Pro-Reagular;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #000000;
}

.anual .columnt .price {
  border: 1px solid #e2f8c3;
  margin-bottom: 10px;
  padding: 22px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anual .columnt .price h6 {
  font-family: Mark-Pro-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.005em;
  color: #000000;
}

.anual .columnt .left {
  margin-left: 0;
}

/*******************  03. anual - end ***************** */

/*******************  04. catigoryWrapper - start ***************** */
.catigoryWrapper {
  margin-bottom: 110px;
}

.catigoryWrapper .wrapperSh .tabBtn {
  padding: 9.5px 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.catigoryWrapper .wrapperSh .tabBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
}

.catigoryWrapper .wrapperSh .tabBtn.active {
  background-color: var(--black-900);
}

.catigoryWrapper .buttonWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 5px solid var(--black-900);
  margin-bottom: 15px;
}

.catigoryWrapper .contents {
  display: none;
  width: 100%;
}

.catigoryWrapper .contents.active {
  display: block;
}

.catigoryWrapper .wrapperSh .contentWrapper .contents ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.catigoryWrapper .wrapperSh .contentWrapper .contents ul li span {
  padding-left: 20px;
  font-family: Mark-Pro-Regular;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  color: #323737;
}

/*******************  04. catigoryWrapper - end ***************** */

/*******************  05. packageOfSharing - start ***************** */
.packageOfSharing {
  width: 100%;
  margin-bottom: 60px;
}

.packageOfSharing .container h1 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Mark-Pro-Regular;
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: -0.005em;
  color: #1d3000;
}

.packageOfSharing .container .title {
  background-color: #000;
  text-align: center;
  padding: 6.5px;
  margin-bottom: 15px;
}

.packageOfSharing .container .title h2 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #fcfffa;
}

.packageOfSharing .container .box {
  align-items: flex-start;
}

.packageOfSharing .container .row .fleet {
  width: 100%;
  height: 160px;
  background-color: #fcfffa;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  padding: 20px;
  /* margin-bottom: 10px; */
}

.packageOfSharing .container .box .amount {
  height: 64px;
  background-color: #fcfffa;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  padding: 20px;
  margin-top: 10px;
}

.packageOfSharing .container .box .amount h5 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}

.packageOfSharing .container .row .fleet h5 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}

.packageOfSharing .container .row .packages {
  background: linear-gradient(90deg, #91f869 0%, #41c409 100%);
}

.packageOfSharing .container .row .packages .row .titlePackage {
  /* height: 40px; */
  border-left: 10px solid;
  border-bottom: 10px solid;
  padding: 15px;
  box-sizing: border-box;
  border-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.packageOfSharing .container .row .packages .row .titlePackages {
  height: 80px;
  border-left: 10px solid;
  padding: 10px;
  box-sizing: border-box;
  border-color: white;
  /* border-bottom: 10px solid blue; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.packageOfSharing .container .row .packages .row .titlePackage h4 {
  font-family: Mark-Pro-Reagular;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;

  color: #000000;
}

.packageOfSharing .container .row .packages .row .titlePackages h4 {
  font-family: Mark-Pro-Reagular;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #000000;
}

.packageOfSharing .container .box .price {
  background-color: #fcfffa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 10px;
  margin-left: 10px;
  border: 2px solid;
}

.packageOfSharing .container .box .silver {
  border-image: linear-gradient(45deg, #91f869, #41c409) 1;
}

.packageOfSharing .container .box .gold {
  border-image: linear-gradient(45deg, #91f869, #41c409) 1;
}

.packageOfSharing .container .box .premium {
  border-image: linear-gradient(45deg, #91f869, #41c409) 1;
}

.packageOfSharing .container .box .price h4 {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}

/*******************  05. packageOfSharing - end ***************** */

/*******************  06. notes - start ***************** */
.notes {
  margin-bottom: 80px;
}

.notes .container p {
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: #323737;
}

.notes .container .note {
  margin-top: 15px;
}

.notes .container h6 {
  font-family: Mark-Pro-Regular;
  font-weight: 500;
  margin-top: 25px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}

/*******************  06. notes - end ***************** */
/******************* Page-5 (Sharing) End ***************** */

/* =========Page-6 (GP Solutions) - Start========= */
/*******************  01. Header - Start ***************** */
/*-----------HEADER -----------*/
/*-----------------------------------------------*/
.gpIntro {
  margin-bottom: 100px;
}

.gpIntro .bgImage {
  background-image: url(new/assets/Ilustrations/Ilustration\ 5.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 90%;
}

.gpIntro .bgTItle {
  position: absolute;
  top: 5%;
  left: 50px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.05);
  font-size: 165px;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.gpIntro .subtitle {
  font-family: Mark-Pro-Bold;
  margin-top: 95px;
  font-size: 50px;
  line-height: 63px;
  color: var(--green-300);
  padding-right: 300px;
  margin-bottom: 30px;
}

.gpIntro .subtitle span {
  color: var(--green-700);
}

.gpIntro .info {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: var(--black-700);
  padding-right: 540px;
  margin-bottom: 40px;
}

/*******************  01. Header - End ***************** */

/*******************  02. Key GP - Start ***************** */
.keyGP {
  margin-bottom: 100px;
}

.keyGP .bgGreen {
  background-color: var(--green-400);
  padding: 60px 0;
}

.keyGP .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-300);
  margin-bottom: 50px;
}

.keyGP .container .row:nth-of-type(1) {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.keyGP .container .row:nth-of-type(1) .col:nth-child(1) {
  width: 60%;
}

.keyGP .container .row:nth-of-type(1) .col:nth-child(2) {
  width: 40%;
}

.keyGP .container .row:nth-of-type(1) .subtitle {
  margin-bottom: 25px;
}

.keyGP .container .row:nth-of-type(1) .col:nth-child(1) .subtitle {
  padding-right: 400px;
}

.keyGP .container .row:nth-of-type(1) .col:nth-child(1) .info {
  padding-right: 200px;
}

.keyGP .container .row:nth-of-type(1) .col:nth-child(2) .subtitle {
  padding-right: 100px;
}

.keyGP .container .row:nth-of-type(1) .col:nth-child(2) .info {
  padding-right: 100px;
}

.keyGP .container .row:nth-of-type(1) .subtitle {
  font-family: Mark-Pro-Medium;
  font-size: 25px;
  line-height: 32px;
  color: #323737;
}

.keyGP .container .row:nth-of-type(2) {
  align-items: flex-start;
  margin-bottom: 30px;
}

.keyGP .container .row:nth-of-type(2) .col:nth-child(1) .subtitle {
  font-family: Mark-Pro-Medium;
  font-size: 25px;
  line-height: 32px;
  color: var(--black-700);
  padding-right: 100px;
}

.keyGP .container .row:nth-of-type(2) .col:nth-child(1) .info {
  padding-right: 100px;
}

.keyGP .container .row:nth-of-type(2) .col:nth-child(2) .subtitle {
  font-family: Mark-Pro-Medium;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 60px;
}

.keyGP .container .row:nth-of-type(2) .col:nth-child(2) .info {
  padding-right: 180px;
}

.keyGP .container .row:nth-of-type(3) {
  align-items: flex-start;
  margin-bottom: 30px;
}

.keyGP .container .row:nth-of-type(3) .info {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
}

.keyGP .container .row:nth-of-type(3) .col:nth-child(1) .info {
  padding-right: 100px;
}

.keyGP .container .row:nth-of-type(4) {
  align-items: flex-start;
}

.keyGP .container .row:nth-of-type(4) ul {
  width: 50%;
}

.keyGP .container .row:nth-of-type(4) ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.keyGP .container .row:nth-of-type(4) ul li span {
  font-size: 18px;
  line-height: 23px;
  color: var(--black-700);
}

.keyGP .container .row:nth-of-type(4) ul li img {
  margin-right: 20px;
}

/*******************  02. Key GP - End ***************** */

/*******************  03. Timeline - Start ***************** */
.timeline {
  margin-bottom: 20px;
}

.timeline .row {
  display: inline-block;
}

.timeline .title {
  text-align: center;
  font-size: 40px;
  line-height: 51px;
  color: #000000;
  margin-bottom: 70px;
}

.timeline .cardBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.timeline .cardBox .card {
  height: 158px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.timeline .cardBox .card .year {
  width: 40%;
  display: flex;
  align-items: center;
}

.timeline .cardBox .card .year .box {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 60px;
}

.timeline .cardBox .card .year .box span {
  margin-right: 74px;
  font-family: Mark-Pro-Bold;
  font-size: 50px;
  color: #1D3000;
  width: 130px;

}

.timeline .cardBox .card .year .box .line {
  position: relative;
}

.timeline .cardBox .card .year .box .line::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 165px;
  background-color: #1D3000;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 27%);
}

.timeline .cardBox .card:last-child .year .box .line::before {
  display: none;
}

.timeline .cardBox .card .info {
  width: 60%;
}

.timeline .cardBox .card .info ul li:nth-child(1) img {
  opacity: 0;
}

.timeline .cardBox .card .info ul li:nth-child(1) span {
  font-family: Mark-Pro-Bold;
  font-size: 25px;
  line-height: 32px;
  color: var(--black-700);
  margin-bottom: 7px;
}

.timeline .cardBox .card .info ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.timeline .cardBox .card .info ul li span {
  color: var(--black-700);
  font-size: 18px;
}

.timeline .cardBox .card .info ul li img {
  margin-right: 15px;
}

/*******************  03. Timeline - End ***************** */

/*******************  04. Career - Start ***************** */
.career {
  margin-bottom: 100px;
}

.career .bgDark {
  background: var(--black-900);
  border-radius: 10px;
  padding: 50px 57px;
}

.career .row .imgBox img {
  float: right;
}

.career .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: var(--green-700);
  margin-bottom: 31px;
}

.career .subtitle {
  font-family: Mark-Pro-Medium;
  font-size: 25px;
  line-height: 32px;
  color: #fcfffa;
  margin-bottom: 20px;
}

.career .info {
  font-size: 18px;
  line-height: 23px;
  color: #fcfffa;
  margin-bottom: 40px;
}

/*******************  04. Career - End ***************** */

/*******************  05. Press - Start ***************** */
.press {
  margin-bottom: 90px;
}

.press .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.025em;
  color: #000000;
  margin-bottom: 70px;
}

.press .owl-carouselPress {
  position: relative;
  z-index: 1111;
}

.press .owl-carouselPress img {
  margin-bottom: 30px;
}

.press .owl-carouselPress .date {
  font-family: Mark-Pro-Medium;
  font-size: 20px;
  line-height: 25px;
  color: #808080;
}

.press .owl-carouselPress .info {
  padding-top: 10px;
  font-family: Mark-Pro-Medium;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  padding-right: 80px;
  margin-bottom: 40px;
}

.press .owl-carouselPress button {
  opacity: 0;
  transition: all 0.2s ease;
}

.press .owl-carouselPress .item:hover button {
  opacity: 1;
}

/*******************  05. Press - End ***************** */

/*******************  06. Press Modal - Start ***************** */
.pressModal {
  margin-bottom: 120px;
}

.pressModal .modalBox {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}

.pressModal .modalBox iframe {
  width: 100%;
  height: 100%;
}

/*******************  06. Press Modal - End ***************** */

/*******************  07. Certificates - Start ***************** */
.certificates {
  margin-bottom: 100px;
}

.certificates .bgGreen {
  background-color: var(--green-400);
  padding: 100px 0 50px;
}

.certificates .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  color: #000000;
  margin-bottom: 60px;
}

.certificates .imgBox img {
  margin-right: 24px;
}

.certificates .imgBox img:last-child {
  margin-right: 0;
}

/*******************  07. Certificates - End ***************** */

/*******************  08. Executives - Start ***************** */
.executives {
  margin-bottom: 110px;
}

.executives .title {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.025em;
  color: #000000;
  margin-bottom: 41px;
}

.executives .cardBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.executives .cardBox .card {
  margin-right: 50px;
}

.executives .cardBox .card:last-child {
  margin-right: 0;
}

.executives .cardBox .imgBox {
  width: 270px;
  height: 360px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}

.executives .cardBox .imgBox img {
  width: 100%;
}

.executives .cardBox .card .name {
  margin-bottom: 20px;
  font-family: Mark-Pro-Bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.025em;
  color: #000000;
}

.executives .cardBox .card .level {
  font-family: Mark-Pro-Medium;
  font-size: 16px;
  line-height: 25px;
  align-items: center;
  letter-spacing: 0.025em;
  color: var(--green-700);
  padding-right: 100px;
}

/*******************  08. Executives - End ***************** */
/* ========= Page-6 (GP Solutions) - End ========= */

/* ========= Page-7 (Questions) - Start ========= */
/*******************  01. Header - Start ***************** */
.questionsHeader {
  background-image: url(new/assets/Ilustrations/Ilustration\ 6.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 90% 56px;
}

.questionsHeader .title {
  font-family: Mark-Pro-Bold;
  font-size: 50px;
  line-height: 85px;
  color: var(--green-300);
  padding: 80px 180px 0 0;
  padding-bottom: 272px;
}

/*******************  01. Header - End ***************** */

/*******************  02. Questions List - Start ***************** */
.questionsList {
  margin-bottom: 120px;
}

.questionsList .item {
  border-bottom: 2px solid #808080;
  padding: 10px 0;
  cursor: pointer;
}

.questionsList .item:nth-child(1) {
  border-top: 2px solid #808080;
}

.questionsList .item .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.questionsList .item .title p {
  font-family: Mark-Pro-Bold;
  font-size: 20px;
  line-height: 25px;
  color: #323737;
}

.questionsList .item .title img {
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.questionsList .item.active .title img {
  transform: rotate(0);
}

.questionsList .item .content {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.questionsList .item.active .content {
  height: 150px;
}

.questionsList .item .content .answer p {
  margin: 10px 0 20px;
}

/*******************  02. Questions List - End ***************** */
/* ========= Page-7 (Questions) - End ========= */

/* ========= Page-8 (Register) - Start ========= */
/*******************  01. Header Register - Start ***************** */
.headerRegister {
  height: auto;
  background-image: none;
}

.headerRegister .title {
  font-family: Mark-Pro-Bold;
  font-size: 50px;
  line-height: 85px;
  color: var(--green-300);
  padding: 60px 180px 0 0;
  margin-bottom: 0;
}

.headerRegister .info {
  font-family: Mark-Pro-Bold;
  font-size: 25px;
  line-height: 32px;
  color: var(--green-300);
  margin-bottom: 60px;
}

/*******************  01. Header Register - End ***************** */

/*******************  02. Register - Start ***************** */
.register {
  margin-bottom: 143px;
}

.register .row {
  padding: 0 95px;
}

.register .bgGreen {
  background: var(--green-400);
  border-radius: 10px;
  padding: 92px 50px 5px;
}

.register .form-control {
  width: 100%;
  margin-bottom: 25px;
}

.register select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.register .selectBox .form-control {
  margin-bottom: 0;
}

.register .selectBox {
  position: relative;
  margin-bottom: 25px;
}

.register .selectBox img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 15.69px;
}

.register form input {
  padding: 15px 0 15px 20px;
  background: #ffffff;
  border-radius: 5px;
}

.register form input::placeholder {
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #a7a8a8;
}

.register form .number::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.register form select {
  padding: 15px 0 15px 20px;
  background: #ffffff;
  border-radius: 5px;
}

.register form select option {
  font-size: 16px;
  line-height: 10px;
  letter-spacing: 0.025em;
  color: #000000;
}

.register form textarea {
  height: 138px;
  padding: 15px 0 15px 20px;
  background: #ffffff;
  border-radius: 5px;
  resize: none;
}

.register form textarea::placeholder {
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #a7a8a8;
}

.register form button {
  font-family: Mark-Pro-Bold;
  background: #2a2a2a;
  border-radius: 5px;
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #ffffff;
  cursor: pointer;
}

.contactInfo {
  padding-left: 45px;
}

.contactInfo .title {
  font-family: Mark-Pro-Bold;
  font-size: 25px;
  line-height: 32px;
  color: var(--green-300);
  margin-bottom: 70px;
}

.contactInfo ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contactInfo ul li a {
  font-family: Mark-Pro-Medium;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.2s ease;
  color: #000000;
}

.contactInfo ul li a:hover {
  color: #808080;
}

.contactInfo ul li:last-child {
  margin-bottom: 0;
}

.contactInfo ul li img {
  margin-right: 22px;
}

.contactInfo .logo {
  display: flex;
  align-items: center;
  margin-top: 72px;
}

.contactInfo .logo img:nth-child(1) {
  margin-right: 29px;
}

/*******************  02. Register - End ***************** */
/* ========= Page-8 (Register) - End ========= */

/* ========= Page-9 (Login) - Start ========= */
.login .box {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 35px 50px 28px;
  background-color: var(--green-400);
  border-radius: 10px;
}

.login .box .title {
  font-family: Poppins-BoldItalic;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  margin-bottom: 43px;
}

.login .box form .numberBox {
  width: 100%;
  display: flex;
  font-family: Mark-Pro-Medium;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  padding: 9px 0;
  border-bottom: 1px solid #79cc03;
  margin-bottom: 40px;
}

.login .box form .numberBox input {
  margin-left: 10px;
  width: 100%;
  background-color: transparent;
  font-family: Mark-Pro-Medium;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}

.login .box form .password {
  width: 100%;
  background-color: transparent;
  margin-bottom: 40px;
  padding-bottom: 9px;
  border-bottom: 0.7px solid rgba(127, 127, 127, 0.5);
}

.login .box form .password::placeholder {
  font-family: Mark-Pro-Medium;
  font-size: 15px;
  line-height: 19px;
  color: #7f7f7f;
}

.login .box form button {
  width: 100%;
  background: var(--black-900);
  border-radius: 10px;
  padding: 20px 0;
  font-family: Mark-Pro-Bold;
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
}

.login .box form a {
  display: block;
  text-align: center;
  font-family: Mark-Pro-Medium;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  margin-bottom: 57px;
}

.login .box .newUser {
  display: block;
  text-align: center;
  font-family: Mark-Pro-Medium;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  margin-bottom: 6px;
}

.login .box .btnRegister {
  display: block;
  text-align: center;
  font-family: Mark-Pro-Medium;
  font-size: 15px;
  line-height: 19px;
  color: #79cc03;
}

/* ========= Page-9 (Login) - End ========= */

/* ========= Page-10 (Vacancies) - Start ========= */
/*******************  01. Header - Start ***************** */

.vacancies {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0% 15%;
}

.vacancies .title-bg {
  position: absolute;
  left: 6%;
  top: 33px;
  z-index: -1;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 165px;
  line-height: 248px;
  letter-spacing: -0.005em;
  color: rgba(0, 0, 0, 0.05);
}

.vacancies .title {
  font-family: Mark-Pro-Bold;
  color: var(--green-300);
  padding: 126px 161px 0 0;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 50px;
  line-height: 85px;
}

/*******************  01. Header - end ***************** */

/*******************  02. jobs - start ***************** */
.jobs {
  margin-top: 90px;
  margin-bottom: 120px;
}

.jobs .jobsite {
  width: 900px;
  margin: 0 auto;
  border-top: 1px solid #6a6a6a;
}

.jobs .jobsite .cardJobs {
  border-bottom: 1px solid #6a6a6a;
  padding: 22px 20px;
}

.jobs .jobsite .cardJobs .col-7 h5 {
  font-family: Mark-Pro-Regular;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.025em;
  color: #323737;
}

.jobs .jobsite .cardJobs .col-7 p {
  font-family: Mark-Pro-Regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.025em;
  color: #808080;
}

.jobs .jobsite .cardJobs .col-5 button {
  font-family: Mark-Pro-Regular;
  background-color: transparent;
  border: 1px solid #79cc03;
  padding: 8.5px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.025em;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease;
}

.jobs .jobsite .cardJobs .col-5 button:hover {
  background-color: #79cc03;
}

/*******************  02. jobs - end ***************** */

/* ========= Page-10 (Vacancies) - End ========= */

/* ========= Page-11 (News blog) - Start ========= */
/*******************  01. Header - Start ***************** */
.blogIntro {
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% -20%;
}

/*******************  01. Header - End ***************** */

/*******************  02. Blog Photo - Start ***************** */
.blogPhoto {
  margin-bottom: 70px;
}

.blogPhoto .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 95px 40px;
}

.blogPhoto .box .card img {
  margin-bottom: 30px;
}

.blogPhoto .box .card .date {
  font-family: Mark-Pro-Medium;
  font-size: 20px;
  line-height: 25px;
  color: #808080;
  margin-bottom: 10px;
}

.blogPhoto .box .card .title {
  font-family: Mark-Pro-Medium;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  padding-right: 150px;
}

.blogPhoto .pagination .row {
  justify-content: center;
}

.blogPhoto .pagination button {
  background-color: transparent;
  cursor: pointer;
}

.blogPhoto .pagination .pages {
  display: flex;
  margin: 0 20px;
}

.blogPhoto .pagination .pages .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
}

.blogPhoto .pagination .pages .page:last-child {
  margin-right: 0;
}

.blogPhoto .pagination .pages .page.active {
  border: 2px solid #79cc03;
}

/*******************  02. Blog Photo - End ***************** */
/* ========= Page-11 (News blog) - End ========= */

/* ========= Page-12 (Jobs) - Start ========= */
/*******************  01. Header - Start ***************** */
.jobDesc {
  height: 305px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0% 15%;
}

.jobDesc .title-bg {
  position: absolute;
  left: 6%;
  top: 22px;
  z-index: -1;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 165px;
  line-height: 248px;
  letter-spacing: -0.005em;
  color: rgba(0, 0, 0, 0.05);
}

.jobDesc .title {
  font-family: Mark-Pro-Bold;
  color: var(--green-300);
  padding: 126px 161px 0 0;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 50px;
  line-height: 85px;
}

/*******************  01. Header - end ***************** */

/*******************  02. manager - start ***************** */
.manager {
  margin-bottom: 40px;
}

.manager .container h1 {
  font-family: Mark-Pro-Bold;
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  color: #1d3000;
}

.manager .container p {
  font-family: Mark-Pro-Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.025em;
  padding-right: 67px;
  color: #323737;
}

.manager .container .catigory p {
  margin: 30px 0;
}

.manager .container .catigory ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.manager .container .catigory ul li span {
  padding-left: 15px;
  padding-right: 100px;
  font-family: Mark-Pro-Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.025em;
  color: #323737;
}

/*******************  02. manager - end ***************** */

/*******************  03. employment - start ***************** */
.employment {
  margin-bottom: 61px;
  margin-top: 20px;
}

.employment .container h1 {
  font-family: Mark-Pro-Bold;
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 70px;
  text-align: center;
  color: #000000;
}

.employment .container .message {
  width: 470px;
  margin: 0 auto;
}

.employment .container .message .reference {
  margin-bottom: 23px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
  border: 0.5px solid #808080;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.025em;

  /* appearance: none; */
}

.employment .selectBox {
  position: relative;
  margin-bottom: 23px;
}

.employment .selectBox .reference {
  margin-bottom: 0;
}

.employment .selectBox img {
  position: absolute;
  top: 50%;
  right: 15.69px;
  transform: translateY(-50%);
}

.employment .container .message .reference::placeholder {
  color: #a7a8a8;
}

.employment .container .message .pasportId {
  font-family: Mark-Pro-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: #323737;
  display: block;
  margin-bottom: 32px;
}

.employment .container .message textarea {
  resize: none;
}

.employment .container .message .buttons {
  display: flex;
  justify-content: space-between;
}

.employment .container .message .buttons .btnGreen {
  width: 48%;
  background-color: #79cc03;
  color: #ffffff;
  padding: 15px;
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 0.025em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.employment .container .message .buttons .btnGreen img {
  margin-right: 20px;
}

.employment .container .message .buttons .btnDark {
  width: 48%;
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 15px;
  font-family: Mark-Pro-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 0.025em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}





/* CUSTTOM */

#post-6 header,
#post-47 header,
#post-54 header,
#post-62 header,
#post-66 header,
#post-73 header,
#post-78 header,
#post-37 header {display: none;}

.bgDark {
    background: #2a2a2a;
    color: #FFFFFF;
}

.bgDark h1, .bgDark h2, .bgDark h3 { color: #FFFFFF !important;}

.register .bgGreen {
    padding: 72px 50px 5px !important;
}

.register form input{
    margin-bottom: 10px;
}
.register form .wpcf7-submit {
    font-family: Mark-Pro-Bold;
    background: #2a2a2a;
    border-radius: 5px;
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}


/* Sub Menu */
.header .navbar ul li.menu-item-has-children{padding-bottom:7px;}

/* The container <div> - needed to position the dropdown content */
.menu-item-has-children {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.sub-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 5px;
}

.sub-menu li.menu-item {width: 100%;}

/* Links inside the dropdown */
.sub-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.sub-menu a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.menu-item-has-children:hover .sub-menu {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.menu-item-has-children:hover .dropbtn {background-color: #3e8e41;}
