/*!
Theme Name: Known Design
Theme URI: http://underscores.me/
Author: Roger Michael
Author URI: http://knowndesign.co/
Description: A Custom WordPress theme By Known Design.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: known-design
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Known Design is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* ==================fonts=================================== */
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/known-design/fonts/Inter-VariableFont_slnt,wght.ttf")
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/known-design/fonts/Poppins-Medium.ttf")
    format("truetype");
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* ===================================All_colors================================== */
body {
  overflow-x: hidden;
}
:root {
  --darkblue-bg-color: #034280;
  --padding_top_btm: 80px 0px;
}
@media (max-width: 1024px) {
  :root {
    --padding_top_btm: 60px 0px;
  }
}
@media (max-width: 684px) {
  :root {
    --padding_top_btm: 50px 10px;
  }
}
/* ===================================Font_style================================== */

.Poppins_79_95_Bold {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 77.21px;
  line-height: 95.05px;
  font-weight: 700;
  font-display: swap;
}
.Poppins_18_21_Medium {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  font-display: swap;
}

.Poppins_45_54_Bold {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
}

.Poppins_30_36_Bold {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.Poppins_25_30_Medium {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}
.blue_btn {
  color: #fff !important;
  background-color: #034280;
  /* padding: 12px 25px; */
  padding: 8px 40px;
  text-decoration: none;
}
.white_btn {
  color: #000000 !important;
  background-color: #fff;
  /* padding: 12px 25px; */
  padding: 8px 40px;
  text-decoration: none;
}
/*============= About_Us_Page================ */
section.Banner_image {
  background-color: #3d804a;
}
section.Banner_image div.row {
  height: 515px;
  margin: 0;
}
section.Banner_image p {
  padding: 10px 38px 0px 0px;
}
div.banner_pd {
  padding-left: 315px;
}
section.Banner_image div.col-md-6 img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 595px;
}
section.single_product_banner div.col-md-6 img {
  position: absolute;
  right: -115px;
  bottom: -98px;
  width: 708px;
  /* max-height: 685px; */
  object-fit: contain;
/*   border-radius: 50%; */
}
section.About_section_ab {
  background-color: var(--darkblue-bg-color);
  padding: var(--padding_top_btm);
  text-align: center;
  z-index: 9;
  position: relative;
}

section.About_section_ab h2 {
  padding-bottom: 28px;
}
div.About_banner_text p {
  margin-bottom: 25px;
  padding: 0px 172px;
}

div.About_sec_map {
  padding: 35px 0px 55px;
}
div.our_global_cont p {
  padding: 0px 158px;
}

section.cta_section {
  height: 625px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 620px;
}
section.cta_section h2 {
  padding-bottom: 28px;
}
section.cta_section p {
  margin-bottom: 38px;
  padding-right: 80px;
}

/* =============Home_Page================ */
section.Products_sec {
  padding: var(--padding_top_btm);
}
div.products_row_cont p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
}
div.products_row_cont p.Poppins_18_21_Medium {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
div.products_row_cont {
  row-gap: 120px;
  padding-top: 42px;
}
div.products_row_cont img {
  width: 100%;
  height: 215px;
  object-fit: contain;
}
section.map_cta-section {
  height: 625px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 665px;
}
section.map_cta-section h2 {
  padding-bottom: 25px;
}
section.map_cta-section p {
  padding-right: 75px;
}
p.btn_pd_top {
  margin-top: 45px;
}
section.Home_about_sc p {
  padding: 0px 196px;
}
div.products_row_1 p {
  padding: 20px 186px 0px;
}

div.products_row_cont h2 {
  min-height: 96px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 20px 24px 0;
}
div.products_row_cont p {
  padding: 0px 20px;
}
div.products_row_cont p.pro_btn {
  padding-top: 25px;
}
div.home_cta_blank img {
  width: 698px;
  position: absolute;
  left: 0;
  top: -198px;
}
.footer-logo {
  position: relative;
  z-index: 99;
}
section.map_cta-section div.home_cta_img {
  padding-right: 302px;
}
/* =============Single_Product_Page================== */
section.dairylake_food_group {
  padding: var(--padding_top_btm);
  z-index: 9;
  position: relative;
}
div.left_img_right_cont {
  padding-top: 35px;
}
div.para_style_custom p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  padding-right: 25px;
}
div.left_img_right_cont img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
div.single_pro_abt p {
  padding: 20px 186px 0px;
}

