@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bangers&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Permanent+Marker&family=Rouge+Script&family=WindSong:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bangers&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Permanent+Marker&family=Rouge+Script&family=WindSong:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');


@font-face {
    font-family: 'arm';
    src: url('../fonts/Armstrong.eot');
    src: local('☺'), url('../fonts/Armstrong.woff') format('woff'), url('../fonts/Armstrong.ttf') format('truetype'), url('../fonts/Armstrong.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Common Starts */

*,
*:before,
*:after {
    box-sizing: border-box;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #052917;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #052917;
}

::-webkit-scrollbar-thumb {
    background-color: #a7cf57;
}

::selection {
    background-color: #a7cf57;
    color: #fff;
}



.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    color: #fff;
}

* {
    outline: none;
    border: 0;
    box-shadow: none !important;
}


#preloader {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
}

#preloader>img {
    position: fixed;
    z-index: 10255445;
    width: 200px;
    top: 50%;
    filter: invert(1);
    left: 50%;
    transform: translate(-50%, 0px);
}

.lottie {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

section.section {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.main-box .body p,
p,
p span {
    font-family: 'Lato', sans-serif !important;
}

.main-box,
.main-box>.head,
.main-box>.body,
.main-box>.foot,
.box,
.box>.head,
.box>.body,
.box>.foot {
    width: 100%;
    float: left;
    position: relative;
}

.main-box>.body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.owl-d-none {
    display: none;
}

/* .main-box > .body img,
img{
    width: 100%;
} */



/* Fullpage Js */
#fp-nav ul li:last-child a,
.fp-slidesNav ul li:last-child a {
    display: none !important;
}

.fullpage-section .section {
    height: 100vh;
}

.fullpage-section .footer {
    height: 500px !important;
}

.fullpage-section .footer .fp-tableCell {
    height: auto !important;
}

.fullpage-section .section {
    background-color: #000;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
}

#fp-nav ul li:first-child a span::before {
    content: '01';
    font-family: 'arm';
    position: relative;
    color: white;
}

#fp-nav ul li:nth-child(2) a span::before {
    content: '02';
    font-family: 'arm';
    position: relative;
    color: white;
}

#fp-nav ul li:nth-child(3) a span::before {
    content: '03';
    font-family: 'arm';
    position: relative;
    color: white;
}

#fp-nav ul li:nth-child(4) a span::before {
    content: '04';
    font-family: 'arm';
    position: relative;
    color: white;
}

#fp-nav ul li a.active span:before {
    font-size: 4rem;
    transition: all 0.2s ease-in-out;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

#fp-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.fp-sr-only {
    position: relative !important;
}

#fp-nav ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#fp-nav ul li:last-child {
    margin-bottom: 0;
}

#fp-nav ul li a {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: end;
}

#actions {
    position: fixed;
    top: 93%;
    right: 8%;
    z-index: 2;
}

#actions a {
    background: rgba(0, 0, 0, 0.8);
    padding: 7px;
    margin: 2px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#actions a:hover {
    color: #fff;
    background: #a7cf57;
}

/* Fullpage Js Ends */


/* Rippe Effect */
.circle {
    height: 400px;
    width: 400px;
    position: absolute;
    opacity: 0.5;
}

/* .circle:before,
  .circle:after {
    content:'';
    display:block;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    border-radius:59vw 47vw 60vw 43vw;
    border:5px solid #282828;
  }
  
  .circle:before {
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  }
  .circle:after {
      -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  } */

/* @-webkit-keyframes ripple{
    0% {-webkit-transform:scale(1); }
    25% {-webkit-transform:scale(1.25); opacity:0.25;}
    50% {-webkit-transform:scale(1.5); opacity:0.5;}
    75% {-webkit-transform:scale(1.75); opacity:0.75;}
    100% {-webkit-transform:scale(2); opacity:0;}
  }
  
  @keyframes ripple{
    0% {-webkit-transform:scale(1);}
    25% {-webkit-transform:scale(1.25); opacity:0.25;}
    50% {-webkit-transform:scale(1.5); opacity:0.5;}
    75% {-webkit-transform:scale(1.75); opacity:0.75;}
    100% {-webkit-transform:scale(2); opacity:0;}
  } */

/* @keyframes ripple {
    0% {
      opacity: 0.1;
      transform: scale3d(0.5, 0.5, 5);
    }
    50%{
      opacity: 0.2;      
      border-width: 4px;
    }
    100% {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 5);
      border-width: 1px;
    }
  } */
/* Rippe Effect Ends */

/* Accept Cookies Starts */
.terms-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1.875rem 4.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    background: #000;
    z-index: 2;
    overflow: hidden;
}

.terms-notice>img.image-one {
    position: absolute;
    width: 5%;
    top: -40px;
    opacity: 0.2;
    left: 0;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    filter: invert(1) brightness(1);
}

.terms-notice>img.image-two {
    position: absolute;
    width: 20%;
    top: -26px;
    opacity: 0.2;
    right: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    filter: invert(1) brightness(1);
}

.terms-notice.opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.terms-notice.closed {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.terms-notice .terms-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 4rem);
    max-width: calc(100% - 4rem);
    margin: 0 2rem;
}

.terms-notice .terms-inner .terms {
    font-size: 1.1875rem;
    display: flex;
    align-items: center;
}

.terms-notice .terms-inner .terms .img-box {
    width: 10%;
}

.terms-notice .terms-inner .terms .img-box img {
    filter: invert(1);
    -webkit-filter: invert(1);
    width: 100%;
}

.terms-notice .terms-inner .terms .decscription {
    width: 50%;
    padding-left: 60px;
}

.terms-notice .terms-inner .terms p {
    font-size: 1.1875rem;
}

.terms-notice .terms-inner .terms p:last-child {
    margin: 0;
}

.terms-notice .terms-inner .accept {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.terms-notice .terms-inner .accept .terms-accept {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 50px;
}

.terms-notice .terms-inner .accept .terms-accept span {
    padding: 0 5px;
}

.terms-notice .terms-inner .accept .terms-accept span.icon img {
    width: 70px
}

.btn-outline {
    border: 3px solid #fff;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    text-transform: uppercase;
}

.btn-outline:hover {
    color: #000;
    background-color: white;
}

.btn-outline:hover img {
    filter: invert(1);
}

/* Accept Cookies Ends */

.form-input .input-field {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.form-columns-3 {
    width: 100% !important;
    max-width: 100% !important;
}

.hs-input {
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgb(74 75 80 / 14%) !important;
    padding: 0;
    margin-bottom: 20px !important;
}

.form-input textarea.form-control {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgb(74 75 80 / 14%);
    padding: 0;
    margin-bottom: 20px;
}

.form-input .input-field label {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    color: #221f1f;
    cursor: text;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-size: 14px;
    font-weight: 500;
}

.form-input label {
    color: #221f1f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-size: 14px;
    font-weight: 500;
}

.form-input .input-field label span,
.form-input label span {
    color: #af1616;
}

.form-input .input-field input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0px 0 5px 0px;
    border-bottom: 1px solid rgb(74 75 80 / 14%);
    box-shadow: none;
    color: #111;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    background-color: transparent;
}

.form-input .input-field input:invalid {
    outline: 0;
}

.form-input .input-field input:focus,
.form-input .input-field input:valid {
    border-color: #282828;
}

.form-input .input-field input:focus~label,
.form-input .input-field input:valid~label {
    font-size: 12px;
    top: -10px;
    color: #282828;
}


button {
    background-color: transparent;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-btn {
    padding: 10px 30px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 23px;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #282828;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    font-family: 'Lato', sans-serif !important;
}

.main-btn i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    font-size: 18px;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    display: none;
}

.main-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border: 2px solid #000000;
}

.main-btn:hover i {
    color: #7f9a8d;
    transform: translateX(15px) scale(0.9);
    -webkit-transform: translateX(15px) scale(0.9);
    -moz-transform: translateX(15px) scale(0.9);
    -ms-transform: translateX(15px) scale(0.9);
    -o-transform: translateX(15px) scale(0.9);
}

.read-btn {
    display: inline-flex;
    align-items: center;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}

.read-btn::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: white;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    opacity: 0;
    transform-origin: top;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}

.read-btn:hover {
    color: white;
}

.read-btn:hover::before {
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    opacity: 1;
}

.read-btn i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    font-size: 18px;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
}

.read-btn:hover i {
    color: #ffffff;
    transform: translateX(15px) scale(0.9);
    -webkit-transform: translateX(15px) scale(0.9);
    -moz-transform: translateX(15px) scale(0.9);
    -ms-transform: translateX(15px) scale(0.9);
    -o-transform: translateX(15px) scale(0.9);
}

.read-btn.invert {
    color: #000;
}

.read-btn.invert:hover {
    color: #000;
}

.read-btn.invert:hover::before {
    background-color: #000;
}

.read-btn.invert:hover i {
    color: #000;
    transform: translateX(15px) scale(0.9);
    -webkit-transform: translateX(15px) scale(0.9);
    -moz-transform: translateX(15px) scale(0.9);
    -ms-transform: translateX(15px) scale(0.9);
    -o-transform: translateX(15px) scale(0.9);
}

/*.styled-checkbox {
    position: absolute;
    opacity: 0;
  }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
  }
  .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #d2d2d2;
  }*/

.footer-checkbox .checkbox #iagree {
    border: 1px solid red;
    width: 20px;
    height: 20px;
    outline: 0;
    margin-right: 10px;
}

.footer-checkbox .checkbox .foot-chk-cust {
    border: 1px solid red;
    width: 20px;
    height: 20px;
    outline: 0;
    margin-right: 10px;
}

.footer-checkbox .checkbox div.error {
    position: absolute;
    bottom: -15px;
}

#form-subscribes .footer-checkbox .checkbox #iagree-error {
    position: absolute;
    bottom: 43px;
}

#form-subscribe .footer-checkbox .checkbox #iagree-error {
    position: absolute;
    bottom: 20px;
}

#form-subscribe .footer-checkbox label.error {
    position: absolute;
    bottom: 20px
}




#form-subscribes .footer-checkbox .checkbox #iagree-error {
    position: absolute;
    bottom: 43px;
}


#form-subscribes .footer-checkbox .checkbox #iagree-error {
    position: absolute;
    bottom: 43px;
}

.footer-checkbox .checkbox #iagree-error {
    position: absolute;
    bottom: 20px;
}

.footer-checkbox .checkbox #iagree-error.error {
    position: absolute;

}


.footer-checkbox .checkbox #iagree-error {
    position: absolute;
    bottom: 20px;
}

.footer-checkbox .checkbox .check-label {
    display: flex;
    cursor: pointer;
}



.footer-checkbox .checkbox .check-label span {
    color: #356d9e;
}

/*.styled-checkbox:hover + label:before {
    background: #d2d2d2;
  }
  .styled-checkbox:checked + label:before {
    background: #a0a0a0;
  }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .styled-checkbox:checked + label:after {
    content: "" !important;
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }
*/

.form-gp {
    display: block;
}

.form-gp input {
    display: none;
    cursor: pointer;
}

.form-gp label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.form-gp label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-gp input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.form-control.error,
.error {
    border-color: #af1616;
    color: #af1616;
    font-size: 13px;
    font-weight: bold;
}

/* Validation Message Starts */
.message {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    margin-bottom: 20px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.message .icon {
    width: 10%;
    font-size: 35px;
}

.message .content {
    width: 80%;
}

.message .content h1 {
    font-size: 22px;
    margin-bottom: 5px;
}

.message .content p {
    margin: 0;
    font-size: 14px;
}

.message.success {
    background-color: #000;
    color: white;
    box-shadow: inset 0px 0px 3px 6px #1a8839 !important;
}

.message.failed {
    background-color: #9a1e1e;
    color: white;
    box-shadow: inset 0px 0px 3px 6px #881a1a !important;
}

/* Validation Message Ends */
/* Common Ends */

/* Header Section Starts */
#header {
    position: fixed;
    width: 100%;
    border: none !important;
    background-color: transparent !important;
    border-top: 3px solid #96c940 !important;
    z-index: 2;
}

#logo img {
    width: 300px;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

#logo img.newlogo {
    height: auto !important;
    filter: invert(1);
    -webkit-filter: invert(1);
}

#logo-target>img {
    height: auto !important;
    filter: invert(1);
    -webkit-filter: invert(1);
    position: relative;
}

#logo-target>.main-logo-trs {
    transform: translate(20.75vw, 22.2vw);
    width: 488px;
}

#logo-target>.main-logo-trs.logo-no-translate {
    transform: translate(0vw, 0vw) !important;
    transition: none;
}

.full-header.sticky-header #logo img {
    width: 150px !important;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.menu-link,
.sub-menu-container .menu-item>.menu-link,
.sub-menu-container .menu-item>.menu-link {
    font-family: 'arm' !important;
}

.sub-menu-container .menu-item>.menu-link {
    color: white !important;
}

.sub-menu-container {
    background-color: transparent !important;
    border: none !important;
    text-align: center;
}

.full-header.sticky-header .sub-menu-container {
    background-color: #000 !important;
}


#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    width: 100%;
    outline: 0;
    padding: 2rem 0rem;
    font-family: arm;
}

#search-popup {
    background-color: #000;
}

#search-popup .modal-dialog .modal-content {
    background-color: transparent;
}

#search-popup .modal-dialog .modal-content .btn-close {
    position: absolute;
    right: 0.5vw;
    top: 2vw;
    filter: invert(1);
    opacity: 1;
    font-size: 1.5rem;
}

/* Header Section Ends */

/* Banner Section Starts */
.banner-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-video .img-box {
    width: 100%;
    height: 100vh;
    float: left;
}

.banner-video.banner-video-spl {
    background-color: #000;
}

.banner-video-spl {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    position: relative;
}

.banner-video.other {
    height: 60vh;
}

.banner-video.other .img-box {
    width: 100%;
    height: 60vh;
    float: left;
}

.banner-video.other::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    background-size: 50%;
    width: 100%;
    height: 60vh;
    opacity: 0.2;
}

.banner-video video {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
}

.banner-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    background-size: 50%;
    width: 100%;
    height: 100vh;
    opacity: 0.2;
}

.banner-video-spl::before {
    height: 113vh;
}

.banner-video .caption {
    position: absolute;
    width: 100%;
    height: 100vh;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
}

.banner-video.other .caption {
    position: absolute;
    width: 100%;
    height: 60vh;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
}



