/*==============================

font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;

==============================*/


/*==============================
    #GLOBAL DEFAULTS
==============================*/
body {
  color: #000;
  background-color: #fff;
  font: 400 16px/1.45 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
    
  /* Font Variant */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;

  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body > div {
  font-size: 16px;
}
img, iframe {
  border: none;
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font: 700 25px/1.2 'Oswald', sans-serif;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
p {
  margin-bottom: 2.1rem;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  transition: 0.5s ease;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: none;
}
ul, ol {
  padding: 0;
  margin: 0;
}
ul li, ol li {
  list-style: none;
}
ul:not([class]) li, 
ol:not([class]) li {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 2.5rem;
  counter-increment: li;
}
ul:not([class]) li::before, 
ol:not([class]) li::before {
  content: '';
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  background-color: #fff;
  border-radius: 50%;
  top: 0.5em;
  left: 2.5rem;
  background-color: #ffcc00;
}
ol:not([class]) li::before {
  content: counter(li) '. ';
  font-size: 100%;
  font-family: inherit;
  font-weight: 700;
  padding-top: 0;
  width: 3rem;
  text-align: right;
  background-color: transparent;
  left: 1rem;
  top: 0;
}





/*==============================
    #DEFAULT OVERRIDES
==============================*/
.section-wrap {
  background: #fff url() no-repeat top center / cover;
}
.section-wrap .container {
  max-width: 124rem;
}
.header.section-wrap .container {
    max-width: 1240px;
}



/*==============================
    #CSS LIBRARY
==============================*/
nl { display: block; }
.hide { display: none; }

/* Fonts */
:root {
  --color1: #fcdf02; /* red */
  --color2: #83b800; /* green */
}
.font-color1 { color: var(--color1) }
.font-color2 { color: var(--color2) }



/*==============================
    #HEADER
==============================*/
.pre-header {
  padding: 6px 0 7px;
  background-color: #14191d;
}
.pre-header .nav {
  text-align: center;
  justify-content: flex-end;
}
.pre-header .nav li {
  padding-left:12px;
}
.pre-header .nav a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.pre-header .nav a:hover {
  color: #fcdf02;
}
.header {
  border-bottom: 1px solid #939699;
  background-color: #000;
}
.header .col-lg-12 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .logo {
  width: 180px;
  padding: 17px 35px 20px 0;
  border-right: 1px solid #939699;
}
.header .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .nav {
  width: calc(100% - 180px);
  text-align: center;
  justify-content: flex-end;
}
.header .nav li {
  padding-left: 18px;
}
.header .nav a {
  color: #fff;
  font-size: 17px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.header .nav a.active ,
.header .nav a:hover {
  color: #83b800;
}
.header .nav a::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 0.2rem;
  background-color: #83b800;
  left: 50%;
  bottom: -2px;
  transition: 0.5s ease;
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.header .nav a:hover::before {
  width: 100%;
  left: 0;
}
.header .nav a.button {
  color: #fff;
  background-color: #83b800;
  padding: 6px 15px 7px;
  border-radius: 0.6rem;
}
.header .nav a.button:hover {
  color: #83b800;
  background-color: #fff;
}
.header .nav a.button::before {
  display: none;
}



/*==============================
    #FOOTER
==============================*/
.footer {
  position: relative;
  background-color: #1e1e1e;
  background-image: url(../img/cloud.jpg);
  padding: 9rem 0 0;
}
.footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3.8rem;
  background: url(../img/torn-1.png) no-repeat center bottom;
  top: 0;
  left: 0;
}
.footer .row .col-lg-12 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .row1 .logo {
  width: 270px;
  padding-top: 7.1rem;
  margin-bottom: 2rem;
}
.footer .row1 .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer .row1 p {
  color: #fff;
  width: calc(100% - 310px);
  margin-bottom: 5rem;
}
.footer .row1 p a {
  color: #83b800;
}
.footer .row2 {
  color: #fff;
  font-size: 17px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.footer .row2 .social-icons {
  display: flex;
  flex-wrap: wrap;
  width: 204px;
}
.footer .row2 .social-icons a {
  color: #83b800;
  font-size: 22px;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
}
.footer .row2 .nav {
  width: calc(100% - 204px);
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3rem;
  border: 1px solid #fff;
  border-width: 0 1px 1px 1px;
}
.footer .row2 .nav li {
  padding-left: 1.5rem;
}
.footer .row2 .nav a {
  color: #fff;
  font-size: 17px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  position: relative;
  white-space: nowrap;
}
.footer .row2 .nav a:hover {
  color: #83b800;
}
.footer .row2 .nav a.active::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 0.2rem;
  background-color: #83b800;
  left: 50%;
  bottom: -2px;
  transition: 0.5s ease;
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  width: 100%;
  left: 0;
}
.footer .row2 .copyright {
  padding: 8px 18px 5px;
  margin-bottom: 0;
  width: 29%;
  text-align: center;
  border: 1px solid #fff;
  border-width: 0 0 0 1px;
}
.footer .row2 .privacy-term {
  color: #fff;
  padding: 8px 18px 5px;
  width: 26%;
  text-align: center;
  border: 1px solid #fff;
  border-width: 0 0 0 1px;
}
.footer .row2 .privacy-term:hover {
  color: #83b800;
}
.footer .row2 .powerd-by {
  padding: 8px 3rem 5px 18px;
  margin-bottom: 0;
  width: 44.002%;
  text-align: right;
  border: 1px solid #fff;
  border-width: 0 1px 0 1px;
}


/*==============================
    #MAIN
==============================*/

/* #SEC1 */
.sec1 {
  color: #fff;
  background-image: url(../img/black-bg.jpg);
  background-position: center;
  padding: 50px 0 30px;
  text-align: center;
}
.sec1 h1 {
  font-size: 48px;
  color: var(--color1);
  margin-bottom: 1.8rem;
}
.sec1 h3 {
  font-size: 24px;
  font-weight: 500;
}

/* #SEC2 */
.sec2 {
  position: relative;
  background-image: url(../img/bg-gray-1.jpg);
  padding: 40px 0;
}
.sec2::before {
  content: '';
  position: absolute;
  width: 34rem;
  height: 32.4rem;
  background: url(../img/arrow-1.png) no-repeat center / contain;
  top: 5%;
  right: 0;
}
.sec2 .container {
  background-color: #fff;
  padding: 3rem;
  box-shadow: 0px 0px 16px -1px #bbb;
}
.sec2 .meal-plan {
  border-bottom: 1px solid #959595;
  padding-bottom: 4rem;
  margin: 0 auto 3rem;
  justify-content: space-between;
}
.sec2 .col-lg-3 {
  width: 25%;
  flex-basis: auto;
  max-width: 100%;
  padding: 0;
}
.sec2 .col-lg-3 .img {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.sec2 .col-lg-3 .img img {
  width: 100%;
}
.sec2 .col-lg-3 .img::before {
  content: '';
  position: absolute;
  width: 6.3rem;
  height: 18rem;
  background: url(../img/down-arrow.png) no-repeat center / contain;
  bottom: -2rem;
  left: -7.3rem;
}
.sec2 .cta-btn a {
  color: #fff;
  background: #83b800;
  border: 0.2rem solid #83b800;
  font-weight: 700;
  font-size: 17px;
  padding: 10px;
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec2 .cta-btn a:hover {
  color: #83b800;
  background: #fff;
}
.sec2 .cta-btn a i {
  padding-left: 2rem;
  font-size: 3.1rem;
}
.sec2 .col-lg-9 {
  width: 72%;
  flex-basis: auto;
  max-width: 100%;
  padding: 0
}
.sec2 h2 {
  font-size: 26px;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.sec2 h2 span {
  background: #fcdf02;
  padding: 0 1.2rem;
}
.sec2 p {
  font-size: 18px;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #959595;
}
.sec2 .mobile {
  display: none;
}
.sec2 .lists-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec2 .list-item {
  width: 49%;
}
.sec2 .list-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.sec2 .list-item li {
  background: url(../img/check-icon.jpg) no-repeat 0 2px / 21px 17px;
  padding-left: 32px;
  padding-bottom: 14px;
}
.sec2 .list-item:last-child li {
  background: url(../img/arrow-list.jpg) no-repeat 0 4px / 19px 14px;
}
.sec2 .row4 {
  text-align: center;
}
.sec2 .row4 h2 {
  color: #c1000b;
  font-size: 40px;
  line-height: 1.2;
  max-width: 1000px;
  margin: 0 auto 1rem;
}
.sec2 .row4 h3 {
  color: #383838;
  font-size: 21px;
  font-weight: 400;
  max-width: 840px;
  margin: 0 auto 3.5rem;
}
.sec2 .row4 .img:first-of-type {
  margin-bottom: 2rem;
}
.sec2 .row4 .cta-btn a {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px #2b2b2b;
  max-width: 690px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.sec2 .row4 .cta-btn a span {
  padding-bottom: 2px;
}
.sec2 .row4 .col-lg-12 > a {
  color: #83b800;
  text-transform: uppercase;
}
.sec2 .row4 .col-lg-12 > a:hover {
  color: #000;
}
.sec2 .row4 .img:last-of-type {
  margin-bottom: 1rem;
}



/*==============================
    #MEDIA QUERIES
==============================*/
@media only screen and (max-width:1280px) {
  .section-wrap .container {
    max-width: 159rem;
  }

  .sec2::before {
    display: none;
  }
}
@media only screen and (min-width:1025px) and (max-width:1150px) {
.header .nav li {
    padding-left: 10px;
}

.header .nav a {
    font-size: 15px;
}
}
@media only screen and (max-width:1024px) {
  .header {
    padding: 2rem 0 0.5rem;
  }
  .header .logo {
    width: 100%;
    max-width: 200px;
    padding: 0;
    border-right: none;
    margin: 0 auto 1.3rem;
  }
  .header .nav {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .header .nav li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
  .header .nav li:first-child {
    padding-left: 0;
  }
  .header .nav a {
    display: block;
  }

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

  
  .pre-header {
    padding: 1.5rem;
  }
  .pre-header .nav li {
    padding-left: 1.5rem;
  }
  .pre-header .nav li:first-child {
    padding-left: 0;
  }
  

  .sec1 {
    padding: 5rem 0;
  }
  .sec1 h1 {
    font-size: 4.5rem;
  }
  .sec1 h3 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .sec2 {
    padding: 0 1rem;
  }
  .sec2 .container {
    padding: 3rem 2rem;
  }
  .sec2 h2,
  .sec2 p {
    display: none;
  }
  .sec2 .mobile,
  .sec2 .mobile h2,
  .sec2 .mobile p {
    display: block;
    text-align: center;
  }
  .sec2 .mobile {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
  }
  .sec2 .mobile h2 {
    font-size: 3.2rem;
  }
  .sec2 .mobile p {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
  }
  .sec2 .col-lg-3,
  .sec2 .col-lg-9 {
    width: 100%;
  }
  .sec2 .col-lg-3 {
    max-width: 28rem;
    margin: 0 auto 3rem;
  }
  .sec2 .col-lg-3 .img {
    margin-bottom: 1rem;
  }
  .sec2 .cta-btn a {
    font-size: 2rem;
    padding: 1.2rem 1rem 1rem;
  }
  .sec2 .cta-btn a i {
    padding-left: 1rem;
  }
  .sec2 .lists-wrap {
    padding: 0 15px;
  }
  .sec2 .list-item h3 {
    font-size: 2.6rem;
    margin-bottom: 1.3rem;
  }
  .sec2 .list-item li,
  .sec2 .list-item li:last-child {
    font-size: 2rem;
    padding-left: 3rem;
    background-position: 0 0.5rem;
    background-size: 2.1rem 1.7rem;
    padding-bottom: 1.3rem;
  }
  .sec2 .list-item:last-child li {
    background-position: 0 0.7rem;
    background-size: 1.9rem 1.4rem;
  }
  .sec2 .row4 h2 {
    font-size: 3.5rem;
    display: block;
  }
  .sec2 .row4 h3 {
    font-size: 2.4rem;
  }
  .sec2 .row4 h3 nl {
    display: inline;
  }
  .sec2 .row4 .cta-btn a {
    font-size: 2.5rem;
    padding: 1.4rem 3rem;
    max-width: initial;
    display: inline-flex;
  }
  .sec2 .row4 .cta-btn a i {
    font-size: 2.5rem;
    padding-left: 1.5rem;
  }
  .sec2 .row4 .col-lg-12 > a {
    font-size: 1.6rem;
  }

  
  .footer {
    padding: 6rem 0 0;
  }
  .footer::before {
    height: 3.8rem;
  }
  .footer .row .col-lg-12 {
    justify-content: center;
  }
  .footer .row1 .logo {
    width: 100%;
    padding-top: 0;
    text-align: center;
    margin-bottom: 3rem;
  }
  .footer .row1 .logo img {
    max-width: 30rem;
  }
  .footer .row1 p {
    width: 95rem;
    margin: 0 auto 3rem;
  }
  .footer .row2 .social-icons {
    width: 100%;
    justify-content: center;
  }
  .footer .row2 .social-icons a {
    width: 8rem;
    height: 7rem;
    font-size: 3rem;
    border: none;
    margin-bottom: 1rem;
  }
  .footer .row2 .nav {
    justify-content: center;
    border: none;
    padding: 0 0 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .footer .row2 .nav li {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .footer .row2 .nav li:first-child {
    padding-left: 0;
  }
  .footer .row2 .nav a {
    font-size: 2rem;
  }
  .footer .row2 .copyright,
  .footer .row2 .privacy-term {
    width: auto;
    font-size: 2rem;
    padding: 1rem 2.5rem;
    margin-bottom: 1rem;
  }
  .footer .row2 .privacy-term {
    border-right: 1px solid #fff;
  }
  .footer .row2 .powerd-by {
    font-size: 2rem;
    padding: 0;
    text-align: center;
    margin-bottom: 2rem;
    border: none;
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  nl { display: inline; }
  
  .pre-header .nav {
    justify-content: center;
  }
  .sec2 {
    padding: 0 0 4rem;
  }
  .sec2 .col-lg-3 .img::before {
    display: none;
  }
  .sec2 .list-item {
    width: 100%;
  }
  .sec2 .mobile h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .sec2 .mobile p {
    font-size: 2rem;
  }
  .sec2 .row4 h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .sec2 .row4 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .sec2 .row4 .cta-btn a {
    font-size: 2rem;
    padding: 1.4rem 1rem;
  }
  .sec2 .row4 .cta-btn a i {
    display: none;
  }
  .footer .row2 .copyright,
  .footer .row2 .privacy-term {
    width: 100%;
    font-size: 2rem;
    padding: 0;
    margin-bottom: 0;
    border: none;
  }
  .footer .row2 .powerd-by {
    font-size: 1.7rem;
  }
}





/*==============================
    #FONT SIZING
==============================*/
html { font-size: 62.5%; }
@media only screen and (max-width:1600px) { html { font-size: 56.3%;  } }
@media only screen and (max-width:1440px) { html { font-size: 50%;    } }
@media only screen and (max-width:1280px) { html { font-size: 48%;    } }
@media only screen and (max-width:1023px) { html { font-size: 46%;    } }
@media only screen and (max-width:960px)  { html { font-size: 50%;      } }
@media only screen and (max-width:767px)  { html { font-size: 55.5555%; } }