div.img_box_info_left h3 {
  margin-bottom: 28px;
}
div.img_box_info_left {
  padding-left: 40px;
}

section.physical_analysis_sec,
section.product_specification {
  padding: var(--padding_top_btm);
  background-color: var(--darkblue-bg-color);
  color: #fff;
}
section.physical_analysis_sec div.para_style_custom p {
  padding-right: 135px;
}
ul.list_icon_style li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  padding-bottom: 4px;
}
ul.list_icon_style li i {
  font-size: 13px;
  padding-right: 8px;
}
div.icon_text_single_pro_page {
  padding-top: 80px;
}
div.icon_text_single_pro_page img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  padding-bottom: 25px;
}
div.icon_text_single_pro_page p {
  padding: 20px 72px 0px;
}
section.product_specification div.icon_text_single_pro_page p {
  padding: 12px 20px 0px;
}
section.product_specification div.icon_text_single_pro_page h3 {
  height: 85px;
  padding: 0px 35px;
}
section.product_specification p.btn_pd_top {
  margin-top: 75px;
}

/* ========================Media_query=============================== */
@media (max-width: 1900px) {
  div.banner_pd {
    padding-left: 296px;
  }
}

@media (max-width: 1800px) {
  div.banner_pd {
    /* padding-left: 268px; */
    padding-left: 220px;
  }
}
@media (max-width: 1700px) {
  div.banner_pd {
    padding-left: 218px;
  }
}
@media (max-width: 1699px) {
  div.banner_pd {
    /* padding-left: 220px; */
    padding-left: 182px;
  }
}
@media (max-width: 1650px) {
  div.banner_pd {
    /* padding-left: 192px; */
    padding-left: 172px;
  }
}
@media (max-width: 1600px) {
  div.banner_pd {
    /* padding-left: 172px; */
    padding-left: 140px;
  }
  .Poppins_79_95_Bold {
    font-size: 75px;
    line-height: 82px;
  }
  section.single_product_banner div.col-md-6 img {
    width: 685px;
  }
  section.map_cta-section div.home_cta_img {
    padding-right: 178px;
  }
}

@media (max-width: 1550px) {
  div.banner_pd {
    /* padding-left: 145px; */
    padding-left: 120px;
  }
}

@media (max-width: 1500px) {
  div.banner_pd {
    padding-left: 118px;
  }
}
@media (max-width: 1499px) {
  div.banner_pd {
    /* padding-left: 120px; */
    padding-left: 90px;
  }
}
@media (max-width: 1450px) {
  div.banner_pd {
    padding-left: 90px;
  }
}

@media (max-width: 1400px) {
  div.banner_pd {
    padding-left: 66px;
  }
  section.map_cta-section div.home_cta_img {
    padding-right: 150px;
  }
  section.map_cta-section p {
    padding-right: 0px;
  }
}

@media (max-width: 1399px) {
  div.banner_pd {
    /* padding-left: 156px; */
    padding-left: 140px;
  }
  section.Banner_image div.row {
    height: 472px;
  }
  section.Banner_image div.col-md-6 img {
    width: 545px;
  }
  div.About_banner_text p {
    margin-bottom: 25px;
    padding: 0px 52px;
  }
  div.our_global_cont p {
    padding: 0px 52px;
  }
  section.About_section_ab h2 {
    padding-bottom: 18px;
  }
  section.cta_section {
    height: 525px;
    background-size: 525px;
  }
  section.Home_about_sc p {
    padding: 0px 52px;
  }
  .Poppins_79_95_Bold {
    font-size: 65px;
    line-height: 72px;
  }
  div.products_row_cont h2 {
    min-height: 120px;
    font-size: 26px;
    line-height: 28px;
  }
  section.map_cta-section p {
    padding-right: 25px;
  }
  section.map_cta-section {
    height: 525px;
    background-size: 500px;
  }
  div.products_row_cont p {
    padding: 0px 10px;
  }
  div.products_row_cont p.pro_btn {
    padding-top: 15px;
  }
  div.products_row_1 p {
    padding: 20px 86px 0px;
  }
  div.single_pro_abt p {
    padding: 20px 86px 0px;
  }
  div.para_style_custom p {
    padding-right: 0px;
  }
  div.img_box_info_left {
    padding-left: 25px;
  }
  section.physical_analysis_sec div.para_style_custom p {
    padding-right: 35px;
  }
  div.icon_text_single_pro_page p {
    padding: 20px 22px 0px;
  }
  div.icon_text_single_pro_page img {
    width: 152px;
  }
  section.product_specification div.icon_text_single_pro_page h3 {
    height: 68px;
    padding: 0px 25px;
    font-size: 25px;
    line-height: 30px;
  }
  section.product_specification div.icon_text_single_pro_page p {
    padding: 12px 10px 0px;
  }
  section.single_product_banner div.col-md-6 img {
    right: -116px;
    bottom: -80px;
    width: 625px;
  }
  section.map_cta-section div.home_cta_img {
    padding-right: 132px;
  }
  div.home_cta_blank img {
    width: 644px;
  }
}

