/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

}



.container ul, .container li{
  list-style: square;
  font-size: 18px;
  color:#fff;
}

.container ul{margin:2em}



header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #EFEADB;
  /*background: radial-gradient(circle,rgba(239, 234, 219, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(86, 173, 182, 1) 100%);*/
}

a {
  text-decoration: none !important;
}

.container a {
  color: #f69e55;
}

a:hover{transition: 0.3s}

h1, h2, h3, h4, h5, h6 {

  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  color:#56adb6;
  /*font-family: "Merriweather", serif;*/
}



ul {
  margin-bottom: 0px;
}

p {
  font-size: 18px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  overflow: hidden;
}

.nav-holder img{width:auto;}

.row {
  --bs-gutter-x: 0rem;
}


/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  /*background: #efeadb;*/
}

::selection {
  background: #56adb6;
  color: #fff;
}

::-moz-selection {
  background: #56adb6;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h1{
  font-size: 4em;
  color: #efeadb;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  text-align: center;
}

.section-heading h2 {
  font-size: 3em;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  text-align: center;
}

.section-heading h2::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  background-image: url('../images/cream-underline.png');
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#foodexamples .section-heading h2 {
  color: #2a2a2a;
}

.about-us h2
{
  color:#FFF;
}

.section-heading h2 em {
  font-style: normal;
  color: #a069ad;
}

.section-heading h2 span {
  color: #ef476f;
}

.main-button{  border:none;}

.main-blue-button a {
  display: inline-block;
  background-color: #56adb6;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
    border-radius: 8px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #f27b96;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
    border-radius: 8px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #f27b96;
  text-transform: capitalize;
  padding: 12px 25px;
    border-radius: 8px;
  letter-spacing: 0.25px;
}

.main-orange-button a, input.main-orange-button {
  display: inline-block;
  background-color: #f69e55;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 8px;
  letter-spacing: 0.25px;
}

.main-purple-button a, input.main-purple-button {
  display: inline-block;
  background-color: #a069ad;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 8px;
  letter-spacing: 0.25px;
}

/*
---------------------------------------------
header
---------------------------------------------
*/

.background-header {
  background:#fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;

}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #f27b96!important;
}

.background-header .nav li a.active {
  color: #f27b96!important;
}

.header-area {
  /*background:#efeadb;
  position: sticky;*/
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 150px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  margin:0 2em;
}

.nav-holder{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content:flex-end;
  margin-top: 20px;
}

.nav-holder p{text-align: center;}

.header-area .main-nav .logo {
  line-height: 100px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .nav-holder{margin-top: 0;}
.background-header .nav-holder p{font-size: 0.8em;}

.header-area .main-nav .logo img{width: 200px; height:auto;}

.background-header .main-nav .logo img{height:60px!important; width:auto!important;}
.background-header .main-nav .logo{line-height:80px;}

.background-header .main-nav .nav {
  margin-top: 0px !important;
}



.header-area .main-nav .nav {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  align-items:center;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;

}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: transparent;
  letter-spacing: 1px;
  line-height:60px;
}

.background-header .main-nav .nav li a
{
  line-height: 40px;
}

.header-area .main-nav .nav li a, .modal-body .nav li a {
  color: #2a2a2a;
}


 div.main-button a, input.main-button {
  color: #fff !important;
  font-weight: 400;
  line-height: 100%;
  font-size: 18px;
  padding: 20px 40px;
  margin:0 10px;
  cursor: pointer;
}

input.main-button{ font-size: 1.1em; font-weight: bold;}
input.main-button:hover{background:#f8cf6c!important;}

.background-header div.main-button a {
  padding:10px 20px;
  font-size: 16px;
}

.header-area .main-nav .nav li div.main-button a:hover,
.header-area .main-nav .nav li div.main-button a.active {
  color: #fff !important;
}



.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f27b96!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f27b96!important;
  opacity: 1;
}

 div.main-button a:hover ,
div.main-button a:hover {
  transition: 0.3s;
  background-color: #f8cf6c;
}


.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #f27b96!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 9999;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}


.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #f27b96;
}