.banner-video .caption .banner-btn {
    display: inline-block;
    padding: 15px 37px 15px;
    border-radius: 23px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    transition: 0.3s;
    line-height: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.banner-video .caption .banner-btn i {
    transform: translate(10px, 1px);
    -webkit-transform: translate(10px, 1px);
    -moz-transform: translate(10px, 1px);
    -ms-transform: translate(10px, 1px);
    -o-transform: translate(10px, 1px);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.banner-video .caption .banner-btn:hover {
    background-color: white;
    color: #282828;
}

.banner-video .caption .banner-btn:hover i {
    transform: translate(20px, 1px);
    -webkit-transform: translate(20px, 1px);
    -moz-transform: translate(20px, 1px);
    -ms-transform: translate(20px, 1px);
    -o-transform: translate(20px, 1px);
}

.banner-video .caption-two {
    position: absolute;
    top: 50%;
    width: 50%;
    height: auto;
    left: 13%;
    color: white;
    transform: translate(0, -50%);
}

.banner-video .caption-two h1 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    max-width: 980px;
    margin-bottom: 38px;
}

.banner-video .caption-two p {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    max-width: 980px;
    margin-bottom: 41px;
}

.banner-video.other .caption-two .post-categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-video.other .caption-two .post-categories li {
    margin-right: 14px;
    margin-bottom: 20px;
}

.banner-video.other .caption-two .post-categories li a {
    padding: 11px;
    border-radius: 15px;
    background-color: #141414;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    min-width: 172px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    text-transform: uppercase;
}

.banner-video .news-recent {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    color: white;
    right: 0;
}

.banner-video .news-recent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    float: right;
    padding-right: 50px;
}

.banner-video .news-recent ul li {
    width: 30%;
    border-right: 1px solid white;
    padding: 0 20px;
    padding-left: 0;
    flex: 1;
}

.banner-video .news-recent ul li:nth-child(2) {
    padding: 0 20px;
}

.banner-video .news-recent ul li:last-child {
    border-right: 0px solid white;
    padding: 0 20px;
    padding-right: 0;
}

.banner-video .news-recent ul li div {
    width: 100%;
    float: left;
}

.banner-video .news-recent ul li div.head>a {
    text-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.banner-video .news-recent ul li div.head>a::before {
    content: '';
    position: absolute;
    left: 0;
    height: 13px;
    width: 10px;
    background-color: #fff;
}

.banner-video .news-recent ul li div a.read-btn {
    margin: 0;
    padding: 0;
}

.banner-video .video-carousel {
    position: relative;
}

.banner-video .video-carousel .owl-item {
    overflow: hidden;
}

.banner-video .video-carousel .item-video {
    height: 100vh;
    background-position: center;
}

.fullpage-section .item-video {
    width: 100%;
    display: flex;
    align-items: center;
}

.fullpage-section .item-video.item-video-bg {
    width: 100%;
    height: 100vh;
}

.fullpage-section .item-video video {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.banner-video .video-carousel .item-video>.slide-img {
    position: relative;
    right: -40vw;
    z-index: -1;
}

.fullpage-section .item-video>.slide-img {
    position: relative;
    right: -50vw;
    height: 100vh;
}

.banner-video .video-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 4%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transform: translate(0, -50%);
}

.banner-video .video-carousel .owl-dots .owl-dot {
    margin-bottom: 20px;
    text-align: right;
}

.banner-video .video-carousel .owl-dots .owl-dot button {
    font-family: 'arm';
    color: white;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.banner-video .video-carousel .owl-dots .owl-dot.active button {
    font-size: 4rem;
}

.banner-video .video-carousel .owl-nav {
    position: absolute;
    bottom: 2vh;
    right: 4%;
}

.banner-video .video-carousel .owl-nav .owl-prev,
.banner-video .video-carousel .owl-nav .owl-next {
    background-color: black;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.banner-video .video-carousel .owl-nav .owl-prev:hover,
.banner-video .video-carousel .owl-nav .owl-next:hover {
    background-color: #a7ce57 !important;
}

.banner-video .video-carousel .video-caption {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: 20%;
    position: absolute;
}

.fullpage-section .video-caption {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: 20%;
    position: absolute;
}

.banner-video .video-carousel .video-caption h1 {
    color: #fff;
    font-family: 'arm';
    font-size: 3rem;
}

.fullpage-section .video-caption h1 {
    color: #fff;
    font-family: 'arm';
    font-size: 3rem;
}

.banner-video .video-carousel .video-caption h1.typing-demo {
    width: 18ch;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    -webkit-animation: typing 2s steps(22), blink .5s step-end infinite alternate;
}

/* me san */
.banner-video.refood .video-carousel .video-caption h1.typing-demo {
    width: 18ch;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    -webkit-animation: typing 2s steps(22), blink .5s step-end infinite alternate;
}

.banner-video.refood .video-carousel .video-caption h1 {
    color: #fff;
    font-family: 'arm';
    font-size: 3rem;
}

.banner-video.refood .video-carousel .owl-nav .owl-prev:hover,
.banner-video.refood .video-carousel .owl-nav .owl-next:hover {
    background-color: #a7ce57 !important;
}

.banner-video.refood .video-carousel .video-caption {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: 20%;
    position: absolute;
}

/* me san */

.fullpage-section h1.typing-demo {
    width: 18ch;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    -webkit-animation: typing 2s steps(22), blink .5s step-end infinite alternate;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.banner-video .video-carousel .video-caption h1 span {
    color: #a7cf57;
}

.fullpage-section .video-caption h1 span {
    color: #a7cf57;
}

.banner-video .video-carousel .video-caption p {
    color: #fff;
    font-size: 18px;
}

.fullpage-section .video-caption p {
    color: #fff;
    font-size: 18px;
}

.banner-video .video-carousel .video-caption a {
    font-family: 'arm';
    font-size: 18px;
    color: white;
    opacity: 0.8;
    text-decoration: underline !important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

/* me san */

.banner-video.refood .video-carousel .video-caption h1 span {
    color: #a7cf57;
}

.banner-video.refood .video-carousel .video-caption p {
    color: #fff;
    font-size: 18px;
}

.banner-video.refood .video-carousel .video-caption a {
    font-family: 'arm';
    font-size: 18px;
    color: white;
    opacity: 0.8;
    text-decoration: underline !important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

/* me san */

.fullpage-section .video-caption a {
    font-family: 'arm';
    font-size: 18px;
    color: white;
    opacity: 0.8;
    text-decoration: underline !important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.banner-video .video-carousel .video-caption a:hover {
    opacity: 1;
}

.fullpage-section .video-caption a:hover {
    opacity: 1;
}

.banner-video .social-links {
    position: absolute;
    z-index: 1;
    bottom: 1vw;
    left: 16%;
}

.fullpage-section .social-link {
    position: absolute;
    z-index: 1;
    bottom: 1vw;
    left: 16%;
}

.fullpage-section ul.social-link>li {
    width: auto !important;
    float: left;
    margin-right: 20px;
}

.banner-video ul.social-links>li {
    width: auto !important;
    float: left;
    margin-right: 20px;
}

.fullpage-section ul.social-link>li {
    width: auto !important;
    float: left;
    margin-right: 20px;
}

.banner-video ul.social-links>li:last-child {
    margin: 0;
}

.fullpage-section ul.social-link>li:last-child {
    margin: 0;
}

.banner-video ul.social-links>li a {
    font-size: 25px;
    color: #fff;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    float: left;
}

/* me san */

.banner-video.refood .video-carousel .video-caption a:hover {
    opacity: 1;
}

.fullpage-section .video-caption a:hover {
    opacity: 1;
}

.banner-video.refood .social-links {
    position: absolute;
    z-index: 1;
    bottom: 1vw;
    left: 16%;
}

.banner-video.refood ul.social-links>li {
    width: auto !important;
    float: left;
    margin-right: 20px;
}

.banner-video.refood ul.social-links>li:last-child {
    margin: 0;
}

.banner-video.refood ul.social-links>li a {
    font-size: 25px;
    color: #fff;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    float: left;
}


/* me san */



.fullpage-section ul.social-link>li a {
    font-size: 25px;
    color: #fff;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    float: left;
}

.banner-video ul.social-links>li a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

/* me san */
.banner-video.refood ul.social-links>li a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

/* me san */
.fullpage-section ul.social-link>li a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.svg-video {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 0;
    transform: translate(0, 14vh);
    -webkit-transform: translate(0, 14vh);
    -moz-transform: translate(0, 14vh);
    -ms-transform: translate(0, 14vh);
    -o-transform: translate(0, 14vh);
}

.svg-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: -60px;
    z-index: 0;
}

/* Banner Section Ends */
.svg-section svg {
    width: 100%;
    height: 195px;
}

/* Banner Section Ends */

/* Green Vision Section Starts */
.green-vision .main-box {
    color: #a7cf57;
}

.green-vision .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.green-vision .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.green-vision .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    color: #ffffff;
}

.green-vision .main-box .body ul {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.green-vision .main-box .body ul li {
    width: 23%;
    margin: 0 5px;
}

.green-vision .main-box .body a.main-btn {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.green-vision .main-box .body ul li .img-box {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

.green-vision .main-box .body ul li .img-box img {
    margin-bottom: 20px;
    width: 30%;
}

.green-vision .main-box .body ul li .img-box h1 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    transition: .3s;
}

.green-vision .main-box .body .green-vision-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

.green-vision .main-box .body .green-vision-wrap .green-vision-card {
    width: 24%;
    min-height: 200px;
    position: relative;
    background-size: cover;
    margin: 0 5px;
}

.green-vision .main-box .body .green-vision-wrap .green-vision-card .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgb(77, 141, 64);
    background: -moz-linear-gradient(0deg, rgba(77, 141, 64, 1) 100%, rgba(56, 87, 67, 1) 54%, rgb(57 88 67) 100%);
    background: -webkit-linear-gradient(0deg, rgba(77, 141, 64, 1) 100%, rgba(56, 87, 67, 1) 54%, rgb(57 88 67) 100%);
    background: linear-gradient(0deg, rgba(77, 141, 64, 1) 100%, rgba(56, 87, 67, 1) 54%, rgb(57 88 67) 100%);
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    left: 50%;
}

.green-vision .main-box .body .green-vision-wrap .green-vision-card .icon img {
    width: 50%;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.green-vision .main-box .body .green-vision-wrap .green-vision-card .content {
    width: 100%;
    min-height: 200px;
    background-color: #4c8b40;
    border-radius: 10vh;
    -webkit-border-radius: 10vh;
    -moz-border-radius: 10vh;
    -ms-border-radius: 10vh;
    -o-border-radius: 10vh;
    overflow: hidden !important;
    position: relative;
}

.green-vision .main-box .body .green-vision-wrap .green-vision-card .content img {
    position: absolute;
    top: 35%;
    width: 40%;
    z-index: 0;
    opacity: 0.05;
    animation: contentImg 15s infinite;
    -webkit-animation: contentImg 15s infinite;
}

.green-vision .main-box .body .green-vision-wrap .green-vision-card.cloud-spl .content img {
    position: absolute;
    top: 47%;
    width: 40%;
    z-index: 0;
    opacity: 0.05;
    animation: contentImg 15s infinite;
    -webkit-animation: contentImg 15s infinite;
}

@keyframes contentImg {

    0%,
    100% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    50% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
}

.green-vision .main-box .body .green-vision-wrap .green-vision-card .content h1 {
    font-size: 24px;
    font-weight: 800;
    transition: .3s;
    text-align: center;
    padding: 75px 0;
    padding-bottom: 0;
    color: white;
}

/* Green Vision Section Ends */

/* Fungi Section Starts */
.fungi .main-box {
    color: #a7cf57;
}

.fungi .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.fungi .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.fungi .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}

.fungi .main-box .body>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: nowrap;
}

.fungi .main-box .body>ul>li {
    width: 30%;
    float: left;
    margin: 0 40px;
}

.fungi .main-box .body>ul>li>.img-box {
    background: #fffdf9;
    border-radius: 50%;
    margin-bottom: 20px;
}

.fungi .main-box .body>ul>li>.img-box>img {
    width: 100%;
}

.fungi .main-box .body>ul>li>h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #a7cf57;
}

/* Fungi Section Ends */

/* Awards Section Starts */
section.fungi.awards-asseen {
    padding-bottom: 400px;
}

.awards-asseen .main-box .body .asseen-carousel .owl-nav .owl-prev,
.awards-asseen .main-box .body .asseen-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    color: #fff;
    opacity: 1;
}

.awards-asseen .main-box .body .asseen-carousel .owl-nav .owl-prev:hover,
.awards-asseen .main-box .body .asseen-logo-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
}

.awards-asseen .main-box .body .asseen-carousel .owl-nav .owl-prev {
    left: -80px;
    font-size: 100px;
}

.awards-asseen .main-box .body .asseen-carousel .owl-nav .owl-next {
    right: -80px;
    font-size: 100px;
}

/* Awards Section Ends */

/* Technology Solution Starts */
section.section.technology-solution {
    background-size: 150% 150%;
    background-position: center center;
    animation: shrink 50s infinite alternate;
    -webkit-animation: shrink 50s infinite alternate;
}

@keyframes shrink {
    0% {
        background-size: 150% 150%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.technology-solution .main-box {
    color: #a7cf57;
}

.technology-solution .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.technology-solution .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.technology-solution .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}

.technology-solution .main-box .body ul {
    margin: 40px 0;
    justify-content: center;
}

.technology-solution .main-box .body ul li {
    margin: 0 10px;
    width: 22%;
    background-color: #a7cf57;
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.technology-solution .main-box .body ul li h2 {
    font-size: 19px;
    text-transform: uppercase;
    color: white;
    margin: 0;
}

.technology-solution .main-box .body a.main-btn {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

/* Technology Solution Ends */

/* Products Section Starts */
.products .main-box {
    color: #000;
}

.products .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.products .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.products .main-box .body ul:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.products .main-box .body ul:first-child li:first-child {
    width: 30%;
    padding-right: 50px;
}

.products .main-box .body ul:first-child li:last-child {
    width: 70%;
}

.products .main-box .body ul:last-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products .main-box .body ul:last-child li {
    width: 31%;
    box-sizing: border-box;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
}

.products .main-box .body ul:last-child li .img-box {
    margin-bottom: 40px;
}

.products .main-box .body ul li h1 {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 20px;
}

.products .main-box .body ul li p {
    font-size: 17px;
    font-weight: 500;
    min-height: 90px;
    color: #282828;
}

/* Products Section Ends */

/* Explore Promyc Section Starts */
.svg-sectiontwo {
    width: 100%;
    float: left;
    position: relative;
}

.svg-sectiontwo>img {
    fill: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    transform: translate(0, -99%);
    -webkit-transform: translate(0, -99%);
    -moz-transform: translate(0, -99%);
    -ms-transform: translate(0, -99%);
    -o-transform: translate(0, -99%);
}

.circle-one {
    width: 14%;
    position: absolute;
    right: 20px;
    margin-top: -210px;
}

section.section.explore-promyc {
    color: #000;
    padding-bottom: 0;
}

.explore-promyc ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore-promyc ul li:first-child {
    width: 40%;
    padding-left: 200px;
}

.explore-promyc ul li a {
    margin-right: 10px;
}

.explore-promyc ul li:first-child .main-box .head h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.explore-promyc ul li:first-child .main-box .body p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #494b50;
}


.collaborations-body-content.where-two .pro-fat-btn-tt{
    z-index: 999;
    position: absolute;

}

/* Explore Promyc Section Ends */

/* Trusted Section Starts */
section.one .half-circle-two,
section.one .half-circle-one {
    width: 10%;
}

.half-circle-one {
    position: absolute;
    right: 0;
    width: 18%;
    z-index: -1;
    margin-top: 100vh;
}

.half-circle-two {
    position: absolute;
    width: 18%;
    left: 0;
    margin-top: 200px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

section.three .half-circle-one {
    width: 13%;
    right: auto;
    left: 0;
    margin-top: 230vh;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.trusted-partner {
    color: #000;
}

.trusted-partner .circle-two {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-70%, -50%);
    -webkit-transform: translate(-70%, -50%);
    -moz-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -o-transform: translate(-70%, -50%);
}

.trusted-partner .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    color: white;
}

.trusted-partner .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #c2ff5b;
}

.trusted-partner .main-box .body {
    padding: 100px 0;
}

.trusted-partner .main-box .body p {
    font-size: 17px;
    margin: 0;
}

.trusted-partner .main-box .body p:first-child,
.trusted-partner .main-box .body p:nth-child(2) {
    margin-bottom: 10px;
    font-size: 17px;
}

/* .trusted-partner .main-box .body::before {
    content: '';
    background-image: url(../images/quote-start.svg);
    background-repeat: no-repeat;
    width: 122px;
    height: 100px;
    position: absolute;
    left: -100px;
    top: 0;
}

.trusted-partner .main-box .body::after {
    content: '';
    background-image: url(../images/quote-end.svg);
    background-repeat: no-repeat;
    width: 122px;
    height: 140px;
    position: absolute;
    right: -100px;
    bottom: 0;
} */

.testi-carousel.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.testi-carousel.prom-our.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 0 211px;

}

.testi-carousel.prom-our.owl-carousel .item p {
    color: white;
    margin-bottom: 20px;
    padding: 0 22px;
    font-style: italic;
    font-size: 20px;
    margin-top: 12px;

}

.testi-carousel.owl-carousel .item p {
    color: white;
    margin-bottom: 20px;
}

.testi-carousel.owl-carousel .item img {
    width: 160px;
    margin-bottom: 0;
    margin-top: 20px;
}

.testi-carousel.prom-our.owl-carousel .item img {
    width: 160px;
    margin-bottom: 0;
    margin-top: 0;
}


.testi-carousel.owl-carousel .owl-nav .owl-prev,
.testi-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    color: #fff;
    opacity: 1;
}

.testi-carousel.owl-carousel .owl-nav .owl-prev:hover,
.testi-carousel.owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;

    color: #1a8839;
}

