@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px 0px 14px 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #383838;
  text-align: justify;
}

body {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 30px;
  margin: 15px 0px;
  padding: 0px;
}
h3 {
  font-size: 24px;
  margin: 15px 0px;
  padding: 0px;
}
h4 {
  font-size: 20px;
  margin: 15px 0px;
  padding: 0px;
}
h5 {
  font-size: 16px;
  margin: 15px 0px;
  padding: 0px;
}
.banner-text-1 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}
.gray-bg {
  background: #f1f1f1 !important;
}

.header-top-main {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0px;
  z-index: 9999;
}
.header-top {
  background: #087498;
  padding: 10px 0px;
  display: inline-table;
  width: 100%;
}
.header-top ul {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 16px;
  float: right;
}
.header-top ul li {
  display: inline-block;
  margin: 0px 4px;
}
.header-top ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  width: 96%;
  position: relative;
}

/*navigation*/
.navigation {
  display: flex;
  width: 100%;
  padding: 14px 0px;
  margin: auto;
  flex-wrap: wrap;
  position: relative;
}
.nav-1-menu {
  flex: 1;
  margin: auto;
  text-align: right;
}
.nav-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
/*.nav-links li{ display: inline-block; margin: 0px 10px}
.nav-links li a{  color: #fff;text-decoration: none; font-weight: 300; font-size: 16px;  padding: 10px 20px;  display: block;
-webkit-transition: background 0.5s;  transition: background 0.5s; 
}
.nav-links li a:hover{ background-color: #acd0f5; color: #181818}*/
.top-nav {
  display: flex;
  align-content: flex-end;
  padding-left: 20px;
}
.tn-1 {
}
.tn-1 img {
  width: auto;
  height: 48px;
}
.tn-2 {
  flex: 1;
  text-align: left;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 600;
}
.top-nav-wrap {
  display: flex;
  width: 100%;
  align-content: flex-end;
  justify-content: end;
}
.top-nav b {
  display: block;
  padding: 0px 0px 10px 0px;
  font-size: 13px;
  font-weight: 400;
  color: #1d447a;
}
.top-nav a img {
  vertical-align: middle;
  margin-right: 10px;
}
.top-nav a {
  -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
  transition: background 1s; /* For modern browsers */
  display: inline-block;
  margin-bottom: 0px;
  text-decoration: none;
  color: #000;
  padding: 0px 10px;
}
.top-nav a:hover {
  display: inline-block;
  padding: 10px 10px;
  background: #f2f2f2;
  color: #000;
}

.banner-main {
  margin: 10px 0px;
  margin-top: 100px;
}
.banner-main img {
  width: 100%;
  height: auto;
  margin: 10px 0px;
  max-height: 520px;
  object-fit: cover;
  object-position: bottom center;
}

.clear {
  clear: both;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center !important;
}
.mobile-btn {
  display: none;
}
.logo-width {
}

