@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #588157 !important;
  background-color: #3a5a40 !important;
  border-color: #3a5a40 !important;
}
.btn-primary:active,
.btn-primary:active:active {
    color: #588157 !important;
    background-color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #D11418;
    border-color: white!important;
    color: #588157 !important;
}
.btn-secondary,
.btn-secondary:active {
    color: #3a5a40!important;
    background-color: #588157 !important;
    border-color: #588157 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
    background: #3a5a40 !important;
    border-color: #588157 !important;
    color: #FFFFFF !important;
}
.btn-info,
.btn-info:active {
  color: #588157 !important;
  background-color: #e9ecef !important;
  border-color: #e9ecef !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #588157 !important;
  border-color: #588157 !important;
  color: white!important;
}
.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: #3a5a40 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #e9ecef !important;
}
.bg-warning {
  background-color: #588157 !important;
}
.bg-danger {
  background-color: #ff8484 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #ffffff;
    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;
    background-color: #C82121;
    border-color: #18251b;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #18251b !important;
  border-color: #18251b !important;
}
.btn-secondary {
    box-shadow: none!important;
    color: #3A5A40;
}
.btn-secondary,
.btn-secondary:active {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #3a5a40;
    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;
    background-color: #354d34;
    border-color: #588157;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #354d34 !important;
  border-color: #354d34 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #e9ecef !important;
  border-color: #e9ecef !important;
  color: #5b6d7e;
  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;
  background-color: #b7c1ca;
  border-color: #b7c1ca;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5b6d7e !important;
  background-color: #b7c1ca !important;
  border-color: #b7c1ca !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  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;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #588157 !important;
  border-color: #588157 !important;
  color: #ffffff;
  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: #ffffff;
  background-color: #354d34;
  border-color: #354d34;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #354d34 !important;
  border-color: #354d34 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
  color: #ffffff;
  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;
  background-color: #ff2d2d;
  border-color: #ff2d2d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #3a5a40;
    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;
    background-color: #cfcfcf;
    border-color: #cfcfcf;
    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 {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #3a5a40 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3a5a40;
  color: #3a5a40;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #18251b !important;
  background-color: transparent!important;
  border-color: #18251b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a5a40 !important;
  border-color: #3a5a40 !important;
}
.btn-primary-outline:active {
  color: #3a5a40 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #3a5a40 !important;
  background: #3a5a40 !important;
  color: #588157 !important;
}
.btn-secondary-outline {
  color: #588157 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #588157;
  color: #588157;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #354d34 !important;
  background-color: transparent!important;
  border-color: #354d34 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #588157 !important;
  border-color: #588157 !important;
}
.btn-secondary-outline:active {
  color: #588157 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #3a5a40 !important;
  background: #3a5a40 !important;
  color: #588157 !important;
}
.btn-info-outline {
  color: #e9ecef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e9ecef;
  color: #e9ecef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b7c1ca !important;
  background-color: transparent!important;
  border-color: #b7c1ca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5b6d7e !important;
  background-color: #e9ecef !important;
  border-color: #e9ecef !important;
}
.btn-info-outline:active {
  color: #e9ecef !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #3a5a40 !important;
  background: #3a5a40 !important;
  color: #588157 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #3a5a40 !important;
  background: #3a5a40 !important;
  color: #588157 !important;
}
.btn-warning-outline {
  color: #588157 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #588157;
  color: #588157;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #354d34 !important;
  background-color: transparent!important;
  border-color: #354d34 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #588157 !important;
  border-color: #588157 !important;
}
.btn-warning-outline:active {
  color: #588157 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #3a5a40 !important;
  background: #3a5a40 !important;
  color: #588157 !important;
}
.btn-danger-outline {
  color: #ff8484 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8484;
  color: #ff8484;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff2d2d !important;
  background-color: transparent!important;
  border-color: #ff2d2d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
}
.btn-danger-outline:active {
  color: #ff8484 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #3a5a40 !important;
  background: #3a5a40 !important;
  color: #588157 !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #3a5a40 !important;
  background: #3a5a40 !important;
  color: #588157 !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #3a5a40 !important;
  background: #3a5a40 !important;
  color: #588157 !important;
}
.text-primary {
  color: #3a5a40 !important;
}
.text-secondary {
  color: #588157 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #e9ecef !important;
}
.text-warning {
  color: #588157 !important;
}
.text-danger {
  color: #ff8484 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #62986c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8db28c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8db28c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffeaea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #3a5a40;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e9ecef;
}
.alert-warning {
  background-color: #588157;
}
.alert-danger {
  background-color: #ff8484;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a5a40;
  border-color: #3a5a40;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a5a40;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #70a37a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9cbc9c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #3a5a40 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #3a5a40;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a5a40;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3a5a40;
}
.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: #3a5a40;
  border-bottom-color: #3a5a40;
}
.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: #3a5a40 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #588157 !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='%233a5a40' %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-t4byCRaDJ4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4byCRaDJ4 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-t4byCRaDJ4 nav.navbar {
  position: fixed;
}
.cid-t4byCRaDJ4 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-t4byCRaDJ4 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-t4byCRaDJ4 .nav-item {
    height: auto;
  }
}
.cid-t4byCRaDJ4 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4byCRaDJ4 .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-t4byCRaDJ4 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4byCRaDJ4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4byCRaDJ4 .dropdown-item:hover,
.cid-t4byCRaDJ4 .dropdown-item:focus {
  background: white !important;
}
.cid-t4byCRaDJ4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4byCRaDJ4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4byCRaDJ4 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-t4byCRaDJ4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4byCRaDJ4 .nav-link {
  position: relative;
}
.cid-t4byCRaDJ4 .container {
  display: flex;
  margin: auto;
}
.cid-t4byCRaDJ4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-t4byCRaDJ4 .dropdown-menu,
.cid-t4byCRaDJ4 .navbar.opened {
  background: #e9ecef !important;
}
.cid-t4byCRaDJ4 .nav-item:focus,
.cid-t4byCRaDJ4 .nav-link:focus {
  outline: none;
}
.cid-t4byCRaDJ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4byCRaDJ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4byCRaDJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-t4byCRaDJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4byCRaDJ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4byCRaDJ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4byCRaDJ4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9ecef;
}
.cid-t4byCRaDJ4 .navbar.opened {
  transition: all 0.3s;
}
.cid-t4byCRaDJ4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4byCRaDJ4 .navbar .navbar-logo img {
  width: auto;
}
.cid-t4byCRaDJ4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4byCRaDJ4 .navbar.collapsed {
  justify-content: center;
}
.cid-t4byCRaDJ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4byCRaDJ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4byCRaDJ4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4byCRaDJ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4byCRaDJ4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4byCRaDJ4 .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-t4byCRaDJ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4byCRaDJ4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4byCRaDJ4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4byCRaDJ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4byCRaDJ4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4byCRaDJ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4byCRaDJ4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4byCRaDJ4 .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-t4byCRaDJ4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4byCRaDJ4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4byCRaDJ4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4byCRaDJ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4byCRaDJ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4byCRaDJ4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4byCRaDJ4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4byCRaDJ4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4byCRaDJ4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4byCRaDJ4 .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-t4byCRaDJ4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4byCRaDJ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4byCRaDJ4 .dropdown-item.active,
.cid-t4byCRaDJ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4byCRaDJ4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4byCRaDJ4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4byCRaDJ4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4byCRaDJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9ecef;
}
.cid-t4byCRaDJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4byCRaDJ4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4byCRaDJ4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4byCRaDJ4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4byCRaDJ4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4byCRaDJ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a5a40;
}
.cid-t4byCRaDJ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4byCRaDJ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4byCRaDJ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4byCRaDJ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4byCRaDJ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4byCRaDJ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4byCRaDJ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4byCRaDJ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4byCRaDJ4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4byCRaDJ4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4byCRaDJ4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4byCRaDJ4 .navbar {
    height: 70px;
  }
  .cid-t4byCRaDJ4 .navbar.opened {
    height: auto;
  }
  .cid-t4byCRaDJ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4bArBEPTJ {
    padding-top: 135px;
    padding-bottom: 135px;
    background-image: url(../../../assets22/images/electronic-circuit-board-1920x1280.jpg);
    background-position: right;
}
.cid-t4bArBEPTJ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t4bArBEPTJ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-t4bArBEPTJ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t4bArBEPTJ img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-t4bArBEPTJ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t4bCiuLDxY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4bCiuLDxY .mbr-section-subtitle {
  color: #3a5a40;
}
.cid-t4bCiuLDxY .mbr-text {
  color: #232323;
}
.cid-t4bCRwD9tV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e9ecef;
}
.cid-t4bCRwD9tV .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-t4bCRwD9tV img {
  width: 100%;
  border-radius: 10px;
}
.cid-t4bCRwD9tV .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-t4bCRwD9tV .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t4bCRwD9tV .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-t4bCRwD9tV img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-t4bCRwD9tV .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-t4bCRwD9tV img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-t4bCRwD9tV img {
    width: 100%;
  }
}
.cid-t4bCRwD9tV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-t4bCRwD9tV .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-t4bCRwD9tV .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-t4bCRwD9tV ul {
  padding-left: 1.7rem!important;
}
.cid-t4bCRwD9tV .mbr-text,
.cid-t4bCRwD9tV .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-t4bCRwD9tV .mbr-section-subtitle {
  color: #777777;
}
.cid-t4bCRwD9tV .mbr-section-title {
  color: #3a5a40;
}
.cid-t4bDAIKlDw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e9ecef;
}
.cid-t4bDAIKlDw .mbr-section-subtitle {
  color: #3a5a40;
}
.cid-t4bDAIKlDw .mbr-text {
  color: #232323;
}
.cid-t4R0rlFlRX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3a5a40;
}
.cid-t4R0rlFlRX h4 {
  margin-bottom: 0;
}
.cid-t4R0rlFlRX .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(111, 157, 110, 0.35);
}
.cid-t4R0rlFlRX .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-t4R0rlFlRX .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-t4R0rlFlRX .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-t4R0rlFlRX .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #3a5a40 !important;
  box-shadow: none!important;
}
.cid-t4R0rlFlRX .btn[class*="-outline"]:active,
.cid-t4R0rlFlRX .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-t4R0rlFlRX .card-box {
  padding-top: 2rem;
}
.cid-t4R0rlFlRX .card-wrapper {
  height: 100%;
}
.cid-t4R0rlFlRX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t4R0rlFlRX img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-t4R0rlFlRX .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-t4R0rlFlRX .main-title {
  color: #232323;
}
.cid-t4R0rlFlRX .mbr-text,
.cid-t4R0rlFlRX .mbr-link-btn {
  color: #efefef;
}
.cid-t4c7SndT9t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3a5a40;
}
.cid-t4c7SndT9t .container-fluid {
  padding: 0 3rem;
}
.cid-t4c7SndT9t .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3a5a40, #588157);
  display: inline-block;
}
.cid-t4c7SndT9t .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4c7SndT9t .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t4c7SndT9t .card .card-wrapper {
  height: 1%;
}
.cid-t4c7SndT9t .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t4c7SndT9t .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4c7SndT9t .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-t4c7SndT9t .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4c7SndT9t .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t4c7SndT9t .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t4c7SndT9t .mbr-card-text,
.cid-t4c7SndT9t .mbr-section-btn {
  color: #e9ecef;
}
.cid-t4bFNLaxP6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t4bFNLaxP6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-t4bFNLaxP6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4bFNLaxP6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t4bFNLaxP6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4bFNLaxP6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4bFNLaxP6 .container-fluid {
  padding: 0;
}
.cid-t4bFNLaxP6 .relative {
  position: relative;
  width: 100%;
}
.cid-t4bFNLaxP6 .mbr-section-title {
  color: #656565;
}
.cid-t4bFNLaxP6 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-t4bFNLaxP6 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-t4bFNLaxP6 .title {
  text-align: center;
  color: #ffffff;
}
.cid-t4bFNLaxP6 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-t4bFNLaxP6 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-t4bGtnOwnq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t4d2bYYS0O .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-t4d2bYYS0O .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4d2bYYS0O a {
  font-style: normal;
}
.cid-t4d2bYYS0O .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t4d2bYYS0O .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-t4d2bYYS0O .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4d2bYYS0O .content-text {
  margin-bottom: 0;
}
.cid-t4d2bYYS0O .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t4d2bYYS0O .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3a5a40;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4d2bYYS0O .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t4d2bYYS0O .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t4d2bYYS0O .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t4d2bYYS0O .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4d2bYYS0O .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4d2bYYS0O .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4d2bYYS0O .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4d2bYYS0O .nav-dropdown .link {
  font-weight: 400;
}
.cid-t4d2bYYS0O .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4d2bYYS0O .content-right-side {
  text-align: center;
}
.cid-t4d2bYYS0O .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-t4d2bYYS0O .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-t4d2bYYS0O .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-t4d2bYYS0O .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-t4d2bYYS0O .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-t4d2bYYS0O .menu-bottom {
    justify-content: flex-end;
  }
  .cid-t4d2bYYS0O img {
    height: 3.8rem !important;
  }
  .cid-t4d2bYYS0O .btn {
    display: -webkit-flex;
  }
  .cid-t4d2bYYS0O button.navbar-toggler {
    display: block;
  }
  .cid-t4d2bYYS0O .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4d2bYYS0O .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t4d2bYYS0O .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4d2bYYS0O .navbar-collapse.collapsing,
  .cid-t4d2bYYS0O .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4d2bYYS0O .navbar-collapse.collapsing .navbar-nav,
  .cid-t4d2bYYS0O .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t4d2bYYS0O .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4d2bYYS0O .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t4d2bYYS0O .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4d2bYYS0O .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4d2bYYS0O .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4d2bYYS0O .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t4d2bYYS0O .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4d2bYYS0O .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4d2bYYS0O .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-t4d2bYYS0O .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-t4d2bYYS0O .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4d2bYYS0O .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4d2bYYS0O .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t4d2bYYS0O .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-t4d2bYYS0O .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-t4d2bYYS0O .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-t4d2bYYS0O .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-t4d2bYYS0O .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-t4d2bYYS0O .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t4d2bYYS0O .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t4d2bYYS0O .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-t4d2bYYS0O .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-t4d2bYYS0O .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4d2bYYS0O .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4d2bYYS0O .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t4d2bYYS0O .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t4d2bYYS0O .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-t4d2bYYS0O .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4d2bYYS0O .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t4d2bYYS0O .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t4d2bYYS0O .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t4d2bYYS0O .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-t4d2bYYS0O .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4d2bYYS0O .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t4d2bYYS0O .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t4d2bYYS0O .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-t4d2bYYS0O .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-t4d2bYYS0O .navbar-toggler {
    display: none;
  }
  .cid-t4d2bYYS0O .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4d2bYYS0O .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4d2bYYS0O .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4d2bYYS0O .menu-logo {
  margin-right: auto;
}
.cid-t4d2bYYS0O .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4d2bYYS0O .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4d2bYYS0O .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4d2bYYS0O .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t4d2bYYS0O .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4d2bYYS0O .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t4d2bYYS0O .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t4d2bYYS0O .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t4d2bYYS0O .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4d2bYYS0O .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4d2bYYS0O .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t4d2bYYS0O .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4d2bYYS0O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4d2bYYS0O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4d2bYYS0O .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t4d2bYYS0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4d2bYYS0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4d2bYYS0O .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4d2bYYS0O .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4d2bYYS0O .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t4d2bYYS0O .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-t4d2bYYS0O .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t4d2bYYS0O .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4d2bYYS0O .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-t4d2bYYS0O .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4d2bYYS0O button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4d2bYYS0O button.navbar-toggler:focus {
  outline: none;
}
.cid-t4d2bYYS0O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a5a40;
}
.cid-t4d2bYYS0O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4d2bYYS0O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4d2bYYS0O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4d2bYYS0O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4d2bYYS0O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4d2bYYS0O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4d2bYYS0O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4d2bYYS0O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4d2bYYS0O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4d2bYYS0O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4d2bYYS0O .collapsed .btn {
  display: -webkit-flex;
}
.cid-t4d2bYYS0O .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4d2bYYS0O .collapsed .navbar-collapse.collapsing,
.cid-t4d2bYYS0O .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t4d2bYYS0O .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4d2bYYS0O .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t4d2bYYS0O .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4d2bYYS0O .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4d2bYYS0O .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4d2bYYS0O .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4d2bYYS0O .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4d2bYYS0O .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t4d2bYYS0O .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4d2bYYS0O .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t4d2bYYS0O .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-t4d2bYYS0O .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4d2bYYS0O .collapsed button.navbar-toggler {
  display: block;
}
.cid-t4d2bYYS0O .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4d2bYYS0O .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t4d2bYYS0O .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-t4d2bYYS0O .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4d2bYYS0O .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4d2bYYS0O .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4d2bYYS0O .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4d2bYYS0O .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t4d2bYYS0O .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t4d2bYYS0O .nav-link:focus {
  outline: none;
}
.cid-t4d2bYYS0O .navbar-toggler {
  position: relative;
}
.cid-t4d2bYYS0O .dropdown-item.active,
.cid-t4d2bYYS0O .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-t4d2bYYS0O .nav-link:hover,
.cid-t4d2bYYS0O .dropdown-item:hover {
  color: #3a5a40;
}
.cid-t4ctpSpQRq {
    padding-top: 135px;
    padding-bottom: 60px;
    background-image: url(../../../assets22/images/electronic-circuit-board-1920x1280.jpg);
    background-position: right;
}
.cid-t4ctpSpQRq .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t4ctpSpQRq .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-t4ctpSpQRq .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t4ctpSpQRq img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-t4ctpSpQRq .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t4ctpSSjgi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ctpSSjgi .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4ctpSSjgi .mbr-text {
  color: #232323;
}
.cid-t4ctPOPMpS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4ctPOPMpS .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4ctPOPMpS .mbr-text {
  color: #232323;
}
.cid-t4cwdYtqT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4cwdYtqT6 .mbr-section-subtitle {
  color: #3a5a40;
  text-align: left;
}
.cid-t4cwdYtqT6 .mbr-text {
  color: #232323;
}
.cid-t4cyM985aB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4cyM985aB .mbr-section-subtitle {
  color: #3a5a40;
  text-align: left;
}
.cid-t4cyM985aB .mbr-text {
  color: #232323;
}
.cid-t4d7FxKjFv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4d7FxKjFv .card-icon {
  font-size: 56px;
  color: #ff3366;
  transition: color 0.3s;
}
.cid-t4d7FxKjFv .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t4d7FxKjFv .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-t4d7FxKjFv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #588157;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t4d7FxKjFv .card {
  padding: 0!important;
}
.cid-t4d7FxKjFv .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-t4d7FxKjFv .card-wrapper:hover {
  background: #2b4b30;
}
.cid-t4d7FxKjFv .card-wrapper:hover .card-icon {
  color: #3a5a40;
}
.cid-t4d7FxKjFv .card-wrapper:hover .line {
  background: #3a5a40;
}
.cid-t4d7FxKjFv .card1 {
  background: #3a5a40;
}
.cid-t4d7FxKjFv .card2 {
    background-color: #345953;
}
.cid-t4d7FxKjFv .card3 {
    background-color: #2c5865;
}
.cid-t4d7FxKjFv .card4 {
    background-color: #225577;
}
.cid-t4d7FxKjFv .card5 {
    background-color: #155289;
}
.cid-t4d7FxKjFv .card6 {
  background: #325a5a;
}
.cid-t4d7FxKjFv .card7 {
    background-color: #144372;
}
.cid-t4d7FxKjFv .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-t4d7FxKjFv .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t4ctpUoP4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t4cX3oLxDp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4cX3oLxDp .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-t4cX3oLxDp nav.navbar {
  position: fixed;
}
.cid-t4cX3oLxDp .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-t4cX3oLxDp .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-t4cX3oLxDp .nav-item {
    height: auto;
  }
}
.cid-t4cX3oLxDp .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4cX3oLxDp .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-t4cX3oLxDp .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4cX3oLxDp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4cX3oLxDp .dropdown-item:hover,
.cid-t4cX3oLxDp .dropdown-item:focus {
  background: white !important;
}
.cid-t4cX3oLxDp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4cX3oLxDp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4cX3oLxDp .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-t4cX3oLxDp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4cX3oLxDp .nav-link {
  position: relative;
}
.cid-t4cX3oLxDp .container {
  display: flex;
  margin: auto;
}
.cid-t4cX3oLxDp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-t4cX3oLxDp .dropdown-menu,
.cid-t4cX3oLxDp .navbar.opened {
  background: #e9ecef !important;
}
.cid-t4cX3oLxDp .nav-item:focus,
.cid-t4cX3oLxDp .nav-link:focus {
  outline: none;
}
.cid-t4cX3oLxDp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4cX3oLxDp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4cX3oLxDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-t4cX3oLxDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4cX3oLxDp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4cX3oLxDp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4cX3oLxDp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9ecef;
}
.cid-t4cX3oLxDp .navbar.opened {
  transition: all 0.3s;
}
.cid-t4cX3oLxDp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4cX3oLxDp .navbar .navbar-logo img {
  width: auto;
}
.cid-t4cX3oLxDp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4cX3oLxDp .navbar.collapsed {
  justify-content: center;
}
.cid-t4cX3oLxDp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4cX3oLxDp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4cX3oLxDp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4cX3oLxDp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4cX3oLxDp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4cX3oLxDp .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-t4cX3oLxDp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4cX3oLxDp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4cX3oLxDp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4cX3oLxDp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4cX3oLxDp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4cX3oLxDp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4cX3oLxDp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4cX3oLxDp .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-t4cX3oLxDp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4cX3oLxDp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4cX3oLxDp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4cX3oLxDp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4cX3oLxDp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4cX3oLxDp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4cX3oLxDp .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4cX3oLxDp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4cX3oLxDp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4cX3oLxDp .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-t4cX3oLxDp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4cX3oLxDp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4cX3oLxDp .dropdown-item.active,
.cid-t4cX3oLxDp .dropdown-item:active {
  background-color: transparent;
}
.cid-t4cX3oLxDp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4cX3oLxDp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4cX3oLxDp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4cX3oLxDp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9ecef;
}
.cid-t4cX3oLxDp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4cX3oLxDp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4cX3oLxDp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4cX3oLxDp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4cX3oLxDp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4cX3oLxDp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a5a40;
}
.cid-t4cX3oLxDp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4cX3oLxDp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4cX3oLxDp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4cX3oLxDp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4cX3oLxDp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4cX3oLxDp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4cX3oLxDp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4cX3oLxDp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4cX3oLxDp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4cX3oLxDp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4cX3oLxDp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4cX3oLxDp .navbar {
    height: 70px;
  }
  .cid-t4cX3oLxDp .navbar.opened {
    height: auto;
  }
  .cid-t4cX3oLxDp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4cX3pvsV0 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/electronic-circuit-board-1920x1280.jpg");
  background-position: right;
}
.cid-t4cX3pvsV0 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t4cX3pvsV0 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-t4cX3pvsV0 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t4cX3pvsV0 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-t4cX3pvsV0 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t4cX3qbaqN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4cX3qbaqN .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4cX3qbaqN .mbr-text {
  color: #232323;
}
.cid-t4cX3qrO9L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4cX3qrO9L .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4cX3qrO9L .mbr-text {
  color: #232323;
}
.cid-t4cX3qH568 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4cX3qH568 .mbr-section-subtitle {
  color: #3a5a40;
  text-align: left;
}
.cid-t4cX3qH568 .mbr-text {
  color: #232323;
}
.cid-t4cXY7tvgb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t4cXY7tvgb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t4cXY7tvgb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4cXY7tvgb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4cXY7tvgb .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t4cXY7tvgb .container {
  padding: 0;
}
.cid-t4cXY7tvgb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t4cXY7tvgb .icon-focus {
  display: none;
}
.cid-t4cXY7tvgb .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-t4cXY7tvgb .btn[class*=-outline]:hover,
.cid-t4cXY7tvgb .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-t4cXY7tvgb li:hover .btn-primary-outline,
.cid-t4cXY7tvgb li:active .btn-primary-outline,
.cid-t4cXY7tvgb li.active .btn-primary-outline {
  color: #3a5a40 !important;
}
.cid-t4cXY7tvgb li:hover .btn-secondary-outline,
.cid-t4cXY7tvgb li:active .btn-secondary-outline,
.cid-t4cXY7tvgb li.active .btn-secondary-outline {
  color: #588157 !important;
}
.cid-t4cXY7tvgb li:hover .btn-info-outline,
.cid-t4cXY7tvgb li:active .btn-info-outline,
.cid-t4cXY7tvgb li.active .btn-info-outline {
  color: #e9ecef !important;
}
.cid-t4cXY7tvgb li:hover .btn-warning-outline,
.cid-t4cXY7tvgb li:active .btn-warning-outline,
.cid-t4cXY7tvgb li.active .btn-warning-outline {
  color: #588157 !important;
}
.cid-t4cXY7tvgb li:hover .btn-white-outline,
.cid-t4cXY7tvgb li:active .btn-white-outline,
.cid-t4cXY7tvgb li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-t4cXY7tvgb li:hover .btn-black-outline,
.cid-t4cXY7tvgb li:active .btn-black-outline,
.cid-t4cXY7tvgb li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-t4cXY7tvgb li:hover .btn-success-outline,
.cid-t4cXY7tvgb li:active .btn-success-outline,
.cid-t4cXY7tvgb li.active .btn-success-outline {
  color: #464646 !important;
}
.cid-t4cXY7tvgb li:hover .btn-danger-outline,
.cid-t4cXY7tvgb li:active .btn-danger-outline,
.cid-t4cXY7tvgb li.active .btn-danger-outline {
  color: #ff8484 !important;
}
.cid-t4cXY7tvgb li {
  position: relative;
}
.cid-t4cXY7tvgb .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-t4cXY7tvgb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t4cXY7tvgb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t4cXY7tvgb .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-t4cXY7tvgb .btn {
  font-family: DM Sans !important;
}
.cid-t4cXY7tvgb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-t4cXY7tvgb .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-t4cXY7tvgb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-t4cXY7tvgb .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-t4cX3rannQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t4d8Za9zY8 .navbar {
  padding: 0.5rem 0;
  background: #e9ecef;
  transition: none;
  min-height: 50px;
}
.cid-t4d8Za9zY8 .navbar-dropdown.bg-color.transparent.opened {
  background: #e9ecef;
}
.cid-t4d8Za9zY8 a {
  font-style: normal;
}
.cid-t4d8Za9zY8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t4d8Za9zY8 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-t4d8Za9zY8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4d8Za9zY8 .content-text {
  margin-bottom: 0;
}
.cid-t4d8Za9zY8 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t4d8Za9zY8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3a5a40;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4d8Za9zY8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t4d8Za9zY8 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t4d8Za9zY8 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t4d8Za9zY8 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4d8Za9zY8 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4d8Za9zY8 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4d8Za9zY8 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4d8Za9zY8 .nav-dropdown .link {
  font-weight: 400;
}
.cid-t4d8Za9zY8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4d8Za9zY8 .content-right-side {
  text-align: center;
}
.cid-t4d8Za9zY8 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-t4d8Za9zY8 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-t4d8Za9zY8 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-t4d8Za9zY8 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-t4d8Za9zY8 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-t4d8Za9zY8 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-t4d8Za9zY8 img {
    height: 3.8rem !important;
  }
  .cid-t4d8Za9zY8 .btn {
    display: -webkit-flex;
  }
  .cid-t4d8Za9zY8 button.navbar-toggler {
    display: block;
  }
  .cid-t4d8Za9zY8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4d8Za9zY8 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t4d8Za9zY8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4d8Za9zY8 .navbar-collapse.collapsing,
  .cid-t4d8Za9zY8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4d8Za9zY8 .navbar-collapse.collapsing .navbar-nav,
  .cid-t4d8Za9zY8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t4d8Za9zY8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4d8Za9zY8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t4d8Za9zY8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4d8Za9zY8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4d8Za9zY8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4d8Za9zY8 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t4d8Za9zY8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4d8Za9zY8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4d8Za9zY8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-t4d8Za9zY8 .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-t4d8Za9zY8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4d8Za9zY8 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4d8Za9zY8 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t4d8Za9zY8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-t4d8Za9zY8 .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-t4d8Za9zY8 .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-t4d8Za9zY8 .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-t4d8Za9zY8 .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-t4d8Za9zY8 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t4d8Za9zY8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t4d8Za9zY8 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-t4d8Za9zY8 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-t4d8Za9zY8 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4d8Za9zY8 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4d8Za9zY8 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t4d8Za9zY8 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t4d8Za9zY8 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-t4d8Za9zY8 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4d8Za9zY8 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t4d8Za9zY8 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t4d8Za9zY8 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t4d8Za9zY8 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-t4d8Za9zY8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4d8Za9zY8 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t4d8Za9zY8 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t4d8Za9zY8 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-t4d8Za9zY8 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-t4d8Za9zY8 .navbar-toggler {
    display: none;
  }
  .cid-t4d8Za9zY8 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4d8Za9zY8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4d8Za9zY8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4d8Za9zY8 .menu-logo {
  margin-right: auto;
}
.cid-t4d8Za9zY8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4d8Za9zY8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4d8Za9zY8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4d8Za9zY8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t4d8Za9zY8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4d8Za9zY8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t4d8Za9zY8 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t4d8Za9zY8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t4d8Za9zY8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4d8Za9zY8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4d8Za9zY8 .dropdown .dropdown-menu {
  background: #e9ecef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t4d8Za9zY8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4d8Za9zY8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4d8Za9zY8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4d8Za9zY8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t4d8Za9zY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4d8Za9zY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4d8Za9zY8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4d8Za9zY8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4d8Za9zY8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t4d8Za9zY8 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-t4d8Za9zY8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t4d8Za9zY8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4d8Za9zY8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-t4d8Za9zY8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4d8Za9zY8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4d8Za9zY8 button.navbar-toggler:focus {
  outline: none;
}
.cid-t4d8Za9zY8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a5a40;
}
.cid-t4d8Za9zY8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4d8Za9zY8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4d8Za9zY8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4d8Za9zY8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4d8Za9zY8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4d8Za9zY8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4d8Za9zY8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4d8Za9zY8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4d8Za9zY8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4d8Za9zY8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4d8Za9zY8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t4d8Za9zY8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.collapsing,
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4d8Za9zY8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t4d8Za9zY8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-t4d8Za9zY8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4d8Za9zY8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t4d8Za9zY8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4d8Za9zY8 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t4d8Za9zY8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-t4d8Za9zY8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4d8Za9zY8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4d8Za9zY8 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4d8Za9zY8 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4d8Za9zY8 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t4d8Za9zY8 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t4d8Za9zY8 .nav-link:focus {
  outline: none;
}
.cid-t4d8Za9zY8 .navbar-toggler {
  position: relative;
}
.cid-t4d8Za9zY8 .dropdown-item.active,
.cid-t4d8Za9zY8 .dropdown-item:active {
  background: #e9ecef;
  color: initial;
}
.cid-t4d8Za9zY8 .nav-link:hover,
.cid-t4d8Za9zY8 .dropdown-item:hover {
  color: #3a5a40;
}
.cid-t4d8Zb1I3J {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/electronic-circuit-board-1920x1280.jpg");
  background-position: right;
}
.cid-t4d8Zb1I3J .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t4d8Zb1I3J .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-t4d8Zb1I3J .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t4d8Zb1I3J img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-t4d8Zb1I3J .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t4d8ZblODW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4d8ZblODW .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4d8ZblODW .mbr-text {
  color: #232323;
}
.cid-t4d8Zbypb7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4d8Zbypb7 .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4d8Zbypb7 .mbr-text {
  color: #232323;
}
.cid-t4d8ZbLoja {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4d8ZbLoja .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4d8ZbLoja .mbr-text {
  color: #232323;
}
.cid-t4d8ZcdT2e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4d8ZcdT2e .card-icon {
  font-size: 56px;
  color: #ff3366;
  transition: color 0.3s;
}
.cid-t4d8ZcdT2e .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t4d8ZcdT2e .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-t4d8ZcdT2e .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #588157;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t4d8ZcdT2e .card {
  padding: 0!important;
}
.cid-t4d8ZcdT2e .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-t4d8ZcdT2e .card-wrapper:hover {
  background: #ff3366;
}
.cid-t4d8ZcdT2e .card-wrapper:hover .card-icon {
  color: #3a5a40;
}
.cid-t4d8ZcdT2e .card-wrapper:hover .line {
  background: #3a5a40;
}
.cid-t4d8ZcdT2e .card1 {
  background: #3a5a40;
}
.cid-t4d8ZcdT2e .card2 {
  background: #3e6044;
}
.cid-t4d8ZcdT2e .card3 {
  background: #426649;
}
.cid-t4d8ZcdT2e .card4 {
  background: #466d4d;
}
.cid-t4d8ZcdT2e .card5 {
  background: #4a7352;
}
.cid-t4d8ZcdT2e .card6 {
  background: #4e7956;
}
.cid-t4d8ZcdT2e .card7 {
  background: #144372;
}
.cid-t4d8ZcdT2e .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-t4d8ZcdT2e .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t4d8ZdhEJB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t4dcFiYTOQ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-t4dcFiYTOQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4dcFiYTOQ a {
  font-style: normal;
}
.cid-t4dcFiYTOQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t4dcFiYTOQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-t4dcFiYTOQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4dcFiYTOQ .content-text {
  margin-bottom: 0;
}
.cid-t4dcFiYTOQ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t4dcFiYTOQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3a5a40;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4dcFiYTOQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t4dcFiYTOQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t4dcFiYTOQ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t4dcFiYTOQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4dcFiYTOQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4dcFiYTOQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4dcFiYTOQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4dcFiYTOQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-t4dcFiYTOQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4dcFiYTOQ .content-right-side {
  text-align: center;
}
.cid-t4dcFiYTOQ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-t4dcFiYTOQ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-t4dcFiYTOQ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-t4dcFiYTOQ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-t4dcFiYTOQ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-t4dcFiYTOQ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-t4dcFiYTOQ img {
    height: 3.8rem !important;
  }
  .cid-t4dcFiYTOQ .btn {
    display: -webkit-flex;
  }
  .cid-t4dcFiYTOQ button.navbar-toggler {
    display: block;
  }
  .cid-t4dcFiYTOQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4dcFiYTOQ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t4dcFiYTOQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4dcFiYTOQ .navbar-collapse.collapsing,
  .cid-t4dcFiYTOQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4dcFiYTOQ .navbar-collapse.collapsing .navbar-nav,
  .cid-t4dcFiYTOQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t4dcFiYTOQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4dcFiYTOQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t4dcFiYTOQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4dcFiYTOQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4dcFiYTOQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4dcFiYTOQ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t4dcFiYTOQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4dcFiYTOQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4dcFiYTOQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-t4dcFiYTOQ .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-t4dcFiYTOQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4dcFiYTOQ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4dcFiYTOQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t4dcFiYTOQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-t4dcFiYTOQ .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-t4dcFiYTOQ .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-t4dcFiYTOQ .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-t4dcFiYTOQ .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-t4dcFiYTOQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t4dcFiYTOQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t4dcFiYTOQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-t4dcFiYTOQ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-t4dcFiYTOQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4dcFiYTOQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4dcFiYTOQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t4dcFiYTOQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t4dcFiYTOQ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-t4dcFiYTOQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4dcFiYTOQ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t4dcFiYTOQ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t4dcFiYTOQ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t4dcFiYTOQ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-t4dcFiYTOQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4dcFiYTOQ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t4dcFiYTOQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t4dcFiYTOQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-t4dcFiYTOQ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-t4dcFiYTOQ .navbar-toggler {
    display: none;
  }
  .cid-t4dcFiYTOQ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4dcFiYTOQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4dcFiYTOQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4dcFiYTOQ .menu-logo {
  margin-right: auto;
}
.cid-t4dcFiYTOQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4dcFiYTOQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4dcFiYTOQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4dcFiYTOQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t4dcFiYTOQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4dcFiYTOQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t4dcFiYTOQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t4dcFiYTOQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t4dcFiYTOQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4dcFiYTOQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4dcFiYTOQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t4dcFiYTOQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4dcFiYTOQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4dcFiYTOQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4dcFiYTOQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t4dcFiYTOQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4dcFiYTOQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4dcFiYTOQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4dcFiYTOQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4dcFiYTOQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t4dcFiYTOQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-t4dcFiYTOQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t4dcFiYTOQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4dcFiYTOQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-t4dcFiYTOQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4dcFiYTOQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4dcFiYTOQ button.navbar-toggler:focus {
  outline: none;
}
.cid-t4dcFiYTOQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3a5a40;
}
.cid-t4dcFiYTOQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4dcFiYTOQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dcFiYTOQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4dcFiYTOQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4dcFiYTOQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dcFiYTOQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4dcFiYTOQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4dcFiYTOQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4dcFiYTOQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4dcFiYTOQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4dcFiYTOQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-t4dcFiYTOQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.collapsing,
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4dcFiYTOQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t4dcFiYTOQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-t4dcFiYTOQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4dcFiYTOQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-t4dcFiYTOQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4dcFiYTOQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t4dcFiYTOQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-t4dcFiYTOQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4dcFiYTOQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4dcFiYTOQ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4dcFiYTOQ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4dcFiYTOQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t4dcFiYTOQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t4dcFiYTOQ .nav-link:focus {
  outline: none;
}
.cid-t4dcFiYTOQ .navbar-toggler {
  position: relative;
}
.cid-t4dcFiYTOQ .dropdown-item.active,
.cid-t4dcFiYTOQ .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-t4dcFiYTOQ .nav-link:hover,
.cid-t4dcFiYTOQ .dropdown-item:hover {
  color: #3a5a40;
}
.cid-t4dcFjxMO3 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/electronic-circuit-board-1920x1280.jpg");
  background-position: right;
}
.cid-t4dcFjxMO3 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t4dcFjxMO3 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-t4dcFjxMO3 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t4dcFjxMO3 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-t4dcFjxMO3 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t4dcFjQxy4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4dcFjQxy4 .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4dcFjQxy4 .mbr-text {
  color: #232323;
}
.cid-t4ddZUxMXi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4ddZUxMXi .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4ddZUxMXi .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-t4ddZUxMXi .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-t4ddZUxMXi .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4ddZUxMXi .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-t4ddZUxMXi .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4ddZUxMXi .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-t4ddZUxMXi .mbr-card-text {
  margin: 0;
}
.cid-t4ddZUxMXi .mbr-title {
  color: #3a5a40;
}
.cid-t4df6xuhPP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4df6xuhPP .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4df6xuhPP .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-t4df6xuhPP .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-t4df6xuhPP .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4df6xuhPP .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-t4df6xuhPP .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4df6xuhPP .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-t4df6xuhPP .mbr-card-text {
  margin: 0;
}
.cid-t4df6xuhPP .mbr-title {
  color: #3a5a40;
}
.cid-t4dfcoK6F7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4dfcoK6F7 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4dfcoK6F7 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-t4dfcoK6F7 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-t4dfcoK6F7 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4dfcoK6F7 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-t4dfcoK6F7 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4dfcoK6F7 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-t4dfcoK6F7 .mbr-card-text {
  margin: 0;
}
.cid-t4dfcoK6F7 .mbr-title {
  color: #3a5a40;
}
.cid-t4dcFl54vW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t4L7AoneoW {
    padding-top: 75px;
    padding-bottom: 60px;
    background-image: url(../../../assets22/images/electronic-circuit-board-1920x1280.jpg);
    background-position: right;
}
.cid-t4L7AoneoW .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t4L7AoneoW .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-t4L7AoneoW .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t4L7AoneoW img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-t4L7AoneoW .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t4LePJLk0f {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t4LePJLk0f H1 {
  color: #3a5a40;
}
.cid-t4LePJLk0f .mbr-text,
.cid-t4LePJLk0f .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-t4LePJLk0f img {
    width: 100%;
    border-radius: 0px;
    /* [disabled]border: 2px solid hsla(131,22%,29%,0.15); */
}
@media (min-width: 1200px) {
  .cid-t4LePJLk0f .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t4LePJLk0f img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-t4LgfCe4ol {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4LgfCe4ol img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t4LgfCe4ol .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t4LgfCe4ol .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t4LgfCe4ol .first:hover:before {
  content: none;
}
.cid-t4LgfCe4ol .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #588157, #3a5a40);
  content: "";
}
.cid-t4LgfCe4ol .last:hover:after {
  content: none;
}
.cid-t4LgfCe4ol .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #588157, #3a5a40);
  content: "";
}
.cid-t4LgfCe4ol .mbr-section-text {
  color: #999999;
}
.cid-t4LgfCe4ol .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-t4LgfCe4ol .card .img-wrapper {
  overflow: hidden;
}
.cid-t4LgfCe4ol .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t4LgfCe4ol .card:hover .card-wrapper {
  background: linear-gradient(to left, #588157, #3a5a40);
  color: #ffffff !important;
}
.cid-t4LgfCe4ol .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t4Lh2ckTDj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4Lh2ckTDj .wrap {
    overflow: hidden;
    background-color: #3a5a40;
    border-radius: 0px;
}
@media (max-width: 767px) {
  .cid-t4Lh2ckTDj .wrap {
    height: auto;
  }
}
.cid-t4Lh2ckTDj .wrap:hover .mbr-section-title a {
  color: #588157 !important;
}
.cid-t4Lh2ckTDj .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-t4Lh2ckTDj .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-t4Lh2ckTDj .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-t4Lh2ckTDj .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-t4Lh2ckTDj .text-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cid-t4Lh2ckTDj .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-t4Lh2ckTDj .text-wrapper {
    padding: 20px;
  }
}
.cid-t4Lh2ckTDj .mbr-section-subtitle,
.cid-t4Lh2ckTDj .mbr-section-title {
  margin-bottom: 12px;
}
.cid-t4Lh2ckTDj .image {
  width: 100%;
}
.cid-t4Lh2ckTDj .image img {
    width: 101%;
    border-radius: 0px;
    object-fit: cover;
}
.cid-t4Lh2ckTDj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t4L7AoMWu2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4L7AoMWu2 .mbr-section-subtitle {
  color: #3a5a40;
  text-align: center;
}
.cid-t4L7AoMWu2 .mbr-text {
  color: #232323;
}
.cid-t4L7AoUVRC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4L7AoUVRC .mbr-section-subtitle {
  color: #3a5a40;
  text-align: left;
}
.cid-t4L7AoUVRC .mbr-text {
  color: #232323;
}
.cid-t4LhOl0fxc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4LhOl0fxc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4LhOl0fxc .row {
  flex-direction: row-reverse;
}
.cid-t4LhOl0fxc img {
  width: 100%;
}
.cid-t4L7AptWO4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
