/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/* Custom Mixin */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*
Woocommerce mini cart
*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  color: #777;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none !important;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #98cb2b;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.625;
  overflow-x: hidden;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Roboto";
  color: #9b9b9b;
}
p {
  margin-bottom: 15px;
}
.site {
  position: relative;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  font-family: "Montserrat";
  color: #333;
}
h1, .h1 {
  font-size: 45px;
}
h2, .h2 {
  font-size: 33px;
}
h3, .h3 {
  font-size: 21px;
}
h4, .h4 {
  font-size: 17px;
}
h5, .h5 {
  font-size: 15px;
}
h6, .h6 {
  font-size: 15px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #777;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #98cb2b;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #98cb2b;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0px 0px 0px 15px;
}
blockquote {
  border-left: 4px solid #98cb2b;
  font-size: 15px;
  line-height: normal;
  padding: 0px 0px 0px 16px;
  color: #222;
  font-family: inherit;
  font-style: italic;
  font-weight: 500;
}
blockquote cite {
  font-style: normal;
  display: block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 18px;
  margin-top: 12px;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media screen and (max-width: 575px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-bottom: 1em;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary, .bg-white, .bg-dark-over-flow, .bg-dark {
  position: relative;
  overflow: inherit !important;
}
.bg-primary:before, .bg-white:before, .bg-dark-over-flow:before, .bg-dark:before {
  display: block !important;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-primary .vc_column_container, .bg-white .vc_column_container, .bg-dark-over-flow .vc_column_container, .bg-dark .vc_column_container {
  position: relative;
  z-index: 9;
}
.bg-primary:before {
  background: #98cb2b;
}
.bg-dark:before {
  background: #000;
}
.bg-dark-over-flow {
  overflow: hidden !important;
}
.bg-dark-over-flow:before {
  background: #1b1a1a;
}
.opacity2:before {
  opacity: 0.2;
}
.opacity5:before {
  opacity: 0.5;
}
.opacity7:before {
  opacity: 0.7;
}
.opacity85:before {
  opacity: 0.85;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  background-color: #fff;
  border: 2px solid #98cb2b;
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.tp-splitted {
  text-transform: none;
}
.cms-close {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-close:before, .cms-close:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: "";
  background-color: #282828;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
  top: 21px;
}
.cms-close:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: #98cb2b;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #333;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.bg-gradient {
  background-color: #98cb2b;
  background-image: -webkit-gradient(linear, left top, right top, from(#98cb2b), to(#98cb2b));
  background-image: -webkit-linear-gradient(left, #98cb2b, #98cb2b);
  background-image: -moz-linear-gradient(left, #98cb2b, #98cb2b);
  background-image: -ms-linear-gradient(left, #98cb2b, #98cb2b);
  background-image: -o-linear-gradient(left, #98cb2b, #98cb2b);
  background-image: linear-gradient(left, #98cb2b, #98cb2b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#98cb2b', endColorStr='#98cb2b', gradientType='1');
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#98cb2b), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #98cb2b, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #98cb2b, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #98cb2b, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #98cb2b, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #98cb2b, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#98cb2b', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #98cb2b;
  opacity: 0.3;
  z-index: 1;
}
.a-dark, .post-previous-next.style-default h3 a, .comment-title a {
  color: #777;
}
.a-dark:hover, .post-previous-next.style-default h3 a:hover, .comment-title a:hover, .a-dark:focus, .post-previous-next.style-default h3 a:focus, .comment-title a:focus {
  color: #616161;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.h-main, .comment-title {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #98cb2b;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #98cb2b;
}
.landing-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
  list-style: none;
  margin: 0;
}
.line-gap {
  background-color: #ebebea;
  height: 1px;
  margin-left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
}
a.tp-caption {
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a.tp-caption:hover {
  background: #98cb2b !important;
  color: #fff !important;
}
.z-index-1 {
  z-index: 1;
}
.rev-btn {
  white-space: nowrap !important;
  border: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.cms-heading-tag.line-bottom {
  font-weight: 600;
}
.cms-heading-tag.line-bottom:after {
  content: '';
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #98cb2b;
  width: 114px;
  height: 4px;
}
.cms-heading-tag.line-right {
  font-weight: 600;
  display: inline-block;
}
.cms-heading-tag.line-right:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #0081e4;
  width: 114px;
  height: 4px;
  margin-left: 15px;
}
.heading-block-bg {
  display: inline-block;
  padding: 20px 25px;
  background: #98cb2b;
  border-radius: 3px;
  font-weight: 600 !important;
}
.no-overflow {
  overflow: inherit !important;
}
h1.tp-caption span {
  color: #98cb2b;
  font-size: inherit;
}
.tp-parallax-wrap.slide-social {
  left: 60px !important;
}
@media (max-width: 1439px) {
  .tp-parallax-wrap.slide-social {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .column-stretch-right, .column-stretch-left, .column-stretch-left-padding, .column-stretch-right-padding {
    position: absolute !important;
    bottom: 0px;
    height: 100%;
  }
}
.column-stretch-left {
  left: 0px;
}
.column-stretch-left-padding {
  left: 0px;
  padding-left: inherit !important;
  align-items: center;
}
.column-stretch-right {
  right: 0px;
}
.column-stretch-right-padding {
  right: 0px;
  padding-right: inherit !important;
}
.image-max-height img {
  width: auto !important;
  height: 100% !important;
  max-width: initial !important;
}
.with-small-text h1, .with-small-text h2, .with-small-text h3, .with-small-text h4, .with-small-text h5, .with-small-text h6 {
  font-size: 40px;
  font-weight: bold;
  color: #98cb2b;
  padding: 6px 0px 10px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .with-small-text h1, .with-small-text h2, .with-small-text h3, .with-small-text h4, .with-small-text h5, .with-small-text h6 {
    font-size: 30px;
  }
}
.with-small-text h1 em, .with-small-text h2 em, .with-small-text h3 em, .with-small-text h4 em, .with-small-text h5 em, .with-small-text h6 em {
  font-style: normal;
  color: #333;
  font-weight: 500;
  text-transform: lowercase;
}
.row-align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.no-overflow {
  overflow: inherit !important;
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 991px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
}
.wpb_wrapper {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .vc_row.vc_row-o-columns-middle {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.vc_row.vc_row-o-full-height {
  min-height: auto !important;
}
.wrap-slide-and-form .form-appointment.layout4 {
  display: block;
}
.wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 55%;
}
@media (max-width: 1649px) {
  .wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill {
    width: 59%;
  }
}
@media (max-width: 1365px) {
  .wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill {
    width: 100%;
    position: relative;
  }
  .wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill > .vc_column-inner {
    background-position: center left !important;
  }
}
@media (min-width: 1366px) {
  .wrap-slide-and-form .vc_column_container .vc_column-inner > .wpb_wrapper .vc_col-has-fill > .vc_column-inner {
    background-position: center right !important;
  }
}
.vc_column-inner {
  display: inline-block;
}
.tp-parallax-wrap.slide-heading h1, .tp-parallax-wrap.slide-text h1, .tp-parallax-wrap.slide-button h1, .tp-parallax-wrap.slide-heading h2, .tp-parallax-wrap.slide-text h2, .tp-parallax-wrap.slide-button h2, .tp-parallax-wrap.slide-heading h3, .tp-parallax-wrap.slide-text h3, .tp-parallax-wrap.slide-button h3, .tp-parallax-wrap.slide-heading h4, .tp-parallax-wrap.slide-text h4, .tp-parallax-wrap.slide-button h4, .tp-parallax-wrap.slide-heading h5, .tp-parallax-wrap.slide-text h5, .tp-parallax-wrap.slide-button h5 {
  text-transform: none;
}
@media (max-width: 1365px) and (min-width: 778px) {
  .tp-parallax-wrap.slide-heading, .tp-parallax-wrap.slide-text, .tp-parallax-wrap.slide-button {
    width: 100% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tp-parallax-wrap.slide-heading .tp-loop-wrap, .tp-parallax-wrap.slide-text .tp-loop-wrap, .tp-parallax-wrap.slide-button .tp-loop-wrap {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .tp-parallax-wrap.slide-heading .tp-loop-wrap .tp-mask-wrap, .tp-parallax-wrap.slide-text .tp-loop-wrap .tp-mask-wrap, .tp-parallax-wrap.slide-button .tp-loop-wrap .tp-mask-wrap {
    text-align: center;
    position: relative !important;
  }
}
@media (max-width: 1649px) and (min-width: 768px) {
  .tp-parallax-wrap.slide-heading .tp-caption {
    font-size: 40px !important;
  }
}
.tp-parallax-wrap.slide-text {
  /*dental home 3*/
}
@media (max-width: 1649px) {
  .tp-parallax-wrap.slide-text .tp-caption {
    min-width: 500px !important;
    max-width: 500px !important;
  }
}
.tp-parallax-wrap.layer-text {
  height: 100% !important;
  width: 50% !important;
  left: 0px !important;
}
.tp-parallax-wrap.layer-text div {
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
}
.wpb_single_image.wpb_content_element {
  margin-bottom: 0px !important;
}
.single-portfolio .wpb_content_element, .single-services .wpb_content_element {
  margin-bottom: 25px !important;
}
.single-portfolio .wpb_content_element p, .single-services .wpb_content_element p {
  font-size: 16px;
}
.video-autoplay i {
  border-color: #fff;
  color: #fff;
}
.video-autoplay:hover i {
  color: #98cb2b;
  border-color: #98cb2b;
}
.wpb_column {
  min-height: 0px !important;
}
.f-16 {
  font-size: 16px;
}
.clear-both:after, .clear-both:before {
  content: '';
  display: table;
  clear: both;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #f4f4f4;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 0px 20px;
  line-height: normal;
  font-size: 14px;
  color: inherit;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  height: 50px;
  width: 100%;
  font-family: "Roboto";
  outline: none;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, textarea::placeholder, select::placeholder, .nice-select::placeholder {
  color: #9b9b9b;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .nice-select:-ms-input-placeholder {
  color: #9b9b9b;
}
select {
  line-height: 45px;
  box-sizing: border-box;
  -moz-appearance: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #9b9b9b;
}
select::-ms-expand {
  display: none;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 195px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  box-sizing: border-box;
  line-height: 45px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 14px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 145px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
  color: #98cb2b;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 50px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
  border: none;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: #98cb2b;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: normal;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f2f4";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f2f6";
}
#ui-datepicker-div .ui-datepicker-title {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-size: inherit;
  color: #fff;
  line-height: normal;
  height: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: inherit;
  border: none;
}
#ui-datepicker-div .ui-datepicker-title select option {
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: transparent;
  border: none;
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #98cb2b;
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  text-transform: uppercase;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
  background-color: transparent;
  border: medium none;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: #98cb2b;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
  background-color: rgba(152, 203, 43, 0.7);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 50px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #98cb2b;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 1px solid #e1e3e3;
  border-radius: 1px;
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.cms-field-checkbox .icon-check:before {
  content: "\f00c";
  font-size: 13px;
  color: #98cb2b;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: FontAwesome;
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f312";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  color: #777;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select {
  font-weight: normal;
  font-size: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  background: none;
  color: #fff;
}
.nice-select.open .list {
  padding: 5px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background-color: #98cb2b;
  font-size: 14px;
  font-family: "Montserrat";
  border: 2px solid transparent;
  color: #fff;
  text-transform: capitalize;
  padding: 14px 35px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.btn.has-icon:after, button.has-icon:after, .button.has-icon:after, input[type="submit"].has-icon:after {
  font-family: FontAwesome;
  content: "\f054";
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
  outline: none;
  text-decoration: none;
  background-color: #fff;
  border-color: #98cb2b;
  color: #98cb2b;
  cursor: pointer;
}
.button.border, .btn.border button.border {
  background: none;
}
.button.border:hover, .btn.border button.border:hover {
  background: #fff;
  color: #98cb2b;
}
.btn.btn-dark {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #333;
  color: #fff;
  border-color: #333;
  /* Button Style */
}
.btn.btn-dark:hover {
  background: #98cb2b;
  border-color: #98cb2b;
}
.btn.btn-outline {
  background-color: transparent;
  background-image: none;
  border: 2px solid #98cb2b;
  color: #98cb2b;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  border-color: #98cb2b;
  color: #fff;
  background-color: #98cb2b;
}
.btn.btn-primary-outline {
  background-color: transparent;
  background-image: none;
  border: 2px solid #98cb2b;
  color: #98cb2b;
}
.btn.btn-primary-outline:not(:hover) {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active {
  border-color: #98cb2b !important;
  color: #fff !important;
  background-color: #98cb2b !important;
}
.btn.btn-secondary {
  background-color: #98cb2b;
  border-color: #98cb2b;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.btn.btn-primary-white {
  background-color: #fff;
  border-color: #fff;
  color: #98cb2b;
  position: relative;
  z-index: 9;
  /* Button Size */
}
.btn.btn-primary-white:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn.size-lg {
  line-height: 58px;
  font-size: 18px;
}
.btn.btn-normal-link {
  padding: 0px;
  border: 0px;
  background: none;
  color: #98cb2b;
}
.btn.btn-normal-link span:after {
  content: "\f178";
  font-family: FontAwesome;
  opacity: 0;
  font-size: 15px;
  margin-left: 5px;
}
.btn.btn-normal-link:hover {
  background: none;
  color: #98cb2b;
}
.btn.btn-normal-link:hover span:after {
  opacity: 1;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-contact {
  display: inline-block;
  margin-right: 30px;
}
.btn-contact + .fanbox-contact {
  display: inline-block;
  vertical-align: middle;
}
.btn-block {
  display: block;
}
.btn-text {
  color: #98cb2b;
  border-bottom: 1px solid rgba(152, 203, 43, 0.2);
  display: inline-block;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
  color: #aeda4f;
}
@media screen and (max-width: 575px) {
  .btn-contact {
    display: block;
    margin: 0 0 20px;
  }
}
#site-header-wrap a.logo img, #site-header-wrap a.logo-sticky img {
  margin-top: -4px;
  max-width: 173px;
}
@media screen and (max-width: 575px) {
}
#site-header-wrap .cart-count {
  position: absolute;
  display: flex;
  width: 16px;
  height: 16px;
  font-size: 11px;
  background: #98cb2b;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  right: -9px;
  top: -9px;
  color: #fff;
}
#site-header-wrap .btn-nav-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  #site-header-wrap .btn-nav-mobile {
    display: block;
  }
}
#site-header-wrap a.search-mobile, #site-header-wrap a.cart-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  #site-header-wrap a.search-mobile, #site-header-wrap a.cart-mobile {
    display: inline-block;
    line-height: 80px;
  }
}
#site-header-wrap a.search-mobile i {
  display: inherit;
  margin-bottom: -1px;
}
#site-header-wrap a.cart-mobile svg {
  margin-bottom: -3px;
}
#site-header-wrap .search-desktop .open-search {
  font-size: 18px;
}
#site-header-wrap.header-layout1 {
  top: 0px;
  left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  z-index: 99;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 {
    position: absolute;
    width: 100%;
  }
}
#site-header-wrap.header-layout1 .action-mobile {
  align-items: center;
  display: none;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout1 .action-mobile {
    display: flex;
  }
}
#site-header-wrap.header-layout1 .action-mobile .cart-mobile, #site-header-wrap.header-layout1 .action-mobile .btn-nav-mobile {
  margin-left: 15px;
}
#site-header-wrap.header-layout1 .site-header-main .col-12 {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap.header-layout1 .site-header-main .col-12 {
    flex-direction: column;
    align-items: center;
  }
}
#site-header-wrap.header-layout1 .site-header-main .branding h1.site-title {
  margin: 0px;
}
#site-header-wrap.header-layout1 .site-header-main .branding a.logo-sticky, #site-header-wrap.header-layout1 .site-header-main .branding a.logo {
  line-height: 80px;
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout1 .site-header-main .branding a.logo-sticky, #site-header-wrap.header-layout1 .site-header-main .branding a.logo {
    line-height: 100px;
  }
}
#site-header-wrap.header-layout1 .site-header-main .branding a.logo-sticky {
  display: none;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout1 .site-header-main .branding a.logo {
    display: none;
  }
  #site-header-wrap.header-layout1 .site-header-main .branding a.logo-sticky {
    display: block;
  }
}
#site-header-wrap.header-layout1 .site-header-main .main-navigation {
  list-style: none;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main .main-navigation {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-header-wrap.header-layout1 .site-header-main .main-navigation {
    margin-bottom: 20px;
  }
  #site-header-wrap.header-layout1 .site-header-main .main-navigation .menu-item {
    line-height: inherit;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main .primary-menu > li {
    line-height: 100px;
  }
  #site-header-wrap.header-layout1 .site-header-main .primary-menu > li > a {
    padding-bottom: 5px;
  }
}
#site-header-wrap.header-layout1 .site-header-main .action-menu {
  list-style: none;
}
#site-header-wrap.header-layout1 .site-header-main .action-menu li {
  display: inline-block;
  line-height: inherit;
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout1 .site-header-main .action-menu li {
    line-height: 100px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main .action-menu li {
    margin: 0px 0px 0px 15px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main .action-menu li.button-link {
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout1 .site-header-main .action-menu li.button-link a {
    border-width: 2px;
    border-style: solid;
    border-radius: 15px;
    padding: 5px 10px;
  }
  #site-header-wrap.header-layout1 .site-header-main .action-menu li.button-link a:hover {
    border-color: #98cb2b;
  }
}
#site-header-wrap.header-layout1 .site-header-main .action-menu li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout1 .site-header-main .action-menu li a:after {
  content: none;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout1 .site-header-main .action-menu li.search-desktop, #site-header-wrap.header-layout1 .site-header-main .action-menu li.cart-desktop {
    display: none;
  }
}
#site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .branding a.logo {
  display: none;
  line-height: 80px;
}
#site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .branding a.logo-sticky {
  display: block;
  line-height: 80px;
}
#site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li > a {
  color: #777 !important;
}
#site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li > a .cls-1 {
  fill: #777;
}
#site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li.current_page_parent > a, #site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li:hover > a {
  color: #98cb2b !important;
}
#site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li.current_page_parent > a .cls-1, #site-header-wrap.header-layout1 .headroom--pinned:not(.headroom--top) .primary-menu > li:hover > a .cls-1 {
  fill: #98cb2b;
}
#site-header-wrap.header-layout2 {
  position: relative;
  height: auto;
  width: auto;
  border-bottom: 0px;
}
#site-header-wrap.header-layout2 .site-header-top {
  background: #1a1a1a;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout2 .site-header-top {
    display: none;
  }
}
#site-header-wrap.header-layout2 .site-header-top ul {
  list-style: none;
  display: inline-block;
  margin: 0px;
  width: 100%;
  text-align: right;
}
#site-header-wrap.header-layout2 .site-header-top ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 45px;
  margin-right: 30px;
}
#site-header-wrap.header-layout2 .site-header-top ul li:first-child {
  float: left;
}
#site-header-wrap.header-layout2 .site-header-top ul li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout2 .site-header-top ul li i {
  color: #98cb2b;
  font-size: 16px;
  margin-right: 10px;
}
#site-header-wrap.header-layout2 .site-header-top ul li .top-bar-social {
  width: auto;
  margin-left: 20px;
}
#site-header-wrap.header-layout2 .site-header-top ul li .top-bar-social li {
  margin-right: 20px;
}
#site-header-wrap.header-layout2 .site-header-top ul li .top-bar-social li a {
  display: block;
}
#site-header-wrap.header-layout2 .site-header-top ul li .top-bar-social li a i {
  margin: 0px;
}
#site-header-wrap.header-layout2 .site-header-top ul li .top-bar-social li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout2 .site-header-main .branding a.logo-sticky {
  display: block;
}
#site-header-wrap.header-layout2 .site-header-main .branding a.logo {
  display: none;
}
#site-header-wrap.header-layout2 .site-header-main .primary-menu > li > a {
  color: #1a1a1a;
}
#site-header-wrap.header-layout2 .site-header-main .primary-menu > li > a .cls-1 {
  fill: #1a1a1a;
}
#site-header-wrap.header-layout2 .site-header-main .primary-menu > li:hover > a, #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current_page_ancestor #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current-menu-ancestor > a, #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current-menu-ancestor > a {
  color: #98cb2b;
}
#site-header-wrap.header-layout2 .site-header-main .primary-menu > li:hover > a .cls-1, #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current_page_item > a .cls-1, #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current-menu-item > a .cls-1, #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current_page_ancestor #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current-menu-ancestor > a .cls-1, #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.current-menu-ancestor > a .cls-1 {
  fill: #98cb2b;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top).site-header-main a.logo {
  line-height: 80px;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .primary-menu > li {
  line-height: 80px !important;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .menu-button li {
  line-height: 80px;
}
#site-header-wrap.header-layout2 .headroom--pinned:not(.headroom--top) .menu-button li a {
  line-height: 80px;
}
#site-header-wrap.header-layout3 {
  position: relative;
  height: auto;
  width: auto;
  border-bottom: 0px;
  background: #fff;
}
#site-header-wrap.header-layout3 .site-header-top {
  padding: 30px 0px;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-top {
    display: none;
  }
}
#site-header-wrap.header-layout3 .site-header-top .branding a.logo {
  display: none;
}
#site-header-wrap.header-layout3 .site-header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header-wrap.header-layout3 .site-header-top ul {
  list-style: none;
}
#site-header-wrap.header-layout3 .site-header-top ul li {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
#site-header-wrap.header-layout3 .site-header-top ul li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout3 .site-header-top ul li i {
  color: #98cb2b;
  margin-right: 10px;
  font-size: 16px;
}
#site-header-wrap.header-layout3 .site-header-top ul li .top-bar-social {
  margin: 0px;
}
#site-header-wrap.header-layout3 .site-header-top ul li .top-bar-social li {
  margin-right: 15px;
}
#site-header-wrap.header-layout3 .site-header-top ul li .top-bar-social li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout3 .site-header-top ul li .top-bar-social a {
  font-size: 19px;
}
#site-header-wrap.header-layout3 .site-header-top ul li .top-bar-social a i {
  margin-right: 0px;
}
#site-header-wrap.header-layout3 .site-header-top .col-text-right {
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .site-header-main {
    padding: 15px 0px;
  }
}
#site-header-wrap.header-layout3 .site-header-main .container {
  position: relative;
}
#site-header-wrap.header-layout3 .site-header-main .branding {
  display: none;
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-main .branding {
    display: block;
  }
}
#site-header-wrap.header-layout3 .site-header-main .content-menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .site-header-main .content-menu {
    background: #1a1a1a;
    padding: 0px 0px 0px 20px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .site-header-main .content-menu {
    position: absolute;
    width: calc(100% - 30px);
    top: -15px;
  }
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .site-header-main .primary-menu > li {
    line-height: 60px;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap.header-layout3 .site-header-main .action-menu {
    display: none;
  }
}
#site-header-wrap.header-layout3 .site-header-main .action-menu .button-link {
  background: #98cb2b;
  margin-left: 15px !important;
  margin-right: -1px !important;
}
#site-header-wrap.header-layout3 .site-header-main .action-menu .button-link a {
  display: block;
  line-height: 60px;
  padding: 0px 40px !important;
  border: 0px !important;
  color: #fff;
  border-radius: 0px !important;
}
#site-header-wrap.header-layout3 .site-header-main .action-menu .button-link a:hover {
  background: #fff;
  color: #98cb2b;
  border-radius: 0px;
}
@media screen and (min-width: 992px) {
  #site-header-wrap.header-layout3 .headroom--unpinned .content-menu {
    top: -60px;
  }
}
#site-header-wrap.header-layout3 #headroom.headroom--pinned:not(.headroom--top) {
  background: none;
  box-shadow: none;
}
#site-header-wrap.header-layout4 .action-menu {
  margin-right: 10px;
}
#site-header-wrap.header-layout4 .top-bar-social {
  list-style: none;
}
#site-header-wrap.header-layout4 .top-bar-social li {
  display: inline-block;
  line-height: 100px;
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout4 .top-bar-social li {
    line-height: inherit;
  }
}
#site-header-wrap.header-layout4 .top-bar-social li:last-child {
  margin-right: 0px;
}
#site-header-wrap.header-layout4 .top-bar-social li a {
  color: #fff;
  display: block;
  margin-right: 15px;
}
#site-header-wrap.header-layout4 .top-bar-social li a:hover {
  color: #98cb2b;
}
#site-header-wrap.header-layout4 .search-desktop, #site-header-wrap.header-layout4 .cart-desktop {
  display: none !important;
}
@media screen and (max-width: 991px) {
  #site-header-wrap .brand {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.logo-mobile {
  display: none;
}
@media (min-width: 992px) {
  .header-opacity {
    position: absolute;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
  }
}
.header-opacity .site-header-main, .header-opacity .site-header-top {
  background: none !important;
}
@media (min-width: 992px) {
  .header-opacity.menu-default .site-contact-item p, .header-opacity.menu-default .site-contact-item a {
    color: #fff !important;
  }
  .header-opacity.menu-default .site-contact-item i {
    color: rgba(255, 255, 255, .4) !important;
  }
  .header-opacity.menu-default .menu-button li a:not(.btn-head), .header-opacity.menu-default .primary-menu > li > a {
    color: #fff !important;
  }
  .header-opacity.menu-default .menu-button li a:not(.btn-head):hover, .header-opacity.menu-default .primary-menu > li > a:hover {
    color: #98cb2b !important;
  }
}
@media (max-width: 991px) {
  .header-opacity.menu-default .site-branding .logo {
    display: none;
  }
}
#headroom.headroom--pinned:not(.headroom--top) {
  background: #fff;
}
.header-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .2);
  border: none;
}
.feedback, #yith-wcwl-popup-message {
  display: none !important;
}
#headroom {
  position: relative;
}
#headroom.headroom--up, #headroom.headroom--down {
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  #headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
    position: fixed !important;
  }
}
#headroom.headroom--unpinned:not(.headroom--top) {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#headroom.headroom--pinned:not(.headroom--top) {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
  top: 32px;
}
.overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}
.header-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}
.header-search.active {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.header-search .overlay {
  cursor: zoom-out;
  position: absolute;
  z-index: inherit;
  background: rgba(27, 26, 26, .98);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.header-search .container {
  position: relative;
  z-index: 9999;
}
.header-search .container .search-form {
  display: flex;
}
.header-search .container .searchform-wrap {
  display: inline-block;
  margin: auto;
}
.header-search .container .searchform-wrap .search-field {
  padding: 20px 0px 20px 50px;
  max-width: 580px;
  background: none;
  color: #fff;
  border: 0px;
  border-bottom: 2px solid #98cb2b;
  margin: auto;
  font-size: 45px;
  height: auto;
  border-radius: 0px;
  font-family: "Montserrat";
}
.header-search .container .searchform-wrap #searchsubmit {
  left: 0px;
  padding: 0px;
  font-size: 35px;
  color: #fff;
}
.sidebar-menu {
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -khtml-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  -o-box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
  font-family: "Montserrat";
  color: #777;
  font-size: 15px;
  position: fixed;
  display: none;
  height: 100%;
  right: -100%;
  top: 0px;
  background: #fff;
  padding: 30px 15px;
  overflow-y: auto;
  max-height: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 9999;
}
@media (min-width: 992px) {
  .sidebar-menu {
    display: block;
    width: 555px;
    padding: 115px 60px;
  }
}
.sidebar-menu.active {
  right: 0px;
}
.sidebar-menu .side-logo {
  margin-bottom: 48px;
}
.sidebar-menu .side-logo .close-sidebar-menu {
  font-size: 20px;
  float: right;
}
.sidebar-menu li:before {
  content: none;
}
.sidebar-menu .side-text ul {
  padding: 30px 0px 50px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0px;
}
.sidebar-menu .side-text ul li {
  margin-bottom: 20px;
  list-style: none;
}
.sidebar-menu .side-text ul li:last-child {
  margin-bottom: 0px;
}
.sidebar-menu .side-text ul li i {
  color: #fff;
  background: #0081e4;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 5px;
  padding: 4px;
  text-align: center;
}
.sidebar-menu .side-contact {
  padding: 45px 0px;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar-menu .side-contact .block-contact {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.sidebar-menu .side-contact .block-contact:last-child {
  margin: 0px;
}
.sidebar-menu .side-contact .block-contact i {
  color: #98cb2b;
  font-size: 36px;
  margin-right: 30px;
}
.sidebar-menu .side-contact .block-contact p {
  font-size: 15px;
  color: #777;
  margin: 0px;
}
.sidebar-menu .side-contact .block-contact p strong {
  font-size: 17px;
  color: #333;
}
.sidebar-menu .side-social {
  padding-bottom: 40px;
}
.sidebar-menu .side-social ul {
  margin: 0px;
  padding: 45px 0px 0px;
}
.sidebar-menu .side-social ul li {
  display: inline-block;
  margin-right: 15px;
}
.sidebar-menu .side-social ul li a {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #98cb2b;
  border-radius: 3px;
  color: #98cb2b;
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
  background: #fff;
}
.sidebar-menu .side-social ul li a:hover {
  background: #98cb2b;
  color: #fff;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 15px;
  }
  .primary-menu > li:first-child {
    margin-left: 0px;
  }
  .primary-menu > li:last-child {
    margin-right: 0px;
  }
  .primary-menu > li > a {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Montserrat;
    position: relative;
    padding: 0;
    letter-spacing: 0.03em;
    line-height: normal;
    color: #fff;
  }
  .primary-menu > li > a .cls-1 {
    fill: #fff;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor .primary-menu > li.current-menu-ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #98cb2b;
  }
  .primary-menu > li:hover > a:after, .primary-menu > li.current_page_item > a:after, .primary-menu > li.current-menu-item > a:after, .primary-menu > li.current_page_ancestor .primary-menu > li.current-menu-ancestor > a:after, .primary-menu > li.current-menu-ancestor > a:after {
    width: 50%;
  }
  .primary-menu > li:hover > a .cls-1, .primary-menu > li.current_page_item > a .cls-1, .primary-menu > li.current-menu-item > a .cls-1, .primary-menu > li.current_page_ancestor .primary-menu > li.current-menu-ancestor > a .cls-1, .primary-menu > li.current-menu-ancestor > a .cls-1 {
    fill: #98cb2b;
  }
  .primary-menu > li > a:after {
    content: "";
    position: absolute;
    width: 0px;
    bottom: 0px;
    left: 0px;
    height: 2px;
    -webkit-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: #98cb2b;
  }
  .primary-menu > li .link-icon {
    margin-right: 6px;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #1b1a1a;
    padding: 26px 0px;
    top: 100%;
    left: 0;
    margin-top: 0px;
    min-width: 235px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li {
    padding: 0px 40px;
  }
  .primary-menu .sub-menu li:last-child a {
    border-bottom: 0px;
  }
  .primary-menu .sub-menu li a {
    color: #9d9d9d;
    font-size: 14px;
    padding: 14px 0px;
    line-height: normal;
    font-weight: 500;
    font-family: Montserrat;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    -webkit-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #98cb2b;
  }
  .primary-menu .sub-menu li > a:hover {
    padding-left: 10px;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu .sub-menu .vc_row {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu li.current-menu-item > a {
    color: #98cb2b;
  }
  .primary-menu > li > a {
    font-weight: 700;
  }
  .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #98cb2b;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    height: 0;
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #98cb2b;
  }
  .btn-nav-mobile {
    float: right;
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .btn-nav-mobile:before, .btn-nav-mobile:after, .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  .btn-nav-mobile:before {
    top: 9px;
  }
  .btn-nav-mobile span {
    top: 15px;
  }
  .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before, .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #222;
  }
  .main-menu-toggle:before {
    height: 11px;
    left: 9px;
    top: 5px;
    width: 1px;
  }
  .main-menu-toggle:after {
    height: 1px;
    left: 4px;
    top: 10px;
    width: 11px;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
#pagetitle {
  background-image: url('../images/ptitle-bg.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0px;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  #pagetitle {
    padding: 250px 0px 125px;
  }
}
#pagetitle:after, #pagetitle:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
}
#pagetitle:before {
  content: '';
  background: linear-gradient(to bottom, rgba(29, 26, 26, .8) 20%, rgba(29, 26, 26, .6));
}
#pagetitle:after {
  content: '';
}
#pagetitle .container {
  position: relative;
  z-index: 9;
}
#pagetitle .page-title-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
#pagetitle h1.page-title {
  color: #fff;
  margin: 0;
  z-index: 99;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  #pagetitle h1.page-title {
    font-size: 60px;
    line-height: 1;
  }
}
#pagetitle h1.page-title + .cms-breadcrumb {
  margin-top: 15px;
}
#pagetitle .cms-breadcrumb {
  font-size: 13px;
  font-weight: 400;
  margin: 0px auto;
}
@media screen and (max-width: 575px) {
  #pagetitle .cms-breadcrumb {
    width: calc(100% - 30px);
  }
}
#pagetitle .cms-breadcrumb li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
  position: relative;
}
#pagetitle .cms-breadcrumb li:before {
  display: inline;
  background: none;
  font-family: FontAwesome;
  top: 50%;
  margin: 0px 10px;
}
#pagetitle .cms-breadcrumb li a {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.87);
}
#pagetitle .cms-breadcrumb li a:hover {
  color: #fff;
}
#pagetitle.page-title-layout1 {
  position: relative;
  text-align: center;
}
#pagetitle.page-title-layout1 h1.page-title {
  text-transform: capitalize;
}
#pagetitle.page-title-layout1 .cms-breadcrumb {
  padding: 15px 0px;
}
#pagetitle.page-title-layout1 .cms-breadcrumb li:before {
  content: "/";
}
#pagetitle.page-title-layout1 .cms-breadcrumb li:first-child:before {
  content: none;
}
@media screen and (min-width: 992px) {
  #pagetitle.page-title-layout2 {
    padding: 175px 0px 175px;
  }
}
#pagetitle.page-title-layout2.style1 h1.page-title {
  font-weight: 500;
}
#pagetitle.page-title-layout2 .page-title-inner {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  #pagetitle.page-title-layout2 .page-title-inner {
    flex-direction: column;
    text-align: center;
  }
}
#pagetitle.page-title-layout2 .page-title-inner h1.page-title {
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  #pagetitle.page-title-layout2 .page-title-inner h1.page-title {
    margin-bottom: 20px;
  }
}
#pagetitle.page-title-layout2 .page-title-inner .bread-icon {
  display: flex;
  align-items: baseline;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #pagetitle.page-title-layout2 .page-title-inner .bread-icon {
    width: 100%;
    justify-content: center;
  }
}
#pagetitle.page-title-layout2 .page-title-inner .bread-icon > i {
  margin-right: 10px;
}
#pagetitle.page-title-layout2 .page-title-inner .cms-breadcrumb {
  margin: 0px;
}
#pagetitle.page-title-layout2 .page-title-inner .cms-breadcrumb li:before {
  content: "\f105";
}
#pagetitle.page-title-layout2 .page-title-inner .cms-breadcrumb li:first-child:before, #pagetitle.page-title-layout2 .page-title-inner .cms-breadcrumb li:nth-child(2):before {
  content: none;
}
#pagetitle.page-title-layout2 .artboard {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body #pagetitle {
    background-attachment: inherit;
  }
  body #pagetitle h1.page-title {
    font-size: 30px;
  }
}
.cms-back-blog {
  font-weight: 500;
}
.cms-back-blog a {
  color: #000;
}
.cms-back-blog a:hover {
  color: #98cb2b;
}
.cms-back-blog i {
  padding-right: 9px;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.entry-featured {
  position: relative;
}
.entry-featured .post-image {
  margin-bottom: 22px;
}
.entry-featured .post-image a {
  display: block;
}
.entry-featured .post-image span {
  display: inline-block;
}
.entry-featured .post-image img {
  width: 100%;
}
.entry-featured .entry-video, .entry-featured .cms-carousel {
  margin-bottom: 30px;
}
.entry-more {
  margin: 30px 0px 40px;
}
.entry-more .read-more {
  font-size: 15px;
  color: #333;
  font-weight: 600;
}
.entry-more .read-more i {
  margin-right: 15px;
}
.entry-more .read-more:hover {
  text-decoration: none;
  color: #98cb2b;
}
@media screen and (min-width: 1200px) {
  .blog .site-main {
    padding-right: 15px;
  }
}
.blog .read-more {
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat";
}
.format-gallery .entry-featured {
  position: relative;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #98cb2b;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.single-hentry {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .single-hentry.type-post .entry-holder {
    padding: 0px 0px 0px 40px;
  }
}
.single-hentry.type-post .entry-more {
  margin: 18px 0px 0px 0px;
}
.single-hentry.type-post:last-child .entry-holder {
  padding-bottom: 0px;
  border-bottom: 0;
}
.single-hentry:last-child {
  border-bottom: 0px;
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .single-hentry .entry-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hentry .entry-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.search.search-results .entry-holder {
  padding: 0px 0px;
}
.entry-video iframe, .entry-video .wp-video {
  width: 100% !important;
}
.entry-meta li {
  display: inline-block;
  margin-bottom: 6px;
  color: #616161;
  padding-right: 16px;
  font-family: "Roboto";
}
.entry-meta li a {
  color: inherit;
  font-weight: 500;
}
.entry-meta li a:hover {
  color: #98cb2b;
}
.entry-meta li i {
  color: inherit;
}
.entry-meta .fa-thumb-tack {
  margin-right: 4px;
}
.posts-pagination {
  text-align: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  border: 2px solid #c8c8c8;
  font-weight: 500;
  color: #777;
  padding: 8px 17px;
  margin: 0px 12px 12px 0px;
  height: 50px;
  width: 50px;
}
.posts-pagination .page-numbers:last-child {
  margin-right: 0px;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  color: #fff;
  background-color: #98cb2b;
  border-color: #98cb2b;
}
.posts-pagination .page-numbers.next, .posts-pagination .page-numbers.prev {
  width: inherit;
  padding: 8px 13px;
}
.posts-pagination .page-numbers.next:hover, .posts-pagination .page-numbers.prev:hover {
  color: #98cb2b;
  background-color: transparent;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}
.first-line p {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .single-post .content-area {
    padding-right: 30px;
  }
}
.single-post .single-hentry {
  margin-bottom: 0px;
}
.single-post .entry-featured .post-image {
  margin-bottom: 25px;
}
.single-post #pagetitle h1.page-title {
  line-height: normal;
}
.single-post .entry-body {
  border-bottom: 2px solid #eee;
  padding-bottom: 40px;
}
.single-post .entry-content {
  margin-bottom: 0px;
}
.single-post .entry-content p {
  margin-bottom: 18px;
  font-size: 15px;
  font-family: "Roboto";
}
.single-post .entry-content img {
  margin-top: 7px;
  margin-bottom: 7px;
}
.single-post .entry-content .wpb_content_element {
  margin-bottom: 20px;
}
.single-post .entry-meta {
  margin-bottom: 8px;
}
.single-post .entry-holder {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .single-post #pagetitle .page-title-content {
    width: 100%;
  }
}
.single-post .entry-content-bottom {
  padding: 24px 0px;
  margin-top: 10px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  text-align: center;
}
@media (min-width: 992px) {
  .single-post .entry-content-bottom {
    display: flex;
    align-items: center;
  }
}
.single-post .share {
  display: flex;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
}
.single-post .social-share {
  list-style: none;
  margin: 0px;
}
.single-post .social-share li {
  display: inline-block;
}
.single-post .social-share li a {
  color: #5d5d5d;
  margin-left: 25px;
}
.single-post .social-share li a:hover {
  color: #98cb2b;
}
.single-post .social-share span {
  display: none;
}
.single-post .tags {
  margin-top: 10px;
}
.single-post .tags a {
  display: inline-block;
  font-size: 12px;
  padding: 5px 15px;
  border: 1px solid #e1e1e1;
  margin: 0px 10px 10px 0px;
  color: inherit;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-post .tags a:hover {
  color: #98cb2b;
  border-color: #98cb2b;
}
.single-post .prev-next-post {
  padding: 40px 0px;
}
.single-post .prev-next-post .thumb {
  max-width: 70px;
  max-height: 70px;
}
.single-post .prev-next-post .link {
  width: calc(100% - 100px);
}
.single-post .prev-next-post .link a {
  font-size: 15px;
  font-weight: bold;
  font-family: "Montserrat";
}
.single-post .prev-next-post .link span {
  display: block;
  font-size: 13px;
}
.single-post .prev-next-post .prev-post .thumb {
  float: left;
  margin-right: 30px;
}
.single-post .prev-next-post .prev-post .link {
  float: left;
  text-align: left;
}
.single-post .prev-next-post .next-post .thumb {
  float: right;
  margin-left: 30px;
}
.single-post .prev-next-post .next-post .link {
  float: right;
  text-align: right;
}
.entry-social-share {
  text-align: center;
}
@media (min-width: 992px) {
  .entry-social-share {
    display: flex;
    align-items: center;
  }
}
.entry-social-share label {
  color: #777;
  font-size: 28px;
  line-height: 34px;
  margin-right: 26px;
}
.entry-social-share .title-share {
  margin-right: 20px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .entry-social-share .title-share {
    display: none;
  }
}
.entry-social-share ul {
  margin: 0;
  list-style: none;
}
.entry-social-share ul li {
  display: inline-block;
}
.entry-social-share ul li:before {
  content: none;
}
.entry-social-share ul li + li {
  margin-left: 16px;
}
.entry-social-share.item-share {
  border-top: 1px solid #f0f0f0;
}
.entry-social-share.item-share ul li + li {
  margin-left: 10px;
}
.entry-social-share.item-share a:not(.btn) {
  padding: 0 15px;
}
.entry-social-share a:not(.btn) {
  font-size: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  line-height: 34px;
  height: 37px;
  width: 37px;
  color: #fff;
  text-align: center;
}
.entry-social-share a:not(.btn) > span {
  display: none;
}
.entry-social-share a:not(.btn).fb-social {
  background: #6a75c8;
}
.entry-social-share a:not(.btn).fb-social:hover {
  color: #6a75c8;
  border-color: #6a75c8;
  background: #fff;
}
.entry-social-share a:not(.btn).tw-social {
  background: #6abaf7;
}
.entry-social-share a:not(.btn).tw-social:hover {
  color: #6abaf7;
  border-color: #6abaf7;
  background: #fff;
}
.entry-social-share a:not(.btn).g-social {
  background: #f05660;
}
.entry-social-share a:not(.btn).g-social:hover {
  color: #f05660;
  border-color: #f05660;
  background: #fff;
}
.entry-social-share a:not(.btn).in-social {
  background: #2e82d9;
}
.entry-social-share a:not(.btn).in-social:hover {
  color: #2e82d9;
  border-color: #2e82d9;
  background: #fff;
}
.entry-social-share a:not(.btn).pin-social {
  background: #bd081c;
}
.entry-social-share a:not(.btn).pin-social:hover {
  color: #bd081c;
  border-color: #bd081c;
  background: #fff;
}
.post-type-doctor ul li {
  margin-bottom: 10px;
}
.post-type-doctor ul li:last-child {
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .entry-social-share a:not(.btn) {
    padding: 0;
    text-align: center;
  }
  .entry-social-share a:not(.btn) span {
    display: none;
  }
}
@media  {
  .entry-social-share {
    text-align: center;
  }
  .entry-social-share label {
    display: none;
  }
  .entry-social-share ul {
    float: none;
  }
}
.entry-author-info {
  border-top: 2px solid #eee;
  padding: 40px 0px;
}
.entry-author-info .author-avatar {
  float: left;
}
@media screen and (max-width: 767px) {
  .entry-author-info .author-avatar {
    text-align: center;
    float: none;
  }
}
.entry-author-info .author-avatar img {
  max-width: 70px;
  max-height: 70px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.entry-author-info .author-description {
  float: left;
  padding-left: 30px;
  width: calc(100% - 100px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .entry-author-info .author-description {
    float: none;
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
}
.entry-author-info .author-description h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry-author-info .author-description h3 {
    text-align: center;
  }
}
.entry-author-info .author-description p {
  margin-bottom: 15px;
}
.entry-author-info .author-description ul.user-social {
  list-style: none;
  margin: 0px;
}
.entry-author-info .author-description ul.user-social li {
  display: inline-block;
  margin-right: 30px;
}
.entry-author-info .author-description ul.user-social li:last-child {
  margin-right: 0px;
}
.entry-author-info .author-description ul.user-social li a {
  color: #5d5d5d;
}
.entry-author-info .author-description ul.user-social li a:hover {
  color: #98cb2b;
}
.single-service .list-services h3 {
  font-size: 30px;
}
.single-service .list-services ul {
  margin: 25px 0px 40px;
}
.single-service .list-services ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #d3d3d3;
  display: block;
}
.single-service .list-services ul li:before {
  content: none;
}
.single-service .list-services ul li a {
  font-size: 17px;
  color: inherit;
  display: block;
}
.single-service .list-services ul li:last-child {
  border: 0px;
}
.single-service .list-services ul li.active, .single-service .list-services ul li:hover {
  border-color: #98cb2b;
}
.single-service .wpb_content_element {
  margin-bottom: 44px;
}
.single-service .post-type-content {
  color: #777;
}
.single-service .post-type-content .first-line {
  margin-bottom: 20px;
}
.single-service .post-type-content .first-line p {
  line-height: 35px;
}
.single-service .post-type-content .wpb_wrapper, .single-service .post-type-content .vc_single_image-wrapper {
  width: 100%;
}
.single-service .post-type-content .wpb_wrapper img, .single-service .post-type-content .vc_single_image-wrapper img {
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .single-service .post-type-content a.btn {
    margin-bottom: 30px;
  }
}
.post-previous-next.style-default {
  padding-top: 12px;
  margin-top: 51px;
  border-top: 1px solid #e5e5e5;
}
.post-previous-next.style-default .nav-item-image {
  height: 200px;
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 12px;
}
.post-previous-next.style-default .nav-item-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-previous-next.style-default h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 17px;
}
.post-previous-next.style-default .nav-item-date, .post-previous-next.style-default span {
  font-size: 15px;
  line-height: 21px;
  color: rgba(119, 119, 119, 0.33);
}
@media screen and (min-width: 768px) {
  .post-previous-next.style-default .nav-link-next span {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .post-previous-next.style-default .nav-link-prev + .nav-link-next {
    margin-top: 30px;
  }
}
.post-previous-next .grid-item span {
  font-size: 18px;
  display: inline-block;
  padding: 30px 0 23px;
}
@media screen and (min-width: 768px) {
  .post-previous-next .grid-item.nav-link-next {
    text-align: right;
  }
}
.post-previous-next.cms-grid-portfolio-layout4 {
  margin-top: 62px;
}
.post-previous-next.cms-grid-portfolio-layout4 .grid-item > span {
  font-size: 15px;
  font-weight: 500;
  padding: 18px 0;
}
.post-previous-next.cms-grid-portfolio-layout4 .item-holder {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.post-previous-next.cms-grid-portfolio-layout4 .nav-link-next .item-holder {
  right: 0;
  left: auto;
}
.entry-meta {
  margin: 0;
}
.entry-meta li {
  font-size: 14px;
  font-weight: 500;
}
.entry-meta li a {
  text-transform: capitalize;
}
.entry-meta li a:hover {
  color: #98cb2b;
  text-decoration: none;
}
.entry-meta li.post-meta-author {
  padding-left: 0;
}
.entry-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 7px;
}
.entry-title a {
  color: #282828;
}
.entry-title a:hover {
  text-decoration: none;
  color: #98cb2b;
}
.entry-title.is-sticky {
  background: #222;
  padding: 5px 10px;
  display: inline-block;
}
.entry-title.is-sticky a {
  color: #fff;
}
.entry-title.is-sticky:hover {
  background: #98cb2b;
}
.page-links span.page-links-title {
  margin-right: 10px;
}
.page-links > a, .page-links > span:not(.page-links-title) {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 500;
  background-color: #98cb2b;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.page-links > a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.33);
}
.page-links > a:hover {
  background-color: #98cb2b;
  color: #fff;
}
.vc_figure, .vc_single_image-wrapper {
  width: 100%;
}
.vc_figure img, .vc_single_image-wrapper img {
  width: 100%;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget.rm-margin1 {
  margin-bottom: 14px;
}
.widget.rm-margin2 {
  margin-bottom: 20px;
}
.logged-in .hide-logged {
  display: none;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media  {
  .widget_nav_menu.column3 ul.menu li {
    width: 100%;
  }
}
.widget_nav_menu.column2 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media  {
  .widget_nav_menu.column2 ul.menu li {
    width: 100%;
  }
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 15px;
  line-height: 1.777;
  color: #777;
}
#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
  color: #98cb2b;
}
#content .widget_categories ul.sub-menu li, #content .widget_nav_menu ul.sub-menu li, #content .widget_pages ul.sub-menu li, #content .widget_archive ul.sub-menu li, #content .widget_meta ul.sub-menu li {
  padding-left: 0;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
#content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul {
  margin: 0px;
}
#content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li {
  font-size: 0px;
  margin-bottom: 3px;
  font-weight: bold;
}
#content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  background: #f4f4f4;
  margin: 0px;
  padding: 13px 20px;
  font-family: "Montserrat";
  font-weight: bold;
  display: block;
  position: relative;
}
#content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li a:after {
  content: '';
  height: 3px;
  width: 20px;
  background: #333;
  opacity: 0;
  left: 20px;
  bottom: 0px;
  position: absolute;
}
#content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li.current-cat > a, #content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li.active > a, #content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li:hover > a {
  color: #fff;
  background: #98cb2b;
}
#content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li.current-cat > a:after, #content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li.active > a:after, #content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul li:hover > a:after {
  opacity: 1;
}
#content .widget:not(.widget_recent_comments):not(.widget_cms_recent_posts):not(.widget_products) ul.children li {
  margin-top: 3px;
}
#content #recentcomments {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
}
#content #recentcomments .recentcomments {
  padding: 10px 0px;
}
#content #recentcomments .recentcomments:before {
  content: "\f075";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 5px;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
