body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1-left {
  font-size: 5.75rem;
  text-align:left;
}
@media (max-width: 767px) {
   .display-1-left {
    font-size:36px !important;
  }
}

.display-1 > .ino-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .ino-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .ino-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .ino-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .ino-iconfont {
  font-size: 1.5rem;
}
.display-8 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
#statusMessage{
    text-align:center;
    padding:20px;
    width: 100%;
    margin-top: 10px;
    border-radius:10px !important;
    font-size: 24px;
    vertical-align: middle !important;
    color:#888;
    }
.successMessage{
    background-color: #CCFFCC;
    padding-top: 20px;
}
.errorMessage{
    background-color:#EF3939;
    padding-top: 20px;
}

.bb{
    font-weight:bold !important;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.ino-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.ino-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.ino-plan-header.bg-primary .ino-plan-subtitle,
.ino-plan-header.bg-primary .ino-plan-price-desc {
  color: #ffffff;
}
.ino-plan-header.bg-success .ino-plan-subtitle,
.ino-plan-header.bg-success .ino-plan-price-desc {
  color: #a0d8df;
}
.ino-plan-header.bg-info .ino-plan-subtitle,
.ino-plan-header.bg-info .ino-plan-price-desc {
  color: #ffffff;
}
.ino-plan-header.bg-warning .ino-plan-subtitle,
.ino-plan-header.bg-warning .ino-plan-price-desc {
  color: #ffffff;
}
.ino-plan-header.bg-danger .ino-plan-subtitle,
.ino-plan-header.bg-danger .ino-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .ino-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .ino-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t1c2g7C4U8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1c2g7C4U8 nav.navbar {
  position: fixed;
}
.cid-t1c2g7C4U8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1c2g7C4U8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-t1c2g7C4U8 .dropdown-item:hover,
.cid-t1c2g7C4U8 .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-t1c2g7C4U8 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-t1c2g7C4U8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1c2g7C4U8 .nav-link {
  position: relative;
  padding: 0;
}
.cid-t1c2g7C4U8 .container {
  display: flex;
  margin: auto;
}
.cid-t1c2g7C4U8 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t1c2g7C4U8 .dropdown-menu,
.cid-t1c2g7C4U8 .navbar.opened {
  background: #dff8e7 !important;
}
.cid-t1c2g7C4U8 .nav-item:focus,
.cid-t1c2g7C4U8 .nav-link:focus {
  outline: none;
}
.cid-t1c2g7C4U8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1c2g7C4U8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1c2g7C4U8 .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1c2g7C4U8 .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1c2g7C4U8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1c2g7C4U8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1c2g7C4U8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dff8e7;
}
.cid-t1c2g7C4U8 .navbar.opened {
  transition: all 0.3s;
}
.cid-t1c2g7C4U8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1c2g7C4U8 .navbar .navbar-logo img {
  width: auto;
}
.cid-t1c2g7C4U8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1c2g7C4U8 .navbar.collapsed {
  justify-content: center;
}
.cid-t1c2g7C4U8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1c2g7C4U8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1c2g7C4U8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t1c2g7C4U8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1c2g7C4U8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1c2g7C4U8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t1c2g7C4U8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1c2g7C4U8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1c2g7C4U8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1c2g7C4U8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1c2g7C4U8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1c2g7C4U8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1c2g7C4U8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1c2g7C4U8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t1c2g7C4U8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1c2g7C4U8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1c2g7C4U8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1c2g7C4U8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1c2g7C4U8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1c2g7C4U8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1c2g7C4U8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1c2g7C4U8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1c2g7C4U8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1c2g7C4U8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1c2g7C4U8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1c2g7C4U8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1c2g7C4U8 .dropdown-item.active,
.cid-t1c2g7C4U8 .dropdown-item:active {
  background-color: transparent;
}
.cid-t1c2g7C4U8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1c2g7C4U8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1c2g7C4U8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1c2g7C4U8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dff8e7;
}
.cid-t1c2g7C4U8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1c2g7C4U8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1c2g7C4U8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-t1c2g7C4U8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1c2g7C4U8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dff8e7;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1c2g7C4U8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1c2g7C4U8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1c2g7C4U8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1c2g7C4U8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1c2g7C4U8 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-t1c2g7C4U8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1c2g7C4U8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1c2g7C4U8 .navbar {
    height: 70px;
  }
  .cid-t1c2g7C4U8 .navbar.opened {
    height: auto;
  }
  .cid-t1c2g7C4U8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1c2g7C4U8 a {
  display: inline;
}
.cid-t1c2g7C4U8 img {
  display: inline;
  padding-right: 10px;
}
.cid-t1c2g7C4U8 .dropdown-toggle:after {
  display: none;
}
.cid-t1c2g7C4U8 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-t1c2g7C4U8 .dropdown-item:hover {
  color: #47b5ed !important;
}
@media (max-width: 990px) {
  .cid-t1c2g7C4U8 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-t1c2g7C4U8 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-t1c2g7C4U8 .ino-buttons {
  margin: 20px -6px 20px;
}
.cid-t1c2g7C4U8 .nav-item {
  margin-right: 32px;
}
.cid-t1c2g7C4U8 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-t1c2g7C4U8 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-t1c2g7C4U8 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-t1c2g7C4U8 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-t1c2g7C4U8 .navbar-nav {
  margin: auto;
}
.cid-t1c2g7C4U8 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-t1c2g7C4U8 .ino-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-t1c2g7C4U8 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-t1c2g7C4U8 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-t1c2g7C4U8 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-t1c2g7C4U8 .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t1c2g7C4U8 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-t1c2g7C4U8 .dropdown-item:focus {
  color: #47b5ed !important;
}
@media (max-width: 945px) {
  .cid-t1c2g7C4U8 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-t1c2g7C4U8 .top {
    margin-top: 25px;
  }
}
.cid-t1c2g7C4U8 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-t1c2g7C4U8 .container,
  .cid-t1c2g7C4U8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t1c2g7C4U8 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-t1c2g7C4U8 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-t1c2g7C4U8 .icons-menu {
    min-width: initial !important;
  }
  .cid-t1c2g7C4U8 a.btn {
    margin-top: 10px;
  }
}
.cid-t1c2g7C4U8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-t1c3KDSMzR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1c3KDSMzR .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-t1c3KDSMzR .modal-body .close {
  background: #1b1b1b;
}
.cid-t1c3KDSMzR .modal-body .close span {
  font-style: normal;
}
.cid-t1c3KDSMzR .carousel-inner > .active,
.cid-t1c3KDSMzR .carousel-inner > .next,
.cid-t1c3KDSMzR .carousel-inner > .prev {
  display: flex;
}
.cid-t1c3KDSMzR .carousel-control .icon-next,
.cid-t1c3KDSMzR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t1c3KDSMzR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1c3KDSMzR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t1c3KDSMzR .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-t1c3KDSMzR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t1c3KDSMzR .boxed-slider > div {
  position: relative;
}
.cid-t1c3KDSMzR .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-t1c3KDSMzR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t1c3KDSMzR .ino-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t1c3KDSMzR .ino-table-cell {
  padding: 0;
}
.cid-t1c3KDSMzR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t1c3KDSMzR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t1c3KDSMzR .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-t1c3KDSMzR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t1c3KDSMzR .carousel-item .container {
    width: 100%;
  }
}
.cid-t1c3KDSMzR .carousel-item-next.carousel-item-left,
.cid-t1c3KDSMzR .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t1c3KDSMzR .ino-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-t1c3KDSMzR .ino-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1c3KDSMzR .ino-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1c3KDSMzR .ino-slider .carousel-control .ino-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t1c3KDSMzR .ino-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t1c3KDSMzR .ino-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t1c3KDSMzR .ino-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t1c3KDSMzR .ino-slider .carousel-indicators li.active,
.cid-t1c3KDSMzR .ino-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t1c3KDSMzR .ino-slider .carousel-indicators li::after,
.cid-t1c3KDSMzR .ino-slider .carousel-indicators li::before {
  content: none;
}
.cid-t1c3KDSMzR .ino-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t1c3KDSMzR .ino-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t1c3KDSMzR .ino-slider > .container img {
  width: 100%;
}
.cid-t1c3KDSMzR .ino-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t1c3KDSMzR .ino-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t1c3KDSMzR .ino-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t1c3KDSMzR .ino-slider .ino-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t1c3KDSMzR .ino-slider .ino-table-cell {
  padding: 0;
}
.cid-t1c3KDSMzR .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-t1c3KDSMzR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t1c3KDSMzR .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-t1c3KDSMzR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t1c3KDSMzR .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t1c3KDSMzR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t1c3KDSMzR .ino-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t1c3KDSMzR .ino-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t1c3KDSMzR .ino-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-t1c3KDSMzR .carousel-inner {
  height: 100%;
}
.cid-t1c3KDSMzR .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-t1c3KDSMzR .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-t1c3KDSMzR .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-t1c3KDSMzR .content-slider-wrap {
  width: 100%;
}
.cid-t1c3KDSMzR P {
  text-align: left;
  color: #ffffff;
}
.cid-t1c3KDSMzR H2 {
  text-align: left;
}
.cid-t1c4vBlZDQ {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #009148; /*#2299aa;*/
}

