@font-face {
  font-family: 'Milliard Book';
  src: url("../fonts/Milliard-Book.woff2") format("woff2"), url("../fonts/Milliard-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Milliard';
  src: url("../fonts/Milliard-Light.woff2") format("woff2"), url("../fonts/Milliard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Milliard Book';
  src: url("../fonts/Milliard-Bold.woff2") format("woff2"), url("../fonts/Milliard-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Milliard';
  src: url("../fonts/Milliard-SemiBold.woff2") format("woff2"), url("../fonts/Milliard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Milliard';
  src: url("../fonts/Milliard-Medium.woff2") format("woff2"), url("../fonts/Milliard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Milliard';
  color: #1A1A1A;
}

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

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

body .container {
  max-width: 1200px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1200px) {
  body .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  body .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Milliard';
  font-weight: 600;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #038140;
  margin-bottom: 45px;
}

@media (max-width: 1000px) {
  h2 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 30px;
  }
}

h2 span {
  font-size: 24px;
  line-height: 20px;
  color: #687B88;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

@media (max-width: 1000px) {
  h2 span {
    font-size: 20px;
    line-height: 25px;
  }
}

.devider {
  background: #005C36;
  opacity: 0.1;
  width: 100%;
  height: 1px;
}

p {
  font-family: 'Milliard';
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #101A28;
}

@media (max-width: 1000px) {
  p {
    font-size: 16px;
    line-height: 23px;
  }
}

img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .only-desk {
    display: none !important;
  }
}

.only-mob {
  display: none !important;
}

@media (max-width: 1000px) {
  .only-mob {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .only-laptop {
    display: none !important;
  }
}

.only-ipad {
  display: none !important;
}

@media (max-width: 1200px) {
  .only-ipad {
    display: block !important;
  }
}

h1 {
  font-size: 74px;
  line-height: 64px;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 50px;
    line-height: 43px;
  }
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.section-space-top {
  padding-top: 120px;
}

@media (max-width: 1000px) {
  .section-space-top {
    padding-top: 75px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}

@media (max-width: 1000px) {
  .section-space-bottom {
    padding-bottom: 75px;
  }
}

.img-100 {
  width: 100%;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background: #FFF;
  -webkit-box-shadow: 0px 13px 18px #00654652;
          box-shadow: 0px 13px 18px #00654652;
}

@media (max-width: 1000px) {
  header .container-fluid {
    padding-left: 40px;
    padding-right: 0px;
  }
}

@media (max-width: 1200px) {
  header .mob-menu-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

header .header-col-left {
  padding: 30px 0;
}

@media (min-width: 1200px) {
  header .header-col-left {
    width: 30%;
    padding-left: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header-col-left .logo {
    display: inline-block;
    margin-top: 5px;
  }
  header .header-col-left .logo img {
    width: 220px;
  }
}

@media (min-width: 1800px) {
  header .header-col-left {
    width: 35%;
  }
}

@media (min-width: 1800px) {
  header .header-col-left {
    padding-left: 19%;
  }
}

@media (min-width: 1200px) {
  header .header-col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    background: #038140;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 5%;
  }
}

@media (min-width: 1800px) {
  header .header-col-right {
    width: 65%;
  }
}

@media (min-width: 1800px) {
  header .header-col-right {
    padding-right: 19%;
  }
}

.balmer-text-bg {
  background: url(../images/balmer-text-bg.svg) no-repeat center top 211px;
}

footer {
  background: #EDFBEF;
  padding: 50px 0 0 0;
}

@media (max-width: 767px) {
  footer {
    padding: 70px 0 0 0;
  }
}

footer .f-top-section {
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  footer .f-top-section {
    margin-bottom: 50px;
  }
}

footer .f-top-section a {
  color: #005C36;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  footer .f-top-section a {
    margin-bottom: 10px;
  }
}

footer .f-top-section a i {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  footer .f-top-section a:first-child {
    margin-right: 60px;
  }
}

footer .f-menu-section {
  padding-bottom: 20px;
}

@media (max-width: 1000px) {
  footer .f-menu-section {
    padding-bottom: 0;
  }
}

@media (max-width: 1000px) {
  footer .f-menu-section .toggle-show {
    display: none;
  }
}

@media (max-width: 1000px) {
  footer .f-menu-section .active .toggle-show {
    display: block;
  }
}

@media (min-width: 1200px) {
  footer .f-menu-section .f-menu-1 {
    width: 40%;
    padding-right: 150px;
  }
}

@media (min-width: 1200px) {
  footer .f-menu-section .f-menu-2 {
    width: 15%;
  }
}

@media (min-width: 1200px) {
  footer .f-menu-section .f-menu-3 {
    width: 15%;
  }
}

footer .f-menu-section .f-menu-4 ul {
  -webkit-column-count: 1;
          column-count: 1;
  list-style: none;
}

@media (max-width: 1200px) {
  footer .f-menu-section .f-menu-4 ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

footer .f-menu-section .f-menu-4 ul li {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

@media (min-width: 1200px) {
  footer .f-menu-section .f-menu-4 {
    width: 30%;
  }
}

footer .f-menu-section h4, footer .f-menu-section h3 {
  color: #005C36;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

@media (max-width: 1000px) {
  footer .f-menu-section h4 {
    border-bottom: 1px solid rgba(0, 92, 54, 0.24);
    margin-bottom: 30px;
  }
}

footer .f-menu-section h5, footer .f-menu-section h4 {
  color: #005C36;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

footer .f-menu-section p {
  color: #005C36;
  font-weight: 500;
  opacity: 0.6;
  font-size: 14px;
  line-height: 20px;
}

footer .f-menu-section ul li a {
  font-family: 'Milliard Book';
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #005C36;
  opacity: 0.6;
  display: inline-block;
}

footer .f-menu-section ul li a:hover {
  color: #F27024;
}

footer .copy-right {
  padding: 30px 0 30px 0;
}

@media (max-width: 1000px) {
  footer .copy-right {
    padding: 20px 40px;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  footer .copy-right-right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 1200px) {
  footer .f-top-sec-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}

footer .f-top-sec-right a:hover {
  color: #F27024;
}

footer .f-top-sec-right a:hover svg path {
  stroke: #F27024;
}

@media (max-width: 1200px) {
  footer .f-top-sec-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* menu-css-starts-here */
@media (min-width: 1200px) {
  .mob-menu, .close-menu-div {
    display: none;
  }
}

.close-menu-div {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .close-menu-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger div {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  width: 15px;
}

.hamburger .meat {
  margin-right: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  margin-right: 10px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.menu-main .search-sec {
  cursor: pointer;
}

@media (max-width: 1200px) {
  .menu-main .search-sec {
    display: none;
  }
}

.menu-main .search-sec circle, .menu-main .search-sec line {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.menu-main .search-sec:hover svg circle, .menu-main .search-sec:hover svg line {
  stroke: #F27024;
}

@media (min-width: 1200px) {
  .menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-main .search-sec {
    margin-left: 50px;
  }
}

@media (max-width: 1200px) {
  .menu-main-wrap {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1001;
    background: #FFF;
    padding: 40px 33px 25px 33px;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 10001;
    -webkit-transition: 0.3s ease-in !important;
    transition: 0.3s ease-in !important;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-main-wrap.show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #038140;
  }
}

.menu-main-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .menu-main-wrap .top-menu {
    margin-bottom: 20px;
  }
  .menu-main-wrap .top-menu li {
    margin: 20px 0;
  }
}

@media (min-width: 1200px) {
  .overlay-mobile-menu {
    display: none;
  }
}

@media (max-width: 1200px) {
  .overlay-mobile-menu {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
  }
}

@media (max-width: 1200px) {
  .overlay-mobile-menu.show {
    display: block;
  }
  .header-right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-item-has-children .res-submenu {
    width: 12px;
    height: 10px;
    background: url(../images/menu-arrow-white.svg) no-repeat center center;
    display: block;
    position: absolute;
    right: 0;
    top: 22px;
    background-size: 12px;
  }
  .menu-item-has-children.active .res-submenu {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

header ul.menu > li.menu-item-has-children {
  position: relative;
}

header ul.menu > li:last-child a {
  height: 50px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

@media (max-width: 1000px) {
  header ul.menu > li:last-child a {
    max-width: 178px;
    font-size: 18px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  header ul.menu > li.menu-item-has-children {
    background: url(../images/menu-arrow-white.svg) no-repeat top 23px right 11px !important;
    padding-right: 27px;
  }
  header ul.menu > li:last-child {
    padding-right: 0;
  }
  header ul.menu > li.menu-item-has-children:hover {
    background: url(../images/menu-arrow-white-hover.svg) no-repeat top 23px right 11px !important;
  }
}

@media (min-width: 1200px) {
  header ul.menu > li {
    padding: 0px 15px;
  }
  header ul.menu > li a {
    color: #FFF;
    font-size: 18px;
  }
  header ul.menu > li a:hover {
    color: #F27024;
  }
}

@media (min-width: 1200px) {
  header ul.menu > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1800px) {
  header ul.menu > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  header ul.menu > li {
    padding-left: 0px;
    padding-right: 0px;
  }
  .menu-main {
    width: 100%;
  }
  .menu-main-wrap ul {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  header ul.menu > li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 1200px) {
  header ul.menu > li {
    padding: 12px 0px;
    border-bottom: 1px solid #92B797;
  }
  header ul.menu > li:last-child, header ul.menu > li:nth-last-child(2) {
    border-bottom: 0;
    padding-top: 10px;
  }
  header ul.menu > li a {
    color: #FFF;
  }
}

@media (max-width: 1200px) and (max-width: 1000px) {
  header ul.menu > li a {
    font-size: 18px;
    font-family: 'Milliard Book';
  }
}

@media (max-width: 1200px) {
  .menu-main-wrap ul {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .menu > li > ul.sub-menu {
    position: absolute;
    top: 54px;
    z-index: 1000;
    margin: 0px;
    padding: 0px 0 0 0;
    min-width: 267px;
    text-align: center;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0px;
    background: #FFF;
    -webkit-box-shadow: 0px 5px 20px #00000029;
    box-shadow: 0px 5px 20px #00000029;
  }
  .menu > li:hover > ul.sub-menu:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: -18px;
    left: 19px;
  }
  .menu > li > ul.sub-menu a {
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    display: block;
    border-radius: 7px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .menu > li > ul.sub-menu a:hover {
    color: #F27024 !important;
  }
  .menu > li > ul.sub-menu::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    top: 14px;
    position: relative;
    display: none;
  }
}

@media (min-width: 1200px) {
  .menu > li > ul.sub-menu {
    min-width: 411px;
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .menu > li > ul.sub-menu > li {
    border: none;
    padding: 0px 0px;
    text-align: left;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .menu > li > ul.sub-menu > li i {
    margin-right: 15px;
  }
  .menu > li > ul.sub-menu > li span {
    font-size: 16px;
    font-weight: 300;
  }
  .menu > li > ul.sub-menu > li > a {
    padding: 0;
    color: #231F20;
  }
}

@media (min-width: 1200px) {
  .menu > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
}

@media (max-width: 1200px) {
  .menu > li > ul.sub-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  .menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.menu > li > ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .menu > li > ul.sub-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  .menu > li > ul.sub-menu {
    padding: 10px 10px;
  }
}

@media (max-width: 1200px) {
  header ul.menu > li.menu-item-has-children.active {
    display: block;
  }
}

header ul.menu > li.menu-item-has-children.active .sub-menu {
  display: block;
}

header ul.menu > li.menu-item-has-children.active .sub-menu li {
  margin: 0;
}

header ul.menu > li.menu-item-has-children.active .sub-menu li a {
  background: none;
}

@media (max-width: 1000px) {
  header ul.menu > li.menu-item-has-children.active .sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: center;
    font-size: 14px;
  }
  header ul.menu > li.menu-item-has-children.active .sub-menu li a i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
    margin-right: 15px;
    background: #FFF;
    border-radius: 50%;
  }
}

@media (min-width: 1200px) {
  .menu > li > ul.sub-menu > li a {
    text-transform: none;
  }
}

@media (max-width: 1200px) {
  .menu > li > ul.sub-menu > li > a {
    background: #EFF2F6;
    border-radius: 5px;
  }
}

.menu > li > ul.sub-menu > li > ul.sub-menu > li a {
  font-size: 16px;
  color: #000000;
  padding: 12px 0;
}

.menu > li > ul.sub-menu > li > ul.sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

header .top-header-right .current-menu-item > a {
  color: #000 !important;
}

span.menu-image-title-below.menu-image-title {
  text-align: left;
}

span.menu-image-title-below.menu-image-title .linktext {
  font-size: 18px;
  color: #000;
  padding: 0px 0 15px 0;
  display: block;
}

header ul.menu > li.menu-item-has-children.active .sub-menu .res-submenu {
  display: none;
}

@media (min-width: 1200px) {
  .page-template-page-products .the-grey-shade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-template-page-products .the-grey-shade .container-fluid {
    width: 71.5%;
    margin: 0;
    max-width: initial;
  }
  .header .container {
    width: 91%;
  }
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  header .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .menu > li > ul.sub-menu.megamenu {
    min-width: 1200px;
    right: -265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 30px;
  }
  .menu > li > ul.sub-menu.megamenu > li {
    width: 12.5%;
    padding: 0 5px;
  }
  .menu > li > ul.sub-menu.megamenu > li p {
    font-size: 16px;
    color: #000;
  }
  .menu > li > ul.sub-menu.megamenu > li p a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    padding: 0;
  }
  .menu > li > ul.sub-menu.megamenu > li:last-child img {
    margin-bottom: 20px;
  }
  .menu > li > ul.sub-menu.megamenu > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .page-template-page-products .the-grey-shade .container-fluid {
    width: 72.5%;
  }
}

@media (max-width: 1200px) {
  .c-d-links a {
    font-size: 14px;
  }
  header ul.menu > li.menu-item-has-children.active .sub-menu li {
    padding: 10px 0 5px 0;
  }
  .menu > li > ul.sub-menu > li > ul.sub-menu > li a {
    font-size: 13px;
  }
  header .top-header-right header ul.menu > li > a {
    font-size: 14px;
    color: #154379;
    font-weight: 500;
    margin-bottom: 16px;
  }
  header .top-header-right header ul.menu > li > ul > li a {
    color: #154379;
    font-weight: 500;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .top-header-right header ul.menu > li > ul > li a {
    color: #154379;
    font-weight: 500;
    font-size: 13px;
  }
  header .top-header-right .menu-topmenu-container ul > li a {
    font-size: 13px;
  }
  header .top-header-right .menu-topmenu-container {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5EEFF;
  }
  header .top-header-right header ul.menu > li ul {
    padding: 0;
  }
  header .top-header-right header ul.menu > li > ul > li .res-submenu,
  header .top-header-right header ul.menu > li > ul > li > ul > li .res-submenu {
    display: none;
  }
  header .top-header-right header ul.menu > li > ul > li > ul > a {
    font-size: 12px;
    color: #585858;
  }
}

@media (min-width: 1200px) {
  header .top-header-right .menu-first {
    margin-top: 10px;
  }
  .main-prod-right .product-sub li {
    margin-bottom: 65px !important;
  }
}

@media (max-width: 1000px) {
  header .top-header-right .menu-first {
    margin-bottom: 42px;
    padding-bottom: 12px;
  }
}

@media (max-width: 1200px) {
  header .top-header-right .menu-first .menu > li {
    padding: 9px 0;
  }
}

/* menu-css-ends-here */
.search-sec-main {
  display: none !important;
}

.search-sec-main.show {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.search-sec-main input[type="text"] {
  background: none;
  border: none;
  border-bottom: 1px solid #038140;
  color: #FFF;
  outline: none;
  height: 45px;
  width: 75%;
}

.search-sec-main input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #FFF;
}

.search-sec-main input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #FFF;
}

.search-sec-main input[type="text"]::-ms-input-placeholder {
  opacity: 1;
  color: #FFF;
}

.search-sec-main input[type="text"]::placeholder {
  opacity: 1;
  color: #FFF;
}

.search-sec-main input[type="submit"] {
  height: 45px;
  width: 25%;
  background: #038140;
  border: none;
  color: #FFF;
}

.search-sec-main .search-field-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 1200px) {
  .search-sec-main .search-field-sec {
    min-width: 500px;
  }
}

.search-sec-main .search-field-sec form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-sec-main .search-field-sec .close-menu {
  position: absolute;
  left: 0;
  top: -40px;
  cursor: pointer;
}

.for-bottom-bg {
  padding-bottom: 260px;
  background: url(../images/balmer-logo-mountain.png) no-repeat center bottom;
  background-size: 100% !important;
}

@media (max-width: 767px) {
  .for-bottom-bg {
    background: url(../images/balmer-logo-mountain-mobile.png) no-repeat center bottom;
    padding-bottom: 290px;
  }
}

.for-bottom-bg .container {
  padding: 0;
}

.for-bottom-bg.inner-bottom-bg {
  min-height: 590px;
  margin-top: -200px;
}

.no-banner-space {
  height: 111px;
}

@media (max-width: 1000px) {
  .no-banner-space {
    height: 108px;
  }
}

.f-social-icons a {
  margin: 0 10px;
}

.f-social-icons a svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.f-social-icons a:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.copy-right-left p {
  font-size: 12px;
  color: #005C36;
  opacity: 0.6;
}

@media (min-width: 1200px) {
  .copy-right-left p {
    margin-bottom: 0;
  }
  .menu > li > ul.sub-menu {
        padding: 5px 0;
    }
}

.copy-right-left p a {
  color: #005C36;
}

@media (max-width: 1000px) {
  .copy-right-left p a {
    display: block;
  }
}

.copy-right-left p a:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .toggle-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.toggle-link:after {
  content: "";
  background: url(../images/f-menu-arrow.svg) no-repeat center center;
  width: 20px;
  height: 20px;
}

.active .toggle-link:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-field-sec .q-error {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.mobile-search {
  text-align: center;
  margin-bottom: 35px;
}

.mobile-search h5, .mobile-search h3 {
  font-family: 'Milliard';
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  margin-bottom: 8px;
}

.mobile-search input {
  color: #FFF;
  font-family: 'Milliard';
  font-weight: 300;
  font-size: 18px;
  background: none;
  border: none;
  width: 200px;
  margin: 0px auto;
  text-align: center;
  border: 1px solid transparent;
}

.mobile-search input:focus {
  border: 1px solid #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.mobile-search input::-webkit-input-placeholder {
  color: #FFF;
  font-family: 'Milliard';
  font-weight: 300;
  font-size: 18px;
}

.mobile-search input:-ms-input-placeholder {
  color: #FFF;
  font-family: 'Milliard';
  font-weight: 300;
  font-size: 18px;
}

.mobile-search input::-ms-input-placeholder {
  color: #FFF;
  font-family: 'Milliard';
  font-weight: 300;
  font-size: 18px;
}

.mobile-search input::placeholder {
  color: #FFF;
  font-family: 'Milliard';
  font-weight: 300;
  font-size: 18px;
}

.contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.contact-links a {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-links a i {
  margin-right: 15px;
}

.scrollTop {
  position: fixed;
  left: 20px;
  bottom: 40px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
}

.scrollTop svg:hover {
  opacity: .5;
}

.ui-front {
  z-index: 100000 !important;
}

@media (max-width: 1000px) {
  .logo {
    width: 200px;
    display: inline-block;
  }
}
/*# sourceMappingURL=style-common.css.map */

footer {
  overflow-x: hidden;
}

@media only screen and (max-width: 991px){
  
.toggle-link {
  display: inline-flex;
  gap: 5px;
}
 
}
@media only screen and (max-width: 575px)
{
  .toggle-link {
  display:flex;
  gap:inherit;
}
   
}