#secondary #today {
  color: #fff;
  background: #98cb2b;
}
#secondary #today a {
  color: #fff;
}
#secondary #today:hover {
  color: #fff;
}
#secondary #today:hover a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  #secondary {
    margin-top: 30px;
  }
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #98cb2b;
}
.widget_ef_recent_posts .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
.widget_ef_recent_posts .entry-title a {
  color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #98cb2b;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.vc_wp_custommenu .widgettitle {
  font-size: 24px;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
#secondary .widget {
  margin-bottom: 60px;
}
#secondary .widget.widget_archive ul.children, #secondary .widget.widget_categories ul.children, #secondary .widget.widget_pages ul.children, #secondary .widget.widget_nav_menu ul.children, #secondary .widget.widget_recent_comments ul.children, #secondary .widget.widget_meta ul.children, #secondary .widget.widget_recent_entries ul.children, #secondary .widget.widget_archive ul.sub-menu, #secondary .widget.widget_categories ul.sub-menu, #secondary .widget.widget_pages ul.sub-menu, #secondary .widget.widget_nav_menu ul.sub-menu, #secondary .widget.widget_recent_comments ul.sub-menu, #secondary .widget.widget_meta ul.sub-menu, #secondary .widget.widget_recent_entries ul.sub-menu {
  padding-left: 15px;
}
#secondary .widget.widget_archive li, #secondary .widget.widget_categories li, #secondary .widget.widget_pages li, #secondary .widget.widget_nav_menu li, #secondary .widget.widget_recent_comments li, #secondary .widget.widget_meta li, #secondary .widget.widget_recent_entries li {
  display: block;
  color: #777;
}
#secondary .widget.widget_archive li:before, #secondary .widget.widget_categories li:before, #secondary .widget.widget_pages li:before, #secondary .widget.widget_nav_menu li:before, #secondary .widget.widget_recent_comments li:before, #secondary .widget.widget_meta li:before, #secondary .widget.widget_recent_entries li:before {
  content: none;
}
#secondary .widget.widget_archive li a, #secondary .widget.widget_categories li a, #secondary .widget.widget_pages li a, #secondary .widget.widget_nav_menu li a, #secondary .widget.widget_recent_comments li a, #secondary .widget.widget_meta li a, #secondary .widget.widget_recent_entries li a {
  color: inherit;
}
#secondary .widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#secondary .widget.widget_search .searchform-wrap input {
  font-size: 13px;
  padding: 0px 20px;
}
#secondary .widget.widget_search .searchform-wrap button {
  width: 55px;
  padding: 0px;
  text-align: center;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#secondary .widget.widget_recent_entries, #secondary .widget.widget_recent_comments {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 16px;
}
#secondary .widget.widget_recent_entries a, #secondary .widget.widget_recent_comments a {
  color: inherit;
  font-size: inherit;
}
#secondary .widget.widget_recent_entries a:hover, #secondary .widget.widget_recent_comments a:hover {
  color: #98cb2b;
}
#secondary .widget.widget_newsletterwidget .widget-content {
  font-size: 14px;
  line-height: 21px;
  color: rgba(119, 119, 119, 0.66);
}
#secondary .widget.widget_newsletterwidget .widget-content p {
  margin-bottom: 0;
}
#secondary .widget.widget_newsletterwidget .widget-content .tnp-widget {
  margin-top: 33px;
}
#secondary .widget.widget_newsletterwidget .widget-content .tnp-submit {
  font-family: inherit;
  text-transform: capitalize;
}
#secondary .widget.widget_rss .widget-title a {
  color: inherit;
}
#secondary .widget.widget_rss li:before {
  content: none;
}
#secondary .widget.widget_rss a.rsswidget {
  color: rgba(0, 0, 0, 0.87);
}
#secondary .widget.widget_rss a.rsswidget:hover {
  color: #98cb2b;
}
#secondary .widget .nice-select ul li {
  padding: 12px 10px;
  font-weight: 500;
}
#secondary .widget #wp-calendar {
  margin-bottom: 0;
}
#secondary .widget #wp-calendar caption {
  padding-bottom: 0;
}
#secondary .widget-title {
  font-size: 16px;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 700;
}
.widget_newsletterwidget {
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_newsletterwidget .newsletter-subscription {
  margin: 0;
}
.widget_newsletterwidget .footer-widget-title + p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 35px;
}
.widget_newsletterwidget .tnp-widget {
  margin-top: 40px;
}
.widget_newsletterwidget form {
  position: relative;
}
.widget_newsletterwidget form .tnp-field-email {
  margin-bottom: 15px;
}
.widget_newsletterwidget form .tnp-field-email label {
  display: none;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0px !important;
  background-color: #1d1d1d !important;
  height: 40px !important;
  line-height: 47px;
  font-size: 13px !important;
  color: inherit;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email::placeholder {
  color: #646464;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email:-ms-input-placeholder {
  color: #646464;
}
.widget_newsletterwidget form .tnp-field-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.widget_newsletterwidget form .tnp-field-button:after {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  color: #98cb2b;
  font-size: 14px;
  top: 8px;
  left: -25px;
  z-index: 0;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit {
  color: #fff;
  height: 40px !important;
  width: inherit !important;
  padding: 0 20px;
  font-size: 0px;
  border: none !important;
  position: absolute !important;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  top: 0;
  right: 0;
  text-transform: capitalize;
  background: none;
  border: 0px;
  z-index: 9;
}
.widget_newsletterwidget form .tnp-lists select {
  display: none;
}
.widget_newsletterwidget form .tnp-lists label {
  font-size: 13px;
}
.widget_cms_recent_posts .entry-brief {
  margin-bottom: 30px;
}
.widget_cms_recent_posts .entry-brief:last-child {
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-brief .category {
  font-size: 0px;
}
.widget_cms_recent_posts .entry-brief .category a {
  display: none;
}
.widget_cms_recent_posts .entry-brief .category a:first-child {
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto";
}
.widget_cms_recent_posts .entry-media {
  width: 70px;
  float: left;
  margin-right: 30px;
}
.widget_cms_recent_posts .entry-media + .entry-content {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -ms-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
}
.widget_cms_recent_posts .entry-content {
  float: left;
  margin-bottom: 0px;
}
.widget_cms_recent_posts .entry-title {
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Montserrat";
  margin-bottom: 0px;
}
.widget_cms_recent_posts .entry-title a:hover {
  color: #98cb2b;
}
.widget_cms_recent_posts .entry-meta li {
  font-size: 14px;
  color: #616161;
  font-family: "Roboto";
  margin: 0px;
}
.widget_instagram .widget-images {
  margin: 0px -3px;
}
.widget_instagram .widget-images .col-img-4 {
  padding: 0px 3px;
  float: left;
  width: 33.33333%;
  margin-bottom: 6px;
}
.widget_instagram .widget-images .col-img-4 a {
  display: block;
  position: relative;
}
.widget_instagram .widget-images .col-img-4 a:after {
  content: "\f06e";
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  color: #fff;
  top: 10px;
  left: 10px;
  background: #98cb2b;
  z-index: 9;
}
.widget_instagram .widget-images .col-img-4 a:hover:after {
  opacity: 0.7;
}
.widget_instagram .widget-images .col-img-4 img {
  border-radius: 3px;
  width: 100%;
}
.widget_tag_cloud {
  padding-bottom: 33px !important;
}
.tagcloud:after {
  content: '';
  display: block;
  clear: both;
}
.tagcloud a {
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #777;
  display: inline-block;
  font-size: 15px !important;
  letter-spacing: 0.035em;
  margin-bottom: 12px;
  margin-right: 11px;
  padding: 5px 27px;
  font-family: Poppins;
  float: left;
}
.tagcloud a:hover {
  color: #98cb2b;
  border-color: #98cb2b;
}
@media screen and (min-width: 1200px) {
  .cms-footer-item:nth-child(2) .widget_nav_menu {
    padding-left: 40px;
  }
}
.widget_cs_social_widget .cms-social:after {
  content: '';
  display: block;
  clear: both;
}
.widget_cs_social_widget .cms-social li {
  float: left;
  margin: 0px 20px 0px 0px;
  list-style: none;
}
.widget_cs_social_widget .cms-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: #98cb2b;
  font-size: 14px;
}
.widget_cs_social_widget .cms-social li a:hover {
  color: #fff;
}
.widget_cs_social_widget .cms-social li span {
  display: none;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery-columns-5 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-columns-6 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery-columns-7 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-7 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
}
.gallery-columns-8 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
.gallery-caption {
  display: block;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area .comment-list-wrap {
  padding-top: 50px;
  border-top: 2px solid #eee;
}
.comments-area .comment-respond {
  padding-top: 50px;
  border-top: 2px solid #eee;
}
.comments-area ul {
  margin: 0px;
}
.comments-area .comment-list > li {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.comments-area .comment-title {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  color: #333;
  margin-bottom: 0px;
}
.comments-area .comment-date {
  font-size: 12px;
  color: #565656;
  margin: 15px 0px;
}
.comments-area .comment-text {
  margin-bottom: 15px;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
  font-weight: 700;
}
.comments-area .comment-reply-title {
  margin-bottom: 30px;
}
li .comment-respond {
  margin-bottom: 30px;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li {
  list-style-position: inherit;
}
.comment-list li .children {
  padding-left: 90px;
}
.comment-list li .children > li {
  padding-top: 30px;
}
.comment-list > li {
  margin-bottom: 30px;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list ul.children {
  list-style: none;
}
.comment-list ul.children li {
  border-top: 1px solid #eee;
}
.comment-media {
  max-width: 60px;
  float: left;
  margin-right: 30px;
}
.comment-media img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .comment-media img {
    width: 60px;
  }
}
.comment-content {
  display: table;
  vertical-align: top;
  padding-bottom: 30px;
  float: left;
  width: calc(100% - 90px);
}
.comment-title {
  text-transform: capitalize;
  font-size: 16px;
}
.comment-date {
  text-transform: none;
  font-family: "Roboto";
  font-weight: normal;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  margin-left: 17px;
}
.comment-date span {
  text-transform: uppercase;
}
.comment-text {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.66);
}
.comment-text p:last-child {
  margin-bottom: 0;
}
.comment-reply {
  line-height: 1;
}
.comment-reply a {
  font-weight: 700;
}
.comment-form input:not(.submit), .comment-form textarea {
  height: 50px;
  padding: 0px 20px;
  margin-bottom: 30px;
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.comment-form input:not(.submit):focus, .comment-form textarea:focus {
  border-color: #98cb2b;
}
.comment-form textarea {
  height: 150px;
  padding: 5px 20px;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form .form-submit .submit {
  font-size: 14px !important;
  text-transform: capitalize;
  background-color: #98cb2b !important;
  padding: 28px 70px !important;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.comment-form .form-submit .submit:hover {
  background-color: #333 !important;
  color: #fff;
  border-color: #333 !important;
}
.comment-body {
  position: relative;
}
.comment-body .comment-reply-link {
  font-weight: bold;
  color: #98cb2b;
  font-size: 14px;
}
.logged-in-as a {
  color: #616161;
}
.logged-in-as a:hover {
  color: #98cb2b;
}
@media screen and (max-width: 575px) {
  .comment-inner {
    text-align: center;
  }
  .comment-media {
    float: none;
    display: inline-block;
    margin-right: 0px;
  }
  .comment-content {
    padding-left: 0;
    padding-top: 15px;
    display: block;
    float: none;
    width: auto;
  }
  .comment-list li .children {
    padding-left: 0;
  }
  .comment-list li .children > li > .comment-body {
    border: none;
  }
}
.site-footer {
  font-size: 14px;
  line-height: 26px;
  color: #9b9b9b;
}
.site-footer .top-footer {
  padding: 110px 0 90px;
  font-size: 14px;
  background: #222;
}
.site-footer .top-footer .widget_text, .site-footer .top-footer .widget_media_image {
  margin-bottom: 24px;
}
.site-footer .top-footer .widget_nav_menu h3 + div ul.menu {
  margin-top: 0px;
}
@media screen and (min-width: 576px) {
  .site-footer .top-footer .widget_nav_menu ul.menu {
    margin-top: 45px;
  }
}
.site-footer .top-footer .widget_nav_menu ul.menu li {
  font-size: 13px;
  line-height: 2.15;
}
.site-footer .top-footer .widget_nav_menu ul.menu li a {
  color: inherit;
}
.site-footer .top-footer .widget_nav_menu ul.menu li:hover a {
  color: #98cb2b;
}
.site-footer .top-footer .menu-footer-container li {
  margin-bottom: 14px;
}
.site-footer .top-footer .menu-footer-container li:last-child {
  margin-bottom: 0px;
}
.site-footer .top-footer .footer-widget-title {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Montserrat";
  margin: 0px 0px 34px;
  text-transform: capitalize;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer .cms-footer-item {
    margin-top: 40px;
  }
  .site-footer .top-footer .cms-footer-item:nth-child(1), .site-footer .top-footer .cms-footer-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer .cms-footer-item:nth-child(2) {
    margin-top: 40px;
  }
}
.site-footer .top-footer .cms-social {
  margin: 0px;
}
.site-footer .bottom-footer {
  padding: 28px 0;
  position: relative;
  font-family: "Montserrat";
  background: #222;
  border-top: 1px solid rgba(71, 71, 71, .25);
}
.site-footer .bottom-footer a {
  color: #98cb2b;
}
.site-footer .bottom-footer a:hover {
  color: #98cb2b;
}
.site-footer .bottom-footer p {
  margin: 0px;
}
.site-footer .bottom-footer .bottom-col1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .site-footer .bottom-footer .bottom-col1 {
    justify-content: flex-start;
  }
}
.site-footer .widget_newsletterwidget {
  background-color: transparent;
  border: none;
}
.cta-footer-inner {
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
  padding: 48px 0;
}
.cta-footer-inner h3 {
  font-size: 28px;
  color: #fff;
  line-height: normal;
  display: inline-block;
  margin: 10px 46px 10px 0;
}
.cta-footer-inner .cta-footer-meta {
  font-size: 24px;
  line-height: normal;
  display: inline-block;
  margin: 10px 0;
}
.cta-footer-inner .cta-footer-meta span {
  color: rgba(255, 255, 255, 0.45);
  display: none;
}
.cta-footer-inner .cta-footer-meta a {
  color: #fff;
}
.cta-footer-inner .cta-footer-meta a:hover {
  color: #333;
}
.cta-footer-inner .cta-footer-meta a + a span {
  display: inline-block;
}
.scroll-top {
  background-color: #98cb2b;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  height: 45px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 45px;
  font-size: 22px;
  z-index: 999;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scroll-top:focus, .scroll-top:active {
  background-color: #98cb2b;
  color: #fff;
}
.scroll-top:hover {
  background-color: #88b627;
  color: #fff;
}
.scroll-top.on {
  visibility: visible;
  opacity: 1;
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  .scroll-top.on {
    right: 0px;
    bottom: 0px;
  }
}
.scroll-top i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
@media screen and (max-width: 991px) {
  .top-footer::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-footer::after {
    display: none;
  }
}
.cms-grid .item-featured img {
  width: 100%;
}
.cms-grid .cms-grid-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 0px;
}
.cms-grid .item-title {
  font-size: 24px;
  line-height: 1.33;
}
.cms-grid .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #98cb2b;
}
@media screen and (max-width: 767px) {
  .cms-grid .cms-grid-inner {
    margin: 0 -15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item {
    padding: 15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item .grid-item-inner {
    margin-top: 0 !important;
  }
}
.cms-grid .cms-grid-pagination {
  margin-top: 35px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 0 16px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
}
.grid-filter-wrap.filter-small {
  margin-bottom: 22px;
}
.grid-filter-wrap.filter-small span {
  font-family: "Montserrat";
  color: #333;
  font-weight: bolder;
  font-size: 14px;
}
.grid-filter-wrap.filter-small span:hover, .grid-filter-wrap.filter-small span.active {
  color: #98cb2b;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.cms-grid-header {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
.cms-grid-header > h3 {
  margin: 0;
  font-size: 40px;
  letter-spacing: 0.03em;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .cms-grid-header {
    display: block;
  }
  .cms-grid-header > h3 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cms-grid-header .nice-select {
    margin: 15px 0 0;
  }
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: #a2a2a2;
  display: inline-block;
  height: 9px;
  margin: 0 4px;
  width: 9px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-dots .owl-dot.active {
  background-color: #98cb2b;
}
.owl-arrows-middle .owl-nav {
  display: block !important;
}
.owl-arrows-middle .owl-nav .owl-prev, .owl-arrows-middle .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle .owl-nav .owl-prev {
  left: -54px;
}
.owl-arrows-middle .owl-nav .owl-next {
  right: -54px;
}
.owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
  height: 185px;
  line-height: 185px;
  width: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #98cb2b;
  text-align: center;
}
.owl-arrows-middle-big .owl-prev i, .owl-arrows-middle-big .owl-next i {
  font-size: 21px;
  color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-arrows-middle-big .owl-prev {
  left: -15px;
}
.owl-arrows-middle-big .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-big .owl-prev:hover i {
  margin-left: -15px;
}
.owl-arrows-middle-big .owl-next {
  right: -15px;
}
.owl-arrows-middle-big .owl-next i:before {
  content: "\f301";
}
.owl-arrows-middle-big .owl-next:hover i {
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
    width: 45px;
    height: 90px;
    line-height: 90px;
  }
}
.owl-arrows-middle-circle .owl-nav .owl-prev, .owl-arrows-middle-circle .owl-nav .owl-next {
  border: 2px solid #98cb2b;
  border-radius: 100%;
  color: #98cb2b;
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle-circle .owl-nav .owl-prev:hover, .owl-arrows-middle-circle .owl-nav .owl-next:hover {
  border-color: #98cb2b;
  background-color: #98cb2b;
  color: #fff;
}
.owl-arrows-middle-circle .owl-nav .owl-prev {
  left: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-circle .owl-nav .owl-next {
  right: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-next i:before {
  content: "\f301";
}
@media screen and (min-width: 1400px) {
  .owl-arrows-middle-circle .owl-nav .owl-prev {
    left: -70px;
  }
  .owl-arrows-middle-circle .owl-nav .owl-next {
    right: -70px;
  }
}
@media screen and (max-width: 1399px) {
  .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-prev, .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-next {
    border-color: #fff;
    color: #fff;
  }
  .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-prev, .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-next {
    position: static;
    margin: 60px 15px 0;
  }
}
.cms-carousel-filter {
  margin-bottom: 25px;
  /* Page Loading */
}
.cms-carousel-filter .cms-filter-item {
  font-size: 24px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin: 0 38px 10px 0;
  display: inline-block;
}
.cms-carousel-filter .cms-filter-item.cms-filter-active, .cms-carousel-filter .cms-filter-item:hover {
  color: #98cb2b;
  cursor: pointer;
}
#cms-loadding, #apply-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spin, #apply-loadding .loading-spin {
  display: block;
  height: 65px;
  margin: -32px auto 0;
  position: relative;
  top: 50%;
  width: 65px;
}
#cms-loadding .loading-spin .spinner, #apply-loadding .loading-spin .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin-rotate-all 1s linear infinite;
  animation: spin-rotate-all 1s linear infinite;
}
#cms-loadding .loading-spin .spinner .right-side, #apply-loadding .loading-spin .spinner .right-side, #cms-loadding .loading-spin .spinner .left-side, #apply-loadding .loading-spin .spinner .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
  animation: spin-fade-in-first 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side, #apply-loadding .loading-spin .spinner .left-side {
  left: 0;
}
#cms-loadding .loading-spin .spinner .right-side, #apply-loadding .loading-spin .spinner .right-side {
  right: 0;
}
#cms-loadding .loading-spin .spinner.color-2 .right-side, #apply-loadding .loading-spin .spinner.color-2 .right-side, #cms-loadding .loading-spin .spinner.color-2 .left-side, #apply-loadding .loading-spin .spinner.color-2 .left-side {
  -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
  animation: spin-fade-in-second 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .bar, #apply-loadding .loading-spin .spinner .bar {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px 0 0 200px;
  -khtml-border-radius: 200px 0 0 200px;
  -moz-border-radius: 200px 0 0 200px;
  -ms-border-radius: 200px 0 0 200px;
  -o-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
  border: 6px solid #98cb2b;
  position: relative;
}
#cms-loadding .loading-spin .spinner .bar:after, #apply-loadding .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #98cb2b;
  position: absolute;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#cms-loadding .loading-spin .spinner .right-side .bar, #apply-loadding .loading-spin .spinner .right-side .bar {
  -webkit-border-radius: 0 200px 200px 0;
  -khtml-border-radius: 0 200px 200px 0;
  -moz-border-radius: 0 200px 200px 0;
  -ms-border-radius: 0 200px 200px 0;
  -o-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: spin-rotate-right 0.75s linear infinite alternate;
  animation: spin-rotate-right 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .right-side .bar:after, #apply-loadding .loading-spin .spinner .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}
#cms-loadding .loading-spin .spinner .left-side .bar, #apply-loadding .loading-spin .spinner .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: spin-rotate-left 0.75s linear infinite alternate;
  animation: spin-rotate-left 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side .bar:after, #apply-loadding .loading-spin .spinner .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}
#apply-loadding {
  background-color: rgba(255, 255, 255, 0.9);
}
.nav-tabs.cms-tabs {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
  margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 13px;
  color: rgba(119, 119, 119, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #777;
}
.entry-footer .entry-edit-link {
  display: none;
}
div.pp_overlay {
  z-index: 9999 !important;
  opacity: 0.85 !important;
}
.cms-close {
  display: block;
  height: 22px;
  line-height: 22px;
  width: 22px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  right: 10px;
  top: 10px;
  opacity: 0;
}
.cms-close:before, .cms-close:after {
  background-color: #777;
  width: 10px;
  top: 11px;
  z-index: 999;
}
.cms-close:hover {
  background-color: #98cb2b;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: #fff;
}
.cms-modal {
  background-color: rgba(51, 51, 51, 0.87);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.cms-modal .cms-modal-inner {
  padding: 0 15px;
  max-width: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 500ms;
}
.cms-modal.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.cms-modal.open .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  -khtml-transform: translate(-50%, -50%) scaleX(1);
  -moz-transform: translate(-50%, -50%) scaleX(1);
  -ms-transform: translate(-50%, -50%) scaleX(1);
  -o-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}
.cms-modal.remove {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition-delay: 500ms;
}
.cms-modal.remove .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  transition-delay: 0ms;
}
.cms-modal .cms-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}
.cms-modal .cms-close:before, .cms-modal .cms-close:after {
  background-color: #fff;
}
.cms-modal .cms-close:hover:before, .cms-modal .cms-close:hover:after {
  background-color: #98cb2b;
}
@media screen and (max-width: 767px) {
  .cms-modal .cms-close {
    display: block;
  }
}
.cms-modal .cms-contact-form-footer {
  text-align: center;
  padding-top: 35px;
  color: #fff;
}
.cms-modal .cms-contact-form-footer > h3 {
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 10px;
}
.cms-modal .cms-contact-form-footer > h6 {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.nav-tabs-none {
  border: none;
}
.nav-tabs-none li.nav-item {
  margin: 0;
}
.nav-tabs-none li.nav-item a.nav-link {
  border: none;
  padding: 0;
}
.rev_slider_wrapper .custom .tp-bullet {
  height: 11px;
  width: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background: none;
}
.rev_slider_wrapper .custom .tp-bullet.selected {
  background-color: #fff;
}
.test-row {
  height: 100px;
  background-color: #98cb2b;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-image-holder .mfp-close:hover, body .mfp-iframe-holder .mfp-close:hover {
  background: #98cb2b;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #98cb2b;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  border: none;
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.overlay-primary {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(152, 203, 43, .85);
  top: 0px;
  left: 0px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.vc_column-inner {
  padding-top: 0px !important;
}
.fr-fancybox-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 400;
}
.fr-fancybox-default .fr-fancybox-inner {
  position: relative;
}
.fr-fancybox-default .fr-fancybox-inner .fr-fancybox-icon {
  float: left;
  margin-right: 30px;
  max-width: 55px;
}
.fr-fancybox-default .fr-fancybox-inner .fr-fancybox-icon i {
  font-size: 35px;
  color: #333;
  margin-top: 3px;
  display: inline-block;
}
.fr-fancybox-default .fr-fancybox-inner .fr-fancybox-content {
  float: left;
  width: calc(100% - 85px);
}
.fr-fancybox-default .fr-fancybox-inner .fr-fancybox-content .fr-fancybox-title {
  color: #222;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 20px;
}
.white-overlay {
  background-size: cover;
  background-repeat: no-repeat;
}
.white-overlay:before {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, .6);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block !important;
}
.fr-fancybox-layout1 .fr-fancybox-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .fr-fancybox-layout1 .fr-fancybox-inner {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fr-fancybox-layout1 .fr-fancybox-inner {
    display: block;
  }
}
.fr-fancybox-layout1 .fr-fancybox-number {
  font-size: 52px;
  color: #e8e8e8;
  line-height: 1;
  margin-right: 30px;
}
.fr-fancybox-layout1 .fr-fancybox-subtitle {
  margin-bottom: 8px;
  font-size: 14px;
}
.fr-fancybox-layout1 .fr-fancybox-title {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}
.fr-fancybox-layout1 .fr-fancybox-description {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 18px;
}
.fr-fancybox-layout1 .fr-fancybox-link {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.fr-fancybox-layout1 .fr-fancybox-link:hover {
  color: #98cb2b;
}
.fr-fancybox-layout2 .fr-fancybox-inner .fr-fancybox-icon {
  width: 95px;
  height: 95px;
  border: 1px solid #98cb2b;
  border-radius: 50%;
  color: #98cb2b;
  margin-right: 28px;
  background: #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-fancybox-layout2 .fr-fancybox-inner .fr-fancybox-content {
  float: left;
  width: calc(100% - 123px);
}
.fr-fancybox-layout2 .fr-fancybox-inner .fr-fancybox-content .fr-fancybox-title {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
}
.fr-fancybox-layout2 .fr-fancybox-inner .fr-fancybox-content .fr-fancybox-description {
  color: #777;
  -webkit-font-smoothing: auto;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fr-fancybox-layout2 .fr-fancybox-inner.style2 .fr-fancybox-icon {
  width: 70px;
  height: 70px;
}
.fr-fancybox-layout2 .fr-fancybox-inner.style2 .fr-fancybox-content {
  width: calc(100% - 98px);
}
.fr-fancybox-layout2 .fr-fancybox-inner.style3 {
  background: #fff;
  padding: 35px 23px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.fr-fancybox-layout2 .fr-fancybox-inner.style3 .fr-fancybox-icon {
  width: 50px;
  height: 50px;
}
.fr-fancybox-layout2 .fr-fancybox-inner.style3 .fr-fancybox-content {
  width: calc(100% - 78px);
}
.fr-fancybox-layout2 .fr-fancybox-inner.style4 {
  text-align: center;
}
.fr-fancybox-layout2 .fr-fancybox-inner.style4 .fr-fancybox-icon {
  float: none;
  width: 112px;
  height: 112px;
  margin: 0px auto 30px;
  border-width: 2px;
}
.fr-fancybox-layout2 .fr-fancybox-inner.style4 .fr-fancybox-content {
  float: none;
  width: auto;
}
.fr-fancybox-layout2:hover .fr-fancybox-icon {
  background: #98cb2b;
  color: #fff;
}
.light-icon .fr-fancybox-icon {
  background: #98cb2b !important;
  color: #fff !important;
}
.list-services ul li.cat-item.active a, .list-services ul li.cat-item:hover a {
  background: #272727 !important;
  color: #fff !important;
}
.list-services ul li.cat-item.active a:after, .list-services ul li.cat-item:hover a:after {
  display: none;
}
.single-block-image figure {
  width: 100%;
}
.single-block-image figure div {
  width: inherit;
}
.single-block-image figure div img {
  width: inherit;
}
.dtp {
  max-height: 100%;
  overflow-y: auto;
}
.dtp table.dtp-picker-days tr > td > a.selected, .dtp div.dtp-date, .dtp div.dtp-time, .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #98cb2b;
}
.dtp div.dtp-actual-year, .dtp .p10 > a {
  color: #fff;
  cursor: pointer;
}
.dtp-buttons {
  background: #fff;
}
.dtp-buttons .btn-sm {
  background: #fff;
  border: none;
  color: #333;
  font-size: 13px;
  padding: 5px 10px;
}
.dtp-buttons .btn-sm:hover {
  background: #98cb2b;
  color: #fff;
}
.consultivo-carousel {
  position: relative;
}
.consultivo-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .consultivo-carousel .owl-nav {
    z-index: 9;
  }
}
.consultivo-carousel .owl-nav .owl-prev {
  float: left;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .consultivo-carousel .owl-nav .owl-prev {
    margin-left: -60px;
  }
}
.consultivo-carousel .owl-nav .owl-next {
  float: right;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .consultivo-carousel .owl-nav .owl-next {
    margin-right: -60px;
  }
}
.consultivo-carousel .owl-nav .owl-prev, .consultivo-carousel .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  padding-top: 3px;
}
@media screen and (max-width: 1199px) {
  .consultivo-carousel .owl-nav .owl-prev, .consultivo-carousel .owl-nav .owl-next {
    width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .consultivo-carousel .owl-nav .owl-prev, .consultivo-carousel .owl-nav .owl-next {
    color: #fff !important;
    border-color: #98cb2b;
    background: #98cb2b;
  }
}
.consultivo-carousel .owl-nav .owl-prev:hover, .consultivo-carousel .owl-nav .owl-next:hover {
  border-color: #98cb2b;
  color: #98cb2b;
}
.consultivo-carousel .owl-stage-outer .owl-item {
  padding: 15px;
}
.column-stretch-right img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.column-stretch-left img {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.column-stretch-left-padding img {
  position: absolute;
  left: 0px;
  bottom: -1px;
  max-width: 60% !important;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .column-stretch-left-padding img {
    display: none;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container {
  /* Accordion */
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion {
  /* Tabs */
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel {
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
  border: 3px solid #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 24px;
  line-height: normal;
  color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 10px 27px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 27px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 2px solid #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  content: "";
  border: none;
  background-color: #777;
  position: absolute;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  width: 10px;
  height: 2px;
  left: 4px;
  top: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  height: 10px;
  width: 2px;
  top: 4px;
  left: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body {
  background-color: #777;
  padding: 0 27px 27px 27px;
  font-size: 15px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 21px 30px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  border-color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  background-color: #fff;
  display: block;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  left: 4px;
  top: 8px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  left: 8px;
  top: 4px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 12px 29px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: rgba(119, 119, 119, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-style: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  border: none;
  color: rgba(119, 119, 119, 0.87);
  position: absolute;
  left: 0;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 16px 20px 6px;
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background-color: #98cb2b;
  color: #fff;
  border-color: #98cb2b;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  color: #fff;
  content: "\f2fc";
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 12px 29px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-style: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  border: none;
  color: #777;
  position: absolute;
  left: 0;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 16px 20px 6px;
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background-color: #98cb2b;
  color: #777;
  border-color: #98cb2b;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2fc";
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading {
  border: 2px solid #ebebea;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 15px;
  font-family: inherit;
  letter-spacing: 0.03em;
  line-height: normal;
  text-transform: uppercase;
  color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 14px 17px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  display: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-body {
  background-color: #373735;
  padding: 0 17px 14px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 2px solid #777;
  font-size: 15px;
  color: rgba(119, 119, 119, 0.87);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #777;
  color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial.vc_tta-controls-align-center .vc_tta-panels-container {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 700;
  color: rgba(119, 119, 119, 0.5);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
  color: rgba(23, 28, 49, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate.vc_tta-controls-align-center .vc_tta-panels-container {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 15px;
  color: rgba(55, 55, 53, 0.33);
  padding: 0 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 78px 0 0;
  color: rgba(23, 28, 49, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom: 1px solid #e5e5e5;
  overflow: visible;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin-right: 50px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 20px;
  color: rgba(119, 119, 119, 0.33);
  padding: 13px 0;
  position: relative;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #777;
  font-family: ;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  top: auto;
  left: 0;
  background-color: #777;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 30px 0 0;
  overflow: visible;
}
@media screen and (max-width: 575px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs {
    /* Tab Tour */
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel {
    -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 3px solid #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    line-height: normal;
    color: #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 10px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #777;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 0 27px 27px 27px;
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial.vc_tta-controls-align-center .vc_tta-panels-container, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate.vc_tta-controls-align-center .vc_tta-panels-container, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate.vc_tta-controls-align-center .vc_tta-panels-container {
    text-align: left;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel {
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel:last-child, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel:last-child, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 1px solid #ebebeb;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 15px;
    line-height: normal;
    color: #777;
    text-align: left;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 14px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #777;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #777;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 27px 0;
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: 1px solid #ebebeb;
    padding: 27px;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
  border: none;
  padding: 0;
  color: #c5c5c5;
  font-family: ;
  font-size: 24px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab.vc_active a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a:hover {
  color: #98cb2b;
}
@media screen and (min-width: 992px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 60px;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panel-body {
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
    font-size: 18px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #c5c5c5;
    text-align: center;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #98cb2b;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading .vc_tta-panel-title {
    border-bottom: none;
  }
}
.cms-load-more span {
  padding: 17px 50px;
  font-size: 17px;
  text-transform: capitalize;
}
.cms-heading {
  position: relative;
  z-index: 9;
}
.cms-heading * {
  margin: 0;
}
.cms-heading cite {
  color: #98cb2b;
  font-style: normal;
}
.cms-heading .cms-heading-tag {
  margin-bottom: 30px;
}
.fr-contact-form {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .fr-contact-form-default {
    margin-top: 230px;
  }
}
.fr-contact-form-default h3 {
  margin: 0px;
  font-size: 20px;
  text-align: left;
  background: #98cb2b;
  padding: 40px;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fr-contact-form-default .wpcf7-form {
  padding: 40px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .08);
  -khtml-box-shadow: 0px 0px 30px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, .08);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, .08);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, .08);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .08);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fr-contact-form-default .wpcf7-form p {
  margin-bottom: 0px;
}
.fr-contact-form-default .wpcf7-form .wpcf7-form-control-wrap {
  margin: 0px 0px 20px;
}
.fr-contact-form-default .wpcf7-form input, .fr-contact-form-default .wpcf7-form textarea {
  height: 50px;
  background: #f4f4f4;
  padding: 0px 20px;
  border: transparent;
  font-size: 13px;
}
.fr-contact-form-default .wpcf7-form input:focus, .fr-contact-form-default .wpcf7-form textarea:focus {
  border-color: #98cb2b;
}
.fr-contact-form-default .wpcf7-form textarea {
  height: 110px;
  margin-bottom: 5px;
}
.fr-contact-form-default .wpcf7-form .wpcf7-submit {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: bold;
  background: #2e2e2e;
  padding: 30px;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.fr-contact-form-default .wpcf7-form .wpcf7-submit:hover {
  background: #98cb2b;
}
.fr-contact-form-layout1 {
  background: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fr-contact-form-layout1 h3 {
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  margin: 0px;
  text-align: left;
  padding: 40px;
  line-height: 1;
  border-bottom: 2px solid #f4f4f4;
}
.fr-contact-form-layout1 .wpcf7 {
  padding: 40px;
}
.fr-contact-form-layout1 p {
  margin: 0px -15px;
}
.fr-contact-form-layout1 p:after {
  content: '';
  display: table;
  clear: both;
}
.fr-contact-form-layout1 .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  width: 100%;
  padding: 0px 15px;
  display: block;
  float: left;
}
@media screen and (min-width: 768px) {
  .fr-contact-form-layout1 .wpcf7-form .wpcf7-form-control-wrap {
    width: 50%;
  }
}
.fr-contact-form-layout1 .wpcf7-form .wpcf7-form-control-wrap.your-message {
  width: 100%;
}
.fr-contact-form-layout1 .wpcf7-text {
  padding: 0px 20px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fr-contact-form-layout1 .wpcf7-text::placeholder {
  font-style: normal;
}
.fr-contact-form-layout1 .wpcf7-text:-ms-input-placeholder {
  font-style: normal;
}
.fr-contact-form-layout1 .wpcf7-text::-ms-input-placeholder {
  font-style: normal;
}
.fr-contact-form-layout1 .wpcf7-text:focus {
  border-color: #98cb2b;
}
.fr-contact-form-layout1 .wpcf7-textarea {
  height: 110px !important;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 20px;
}
.fr-contact-form-layout1 .wpcf7-textarea:focus {
  border-color: #98cb2b;
}
.fr-contact-form-layout1 .wpcf7-submit {
  text-align: center;
  padding: 22px 0px;
  display: block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #2c2c2c;
  width: calc(100% - 30px);
  margin: auto;
}
.fr-contact-form-layout1 .wpcf7-submit:hover {
  background: #98cb2b;
  color: #fff;
}
.fr-contact-form-layout2 {
  text-align: center;
  max-width: 970px;
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .fr-contact-form-layout2 {
    width: 540px;
  }
}
.fr-contact-form-layout2 p {
  margin: 0px -15px;
}
.fr-contact-form-layout2 p:after {
  content: '';
  display: table;
  clear: both;
}
.fr-contact-form-layout2 .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  padding: 0px 15px;
  float: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fr-contact-form-layout2 .wpcf7-form-control-wrap {
    width: 33.33333%;
  }
}
.fr-contact-form-layout2 .wpcf7-form-control-wrap.your-message {
  width: 100%;
}
.fr-contact-form-layout2 .wpcf7-textarea:focus, .fr-contact-form-layout2 .wpcf7-text:focus {
  border-color: #98cb2b;
}
.fr-contact-form-layout2 .wpcf7-textarea {
  height: 150px;
  padding: 0px 20px;
}
.fr-contact-form-layout2 .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 570px;
  margin: auto;
  border-radius: 3px;
  padding: 22px 0px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold;
}
.fr-contact-form-layout2 .wpcf7-submit:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fr-contact-form-layout2 .wpcf7-submit {
    width: calc(100% - 30px);
  }
}
.fr-google-map.style-default {
  position: relative;
  z-index: -1;
}
.fr-google-map.style-radius {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fr-google-map.style-border-radius {
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.fr-google-map-wrap {
  position: relative;
}
.fr-google-map-wrap .fr-google-map-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  max-width: 290px;
  background-color: #fff;
  padding: 30px 40px;
  z-index: 99;
  color: rgba(0, 0, 0, 0.66);
}
.fr-google-map-wrap .fr-google-map-content .map-subtitle {
  color: #373735;
}
.fr-google-map-wrap .fr-google-map-content h3 {
  font-size: 28px;
  margin-bottom: 18px;
  margin-top: 6px;
}
.fr-google-map-wrap .fr-google-map-content label {
  color: #373735;
  display: block;
}
.fr-google-map-wrap .fr-google-map-content a {
  color: #373735;
}
.fr-google-map-wrap .fr-google-map-content a:hover {
  color: #98cb2b;
}
.fr-google-map-wrap .fr-google-map-content .map-address {
  margin-bottom: 25px;
}
.fr-google-map-wrap .fr-google-map-content .map-email {
  margin-bottom: 15px;
}
.fr-google-map-wrap .fr-google-map {
  padding-left: 330px;
}
@media screen and (max-width: 575px) {
  .fr-google-map-wrap .fr-google-map-content {
    max-width: 100%;
    padding: 0;
    position: static;
    margin-bottom: 40px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .fr-google-map-wrap .fr-google-map {
    padding-left: 0;
  }
}
.gm-style img[src*="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-"] {
  display: none;
}
.gm-style .gmnoprint {
  opacity: 1 !important;
  overflow: visible !important;
}
.gm-style .marker-icon {
  height: 18px !important;
  width: 18px !important;
  background-color: #98cb2b;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
}
.gm-style .marker-icon:before, .gm-style .marker-icon:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  background-color: #98cb2b;
}
.gm-style .marker-icon:before {
  -webkit-animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.gm-style .marker-icon:after {
  -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.fr-blog-carousel .item-featured, .fr-blog-grid .item-featured {
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.fr-blog-carousel .item-featured i, .fr-blog-grid .item-featured i {
  font-size: 35px;
  color: #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.fr-blog-carousel .item-featured:hover i, .fr-blog-grid .item-featured:hover i {
  opacity: 1;
}
.fr-blog-carousel .item-holder, .fr-blog-grid .item-holder {
  padding: 24px 0px 0px 30px;
}
.fr-blog-carousel .item-holder .entry-meta a, .fr-blog-grid .item-holder .entry-meta a {
  font-size: 14px;
  font-family: Roboto;
  color: #9b9b9b;
  font-weight: 400;
}
.fr-blog-carousel .item-holder .entry-title, .fr-blog-grid .item-holder .entry-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.fr-blog-carousel .item-holder .entry-date, .fr-blog-grid .item-holder .entry-date {
  font-size: 13px;
  color: #616161;
  margin-bottom: 20px;
  display: inline-block;
}
.fr-blog-carousel .item-holder .entry-more, .fr-blog-grid .item-holder .entry-more {
  margin: 25px 0px 0px;
}
.fr-blog-carousel .item-holder .entry-more a, .fr-blog-grid .item-holder .entry-more a {
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat";
}
.fr-blog-carousel .item-holder .entry-more .read-more i, .fr-blog-grid .item-holder .entry-more .read-more i {
  margin-right: 10px;
}
.fr-blog-carousel.layout1 .grid-item-inner:hover {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.fr-blog-carousel.layout1 .item-featured {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 250px;
  margin-bottom: 25px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.fr-blog-carousel.layout1 .item-featured i {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.fr-blog-carousel.layout1 .item-holder {
  border: 0px;
}
.fr-blog-carousel.layout1 .item-holder .item-title {
  padding: 0px;
  line-height: 28px;
  text-transform: none;
}
.fr-blog-carousel.layout1 .item-holder .item-meta {
  padding: 0px;
  border: 0px;
  font-weight: 500;
}
.fr-blog-carousel.layout1 .item-holder .item-meta p {
  color: #98cb2b;
  font-size: 13px;
}
.fr-blog-grid .grid-item-inner {
  margin-bottom: 50px;
}
.fr-blog-grid .cms-grid-pagination {
  margin: 0px;
}
.fr-blog-grid .cms-grid-pagination .navigation {
  margin: 0px 0px 40px 0px;
}
.fr-about-carousel {
  position: relative;
  padding-top: 35px;
}
.fr-about-carousel .fr-about-item {
  text-align: right;
}
.fr-about-carousel .owl-dots {
  margin: 0px 0px 0px 0px;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
}
.fr-about-carousel .owl-dots .owl-dot {
  margin: 0px 8px 0px 0px;
}
.fr-about-carousel .owl-dots .owl-dot:last-child {
  margin: 0px 0px 0px 0px;
}
.fr-service-grid .service-item-grid {
  margin-bottom: 60px;
}
.fr-service-grid .service-item-grid .item-image {
  overflow: hidden;
}
.fr-service-grid .service-item-grid .item-featured {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 250px;
  padding: 16px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fr-service-grid .service-item-grid .item-featured i {
  display: inline-block;
  font-size: 30px;
  padding: 10px;
  background: #98cb2b;
  color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fr-service-grid .service-item-grid .item-holder .item-title {
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 600;
}
.fr-service-grid .service-item-grid .item-holder .item-excerpt {
  color: #777;
}
.fr-service-grid .service-item-grid .item-holder .item-readmore a {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  color: #98cb2b;
}
.fr-service-grid .service-item-grid .item-holder .item-readmore a i {
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-service-grid .service-item-grid:hover .item-featured {
  -webkit-transform: scale(1.2) rotate(5deg);
  -khtml-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.fr-service-grid .service-item-grid:hover .item-readmore a i {
  opacity: 1;
}
.fr-service-grid .service-item-grid-layout1 {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  padding: 30px 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .fr-service-grid .service-item-grid-layout1 {
    padding: 45px 40px;
  }
}
.fr-service-grid .service-item-grid-layout1 .item-image i {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 60px;
  color: #98cb2b;
}
.fr-service-grid .service-item-grid-layout1 .item-title {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin: 25px 0px;
  font-family: Poppins;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.fr-service-grid .service-item-grid-layout1 .item-description {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 30px;
  padding: 0px;
}
.fr-service-grid .service-item-grid-layout1 .button {
  font-size: 10px;
  padding: 8px 30px;
  font-weight: 700;
}
.fr-service-grid .service-item-grid-layout1:hover {
  background: #98cb2b !important;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  -khtml-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  -ms-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  -o-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, .5);
  border-color: #98cb2b;
}
.fr-service-grid .service-item-grid-layout1:hover .item-image i, .fr-service-grid .service-item-grid-layout1:hover .item-title, .fr-service-grid .service-item-grid-layout1:hover .item-description {
  color: #fff !important;
}
.fr-service-grid .service-item-grid-layout1:hover .button {
  color: #98cb2b;
  background: #fff;
}
.fr-service-grid .service-item-grid-default {
  margin-bottom: 45px;
  text-align: center;
}
.fr-service-grid .service-item-grid-default .item-icon {
  margin-bottom: 20px;
  -webkit-transition: transform ease-in-out 0.3s;
  -khtml-transition: transform ease-in-out 0.3s;
  -moz-transition: transform ease-in-out 0.3s;
  -ms-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
}
@media screen and (min-width: 1200px) {
  .fr-service-grid .service-item-grid-default .item-icon:hover {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.fr-service-grid .service-item-grid-default .item-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .fr-service-grid .service-item-grid-default .item-description {
    padding: 0px 20px;
  }
}
.fr-service-grid .service-item-grid-default.style2 {
  text-align: left;
}
.fr-service-grid .service-item-grid-default.style2 .item-description {
  padding: 0px 0px;
}
.fr-service-grid .service-item-grid-default:hover .item-title a {
  color: #98cb2b;
}
.fr-client-carousel .fr-client-item {
  border: 1px solid #e3e3e3;
  text-align: center;
  width: 100%;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-client-carousel .fr-client-item img {
  filter: grayscale(1);
  max-width: 170px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-client-carousel .fr-client-item:hover {
  -webkit-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .2);
  border-color: #98cb2b;
}
.fr-client-carousel .fr-client-item:hover img {
  filter: grayscale(0);
}
.fr-client-carousel.layout1 .fr-client-item {
  border: 0px;
}
.fr-client-carousel.layout1 .fr-client-item:hover {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media  {
  .cms-newsletter .tnp-field.tnp-field-button .tnp-submit {
    width: 100%;
    margin-top: 10px;
    line-height: 53px;
    position: static;
  }
}
.wpb_column :nth-child(even) .fr-price-content {
  background: #98cb2b;
  margin-top: 0px;
  padding-bottom: 70px;
}
.wpb_column :nth-child(even) .fr-price-content .header {
  padding: 20px 0px 0px;
}
.wpb_column :nth-child(even) .fr-price-content .header h3 {
  color: #fff;
}
.wpb_column :nth-child(even) .fr-price-content .price {
  color: #fff;
}
.wpb_column :nth-child(even) .fr-price-content .body {
  color: #fff;
}
.wpb_column :nth-child(even) .fr-price-content .footer .button {
  background: none;
  color: #fff;
  border-color: #fff;
}
.wpb_column :nth-child(even) .fr-price-content .footer .button:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
.fr-price-content {
  text-align: center;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0 10px 20px rgba(224, 224, 224, 0.4);
  -khtml-box-shadow: 0 10px 20px rgba(224, 224, 224, 0.4);
  -moz-box-shadow: 0 10px 20px rgba(224, 224, 224, 0.4);
  -ms-box-shadow: 0 10px 20px rgba(224, 224, 224, 0.4);
  -o-box-shadow: 0 10px 20px rgba(224, 224, 224, 0.4);
  box-shadow: 0 10px 20px rgba(224, 224, 224, 0.4);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .fr-price-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .fr-price-content {
    margin-bottom: 30px;
  }
}
.fr-price-content .header .icon {
  margin-bottom: 15px;
}
.fr-price-content .header h3 {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin: 0px 0px 40px;
  font-family: "Montserrat";
}
.fr-price-content .price {
  color: #333;
  font-size: 90px;
  font-family: "Montserrat";
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}
.fr-price-content .price span {
  font-size: 45px;
}
.fr-price-content .body {
  text-align: center;
}
.fr-price-content .body p {
  margin-bottom: 45px;
}
.fr-price-content .footer .button {
  display: inline-block;
  color: #333;
  font-size: 15px;
  text-transform: capitalize;
  padding: 16px 40px;
  background: none;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.fr-price-content .footer .button:hover {
  background: #98cb2b;
  color: #fff;
  border-color: #98cb2b;
}
.cms-image-gallery.layout-grid.style1 .cms-grid-inner {
  margin: 0 -15px;
}
.cms-image-gallery.layout-grid.style1 .cms-grid-inner .grid-item {
  padding: 15px;
}
.light-box {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.light-box .overlay-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #fff;
  font-size: 35px;
  background: rgba(152, 203, 43, .85);
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.light-box img {
  width: 100%;
}
.light-box:hover .overlay-item {
  opacity: 1;
}
.fr-gallery-grid.default {
  text-align: center;
}
.fr-gallery-grid.default .nav-gallery-filter {
  display: inline-block;
  margin: 0px 0px 15px 0px;
}
.fr-gallery-grid.default .nav-gallery-filter li {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  color: #222;
  font-weight: bolder;
  font-family: "Montserrat";
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .fr-gallery-grid.default .nav-gallery-filter li {
    margin-right: 0px;
    display: block;
  }
}
.fr-gallery-grid.default .nav-gallery-filter li:last-child {
  margin-right: 0px;
}
.fr-gallery-grid.default .nav-gallery-filter li:hover, .fr-gallery-grid.default .nav-gallery-filter li.active {
  color: #98cb2b;
}
.fr-gallery-grid.style3 a.light-box {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.fr-testimonial-carousel {
  position: relative;
  z-index: 9;
}
.carousel-has-icon-bg {
  position: relative;
}
.carousel-has-icon-bg .bg-icon img {
  position: absolute;
  top: 45px;
  left: -100px;
}
.fr-testimonial-carousel.default img {
  width: auto !important;
}
.fr-testimonial-carousel.default .fr-testimonial-item {
  text-align: center;
}
.fr-testimonial-carousel.default .fr-testimonial-image {
  margin-bottom: 40px;
  position: relative;
}
.fr-testimonial-carousel.default .fr-testimonial-image img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  max-width: 124px;
  width: auto;
}
.fr-testimonial-carousel.default .fr-testimonial-image i {
  position: absolute;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  padding-top: 16px;
  bottom: -16px;
  left: 50%;
  color: #98cb2b;
  transform: translateX(-50%);
}
.fr-testimonial-carousel.default .fr-testimonial-title {
  font-size: 15px;
  margin-bottom: 2px;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}
.fr-testimonial-carousel.default .fr-testimonial-content {
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.65;
  font-family: "Montserrat";
  position: relative;
}
.fr-testimonial-carousel.default .icon {
  margin-bottom: 30px;
}
.fr-testimonial-carousel.default .icon img {
  margin: auto;
}
.fr-testimonial-carousel.default .fr-testimonial-position {
  margin-bottom: 0px;
  font-size: 13px;
}
.fr-testimonial-carousel.default .owl-nav {
  margin-top: 27px;
}
.fr-testimonial-carousel.default .owl-nav .owl-prev, .fr-testimonial-carousel.default .owl-nav .owl-next {
  font-size: 40px;
  color: #fff;
}
.fr-testimonial-carousel.default .owl-nav .owl-prev.disabled, .fr-testimonial-carousel.default .owl-nav .owl-next.disabled {
  opacity: 0.6;
}
.owl-dots .owl-dot {
  border: 2px solid transparent;
  background: #333;
  margin-right: 12px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.owl-dots .owl-dot:last-child {
  margin: 0px;
}
.owl-dots .owl-dot.active {
  background: none;
  border-color: #333;
  width: 12px;
  height: 12px;
}
.star1:before, .star2:before, .star3:before, .star4:before, .star5:before {
  font-family: FontAwesome;
  font-style: normal;
}
.star1:before {
  content: '\f005\f006\f006\f006\f006';
}
.star2:before {
  content: '\f005\f005\f006\f006\f006';
}
.star3:before {
  content: '\f005\f005\f005\f006\f006';
}
.star4:before {
  content: '\f005\f005\f005\f005\f006';
}
.star5:before {
  content: '\f005\f005\f005\f005\f005';
}
.fr-team-grid .fr-team-item-inner {
  margin-bottom: 25px;
}
.fr-team-grid .fr-member-image {
  text-align: center;
  position: relative;
}
.fr-team-grid .fr-member-image .overlay-info {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 40%, rgba(34, 34, 34, .70));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
}
.fr-team-grid .fr-member-image .overlay-info ul {
  margin: 0px;
  list-style: none;
  text-align: center;
}
.fr-team-grid .fr-member-image .overlay-info ul li {
  display: inline-block;
}
.fr-team-grid .fr-member-image .overlay-info ul li a {
  font-size: 14px;
  color: #98cb2b;
  margin-right: 5px;
}
.fr-team-grid .fr-member-image:hover .overlay-info {
  opacity: 1;
}
.fr-team-grid .fr-team-content {
  text-align: center;
}
.fr-team-grid .fr-team-content .member-name {
  font-weight: 600;
  margin: 30px 0px 5px;
}
.fr-team-grid .fr-team-content .member-occupation {
  margin: 0px;
  font-size: 13px;
}
.grid-item-inner .item-featured {
  position: relative;
}
.fr-case-studies-grid .grid-item-inner, .fr-case-studies-carousel .grid-item-inner {
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.4);
  -khtml-box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.4);
  -moz-box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.4);
  -ms-box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.4);
}
.fr-case-studies-grid .grid-item-inner .item-featured, .fr-case-studies-carousel .grid-item-inner .item-featured {
  height: 275px;
  background-size: cover !important;
  background-position: center center !important;
}
.fr-case-studies-grid .grid-item-inner .item-featured i, .fr-case-studies-carousel .grid-item-inner .item-featured i {
  position: absolute;
  font-size: 35px;
  color: #fff;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fr-case-studies-grid .grid-item-inner .item-featured .overlay-primary, .fr-case-studies-carousel .grid-item-inner .item-featured .overlay-primary {
  display: flex;
  align-items: flex-end;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.fr-case-studies-grid .grid-item-inner .item-holder, .fr-case-studies-carousel .grid-item-inner .item-holder {
  padding: 23px 30px 30px;
}
.fr-case-studies-grid .grid-item-inner .item-holder .cat, .fr-case-studies-carousel .grid-item-inner .item-holder .cat {
  line-height: 1;
}
.fr-case-studies-grid .grid-item-inner .item-holder .cat a, .fr-case-studies-carousel .grid-item-inner .item-holder .cat a {
  font-size: 13px;
  color: #98cb2b;
  font-family: "Montserrat";
  display: inline-block;
  font-weight: bold;
}
.fr-case-studies-grid .grid-item-inner .item-holder h3, .fr-case-studies-carousel .grid-item-inner .item-holder h3 {
  margin-top: 11px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
.fr-case-studies-grid .grid-item-inner:hover .item-featured i, .fr-case-studies-carousel .grid-item-inner:hover .item-featured i {
  opacity: 1;
}
.fr-case-studies-grid .grid-item-inner:hover .item-featured .overlay-primary, .fr-case-studies-carousel .grid-item-inner:hover .item-featured .overlay-primary {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fr-case-studies-grid .grid-item-inner.layout1 .cat, .fr-case-studies-carousel .grid-item-inner.layout1 .cat {
  color: #333;
}
.fr-case-studies-grid .grid-item-inner.layout1 .cat a, .fr-case-studies-carousel .grid-item-inner.layout1 .cat a {
  color: #333;
}
.fr-case-studies-grid .grid-item-inner.layout1 h3 a, .fr-case-studies-carousel .grid-item-inner.layout1 h3 a {
  color: #fff;
}
.fr-case-studies-grid .owl-dots, .fr-case-studies-carousel .owl-dots {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-counter-default .cms-counter-inner {
  text-align: center;
}
.cms-counter-default .cms-counter-inner .icon {
  color: #fff;
  font-size: 65px;
  margin-bottom: 10px;
}
.cms-counter-default .cms-counter-digit {
  color: #1b1a1a;
  font-family: "Montserrat";
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}
.cms-counter-default .cms-counter-title {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  font-family: "Roboto";
  margin-bottom: 0;
}
.cms-counter-default.has-icon .cms-counter-digit {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .cms-counter-default {
    margin-bottom: 30px;
  }
  .cms-counter-default .cms-counter-digit {
    font-size: 40px;
  }
}
.fr-call-to-action.default {
  padding: 20px 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .fr-call-to-action.default {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .fr-call-to-action.default .fr-cta-content {
    text-align: left;
  }
}
.fr-call-to-action.default .fr-cta-content h3 {
  font-size: 22px;
  color: #fff;
  margin: 0px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: none;
}
.fr-call-to-action.default .fr-cta-button {
  margin: 20px 0px 0px 0px;
}
@media (min-width: 992px) {
  .fr-call-to-action.default .fr-cta-button {
    text-align: right;
    margin: 0px;
  }
}
.fr-call-to-action.default .fr-cta-button .btn {
  background: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  border-color: #fff;
  padding: 13px 40px;
}
.fr-call-to-action.default .fr-cta-button .btn:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
.fr-call-to-action.has-icon {
  padding: 24px 0px;
}
@media screen and (max-width: 1199px) {
  .fr-call-to-action.has-icon {
    flex-direction: column;
  }
}
.fr-call-to-action.has-icon .fr-cta-content {
  display: flex;
  align-items: center;
}
.fr-call-to-action.has-icon .fr-cta-content > i {
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 35px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .fr-call-to-action.has-icon .fr-cta-content > i {
    flex-direction: column;
    margin: 0px 0px 30px 0px;
  }
}
.fr-call-to-action.has-icon .fr-cta-content h3 {
  margin-left: 30px;
}
.fr-call-to-action.layout1 .fr-cta-content h3 {
  font-size: 30px;
  margin-bottom: 37px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fr-call-to-action.layout1 .fr-cta-content h3 {
    font-size: 50px;
  }
}
.fr-call-to-action.layout1 .fr-cta-content h3 em {
  font-size: 50px;
  font-style: normal;
  font-family: "Montserrat";
  color: #98cb2b;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fr-call-to-action.layout1 .fr-cta-content h3 em {
    font-size: 80px;
  }
}
.fr-call-to-action.layout1 .fr-cta-content p {
  font-size: 17px;
  color: #565656;
  margin-bottom: 45px;
}
.fr-call-to-action.layout1.style2 .fr-cta-content h3 {
  margin-bottom: 24px;
  text-transform: none;
}
.fr-call-to-action.layout1.style2 .fr-cta-content h3 em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.fr-call-to-action.layout1.style2 .fr-cta-content p {
  font-size: 20px;
  color: #777;
  font-weight: 500;
}
.fr-call-to-action.layout1.style2 .fr-cta-button .button {
  padding: 17px 40px;
}
.fr-call-to-action.layout1.style3 .fr-cta-content h3 {
  text-transform: none;
  margin-bottom: 20px;
}
.fr-call-to-action.layout1.style3 .fr-cta-content h3 em {
  font-size: 70px;
  font-family: inherit;
  font-weight: inherit;
}
.fr-call-to-action.layout1.style3 .fr-cta-content p {
  color: #777;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 50px;
}
.fr-call-to-action.layout1.style3 .fr-cta-button .button {
  text-transform: capitalize;
  padding: 17px 40px;
  font-size: 17px;
}
.fr-call-to-action.layout1.style3 .fr-cta-button .button.border {
  background: #fff;
}
.fr-call-to-action.layout1 .fr-cta-button {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .fr-call-to-action.layout1 .fr-cta-button {
    flex-direction: column;
  }
}
.fr-call-to-action.layout1 .fr-cta-button .button:first-child {
  margin: 0px 0px 18px 0px;
}
@media screen and (min-width: 576px) {
  .fr-call-to-action.layout1 .fr-cta-button .button:first-child {
    margin: 0px 18px 0px 0px;
  }
}
.fr-call-to-action.layout1 .fr-cta-button .button.border {
  line-height: 19px;
  border: 2px solid #98cb2b !important;
  color: #98cb2b;
}
.fr-call-to-action.layout1 .fr-cta-button .button.border:hover {
  background: #333;
  color: #fff !important;
  border-color: #333 !important;
}
.fr-call-to-action.layout2 > .fr-cta-content h3 {
  font-size: 30px;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fr-call-to-action.layout2 > .fr-cta-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.fr-call-to-action.layout2 > .fr-cta-content p {
  font-family: Poppins;
  font-size: 50px;
  color: #98cb2b;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .fr-call-to-action.layout2 > .fr-cta-content p {
    font-size: 30px;
  }
}
.fr-call-to-action.layout2 > .fr-cta-content p a[href^=tel] {
  color: #98cb2b;
  margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 991px) {
  .fr-call-to-action.layout2 > .fr-cta-content p {
    align-items: flex-start;
    flex-direction: column;
  }
}
.fr-call-to-action.layout2 > .fr-cta-content a {
  display: inline-block;
  margin: 0px 0px 0px 60px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .fr-call-to-action.layout2 > .fr-cta-content a {
    margin: 30px 0px 0px 0px;
  }
}
.cms-file-download {
  padding: 20px;
  background: #272727;
  border-radius: 2px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}
.cms-file-download a {
  color: #fff;
  font-weight: bolder;
  font-size: 15px;
  font-family: "Montserrat";
}
.cms-file-download img {
  float: right;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.fr-accordion {
  background: #fff;
}
.fr-accordion .card {
  border: none;
  background-color: transparent;
}
.fr-accordion.layout1 .card {
  border: 1px solid #ededed;
  border-bottom: 0px;
  border-radius: 0px;
}
.fr-accordion.layout1 .card:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fr-accordion.layout1 .card:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #ededed;
}
.fr-accordion.layout1 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.fr-accordion.layout1 .card-header a {
  display: block;
  padding: 14px 40px 14px 18px;
  font-size: 16px;
  line-height: normal;
  font-family: "Montserrat";
  cursor: pointer;
  position: relative;
  font-weight: 600;
  color: #282828;
}
.fr-accordion.layout1 .card-header a[aria-expanded="false"] {
  padding: 14px 40px 14px 18px;
}
@media screen and (min-width: 992px) {
  .fr-accordion.layout1 .card-header a[aria-expanded="false"] {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 992px) {
  .fr-accordion.layout1 .card-header a {
    padding: 25px 30px 15px;
  }
}
.fr-accordion.layout1 .card-header a[aria-expanded="true"] {
  color: #98cb2b;
}
.fr-accordion.layout1 .card-header a[aria-expanded="true"] i {
  background: #98cb2b;
  color: #fff;
}
.fr-accordion.layout1 .card-header a i {
  float: right;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .fr-accordion.layout1 .card-header a i {
    right: 30px;
  }
}
.fr-accordion.layout1 .card-header a:hover {
  color: #98cb2b;
}
.fr-accordion.layout1 .card-header [aria-expanded="true"] i:before {
  content: '\f273';
}
.fr-accordion.layout1 .card-body {
  font-size: 15px;
  padding: 0px 18px 14px;
}
@media screen and (min-width: 992px) {
  .fr-accordion.layout1 .card-body {
    padding: 0px 30px 25px 30px;
  }
}
.fr-accordion.layout2 .card {
  margin-bottom: 15px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.fr-accordion.layout2 .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
.fr-accordion.layout2 .card-header i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fr-accordion.layout2 .card-header a {
  display: block;
  padding: 15px 40px 15px 22px;
  background-color: #fff;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  color: #98cb2b;
  position: relative;
}
.fr-accordion.layout2 .card-header [aria-expanded="true"] {
  -webkit-border-radius: 14px 14px 0 0;
  -khtml-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  -ms-border-radius: 14px 14px 0 0;
  -o-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
  font-family: 'Calibre-Medium';
}
.fr-accordion.layout2 .card-header [aria-expanded="true"] i:before {
  content: "\f2f9";
}
.fr-accordion.layout2 .card-body {
  padding: 0 22px 22px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .typography h1 {
    font-size: 45px;
  }
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  letter-spacing: 2px;
}
.typography blockquote {
  line-height: 26px;
}
.typography ul li {
  line-height: 32px;
}
.vc_row .cms-divider-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.vc_row .cms-divider-title .cms-divider-inner {
  display: inline-block;
  width: calc(50% + 38px);
  width: -webkit-calc(50% + 38px);
  padding: 16px 0;
  position: relative;
  min-height: 58px;
}
.vc_row .cms-divider-title .cms-divider-inner h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.vc_row .cms-divider-title .cms-divider-inner h3 a {
  color: inherit;
}
.vc_row .cms-divider-title .cms-divider-inner h3 a:hover {
  color: #98cb2b;
}
.vc_row .cms-divider-title .cms-divider-inner:after {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 10000px;
}
.vc_row .cms-divider-title.top-left, .vc_row .cms-divider-title.top-right {
  top: 0px;
}
.vc_row .cms-divider-title.bottom-left, .vc_row .cms-divider-title.bottom-right {
  bottom: 0px;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner {
  text-align: left;
  float: left;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner .arrow-divider {
  left: 100%;
}
.vc_row .cms-divider-title.top-left .cms-divider-inner:after {
  left: -10000px;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner {
  text-align: right;
  float: right;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner .arrow-divider {
  right: 100%;
}
.vc_row .cms-divider-title.top-right .cms-divider-inner:after {
  right: -10000px;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner {
  float: left;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner .arrow-divider {
  left: 100%;
}
.vc_row .cms-divider-title.bottom-left .cms-divider-inner:after {
  left: -10000px;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner {
  float: right;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner .arrow-divider {
  right: 100%;
}
.vc_row .cms-divider-title.bottom-right .cms-divider-inner:after {
  right: -10000px;
}
.vc_row .cms-divider-title.full-width .container {
  max-width: 100%;
}
.vc_row .cms-divider-title.full-width .cms-divider-inner {
  display: inline-block;
  width: initial;
  padding-left: 70px;
  padding-right: 70px;
  min-width: 300px;
  text-align: center;
}
.vc_row .cms-divider-title.full-width.top-left .cms-divider-inner {
  padding-left: 85px;
}
.vc_row .cms-divider-title.full-width .pos-left {
  margin-right: 10px;
}
.vc_row .cms-divider-title.full-width .pos-right {
  margin-left: 10px;
}
.vc_row-no-padding, .vc_parallax {
  /*------------------------------------*\
    #Animation
\*------------------------------------*/
}
.vc_row-no-padding.vc_row .cms-divider-title.bottom-left, .vc_parallax.vc_row .cms-divider-title.bottom-left, .vc_row-no-padding.vc_row .cms-divider-title.bottom-right, .vc_parallax.vc_row .cms-divider-title.bottom-right {
  bottom: -1px;
}
@keyframes pulses {
  /*Video Popup*/
  0% {
    width: 88px;
    height: 88px;
  }
  100% {
    width: 98px;
    height: 98px;
    opacity: 0;
  }
}
.YouTubePopUp-Close {
  margin-top: 60px;
}
.fr-video-popup-content {
  position: relative;
  z-index: 9;
  text-align: center;
}
.fr-video-popup-content .play-video-button .icon {
  position: relative;
}
.fr-video-popup-content .play-video-button .fa {
  display: flex;
  position: relative;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #98cb2b;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.fr-video-popup-content .play-video-button .fa:after {
  content: '';
  border: 2px solid #98cb2b;
  width: 77px;
  height: 77px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.fr-video-popup-content .play-video-button .radar:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  border: 2px solid #98cb2b;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: pulses;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
.fr-video-popup-content .play-video-button.has-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fr-video-popup-content .button-text {
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
#content {
  padding: 90px 0px;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links a {
  margin-left: 10px;
}
.is-parallax .site-content {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -khtml-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.is-parallax .site-content .content-inner.rm-parallax {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -khtml-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.error-404 {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .error-404 {
    padding: 180px 0px;
  }
}
.error-404 h1 {
  line-height: 1;
  font-size: 100px;
  color: #98cb2b;
  letter-spacing: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .error-404 h1 {
    font-size: 150px;
  }
}
.error-404 h3 {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .error-404 h3 {
    font-size: 40px;
  }
}
.error-404 p {
  font-size: 17px;
  color: #98cb2b;
  margin-bottom: 50px;
  font-family: "Montserrat";
}
@media screen and (max-width: 575px) {
  .error-404 p {
    font-size: 10px;
  }
}
.error-404 .button {
  padding: 12px 40px;
  font-family: "Montserrat";
  font-size: 15px;
}
.error-404 img {
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .error-404 img {
    position: absolute;
    max-width: 400px;
    bottom: -250px;
    right: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .error-404 img {
    position: absolute;
    max-width: 600px;
    bottom: -300px;
    right: 100px;
  }
}
@media screen and (min-width: 992px) {
  .error404 .site-header-main {
    border-bottom: 1px solid #d3d3d3;
  }
}
.border-box > .vc_column-inner > .wpb_wrapper {
  padding: 30px;
  border: 1px solid #f1f1f1;
  background-color: #f7f7f7;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media screen and (min-width: 1280px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    padding-right: 55px;
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    max-width: 100%;
  }
  .col-offset-left > .vc_column-inner {
    padding-left: 0 !important;
  }
  .col-offset-right > .vc_column-inner {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  position: relative;
}
.site-content::before {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 1050px;
  line-height: 619px;
  color: #fafafa;
  font-family: 'Sf-Ui-Text-Bold';
  z-index: -1;
}
.widget .widget-content ul {
  margin: 0;
  list-style: none;
}
.widget-title, .comment-reply-title, .comments-title, .section-title {
  font-size: 20px;
  margin-bottom: 26px;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc-row-overlay {
  position: relative;
  overflow: hidden;
}
.row-overlay {
  position: relative;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.col-overlay .vc_column-inner {
  position: relative;
}
.col-overlay .vc_column-inner:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.vc_row_flex {
  display: flex;
  flex-wrap: wrap;
}
.vc_row_flex .wpb_column {
  margin: 0 -0.3px;
}
.vc_row_flex .wpb_column {
  display: flex;
  flex-wrap: wrap;
}
.vc_row .cms-row-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vc_row.row-border-box {
  background-color: #fff;
  padding: 70px 55px 30px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  z-index: 109;
  position: relative;
}
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0px;
}
.searchform-wrap {
  position: relative;
}
.searchform-wrap input {
  background: #f4f4f4;
  border: 0px;
  height: 50px;
  padding: 0px 20px;
  font-size: 13px;
}
.searchform-wrap button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchform-wrap button:hover {
  border-color: transparent;
}
.page-content .searchform-wrap button {
  padding: 0px 15px;
}
@media screen and (min-width: 992px) {
  .entry-content > .vc_row > .float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
}
@media screen and (max-width: 991px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-lg30 > .vc_column-inner, .rm-padding-lg30 > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .vc_row.row-rm-padding-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.row-border-box {
    padding: 40px 40px 0px;
    margin: 0;
  }
  .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .vc_row.rm-margin-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-top-md > .vc_column-inner {
    margin-top: 0 !important;
  }
  .add-margin-bottom-md > .vc_column-inner {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .vc_row.row-border-box {
    padding: 40px 15px 0px 15px;
  }
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-sm {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-sm > .vc_column-inner {
    margin: 0 !important;
  }
  .wpb_single_image.image_align_xs_left {
    text-align: left !important;
  }
  .wpb_single_image.image_align_xs_center {
    text-align: center !important;
  }
  .wpb_single_image.image_align_xs_right {
    text-align: right !important;
  }
}
@media  {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.cart-desktop {
  position: relative;
  /*
Woocomerce shop
*/
}
.cart-desktop:hover .widget_shopping_cart_content {
  display: block;
}
.cart-desktop .widget_shopping_cart_content {
  width: 270px;
  padding: 20px;
  position: absolute;
  background: #1b1a1a;
  right: 0px;
  top: 150%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top ease-in-out 0.3s;
  -khtml-transition: top ease-in-out 0.3s;
  -moz-transition: top ease-in-out 0.3s;
  -ms-transition: top ease-in-out 0.3s;
  -o-transition: top ease-in-out 0.3s;
  transition: top ease-in-out 0.3s;
}
.cart-desktop .widget_shopping_cart_content.active {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  line-height: normal;
  margin: 0px;
}
.cart-desktop .widget_shopping_cart_content ul.product_list_widget {
  font-size: 0px;
  line-height: 0px;
}
.cart-desktop .widget_shopping_cart_content li {
  display: block !important;
  line-height: normal !important;
  position: relative;
  margin: 0px !important;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid rgba(127, 127, 127, .12);
}
.cart-desktop .widget_shopping_cart_content li .quantity {
  font-size: 13px;
  margin: 12px 0px 12px 51px;
  display: block;
}
.cart-desktop .widget_shopping_cart_content li .remove_from_cart_button {
  position: absolute;
  display: block !important;
  width: 22px;
  height: 22px;
  background: #98cb2b;
  right: 0px;
  top: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #fff !important;
  padding-top: 3px;
}
.cart-desktop .widget_shopping_cart_content li a {
  display: flex !important;
  align-items: flex-start;
  line-height: normal !important;
  width: calc(100% - 25px);
  font-size: 13px;
  white-space: pre-line;
  color: #fff;
}
.cart-desktop .widget_shopping_cart_content li a:hover {
  color: #98cb2b;
}
.cart-desktop .widget_shopping_cart_content li a img {
  float: none;
  margin-right: 15px;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__total {
  line-height: normal;
  padding: 20px 0px;
  margin: 0px;
  border-top: 1px solid rgba(127, 127, 127, .12);
  border-bottom: 1px solid rgba(127, 127, 127, .12);
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__total span {
  float: right;
  font-weight: bold;
  color: #98cb2b;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  line-height: normal;
  padding-top: 20px;
  margin: 0px;
  white-space: normal;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button {
  background: #98cb2b;
  color: #fff;
  padding: 12px 15px !important;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid transparent;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button:hover {
  background: none;
  color: #98cb2b;
  border-color: #98cb2b;
}
.cart-desktop .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
  background: none;
  border-color: #fff;
  color: #fff;
  float: right;
}
.single.single-product .content-no-sidebar .woocommerce-product-gallery {
  padding: 0px 15px;
}
@media screen and (min-width: 992px) {
  .single.single-product .content-no-sidebar .woocommerce-product-gallery {
    width: 50% !important;
    float: left !important;
  }
}
.single.single-product .content-no-sidebar .summary.entry-summary {
  padding: 0px 15px;
}
@media screen and (min-width: 992px) {
  .single.single-product .content-no-sidebar .summary.entry-summary {
    width: 50% !important;
    float: left !important;
  }
  .single.single-product .content-no-sidebar .summary.entry-summary form.cart {
    width: 100%;
  }
}
.single-product .onsale {
  position: absolute !important;
  max-width: 100px;
  font-size: 13px;
  padding: 9px 15px;
  border-radius: 4px !important;
  display: inline-block;
  line-height: 1;
  left: 10px !important;
  top: 10px !important;
  font-weight: 500;
  background: #98cb2b !important;
}
.single-product table {
  width: auto;
}
.flex-control-thumbs li {
  width: auto !important;
  margin: 10px 10px 0px 0px !important;
}
.flex-control-thumbs img {
  max-width: 100px;
}
.woocommerce div.product form.cart .group_table td:first-child {
  white-space: nowrap;
}
.woocommerce-product-gallery__wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce div.product form.cart table {
  border-bottom: 0px !important;
}
.grouped_form button {
  float: none !important;
}
.post-type-archive-product #content {
  padding: 75px 0px 90px;
}
.woocommerce-info {
  border-top-color: #98cb2b;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  color: #98cb2b;
}
.woocommerce {
  /*
Woocommerce widget
*/
}
@media screen and (min-width: 1200px) {
  .woocommerce .content-no-sidebar ul.products li {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.woocommerce ul.products {
  margin: 0px -16px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li {
  margin: 0 -0.3px;
  display: block;
  padding: 0px 15px !important;
  width: 100% !important;
  margin: 0px 0px 15px 0px !important;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.woocommerce ul.products li:before {
  content: none;
}
@media screen and (min-width: 576px) {
  .woocommerce ul.products li {
    flex: 0 0 49.9% !important;
    max-width: 49.9% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products li {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header {
  text-align: center;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background: #f9f9f9;
  padding: 30px 0px;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .onsale {
  position: absolute;
  font-size: 13px;
  padding: 9px 15px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  margin: 0px;
  right: 10px;
  height: auto;
  min-width: auto;
  min-height: auto;
  top: 10px;
  font-weight: 500;
  background: #98cb2b;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header img {
  max-width: calc(100% - 90px);
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(27, 26, 26, .7), rgba(28, 26, 26, .8));
  opacity: 0;
  padding: 0px 0px 30px 0px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart .add_to_cart_button {
  font-size: 13px;
  padding: 18px 25px;
  color: #fff;
  background: #98cb2b;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (min-width: 1200px) {
  .woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart .add_to_cart_button {
    font-size: 14px;
    padding: 18px 50px;
  }
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-header .woocomerce-overlay-add-cart .added_to_cart {
  color: #fff;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder {
  padding: 25px 15px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px;
  margin-bottom: 10px;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  font-size: 16px;
  color: #282828;
  font-weight: 600;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 25px;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #98cb2b;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .price {
  font-size: 15px;
  color: #98cb2b;
  font-weight: 600;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .price del {
  color: #999;
  margin-right: 15px;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .price ins {
  font-weight: 500;
}
.woocommerce ul.products li .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  margin: 0px auto;
  color: #fff;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .woocomerce-overlay-add-cart {
  opacity: 1;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .woocommerce-product-title a {
  color: #333;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .price span, .woocommerce ul.products li .woocommerce-product-inner:hover .price ins {
  color: #98cb2b;
}
.woocommerce ul.products li .woocommerce-product-inner:hover .star-rating {
  color: #98cb2b;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border: 0px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  margin: 0px 10px 0px 0px;
  border: 0px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li:before {
  content: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e3e3e3;
  text-align: center;
  padding-top: 12px;
  font-size: 20px;
  color: #999;
  height: 50px;
  width: 50px;
  display: block;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  border-color: #98cb2b;
  color: #fff;
  background: #98cb2b;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next {
  font-size: 0px;
  padding-top: 12px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next:after {
  font-family: FontAwesome;
  content: "\f178";
  font-size: 20px;
  line-height: 22px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .prev {
  font-size: 0px;
  padding-top: 12px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .prev:after {
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f177";
}
#secondary {
  /*
Woocommerce single product
*/
}
#secondary .widget_product_search {
  margin-bottom: 50px;
}
#secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
#secondary .widget_product_search .woocommerce-product-search input, #secondary .widget_product_search .woocommerce-product-search button {
  height: 50px;
}
#secondary .widget_product_search .woocommerce-product-search input {
  border-right: 0px;
  padding: 0px 30px;
  width: 100%;
}
#secondary .widget_product_search .woocommerce-product-search button {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px 20px;
  color: #222;
}
#secondary .widget_product_search .woocommerce-product-search button:after {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 15px;
}
#secondary .widget_product_search .woocommerce-product-search button:hover {
  border-color: transparent;
}
#secondary .widget_product_categories ul.product-categories li:before {
  content: none;
}
#secondary .widget_product_categories ul.product-categories li a, #secondary .widget_product_categories ul.product-categories li span {
  font-size: 15px;
  color: #777;
  margin-bottom: 15px;
  display: inline-block;
}
#secondary .widget_product_categories ul.product-categories li:last-child a, #secondary .widget_product_categories ul.product-categories li:last-child span {
  margin-bottom: 0px;
}
#secondary .widget_product_categories ul.product-categories li:hover a {
  color: #98cb2b;
}
#secondary .widget_products .widget-title {
  margin-bottom: 34px;
}
#secondary .widget_products .product_list_widget li {
  margin-bottom: 30px;
  padding: 0px;
}
#secondary .widget_products .product_list_widget li:before {
  content: none;
}
#secondary .widget_products .product_list_widget li:last-child {
  margin-bottom: 0px;
}
#secondary .widget_products .product_list_widget li > a {
  float: left;
  background: #f4f4f4;
  margin: 0px;
  padding: 10px 0px;
  text-align: center;
  display: block;
  width: 60px;
}
#secondary .widget_products .product_list_widget li > a img {
  float: none;
  max-width: calc(100% - 30px);
  width: auto;
}
#secondary .widget_products .product_list_widget li .widget-item-meta {
  padding-left: 24px;
  float: left;
  width: calc(100% - 84px);
}
#secondary .widget_products .product_list_widget li .widget-item-meta .product-title {
  display: block;
  margin-bottom: 4px;
}
#secondary .widget_products .product_list_widget li .widget-item-meta .product-title a {
  font-weight: bolder;
  font-family: "Montserrat";
}
#secondary .widget_products .product_list_widget li .widget-item-meta span, #secondary .widget_products .product_list_widget li .widget-item-meta ins {
  background: none;
  color: #98cb2b;
}
#secondary .widget_products .product_list_widget li .widget-item-meta .amount {
  font-size: 13px;
  color: #98cb2b;
  font-weight: bolder;
}
#secondary .widget_price_filter .widget-title {
  margin-bottom: 30px;
}
#secondary .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  margin-bottom: 14px;
  height: 4px;
  background: #c8c8c8;
}
#secondary .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
  background: #98cb2b;
}
#secondary .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
  height: 10px;
  width: 10px;
  background: #222;
  top: -3px;
}
#secondary .widget_price_filter .price_slider_wrapper .price_slider_amount {
  position: relative;
  height: 30px;
}
#secondary .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  position: absolute;
  right: 0px;
  font-size: 14px;
  padding: 10px 0px;
  background: none;
  color: #222;
}
#secondary .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  color: #98cb2b;
}
#secondary .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  position: absolute;
  left: 0px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}
.add_to_cart_button.loading {
  display: flex !important;
  padding-right: 40px !important;
}
.add_to_cart_button.loading:after {
  top: 35% !important;
}
#yith-wcwl-form {
  overflow-x: auto;
}
.wishlist_table {
  min-width: 500px;
}
.wishlist_table tr td {
  text-align: left;
}
.single.single-product {
  /*
Woocommerce cart page
*/
}
.single.single-product .woocommerce-product-gallery {
  float: none !important;
  width: auto !important;
}
.single.single-product .woocommerce-product-gallery .wp-post-image {
  width: auto !important;
  margin: auto !important;
}
.single.single-product #content {
  padding-bottom: 40px;
}
.single.single-product .woocommerce-product-gallery__wrapper {
  background: #f4f4f4;
  padding: 50px 0px !important;
}
.single.single-product .woocommerce-product-gallery--with-images {
  margin-bottom: 40px !important;
}
.single.single-product .flex-viewport .woocommerce-product-gallery__wrapper {
  background: #f4f4f4;
  padding: 50px 0px !important;
}
.single.single-product .summary {
  float: none !important;
  width: auto !important;
}
.single.single-product .summary .product_title {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 45px;
  font-weight: 600;
}
.single.single-product .summary .single-price-rating {
  display: flex;
  justify-content: space-between;
}
.single.single-product .summary .single-price-rating .price {
  font-size: 17px;
  font-weight: 500;
  color: #98cb2b;
  margin: 0px 0px 15px 0px;
}
.single.single-product .summary .single-price-rating .woocommerce-product-rating {
  margin-bottom: 15px !important;
}
.single.single-product .summary .single-price-rating .star-rating {
  color: #faa942;
}
.single.single-product .summary .product_meta {
  font-size: 13px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.single.single-product .summary .product_meta > span {
  display: block;
  margin-bottom: 10px;
  color: #98cb2b;
}
.single.single-product .summary .product_meta > span a, .single.single-product .summary .product_meta > span span {
  color: #959595;
}
.single.single-product .summary .woocommerce-product-details__short-description {
  font-size: 15px;
  letter-spacing: 0px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.single.single-product .summary h4 {
  font-size: 16px;
  font-weight: 600;
}
.single.single-product .summary form.cart {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .single.single-product .summary form.cart {
    width: calc(100% - 310px);
  }
}
.single.single-product .summary form.cart span {
  font-size: 14px;
  color: #282828;
  font-weight: bold;
  margin-right: 20px;
  font-family: "Montserrat";
  display: inline-block;
}
.single.single-product .summary form.cart span.woocommerce-Price-currencySymbol {
  margin-right: 0px;
}
.single.single-product .summary form.cart .zmdi {
  color: #98cb2b;
  display: inline-block;
  height: 25px;
  width: 30px;
  border: 1px solid #eee;
  text-align: center;
  padding-top: 3px;
  cursor: pointer;
  margin-right: -4px;
}
.single.single-product .summary form.cart .zmdi:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.single.single-product .summary form.cart .zmdi-plus {
  margin-left: -5px;
}
.single.single-product .summary form.cart input, .single.single-product .summary form.cart button {
  height: 45px;
}
.single.single-product .summary form.cart input {
  padding: 0px;
  min-width: 45px;
  margin-right: 5px;
}
.single.single-product .summary form.cart button {
  font-size: 14px;
  background: #98cb2b;
  padding: 0px 30px;
  color: #fff;
  border: 2px solid #98cb2b;
  height: 43px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .single.single-product .summary form.cart button {
    float: none !important;
    display: block;
    margin: 20px auto 0px;
  }
}
.single.single-product .summary form.cart button:hover {
  background: #fff;
  color: #98cb2b;
}
.single.single-product .summary .single-product-action {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .single.single-product .summary .single-product-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
}
.single.single-product .summary .single-product-action .quantity {
  float: none;
  display: inline-block;
  margin: 0px 0px 0px 0px !important;
}
.single.single-product .summary .single-product-action .quantity input[type="number"] {
  height: 25px;
  background: none;
  border: 1px solid #eee;
  margin: 0px;
  padding-left: 12px;
}
.single.single-product .summary .single-product-action .single_add_to_cart_button {
  float: right;
}
.single.single-product .summary .single-product-action del {
  text-decoration: line-through;
}
.single.single-product .summary .single-product-action ins {
  background: none;
}
.single.single-product .summary .single-product-action ins span {
  color: #98cb2b;
}
.single.single-product .summary .single-product-action .yith {
  margin-bottom: 30px;
}
.single.single-product .summary .single-product-action .yith .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.single.single-product .summary .single-product-action .yith .clear {
  display: none;
}
.single.single-product .summary .single-product-action .yith .yith-wcwl-add-to-wishlist {
  margin: 0px 22px 0px 0px;
}
.single.single-product .summary .single-product-action .yith .compare, .single.single-product .summary .single-product-action .yith .yith-wcwl-add-to-wishlist a {
  font-family: "Montserrat";
  font-size: 14px;
  background: #333;
  padding: 11px 30px;
  color: #fff;
  border: 2px solid #333;
  height: 43px;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.single.single-product .summary .single-product-action .yith .compare:hover, .single.single-product .summary .single-product-action .yith .yith-wcwl-add-to-wishlist a:hover {
  background: none;
  border-color: #98cb2b;
  color: #98cb2b;
}
.single.single-product .summary .single-product-action .share-product {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 30px 0px 40px;
}
.single.single-product .summary .single-product-action .share-product ul {
  margin: 0px;
  list-style: none;
}
.single.single-product .summary .single-product-action .share-product ul li {
  display: inline-block;
  margin-right: 10px;
}
.single.single-product .summary .single-product-action .share-product ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #98cb2b;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single.single-product .summary .single-product-action .share-product ul li a:hover {
  background: #333;
}
.single.single-product .summary .single-product-action .share-product ul li span {
  display: none;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  padding: 0px 0px 0px 5px;
  background: #f9f9f9;
  margin: 0px;
  border: 1px solid #eee;
  border-bottom: 0px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs:before {
  border-color: #eee;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border-color: #eee;
  border-bottom: 0px;
}
@media screen and (max-width: 575px) {
  .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    display: block !important;
  }
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
  color: #333;
  font-family: "Montserrat";
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:after, .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:before {
  display: none;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover, .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
  background: #fff;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover a, .single.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
  color: #98cb2b;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .wc-tab {
  border: 1px solid #eee;
  border-top: 0px;
  padding: 20px;
  font-size: 15px;
  color: #777;
  margin-bottom: 50px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h2 {
  display: none;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .star-rating {
  color: #98cb2b;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .comment-respond .submit {
  height: 43px;
  background: #98cb2b !important;
  padding: 0px 30px !important;
  color: #fff !important;
  -webkit-border-radius: 30px !important;
  -khtml-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper .comment-respond .submit:hover {
  background: #333 !important;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist {
  padding: 0px;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist .comment-text {
  text-align: left;
}
.single.single-product .single-nav-product {
  margin: 0px auto;
  list-style: none;
}
.single.single-product .single-nav-product li {
  display: inline-block;
}
.single.single-product .single-nav-product li:first-child {
  margin-right: 10px;
}
.single.single-product .single-nav-product li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #9b9b9b;
  border: 2px solid #eee;
}
.single.single-product .single-nav-product li a:hover {
  color: #fff;
  background: #98cb2b;
  border-color: #98cb2b;
}
.single.single-product .related.products h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
.woocommerce-cart {
  /*
Woocomerce checkout page
*/
}
.woocommerce-cart .quantity .qty {
  height: 38px;
  min-width: 55px;
  color: #333;
  padding: 0px 5px;
}
.woocommerce-cart .actions {
  padding: 10px 15px;
}
.woocommerce-cart .actions input, .woocommerce-cart .actions button {
  height: 38px;
}
.woocommerce-cart .actions .coupon input#coupon_code {
  width: auto !important;
}
@media screen and (max-width: 575px) {
  .woocommerce-cart .actions .coupon input#coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.woocommerce-cart .actions .coupon input#coupon_code:focus {
  border-color: #98cb2b;
}
@media screen and (max-width: 575px) {
  .woocommerce-cart .actions .coupon button[name="apply_coupon"] {
    width: 100% !important;
  }
}
.woocommerce-cart .actions .checkout-button, .woocommerce-cart .actions .update_cart, .woocommerce-cart .actions .button {
  background: #98cb2b;
  font-size: 13px;
  color: #fff !important;
  padding: 0px 30px;
  border: 2px solid #98cb2b;
}
.woocommerce-cart .actions .checkout-button:hover, .woocommerce-cart .actions .update_cart:hover, .woocommerce-cart .actions .button:hover {
  background: #fff !important;
  color: #98cb2b !important;
}
.woocommerce-cart .cart_totals h2 {
  font-size: 30px;
  font-family: Poppins;
}
.woocommerce-cart .cart_totals .checkout-button {
  border: 2px solid #98cb2b;
  display: inline-block;
  float: right;
  font-size: 13px !important;
  padding: 0px 35px !important;
  line-height: 38px;
  background-color: #98cb2b !important;
}
.woocommerce-cart .cart_totals .checkout-button:hover {
  background-color: #fff !important;
  color: #98cb2b !important;
}
.woocommerce-page .col-1, .woocommerce-page .col-2 {
  padding: 0px 0px;
  max-width: inherit;
}
.woocommerce-page input, .woocommerce-page textarea {
  border: 1px solid #e7e8e9;
}
form.woocomerce-checkout input, form.woocomerce-checkout .select2-selection {
  height: 50px !important;
}
.woocommerce.woocommerce-account button.button {
  font-weight: normal !important;
  background: #98cb2b !important;
  color: #fff !important;
  margin-top: 20px !important;
  padding: 18px 35px !important;
}
.woocommerce.woocommerce-account button.button:hover {
  background: #222 !important;
}
#shipping_address_2_field .woocommerce-input-wrapper {
  margin-top: 20px;
}
#billing_address_1_field .woocommerce-input-wrapper {
  margin-bottom: 20px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input {
  margin-right: 10px;
}
#order_review_heading {
  margin-top: 30px;
}
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-additional-fields h3, .woocommerce-checkout #order_review_heading {
  font-size: 30px;
  font-family: Poppins;
  line-height: 30px;
}
.woocommerce-checkout .woocommerce-checkout-payment .button {
  background: #98cb2b !important;
  font-size: 13px;
  color: #fff !important;
  padding: 13px 30px;
  border: 2px solid #98cb2b;
}
.woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background: #fff !important;
  color: #98cb2b !important;
}
.form-row {
  /*
Woocommerce my account
*/
}
.form-row label {
  display: block;
  width: 100%;
  color: #222;
}
.form-row .woocommerce-input-wrapper, .form-row textarea, .form-row .select2-selection, .form-row .input-text {
  width: 100%;
  background: #f5f4f5;
}
.form-row .input-text {
  padding: 0px 20px;
}
.form-row .input-text:focus {
  border-color: #98cb2b;
}
.form-row textarea {
  height: 170px !important;
  padding: 15px !important;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 13px 0px;
  border-top: 1px solid #e8e8e8;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 15px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #333;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
  color: #98cb2b;
}
.wishlist_table {
  /*Ckeckout page*/
}
.wishlist_table .ajax_add_to_cart {
  background-color: #0081e4 !important;
  padding: 10px 20px !important;
  display: inline-block !important;
  width: 50%;
  float: right !important;
}
.wishlist_table .ajax_add_to_cart:hover {
  background: #333 !important;
}
.about_paypal {
  line-height: inherit !important;
}
.wc_payment_methods {
  /*
Pagination
*/
}
.wc_payment_methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wooommerce-pagination ul.page-numbers {
  text-align: center;
}
.wooommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #c8c8c8;
  font-weight: 500;
  color: #777;
  padding: 8px 17px;
  margin: 0px 12px 12px 0px;
  height: 50px;
  width: 50px;
}
.wooommerce-pagination ul.page-numbers .page-numbers:last-child {
  margin-right: 0px;
}
.wooommerce-pagination ul.page-numbers .page-numbers.current, .wooommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #fff;
  background-color: #98cb2b;
  border-color: #98cb2b;
}
.wooommerce-pagination ul.page-numbers .page-numbers.next, .wooommerce-pagination ul.page-numbers .page-numbers.prev {
  width: inherit;
  padding: 8px 14px;
}
.wooommerce-pagination ul.page-numbers .page-numbers.next:hover, .wooommerce-pagination ul.page-numbers .page-numbers.prev:hover {
  color: #98cb2b;
  background-color: transparent;
}
