html {

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
   /*padding: 0;
 margin: 0;*/
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}



a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}


.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  border: none;
  outline: none;
  color: #93CA15;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.0);
      -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  padding-top: 20px;
}
.header.white {
  background: rgba(255,255,255,0.95);
      -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	padding-top: 0px;
	border-bottom:1px solid #d6d6d6;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*! gap: 2rem; */
  max-width: 100%;
  height: auto;
  /*! padding: 0.75rem 0; */
}

.header .navbar {
  max-width: 100%;
  height: auto;
}

.header .menu > .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 0.95rem;
}

.header .menu > .menu-item > a {
  display: block;
  font-family: inherit;
  /*! font-size: 1rem; */
  font-weight: 500;
  line-height: inherit;
  padding: 0.4rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .menu > .menu-item > a .expand {
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.65rem;
  margin-left: 0.25rem;
  border: none;
  outline: none;
  pointer-events: none;
}

.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
  position: absolute;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  left: 30%;
  top: 60%;
  width: 50%;
  height: 2px;
  background: #121212;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .menu > .menu-item:hover > a {
  color: #93CA15;
}

.header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {
  background: #93CA15;
}

.header .menu > .menu-item > a .expand::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #93CA15;
}

.header .menu > .menu-item > .sub-menu {
  position: absolute;
  left: -1rem;
  top: 100%;
  width: 310px;
  height: auto;
  /*! padding: 0.75rem 0; */
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #93CA15;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 10px 0px;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .opened-menu {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .opened-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #7a7a7a;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .opened-menu span:nth-child(1) {
  top: 0;
}

.header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {
  top: 0.5rem;
}

.header .opened-menu span:nth-child(4) {
  top: 1rem;
}

.header .closed-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  outline: none;
  background: none;
}

.header .closed-menu img.closed-icon {
  display: block;
  width: 1rem;
  height: auto;
}

.header .overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media only screen and (min-width: 993px) {
  .header .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header .menu > .menu-item-has-children:hover > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@media only screen and (max-width: 992px) {

    .div4 {
        min-width: 44%;
    }	
  .header .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -18rem;
    width: 18rem;
    height: 100%;
    padding: 1rem 0;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar::-webkit-scrollbar {
    width: 5px;
  }
  .header .navbar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .header .menu {
    width: 100%;
    height: auto;
    margin-top: 3.5rem;
  }
  .header .menu > .menu-item {
    display: block;
    margin: 0;
  }
  .header .menu > .menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu > .menu-item > a {
    padding: 0.75rem 1rem;
    color: #121212;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .menu > .menu-item:first-child > a {
    border-top: 1px solid #f2f2f2;
  }
  .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
    background: #121212;
  }
  .header .menu > .menu-item-has-children.active > a .expand:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .header .menu > .menu-item > .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 0.75rem 2rem;
    color: #121212;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .closed-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0rem;
    right: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: pointer !important;
    border: none;
    outline: none;
  }
}

img,
video {

  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 1480px;
  width: 100%;
  height: auto;
  padding: 0 10 0 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 1rem;
    margin: 0 auto;
  }
}