.fix_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0 0px 0;
  z-index: 99999999;
  background: #fff;
  border-top: 3px solid #1c5ae7;
}
.logoOuter {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.logoOuter img {
  width: 100%;
  max-width: 300px;
}
.fix_header.smaller,
.fix_header.smaller .logoOuter img,
.fix_header,
.logoOuter,
.logoOuter img,
.fix_header.smaller .fix_headerRT_inner,
.fix_headerRT_inner {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fix_header.smaller {
  background: rgba(255, 255, 255, 0.98);
  padding: 0px 0 0px 0px;
  box-shadow: 1px 3px 9px -2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px 3px 9px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 3px 9px -2px rgba(0, 0, 0, 0.7);
}
.fix_header.smaller .logoOuter {
  padding: 0;
  width: 200px;
}
.fix_header.smaller .fix_headerRT_inner {
  padding: 10px 10px 0px 0;
  margin-top: 15px;
}
/*.fix_header.smaller nav ul li{  font-size:18px;}*/
.logoOuter,
.fix_header.smaller .logoOuter {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.menu-main {
  background-color: #009aff;
}

.section-1-bg {
  background: #fff;
  padding: 50px 20px;
}
.section-1 {
  display: flex;
  width: 100%;
}
.section-1-1 {
  margin: auto;
  flex: 1;
  padding-right: 5%;
  padding-left: 0%;
}
.section-1-2 {
  width: 450px;
  padding-left: 20px;
  position: relative;
	padding-top: 25px;
}

.section-1-quote {
  position: absolute;
  background: rgba(255, 72, 0, 0.9);
  padding: 30px 30px;
  width: 70%;
  left: -5%;
  bottom: 60px;
}
.section-1-quote b {
  position: relative;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}
.section-1-quote b:before {
  content: url(../images/quote-up.png);
  padding-right: 10px;
}
.section-1-quote b:after {
  content: url(../images/quote-down.png);
  padding-left: 10px;
}
.section-1-2 img {
  width: 100%;
  height: auto;
}

.button-1 {
  padding: 10px 40px 10px 10px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  background-image: url(../images/arrow.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.button-1:hover {
  background-color: #00cfff;
  color: #fff;
}
.section-1-1 h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.section-1-1 h1 span {
  color: #009aff;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
 h1 span {
  color: #009aff;
}
.section-1-1 p {
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0px 30px 0px;
  border-left: 6px solid #009bff;
  padding-left: 20px;
  /*font-style: italic;*/
}

.section-1-1-content {
  padding-left: 30px;
  padding-bottom: 30px;
}
.heading-bg-1 {
  background: #009aff;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  margin: 0px 0px 20px 0px;
}

.heading-bg-2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #07a95c;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}

.m-t-1 {
  margin-top: 50px !important;
}

.section-2-bg {
  background: #f7f7ff;
  padding: 40px 0px;
}
.section-2 {
  display: flex;
  width: 100%;
}
.section-2-1 {
  flex: 1;
  padding-right: 5%;
  padding-left: 5%;
}
.section-2-2 {
  width: 450px;
  padding-left: 20px;
  position: relative;
}
.section-2-2 img {
  width: 100%;
  height: auto;
}
.section-2-1 h2 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.section-2-1 h2 span {
  color: #74c51e;
}
.section-2-1 p {
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0px;
}
.blue-bg-2 {
  background-color: #00cfff !important;
}
.blue-1 {
  color: #00cfff !important;
}

.section-3-bg {
  background: #fff;
  padding: 30px 0px;
}
.heading-2-1 {
  max-width: 800px;
  margin: 0 auto;
  width: 96%;
  text-align: center;
}
.heading-2-1 h2 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.heading-2-1 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 14px 0px;
  text-align: center;
}

.section-4-bg {
  background: #f6f6f6;
  padding: 30px 0px;
}
.section-4-wrap {
  display: flex;
  width: 100%;
}
.section-4-1 {
  width: 40%;
}
.section-4-2 {
  flex: 1;
  padding-left: 5%;
  position: relative;
}
.section-4-2 img {
  width: 100%;
  height: auto;
}
.section-4-2 iframe {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.section-5-bg {
  background: #fff;
  padding: 30px 0px;
}
.heading-3 {
  position: relative;
  color: #009aff;
  font-size: 30px;
  margin-bottom: 30px;
}
.heading-3::after {
  height: 6px;
  width: 60px;
  position: absolute;
  bottom: -10px;
  content: "";
  background: #009aff;
  left: 0px;
}

.bullet-1 {
  /*background-image: url("../images/bullet-1.png"); background-repeat: no-repeat; background-position: left 6px top 5px;padding: 10px 10px 10px 60px;min-height: 60px;*/
  border-left: 3px solid #ff6600;
  background-color: #fff;
  color: #000;
  margin-bottom: 20px;
  line-height: 20px;
  padding: 8px 10px;
}

.bullet-1a ul {
  margin: 0px;
  padding: 20px;
  list-style: none;
}
.bullet-1a ul li {
  border-left: 3px solid #ff6600;
  background-color: #fff;
  color: #000;
  margin-bottom: 20px;
  line-height: 24px;
  padding: 8px 10px;
  font-size: 17px;
}

.bullet-1a ul li:nth-child(even) {
  background: rgb(0 155 255 / 20%) !important;
  border-color: #009bff;
}

.m-l-1 {
  margin-left: 30px !important;
}
.bullet-2 ul {
  margin: 0px;
  padding: 20px;
  list-style: none;
  background: #fff;
  border-left: 3px solid #cccccc;
}
.bullet-2 ul li {
  margin: 5px 0px;
  list-style: none;
  background-image: url("../images/bullet-2.png");
  background-repeat: no-repeat;
  background-position: left 6px top 8px;
  padding: 5px 10px 8px 28px;
  line-height: 22px;
}
.products-and-solutions {
}
.pas-card-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pas-card-1 {
  width: 23%;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
  margin: 20px 0px 0px 0px;
}
.pas-card-1 img {
  width: 100%;
  padding: 14px;
}
.pas-card-1 h3 {
  font-size: 16px;
  margin: 10px 0px 0px 0px;
  line-height: 24px;
  text-align: center;
  background: #89b934;
  padding: 10px 10px;
  color: #fff;
}
.pas-card-1 {
  transition: transform 0.2s;
}
.pas-card-1 a {
  color: inherit;
  text-decoration: none !important;
  transition: transform 0.2s;
}

.pas-card-1:hover {
  transform: scale(1.05);
}
.gallery-sec-bg {
  background: #f7f7ff;
  padding: 40px 0px;
}
.gallery-sec-wrap {
  display: flex;
  width: 100%;
}
.gallery-sec-1 {
  width: 34%;
}
.gallery-sec-2 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gallery-sec-2-1 {
  width: 33%;
}
.gallery-sec-2-1 img {
  padding: 10px;
  width: 100%;
  height: auto;
}
.gallery-sec-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
}

.gettouch-bg {
  background: #fff;
  padding: 10px 0px;
}
.gettouch-bg h3 {
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  margin: 20px 0px 30px 0px;
  padding: 0px;
}
.gettouch-bg h3 b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 300;
}
.gettouch-sec-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gettouch-sec-1 {
  width: 45%;
  display: flex;
  margin: 20px 0px;
}
.gettouch-sec-1-1 {
  width: 140px;
}
.gettouch-sec-1-1 img {
  border-radius: 10px;
  width: 100px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.63);
}
.gettouch-sec-1-2 {
  flex: 1;
}
.gettouch-sec-1-2 h5 {
  color: #164bb5;
  text-transform: uppercase;
  font-size: 20px;
}
.footer-bg-1 {
  background-color: #2365b0;
  padding: 20px 0px;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.footer-bg-2 {
  background-color: #000000;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
}
.footer-bg-1 a {
  display: inline-block;
  margin: 0px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.footer-bg-1 a:hover {
  color: #fff;
  text-decoration: underline;
}
.nh-footer-band-main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.nh-footer-band-1 {
  flex: 1;
  text-align: left;
  margin: auto;
}
.nh-footer-band-2 {
  flex: 1;
  text-align: right;
  margin: auto;
}

.footer-bg-1 {
  background-color: #2365b0;
  padding: 20px 0px;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.footer-bg-2 {
  background-color: #000000;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
}
.footer-bg-1 a {
  display: inline-block;
  margin: 0px 10px;
  font-size: 14px;
  text-decoration: none;
}
.footer-bg-1 a:hover {
  color: #fff;
  text-decoration: underline;
}

.nh-footer-band-1 a {
  display: inline-block;
  margin-right: 5px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  padding: 3px;
  box-sizing: border-box !important;
  text-align: center;
}
.nh-footer-band-1 img {
  width: 100%;
  height: auto;
}

.nbs-flexisel-container,
.nbs-flexisel-item img {
  max-width: 100%;
  position: relative;
  z-index: 99;
}
.nbs-flexisel-nav-left.disabled,
.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  overflow: auto;
  margin-bottom: 20px;
}
.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 0;
}
.nbs-flexisel-item img {
  margin-top: 0;
  margin-bottom: 0;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  padding: 5px 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.nbs-flexisel-nav-left {
  left: 10px;
}
.nbs-flexisel-nav-left:before {
  content: url(../images/left-arrow-slider.svg);
}
.nbs-flexisel-nav-right {
  right: 5px;
}
.nbs-flexisel-nav-right:before {
  content: url(../images/right-arrow-slider.svg);
}
.home-buynow-box {
  border: 0 solid #ccc;
  margin: 10px;
  padding: 0 30px;
  text-align: left;
  text-align: center;
}
.home-buynow-box-1 {
  border: 0 solid #ccc;
  margin: 10px;
  padding: 0 0;
  text-align: left;
  text-align: center;
}
#testimonials {
  display: none;
  padding-top: 60px;
  padding-bottom: 40px;
}
.highlights-img-1 {
  width: 100px;
  height: 100px;
  margin: -50px auto 0 auto;
}
.highlights-img-1 img {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.nbs-flexisel-container {
  padding-top: 20px;
}
.testimonials-wrap {
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
}
.home-buynow-box {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.51);
  width: 80%;
  margin: 0 auto;
}
.home-buynow-box h3 {
  font-size: 20px;
}
.home-buynow-box p {
  font-size: 16px;
  text-align: center;
}
.carousel-caption {
  text-align: left;
  bottom: 30px;
  max-width: 900px;
  text-align: center;
  left: 20%;
  display: inline-block;
}
.carousel-caption h3 {
  font-size: 26px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 14px;
  color: #000000;
  line-height: 40px;
  display: inline-block;
}
.carousel-caption h5 {
  background: #2265b0;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}
.green-1 {
  color: #69a435 !important;
}
.green-2 {
  color: #00b800 !important;
}
.orange-1 {
  color: #e8a400 !important;
}
.carousel-caption a {
  padding: 10px 10px;
  color: #000;
  text-decoration: none;
  background: #fff;
  display: inline-block;
}
.menu-btn {
  display: none;
}
.m-t-2 {
  margin-top: 120px !important;
}
.about-section-wrap {
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.about-section-wrap h2 {
  margin: 0px 0px 14px 0px;
  font-size: 24px;
  position: relative;
  color: #fff;
}
.about-section-wrap p {
  color: #fff;
}
.about-section-1 {
  background-image: url("../images/about-img-1.jpg");
}
.about-section-2 {
  background-image: url("../images/about-img-2.jpg");
}
.about-section-3 {
  background-image: url("../images/about-img-3.jpg");
}
.about-section-4 {
  background-image: url("../images/about-img-4.jpg");
}
.about-section-1 p {
  color: #000;
}
.about-section-1 h1 {
  margin: 0px 0px 30px 0px;
  color: #417b2b;
  position: relative;
  font-size: 28px;
  position: relative;
  font-weight: 600;
}
.about-section-1 h1:after {
  background: #417b2b;
  height: 6px;
  width: 60px;
  bottom: -10px;
  left: 0px;
  position: absolute;
  content: "";
}
.about-content-1 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 840px;
}

.about-content-2 {
  background-color: rgba(64, 154, 247, 0.9);
  float: right;
  margin: 0px;
  padding: 40px 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 840px;
}
.about-content-3 {
  background-color: rgba(53, 82, 39, 0.9);
  margin: 0px;
  padding: 40px 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 840px;
}
.about-content-4 {
  background-color: rgba(22, 75, 181, 0.9);
  float: right;
  margin: 0px;
  padding: 40px 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 840px;
}

.inner-banner-1 {
  position: relative;
  width: 100%;
}
.inner-banner-1 h1 {
  text-transform: uppercase;
  font-size: 32px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-weight: 600;
}
.inner-banner-1 h1 span {
  color: #e3c45a !important;
}
.inner-banner-1 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}

.inner-banner-1a {
  position: relative;
  width: 100%;
}
.inner-banner-1a h1 {
  text-transform: uppercase;
  font-size: 32px;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.inner-banner-1a h1 span {
  color: #e3c45a !important;
}
.inner-banner-1a img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}

.inner-banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 999;
  transform: translate(0%, -40%);
}
.banner-content-wrap {
  max-width: 400px;
  width: 100%;
}
.banner-content-wrap p {
  color: #fff;
  margin: 10px 0px 30px 0px;
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
}
.yellow-1 {
  background-color: #dab13e !important;
  color: #000 !important;
}
.sustainability-curve-bg {
  background: #d0dbf0;
  padding: 30px 0px;
}
.sustainability-curve {
  width: 100%;
  vertical-align: bottom;
}
.sustainability-curve img {
  width: 100%;
  height: auto;
}
.sustainability-curve-bg p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.sustainability-section-2 {
}
.s-s-wrap {
  display: flex;
  width: 100%;
  margin: 50px 0px;
}
.s-s-1 {
  width: 45%;
}
.s-s-1 img {
  width: 100%;
  height: auto;
}
.s-s-2 {
  flex: 1;
  padding: 10px 10px 10px 30px;
  margin: auto;
}
.sustainability-section-2 h2 {
  font-size: 28px;
  color: #5a7729;
  font-weight: 600;
}

.sustainability-section-3 {
  background-position: bottom center;
  background-repeat: repeat-x;
  background-color: #e4e7e4;
  padding: 20px 0px 400px 0px;
  background-image: url("../images/sustainability-bg-1.jpg");
}

.sustainability-section-3 h2 {
  font-size: 28px;
  color: #5a7729;
  font-weight: 500;
}
.sustainability-section-3 h3 {
  font-size: 20px;
  color: #3f99f7;
  font-weight: 500;
  margin: 20px 0px;
  padding: 0px 0px;
}
.sustainability-section-3 h4 {
  font-size: 18px;
  background-color: #164bb5;
  color: #fff;
  font-weight: 400;
  margin: 5px 0px 14px 0px;
  padding: 6px 10px;
  display: inline-block;
}

.sustainability-section-3 h4:nth-of-type(2) {
  background: #84bc4e !important ;
}
.sustainability-section-3 h4:nth-of-type(3) {
  background: #dab13e !important ;
}
.sustainability-section-3 h4:nth-of-type(4) {
  background: #449043 !important ;
}
.sustainability-section-3 h4:nth-of-type(5) {
  background: #9cbd43 !important ;
}

.o-1 {
  order: 1;
}
.o-2 {
  order: 2;
}
.o-3 {
  order: 3;
}
.o-4 {
  order: 4;
}
.maps iframe {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
}
.innovation-bg {
  background-image: url("../images/innovation-bg-1.png");
  background-repeat: no-repeat;
  background-position: left center;
  /* padding: 50px 0px 100px 0px;*/
  padding: 8px 0px 8px 0px;
  background-size: 40% 100%;
  margin: 20px 0px 20px 0px;
}
.innovation-bg:nth-child(even) {
  background-image: url("../images/innovation-bg-2.png");
  background-position: right center;
}

.product-bg {
  background-image: url("../images/innovation-bg-1.png");
  background-repeat: no-repeat;
  background-position: left center;
  /*padding: 50px 0px 100px 0px;*/
  padding: 8px 0px 8x 0px;
  background-size: 40% 100%;
  margin: 50px 0px 50px 0px;
}
.padding-bg:nth-child(even) {
  background-image: url("../images/innovation-bg-2.png");
  background-position: right center;
}

.iframe-video {
  border-radius: 10px;
  width: 100%;
  height: 415px;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.line-2 {
  border-left: 6px solid #0148bc;
  padding: 0px 20px;
  margin: 0px 0px 20px 0px;
}
.line-3 {
  border: 1px solid #ccc;
  padding: 20px 20px;
  border-radius: 10px;
  margin: 0px 0px 20px 0px;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(144, 206, 231, 1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(144, 206, 231, 1);
  box-shadow: 10px 10px 0px 0px rgba(144, 206, 231, 1);
}
sup {
  font-size: 12px !important;
}

.line-3 h3 {
  margin-bottom: 0px;
  padding-bottom: 15px;
  color: #0148bc;
}
.line-3 h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #da7600;
}
.innovation-wrap {
  display: flex;
  width: 100%;
}
.innovation-1 {
  width: 50%;
  padding-right: 30px;
  margin: auto;
}
.innovation-2 {
  width: 50%;
  padding-right: 30px;
  margin: auto;
}
.innovation-1 img {
  width: 100%;
  height: auto;
  margin: auto;
}

.media-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 100px;
}
.media-wrap a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.mw-1 {
  padding: 2px 10px;
  width: 150px;
  background: #3e8de8;
  display: flex;
  -webkit-border-top-left-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-bottomleft: 100px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.mw-2 {
  flex: 1;
  padding: 10px 10px 10px 30px;
  background: #fff;
  border: 1px solid #cccccc;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.media-wrap a .mw-1 {
  color: #fff;
}
.mw-1 b {
  margin: auto;
}

.blog-thumb-sec-1b ul {
  padding: 0px;
  list-style: none;
  margin: 0px 0px 10px 0px;
}
.blog-thumb-sec-1b ul li {
  display: inline-block;
  list-style: disc !important;
  margin: 0px 15px;
}
.blog-thumb-sec-1b ul li::before {
  content: "\2022";
  color: #2a6428;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.blog-inner-flex {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.blog-inner-flex-1 {
  flex: 1;
  width: 100%;
}
.blog-inner-flex img {
  width: 100%;
  height: auto;
}
.blog-inner-flex-1 h2 {
  color: #164bb5;
  font-size: 28px;
  margin: 20px 0px 20px 0px;
}
.blog-inner-flex-2 {
  width: 380px;
  padding-left: 50px;
}
.blog-inner-flex-1 p {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
}
.log-right-content-2 ul {
  padding: 0px;
  list-style: none;
  margin: 10px 0px;
}
.log-right-content-2 ul li {
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
}
.log-right-content-2 ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.blog-right-content-3 ul {
  padding: 0px;
  list-style: none;
  margin: 10px 0px;
  margin-top: 20px;
}
.blog-right-content-3 ul li {
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
}
.blog-right-content-3 ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.blogger-main {
  margin: 90px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
}
.blogger-1 img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 1000px;
}
.blogger-2 h3 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  color: #cc0001;
  margin-bottom: 30px;
}

.blogger-2 h5 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 16px;
  color: #2a6428;
  font-weight: 600;
}
.blogger-2 h6 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #409af7;
  font-weight: 400;
}
.blogger-2 p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  margin: 15px 0px;
  line-height: 20px;
}