@media (max-width: 1280px) {

  .nav{display: block;}

  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
.header-area{height:auto;}
.header-area .main-nav{margin: 0 0;}
.nav-holder{display: block;}
.nav table{width: 100%; margin-top:1em;}
.nav td{text-align: center; font-size: 0.7em;}
.header-area {
  padding: 0px 5px 20px 5px;
  box-shadow: none;
  text-align: center;
}
.header-area .main-nav .logo img{width:200px; height:auto;}

.background-header{height:auto!important}
}

@media (max-width: 1280px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f27b96!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f27b96!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 1280px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/*
---------------------------------------------
preloader
---------------------------------------------
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #f27b96;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #f27b96;
    border-radius: 50%;
}



/*
---------------------------------------------
Banner Style
---------------------------------------------
*/

#parallaxbg{
  position: absolute;
  right:0; bottom:0;
  width:100%;
  height:100%;
  background-image: url("../images/header-healthy-ingredients-parallax.png");
  background-attachment: fixed;
  background-position: right top;
  background-repeat: no-repeat;
}

.main-banner {
  margin-top:0px;
 height:100vh;
  position: relative;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    /*background-image: url("../images/header-healthy-ingredients.png");*/
    background-image: url("../images/header-healthy-ingredients-noparallax.png");
    background-attachment: fixed;
    background-position: right bottom;
    background-repeat: no-repeat;
}


div + svg {
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom:-1px;
  z-index: 1;
}


.left-banner-holder{margin-left: -25%;}

.main-banner .left-content { margin-top: 100px; position: relative; z-index: 100;}

.main-banner .left-content img{max-width:1100px; margin-left: -10em}


.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #f27b96;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 120px;
  font-weight: 700;
  line-height: 160px;
}

.main-banner .left-content h2.first{
  opacity:0.4;
  font-size:60px;
  line-height: 70px;
}

.main-banner .left-content h2.second{
  font-size:70px;
  opacity:0.7;
  line-height: 80px;
}

.main-banner .left-content h2 em {
  color: #56adb6;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #f27b96;
}