.testi-carousel.owl-carousel .owl-nav .owl-prev {
    left: -80px;

}

.testi-carousel.owl-carousel .owl-nav .owl-next {
    right: -80px;
}

.testi-carousel.prom-our.owl-carousel .owl-nav .owl-prev {
    left: -20px;

}

.testi-carousel.prom-our.owl-carousel .owl-nav .owl-next {
    right: -20px;
}


.testi-carousel.owl-carousel .owl-nav .owl-prev span,
.testi-carousel.owl-carousel .owl-nav .owl-next span {
    font-size: 100px;
    color: #000;
}

.testi-carousel.owl-carousel.career-testi .owl-nav .owl-prev span,
.testi-carousel.owl-carousel.career-testi .owl-nav .owl-next span {
    font-size: 100px;
    color: #fff;
}

/* Trusted Section Ends */

/* Join Journey Section Starts */
section.section.join-journey {
    padding-bottom: 400px;
}

section.section.join-journey.create-prmoyc {
    padding-bottom: 100px;
}

.join-journey .circle {
    width: 600px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    right: 100px;
    transform: translate(60%, -50%);
    -webkit-transform: translate(60%, -50%);
    -moz-transform: translate(60%, -50%);
    -ms-transform: translate(60%, -50%);
    -o-transform: translate(60%, -50%);
    height: 600px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

section.join-journey>img {
    position: absolute;
    width: 14%;
    opacity: 0.1;
    right: -50px;
    bottom: 350px;
    animation: move 5s infinite;
    -webkit-animation: move 5s infinite;
}

@keyframes move {

    0%,
    100% {
        transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
    }

    50% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.join-journey {
    color: #000;
}

.join-journey .main-box .body ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join-journey .main-box .body ul li:first-child {
    width: 40%;
}

.join-journey .main-box .body ul li:last-child {
    width: 45%;
    padding-left: 10px;
}

.join-journey .main-box .body ul li:first-child .img-box {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    /* box-shadow: 35px 35px 0px 0px #f0eada !important; */
}

.join-journey .main-box .body ul li:first-child .img-box img {
    width: 100%;
}

.join-journey .main-box .body ul li:last-child h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #000 !important;
    text-transform: uppercase;
}

.join-journey .main-box .body ul li:last-child p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #fff;
}

/* Join Journey Section Ends */

/* Whats New Section Starts */
section.whatsnew {
    padding-top: 0;
}

.whatsnew {
    color: #000;
}

.whatsnew .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.whatsnew .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.whatsnew .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 800;
    color: #494b50;
}

.whatsnew .main-box .body ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: center;
}

.whatsnew .main-box .body ul li {
    width: 33%;
    box-sizing: border-box;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin-bottom: 20px;
}

.whatsnew .main-box .body ul li .content {
    width: 100%;
    float: left;
}

.whatsnew .main-box .body ul li .content .left {
    width: 40%;
    float: left;
}

.whatsnew .main-box .body ul li .content .left .img-box {
    width: 100%;
    float: left;
}

.whatsnew .main-box .body ul li .content .left .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsnew .main-box .body ul li .content .right {
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.whatsnew .main-box .body ul li .content .right p:first-child {
    margin-bottom: 10px;
    opacity: 1;
}

.whatsnew .main-box .body ul li .content .right p {
    font-size: 16px;
    margin: 0;
    opacity: 0.5;
}

.whatsnew .main-box .body ul li .content .right p:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
}

.whatsnew .main-box .body ul li a {
    color: #000;
}

.whatsnew .main-box .body ul.wtsnew {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
    flex-direction: row;
}

.whatsnew .main-box .body ul.wtsnew li.left,
.whatsnew .main-box .body ul.wtsnew li.right {
    width: 20%;
    float: left;
}

.whatsnew .main-box .body ul.wtsnew li.left {
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
}

.whatsnew .main-box .body ul.wtsnew li.right {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
}

.whatsnew .main-box .body ul.wtsnew li.middle {
    width: 55%;
    margin: 0 20px;
    float: left;
}

.whatsnew .main-box .body ul.wtsnew li.left .box,
.whatsnew .main-box .body ul.wtsnew li.right .box {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.whatsnew .main-box .body ul.wtsnew li .box,
.whatsnew .main-box .body ul.wtsnew li .box {
    margin-bottom: 30px;
}

/*.whatsnew .main-box .body ul.wtsnew li .box:last-child,
.whatsnew .main-box .body ul.wtsnew li .box:last-child{
    margin: 0;
}*/
.whatsnew .main-box .body ul.wtsnew li .img-box {
    background-size: cover;
    height: 300px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.whatsnew .main-box .body ul.wtsnew li .img-box::after {
    content: '';
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.whatsnew .main-box .body ul.wtsnew li h1 {
    font-size: 13px;
    position: relative;
    top: 20px;
    left: 20px;
    color: white;
    z-index: 1;
    text-transform: uppercase;
}

.whatsnew .main-box .body ul.wtsnew li p {
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 1;
    letter-spacing: 1px;
}

.whatsnew .main-box .body a.main-btn {
    position: relative;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* Whats New Section Endss */

/* Subcription Section Starts */
.subcription .main-box {
    color: #000;
}

.subcription .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.subcription .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.subcription .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    color: #494b50;
}

.subcription .main-box .body form {
    margin-top: 30px;
}

.subcription .main-box .body ul:first-child {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.subcription .main-box .body ul:last-child {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: normal;
}

.subcription .main-box .body ul:last-child {
    margin-top: 20px;
}

.subcription .main-box .body ul:first-child li {
    margin: 0 10px;
    width: 33.33%;
}

.subcription .main-box .body ul:first-child li .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    background-color: #f9f4e8;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.subcription .main-box .body ul:first-child li .form-control:active,
.subcription .main-box .body ul:first-child li .form-control:hover,
.subcription .main-box .body ul:first-child li .form-control:focus {
    background-color: #fff;
}

.subcription .main-box .body ul:last-child>li:first-child {
    width: 68%;
    float: left;
    padding-left: 8px;
    font-size: 14px;
}

.subcription .main-box .body ul:last-child>li:last-child {
    width: 30%;
    float: left;
}

.subcription .main-box .body ul:last-child>li .btn-submit {
    padding: 15px 93px;
    font-size: 15px;
    background-color: #000;
    border: 0;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.subcription .main-box .body ul:last-child>li .btn-submit:hover {
    background-color: #13221a;
}

.subcription a {
    color: rgb(28 72 50);
}

.subcription .main-box .body ul:last-child>li:first-child .form-check {
    display: flex;
    align-items: center;
}

.subcription .main-box .body ul:last-child>li:first-child .form-check .form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 30%;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    -ms-border-radius: 30%;
    -o-border-radius: 30%;
}

.subcription .main-box .body ul:last-child>li:first-child .form-check .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

/* Subcription Section Ends */

/* Footer Section Starts */
/* .main-footer{

} */
section.footer.section {
    background-color: #000;
    border-top: 5px solid #a7cf57;
}

footer,
footer a,
footer a:hover {
    color: #fff;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.footer .main-box>.head>.img-box {
    width: 100%;
    float: left;
}

.footer .main-box .head.foot-subpn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}

.footer .main-box .head.foot-subpn ul li:first-child {
    width: 60%;
    float: left;
}

.footer .main-box .head.foot-subpn ul li:first-child>.img-box>img {
    width: 25vh;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.footer .main-box .head.foot-subpn ul li:first-child>ul.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 45px;
    margin-top: 53px;
}

.footer .main-box .head.foot-subpn ul li:first-child>ul.social-links>li {
    width: auto !important;
    float: left;
    margin-right: 20px;
}

.footer .main-box .head.foot-subpn ul li:first-child>ul.social-links>li:last-child {
    margin: 0;
}

.footer .main-box .head.foot-subpn ul li:first-child>ul.social-links>li a {
    font-size: 25px;
}

.footer .main-box .head.foot-subpn ul li:last-child {
    width: 40%;
}

.footer .main-box .head.foot-subpn ul li:last-child h5 {
    font-family: 'arm';
    font-size: 18px;
}

.footer .main-box .head.foot-subpn ul li svg {
    width: 23%;
}

.footer .main-box .head.foot-subpn ul li p {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 60%;
    font-size: 15px;
}

.footer .main-box .head.foot-subpn ul li:nth-child(2) .subcription-box {
    margin-bottom: 20px;
}

.footer .main-box .head.foot-subpn ul li:nth-child(2) .subcription-box ul {
    margin: 0;
}

.footer .main-box .head.foot-subpn ul li:nth-child(2) .subcription-box li:first-child {
    width: 75%;
}

.footer .main-box .head.foot-subpn ul li:nth-child(2) .subcription-box li:first-child .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 0;
    color: #fff;
}

.footer .main-box .head.foot-subpn ul li:nth-child(2) .subcription-box li:last-child {
    width: 20%;
}

.footer .main-box .head.foot-subpn ul li:nth-child(2) .subcription-box ul {
    margin: 0;
}

.footer .main-box .head.foot-subpn ul li:nth-child(2) .subcription-box li:last-child button {
    background-color: transparent;
    border-radius: 24px;
    text-transform: uppercase;
    border: 2px solid #cecece;
    color: #cecece;
    transition: .3s;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 7px 14px;
}

.footer .main-box .head.foot-subpn ul li:nth-child(2) .subcription-box li:last-child button:hover {
    background-color: white;
    color: #000;
}

.footer .main-box>.body>.foot-nav {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.footer .main-box>.body>.foot-nav>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.footer .main-box>.body>.foot-nav>ul>li:first-child {
    width: 17%;
}

.footer .main-box>.body>.foot-nav>ul li:first-child>p {
    font-size: 14px;
}

.footer .main-box>.body>.foot-nav>ul li:first-child>p:nth-child(2),
.footer .main-box>.body>.foot-nav>ul li:first-child>p:last-child {
    margin: 0;
    margin-bottom: 7px;
}

.footer .main-box>.body>.foot-nav>ul li:first-child>p>a {
    opacity: 0.7;
}

.footer .main-box>.body>.foot-nav>ul li:first-child>p>a:hover {
    opacity: 1;
}

.footer .main-box>.body>.foot-nav>ul li:first-child>p>a>i {
    margin-right: 10px;
}

.footer .main-box>.body>.foot-nav>ul li:last-child {
    display: flex;
}

.footer .main-box>.body>.foot-nav>ul li:last-child>ul {
    margin: 0px 80px;
    display: block;
    justify-content: normal;
    flex-wrap: nowrap;
}

.footer .main-box>.body>.foot-nav>ul li:last-child>ul:last-child {
    margin-right: 0;
}

.footer .main-box>.body>.foot-nav>ul li:last-child>ul>h1 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'arm';
}

.footer .main-box>.body>.foot-nav>ul li:last-child>ul>ul>li {
    margin-bottom: 7px;
    width: 100%;
}

.footer .main-box>.body>.foot-nav>ul li:last-child>ul>ul>li>a {
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0.8;
}

.footer .main-box>.body>.foot-nav>ul li:last-child>ul>ul>li>a:hover {
    opacity: 1;
}

.footer .main-box>.foot>ul {
    display: flex;
    font-size: 12px;
}

.footer .main-box>.foot>ul>li {
    margin: 0 20px;
    position: relative;
}

.footer .main-box>.foot>ul>li:first-child {
    margin-left: 0;
}

.footer .main-box>.foot>ul>li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #7f9a8d;
    right: -20px;
    top: 5px;
}

.footer .main-box>.foot>ul>li:last-child::after {
    display: none;
}

.footer .main-box>.foot>ul>li>a {
    opacity: 0.8;
}

.footer .main-box>.foot>ul>li>a:hover {
    opacity: 1;
}

/* Footer Section Ends */


/* Inner Pages Starts */

/* Search Starts */
.search-result .main-box {
    color: #000;
}

.search-result .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.search-result .main-box .body .search-content {
    padding: 20px 0;
    width: 100%;
    float: left;
    border-bottom: 2px solid #282828;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.search-result .main-box .body .search-content p {
    width: 80%;
    margin: 0;
}

section.search-result .circle.circle-searchone {
    filter: invert(1) brightness(0.5);
    z-index: 1;
    left: -10vw;
    top: 10vw;
}

section.search-result .circle.circle-searchtwo {
    filter: invert(1) brightness(0.5);
    z-index: 1;
    right: -10vw;
    bottom: 5vw;
    left: auto;
}

/* Search Ends */



/* Promyc Starts */
.circle.circle-promycone {
    filter: invert(1) brightness(0.5);
    z-index: 1;
    left: -10vw;
    margin-top: -5vw;
}

.circle.circle-promyctwo {
    filter: invert(1) brightness(0.5);
    z-index: 1;
    right: -10vw;
    bottom: 10vw;
    left: auto;
}

.circle.circle-promycthree {
    z-index: 1;
    left: -10vw;
    margin-top: -5vw;
}

.circle.circle-promycfour {
    z-index: 1;
    right: -10vw;
    left: auto;
    margin-top: 2vw;
}

section.section.innovative {
    padding-bottom: 400px;
}

.innovative .main-box {
    color: #000;
}

.innovative .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.innovative .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.innovative .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    color: #494b50;
}