@media (max-width: 1366px) {
  div.banner_pd {
    /* padding-left: 138px; */
    padding-left: 115px;
  }
  div.icon_text_single_pro_page p {
    padding: 12px 22px 0px;
  }
  section.single_product_banner div.col-md-6 img {
    bottom: -75px;
  }
}

@media (max-width: 1300px) {
  div.banner_pd {
    /* padding-left: 106px; */
    padding-left: 76px;
  }
}

@media (max-width: 1250px) {
  div.banner_pd {
    padding-left: 84px;
  }
}

@media (max-width: 1200px) {
  div.banner_pd {
    padding-left: 58px;
  }
  div.home_cta_blank img {
    width: 585px;
    top: -145px;
  }
  section.map_cta-section div.home_cta_img {
    padding-right: 32px;
  }
}

@media (max-width: 1199px) {
  div.banner_pd {
    padding-left: 140px;
  }
  .Poppins_79_95_Bold {
    font-size: 58px;
    line-height: 68px;
  }
  section.Banner_image p {
    padding: 10px 0px 0px 0px;
  }
  section.Banner_image div.row {
    height: 438px;
  }
  section.Banner_image div.col-md-6 img {
    width: 400px;
  }
  div.About_banner_text p {
    padding: 0px 0px;
  }
  div.our_global_cont p {
    padding: 0px 0px;
  }
  .Poppins_45_54_Bold {
    font-size: 40px;
    line-height: 46px;
  }
  .Poppins_25_30_Medium {
    font-size: 22px;
    line-height: 25px;
  }
  section.cta_section p {
    padding-right: 40px;
  }
  .Poppins_79_95_Bold {
    font-size: 54px;
    line-height: 60px;
  }
  div.products_row_cont {
    row-gap: 80px;
  }
  div.products_row_cont p {
    padding: 0px;
  }
  section.Home_about_sc p {
    padding: 0px;
  }
  div.products_row_1 p {
    padding: 18px 20px 5px;
  }
  div.products_row_cont h2 {
    min-height: 95px;
    font-size: 22px;
    line-height: 24px;
    padding: 15px 15px 0px;
  }
  div.products_row_cont p {
    font-size: 16px;
    line-height: 20px;
  }
  div.single_pro_abt p {
    padding: 20px 20px 0px;
  }
  div.left_img_right_cont img {
    height: 420px;
  }
  section.physical_analysis_sec div.para_style_custom p {
    padding-right: 5px;
  }
  div.icon_text_single_pro_page p {
    padding: 20px 12px 0px;
  }
  section.chemical_analysis_sec div.icon_text_single_pro_page h3 {
    font-size: 25px;
    line-height: 28px;
  }
  div.icon_text_single_pro_page p {
    padding: 10px 12px 0px;
  }
  div.icon_text_single_pro_page {
    padding-top: 60px;
  }
  section.product_specification div.icon_text_single_pro_page img {
    width: 138px;
    height: 138px;
  }
  section.product_specification div.icon_text_single_pro_page h3 {
    padding: 0px 5px;
  }
  section.product_specification div.icon_text_single_pro_page p {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 10px 0px;
  }
  section.product_specification div.icon_text_single_pro_page h3 {
    font-size: 22px;
    line-height: 26px;
  }
  div.icon_text_single_pro_page img {
    width: 115px;
    height: 125px;
  }
  section.product_specification div.icon_text_single_pro_page p {
    padding: 0px;
  }
  section.Banner_image div.col-md-6 img {
    bottom: 0px;
    right: 0px;
  }
  section.single_product_banner div.col-md-6 img {
    bottom: 20px;
    right: 80px;
  }
  div.home_cta_blank img {
    top: -148px;
  }
}