.main-banner .left-content p {
  margin: 20px 20px 20px 0;
  max-width:85%;
  color:#2a2a2a;
  font-size: 2em;
  line-height: 1.5em;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #f27b96;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #56adb6;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}

/*
---------------------------------------------
About Us Style
---------------------------------------------
*/

.page_title{margin-top:1.5em;}

.left-image img, .right-image img{width:100%; height:auto;}


.section{position:relative; padding:5em 0; z-index: 3; background:#efeadb;}

.section .container
{
  position:relative;
   z-index: 4;
}



.blog{padding-top:200px;}
.blog_holder{margin-top:2em;}
.blogimg{border-radius: 20px; max-width:100%; height:auto;}
.blog_title{font-size: 1.5em; margin-top:0.5em;}


.about-us {
  width:100%;
  z-index: 2;
}

.blue-section{
  background:#56adb6;
}

.orange-section{
  background:#e4914c
}

.purple-section
{
  background:#a069ad;
}

.cream-selection{
  background:#efeadb;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .right-image {
  margin-left: 45px;
}

.about-us p{text-align: center; font-size: 1.3em;}

.about-us .services .item {
  margin-bottom: 30px;
  text-align: center;
}

.about-us .row{justify-content: center; align-items: center;}

.row.justify-top{justify-content:center; align-items:flex-start;}

.services_highlights{
  text-align: center;
  width:100%;
  margin:2em 0;
  padding-bottom:150px;
}

.services_highlights .col-lg-4{ padding:0 1em 150px 1em;}

.services-info-holder{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:2em 0;
  padding-top:150px;
}

.about-us .services .item
{position: relative;}

.about-us .services .item .icon {
  animation: MoveUpDown 3s linear infinite;
  position: absolute;
  top: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


.about-us .services .item .icon {
  background:#fff;
  width:150px;
  height:150px;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 150px;
  text-align: center;
  display: block;
  overflow: visible;
}

.about-us .services .item .icon img {
width:auto;
height:100%;
vertical-align: middle;

}

.about-us .services .item h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0;
  display: block;
  width:100%;
}

.about-us .services .item p {
  color: #efeadb;
}
.blue-section p, .orange-section p, .purple-section p   {
  color: #fff;
  margin:15px 0;
}


ul.fa-tick-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0;  /* Optional: align with parent */
  width:80%;
  margin:2em auto;
}

ul.nomtop{
  margin:0 auto 2em auto;
}

.fa-tick-list li {
  list-style: none;
  position: relative;
  padding-left: 30px; /* Space for the icon */
  margin-bottom: 18px;
  color:#fff;
  font-size: 1.2em;
}

.fa-tick-list li::before {
  content: "\f058"; /* Font Awesome check icon (✓) */
  font-family: "FontAwesome";
  font-weight: 900; /* Use 900 for solid icons */
  position: absolute;
  left: 0;
  top: 0;
  color: #efeadb; /* Customize the icon color */
}

.modal-body ul{margin:1em 2em;}
.modal-body ul, .modal-body li{
  font-size: 16px;
  font-weight: normal;
}

.modal-body .fa-tick-list li, .modal-body .fa-tick-list li::before
{
  color:#2a2a2a;
}


/*
---------------------------------------------
Services Style
---------------------------------------------
*/

.our-services {
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #56adb6;
}

.our-services .first-bar span {
  left: 84%;
}

.our-services .second-bar span {
  left: 86%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 95%;
}

.our-services .second-bar .filled-bar {
  width: 100%;
}

.our-services .third-bar .filled-bar {
  width: 100%;
}


/*
---------------------------------------------
Portfolio
---------------------------------------------
*/

.subscription-details {
  padding-top: 60px;
  margin-top: 0px;
}

.subscription-details .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.subscription-details .item {
  position: relative;
}

.subscription-details .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.subscription-details .item:hover .showed-content {
  top: 90px;
}

.subscription-details .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.subscription-details .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.subscription-details .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.subscription-details .hidden-content p {
  color: #fff;
}

.subscription-details .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.subscription-details .showed-content img {
  max-width: 100px;
  border-radius: 20px;
}


/*
---------------------------------------------
demo / feedback section
---------------------------------------------
*/

.foodexamples {
  position: relative;
}

.foodexamples p{font-size: 1.3em;}

.slideshow_food_holder
{
display: flex;
width: 100%;
justify-content: space-between;
}

.slideshow_food_item{
  display: flex;
  flex-direction:column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slideshow_food_holder img
{margin:2em 0; width:100%; height:auto;}

.foodexamples .section-heading h2 {
  margin-right: 0px;
}

.foodexamples .top-dec {
  text-align: right;
  margin-top: -80px;
}

.foodexamples .top-dec img {
  max-width: 200px;
}

.foodexamples .left-image {
  position: relative;
}

.foodexamples .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.foodexamples .left-image .info {
  position: relative;
}

.foodexamples .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.foodexamples .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.foodexamples .left-image ul li:last-child {
  margin-right: 0px;
}

.foodexamples .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.foodexamples .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.foodexamples .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.foodexamples .right-list {
  margin-left: 30px;
}

.foodexamples .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.foodexamples .right-list .left-content {
  margin-right: 45px;
}

.foodexamples .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.foodexamples .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.foodexamples .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}


.foodexamples .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}


/*
---------------------------------------------
contact
---------------------------------------------
*/

.contact-us {
  padding: 160px 0px;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading h3{
  color:#fff;
  margin-top: 0.5em;
}


.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -186px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 220px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
}

form#contact input, form#subscribe input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  height: 46px;
  border-radius: 33px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder, form#subscribe input::placeholder {
  color: #0a0a0a;
}

form#contact textarea,form#subscribe textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder, form#subscribe textarea::placeholder {
  color: #2a2a2a;
}

form#contact button, form#subscribe button {
  display: inline-block;
  background-color: #56adb6;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover, form#subscribe button:hover {
  background-color: #f27b96;
}



/*
---------------------------------------------
Footer Style
---------------------------------------------
*/