.innovative .main-box .body>ul {
    margin-top: 80px;
}

.innovative .main-box .body>ul>li {
    width: 20%;
    float: left;
    margin-bottom: 50px;
}

.innovative .main-box .body>ul>li>.img-box {
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 11px;
}

.innovative .main-box .body>ul>li>.img-box>img {
    width: auto;
    height: 53px;
}

.innovative .main-box .body>ul>li>h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #4a4b50;
    font-family: 'Lato', sans-serif !important;
}

.innovative .main-box .body>ul>li>p {
    font-size: 20px;
    font-weight: 600;
}

.innovative .main-box .body a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.best-option>img:first-child {
    position: absolute;
    width: 14%;
    opacity: 0.1;
    left: -50px;
    top: -85px;
    animation: move 5s infinite;
    -webkit-animation: move 5s infinite;
}

.best-option>img.dots-two {
    position: absolute;
    width: 14%;
    opacity: 0.1;
    right: -50px;
    bottom: 185px;
    animation: move 5s infinite;
    -webkit-animation: move 5s infinite;
}

/* .best-option > img:nth-child(2){
    position: absolute;
    width: 100%;
    opacity: 0.02;
    left: 4px;
    top: 110px;
    transform: translate(-40%, 60%) rotate(180deg);
    -webkit-transform: translate(-40%, 60%) rotate(180deg);
    -moz-transform: translate(-40%, 60%) rotate(180deg);
    -ms-transform: translate(-40%, 60%) rotate(180deg);
    -o-transform: translate(-40%, 60%) rotate(180deg);
    display: none;
} */
@keyframes move {

    0%,
    100% {
        transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
    }

    50% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.best-option .main-box {
    color: white;
}

.best-option .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.best-option .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #c2ff5b;
}

.best-option .main-box .body p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 40px;
    color: white;
}

.best-option .main-box .body>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.best-option .main-box .body>ul>li {
    width: 30%;
    margin: 0 7px;
    padding: 20px;
}

.best-option .main-box .body>ul>li>.img-box {
    width: 100%;
    margin-bottom: 40px;
}

.best-option .main-box .body>ul>li>p {
    font-size: 19px;
    font-weight: 400;
}

.best-option .main-box .body>ul.cooking {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.best-option .main-box .body>ul.cooking>li {
    width: 25%;
    margin: 0 7px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.best-option .main-box .body>ul.cooking>li>.img-box {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.best-option .main-box .body>ul.cooking>li>.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-option .main-box .body>ul.cooking>li>p {
    font-size: 19px;
    font-weight: 400;
}

.your-health {
    background-attachment: fixed;
    background-size: cover;
}

.your-health .main-box {
    color: #000;
}

.your-health .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.your-health .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.your-health .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 40px;
    color: #494b50;
}

.your-health .main-box .body>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.your-health .main-box .body>ul>li {
    width: 23%;
    margin: 0 7px;
    padding: 20px;
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
}

.your-health .main-box .body>ul>li:first-child>.img-box>img,
.your-health .main-box .body>ul>li:nth-child(2)>.img-box>img {
    width: 42%;
}

.your-health .main-box .body>ul>li>.img-box {
    width: 100%;
    margin-bottom: 40px;
}

.your-health .main-box .body>ul>li>.img-box img {
    width: 30%;
    filter: brightness(0) invert(0);
}

.your-health .main-box .body>ul>li>.content {
    color: #4a4b50;
}

.your-health .main-box .body>ul>li>p {
    font-size: 19px;
    font-weight: 400;
}

.your-health .main-box .body a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

section.trusted-partner>img {
    position: absolute;
    width: 14%;
    opacity: 0.1;
    left: -50px;
    top: 85px;
    animation: move 5s infinite;
    -webkit-animation: move 5s infinite;
}

.trusted-partner .main-box .head ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.trusted-partner .main-box .head ul li {
    margin: 0 18px;
}

.trusted-partner .main-box .foot .photo-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.trusted-partner .main-box .foot .photo-wrap ul li {
    width: 23%;
    margin: 0 1px;
    margin-bottom: 20px;
}

.trusted-partner .main-box .foot .photo-wrap ul li .img-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.trusted-partner .main-box .foot .photo-wrap ul li .img-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trusted-partner .main-box .foot .photo-wrap .link {
    width: 100%;
    float: left;
    text-align: right;
}

.trusted-partner .main-box .foot .photo-wrap .link svg {
    width: 20px;
    margin-right: 5px;
}

.trusted-partner .main-box .foot .photo-wrap .link a {
    font-size: 14px;
}


.benefits-promyc .main-box {
    color: #000;
}

.benefits-promyc .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.benefits-promyc .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.benefits-promyc .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 40px;
    color: #494b50;
}

.benefits-promyc .main-box .body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.benefits-promyc .main-box .body ul li {
    width: 32%;
    text-align: center;
    background-color: #282828;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: white;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.benefits-promyc .main-box .body ul li img {
    margin-bottom: 20px;
    height: 30px;
}

.benefits-promyc .main-box .body ul li h1 {
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 20px;
}

.benefits-promyc .main-box .body ul li p {
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.benefits-promyc .main-box .body a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.join-journey.create-prmoyc .main-box .body ul li:first-child {
    width: 40%;
}

/* Promyc Ends */

/* The Fungi Lab Starts */
.circle.circle-fungi {
    left: -10vw;
}

.fungilab .main-box {
    color: #000;
}

.fungilab .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.fungilab .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.fungilab .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 40px;
    color: #494b50;
}

.fungilab .main-box .body ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    align-items: center;
}

.fungilab .main-box .body ul li {
    float: left;
}

.fungilab .main-box .body ul li:first-child {
    width: 40%;
    padding: 50px 100px 50px 150px;
}

.fungilab .main-box .body ul li:first-child p {
    font-size: 20px;
}

.fungilab .main-box .body ul li:last-child {
    width: 60%;
}

.fungilab .main-box .body ul li:last-child .img-box {
    width: 100%;
    float: left;
    position: relative;
}

.fungilab .main-box .body ul li:last-child .img-box img {
    width: 100%;
}

.nutrition .main-box {
    color: #000;
}

.nutrition .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.nutrition .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.nutrition .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 40px;
    color: #494b50;
}

.nutrition .main-box .body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.nutrition .main-box .body ul li {
    width: 22%;
}

.nutrition .main-box .body ul li .img-box img {
    width: 50%;
    margin-bottom: 20px;
}

.nutrition .main-box .body ul li h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
    color: #4a4b50;
}

.fungi-resource .main-box {
    color: white;
}

.fungi-resource .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.fungi-resource .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #a7ce57;
}

.fungi-resource .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 40px;
}

.fungi-resource .main-box .body a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.fungi-resource .main-box .body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}

.fungi-resource .main-box .body ul li {
    float: left;
}

.fungi-resource .main-box .body ul li:first-child {
    width: 60%;
}

.fungi-resource .main-box .body ul li:first-child .img-box img {
    width: 100%;
}

.fungi-resource .main-box .body ul li:last-child {
    width: 40%;
    padding-right: 250px;
}

.fungi-resource .main-box .body ul li:last-child p {
    font-size: 20px;
    font-weight: 400;
}

.fungi-resource .main-box .body ul li:last-child p:last-child {
    margin: 0;
}

section.section.fungi-application {
    padding-bottom: 400px;
}

.fungi-application {
    background-repeat: no-repeat;
    background-size: cover;
}

.fungi-application .main-box {
    color: white;
}

.fungi-application .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.fungi-application .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #a7ce57;
}

.fungi-application .main-box .body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fungi-application .main-box .body ul li {
    width: 23%;
    text-align: center;
}

.fungi-application .main-box .body ul li .img-box img {
    width: 40%;
    margin-bottom: 40px;
}

.fungi-application .main-box .body ul li h1 {
    font-size: 20px;
    font-weight: 600;
    min-height: 60px;
    text-transform: uppercase;
}

.fungi-application .main-box .body ul li p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.fungi-tech .main-box {
    color: #000;
}

.fungi-tech .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.fungi-tech .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.fungi-tech .main-box .body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 80px;
    align-items: center;
}

.fungi-tech .main-box .body ul:last-child {
    margin: 0;
}

.fungi-tech .main-box .body ul:nth-child(even) {
    flex-direction: row-reverse;
}

.fungi-tech .main-box .body ul li {
    float: left;
}

.fungi-tech .main-box .body ul li:first-child {
    width: 60%;
}

.fungi-tech .main-box .body ul li:last-child {
    width: 40%;
    padding: 0px 250px 0px 80px;
}

.fungi-tech .main-box .body ul li:last-child h1 {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    margin-bottom: 40px;
}

.fungi-tech .main-box .body ul li:last-child P {
    font-size: 19px;
    font-weight: 400;
    color: #4a4b50;
}

.fungi-know .main-box {
    color: #000;
}

.fungi-know .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.fungi-know .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.fungi-know .main-box .body p {
    margin-bottom: 40px;
    color: #494b50;
}

.fungi-know .main-box .body a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

/* The Fungi Lab Ends */

/* Technology Starts */
section.section.fungi-protien {
    padding-top: 0;
}

.fungi-protien .main-box {
    color: #000;
}

.fungi-protien .main-box .body ul {
    align-items: center;
}

.fungi-protien .main-box .body ul li {
    float: left;
}

.fungi-protien .main-box .body ul li:first-child {
    width: 40%;
    padding: 0 0 0 12vw;
}

.fungi-protien .main-box .body ul li:last-child {
    width: 60%;
}

.fungi-protien .main-box .body ul li:first-child h1 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.fungi-protien .main-box .body ul li:first-child p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #4a4b50;
}


.shape-substain .main-box {
    color: #000;
}

.shape-substain .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.shape-substain .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.shape-substain .main-box .body p {
    margin-bottom: 40px;
    color: #494b50;
}

.shape-substain .main-box .body ul {
    justify-content: center;
}

.shape-substain .main-box .body ul li {
    width: 25%;
    padding: 30px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 0 20px;
    margin-bottom: 40px;
}

.shape-substain .main-box .body ul li h1 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #a7ce57;
}

.shape-substain .main-box .body ul li p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    color: #fff;
}

.shape-substain .main-box .body a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    color: #000;
}

.steps-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 23px;
    border-bottom: 2px solid #28391E;
    margin-bottom: 107px;
    position: relative;
}

.steps-nav-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 72px;
}

.steps-nav-item::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #122421;
    border-radius: 50%;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.steps-nav-img {
    display: flex;
}

.steps-nav-name {
    color: #282828;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    display: flex;
}

.steps-nav-item:hover::before {
    background-color: #000;
    transform: scale(1.5) translate(-3px, 0);
    -webkit-transform: scale(1.5) translate(-3px, 0);
    -moz-transform: scale(1.5) translate(-3px, 0);
    -ms-transform: scale(1.5) translate(-3px, 0);
    -o-transform: scale(1.5) translate(-3px, 0);
}

.steps-nav-item::before:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.shape-substain .main-box .body ul.steps {
    display: flex;
    align-items: center;
    justify-content: left
}

.shape-substain .main-box .body ul.steps:nth-child(even) {
    flex-direction: row-reverse;
}

.shape-substain .main-box .body ul.steps li {
    width: 50%;
    padding: 0px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    margin: 0px;
    margin-bottom: 40px;
}

.shape-substain .main-box .body ul.steps li h6 {
    color: #282828;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.shape-substain .main-box .body ul.steps li h1 {
    font-size: 33px;
    font-weight: 900;
    margin-bottom: 56px;
    color: #000;
    text-transform: uppercase;
}

.shape-substain .main-box .body ul.steps li p {
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}

.shape-substain .main-box .body ul.steps li:last-child {
    padding-left: 15vh;
}

.shape-substain .main-box .body ul.steps:nth-child(even) li:last-child {
    padding-left: 0;
    padding-right: 15vh;
}

/* Technology Ends */

/* Faq Starts */
.faq .main-box {
    color: #000;
}

.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
}

.accordion-container .set:last-child {
    margin: 0;
}

.accordion-container .set>.adiv {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #000;
    padding: 19px 0;
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.accordion-container .set>.adiv i {
    float: right;
    margin-top: 2px;
    font-size: 40px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.accordion-container .set>.adiv.active {
    background-color: transparent;
}

.faq .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.faq .content p {
    margin: 0;
    font-size: 15px;
    color: #4a4b50;
}

.faq .content .main-btn {
    margin-top: 10px;
}

.faq .main-box .body ul {
    margin-bottom: 70px;
    align-items: center;
}

.faq .main-box .body ul li {
    float: left;
}

.faq .main-box .body ul li:first-child {
    width: 30%;
}

.faq .main-box .body ul li:first-child h1 {
    color: #000;
    font-size: 33px;
    font-weight: 900;
}

.faq .main-box .body ul li:last-child {
    width: 70%;
}

/* Faq Ends */

/* About Mycorena Starts */
.about-one .main-box .body ul {
    justify-content: center !important;
    position: relative;
    z-index: 0;
}

.about-one .main-box .body ul:nth-child(even) {
    flex-direction: row-reverse;
}

.about-one .main-box .body ul li:first-child {
    position: relative;
    z-index: -1;
}

.about-one .main-box .body ul li:last-child {
    position: relative;
    z-index: -1;
}

.about-one .main-box .body ul:nth-child(even) li:first-child {
    padding-left: 0;
    padding-right: 25vh;
}

.about-one .main-box .body ul li:first-child p {
    margin-bottom: 20px;
    color: #4a4b50;
}

.about-one .main-box .body ul li:last-child .img-box {
    height: 600px;
    float: left;
    width: 100%;
}

.about-one .main-box .body ul li:last-child .img-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle.circle-abt {
    left: -8vw;
    z-index: 1;
    margin-top: -15vw;
}

.about-two .main-box {
    color: #000;
}

.about-two .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-two .timeline-carousel .item .timeline .img-box {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-two .timeline-carousel .item .timeline .img-box img {
    border-radius: 50%;
    max-width: 100%;
    width: 266px;
    height: 266px !important;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s;
}

.about-two .timeline-carousel .item .timeline:hover .img-box img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.about-two .timeline-carousel .item .timeline .date {
    margin-bottom: 30px;
    padding: 0 20px 30px;
    width: 100%;
    border-bottom: 3px solid #c2ff5b;
    position: relative;
}

.about-two .timeline-carousel .item .timeline .date h6 {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.about-two .timeline-carousel .item .timeline .date::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c2ff5b;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -6px;
}

.about-two .timeline-carousel .item .timeline .content {
    text-align: center;
    padding: 0 30px;
}

.about-two .timeline-carousel .item .timeline .content h3 {
    font-size: 20px;
    color: #13221a;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-two .timeline-carousel .item .timeline .content p {
    font-size: 17px;
    margin-bottom: 0px;
    color: #4a4b50;
}

.about-two .timeline-carousel .owl-nav .owl-prev,
.about-two .timeline-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 41px;
    height: 70px;
    background-size: cover;
    background-color: transparent;
}

.about-two .timeline-carousel .owl-nav .owl-prev {
    left: -65px;
}

.about-two .timeline-carousel .owl-nav .owl-prev,
.about-two .timeline-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
}

.about-two .timeline-carousel .owl-nav .owl-prev:hover,
.about-two .timeline-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #000;
}

