:root{

    --main-font-family: "Bricolage Grotesque", sans-serif;
    --font-body:"Bricolage Grotesque", sans-serif;
    --red-bg:#DE2C0E;
    --yellow-bg:#FFBB01;
    --dark-blue-bg:#17B0A6;
    --text-color-dark:#1F2845;
    --text-color-white:#FFF;
    --text-body-color:#585858;

 }



 /* @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz@12..96&display=swap'); */
 /* @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap'); */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
:after,:before,* {
    box-sizing: border-box
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    font-size: 100%
}
body {
    font-family: var(--font-body);
    background-color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    overflow-x: hidden
}

body.post, body.page{
    margin: 0;
}
body.home h2{
    text-transform: uppercase;
}
.sea-green{
   background: var(--dark-blue-bg)!important; 
}
.error-404 a.default-btn:hover {
    background: transparent;
}
.red{
    background: var(--red-bg)!important; 
 }
 .yellow{
    background: var(--yellow-bg)!important; 
 }
 .battle-tested-layoutone.white h2{
    color: var(--text-color-dark);
 }
 .food-business-sec.white p {
    color: var(--text-color-dark);
}
.battle-tested-wrap.yellow {
    margin: 0;
    padding: 80px 0;
}
.food-business-sec.red h2 ,.food-business-sec.red h3 {
    text-align: center;
}
.food-business-sec.red h3 {
    font-size: 30px;
}

.white{
    background-color: #fff !important;
}
.capabilities-layout-one.white  .capabilities-items{
    border: 2px solid #e9e9e9;
}
.capabilities-layout-one.white h6{
    color: var(--text-color-dark);
}
.white h2{
    color: var(--text-color-dark) !important;
}
.battle-tested-wrap.yellow .battle-tested-boxes::before,
.battle-tested-wrap.yellow .battle-tested-boxes::after{
    background-color: #ffffff;
}
.battle-tested-layoutone.white .wave-ani:before {
    background: #fcd34d;
}

.battle-tested-layoutone.white span.check-icon-wrap {
    background: #ffc107;
}

.battle-tested-layoutone.white  span.check-icon-wrap svg path {
    stroke: #fff;
}
.social-link a:hover img{
    filter: brightness(0) saturate(100%) invert(31%) sepia(85%) saturate(7495%) hue-rotate(6deg) brightness(95%) contrast(89%);
}
.footer-bottom ul li a:hover{
    color: #DE2C0E;
}
.footer-top  h3{
    color: #fff;
    margin-bottom: 32px;
}
.single-page h2 {
    color: var(--text-color-dark);
}

.single-page {
    padding: 80px 0;
}
.error-404 h1{
    margin-bottom: 20px;
}
/* 03. Typography Css */
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
    font-family: var(--main-font-family);
    word-break: break-word;
}
h2,h3,h4,h5,h6{
    color: var(--text-color-dark);
}
ul, ol {
    margin: 0 0 1em 1em;
}
a{
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: .3s;
    text-decoration: none;
    color: var(--text-color-dark);
}

a:visited {
    color: inherit;
}
a:focus {
    outline: none;
    text-decoration: none
}
a:hover{
    color: var(--primary-color);
}
input:focus,textarea:focus {
    outline: none;
    box-shadow: none !important
}
h1,.h1{ 
    font-size: 65px;
    line-height: 103%;
    font-weight: 800;
    color: var(--text-color-white);
}

h2,.h2 {
    font-size: 65px;
    line-height: 103%;
    margin-bottom: 32px;
    color: var(--text-color-white);
    font-weight: 800;
}
h3,.h3{
    font-size: 40px;
    line-height: 103%;
    font-weight: 800;
}
h4,.h4 {
    font-size: 20px;
    line-height: 125%;
    font-weight: 700;
}
h5,.h5 {
    font-size: 24px;
    line-height: 125%;
    font-weight: 500;
}
h6,.h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

p {
    font-family: var(--main-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
    color: var(--dec-color);
}
p:last-child {
    margin: 0 0 0 0;
}
section{
    margin: 80px 0;
}


.sec-padding-80{
    padding: 80px 0;
}

a.default-btn ,.default-btn {
    padding: 15px 34px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: all 0.5s;
}
a.default-btn:hover,.default-btn:hover{
    background: var(--red-bg);
    color: #fff;
    border-color:#fff ;
}

/* header */

body.home header#masthead {
    background: #DE2C0E;
}
header#masthead {
    background: var(--dark-blue-bg);
}
.main_header {
    padding-top: 30px;
    padding-bottom: 16px;
}
.logo {
    width: 40%;
    flex: 0 0 auto;
}

.wrap-main-link {
    width: 60%;
    flex: 0 0 auto;
    justify-content: end;
    gap: 38px;
    padding-top: 36px;
}

.logo img.circle-text {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    -webkit-animation: rotate-In 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: rotate-In 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
section.impact-cards-section.white .default-btn {
    background: var(--red-bg);
    border-radius: 30px;
    border: 2px solid var(--red-bg);
    color: #fff;
}

section.impact-cards-section.white a.default-btn:hover {
    background: transparent;
    border-color: var(--red-bg);
    color: #1F2845;
}

@keyframes rotate-In {
    0% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1;
    }
  }

.logo a {
    position: relative;
    width: 157px;
    height: 157px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
}

.logo span.circle-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logo img.logo-main {
    position: relative;
    width: 88px;
    border-radius: 0;
}

.wrap-main-link a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

