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





body {
  font-family: Montserrat;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: .25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #ff4f7b !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #e8003a !important;
  color: #e8003a !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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;
}
.btn-underline {
  padding: .5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: .5rem;
}
.btn-underline:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  padding-left: .3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all .3s;
  padding-left: .5rem;
}
.text-primary {
  color: #ff4f7b !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e8003a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4f7b;
  border-color: #ff4f7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: .25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ff4f7b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #ffffff;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #ffffff;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff4f7b;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ff4f7b;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff4f7b;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.form-control {
  width: 100%;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4f7b;
  color: #ffffff;
}
.jq-number__spin {
  background-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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4f7b;
  border-bottom-color: #ff4f7b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2bdc9d !important;
  box-shadow: none !important;
}
.cid-rItAIaURSW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rItAIaURSW .nav-item,
.cid-rItAIaURSW .nav-link,
.cid-rItAIaURSW .navbar-caption {
  font-weight: normal;
}
.cid-rItAIaURSW .nav-item:focus,
.cid-rItAIaURSW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rItAIaURSW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rItAIaURSW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rItAIaURSW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rItAIaURSW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rItAIaURSW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rItAIaURSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rItAIaURSW .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-rItAIaURSW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rItAIaURSW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rItAIaURSW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rItAIaURSW .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rItAIaURSW .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rItAIaURSW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rItAIaURSW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rItAIaURSW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rItAIaURSW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rItAIaURSW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rItAIaURSW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rItAIaURSW .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-rItAIaURSW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rItAIaURSW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rItAIaURSW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rItAIaURSW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rItAIaURSW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rItAIaURSW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rItAIaURSW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rItAIaURSW .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-rItAIaURSW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rItAIaURSW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rItAIaURSW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rItAIaURSW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rItAIaURSW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rItAIaURSW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rItAIaURSW .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rItAIaURSW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rItAIaURSW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rItAIaURSW .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-rItAIaURSW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rItAIaURSW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rItAIaURSW .dropdown-item.active,
.cid-rItAIaURSW .dropdown-item:active {
  background-color: transparent;
}
.cid-rItAIaURSW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rItAIaURSW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rItAIaURSW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rItAIaURSW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rItAIaURSW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rItAIaURSW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rItAIaURSW .navbar-buttons {
  text-align: center;
}
.cid-rItAIaURSW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rItAIaURSW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rItAIaURSW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rItAIaURSW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rItAIaURSW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rItAIaURSW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rItAIaURSW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rItAIaURSW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rItAIaURSW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rItAIaURSW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rItAIaURSW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rItAIaURSW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rItAIaURSW .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rItAIaURSW .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rItAIaURSW .soc-item {
  margin: .5rem .3rem;
}
.cid-rItAIaURSW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rItAIaURSW .navbar {
    height: 77px;
  }
  .cid-rItAIaURSW .navbar.opened {
    height: auto;
  }
  .cid-rItAIaURSW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rItEtXZcCU {
  background-image: url("../../../assets/images/d3704be40593a35c4b7093e49df922e0-1280x719.jpg");
}
.cid-rItEtXZcCU .mbr-overlay {
  background: #000000;
}
.cid-rItEtXZcCU .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3tYXKivu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rN3tYXKivu .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3tYXKivu .mbr-section-title {
  text-align: center;
}
.cid-rN3u7SbNUR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3u7SbNUR .mbr-text {
  color: #000000;
}
.cid-rSVonD5zeH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/shutterstock-112676093-2000x1754.jpeg");
}
.cid-rSVonD5zeH .mbr-overlay {
  background: #188ef4;
  background: linear-gradient(90deg, #188ef4, #000000);
}
.cid-rSVp88LMwU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSVp88LMwU .mbr-text {
  color: #8d97ad;
}
.cid-rN3vFVM5M9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/regnum-picture-1532689074317552-normal-1280x853.jpg");
}
.cid-rN3vFVM5M9 .mbr-overlay {
  background: #333333;
}
.cid-rN3vFVM5M9 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rN3vFVM5M9 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rN3vFVM5M9 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3vFVM5M9 .mbr-text {
  color: #444444;
}
.cid-rN3vFVM5M9 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3vFVM5M9 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rN3vFVM5M9 .card-title {
    text-align: center;
  }
  .cid-rN3vFVM5M9 p.mbr-text,
  .cid-rN3vFVM5M9 p.date {
    text-align: center;
  }
}
.cid-rN3vFVM5M9 H2 {
  color: #f4f8fa;
}
.cid-rN3yjU14lU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3yjU14lU .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-rN3yjU14lU .mbr-section-title {
  margin: 0;
}
.cid-rN3yjU14lU .card-img {
  text-align: center;
}
.cid-rN3yjU14lU .mbr-section-subtitle,
.cid-rN3yjU14lU .mbr-text {
  color: #8d97ad;
}
.cid-rN3yjU14lU .row-item {
  border-radius: .25rem;
  background: #188ef4;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rN3yjU14lU .card-img,
  .cid-rN3yjU14lU .mbr-text,
  .cid-rN3yjU14lU .mbr-card-title,
  .cid-rN3yjU14lU .mbr-section-subtitle,
  .cid-rN3yjU14lU .mbr-section-title,
  .cid-rN3yjU14lU .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rN3yjU14lU .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rN3yjU14lU .mbr-card-title,
.cid-rN3yjU14lU .card-img {
  color: #ffffff;
}
.cid-rItJOQyEah {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rItJOQyEah .mbr-overlay {
  background: #efefef;
}
.cid-rItJOQyEah .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rItJOQyEah .client-name {
  color: #8d97ad;
}
.cid-rItJOQyEah .wrap-img {
  padding-bottom: 1rem;
}
.cid-rItJOQyEah .wrap-img img {
  max-width: 100%;
}
.cid-rItJOQyEah .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVvhIfaO0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVvhIfaO0 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVvhIfaO0 .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVvhIfaO0 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVvhIfaO0 .form-group,
  .cid-rSVvhIfaO0 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVvhIfaO0 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVvhIfaO0 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVvhIfaO0 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVvhIfaO0 .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5b {
  /* Type valid CSS here */
}
#custom-html-5b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5b p {
  font-size: 60px;
  color: #777;
}
.cid-rN3yUnxUWt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3yUnxUWt .nav-item,
.cid-rN3yUnxUWt .nav-link,
.cid-rN3yUnxUWt .navbar-caption {
  font-weight: normal;
}
.cid-rN3yUnxUWt .nav-item:focus,
.cid-rN3yUnxUWt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3yUnxUWt .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3yUnxUWt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3yUnxUWt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3yUnxUWt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3yUnxUWt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3yUnxUWt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3yUnxUWt .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-rN3yUnxUWt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3yUnxUWt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3yUnxUWt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3yUnxUWt .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3yUnxUWt .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3yUnxUWt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3yUnxUWt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3yUnxUWt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3yUnxUWt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3yUnxUWt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3yUnxUWt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3yUnxUWt .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-rN3yUnxUWt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3yUnxUWt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3yUnxUWt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3yUnxUWt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3yUnxUWt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3yUnxUWt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3yUnxUWt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3yUnxUWt .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-rN3yUnxUWt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3yUnxUWt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3yUnxUWt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3yUnxUWt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3yUnxUWt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3yUnxUWt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3yUnxUWt .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3yUnxUWt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3yUnxUWt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3yUnxUWt .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-rN3yUnxUWt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3yUnxUWt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3yUnxUWt .dropdown-item.active,
.cid-rN3yUnxUWt .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3yUnxUWt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3yUnxUWt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3yUnxUWt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3yUnxUWt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3yUnxUWt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3yUnxUWt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3yUnxUWt .navbar-buttons {
  text-align: center;
}
.cid-rN3yUnxUWt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3yUnxUWt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3yUnxUWt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3yUnxUWt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3yUnxUWt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3yUnxUWt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3yUnxUWt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3yUnxUWt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3yUnxUWt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3yUnxUWt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3yUnxUWt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3yUnxUWt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3yUnxUWt .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3yUnxUWt .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3yUnxUWt .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3yUnxUWt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3yUnxUWt .navbar {
    height: 77px;
  }
  .cid-rN3yUnxUWt .navbar.opened {
    height: auto;
  }
  .cid-rN3yUnxUWt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3yUoTsjh {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3yUoTsjh .mbr-overlay {
  background: #333333;
}
.cid-rN3yUoTsjh .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3yUql64i {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3yUql64i .mbr-text {
  color: #000000;
}
.cid-rN3yUt6iW0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3yUt6iW0 .mbr-overlay {
  background: #efefef;
}
.cid-rN3yUt6iW0 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3yUt6iW0 .client-name {
  color: #8d97ad;
}
.cid-rN3yUt6iW0 .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3yUt6iW0 .wrap-img img {
  max-width: 100%;
}
.cid-rN3yUt6iW0 .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwrFEEWO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwrFEEWO .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwrFEEWO .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwrFEEWO .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwrFEEWO .form-group,
  .cid-rSVwrFEEWO .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwrFEEWO .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwrFEEWO textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwrFEEWO .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwrFEEWO .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5g {
  /* Type valid CSS here */
}
#custom-html-5g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5g p {
  font-size: 60px;
  color: #777;
}
.cid-rN3yYXZIOK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3yYXZIOK .nav-item,
.cid-rN3yYXZIOK .nav-link,
.cid-rN3yYXZIOK .navbar-caption {
  font-weight: normal;
}
.cid-rN3yYXZIOK .nav-item:focus,
.cid-rN3yYXZIOK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3yYXZIOK .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3yYXZIOK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3yYXZIOK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3yYXZIOK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3yYXZIOK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3yYXZIOK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3yYXZIOK .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-rN3yYXZIOK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3yYXZIOK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3yYXZIOK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3yYXZIOK .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3yYXZIOK .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3yYXZIOK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3yYXZIOK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3yYXZIOK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3yYXZIOK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3yYXZIOK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3yYXZIOK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3yYXZIOK .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-rN3yYXZIOK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3yYXZIOK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3yYXZIOK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3yYXZIOK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3yYXZIOK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3yYXZIOK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3yYXZIOK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3yYXZIOK .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-rN3yYXZIOK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3yYXZIOK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3yYXZIOK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3yYXZIOK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3yYXZIOK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3yYXZIOK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3yYXZIOK .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3yYXZIOK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3yYXZIOK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3yYXZIOK .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-rN3yYXZIOK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3yYXZIOK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3yYXZIOK .dropdown-item.active,
.cid-rN3yYXZIOK .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3yYXZIOK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3yYXZIOK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3yYXZIOK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3yYXZIOK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3yYXZIOK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3yYXZIOK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3yYXZIOK .navbar-buttons {
  text-align: center;
}
.cid-rN3yYXZIOK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3yYXZIOK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3yYXZIOK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3yYXZIOK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3yYXZIOK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3yYXZIOK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3yYXZIOK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3yYXZIOK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3yYXZIOK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3yYXZIOK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3yYXZIOK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3yYXZIOK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3yYXZIOK .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3yYXZIOK .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3yYXZIOK .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3yYXZIOK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3yYXZIOK .navbar {
    height: 77px;
  }
  .cid-rN3yYXZIOK .navbar.opened {
    height: auto;
  }
  .cid-rN3yYXZIOK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3yYZ5KPK {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3yYZ5KPK .mbr-overlay {
  background: #333333;
}
.cid-rN3yYZ5KPK .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3yYZT9Ow {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rN3yYZT9Ow .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3yYZT9Ow .mbr-section-title {
  text-align: center;
}
.cid-rN3yZ0yi5G {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3yZ0yi5G .mbr-text {
  color: #000000;
}
.cid-rN3THSGVFg {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rN3THSGVFg .mbr-section-subtitle,
.cid-rN3THSGVFg .caption-text {
  color: #8d97ad;
}
.cid-rN3THSGVFg .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-rN3THSGVFg .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-rN3THSGVFg .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-rN3THSGVFg .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rN3B21s313 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3B21s313 .mbr-text {
  color: #000000;
}
.cid-rN3Ufxd3ww {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rN3Ufxd3ww .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3Ufxd3ww .mbr-section-title {
  text-align: center;
}
.cid-rN3UpJFguz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN3UpJFguz .mbr-text {
  color: #000000;
}
.cid-rN3UY3WUSu {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rN3UY3WUSu .mbr-section-subtitle,
.cid-rN3UY3WUSu .caption-text {
  color: #8d97ad;
}
.cid-rN3UY3WUSu .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-rN3UY3WUSu .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-rN3UY3WUSu .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-rN3UY3WUSu .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rN3VgtE89b {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3VgtE89b .mbr-text {
  color: #000000;
}
.cid-rN3yZ3i9dF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3yZ3i9dF .mbr-overlay {
  background: #efefef;
}
.cid-rN3yZ3i9dF .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3yZ3i9dF .client-name {
  color: #8d97ad;
}
.cid-rN3yZ3i9dF .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3yZ3i9dF .wrap-img img {
  max-width: 100%;
}
.cid-rN3yZ3i9dF .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwwIbG4r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwwIbG4r .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwwIbG4r .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwwIbG4r .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwwIbG4r .form-group,
  .cid-rSVwwIbG4r .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwwIbG4r .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwwIbG4r textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwwIbG4r .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwwIbG4r .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5h {
  /* Type valid CSS here */
}
#custom-html-5h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5h p {
  font-size: 60px;
  color: #777;
}
.cid-rN3z0paesq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3z0paesq .nav-item,
.cid-rN3z0paesq .nav-link,
.cid-rN3z0paesq .navbar-caption {
  font-weight: normal;
}
.cid-rN3z0paesq .nav-item:focus,
.cid-rN3z0paesq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3z0paesq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3z0paesq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3z0paesq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3z0paesq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3z0paesq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3z0paesq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3z0paesq .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-rN3z0paesq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3z0paesq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3z0paesq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3z0paesq .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3z0paesq .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3z0paesq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3z0paesq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3z0paesq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3z0paesq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3z0paesq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3z0paesq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3z0paesq .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-rN3z0paesq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3z0paesq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3z0paesq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3z0paesq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3z0paesq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3z0paesq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3z0paesq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3z0paesq .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-rN3z0paesq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3z0paesq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3z0paesq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3z0paesq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3z0paesq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3z0paesq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3z0paesq .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3z0paesq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3z0paesq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3z0paesq .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-rN3z0paesq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3z0paesq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3z0paesq .dropdown-item.active,
.cid-rN3z0paesq .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3z0paesq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3z0paesq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3z0paesq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3z0paesq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3z0paesq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3z0paesq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3z0paesq .navbar-buttons {
  text-align: center;
}
.cid-rN3z0paesq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3z0paesq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3z0paesq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3z0paesq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3z0paesq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3z0paesq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3z0paesq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3z0paesq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3z0paesq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3z0paesq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3z0paesq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3z0paesq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3z0paesq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3z0paesq .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3z0paesq .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3z0paesq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3z0paesq .navbar {
    height: 77px;
  }
  .cid-rN3z0paesq .navbar.opened {
    height: auto;
  }
  .cid-rN3z0paesq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3z0qgk4H {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3z0qgk4H .mbr-overlay {
  background: #333333;
}
.cid-rN3z0qgk4H .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3CtTQcpv {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rN3CtTQcpv .mbr-overlay {
  background: #efefef;
}
.cid-rN3CtTQcpv .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rN3CtTQcpv .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rN3CtTQcpv .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3CtTQcpv .mbr-text {
  color: #444444;
}
.cid-rN3CtTQcpv .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3CtTQcpv .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rN3CtTQcpv .card-title {
    text-align: center;
  }
  .cid-rN3CtTQcpv p.mbr-text,
  .cid-rN3CtTQcpv p.date {
    text-align: center;
  }
}
.cid-rN3ESjRS5V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN3ESjRS5V .mbr-overlay {
  background: #efefef;
}
.cid-rN3ESjRS5V .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rN3ESjRS5V .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rN3ESjRS5V .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3ESjRS5V .mbr-text {
  color: #8d97ad;
}
.cid-rN3ESjRS5V .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3ESjRS5V .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rN3ESjRS5V .card-title {
    text-align: center;
  }
  .cid-rN3ESjRS5V p.mbr-text,
  .cid-rN3ESjRS5V p.date {
    text-align: center;
  }
}
.cid-rN3ErgS5Uk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3ErgS5Uk .mbr-text {
  color: #8d97ad;
}
.cid-rN3z0ulViE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3z0ulViE .mbr-overlay {
  background: #efefef;
}
.cid-rN3z0ulViE .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3z0ulViE .client-name {
  color: #8d97ad;
}
.cid-rN3z0ulViE .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3z0ulViE .wrap-img img {
  max-width: 100%;
}
.cid-rN3z0ulViE .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwGHuanz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwGHuanz .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwGHuanz .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwGHuanz .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwGHuanz .form-group,
  .cid-rSVwGHuanz .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwGHuanz .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwGHuanz textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwGHuanz .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwGHuanz .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5m {
  /* Type valid CSS here */
}
#custom-html-5m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5m p {
  font-size: 60px;
  color: #777;
}
.cid-rN3z4hxVxt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3z4hxVxt .nav-item,
.cid-rN3z4hxVxt .nav-link,
.cid-rN3z4hxVxt .navbar-caption {
  font-weight: normal;
}
.cid-rN3z4hxVxt .nav-item:focus,
.cid-rN3z4hxVxt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3z4hxVxt .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3z4hxVxt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3z4hxVxt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3z4hxVxt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3z4hxVxt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3z4hxVxt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3z4hxVxt .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-rN3z4hxVxt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3z4hxVxt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3z4hxVxt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3z4hxVxt .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3z4hxVxt .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3z4hxVxt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3z4hxVxt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3z4hxVxt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3z4hxVxt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3z4hxVxt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3z4hxVxt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3z4hxVxt .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-rN3z4hxVxt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3z4hxVxt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3z4hxVxt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3z4hxVxt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3z4hxVxt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3z4hxVxt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3z4hxVxt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3z4hxVxt .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-rN3z4hxVxt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3z4hxVxt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3z4hxVxt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3z4hxVxt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3z4hxVxt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3z4hxVxt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3z4hxVxt .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3z4hxVxt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3z4hxVxt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3z4hxVxt .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-rN3z4hxVxt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3z4hxVxt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3z4hxVxt .dropdown-item.active,
.cid-rN3z4hxVxt .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3z4hxVxt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3z4hxVxt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3z4hxVxt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3z4hxVxt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3z4hxVxt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3z4hxVxt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3z4hxVxt .navbar-buttons {
  text-align: center;
}
.cid-rN3z4hxVxt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3z4hxVxt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3z4hxVxt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3z4hxVxt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3z4hxVxt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3z4hxVxt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3z4hxVxt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3z4hxVxt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3z4hxVxt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3z4hxVxt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3z4hxVxt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3z4hxVxt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3z4hxVxt .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3z4hxVxt .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3z4hxVxt .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3z4hxVxt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3z4hxVxt .navbar {
    height: 77px;
  }
  .cid-rN3z4hxVxt .navbar.opened {
    height: auto;
  }
  .cid-rN3z4hxVxt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3z4iEM94 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3z4iEM94 .mbr-overlay {
  background: #333333;
}
.cid-rN3z4iEM94 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3z4k2fsz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3z4k2fsz .mbr-text {
  color: #000000;
}
.cid-rN3z4kvnSS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gasplant-743x244.jpg");
}
.cid-rN3z4kvnSS .mbr-overlay {
  background: #333333;
}
.cid-rN3z4kvnSS .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rN3z4kvnSS .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rN3z4kvnSS .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3z4kvnSS .mbr-text {
  color: #444444;
}
.cid-rN3z4kvnSS .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3z4kvnSS .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rN3z4kvnSS .card-title {
    text-align: center;
  }
  .cid-rN3z4kvnSS p.mbr-text,
  .cid-rN3z4kvnSS p.date {
    text-align: center;
  }
}
.cid-rN3z4kvnSS H2 {
  color: #f4f8fa;
}
.cid-rN3z4lEP1v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3z4lEP1v .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-rN3z4lEP1v .mbr-section-title {
  margin: 0;
}
.cid-rN3z4lEP1v .card-img {
  text-align: center;
}
.cid-rN3z4lEP1v .mbr-section-subtitle,
.cid-rN3z4lEP1v .mbr-text {
  color: #8d97ad;
}
.cid-rN3z4lEP1v .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rN3z4lEP1v .card-img,
  .cid-rN3z4lEP1v .mbr-text,
  .cid-rN3z4lEP1v .mbr-card-title,
  .cid-rN3z4lEP1v .mbr-section-subtitle,
  .cid-rN3z4lEP1v .mbr-section-title,
  .cid-rN3z4lEP1v .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rN3z4lEP1v .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rN3z4mM3bW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3z4mM3bW .mbr-overlay {
  background: #efefef;
}
.cid-rN3z4mM3bW .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3z4mM3bW .client-name {
  color: #8d97ad;
}
.cid-rN3z4mM3bW .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3z4mM3bW .wrap-img img {
  max-width: 100%;
}
.cid-rN3z4mM3bW .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwJz139B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwJz139B .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwJz139B .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwJz139B .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwJz139B .form-group,
  .cid-rSVwJz139B .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwJz139B .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwJz139B textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwJz139B .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwJz139B .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5o {
  /* Type valid CSS here */
}
#custom-html-5o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5o p {
  font-size: 60px;
  color: #777;
}
.cid-rN3z6i3Zus .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3z6i3Zus .nav-item,
.cid-rN3z6i3Zus .nav-link,
.cid-rN3z6i3Zus .navbar-caption {
  font-weight: normal;
}
.cid-rN3z6i3Zus .nav-item:focus,
.cid-rN3z6i3Zus .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3z6i3Zus .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3z6i3Zus .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3z6i3Zus .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3z6i3Zus .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3z6i3Zus .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3z6i3Zus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3z6i3Zus .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-rN3z6i3Zus .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3z6i3Zus .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3z6i3Zus .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3z6i3Zus .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3z6i3Zus .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3z6i3Zus .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3z6i3Zus .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3z6i3Zus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3z6i3Zus .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3z6i3Zus .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3z6i3Zus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3z6i3Zus .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-rN3z6i3Zus .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3z6i3Zus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3z6i3Zus .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3z6i3Zus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3z6i3Zus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3z6i3Zus .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3z6i3Zus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3z6i3Zus .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-rN3z6i3Zus .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3z6i3Zus .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3z6i3Zus .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3z6i3Zus .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3z6i3Zus .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3z6i3Zus .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3z6i3Zus .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3z6i3Zus .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3z6i3Zus .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3z6i3Zus .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-rN3z6i3Zus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3z6i3Zus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3z6i3Zus .dropdown-item.active,
.cid-rN3z6i3Zus .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3z6i3Zus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3z6i3Zus .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3z6i3Zus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3z6i3Zus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3z6i3Zus .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3z6i3Zus ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3z6i3Zus .navbar-buttons {
  text-align: center;
}
.cid-rN3z6i3Zus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3z6i3Zus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3z6i3Zus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3z6i3Zus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3z6i3Zus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3z6i3Zus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3z6i3Zus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3z6i3Zus nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3z6i3Zus nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3z6i3Zus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3z6i3Zus .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3z6i3Zus a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3z6i3Zus .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3z6i3Zus .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3z6i3Zus .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3z6i3Zus .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3z6i3Zus .navbar {
    height: 77px;
  }
  .cid-rN3z6i3Zus .navbar.opened {
    height: auto;
  }
  .cid-rN3z6i3Zus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3z6jfbSY {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3z6jfbSY .mbr-overlay {
  background: #333333;
}
.cid-rN3z6jfbSY .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3z6kGVX1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3z6kGVX1 .mbr-text {
  color: #000000;
}
.cid-rN3z6nxU8W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3z6nxU8W .mbr-overlay {
  background: #efefef;
}
.cid-rN3z6nxU8W .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3z6nxU8W .client-name {
  color: #8d97ad;
}
.cid-rN3z6nxU8W .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3z6nxU8W .wrap-img img {
  max-width: 100%;
}
.cid-rN3z6nxU8W .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwMqdECa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwMqdECa .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwMqdECa .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwMqdECa .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwMqdECa .form-group,
  .cid-rSVwMqdECa .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwMqdECa .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwMqdECa textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwMqdECa .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwMqdECa .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5q {
  /* Type valid CSS here */
}
#custom-html-5q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5q p {
  font-size: 60px;
  color: #777;
}
.cid-rN3zamFOEg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3zamFOEg .nav-item,
.cid-rN3zamFOEg .nav-link,
.cid-rN3zamFOEg .navbar-caption {
  font-weight: normal;
}
.cid-rN3zamFOEg .nav-item:focus,
.cid-rN3zamFOEg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3zamFOEg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3zamFOEg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3zamFOEg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3zamFOEg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3zamFOEg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3zamFOEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3zamFOEg .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-rN3zamFOEg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3zamFOEg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3zamFOEg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3zamFOEg .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3zamFOEg .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3zamFOEg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3zamFOEg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3zamFOEg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3zamFOEg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3zamFOEg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3zamFOEg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3zamFOEg .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-rN3zamFOEg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3zamFOEg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3zamFOEg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3zamFOEg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3zamFOEg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3zamFOEg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3zamFOEg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3zamFOEg .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-rN3zamFOEg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3zamFOEg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3zamFOEg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3zamFOEg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3zamFOEg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3zamFOEg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3zamFOEg .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3zamFOEg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3zamFOEg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3zamFOEg .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-rN3zamFOEg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3zamFOEg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3zamFOEg .dropdown-item.active,
.cid-rN3zamFOEg .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3zamFOEg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3zamFOEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3zamFOEg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3zamFOEg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3zamFOEg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3zamFOEg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3zamFOEg .navbar-buttons {
  text-align: center;
}
.cid-rN3zamFOEg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3zamFOEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3zamFOEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3zamFOEg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zamFOEg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zamFOEg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3zamFOEg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zamFOEg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3zamFOEg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3zamFOEg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zamFOEg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3zamFOEg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3zamFOEg .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3zamFOEg .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3zamFOEg .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3zamFOEg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3zamFOEg .navbar {
    height: 77px;
  }
  .cid-rN3zamFOEg .navbar.opened {
    height: auto;
  }
  .cid-rN3zamFOEg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3zanMtOt {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3zanMtOt .mbr-overlay {
  background: #333333;
}
.cid-rN3zanMtOt .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3HkA1jjl {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3HkA1jjl .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rN3HkA1jjl .section-text {
  color: #8d97ad;
}
.cid-rN3HkA1jjl .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-rN3HkA1jjl .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rN3HkA1jjl .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rN3HkA1jjl .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-rN3HkA1jjl .mbr-figure .card-text {
  padding: 2rem;
}
.cid-rN3HkA1jjl .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-rN3HkA1jjl .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rN3HkA1jjl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rN3HkA1jjl .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #333333;
}
@media (max-width: 767px) {
  .cid-rN3HkA1jjl .mbr-text {
    text-align: center;
  }
}
.cid-rN3Img5JC2 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3Img5JC2 .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rN3Img5JC2 .section-text {
  color: #8d97ad;
}
.cid-rN3Img5JC2 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-rN3Img5JC2 .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rN3Img5JC2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rN3Img5JC2 .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-rN3Img5JC2 .mbr-figure .card-text {
  padding: 2rem;
}
.cid-rN3Img5JC2 .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-rN3Img5JC2 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rN3Img5JC2 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-rN3Img5JC2 .mbr-text {
    text-align: center;
  }
}
.cid-rN3IW5xjzH {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3IW5xjzH .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rN3IW5xjzH .section-text {
  color: #8d97ad;
}
.cid-rN3IW5xjzH .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-rN3IW5xjzH .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rN3IW5xjzH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rN3IW5xjzH .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-rN3IW5xjzH .mbr-figure .card-text {
  padding: 2rem;
}
.cid-rN3IW5xjzH .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-rN3IW5xjzH .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rN3IW5xjzH .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-rN3IW5xjzH .mbr-text {
    text-align: center;
  }
}
.cid-rN3zas2S6t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3zas2S6t .mbr-overlay {
  background: #efefef;
}
.cid-rN3zas2S6t .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3zas2S6t .client-name {
  color: #8d97ad;
}
.cid-rN3zas2S6t .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3zas2S6t .wrap-img img {
  max-width: 100%;
}
.cid-rN3zas2S6t .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwQ7vxlL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwQ7vxlL .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwQ7vxlL .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwQ7vxlL .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwQ7vxlL .form-group,
  .cid-rSVwQ7vxlL .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwQ7vxlL .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwQ7vxlL textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwQ7vxlL .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwQ7vxlL .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5s {
  /* Type valid CSS here */
}
#custom-html-5s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5s p {
  font-size: 60px;
  color: #777;
}
.cid-rN3zcMgc3M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3zcMgc3M .nav-item,
.cid-rN3zcMgc3M .nav-link,
.cid-rN3zcMgc3M .navbar-caption {
  font-weight: normal;
}
.cid-rN3zcMgc3M .nav-item:focus,
.cid-rN3zcMgc3M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3zcMgc3M .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3zcMgc3M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3zcMgc3M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3zcMgc3M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3zcMgc3M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3zcMgc3M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3zcMgc3M .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-rN3zcMgc3M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3zcMgc3M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3zcMgc3M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3zcMgc3M .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3zcMgc3M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3zcMgc3M .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3zcMgc3M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3zcMgc3M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3zcMgc3M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3zcMgc3M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3zcMgc3M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3zcMgc3M .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-rN3zcMgc3M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3zcMgc3M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3zcMgc3M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3zcMgc3M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3zcMgc3M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3zcMgc3M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3zcMgc3M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3zcMgc3M .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-rN3zcMgc3M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3zcMgc3M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3zcMgc3M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3zcMgc3M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3zcMgc3M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3zcMgc3M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3zcMgc3M .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3zcMgc3M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3zcMgc3M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3zcMgc3M .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-rN3zcMgc3M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3zcMgc3M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3zcMgc3M .dropdown-item.active,
.cid-rN3zcMgc3M .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3zcMgc3M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3zcMgc3M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3zcMgc3M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3zcMgc3M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3zcMgc3M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3zcMgc3M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3zcMgc3M .navbar-buttons {
  text-align: center;
}
.cid-rN3zcMgc3M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3zcMgc3M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3zcMgc3M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3zcMgc3M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zcMgc3M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zcMgc3M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3zcMgc3M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zcMgc3M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3zcMgc3M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3zcMgc3M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zcMgc3M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3zcMgc3M a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3zcMgc3M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3zcMgc3M .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3zcMgc3M .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3zcMgc3M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3zcMgc3M .navbar {
    height: 77px;
  }
  .cid-rN3zcMgc3M .navbar.opened {
    height: auto;
  }
  .cid-rN3zcMgc3M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3zcNuoOy {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3zcNuoOy .mbr-overlay {
  background: #333333;
}
.cid-rN3zcNuoOy .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3KaIshuK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3KaIshuK .mbr-iconfont {
  color: #8d97ad;
}
.cid-rN3KaIshuK .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rN3KaIshuK .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rN3KaIshuK .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3KaIshuK .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3KaIshuK .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-rN3KaIshuK .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rN3KxV7rF2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN3KxV7rF2 .mbr-iconfont {
  color: #8d97ad;
}
.cid-rN3KxV7rF2 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rN3KxV7rF2 .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rN3KxV7rF2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3KxV7rF2 .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3KxV7rF2 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-rN3KxV7rF2 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rN3LwhCfVS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3LwhCfVS .mbr-iconfont {
  color: #8d97ad;
}
.cid-rN3LwhCfVS .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rN3LwhCfVS .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rN3LwhCfVS .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3LwhCfVS .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3LwhCfVS .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-rN3LwhCfVS .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rN3zcRNNC0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3zcRNNC0 .mbr-overlay {
  background: #efefef;
}
.cid-rN3zcRNNC0 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3zcRNNC0 .client-name {
  color: #8d97ad;
}
.cid-rN3zcRNNC0 .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3zcRNNC0 .wrap-img img {
  max-width: 100%;
}
.cid-rN3zcRNNC0 .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwZKRyW3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwZKRyW3 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwZKRyW3 .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwZKRyW3 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwZKRyW3 .form-group,
  .cid-rSVwZKRyW3 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwZKRyW3 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwZKRyW3 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwZKRyW3 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwZKRyW3 .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5u {
  /* Type valid CSS here */
}
#custom-html-5u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5u p {
  font-size: 60px;
  color: #777;
}
.cid-rN3zgk3kQa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3zgk3kQa .nav-item,
.cid-rN3zgk3kQa .nav-link,
.cid-rN3zgk3kQa .navbar-caption {
  font-weight: normal;
}
.cid-rN3zgk3kQa .nav-item:focus,
.cid-rN3zgk3kQa .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3zgk3kQa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3zgk3kQa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3zgk3kQa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3zgk3kQa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3zgk3kQa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3zgk3kQa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3zgk3kQa .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-rN3zgk3kQa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3zgk3kQa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3zgk3kQa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3zgk3kQa .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3zgk3kQa .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3zgk3kQa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3zgk3kQa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3zgk3kQa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3zgk3kQa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3zgk3kQa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3zgk3kQa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3zgk3kQa .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-rN3zgk3kQa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3zgk3kQa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3zgk3kQa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3zgk3kQa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3zgk3kQa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3zgk3kQa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3zgk3kQa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3zgk3kQa .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-rN3zgk3kQa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3zgk3kQa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3zgk3kQa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3zgk3kQa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3zgk3kQa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3zgk3kQa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3zgk3kQa .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3zgk3kQa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3zgk3kQa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3zgk3kQa .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-rN3zgk3kQa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3zgk3kQa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3zgk3kQa .dropdown-item.active,
.cid-rN3zgk3kQa .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3zgk3kQa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3zgk3kQa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3zgk3kQa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3zgk3kQa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3zgk3kQa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3zgk3kQa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3zgk3kQa .navbar-buttons {
  text-align: center;
}
.cid-rN3zgk3kQa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3zgk3kQa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3zgk3kQa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3zgk3kQa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zgk3kQa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zgk3kQa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3zgk3kQa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zgk3kQa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3zgk3kQa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3zgk3kQa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zgk3kQa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3zgk3kQa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3zgk3kQa .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3zgk3kQa .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3zgk3kQa .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3zgk3kQa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3zgk3kQa .navbar {
    height: 77px;
  }
  .cid-rN3zgk3kQa .navbar.opened {
    height: auto;
  }
  .cid-rN3zgk3kQa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3zglgAM0 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3zglgAM0 .mbr-overlay {
  background: #333333;
}
.cid-rN3zglgAM0 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3MnANa4n {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rN3MnANa4n .mbr-iconfont {
  color: #8d97ad;
}
.cid-rN3MnANa4n .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rN3MnANa4n .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rN3MnANa4n .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3MnANa4n .card-title {
  margin-bottom: 0.3rem;
}
.cid-rN3MnANa4n .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3MnANa4n .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rN3MnANa4n .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rN3MXe7jQT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3MXe7jQT .mbr-iconfont {
  color: #8d97ad;
}
.cid-rN3MXe7jQT .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rN3MXe7jQT .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rN3MXe7jQT .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3MXe7jQT .card-title {
  margin-bottom: 0.3rem;
}
.cid-rN3MXe7jQT .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3MXe7jQT .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rN3MXe7jQT .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rN3zgpLijU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3zgpLijU .mbr-overlay {
  background: #efefef;
}
.cid-rN3zgpLijU .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3zgpLijU .client-name {
  color: #8d97ad;
}
.cid-rN3zgpLijU .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3zgpLijU .wrap-img img {
  max-width: 100%;
}
.cid-rN3zgpLijU .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVx3xyWcI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVx3xyWcI .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVx3xyWcI .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVx3xyWcI .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVx3xyWcI .form-group,
  .cid-rSVx3xyWcI .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVx3xyWcI .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVx3xyWcI textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVx3xyWcI .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVx3xyWcI .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5w {
  /* Type valid CSS here */
}
#custom-html-5w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5w p {
  font-size: 60px;
  color: #777;
}
.cid-rN3zhTPvEW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3zhTPvEW .nav-item,
.cid-rN3zhTPvEW .nav-link,
.cid-rN3zhTPvEW .navbar-caption {
  font-weight: normal;
}
.cid-rN3zhTPvEW .nav-item:focus,
.cid-rN3zhTPvEW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3zhTPvEW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3zhTPvEW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3zhTPvEW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3zhTPvEW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3zhTPvEW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3zhTPvEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3zhTPvEW .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-rN3zhTPvEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3zhTPvEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3zhTPvEW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3zhTPvEW .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3zhTPvEW .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3zhTPvEW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3zhTPvEW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3zhTPvEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3zhTPvEW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3zhTPvEW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3zhTPvEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3zhTPvEW .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-rN3zhTPvEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3zhTPvEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3zhTPvEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3zhTPvEW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3zhTPvEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3zhTPvEW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3zhTPvEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3zhTPvEW .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-rN3zhTPvEW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3zhTPvEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3zhTPvEW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3zhTPvEW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3zhTPvEW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3zhTPvEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3zhTPvEW .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3zhTPvEW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3zhTPvEW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3zhTPvEW .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-rN3zhTPvEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3zhTPvEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3zhTPvEW .dropdown-item.active,
.cid-rN3zhTPvEW .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3zhTPvEW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3zhTPvEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3zhTPvEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3zhTPvEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3zhTPvEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3zhTPvEW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3zhTPvEW .navbar-buttons {
  text-align: center;
}
.cid-rN3zhTPvEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3zhTPvEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3zhTPvEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3zhTPvEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zhTPvEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zhTPvEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3zhTPvEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zhTPvEW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3zhTPvEW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3zhTPvEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zhTPvEW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3zhTPvEW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3zhTPvEW .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3zhTPvEW .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3zhTPvEW .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3zhTPvEW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3zhTPvEW .navbar {
    height: 77px;
  }
  .cid-rN3zhTPvEW .navbar.opened {
    height: auto;
  }
  .cid-rN3zhTPvEW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3zhVaURL {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3zhVaURL .mbr-overlay {
  background: #333333;
}
.cid-rN3zhVaURL .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3Q74TX5S {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN3Q74TX5S .mbr-overlay {
  background: #efefef;
}
.cid-rN3Q74TX5S .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rN3Q74TX5S .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rN3Q74TX5S .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3Q74TX5S .mbr-text {
  color: #8d97ad;
}
.cid-rN3Q74TX5S .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3Q74TX5S .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rN3Q74TX5S .card-title {
    text-align: center;
  }
  .cid-rN3Q74TX5S p.mbr-text,
  .cid-rN3Q74TX5S p.date {
    text-align: center;
  }
}
.cid-rN3QeL7YPh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3QeL7YPh .mbr-text {
  color: #000000;
}
.cid-rN3QBXxq92 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN3QBXxq92 .mbr-overlay {
  background: #efefef;
}
.cid-rN3QBXxq92 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rN3QBXxq92 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rN3QBXxq92 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3QBXxq92 .mbr-text {
  color: #8d97ad;
}
.cid-rN3QBXxq92 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3QBXxq92 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rN3QBXxq92 .card-title {
    text-align: center;
  }
  .cid-rN3QBXxq92 p.mbr-text,
  .cid-rN3QBXxq92 p.date {
    text-align: center;
  }
}
.cid-rN3QChPuqM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3QChPuqM .mbr-text {
  color: #000000;
}
.cid-rN3QQAvW0H {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN3QQAvW0H .mbr-overlay {
  background: #efefef;
}
.cid-rN3QQAvW0H .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rN3QQAvW0H .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rN3QQAvW0H .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3QQAvW0H .mbr-text {
  color: #8d97ad;
}
.cid-rN3QQAvW0H .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3QQAvW0H .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rN3QQAvW0H .card-title {
    text-align: center;
  }
  .cid-rN3QQAvW0H p.mbr-text,
  .cid-rN3QQAvW0H p.date {
    text-align: center;
  }
}
.cid-rN3QQSEcxx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3QQSEcxx .mbr-text {
  color: #000000;
}
.cid-rN3R7CVWbi {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN3R7CVWbi .mbr-overlay {
  background: #efefef;
}
.cid-rN3R7CVWbi .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rN3R7CVWbi .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rN3R7CVWbi .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rN3R7CVWbi .mbr-text {
  color: #8d97ad;
}
.cid-rN3R7CVWbi .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3R7CVWbi .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rN3R7CVWbi .card-title {
    text-align: center;
  }
  .cid-rN3R7CVWbi p.mbr-text,
  .cid-rN3R7CVWbi p.date {
    text-align: center;
  }
}
.cid-rN3R8bzJ4v {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3R8bzJ4v .mbr-text {
  color: #000000;
}
.cid-rN3zhZhd4T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3zhZhd4T .mbr-overlay {
  background: #efefef;
}
.cid-rN3zhZhd4T .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3zhZhd4T .client-name {
  color: #8d97ad;
}
.cid-rN3zhZhd4T .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3zhZhd4T .wrap-img img {
  max-width: 100%;
}
.cid-rN3zhZhd4T .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVx8caLkK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVx8caLkK .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVx8caLkK .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVx8caLkK .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVx8caLkK .form-group,
  .cid-rSVx8caLkK .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVx8caLkK .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVx8caLkK textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVx8caLkK .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVx8caLkK .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5y {
  /* Type valid CSS here */
}
#custom-html-5y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5y p {
  font-size: 60px;
  color: #777;
}
.cid-rN3zk4wMcz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3zk4wMcz .nav-item,
.cid-rN3zk4wMcz .nav-link,
.cid-rN3zk4wMcz .navbar-caption {
  font-weight: normal;
}
.cid-rN3zk4wMcz .nav-item:focus,
.cid-rN3zk4wMcz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3zk4wMcz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3zk4wMcz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3zk4wMcz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3zk4wMcz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3zk4wMcz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3zk4wMcz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3zk4wMcz .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-rN3zk4wMcz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3zk4wMcz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3zk4wMcz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3zk4wMcz .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3zk4wMcz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3zk4wMcz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3zk4wMcz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3zk4wMcz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3zk4wMcz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3zk4wMcz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3zk4wMcz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3zk4wMcz .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-rN3zk4wMcz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3zk4wMcz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3zk4wMcz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3zk4wMcz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3zk4wMcz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3zk4wMcz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3zk4wMcz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3zk4wMcz .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-rN3zk4wMcz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3zk4wMcz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3zk4wMcz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3zk4wMcz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3zk4wMcz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3zk4wMcz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3zk4wMcz .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3zk4wMcz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3zk4wMcz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3zk4wMcz .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-rN3zk4wMcz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3zk4wMcz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3zk4wMcz .dropdown-item.active,
.cid-rN3zk4wMcz .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3zk4wMcz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3zk4wMcz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3zk4wMcz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3zk4wMcz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3zk4wMcz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3zk4wMcz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3zk4wMcz .navbar-buttons {
  text-align: center;
}
.cid-rN3zk4wMcz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3zk4wMcz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3zk4wMcz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3zk4wMcz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zk4wMcz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3zk4wMcz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3zk4wMcz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zk4wMcz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3zk4wMcz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3zk4wMcz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3zk4wMcz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3zk4wMcz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3zk4wMcz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3zk4wMcz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3zk4wMcz .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3zk4wMcz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3zk4wMcz .navbar {
    height: 77px;
  }
  .cid-rN3zk4wMcz .navbar.opened {
    height: auto;
  }
  .cid-rN3zk4wMcz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3zk5Jroc {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3zk5Jroc .mbr-overlay {
  background: #333333;
}
.cid-rN3zk5Jroc .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3zk6pFJy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rN3zk6pFJy .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3zk6pFJy .mbr-section-title {
  text-align: center;
}
.cid-rN3zkaJ2qe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3zkaJ2qe .mbr-overlay {
  background: #efefef;
}
.cid-rN3zkaJ2qe .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3zkaJ2qe .client-name {
  color: #8d97ad;
}
.cid-rN3zkaJ2qe .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3zkaJ2qe .wrap-img img {
  max-width: 100%;
}
.cid-rN3zkaJ2qe .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVxbtQSvl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVxbtQSvl .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVxbtQSvl .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVxbtQSvl .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVxbtQSvl .form-group,
  .cid-rSVxbtQSvl .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVxbtQSvl .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVxbtQSvl textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVxbtQSvl .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVxbtQSvl .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-60 {
  /* Type valid CSS here */
}
#custom-html-60 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-60 p {
  font-size: 60px;
  color: #777;
}
.cid-rN3Cf7rEy8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3Cf7rEy8 .nav-item,
.cid-rN3Cf7rEy8 .nav-link,
.cid-rN3Cf7rEy8 .navbar-caption {
  font-weight: normal;
}
.cid-rN3Cf7rEy8 .nav-item:focus,
.cid-rN3Cf7rEy8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3Cf7rEy8 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3Cf7rEy8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3Cf7rEy8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3Cf7rEy8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3Cf7rEy8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3Cf7rEy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3Cf7rEy8 .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-rN3Cf7rEy8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3Cf7rEy8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3Cf7rEy8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3Cf7rEy8 .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3Cf7rEy8 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3Cf7rEy8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3Cf7rEy8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3Cf7rEy8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3Cf7rEy8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3Cf7rEy8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3Cf7rEy8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3Cf7rEy8 .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-rN3Cf7rEy8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3Cf7rEy8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3Cf7rEy8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3Cf7rEy8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3Cf7rEy8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3Cf7rEy8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3Cf7rEy8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3Cf7rEy8 .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-rN3Cf7rEy8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3Cf7rEy8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3Cf7rEy8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3Cf7rEy8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3Cf7rEy8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3Cf7rEy8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3Cf7rEy8 .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3Cf7rEy8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3Cf7rEy8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3Cf7rEy8 .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-rN3Cf7rEy8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3Cf7rEy8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3Cf7rEy8 .dropdown-item.active,
.cid-rN3Cf7rEy8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3Cf7rEy8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3Cf7rEy8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3Cf7rEy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3Cf7rEy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3Cf7rEy8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3Cf7rEy8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3Cf7rEy8 .navbar-buttons {
  text-align: center;
}
.cid-rN3Cf7rEy8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3Cf7rEy8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3Cf7rEy8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3Cf7rEy8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3Cf7rEy8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3Cf7rEy8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3Cf7rEy8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3Cf7rEy8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3Cf7rEy8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3Cf7rEy8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3Cf7rEy8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3Cf7rEy8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3Cf7rEy8 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3Cf7rEy8 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3Cf7rEy8 .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3Cf7rEy8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3Cf7rEy8 .navbar {
    height: 77px;
  }
  .cid-rN3Cf7rEy8 .navbar.opened {
    height: auto;
  }
  .cid-rN3Cf7rEy8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3Cf8LLaP {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3Cf8LLaP .mbr-overlay {
  background: #333333;
}
.cid-rN3Cf8LLaP .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3Cf9B0BE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rN3Cf9B0BE .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3Cf9B0BE .mbr-section-title {
  text-align: center;
}
.cid-rN3CfasmUS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3CfasmUS .mbr-text {
  color: #000000;
}
.cid-rN3CfaZqSq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3CfaZqSq .mbr-text {
  color: #000000;
}
.cid-rN3CfbFjdW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3CfbFjdW .mbr-overlay {
  background: #efefef;
}
.cid-rN3CfbFjdW .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3CfbFjdW .client-name {
  color: #8d97ad;
}
.cid-rN3CfbFjdW .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3CfbFjdW .wrap-img img {
  max-width: 100%;
}
.cid-rN3CfbFjdW .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwDik0bw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwDik0bw .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwDik0bw .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwDik0bw .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwDik0bw .form-group,
  .cid-rSVwDik0bw .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwDik0bw .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwDik0bw textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwDik0bw .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwDik0bw .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5k {
  /* Type valid CSS here */
}
#custom-html-5k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5k p {
  font-size: 60px;
  color: #777;
}
.cid-rN3WyiuedF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3WyiuedF .nav-item,
.cid-rN3WyiuedF .nav-link,
.cid-rN3WyiuedF .navbar-caption {
  font-weight: normal;
}
.cid-rN3WyiuedF .nav-item:focus,
.cid-rN3WyiuedF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3WyiuedF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3WyiuedF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3WyiuedF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3WyiuedF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3WyiuedF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3WyiuedF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3WyiuedF .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-rN3WyiuedF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3WyiuedF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3WyiuedF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3WyiuedF .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3WyiuedF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3WyiuedF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3WyiuedF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3WyiuedF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3WyiuedF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3WyiuedF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3WyiuedF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3WyiuedF .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-rN3WyiuedF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3WyiuedF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3WyiuedF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3WyiuedF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3WyiuedF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3WyiuedF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3WyiuedF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3WyiuedF .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-rN3WyiuedF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3WyiuedF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3WyiuedF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3WyiuedF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3WyiuedF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3WyiuedF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3WyiuedF .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3WyiuedF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3WyiuedF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3WyiuedF .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-rN3WyiuedF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3WyiuedF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3WyiuedF .dropdown-item.active,
.cid-rN3WyiuedF .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3WyiuedF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3WyiuedF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3WyiuedF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3WyiuedF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3WyiuedF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3WyiuedF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3WyiuedF .navbar-buttons {
  text-align: center;
}
.cid-rN3WyiuedF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3WyiuedF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3WyiuedF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3WyiuedF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WyiuedF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WyiuedF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3WyiuedF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WyiuedF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3WyiuedF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3WyiuedF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WyiuedF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3WyiuedF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3WyiuedF .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3WyiuedF .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3WyiuedF .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3WyiuedF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3WyiuedF .navbar {
    height: 77px;
  }
  .cid-rN3WyiuedF .navbar.opened {
    height: auto;
  }
  .cid-rN3WyiuedF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3WyjXPjv {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3WyjXPjv .mbr-overlay {
  background: #333333;
}
.cid-rN3WyjXPjv .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3WOUKS8m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3WOUKS8m .mbr-text {
  color: #000000;
}
.cid-rN3X1ZT5lg {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rN3X1ZT5lg .mbr-section-subtitle,
.cid-rN3X1ZT5lg .caption-text {
  color: #8d97ad;
}
.cid-rN3X1ZT5lg .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-rN3X1ZT5lg .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-rN3X1ZT5lg .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-rN3X1ZT5lg .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rN3WylmWcQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3WylmWcQ .mbr-overlay {
  background: #efefef;
}
.cid-rN3WylmWcQ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3WylmWcQ .client-name {
  color: #8d97ad;
}
.cid-rN3WylmWcQ .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3WylmWcQ .wrap-img img {
  max-width: 100%;
}
.cid-rN3WylmWcQ .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVxeu4VAg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVxeu4VAg .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVxeu4VAg .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVxeu4VAg .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVxeu4VAg .form-group,
  .cid-rSVxeu4VAg .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVxeu4VAg .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVxeu4VAg textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVxeu4VAg .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVxeu4VAg .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-62 {
  /* Type valid CSS here */
}
#custom-html-62 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-62 p {
  font-size: 60px;
  color: #777;
}
.cid-rN3WBDe0eA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3WBDe0eA .nav-item,
.cid-rN3WBDe0eA .nav-link,
.cid-rN3WBDe0eA .navbar-caption {
  font-weight: normal;
}
.cid-rN3WBDe0eA .nav-item:focus,
.cid-rN3WBDe0eA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3WBDe0eA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3WBDe0eA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3WBDe0eA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3WBDe0eA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3WBDe0eA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3WBDe0eA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3WBDe0eA .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-rN3WBDe0eA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3WBDe0eA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3WBDe0eA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3WBDe0eA .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3WBDe0eA .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3WBDe0eA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3WBDe0eA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3WBDe0eA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3WBDe0eA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3WBDe0eA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3WBDe0eA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3WBDe0eA .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-rN3WBDe0eA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3WBDe0eA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3WBDe0eA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3WBDe0eA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3WBDe0eA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3WBDe0eA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3WBDe0eA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3WBDe0eA .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-rN3WBDe0eA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3WBDe0eA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3WBDe0eA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3WBDe0eA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3WBDe0eA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3WBDe0eA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3WBDe0eA .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3WBDe0eA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3WBDe0eA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3WBDe0eA .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-rN3WBDe0eA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3WBDe0eA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3WBDe0eA .dropdown-item.active,
.cid-rN3WBDe0eA .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3WBDe0eA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3WBDe0eA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3WBDe0eA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3WBDe0eA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3WBDe0eA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3WBDe0eA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3WBDe0eA .navbar-buttons {
  text-align: center;
}
.cid-rN3WBDe0eA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3WBDe0eA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3WBDe0eA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3WBDe0eA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WBDe0eA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WBDe0eA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3WBDe0eA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WBDe0eA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3WBDe0eA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3WBDe0eA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WBDe0eA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3WBDe0eA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3WBDe0eA .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3WBDe0eA .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3WBDe0eA .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3WBDe0eA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3WBDe0eA .navbar {
    height: 77px;
  }
  .cid-rN3WBDe0eA .navbar.opened {
    height: auto;
  }
  .cid-rN3WBDe0eA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3WBEEv4e {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3WBEEv4e .mbr-overlay {
  background: #333333;
}
.cid-rN3WBEEv4e .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3Xol8afx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3Xol8afx .mbr-text {
  color: #000000;
}
.cid-rN3WBFUne5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3WBFUne5 .mbr-overlay {
  background: #efefef;
}
.cid-rN3WBFUne5 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3WBFUne5 .client-name {
  color: #8d97ad;
}
.cid-rN3WBFUne5 .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3WBFUne5 .wrap-img img {
  max-width: 100%;
}
.cid-rN3WBFUne5 .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVxhCq5K5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVxhCq5K5 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVxhCq5K5 .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVxhCq5K5 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVxhCq5K5 .form-group,
  .cid-rSVxhCq5K5 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVxhCq5K5 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVxhCq5K5 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVxhCq5K5 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVxhCq5K5 .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-64 {
  /* Type valid CSS here */
}
#custom-html-64 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-64 p {
  font-size: 60px;
  color: #777;
}
.cid-rN3WEpfXqJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3WEpfXqJ .nav-item,
.cid-rN3WEpfXqJ .nav-link,
.cid-rN3WEpfXqJ .navbar-caption {
  font-weight: normal;
}
.cid-rN3WEpfXqJ .nav-item:focus,
.cid-rN3WEpfXqJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3WEpfXqJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3WEpfXqJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3WEpfXqJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3WEpfXqJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3WEpfXqJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3WEpfXqJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3WEpfXqJ .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-rN3WEpfXqJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3WEpfXqJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3WEpfXqJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3WEpfXqJ .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3WEpfXqJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3WEpfXqJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3WEpfXqJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3WEpfXqJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3WEpfXqJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3WEpfXqJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3WEpfXqJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3WEpfXqJ .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-rN3WEpfXqJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3WEpfXqJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3WEpfXqJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3WEpfXqJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3WEpfXqJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3WEpfXqJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3WEpfXqJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3WEpfXqJ .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-rN3WEpfXqJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3WEpfXqJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3WEpfXqJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3WEpfXqJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3WEpfXqJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3WEpfXqJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3WEpfXqJ .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3WEpfXqJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3WEpfXqJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3WEpfXqJ .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-rN3WEpfXqJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3WEpfXqJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3WEpfXqJ .dropdown-item.active,
.cid-rN3WEpfXqJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3WEpfXqJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3WEpfXqJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3WEpfXqJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3WEpfXqJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3WEpfXqJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3WEpfXqJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3WEpfXqJ .navbar-buttons {
  text-align: center;
}
.cid-rN3WEpfXqJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3WEpfXqJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3WEpfXqJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3WEpfXqJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WEpfXqJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WEpfXqJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3WEpfXqJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WEpfXqJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3WEpfXqJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3WEpfXqJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WEpfXqJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3WEpfXqJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3WEpfXqJ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3WEpfXqJ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3WEpfXqJ .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3WEpfXqJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3WEpfXqJ .navbar {
    height: 77px;
  }
  .cid-rN3WEpfXqJ .navbar.opened {
    height: auto;
  }
  .cid-rN3WEpfXqJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3WEqHQPO {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3WEqHQPO .mbr-overlay {
  background: #333333;
}
.cid-rN3WEqHQPO .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3XB19jTm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3XB19jTm .mbr-text {
  color: #000000;
}
.cid-rN3WEs5JX0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3WEs5JX0 .mbr-overlay {
  background: #efefef;
}
.cid-rN3WEs5JX0 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3WEs5JX0 .client-name {
  color: #8d97ad;
}
.cid-rN3WEs5JX0 .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3WEs5JX0 .wrap-img img {
  max-width: 100%;
}
.cid-rN3WEs5JX0 .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVxloAUkc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVxloAUkc .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVxloAUkc .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVxloAUkc .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVxloAUkc .form-group,
  .cid-rSVxloAUkc .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVxloAUkc .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVxloAUkc textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVxloAUkc .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVxloAUkc .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-66 {
  /* Type valid CSS here */
}
#custom-html-66 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-66 p {
  font-size: 60px;
  color: #777;
}
.cid-rN3WGK4xeW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3WGK4xeW .nav-item,
.cid-rN3WGK4xeW .nav-link,
.cid-rN3WGK4xeW .navbar-caption {
  font-weight: normal;
}
.cid-rN3WGK4xeW .nav-item:focus,
.cid-rN3WGK4xeW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3WGK4xeW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3WGK4xeW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3WGK4xeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3WGK4xeW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3WGK4xeW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3WGK4xeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3WGK4xeW .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-rN3WGK4xeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3WGK4xeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3WGK4xeW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3WGK4xeW .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3WGK4xeW .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3WGK4xeW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3WGK4xeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3WGK4xeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3WGK4xeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3WGK4xeW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3WGK4xeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3WGK4xeW .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-rN3WGK4xeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3WGK4xeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3WGK4xeW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3WGK4xeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3WGK4xeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3WGK4xeW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3WGK4xeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3WGK4xeW .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-rN3WGK4xeW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3WGK4xeW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3WGK4xeW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3WGK4xeW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3WGK4xeW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3WGK4xeW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3WGK4xeW .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3WGK4xeW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3WGK4xeW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3WGK4xeW .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-rN3WGK4xeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3WGK4xeW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3WGK4xeW .dropdown-item.active,
.cid-rN3WGK4xeW .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3WGK4xeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3WGK4xeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3WGK4xeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3WGK4xeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3WGK4xeW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3WGK4xeW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3WGK4xeW .navbar-buttons {
  text-align: center;
}
.cid-rN3WGK4xeW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3WGK4xeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3WGK4xeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3WGK4xeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WGK4xeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WGK4xeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3WGK4xeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WGK4xeW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3WGK4xeW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3WGK4xeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WGK4xeW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3WGK4xeW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3WGK4xeW .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3WGK4xeW .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3WGK4xeW .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3WGK4xeW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3WGK4xeW .navbar {
    height: 77px;
  }
  .cid-rN3WGK4xeW .navbar.opened {
    height: auto;
  }
  .cid-rN3WGK4xeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3WGL5nGH {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3WGL5nGH .mbr-overlay {
  background: #333333;
}
.cid-rN3WGL5nGH .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3XOZgPtZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3XOZgPtZ .mbr-text {
  color: #000000;
}
.cid-rN3WGMymB8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3WGMymB8 .mbr-overlay {
  background: #efefef;
}
.cid-rN3WGMymB8 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3WGMymB8 .client-name {
  color: #8d97ad;
}
.cid-rN3WGMymB8 .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3WGMymB8 .wrap-img img {
  max-width: 100%;
}
.cid-rN3WGMymB8 .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVxoGGpMG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVxoGGpMG .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVxoGGpMG .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVxoGGpMG .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVxoGGpMG .form-group,
  .cid-rSVxoGGpMG .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVxoGGpMG .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVxoGGpMG textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVxoGGpMG .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVxoGGpMG .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-68 {
  /* Type valid CSS here */
}
#custom-html-68 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-68 p {
  font-size: 60px;
  color: #777;
}
.cid-rN3WJcThX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3WJcThX5 .nav-item,
.cid-rN3WJcThX5 .nav-link,
.cid-rN3WJcThX5 .navbar-caption {
  font-weight: normal;
}
.cid-rN3WJcThX5 .nav-item:focus,
.cid-rN3WJcThX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3WJcThX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3WJcThX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3WJcThX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3WJcThX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3WJcThX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3WJcThX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3WJcThX5 .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-rN3WJcThX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3WJcThX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3WJcThX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3WJcThX5 .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3WJcThX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3WJcThX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3WJcThX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3WJcThX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3WJcThX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3WJcThX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3WJcThX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3WJcThX5 .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-rN3WJcThX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3WJcThX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3WJcThX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3WJcThX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3WJcThX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3WJcThX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3WJcThX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3WJcThX5 .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-rN3WJcThX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3WJcThX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3WJcThX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3WJcThX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3WJcThX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3WJcThX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3WJcThX5 .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3WJcThX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3WJcThX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3WJcThX5 .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-rN3WJcThX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3WJcThX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3WJcThX5 .dropdown-item.active,
.cid-rN3WJcThX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3WJcThX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3WJcThX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3WJcThX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3WJcThX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3WJcThX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3WJcThX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3WJcThX5 .navbar-buttons {
  text-align: center;
}
.cid-rN3WJcThX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3WJcThX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3WJcThX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3WJcThX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WJcThX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3WJcThX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3WJcThX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WJcThX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3WJcThX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3WJcThX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3WJcThX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3WJcThX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3WJcThX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3WJcThX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3WJcThX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3WJcThX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3WJcThX5 .navbar {
    height: 77px;
  }
  .cid-rN3WJcThX5 .navbar.opened {
    height: auto;
  }
  .cid-rN3WJcThX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3WJdZHbi {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3WJdZHbi .mbr-overlay {
  background: #333333;
}
.cid-rN3WJdZHbi .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3Y3C9gHi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3Y3C9gHi .mbr-text {
  color: #000000;
}
.cid-rN3Yj8NgI9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rN3Yj8NgI9 .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-rN3Yj8NgI9 .mbr-section-title {
  text-align: center;
}
.cid-rN3YpC0MoM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3YpC0MoM .mbr-text {
  color: #000000;
}
.cid-rN3YubIvxr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rN3YubIvxr .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-rN3YubIvxr .mbr-section-title {
  text-align: center;
}
.cid-rN3YADvJwP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3YADvJwP .mbr-text {
  color: #000000;
}
.cid-rN3YHH70RB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rN3YHH70RB .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-rN3YHH70RB .mbr-section-title {
  text-align: center;
}
.cid-rN3YAH0AmB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3YAH0AmB .mbr-text {
  color: #000000;
}
.cid-rN3WJfiS0n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3WJfiS0n .mbr-overlay {
  background: #efefef;
}
.cid-rN3WJfiS0n .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3WJfiS0n .client-name {
  color: #8d97ad;
}
.cid-rN3WJfiS0n .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3WJfiS0n .wrap-img img {
  max-width: 100%;
}
.cid-rN3WJfiS0n .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVxs6Esk6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVxs6Esk6 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVxs6Esk6 .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVxs6Esk6 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVxs6Esk6 .form-group,
  .cid-rSVxs6Esk6 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVxs6Esk6 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVxs6Esk6 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVxs6Esk6 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVxs6Esk6 .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-6a {
  /* Type valid CSS here */
}
#custom-html-6a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6a p {
  font-size: 60px;
  color: #777;
}
.cid-rN3ZlDm7Y4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rN3ZlDm7Y4 .nav-item,
.cid-rN3ZlDm7Y4 .nav-link,
.cid-rN3ZlDm7Y4 .navbar-caption {
  font-weight: normal;
}
.cid-rN3ZlDm7Y4 .nav-item:focus,
.cid-rN3ZlDm7Y4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rN3ZlDm7Y4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rN3ZlDm7Y4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rN3ZlDm7Y4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rN3ZlDm7Y4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rN3ZlDm7Y4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rN3ZlDm7Y4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rN3ZlDm7Y4 .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-rN3ZlDm7Y4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rN3ZlDm7Y4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rN3ZlDm7Y4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rN3ZlDm7Y4 .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rN3ZlDm7Y4 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rN3ZlDm7Y4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rN3ZlDm7Y4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rN3ZlDm7Y4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rN3ZlDm7Y4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rN3ZlDm7Y4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rN3ZlDm7Y4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rN3ZlDm7Y4 .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-rN3ZlDm7Y4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rN3ZlDm7Y4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rN3ZlDm7Y4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rN3ZlDm7Y4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rN3ZlDm7Y4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rN3ZlDm7Y4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rN3ZlDm7Y4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rN3ZlDm7Y4 .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-rN3ZlDm7Y4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rN3ZlDm7Y4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rN3ZlDm7Y4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rN3ZlDm7Y4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rN3ZlDm7Y4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rN3ZlDm7Y4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rN3ZlDm7Y4 .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rN3ZlDm7Y4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rN3ZlDm7Y4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rN3ZlDm7Y4 .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-rN3ZlDm7Y4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rN3ZlDm7Y4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rN3ZlDm7Y4 .dropdown-item.active,
.cid-rN3ZlDm7Y4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rN3ZlDm7Y4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rN3ZlDm7Y4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rN3ZlDm7Y4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rN3ZlDm7Y4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rN3ZlDm7Y4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rN3ZlDm7Y4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rN3ZlDm7Y4 .navbar-buttons {
  text-align: center;
}
.cid-rN3ZlDm7Y4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3ZlDm7Y4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rN3ZlDm7Y4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rN3ZlDm7Y4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3ZlDm7Y4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rN3ZlDm7Y4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rN3ZlDm7Y4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3ZlDm7Y4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rN3ZlDm7Y4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rN3ZlDm7Y4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rN3ZlDm7Y4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rN3ZlDm7Y4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3ZlDm7Y4 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rN3ZlDm7Y4 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rN3ZlDm7Y4 .soc-item {
  margin: .5rem .3rem;
}
.cid-rN3ZlDm7Y4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rN3ZlDm7Y4 .navbar {
    height: 77px;
  }
  .cid-rN3ZlDm7Y4 .navbar.opened {
    height: auto;
  }
  .cid-rN3ZlDm7Y4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rN3ZlEuyPC {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-slider-main-1000x300.jpg");
}
.cid-rN3ZlEuyPC .mbr-overlay {
  background: #333333;
}
.cid-rN3ZlEuyPC .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rN3ZE2jeM6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN3ZE2jeM6 .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-rN3ZE2jeM6 .mbr-section-title {
  text-align: center;
}
.cid-rN3ZBIha8O {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN3ZBIha8O .mbr-text {
  color: #000000;
}
.cid-rN40B3adF8 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN40B3adF8 .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-rN40B3adF8 .mbr-section-title {
  text-align: center;
}
.cid-rN40wGUbMP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN40wGUbMP .mbr-text {
  color: #000000;
}
.cid-rN41bGRoa1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN41bGRoa1 .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-rN41bGRoa1 .mbr-section-title {
  text-align: center;
}
.cid-rN41cjCY7V {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rN41cjCY7V .mbr-text {
  color: #000000;
}
.cid-rN3ZlFUI0X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rN3ZlFUI0X .mbr-overlay {
  background: #efefef;
}
.cid-rN3ZlFUI0X .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rN3ZlFUI0X .client-name {
  color: #8d97ad;
}
.cid-rN3ZlFUI0X .wrap-img {
  padding-bottom: 1rem;
}
.cid-rN3ZlFUI0X .wrap-img img {
  max-width: 100%;
}
.cid-rN3ZlFUI0X .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVxvnrN2c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVxvnrN2c .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVxvnrN2c .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVxvnrN2c .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVxvnrN2c .form-group,
  .cid-rSVxvnrN2c .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVxvnrN2c .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVxvnrN2c textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVxvnrN2c .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVxvnrN2c .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-6c {
  /* Type valid CSS here */
}
#custom-html-6c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6c p {
  font-size: 60px;
  color: #777;
}
.cid-rSVphNCsxP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSVphNCsxP .nav-item,
.cid-rSVphNCsxP .nav-link,
.cid-rSVphNCsxP .navbar-caption {
  font-weight: normal;
}
.cid-rSVphNCsxP .nav-item:focus,
.cid-rSVphNCsxP .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rSVphNCsxP .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rSVphNCsxP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rSVphNCsxP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rSVphNCsxP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSVphNCsxP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rSVphNCsxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSVphNCsxP .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-rSVphNCsxP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSVphNCsxP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSVphNCsxP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rSVphNCsxP .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rSVphNCsxP .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rSVphNCsxP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSVphNCsxP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSVphNCsxP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSVphNCsxP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rSVphNCsxP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSVphNCsxP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSVphNCsxP .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-rSVphNCsxP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSVphNCsxP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSVphNCsxP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSVphNCsxP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSVphNCsxP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSVphNCsxP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSVphNCsxP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSVphNCsxP .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-rSVphNCsxP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rSVphNCsxP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSVphNCsxP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rSVphNCsxP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSVphNCsxP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSVphNCsxP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSVphNCsxP .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rSVphNCsxP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rSVphNCsxP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSVphNCsxP .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-rSVphNCsxP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSVphNCsxP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSVphNCsxP .dropdown-item.active,
.cid-rSVphNCsxP .dropdown-item:active {
  background-color: transparent;
}
.cid-rSVphNCsxP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSVphNCsxP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSVphNCsxP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rSVphNCsxP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSVphNCsxP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSVphNCsxP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSVphNCsxP .navbar-buttons {
  text-align: center;
}
.cid-rSVphNCsxP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSVphNCsxP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rSVphNCsxP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSVphNCsxP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSVphNCsxP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSVphNCsxP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSVphNCsxP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSVphNCsxP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSVphNCsxP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSVphNCsxP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSVphNCsxP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSVphNCsxP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rSVphNCsxP .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rSVphNCsxP .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rSVphNCsxP .soc-item {
  margin: .5rem .3rem;
}
.cid-rSVphNCsxP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSVphNCsxP .navbar {
    height: 77px;
  }
  .cid-rSVphNCsxP .navbar.opened {
    height: auto;
  }
  .cid-rSVphNCsxP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rSVphOF5Ij {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/shutterstock-138247598-2000x1333.jpeg");
}
.cid-rSVphOF5Ij .mbr-overlay {
  background: #333333;
}
.cid-rSVphOF5Ij .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rSVpTUYGV3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSVpTUYGV3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rSVphPxKgg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSVphPxKgg .mbr-text {
  color: #000000;
}
.cid-rSVphQfTh3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSVphQfTh3 .mbr-overlay {
  background: #efefef;
}
.cid-rSVphQfTh3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rSVphQfTh3 .client-name {
  color: #8d97ad;
}
.cid-rSVphQfTh3 .wrap-img {
  padding-bottom: 1rem;
}
.cid-rSVphQfTh3 .wrap-img img {
  max-width: 100%;
}
.cid-rSVphQfTh3 .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rSVwo1r3QV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rSVwo1r3QV .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rSVwo1r3QV .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rSVwo1r3QV .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rSVwo1r3QV .form-group,
  .cid-rSVwo1r3QV .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rSVwo1r3QV .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rSVwo1r3QV textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rSVwo1r3QV .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rSVwo1r3QV .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-5e {
  /* Type valid CSS here */
}
#custom-html-5e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5e p {
  font-size: 60px;
  color: #777;
}
.cid-rT04csUgpq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT04csUgpq .nav-item,
.cid-rT04csUgpq .nav-link,
.cid-rT04csUgpq .navbar-caption {
  font-weight: normal;
}
.cid-rT04csUgpq .nav-item:focus,
.cid-rT04csUgpq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rT04csUgpq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rT04csUgpq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rT04csUgpq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rT04csUgpq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rT04csUgpq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rT04csUgpq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT04csUgpq .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-rT04csUgpq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT04csUgpq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT04csUgpq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #188ef4;
}
.cid-rT04csUgpq .navbar.opened {
  transition: all .3s;
  background: #188ef4 !important;
}
.cid-rT04csUgpq .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rT04csUgpq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT04csUgpq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT04csUgpq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT04csUgpq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rT04csUgpq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT04csUgpq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT04csUgpq .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-rT04csUgpq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT04csUgpq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT04csUgpq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT04csUgpq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT04csUgpq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT04csUgpq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT04csUgpq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT04csUgpq .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-rT04csUgpq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT04csUgpq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT04csUgpq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rT04csUgpq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT04csUgpq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT04csUgpq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT04csUgpq .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-rT04csUgpq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT04csUgpq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT04csUgpq .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-rT04csUgpq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT04csUgpq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT04csUgpq .dropdown-item.active,
.cid-rT04csUgpq .dropdown-item:active {
  background-color: transparent;
}
.cid-rT04csUgpq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rT04csUgpq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rT04csUgpq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-rT04csUgpq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT04csUgpq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT04csUgpq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT04csUgpq .navbar-buttons {
  text-align: center;
}
.cid-rT04csUgpq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT04csUgpq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT04csUgpq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT04csUgpq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT04csUgpq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT04csUgpq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT04csUgpq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT04csUgpq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT04csUgpq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT04csUgpq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT04csUgpq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rT04csUgpq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT04csUgpq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rT04csUgpq .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rT04csUgpq .soc-item {
  margin: .5rem .3rem;
}
.cid-rT04csUgpq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT04csUgpq .navbar {
    height: 77px;
  }
  .cid-rT04csUgpq .navbar.opened {
    height: auto;
  }
  .cid-rT04csUgpq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT04ctSrJa {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/shutterstock-178204109-2000x1339.jpg");
}
.cid-rT04ctSrJa .mbr-overlay {
  background: #333333;
}
.cid-rT04ctSrJa .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rT04cur7k9 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rT04cur7k9 .mbr-text {
  color: #000000;
}
.cid-rT05pLQ4JR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rT05pLQ4JR .mbr-overlay {
  background: #efefef;
}
.cid-rT05pLQ4JR .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rT05pLQ4JR .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rT05pLQ4JR .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rT05pLQ4JR .mbr-text {
  color: #8d97ad;
}
.cid-rT05pLQ4JR .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rT05pLQ4JR .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rT05pLQ4JR .card-title {
    text-align: center;
  }
  .cid-rT05pLQ4JR p.mbr-text,
  .cid-rT05pLQ4JR p.date {
    text-align: center;
  }
}
.cid-rT0dVARtJe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rT0dVARtJe .mbr-overlay {
  background: #efefef;
}
.cid-rT0dVARtJe .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rT0dVARtJe .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rT0dVARtJe .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rT0dVARtJe .mbr-text {
  color: #8d97ad;
}
.cid-rT0dVARtJe .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rT0dVARtJe .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rT0dVARtJe .card-title {
    text-align: center;
  }
  .cid-rT0dVARtJe p.mbr-text,
  .cid-rT0dVARtJe p.date {
    text-align: center;
  }
}
.cid-rT04cv7eXF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rT04cv7eXF .mbr-overlay {
  background: #efefef;
}
.cid-rT04cv7eXF .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rT04cv7eXF .client-name {
  color: #8d97ad;
}
.cid-rT04cv7eXF .wrap-img {
  padding-bottom: 1rem;
}
.cid-rT04cv7eXF .wrap-img img {
  max-width: 100%;
}
.cid-rT04cv7eXF .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rT04cwuhxg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfdddd;
}
.cid-rT04cwuhxg .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rT04cwuhxg .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rT04cwuhxg .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rT04cwuhxg .form-group,
  .cid-rT04cwuhxg .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rT04cwuhxg .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rT04cwuhxg textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rT04cwuhxg .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rT04cwuhxg .text-block {
    margin-bottom: 2rem;
  }
}
#custom-html-6i {
  /* Type valid CSS here */
}
#custom-html-6i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6i p {
  font-size: 60px;
  color: #777;
}
