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

@font-face {
  font-family: 'Baron Neue';
  src: url("../fonts/BaronNeueBlackItalic.woff2") format("woff2"), url("../fonts/BaronNeueBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Baron Neue';
  src: url("../fonts/BaronNeueBoldItalic.woff2") format("woff2"), url("../fonts/BaronNeueBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'arvinregular';
  src: url("../fonts/arvin-webfont.woff2") format("woff2"), url("../fonts/arvin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arvin_lightuo';
  src: url("../fonts/arvin_light-webfont.woff2") format("woff2"), url("../fonts/arvin_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

.video-img-div {
  height: 100vh;
}

.video-img-div video, .video-img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #646665;
}

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 (min-width: 1800px) {
  body .container {
    max-width: 1600px;
  }
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'OPTIFuturaDemiBold';
  font-weight: normal;
  padding: 0;
  margin: 0;

}

.h-100vh {
  height: 100vh;
}

.devider {
  background: #0E5383;
  opacity: 0.3;
  width: 100%;
  height: 1px;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #333333;
}

@media (max-width: 1000px) {
  p {
    margin-bottom: 30px;
  }
}

li {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 1000px) {
  li {
    font-size: 14px;
    line-height: 22px;
  }
}

img {
  max-width: 100%;
}

.read-more, span.read-more {
  color: #0E5383;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.read-more img, .read-more svg, span.read-more img, span.read-more svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 10px;
}

.read-more:hover img, .read-more:hover svg, span.read-more:hover img, span.read-more:hover svg {
  margin-left: 20px;
}

.learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 16px;
}

.learn-more img {
  margin-right: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.learn-more:hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button-1 {
  background: #39B54A;
  border: 1px solid #39B54A;
  border-radius: 25px;
  color: #0C2520;
  height: 48px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 30px 0px 30px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .button-1 {
    padding: 11px 15px 0px 15px;
    font-size: 14px;
  }
}

.button-1:hover {
  background: none;
}

.button-2 {
  border: 1px solid #39B54A;
  border-radius: 25px;
  color: #39B54A;
  height: 48px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 30px 0px 30px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .button-2 {
    padding: 11px 15px 0px 15px;
    font-size: 14px;
  }
}

.button-2:hover {
  border: 1px solid #39B54A;
  color: #39B54A;
}

@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;
  }
}

.over-flow-hidden {
  overflow: hidden;
}

h1 {
  font-size: 62px;
  line-height: 68px;
  margin-bottom: 30px;

}

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

h2 {
  font-size: 45px;
  line-height: 52px;
  margin-bottom: 30px;
}

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

h3 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 40px;
  color: #333333;
}

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

h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  h4 {
    font-size: 32px;
    line-height: 38px;
  }
}

h5 {
  font-size: 37px;
  line-height: 44px;
  margin-bottom: 14px;
  font-weight: 600;
}

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

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

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

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

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

@media (max-width: 1000px) {
  .mob-sec-space-top {
    padding-top: 35px;
  }
}

@media (max-width: 1000px) {
  .mob-sec-space-bottom {
    padding-bottom: 35px;
  }
}

.img-100 {
  width: 100%;
}

.go-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 400px;
  text-align: center;
  margin: 0px auto;
  color: #FFFFFF;
  font-family: OPTIFuturaDemiBold;
}

.go-down span {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform:uppercase;
}

@media (max-width: 1000px) {
  .go-down span {
    font-size: 10px;
  }
}