a.menu-icon.menubar-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
a.menu-icon.menubar-btn .d-flex {
    gap: 12px;
}

.mobile-menu-wp {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(108%);
    -webkit-transform: translateX(108%);
    -moz-transform: translateX(108%);
    -o-transform: translateX(108%);
    -ms-transform: translateX(108%);
    -webkit-transition: -webkit-transform .8s ease,opacity 6s ease;
    -ms-transition: -ms-transform .8s ease,opacity 6s ease;
    transition: transform .8s ease,opacity 6s ease;
    opacity: 0;
    height: calc(var(--vh,1vh)*100);
    background:var(--red-bg);
}
.mobile-menu-wp.is-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .8s ease,opacity .3s ease;
    -ms-transition: -ms-transform .8s ease,opacity .3s ease;
    transition: transform .8s ease,opacity .3s ease;
    opacity: 1
}

.mobile-menu-wp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrap-mobile-menu {
    padding: 200px 70px 30px;
}

ul.menu-link-wrap>li>a {
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 125%; /* 50px */
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
ul.menu-link-wrap > li>a {
    position: relative;
    padding-bottom: 4px;
}
ul.menu-link-wrap > li>a{
	padding-right: 30px;
}

ul.menu-link-wrap > li>a:before{
content: "";
background: url(../images/menu-arrow.png);
position: absolute;
background-size: contain;
background-repeat: no-repeat;
right: 0;
top: 13px;
width: 20px;
height: 20px;
opacity: 0;
transition: 0.5s all;
}
ul.menu-link-wrap > li>a:hover:before{
    opacity: 1;
    right: -10px;  
}
ul.menu-link-wrap > li>a:after {
    content: "";
    width: 0;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}
 ul.menu-link-wrap > li>a:hover:after{
	width:100%;
}
ul.menu-link-wrap>li{
	margin-bottom: 56px;
}
ul.menu-link-wrap>li:last-child{
	margin-bottom: 0;
}
span.menubar-btn-close {
  position: absolute;
  right: 70px;
  top: 70px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  gap: 16px;
  cursor: pointer;
}
span.menubar-btn-close span{
	margin-top:3px;
	display:inline-block;
}
.offcanvas-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0/28%);
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

.offcanvas-bg.overlay-open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

/* footer css */

.footer-top {
    background: var(--red-bg);
}
.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display:flex;
    flex-wrap:wrap;
    gap:40px;
}
.footer-bottom {
    padding: 32px 0;
}


.we-know-sec ul ,
.we-know-sec ol ,
.we-know-sec a,
.food-business-sec ul ,
.food-business-sec ol ,
.food-business-sec p a{
    color: #fff;
}
.food-business-sec p a{
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    text-decoration: underline;
}
.food-business-sec p a:hover ,.battle-tested-layoutone p a:hover {
    color: var(--red-bg);
}
.we-know-sec a{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #F9F9F9;
    text-decoration: underline;
}
.we-know-sec a:hover{
    color: var(--yellow-bg);
}
.our-capabilities-wrap.yellow {
    margin: 0;
    padding: 80px 0;
}

@media(min-width:1400px){
    .container{
        max-width: 1256px;
    }
}
@media(max-width:1399px){

    .wrap-mobile-menu {
        padding: 170px 70px 30px;
    }
    ul.menu-link-wrap>li {
        margin-bottom: 36px;
    }
    ul.menu-link-wrap>li>a{
        font-size: 30px;
    }
    ul.menu-link-wrap > li>a:before{
        top:9px;
    }

}
@media(max-width:991px){
    .wrap-main-link {
        padding-top: 0;
    }
    h1{
        font-size: 55px;
    }
    h2{
        font-size: 50px;
    }
    .sec-padding-80 {
        padding: 60px 0;
    }
    .main_header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .logo a{
        width: 116px;
        height: 116px;
    }
    .wrap-mobile-menu {
        padding: 150px 70px 30px;
    }
    ul.menu-link-wrap > li>a{
        font-size: 30px;
    }
    ul.menu-link-wrap>li {
        margin-bottom: 28px;
    }
    ul.menu-link-wrap > li>a:after{
        height: 3px;
    }
    .logo img.circle-text{
        width: 100px;
    }
    .logo img.logo-main{
        width: 80px;
    }
    .footer-bottom ul{
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
        row-gap: 6px;
    }
}
@media(max-width:767px){
    h2 ,h1{
        font-size: 45px;
    }
    .footer-top h3{
        font-size: 30px;
    }
    .logo a {
        width: 100px;
        height: 100px;
    }
    .logo img.circle-text {
        width: 80px;
    }
    .logo img.logo-main {
        width: 50px;
    }
    a.mail-link {
        display: none;
    }
    .sec-padding-80 {
        padding: 60px 0;
    }
    .wrap-mobile-menu {
        padding: 150px 30px 30px;
    }
    span.menubar-btn-close{
        right: 30px;
    }
}
@media(max-width:576px){
    h2 {
        font-size: 36px;
    }
    ul.menu-link-wrap > li>a {
        font-size: 25px;
    }
    ul.menu-link-wrap > li>a:before {
        top: 5px;
    }
    
}
@media(max-width:375px){
    ul.menu-link-wrap > li>a {
        font-size: 20px;
    }
    ul.menu-link-wrap > li>a:before {
        top: 3px;
    }
    ul.menu-link-wrap>li {
        margin-bottom: 28px;
    }
    .wrap-mobile-menu {
        padding: 120px 30px 30px;
        width: 290px;
    }
    
}