@media (max-width: 1050px) {
  div.banner_pd {
    padding-left: 75px;
  }
}

@media (max-width: 1024px) {
  div.banner_pd {
    padding-left: 62px;
  }
  section.Banner_image div.col-md-6 img {
    width: 380px;
  }
  section.Banner_image p {
    font-size: 17px;
    line-height: 20px;
  }
  section.cta_section {
    background-size: 482px;
    height: 492px;
  }
  section.cta_section p {
    margin-bottom: 22px;
  }
  section.cta_section p.m-0 {
    padding-top: 20px;
  }
  section.map_cta-section {
    height: 492px;
    background-size: 438px;
  }
  div.img_box_info_left {
    padding-left: 12px;
  }
  div.icon_text_single_pro_page h3 {
    font-size: 26px;
    line-height: 28px;
  }
  div.products_row_cont p.Poppins_18_21_Medium {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  div.menu-container {
    justify-content: end !important;
  }
  div.home_cta_blank img {
    width: 585px;
    top: -98px;
  }
  div.products_row_cont h2 {
    min-height: 65px;
  }
}

@media (max-width: 991px) {
  section.Banner_image div.col-md-6 img {
    width: 350px;
    right: 0px;
  }
  div.banner_pd {
    padding-left: 160px;
  }
  div.banner_pd {
    flex: 0 0 auto;
    width: 60% !important;
  }
  div.banner_right_img {
    flex: 0 0 auto;
    width: 40% !important;
  }
  .Poppins_18_21_Medium {
    font-size: 16px;
    line-height: 20px;
  }
  section.cta_section div.col-md-6 {
    flex: 0 0 auto;
    width: 60% !important;
  }
  section.cta_section {
    background-size: 440px;
    height: 455px;
  }
  .Poppins_45_54_Bold {
    font-size: 36px;
    line-height: 42px;
  }
  .Poppins_25_30_Medium {
    font-size: 20px;
    line-height: 22px;
  }
  section.cta_section p.m-0 {
    padding-top: 12px;
  }
  section.cta_section h2 {
    padding-bottom: 20px;
  }
  div.products_row_cont h2 {
    padding: 22px 15px 0px;
  }
  section.map_cta-section p {
    padding-right: 0px;
  }
  section.map_cta-section {
    height: 435px;
    background-size: 400px;
  }
  section.map_cta-section h2 {
    padding-bottom: 18px;
  }
  /* section.map_cta-section div.home_cta_blank {
    flex: 0 0 auto;
    width: 40% !important;
  } */
  section.map_cta-section div.home_cta_img {
    /* flex: 0 0 auto;
    width: 60% !important; */
    padding-left: 12px;
  }
  div.icon_text_single_pro_page {
    row-gap: 50px;
  }
  section.product_specification div.icon_text_single_pro_page h3 {
    height: 58px;
  }
  div.analysis_row img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
  }
  div.home_cta_blank img {
    width: 585px;
    top: -134px;
  }
}

@media (max-width: 884px) {
  div.banner_pd {
    padding-left: 108px;
  }
  section.Banner_image p {
    padding: 10px 20px 0px 0px;
  }
  .Poppins_79_95_Bold {
    font-size: 52px;
    line-height: 58px;
  }
  section.Banner_image div.row {
    height: 415px;
  }
  section.cta_section {
    background-size: 382px;
    height: 392px;
  }
  section.map_cta-section {
    height: 385px;
    background-size: 315px;
  }
  div.home_cta_blank img {
    width: 628px;
    top: -101px;
  }
}
@media (max-width: 834px) {
  div.home_cta_blank img {
    width: 628px;
    top: -79px;
  }
}
@media (max-width: 820px) {
  div.banner_pd {
    padding-left: 76px;
  }
  section.cta_section {
    background-size: 355px;
  }
}
@media (max-width: 800px) {
  div.home_cta_blank img {
    width: 628px;
    top: -62px;
  }
}
@media (max-width: 768px) {
  div.banner_pd {
    padding-left: 52px;
  }
  section.Banner_image div.row {
    height: 385px;
  }
  .Poppins_45_54_Bold {
    font-size: 32px;
    line-height: 38px;
  }
  section.cta_section h2 {
    padding-bottom: 12px;
  }
  .Poppins_25_30_Medium {
    font-size: 18px;
    line-height: 20px;
  }
  section.cta_section {
    background-size: 325px;
    height: 345px;
  }
  div.About_sec_map {
    padding: 22px 0px 45px;
  }
  .Poppins_79_95_Bold {
    font-size: 48px;
    line-height: 52px;
  }
  p.btn_pd_top {
    margin-top: 35px;
  }
  section.map_cta-section {
    height: 350px;
    background-size: 335px;
  }
  div.single_pro_abt p {
    padding: 10px 20px 0px;
  }
  div.img_box_info_left h3 {
    margin-bottom: 15px;
  }
  section.chemical_analysis_sec div.icon_text_single_pro_page h3 {
    font-size: 18px;
    line-height: 20px;
  }
  div.home_cta_blank img {
    width: 628px;
    top: -67px;
  }
  section.Banner_image div.col-md-6 img {
    width: 350px;
    right: 0px;
  }
  div.products_row_cont h2 {
    min-height: 60px;
  }
}

