*,*,
*:before,
*:after {
  box-sizing: border-box;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/opensans/OpenSans-Regular.eot') format('embedded-opentype');
  src: url('../fonts/opensans/OpenSans-Regular.woff') format('woff'), url('../fonts/opensans/OpenSans-Regular.ttf')  format('truetype'), url('../fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/opensans/OpenSans-Light.eot') format('embedded-opentype');
  src: url('../fonts/opensans/OpenSans-Light.woff') format('woff'), url('../fonts/opensans/OpenSans-Light.ttf')  format('truetype'), url('../fonts/opensans/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('../fonts/opensans/OpenSans-ExtraBold.eot') format('embedded-opentype');
  src: url('../fonts/opensans/OpenSans-ExtraBold.woff') format('woff'), url('../fonts/opensans/OpenSans-ExtraBold.ttf')  format('truetype'), url('../fonts/opensans/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/opensans/OpenSans-Bold.eot') format('embedded-opentype');
  src: url('../fonts/opensans/OpenSans-Bold.woff') format('woff'), url('../fonts/opensans/OpenSans-Bold.ttf')  format('truetype'), url('../fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/opensans/OpenSans-Bold.eot') format('embedded-opentype');
  src: url('../fonts/opensans/OpenSans-Bold.woff') format('woff'), url('../fonts/opensans/OpenSans-Bold.ttf')  format('truetype'), url('../fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DaysOne-Regular';
  src: url('../fonts/daysone/DaysOne-Regular.eot') format('embedded-opentype');
  src: url('../fonts/daysone/DaysOne-Regular.woff') format('woff'), url('../fonts/daysone/DaysOne-Regular.ttf')  format('truetype'), url('../fonts/daysone/DaysOne-Regular.svg#DaysOne-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto/Roboto-Bold.eot') format('embedded-opentype');
  src: url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf')  format('truetype'), url('../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto/Roboto-Regular.eot') format('embedded-opentype');
  src: url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular.ttf')  format('truetype'), url('../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  margin: 0px;
  padding: 0px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  background: #FFF;
  font-family: 'OpenSans-Regular';
}
h1,h2,h3,h4,h5 {
  margin: 0px;
  margin-bottom: 20px;
  font-family: 'OpenSans-Bold';
  color: #393939;
}
h1 {
  font-size: 36px;
  line-height: 46px;
}
h2 {
  font-size: 32px;
  line-height: 42px;
}
h3 {
  font-size: 26px;
  line-height: 36px;
}
h4 {
  font-size: 22px;
  line-height: 32px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
ul {
  margin: 0;
  padding: 0px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #94C11E;
}
a:hover {
  text-decoration: none;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  color: #233F50;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  line-height: 24px;
  color: #838384;
  margin: 0px 0px 20px 0px;
}
button:focus {
  outline: none;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.innershape .img-responsive {
  width: 100%;
}
.paddingtop {
  padding: 100px 0px;
}
.inline-block {
  float: left;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.container-inner {max-width: 82%;margin: 0 auto;position: relative;}
.about-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-listing {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 999;
  flex-wrap: wrap;
  margin-top: 30px;
  overflow: hidden;
}
.common-listing-inner {
  margin: 0px 40px 30px 0px;
  position: relative;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
  -ms-touch-action: auto;
  touch-action: auto;
}
.bgbtn {
  background: #FFF;
  border: 1px solid #94C11E;
  padding: 10px 20px;
  margin: 15px 0px;
  transition: .5s ease-in-out all;
  -webkit-transition: .5s ease-in-out all;
  -ms-transition: .5s ease-in-out all;
  -moz-transition: .5s ease-in-out all;
  -o-transition: .5s ease-in-out all;
  min-width: 209px;
  display: inline-block;font-family: 'OpenSans-Bold';font-style: normal;font-weight: bold;font-size: 12px;line-height: 19px;text-align: center;text-transform: uppercase;color: #94C11E;
}
.bgbtn:hover {
  background: #94C11E;
  color: #FFF;
}
.commonsect h2 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #A1CD3A;
}
.header-section {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 99999;
  background: #FFFFFF;
  height: 102px;
  padding: 30px 0px;
}
.header-inner {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.responsive-menu {display: none;}
.header-logo {
  display: flex;
  width: 140px;
}
.header-logo img {
  max-width: 100%;
  height: auto;
}
.header-cover-section {
  position: relative;
  margin-top: 102px;
}
.slider-section {
  background: #FFF;
  height: 850px;
}
.slider-section .container {
  height: 100%;
  z-index: 999;
}
.slider-section .tbl-cell {
  vertical-align: top;
}
.slider-content {
  max-width: 100%;
  position: relative;
  z-index: 999;
  margin: 90px auto 0px auto;
}
.slider-content h2 {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #233F50;
  margin-bottom: 0px;
}
.slider-content h3 {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #233F50;
  position: relative;
}
.slider-content h3:after {
  display: block;
  content: "";
  border-top: 3px solid #5D8636;;
  width: 100px;
  margin: 35px auto;
}
.slider-content p {
  font-family: 'OpenSans-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #272727;
}
.bgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  mix-blend-mode: normal;
  opacity: 0.2;
}
.home .slider-section .bgoverlay {background-position: center 82%;}
.homeshape {position: absolute;bottom: -31px;z-index: 9;width: 100%;}
.homeshape img {width: 100%;}
.home-industry-sect {margin-top: 20px;}
.home-industry-sect h4 {font-family: 'DaysOne-Regular';font-style: normal;font-weight: normal;font-size: 20px;line-height: 25px;text-align: center;text-transform: uppercase;color: #233F50;}
.home-industry-list {display: flex;flex-wrap: wrap;}
.home-industry-inner {border-left: 1px solid #233F50;flex: 1;}
.home-industry-inner a {display: block; padding: 0px 15px;}
.home-industry-inner:last-child {border-right: 1px solid #233F50;}
.home-industry-inner h5 {font-family: 'OpenSans-Bold';font-style: normal;font-weight: bold;font-size: 14px;line-height: 24px;text-align: center;color: #5D8636;margin-top: 15px;}
.home-industry-inner img {max-width: 40px;}
.home-mdl-sect {position: relative;padding: 120px 0px 70px 0px;}
.home-mdl-sect .container-inner {z-index: 999;}
.single-product .home-mdl-sect .container-inner {z-index: inherit;}
.home-mdl-sect .about-left {flex: 0 0 45%;-ms-flex: 0 0 45%;}
.home-mdl-sect .about-right {flex: 0 0 42%;-ms-flex: 0 0 42%;}
.home-mdl-shape {position: absolute;top: -130px;left: 0;z-index: 1;}
.home-mdl-sect .about-right h3 {font-family: 'DaysOne-Regular';font-style: normal;font-weight: normal;font-size: 20px;line-height: 25px;text-transform: uppercase;color: #233F50;border-bottom: 1px solid #939598;padding-bottom: 10px;margin-bottom: 28px;}
.home-mdl-sect .about-right h1 {font-family: 'OpenSans-Bold';font-style: normal;font-weight: bold;font-size: 34px;line-height: 45px;color: #233F50;}
.home-mdl-sect .about-right h2 {font-family: 'OpenSans-Bold';font-style: normal;font-weight: bold;font-size: 26px;line-height: 36px;color: #233F50;}
.home-mdl-sect .about-right p {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal; 
  font-size: 14px;
  line-height: 20px;
  color: #838384;
}
.home-mdl-sect .about-right ul,.home-mdl-sect .about-right ol {
  margin: 0px;
  padding-bottom: 18px;
}
.home-mdl-sect .about-right ul li,.home-mdl-sect .about-right ol li {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #838384;
  list-style: inside disc;
  padding: 3px 0px;
}
.home-mdl-sect .about-right ol li {
  list-style: inside decimal;
}
.home-mdl-sect .about-right #hide-less,.home-mdl-sect .about-right #show-more {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #CFCFCF;
  margin-top: 10px;
  display: inline-block;width: 100%;
}
.product-listing {
  display: flex;
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 999;
  flex-wrap: wrap;
}
.product-listing h2 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #233F50;
  border-bottom: 1px solid #939598;
  padding-bottom: 10px;
}
.product-listing-inner {
  margin: 0 35px 35px 0;
  position: relative;
  overflow: hidden;
  transition: .5s ease-in-out all;
  -webkit-transition: .5s ease-in-out all;
  -ms-transition: .5s ease-in-out all;
  -moz-transition: .5s ease-in-out all;
  -o-transition: .5s ease-in-out all;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 7px 33px rgba(0, 0, 0, 0.0746285);
}
.product-list {
  background-color: rgba(129, 162, 64, 1);
  padding: 35px 35px 20px 35px;
  height: 100%;
}
.product-listing-inner:hover .product-list {
  opacity: 0.75;
}
.product-listing-inner h3 {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.product-listing-inner p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.featured-list-inner {
  margin: 0px 40px 30px 0px;
  position: relative;
}
.featured-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 230px;
  position: relative;
}
.featured-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.featured-bg h3 {
  position: absolute;
  bottom: 11px;
  left: 0px;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #233F50;
  z-index: 999;
  margin-bottom: 0px;
  transition: .5s ease-in-out all;
  -webkit-transition: .5s ease-in-out all;
  -ms-transition: .5s ease-in-out all;
  -moz-transition: .5s ease-in-out all;
  -o-transition: .5s ease-in-out all;
  padding: 0px 15px;
  width: 100%;
}
.featured-list-inner:hover .featured-bg h3 {
  color: #A1CD3A;
}
.request-sect {background: #2A3F52;padding: 50px 70px 50px 150px;height: auto;z-index: 9999;}
.request-sect .container {z-index: 999;}
.request-sect .bgoverlay {opacity: 1;}
.request-sect .about-left {-ms-flex: 0 0 32%; flex: 0 0 32%;}
.request-sect .about-left h3 {font-family: 'OpenSans-Light';font-style: normal;font-weight: 300;font-size: 37px;line-height: 46px;color: #FFFFFF;}
.request-sect .about-left h3 strong {font-family: 'OpenSans-Bold';}
.request-sect .about-left p {font-family: 'OpenSans-Regular';font-style: normal;font-weight: normal;font-size: 14px;line-height: 19px;color: #FFFFFF;}
.request-sect .about-left .bgbtn {background: #233647;border: 1.5px solid #FFFFFF; padding: 12px 20px; min-width: 189px;color: #FFF;}
.request-sect .about-left .bgbtn:hover {background: #A1CD3A; border: 1.5px solid #A1CD3A;}
.request-sect .about-right {-ms-flex: 0 0 50%; flex: 0 0 50%;}
.requestinner {background-color: #FFF; padding: 40px 70px;}
.requestinner h3 {font-family: 'Roboto-Bold';font-style: normal;font-weight: bold;font-size: 37px;line-height: 46px;text-align: center;color: #233F50;}
.logosect {text-align: center; padding: 150px 0px 0px 0px;z-index: 9999;}
.home .logosect {padding: 150px 0px;}
#logo-slider {margin-top: 35px;}
.logosect .owl-carousel .owl-stage {display: flex;align-items: center;}
.owl-carousel .owl-item img {width: auto;}
.home-btm-list .common-listing {margin-top: 0px;}
.home-btm-list .common-listing-inner {margin-bottom: 40px;}
.home-btm-list .hmbtmlist {background: #FFFFFF;box-shadow: 0px 7px 33px rgba(0, 0, 0, 0.0746285);padding: 25px 20px 10px 20px;height: 100%;}
.home-btm-list .hmbtmlist h3 {font-family: 'OpenSans-Bold';font-style: normal;font-weight: bold;font-size: 14px;line-height: 19px;text-align: center;text-transform: uppercase;color: #233F50;margin-bottom: 13px;}
.home-btm-list .hmbtmlist p {font-family: 'OpenSans-Regular';font-style: normal;font-weight: normal;font-size: 14px;line-height: 20px;text-align: center;color: #838384;}
.footer-sect {position: relative; padding: 21px 0px 35px 0px;}
.footer-sect .footershape {position:absolute;bottom: 0px;left: 0px;z-index: -9;}
.footer-sect .container {z-index: 999;}
.footer-sect .about-left {-ms-flex: 0 0 20%; flex: 0 0 20%;}
.footer-sect .about-right {-ms-flex: 0 0 55%; flex: 0 0 55%;}
.footerinner {width: 48%; display: inline-block;vertical-align: top;margin-right: 10px;}
.footerinner .info-address {margin: 13px 0px;}
.footerinner ul li,.footerinner ul li a,.footerinner a {font-family: 'OpenSans-Regular';font-style: normal;font-weight: normal;font-size: 14px;line-height: 21px;color: #233F50;display: inline-block;}
.footerinfo ul li {font-family: 'OpenSans-Bold';font-style: normal;font-weight: bold;border-right: 1px solid #233F50;padding-right: 7px;margin-right: 4px;}
.footerinfo ul li:last-child {border:none;}
.footerinner p {font-family: 'OpenSans-Regular';font-style: normal;font-weight: normal;font-size: 14px;line-height: 20px;color: #233F50;float: left;margin-bottom: 0px;width: 100%;}
.footerinner p a {font-family: 'OpenSans-Bold';font-style: normal;font-weight: bold;}
.footermenu {margin: 0px 0px 0px 65px;width: 25%;}
.footermenu ul li {float: left;width: 100%;text-transform: uppercase;}
.footerinner ul li a:hover,.footerinner a:hover {color: #A1CD3A;}
.footer-shape-sect img {max-width: 100%;width: 100%;height: auto;}
.inner-section {height: 258px;z-index: 999;}
.innershape {position: absolute;bottom: 0;width: 100%;z-index: 99;}
.innershape .imgbg {width: 100%;background-repeat: no-repeat;background-position: center;height: 49px;}
.inner-section .tbl-cell {vertical-align: middle; text-align: left;}
.inner-section .slider-content {margin: 0 auto;}
.inner-section .bgoverlay {background-position: center 68%;z-index: 99;}
.single-casestudy .inner-section .bgoverlay {background-position: top center;}
.tax-product_cat .bgoverlay {
  background-size: cover;
  background-position: center;
}
.inner-section h1 {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 82px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #233F50;
  margin: 0px;
}
.abt-mdl-sct .home-mdl-shape {z-index: -9;}
.abt-mdl-sct .aboutbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 460px;
}
.abt-mdl-sct {position: relative;}
.weare-sect {
  padding: 40px 0px;
  text-align: center;
}
.weare-sect h3 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #233F50;
  margin: 5px 0px 9px 0px;
}
.weare-sect a {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #5D8636;
}
.weare-sect a:hover {color: #233F50;}
.testimonial-sect {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 627px;
}
.testi-sect {margin-top: 105px;}
#testimonial-slider {
  max-width: 84%;
  margin: 30px auto 0px auto;
}
.testimonial-inner {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 60px 40px 23px 40px;
  text-align: center;
}
.testimonial-inner img {
  margin-bottom: 20px;
}
.testimonial-inner p {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #838384;
}
.testimonial-inner h4 {
  border-top: 2px solid #F4F4F4;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #233F50;
  margin: 28px 0px 0px 0px;
  padding-top: 22px;
}
.testimonial-inner span {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #838384;
}
#testimonial-slider .owl-nav span {display: none;}
#testimonial-slider .owl-nav .owl-prev,#testimonial-slider .owl-nav .owl-next {font-size: 0px;}
#testimonial-slider .owl-nav .owl-prev {
  top: 30%;
  left: -80px;
  position: absolute;
}
#testimonial-slider .owl-nav .owl-next {
  top: 30%;
  right: -45px;
  position: absolute;
}
#testimonial-slider .owl-nav .owl-prev:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-228deg);
}
#testimonial-slider .owl-nav .owl-next:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}
.owl-dots {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #FFF !important;
  margin: 0px 7px;
  border-radius: 50%;
  display: inline-block;
}
.owl-dots .owl-dot.active {background: #fff !important;}
.product-listing-section {background: #FFF; padding-bottom: 60px;}
.product-listing-section .about-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  overflow: hidden;
}
.product-listing-section .product-btm-sect:first-child h1,.product-listing-section .product-btm-sect h2:first-child,.product-listing-section .product-btm-sect:first-child h3{border-bottom: 1px solid #233F50;}
.product-listing-section .about-left-inner {padding: 110px 55px 110px 60px;}
.product-listing-section .about-right-inner {padding: 110px 60px 110px 80px;}
.product-listing-section .about-left-inner h2 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #233F50;
  border-bottom: 1px solid #95979A;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.product-listing-section .about-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
}
.product-listing-section .featured-list-inner {margin: 0px 30px 30px 0px;}
.product-listing-section .featured-list-inner .featured-bg {height: 180px;}
.product-accordian {
  display: inline-block;
  width: 100%;
}
.product-item {
  padding: 5px 0px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.product-item > ul > li.menu-item {
  margin-bottom: 15px;
  position: relative;
}
.product-sec,.product-item > ul > li.menu-item > a {
  background: #EBEBEB;
  padding: 14px 25px 13px 25px;
  font-size: 18px;
  color: #233F50;
  font-family: "OpenSans-Bold";
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.product-ans,.product-item .sub-menu {
  padding: 15px 15px 7px 15px;
  display: none;
  list-style: none;
  position: relative;
}
.product-accordian .product-sec:before,.product-item > ul > li.menu-item > a:before {
  content: url("../images/filter-plus.svg");
  float: right;
  width: 11px;
  height: 11px;
}
.product-accordian .product-sec.open:before,.product-item > ul > li.menu-item > a.open:before {
  content: url("../images/filter-minus.svg");
  width: 11px;
  height: 1px;
  margin-top: -5px;
}
.navs li li { position: relative;}
.navs li li .sub-menu {
  padding: 0px 15px;
}
.navs span.carets {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: #ebebeb;
}
.navs span.carets::after {
  content: url('../images/filter-plus.svg');
  width: 20px;
  height: 18px;
  display: block;
  line-height: normal;
  padding: 4px 0px;
  margin: 0 auto;
  text-align: center;
}
.navs li.open span.carets::after {
  content: url('../images/filter-minus.svg');
  width: 20px;
  height: 2px;
  display: block;
  top: -5px;
  position: relative;
}

.product-ans li input[type="checkbox"] {
  display: none;
}
.product-item ul li.current-menu-item > a {
	color: #94C11E;
}
.product-ans li label {
  padding: 10px 0px;
  display: inline-block;
  cursor: pointer;
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #838384;
}
.product-ans li label:hover {
  color: #A1CD3A;
}
.product-btm-sect h3,.product-btm-sect h2,.product-btm-sect h4,.product-btm-sect h1 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #233F50;
}
.product-btm-sect #hide-less, .product-btm-sect #show-more {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #CFCFCF;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.product-btm-sect ul, .product-btm-sect ol {
  margin: 0px;
  padding-bottom: 18px;
}
.product-btm-sect ul li, .product-btm-sect ol li {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #838384;
  list-style: inside disc;
  padding: 3px 0px;
}
.product-btm-sect ol li { list-style: inside decimal;}
.product-btm-sect p {
  font-size: 14px;
  line-height: 20px;
  color: #838384;
}
.moreinfo-sect {padding-top: 210px;}
.faq-item {
  border-bottom: 1px solid #939598;
  padding: 15px 0px 10px 0px;
  margin-bottom: 15px;
}
.faq-list .faqsec {
  font-family: "DaysOne-Regular";
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #233F50;
  padding: 0px 35px 0px 0px;
  cursor: pointer;
  position: relative;
}
.faq-list .faqans {
  display: none;
  padding-top: 30px;
}
.faq-list .faqans h2,
.faq-list .faqans h3,
.faq-list .faqans h4 {
  font-size: 20px;
  text-align: left;
  border: none;
  margin-bottom: 20px;
  display: inline-block;
  color: #233F50;
  line-height: 30px;
}
.faq-list .faqans p {
  font-size: 16px;
  line-height: 26px;
}
.faq-list .faqans ul,.faq-list .faqans ol {
  padding: 0px 0px 12px 0px;
  margin: 0px;
}
.faq-list .faqans ul li,.faq-list .faqans ol li {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding: 3px 0px;
  color: #838384;
  list-style: inside disc;
}
.faq-list .faqans ol li {
  list-style: inside decimal;
}
.faq-list .faqsec:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 12px;
  float: right;
  right: 0;
  position: absolute;
  top: 2px;
}
.faq-list .faqsec.open:after {
  content: "\f068";
  float: right;
  position: absolute;
  right: 0;
  top: 1px;
}
.related-product {background: #F5F5F5; padding: 100px 0px 60px 0px;}
.single-product .related-product ul.products li h2.woocommerce-loop-product__title{width: 164px;}
.dw-mdl-sct {padding: 120px 0px;}
.dw-mdl-sct .common-listing{margin-top: 0px;}
.dw-list-inner {
  margin: 0 25px 25px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  display: flex;
  border: 2px solid #F4F4F4;
}
.dw-list-inner a {display: block; width: 100%;}
.dw-inner-info {
  width: 100%;
  height: 100%;
}
.dw-bg {
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
}
.dw-rgt-info {
  padding: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
}
.dw-rgt-info h2,.dw-rgt-info h3,.dw-rgt-info h4 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.dw-rgt-info p {
  font-size: 14px;
  line-height: 26px;
  color: #838384;
}
.dw-rgt-info .bgbtn {
  margin: 0px;
  min-width: 190px;
  padding: 13px 20px;
}
.news-list-sect .dw-list-inner {border: none;}
.news-list-sect .dw-list-inner a {display: block;width: 100%;}
.news-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 220px;
  width: 100%;
}
.news-details {
  position: absolute;
  bottom: 18px;
  left: 0px;
  z-index: 999;
  width: 100%;
  padding: 0px 20px;
}
.news-details h3,.news-details h4 {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #233F50;
  z-index: 999;
  width: 330px;
  margin-bottom: 0px;
  transition: .5s ease-in-out all;
  -webkit-transition: .5s ease-in-out all;
  -ms-transition: .5s ease-in-out all;
  -moz-transition: .5s ease-in-out all;
  -o-transition: .5s ease-in-out all;
}
.news-details .date {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #94C11E;
  margin-bottom: 5px;
}
.news-details .date span {color: #838384;}
.dw-list-inner:hover .news-bg h3 {color: #A1CD3A;}
.single-news-sect {padding: 130px 0px 200px 0px;}
.single-news-sect .container-inner {max-width: 80%;}
.single-news-inner {background: #FFF; padding: 80px 80px 60px 80px;}
.single-news-inner .newsdate {
  text-align: center;
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #A1CD3A;
  margin-bottom: 25px;
}
.single-news-inner .newsdate span {color: #838384;}
.single-news-inner h2,.single-news-inner h4,.single-news-inner h5,.single-news-inner h1 {
  font-size: 26px;
  line-height: 36px;
  color: #233F50;
  margin-top: 12px;
}
.single-news-inner h3 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #233F50;
  padding-bottom: 10px;
  margin: 30px 0px;
  border-bottom: 1px solid #939598;
}
.single-news-inner ul,.single-news-inner ol {
  padding: 0px 0px 20px 0px;
  margin: 0;
}
.single-news-inner ul li {
  list-style: inside disc;
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  line-height: 24px;
  color: #838384;
  padding: 3px 0px;
}
.single-news-inner ol li {
  list-style: inside decimal;
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  line-height: 24px;
  color: #838384;
  padding: 3px 0px;
}
.single-news-inner img {margin: 40px auto;max-width: 100%;height: auto;}
.single-btm {margin-top: 60px;}
.single-btm .about-table {align-items: center;}
.single-btm a,.single-btm span {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #233F50;
}
.single-btm a:hover {color: #94C11E;}
.single-btm span {display: inline-block; width: 100%;text-align: center;margin-bottom: 15px;}
.social-share ul li {display: inline-block;padding: 0px 7px;}
.social-share ul li img {margin: 0px;}
.faq-mdl-sct,.contact-mdl-sect {padding: 120px 0px;}
.rqst-mdl-sct {padding: 120px 0px 170px 0px;}
.contact-mdl-sect .about-left h3 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #233F50;
  border-bottom: 1px solid #939598;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.contactinfo ul li,.contactinfo ul li a {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #5D8636;
  padding: 8px 0px;
}
.contactinfo ul li a:hover {color: #94C11E;}
.contact-sect {margin-top: 25px;}
.contact-sect ul li {display: inline-block;padding-right: 10px;}
.cnt-request-sect {padding: 50px 0px;}
.gform_wrapper .top_label .gfield_label {display: none !important;}
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #838384;
  outline: none;
  padding: 0px 20px 3px 15px !important;
  margin-bottom: 0px;
  width: 100% !important;
  border-radius: 0 !important;
  font-family: 'OpenSans-Regular';
  font-size: 14px !important;
  line-height: 19px !important;
  color: #838384;
  overflow: auto;
}
.gform_wrapper .ginput_container select {
  padding: 12px 10px 13px 10px !important;
}
.gform_wrapper .ginput_container textarea {
  border: none;
  border-bottom: 1px solid #838384;
  margin-top: 10px;
  height: 100px !important;
  color: #838384 !important;
}
.gform_wrapper .gform_footer {padding-top: 10px !important;text-align: center;}
.gform_wrapper li.gfield.gfield_error {border:none !important;background: none !important;padding: 0px !important;}
.gform_wrapper .ginput_container input::-webkit-input-placeholder,.gform_wrapper .ginput_container textarea::-webkit-input-placeholder,.gform_wrapper .ginput_container select::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #838384;}
.gform_wrapper .ginput_container input::-moz-placeholder,.gform_wrapper .ginput_container textarea::-moz-placeholder,.gform_wrapper .ginput_container select::-moz-placeholder  {color: #838384;}
.gform_wrapper .ginput_container input:-ms-input-placeholder,.gform_wrapper .ginput_container textarea:-ms-input-placeholder,.gform_wrapper .ginput_container select:-ms-input-placeholder { /* IE 10+ */color: #838384;}
.gform_wrapper .ginput_container input:-moz-placeholder,.gform_wrapper .ginput_container textarea:-moz-placeholder,.gform_wrapper .ginput_container select:-moz-placeholder { /* Firefox 18- */color: #838384;}
.gform_wrapper ul.gform_fields li.gfield {margin: 0px 0px 15px 0px;}
.gform_wrapper .gform_footer input[type="submit"] {
  background: transparent;
  border: 1.5px solid #233F50;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #233F50 !important;
  margin-top: 20px;
  padding: 14px 28px 13px 28px !important;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  cursor: pointer;
  outline: none;
  min-width: 190px !important;
  font-family: 'OpenSans-Bold';
}
.gform_wrapper .gform_footer input[type="submit"]:hover {background: #233F50 !important;color: #FFF !important;}
.gform_wrapper div.validation_error {display: none;}
.gform_confirmation_message,.gform_wrapper .validation_message {
  font-family: 'OpenSans-Regular' !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #2E333A;
  margin-top: 15px;
}
.requestinner .gform_wrapper input[type="submit"] {margin-top: 0px;}   
.ui-datepicker {margin-top: 0px !important;}
.vertical-alignment-helper {display: table;height: 100%;width: 100%;}
.vertical-align-center {display: table-cell;vertical-align: middle;}
.mobile-version {display: none;}
.pagesect {z-index: 999;}
.pagesect h2,.pagesect .woocommerce h2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
}
.pagesect ul,.pagesect ol,.archive-results ul,.archive-results ol {
  padding: 0px 0px 20px 0px;
  margin: 0;
}
.pagesect p {font-size: 16px;line-height: 26px;}
.pagesect ul li,.archive-results ul li {
  list-style: inside disc;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #838384;
  padding: 3px 0px;
}
.pagesect ol li,.archive-results ol li {
  list-style: inside decimal;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #838384;
  padding: 3px 0px;
}
.pagesect .woocommerce ul,.pagesect .woocommerce ol {
  padding-bottom: 0px !important; 
}
.pagesect .woocommerce ul li,.pagesect .woocommerce ol li {
  list-style: none !important; 
}
.archive-sect {
  background: #FFF;
  padding-bottom: 0px;
}
.archive-results .entry-meta {
  margin-bottom: 20px;
}
.archive-results .post-thumbnail img {
  width: 100%;
  height: auto;
}
.archive-results .postbg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
}
.archive-results .bg-btn {
  margin-top: 0px;
}
.archive-results .pagination {
  text-align: center;
}
.archive-results .pagination .page-numbers {
  color: #FFF;
  padding: 0px 7px;
}
.archive-results .pagination .page-numbers.current,.archive-results .pagination .page-numbers:hover {
  color: #FEC24E;
}
.search-inners {
  margin: 10px 0px;
}
.search-inners a {
  color: #1E2420;
}
#read-more {
  display: none;
}
.home-mdl-sect .about-right .gform_wrapper ul li {
  list-style: none;
  margin-bottom: 10px;
}
.home-mdl-sect .about-right .gform_wrapper input[type="submit"] {
  margin-top: 0px;
}
.home-mdl-sect .about-right .gform_wrapper .gform_footer {
  text-align: left;
  padding: 0px !important;
}
.newspaginate {
  text-align: center;
}
.newspaginate .page-numbers {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #233F50;
  padding: 0px 4px;
}
.newspaginate .page-numbers.current,.newspaginate .page-numbers:hover {
  color: #94C11E;
}
/*---------------------------- comments ----------------------------*/
#comments {
  padding: 80px;
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #FFF;
  margin-top: 50px;
}
#comments h3 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #233F50;
  border-bottom: 1px solid #939598;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
#comments input#submit {
  background: transparent;
  border: 1.5px solid #233F50;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #233F50;
  margin-top: 5px;
  padding: 14px 28px 13px 28px !important;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  cursor: pointer;
  outline: none;
  min-width: 190px !important;
  font-family: 'OpenSans-Bold';
  width: auto;
}
#comments input#submit:hover {
  background: #233F50 !important;
  color: #FFF !important;
}
#comments label {
  font-weight: bold;
  color: #909090;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: none;
}
#comname, #comemail {
  width: 48.5%;
  float: left;
  box-sizing: border-box;
}
#comname {
  margin-right: 1.5%;
}
#comemail {
  margin-left: 1.5%;
}
#comments .author {
  float: left;
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #233F50;
  margin-bottom: 10px;
}
#comments .time {
  float: left;
  margin-left: 15px;
  margin-top: 3px;
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
  color: #838384;
}
#comments em {
  padding-bottom: 15px;
  display: block;
}
#reply-title {display: none;}
article #comments #comments_num {
  display: none;
}
#comments .commentlist {
  margin: 0px 0px 100px 0px;
  padding: 0;
}
#comments .comment.depth-1 {
  list-style: none;
  margin-bottom: 50px;
  color: #909090;
  border-bottom: 2px solid #F4F4F4;
}
#comments #respond {
  margin-top: 20px;
}
#comments input,#comments textarea {
  padding: 5px 10px 15px 10px;
  border: none;
  border-bottom: 1px solid #939598;
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #838384;
  width: 100%;
  outline: none;
}
#comments input::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #838384;}
#comments input::-moz-placeholder {color: #838384;}
#comments input:-ms-input-placeholder { /* IE 10+ */color: #838384;}
#comments input:-moz-placeholder { /* Firefox 18- */color: #838384;}
#comments .avatar {
  margin-right: 10px;
  float: left;
}
#comments .children {
  padding-left: 0;
}
#comments .children li {
  margin-left: 60px;
}
p.author, p.time {
  margin-bottom: 0;
}
.commentlist li:before {
  content: ' ';
  padding: 0;
  display: none;
}
.comment-form-cookies-consent {display: none;}
.gf-half {
  display: inline-block;
  width: 48%;
  margin-right: 25px;
}
.gf-half:nth-child(3n) {margin-right: 0px;}
#respond .error {color: #F00;}
.ginput_container_address span {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.related-news {padding: 80px 0px 100px 0px;}
.related.products {display: inline-block;width: 100%;}
.home-mdl-sect .entry-summary h2 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #233F50;
  border-bottom: 1px solid #939598;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.home-mdl-sect .entry-summary .bgbtn {
  margin-right: 13px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .woocommerce-loop-category__title {
  position: absolute;
  text-align: left;
  width: 84%;
  padding: 0px 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #233F50;
  z-index: 999;
  margin-bottom: 0px;
  transition: .5s ease-in-out all;
  -webkit-transition: .5s ease-in-out all;
  -ms-transition: .5s ease-in-out all;
  -moz-transition: .5s ease-in-out all;
  -o-transition: .5s ease-in-out all;
  bottom: 14px;
}
.woocommerce ul.products li.product-category a:after {
  content: url('../images/product-shape.png');
  width: 174px;
  height: 104px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title .count {display: none;}
.woocommerce ul.products li.product a img {
  margin-bottom: 0px;
}
.woocommerce ul.products li.product a:hover h2 {
  color: #A1CD3A;
}
.faqinner {display: flex; flex-wrap: wrap;}
.faqinner .lcol {
  flex: 0 0 44%;
  -ms-flex: 0 0 44%;
  margin: 0px 50px 20px 0px;
}
.woocommerce div.product div.summary,.woocommerce div.product div.images {width: 43%;}
.woocommerce div.product form.cart {margin-bottom: 5px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {background: #FFF !important; border: 1px solid #94C11E; padding: 10px 20px !important; transition: .5s ease-in-out all; -webkit-transition: .5s ease-in-out all; -ms-transition: .5s ease-in-out all; -moz-transition: .5s ease-in-out all; -o-transition: .5s ease-in-out all; display: inline-block; font-size: 12px !important; line-height: 19px; text-align: center; color: #94C11E !important; font-family: 'OpenSans-Bold'; text-transform: uppercase; border-radius: 0px !important; min-width: 159px;}
.woocommerce div.product form.cart .button {margin-top: 15px;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {background: #94C11E !important; color: #FFF !important;}
.woocommerce div.product form.cart .variations select,.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px 7px; 
}
fieldset {margin-bottom: 20px;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {background: transparent;}
.error-404 {text-align: center;z-index: 999;}
.error-404 .bgbtn {margin-top: 0px;}
.woocommerce ul.products li.product .price {display: none;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {margin-bottom: 1.992em;}
.product-item ul li a {padding: 10px 0px; display: inline-block; cursor: pointer; font-family: 'OpenSans-Regular'; font-style: normal; font-weight: normal; font-size: 18px; line-height: 28px; text-transform: uppercase; color: #838384; width: 85%;}
.product-item ul li a:hover,.product-item ul li.active a {
  color: #A1CD3A;
}
.footer-shape-sect {
  margin-top: -130px;
  position: relative;
  z-index: 9999; 
}
.related-cat-sect {
  margin-top: 25px;
}
.related-cat-sect .related-categories { margin-top: 10px;}
.woocommerce div.product form.cart{display: none;}
.sf-field-search label {
  width: 100%;
}
.sf-field-search .sf-input-text {
  width: 100%;
  padding: 7px 10px;
}
.product-listing-section .about-left-inner .searchandfilter h4 {
  font-family: 'DaysOne-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #233F50;
  border-bottom: 1px solid #95979A;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.searchandfilter li {position: relative;}
.searchandfilter input[type="checkbox"] {
  display: none;
}
.searchandfilter .sf-level-0 > label {
    background: #EBEBEB;
    padding: 12px 25px 11px 25px !important;
    font-size: 18px;
    color: #233F50;
    font-family: "OpenSans-Bold";
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}
.searchandfilter .carets {
    content: url(../images/filter-plus.svg);
    float: right;
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 25px;
}
.searchandfilter .children {
    padding: 15px 25px 10px 25px;
    list-style: none;
    margin-left: 0px;
    display: none;
}
.searchandfilter .children li label {
    padding: 3px 0px;
    display: inline-block;
    cursor: pointer;
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #838384;
}
.searchandfilter .children li label:hover {
    color: #A1CD3A;
}
.searchandfilter .children ul {
    padding: 10px 25px 0px 25px;
}
.searchandfilter .children ul li label {
  padding: 0px;
}
.searchandfilter .carets.open {
    content: url(../images/filter-minus.svg);
    top: 30px;
}
.pagesect table {
  table-layout: fixed;
}
.pagesect table figure {
    width: 100% !important;
    height: auto;
    margin: 0px;
}
.pagesect table figure img {
  max-width: 100%;
  height: auto;
}
.footer-logo img {margin: inherit;}
.instagram__link {display: inline-block;margin-top: 25px;}
.casestudylist {padding-bottom: 120px;}
.casestudylist .container-inner {max-width: 93%;}
.casestudylist .common-listing {margin-top: 0px;}
.casestudylist .common-listing-inner a {display: block;}
.casestudylist .news-bg {height: 300px;}
.casestudylist .news-details h4 {color: #94C11E; margin-top: 8px;}
.casestudylist .common-listing-inner:hover .news-bg h3 {color: #94C11E;}
.singlesect {padding: 130px 0px;overflow: hidden;}
.singlesect .container-inner {max-width: 58%;}
.singlesect h2,.relatedsect h2 {font-family: 'DaysOne-Regular'; font-style: normal; font-weight: normal; font-size: 37px; line-height: 46px; text-align: center; text-transform: uppercase; color: #A1CD3A; margin-bottom: 35px;}
.singlesect .gallery__sect {padding-bottom: 25px;}
.singledetails {margin-top: 10px;width: 70%;}
.singledetails .singleleft {display: inline-block; width: 45%; vertical-align: top; margin-right: 20px;}
.singledetails .single__inner {margin-bottom: 25px;}
.singledetails .single__inner label {font-size: 15px; color: #233F50; font-family: "OpenSans-Bold"; cursor: pointer; text-transform: uppercase; width: 100%; margin-bottom: 7px; display: inline-block;}
.singledetails .singleleft ul li {display: inline-block; vertical-align: middle; margin-right: 18px; line-height: 0px;}
.singledetails .singleleft ul li:first-child {font-size: 15px; color: #233F50; font-family: "OpenSans-Bold"; cursor: pointer; text-transform: uppercase;}
.singlebtn,.socialicons {margin-top: 8px;vertical-align: middle !important;}
.socialicons ul li a {background: #94C11E; width: 30px; height: 30px; display: inline-block; vertical-align: middle; line-height: 30px; text-align: center; border-radius: 50%; color: #FFF;}
.socialicons ul li a:hover {background: #233F50;}
.commonslider .item {background-size: cover;background-repeat: no-repeat;background-position: center;height: 480px; mix-blend-mode: normal; opacity: 0.50;}
/*.single-casestudy .gallerysect.commonslider .item {background-size: contain;}*/
.commonslider .owl-item.active .item {opacity: 1;}
.commonslider .owl-nav {position: absolute; top: 36%; left: 0; font-size: 0px; width: 100%;}
.commonslider .owl-prev,.commonslider .owl-next {position: relative;}
.commonslider .owl-prev {position: absolute;left: 0px;top: 0;}
.commonslider .owl-prev:after {content: ""; display: block; position: absolute; width: 40px; height: 40px; border-left: 3px solid #233F50; border-top: 3px solid #233F50; transform: rotate(-45deg); left: 290px; top: 0; }
.commonslider .owl-next {position: absolute;right: 0px;top: 0;}
.commonslider .owl-next:after {content: ""; display: block; position: absolute; width: 40px; height: 40px; border-left: 3px solid #233F50; border-top: 3px solid #233F50; transform: rotate(135deg); right: 290px; top: 0; }
.commonslider .owl-prev:hover:after,.commonslider .owl-next:hover:after {border-left: 3px solid #94C11E; border-top: 3px solid #94C11E; }
.commonslider .owl-dots {display: block; text-align: center; margin: 30px auto 50px auto;} 
.commonslider .owl-dots .owl-dot {width: 8px; height: 8px; background: #233F50 !important; margin: 0px 6px; border-radius: 50%; display: inline-block;outline: none;position: relative;}
.commonslider .owl-dots .owl-dot:after {border: 1px solid #FFF; content: ''; position: absolute; padding: 6px; left: -4px; top: -4px; border-radius: 100%;}
.commonslider .owl-dots .owl-dot.active,.commonslider .owl-dots .owl-dot:hover {background: #A1CD3A !important;}
.commonslider .owl-dots .owl-dot.active:after,.commonslider .owl-dots .owl-dot:hover:after {border: 1px solid #A1CD3A;}
.mobilegalleryslider {display: none !important;}
.relatedsect {background: #F5F5F5;padding: 90px 0px;}
.relatedsect .common-listing {margin-top: 55px;}
.viewall {text-align: center;margin-top: 40px;}
.viewall a {background: transparent; border: 1.5px solid #233F50; font-size: 12px; line-height: 16px; text-align: center; color: #233F50 !important; padding: 14px 28px 13px 28px !important; position: relative; letter-spacing: 2px; text-align: center; display: inline-block; transition: 0.5s ease-in-out all; -webkit-transition: 0.5s ease-in-out all; -ms-transition: 0.5s ease-in-out all; -moz-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all; cursor: pointer; outline: none; min-width: 190px !important; font-family: 'OpenSans-Bold'; text-transform: uppercase; font-weight: 700;}
.viewall a:hover {background: #233F50 !important; color: #FFF !important;}
.instagram__link svg:hover {fill: #233F50;}
@media screen and (min-width: 992px) {
  .common-listing-inner,.featured-list-inner {
    width: -webkit-calc((100% - (40px*2))/3); 
    width: -moz-calc((100% - (40px*2))/3);
    width: calc((100% - (40px*2))/3);
 }
  .product-listing-inner {
    width: -webkit-calc((100% - (35px*2))/3);
    width: -moz-calc((100% - (35px*2))/3);
    width: calc((100% - (35px*2))/3);
 }
  .product-listing-section .featured-list-inner {
    width: -webkit-calc((100% - (30px*2))/3);
    width: -moz-calc((100% - (30px*2))/3);
    width: calc((100% - (30px*2))/3);
 }
  .dw-list-inner {
    width: -webkit-calc((100% - 25px)/2);
    width: -moz-calc((100% - 25px)/2);
    width: calc((100% - 25px)/2);
 }
  .featured-list-inner:nth-child(3n),.product-listing-inner:nth-child(3n),.common-listing-inner:nth-child(3n),.dw-list-inner:nth-child(2n) {
    margin-right: -1px;
 }
}
@media screen and (min-width: 1025px) {
  .nav li > ul {
    display: none;
 }
  .nav > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
 }
  .nav > li > a {
    display: inline-block;
    padding: 39px 20px;
    position: relative;
 }
  .header-section {padding: 0px;}
  .nav a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    padding: 7px 20px 0px 20px;
    cursor: pointer;
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #233F50;
 }
  .nav li.callus a {
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #94C11E;
    padding-top: 37px;
 }
  .nav .has-mega-menu {
    position: static !important;
 }
  .nav li.has-mega-menu > .sub-menu {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0px;
    background: #ffffff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.203152);
    top: 102px;
    z-index: 9999;
 }
  .nav li.has-mega-menu:hover > .sub-menu {
    display: block;
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    padding: 15px 35px;
 }
  .nav li.has-mega-menu.open > .sub-menu {
    display: block;
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    padding: 15px 35px;
 }
  .nav li.menu-item-156.has-mega-menu {
    position: relative !important;
 }
  .nav li.menu-item-156.has-mega-menu:hover > .sub-menu {
    display: block;
    padding: 10px 0px 15px 0px;
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    width: 200px;
 }
  .nav li.mega-menu-column {
    max-width: 100%;
    min-height: 1px;
    padding: 0px 20px 15px 0px;
    width: 100%;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
 }
  .nav li.mega-menu-column a {
    padding: 15px 0px 20px 0px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    font-family: "OpenSans-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #233F50;
 }
  .nav li.mega-menu-column.noicon a {
    padding-left: 0px;
 }
  .nav li.mega-menu-column > a {
    border-bottom: 1px solid #95979A;
    padding-bottom: 12px;
    position: relative;
    font-family: 'DaysOne-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #81A240;
 }
  .nav li.mega-menu-column > a:hover {
    color: #1d3857 !important;
 }
  .nav li.mega-menu-column > a img {
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 9px;
 }
  .nav li.has-mega-menu.menu-item-has-children > a {
    position: relative;
 }
  .nav li li .sub-menu {
    display: block;
 }
  .nav .sub-menu li li a {
    padding: 5px 0px;
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #838384;
    border-bottom: 1px solid #95979A;
    text-transform: inherit;
 }
  .nav > li.has-mega-menu > a:after {
    content: "\f067";
    font-family: 'FontAwesome';
    margin-left: 5px;
    color: #233F50;
    font-size: 10px;
    vertical-align: top;
 }
  .nav > li.has-mega-menu.open > a::after,.nav > li.has-mega-menu:hover > a:after {
    content: "\f068";
    font-family: 'FontAwesome';
    margin-left: 5px;
    color: #233F50;
    font-size: 10px;
    vertical-align: top;
 }
  .nav li.mega-menu-column a:hover,
  .nav li.mega-menu-column.current-menu-item > a,
  .nav .sub-menu li li.current-menu-item a,
  .nav li a:hover,.nav > li.has-mega-menu > a:hover:after {
    color: #94C11E;
 }
  .nav li.callus a:hover {
    color: #233F50;
 }
  .nav > li.has-mega-menu:hover > a:before {
    position: absolute;
    left: 0px;
    margin: 0px auto;
    bottom: 0px;
    width: 0;
    height: 0;
    content: "";
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #fff;
    right: 0;
    z-index: 99999;
 }
  .featured-list-inner {
    width: -webkit-calc((100% - (40px*3))/4);
    width: -moz-calc((100% - (40px*3))/4);
    width: calc((100% - (40px*3))/4);   
 }
  .product-listing-section .featured-list-inner {
    width: -webkit-calc((100% - (30px*3))/4);
    width: -moz-calc((100% - (30px*3))/4);
    width: calc((100% - (30px*3))/4);   
 }
  .featured-list-inner:nth-child(3n) {
    margin-right: 40px;
 }
  .product-listing-section .featured-list-inner:nth-child(3n) {
    margin-right: 30px;
 }
  .featured-list-inner:nth-child(4n) {
    margin-right: -1px;
 }
  .cnt-request-sect .gform_wrapper {max-width: 55%;margin: 0 auto;}
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding-right: 16px;
      float: none;
 }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
 }
}
@media (max-width: 1000px) {
  .requestinner {padding: 40px;} .container-inner {max-width: 90%;}
  .product-listing-section .about-left-inner,.product-listing-section .about-right-inner {padding: 50px 25px;}
  .slider-content h2, .slider-content h3, .inner-section h1 {font-size: 45px;line-height: 55px;}
  .galleryslider {display: none !important;}
  .mobilegalleryslider {display: block !important;}
  .singlesect .container-inner {max-width: 75%;}
  .commonslider .owl-prev:after {left: 30px;}
  .commonslider .owl-next:after {right: 30px;}
}
@media (max-width: 1200px) {
  .modal {overflow: scroll;}
  .request-sect {padding: 50px 0px;}
  .paddingtop,.home .logosect {padding: 70px 0px;}
  .home-mdl-sect {padding: 130px 0px 70px 0px;}
  .home-mdl-sect .about-right {flex: 0 0 47%;}
  .home-mdl-sect .about-right h1 {font-size: 28px;line-height: 38px;}
  .home-mdl-sect .about-right h2 {font-size: 24px; line-height: 34px;}
  .container-inner,.casestudylist .container-inner,.singlesect .container-inner {max-width: 100%;}
  .logosect {padding: 70px 0px 0px 0px;}
  .abt-mdl-sct{padding-bottom: 0px;}
  .page-template-sample .home-mdl-sect{ padding: 90px 0px;}
  .product-ans li label{font-size: 16px;line-height: 26px;}
  .product-ans {padding: 20px 15px 10px 15px;}
  .woocommerce div.product div.summary, .woocommerce div.product div.images {width: 46%;}
  .moreinfo-sect {padding-top: 150px !important;}
  .casestudylist {padding: 70px 0px;}
}
@media (max-width: 1100px) {
  .nav > li > a {padding: 39px 12px;}
}
@media (max-width: 1024px) {
  .menu-toggle {width: 40px;height: 40px;cursor: pointer;z-index: 99999;position: fixed;top: 35px;right: 25px;}
  .desktop-version {display: none;}
  .mobile-version {display: block;}
  .responsive-menu {
    display: block;
    float: right;
    width: 40px;
    cursor: pointer;
 }
  .header-logo {
    position: relative;
    z-index: 999;
    padding: 0px;
    margin: 0px;
 }
  .one, .two, .three {
    width: 100%;
    height: 5px;
    background: #1E2420;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    border-radius: 5px;
 }
  .header-section {
    padding: 0px;
 }
  .header-section .container {
    height: 100%;
    padding: 0px;
 }
  .header-inner {
    margin-bottom: 0px;
    height: 100%;
    border-bottom: 0px;
 }
  .header-section .header-amins {
    display: inline-block;
    position: relative;
    z-index: 99999;
    width: 100%;
    padding: 30px 25px;
 }
  .header-section.on .header-amins {
    padding: 0px;
    background: #FFF;
 }
  .header-section.on {
    height: 100%;
    position: fixed;
    background: #fff;
    padding: 30px 25px;
 }
  .menu-section.on {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top:0px;
    margin: 0px;
    overflow-y: scroll;
 }
  .menu-toggle.on .two {
    opacity: 0;
 }
  .menu-toggle.on {
    top: 53px;
    position: fixed;
    right: 25px;
    height: 38px;
 }
  .header-middle {display: none;}
  .nav {
    margin: 0;
    padding: 0px;
    list-style: none;
    margin: 5em auto 2em auto;
 }
  .nav.hidden {
    display: none;
 }
  .nav > li {
    float: none !important;
    padding: 0px !important;
    display: block !important;
    position: relative;
 }
  .menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
    background: #233F50;
 }
  .menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
    background: #233F50;
 }
  .nav li a {
    padding: 10px 0px !important;
    width: 90%;
    text-align: left;
    font-weight: normal;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    text-transform: inherit;
    color: #233F50 !important;
 }
  .nav li {
    position: relative;
 }
  .nav li > ul {
    display: none;
 }
  .nav li.open > .sub-menu {
    display: block !important;
 }
  .nav .sub-menu li a {
    padding: 6px 0px 6px 25px !important;
    text-transform: inherit;
    font-size: 16px;
 }
  .nav .sub-menu li li a {
    padding: 6px 0px 6px 45px !important;
    font-size: 15px;
    line-height: 20px;
    text-transform: inherit;
 }
  span.carets,span.newcarets {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 0px 15px 15px;
    display: block;
 }
  span.newcarets {
    padding: 10px 0px 10px 15px;
 }
  span.carets::after,span.newcarets::after {
    content: url(../images/menu-plus.svg);
    width: 20px;
    height: 18px;
    display: block;
    line-height: normal;
 }
  .nav li.open span.carets::after,.nav li li.open span.newcarets::after {
    content: url('../images/menu-minus.svg');
    width: 20px;
    height: 2px;
    display: block;
    top: -7px;
    position: relative;
 }
  .admin-bar .menu-toggle {top: 65px;}
  .slider-content h2 {font-size: 50px; line-height: 60px;}
  .home-industry-inner {padding: 0px 9px;}
  .home-industry-list {flex-wrap: wrap;}
  .home-industry-inner {flex: 0 0 20%; margin-bottom: 30px;}
  #testimonial-slider .owl-nav .owl-prev {left: -40px;}
  #testimonial-slider .owl-nav .owl-next {right: -10px;}
  .home-mdl-sect .entry-summary .bgbtn {min-width: 170px;}
}
@media (max-width: 992px) {
  .common-listing-inner,.featured-list-inner {
    width: -webkit-calc((100% - 40px)/2);
    width: -moz-calc((100% - 40px)/2);
    width: calc((100% - 40px)/2);
 }
  .product-listing-inner {
    width: -webkit-calc((100% - 35px)/2);
    width: -moz-calc((100% - 35px)/2);
    width: calc((100% - 35px)/2);
 }
  .dw-list-inner {
    width: -webkit-calc((100% - 25px)/2);
    width: -moz-calc((100% - 25px)/2);
    width: calc((100% - 25px)/2);
 }
  .product-listing-inner:nth-child(2n),.featured-list-inner:nth-child(2n),.common-listing-inner:nth-child(2n),.dw-list-inner:nth-child(2n) {
    margin-right: -1px;
 }
  .product-listing-inner:nth-child(2n+1),.featured-list-inner:nth-child(2n+1),.common-listing-inner:nth-child(2n+1) {
    margin-right: 35px;
 }
  .request-sect .about-table {display: block;text-align: center;}
  .footer-sect .footershape {display: none;}
  .footer-sect .about-right {-ms-flex: 0 0 65%;flex: 0 0 65%;}
  .slider-content h2,.slider-content h3,.inner-section h1 {font-size: 40px;line-height: 50px;}
  .commonsect h2 {font-size: 30px;line-height: 40px;}
  .home-mdl-sect {padding: 90px 0px;}
  .abt-mdl-sct,.weare-sect {padding-bottom: 0px;}
  .rqst-mdl-sct {padding-bottom: 90px;}
  .abt-mdl-sct .aboutbg {height: 350px;}
  .woocommerce ul.products li.product {
    margin: 0 25px 25px 0;
    width: calc(34% - 25px);
    clear: none;
 }
  .woocommerce ul.products li.product:nth-child(3n) { margin-right: 0px;}
  .product-ans li label {
    font-size: 15px;
    line-height: 26px;
    padding: 5px 0px;
 }
  .woocommerce div.product div.summary, .woocommerce div.product div.images {width: 100%;}
  .woocommerce div.product div.summary {margin-top: 70px;}
  .moreinfo-sect {padding-top: 40px !important;}
  .faq-list .faqsec {font-size: 18px;line-height: 26px;}
  .dw-inner-info {width: 100%;height: auto;}
  .dw-list-inner {display: block;}
  .dw-bg {height: 300px;}
  .single-news-sect .container-inner {max-width: 90%;}
  .single-news-inner,#comments {padding: 40px 40px 60px 40px;}
  .single-news-inner h2, .single-news-inner h4, .single-news-inner h5, .single-news-inner h1 {font-size: 22px; line-height: 32px;}
  .product-listing-section .about-table {display: block;}
  .singlesect h2, .relatedsect h2 {font-size: 26px;line-height: 36px;}
  .singledetails {width: 100%;}
  .singledetails .singleleft:nth-child(2n) {margin-right: 0px;}
  .commonslider .item {height: 400px;}
  .casestudylist .news-bg {height: 250px; }
  .commonslider .owl-nav {top: 31%;}
}
@media (max-width: 770px) {
  .admin-bar .menu-toggle,.admin-bar .menu-toggle.on {top: 78px;}
  .commonsect h2 {font-size: 26px;line-height: 36px;}
  .slider-content h2, .slider-content h3, .inner-section h1 {font-size: 30px;line-height: 40px;}
  .dw-rgt-info {padding: 25px;}
  .single-news-sect .container-inner {max-width: 100%;}
  .woocommerce-account .woocommerce-MyAccount-content {margin-top: 35px;}
}
@media (max-width: 670px) {
  .home-industry-inner {flex: 0 0 25%;}
  .home-mdl-sect .about-table {display: block;}
  .home-mdl-sect .about-right {margin-top: 50px;display: inline-block;width: 100%;}
  .weare-sect h3 {font-size: 16px;}
  .dw-bg {height: 250px;}
}
@media (max-width: 639px) {
  #wpadminbar {position: fixed;}
  .abt-mdl-sct .aboutbg {height: 300px;}
  .commonsect h2,.requestinner h3,.home-mdl-sect .about-right h1,.pagesect h2, .pagesect .woocommerce h2 {font-size: 26px;line-height: 36px;}
}
@media (max-width: 570px) {
  .dw-list-inner {width: 100%;margin-right: 0px;}
  .footer-shape-sect {display: none;}
  .commonslider .item {height: 300px;}
  .singlebtn .bgbtn {min-width: 100%;}
  .singledetails .singleleft ul li {margin-right: 10px;}
  .commonslider .owl-nav {
      top: 26%;
  }
}
@media (max-width: 480px) {
  .slider-section {height: auto;}
  .inner-section {height: 258px;}
  .slider-content h2, .slider-content h3,.request-sect .about-left h3 {font-size: 30px;line-height: 40px;}
  .commonsect h2,.requestinner h3,.home-mdl-sect .about-right h1,.pagesect h2, .pagesect .woocommerce h2 {font-size: 24px;line-height: 34px;}
  .home-industry-inner {flex: 0 0 50%;}
  .product-listing-inner,.common-listing-inner, .featured-list-inner,.dw-list-inner {width: 100%;margin-right: 0px;}
  .product-listing-inner:nth-child(2n+1), .featured-list-inner:nth-child(2n+1), .common-listing-inner:nth-child(2n+1) {margin-right: 0px;}
  .footer-sect .about-table {display: block;}
  .footerinner {width: 100%;margin-top: 30px;text-align: center;}
  .footermenu {width: 100%;margin-left: 0px;}
  .footerinner ul li, .footerinner ul li a, .footerinner a {line-height: 26px;}
  .dw-rgt-info .bgbtn {min-width: 100%;}
  .single-news-inner,#comments {padding: 30px 25px 40px 25px;}
  .single-news-inner h2, .single-news-inner h4, .single-news-inner h5, .single-news-inner h1 {font-size: 20px; line-height: 30px;}
  .single-btm .about-table {display: block;text-align: center;}
  .social-share {margin-top: 25px;}
  .footer-logo img {margin: 0 auto;}
  .instagram__link {display: inline-block;margin-top: 25px;width: 100%;}
  .casestudylist .news-bg {height: 300px; }
}
@media (max-width: 479px) {
  .woocommerce ul.products li.product {width: 100% !important;margin: 0px 0px 35px 0px !important;}
}
@media (max-width: 360px) {
  .testimonial-inner{ padding: 15px 20px 20px 21px;}
  .casestudylist .news-bg {height: 250px; }
}
.woocommerce img, .woocommerce-page img {
    width: 100%;
}
.single-casestudy .gallerysect .owl-carousel .owl-item {background-color: black; }