.about-two .timeline-carousel .owl-nav .owl-prev {
    left: -80px;
    font-size: 100px;
}

.about-two .timeline-carousel .owl-nav .owl-next {
    right: -80px;
    font-size: 100px;
}

.about-message .main-box {
    color: #000;
}

.about-message .main-box .body ul {
    justify-content: center !important;
    align-items: center;
}

.about-message .main-box .body ul li {
    float: left;
}

.about-message .main-box .body ul li:first-child {
    width: 40%;
    padding: 0 0 0 12vw;
}

.about-message .main-box .body ul li:last-child {
    width: 60%;
}

.about-message .main-box .body ul li:first-child h1 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.about-message .main-box .body ul li:first-child h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #4a4b50;
}

.about-message .main-box .body ul li:first-child p {
    font-size: 17px;
    margin-bottom: 7px;
    color: #4a4b50;
}

.about-message .main-box .body ul li:first-child p:last-child {
    margin: 0;
}

.about-dia .circle {
    right: -10vw;
    left: auto;
    margin-top: 25vw;
}

.about-dia .main-box {
    color: #000;
}

.about-dia .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-dia .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    color: #494b50;
    padding-right: 60px;
}

.about-dia .main-box .body .img-box {
    margin-top: 40px;
}

.about-dia .main-box .body .img-box img {
    width: 100%;
}