table {
    padding: 0;
    border-spacing: 0;
}
.containerall {
    border: 0 solid red;
    margin: auto;
    z-index: 0;
}
.logo-20,
.logo-container,
.menu-container {
    border: 0 solid #aaa;
    float: left;
}
.top-header {
    background-color: #93ca15;
    height: 32px; /*! padding: 0px; */
    text-align: center;
    width: 100%;
}
.top-header-container {
    margin: auto;
    max-width: 1180px;
    text-align: left;
}
.logo-container {
    padding-top: 8px;
    width: 200px;
}
.logo-20 {
    transition: 0.3s;
    padding-top: 12px;
    text-align: right;
}
.menu-container {
    padding-left: 11%;
    text-align: left;
}
.white_100,
.white_table,
.white_table_inside {
    width: 100%;
    border: 0 solid red;
}
.grey_table {
    padding-top: 0;
    width: 100%;
    background-color: #dedfde;
    transition: 0.4s;
    text-align: center;
}
.div50white,
.white_100,
.white_25,
.white_table,
.white_table_inside {
    background-color: #fff;
}
.white_table {
    padding-top: 0;
    height: 483px;
    background-position: center bottom;
}
.white_table_inside {
    margin-top: 25px;
    padding-top: 0;
    background-position: center top;
}
.tableblack,
.tablegreen {
    background-position: center;
    background-repeat: repeat-y;
}
.white_100 {
    padding-top: 30px;
    float: left;
    text-align: left;
}
.div2image,
.max990,
.white_25 {
    text-align: center;
}
.white_25 {
    padding: 10px 5px 30px;
    width: 22%;
    margin: 17px;
    float: left;
}
.logo-div,
.max990 {
    margin: auto;
    max-width: 1180px;
}
h5 {
    padding-left: px;
}
.logo-div {
    width: 100%;
    border: 0 solid green;
}
.div3,
.div30right,
.div30top,
.div4,
.div50right_inside,
.max990 {
    border: 0 solid #000;
}
h1 {
    font-size: 22px;
    color: #404040;
    font-weight: 500;
    line-height: 150%;
}
.max990 {
    width: 99%;
    height: auto;
}
.div60top {
    padding-top: 90px;
    padding-left: 45px;
}
.div30top {
    padding: 25px 0 20px 85px;
    width: 50%;
}
.div4 {
    width: 19%;
    float: left;
    padding: 0;
    margin: 0 3% 80px;
}
.div3 {
    width: 29%;
    float: left;
    position: relative;
    padding: 5px;
    margin: 0 2% 3%;
}
.div2image,
.div2text {
    width: 100%;
    float: left;
    position: relative;
}
.div2image {
    max-width: 60%;
}
.div2text {
    max-width: 37%;
    text-align: left;
    padding-left: 2%;
}
.div30right,
.div50right {
    float: right;
    text-align: left;
    padding: 15px 0;
    width: 100%;
}
.div30right {
    max-width: 33%;
}
.div50right {
    max-width: 48%;
    min-width: 260px;
    border: 0 solid red;
}
.div50right_inside {
    width: 100%;
    max-width: 50%;
    min-width: 260px; /*! float:right; */
    text-align: right !important; /*! padding:15px 0px 15px 0px; */
}
.div44right,
.div60right,
.div70right,
.div80right {
    width: 100%;
    border: 0 solid #000;
    float: right;
    text-align: left;
    padding: 15px 0;
    min-width: 260px;
}
.div60right {
    max-width: 58%;
}
.div70right {
    max-width: 63%;
}
.div80right {
    max-width: 80%;
}
.div44right {
    max-width: 44%;
}
.div80left {
    padding-left: 80px;
}
.div20left,
.div30left,
.div40left,
.div50left,
.div70left {
    text-align: left;
    padding: 15px 0;
    width: 100%;
    float: left;
    border: 0 solid #000;
}
.div30left {
    max-width: 33%;
}
.div20left {
    max-width: 20%;
}
.div40left {
    max-width: 42%;
}
.div50left {
    max-width: 48%;

}
.div53left {
    width: 100%;
    max-width: 53%;
    float: left;
    border: 0 solid #000;
    text-align: left;
}
.div70left {
    max-width: 65%;
    min-width: 260px;
}
.div50leftright {
    width: 100%;
    max-width: 46%;
    float: left;
    border: 0 solid #000;
    text-align: right;
    padding: 15px 15px 15px 0;
}
.FooterTitle,
.footerwhite {
    font-family: Manrope, sans-serif;
    color: #fff;
    text-decoration: none;
}
.footerwhite {
    font-size: 22px;
    font-weight: 300;
    line-height: 200%;
}
.FooterTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 200%;
}
.FooterText,
.FooterText13,
a.FooterText {
    font-family: Manrope, sans-serif;
    color: #d4d4d4;
    font-weight: 300;
    line-height: 200%;
    text-decoration: none;
}
.FooterText,
a.FooterText {
    font-size: 16px;
}
.FooterText13 {
    font-size: 13px;
}
.CopyRightText,
a.CopyRightText {
    font-family: Manrope, sans-serif;
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 400;
    bottom: -400px;
}
.CopyRightText,
a.CopyRightText {
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 400;
    bottom: -400px;
}
a.CopyRightText:hover,
a.FooterText:hover,
a.roboto15:hover,
a.roboto17:hover,
a.roboto18:hover {
    color: #79b320;
    text-decoration: none;
}
.subfootertext {
    margin-top: 45px;
}
.img_logo_client {
    width: 28%;
    max-width: 215px;
    border-radius: 8px;
	display:inline;
}
.div50white,
.div50whiteimg {
    border: 0 solid #000;
    float: left;
}
.CopyRightText,
a.CopyRightText {
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 400;
    bottom: -400px;
}
a.CopyRightText:hover,
a.FooterText:hover,
a.roboto15:hover,
a.roboto17:hover,
a.roboto18:hover {
    color: #79b320;
    text-decoration: none;
}
.div50whiteimg {
    width: 40px;
    margin-right: 20px;
    padding-bottom: 100px;
}
.div50white {
    width: 100%;
    max-width: 45%;
    margin: 2%;
    text-align: left;
    padding: 40px 8px 20px 20px;
}
.arrrow,
.listno {
    text-align: center;
}
.tableblack {
    background-image: url("../images/back_black.png");
}
.tablegreen {
    background-image: url("../images/back_green.png");
}
.listno {
    margin-right: 15px;
    border-radius: 50%;
    padding: 5px;
    height: 50px;
    width: 50px;
    display: inline-block;
    background-color: #6ead0f;
    font-size: 29px;
    color: #fff;
    font-weight: 800;
}