@media (max-width: 767px) {
  .Poppins_79_95_Bold {
    font-size: 40px;
    line-height: 48px;
  }
  section.Banner_image p {
    padding: 0px 20px 0px 0px;
  }
  div.About_sec_map {
    padding: 12px 0px 45px;
  }
  section.About_section_ab h2 {
    padding-bottom: 10px;
  }
  .Poppins_45_54_Bold {
    font-size: 28px;
    line-height: 32px;
  }
  section.cta_section p {
    margin-bottom: 18px;
  }
  section.cta_section p {
    padding-right: 20px;
  }
  div.products_row_1 p {
    padding: 10px 10px 0px;
  }
  div.products_row_cont h2 {
    min-height: unset !important;
  }
  section.map_cta-section {
    height: 650px;
    background-size: 280px;
  }
  section.map_cta-section div.home_cta_img {
    padding-left: 0px;
  }
  section.map_cta-section h2 {
    padding-bottom: 10px;
  }
  div.left_img_right_cont {
    row-gap: 25px;
  }
  div.left_img_right_cont img {
    height: 382px;
  }
  section.dairylake_food_group div.left_img_right_cont {
    flex-direction: column-reverse;
  }
  section.product_specification div.icon_text_single_pro_page h3 {
    height: unset !important;
    margin-bottom: 20px;
  }
  section.product_specification p.btn_pd_top {
    margin-top: 55px;
  }
  div.analysis_row {
    row-gap: 25px;
  }
  div.analysis_row img {
    height: 382px;
  }

  section.map_cta-section div.row {
    flex-direction: column-reverse;
  }
  div.home_cta_img {
    padding: 0px 35px !important;
  }
  div.home_cta_blank {
    height: 315px;
  }
  div.home_cta_blank img {
    width: 428px;
    top: 12px;
  }
}

@media (max-width: 684px) {
  div.banner_pd {
    flex: 0 0 auto;
    width: 100% !important;
  }
  div.banner_right_img {
    flex: 0 0 auto;
    width: 100% !important;
    text-align: right;
  }
  div.banner_right_img img {
    position: unset !important;
  }
  div.banner_pd {
    padding: 0px 25px 25px !important;
  }
  section.Banner_image {
    padding: 50px 0px 0px;
  }
  section.Banner_image div.row {
    height: unset;
  }
  section.Banner_image div.col-md-6 img {
    width: 302px;
  }
  div.About_sec_map {
    padding: 12px 10px 25px;
  }
  section.cta_section {
    height: unset;
    padding: 50px 15px 100px;
    background-size: 188px;
  }
  section.cta_section div.col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  section.map_cta-section div.home_cta_img {
    flex: 0 0 auto;
    width: 100% !important;
  }
  section.map_cta-section {
    height: unset !important;
    padding: 20px 15px 0px;
    background-size: 188px;
  }
  div.products_row_cont img {
    height: 175px;
  }
  div.products_row_cont {
    row-gap: 75px;
    padding-top: 22px;
  }
  div.left_img_right_cont img {
    height: 250px;
  }
  div.icon_text_single_pro_page p {
    padding: 5px 12px 0px;
  }
  div.analysis_row img {
    height: 292px;
  }
  div.banner_right_img {
    padding: 0px !important;
  }
  div.home_cta_blank img {
    width: 334px;
    top: 12px;
    left: -3px;
  }
  div.home_cta_img {
    padding: 0px 16px !important;
  }
}
.custommargin{
	margin-top: 50px;
}
@media (max-width: 767px) {
	.custommargin{
		margin-top: 40px;
	}
}