@font-face {
  font-family: 'GothamRegular';
  src: url("../fonts/Gotham-Book-Regular.woff") format("woff"), url("../fonts/Gotham-Book-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-tb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

@media (max-width: 1199px) {
  .hide-md {
    display: none !important; } }
@media (max-width: 991px) {
  .hide-sm {
    display: none !important; } }
/*Preloader*/
.images-preloader {
  position: fixed;
  z-index: 100001;
  background-color: #eee;
  width: 100%;
  height: 100%; }

.rectangle-bounce {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -10px; }

#preloader_1 {
  position: relative; }

#preloader_1 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #39aa39;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out; }

#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: .2s; }

#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: .4s; }

#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: .6s; }

#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: .8s; }

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #39aa39; }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #39aa39; }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #39aa39; }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #39aa39; } }
body {
  font-family: GothamRegular; }

h1, h2, h3, h4, h5, h6 {
  font-family: GothamMedium;
  color: #040100; }

.page-content {
  position: relative; }

section {
  padding: 50px 0; }
  section h1, section h2, section h3, section h4, section h5, section h6 {
    margin-top: 0; }

.accordion img {
  width: 100%; }
.accordion .accordion_in {
  background-color: #39aa39;
  color: #fff; }
.accordion .acc_head {
  padding: 0;
  margin: 0;
  background-color: #39aa39;
  color: #fff; }
  .accordion .acc_head h2 {
    margin: 30px 0 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff; }
  .accordion .acc_head .container {
    display: flex;
    align-items: center; }
  .accordion .acc_head span {
    margin-left: auto;
    font-size: 36px;
    transition: .1s linear all; }
.accordion .acc_active .acc_head,
.accordion .acc_head:hover {
  background-color: #39aa39;
  color: #fff; }
.accordion .acc_active .acc_head span {
  transform: rotate(180deg); }
.accordion .acc_content {
  padding-bottom: 50px; }
  .accordion .acc_content hr {
    height: 2px;
    background-color: #fff;
    border: none;
    margin-top: 0;
    margin-bottom: 40px; }

.button {
  display: inline-block;
  padding: 20px 35px;
  background: linear-gradient(to right, #39aa39, #436549);
  text-transform: uppercase;
  color: #fff; }
  .button:hover {
    text-decoration: none;
    color: #ccc; }
  .button.dark-button {
    background: none;
    background-color: #003e32; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.breadcrumbs a:hover {
  color: #003e32; }

#back-to-top:hover {
  background-color: #003e32; }

.combine-img-box .container {
  background: url(/_resources/themes/main/images/about-bg-8.jpg) center center no-repeat;
  background-size: cover;
  height: 260px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5); }
.combine-img-box .left-col img {
  width: 120%;
  position: absolute;
  top: -140px;
  left: -100px; }
.combine-img-box .content {
  padding-top: 40px;
  color: #fff; }
  .combine-img-box .content h1 {
    text-transform: uppercase;
    color: #fff; }
  .combine-img-box .content p {
    margin-bottom: 20px; }
  .combine-img-box .content .button {
    background: none;
    background-color: #003e32; }

@media (max-width: 768px) {
  .combine-img-box .content {
    padding-top: 20px; }
    .combine-img-box .content h1 {
      font-size: 22px; }
    .combine-img-box .content p {
      margin-bottom: 20px; }
    .combine-img-box .content .button {
      background: none;
      background-color: #003e32; } }
.half-cover-section {
  padding: 0; }
  .half-cover-section .row {
    margin-left: 0;
    margin-right: 0; }
  .half-cover-section .left-col, .half-cover-section .right-col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex; }
  .half-cover-section .left-col {
    justify-content: right; }
  .half-cover-section .content-box {
    width: 70%;
    padding: 0 15px; }
    .half-cover-section .content-box h1, .half-cover-section .content-box p {
      color: #fff; }
    .half-cover-section .content-box .text-box {
      height: 160px;
      margin-bottom: 20px; }
    .half-cover-section .content-box .button {
      background: none;
      background-color: #003e32;
      display: flex;
      width: 50%;
      align-items: center; }
      .half-cover-section .content-box .button span {
        margin-right: 30px; }
      .half-cover-section .content-box .button i {
        font-size: 24px; }

@media (max-width: 991px) {
  .half-cover-section .row {
    margin-left: 0;
    margin-right: 0; }
  .half-cover-section .content-box {
    width: 100%; } }
.full-section {
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px; }
  .full-section .logo-box {
    text-align: right;
    margin-bottom: 80px; }
    .full-section .logo-box img {
      width: 250px; }
  .full-section p {
    font-family: GothamMedium;
    color: #fff;
    font-size: 36px; }

@media (max-width: 991px) {
  .full-section .logo-box {
    margin-bottom: 40px; }
    .full-section .logo-box img {
      width: 200px; }
  .full-section p {
    font-size: 20px; } }
.brands-style-section {
  text-align: center;
  background: url(/_resources/themes/main/images/about-bg-10.jpg) center center no-repeat;
  background-size: cover; }
  .brands-style-section .button {
    background: none;
    background-color: #003e32;
    margin-right: 20px; }

.centre-style-section {
  text-align: center; }
  .centre-style-section .container {
    padding-left: 200px;
    padding-right: 200px; }

@media (max-width: 991px) {
  .centre-style-section {
    text-align: center; }
    .centre-style-section .container {
      padding-left: 15px;
      padding-right: 15px; } }
.align-left-section .inner-box {
  width: 50%; }

@media (max-width: 991px) {
  .align-left-section .inner-box {
    width: 100%; } }
.packaging-solutions h1, .packaging-solutions h5, .packaging-solutions p {
  color: #fff; }
.packaging-solutions ul {
  text-align: left;
  width: 450px;
  margin-left: auto;
  margin-right: auto; }
  .packaging-solutions ul li {
    color: #fff;
    margin-bottom: 8px; }
    .packaging-solutions ul li:last-of-type {
      margin-bottom: 0; }
    .packaging-solutions ul li strong {
      font-family: GothamBold; }
.packaging-solutions .content img {
  margin-bottom: 10px; }
.packaging-solutions .content .text-content h5 {
  margin-bottom: 5px; }
.packaging-solutions .content .text-content p {
  margin-bottom: 0;
  line-height: 1; }

@media (max-width: 991px) {
  .packaging-solutions [class^="col-"] {
    margin-bottom: 20px; }
    .packaging-solutions [class^="col-"]:last-of-type {
      margin-bottom: 0; } }
section img {
  width: 100%; }

.bg-img-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.gradient-bg {
  background: linear-gradient(to right, #39aa39, #436549); }

header {
  background: linear-gradient(to right, #059146, #436549); }
  header .logo {
    width: auto;
    margin: 0;
    margin-top: 16px; }
    header .logo img {
      width: 260px; }
  header .nav {
    float: right; }
  header .btn-toggle {
    color: #fff; }

@media (max-width: 1199px) {
  header .logo {
    margin-top: 23px; }
    header .logo img {
      width: 200px; }

  .nav {
    clear: none;
    width: auto; } }
@media (max-width: 991px) {
  header .logo {
    margin-top: 10px; }
    header .logo img {
      width: auto;
      height: 40px; }
  header .btn-toggle {
    margin: 10px auto; }

  .nav.menu-mobile {
    clear: none;
    width: 100%;
    top: 60px; }
    .nav.menu-mobile .main-menu > li {
      padding-top: 0;
      padding-bottom: 0; } }
@media (min-width: 992px) {
  header.clone {
    background: linear-gradient(to right, #059146, #436549);
    opacity: 0.9; }
    header.clone .logo {
      margin-top: 12px; }
      header.clone .logo img {
        height: 40px;
        width: auto; } }
.nav .arrow-parent {
  display: inline-block;
  color: #fff; }
.nav .main-menu > li {
  padding: 40px 15px; }
  .nav .main-menu > li:hover .arrow-parent {
    color: #003e32; }
.nav .main-menu a {
  color: #fff;
  font-weight: normal; }
  .nav .main-menu a:hover {
    color: #003e32 !important; }
.nav .dropdown-menu {
  background-color: #fff !important; }
  .nav .dropdown-menu li a {
    color: #059146; }
    .nav .dropdown-menu li a:hover {
      color: #003e32 !important;
      background-color: transparent !important; }

@media (max-width: 991px) {
  .nav .arrow-parent {
    color: #333; }
  .nav .dropdown-menu li a {
    color: #666;
    font-size: 12px !important; } }
footer {
  background: linear-gradient(to right, #436549, #059146, #77BD43); }
  footer .widget-footer {
    color: #fff;
    line-height: 1.4; }
    footer .widget-footer .left-widget img {
      width: 80%; }
    footer .widget-footer h4 {
      font-family: GothamMedium;
      text-transform: capitalize; }
    footer .widget-footer ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
  footer .socials a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #39aa39;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 28px;
    margin-right: 3px; }
    footer .socials a i {
      margin: 0; }
  footer .brands-img {
    width: 90%; }
  footer a:hover {
    color: #003e32; }

.page-title {
  background-color: #003e32; }

.breadcrumbs a {
  text-transform: uppercase; }
.breadcrumbs li {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase; }
.breadcrumbs .home-icon {
  font-size: 2.5rem;
  color: #39aa39; }

.horizon {
  opacity: 0;
  visibility: hidden; }

.AboutPage .parallax-action {
  padding: 60px 0 380px;
  background: url(/_resources/themes/main/images/about/about-bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }
  .AboutPage .parallax-action .get-action {
    font-family: GothamMedium;
    text-align: left; }
    .AboutPage .parallax-action .get-action h4 {
      font-size: 30px; }
.AboutPage .meeting-global {
  padding-top: 150px; }
  .AboutPage .meeting-global .left-col {
    padding-right: 60px; }
  .AboutPage .meeting-global .right-col {
    padding-left: 60px;
    position: relative; }
  .AboutPage .meeting-global .float-img {
    width: 90%;
    position: absolute;
    top: -400px; }
.AboutPage .item-box {
  display: flex;
  align-items: center;
  vertical-align: middle; }
  .AboutPage .item-box .icon-box {
    width: 80px;
    height: 80px;
    background-color: #43b549;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    padding-top: 10px; }
  .AboutPage .item-box .text-box {
    margin-left: 10px; }
    .AboutPage .item-box .text-box h3 {
      margin: 0;
      text-transform: uppercase; }
    .AboutPage .item-box .text-box p {
      margin: 0; }
  .AboutPage .item-box.partnership .icon-box {
    background-color: #006550; }
  .AboutPage .item-box.excellence .icon-box {
    background-color: #003c31; }
.AboutPage .accordion {
  position: relative;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5); }
.AboutPage .our-value-box {
  background-color: #003c31; }
  .AboutPage .our-value-box .acc_head {
    background-color: #003c31; }
  .AboutPage .our-value-box .acc_content hr {
    background-color: #28b34b; }
  .AboutPage .our-value-box .acc_content .col-md-6 {
    margin-bottom: 30px; }
  .AboutPage .our-value-box .acc_content h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff; }
.AboutPage .vision-mission-box {
  background: linear-gradient(to right, #436549, #39aa39); }
  .AboutPage .vision-mission-box .acc_head {
    background: linear-gradient(to right, #436549, #39aa39); }
  .AboutPage .vision-mission-box .left-col {
    padding-right: 80px; }
  .AboutPage .vision-mission-box .right-col {
    padding-left: 80px; }
  .AboutPage .vision-mission-box img {
    width: 100%; }
  .AboutPage .vision-mission-box .top-box {
    margin-bottom: 250px; }
  .AboutPage .vision-mission-box .bottom-box a {
    display: flex;
    color: #fff;
    font-family: GothamMedium;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase; }
    .AboutPage .vision-mission-box .bottom-box a:hover {
      text-decoration: none; }
    .AboutPage .vision-mission-box .bottom-box a i {
      margin-left: auto;
      font-size: 24px; }
  .AboutPage .vision-mission-box .bottom-box h2 {
    color: #fff;
    margin-top: 5px;
    font-size: 48px; }
.AboutPage .our-factory {
  padding-bottom: 120px;
  background: url(/_resources/themes/main/images/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .AboutPage .our-factory h1, .AboutPage .our-factory h4 {
    text-transform: uppercase; }
  .AboutPage .our-factory h1 {
    margin-bottom: 30px; }
  .AboutPage .our-factory .top-box, .AboutPage .our-factory .bottom-box {
    margin-bottom: 50px; }
  .AboutPage .our-factory .content {
    margin-bottom: 20px; }
.AboutPage .contract-packaginng-infant {
  position: relative;
  top: -100px; }
  .AboutPage .contract-packaginng-infant .content-box {
    position: relative;
    border-top: 15px solid #003e32;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
    padding-top: 230px; }
  .AboutPage .contract-packaginng-infant .contract-box {
    background-image: url(/_resources/themes/main/images/about/about-bg-5.jpg); }
  .AboutPage .contract-packaginng-infant .packaging-box {
    background-image: url(/_resources/themes/main/images/about/about-bg-6.jpg); }
  .AboutPage .contract-packaginng-infant .infant-box {
    background-image: url(/_resources/themes/main/images/about/about-bg-7.jpg); }
  .AboutPage .contract-packaginng-infant .inner-box {
    padding: 10px 20px;
    text-align: center; }
.AboutPage .our-brands {
  text-align: center;
  background: url(/_resources/themes/main/images/about-bg-10.jpg) center center no-repeat;
  background-size: cover; }
  .AboutPage .our-brands .button {
    background: none;
    background-color: #003e32;
    margin-right: 20px; }
.AboutPage .advantages {
  position: relative;
  background: url(/_resources/themes/main/images/about/about-bg-11.jpg) 0 0 no-repeat;
  background-size: 50%; }
  .AboutPage .advantages h1 {
    margin-bottom: 30px; }
  .AboutPage .advantages .items {
    margin-bottom: 30px; }
    .AboutPage .advantages .items .item {
      margin-bottom: 25px;
      display: flex;
      align-items: center; }
      .AboutPage .advantages .items .item .icon-box {
        text-align: center;
        margin-right: 20px;
        padding-top: 6px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #006550;
        color: #fff;
        font-size: 24px; }
        .AboutPage .advantages .items .item .icon-box img {
          width: 36px; }
      .AboutPage .advantages .items .item p {
        margin-bottom: 0;
        width: 80%; }
  .AboutPage .advantages .button {
    background: none;
    background-color: #003e32;
    margin-right: 20px; }
  .AboutPage .advantages .img-box {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    background: url(/_resources/themes/main/images/about/about-bg-12.jpg) 0 0 no-repeat;
    background-size: cover; }
.AboutPage .logo-section {
  background: url(/_resources/themes/main/images/about-bg-13.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px; }
  .AboutPage .logo-section .logo-box {
    text-align: right;
    margin-bottom: 80px; }
    .AboutPage .logo-section .logo-box img {
      width: 250px; }
  .AboutPage .logo-section p {
    font-family: GothamMedium;
    color: #fff;
    font-size: 36px; }

@media (max-width: 1199px) {
  .AboutPage .meeting-global {
    padding-top: 50px; }
    .AboutPage .meeting-global .left-col {
      padding-right: 15px; }
    .AboutPage .meeting-global .right-col {
      padding-left: 15px; }
  .AboutPage .vision-mission-box .left-col {
    padding-right: 15px; }
  .AboutPage .vision-mission-box .right-col {
    padding-left: 15px; }
  .AboutPage .vision-mission-box .bottom-box h2 {
    font-size: 36px; }
  .AboutPage .our-factory {
    padding-bottom: 80px; }
  .AboutPage .contract-packaginng-infant {
    top: -80px; }
    .AboutPage .contract-packaginng-infant .content-box {
      padding-top: 200px; }
      .AboutPage .contract-packaginng-infant .content-box h3 {
        font-size: 20px; } }
@media (max-width: 991px) {
  .AboutPage .parallax-action {
    padding: 50px 0 150px;
    background-attachment: initial; }
    .AboutPage .parallax-action .get-action {
      text-align: center; }
      .AboutPage .parallax-action .get-action h4 {
        font-size: 18px; }
  .AboutPage .items-box .col-md-4 {
    margin-bottom: 15px; }
    .AboutPage .items-box .col-md-4:last-of-type {
      margin-bottom: 0; }
  .AboutPage .vision-mission-box .top-box {
    margin-bottom: 30px; }
  .AboutPage .vision-mission-box .bottom-box h2 {
    font-size: 24px; }
  .AboutPage .our-factory {
    padding-bottom: 50px; }
  .AboutPage .contract-packaginng-infant {
    top: 0;
    padding-bottom: 0; }
    .AboutPage .contract-packaginng-infant .col-md-4 {
      margin-bottom: 25px; }
      .AboutPage .contract-packaginng-infant .col-md-4:last-of-type {
        margin-bottom: 0; }
    .AboutPage .contract-packaginng-infant .content-box {
      background-size: cover;
      height: 300px;
      padding-top: 160px; }
      .AboutPage .contract-packaginng-infant .content-box h3 {
        font-size: 20px; }
  .AboutPage .advantages {
    background-size: cover; }
  .AboutPage .logo-section .logo-box {
    margin-bottom: 40px; }
    .AboutPage .logo-section .logo-box img {
      width: 200px; }
  .AboutPage .logo-section p {
    font-size: 20px; } }
.ContactPage .contact-info h1, .ContactPage .contact-form h1 {
  text-transform: uppercase; }
.ContactPage .contact-info ul {
  list-style: none;
  padding-left: 0; }
.ContactPage .contact-info li i {
  color: #003e32;
  font-size: 1.8rem; }

.comment-form .btn-color {
  background-color: #003e32;
  color: #fff; }

#err-form, #err-state {
  border-color: red;
  border-width: 1px;
  color: red; }

#google_map {
  background-image: url("/_resources/themes/main/images/contact-bg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.FacilityPage .top-section .row {
  margin-left: 0;
  margin-right: 0; }
.FacilityPage .top-section .col-sm-6 {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50% !important;
  float: left !important; }
.FacilityPage .top-section .left-col {
  background-image: url(/_resources/themes/main/images/fa-bg-1.jpg);
  border-right: 1px solid #fff; }
.FacilityPage .top-section .right-col {
  background-image: url(/_resources/themes/main/images/fa-bg-2.jpg); }
.FacilityPage .plant-mac .right-col img {
  width: 100%; }
.FacilityPage .plant-mac h1 {
  text-transform: uppercase; }
.FacilityPage .plant-mac ul {
  list-style: none;
  padding: 0; }
  .FacilityPage .plant-mac ul li {
    background-color: #003e32;
    padding: 15px 10px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    .FacilityPage .plant-mac ul li i {
      font-size: 24px;
      margin-right: 15px; }
    .FacilityPage .plant-mac ul li img {
      width: 35px;
      margin-right: 15px; }
    .FacilityPage .plant-mac ul li span {
      margin-right: auto; }
.FacilityPage .features-about {
  box-shadow: none; }
  .FacilityPage .features-about .owl-theme .owl-controls {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px; }
  .FacilityPage .features-about .owl-theme .owl-prev, .FacilityPage .features-about .owl-theme .owl-next {
    border-width: 1px;
    border-color: #003e32;
    color: #003e32; }
    .FacilityPage .features-about .owl-theme .owl-prev:hover, .FacilityPage .features-about .owl-theme .owl-next:hover {
      color: #39aa39;
      border-color: #39aa39; }
  .FacilityPage .features-about .owl-item img {
    width: 100%; }
.FacilityPage .production-process {
  background-image: url(/_resources/themes/main/images/fa-bg-5.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .FacilityPage .production-process img {
    width: 100%; }
  .FacilityPage .production-process .button {
    background: none;
    background-color: #003e32; }
  .FacilityPage .production-process .top-box {
    margin-bottom: 80px; }
  .FacilityPage .production-process .list-box {
    display: flex;
    justify-content: center; }
    .FacilityPage .production-process .list-box ul {
      list-style: none;
      padding: 0;
      position: relative;
      margin: 0; }
    .FacilityPage .production-process .list-box li {
      position: relative;
      margin-bottom: 30px;
      padding-left: 30px; }
      .FacilityPage .production-process .list-box li.last-item {
        margin-bottom: 0; }
      .FacilityPage .production-process .list-box li h3 {
        padding: 0;
        margin-bottom: 0;
        color: #003e32; }
      .FacilityPage .production-process .list-box li span {
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #003e32;
        position: absolute;
        left: -8px;
        top: 4px; }
    .FacilityPage .production-process .list-box li.border {
      border-left: 1px dashed #003e32;
      display: block;
      position: absolute;
      top: 30px;
      left: 0;
      bottom: 0; }
.FacilityPage .overseas {
  background-image: url(/_resources/themes/main/images/cap-page/eca-bg-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  .FacilityPage .overseas .container {
    padding-left: 200px;
    padding-right: 200px; }
  .FacilityPage .overseas h1, .FacilityPage .overseas h3 {
    color: #fff; }
  .FacilityPage .overseas li {
    color: #fff;
    background-color: #39aa39;
    padding: 20px 40px;
    margin-bottom: 15px;
    font-size: 18px; }
    .FacilityPage .overseas li:last-of-type {
      margin-bottom: 0; }
.FacilityPage .section-box {
  background-image: url(/_resources/themes/main/images/cap-page/eca-bg-4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .FacilityPage .section-box .content-box {
    margin: 30px 0; }
    .FacilityPage .section-box .content-box p strong {
      font-weight: bold;
      font-family: GothamBold;
      font-size: 1.5rem; }
    .FacilityPage .section-box .content-box .button {
      background: none;
      background-color: #003e32; }
.FacilityPage .container .inner-box {
  width: 50%; }
.FacilityPage .bottom-section {
  padding: 0; }
  .FacilityPage .bottom-section .left-col, .FacilityPage .bottom-section .right-col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex; }
  .FacilityPage .bottom-section .left-col {
    background-image: url(/_resources/themes/main/images/fa-bg-8.jpg);
    justify-content: right; }
  .FacilityPage .bottom-section .right-col {
    background-image: url(/_resources/themes/main/images/fa-bg-10.jpg); }
  .FacilityPage .bottom-section .content-box {
    width: 70%;
    padding: 0 15px; }
    .FacilityPage .bottom-section .content-box h1, .FacilityPage .bottom-section .content-box p {
      color: #fff; }
    .FacilityPage .bottom-section .content-box .text-box {
      height: 160px;
      margin-bottom: 20px; }
    .FacilityPage .bottom-section .content-box .button {
      background: none;
      background-color: #003e32;
      display: flex;
      width: 50%;
      align-items: center; }
      .FacilityPage .bottom-section .content-box .button span {
        margin-right: 30px; }
      .FacilityPage .bottom-section .content-box .button i {
        font-size: 24px; }

.FacilityPage_showCertifications .top-section {
  text-align: center; }
  .FacilityPage_showCertifications .top-section h1 {
    text-transform: uppercase; }
  .FacilityPage_showCertifications .top-section .content {
    width: 50%;
    text-align: left;
    margin: auto; }
  .FacilityPage_showCertifications .top-section ul {
    list-style-type: disc;
    padding-left: 20px; }
  .FacilityPage_showCertifications .top-section li {
    margin-bottom: 10px; }
    .FacilityPage_showCertifications .top-section li:last-of-type {
      margin-bottom: 0; }
    .FacilityPage_showCertifications .top-section li strong {
      font-family: GothamBold; }
.FacilityPage_showCertifications .certs-section .col-md-3 {
  margin-bottom: 20px; }
.FacilityPage_showCertifications .certs-section a {
  text-align: center; }
  .FacilityPage_showCertifications .certs-section a:hover {
    text-decoration: none; }
.FacilityPage_showCertifications .certs-section img {
  width: 100%;
  margin-bottom: 10px; }
.FacilityPage_showCertifications .certs-section h3 {
  font-size: 14px; }
.FacilityPage_showCertifications .certs-section .bg-box {
  margin-top: 50px; }
.FacilityPage_showCertifications .bottom-section .left-col {
  background-image: url(/_resources/themes/main/images/fa-bg-9.jpg); }
.FacilityPage_showCertifications .bottom-section .right-col {
  background-image: url(/_resources/themes/main/images/fa-bg-11.jpg); }

@media (max-width: 1199px) {
  .FacilityPage .top-section .col-sm-6 {
    height: 300px; }
  .FacilityPage .container .inner-box {
    width: 80%; }
  .FacilityPage .bottom-section .content-box .button {
    width: 100%; }

  .FacilityPage_showCertifications .top-section .content {
    width: 80%; } }
@media (max-width: 991px) {
  .FacilityPage .top-section .col-sm-6 {
    height: 240px; }
  .FacilityPage .features-about .owl-buttons {
    display: block; }
  .FacilityPage .production-process .left-col {
    margin-bottom: 30px; }
  .FacilityPage .overseas .container {
    padding-left: 15px;
    padding-right: 15px; }
  .FacilityPage .container .inner-box {
    width: 100%; }
  .FacilityPage .bottom-section .row {
    margin-left: 0;
    margin-right: 0; }
  .FacilityPage .bottom-section .content-box {
    width: 100%; } }
.our-advantage {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .our-advantage h1, .our-advantage p, .our-advantage .inner-box {
    color: #fff; }
  .our-advantage .top-content, .our-advantage .bottom-h1 {
    width: 50%; }
  .our-advantage .inner-box {
    display: flex;
    align-items: center; }
    .our-advantage .inner-box .icon-box {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #fff;
      text-align: center;
      font-size: 24px;
      padding-top: 4px; }
    .our-advantage .inner-box span {
      flex-shrink: 10;
      padding-left: 15px; }

.four-square-section .row {
  margin: 0; }
.four-square-section .col-md-3 {
  text-align: center;
  height: 230px; }
  .four-square-section .col-md-3 img {
    width: 100px;
    margin-top: 30px;
    margin-bottom: 15px; }
  .four-square-section .col-md-3 h3 {
    font-size: 14px;
    padding: 0 30px; }
.four-square-section .col-1, .four-square-section .col-4 {
  background-color: #43b549; }
  .four-square-section .col-1 i, .four-square-section .col-4 i {
    color: #fff; }
.four-square-section .col-2 {
  background-color: #fff; }
  .four-square-section .col-2 i {
    color: #026551; }
.four-square-section .col-3 {
  background-color: #026551; }
  .four-square-section .col-3 i {
    color: #fff; }

.CapabilitiesPage .top-section {
  text-align: center; }
  .CapabilitiesPage .top-section h1 {
    text-transform: uppercase; }
  .CapabilitiesPage .top-section .content {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    height: 200px;
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative; }
    .CapabilitiesPage .top-section .content p {
      margin-bottom: 0;
      font-family: GothamBold; }
    .CapabilitiesPage .top-section .content .icon-box {
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -30px;
      padding-top: 10px;
      background-color: #39aa39;
      color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 50%; }
      .CapabilitiesPage .top-section .content .icon-box i {
        font-size: 38px; }
.CapabilitiesPage .service-section {
  background-color: #f3f3f3; }
  .CapabilitiesPage .service-section .bottom-row {
    position: relative;
    bottom: -100px; }
    .CapabilitiesPage .service-section .bottom-row .content-box {
      position: relative;
      border-top: 15px solid #003e32;
      height: 380px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center 0;
      background-color: #fff;
      box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
      padding-top: 230px; }
    .CapabilitiesPage .service-section .bottom-row .contract-box {
      background-image: url(/_resources/themes/main/images/about/about-bg-5.jpg); }
    .CapabilitiesPage .service-section .bottom-row .packaging-box {
      background-image: url(/_resources/themes/main/images/about/about-bg-6.jpg); }
    .CapabilitiesPage .service-section .bottom-row .infant-box {
      background-image: url(/_resources/themes/main/images/about/about-bg-7.jpg); }
    .CapabilitiesPage .service-section .bottom-row .inner-box {
      padding: 10px 20px;
      text-align: center; }
.CapabilitiesPage .global-standards {
  position: relative; }
  .CapabilitiesPage .global-standards .container {
    position: relative;
    bottom: -150px; }
.CapabilitiesPage .export-customms {
  padding: 200px 0 50px;
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .CapabilitiesPage .export-customms .content {
    width: 50%; }
  .CapabilitiesPage .export-customms li {
    padding: 10px;
    border-bottom: 1px solid #040100;
    margin-bottom: 15px; }
    .CapabilitiesPage .export-customms li:last-of-type {
      margin-bottom: 0; }
    .CapabilitiesPage .export-customms li a {
      color: #040100;
      display: flex;
      align-items: center; }
      .CapabilitiesPage .export-customms li a:hover {
        text-decoration: none; }
      .CapabilitiesPage .export-customms li a i {
        margin-left: auto;
        font-size: 24px; }
.CapabilitiesPage .quality-assurance {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  .CapabilitiesPage .quality-assurance .container {
    padding-left: 200px;
    padding-right: 200px; }
  .CapabilitiesPage .quality-assurance h1, .CapabilitiesPage .quality-assurance p {
    color: #fff; }
.CapabilitiesPage .full-section {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-4.jpg); }
.CapabilitiesPage .bottom-section .left-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-5.jpg); }
.CapabilitiesPage .bottom-section .right-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-6.jpg); }

.CapabilitiesPage_general-services .contract-manufacturing {
  background-image: url(/_resources/themes/main/images/cap-page/gs-bg-1.jpg); }
  .CapabilitiesPage_general-services .contract-manufacturing ul {
    list-style: disc;
    padding-left: 15px; }
.CapabilitiesPage_general-services .ready-to-market-range {
  background-image: url(/_resources/themes/main/images/cap-page/gs-bg-2.jpg); }
  .CapabilitiesPage_general-services .ready-to-market-range .bottom-box h3 {
    color: #008043; }
.CapabilitiesPage_general-services .bottom-section .left-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-5.jpg); }
.CapabilitiesPage_general-services .bottom-section .right-col {
  background-image: url(/_resources/themes/main/images/fa-bg-9.jpg); }

.CapabilitiesPage_export-customs-assistance .regulatory-expertise {
  background-image: url(/_resources/themes/main/images/cap-page/eca-bg-1.jpg); }
  .CapabilitiesPage_export-customs-assistance .regulatory-expertise li {
    padding: 20px 40px;
    color: #fff; }
.CapabilitiesPage_export-customs-assistance .ready-to-market-range {
  background-image: url(/_resources/themes/main/images/cap-page/eca-bg-2.jpg); }
.CapabilitiesPage_export-customs-assistance .overseas {
  background-image: url(/_resources/themes/main/images/cap-page/eca-bg-3.jpg); }
  .CapabilitiesPage_export-customs-assistance .overseas h1 {
    color: #fff; }
  .CapabilitiesPage_export-customs-assistance .overseas li {
    color: #fff;
    background-color: #39aa39;
    padding: 20px 40px;
    font-size: 18px; }
.CapabilitiesPage_export-customs-assistance .section-box {
  background-image: url(/_resources/themes/main/images/cap-page/eca-bg-4.jpg); }
  .CapabilitiesPage_export-customs-assistance .section-box .container .inner-box {
    width: 50%; }
  .CapabilitiesPage_export-customs-assistance .section-box .content-box {
    margin: 30px 0; }
    .CapabilitiesPage_export-customs-assistance .section-box .content-box p strong {
      font-weight: bold;
      font-family: GothamBold;
      font-size: 1.5rem; }
    .CapabilitiesPage_export-customs-assistance .section-box .content-box .button {
      background: none;
      background-color: #003e32; }
.CapabilitiesPage_export-customs-assistance .bottom-section .left-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-5.jpg); }
.CapabilitiesPage_export-customs-assistance .bottom-section .right-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-6.jpg); }

.CapabilitiesPage_quality-assurance-programe .top-section {
  text-align: center; }
  .CapabilitiesPage_quality-assurance-programe .top-section h1 {
    text-transform: uppercase; }
  .CapabilitiesPage_quality-assurance-programe .top-section .content {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    background-color: #39aa39;
    height: 200px;
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative; }
    .CapabilitiesPage_quality-assurance-programe .top-section .content p {
      color: #fff;
      margin-bottom: 0;
      font-family: GothamBold; }
    .CapabilitiesPage_quality-assurance-programe .top-section .content .icon-box {
      border: 1px solid #fff;
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -30px;
      padding-top: 10px;
      background-color: #39aa39;
      color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 50%; }
      .CapabilitiesPage_quality-assurance-programe .top-section .content .icon-box i {
        font-size: 38px; }
.CapabilitiesPage_quality-assurance-programe .highlight-section {
  text-align: center; }
  .CapabilitiesPage_quality-assurance-programe .highlight-section .col-md-6 {
    text-align: right;
    padding: 0 50px; }
    .CapabilitiesPage_quality-assurance-programe .highlight-section .col-md-6.right-col {
      text-align: left; }
  .CapabilitiesPage_quality-assurance-programe .highlight-section .last-col h3 {
    color: #43b549; }
.CapabilitiesPage_quality-assurance-programe .from-new-zealand {
  background-image: url(/_resources/themes/main/images/cap-page/qap-bg-1.jpg); }
.CapabilitiesPage_quality-assurance-programe .bottom-section .left-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-5.jpg); }
.CapabilitiesPage_quality-assurance-programe .bottom-section .right-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-6.jpg); }

.CapabilitiesPage_quality-assurance-systems .hygiene-facility {
  background-image: url(/_resources/themes/main/images/cap-page/qas-bg-1.jpg); }
  .CapabilitiesPage_quality-assurance-systems .hygiene-facility ul {
    list-style-type: disc;
    padding-left: 15px; }
    .CapabilitiesPage_quality-assurance-systems .hygiene-facility ul li {
      font-family: GothamBold; }
  .CapabilitiesPage_quality-assurance-systems .hygiene-facility ul.sub-ul li {
    font-family: GothamRegular; }
.CapabilitiesPage_quality-assurance-systems .qap-section {
  background-image: url(/_resources/themes/main/images/cap-page/qas-bg-2.jpg); }
  .CapabilitiesPage_quality-assurance-systems .qap-section h1, .CapabilitiesPage_quality-assurance-systems .qap-section p {
    color: #fff; }
.CapabilitiesPage_quality-assurance-systems .standard-operating-section [class^=col-] {
  padding-left: 30px;
  padding-right: 30px; }
.CapabilitiesPage_quality-assurance-systems .standard-operating-section ul {
  position: relative; }
.CapabilitiesPage_quality-assurance-systems .standard-operating-section li {
  padding: 35px;
  margin-bottom: 35px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  right: -20px; }
  .CapabilitiesPage_quality-assurance-systems .standard-operating-section li:last-of-type {
    margin-bottom: 0; }
.CapabilitiesPage_quality-assurance-systems .standard-operating-section li.middle-li {
  left: -20px;
  right: auto; }
.CapabilitiesPage_quality-assurance-systems .sections-box {
  background-image: url(/_resources/themes/main/images/cap-page/qas-bg-3.jpg); }
  .CapabilitiesPage_quality-assurance-systems .sections-box .align-left-section ul {
    list-style: disc;
    padding-left: 15px; }
    .CapabilitiesPage_quality-assurance-systems .sections-box .align-left-section ul li {
      margin-bottom: 20px; }
      .CapabilitiesPage_quality-assurance-systems .sections-box .align-left-section ul li:last-of-type {
        margin-bottom: 0; }
.CapabilitiesPage_quality-assurance-systems .ongoing-review-section {
  background-image: url(/_resources/themes/main/images/cap-page/qas-bg-4.jpg); }
  .CapabilitiesPage_quality-assurance-systems .ongoing-review-section h1, .CapabilitiesPage_quality-assurance-systems .ongoing-review-section h3, .CapabilitiesPage_quality-assurance-systems .ongoing-review-section li {
    color: #fff; }
  .CapabilitiesPage_quality-assurance-systems .ongoing-review-section ul {
    width: 60%;
    text-align: left;
    list-style: disc;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto; }
.CapabilitiesPage_quality-assurance-systems .product-authenticity-section {
  position: relative;
  background-image: url(/_resources/themes/main/images/cap-page/qas-bg-5.jpg);
  background-position: top left;
  background-size: contain;
  background-color: #026551; }
  .CapabilitiesPage_quality-assurance-systems .product-authenticity-section h1 {
    color: #fff; }
  .CapabilitiesPage_quality-assurance-systems .product-authenticity-section .float-img {
    background-image: url(/_resources/themes/main/images/cap-page/qas-bg-6.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
    height: 330px; }
.CapabilitiesPage_quality-assurance-systems .two-rows .container {
  position: relative; }
.CapabilitiesPage_quality-assurance-systems .two-items-row {
  position: relative;
  top: -75px; }
  .CapabilitiesPage_quality-assurance-systems .two-items-row h1 {
    font-size: 18px;
    padding: 35px 50px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
    height: 150px;
    border-top: 15px solid #059146;
    background-color: #fff; }
.CapabilitiesPage_quality-assurance-systems .three-circle-row .inner-box {
  display: flex;
  align-items: center; }
  .CapabilitiesPage_quality-assurance-systems .three-circle-row .inner-box .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #059146;
    color: #059146;
    text-align: center;
    font-size: 24px;
    padding-top: 4px; }
  .CapabilitiesPage_quality-assurance-systems .three-circle-row .inner-box span {
    flex-shrink: 10;
    padding-left: 15px; }
.CapabilitiesPage_quality-assurance-systems .bottom-section .left-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-5.jpg); }
.CapabilitiesPage_quality-assurance-systems .bottom-section .right-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-6.jpg); }

@media (max-width: 1199px) {
  .CapabilitiesPage .service-section .bottom-row .content-box {
    padding-top: 200px; }
  .CapabilitiesPage .service-section .bottom-row .inner-box h3 {
    font-size: 20px; } }
@media (max-width: 991px) {
  .our-advantage [class^="col-"] {
    margin-bottom: 15px; }
    .our-advantage [class^="col-"]:last-of-type {
      margin-bottom: 0; }
  .our-advantage .top-content, .our-advantage .bottom-h1 {
    width: 100%; }

  .CapabilitiesPage .top-section {
    text-align: center; }
    .CapabilitiesPage .top-section h1 {
      text-transform: uppercase; }
    .CapabilitiesPage .top-section .content {
      text-align: center;
      justify-content: center;
      padding: 0; }
    .CapabilitiesPage .top-section [class^="col-"] {
      margin-bottom: 20px; }
      .CapabilitiesPage .top-section [class^="col-"]:last-of-type {
        margin-bottom: 0; }
  .CapabilitiesPage .service-section .top-row {
    margin-bottom: 30px; }
  .CapabilitiesPage .service-section .bottom-row {
    bottom: 0; }
    .CapabilitiesPage .service-section .bottom-row [class^="col-"] {
      margin-bottom: 25px; }
      .CapabilitiesPage .service-section .bottom-row [class^="col-"]:last-of-type {
        margin-bottom: 0; }
    .CapabilitiesPage .service-section .bottom-row .content-box {
      background-size: cover;
      height: 300px;
      padding-top: 160px; }
      .CapabilitiesPage .service-section .bottom-row .content-box h3 {
        font-size: 20px; }
  .CapabilitiesPage .global-standards .container {
    bottom: 0px; }
  .CapabilitiesPage .export-customms {
    padding-top: 50px; }
    .CapabilitiesPage .export-customms .content {
      width: 100%; }
  .CapabilitiesPage .quality-assurance .container {
    padding-left: 15px;
    padding-right: 15px; }

  .CapabilitiesPage_export-customs-assistance .section-box .container .inner-box {
    width: 100%; }

  .CapabilitiesPage_quality-assurance-programe .top-section .content {
    text-align: center;
    justify-content: center; }
  .CapabilitiesPage_quality-assurance-programe .top-section [class^="col-"] {
    margin-bottom: 20px; }
    .CapabilitiesPage_quality-assurance-programe .top-section [class^="col-"]:last-of-type {
      margin-bottom: 0; }
  .CapabilitiesPage_quality-assurance-programe .highlight-section {
    text-align: center; }
    .CapabilitiesPage_quality-assurance-programe .highlight-section .col-md-6 {
      text-align: left;
      padding-left: 15px;
      padding-right: 15px; }

  .CapabilitiesPage_quality-assurance-systems .standard-operating-section [class^=col-] {
    padding-left: 30px;
    padding-right: 30px; }
  .CapabilitiesPage_quality-assurance-systems .standard-operating-section .left-col {
    margin-bottom: 30px; }
  .CapabilitiesPage_quality-assurance-systems .standard-operating-section ul {
    position: relative; }
  .CapabilitiesPage_quality-assurance-systems .standard-operating-section li {
    padding: 20px;
    margin-bottom: 20px;
    right: 0px; }
  .CapabilitiesPage_quality-assurance-systems .standard-operating-section li.middle-li {
    left: 0px; }
  .CapabilitiesPage_quality-assurance-systems .ongoing-review-section ul {
    width: 100%; }
  .CapabilitiesPage_quality-assurance-systems .two-items-row {
    top: 0;
    margin-bottom: 30px; }
  .CapabilitiesPage_quality-assurance-systems .three-circle-row [class^="col-"] {
    margin-bottom: 15px; }
    .CapabilitiesPage_quality-assurance-systems .three-circle-row [class^="col-"]:last-of-type {
      margin-bottom: 0; } }
@media (max-width: 768px) {
  .four-square-section .col-sm-6 {
    float: left;
    width: 50%; } }
.ProductsPage .top-section {
  height: 400px;
  background-image: url(/_resources/themes/main/images/products/products-bg-1.jpg); }
.ProductsPage .accordion .infant-formula-range hr {
  background-color: #006550; }
.ProductsPage .accordion .organic-milk-powder {
  background-color: #006550; }
  .ProductsPage .accordion .organic-milk-powder .acc_head {
    background-color: #006550; }
  .ProductsPage .accordion .organic-milk-powder hr {
    background-color: #28b34b; }
.ProductsPage .accordion .adult-milk-powder {
  background-color: #003e32; }
  .ProductsPage .accordion .adult-milk-powder .acc_head {
    background-color: #003e32; }
  .ProductsPage .accordion .adult-milk-powder hr {
    background-color: #28b34b; }
.ProductsPage .section-box {
  background-image: url(/_resources/themes/main/images/products/products-bg-8.png);
  background-size: 100%;
  background-position: bottom; }
.ProductsPage .client-brand .product-img {
  width: 50%; }
.ProductsPage .bottom-section .left-col {
  background-image: url(/_resources/themes/main/images/cap-page/cap-bg-5.jpg); }
.ProductsPage .bottom-section .right-col {
  background-image: url(/_resources/themes/main/images/fa-bg-10.jpg); }

@media (max-width: 991px) {
  .ProductsPage .top-section {
    height: 260px; }
  .ProductsPage .client-brand .product-img {
    width: 100%; } }
.HomePage .parallax-action {
  position: relative;
  z-index: 10;
  padding: 220px 0 220px;
  background: url(/_resources/themes/main/images/home/home-bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5); }
  .HomePage .parallax-action .get-action {
    font-family: GothamMedium;
    text-align: left; }
    .HomePage .parallax-action .get-action h4 {
      font-size: 30px; }
.HomePage .our-factory {
  padding-bottom: 120px;
  background: url(/_resources/themes/main/images/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .HomePage .our-factory h1, .HomePage .our-factory h4 {
    text-transform: uppercase; }
  .HomePage .our-factory h1 {
    margin-bottom: 30px; }
  .HomePage .our-factory .top-box, .HomePage .our-factory .bottom-box {
    margin-bottom: 50px; }
  .HomePage .our-factory .content {
    margin-bottom: 20px; }
.HomePage .contract-packaginng-infant {
  position: relative;
  top: -100px; }
  .HomePage .contract-packaginng-infant .content-box {
    position: relative;
    border-top: 15px solid #003e32;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
    padding-top: 230px; }
  .HomePage .contract-packaginng-infant .contract-box {
    background-image: url(/_resources/themes/main/images/about/about-bg-5.jpg); }
  .HomePage .contract-packaginng-infant .packaging-box {
    background-image: url(/_resources/themes/main/images/about/about-bg-6.jpg); }
  .HomePage .contract-packaginng-infant .infant-box {
    background-image: url(/_resources/themes/main/images/about/about-bg-7.jpg); }
  .HomePage .contract-packaginng-infant .inner-box {
    padding: 10px 20px;
    text-align: center; }
.HomePage .packaging-solutions {
  background-image: url(/_resources/themes/main/images/about-bg-10.jpg);
  text-align: center; }
  .HomePage .packaging-solutions h1, .HomePage .packaging-solutions h5, .HomePage .packaging-solutions p, .HomePage .packaging-solutions li {
    color: #040100; }
.HomePage .latest-news {
  background-image: url(/_resources/themes/main/images/home/news-bg-1.jpg); }
.HomePage .four-square-section {
  position: relative;
  z-index: 10;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5); }
.HomePage .full-section {
  background-image: url(/_resources/themes/main/images/home/home-bg-2.jpg); }

@media (max-width: 1199px) {
  .HomePage .our-factory {
    padding-bottom: 80px; }
  .HomePage .contract-packaginng-infant {
    top: -80px; }
    .HomePage .contract-packaginng-infant .content-box {
      padding-top: 200px; }
      .HomePage .contract-packaginng-infant .content-box h3 {
        font-size: 20px; } }
@media (max-width: 991px) {
  .HomePage .parallax-action {
    padding: 100px 0 100px;
    background-attachment: initial; }
    .HomePage .parallax-action .get-action {
      text-align: center; }
      .HomePage .parallax-action .get-action h4 {
        font-size: 18px; }
  .HomePage .our-factory {
    padding-bottom: 50px; }
  .HomePage .contract-packaginng-infant {
    top: 0;
    padding-bottom: 0; }
    .HomePage .contract-packaginng-infant .col-md-4 {
      margin-bottom: 25px; }
      .HomePage .contract-packaginng-infant .col-md-4:last-of-type {
        margin-bottom: 0; }
    .HomePage .contract-packaginng-infant .content-box {
      background-size: cover;
      height: 300px;
      padding-top: 160px; }
      .HomePage .contract-packaginng-infant .content-box h3 {
        font-size: 20px; } }
.NewsPage .content-section {
  padding-top: 0; }
  .NewsPage .content-section img {
    margin-top: 15px;
    margin-bottom: 15px; }

/*# sourceMappingURL=gmpdairy.css.map */