.arrrow {
    float: left;
    width: 6%;
}
.arrrowtext {
    float: left;
    width: 90%;
    text-align: left;
    margin-bottom: 20px;
}
.nav a,
a {
    text-decoration: none;
}
@media only screen and (max-width: 1140px) {
    .menu-container {
        padding-left: 3%;
    }
    .containerall {
        margin-top: 2%;
    }
}
@media only screen and (min-width: 1020px) {
    #navbar,
    .horizontal_menu {
        position: fixed;
        width: 100%;
        z-index: 999999;
    }
    .navbar .logo-20,
    .navbar .logo-container {
        float: left;
        padding-top: 0;
        border: 0 solid #000;
    }
    .hide990 {
        display: none;
    }
    #navbar {
        top: 32px;
        background-color: #fff;
        border: 1px solid #fff;
        padding: 17px 0;
        transition: 0.2s;
    }
    .horizontal_menu {
        transition: 2s;
        margin: 0 auto;
        padding: 0;
    }
    .navbar .logo-20 {
        transition: 0.3s;
    }
    .navbar .menu-container {
        padding-top: 9px;
        border: 0 solid #000;
    }
}
@media only screen and (max-width: 1019px) {
    #navbar {
        top: 28px;
        background-color: #fff;
        border-bottom: 1px solid #dedfde;
        padding: 17px 0;
        transition: 0.2s;
        position: fixed;
        width: 100%;
        z-index: 999999;
    }
    .top-header {
        margin-bottom: 0;
    }
    .logo-20,
    .logo-div {
        margin: auto;
        border: 0 solid #000;
    }
    .top-header-container {
        text-align: center;
        width: 99%;
    }
    .hide-container,
    .js #menu {
        display: none;
    }
    .logo-div {
        width: 320px;
    }
    .logo-container {
        padding-top: 0;
    }
    .logo-20 {
        width: 110px;
        padding-top: 5px;
        transition: 0.3s;
    }
    .div4 {
        min-width: 44%;
    }
    .div3 {
        min-width: 96%;
    }
    .horizontal_menu_mob {
        position: fixed !important;
        top: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 999999;
    }
    .horizontal_menu_mob2 {
        z-index: 9999999999;
        position: fixed !important;
        margin-top: 0 !important;
    }
    .insta img {
        max-width: 100% !important;
    }
    .robotoTitleSmall {
        font-size: 25px !important;
    }
    .robotoExtraBig {
        font-size: 33px !important;
    }
    .div30top,
    .div60top {
        padding-left: 10px !important;
    }
    .div80left {
        padding-left: 0;
    }
    .robotoTitleBig {
        font-size: 30px !important;
    }
    .white_25 {
        width: 44%;
        margin: 2%;
    }
    h5 {
        padding-left: 0 !important;
    }
}
.nav,
.nav > li > a {
    position: relative;
}
@media only screen and (max-width: 820px) {
    .tableblack,
    .tablegreen {
        background-image: url("../images/trans.png");
    }
    .containerall {
        margin-top: 3%;
    }
    .div50left,
    .div50right {
        margin-top: 0 !important;
        padding: 15px 0 0;
    }
    .div50right {
        max-width: 100% !important;
        text-align: center !important;
    }
    .div50left {
        max-width: 100%;
        text-align: center;
    }
    .div20left,
    .div30left,
    .div30right,
    .div40left,
    .div60right,
    .div70left,
    .div70right,
    .div80right {
        max-width: 100%;
        margin-top: 0 !important;
        text-align: center !important;
        padding: 15px 0 0;
    }
    .div44right,
    .div50leftright,
    .div53left {
        max-width: 100%;
        text-align: center;
        padding: 15px 0 0;
    }
    .hide820 {
        display: none;
    }
    .subfootertext {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .white_table {
        height: 100vw !important;
    }
    .img1st {
        width: 60% !important;
    }
    .imgeshop {
        width: 45% !important;
        margin-bottom: 30px;
    }
    .div50white {
        max-width: 95%;
    }
    .tableblack {
        background-color: #3e3e3e;
    }
    .tablegreen {
        background-color: #344617;
    }
    .max990 {
        text-align: center !important;
    }
    .div30top {
        width: 95%;
    }
}
@media only screen and (max-width: 470px) {
    .div4 {
        min-width: 96%;
    }
    .div4 img {
        width: 17%;
    }
    .logo-20 {
        margin: auto;
        width: 90px;
        border: 0 solid #000;
    }
    .CopyRightText {
        bottom: -640px;
    }
    .white_table {
        height: 150vw !important;
    }
    .white_25 {
        width: 92%;
        margin: 4%;
    }
    .arrrow {
        width: 10%;
		padding-left: 3%;
    }
}
@media only screen and (min-width: 420px) {
    .rwd-break {
        display: none;
    }
}