.about-dia ul.bord-dirc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.about-dia ul.bord-dirc li {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

.about-dia ul.bord-dirc li:last-child {
    margin: 0;
}

.about-dia ul.bord-dirc li:nth-child(even) {
    flex-direction: row-reverse;
}

.about-dia ul.bord-dirc li .left {
    width: 15%;
    float: left;
}

.about-dia ul.bord-dirc li .right {
    width: 80%;
    float: left;
    padding-left: 50px;
}

.about-dia ul.bord-dirc li img {
    width: 100%;
}

.about-dia ul.bord-dirc li h1 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.about-dia ul.bord-dirc li p {
    font-size: 17px;
    color: #111;
    margin-bottom: 0;
}

section.section.about-press {
    padding-bottom: 400px;
}

.about-press.press-logo .circle::after,
.about-press.press-logo .circle::before {
    border-color: #808080;
}

.about-press.press-logo .circle.circle-one {
    right: auto;
    left: -10vw;
    margin-top: -5vw;
}

.about-press.press-logo .circle.circle-two {
    left: auto;
    right: -10vw;
    margin-top: 50vw;
}

.about-press.press-logo .main-box .body .press-logo-carousel .item img {
    filter: brightness(2);
    -webkit-filter: brightness(2);
}

.about-press.press-logo .main-box .head h2 {
    color: #c2ff5b;
}

.about-press.press-logo .main-box .body .press-logo-carousel .owl-nav .owl-prev,
.about-press.press-logo .main-box .body .press-logo-carousel .owl-nav .owl-next {
    color: #ffffff;
}

section.section.about-know {
    padding-top: 0;
}

/* About Mycorena Ends */

/* Contact Us Starts */
.circle.circle-contactone {
    left: -10vw;
}

.circle.circle-contacttwo {
    right: -10vw;
    bottom: 5vw;
}

.contact .main-box {
    color: #000;
}

.contact .main-box .body ul {
    justify-content: center;
}

.contact .main-box .body ul li {
    float: left;
}

.contact .main-box .body ul li:first-child {
    width: 60%;
}

.contact .main-box .body ul li:last-child {
    width: 40%;
    padding-left: 80px;
}

.contact .main-box .body ul li .box .head h1 {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact .main-box .body ul li .box .head h2 {
    color: #282828;
    font-size: 16px;
    font-weight: 900;
    line-height: 23.09px;
    margin-bottom: 10px;
}

.contact .main-box .body ul li .box .body .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 15px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.contact .main-box .body ul li .box .body .form-control:active,
.contact .main-box .body ul li .box .body .form-control:hover,
.contact .main-box .body ul li .box .body .form-control:focus {
    border-color: #000;
}

.contact .main-box .body ul li:last-child .box {
    margin-bottom: 40px;
}

.contact .main-box .body ul li:last-child .box:last-child {
    margin-bottom: 0px;
}

.contact .main-box .body ul li:last-child .box .body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact .main-box .body ul li:last-child .box .body .icon {
    width: 15%;
    font-size: 25px;
}

.contact .main-box .body ul li:last-child .box .body .content {
    width: 60%;
}

.contact .main-box .body ul li:last-child .box .body .content p,
.contact .main-box .body ul li:last-child .box .body .content a {
    margin: 0;
    font-size: 15px;
    color: #4a4b50;
}

section.section.map {
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.contact-team .main-box .body ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-team .main-box .body ul li {
    width: 26%;
    margin: 15px;
}

.contact-team .main-box .body ul li .img-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;

    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.contact-team .main-box .body ul li .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

.contact-team .main-box .body ul li .description {
    text-align: center;
    width: 100%;
    float: left;

    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.contact-team .main-box .body ul li .description h3 {
    font-size: 20px;
    color: #000;
}

.contact-team .main-box .body ul li .description h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.contact-team .main-box .body ul li .description a {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.contact-team .main-box .body ul li .description a:hover {
    color: #000;
}

.contact-team .main-box .body ul li:hover .img-box {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.contact-team .main-box .body ul li:hover .description {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

/* Contact Us Ends */
.image-fullwidth {
    padding: 0;
}

.partners {
    border-bottom: 1px solid;
}

/* Press Starts */
section.section.press {
    padding: 0;
}

.press .main-box {
    color: #000;
}

.press .main-box ul {
    align-items: center;
}

.press .main-box ul:nth-child(even) {
    flex-direction: row-reverse;
}

.press .main-box ul li {
    float: left;
}

.press .main-box ul li:first-child {
    width: 40%;
    padding: 0 100px;
}

.press .main-box ul li:last-child {
    width: 60%;
}

.press .main-box ul li h1 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.press .main-box ul li p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #221f1f;
}

.press-logo .main-box {
    color: #000;
}

.press-logo .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.press-logo .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.press-logo .main-box .body .press-logo-carousel {
    position: relative;
}

.press-logo .main-box .body .press-logo-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.press-logo .main-box .body .press-logo-carousel .item img {
    width: 70%;
}

.press-logo .main-box .body .press-logo-carousel .item img:last-child {
    margin-left: 20vh;
}

.press-logo .main-box .body .press-logo-carousel .owl-nav .owl-prev,
.press-logo .main-box .body .press-logo-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
}

.press-logo .main-box .body .press-logo-carousel .owl-nav .owl-prev:hover,
.press-logo .main-box .body .press-logo-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #000;
}

.press-logo .main-box .body .press-logo-carousel .owl-nav .owl-prev {
    left: -80px;
    font-size: 100px;
}

.press-logo .main-box .body .press-logo-carousel .owl-nav .owl-next {
    right: -80px;
    font-size: 100px;
}

/* Press Ends */

/* Mycotalk Starts */
.tab__btn {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.tab__btn ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    justify-content: start;
    display: flex;
}

.tab__btn ul li {
    display: inline-block;
    padding: 5px;
}

.tab__btn ul li a {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 20px;
    line-height: 0px;
    background-color: #122521;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.active-tab {
    color: white !important;
    background: #a5d576 !important;
}

.active-tab,
.tab__btn ul li a:hover {
    background: #000;
    color: white;
    transition: 500ms ease-in-out;
}

.mytalk .main-box .body .news-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mytalk .main-box .body .news-wrap .news-card {
    width: 49%;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 5px 30px -22px #000000a6 !important;
}

.mytalk .main-box .body .news-wrap .news-card .head {
    padding: 20px;
    padding-bottom: 0;
}

.mytalk .main-box .body .news-wrap .news-card .head a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
}

.mytalk .main-box .body .news-wrap .news-card .head a::before {
    content: '';
    position: absolute;
    left: 0;
    height: 16px;
    width: 10px;
    background-color: #000;
}

.mytalk .main-box .body .news-wrap .news-card .body {
    padding: 20px;
    padding-bottom: 0;
}

.mytalk .main-box .body .news-wrap .news-card .body a {
    font-size: 21px;
    font-weight: 700;
    transition: all 0.3s;
    color: inherit;
}

.mytalk .main-box .body .news-wrap .news-card .foot {
    padding: 20px;
}

.mytalk .main-box .body .news-wrap .news-card .foot p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}

.mytalk .main-box .foot {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-direction: column;
}

.mytalk .main-box .foot .pagenation {
    font-size: 19px;
    font-family: 'Lato', 'Arial';
}

.mytalk .main-box .foot .pagenation li a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    width: 44px;
    height: 44px;
    transition-delay: 500ms;
    transition: 500ms;
    border-radius: 50%;
    display: inline-flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.mytalk .main-box .foot .pagenation li a i {
    margin-right: 10px;
}

.mytalk .main-box .foot .pagenation li.disabled {
    opacity: 0.5
}

.mytalk .main-box .foot .pagenation li:first-child a .mytalk .main-box .foot .pagenation li:last-child a {
    font-size: 25px
}

.mytalk .main-box .foot .pagenation li a:first-child i,
.mytalk .main-box .foot .pagenation li a:last-child i {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.mytalk .main-box .foot .pagenation li a:first-child:hover i {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}

.mytalk .main-box .foot .pagenation li a:last-child:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.mytalk .main-box .foot .pagenation li a:first-child:hover,
.mytalk .main-box .foot .pagenation li a:last-child:hover {
    background-color: transparent !important;
    color: #122521 !important;
    opacity: 1;
}

.mytalk .main-box .foot .pagenation li a:last-child i {
    margin-left: 10px;
}

.mytalk .main-box .foot .pagenation li a:hover:not(.active) {
    background: #122521;
    color: #fff;
}

.mytalk .main-box .foot .pagenation li {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mytalk .main-box .foot .pagenation li {
    font-style: normal;
}

.mytalk .main-box .foot .pagenation li.active {
    background: #000;
    color: #fff;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .mytalk .main-box:last-child{
} */
.mytalk .main-box:last-child .box {
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
}

.mytalk .main-box:last-child .box:last-child {
    margin-bottom: 0;
}

.mytalk .main-box:last-child .box .head h1 {
    color: #000;
    font-size: 29px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.mytalk .main-box:last-child .box.follow .body ul {
    justify-content: start;
}

.mytalk .main-box:last-child .box.follow .body ul li {
    margin: 00px 15px;
}

.mytalk .main-box:last-child .box.follow .body ul li:first-child {
    margin-left: 0;
}

.mytalk .main-box:last-child .box.follow .body ul li a {
    color: #000;
    font-size: 35px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.mytalk .main-box:last-child .box.follow .body ul li a:hover {
    color: #4c8b40;
}

.mytalk .main-box:last-child .box.editors .body a {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.mytalk .main-box:last-child .box.editors .body a:last-child {
    margin: 0;
}

.mytalk .main-box:last-child .box.editors .body a .left {
    width: 25%;
    float: left;
}

.mytalk .main-box:last-child .box.editors .body a .right {
    width: 75%;
    float: left;
    padding-left: 10px;
}

.mytalk .main-box:last-child .box.editors .body a .right p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #000;
}

.mytalk .main-box:last-child .box.editors .body a .right p:last-child {
    margin: 0;
}

.mytalk .main-box:last-child .box.editors .body a .right p small {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.mytalk .main-box:last-child .box.touch .body .form-control {
    border: 0 !important;
    border-bottom: 2px solid #cccccc !important;
    color: #808080 !important;
    font-weight: 300 !important;
    border-radius: 0 !important;
    font-size: 19px !important;
    font-family: "Lato", sans-serif !important;
    padding-left: 0;
}

.mytalk .main-box:last-child .box.touch .body button {
    background-color: #000;
    border-radius: 12px !important;
    text-shadow: 0 2px 3px rgb(0 0 0 / 20%) !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    transition: .3s !important;
    display: block;
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: 700;
    transition: ease-in-out all 0.25s;
    -webkit-transition: ease-in-out all 0.25s;
    -moz-transition: ease-in-out all 0.25s;
    -ms-transition: ease-in-out all 0.25s;
    -o-transition: ease-in-out all 0.25s;
}

.mytalk .main-box:last-child .box.touch .body button:hover {
    background-color: #122521;
}

.mytalk-dtl .main-box.ck-ed {
    padding: 56px 76px 69px;
    border-radius: 13px;
    background-color: #fff;
    margin-right: 50px;
}

.mytalk-dtl .main-box.ck-ed .head p {
    font-size: 17px;
    opacity: 0.5;
}

.mytalk-dtl .main-box.ck-ed .body .page-content {
    width: 100%;
    float: left;
    position: relative;
}

.mytalk-dtl .main-box.ck-ed .body .page-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.mytalk-dtl .main-box.ck-ed .body .page-content p,
.mytalk-dtl .main-box.ck-ed .body .page-content p span {
    font-size: 17px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif !important
}

.mytalk-dtl .main-box.ck-ed .body .page-content p:last-child {
    font-size: 17px;
    margin-bottom: 0px;
}

.mytalk-dtl .main-box.ck-ed .body .page-content img {
    width: 100%;
    margin-bottom: 20px;
}

.mytalk-dtl .main-box.ck-ed .body .page-content a,
ins {
    color: #1a8839;
    text-decoration: none !important;
}

.mytalk-dtl .page-next {
    width: 100%;
    margin-top: 44px;
    text-decoration: underline;
    float: left;
    text-align: center;
}

.mytalk-dtl .page-next a {
    font-size: 14px;
    color: #000;
}

/* Mycotalk Ends */

/* Create Promy Starts */
.contact .form-box {
    background-color: #fafafa;
    padding: 20px 30px;
    box-shadow: 0px 0px 50px -25px rgb(0 0 0 / 50%) !important;
}

.contact .form-box .form-input .hear ul {
    justify-content: flex-start;
    margin: 25px 0;
    position: relative;
}

.contact .form-box .form-input .hear ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
}

/* Create Promy Ends */


/* Investors Starts */
.circle.circle-investorone {
    filter: invert(1) brightness(0.5);
    left: -10vw;
}

.circle.circle-investortwo {
    filter: invert(1) brightness(0.5);
    right: -10vw;
    margin-top: 10vw;
}

.circle.circle-investorthree {
    left: -10vw;
}

.circle.circle-investorfour {
    right: -10vw;
    margin-bottom: -10vw;
}

.invst-protein {
    position: relative;
}

.invst-protein .main-box {
    color: #000;
}

.invst-protein p {
    color: #4a4b50;
}

.invst-protein .main-box .body ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.invst-protein .main-box .body ul li {
    width: 50%;
    float: left;
}

.invst-protein .main-box .body ul li:last-child {
    padding-left: 100px;
}

.invst-protein .main-box .body ul li:first-child h1 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.invst-protein .main-box .body ul li:first-child p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #4a4b50;
}

.invst-protein .main-box .body ul li:last-child .img-box {
    width: 100%;
    float: left;
}

.invst-protein .main-box .body ul li:last-child .img-box img {
    width: 100%;
}

section.join-journey.new-market {
    padding-bottom: 100px;
}

.new-market p {
    color: #4a4b50 !important;

}

.limit-plant .main-box {
    color: #000;
}

.limit-plant .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.limit-plant .main-box .head p {
    font-size: 17px;
    margin-bottom: 0;
    color: #4a4b50;
}

.limit-plant .main-box .body {
    margin-top: 40px;
}

.limit-plant .main-box .body .list-one,
.limit-plant .main-box .body .list-two {
    width: 100%;
    float: left;
}

.limit-plant .main-box .body .list-one ul,
.limit-plant .main-box .body .list-two ul {
    flex-wrap: wrap;
}

.limit-plant .main-box .body .list-one ul li:first-child {
    width: 43%;
    background-color: #282828;
    border-radius: 0px 15px 15px 0px;
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    -ms-border-radius: 0px 15px 15px 0px;
    -o-border-radius: 0px 15px 15px 0px;
}

.limit-plant .main-box .body .list-one ul li:nth-child(2) {
    width: 24%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-size: cover;
    background-position: center bottom;
}

.limit-plant .main-box .body .list-one ul li:last-child {
    width: 32%;
    background-color: #282828;
    border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    -ms-border-radius: 15px 0px 0px 15px;
    -o-border-radius: 15px 0px 0px 15px;
}

.limit-plant .main-box .body .list-one {
    margin-bottom: 10px;
}

.limit-plant .main-box .body .list-one ul li,
.limit-plant .main-box .body .list-two ul li {
    display: flex;
    align-items: center;
    padding: 50px 50px;

}

.limit-plant .main-box .body .list-one ul li:first-child {
    justify-content: flex-end;
}

.limit-plant .main-box .body .list-one ul li:last-child {
    justify-content: flex-start;
}

.limit-plant .main-box .body .list-one ul li:first-child .list-cnt {
    display: flex;
    align-items: center;
}

.limit-plant .main-box .body .list-one ul li .img-box {
    width: 14%;
}

.limit-plant .main-box .body .list-one ul li .img-box img {
    width: 100%;
}

.limit-plant .main-box .body .list-one ul li .description {
    width: 86%;
    padding-left: 10px;
    padding-right: 50px;
}

.limit-plant .main-box .body .list-one ul li .description h1,
.limit-plant .main-box .body .list-two ul li .description h1 {
    font-size: 35px;
    font-weight: 600;
    color: white;
}

.limit-plant .main-box .body .list-one ul li .description h1 span,
.limit-plant .main-box .body .list-two ul li .description h1 span {
    color: #a7cf57;
}

.limit-plant .main-box .body .list-one ul li .description p,
.limit-plant .main-box .body .list-two ul li .description p {
    color: white;
    margin: 0;
}

.limit-plant .main-box .body .list-two ul li:first-child {
    width: 32%;
    border-radius: 0px 15px 15px 0px;
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    -ms-border-radius: 0px 15px 15px 0px;
    -o-border-radius: 0px 15px 15px 0px;
    background-size: cover;
    background-position: center bottom;
}

.limit-plant .main-box .body .list-two ul li:nth-child(2) {
    width: 43%;
    background-color: #282828;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding-left: 100px;
}

.limit-plant .main-box .body .list-two ul li:nth-child(2) .description {
    padding-left: 20px;
}

.limit-plant .main-box .body .list-two ul li:last-child {
    width: 24%;
    border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    -ms-border-radius: 15px 0px 0px 15px;
    -o-border-radius: 15px 0px 0px 15px;
    background-size: cover;
    background-position: center bottom;
}

.invst-benefit .main-box .body ul li img {
    width: 30px;
}

.myc-number .main-box {
    color: #000;
}

.myc-number .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.myc-number .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 40px;
    color: #494b50;
}

.myc-number .main-box .body ul {
    text-align: center;
    margin-bottom: 40px
}

.myc-number .main-box .body ul li h1 {
    font-size: 70px !important;
    font-weight: 700;
    color: #a5d576;
}

.myc-number .main-box .body ul li h1 span:nth-child(2) {
    font-size: 18px;
}

.myc-number .main-box .body ul li p {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.myc-number .main-box .body a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.best-option.our-mission {
    padding-bottom: 400px;
}

.best-option.our-mission>img:first-child {
    top: 50px;
}

.best-option.our-mission>img.dots-two {
    bottom: 330px;
}

.collabrote .main-box {
    color: #000;
}

.collabrote .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.collabrote .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.collabrote .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 800;
    color: #494b50;
}

.collabrote .main-box .body ul {
    justify-content: space-between;
    margin-top: 40px;
    height: 465px;
    overflow: hidden;
}

.collabrote .main-box .body ul li {
    float: left;
}

.collabrote .main-box .body ul li:first-child {
    width: 20%;
}

.collabrote .main-box .body ul li:nth-child(2) {
    width: 20%;
}

.collabrote .main-box .body ul li:nth-child(3) {
    width: 19%;
}

.collabrote .main-box .body ul li:nth-child(4) {
    width: 20%;
}

.collabrote .main-box .body ul li:last-child {
    width: 20%;
}

.collabrote .main-box .body ul li:nth-child(4) .img-box,
.collabrote .main-box .body ul li:last-child .img-box {
    margin-bottom: 10px;
}

.collabrote .main-box .body ul li:last-child .img-box:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collabrote .main-box .body ul li:first-child .green-block {
    width: 100%;
    height: 136px;
    background-color: #000;
    margin-top: 10px;
}

.collabrote .main-box .body ul li:nth-child(3) .green-block {
    width: 100%;
    height: 75px;
    background-color: #000;
    margin-bottom: 5px;
}

.collabrote .main-box .body ul li:last-child .img-box:last-child .green-block {
    width: 6.5%;
    float: left;
    background-color: #000;
}

.collabrote .main-box .body ul li:last-child .img-box:last-child img {
    float: right;
    width: 92%;
}

.collabrote .main-box .body ul li img {
    width: 100%;
}

.collabrote .main-box .foot ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
}

.collabrote .main-box .foot ul li {
    margin: 0 20px;
}

section.production-plant {
    padding-bottom: 0;
}

.production-plant .main-box {
    color: #000;
}

.production-plant .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.production-plant .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.production-plant .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    color: #494b50;
}

.production-plant .main-box .body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.production-plant .main-box .body .left,
.production-plant .main-box .body .right {
    width: 50%;
    float: left;
}

.production-plant .main-box .body .right .img-box {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

.production-plant .main-box .body .left {
    padding: 0 0 0 12vw;
}

.production-plant .main-box .body .left p {
    margin-bottom: 10px;
}

.production-plant .main-box .body .left ul {
    margin-top: 40px;
}

.production-plant .main-box .body .left ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 40px;
}

.production-plant .main-box .body .left ul li h1 {
    font-size: 70px;
    font-weight: 700;
    color: #a5d576;
}

.production-plant .main-box .body .left ul li p {
    text-transform: uppercase;
    font-weight: 700;
}

.production-plant .main-box .body .left ul li p:last-child {
    text-transform: none;
    font-weight: normal;
}

.production-plant .main-box .body .right .img-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.investor.three .half-circle-one {
    margin-top: -100px;
}

section.investor.one .half-circle-one {
    margin-top: -20vh;
    width: 10%;
    z-index: 0;
}

.investor .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 15px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.investor .form-control:active,
.investor .form-control:hover,
.investor .form-control:focus {
    border-color: #000;
}

/* Investors Ends */

/* Investor Contact Starts */
.contact.inverstor .main-box .body>ul li:first-child {
    width: 100%;
}

.contact.inverstor .main-box {
    color: #4a4b50;
}

.contact.inverstor .main-box .body>ul li:last-child {
    display: none;
}

.investmenttype {
    margin: 10px 0;
}

.investmenttype ul li {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 7px;
}

.investmenttype ul li:last-child {
    display: block !important;
    margin-top: 0 !important;
}

.investmenttype ul li.footer-checkbox .checkbox .check-label {
    display: block !important;
}

.investmenttype ul li.footer-checkbox .checkbox .check-label a {
    color: #000;
}

.investmenttype h5.error {
    position: absolute;
    margin-top: -57px;
    right: 74%;
}

.investmenttype.terms h5.error {
    position: absolute;
    margin-top: 22px;
    right: auto;
}

.form-control.othershow {
    display: none;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.investmenttype .styled-checkbox+label a {
    color: #000;
}

/* Investor Contact Ends */

/* Privacy Policy Starts */
.privacypolicy.page-content h1 {
    color: #274f1f;
    font-weight: 600;
}

.privacypolicy.page-content h5 {
    color: #000;
    font-weight: 600;
}

/* Privacy Policy Ends */

/* Modal Popup Starts */
.myc-popup h1 {
    font-size: 20px;
    margin-bottom: 20px
}

.myc-popup p {
    font-size: 15px;
    margin-bottom: 15px;
}

.myc-popup .modal-header {
    background-color: #282828;
    color: white;
}

.myc-popup .modal-header .btn-close {
    filter: invert(1);
    opacity: 1
}

.footer-checkbox .checkbox span {
    cursor: pointer;
    position: absolute;
    margin-top: -24px;
    margin-left: 130px;
    width: 100%;
    text-decoration: underline;
}

/* Modal Popup Ends */

/* Career Starts */
.circle.circle-careerone {
    left: -10vw;
    filter: invert(1) brightness(0.5);
}

.circle.circle-careertwo {
    right: -10vw;
    filter: invert(1) brightness(0.5);
    margin-top: 10vw;
}

.circle.circle-careerthree {
    right: -10vw;
}

.career-our-values .main-box {
    color: #000;
}

.career-our-values .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.career-our-values .main-box .body .list-one {
    margin-bottom: 10px;
}

.career-our-values .main-box .body .list-one ul,
.career-our-values .main-box .body .list-two ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.career-our-values .main-box .body .list-one ul li,
.career-our-values .main-box .body .list-two ul li {
    float: left;
    background-color: #282828;
    margin: 0 5px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.career-our-values .main-box .body .list-one ul li:hover,
.career-our-values .main-box .body .list-two ul li:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.career-our-values .main-box .body .list-one ul li .description,
.career-our-values .main-box .body .list-two ul li .description {
    color: #fff;
    padding: 20px 50px;
}

.career-our-values .main-box .body .list-one ul li .description h1,
.career-our-values .main-box .body .list-two ul li .description h1 {
    font-size: 30px;
    font-weight: 600;
}

.career-our-values .main-box .body .list-one ul li .description p,
.career-our-values .main-box .body .list-two ul li .description p {
    color: white;
    margin: 0;
}

.career-our-values .main-box .body .list-one ul li:first-child,
.career-our-values .main-box .body .list-one ul li:last-child {
    width: 28%;
}

.career-our-values .main-box .body .list-one ul li:first-child,
.career-our-values .main-box .body .list-two ul li:first-child {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    text-align: right;
}

.career-our-values .main-box .body .list-one ul li:nth-child(2) {
    width: 15%;
}

.career-our-values .main-box .body .list-one ul li:nth-child(3) {
    width: 27%;
}

.career-our-values .main-box .body .list-one ul li:last-child,
.career-our-values .main-box .body .list-two ul li:last-child {
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.career-our-values .main-box .body .list-one ul li .img-box,
.career-our-values .main-box .body .list-two ul li .img-box {
    width: 100%;
    height: 12vw;
    background-size: cover;
    background-position: center bottom;
    float: left;
}

.career-our-values .main-box .body .list-two ul li:first-child,
.career-our-values .main-box .body .list-two ul li:last-child {
    width: 19%;
}

.career-our-values .main-box .body .list-two ul li:nth-child(2),
.career-our-values .main-box .body .list-two ul li:nth-child(3) {
    width: 30%;
}

section.section.fungi-application.career-love {
    padding-bottom: 100px;
}

.fungi-application.career-love .main-box {
    color: #111;
}

/* .fungi-application .main-box .head h2{
    color: #000;
} */

section.section.fungi-know.career-team {
    padding-bottom: 0;
}

.career-team .main-box .body .img-box {
    width: 100%;
    height: 50vw;
    background-size: cover;
    background-position: center;
}

section.section.best-option.our-mission.career-myc-life {
    padding-bottom: 100px;
    min-height: auto;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
    z-index: 1;
}

section.section.best-option.our-mission.career-myc-life>img.dots-two {
    left: auto;
    bottom: 7vw !important;
    top: auto;
}

section.fungi-protien.about-one.career-future .main-box {
    margin-top: -6vw;
}

/* Career Ends  */
/* Inner Pages Ends */



.banner-video.other .caption {
    position: absolute;
    width: 100%;
    height: 60vh;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
}

.banner-video .caption h1 {
    display: block;
    text-shadow: 0 2px 3px rgb(0 0 0 / 35%);
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'arm';
    width: 40%;
}


/* me san start */

.banner-video.refood.other .caption {
    position: absolute;
    width: 100%;
    height: 60vh;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
}

.banner-video.refood .caption h1 {
    display: block;
    text-shadow: 0 2px 3px rgb(0 0 0 / 35%);
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'arm';
    width: 40%;
}

/* 
.banner-video.refood p{
    text-shadow: 0 2px 3px rgb(0 0 0 / 35%);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 27px;
    z-index: 3;
} */


/* me san start */


.best-option .main-box .head.Objectives h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #ffffff;
}

.best-option .main-box .body.paragraph p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
}

/* 
.Our-Solution .main-box .body ul li:first-child p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #4a4b50;
}
.Our-Solution .main-box .body ul li:last-child .img-box{
    width: 100%;
    float: left;
}
.Our-Solution .main-box .body ul li:last-child .img-box img{
    width: 100%;
}
.Our-Solution .main-box .body ul li{
    width: 50%;
    float: left;
}

.Our-Solution .main-box .body ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
} */

.Our-Solution {
    position: relative;
}

.Our-Solution .main-box {
    color: #000;
}

.Our-Solution p {
    color: #4a4b50;
}

.Our-Solution .main-box .body ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.Our-Solution .main-box .body ul li {
    width: 50%;
    float: left;
}

.Our-Solution .main-box .body ul li:last-child {
    padding-left: 100px;
}

.Our-Solution .main-box .body ul li:first-child h1 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.Our-Solution .main-box .body ul li:first-child p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #4a4b50;
}

.Our-Solution .main-box .body ul li:last-child .img-box {
    width: 100%;
    float: left;
}

.Our-Solution .main-box .body ul li:last-child .img-box img {
    width: 100%;
}

.Our-Solution .main-box .body ul li:last-child .img-box {
    padding-top: 25px;

}



.best-option.our-mission .main-box .body>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.best-option.our-mission .main-box .body>ul>li {
    width: 30%;
    margin: 0 7px;
    padding: 20px;
}

.best-option.our-mission .main-box .body>ul>li h1 {
    font-size: 70px;
    font-weight: 600;
}

.best-option.our-mission .main-box .body>ul>li>.img-box {
    width: 100%;
    margin-bottom: 40px;
}

.best-option.our-mission .main-box .body>ul>li>p {
    font-size: 18px;
    font-weight: 400;
}

.best-option.our-mission .main-box .body>ul.cooking {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.best-option.our-mission .main-box .body>ul.cooking>li {
    width: 25%;
    margin: 0 7px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.best-option.our-mission .main-box .body>ul.cooking>li>.img-box {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.best-option.our-mission .main-box .body>ul.cooking>li>.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-option.our-mission .main-box .body>ul.cooking>li>p {
    font-size: 19px;
    font-weight: 400;
}

.objectives-titile h1 {
    font-size: 70px;
    font-weight: 600;
}

.objectives-titile {
    color: white;
    text-align: center;
}

.objectives-titile p {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
}

.state-art-content {
    text-align: center;
}

.state-art-content .now-state-titile {
    color: #000000;
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
}

.food-waste-titile {
    color: #a7cf57;
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}

.animal-feed-paragraph {
    text-align: left;
    font-size: 17px;
    color: #4a4b50;
}

.our-upcycling-paragraph {}

.our-upcycling-titile {
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
}

.our-upcycling-titile-paragraph {
    font-size: 17px;
    color: #4a4b50;
}

.circle.circle-animation-eight {
    right: -10vw;
    margin-bottom: -10vw;
}

.circle.circle-investorsix {
    left: -10vw;
    margin-top: -20vw;

}

.future-our-upcycling-paragraph-1 {
    margin-bottom: 20px;
    color: #4a4b50;
    font-size: 17px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 25vh;
}

.future-our-upcycling-paragraph-2 {
    /* margin-bottom: 20px; */
    color: #4a4b50;
    font-size: 17px;
    font-weight: 400;
    padding-right: 0;
    padding-left: 25vh;
}

.future-our-upcycling-main {
    align-items: center;
}

/* summary of actions */

.shape-substain-2 .main-box {
    color: #000;
}

.shape-substain-2 .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.shape-substain-2 .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: white;
}

.shape-substain-2 .main-box .body p {
    margin-bottom: 40px;
    color: #ffffff;
}

.shape-substain-2 .main-box .body ul {
    justify-content: center;
}

.shape-substain-2 .main-box .body ul li {
    width: 20%;
    padding: 30px 20px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #fff;
    /* border-radius: 50%; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 0 20px;
    margin-bottom: 40px;
    /* border-radius: 40px; */

}

.shape-substain-2 .main-box .body ul li h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    color: #a7ce57;
}

.shape-substain-2 .main-box .body ul li p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    color: #fff;
}

.shape-substain-2 .main-box .body a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    color: #000;
}





.shape-substain-2 .main-box .body ul.steps {
    display: flex;
    align-items: center;
    justify-content: left
}

.shape-substain-2 .main-box .body ul.steps:nth-child(even) {
    flex-direction: row-reverse;
}

.shape-substain-2 .main-box .body ul.steps li {
    width: 50%;
    padding: 0px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    margin: 0px;
    margin-bottom: 40px;
}

.shape-substain-2 .main-box .body ul.steps li h6 {
    color: #282828;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.shape-substain-2 .main-box .body ul.steps li h1 {
    font-size: 33px;
    font-weight: 900;
    margin-bottom: 56px;
    color: #000;
    text-transform: uppercase;
}

.shape-substain-2 .main-box .body ul.steps li p {
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}

.shape-substain-2 .main-box .body ul.steps li:last-child {
    padding-left: 15vh;
}

.shape-substain-2 .main-box .body ul.steps:nth-child(even) li:last-child {
    padding-left: 0;
    padding-right: 15vh;
}

.Partners-paragraph {
    padding-left: 0;
    padding-right: 25vh;
    font-size: 17px;
    font-weight: 400;

}

.Partners-titile {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;

}

/* 

/* .table.partners > :not(:first-child) > :first-child > * {
    border-bottom-color: currentColor;
    background-color: #0079bf;
} */
.table.partners> :not(:last-child)> :last-child>* {
    border-top-color: black;
    border-top-width: 1px;
    background: rgb(255, 255, 255);


}

.table.partners tr:nth-child(even) {
    background: rgb(255, 255, 255)
}

.table.partners tr:nth-child(odd) {
    background: #f5f5f5;
}

/* * {
    border-bottom-color: currentColor;
    background-color: #0079bf;
} */

.table.partners {}

.partners-box {
    padding-right: 22vh
}

.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.section .Our-Solution {
    padding-top: 0;
}

.substain-2 {
    background-image: url(images/euprojects/summary.jpg);
    z-index: 3;
}



.banner-video.refood {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-video.refood .img-box {
    width: 100%;
    height: 100vh;
    float: left;
}

.banner-video.refood.banner-video.refood-spl {
    background-color: #000;
}

.banner-video.refood-spl {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    position: relative;
}

.banner-video.refood.other {
    height: 60vh;
}

.banner-video.refood.other .img-box {
    width: 100%;
    height: 60vh;
    float: left;
}

.banner-video.refood.other::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    background-size: 50%;
    width: 100%;
    height: 60vh;
    opacity: 0.2;
}

.banner-video.refood video {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
}

.banner-video.refood img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video.refood::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    background-size: 50%;
    width: 100%;
    height: 100vh;
    opacity: 0.2;
}

