@font-face {
  font-family: "AktivGrotesk-Bold";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Bold.eot")
    format("embedded-opentype");
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Bold.woff") format("woff"),
    url("../fonts/AktivGrotesk/AktivGrotesk-Bold.ttf") format("truetype"),
    url("../fonts/AktivGrotesk/AktivGrotesk-Bold.svg#AktivGrotesk-Bold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk-Light";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Light.eot")
    format("embedded-opentype");
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Light.woff") format("woff"),
    url("../fonts/AktivGrotesk/AktivGrotesk-Light.ttf") format("truetype"),
    url("../fonts/AktivGrotesk/AktivGrotesk-Light.svg#AktivGrotesk-Light")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk-Medium";
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Medium.eot")
    format("embedded-opentype");
  src: url("../fonts/AktivGrotesk/AktivGrotesk-Medium.woff") format("woff"),
    url("../fonts/AktivGrotesk/AktivGrotesk-Medium.ttf") format("truetype"),
    url("../fonts/AktivGrotesk/AktivGrotesk-Medium.svg#AktivGrotesk-Medium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dosis-Bold";
  src: url("../fonts/Dosis/Dosis-Bold.eot") format("embedded-opentype");
  src: url("../fonts/Dosis/Dosis-Bold.woff") format("woff"),
    url("../fonts/Dosis/Dosis-Bold.ttf") format("truetype"),
    url("../fonts/Dosis/Dosis-Bold.svg#Dosis-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dosis-Medium";
  src: url("../fonts/Dosis/Dosis-Medium.eot") format("embedded-opentype");
  src: url("../fonts/Dosis/Dosis-Medium.woff") format("woff"),
    url("../fonts/Dosis/Dosis-Medium.ttf") format("truetype"),
    url("../fonts/Dosis/Dosis-Medium.svg#Dosis-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dosis-Regular";
  src: url("../fonts/Dosis/Dosis-Regular.eot") format("embedded-opentype");
  src: url("../fonts/Dosis/Dosis-Regular.woff") format("woff"),
    url("../fonts/Dosis/Dosis-Regular.ttf") format("truetype"),
    url("../fonts/Dosis/Dosis-Regular.svg#Dosis-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dosis-SemiBold";
  src: url("../fonts/Dosis/Dosis-SemiBold.eot") format("embedded-opentype");
  src: url("../fonts/Dosis/Dosis-SemiBold.woff") format("woff"),
    url("../fonts/Dosis/Dosis-SemiBold.ttf") format("truetype"),
    url("../fonts/Dosis/Dosis-SemiBold.svg#Dosis-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Light";
  src: url("../fonts/Avenir/Avenir-Light.eot") format("embedded-opentype");
  src: url("../fonts/Avenir/Avenir-Light.woff") format("woff"),
    url("../fonts/Avenir/Avenir-Light.ttf") format("truetype"),
    url("../fonts/Avenir/Avenir-Light.svg#Avenir-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dosis-Light";
  src: url("../fonts/Dosis/Dosis-Light.eot") format("embedded-opentype");
  src: url("../fonts/Dosis/Dosis-Light.woff") format("woff"),
    url("../fonts/Dosis/Dosis-Light.ttf") format("truetype"),
    url("../fonts/Dosis/Dosis-Light.svg#Dosis-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  font-family: "AktivGrotesk-Light";
  background: #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 24px;
  color: #8bc53f;
  margin-bottom: 20px;
  line-height: 30px;
}
h2 {
  font-size: 28px;
  color: #8bc53f;
  margin-bottom: 20px;
  line-height: 30px;
}
h3 {
  color: #3b3b3b;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  margin: 25px 0px;
  line-height: 28px;
  color: #3b3b3b;
}
h5 {
  font-size: 16px;
  color: #3b3b3b;
}
ul {
  margin: 0;
  padding: 0px;
}
a {
  color: #3b3b3b;
  text-decoration: none;
  cursor: pointer;
}
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: #8bc53f;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  color: #3b3b3b;
  line-height: 30px;
  font-size: 18px;
  font-family: "AktivGrotesk-Light";
}
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;
}
.paddingtop {
  padding: 100px 0px;
}
.inline-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-inner {
  max-width: 80%;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.header-section {
  background-color: #fff;
  padding: 15px 0px 0px 0px;
  float: left;
  width: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2px;
}
.header_logo {
  float: left;
}
.header_logo img {
  width: 220px;
  height: auto;
}
.menu-sect {
  float: left;
  width: 62%;
  text-align: center;
}
.logo-right {
  float: right;
  vertical-align: middle;
  width: 17%;
  text-align: right;
  padding: 17px 0px;
}
.logo-right .fa.fa-phone {
  background: #8bc53f;
  width: 30px;
  border-radius: 100%;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-right: 10px;
}
.logo-right a {
  font-size: 20px;
  padding-left: 13px;
  font-family: "AktivGrotesk-Medium";
}
.top-section {
  padding: 5px 0px;
  float: left;
  width: 100%;
  background-color: #f2f2f2;
}
.search-section {
  float: right;
  position: relative;
}
.search-section .fa-search {
  color: #8e8e8f;
  cursor: pointer;
}
.search-form {
  display: none;
  background: #3b3b3b;
  padding: 20px;
  position: absolute;
  z-index: 999;
  top: 26px;
  right: 0;
}
.search-form .search-iner {
  position: relative;
}
.search-form .search-field::-webkit-input-placeholder,
.join-newsletter-right input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.search-form .search-field::-moz-placeholder,
.join-newsletter-right input[type="text"]::-moz-placeholder {
  color: #fff;
}
.search-form .search-field:-ms-input-placeholder,
.join-newsletter-right input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.search-form .search-field:-moz-placeholder,
.join-newsletter-right input[type="text"]:-moz-placeholder {
  color: #fff;
}
.search-form .search-field {
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  color: #fff;
  padding: 5px 10px;
  outline: none;
}
.search-form #searchsubmit {
  font-family: FontAwesome;
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  top: 6px;
  right: 3px;
}
.slider-section {
  position: relative;
}
.home-get-touch {
  position: absolute;
  top: 45%;
  right: -35px;
  z-index: 999;
  transform: rotate(270deg);
}
.home-get-touch a {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 155px;
  height: 45px;
  text-transform: inherit;
  color: #fff;
  font-size: 22px;
  background: #8bc53f;
  display: inline-block;
  line-height: 46px;
  padding: 5px 0px;
  margin-top: 30px;
  font-family: "Dosis-SemiBold";
  text-align: center;
}
.home-get-touch a:hover {
  background-color: #293249;
}
.home-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  display: table;
  width: 100%;
}
.home-banner .container {
  height: 100%;
  display: table-cell;
}
.banner-layer {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-content {
  max-width: 80%;
  height: 100%;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}
.banner-content .tbl-cell {
  text-align: left;
}
.banner-content h3 {
  font-size: 60px;
  line-height: 75px;
  text-transform: capitalize;
  color: #fff;
  font-weight: normal;
  width: 70%;
  font-family: "AktivGrotesk-Bold";
}
.banner-content h5,
.banner-content h4 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
  width: 70%;
  font-family: "AktivGrotesk-Bold";
}
.banner-content .bg-btn {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Dosis-Medium";
}
.banner-content .bg-btn:hover {
  color: #8bc53f;
}
.banner-content .bg-btn:after {
  content: url(../images/slider-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
}
.home-logos {
  background-color: #3b3b3b;
  text-align: center;
  padding: 30px 0px;
}
.home-logos h2 {
  color: #fff;
  font-family: "Dosis-SemiBold";
  font-size: 25px;
}
.home-logos li {
  display: inline-block;
  padding: 35px 0px;
  margin: 0 20px;
  vertical-align: top;
}
.horizontal {
  display: flex;
  justify-content: center;
  height: 100%;
}
.vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-logos .logoimg {
  background: #eaeaea;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  line-height: 155px;
  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;
}
.home-logos li p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  text-transform: uppercase;
  width: 170px;
  font-family: "Dosis-SemiBold";
  letter-spacing: 2px;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
}
.home-logos li:hover .logoimg {
  background-color: #8bc53f;
}
.home-logos li:hover p {
  color: #8bc53f;
}
.home-middle-sect {
  background-color: #eaeaea;
  padding: 60px 0px 50px 0px;
}
.home-middle-iner {
  max-width: 80%;
  margin: 0 auto;
}
.home-middle-iner h3 {
  font-size: 40px;
  color: #3b3b3b;
  line-height: 55px;
  width: 100%;
  margin-bottom: 0px;
  font-family: "Dosis-Medium";
  letter-spacing: 2px;
}
.home-middle-iner p {
  font-size: 20px;
  float: right;
  width: 100%;
  margin-top: 0px;
  font-family: "AktivGrotesk-Light";
  line-height: 30px;
  color: #3b3b3b;
}
.properly-work {
  background-color: #fff;
  padding: 50px 0px;
}
.properly-work h3 {
  color: #8bc53f;
  line-height: 55px;
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
  font-family: "Dosis-Bold";
}
#logo-slider .owl-item img {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  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;
  max-height: 140px;
}
#logo-slider .owl-item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.featured-section {
  padding: 50px 0px;
  background: #fff;
}
.featured-header {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.featured-header h2 {
  width: 50%;
  display: inline-block;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 23px;
  font-family: "AktivGrotesk-Bold";
  font-weight: normal;
  letter-spacing: 2px;
}
.featured-header a {
  float: right;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 6px;
  color: #8e8e8f;
  font-family: "Dosis-Medium";
}
.featured-header a:after {
  content: url(../images/catalogue-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
}
.featured-header a:hover {
  color: #8bc53f;
}
.featured-inner {
  float: left;
  margin: 0 35px 35px 0;
  position: relative;
  overflow: hidden;
}
.featured-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}
.featured-inner .overlay {
  background-color: rgba(42, 49, 71, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}
.featured-inner span {
  border-bottom: 7px solid #8bc53f;
  width: 100%;
  display: inline-block;
  opacity: 0;
  z-index: 999;
  position: absolute;
  bottom: 0;
  font-size: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}
.featured-inner:hover span {
  opacity: 1;
}
.featured-inner .overlay h3 {
  color: #fff;
  font-size: 25px;
  position: relative;
  margin: 0;
  padding: 32px 25px;
  line-height: 35px;
  font-family: "Dosis-SemiBold";
}
.featured-inner .overlay .explore {
  left: 24px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 24px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  font-family: "Dosis-Medium";
}
.featured-inner .overlay .explore:after {
  content: url(../images/learn-more-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
}
.featured-inner:hover .explore {
  color: #8bc53f;
}
.featured-listing-left {
  float: left;
  width: 51.45%;
}
.featured-listing-right {
  float: left;
  width: 48.45%;
}
.featured-listing-left .featured-bg {
  height: 535px;
}
.call-now {
  padding: 70px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.call-now-inner {
  float: right;
  width: 50%;
}
.call-now-inner h3 {
  color: #8bc53f;
  font-size: 58px;
  margin: 0px;
  line-height: 60px;
  display: inline-block;
  width: 100%;
  font-family: "AktivGrotesk-Medium";
  letter-spacing: 3px;
}
.call-now-inner h4 {
  color: #fff;
  font-weight: normal;
  font-size: 58px;
  line-height: 50px;
  margin: 8px 0px 20px 0px;
  font-family: "Dosis-Medium";
  letter-spacing: 3px;
}
.call-now-inner .fa.fa-phone {
  background: #8bc53f;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 42px;
  color: #313d5b;
}
.call-now-inner a.phones {
  font-size: 30px;
  padding-left: 13px;
  color: #8bc53f;
  font-weight: bold;
  font-family: "AktivGrotesk-Medium";
  letter-spacing: 2px;
}
.call-now-inner .get-touch {
  width: 100%;
  display: inline-block;
}
.call-now-inner .get-in-touch {
  width: 230px;
  height: 70px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  background: #828e96;
  display: inline-block;
  line-height: 72px;
  padding: 0px 30px;
  margin-top: 10px;
  font-family: "Dosis-Medium";
  letter-spacing: 1px;
}
.call-now-inner .get-in-touch:hover {
  background-color: #8bc53f;
}
.call-now-inner .get-in-touch:after {
  content: url(../images/get-in-touch-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  margin-top: 8px;
}
.news-section {
  padding: 135px 0px 80px 0px;
}
.news-section-list {
  background: #fff;
  display: inline-block;
  width: 100%;
}
.news-listing {
  max-width: 90%;
  display: block;
  margin: 0px auto;
}
.news-section-inner {
  float: left;
  margin: 0 70px 30px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 12px 0px rgba(226, 226, 226, 1);
}
.news-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}
.news-details {
  padding: 15px 20px;
  display: inline-block;
}
.news-details h3 {
  color: #3b3b3b;
  font-weight: normal;
  font-size: 25px;
  margin: 40px 0px 55px 0px;
  font-family: "Dosis-Light";
  line-height: 32px;
  min-height: 65px;
}
.news-details .read-more {
  color: #8e8e8f;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Dosis-Medium";
  float: left;
  width: 100%;
  text-align: left;
}
.news-details .read-more:hover {
  color: #8bc53f;
}
.news-details .read-more:after {
  content: url(../images/catalogue-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
}
.product-listing-iner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-listings {
  background: #fff;
}
.product-listing-left {
  padding: 80px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  overflow: hidden;
}
.product-listing-left h3 {
  color: #3b3b3b;
  font-size: 25px;
  border-bottom: 4px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-family: "Dosis-SemiBold";
}
.product-accordian {
  display: inline-block;
  width: 100%;
}
.product-item {
  padding: 5px 0px;
  display: inline-block;
  width: 100%;
}
.product_sec {
  background: #d8d8d8;
  padding: 11px 25px 12px 25px;
  font-size: 25px;
  color: #4c5672;
  font-family: "Dosis-Medium";
  cursor: pointer;
}
.product_ans {
  padding: 20px 25px 15px 25px;
  display: none;
}
.product_ans {
  list-style: none;
}

.product-listing-left .product_sec:before {
  content: url("../images/plus.svg");
  float: right;
  transition: all 0.5s;
  font-size: 18px;
  color: #4c5672;
  margin-top: 8px;
}
.product-listing-left .product_sec.open:before {
  content: url("../images/minus.svg");
  margin-top: 3px;
}
.product_ans li input[type="checkbox"] {
  display: none;
}
.product_ans li label {
  color: #8e8e8f;
  font-size: 17px;
  text-transform: uppercase;
  padding: 7px 0px;
  display: inline-block;
  font-family: "Dosis-Medium";
  cursor: pointer;
}
.product_ans li label:hover {
  color: #8bc53f;
}
.product-listing-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  background: #f2f2f2;
  padding: 80px 25px;
}
.product-listing-right h2 {
  color: #3b3b3b;
  font-size: 22px;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "AktivGrotesk-Medium";
  letter-spacing: 3px;
}
.product-listing-right h2 span {
  font-weight: normal;
  font-family: "AktivGrotesk-Light";
}
.product-listing-right p {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 30px;
  font-family: "AktivGrotesk-Light";
}
.product-listing-right-inner {
  margin-top: 35px;
}
.product-listing-right h4 {
  color: #3b3b3b;
  font-size: 25px;
  margin-bottom: 15px;
  font-family: "Dosis-SemiBold";
}
.sinlge-product-sect {
  padding: 60px 0px;
}
.sinlge-product-sect h2 {
  font-size: 50px;
  color: #3b3b3b;
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
  font-family: "Dosis-Medium";
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 58px;
}
.sinlge-product-sect p.sub-title {
  color: #3b3b3b;
  font-size: 25px;
  line-height: 30px;
  font-family: "Dosis-Light";
}
.sinlge-product-sect-inner {
  margin-top: 45px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sinlge-product-sect-left {
  padding: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  overflow: hidden;
}
.slick-slide img {
  width: 100%;
}
.slider-nav-thumbnails {
  margin-top: 20px;
}
.slider-nav-thumbnails .slick-slide {
  margin: 0px 5px;
  border: 2px solid transparent;
}
.slider-nav-thumbnails .slick-current {
  border: 2px solid #8bc53f;
}
.sinlge-product-sect-right {
  padding: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  overflow: hidden;
}
.sinlge-product-sect-right h3 {
  color: #3b3b3b;
  font-size: 25px;
  font-family: "Dosis-SemiBold";
}
.sinlge-product-sect-right p {
  color: #3b3b3b;
  font-size: 17px;
  line-height: 26px;
  font-family: "AktivGrotesk-Light";
}
.sinlge-product-sect-right .get-in-touch {
  width: 230px;
  height: 70px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  background: #293249;
  display: inline-block;
  line-height: 72px;
  padding: 0px 20px;
  margin-top: 45px;
  font-family: "Dosis-Medium";
  margin-right:20px;
}
.sinlge-product-sect-right .get-in-touch:hover {
  background-color: #8bc53f;
}
.sinlge-product-sect-right .get-in-touch:after {
  content: url(../images/get-in-touch-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  margin-top: 8px;
}
.share-icons {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.share-icons span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  vertical-align: middle;
  color: #8e8e8f;
  font-family: "Dosis-Medium";
}
.share-icons ul {
  display: inline-block;
  padding-left: 20px;
}
.share-icons ul li {
  display: inline-block;
}
.share-icons ul li a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  background: #c1c1c1;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  margin: 0px 3px;
  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;
}
.share-icons ul li a:hover {
  border: 1px solid #8bc53f;
  background: #8bc53f;
}
.product-features-inner .features_sec {
  background: #fff;
  border: 1px solid #3b3b3b;
  padding: 20px 25px 20px 15px;
  color: #3b3b3b;
  font-size: 25px;
  line-height: 25px;
  border-bottom: none;
  cursor: pointer;
  font-family: "Dosis-SemiBold";
}

.product-features {
  padding-bottom: 50px;
}

.product-features-inner .features-item:last-child .features_sec {
  border-bottom: 1px solid #3b3b3b;
}
.product-features-inner .features_sec.open {
  border-bottom: 1px solid #3b3b3b;
}
.product-features-inner .features_ans {
  background: #ececec;
  display: none;
  width: 100%;
}
.product-features-inner .features_sec img {
  vertical-align: bottom;
  padding-right: 10px;
}
.product-features-inner .features-ans-inner {
  padding: 35px 100px;
  display: inline-block;
}
.product-features-inner .features_ans ul {
  width: 45%;
  float: left;
  margin-right: 55px;
}
.product-features-inner .features_ans ul li {
  position: relative;
  padding: 0px 0px 10px 20px;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 26px;
  font-family: "AktivGrotesk-Light";
}
.product-features-inner .features_ans ul li:before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #f73959;
  position: absolute;
  font-size: 6px;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
}
.product-features-inner .features_sec:before {
  content: url("../images/arrow-down.svg");
  float: right;
  transition: all 0.5s;
  font-size: 18px;
  color: #4c5672;
}
.product-features-inner .features_sec.open:before {
  content: url("../images/arrow-up.svg");
}
.testimonial-section {
  margin-top: 145px;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-section-left {
  display: inline-block;
  width: 24%;
  text-align: center;
  margin: -60px auto;
}
.testimonial-section-left .images {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.testimonial-section-left .images img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonial-section-left .clinet-info {
  max-width: 60%;
  margin: 0 auto;
}
.testimonial-section-left span {
  color: #fff;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
  font-family: "Dosis-Light";
}
.testimonial-section-left span.title {
  margin: 25px 0px 8px 0px;
  font-family: "Dosis-Medium";
  font-size: 17px;
}
.testimonial-section-right {
  display: inline-block;
  width: 68%;
  padding: 80px 0px;
  float: right;
}
.testimonial-section-right h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 40px;
  font-family: "Dosis-SemiBold";
}
.testimonial-section-right p {
  color: #b0b4bb;
  font-size: 22px;
  font-style: italic;
  line-height: 38px;
  max-width: 85%;
  font-family: "AktivGrotesk-Light";
}
.about-middle {
  padding-top: 100px;
}
.about-middle h2 {
  max-width: 82%;
  margin: 0 auto;
  color: #3b3b3b;
  font-size: 50px;
  line-height: 60px;
  font-family: "Dosis-Medium";
  font-weight: normal;
}
.about-logo {
  padding: 150px 0px 140px 0px;
  background: #fff;
}
.css-table {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.css-table .about-middle-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}
.css-table .about-middle-right {
  padding: 0px 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}
.css-table .about-middle-right p {
  margin-top: 0px;
  color: #525c76;
  font-size: 20px;
  line-height: 30px;
  font-family: "AktivGrotesk-Light";
}
.about-logo-inner {
  max-width: 85%;
  margin: 0 auto;
}
.about-logo-inner .about-block {
  width: 29%;
  display: inline-block;
  margin: 0px 20px;
}
.about-block h3 {
  color: #8bc53f;
  margin: 30px 0px;
  font-size: 25px;
  font-family: "Dosis-SemiBold";
}
.about-block p {
  color: #3b3b3b;
  font-size: 18px;
  font-family: "AktivGrotesk-Light";
}
.about-logo-inner .view-more {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 6px;
  color: #8e8e8f;
  margin: 20px 0px 0px 20px;
  display: block;
  font-family: "Dosis-Medium";
}
.about-logo-inner .view-more:after {
  content: url(../images/catalogue-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
}
.about-logo-inner .view-more:hover {
  color: #8bc53f;
}
.blog-section {
  padding: 100px 0px 0px 0px;
}
.blog-header {
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.blog-header h2 {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 23px;
  font-family: "AktivGrotesk-Bold";
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.blog-section .news-section-list {
  padding: 70px 0px 100px 0px;
}
.blog-section .news-section-list .news-listing {
  max-width: 95%;
  display: block;
}
.filters li {
  display: inline-block;
  margin: 0px 5px 20px 5px;
}
.filters li a {
  color: #8e8e8f;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Dosis-Medium";
  padding: 8px 20px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #8e8e8f;
}
.filters li:hover a {
  color: #8bc53f;
  border: 1px solid #8bc53f;
}
.grid-item {
  display: inline-block;
  height: auto;
  margin: 0px 30px 60px 30px;
  overflow: hidden;
  width: 340px;
  box-shadow: 0px 2px 12px 0px rgba(226, 226, 226);
  vertical-align: top;
}
.blog-header-left {
  float: left;
  width: 65%;
}
.blog-header-right {
  float: right;
  width: 30%;
  position: relative;
  text-align: right;
}
.blog-header-right .search-field {
  border: 1px solid #8e8e8f;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  outline: none;
}
.blog-header-right #searchsubmit {
  font-family: FontAwesome;
  background: transparent;
  border: none;
  color: #8e8e8f;
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 20px;
}
.news-listing .pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.news-listing .pagination li {
  list-style: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #8e8e8f;
  margin: 0px 10px;
}
.news-listing .pagination li a {
  color: #8e8e8f;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Dosis-Medium";
  padding: 4px 12px;
  display: inline-block;
}
.news-listing .pagination li:hover,
.news-listing .pagination li.page-current {
  border: 1px solid #8bc53f;
}
.news-listing .pagination li:hover a,
.news-listing .pagination li.page-current a {
  color: #8bc53f;
}
#previous-page .page-links,
#next-page .page-links {
  text-decoration: underline;
}
.contact-section {
  padding: 80px 0px 100px 0px;
  background-color: #fff;
}
.contact-section-inner h2 {
  width: 100%;
  display: inline-block;
  color: #3b3b3b;
  font-size: 52px;
  font-family: "Dosis-Medium";
  letter-spacing: 2px;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 60px;
}
.contact-section-left {
  width: 25%;
  float: left;
}
.contact-section-left p {
  color: #525c76;
  font-size: 16px;
  line-height: 26px;
  font-family: "AktivGrotesk-Light";
}
.office-details {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #979797;
  padding-bottom: 35px;
  margin: 20px 0px 0px 0px;
}
.office-details h3 {
  color: #8bc53f;
  line-height: 35px;
  font-size: 25px;
  margin-bottom: 15px;
  font-family: "Dosis-Bold";
}
.office-details ul li,
.office-details ul li a {
  font-size: 18px;
  color: #3b3b3b;
  font-family: "Dosis-Medium";
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
}
.office-details ul li .fa {
  padding-right: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  width: 15px;
}
.single-blog-section {
  padding: 90px 0px 30px 0px;
}
.single-blog-inner {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
.single-blog-inner h2 {
  width: 100%;
  display: inline-block;
  color: #3b3b3b;
  font-size: 45px;
  font-family: "Dosis-Medium";
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
}
.blog-dates {
  display: inline-block;
  border-top: 1px solid #979797;
  width: 100%;
  border-bottom: 1px solid #979797;
  padding: 8px 0px;
  margin: 5px 0px 23px 0px;
  text-align: center;
}
.blog-dates span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  vertical-align: inherit;
  color: #8e8e8f;
  font-family: "Dosis-Medium";
  margin-right: 10px;
}
.blog-dates ul {
  display: inline-block;
  padding: 0px 0px 0px 20px !important;
}
.blog-dates ul li {
  display: inline-block;
  padding: 0px !important;
}
.blog-dates ul li:before {
  content: none !important;
}
.blog-dates ul li a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  background: #c1c1c1;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  margin: 0px 3px;
  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;
}
.blog-dates ul li a:hover {
  border: 1px solid #8bc53f;
  background: #8bc53f;
}
.footer-section {
  background: #3b3b3b;
  padding: 70px 0px 40px 0px;
  display: inline-block;
  width: 100%;
  margin-top: -1px;
}
.footer-main {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.footer-main h3 {
  font-size: 25px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 300;
  font-family: "Dosis-Light";
}
.footer-main ul li a,
.footer-main ul li span {
  color: #c1c1c1;
  padding: 5px 0px;
  display: inline-block;
  font-size: 15px;
  font-family: "AktivGrotesk-Medium";
}
.footer-main ul li a:hover {
  color: #8bc53f;
}
.stay-connect li {
  display: inline-block;
}
.stay-connect li a {
  background: #4f4f4f;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px 3px;
  padding: 0px !important;
}
.stay-connect li:hover a {
  color: #fff !important;
  background: #8bc53f;
}
.stay-connect li a .fa {
  font-size: 22px;
  line-height: 40px;
}
.footer-bottom-sct {
  padding-top: 40px;
  border-top: 1px solid #5b5f6c;
  margin-top: 50px;
}
.footer-btm-left {
  float: left;
}
.footer-btm-right {
  float: right;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
.footer-btm-right p {
  margin: 0px;
  color: #c1c1c1;
  font-family: "AktivGrotesk-Light";
  font-size: 15px;
}

/* M-CSS */
.single-blog-inner img {
  margin: 15px 0px;
}
.single-blog-inner p {
  margin: 10px 0px;
  display: inline-block;
  line-height: 36px;
}
.single-blog-section .single-blog-inner h3 {
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 28px;
  font-family: "Dosis-Medium";
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 50px;
}
.single-blog-section .single-blog-inner ul {
  padding: 20px 0px 40px 80px;
}
.single-blog-section .single-blog-inner ul li {
  position: relative;
  padding: 0px 0px 10px 20px;
  color: #3b3b3b;
  line-height: 32px;
  font-size: 20px;
  font-family: "AktivGrotesk-Light";
}
.single-blog-section .single-blog-inner ul li:before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #f73959;
  position: absolute;
  font-size: 6px;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
}
.single-blog-section .single-blog-inner a.back-to-all-post {
  line-height: 32px;
  font-size: 17px;
  color: #8e8e8f;
  display: block;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 35px;
  font-family: "Dosis-Medium";
  letter-spacing: 1px;
}
.single-blog-section .single-blog-inner a.back-to-all-post:hover {
  color: #8bc53f;
}
.single-blog-section .single-blog-inner .btn-row {
  text-align: center;
}
.btn-custom {
  font-family: "Dosis-Medium";
  font-size: 18px;
  border: 1px solid #8e8e8f;
  background-color: transparent;
  border-radius: 0px;
  line-height: 40px;
  color: #8e8e8f;
  display: inline-block;
  text-transform: uppercase;
  width: 152px;
  height: 45px;
  margin: 0px 10px;
  line-height: 48px;
}
.connect-form-section {
  background-color: #ebebeb;
}
.single-blog-comment {
  margin: 50px auto;
  width: 63%;
}
.single-blog-comment h3 {
  text-align: center;
  font-family: "Dosis-Medium";
  color: #8e8e8f;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.one-half {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding-right: 16px;
  float: none;
}
.connect-form label,
.connect-form input,
.connect-form textarea,
.connect-form select {
  display: block;
  width: 100%;
  padding: 0;
}
.connect-form select {
  padding: 13px 15px !important;
}
.connect-form {
  display: inline-block;
  width: 100%;
}
.connect-form label {
  font-family: "Dosis-Medium";
  font-size: 17px !important;
  color: #8e8e8f;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal !important;
}
.connect-form input[type="submit"] {
  width: 230px !important;
  height: 70px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px !important;
  background: #293249;
  display: inline-block;
  line-height: 72px;
  padding: 0px 20px;
  margin-top: 30px;
  font-family: "Dosis-Medium";
  letter-spacing: 1px;
  float: right;
  border: 1px solid #293249;
  text-align: left;
  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;
}
.connect-form input[type="submit"]:hover {
  background-color: #8bc53f;
  border: 1px solid #8bc53f;
}
.connect-form .gform_footer {
  position: relative;
}
.connect-form .gform_footer:after {
  content: url(../images/get-in-touch-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  position: absolute;
  top: 38px;
  right: 35px;
}
.connect-form select,
.connect-form input[type="text"],
.connect-form input[type="tel"],
.connect-form input[type="email"],
.connect-form textarea {
  background-color: #fff;
  border: 1px solid #8e8e8f;
  line-height: 50px;
  margin-bottom: 25px;
  font-size: 17px !important;
  padding-left: 15px !important;
  color: #3b3b3b;
  font-family: "Dosis-Medium" !important;
}
.single-blog-inner .connect-form input[type="text"],
.single-blog-inner .connect-form input[type="tel"],
.single-blog-inner .connect-form input[type="email"] {
  padding: 0px 16px !important;
  width: 91%;
}
.releted-products-section {
  background: #fff;
  padding: 70px 0px 30px;
}
.single-blog-releted-products h2 {
  color: #3b3b3b;
  font-size: 22px;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "AktivGrotesk-Medium";
  letter-spacing: 3px;
  text-align: left;
}
.contact-section-right {
  width: calc(75% - 200px);
  float: left;
  padding-left: 200px;
  margin-top: 0px;
}
.faq-setction h2,
.page-middle h2 {
  max-width: 100%;
  color: #3b3b3b;
  font-size: 50px;
  line-height: 60px;
  font-family: "Dosis-Medium";
  font-weight: normal;
  margin-bottom: 40px;
}
.faq-setction .faq-list {
  display: inline-block;
  width: 100%;
}
.faq-setction .faq-list .faq_sec {
  font-family: "AktivGrotesk-Medium";
  color: #3b3b3b;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 3px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #979797;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  text-transform: inherit;
  margin-top: 25px;
}
.faq-setction .faq-list .faq_ans {
  display: none;
}
.faq-setction .faq-list p {
  font-size: 16px;
  line-height: 30px;
  margin: 17px 0px;
  color: #3b3b3b;
}
.page-header h1 {
  color: #8bc53f;
  font-size: 50px;
  line-height: 60px;
  font-family: "Dosis-Medium";
  font-weight: normal;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.search-details-header li,
.page-middle li {
  position: relative;
  padding: 0px 0px 10px 20px;
  color: #3b3b3b;
  line-height: 32px;
  font-size: 18px;
  font-family: "AktivGrotesk-Light";
}
.search-details-header h3 {
  margin: 25px 0px;
}
.search-details-header li:before,
.page-middle li:before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #8bc53f;
  position: absolute;
  font-size: 6px;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
}
.page-middle a {
  color: #8bc53f;
}
.error-404 .section-heading {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 25px;
  text-align: center;
  font-family: "Dosis-Medium";
  font-weight: normal;
}
.error-inr .bg-btn {
  width: 230px;
  height: 70px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  background: #293249;
  display: inline-block;
  line-height: 72px;
  padding: 0px 30px;
  margin-top: 10px;
  font-family: "Dosis-Medium";
  letter-spacing: 1px;
  text-align: left;
}
.error-inr .bg-btn:after {
  content: url(../images/get-in-touch-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  margin-top: 8px;
}
.error-inr .bg-btn:hover {
  background-color: #8bc53f;
}
.category-section h2 {
  color: #3b3b3b;
  font-size: 22px;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "AktivGrotesk-Medium";
  letter-spacing: 3px;
}
.category-listing {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
.paginations {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.paginations .page-numbers {
  background-color: #fff;
  border: 1px solid #8e8e8f;
  margin: 0px 5px;
  color: #8e8e8f;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Dosis-Medium";
  padding: 4px 12px;
  display: inline-block;
  cursor: pointer;
}
.paginations .page-numbers:hover,
.paginations .page-numbers.current {
  border: 1px solid #8bc53f;
  color: #8bc53f;
}
.gform_wrapper li.gfield.gfield_error {
  border: none !important;
  background: none !important;
  padding: 0px !important;
}
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 0px !important;
}
.comment-form-comment,
.connect-form .form-submit {
  width: 96%;
  position: relative;
}
.comment-form-comment textarea {
  height: 200px;
  width: 98%;
}
.connect-form .form-submit:after {
  content: url(../images/get-in-touch-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  position: absolute;
  top: 53px;
  right: 17px;
}
.single-blog-comment .connect-form .error {
  padding: 10px 0 20px 0;
  color: #ff0000;
}
.top-header {
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.toppadding {
  padding-top: 112px;
}
.readmore {
  display: none;
}
.footer-btm-left img {
  width: 162px;
}
.about-block img {
  max-width: 167px;
  max-height: 144px;
}
.logos-inner img {
  max-height: 60px;
  max-width: 60px;
}
.home-logos img {
  display: table-cell;
  margin: auto;
}
.home-logos ul {
  display: inline-block;
}
.product-features .download-button {
  width: 230px;
  height: 70px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  background: #293249;
  display: inline-block;
  line-height: 72px;
  padding: 0px 20px;
  margin-top: 45px;
  font-family: "Dosis-Medium";
}
.product-features .download-button:hover {
  background-color: #8bc53f;
}
.product-features .download-button:after {
  content: url(../images/get-in-touch-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  margin-top: 8px;
}

.sinlge-product-sect-right h4 {
  color: #8bc53f;
  font-size: 20px;
  line-height: 15px;
  margin: 0;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  width: 800px;
  margin: 0 auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  outline: 0;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.06);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #1b1b1b;
  z-index: 99999;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  text-align: center;
}
.close {
  float: right;
  font-size: 34px;
  line-height: 1;
  color: #424b66;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
}
.hide-label .gfield_label {
  display: none !important;
}
.gform_wrapper div.validation_error {
  margin: 25px 0px 8px 0px;
}
.modal-inner-content .gform_wrapper ul li.gfield {
  margin-top: 5px;
}
.modal-inner-content.connect-form select,
.modal-inner-content.connect-form input[type="text"],
.modal-inner-content.connect-form input[type="tel"],
.modal-inner-content.modal-inner-content.connect-form input[type="email"],
.modal-inner-content.connect-form textarea {
  line-height: 30px;
}

.features-ans-inner .get-in-touch {
  width: 230px;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  background: #293249;
  display: inline-block;
  line-height: 62px;
  padding: 0px 20px;
  margin-top: 15px;
  font-family: "Dosis-Medium";
}
.features-ans-inner .get-in-touch:hover {
  background-color: #8bc53f;
}
.features-ans-inner .get-in-touch:after {
  content: url(../images/get-in-touch-arrow.svg);
  padding-left: 26px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  margin-top: 8px;
}

.process-sect {
  padding: 50px 0px;
  text-align: center;
}
.process-sect h2 {
  color: #404b66;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
  font-family: "Dosis-Bold";
}
.process-inner {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.myprogress {
  min-width: 100%;
  margin: 0px auto;
  text-align: center;
  display: inline-block;
}
.myprogress-inner {
  float: left;
  width: calc(20% - 36px);
  text-align: center;
  margin: 0 auto;
  padding: 0px 18px;
  position: relative;
}
.circle {
  position: relative;
  width: 100px;
  height: 57.74px;
  background-color: #818e96;
  margin: 28.87px 0;
  display: inline-block;
}

.circle:before,
.circle:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  left: 0;
}

.circle:before {
  bottom: 100%;
  border-bottom: 28.87px solid #818e96;
}

.circle:after {
  top: 100%;
  width: 0;
  border-top: 28.87px solid #818e96;
}
.process-details {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
.process-details h3 {
  color: #8bc53f;
  line-height: 32px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Dosis-Bold";
}
.process-details a {
  color: #8bc53f;
  font-size: 17px;
}
.process-details a:hover {
  color: #f83958;
}
.myprogress .bar {
  display: inline-block;
}
.myprogress .bar {
  position: absolute;
  width: 100%;
  height: 12px;
  top: 50px;
  border: 0px solid #e6e7e8;
  background: #e6e7e8;
  z-index: -99;
}
.myprogress .circle .title {
  color: #fff;
  font-size: 50px;
  line-height: 68px;
}
.myprogress-inner:last-child .bar {
  display: none;
}
.connect-form ul {
  width: 100% !important;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield {
      padding: 0px 16px 0px 0px !important;
  }
}
@media (max-width: 1080px) {
  .home-logos li {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
@media (min-width: 1025px) {
  .product-listing-right-inner .featured-inner {
    width: -webkit-calc((100% - (35px * 2)) / 3);
    width: -moz-calc((100% - (35px * 2)) / 3);
    width: calc((100% - (35px * 2)) / 3);
  }
  .product-listing-right-inner .featured-inner.last {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .featured-inner {
    width: -webkit-calc((100% - (35px * 3)) / 4);
    width: -moz-calc((100% - (35px * 3)) / 4);
    width: calc((100% - (35px * 3)) / 4);
  }
  .news-section-inner {
    width: -webkit-calc((100% - (70px * 2)) / 3);
    width: -moz-calc((100% - (70px * 2)) / 3);
    width: calc((100% - (70px * 2)) / 3);
  }
  .featured-listing .featured-inner.last,
  .news-section-inner.last,
  .single-blog-releted-products .featured-inner .last,
  .category-listing .featured-inner.last {
    margin-right: 0;
  }
  .featured-listing-left .featured-inner {
    width: -webkit-calc((100% - 35px));
    width: -moz-calc((100% - 35px));
    width: calc((100% - 35px));
  }
  .featured-listing-right .featured-inner {
    width: -webkit-calc((100% - (35px * 1)) / 2);
    width: -moz-calc((100% - (35px * 1)) / 2);
    width: calc((100% - (35px * 1)) / 2);
  }
  .featured-listing-right .featured-inner:nth-child(2n) {
    margin-right: 0px;
  }
  .featured-listing-last .featured-inner:nth-child(4n) {
    margin-right: 0px;
  }
  .single-blog-releted-products .product-listing-right-inner .featured-inner {
    width: -webkit-calc((100% - (35px * 3)) / 4);
    width: -moz-calc((100% - (35px * 3)) / 4);
    width: calc((100% - (35px * 3)) / 4);
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .product-listing-right-inner .featured-inner {
    width: -webkit-calc((100% - 50px) / 2);
    width: -moz-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
  }
  .product-listing-right-inner .featured-inner:nth-of-type(2n + 3) {
    clear: both;
  }
  .product-listing-right-inner .featured-inner:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .grid-item {
    width: 330px;
  }
}
@media (max-width: 1200px) {
  .menu-sect {
    width: auto;
  }
  .news-listing {
    max-width: 100%;
    display: inline-block;
  }
  .logo-right {
    width: 35%;
  }
  .product-features-inner .features_ans ul {
    width: 41%;
  }
  .about-logo-inner .about-block {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  .call-now-inner {
    width: 100%;
    text-align: center;
  }
  .call-now-inner h4 {
    margin: 20px 0px 25px 0px;
  }
  .sinlge-product-sect-right {
    padding: 25px 0px;
  }
  .about-logo-inner {
    max-width: 100%;
  }
  .contact-section-left {
    width: 35%;
  }
  .contact-section-right {
    width: calc(75% - 200px);
    padding-left: 60px;
  }
  .myprogress-inner {
    width: calc(20% - 10px);
    padding: 0px 5px;
  }
  .process-details h3 {
    line-height: 26px;
    font-size: 18px;
  }
  .process-details p {
    line-height: 24px;
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 580px) {
  .news-section-inner {
    width: -webkit-calc((100% - 50px) / 2);
    width: -moz-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
    margin: 0px 50px 30px 0px;
  }
  .news-section-inner:nth-of-type(2n + 3) {
    clear: both;
  }
  .news-section-inner:nth-of-type(2n) {
    margin-right: 0;
  }
  .featured-inner,
  .featured-listing-left .featured-inner,
  .featured-listing-right .featured-inner {
    width: -webkit-calc((100% - 50px) / 2);
    width: -moz-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
    margin: 0px 50px 35px 0px;
  }
  .featured-inner:nth-of-type(2n + 3) {
    clear: both;
  }
  .featured-inner:nth-of-type(2n) {
    margin-right: 0;
  }
  .modal {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .home-logos li {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .home-middle-iner h3 {
    font-size: 50px;
    margin-bottom: 30px;
    width: 100%;
  }
  .home-middle-iner p {
    width: 100%;
  }
  .featured-listing-left,
  .featured-listing-right {
    width: 100%;
  }
  .featured-listing-left .featured-bg {
    height: 250px;
  }
  .product-listing-iner {
    display: inherit;
  }
  .product-listing-left {
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
    padding: 50px 0px;
  }
  .product-listing-right {
    width: 94%;
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    padding: 80px 3%;
  }
  .product-features-inner .features-ans-inner {
    padding: 35px 60px;
  }
  .about-logo-inner .about-block {
    width: 27%;
  }
  .grid-item {
    width: 290px;
  }
  .single-blog-inner {
    max-width: 95%;
  }
  .contact-section-right {
    width: 100%;
    padding-left: 0px;
  }
  .contact-section-left {
    width: 100%;
  }
  .more-content {
    display: none;
  }
  .cg-visible {
    display: block;
  }
  .readmore {
    display: block;
  }
  .myprogress-inner {
    width: calc(50% - 10px);
    padding: 0px 5px;
    margin-bottom: 25px;
  }
  .myprogress-inner:nth-child(2n) .bar {
    display: none;
  }
  .process-details h3 {
    line-height: 32px;
    font-size: 22px;
    min-height: 64px;
  }
  .process-details p {
    line-height: 26px;
    font-size: 18px;
  }
  .process-sect {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .banner-content {
    max-width: 100%;
  }
  .banner-content h3 {
    width: 100%;
  }
  .home-middle-iner {
    max-width: 100%;
  }
  .stay-connect li a {
    margin: 0px 1px;
  }
  .footer-main {
    width: 49%;
    margin-bottom: 25px;
  }
  .footer-bottom-sct {
    margin-top: 20px;
  }
  .product-features-inner .features-ans-inner {
    padding: 35px 40px;
  }
  .share-icons span {
    font-size: 15px;
  }
  .css-table {
    display: inherit;
  }
  .about-middle-left {
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
  }
  .about-middle-right {
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
    padding: 0px !important;
    margin-top: 25px;
  }
  .about-logo {
    padding: 50px 0px 40px 0px;
  }
  .about-logo-inner .about-block {
    width: 42%;
    margin-bottom: 25px;
  }
  .about-logo-inner .view-more {
    margin-top: 0px;
  }
  .grid-item {
    width: 312px;
    margin: 0px 20px 60px 20px;
  }
  .blog-section .news-section-list .news-listing {
    max-width: 100%;
  }
  .single-blog-inner {
    max-width: 100%;
  }
  .contact-section-left {
    width: 100%;
  }
  .contact-section-right {
    width: 100%;
    margin-top: 40px;
    padding: 0px;
  }
  .top-section {
    position: absolute;
    background: transparent;
    top: 33px;
    width: 28px;
    right: 0px;
  }
  .menu-sect {
    margin-right: 23px;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper textarea.large {
    height: 200px !important;
    width: 100%;
  }
}
@media (max-width: 675px) {
  .share-icons ul {
    padding-left: 5px;
  }
  .share-icons ul li a {
    margin: 0px 2px;
  }
  .grid-item {
    width: 278px;
    margin: 0px 20px 60px 20px;
  }
}
@media (max-width: 580px) {
  .featured-inner,
  .news-section-inner {
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
  .sinlge-product-sect-inner {
    display: inherit;
  }
  .sinlge-product-sect-left {
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 92%;
    padding: 25px 4%;
  }
  .sinlge-product-sect-right {
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 92%;
    padding: 25px 4%;
  }
  .product-features-inner .features_ans ul {
    width: 100%;
    margin: 0;
  }
  .testimonial-section-left {
    width: 100%;
    text-align: center;
  }
  .testimonial-section-left span {
    text-align: center;
  }
  .testimonial-section-right {
    width: 100%;
    padding: 40px 0px;
  }
  .testimonial-section-right h3 {
    margin-bottom: 20px;
  }
  .testimonial-section-right p {
    max-width: 100%;
  }
  #container-iner {
    margin: 0 auto;
  }
  .grid-item {
    width: 300px;
    margin: 0px 0px 60px 0px;
    text-align: center;
  }
  .blog-header-left {
    width: 100%;
  }
  .blog-header-left {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .blog-header-right {
    float: left;
    width: 34%;
    text-align: left;
  }
  .news-details h3 {
    text-align: left;
  }
  .single-blog-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .single-blog-section .single-blog-inner ul {
    padding-left: 0px;
  }
  .btn-custom {
    width: 135px;
    margin: 0px 2px;
  }
  .top-section {
    top: 25px;
  }
}
@media (max-width: 580px) {
  .logo-right a {
    font-size: 0px;
  }
  .logo-right {
    width: 18%;
    padding: 10px 0px;
  }
  .modal {
    width: 90%;
  }
}
@media (max-width: 479px) {
  .home-banner {
    height: 300px;
  }
  .banner-content h3 {
    font-size: 40px;
    line-height: 55px;
  }
  .home-logos li {
    padding-bottom: 0px;
    width: 35%;
  }
  .home-logos li p {
    width: 100%;
  }
  .featured-header a {
    font-size: 15px;
  }
  .featured-header a:after {
    padding-left: 10px;
  }
  .featured-inner,
  .news-section-inner {
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
  .call-now-inner h4,
  .call-now-inner h3 {
    font-size: 40px;
    line-height: 45px;
  }
  .footer-main {
    width: 100%;
    text-align: center;
  }
  .footer-section {
    padding: 50px 0px 20px 0px;
  }
  .footer-main h3 {
    margin-bottom: 25px;
  }
  .footer-bottom-sct {
    text-align: center;
  }
  .footer-btm-left {
    float: none;
    margin-bottom: 15px;
  }
  .home-middle-iner h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .header_logo {
    width: 55%;
  }
  .menu-sect {
    margin-top: 10px !important;
  }
  .logo-right .fa.fa-phone {
    margin-right: 0px;
  }
  .product-listing-right {
    width: 90%;
    padding: 80px 6%;
  }
  .sinlge-product-sect h2 {
    font-size: 44px;
  }
  .about-middle h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 50px;
  }
  .about-logo-inner .about-block {
    width: 100%;
    margin: 0px 0px 25px 0px;
  }
  .blog-header-right .search-field {
    width: 90%;
  }
  .blog-header-right {
    width: 100%;
  }
  .filters li {
    width: 100%;
    margin: 0px 0px 20px 0px;
    text-align: center;
  }
  .news-listing .pagination li {
    margin: 0px 5px 15px 0px;
  }
  .toppadding {
    padding-top: 25px;
  }
  .myprogress-inner {
    width: 100%;
    padding: 0px;
    margin-bottom: 25px;
  }
  .myprogress-inner .bar {
    display: none;
  }
  .process-details h3 {
    min-height: inherit;
  }
}
@media (max-width: 380px) {
  .menu-sect {
    margin-top: 6px !important;
  }
  .logo-right {
    padding: 7px 0px;
  }
  .product-features-inner .features_sec {
    font-size: 20px;
  }
}
@media (max-width: 359px) {
  .featured-header h2 {
    font-size: 18px;
    width: 40%;
    line-height: 24px;
  }
  .header_logo {
    width: 53%;
  }
}

@media (max-width: 1200px) {
  .toppadding {
    padding-top: 108px;
  }
}

@media (max-width: 767px) {
  .toppadding {
    padding-top: 82px;
  }
}

@media (max-width: 580px) {
  .toppadding {
    padding-top: 82px;
  }
}

@media (max-width: 479px) {
  .toppadding {
    padding-top: 77px;
  }
}

.single-blog-inner li:before,
.product-listing-right li:before,
.category-section li:before,
.sinlge-product-sect-right li:before {
  content: "";
  display: inline-block;
  height: 17px;
  width: 17px;
  background-image: url(https://www.allwaymatting.com.au/wp-content/uploads/2019/05/bullet-point-01.png);
  background-image: url(https://www.allwaymatting.com.au/wp-content/uploads/2019/05/bullet-point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1em;
  vertical-align: middle;
  line-height: normal;
}
.single-blog-inner li,
.product-listing-right li,
.category-section li,
.sinlge-product-sect-right li {
  color: #3b3b3b;
  font-size: 17px;
  line-height: 26px;
  font-family: "AktivGrotesk-Light";
  text-indent: -2em;
}
.single-blog-inner ul,
.product-listing-right ul,
.category-section ul,
.sinlge-product-sect-right ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 2.5em;
}

.single-blog-inner .blog-dates li:before,
.sinlge-product-sect-right .share-icons li:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  background-image: none;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0;
}
.single-blog-inner .blog-dates li,
.sinlge-product-sect-right .share-icons li {
  text-indent: 0;
}
.single-blog-inner .blog-dates ul,
.sinlge-product-sect-right .share-icons ul {
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

/*
font-family: 'AktivGrotesk-Bold';
font-family: 'AktivGrotesk-Light';
font-family: 'AktivGrotesk-Medium';
font-family: 'Dosis-Bold';
font-family: 'Dosis-Medium';
font-family: 'Dosis-Regular';
font-family: 'Dosis-SemiBold';
font-family: 'Avenir-Light';
font-family: 'Dosis-Light';
*/