.blog-two-col {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-two-1 {
  width: 47%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 20px 0px;
  -webkit-box-shadow: 0px 0px 11px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 11px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 11px -7px rgba(0, 0, 0, 0.75);
}
.w-100 {
  width: 100% !important;
}
.blog-two-col h3 {
  font-size: 22px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.blog-two-1:nth-child(1) h3 {
  color: #409af7;
}
.blog-two-1:nth-child(2) h3 {
  color: #8fae5e;
}
.blog-two-1:nth-child(3) h3 {
  color: #d8a20f;
}
.blog-two-1:nth-child(4) h3 {
  color: #2c2c2c;
}
.blog-two-1:nth-child(5) h3 {
  color: #04ae8c;
}

.blog-two-1:nth-child(1) {
  background-color: rgb(64 154 247 / 25%);
}
.blog-two-1:nth-child(2) {
  background-color: rgb(143 174 94 / 30%);
}
.blog-two-1:nth-child(3) {
  background-color: rgb(216 162 15 / 30%);
}
.blog-two-1:nth-child(4) {
  background-color: rgb(31 154 168 / 40%);
}
.blog-two-1:nth-child(5) {
  background-color: rgb(4 174 140 / 30%);
}

.blog-bg-2 {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 11px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 11px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 11px -7px rgba(0, 0, 0, 0.75);
}
.news-blog h1 {
  margin: 20px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
}

.sub-1 {
  border: 1px solid #ccc;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0px 0px 20px 0px;
  border-radius: 3px;
}
.link-2 {
  padding: 5px 10px;
  border-radius: 5px;
  background: #009ad4;
  color: #000;
  font-size: 16px;
}
.m-t-3 {
  margin: 20px 0px;
  display: inline-block;
}
.innovation-2 h2 {
  font-weight: 600;
  line-height: 30px;
}

.bullet-2a ul {
  margin: 0px;
  padding: 20px 0px;
  list-style: none;
  background: #fff;
}
.bullet-2a ul li {
  margin: 5px 0px;
  list-style: none;
  background-image: url("../images/bullet-2.png");
  background-repeat: no-repeat;
  background-position: left 6px top 8px;
  padding: 5px 10px 8px 28px;
  line-height: 22px;
}

.bullet-2b ul {
  margin: 0px;
  padding: 20px 0px;
  list-style: none;
}
.bullet-2b ul li {
  margin: 5px 0px;
  list-style: none;
  background-image: url("../images/bullet-3.png");
  background-repeat: no-repeat;
  background-position: left 6px top 8px;
  padding: 5px 10px 8px 28px;
  line-height: 22px;
  color: #fff;
}

/*navigation Starts*/
.header-main {
  position: relative;
}
.menu-new {
}
.menu-new ul {
  padding: 0;
  list-style: none;
  margin: 0 0 -9px;
}
.menu-new ul li {
  display: inline-block;
  line-height: 21px;
  text-align: left;
}
.menu-new ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
/*.menu-new ul:first-child li:last-child a{background: transparent linear-gradient(90deg, #0376A1 0%, #8DD7F7 100%) 0% 0% no-repeat padding-box; color: #fff;}*/
.menu-new ul li a:hover {
  color: #91bc63;
}
.menu-new ul li div.dropdown {
  min-width: 100%;
  background: #fff !important;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  box-shadow: 0px 3px 10px #0000001a;
}
li.dwm:hover,
li.dwm:focus,
li.dwm:active,
li.dwm.active {
  /*background:#91BC63 !important; */
  color: #333 !important;
}
.dropdown h6 {
  margin: 0px;
  border: 0px;
  padding: 10px 10px;
  text-align: center;
  background-color: #6097ab;
}
.dropdown h6 a {
  border: 0px;
  display: block;
  text-align: center;
  color: #fff !important;
  background-color: #6097ab;
}
.menu-new ul li:hover div.dropdown {
  display: block;
  padding: 0px;
  background: #e1e1e1;
}
.dropdown-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0px 0px;
  box-sizing: border-box;
  border-top: 3px solid #0176a1;
}
.carousel-item h5 {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.carousel-caption {
  bottom: 15vh; /*background: rgba(0,0,0,0.6);*/
  border-radius: 10px;
}
.dropdown-main {
  display: flex;
  width: 100%;
  padding: 0px;
}
.d-1 {
  width: 120px;
  background: #0176a1;
  color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  font-weight: 700;
  min-height: 300px;
}
.d-2 {
  flex: 1;
  padding: 10px 14px;
  box-sizing: border-box;
}
.d-2 h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0176a1;
}
.d-2 ul {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.d-2 ul li {
  margin: 8px 0px 2px 0px;
  padding: 0px;
  list-style: none;
  font-size: 13px;
  width: 20%;
}
/*.d-2 ul li:last-child a{ background: transparent !important; color: #333 !important}*/
.d-2 ul li a {
  line-height: 18px;
  margin: 0px;
  padding: 3px 0px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
.menu-new ul li a:hover {
  color: #fff !important;
  background: transparent linear-gradient(90deg, #0376a1 0%, #8dd7f7 100%) 0% 0%
    no-repeat padding-box !important;
  color: #fff;
}
.dropdown ul li a {
  color: #333 !important;
}
.dropdown ul li a:hover {
  color: #91bc63 !important;
  background: #fff !important;
}

.d-2 ul li a b {
  color: #5b5b5b !important;
  font-size: 11px;
  font-style: italic;
  display: block;
  margin: 0px;
  padding: 2px 20px 0px 0px;
  line-height: 14px;
  font-weight: 400;
}
.d-2 h4 {
  margin: 0px;
  padding: 0px;
  margin: 0px;
  padding: 3px 5px;
  display: inline-block;
  background: #0048bc;
  font-size: 14px;
  color: #fff;
}

/*.dropdown-wrap ul{margin: 0px;padding: 0px; list-style: none; display: flex;justify-content: space-between;flex-wrap: wrap;}
.dropdown-wrap ul li{width: 45%; font-size: 14px !important; margin: 0px 0px 20px 0px;}
.dropdown-wrap ul li a{font-size: 14px !important;padding: 0px;}
.dropdown-wrap b{ display: block;font-size: 18px;font-weight: bold;margin: 0px;padding: 0px;}
.dropdown-wrap p{ display: block; margin: 0px;padding: 0px;}
.dropdown-wrap ul li a:hover{ color: #91BC63}*/

/*navigation End*/
.menu-button {
  display: none;
  margin-right: 20px;
}
.m-d {
  display: none !important;
}
.d-d {
  display: block !important;
}

.product-banner-bg h1 {
  text-transform: uppercase;
  font-size: 32px;
  position: relative;
  color: #fff;
  font-weight: 600;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.product-banner-bg {
  background-color: #085c53;
  padding: 60px 0px;
}
.product-banner-wrap {
  display: flex;
  width: 100%;
}
.product-banner-1 {
  flex: 1;
  padding-right: 15%;
}
.product-banner-2 {
  flex: 1;
  padding: 24px 10px;
  background: #fff;
  border-radius: 10px;
  display: flex;
}
.product-banner-2 img {
  margin: auto;
  max-width: 100%;
  height: 100px;
  width: auto;
  min-height: auto;
}
.product-banner-1 p {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.innovation-1 {
  border-radius: 20px;
}
.innovation-1 img {
  border-radius: 30px;
  padding: 0px;
  /* box-shadow: -84px 4px 0px -49px rgba(0,173,236,1);
-webkit-box-shadow: -84px 4px 0px -49px rgba(0,173,236,1);
-moz-box-shadow: -84px 4px 0px -49px rgba(0,173,236,1); */
  border: 1px solid #e4e4e4;
}

.innovation-2 img {
  padding: 10px 0px 10px 20px;
  box-shadow: 83px 1px 0px -44px rgba(0, 173, 236, 0.75) !important;
  -webkit-box-shadow: 83px 1px 0px -44px rgba(0, 173, 236, 0.75) !important;
  -moz-box-shadow: 83px 1px 0px -44px rgba(0, 173, 236, 0.75) !important;
  border: 0px solid #e4e4e4;
}

.innovation-1a img {
  padding: 10px 0px 10px 20px;
  box-shadow: 83px 1px 0px -44px rgba(0, 173, 236, 0.75) !important;
  -webkit-box-shadow: 83px 1px 0px -44px rgba(0, 173, 236, 0.75) !important;
  -moz-box-shadow: 83px 1px 0px -44px rgba(0, 173, 236, 0.75) !important;
  border-radius: 50px;
}
.innovation-2 img {
  border-radius: 50px;
}

.two-col-main {
  display: flex;
  width: 100%;
}
.two-col-1 {
  flex: 1;
  padding-right: 10px;
}
.two-col-2 {
  width: 300px;
  background: #fff;
  display: flex;
  margin: 0px 0px 20px 0px;
}
.two-col-2 img {
  width: 100%;
  height: auto;
  margin: auto;
}

.manufacturing-main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*.manufacturing-1{width: 30%;border: 1px solid #ccc;padding: 20px 20px 66px 20px;box-sizing: border-box;background: #fff;border-radius: 5px; position: relative}*/
.manufacturing-1 {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px 20px 66px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin: 0px 0px 10px 0px;
}
.manufacturing-1 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.manufacturing-1 ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style: none;
  line-height: 24px;
  background-image: url("../images/bullet-point.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 4px 0px 4px 30px;
  background-position: left top 5px;
  font-size: 16px;
}
.manufacturing-1 h5 {
  font-size: 24px;
  color: #3d6cd6;
  margin: 0px;
  padding: 0px 0px 16px 0px;
}

.home-row-2-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-row-2-1 {
  width: 50%;
}
.home-row-2-2 {
  width: 50%;
  padding-left: 5%;
}
.home-row-2-2 img {
  width: 99%;
  height: auto;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 5px;
}

@media screen and (max-width: 1170px) {
  .section-1-1 h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .section-1-1 p {
    font-size: 17px;
  }
  .section-1-1-content {
    padding-left: 22px;
    padding-bottom: 22px;
  }
}
.m-d {
  display: none;
}
@media screen and (max-width: 959px) {
  .m-d {
    display: block;
  }
  .section-1 {
    flex-wrap: wrap;
    width: 100%;
  }
  .navigation {
    padding: 8px 0;
  }
  .menu-main {
    display: none;
  }
  .nav-links {
    flex-wrap: wrap;
  }
  .nav-links li {
    width: 100%;
    display: block;
  }
  .banner-main {
    margin-top: 75px;
  }
  .logoOuter img {
    max-width: 220px;
  }
  .carousel-caption {
    bottom: 30px;
  }
  .carousel-caption h3 {
    font-size: 16px;
    padding: 4px 14px;
  }
  .section-1-quote {
    padding: 20px 20px;
    width: 90%;
    left: 4%;
    bottom: 40px;
  }
  .inner-banner-1a img {
    object-position: left center;
  }
}
@media screen and (max-width: 830px) {
  .two-col-main {
    flex-wrap: wrap;
  }
  .two-col-1 {
    flex: inherit;
    padding-right: 0px;
  }
  .two-col-2 {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .two-col-2 img {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 300px;
  }

  p {
    margin: 0px 0px 12px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .section-1-bg {
    padding: 10px 0;
  }
  .section-1-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-2-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-1-menu {
    display: none;
  }
  .nav-1-logo {
    position: relative;
    width: 100%;
  }
  .menu-btn {
    display: inline-block;
    padding: 3px 4px;
    background: #74c51e;
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .section-1-1 h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-1-1 p {
    font-size: 16px;
    margin: 10px 0;
  }
  .section-1-1-content {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .section-1-2 {
    width: 350px;
    padding-left: 14px;
  }
  .section-2-1 h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-2-2 {
    width: 300px;
  }
  .section-4-wrap {
    flex-wrap: wrap;
  }
  .section-4-1 {
    width: 100%;
  }
  .section-4-2 {
    flex: inherit;
    padding-left: 0;
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  .m-t-2 {
    margin-top: 50px !important;
  }
  .banner-content-wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
  }
  .inner-banner-1 h1 {
    font-size: 20px;
  }
  .banner-content-wrap p {
    margin: 10px 0px 20px 0px;
  }
  .sustainability-curve-bg p {
    line-height: 22px;
    max-width: 96%;
  }
  .innovation-wrap {
    flex-wrap: wrap;
  }
  .innovation-1 {
    width: 100%;
    padding-right: 0px;
    order: 1;
  }
  .innovation-2 {
    width: 100%;
    padding-right: 0px;
    order: 2;
  }

  .innovation-bg {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 20px 0px 20px 0px;
    background-size: 40% 100%;
    margin: 10px 0px 10px 0px;
  }
  .innovation-bg:nth-child(even) {
    background-image: none;
  }
  .innovation-2 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .innovation-banner-1 img {
    height: 250px !important;
  }
}

@media screen and (max-width: 860px) {
  .d-1 {
    min-height: auto;
  }

  .dropdown-main {
    flex-wrap: wrap;
  }
  .d-1 {
    width: 100%;
  }
  .d-2 {
    /*width: 48%;flex: inherit;*/
    padding: 10px;
    width: 100%;
    flex: inherit;
    height: 300px;
    overflow: auto;
  }

  header .tz-c1 {
    display: block;
    width: 100%;
  }

  .menu-button {
    display: inline-block;
  }
  .menu-new ul li {
    display: block;
    width: 100%;
  }
  .d-2 ul li {
    /* margin: 5px 0px;
    width: 44% !important;
    border: 1px solid #ccc;
    margin: 3px 2%;
    padding: 2px 5px;*/

    width: 31% !important;
    border: 1px solid #ccc;
    margin: 3px 1%;
    padding: 2px 5px;
    font-size: 12px;
  }

  .box-4a-1 {
    width: 48%;
  }

  /* 
   
    
    
  
    
    .menu{margin-top: -40px;
    position: relative;
    z-index: 9999;}
    
   .menu-new ul li div.dropdown {
    min-width: 100%;
    background: #fff !important;
    display: none;
    }
    
    .dropdown-main {
    flex-wrap: wrap;
    height: 50vh;
    overflow: auto;
}*/
  .menu-new ul li div.dropdown {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .d-1 {
    display: none;
  }
  /*    .d-2 ul li {
    margin: 5px 0px;
   
    width: 50%;
}*/
}
@media screen and (max-width: 767px) {
  .innovation-2 img {
    padding: 10px 0px 10px 0px;
    box-shadow: none !important;
  }
  .innovation-2 img {
    border-radius: 30px;
  }
  .innovation-1 img {
    padding: 10px 0px 10px 0px;
    box-shadow: none !important;
    border: 0px !important;
  }
  .innovation-bg {
    padding: 0px;
  }
  .media-wrap,
  .media-wrap a,
  .media-inner-wrap {
    flex-wrap: wrap;
    text-align: left;
  }
  .mw-1 {
    width: 100%;
    border-radius: 0px;
    text-align: left;
  }

  .mw-1 b {
    text-align: left;
    margin: inherit;
  }
  .mw-2 {
    flex: inherit;
    width: 100%;
    border-radius: 0px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
  }

  .blog-inner-flex-1 p {
    font-size: 15px;
  }

  p {
    line-height: 22px;
  }
  .gettouch-sec-1 {
    width: 100%;
    display: flex;
    margin: 10px 0;
  }
  .gallery-sec-2-1 {
    width: 50%;
  }
  .gettouch-bg h3 b {
    font-size: 16px;
  }
  .gallery-sec-1 {
    width: 50%;
  }
  .gettouch-bg h3 {
    font-size: 32px;
    margin: 20px 0 20px 0;
  }
  .heading-2-1 p {
    font-size: 14px;
  }
  .section-1-2 {
    width: 100%;
    padding-left: 0;
  }
  .section-2 {
    flex-wrap: wrap;
    width: 100%;
  }
  .section-2-2 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .section-1-quote {
    padding: 20px 20px;
    width: 90%;
    left: 5%;
    bottom: 30px;
  }
  .m-t-1 {
    margin-top: 30px !important;
    margin-bottom: 20px;
  }
  .m-t-2 {
    margin-top: 40px !important;
  }
  .s-s-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .s-s-1 {
    width: 100%;
  }
  .sustainability-section-2 h2 {
    font-size: 20px;
    margin: 8px 0px;
  }
  .sustainability-section-3 h2 {
    font-size: 20px;
    margin: 8px 0px;
  }
  .sustainability-section-3 h3 {
    font-size: 18px;
  }
  .s-s-2 {
    flex: inherit;
    padding: 0px;
    margin: auto;
  }
  .sustainability-section-3 {
    padding: 20px 0px 180px 0px;
    background-size: 100%;
  }
  .button-1 {
    padding: 6px 36px 6px 6px;
    font-size: 12px;
    background-size: 20px 20px;
  }
  .o-1 {
    order: 1;
  }
  .o-2 {
    order: 3;
  }
  .o-3 {
    order: 2;
  }
  .o-4 {
    order: 4;
  }
  .gettouch-sec-1-2 h5 {
    margin: 8px 0px 6px 0px;
  }
  .maps iframe {
    height: 300px;
  }
  .inner-banner-1 img {
    min-height: 310px;
    object-position: center right;
  }
  .blog-inner-flex {
    flex-wrap: wrap;
  }
  .blog-inner-flex-1 {
    flex: inherit;
    width: 100%;
  }
  .blog-inner-flex-2 {
    flex: inherit;
    width: 100%;
    padding-left: 0px;
  }
  .blogger-main {
    margin-top: 20px;
    background: #e3e3e3;
    padding: 10px;
  }
  .blog-two-1 {
    width: 100%;
    margin: 8px 0px;
  }
  .blog-two-col h3 {
    font-size: 16px;
  }
  .blog-inner-flex-1 h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .product-banner-wrap {
    flex-wrap: wrap;
  }
  .product-banner-1 {
    flex: inherit;
    padding-right: 0px;
    width: 100%;
  }

  .product-banner-bg {
    padding: 60px 0px 30px 0px;
  }
  .banner-main {
    margin-top: 55px;
  }
  .m-l-1 {
    margin-left: 0px !important;
  }
  .footer-bg-1 a {
    margin-bottom: 10px;
  }
  .section-1-1 h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-2-1 h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-1-1 p {
    font-size: 14px;
    margin: 8px 0;
    line-height: 22px;
  }
  .section-2-1 p {
    font-size: 14px;
    margin: 8px 0;
    line-height: 22px;
  }
  .pas-card-wrap {
    flex-wrap: wrap;
  }
  .pas-card-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .heading-2-1 h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .pas-card-1 h3 {
    font-size: 14px;
  }
  .heading-3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .heading-3::after {
    height: 4px;
    width: 40px;
  }
  .nh-footer-band-main {
    flex-wrap: wrap;
    width: 100%;
  }
  .nh-footer-band-1 {
    width: 100%;
    flex: inherit;
    padding: 10px 0;
    text-align: center;
  }
  .nh-footer-band-2 {
    width: 100%;
    flex: inherit;
    text-align: center;
  }
  .gettouch-sec-1-1 {
    width: 100px;
  }
  .gettouch-sec-1-2 p {
    line-height: 20px;
  }
  .gettouch-sec-1-2 h4 {
    margin: 0 0 10px 0;
    font-weight: 16px;
  }
  .gettouch-sec-1-1 img {
    width: 80px;
  }
  .heading-bg-1 {
    margin: 0px 0px 10px 0px;
    font-size: 13px;
    padding: 5px 10px;
  }
}
