@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #a5cb44 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #109b1c !important;
}
.bg-warning {
  background-color: #ff3366 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a5cb44 !important;
  border-color: #a5cb44 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #79982a !important;
  border-color: #79982a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #79982a !important;
  border-color: #79982a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #103139 !important;
  border-color: #103139 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #109b1c !important;
  border-color: #109b1c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #09560f !important;
  border-color: #09560f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #09560f !important;
  border-color: #09560f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #698425;
  color: #698425;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #a5cb44;
  border-color: #a5cb44;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a5cb44 !important;
  border-color: #a5cb44 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #103139;
  border-color: #103139;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #103139 !important;
  border-color: #103139 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #063f0b;
  color: #063f0b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #109b1c;
  border-color: #109b1c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #109b1c !important;
  border-color: #109b1c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #a5cb44 !important;
}
.text-secondary {
  color: #103139 !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #109b1c !important;
}
.text-warning {
  color: #ff3366 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #698425 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #063f0b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc0033 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #109b1c;
}
.alert-warning {
  background-color: #ff3366;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a5cb44;
  border-color: #a5cb44;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a5cb44;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2f7e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3feb4e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #a5cb44;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #a5cb44 !important;
  -webkit-box-shadow: 0 6px 16px 0 #a5cb44 !important;
  background-color: #a5cb44 !important;
  border-color: #a5cb44 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #103139 !important;
  -webkit-box-shadow: 0 6px 16px 0 #103139 !important;
  background-color: #103139 !important;
  border-color: #103139 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a5cb44;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a5cb44;
  border-bottom-color: #a5cb44;
}
.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: #000000 !important;
  background-color: #a5cb44 !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: #103139 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%23a5cb44' %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;
}
.cid-tevw4quANP {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #a5cb44;
}
.cid-tevw4quANP H1 {
  color: #57468b;
}
.cid-tevw4quANP .mbr-text,
.cid-tevw4quANP .mbr-section-btn {
  color: #716c80;
}
#wowslider-a .ws-title span {
  opacity: 1;
  color: #081D22;
  border-bottom: solid 2px #A5CB44;
  margin-left: 10em;
}
@media (max-width: 767px) {
  #wowslider-a .ws-title span {
    margin-left: 2em;
    margin-top: -130px !important;
  }
}
@media (max-width: 767px) {
  #wowslider-a .ws-title {
    margin-top: -130px !important;
  }
}
#wowslider-a .ws-title div {
  font-size: 17px;
  background: #081D22 !important;
  opacity: 1;
  margin-top: 0em !important;
  margin-left: 10em;
  line-height: 1!important;
  font-weight: lighter !important;
}
@media (max-width: 767px) {
  #wowslider-a .ws-title div {
    display: none !important;
  }
}
.cid-tcBCt6WMNg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcBCt6WMNg H1 {
  color: #081d22;
}
.cid-tcBCt6WMNg .mbr-text,
.cid-tcBCt6WMNg .mbr-section-btn {
  color: #103139;
}
.cid-tcBCt6WMNg H3 {
  color: #716c80;
}
.cid-tcAkJ9I42U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcAkJ9I42U .nav-item:focus,
.cid-tcAkJ9I42U .nav-link:focus {
  outline: none;
}
.cid-tcAkJ9I42U .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcAkJ9I42U .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-tcAkJ9I42U .dropdown-item:hover {
  color: #c9f067!important;
}
.cid-tcAkJ9I42U .dropdown-menu {
  background-color: #103139!important;
  font-color: white !important;
}
.cid-tcAkJ9I42U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  display: block;
}
.cid-tcAkJ9I42U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcAkJ9I42U .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcAkJ9I42U .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-tcAkJ9I42U .collapsed {
  flex-direction: row!important;
}
.cid-tcAkJ9I42U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcAkJ9I42U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcAkJ9I42U .navbar {
  border-bottom: solid 2px #A5CB44;
  min-height: 77px;
  transition: all .3s;
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.opened {
  transition: all .3s;
  background: #103139 !important;
}
.cid-tcAkJ9I42U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcAkJ9I42U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcAkJ9I42U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcAkJ9I42U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcAkJ9I42U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcAkJ9I42U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcAkJ9I42U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcAkJ9I42U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcAkJ9I42U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcAkJ9I42U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcAkJ9I42U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcAkJ9I42U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcAkJ9I42U .navbar.navbar-short {
  background: #103139 !important;
  min-height: 60px;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcAkJ9I42U .navbar-caption {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcAkJ9I42U .dropdown-item.active,
.cid-tcAkJ9I42U .dropdown-item:active {
  background-color: transparent;
}
.cid-tcAkJ9I42U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcAkJ9I42U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcAkJ9I42U .navbar-buttons {
  text-align: center;
}
.cid-tcAkJ9I42U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcAkJ9I42U .nav-link {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcAkJ9I42U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcAkJ9I42U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcAkJ9I42U .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcAkJ9I42U .navbar {
    height: 77px;
  }
  .cid-tcAkJ9I42U .navbar.opened {
    height: auto;
  }
  .cid-tcAkJ9I42U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdW9YOjn2y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tdW9YOjn2y h4 {
  margin-bottom: 0;
}
.cid-tdW9YOjn2y p {
  color: #767676;
}
.cid-tdW9YOjn2y .btn-info-outline {
  border: none;
  color: #109b1c !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tdW9YOjn2y .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tdW9YOjn2y .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tdW9YOjn2y .btn-info-outline:hover {
  background-color: transparent!important;
  color: #a5cb44 !important;
  box-shadow: none!important;
}
.cid-tdW9YOjn2y .btn-info-outline:active,
.cid-tdW9YOjn2y .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tdW9YOjn2y .card-box {
  padding-top: 2rem;
}
.cid-tdW9YOjn2y .card-wrapper {
  height: 100%;
}
.cid-tdW9YOjn2y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tdW9YOjn2y img {
  border-radius: 8px;
}
.cid-tdW9YOjn2y .card-title {
  color: #081d22;
  text-align: center;
}
.cid-tdW9YOjn2y .main-title {
  color: #081d22;
  text-align: center;
}
.cid-tdW9YOjn2y DIV {
  color: #57468b;
}
.cid-tdW9YOjn2y .card-img {
  width: auto;
}
.cid-tdW9YOjn2y .mbr-text,
.cid-tdW9YOjn2y .mbr-section-btn {
  color: #103139;
}
.cid-thw8N6EU2F {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-thw8N6EU2F .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #a5cb44;
  z-index: 0;
}
.cid-thw8N6EU2F .carousel-inner {
  margin-bottom: 70px;
}
.cid-thw8N6EU2F .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-thw8N6EU2F .mbr-section-subtitle {
  color: #109b1c;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.cid-thw8N6EU2F .mbr-section-title {
  margin-bottom: 33px;
  color: #081d22;
  text-align: center;
}
.cid-thw8N6EU2F .slider__image {
  margin-left: 11.8%;
}
.cid-thw8N6EU2F .img-wrap {
  max-width: 100%;
  padding: 10px;
}
.cid-thw8N6EU2F .img-wrap img {
  width: 90%;
  object-fit: cover;
}
.cid-thw8N6EU2F .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-thw8N6EU2F .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: none;
}
.cid-thw8N6EU2F .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-thw8N6EU2F .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-thw8N6EU2F .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.cid-thw8N6EU2F .carousel-controls a span {
  transition: all 0.3s;
  color: #ffffff;
  font-size: 18px;
}
.cid-thw8N6EU2F .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-thw8N6EU2F .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-thw8N6EU2F .carousel-controls .carousel-control-next,
.cid-thw8N6EU2F .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-thw8N6EU2F .carousel-controls .carousel-control-next {
  right: 35%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-thw8N6EU2F .carousel-controls .carousel-control-prev {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thw8N6EU2F .image-element {
    min-width: 50%;
  }
  .cid-thw8N6EU2F .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-thw8N6EU2F .two__background:before {
    max-width: 90%;
  }
  .cid-thw8N6EU2F .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-thw8N6EU2F .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-thw8N6EU2F .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-thw8N6EU2F .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-thw8N6EU2F .mbr-section-subtitle:after {
    content: none;
  }
  .cid-thw8N6EU2F .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-thw8N6EU2F .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-thw8N6EU2F .img-wrap {
    width: 100%;
  }
  .cid-thw8N6EU2F .carousel-controls {
    display: none;
  }
  .cid-thw8N6EU2F .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-thw8N6EU2F p {
  padding-left: 1rem;
}
.cid-thw8N6EU2F .mbr-text {
  text-align: center;
}
.cid-thw8N6EU2F .media-container-row {
  padding: 10px!important;
  border: solid #A5CB44 6px;
}
.cid-thw8N6EU2F h4 {
  background-color: white !important;
  padding: 5px;
  border-bottom: solid #a5cb44 1px;
}
.cid-tev8TcQkTP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tev8TcQkTP .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #a5cb44;
  z-index: 0;
}
.cid-tev8TcQkTP .carousel-inner {
  margin-bottom: 70px;
}
.cid-tev8TcQkTP .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tev8TcQkTP .mbr-section-subtitle {
  color: #109b1c;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.cid-tev8TcQkTP .mbr-section-title {
  margin-bottom: 33px;
  color: #081d22;
  text-align: center;
}
.cid-tev8TcQkTP .slider__image {
  margin-left: 11.8%;
}
.cid-tev8TcQkTP .img-wrap {
  max-width: 100%;
  padding: 10px;
}
.cid-tev8TcQkTP .img-wrap img {
  width: 90%;
  object-fit: cover;
}
.cid-tev8TcQkTP .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tev8TcQkTP .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: none;
}
.cid-tev8TcQkTP .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-tev8TcQkTP .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-tev8TcQkTP .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.cid-tev8TcQkTP .carousel-controls a span {
  transition: all 0.3s;
  color: #ffffff;
  font-size: 18px;
}
.cid-tev8TcQkTP .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tev8TcQkTP .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tev8TcQkTP .carousel-controls .carousel-control-next,
.cid-tev8TcQkTP .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tev8TcQkTP .carousel-controls .carousel-control-next {
  right: 35%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tev8TcQkTP .carousel-controls .carousel-control-prev {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tev8TcQkTP .image-element {
    min-width: 50%;
  }
  .cid-tev8TcQkTP .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tev8TcQkTP .two__background:before {
    max-width: 90%;
  }
  .cid-tev8TcQkTP .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tev8TcQkTP .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tev8TcQkTP .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tev8TcQkTP .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tev8TcQkTP .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tev8TcQkTP .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tev8TcQkTP .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tev8TcQkTP .img-wrap {
    width: 100%;
  }
  .cid-tev8TcQkTP .carousel-controls {
    display: none;
  }
  .cid-tev8TcQkTP .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tev8TcQkTP p {
  padding-left: 1rem;
}
.cid-tev8TcQkTP .mbr-text {
  text-align: center;
}
.cid-tev8TcQkTP .media-container-row {
  padding: 10px!important;
  border: solid #A5CB44 6px;
}
.cid-tev8TcQkTP h4 {
  background-color: white !important;
  padding: 5px;
  border-bottom: solid #a5cb44 1px;
}
.cid-teuhTHdR9W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-teuhTHdR9W li {
  list-style: none;
}
.cid-teuhTHdR9W .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-teuhTHdR9W .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-teuhTHdR9W h4 {
  margin: 0;
  font-weight: bold !important;
  border-bottom: #879a9f solid 1px;
  padding: 5px;
}
.cid-teuhTHdR9W .item {
  color: #57468b;
}
.cid-teuhTHdR9W ul {
  padding: 0;
  margin: 0;
}
.cid-teuhTHdR9W .col-title {
  color: #57468b;
}
.cid-teuhTHdR9W .col-title1 {
  color: #081d22;
  text-align: center;
}
.cid-teuhTHdR9W .col-title2 {
  color: #081d22;
  text-align: center;
}
.cid-teuhTHdR9W .col-title3 {
  color: #081d22;
  text-align: center;
}
.cid-teuhTHdR9W .col-title4 {
  color: #081d22;
  text-align: center;
}
.cid-teuhTHdR9W .item1 {
  color: #081d22;
}
.cid-teuhTHdR9W .item2 {
  color: #081d22;
  text-align: left;
}
.cid-teuhTHdR9W .item3 {
  color: #081d22;
}
.cid-teuhTHdR9W .item4 {
  color: #081d22;
}
@media (max-width: 768px) {
  .cid-teuhTHdR9W .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-teuhTHdR9W span {
  color: white !important;
  background-color: #a5cb44;
  padding: 10px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-teuhTHdR9W h4 {
    font-size: 17px;
  }
}
.cid-teuhTHdR9W h3 {
  background-color: #a5cb44 !important;
  padding: 10px;
  border-bottom: #081d22 solid 4px;
}
.cid-teuhTHdR9W H1 {
  color: #081d22;
}
.cid-teuhTHdR9W .wrap-img {
  text-align: center;
}
.cid-teuhTHdR9W .wrap-img img {
  padding: 10px;
  transition: all 0.3s;
  max-height: 100px;
  width: auto;
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}
.cid-teuhTHdR9W .wrap-img img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.cid-thAVTNnY9L .google-map {
  height: 34rem;
  position: relative;
}
.cid-thAVTNnY9L .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-thAVTNnY9L .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-thAVTNnY9L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-thAVTNnY9L .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tdxwff80Of {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #081d22;
  position: relative;
  overflow: hidden;
}
.cid-tdxwff80Of .cv {
  padding: 20px;
  border-top: solid 2px #A5CB44;
}
.cid-tdxwff80Of .container {
  max-width: 1400px;
}
.cid-tdxwff80Of .card-img2 span {
  padding-top: 6px;
}
.cid-tdxwff80Of .soc-item a {
  padding-top: 5px;
}
.cid-tdxwff80Of .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdxwff80Of .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdxwff80Of .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdxwff80Of .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdxwff80Of svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
  display: none;
}
.cid-tdxwff80Of #e2_shape {
  fill: #ffffff !important;
}
.cid-tdxwff80Of .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdxwff80Of .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdxwff80Of .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #92b33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdxwff80Of .card-img {
  width: auto;
}
.cid-tdxwff80Of .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdxwff80Of .soc-item span {
  font-size: 1.4rem;
}
.cid-tdxwff80Of .soc-item:hover span {
  color: #a5cb44 !important;
}
.cid-tdxwff80Of .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdxwff80Of .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdxwff80Of img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .item {
    justify-content: center;
  }
  .cid-tdxwff80Of .quote::after {
    left: 60px;
  }
}
.cid-tdxwff80Of .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdxwff80Of .text1 {
  color: #ffffff;
}
.cid-tdxwff80Of .item-title {
  color: #ffffff;
}
.cid-tdxwff80Of H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tdxwff80Of .theme {
  color: #ffffff;
}
.cid-tdxwff80Of .copyright > p {
  color: #ff3366;
}
.cid-tdxwff80Of .text2 {
  color: #ffffff;
}
.cid-tdxwff80Of li {
  text-align: left !important;
  list-style: none;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tdxwff80Of .vv {
  font-size: 24px!important;
  padding-right: 12px;
  color: #a5cb44 !important;
  padding: 5px;
  margin: auto;
}
.cid-tdxwff80Of .ph {
  font-size: 22px!important;
  line-height: 1.5;
}
.cid-tdxwff80Of p {
  font-size: 14px !important;
  padding-left: 10px;
}
.cid-tprJ54aygX .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #109b1c;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.cid-tprJ54aygX .my-float {
  margin-top: 16px;
}
.cid-tprJ54aygX P {
  color: #232323;
}
.cid-tprJ54aygX DIV {
  color: #ffffff;
}
.cid-tprJ54aygX H10 {
  color: #767676;
}
.cid-tprJ54aygX .hidden {
  display: none;
}
.cid-tcAkJ9I42U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcAkJ9I42U .nav-item:focus,
.cid-tcAkJ9I42U .nav-link:focus {
  outline: none;
}
.cid-tcAkJ9I42U .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcAkJ9I42U .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-tcAkJ9I42U .dropdown-item:hover {
  color: #c9f067!important;
}
.cid-tcAkJ9I42U .dropdown-menu {
  background-color: #103139!important;
  font-color: white !important;
}
.cid-tcAkJ9I42U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  display: block;
}
.cid-tcAkJ9I42U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcAkJ9I42U .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcAkJ9I42U .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-tcAkJ9I42U .collapsed {
  flex-direction: row!important;
}
.cid-tcAkJ9I42U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcAkJ9I42U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcAkJ9I42U .navbar {
  border-bottom: solid 2px #A5CB44;
  min-height: 77px;
  transition: all .3s;
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.opened {
  transition: all .3s;
  background: #103139 !important;
}
.cid-tcAkJ9I42U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcAkJ9I42U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcAkJ9I42U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcAkJ9I42U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcAkJ9I42U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcAkJ9I42U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcAkJ9I42U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcAkJ9I42U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcAkJ9I42U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcAkJ9I42U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcAkJ9I42U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcAkJ9I42U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcAkJ9I42U .navbar.navbar-short {
  background: #103139 !important;
  min-height: 60px;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcAkJ9I42U .navbar-caption {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcAkJ9I42U .dropdown-item.active,
.cid-tcAkJ9I42U .dropdown-item:active {
  background-color: transparent;
}
.cid-tcAkJ9I42U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcAkJ9I42U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcAkJ9I42U .navbar-buttons {
  text-align: center;
}
.cid-tcAkJ9I42U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcAkJ9I42U .nav-link {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcAkJ9I42U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcAkJ9I42U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcAkJ9I42U .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcAkJ9I42U .navbar {
    height: 77px;
  }
  .cid-tcAkJ9I42U .navbar.opened {
    height: auto;
  }
  .cid-tcAkJ9I42U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdyIBawubO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tdyIBawubO H1 {
  color: #081d22;
}
.cid-tdyIBawubO .mbr-text,
.cid-tdyIBawubO .mbr-section-btn {
  color: #103139;
}
.cid-tdVyaE2K0t {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdVyaE2K0t .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdVyaE2K0t .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tdVyaE2K0t .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tdVyaE2K0t .btn-primary-outline:active {
  color: gray;
}
.cid-tdVyaE2K0t .btn-primary-outline:hover {
  color: white;
}
.cid-tdVyaE2K0t .mbr-gallery-title:before {
  border-radius: 0px;
  border-bottom: solid #a5cb44 4px;
}
.cid-tdVyaE2K0t div {
  overflow: hidden;
}
.cid-tdVyaE2K0t li.active .btn-primary-outline {
  color: white;
}
.cid-tdVyaE2K0t .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdVyaE2K0t .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdVyaE2K0t .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdVyaE2K0t .mbr-gallery-item {
  overflow: hidden;
}
.cid-tdVyaE2K0t .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 0px;
}
.cid-tdVyaE2K0t .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tdVyaE2K0t .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  background: #081d22;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tdVyaE2K0t .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdVyaE2K0t .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tdVyaE2K0t .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tdVyaE2K0t .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #081d22 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tdVyaE2K0t .mbr-gallery,
.cid-tdVyaE2K0t .icon-focus,
.cid-tdVyaE2K0t .mbr-gallery {
  display: none !important;
}
.cid-tdVyaE2K0t .mbr-section-subtitle {
  text-align: center;
}
.cid-tdV70o3CB7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tdV70o3CB7 .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  z-index: 0;
  border-top: solid #109b1c 4px;
  border-bottom: solid #109b1c 4px;
}
.cid-tdV70o3CB7 .carousel-inner {
  margin-bottom: 70px;
}
.cid-tdV70o3CB7 .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tdV70o3CB7 .mbr-section-subtitle {
  color: #fe5925;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tdV70o3CB7 .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/kasambya-logo-200x208.png");
}
.cid-tdV70o3CB7 .mbr-section-title {
  margin-bottom: 33px;
  color: #081d22;
  text-align: center;
}
.cid-tdV70o3CB7 .slider__image {
  margin-left: 11.8%;
}
.cid-tdV70o3CB7 .img-wrap {
  max-width: 100%;
}
.cid-tdV70o3CB7 .img-wrap img {
  width: 70%;
  object-fit: cover;
}
.cid-tdV70o3CB7 .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tdV70o3CB7 .carousel-indicators .active {
  background: #109b1c;
  opacity: 1;
  border: none;
}
.cid-tdV70o3CB7 .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-tdV70o3CB7 .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #109b1c;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-tdV70o3CB7 .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #109b1c;
  background-color: transparent;
}
.cid-tdV70o3CB7 .carousel-controls a span {
  transition: all 0.3s;
  color: #109b1c;
  font-size: 18px;
}
.cid-tdV70o3CB7 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tdV70o3CB7 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tdV70o3CB7 .carousel-controls .carousel-control-next,
.cid-tdV70o3CB7 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tdV70o3CB7 .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tdV70o3CB7 .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdV70o3CB7 .image-element {
    min-width: 50%;
  }
  .cid-tdV70o3CB7 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tdV70o3CB7 .two__background:before {
    max-width: 90%;
  }
  .cid-tdV70o3CB7 .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tdV70o3CB7 .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tdV70o3CB7 .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tdV70o3CB7 .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tdV70o3CB7 .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tdV70o3CB7 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tdV70o3CB7 .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tdV70o3CB7 .img-wrap {
    width: 100%;
  }
  .cid-tdV70o3CB7 .carousel-controls {
    display: none;
  }
  .cid-tdV70o3CB7 .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tdV70o3CB7 p {
  padding-left: 1rem;
}
.cid-tdV70o3CB7 .mbr-text {
  text-align: left;
}
.cid-tdxwff80Of {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #081d22;
  position: relative;
  overflow: hidden;
}
.cid-tdxwff80Of .cv {
  padding: 20px;
  border-top: solid 2px #A5CB44;
}
.cid-tdxwff80Of .container {
  max-width: 1400px;
}
.cid-tdxwff80Of .card-img2 span {
  padding-top: 6px;
}
.cid-tdxwff80Of .soc-item a {
  padding-top: 5px;
}
.cid-tdxwff80Of .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdxwff80Of .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdxwff80Of .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdxwff80Of .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdxwff80Of svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
  display: none;
}
.cid-tdxwff80Of #e2_shape {
  fill: #ffffff !important;
}
.cid-tdxwff80Of .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdxwff80Of .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdxwff80Of .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #92b33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdxwff80Of .card-img {
  width: auto;
}
.cid-tdxwff80Of .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdxwff80Of .soc-item span {
  font-size: 1.4rem;
}
.cid-tdxwff80Of .soc-item:hover span {
  color: #a5cb44 !important;
}
.cid-tdxwff80Of .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdxwff80Of .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdxwff80Of img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .item {
    justify-content: center;
  }
  .cid-tdxwff80Of .quote::after {
    left: 60px;
  }
}
.cid-tdxwff80Of .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdxwff80Of .text1 {
  color: #ffffff;
}
.cid-tdxwff80Of .item-title {
  color: #ffffff;
}
.cid-tdxwff80Of H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tdxwff80Of .theme {
  color: #ffffff;
}
.cid-tdxwff80Of .copyright > p {
  color: #ff3366;
}
.cid-tdxwff80Of .text2 {
  color: #ffffff;
}
.cid-tdxwff80Of li {
  text-align: left !important;
  list-style: none;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tdxwff80Of .vv {
  font-size: 24px!important;
  padding-right: 12px;
  color: #a5cb44 !important;
  padding: 5px;
  margin: auto;
}
.cid-tdxwff80Of .ph {
  font-size: 22px!important;
  line-height: 1.5;
}
.cid-tdxwff80Of p {
  font-size: 14px !important;
  padding-left: 10px;
}
.cid-tdUnIM407x {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tdUnIM407x H1 {
  color: #081d22;
}
.cid-tdUnIM407x .mbr-text,
.cid-tdUnIM407x .mbr-section-btn {
  color: #103139;
}
.cid-tdUnOhvEw0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tdUnOhvEw0 .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  z-index: 0;
}
.cid-tdUnOhvEw0 .carousel-inner {
  margin-bottom: 70px;
}
.cid-tdUnOhvEw0 .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tdUnOhvEw0 .mbr-section-subtitle {
  color: #fe5925;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tdUnOhvEw0 .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/kasambya-logo-200x208.png");
}
.cid-tdUnOhvEw0 .mbr-section-title {
  margin-bottom: 33px;
  color: #081d22;
}
.cid-tdUnOhvEw0 .slider__image {
  margin-left: 11.8%;
}
.cid-tdUnOhvEw0 .img-wrap {
  max-width: 100%;
}
.cid-tdUnOhvEw0 .img-wrap img {
  width: 80%;
  object-fit: cover;
}
.cid-tdUnOhvEw0 .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tdUnOhvEw0 .carousel-indicators .active {
  background: #109b1c;
  opacity: 1;
  border: none;
}
.cid-tdUnOhvEw0 .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-tdUnOhvEw0 .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #109b1c;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-tdUnOhvEw0 .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #109b1c;
  background-color: transparent;
}
.cid-tdUnOhvEw0 .carousel-controls a span {
  transition: all 0.3s;
  color: #109b1c;
  font-size: 18px;
}
.cid-tdUnOhvEw0 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tdUnOhvEw0 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tdUnOhvEw0 .carousel-controls .carousel-control-next,
.cid-tdUnOhvEw0 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tdUnOhvEw0 .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tdUnOhvEw0 .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdUnOhvEw0 .image-element {
    min-width: 50%;
  }
  .cid-tdUnOhvEw0 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tdUnOhvEw0 .two__background:before {
    max-width: 90%;
  }
  .cid-tdUnOhvEw0 .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tdUnOhvEw0 .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tdUnOhvEw0 .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tdUnOhvEw0 .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tdUnOhvEw0 .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tdUnOhvEw0 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tdUnOhvEw0 .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tdUnOhvEw0 .img-wrap {
    width: 100%;
  }
  .cid-tdUnOhvEw0 .carousel-controls {
    display: none;
  }
  .cid-tdUnOhvEw0 .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tdUnOhvEw0 p {
  padding-left: 1rem;
}
.cid-tdUnOhvEw0 .mbr-text {
  text-align: center;
}
.cid-tcAkJ9I42U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcAkJ9I42U .nav-item:focus,
.cid-tcAkJ9I42U .nav-link:focus {
  outline: none;
}
.cid-tcAkJ9I42U .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcAkJ9I42U .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-tcAkJ9I42U .dropdown-item:hover {
  color: #c9f067!important;
}
.cid-tcAkJ9I42U .dropdown-menu {
  background-color: #103139!important;
  font-color: white !important;
}
.cid-tcAkJ9I42U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  display: block;
}
.cid-tcAkJ9I42U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcAkJ9I42U .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcAkJ9I42U .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-tcAkJ9I42U .collapsed {
  flex-direction: row!important;
}
.cid-tcAkJ9I42U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcAkJ9I42U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcAkJ9I42U .navbar {
  border-bottom: solid 2px #A5CB44;
  min-height: 77px;
  transition: all .3s;
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.opened {
  transition: all .3s;
  background: #103139 !important;
}
.cid-tcAkJ9I42U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcAkJ9I42U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcAkJ9I42U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcAkJ9I42U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcAkJ9I42U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcAkJ9I42U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcAkJ9I42U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcAkJ9I42U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcAkJ9I42U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcAkJ9I42U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcAkJ9I42U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcAkJ9I42U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcAkJ9I42U .navbar.navbar-short {
  background: #103139 !important;
  min-height: 60px;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcAkJ9I42U .navbar-caption {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcAkJ9I42U .dropdown-item.active,
.cid-tcAkJ9I42U .dropdown-item:active {
  background-color: transparent;
}
.cid-tcAkJ9I42U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcAkJ9I42U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcAkJ9I42U .navbar-buttons {
  text-align: center;
}
.cid-tcAkJ9I42U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcAkJ9I42U .nav-link {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcAkJ9I42U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcAkJ9I42U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcAkJ9I42U .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcAkJ9I42U .navbar {
    height: 77px;
  }
  .cid-tcAkJ9I42U .navbar.opened {
    height: auto;
  }
  .cid-tcAkJ9I42U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdxwff80Of {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #081d22;
  position: relative;
  overflow: hidden;
}
.cid-tdxwff80Of .cv {
  padding: 20px;
  border-top: solid 2px #A5CB44;
}
.cid-tdxwff80Of .container {
  max-width: 1400px;
}
.cid-tdxwff80Of .card-img2 span {
  padding-top: 6px;
}
.cid-tdxwff80Of .soc-item a {
  padding-top: 5px;
}
.cid-tdxwff80Of .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdxwff80Of .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdxwff80Of .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdxwff80Of .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdxwff80Of svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
  display: none;
}
.cid-tdxwff80Of #e2_shape {
  fill: #ffffff !important;
}
.cid-tdxwff80Of .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdxwff80Of .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdxwff80Of .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #92b33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdxwff80Of .card-img {
  width: auto;
}
.cid-tdxwff80Of .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdxwff80Of .soc-item span {
  font-size: 1.4rem;
}
.cid-tdxwff80Of .soc-item:hover span {
  color: #a5cb44 !important;
}
.cid-tdxwff80Of .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdxwff80Of .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdxwff80Of img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .item {
    justify-content: center;
  }
  .cid-tdxwff80Of .quote::after {
    left: 60px;
  }
}
.cid-tdxwff80Of .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdxwff80Of .text1 {
  color: #ffffff;
}
.cid-tdxwff80Of .item-title {
  color: #ffffff;
}
.cid-tdxwff80Of H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tdxwff80Of .theme {
  color: #ffffff;
}
.cid-tdxwff80Of .copyright > p {
  color: #ff3366;
}
.cid-tdxwff80Of .text2 {
  color: #ffffff;
}
.cid-tdxwff80Of li {
  text-align: left !important;
  list-style: none;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tdxwff80Of .vv {
  font-size: 24px!important;
  padding-right: 12px;
  color: #a5cb44 !important;
  padding: 5px;
  margin: auto;
}
.cid-tdxwff80Of .ph {
  font-size: 22px!important;
  line-height: 1.5;
}
.cid-tdxwff80Of p {
  font-size: 14px !important;
  padding-left: 10px;
}
.cid-tcAkJ9I42U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcAkJ9I42U .nav-item:focus,
.cid-tcAkJ9I42U .nav-link:focus {
  outline: none;
}
.cid-tcAkJ9I42U .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcAkJ9I42U .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-tcAkJ9I42U .dropdown-item:hover {
  color: #c9f067!important;
}
.cid-tcAkJ9I42U .dropdown-menu {
  background-color: #103139!important;
  font-color: white !important;
}
.cid-tcAkJ9I42U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  display: block;
}
.cid-tcAkJ9I42U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcAkJ9I42U .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcAkJ9I42U .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-tcAkJ9I42U .collapsed {
  flex-direction: row!important;
}
.cid-tcAkJ9I42U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcAkJ9I42U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcAkJ9I42U .navbar {
  border-bottom: solid 2px #A5CB44;
  min-height: 77px;
  transition: all .3s;
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.opened {
  transition: all .3s;
  background: #103139 !important;
}
.cid-tcAkJ9I42U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcAkJ9I42U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcAkJ9I42U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcAkJ9I42U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcAkJ9I42U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcAkJ9I42U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcAkJ9I42U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcAkJ9I42U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcAkJ9I42U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcAkJ9I42U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcAkJ9I42U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcAkJ9I42U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcAkJ9I42U .navbar.navbar-short {
  background: #103139 !important;
  min-height: 60px;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcAkJ9I42U .navbar-caption {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcAkJ9I42U .dropdown-item.active,
.cid-tcAkJ9I42U .dropdown-item:active {
  background-color: transparent;
}
.cid-tcAkJ9I42U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcAkJ9I42U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcAkJ9I42U .navbar-buttons {
  text-align: center;
}
.cid-tcAkJ9I42U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcAkJ9I42U .nav-link {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcAkJ9I42U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcAkJ9I42U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcAkJ9I42U .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcAkJ9I42U .navbar {
    height: 77px;
  }
  .cid-tcAkJ9I42U .navbar.opened {
    height: auto;
  }
  .cid-tcAkJ9I42U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdyJ2hiEhO {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tdyJ2hiEhO H1 {
  color: #081d22;
}
.cid-tdyJ2hiEhO .mbr-text,
.cid-tdyJ2hiEhO .mbr-section-btn {
  color: #103139;
}
.cid-tdBNvIxGl4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdBNvIxGl4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdBNvIxGl4 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tdBNvIxGl4 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tdBNvIxGl4 .btn-primary-outline:active {
  color: gray;
}
.cid-tdBNvIxGl4 .btn-primary-outline:hover {
  color: white;
}
.cid-tdBNvIxGl4 .mbr-gallery-title:before {
  border-radius: 0px;
  border-bottom: solid #a5cb44 4px;
}
.cid-tdBNvIxGl4 div {
  overflow: hidden;
}
.cid-tdBNvIxGl4 li.active .btn-primary-outline {
  color: white;
}
.cid-tdBNvIxGl4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdBNvIxGl4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdBNvIxGl4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdBNvIxGl4 .mbr-gallery-item {
  overflow: hidden;
}
.cid-tdBNvIxGl4 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 0px;
}
.cid-tdBNvIxGl4 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tdBNvIxGl4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  background: #081d22;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tdBNvIxGl4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdBNvIxGl4 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tdBNvIxGl4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tdBNvIxGl4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #081d22 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tdBNvIxGl4 .mbr-gallery,
.cid-tdBNvIxGl4 .icon-focus,
.cid-tdBNvIxGl4 .mbr-gallery {
  display: none !important;
}
.cid-tdBNvIxGl4 .mbr-section-subtitle {
  text-align: center;
}
.cid-tdBUVQGZqF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tdBUVQGZqF .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  z-index: 0;
}
.cid-tdBUVQGZqF .carousel-inner {
  margin-bottom: 70px;
}
.cid-tdBUVQGZqF .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tdBUVQGZqF .mbr-section-subtitle {
  color: #fe5925;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tdBUVQGZqF .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/kasambya-logo-200x208.png");
}
.cid-tdBUVQGZqF .mbr-section-title {
  margin-bottom: 33px;
  color: #081d22;
}
.cid-tdBUVQGZqF .slider__image {
  margin-left: 11.8%;
}
.cid-tdBUVQGZqF .img-wrap {
  max-width: 100%;
}
.cid-tdBUVQGZqF .img-wrap img {
  width: 70%;
  object-fit: cover;
}
.cid-tdBUVQGZqF .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tdBUVQGZqF .carousel-indicators .active {
  background: #109b1c;
  opacity: 1;
  border: none;
}
.cid-tdBUVQGZqF .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-tdBUVQGZqF .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #109b1c;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-tdBUVQGZqF .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #109b1c;
  background-color: transparent;
}
.cid-tdBUVQGZqF .carousel-controls a span {
  transition: all 0.3s;
  color: #109b1c;
  font-size: 18px;
}
.cid-tdBUVQGZqF .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tdBUVQGZqF .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tdBUVQGZqF .carousel-controls .carousel-control-next,
.cid-tdBUVQGZqF .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tdBUVQGZqF .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tdBUVQGZqF .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdBUVQGZqF .image-element {
    min-width: 50%;
  }
  .cid-tdBUVQGZqF .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tdBUVQGZqF .two__background:before {
    max-width: 90%;
  }
  .cid-tdBUVQGZqF .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tdBUVQGZqF .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tdBUVQGZqF .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tdBUVQGZqF .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tdBUVQGZqF .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tdBUVQGZqF .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tdBUVQGZqF .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tdBUVQGZqF .img-wrap {
    width: 100%;
  }
  .cid-tdBUVQGZqF .carousel-controls {
    display: none;
  }
  .cid-tdBUVQGZqF .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tdBUVQGZqF p {
  padding-left: 1rem;
}
.cid-tdBUVQGZqF .mbr-text {
  text-align: center;
}
.cid-tdxwff80Of {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #081d22;
  position: relative;
  overflow: hidden;
}
.cid-tdxwff80Of .cv {
  padding: 20px;
  border-top: solid 2px #A5CB44;
}
.cid-tdxwff80Of .container {
  max-width: 1400px;
}
.cid-tdxwff80Of .card-img2 span {
  padding-top: 6px;
}
.cid-tdxwff80Of .soc-item a {
  padding-top: 5px;
}
.cid-tdxwff80Of .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdxwff80Of .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdxwff80Of .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdxwff80Of .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdxwff80Of svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
  display: none;
}
.cid-tdxwff80Of #e2_shape {
  fill: #ffffff !important;
}
.cid-tdxwff80Of .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdxwff80Of .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdxwff80Of .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #92b33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdxwff80Of .card-img {
  width: auto;
}
.cid-tdxwff80Of .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdxwff80Of .soc-item span {
  font-size: 1.4rem;
}
.cid-tdxwff80Of .soc-item:hover span {
  color: #a5cb44 !important;
}
.cid-tdxwff80Of .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdxwff80Of .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdxwff80Of img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .item {
    justify-content: center;
  }
  .cid-tdxwff80Of .quote::after {
    left: 60px;
  }
}
.cid-tdxwff80Of .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdxwff80Of .text1 {
  color: #ffffff;
}
.cid-tdxwff80Of .item-title {
  color: #ffffff;
}
.cid-tdxwff80Of H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tdxwff80Of .theme {
  color: #ffffff;
}
.cid-tdxwff80Of .copyright > p {
  color: #ff3366;
}
.cid-tdxwff80Of .text2 {
  color: #ffffff;
}
.cid-tdxwff80Of li {
  text-align: left !important;
  list-style: none;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tdxwff80Of .vv {
  font-size: 24px!important;
  padding-right: 12px;
  color: #a5cb44 !important;
  padding: 5px;
  margin: auto;
}
.cid-tdxwff80Of .ph {
  font-size: 22px!important;
  line-height: 1.5;
}
.cid-tdxwff80Of p {
  font-size: 14px !important;
  padding-left: 10px;
}
.cid-tcAkJ9I42U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcAkJ9I42U .nav-item:focus,
.cid-tcAkJ9I42U .nav-link:focus {
  outline: none;
}
.cid-tcAkJ9I42U .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcAkJ9I42U .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-tcAkJ9I42U .dropdown-item:hover {
  color: #c9f067!important;
}
.cid-tcAkJ9I42U .dropdown-menu {
  background-color: #103139!important;
  font-color: white !important;
}
.cid-tcAkJ9I42U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  display: block;
}
.cid-tcAkJ9I42U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcAkJ9I42U .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcAkJ9I42U .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-tcAkJ9I42U .collapsed {
  flex-direction: row!important;
}
.cid-tcAkJ9I42U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcAkJ9I42U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcAkJ9I42U .navbar {
  border-bottom: solid 2px #A5CB44;
  min-height: 77px;
  transition: all .3s;
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.opened {
  transition: all .3s;
  background: #103139 !important;
}
.cid-tcAkJ9I42U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcAkJ9I42U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcAkJ9I42U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcAkJ9I42U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcAkJ9I42U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcAkJ9I42U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcAkJ9I42U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcAkJ9I42U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcAkJ9I42U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcAkJ9I42U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcAkJ9I42U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcAkJ9I42U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcAkJ9I42U .navbar.navbar-short {
  background: #103139 !important;
  min-height: 60px;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcAkJ9I42U .navbar-caption {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcAkJ9I42U .dropdown-item.active,
.cid-tcAkJ9I42U .dropdown-item:active {
  background-color: transparent;
}
.cid-tcAkJ9I42U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcAkJ9I42U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcAkJ9I42U .navbar-buttons {
  text-align: center;
}
.cid-tcAkJ9I42U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcAkJ9I42U .nav-link {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcAkJ9I42U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcAkJ9I42U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcAkJ9I42U .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcAkJ9I42U .navbar {
    height: 77px;
  }
  .cid-tcAkJ9I42U .navbar.opened {
    height: auto;
  }
  .cid-tcAkJ9I42U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdC1tQZCwd {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/istock-1149089650.jpg");
}
.cid-tdC1tQZCwd .mbr-overlay {
  background-color: #fff4e8;
  opacity: 0.7;
}
.cid-tdC1tQZCwd input,
.cid-tdC1tQZCwd textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-tdC1tQZCwd img {
  width: 90%;
  border-radius: 8px;
}
.cid-tdC1tQZCwd .title {
  margin-bottom: 1rem;
}
.cid-tdC1tQZCwd p {
  line-height: 1.6;
}
.cid-tdC1tQZCwd .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-tdC1tQZCwd textarea {
  min-height: 160px;
}
.cid-tdC1tQZCwd .form-control,
.cid-tdC1tQZCwd .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #b2ccd2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tdC1tQZCwd .form-control:hover,
.cid-tdC1tQZCwd .field-input:hover,
.cid-tdC1tQZCwd .form-control:focus,
.cid-tdC1tQZCwd .field-input:focus {
  background-color: #fff4e8;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tdC1tQZCwd input::-webkit-input-placeholder,
.cid-tdC1tQZCwd textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-tdC1tQZCwd input:-moz-placeholder,
.cid-tdC1tQZCwd textarea:-moz-placeholder {
  color: #5b686b;
}
.cid-tdC1tQZCwd .jq-selectbox li,
.cid-tdC1tQZCwd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tdC1tQZCwd .jq-selectbox li:hover,
.cid-tdC1tQZCwd .jq-selectbox li.selected {
  background-color: #fff4e8;
  color: #000000;
}
.cid-tdC1tQZCwd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tdC1tQZCwd .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #fff4e8;
}
.cid-tdC1tQZCwd H5 {
  color: #879a9f;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tdC1tQZCwd img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-tdC1tQZCwd .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-tdC1tQZCwd H2 {
  color: #081d22;
  text-align: center;
}
.cid-tdC1tQZCwd H3 {
  color: #1ea14f;
}
.cid-tdC1tQZCwd .mbr-text {
  color: #465052;
}
.cid-tdC1tQZCwd field-input:hover,
.cid-tdC1tQZCwd .form-control:focus,
.cid-tdC1tQZCwd .field-input:focus {
  color: black !important;
}
.cid-tdC1tQZCwd .mbr-section-subtitle {
  text-align: left;
}
.cid-tdC3dHu65x {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tdC3dHu65x .mbr-text {
  color: #716c80;
}
.cid-tdC3dHu65x .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tdC3dHu65x .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-tdC3dHu65x .card-wrapper:hover .ico2 {
  color: #a5cb44 !important;
}
.cid-tdC3dHu65x .text-info:hover {
  color: inherit!important;
}
.cid-tdC3dHu65x .ico2 {
  color: #109b1c !important;
  transition: all 0.6s;
}
.cid-tdC3dHu65x .card-box {
  padding: 0rem 1rem;
}
.cid-tdC3dHu65x .ico1 {
  font-size: 3rem !important;
}
.cid-tdC3dHu65x h3,
.cid-tdC3dHu65x h4 {
  padding: 0;
  margin: 0;
}
.cid-tdC3dHu65x .card-title,
.cid-tdC3dHu65x .card-img {
  color: #57468b;
}
.cid-tdC3dHu65x .card-title {
  color: #57468b;
}
.cid-tdC3dHu65x H3 {
  color: #103139;
}
.cid-tdC3dHu65x H1 {
  color: #081d22;
}
.cid-tdC3dHu65x .card-img {
  width: auto;
}
.cid-tdxwff80Of {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #081d22;
  position: relative;
  overflow: hidden;
}
.cid-tdxwff80Of .cv {
  padding: 20px;
  border-top: solid 2px #A5CB44;
}
.cid-tdxwff80Of .container {
  max-width: 1400px;
}
.cid-tdxwff80Of .card-img2 span {
  padding-top: 6px;
}
.cid-tdxwff80Of .soc-item a {
  padding-top: 5px;
}
.cid-tdxwff80Of .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdxwff80Of .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdxwff80Of .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdxwff80Of .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdxwff80Of svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
  display: none;
}
.cid-tdxwff80Of #e2_shape {
  fill: #ffffff !important;
}
.cid-tdxwff80Of .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdxwff80Of .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdxwff80Of .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #92b33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdxwff80Of .card-img {
  width: auto;
}
.cid-tdxwff80Of .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdxwff80Of .soc-item span {
  font-size: 1.4rem;
}
.cid-tdxwff80Of .soc-item:hover span {
  color: #a5cb44 !important;
}
.cid-tdxwff80Of .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdxwff80Of .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdxwff80Of img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .item {
    justify-content: center;
  }
  .cid-tdxwff80Of .quote::after {
    left: 60px;
  }
}
.cid-tdxwff80Of .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdxwff80Of .text1 {
  color: #ffffff;
}
.cid-tdxwff80Of .item-title {
  color: #ffffff;
}
.cid-tdxwff80Of H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tdxwff80Of .theme {
  color: #ffffff;
}
.cid-tdxwff80Of .copyright > p {
  color: #ff3366;
}
.cid-tdxwff80Of .text2 {
  color: #ffffff;
}
.cid-tdxwff80Of li {
  text-align: left !important;
  list-style: none;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tdxwff80Of .vv {
  font-size: 24px!important;
  padding-right: 12px;
  color: #a5cb44 !important;
  padding: 5px;
  margin: auto;
}
.cid-tdxwff80Of .ph {
  font-size: 22px!important;
  line-height: 1.5;
}
.cid-tdxwff80Of p {
  font-size: 14px !important;
  padding-left: 10px;
}
.cid-tcAkJ9I42U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcAkJ9I42U .nav-item:focus,
.cid-tcAkJ9I42U .nav-link:focus {
  outline: none;
}
.cid-tcAkJ9I42U .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcAkJ9I42U .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-tcAkJ9I42U .dropdown-item:hover {
  color: #c9f067!important;
}
.cid-tcAkJ9I42U .dropdown-menu {
  background-color: #103139!important;
  font-color: white !important;
}
.cid-tcAkJ9I42U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  display: block;
}
.cid-tcAkJ9I42U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcAkJ9I42U .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcAkJ9I42U .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-tcAkJ9I42U .collapsed {
  flex-direction: row!important;
}
.cid-tcAkJ9I42U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcAkJ9I42U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcAkJ9I42U .navbar {
  border-bottom: solid 2px #A5CB44;
  min-height: 77px;
  transition: all .3s;
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.opened {
  transition: all .3s;
  background: #103139 !important;
}
.cid-tcAkJ9I42U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcAkJ9I42U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcAkJ9I42U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcAkJ9I42U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcAkJ9I42U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcAkJ9I42U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcAkJ9I42U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcAkJ9I42U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcAkJ9I42U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcAkJ9I42U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcAkJ9I42U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcAkJ9I42U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcAkJ9I42U .navbar.navbar-short {
  background: #103139 !important;
  min-height: 60px;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcAkJ9I42U .navbar-caption {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcAkJ9I42U .dropdown-item.active,
.cid-tcAkJ9I42U .dropdown-item:active {
  background-color: transparent;
}
.cid-tcAkJ9I42U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcAkJ9I42U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcAkJ9I42U .navbar-buttons {
  text-align: center;
}
.cid-tcAkJ9I42U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcAkJ9I42U .nav-link {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcAkJ9I42U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcAkJ9I42U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcAkJ9I42U .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcAkJ9I42U .navbar {
    height: 77px;
  }
  .cid-tcAkJ9I42U .navbar.opened {
    height: auto;
  }
  .cid-tcAkJ9I42U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teixb9VAUx {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teixb9VAUx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-teixb9VAUx H1 {
  color: #081d22;
  text-align: center;
}
.cid-teixb9VAUx .mbr-text,
.cid-teixb9VAUx .mbr-section-btn {
  color: #716c80;
}
.cid-teixb9VAUx H3 {
  color: #081d22;
  text-align: center;
}
.cid-teixb9VAUx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-teixb9VAUx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-teixb9VAUx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-teixb9VAUx .link:hover {
  color: #a5cb44 !important;
}
.cid-teixb9VAUx .link:hover .link-ico {
  color: #a5cb44 !important;
  padding-left: 10px;
}
.cid-teixb9VAUx DIV {
  color: #57468b;
}
.cid-teixb9VAUx .mbr-text,
.cid-teixb9VAUx .media-content {
  color: #081d22;
}
.cid-teixb9VAUx p {
  text-align: justify;
  padding: 20px;
}
.cid-tdWpHSLu7Z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdWpHSLu7Z .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #081d22;
  background: #a5cb44;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-tdWpHSLu7Z .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #081d22;
}
.cid-tdWpHSLu7Z .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tdWpHSLu7Z .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tdWpHSLu7Z .card {
    max-width: 14.2%;
  }
}
.cid-tdWpHSLu7Z .card-title,
.cid-tdWpHSLu7Z .iconfont-wrapper {
  color: #081d22;
}
.cid-tdWpHSLu7Z .mbr-section-title {
  color: #03a383;
}
.cid-tdWpHSLu7Z .card-text {
  text-align: left;
}
.cid-tdWpHSLu7Z p {
  text-align: justify !important;
}
.cid-teiBDknCb7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-teiBDknCb7 .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #081d22;
  background: #a5cb44;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-teiBDknCb7 .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #081d22;
}
.cid-teiBDknCb7 .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-teiBDknCb7 .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-teiBDknCb7 .card {
    max-width: 14.2%;
  }
}
.cid-teiBDknCb7 .card-title,
.cid-teiBDknCb7 .iconfont-wrapper {
  color: #081d22;
}
.cid-teiBDknCb7 .mbr-section-title {
  color: #081d22;
}
.cid-teiBDknCb7 .card-text {
  text-align: left;
}
.cid-teiBDknCb7 p {
  text-align: center !important;
}
.cid-teiBDknCb7 H1 {
  color: #081d22;
}
.cid-tegZbt0797 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tegZbt0797 li {
  list-style: none;
}
.cid-tegZbt0797 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tegZbt0797 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-tegZbt0797 h4 {
  margin: 0;
  font-weight: bold !important;
  border-bottom: #879a9f solid 1px;
  padding: 5px;
}
.cid-tegZbt0797 .item {
  color: #57468b;
}
.cid-tegZbt0797 ul {
  padding: 0;
  margin: 0;
}
.cid-tegZbt0797 .col-title {
  color: #57468b;
}
.cid-tegZbt0797 .col-title1 {
  color: #081d22;
  text-align: center;
}
.cid-tegZbt0797 .col-title2 {
  color: #081d22;
  text-align: center;
}
.cid-tegZbt0797 .col-title3 {
  color: #081d22;
  text-align: center;
}
.cid-tegZbt0797 .col-title4 {
  color: #081d22;
  text-align: center;
}
.cid-tegZbt0797 .item1 {
  color: #081d22;
}
.cid-tegZbt0797 .item2 {
  color: #081d22;
  text-align: left;
}
.cid-tegZbt0797 .item3 {
  color: #081d22;
}
.cid-tegZbt0797 .item4 {
  color: #081d22;
}
@media (max-width: 768px) {
  .cid-tegZbt0797 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tegZbt0797 span {
  color: white !important;
  background-color: #a5cb44;
  padding: 10px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-tegZbt0797 h4 {
    font-size: 17px;
  }
}
.cid-tegZbt0797 h3 {
  background-color: #a5cb44 !important;
  padding: 10px;
  border-bottom: #081d22 solid 4px;
}
.cid-tegZbt0797 H1 {
  color: #081d22;
}
.cid-tdxwff80Of {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #081d22;
  position: relative;
  overflow: hidden;
}
.cid-tdxwff80Of .cv {
  padding: 20px;
  border-top: solid 2px #A5CB44;
}
.cid-tdxwff80Of .container {
  max-width: 1400px;
}
.cid-tdxwff80Of .card-img2 span {
  padding-top: 6px;
}
.cid-tdxwff80Of .soc-item a {
  padding-top: 5px;
}
.cid-tdxwff80Of .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdxwff80Of .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdxwff80Of .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdxwff80Of .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdxwff80Of svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
  display: none;
}
.cid-tdxwff80Of #e2_shape {
  fill: #ffffff !important;
}
.cid-tdxwff80Of .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdxwff80Of .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdxwff80Of .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #92b33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdxwff80Of .card-img {
  width: auto;
}
.cid-tdxwff80Of .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdxwff80Of .soc-item span {
  font-size: 1.4rem;
}
.cid-tdxwff80Of .soc-item:hover span {
  color: #a5cb44 !important;
}
.cid-tdxwff80Of .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdxwff80Of .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdxwff80Of img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .item {
    justify-content: center;
  }
  .cid-tdxwff80Of .quote::after {
    left: 60px;
  }
}
.cid-tdxwff80Of .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdxwff80Of .text1 {
  color: #ffffff;
}
.cid-tdxwff80Of .item-title {
  color: #ffffff;
}
.cid-tdxwff80Of H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tdxwff80Of .theme {
  color: #ffffff;
}
.cid-tdxwff80Of .copyright > p {
  color: #ff3366;
}
.cid-tdxwff80Of .text2 {
  color: #ffffff;
}
.cid-tdxwff80Of li {
  text-align: left !important;
  list-style: none;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tdxwff80Of .vv {
  font-size: 24px!important;
  padding-right: 12px;
  color: #a5cb44 !important;
  padding: 5px;
  margin: auto;
}
.cid-tdxwff80Of .ph {
  font-size: 22px!important;
  line-height: 1.5;
}
.cid-tdxwff80Of p {
  font-size: 14px !important;
  padding-left: 10px;
}
.cid-tcAkJ9I42U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcAkJ9I42U .nav-item:focus,
.cid-tcAkJ9I42U .nav-link:focus {
  outline: none;
}
.cid-tcAkJ9I42U .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcAkJ9I42U .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-tcAkJ9I42U .dropdown-item:hover {
  color: #c9f067!important;
}
.cid-tcAkJ9I42U .dropdown-menu {
  background-color: #103139!important;
  font-color: white !important;
}
.cid-tcAkJ9I42U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  display: block;
}
.cid-tcAkJ9I42U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcAkJ9I42U .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcAkJ9I42U .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-tcAkJ9I42U .collapsed {
  flex-direction: row!important;
}
.cid-tcAkJ9I42U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcAkJ9I42U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcAkJ9I42U .navbar {
  border-bottom: solid 2px #A5CB44;
  min-height: 77px;
  transition: all .3s;
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.opened {
  transition: all .3s;
  background: #103139 !important;
}
.cid-tcAkJ9I42U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcAkJ9I42U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcAkJ9I42U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcAkJ9I42U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcAkJ9I42U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcAkJ9I42U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcAkJ9I42U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcAkJ9I42U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcAkJ9I42U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcAkJ9I42U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcAkJ9I42U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcAkJ9I42U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcAkJ9I42U .navbar.navbar-short {
  background: #103139 !important;
  min-height: 60px;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcAkJ9I42U .navbar-caption {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcAkJ9I42U .dropdown-item.active,
.cid-tcAkJ9I42U .dropdown-item:active {
  background-color: transparent;
}
.cid-tcAkJ9I42U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcAkJ9I42U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcAkJ9I42U .navbar-buttons {
  text-align: center;
}
.cid-tcAkJ9I42U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcAkJ9I42U .nav-link {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcAkJ9I42U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcAkJ9I42U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcAkJ9I42U .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcAkJ9I42U .navbar {
    height: 77px;
  }
  .cid-tcAkJ9I42U .navbar.opened {
    height: auto;
  }
  .cid-tcAkJ9I42U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teud76oAvU {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-teud76oAvU .container-fluid {
  padding: 0 3rem;
}
.cid-teud76oAvU .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-teud76oAvU .mbr-section-subtitle {
  color: #103139;
}
.cid-teud76oAvU .form-control {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
  min-height: 53px;
  border-radius: 0;
}
.cid-teud76oAvU textarea.form-control {
  padding: 1rem;
  min-height: 225px;
}
.cid-teud76oAvU .text-block {
  background: #103139;
  padding: 2rem;
  outline: 1px solid #c9f067;
  outline-offset: -15px;
}
.cid-teud76oAvU .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-teud76oAvU .time-block-title {
  color: #feede6;
}
.cid-teud76oAvU .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-teud76oAvU .container-fluid {
    padding: 0 1rem;
  }
  .cid-teud76oAvU .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-teud76oAvU .text-block {
    margin-top: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teud76oAvU .text-block {
    border: 1px solid #c9f067;
  }
}
.cid-teud76oAvU .mtt {
  border-bottom: #879a9f solid 1px;
}
.cid-teud76oAvU .mttx {
  padding-bottom: 1rem;
}
.cid-teud76oAvU H2 {
  color: #879a9f;
}
.cid-teud76oAvU H3 {
  color: #fff4e8;
}
.cid-teud76oAvU img {
  width: 100%;
  height: auto;
}
.cid-tdxwff80Of {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #081d22;
  position: relative;
  overflow: hidden;
}
.cid-tdxwff80Of .cv {
  padding: 20px;
  border-top: solid 2px #A5CB44;
}
.cid-tdxwff80Of .container {
  max-width: 1400px;
}
.cid-tdxwff80Of .card-img2 span {
  padding-top: 6px;
}
.cid-tdxwff80Of .soc-item a {
  padding-top: 5px;
}
.cid-tdxwff80Of .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdxwff80Of .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdxwff80Of .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdxwff80Of .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdxwff80Of svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
  display: none;
}
.cid-tdxwff80Of #e2_shape {
  fill: #ffffff !important;
}
.cid-tdxwff80Of .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdxwff80Of .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdxwff80Of .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #92b33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdxwff80Of .card-img {
  width: auto;
}
.cid-tdxwff80Of .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdxwff80Of .soc-item span {
  font-size: 1.4rem;
}
.cid-tdxwff80Of .soc-item:hover span {
  color: #a5cb44 !important;
}
.cid-tdxwff80Of .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdxwff80Of .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdxwff80Of img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .item {
    justify-content: center;
  }
  .cid-tdxwff80Of .quote::after {
    left: 60px;
  }
}
.cid-tdxwff80Of .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdxwff80Of .text1 {
  color: #ffffff;
}
.cid-tdxwff80Of .item-title {
  color: #ffffff;
}
.cid-tdxwff80Of H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tdxwff80Of .theme {
  color: #ffffff;
}
.cid-tdxwff80Of .copyright > p {
  color: #ff3366;
}
.cid-tdxwff80Of .text2 {
  color: #ffffff;
}
.cid-tdxwff80Of li {
  text-align: left !important;
  list-style: none;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tdxwff80Of .vv {
  font-size: 24px!important;
  padding-right: 12px;
  color: #a5cb44 !important;
  padding: 5px;
  margin: auto;
}
.cid-tdxwff80Of .ph {
  font-size: 22px!important;
  line-height: 1.5;
}
.cid-tdxwff80Of p {
  font-size: 14px !important;
  padding-left: 10px;
}
.cid-teueU3b37b {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-teueU3b37b .mbr-text {
  color: #373e48;
  text-align: center;
}
.cid-teueU3b37b h4 {
  text-align: center;
  border-bottom: solid #6cbe42 2px;
}
.cid-teueU3b37b p {
  text-align: center;
  padding: 20px;
}
.cid-teueU3b37b .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-teueU3b37b .mbr-iconfont {
  transition: all 0.3s;
  color: #081d22 !important;
  font-size: 6rem !important;
  background-color: #efefef;
  padding: 20px;
  border-radius: 100%;
}
.cid-teueU3b37b .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-teueU3b37b .card-img {
  color: #6cbe42;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  width: auto;
}
.cid-teueU3b37b .card-img:hover {
  transform: translateY(-1.5rem);
}
.cid-teueU3b37b .card-img:hover .mbr-iconfont {
  color: #109b1c !important;
}
@media (max-width: 576px) {
  .cid-teueU3b37b .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-teueU3b37b .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-tcAkJ9I42U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tcAkJ9I42U .nav-item:focus,
.cid-tcAkJ9I42U .nav-link:focus {
  outline: none;
}
.cid-tcAkJ9I42U .section {
  position: relative;
  overflow: visible!important;
}
.cid-tcAkJ9I42U .dropdown-item {
  font-weight: 400!important;
  color: white!important;
}
.cid-tcAkJ9I42U .dropdown-item:hover {
  color: #c9f067!important;
}
.cid-tcAkJ9I42U .dropdown-menu {
  background-color: #103139!important;
  font-color: white !important;
}
.cid-tcAkJ9I42U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  display: block;
}
.cid-tcAkJ9I42U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-radius: 0%;
  opacity: 0;
  background-color: #c9f067;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tcAkJ9I42U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tcAkJ9I42U .nav-item .nav-link {
    position: relative;
  }
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tcAkJ9I42U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcAkJ9I42U .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-tcAkJ9I42U .collapsed {
  flex-direction: row!important;
}
.cid-tcAkJ9I42U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcAkJ9I42U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcAkJ9I42U .navbar {
  border-bottom: solid 2px #A5CB44;
  min-height: 77px;
  transition: all .3s;
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.opened {
  transition: all .3s;
  background: #103139 !important;
}
.cid-tcAkJ9I42U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tcAkJ9I42U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcAkJ9I42U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcAkJ9I42U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcAkJ9I42U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcAkJ9I42U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcAkJ9I42U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcAkJ9I42U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcAkJ9I42U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcAkJ9I42U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcAkJ9I42U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcAkJ9I42U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tcAkJ9I42U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tcAkJ9I42U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcAkJ9I42U .navbar.navbar-short {
  background: #103139 !important;
  min-height: 60px;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcAkJ9I42U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcAkJ9I42U .navbar-caption {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcAkJ9I42U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcAkJ9I42U .dropdown-item.active,
.cid-tcAkJ9I42U .dropdown-item:active {
  background-color: transparent;
}
.cid-tcAkJ9I42U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcAkJ9I42U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #103139;
}
.cid-tcAkJ9I42U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcAkJ9I42U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcAkJ9I42U .navbar-buttons {
  text-align: center;
}
.cid-tcAkJ9I42U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcAkJ9I42U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcAkJ9I42U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcAkJ9I42U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcAkJ9I42U .nav-link {
  font-weight: 600!important;
}
.cid-tcAkJ9I42U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcAkJ9I42U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcAkJ9I42U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tcAkJ9I42U .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcAkJ9I42U .navbar {
    height: 77px;
  }
  .cid-tcAkJ9I42U .navbar.opened {
    height: auto;
  }
  .cid-tcAkJ9I42U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teueywsugZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-teueywsugZ li {
  list-style: none;
}
.cid-teueywsugZ .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-teueywsugZ .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-teueywsugZ h4 {
  margin: 0;
  font-weight: bold !important;
  border-bottom: #879a9f solid 1px;
  padding: 5px;
}
.cid-teueywsugZ .item {
  color: #57468b;
}
.cid-teueywsugZ ul {
  padding: 0;
  margin: 0;
}
.cid-teueywsugZ .col-title {
  color: #57468b;
}
.cid-teueywsugZ .col-title1 {
  color: #081d22;
  text-align: center;
}
.cid-teueywsugZ .col-title2 {
  color: #081d22;
  text-align: center;
}
.cid-teueywsugZ .col-title3 {
  color: #081d22;
  text-align: center;
}
.cid-teueywsugZ .col-title4 {
  color: #081d22;
  text-align: center;
}
.cid-teueywsugZ .item1 {
  color: #081d22;
}
.cid-teueywsugZ .item2 {
  color: #081d22;
  text-align: left;
}
.cid-teueywsugZ .item3 {
  color: #081d22;
}
.cid-teueywsugZ .item4 {
  color: #081d22;
}
@media (max-width: 768px) {
  .cid-teueywsugZ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-teueywsugZ span {
  color: white !important;
  background-color: #a5cb44;
  padding: 10px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-teueywsugZ h4 {
    font-size: 15px;
  }
}
.cid-teueywsugZ h3 {
  background-color: #a5cb44 !important;
  padding: 10px;
  border-bottom: #081d22 solid 4px;
}
.cid-teueywsugZ H1 {
  color: #081d22;
}
.cid-teueywsugZ DIV {
  text-align: left;
}
.cid-tdxwff80Of {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #081d22;
  position: relative;
  overflow: hidden;
}
.cid-tdxwff80Of .cv {
  padding: 20px;
  border-top: solid 2px #A5CB44;
}
.cid-tdxwff80Of .container {
  max-width: 1400px;
}
.cid-tdxwff80Of .card-img2 span {
  padding-top: 6px;
}
.cid-tdxwff80Of .soc-item a {
  padding-top: 5px;
}
.cid-tdxwff80Of .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdxwff80Of .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdxwff80Of .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdxwff80Of .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdxwff80Of svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
  display: none;
}
.cid-tdxwff80Of #e2_shape {
  fill: #ffffff !important;
}
.cid-tdxwff80Of .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdxwff80Of .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdxwff80Of .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #92b33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdxwff80Of .card-img {
  width: auto;
}
.cid-tdxwff80Of .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdxwff80Of .soc-item span {
  font-size: 1.4rem;
}
.cid-tdxwff80Of .soc-item:hover span {
  color: #a5cb44 !important;
}
.cid-tdxwff80Of .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdxwff80Of .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdxwff80Of img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .item {
    justify-content: center;
  }
  .cid-tdxwff80Of .quote::after {
    left: 60px;
  }
}
.cid-tdxwff80Of .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdxwff80Of .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdxwff80Of .text1 {
  color: #ffffff;
}
.cid-tdxwff80Of .item-title {
  color: #ffffff;
}
.cid-tdxwff80Of H5 {
  color: #ffffff;
  text-align: center;
}
.cid-tdxwff80Of .theme {
  color: #ffffff;
}
.cid-tdxwff80Of .copyright > p {
  color: #ff3366;
}
.cid-tdxwff80Of .text2 {
  color: #ffffff;
}
.cid-tdxwff80Of li {
  text-align: left !important;
  list-style: none;
  border-bottom: solid #879a9f 1px;
}
.cid-tdxwff80Of .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-tdxwff80Of .vv {
  font-size: 24px!important;
  padding-right: 12px;
  color: #a5cb44 !important;
  padding: 5px;
  margin: auto;
}
.cid-tdxwff80Of .ph {
  font-size: 22px!important;
  line-height: 1.5;
}
.cid-tdxwff80Of p {
  font-size: 14px !important;
  padding-left: 10px;
}