.go-down svg {
  -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.banner-sec {
  position: relative;
}

.banner-sec .baner-disc {
  max-width: 1006px;
  margin: 0px auto;
  text-align: center;
}

.banner-sec .baner-disc h1 {
  color: #FFF;
}

@media (min-width: 1200px) {
  .banner-sec .baner-disc h1 {
    margin-bottom: 65px;
  }
}

.banner-sec .baner-disc h1 span {
  color: #E66A25;
}

.banner-sec .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

@media (min-width: 1200px) {
  .banner-sec .overlay .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .banner-sec .overlay {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 75px;
  }
}

.banner-sec.inner-banner img {
  width: 100%;
}

.banner-sec.inner-banner .baner-disc {
  text-align: left;
}

@media (max-width: 1000px) {
  .banner-sec.inner-banner .baner-disc {
    text-align: center;
  }
}

.banner-sec.inner-banner .baner-disc h1 {
text-transform: uppercase;
word-break: initial;
}

.banner-sec.inner-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 20px;
  width: 100%;
  height: auto;
  z-index: 1005;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--unnamed-color-ffffff)), color-stop(51%, #FFFFFFB6), to(#FFFFFF00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, var(--unnamed-color-ffffff) 0%, #FFFFFFB6 51%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(51%, #FFFFFFB6), to(#FFFFFF00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFFB6 51%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 1000px) {
  header {
    height: 150px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(51%, #FFFFFFB6), to(#FFFFFF00)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFFB6 51%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  }
}

@media (max-width: 1200px) {
  header .logo-sec {
    width: 50%;
  }
}

header .sticky-logo {
  display: none;
}

@media (max-width: 1200px) {
  header {
    padding-top: 20px;
  }
}

@media (max-width: 1200px) {
  header .main-logo {
    width: 137px;
  }
}

header .social-icons-menu {
  margin-top: 150px;
  padding: 0 25px;
}

header.fixed-header {
  background: #FFF;
  height: 81px;
  padding-top: 20px;
}

header.fixed-header .sticky-logo {
  display: block;
}

header.fixed-header .main-logo {
  display: none;
}

header.fixed-header .header-right ul {
  padding-top: 7px;
}

@media (min-width: 1200px) {
  header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

header .header-right ul {
  padding-top: 23px;
}

@media (min-width: 1200px) {
  header .header-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

header .header-right ul li {
  padding: 0 15px;
}

@media (max-width: 1200px) {
  header .header-right ul li {
    padding: 16px 10px;
  }
}

header .header-right ul li.current-menu-item > a {
  color: #E66A25;
}

header .header-right ul li a {
  font-size:16px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'OPTIFuturaDemiBold';
  font-weight: 700;
}

header .header-right ul li a:hover {
  color: #E66A25;
}

/* 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-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

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

.hamburger {
  width: 22px;
  height: 24px;
  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: 35px 39px 25px 39px;
    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: #FFF;
  }
}

.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: 14px;
    height: 10px;
    background: url(../images/menu-arrow-white.svg) no-repeat center center;
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    background-size: 14px;
  }
  .menu-item-has-children.active .res-submenu {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

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

@media (min-width: 1200px) {
  header ul.menu > li.menu-item-has-children {
    background: url(../images/menu-arrow-white.svg) no-repeat top 19px right 11px !important;
    padding-right: 33px;
  }
  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 19px right 11px !important;
  }
}

@media (min-width: 1200px) {
  header ul.menu > li {
    padding: 0px 32px;
  }
  header ul.menu > li a {
    color: #143324;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  header ul.menu > li a:hover {
    color: #39B54A;
  }
}

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

@media (min-width: 1200px) and (max-width: 1400px) {
  .menu-main {
    width: 100%;
  }
  .menu-main-wrap ul {
    width: 100%;
    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: 6px 0px;
    margin-bottom: 16px;
  }
  header ul.menu > li a {
    color: #143324;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
  }
}

@media (max-width: 1200px) and (max-width: 1000px) {
  header ul.menu > li a {
    font-size: 20px;
    text-transform: uppercase;
  }
}

@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: #39B54A;
    -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: #39B54A;
    -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;
    color: #FFF;
  }
  .menu > li > ul.sub-menu a:hover {
    color: #97D700 !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: 200px;
    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: #FFF;
  }
}

@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: flex-start;
    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;
            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;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
  }
}

.menu > li > ul.sub-menu > li > ul.sub-menu > li a {
  font-size: 16px;
  color: #333333;
  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 ul.menu > li.menu-item-has-children.active .sub-menu .res-submenu {
  display: none;
}

@media (min-width: 1200px) {
  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: #333333;
  }
  .menu > li > ul.sub-menu.megamenu > li p a {
    font-size: 16px;
    color: #333333;
    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;
  }
  .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;
  }
}

.mob-menu-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mob-menu-icon .search-icon {
  margin-right: 30px;
}

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

/* menu-css-ends-here */
@media (max-width: 1200px) {
  body header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-main-sec {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #FFFFFF;
  width: 100%;
  margin-top: -119px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-main-sec.show {
  margin-top: 0px;
}

.search-main-sec .search-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-main-sec .search-container .search-submit {
  max-width: 850px;
  display: block;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .search-main-sec .search-container .search-submit {
    width: 95%;
  }
}

.search-main-sec .search-container .search-submit .error {
  position: absolute;
  bottom: -25px;
  color: red;
  font-size: 13px;
  left: 0;
}

.search-main-sec .search-container .input-sec-search {
  height: 45px;
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 10px;
  position: relative;
}

.search-main-sec .search-container .input-sec-search .form-control {
  border: none;
  border-bottom: 1px solid #00205B;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.search-main-sec .search-container .input-sec-search .form-control::-webkit-input-placeholder {
  color: #B1B1B1;
  opacity: 1;
  background: url(../images/search-icon-place-holder.svg) no-repeat left center;
  padding-left: 35px;
}

.search-main-sec .search-container .input-sec-search .form-control:-ms-input-placeholder {
  color: #B1B1B1;
  opacity: 1;
  background: url(../images/search-icon-place-holder.svg) no-repeat left center;
  padding-left: 35px;
}

.search-main-sec .search-container .input-sec-search .form-control::-ms-input-placeholder {
  color: #B1B1B1;
  opacity: 1;
  background: url(../images/search-icon-place-holder.svg) no-repeat left center;
  padding-left: 35px;
}

.search-main-sec .search-container .input-sec-search .form-control::placeholder {
  color: #B1B1B1;
  opacity: 1;
  background: url(../images/search-icon-place-holder.svg) no-repeat left center;
  padding-left: 35px;
}

.search-main-sec .search-container .input-sec-search .form-control::-webkit-input-placeholder:focus {
  font-weight: 300;
}

.search-main-sec .search-container .input-sec-search .form-control:-ms-input-placeholder:focus {
  font-weight: 300;
}

.search-main-sec .search-container .input-sec-search .form-control::-ms-input-placeholder:focus {
  font-weight: 300;
}

.search-main-sec .search-container .input-sec-search .form-control::placeholder:focus {
  font-weight: 300;
}

.search-main-sec .search-container .input-group-append .btn-common {
  background: #39B54A;
  height: 46px;
  padding: 0px 30px;
  color: #FFF;
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  border: none;
}

.search-main-sec .search-container .input-group-append .btn-common:hover {
  color: #39B54A;
  background: none;
  border: 1px solid #39B54A;
}

.search-main-sec .search-container .close-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .search-main-sec .search-container .close-search {
    right: 20px;
    top: 20px;
  }
}

.search-main-sec .search-container .close-search:hover {
  opacity: 0.7;
}

.search-icon {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .search-icon {
    margin-right: 40px;
  }
}

.search-icon:hover svg {
  opacity: 0.7;
}

.hm-logo {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .hm-logo {
    display: none;
  }
}

.f-top-sec-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .f-top-sec-col-2 {
    margin-bottom: 35px;
  }
}

.hide-show {
  border-radius: 25px;
  border: 1px solid #F1EFE7;
  padding: 0 35px;
  height: 48px;
  color: #F1EFE7;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.hide-show span {
  margin-right: 50px;
}

.hide-show span.show {
  display: none;
}

.hide-show.active span.show {
  display: block;
}

.hide-show.active span.hide {
  display: none;
}

@media (max-width: 1000px) {
  .hide-show {
    display: none;
  }
}

.footer-section-2 {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.footer-section-2.show {
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

footer {
  position: relative;
  z-index: 10;
  background-size: cover;
}

@media (max-width: 767px) {
  footer .f-bottom-sec-col-1 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  footer .f-bottom-sec-col-2 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-bottom: 30px; 
  }
}

@media (max-width: 767px) {
  footer .f-bottom-sec-col-3 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  footer .f-logo {
    margin-bottom: 0px;
  }
}

footer a {
  text-decoration: underline;
  color:#333333;
  text-underline-offset: 5px;
}

footer .social-icons a {
  margin-left: 24px;
}

@media (max-width: 767px) {
  footer .social-icons a {
    margin-left: 0;
    margin-right: 24px;
  }
}

footer .social-icons a img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

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

@media (max-width: 767px) {
  footer .social-icons {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

footer .f-top-section {
  padding: 35px 0;
}

@media (max-width: 1000px) {
  footer .f-top-section {
    padding-top: 40px;
  }
}

footer p {
  color: #333333;
  margin-bottom: 0;
  font-family: Montserrat;
font-size: 14px;
font-weight: normal;
line-height:36px;
  
}

footer .f-bottom-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

footer .f-bottom-section span.bordered {
  margin: 0 5px;
}

footer .f-bottom-section p, footer .f-bottom-section span, footer .f-bottom-section a {
  color: #333333;
  text-transform: uppercase;
    font-family: 'Montserrat';
  font-size: 14px;
font-weight: 600;
  font-style: normal;
 
}

footer .f-bottom-section .f-bottom-sec-col-3 span {
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  footer .f-top-sec-col-1 {
    padding-right: 101px;
  }
}

@media (max-width: 1000px) {
  footer .f-top-sec-col-1 {
    margin-bottom: 35px;
  }
}

.content-bg {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#0E538300), color-stop(34%, #0E538382), color-stop(70%, #0E5383D6), to(#0E5382)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #0E538300 0%, #0E538382 34%, #0E5383D6 70%, #0E5382 100%) 0% 0% no-repeat padding-box;
}

.content-bg.home {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0E5383), color-stop(49%, #0E5383), color-stop(80%, #F4F6F8), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0E5383 0%, #0E5383 49%, #F4F6F8 67%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 1200px) {
  .content-bg.home {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#0E5383), color-stop(48%, #0E5383), color-stop(77%, #F3F3F3), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #0E5383 0%, #0E5383 48%, #F3F3F3 77%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
}

.arrow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.arrow-list li {
  width: 50%;
  font-size: 16px;
  color: #4B4B4B;
  background: url(../images/arrow-icon.svg) no-repeat left center;
  min-height: 42px;
  padding-top: 10px;
  padding-left: 50px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-right: 15px;
}

@media (max-width: 1000px) {
  .arrow-list li {
    width: 100%;
    font-size: 14px;
    background-size: 32px;
  }
}

/* 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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

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

.hamburger {
  width: 22px;
  height: 24px;
  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: 35px 39px 25px 39px;
    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: #FFF;
  }
}

.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: 14px;
    height: 10px;
    background: url(../images/menu-arrow-white.svg) no-repeat center center;
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    background-size: 14px;
  }
  .menu-item-has-children.active .res-submenu {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

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

@media (min-width: 1200px) {
  header ul.menu > li.menu-item-has-children {
    background: url(../images/menu-arrow-white.svg) no-repeat top 19px right 11px !important;
    padding-right: 33px;
  }
  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 19px right 11px !important;
  }
}

@media (min-width: 1200px) {
  header ul.menu > li {
    padding: 0px 32px;
  }
  header ul.menu > li a {
    color: #143324;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  header ul.menu > li a:hover {
    color: #39B54A;
  }
}

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

@media (min-width: 1200px) and (max-width: 1400px) {
  .menu-main {
    width: 100%;
  }
  .menu-main-wrap ul {
    width: 100%;
    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: 6px 0px;
    margin-bottom: 16px;
  }
  header ul.menu > li a {
    color: #143324;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
  }
}

@media (max-width: 1200px) and (max-width: 1000px) {
  header ul.menu > li a {
    font-size: 20px;
    text-transform: uppercase;
  }
}

@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: #39B54A;
    -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: #39B54A;
    -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;
    color: #FFF;
  }
  .menu > li > ul.sub-menu a:hover {
    color: #97D700 !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: 200px;
    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: #FFF;
  }
}

@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: flex-start;
    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;
            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;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
  }
}

.menu > li > ul.sub-menu > li > ul.sub-menu > li a {
  font-size: 16px;
  color: #333333;
  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 ul.menu > li.menu-item-has-children.active .sub-menu .res-submenu {
  display: none;
}

@media (min-width: 1200px) {
  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: #333333;
  }
  .menu > li > ul.sub-menu.megamenu > li p a {
    font-size: 16px;
    color: #333333;
    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;
  }
  .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;
  }
}

.mob-menu-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mob-menu-icon .search-icon {
  margin-right: 30px;
}

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

/* menu-css-ends-here */
/*# sourceMappingURL=style-common.css.map */