.copyright{
  display:flex;
  justify-content: space-between;
  color:#EFEADB;
  background:#a069ad;
  align-items: center;
  justify-content: center;
}

.copyright p{line-height: normal; margin:0.4em 0!important;}

.footer{background: #56adb6;color:#EFEADB;}

footer p {
  text-align: center;
  color:#EFEADB;
  font-size: 1.4em;
}

footer p a {
  color: #f27b96;
}

footer p a:hover{
  color:#fff;
}

.footer_content_holder
{display: flex; padding:5em 0; width:100%; justify-content: space-between;}

.footer_logo{

}

.footer_links
{

}

.footer_contact
{
  min-width:250px;
}
.footer_contact p
{
  text-align:left;
}

footer hr{
  height: 2px!important;
 color: #EFEADB;
 background-color: #EFEADB;
 opacity:1!important;
 margin:0em 0 1em 0;
}

.footer_links a, .footer_contact a{
  color: #EFEADB!important;
  display:block;
}

.footer_links a
{
  font-size: 1.6em;
}

.footer_links a:hover, .footer_contact a:hover{
 transition: 0.3s;
 color: #f27b96!important;
}


.form-group{margin:0em auto;}
.responstable p{color:#2a2a2a!important; font-size: 0.9em; text-align: center;}
.form-control{font-size: 0.8em;}

.content-top-wave{margin-bottom:-5px;}

.grecaptcha-badge
{
  z-index: 999;
}

form{max-width:800px; margin:1em auto;}


.textalignleft{margin:2em;}
.textalignleft,.textalignleft p, .textalignleft h2, .textalignleft li
{
  text-align: left!important;
}

.textalignleft p{text-align: justify!important;}

/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 1920px) {
  .main-banner{
    background-size:90vh;
  }

.main-banner .left-content img{max-width: 1000px; margin-left: -7em;}


}


@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}



@media (max-width: 1380px) {

  .content-top-wave{margin-bottom:-15px;}

  .header-area .main-nav .logo img{width:180px; height:auto;}

  .services_highlights{padding-bottom: 50px;}

  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {

  }
  .about-us .services {
    text-align: center;
    width:100%;
    margin:2em 0;
  }

  .about-us .services .item  {
    padding: 30px;
    border-radius: 20px;
  }
  .about-us .services .item .right-text {
    text-align: center;
  }
  .our-services {
    margin-top: 200px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .subscription-details .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .subscription-details .item {
    margin-bottom: 15px;
  }
  .foodexamples {
    margin-top: 0px;
  }
  .foodexamples .top-dec {
    display: none;
  }
  .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }

.our-services .progress-skill-bar h4{font-size: 15px;}

.our-services .progress-skill-bar span{position: relative; left:0;}

  .foodexamples .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .foodexamples .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .foodexamples .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 1280px) {

   .main-nav{display:block}

.hidemobile, #js-preloader, .js-preloader, .preloader-inner{display: none;}

  .main-banner {
    padding-top: 100px;
  }

  .about-us .left-image {
    bottom: -280px;
  }
  .foodexamples .right-list {
    margin-left: 0px;
  }
  .foodexamples .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .foodexamples .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .foodexamples .right-list .right-image,
  .foodexamples .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }

  .header-area .main-nav .logo img,  .background-header .main-nav .logo img {
     width: 150px!important;
     height: auto!important;
   }




}


/* modal styles */
.modal-header, .modal-header h4, .close {
    color:white !important;
    text-align: center;
    font-size: 30px;
  }

  .modal-header
  {
    background-color: #f69e55;
  }

  .modal-header-alt{
      background-color: #a069ad;
  }

  button.close{border:none; outline:none; box-shadow:none; padding:0px; width:40px; height:40px; border-radius: 50%; background:#fff; color:#2a2a2a!important; font-size: 1.6em; line-height: 20px; transition:0.35s;}

    button.close:hover{background:#2a2a2a; color:#fff!important;}

  .modal-header img{width:48px; height:auto;}

  .modal-body{font-size: 2em; padding:2em;}

  .modal-footer {
    background-color: #f9f9f9;
  }

  #schoolLoginPopup, #parentLoginPopup{z-index: 2000;}

  #pupilLoginForm .modal-header, #pupilLoginForm .modal-header h4, #pupilLoginForm .close {
      background-color: #a069ad;
      color:white !important;
      text-align: center;
      font-size: 30px;
    }

    #pupilLoginForm .modal-footer {
      background-color: #a069ad;
    }