.banner-video.refood-spl::before {
    height: 113vh;
}

/* join-journey */

.environmental .circle {
    width: 600px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    right: 100px;
    transform: translate(60%, -50%);
    -webkit-transform: translate(60%, -50%);
    -moz-transform: translate(60%, -50%);
    -ms-transform: translate(60%, -50%);
    -o-transform: translate(60%, -50%);
    height: 600px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

section.environmental>img {
    position: absolute;
    width: 14%;
    opacity: 0.1;
    right: -50px;
    bottom: 350px;
    animation: move 5s infinite;
    -webkit-animation: move 5s infinite;
}



.join-journey {
    color: #000;
}

.environmental .main-box .body ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.environmental .main-box .body ul li:first-child {
    width: 40%;
}

.environmental .main-box .body ul li:last-child {
    width: 45%;
    padding-left: 10px;
}

.environmental .main-box .body ul li:first-child .img-box {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    /* box-shadow: 35px 35px 0px 0px #f0eada !important; */
}

.environmental .main-box .body ul li:first-child .img-box img {
    width: 100%;
}

.environmental .main-box .body ul li h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #000 !important;
    text-transform: uppercase;
}

.environmental .main-box .body ul li:last-child p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #fff;
}


/* me san end */

/* me san find start us */


.collaborations.ica h2 {
    color: #1b1b1b;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 100px;
    font-family: 'Permanent Marker', cursive;
}

.collaborations.ica h3 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 32px;
}

.collaborations.ica p {
    font-weight: 500;
    font-size: 17px;
    color: #282828;

}

.section.collaborations.ica {
    background-color: #F8F2E6;
    padding-top: 0;
    position: relative;
    z-index: -1;
}

.collaborations-body-content {
    width: 80%;

}

.peas-heaven-more {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin-top: 40px !important;
    font-weight: 550 !important;
    color: #1B1B1B !important;


}

.peas-body {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

.section.can-i-find p {}

.lantman-body {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}


.can-i-find-body-left p {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    padding-bottom: 10px;
}

.can-i-find-body-left h2 {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 70px;
    font-family: 'Permanent Marker', cursive;
}

.ica-malmo li {
    font-weight: 500;
    font-size: 17px;
    color: #404040;
}

.ica-malmo li i {
    padding-right: 8px;
}

.ica-malmo li:nth-child(odd) {
    font-weight: 700;
    font-size: 18px;
    color: #99BD50;
    padding-bottom: 8px;
    padding-top: 8px;


}


.svg-sectionthree {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 13%;
}

.svg-sectionthree>img {
    fill: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    transform: translate(0, -99%);
    -webkit-transform: translate(0, -99%);
    -moz-transform: translate(0, -99%);
    -ms-transform: translate(0, -99%);
    -o-transform: translate(0, -99%);
}

.near-you-top-content {}

.near-you-top-content h2 {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Permanent Marker', cursive;

}

.near-you-top-content p {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    padding-bottom: 10px;
}



.near-you-bottom-content {}

.near-you-bottom-content .main-box {
    color: #000;
    margin-bottom: 60px;

}

/* .near-you-bottom-content .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}
.near-you-bottom-content .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.near-you-bottom-content .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 800;
    color: #494b50;
} */
.near-you-bottom-content .main-box .body ul {
    justify-content: space-between;
    margin-top: 40px;
    height: 465px;
    overflow: hidden;
}

.near-you-bottom-content .main-box .body ul li {
    float: left;
}

.near-you-bottom-content .main-box .body ul li:first-child {
    width: 20%;
}

.near-you-bottom-content .main-box .body ul li:nth-child(2) {
    width: 20%;
}

.near-you-bottom-content .main-box .body ul li:nth-child(3) {
    width: 19%;
}

.near-you-bottom-content .main-box .body ul li:nth-child(4) {
    width: 20%;
}

.near-you-bottom-content .main-box .body ul li:last-child {
    width: 20%;
}

.near-you-bottom-content .main-box .body ul li:nth-child(4) .img-box,
.near-you-bottom-content .main-box .body ul li:last-child .img-box {
    margin-bottom: 10px;
}

.near-you-bottom-content .main-box .body ul li:last-child .img-box:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.near-you-bottom-content .main-box .body ul li:first-child .green-block {
    width: 100%;
    height: 136px;
    background-color: #000;
    margin-top: 10px;
}

.near-you-bottom-content .main-box .body ul li:nth-child(3) .green-block {
    width: 100%;
    height: 75px;
    background-color: #000;
    margin-bottom: 5px;
}

.near-you-bottom-content .main-box .body ul li:last-child .img-box:last-child .green-block {
    width: 6.5%;
    float: left;
    background-color: #000;
}

.near-you-bottom-content .main-box .body ul li:last-child .img-box:last-child img {
    float: right;
    width: 92%;
}

.near-you-bottom-content .main-box .body ul li img {
    width: 100%;
}

.near-you-bottom-content .main-box .foot ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
}

.near-you-bottom-content .main-box .foot ul li {
    margin: 0 30px;
}

.find-your-favourite {
    background-color: #F8F2E6;
    padding: 55px 0;

}

.find-favourite-body {
    text-align: center;
}

.find-favourite-body p {
    font-weight: 700;
    font-size: 17px;
    color: #282828;
    padding-bottom: 10px;
}

.main-btn.invert.know {
    color: #F8F2E6;
    /* border: 2px solid #eb0606; */
    background-color: #282828;
}

.main-btn.invert.know:hover {
    border: 2px solid #282828;
    /* background-color: #282828; */
    background: none;
    color: #282828;
}

/* .body .search-content .main-btn.invert{
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 23px;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    font-family: 'Lato', sans-serif !important;
}
.body .search-content .main-btn.invert:hover{
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 23px;
    color: rgb(255, 255, 255);
    background-color: #000;
}

.main-box .body.text-center .main-btn.invert{
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 23px;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    font-family: 'Lato', sans-serif !important;
}
.main-box .body.text-center .main-btn.invert:hover{
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 23px;
    color: rgb(255, 255, 255);
    background-color: #000;
}
.justify-content-center .main-box .body .main-btn{
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 23px;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    font-family: 'Lato', sans-serif !important;

}
.justify-content-center .main-box .body .main-btn:hover{
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 23px;
    color: rgb(255, 255, 255);
    background-color: #000;

} */



.future-of-food-right {}

.future-of-food-right h2 {
    color: #282828;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Permanent Marker', cursive;
}

.future-of-food-right p {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    padding-bottom: 1px;

}



.collabrote-future-food .main-box {
    color: #000;
}

.collabrote-future-food .main-box .head h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.collabrote-future-food .main-box .head h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.collabrote-future-food .main-box .body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 800;
    color: #494b50;
}

.collabrote-future-food .main-box .body ul {
    justify-content: space-between;
    margin-top: 0;
    height: 253px;
    overflow: hidden;
}

.collabrote-future-food .main-box .body ul li {
    float: left;
}

.collabrote-future-food .main-box .body ul li:first-child {
    width: 10%;
}

.collabrote-future-food .main-box .body ul li:nth-child(2) {
    width: 20%;
}

.collabrote-future-food .main-box .body ul li:nth-child(3) {
    width: 9%;
}

.collabrote-future-food .main-box .body ul li:nth-child(4) {
    width: 20%;
}

.collabrote-future-food .main-box .body ul li:last-child {
    width: 11%;
}

.collabrote-future-food .main-box .body ul li:nth-child(4) .img-box,
.collabrote-future-food .main-box .body ul li:last-child .img-box {
    margin-bottom: 10px;
}

.collabrote-future-food .main-box .body ul li:last-child .img-box:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collabrote-future-food .main-box .body ul li:first-child .green-block {
    width: 100%;
    height: 136px;
    background-color: #000;
    margin-top: 10px;
}

.collabrote-future-food .main-box .body ul li:nth-child(3) .green-block {
    width: 100%;
    height: 75px;
    background-color: #000;
    margin-bottom: 5px;
}

.collabrote-future-food .main-box .body ul li:last-child .img-box:last-child .green-block {
    width: 6.5%;
    float: left;
    background-color: #000;
}

.collabrote-future-food .main-box .body ul li:last-child .img-box:last-child img {
    float: right;
    width: 100%;
}

.collabrote-future-food .main-box .body ul li img {
    width: 100%;
}

.collabrote-future-food .main-box .foot ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
}

/* .collabrote-future-food .main-box .foot ul li{
    margin: 0 20px;
} */

/* .fungi-know .main-box .body a{
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
} */

.find-favourite-body .find-your-button a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    font-family: 'Permanent Marker', cursive !important;

}

.find-your-button .main-btn.invert {
    border: 2px solid #282828;
    background-color: #282828;
    color: #fff;
}

.find-your-button .main-btn.invert:hover {
    color: #282828;
    border: 2px solid #282828;
    background: none;
}

.future-right-food-button .main-btn.invert {
    border: 2px solid #282828;
    background: none;
    color: #282828;

}

.future-right-food-button .main-btn.invert:hover {
    color: #fdfdfd;
    border: 2px solid #282828;
    background-color: #282828;
}

.compass-img {
    width: 17px;
}

.banner-video .caption.find-us h1 {
    display: block;
    text-shadow: 0 2px 3px rgb(0 0 0 / 35%);
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'arm';
    width: 42%;
    font-family: 'Permanent Marker', cursive;
}



.can-i-find-body-rightt {
    position: absolute;
    top: 110%;
    right: 20%;
}

.can-i-find-body-rightt .img-box {
    /* z-index: 999; */
    width: 92%;
}


.find-us-body-main h3 {}