.cid-t1c3KDSMzR .form-container{
    max-width: 400px; 
    padding: 20px;  
    background-color:rgba(155,155,155,0.6); 
    margin-top: 30px; 
    z-index: 1000; 
    position: absolute; 
    top: 20px; 
    right:7vw; 
    margin-left:10px;"
}


@media (max-width: 950px) {
  .cid-t1c3KDSMzR .form-container{
    top: 135px;
  }
  .cid-t1c3KDSMzR .carousel-caption{
    top: 15% !important;
  }
  .cid-t1c3KDSMzR .carousel-inner{
    height:110%;
  }
  .cid-t1c3KDSMzR .image_wrapper {
    height:730px;
  }
  }











.cid-t1c4vBlZDQ .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-t1c4vBlZDQ MARQUEE {
  color: #ffffff;
}
.cid-t1c4zPPlre {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff; /*#0a7147;*/
}
.cid-t1c4zPPlre .wrap {
  overflow: hidden;
  background-color: #dff8e7;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-t1c4zPPlre .wrap {
    height: auto;
  }
}
.cid-t1c4zPPlre .wrap:hover .ino-section-title a {
  color: #ff6666 !important;
}
.cid-t1c4zPPlre .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-t1c4zPPlre .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-t1c4zPPlre .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-t1c4zPPlre .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-t1c4zPPlre .text-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cid-t1c4zPPlre .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-t1c4zPPlre .text-wrapper {
    padding: 20px;
  }
}
.cid-t1c4zPPlre .ino-section-subtitle,
.cid-t1c4zPPlre .ino-section-title {
  margin-bottom: 12px;
}
.cid-t1c4zPPlre .image {
  width: 100%;
}
.cid-t1c4zPPlre .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
  opacity: 1 !important;
}
.cid-t1c4zPPlre .ino-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t1c4zPPlre .ino-section-title {
  color: #000000;
}
.cid-t1c4zPPlre .ino-text,
.cid-t1c4zPPlre .ino-section-btn {
  color: #000000;
}
.cid-t1c4zPPlre .ino-section-subtitle {
  color: #2299aa;
}
.cid-t2iWCRKuOb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-2852-2000x1500.jpg");
}
.cid-t2iWCRKuOb .ino-overlay {
  background: #ffffff;
  opacity: 0;
}
.cid-t2iWCRKuOb .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-t2iWCRKuOb .item-img {
  width: 100px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-t2iWCRKuOb img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-t2iWCRKuOb .item {
  margin-bottom: 70px;
}
.cid-t2iWCRKuOb .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-t2iWCRKuOb .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
  border: 4px solid green;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 10px;
}
.cid-t2iWCRKuOb .ino-text {
  margin-bottom: 18px;
}
.cid-t2iWCRKuOb .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-t2iWCRKuOb .linkBtn a:after,
.cid-t2iWCRKuOb .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-t2iWCRKuOb .linkBtn a:before {
  left: 0;
}
.cid-t2iWCRKuOb .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t2iWCRKuOb .linkBtn a:hover:before,
.cid-t2iWCRKuOb .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t2j7SHqqwB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/lawn-mowing-2000x1328.jpg");
}
@media (min-width: 1500px) {
  .cid-t2j7SHqqwB .container {
    max-width: 1400px;
  }
}
.cid-t2j7SHqqwB .ino-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t2j7SHqqwB .card-wrapper {
  margin-top: 3rem;
  background-color: #fff;
  border: 4px solid green;
  border-radius: 10px;
  padding: 20px;
  opacity: 70%;
  min-height:350px;
}
.cid-t2j7SHqqwB .row {
  justify-content: center;
}
.cid-t2j7SHqqwB .ino-section-title {
  color: #0a7147;
}
.cid-t2iXN2pRLy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a7147;
}
.cid-t2iXN2pRLy .title_block {
  margin-bottom: 50px;
}
.cid-t2iXN2pRLy .ino-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t2iXN2pRLy .ino-section-title {
  color: #ffffff;
}
.cid-t2iXN2pRLy .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(101, 146, 230, 0.4);
  background-image: linear-gradient(40deg, #6592e6 0%, #bdd0f4 100%);
}
.cid-t2iXN2pRLy .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(64, 176, 191, 0.4);
  background-image: linear-gradient(40deg, #40b0bf 0%, #8cd0d9 100%);
}
.cid-t2iXN2pRLy .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgb(25, 120, 14, 0.4);
  background-image: linear-gradient(40deg, #2fad5b 0%, #dee2e6 100%);
}
.cid-t2iXN2pRLy .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 153, 102, 0.4);
  background-image: linear-gradient(40deg, #ff9966 0%, #ffddcc 100%);
}
.cid-t2iXN2pRLy .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(71, 181, 237, 0.4);
  background-image: linear-gradient(40deg, #47b5ed 0%, #a4daf6 100%);
}
.cid-t2iXN2pRLy .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 102, 102, 0.4);
  background-image: linear-gradient(40deg, #ff6666 0%, #ffcccc 100%);
}
.cid-t2iXN2pRLy .iconfont-wrapper {
  left: 50%;
  top: -45px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-t2iXN2pRLy .iconfont-wrapper .ino-iconfont {
  color: #ffffff;
  font-size: 60px;
  line-height: 100px;
}
.cid-t2iXN2pRLy .card_wrap {
  padding: 65px 45px 25px 45px;
  margin-top: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-height:300px;
}
.cid-t2iXN2pRLy .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-t2iXN2pRLy .card_title {
  margin-bottom: 20px;
  color: #ff6666;
}
@media (max-width: 991px) {
  .cid-t2iXN2pRLy .title_block {
    margin-bottom: 30px;
  }
  .cid-t2iXN2pRLy .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-t2iXN2pRLy .promoLink {
    position: absolute !important;
    bottom: 0 !important;
    text-align: center !important;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right:10px !important;
    }
    
    
.cid-t2pcoVvjwy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0a7147;
}
.cid-t2pcoVvjwy .title_block {
  margin-bottom: 50px;
}
.cid-t2pcoVvjwy .ino-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t2pcoVvjwy .ino-section-title {
  color: #ffffff;
}
.cid-t2pcoVvjwy .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(101, 146, 230, 0.4);
  background-image: linear-gradient(40deg, #6592e6 0%, #bdd0f4 100%);
}
.cid-t2pcoVvjwy .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(64, 176, 191, 0.4);
  background-image: linear-gradient(40deg, #40b0bf 0%, #8cd0d9 100%);
}
.cid-t2pcoVvjwy .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgb(61, 159, 44,0.4);
  background-image: linear-gradient(40deg, #0a834b 0%, #bbcfd7 100%);
}
.cid-t2pcoVvjwy .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 153, 102, 0.4);
  background-image: linear-gradient(40deg, #ff9966 0%, #ffddcc 100%);
}
.cid-t2pcoVvjwy .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(71, 181, 237, 0.4);
  background-image: linear-gradient(40deg, #47b5ed 0%, #a4daf6 100%);
}
.cid-t2pcoVvjwy .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 102, 102, 0.4);
  background-image: linear-gradient(40deg, #ff6666 0%, #ffcccc 100%);
}
.cid-t2pcoVvjwy .iconfont-wrapper {
  left: 50%;
  top: -45px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-t2pcoVvjwy .iconfont-wrapper .ino-iconfont {
  color: #ffffff;
  font-size: 60px;
  line-height: 100px;
}
.cid-t2pcoVvjwy .card_wrap {
 padding: 65px 45px 25px 45px;
  margin-top: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-height:300px;
}
.cid-t2pcoVvjwy .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-t2pcoVvjwy .card_title {
  margin-bottom: 20px;
  color: #ff6666;
}
@media (max-width: 991px) {
  .cid-t2pcoVvjwy .title_block {
    margin-bottom: 30px;
  }
  .cid-t2pcoVvjwy .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-t2pcoVvjwy .promoLink {
    position: absolute !important;
    bottom: 0 !important;
    text-align: center !important;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right:10px !important;
    }
.cid-t2j5hOIiyd {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-4267-2000x1500.jpg");
}
.cid-t2j5hOIiyd .ino-overlay {
  background: #ffffff;
  opacity: 0;
}
.cid-t2j5hOIiyd .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-t2j5hOIiyd .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-t2j5hOIiyd img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-t2j5hOIiyd .item {
  margin-bottom: 70px;
}
.cid-t2j5hOIiyd .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-t2j5hOIiyd .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
  border: 4px solid green;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 10px;
}
.cid-t2j5hOIiyd .ino-text {
  margin-bottom: 18px;
}
.cid-t2j5hOIiyd .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-t2j5hOIiyd .linkBtn a:after,
.cid-t2j5hOIiyd .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-t2j5hOIiyd .linkBtn a:before {
  left: 0;
}
.cid-t2j5hOIiyd .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t2j5hOIiyd .linkBtn a:hover:before,
.cid-t2j5hOIiyd .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t2iYjx0wog .promoLink{
    position: absolute !important;  
    bottom: 0 !important; 
    text-align:center !important; 
    left:50%; 
    transform: translate(-50%, -50%); 
    padding-bottom:10px;
    padding-left: 10px !important;
    padding-right:10px !important;
}
.cid-t2iYjx0wog {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-4267-2000x1500.jpg");
}
.cid-t2iYjx0wog .ino-text {
  color: #767676;
}
.cid-t2iYjx0wog .ino-iconfont{
  color: #383838 !important;
  font-size: 7rem !important;
  position: relative;
}
.cid-t2iYjx0wog .card-img {
  margin-bottom: 3rem;
}
.cid-t2iYjx0wog .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cid-t2iYjx0wog .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  -webkit-transform: rotate(-3deg) scale(1.15);
  transform: rotate(-3deg) scale(1.15);
}
.cid-t2iYjx0wog .card1 {
  background: #fed9bd;
}
.cid-t2iYjx0wog .card2 {
  background: #cdeaba;
}
.cid-t2iYjx0wog .card3 {
  background: #f9f4b1;
}
.cid-t2iYjx0wog .card4 {
  background: #aff0f6;
}
.cid-t2iYjx0wog .link {
  margin: 0;
}
.cid-t2iYjx0wog p {
  font-weight: 400;
}
.cid-t2iYjx0wog .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t2iYjx0wog .link a:hover {
  color: #ed6436 !important;
}
.cid-t2iYjx0wog .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'inovox-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-t2iYjx0wog .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t2iYjx0wog .card {
    margin-bottom: 3rem;
  }
}
.cid-t2iYjx0wog .ino-text,
.cid-t2iYjx0wog .link {
  color: #383838;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t2iYjx0wog .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t2iYjx0wog .card-title,
.cid-t2iYjx0wog .card-img {
  text-align: center;
}
.cid-t1c2rbg7aH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1c2rbg7aH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t1c2rbg7aH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1c2rbg7aH .row {
    text-align: center;
  }
  .cid-t1c2rbg7aH .row > div {
    margin: auto;
  }
  .cid-t1c2rbg7aH .social-row {
    justify-content: center;
  }
}
.cid-t1c2rbg7aH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t1c2rbg7aH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1c2rbg7aH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t1c2rbg7aH .list {
    margin-bottom: 0rem;
  }
}
.cid-t1c2rbg7aH .ino-text {
  color: #9fdbf8;
}
.cid-t1c2rbg7aH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t1c2rbg7aH .ino-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t1c2rbg7aH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t1c2rbg7aH H5 {
  color: #9fdbf8;
}
.cid-t1c2g7C4U8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1c2g7C4U8 nav.navbar {
  position: fixed;
}
.cid-t1c2g7C4U8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1c2g7C4U8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-t1c2g7C4U8 .dropdown-item:hover,
.cid-t1c2g7C4U8 .dropdown-item:focus {
  color: #6592e6 !important;
}
.cid-t1c2g7C4U8 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-t1c2g7C4U8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1c2g7C4U8 .nav-link {
  position: relative;
  padding: 0;
}
.cid-t1c2g7C4U8 .container {
  display: flex;
  margin: auto;
}
.cid-t1c2g7C4U8 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t1c2g7C4U8 .dropdown-menu,
.cid-t1c2g7C4U8 .navbar.opened {
  background: #8adda5 !important;
}
.cid-t1c2g7C4U8 .nav-item:focus,
.cid-t1c2g7C4U8 .nav-link:focus {
  outline: none;
}
.cid-t1c2g7C4U8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1c2g7C4U8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1c2g7C4U8 .dropdown .dropdown-menu .dropdown-item .ino-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1c2g7C4U8 .dropdown .dropdown-menu .dropdown-item .ino-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1c2g7C4U8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1c2g7C4U8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1c2g7C4U8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: rgb(255,255,255);/*#dff8e7;*/
}
.cid-t1c2g7C4U8 .navbar.opened {
  transition: all 0.3s;
}
.cid-t1c2g7C4U8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1c2g7C4U8 .navbar .navbar-logo img {
  width: auto;
}
.cid-t1c2g7C4U8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1c2g7C4U8 .navbar.collapsed {
  justify-content: center;
}
.cid-t1c2g7C4U8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1c2g7C4U8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1c2g7C4U8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t1c2g7C4U8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1c2g7C4U8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1c2g7C4U8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t1c2g7C4U8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1c2g7C4U8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1c2g7C4U8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1c2g7C4U8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1c2g7C4U8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1c2g7C4U8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1c2g7C4U8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1c2g7C4U8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t1c2g7C4U8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1c2g7C4U8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1c2g7C4U8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1c2g7C4U8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1c2g7C4U8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1c2g7C4U8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1c2g7C4U8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1c2g7C4U8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1c2g7C4U8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1c2g7C4U8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1c2g7C4U8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1c2g7C4U8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1c2g7C4U8 .dropdown-item.active,
.cid-t1c2g7C4U8 .dropdown-item:active {
  background-color: transparent;
}
.cid-t1c2g7C4U8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1c2g7C4U8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1c2g7C4U8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1c2g7C4U8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dff8e7;
}
.cid-t1c2g7C4U8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1c2g7C4U8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1c2g7C4U8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-t1c2g7C4U8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1c2g7C4U8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dff8e7;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1c2g7C4U8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1c2g7C4U8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1c2g7C4U8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1c2g7C4U8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1c2g7C4U8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1c2g7C4U8 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-t1c2g7C4U8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1c2g7C4U8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1c2g7C4U8 .navbar {
    height: 70px;
  }
  .cid-t1c2g7C4U8 .navbar.opened {
    height: auto;
  }
  .cid-t1c2g7C4U8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1c2g7C4U8 a {
  display: inline;
}
.cid-t1c2g7C4U8 img {
  display: inline;
  padding-right: 10px;
}
.cid-t1c2g7C4U8 .dropdown-toggle:after {
  display: none;
}
.cid-t1c2g7C4U8 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-t1c2g7C4U8 .dropdown-item:hover {
  color: #47b5ed !important;
}
@media (max-width: 990px) {
  .cid-t1c2g7C4U8 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-t1c2g7C4U8 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-t1c2g7C4U8 .ino-buttons {
  margin: 20px -6px 20px;
}
.cid-t1c2g7C4U8 .nav-item {
  margin-right: 32px;
}
.cid-t1c2g7C4U8 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-t1c2g7C4U8 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-t1c2g7C4U8 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-t1c2g7C4U8 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-t1c2g7C4U8 .navbar-nav {
  margin: auto;
}
.cid-t1c2g7C4U8 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-t1c2g7C4U8 .ino-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-t1c2g7C4U8 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-t1c2g7C4U8 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-t1c2g7C4U8 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-t1c2g7C4U8 .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t1c2g7C4U8 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-t1c2g7C4U8 .dropdown-item:focus {
  color: #47b5ed !important;
}
@media (max-width: 945px) {
  .cid-t1c2g7C4U8 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-t1c2g7C4U8 .top {
    margin-top: 25px;
  }
}
.cid-t1c2g7C4U8 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-t1c2g7C4U8 .container,
  .cid-t1c2g7C4U8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t1c2g7C4U8 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-t1c2g7C4U8 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-t1c2g7C4U8 .icons-menu {
    min-width: initial !important;
  }
  .cid-t1c2g7C4U8 a.btn {
    margin-top: 10px;
  }
}
.cid-t1c2g7C4U8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-t2pHSfrYZM {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/staff-lawnmower-2-2000x934.jpg");
}
.cid-t2pHSfrYZM .ino-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-t2pHSfrYZM .form-group {
  margin-bottom: 15px;
}
.cid-t2pHSfrYZM input,
.cid-t2pHSfrYZM textarea {
  border-radius: 0;
  /*padding: 1.5rem !important;*/
}
.cid-t2pHSfrYZM input.form-control {
  min-height: 4.125rem;
}
.cid-t2pHSfrYZM .form-group {
  position: relative;
  z-index: 1;
}
.cid-t2pHSfrYZM .form-group:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 0px;
  background-color: #40b0bf;/*#ff6666;*/
  transition: width 0.5s ease-in;
  z-index: 2;
}
.cid-t2pHSfrYZM .form-group:focus-within:after {
  width: calc(100% - 10px);
}
.cid-t2pHSfrYZM .form-control,
.cid-t2pHSfrYZM .field-input {
  /*padding: 0.5rem;*/
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #171717;
  font-size: 1.4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
}
.cid-t2pHSfrYZM .form-control:focus,
.cid-t2pHSfrYZM .field-input:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t2pHSfrYZM input::-webkit-input-placeholder,
.cid-t2pHSfrYZM textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-t2pHSfrYZM input:-moz-placeholder,
.cid-t2pHSfrYZM textarea:-moz-placeholder {
  color: #999999;
}
.cid-t2pHSfrYZM .jq-selectbox li,
.cid-t2pHSfrYZM .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-t2pHSfrYZM .jq-selectbox li:hover,
.cid-t2pHSfrYZM .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t2pHSfrYZM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-t2pHSfrYZM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t2pHSfrYZM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t2pHSfrYZM .ino-form {
  max-width: 990px;
}
.cid-t2pHSfrYZM textarea {
  min-height: 150px;
  resize: none;
}
.cid-t2pHSfrYZM .ino-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-t2pHSfrYZM .ino-form .btn .ino-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-t2pHSfrYZM LABEL {
  color: #ffffff;
}
.cid-t2pHSfrYZM H2 {
  color: #ffffff;
}
.cid-t1c2rbg7aH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.cid-t1c2rbg7aH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t1c2rbg7aH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1c2rbg7aH .row {
    text-align: center;
  }
  .cid-t1c2rbg7aH .row > div {
    margin: auto;
  }
  .cid-t1c2rbg7aH .social-row {
    justify-content: center;
  }
}
.cid-t1c2rbg7aH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t1c2rbg7aH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1c2rbg7aH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t1c2rbg7aH .list {
    margin-bottom: 0rem;
  }
}
.cid-t1c2rbg7aH .ino-text {
  color: #1893F8; /*#9fdbf8;*/
}
.cid-t1c2rbg7aH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t1c2rbg7aH .ino-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t1c2rbg7aH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t1c2rbg7aH H5 {
  color:#1893F8; /*#9fdbf8;*/
}
/* Start Fertilizer module */

    .fertName{
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  background-color: yellow !important;
  color:#000 !important;
  border-color: yellow !important;
  width:220px;
  
}
    .packagequote{
        margin-top:17px;
    }
    
  
  .fertItem{
    text-align: left !important;
    font-size:24px;
    color:#000;
    font-weight:bold;
  }
       @media (max-width: 800px) {
  .fertItem{
    font-size:18px;
  }
  }
         @media (max-width: 550px) {
  .fertItem{
    font-size:12px;
    line-height:12px !important;
  }
  }
  .moss{
    color: green !important;
  }
  .redText{
    color:#FF6666 !important;
  }
  .blueText{
    color:#6592E6 !important;
  }
  
  .season{
    font-size:16px;
    color:#000;
    margin-right:60px;
    float:right;
  }
  
       @media (max-width: 800px) {
  .season{
    font-size:12px;
    margin-right: 20px;
  }
  }

.fertList{
    text-align:left !important;
    margin-bottom: .5rem !important;
}
.fertHeadline{
    padding:20px 20px 0px 20px;
    
}

/* End Fertilizer module */


/* start Lawn Care module */

 
    .packageName{
        
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
background-color: #85d5a5 !important;
    color: #000 !important;
    border-color: #165c11 !important;
    border-width: 4px;
  width:220px;
  
}

    .listActive{
        color: green;
        font-size:24px;
        text-align:left;
        margin-left:40px;
    }
    .listInactive{
        color:#ccc;
        font-size:24px;
        
        text-align:left;
        margin-left:40px;
    }
   @media (max-width: 800px) {
  .listActive{
    text-align:center;
  }
  }
     @media (max-width: 800px) {
  .listInactive{
    text-align:center;
  }
  }


/* end Lawn Care module */