/* end modal styles */



.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 0;
  font-size: 1.2em;
  padding:1em;
  border-collapse: separate;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
  background-color: #c3d8ff;
}
.responstable th {
  display: none;
  border: 0;
  background-color: #f69e55;
  color: #FFF;
  padding: 1em;
  font-size: 1.3em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
}

@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: .5em 2em;
  }
  .responstable th{
    padding:1em 2em;
  }
}

.responstableplain{margin:1em auto}
.responstableplain tr{background: #FFF!important;color: #024457!important;}
.responstableplain td,.responstableplain tr{border:none!important;}

@media (max-width: 1280px) {
.responstableplain{margin:1em 0;}
.main-banner{align-items: flex-start; padding-top:2em;}
}

.videopreviewlink:hover >img{-webkit-filter: brightness(.5);
   filter: brightness(.5);}
   .modal-header,.modal-content,.modal-footer{border:none;border-radius: 30px;}

   .modal-footer{border-radius: 0px 0px 30px 30px;}
   .modal-header{border-radius: 30px 30px 0px 0px;}

.news_content{max-width:1000px;}

.news_content p, p{
  margin-bottom:1.2em;
}

#gallery{margin-top:1em;}

.pinkspan{color:#ffa396!important;}


@media (max-width: 992px)
{

  .left-image, .right-image
  {
    margin:1em auto!important;
  }

  .main-banner .left-content
  {
    margin:2em auto 0 0%;
    background: #efeadb;
    width:100%;
    padding:1em;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;

  }
  .left-banner-holder{margin:0 5% 0 5%;}
  .main-banner .left-content img
  {
    max-width: 100%;
    margin:0;
  }

  .footer_content_holder, .copyright
  {
    flex-wrap: wrap;
  }

  .footer_content_holder {
  padding: 2em 0;
}

.footer_logo{padding-bottom: 1em;}

  .footer_content_holder div{width:100%; text-align: center;}
  .footer_contact p, .copyright p {text-align: center; width:100%;}
  .copyright p {font-size: 1.1em;}

  footer p {
   margin: 5px 0px 10px 0px;
}

.main-banner .left-content p
{font-size: 1.5em;}

div.main-button a
{
  padding:15px;
}

}


  #header-area {
  width: 100%;
  background:none;
  z-index: 1000;
  /* Default: part of page flow */
  position: relative;
}

/* Fixed but hidden off-screen */
#header-area.fixed {
  position: sticky;
  background: #efeadb;
}

#header-area.fixed a.logo img{

}

.parallax-container
{
  position: absolute;
  width:100%;
  height:100vh;
  z-index: 1;
}

.parallax-container img{
  position: absolute;
  z-index: 1;
}

.para-img-1
{
  bottom:12%;
  right:0%;
  z-index: 1001;
}

.para-img-2
{
  bottom:12%;
  right:0%;
  z-index: 1002;
}

.para-img-3
{
  bottom:12%;
  right:0%;
  z-index: 1003;
}

.para-img-4
{
  top:15%;
  left:5%;
}

.para-img-5
{
  top:0%;
  left:82%;
}

.para-img-6
{
  bottom:-50%;
  left:80%;
}

.para-img-4, .para-img-5, .para-img-6
{
  opacity:1;
}

.testimonial_quote_holder h2{margin-top:1em;}

.testimonial_quote{
  border:7px solid #efeadb;
  border-radius: 45%;
  padding:10%;
  position: relative;
}

.testimonial_quote:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #efeadb;
	border-bottom: 0;
	border-left: 0;
	margin-left: -15px;
	margin-bottom: -30px;
}



@media (max-width: 1280px) {
  .testimonial_quote{
    border-radius: 15%;
    padding:5%;
    position: relative;
  }
}