.promyc-near-you {
    background-image: url(..//images/find-us/serving-future-food.jpg);
    background-size: cover;
    object-fit: cover;
    /* background: no-repeat; */

}

.serving-food-body-bottom {
    text-align: center;
    padding-bottom: 100px;
}

.serving-food-body-bottom h6:nth-child(even) {
    /* font-weight: 550; */
    font-size: 18px;
    color: #000000;
    padding-top: 20px;
}

.serving-food-body-bottom h6:nth-child(odd) {
    /* font-weight: 550; */
    font-size: 18px;
    color: #000000;
    /* padding-top: 10px; */
}

.serving-food-body-bottom i {
    padding-right: 7px;
}

.serving-food-body-bottom .img-box {
    width: 100%;

}

.serving-items-end {
    align-items: end;
}

.peas-heaven-today {
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 70px 0 62px 0;
    font-family: 'Lato', sans-serif;
    font-style: italic;

}

/* find us dummy portion start */
.peas-body-top-body-box-colum-dummy-1 {
    display: none;
}

.lantman-body-top-body-box-colum-dummy-1 {
    display: none;

}



/* find us dummy portion start */


/* .find-your-button{
    text-align: center;
} */

/* 
.fungi .main-box .head h3{
   
}
.fungi .main-box .head h2{
   
}
.fungi .main-box .body p{
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
} */


/* cataloge page starting  */

.banner-video.cataloge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    background-size: 50%;
    width: 100%;
    height: 100vh;
    opacity: 0.3;
}

.promyc-indst-ingredient-body-cntx {
    text-align: center;
    padding: 90px 0;
}

.promyc-indst-ingredient-body-cntx h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 15px;
}

.promyc-indst-ingredient-body-cntx p {
    padding-left: 17%;
    padding-right: 17%;
    /* text-align: center; */
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
}

.promyc-catalog-neutral {
    background-color: #1A1A1A;

}

.promyc-catalog-neutral .promyc-fact-quite-boring-second {
    color: white;
    padding-left: 10%;
}

.promyc-catalog-neutral .promyc-fact-quite-boring-second h2 {
    color: white;
    font-size: 40px;
    font-weight: 300;
    font-family: 'arm';
    font-family: 'Permanent Marker', cursive;
    padding-bottom: 15px;
}

.promyc-catalog-neutral .promyc-fact-quite-boring-second p {
    text-align: left;
    font-size: 17px;
    width: 61%;
}

.promyc-catalog-neutral .pr-fc-db-s-al {
    display: flex;
    align-items: center;
}

.high-nutritional-value-body {
    background-color: #F8F2E7;
}

.high-nutritional-value-body .high-nutritional-value-cntx {
    text-align: center;
    padding: 100px 0;
}

.high-nutritional-value-body .high-nutritional-value-cntx h2 {
    font-weight: 600;
    padding-bottom: 15px;
}

.high-nutritional-value-body .high-nutritional-value-cntx p {
    font-size: 17px;
    padding: 0 17%;
    color: #1B1B1B;
    margin: 0;
}

.high-nutritional-value-body .high-nutritional-value-cntx ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.high-nutritional-value-body .high-nutritional-value-cntx ul li {
    width: 25%;
    float: left;
}

.high-nutritional-value-body .high-nutritional-value-cntx ul li h6 {
    font-size: 24px;
    color: #1B1B1B;
    padding-top: 17px;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;

}

.high-nutritional-value-body .high-nutritional-value-cntx ul li p {
    font-size: 17px;
    padding: 0;

}

.can-make-with-promyc {}

.can-make-with-promyc-first {
    padding: 0 14% 0 30%;
}

.can-make-with-promyc-first h2 {
    font-weight: 600;
    padding-bottom: 15px;
}

.can-make-with-promyc-first p {
    font-size: 17px;
    color: #1B1B1B;
}

.can-make-with-promyc-body .pr-fc-db-s-al {
    display: flex;
    align-items: center;
}

.advantages-working-promyc-body {
    background-size: cover;
}

.advantages-working-promyc-main {
    padding: 100px 0 55px 0;

}

.advantages-working-promyc-main .adv-wrk-promyc-bottom {
    text-align: center;
}

.advantages-working-promyc-main .adv-wrk-promyc-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;

}

.advantages-working-promyc-main .adv-wrk-promyc-bottom ul li {
    width: 26%;
    float: left;
    padding-bottom: 45px;

}

.advantages-working-promyc-main .adv-wrk-promyc-bottom ul li h6 {
    font-size: 24px;
    color: #1B1B1B;
    padding-top: 17px;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;

}

.advantages-working-promyc-main .adv-wrk-promyc-bottom ul li h6 p {
    font-size: 17px;
    padding: 0;

}

.advantages-working-promyc-main .adv-wrk-promyc-top {
    text-align: center;
}

.advantages-working-promyc-main .adv-wrk-promyc-top h2 {
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}

.advantages-working-promyc-main .adv-wrk-promyc-top h2 p {
    font-size: 15px;
    margin: 0;
}


.promyc-catalog-neutral .promyc-fact-quite-boring-second.fat p {
    text-align: left;
    font-size: 17px;
    width: 83%;
}

.promyc-catalog-neutral .promyc-fact-quite-boring-second.fat {
    color: white;
    padding-left: 29%;
}

.can-make-with-promyc-first.make-fat {
    padding: 0 33% 0 12%;
}

.semi-finished-product-main .semi-finished-product-cntx {
    text-align: center;
}

.semi-finished-product-body {
    background-color: #F8F2E7;
    padding: 135px 0;

}

.semi-finished-product-main .semi-finished-product-cntx h1 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.semi-finished-product-main .semi-finished-product-cntx p {
    font-size: 17px;
    padding: 0 17%;
}

.semi-finished-product-cntx-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.semi-finished-product-cntx-bottom ul li {
    float: left;
    width: 32%;
    margin-bottom: 26px;
}

.semi-finished-product-cntx-bottom ul li h6 {
    font-size: 24px;
    color: #1B1B1B;
    padding-bottom: 17px;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
}

.semi-finished-product-cntx-bottom ul li h6 p {
    text-align: center;
    font-size: 17px;
}

.semi-finished-product-cntx-bottom ul li .box {
    background-color: white;
    border-radius: 20px;
    height: 560px;
    box-shadow: 0px 1px 12px #88888873 !important
}

.semi-finished-product-cntx-bottom ul li:nth-child(4) {
    margin-left: 17%;
}

.semi-finished-product-cntx-bottom ul li:nth-child(5) {
    margin-right: 17%;
}

.semi-finished-product-cntx-bottom ul li .box a {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: bold;
}

.semi-finished-product-cntx-bottom ul li .box .cntx {
    padding: 5px 40px 44px 40px;
    text-align: center;
}

.semi-finished-product-cntx-bottom ul li .box .cntx p {
    font-size: 17px;
}

.semi-finished-product-cntx-bottom ul li .box .image-box img {
    border-radius: 20px;
}

.sup-trade-reg {
    vertical-align: super;
    font-family: 'Lato', sans-serif !important;
    /* font-weight: 200; */
    font-size: 23px;
}

.sup-trade-regg {
    vertical-align: super;
    font-family: 'Lato', sans-serif !important;
    /* font-weight: 200; */
    font-size: 20px;
}

.sup-trade-regg-srv {
    vertical-align: super;
    font-family: 'Permanent Marker', cursive;
    font-size: 27px;
}

/* cataloge page starting ending */

/* inspriation section start */

.can-do-insp-section {
    padding-top: 100px;
    padding-bottom: 30px;
}

.can-do-insp-section .can-do-promyc-cntx h1 {
    font-weight: 300;
    font-family: 'Permanent Marker', cursive;
    padding-bottom: 15px;
    text-align: center;
}

.can-do-insp-section .can-do-promyc-cntx {
    text-align: center;

}

.can-do-insp-section .can-do-promyc-cntx p {
    text-align: center;
    color: #1B1B1B;
    font-size: 17px;
}

/* .can-do-promyc-cntx  */
.tona-box-main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 28px;
}

.tona-box-main ul li {
    float: left;
    width: 49%;
    margin-bottom: 25px;
    background-color: #f8f2e6;
}

.tona-box-main-left {
    width: 70%;
    float: left;
}

.tona-box-main-right {
    width: 30%;
    float: left;
    /* background-color: #F8F2E6; */
    /* padding: 28px 28px 28px 28px; */
    height: 312px;
    margin-left: 0px;
}

.tona-box-main-right h6 {
    font-weight: 800;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
}

.tona-box-main-right p {
    font-size: 18px;
    color: #202020;
    /* font-weight: 600; */
}

.tona-box-main-right .tona-box-cntx {
    padding: 28px 28px 28px 4px;
}

.tona-box-main h2 {
    font-weight: 600;
    text-align: center;
}

.tona-box-main {
    margin-top: 43px;
}

.tona-box-main ul li:nth-child(2) {
    border-top-right-radius: 20px;
}

.tona-box-main ul li:nth-child(1) .image-box img {
    border-top-left-radius: 20px;
}
.tona-box-main ul li:nth-child(1)  {
    border-top-left-radius: 20px;
}

.tona-box-main ul li:nth-child(3)  {
    border-bottom-left-radius: 20px;
}

.tona-box-main ul li:nth-child(3) .image-box img {
    border-bottom-left-radius: 20px;
}



.tona-box-main.two ul li:nth-child(2) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tona-box-main.two ul li:nth-child(1) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tona-box-main.two ul li:nth-child(1) .image-box img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tona-box-main.fourr ul li:nth-child(2) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

}
.tona-box-main.fourr ul li:nth-child(2) .image-box img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tona-box-main.fourr .tona-boxx {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tona-box-main.fourr .tona-boxx .image-box img{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tona-box-main.fourr .tona-boxx {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.nugge-titile {
    position: absolute;
    left: 26%;
    margin-top: -63px;
    /* padding-top: 50px; */
}

.schnitzel-titile {
    position: absolute;
    right: 26%;
    margin-top: -63px;
    /* padding-top: 50px; */
}

.tona-box-main.fourr {
    margin-top: 55px;
}

.schnitzel-titile-dmy {
    display: none;
}

/* inspriation section end */

/* promc section start */

.section.innovative.ingredient .main-box h2 {
    font-family: 'Permanent Marker', cursive;
    font-weight: 500;
    color: white;
}

.section.innovative.ingredient {
    background-color: #1B1B1B;
}

section.section.ingredient {
    padding-bottom: 70px;
}

.section.innovative.ingredient .main-box p {
    color: white;
}

.section.innovative.ingredient .main-box p:last-child {
    color: white;
    font-weight: 500;
    font-size: 17px;
}

.section.innovative.ingredient .main-box p:nth-child(2) {
    color: #99BD50;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 23px;
}

/* .promyc-offers-cntx{
    text-align: center;
} */
.product-catalogg-main h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 40px;
    font-weight: 500;
    text-align: center;

}

.product-catalogg-cntx {}

.product-catalogg-main ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 40px 123px;

}

.product-catalogg-main ul li {
    width: 100%;
    float: left;
    text-align: center;
}

.product-catalogg-main ul li h2 {
    font-weight: 600;
    padding-bottom: 24px;

}

.pro-fat-btn {
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 23px;
    /* float: left; */
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    /* display: flex;
    align-items: center; */
    /* transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-border-radius: 23px; */
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    font-family: 'Lato', sans-serif !important;
}

.pro-fat-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border: 2px solid #000000;
}

.promyc-offers-body-box {
    padding: 100px 0;
}

.owl-carousel.owl-theme.testi-carousel h2 {
    font-weight: 600;
    font-style: italic;
}

.testi-carousel.owl-carousel .item.one img {
    width: 200px;
    margin-bottom: 0;
    margin-top: 20px;
}


/* .testi-carousel.owl-carousel .item:nth-child(1) img {
    width: 150px;
} */

.unlimited-applications-body-cntx {}

.unlimited-applications-body-cntx h2 {
    font-weight: 500;
    font-family: 'Permanent Marker', cursive;
    font-size: 40px;
    text-align: center;
}

.unlimited-applications-body-cntx p {
    font-size: 17px;
    text-align: center;
}

.unlimited-applications-body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 70px;
}

.unlimited-applications-body ul li {
    width: 20%;
    float: left;
}

.unlimited-applications-body ul li h6 {
    font-size: 24px;
    color: #1B1B1B;
    padding-top: 17px;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
}

.unlimited-applications-body-box {
    padding: 100px 0;
}

.unlimited-applications-body-box .image-box {
    text-align: center;
}

.collaborations-body-content.where-two .pro-fat-btn.coll {
    padding: 10px 30px;
    background-color: #000000;
    border-radius: 23px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    font-family: 'Lato', sans-serif !important;
    margin-top: 50px;

}

.collaborations-body-content.where-two .pro-fat-btn.coll:hover {
    color: #000000;
    border: 2px solid #000000;
    background: none;
}

.collaborations-body-content.where-two p {
    padding-bottom: 20px;
}

.collaborations-body-content.where-two {
    width: 75%;
}

.where-can-findd .image-box {
    text-align: right;
    position: relative;
    z-index: 1;
    /* padding-bottom: 3px; */
    /* margin-bottom: -8px; */
    margin-top: -58px;
}

.collaborations.ica.where-two {
    padding-bottom: 40px;
}

.collaborations.ica.where-two h2 {
    padding-bottom: 43px;
    padding-top: 134px;

}

.what-can-do-bo-cntx {
    text-align: center;
}

.what-can-do-bo-box {
    padding: 113px 0;
}

.what-can-do-bo-cntx h2 {
    font-weight: 500;
    font-family: 'Permanent Marker', cursive;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;

}

.what-can-do-bo-cntx p {
    padding-bottom: 20px;
    font-size: 17px;
    padding: 0px 20% 20px 20%;
}

.horizondal-line-boxes-images {}

.horizondal-line-boxes-images ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.horizondal-line-boxes-images ul li {
    width: 25%;
    float: left;
}

/* promc section start */

/* fugi page new inavation section start */

.new-fungi-innavation{
    background-color: #282828;
    padding: 80px 0;
}
.new-fungi-innavation-box-right .innavation-box-right-cntx{
    color: white;
}
.new-fungi-innavation-box-left .image-box{
    padding-left: 32%;
}

.new-fungi-innavation-box-right .innavation-box-right-cntx h2{
    font-weight: 600;
}
.new-fungi-innavation-box-right .innavation-box-right-cntx p{
    width: 77%;
}
.pro-fib-pr{
    display: flex;
    align-items: center;
}
.new-fungi-innavation .fungi-innavat-cnt h2{
    color: #A7CE57;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
}

.new-fungi-innavation .main-btn.innovat {
    /* border: 2px solid #282828; */
    background: white;
    color: #282828;

}

/* .new-fungi-innavation .main-btn.innovat:hover {
    color: #fdfdfd;
    border: 2px solid #282828;
    background-color: #282828;
} */

.high-nutritional-value-body.fungi-innavation-bg{
    background-color: #494D4E;
}
.high-nutritional-value-body.fungi-innavation-bg .high-nutritional-value-cntx ul li h6{
    color: #A7CE57;
}
.high-nutritional-value-body.fungi-innavation-bg .high-nutritional-value-cntx ul li p{
    color: white;
}

.high-nutritional-value-body.fungi-innavation-bg .high-nutritional-value-cntx h2{
    color: white;
}
.high-nutritional-value-body.fungi-innavation-bg .high-nutritional-value-cntx p{
    color: white;

}
.new-fungi-innavation-box-left.second .image-box{
    padding-left: 13%;
}
.new-fungi-innavation-box-right.second .innavation-box-right-cntx{
    padding-left: 25%;
}
.new-fungi-innavation-box-right.second .innavation-box-right-cntx p{
    width: 100%;
}
.high-nutritional-value-body.fungi-innavation-bg.second{
    padding-bottom: 30vh;
}
/* fugi page new inavation section end */