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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a39c3d !important;
  border-color: #a39c3d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6b6728 !important;
  border-color: #6b6728 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6b6728 !important;
  border-color: #6b6728 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #595521;
  color: #595521;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a39c3d;
  border-color: #a39c3d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a39c3d !important;
  border-color: #a39c3d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #a39c3d !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #595521 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #a39c3d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sLdMjMyx9l .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLdMjMyx9l .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLdMjMyx9l .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLdMjMyx9l .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdMjMyx9l .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLdMjMyx9l .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLdMjMyx9l .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLdMjMyx9l .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLdMjMyx9l .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLdMjMyx9l .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sLdMjMyx9l a {
  font-style: normal;
}
.cid-sLdMjMyx9l .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLdMjMyx9l .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLdMjMyx9l .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sLdMjMyx9l .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLdMjMyx9l .content-text {
  margin-bottom: 0;
  color: #5b686b;
}
.cid-sLdMjMyx9l .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLdMjMyx9l .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #149dcc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLdMjMyx9l .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLdMjMyx9l .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLdMjMyx9l .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLdMjMyx9l .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLdMjMyx9l .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLdMjMyx9l .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLdMjMyx9l .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLdMjMyx9l .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdMjMyx9l .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLdMjMyx9l .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLdMjMyx9l .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLdMjMyx9l .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLdMjMyx9l .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLdMjMyx9l .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLdMjMyx9l .menu-content-top.show {
  display: block;
}
.cid-sLdMjMyx9l .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLdMjMyx9l .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLdMjMyx9l .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLdMjMyx9l .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLdMjMyx9l .dropdown-item:before {
    display: none;
  }
  .cid-sLdMjMyx9l .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLdMjMyx9l .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLdMjMyx9l img {
    height: 3.8rem !important;
  }
  .cid-sLdMjMyx9l .btn {
    display: flex;
  }
  .cid-sLdMjMyx9l button.navbar-toggler {
    display: block;
  }
  .cid-sLdMjMyx9l .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLdMjMyx9l .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLdMjMyx9l .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLdMjMyx9l .navbar-collapse.collapsing,
  .cid-sLdMjMyx9l .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLdMjMyx9l .navbar-collapse.collapsing .navbar-nav,
  .cid-sLdMjMyx9l .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLdMjMyx9l .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLdMjMyx9l .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLdMjMyx9l .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLdMjMyx9l .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLdMjMyx9l .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLdMjMyx9l .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLdMjMyx9l .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLdMjMyx9l .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLdMjMyx9l .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLdMjMyx9l .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLdMjMyx9l .navbar .menu-content-top {
    display: block;
  }
  .cid-sLdMjMyx9l .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLdMjMyx9l .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLdMjMyx9l .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLdMjMyx9l .menu-bottom {
    display: flex;
  }
  .cid-sLdMjMyx9l .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLdMjMyx9l .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLdMjMyx9l .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLdMjMyx9l .navbar-toggler {
    display: none;
  }
}
.cid-sLdMjMyx9l .navbar-short .menu-content-top {
  border: none;
}
.cid-sLdMjMyx9l .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdMjMyx9l .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLdMjMyx9l .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLdMjMyx9l .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLdMjMyx9l .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLdMjMyx9l .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLdMjMyx9l .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLdMjMyx9l .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLdMjMyx9l .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLdMjMyx9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLdMjMyx9l .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLdMjMyx9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLdMjMyx9l .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-sLdMjMyx9l .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLdMjMyx9l .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLdMjMyx9l .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLdMjMyx9l .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLdMjMyx9l .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLdMjMyx9l .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLdMjMyx9l .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLdMjMyx9l .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLdMjMyx9l button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLdMjMyx9l button.navbar-toggler:focus {
  outline: none;
}
.cid-sLdMjMyx9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLdMjMyx9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLdMjMyx9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLdMjMyx9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLdMjMyx9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLdMjMyx9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLdMjMyx9l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLdMjMyx9l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLdMjMyx9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLdMjMyx9l .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLdMjMyx9l .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdMjMyx9l .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLdMjMyx9l .collapsed .btn {
  display: flex;
}
.cid-sLdMjMyx9l .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLdMjMyx9l .collapsed .navbar-collapse.collapsing,
.cid-sLdMjMyx9l .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLdMjMyx9l .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLdMjMyx9l .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLdMjMyx9l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLdMjMyx9l .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLdMjMyx9l .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLdMjMyx9l .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLdMjMyx9l .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLdMjMyx9l .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLdMjMyx9l .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-sLdMjMyx9l .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLdMjMyx9l .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLdMjMyx9l .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLdMjMyx9l .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLdMjMyx9l .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLdMjMyx9l .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLdMjMyx9l .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLdMjMyx9l .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLdMjMyx9l .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLdMjMyx9l .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLdMjMyx9l .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLdMjMyx9l .nav-link:focus {
  outline: none;
}
.cid-sLdMjMyx9l .navbar-toggler {
  position: relative;
}
.cid-sLdMjMyx9l .dropdown-item.active,
.cid-sLdMjMyx9l .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-sLdMjMyx9l .nav-link:hover,
.cid-sLdMjMyx9l .dropdown-item:hover {
  color: #4284df;
}
.cid-sLeSv4WEn9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLeSv4WEn9 .mbr-text,
.cid-sLeSv4WEn9 blockquote {
  color: #767676;
}
.cid-sLdMzLiWrY {
  background-image: url("../../../assets/images/structure-oil-refinery-building-sunset-background-2000x989.jpeg");
}
.cid-sLdMzLiWrY .form-control,
.cid-sLdMzLiWrY .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-sLdMzLiWrY .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#ff7f9f, #55b4d4);
  border: none;
}
.cid-sLdMzLiWrY textarea.form-control {
  min-height: 188px;
}
.cid-sLdMzLiWrY .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-sLdMzLiWrY .content-container {
    padding-right: 5rem;
  }
}
.cid-sLdMzLiWrY .mbr-text,
.cid-sLdMzLiWrY .mbr-section-btn {
  text-align: left;
}
.cid-sLdQlDc6oL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdQlDc6oL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLdQlDc6oL p {
  color: #767676;
  text-align: left;
}
.cid-sLdQlDc6oL .card-box {
  padding-top: 2rem;
}
.cid-sLdQlDc6oL .card-wrapper {
  height: 100%;
}
.cid-sLdQlDc6oL img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sLdQlDc6oL P {
  text-align: center;
}
.cid-sLdQlDc6oL .card-title {
  text-align: center;
}
.cid-sLdQlDc6oL .card-img {
  position: relative;
}
.cid-sLdQlDc6oL .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sLdQlDc6oL .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #149dcc;
}
.cid-sLdQHxaIMJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdQHxaIMJ .mbr-text,
.cid-sLdQHxaIMJ blockquote {
  color: #767676;
}
.cid-sLdQHxaIMJ DIV {
  color: #cc2952;
}
.cid-sLdNMGXIMP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdNMGXIMP .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sLdNMGXIMP .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sLdNMGXIMP .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sLdNMGXIMP .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sLdNMGXIMP .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sLdNMGXIMP .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sLdNMGXIMP .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sLdNMGXIMP .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sLdNMGXIMP .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sLdNMGXIMP .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sLdNMGXIMP [class^="socicon-"]:before,
.cid-sLdNMGXIMP [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sLdNMGXIMP .btn {
    font-size: 20px !important;
  }
}
.cid-sLdNzxfZQm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-sLdNzxfZQm h2,
.cid-sLdNzxfZQm h3,
.cid-sLdNzxfZQm h4,
.cid-sLdNzxfZQm p {
  color: #ffffff;
}
.cid-sLdNzxfZQm .mbr-overlay {
  z-index: -1;
}
.cid-sLdNzxfZQm .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sLdNzxfZQm .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sLdNzxfZQm .form-control:focus,
.cid-sLdNzxfZQm .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLdNzxfZQm .form-group {
  margin-bottom: 1rem;
}
.cid-sLdNzxfZQm input::-webkit-input-placeholder,
.cid-sLdNzxfZQm textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLdNzxfZQm input:-moz-placeholder,
.cid-sLdNzxfZQm textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLdNzxfZQm .jq-selectbox li,
.cid-sLdNzxfZQm .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLdNzxfZQm .jq-selectbox li:hover,
.cid-sLdNzxfZQm .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLdNzxfZQm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLdNzxfZQm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLdNzxfZQm .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sLdNzxfZQm .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdNzxfZQm .mbr-text {
  color: #767676;
}
.cid-sLdNzxfZQm .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sLdNzxfZQm .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sLdNzxfZQm .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sLdNzxfZQm a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sLdNzxfZQm .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sLdNzxfZQm .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sLdNzxfZQm textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sLdNzxfZQm .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sLdNzxfZQm .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sLdNzxfZQm .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLdNzxfZQm h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sLdNzxfZQm .block-content {
    padding: 0;
  }
  .cid-sLdNzxfZQm .form-block {
    padding: 1rem;
  }
}
.cid-sLdO1CUXIQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sLdO1CUXIQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdO1CUXIQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdO1CUXIQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdO1CUXIQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLdO1CUXIQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLdO1CUXIQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLdO1CUXIQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLdO1CUXIQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLdO1CUXIQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLdO1CUXIQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLdO1CUXIQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLdO1CUXIQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLdO1CUXIQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLdO1CUXIQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLeSuf3X38 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLeSuf3X38 .mbr-text,
.cid-sLeSuf3X38 blockquote {
  color: #767676;
}
.cid-sLdSS5DZ0W .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLdSS5DZ0W .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLdSS5DZ0W .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLdSS5DZ0W .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdSS5DZ0W .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLdSS5DZ0W .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLdSS5DZ0W .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLdSS5DZ0W .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLdSS5DZ0W .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLdSS5DZ0W .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sLdSS5DZ0W a {
  font-style: normal;
}
.cid-sLdSS5DZ0W .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLdSS5DZ0W .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLdSS5DZ0W .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sLdSS5DZ0W .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLdSS5DZ0W .content-text {
  margin-bottom: 0;
  color: #5b686b;
}
.cid-sLdSS5DZ0W .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLdSS5DZ0W .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #149dcc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLdSS5DZ0W .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLdSS5DZ0W .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLdSS5DZ0W .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLdSS5DZ0W .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLdSS5DZ0W .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLdSS5DZ0W .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLdSS5DZ0W .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLdSS5DZ0W .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdSS5DZ0W .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLdSS5DZ0W .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLdSS5DZ0W .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLdSS5DZ0W .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLdSS5DZ0W .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLdSS5DZ0W .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLdSS5DZ0W .menu-content-top.show {
  display: block;
}
.cid-sLdSS5DZ0W .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLdSS5DZ0W .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLdSS5DZ0W .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLdSS5DZ0W .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLdSS5DZ0W .dropdown-item:before {
    display: none;
  }
  .cid-sLdSS5DZ0W .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLdSS5DZ0W .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLdSS5DZ0W img {
    height: 3.8rem !important;
  }
  .cid-sLdSS5DZ0W .btn {
    display: flex;
  }
  .cid-sLdSS5DZ0W button.navbar-toggler {
    display: block;
  }
  .cid-sLdSS5DZ0W .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLdSS5DZ0W .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLdSS5DZ0W .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLdSS5DZ0W .navbar-collapse.collapsing,
  .cid-sLdSS5DZ0W .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLdSS5DZ0W .navbar-collapse.collapsing .navbar-nav,
  .cid-sLdSS5DZ0W .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLdSS5DZ0W .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLdSS5DZ0W .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLdSS5DZ0W .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLdSS5DZ0W .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLdSS5DZ0W .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLdSS5DZ0W .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLdSS5DZ0W .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLdSS5DZ0W .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLdSS5DZ0W .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLdSS5DZ0W .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLdSS5DZ0W .navbar .menu-content-top {
    display: block;
  }
  .cid-sLdSS5DZ0W .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLdSS5DZ0W .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLdSS5DZ0W .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLdSS5DZ0W .menu-bottom {
    display: flex;
  }
  .cid-sLdSS5DZ0W .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLdSS5DZ0W .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLdSS5DZ0W .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLdSS5DZ0W .navbar-toggler {
    display: none;
  }
}
.cid-sLdSS5DZ0W .navbar-short .menu-content-top {
  border: none;
}
.cid-sLdSS5DZ0W .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdSS5DZ0W .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLdSS5DZ0W .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLdSS5DZ0W .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLdSS5DZ0W .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLdSS5DZ0W .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLdSS5DZ0W .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLdSS5DZ0W .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLdSS5DZ0W .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLdSS5DZ0W .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLdSS5DZ0W .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLdSS5DZ0W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLdSS5DZ0W .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-sLdSS5DZ0W .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLdSS5DZ0W .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLdSS5DZ0W .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLdSS5DZ0W .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLdSS5DZ0W .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLdSS5DZ0W .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLdSS5DZ0W .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLdSS5DZ0W .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLdSS5DZ0W button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLdSS5DZ0W button.navbar-toggler:focus {
  outline: none;
}
.cid-sLdSS5DZ0W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLdSS5DZ0W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLdSS5DZ0W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLdSS5DZ0W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLdSS5DZ0W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLdSS5DZ0W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLdSS5DZ0W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLdSS5DZ0W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLdSS5DZ0W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLdSS5DZ0W .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLdSS5DZ0W .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdSS5DZ0W .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLdSS5DZ0W .collapsed .btn {
  display: flex;
}
.cid-sLdSS5DZ0W .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.collapsing,
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLdSS5DZ0W .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLdSS5DZ0W .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-sLdSS5DZ0W .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLdSS5DZ0W .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLdSS5DZ0W .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLdSS5DZ0W .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLdSS5DZ0W .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLdSS5DZ0W .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLdSS5DZ0W .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLdSS5DZ0W .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLdSS5DZ0W .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLdSS5DZ0W .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLdSS5DZ0W .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLdSS5DZ0W .nav-link:focus {
  outline: none;
}
.cid-sLdSS5DZ0W .navbar-toggler {
  position: relative;
}
.cid-sLdSS5DZ0W .dropdown-item.active,
.cid-sLdSS5DZ0W .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-sLdSS5DZ0W .nav-link:hover,
.cid-sLdSS5DZ0W .dropdown-item:hover {
  color: #4284df;
}
.cid-sLdSSdxtYs {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLdSSdxtYs .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sLdSSdxtYs .text-block {
  position: relative;
  z-index: 0;
}
.cid-sLdSSdxtYs .box {
  width: 25%;
  height: 40%;
  background: #ffd17a;
  position: absolute;
  top: 4%;
}
.cid-sLdSSdxtYs .box {
  left: 20%;
}
.cid-sLdSSdxtYs .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-sLdSSdxtYs .mbr-section-text,
.cid-sLdSSdxtYs .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-sLdSSdxtYs .text-box {
    display: none;
  }
  .cid-sLdSSdxtYs .mbr-section-title,
  .cid-sLdSSdxtYs .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sLdSSdxtYs .box {
    display: none;
  }
  .cid-sLdSSdxtYs .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sLdSSdxtYs .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLdSSdxtYs .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sLdSSdxtYs .mbr-section-text {
  color: #767676;
  text-align: left;
}
.cid-sLdSSdxtYs .mbr-section-title {
  color: #073b4c;
}
.cid-sLeGmImIug {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLeGmImIug .mbr-text,
.cid-sLeGmImIug blockquote {
  color: #767676;
}
.cid-sLdSScp6W9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdSScp6W9 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sLdSScp6W9 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sLdSScp6W9 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sLdSScp6W9 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sLdSScp6W9 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sLdSScp6W9 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sLdSScp6W9 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sLdSScp6W9 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sLdSScp6W9 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sLdSScp6W9 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sLdSScp6W9 [class^="socicon-"]:before,
.cid-sLdSScp6W9 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sLdSScp6W9 .btn {
    font-size: 20px !important;
  }
}
.cid-sLdSSf7ZtL {
  background-image: url("../../../assets/images/structure-oil-refinery-building-sunset-background-2000x989.jpeg");
}
.cid-sLdSSf7ZtL .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sLdSSf7ZtL .text-content .btn-bgr {
  z-index: 0;
}
.cid-sLdSSf7ZtL .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sLdSSf7ZtL .container-full-width {
  position: relative;
}
.cid-sLdSSf7ZtL .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sLdSSf7ZtL .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sLdSSf7ZtL .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sLdSSf7ZtL .text-content {
    width: 540px;
  }
  .cid-sLdSSf7ZtL .column-content {
    width: 100%;
  }
  .cid-sLdSSf7ZtL .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sLdSSf7ZtL .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sLdSSf7ZtL .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sLdSSf7ZtL .column-content {
    width: 50%;
  }
  .cid-sLdSSf7ZtL .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sLdSSf7ZtL .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLdSSf7ZtL .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sLdSSf7ZtL .column-content {
    height: 33rem;
  }
}
.cid-sLdSSf7ZtL .mbr-text,
.cid-sLdSSf7ZtL .mbr-section-btn {
  color: #767676;
}
.cid-sLdTRTQXuF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdTRTQXuF .mbr-text,
.cid-sLdTRTQXuF blockquote {
  color: #767676;
}
.cid-sLdSSght0B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-sLdSSght0B h2,
.cid-sLdSSght0B h3,
.cid-sLdSSght0B h4,
.cid-sLdSSght0B p {
  color: #ffffff;
}
.cid-sLdSSght0B .mbr-overlay {
  z-index: -1;
}
.cid-sLdSSght0B .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sLdSSght0B .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sLdSSght0B .form-control:focus,
.cid-sLdSSght0B .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLdSSght0B .form-group {
  margin-bottom: 1rem;
}
.cid-sLdSSght0B input::-webkit-input-placeholder,
.cid-sLdSSght0B textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLdSSght0B input:-moz-placeholder,
.cid-sLdSSght0B textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLdSSght0B .jq-selectbox li,
.cid-sLdSSght0B .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLdSSght0B .jq-selectbox li:hover,
.cid-sLdSSght0B .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLdSSght0B .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLdSSght0B .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLdSSght0B .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sLdSSght0B .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdSSght0B .mbr-text {
  color: #767676;
}
.cid-sLdSSght0B .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sLdSSght0B .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sLdSSght0B .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sLdSSght0B a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sLdSSght0B .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sLdSSght0B .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sLdSSght0B textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sLdSSght0B .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sLdSSght0B .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sLdSSght0B .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLdSSght0B h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sLdSSght0B .block-content {
    padding: 0;
  }
  .cid-sLdSSght0B .form-block {
    padding: 1rem;
  }
}
.cid-sLdSShTXww {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sLdSShTXww .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdSShTXww .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdSShTXww .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdSShTXww .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLdSShTXww .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLdSShTXww .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLdSShTXww .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLdSShTXww .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLdSShTXww .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLdSShTXww .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLdSShTXww .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLdSShTXww .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLdSShTXww .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLdSShTXww .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLdXWUgk3f .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLdXWUgk3f .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLdXWUgk3f .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLdXWUgk3f .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdXWUgk3f .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLdXWUgk3f .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLdXWUgk3f .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLdXWUgk3f .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLdXWUgk3f .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLdXWUgk3f .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sLdXWUgk3f a {
  font-style: normal;
}
.cid-sLdXWUgk3f .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLdXWUgk3f .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLdXWUgk3f .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sLdXWUgk3f .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLdXWUgk3f .content-text {
  margin-bottom: 0;
  color: #5b686b;
}
.cid-sLdXWUgk3f .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLdXWUgk3f .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #149dcc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLdXWUgk3f .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLdXWUgk3f .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLdXWUgk3f .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLdXWUgk3f .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLdXWUgk3f .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLdXWUgk3f .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLdXWUgk3f .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLdXWUgk3f .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdXWUgk3f .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLdXWUgk3f .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLdXWUgk3f .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLdXWUgk3f .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLdXWUgk3f .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLdXWUgk3f .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLdXWUgk3f .menu-content-top.show {
  display: block;
}
.cid-sLdXWUgk3f .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLdXWUgk3f .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLdXWUgk3f .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLdXWUgk3f .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLdXWUgk3f .dropdown-item:before {
    display: none;
  }
  .cid-sLdXWUgk3f .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLdXWUgk3f .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLdXWUgk3f img {
    height: 3.8rem !important;
  }
  .cid-sLdXWUgk3f .btn {
    display: flex;
  }
  .cid-sLdXWUgk3f button.navbar-toggler {
    display: block;
  }
  .cid-sLdXWUgk3f .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLdXWUgk3f .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLdXWUgk3f .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLdXWUgk3f .navbar-collapse.collapsing,
  .cid-sLdXWUgk3f .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLdXWUgk3f .navbar-collapse.collapsing .navbar-nav,
  .cid-sLdXWUgk3f .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLdXWUgk3f .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLdXWUgk3f .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLdXWUgk3f .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLdXWUgk3f .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLdXWUgk3f .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLdXWUgk3f .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLdXWUgk3f .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLdXWUgk3f .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLdXWUgk3f .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLdXWUgk3f .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLdXWUgk3f .navbar .menu-content-top {
    display: block;
  }
  .cid-sLdXWUgk3f .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLdXWUgk3f .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLdXWUgk3f .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLdXWUgk3f .menu-bottom {
    display: flex;
  }
  .cid-sLdXWUgk3f .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLdXWUgk3f .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLdXWUgk3f .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLdXWUgk3f .navbar-toggler {
    display: none;
  }
}
.cid-sLdXWUgk3f .navbar-short .menu-content-top {
  border: none;
}
.cid-sLdXWUgk3f .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdXWUgk3f .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLdXWUgk3f .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLdXWUgk3f .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLdXWUgk3f .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLdXWUgk3f .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLdXWUgk3f .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLdXWUgk3f .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLdXWUgk3f .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLdXWUgk3f .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLdXWUgk3f .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLdXWUgk3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLdXWUgk3f .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-sLdXWUgk3f .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLdXWUgk3f .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLdXWUgk3f .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLdXWUgk3f .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLdXWUgk3f .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLdXWUgk3f .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLdXWUgk3f .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLdXWUgk3f .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLdXWUgk3f button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLdXWUgk3f button.navbar-toggler:focus {
  outline: none;
}
.cid-sLdXWUgk3f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLdXWUgk3f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLdXWUgk3f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLdXWUgk3f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLdXWUgk3f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLdXWUgk3f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLdXWUgk3f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLdXWUgk3f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLdXWUgk3f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLdXWUgk3f .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLdXWUgk3f .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdXWUgk3f .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLdXWUgk3f .collapsed .btn {
  display: flex;
}
.cid-sLdXWUgk3f .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLdXWUgk3f .collapsed .navbar-collapse.collapsing,
.cid-sLdXWUgk3f .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLdXWUgk3f .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLdXWUgk3f .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLdXWUgk3f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLdXWUgk3f .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLdXWUgk3f .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLdXWUgk3f .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLdXWUgk3f .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLdXWUgk3f .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLdXWUgk3f .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-sLdXWUgk3f .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLdXWUgk3f .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLdXWUgk3f .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLdXWUgk3f .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLdXWUgk3f .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLdXWUgk3f .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLdXWUgk3f .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLdXWUgk3f .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLdXWUgk3f .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLdXWUgk3f .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLdXWUgk3f .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLdXWUgk3f .nav-link:focus {
  outline: none;
}
.cid-sLdXWUgk3f .navbar-toggler {
  position: relative;
}
.cid-sLdXWUgk3f .dropdown-item.active,
.cid-sLdXWUgk3f .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-sLdXWUgk3f .nav-link:hover,
.cid-sLdXWUgk3f .dropdown-item:hover {
  color: #4284df;
}
.cid-sLdYJWGZk9 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/structure-oil-refinery-building-sunset-background-2000x989.jpeg");
}
.cid-sLdZkfdnQl {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLdZkfdnQl .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sLdZkfdnQl section {
  position: relative;
}
.cid-sLdZkfdnQl a {
  font-weight: 600;
}
.cid-sLdZkfdnQl .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-sLdZkfdnQl .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #efefef;
}
.cid-sLdZkfdnQl .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sLdZkfdnQl .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-sLdZkfdnQl .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sLdZkfdnQl .card-wrapper {
  height: 100%;
}
.cid-sLdZkfdnQl .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sLdZkfdnQl .card-wrapper:hover .card-title a {
  color: #a39c3d !important;
}
.cid-sLdZkfdnQl .text {
  color: #767676;
}
.cid-sLdZkfdnQl .card-title {
  color: #36404c;
}
.cid-sLdZkfdnQl .title {
  text-align: center;
}
.cid-sLdZi7nwKp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdZi7nwKp .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-sLdZi7nwKp .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-sLdZi7nwKp .card {
  height: fit-content;
}
.cid-sLdZi7nwKp h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sLdZi7nwKp .card1 {
  background: #ffffff;
}
.cid-sLdZi7nwKp .card2 {
  background: #232323;
}
.cid-sLdZi7nwKp .card3 {
  background: #ffffff;
}
.cid-sLdZi7nwKp .card4 {
  background: #232323;
}
.cid-sLdZi7nwKp .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLdZi7nwKp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sLdZi7nwKp .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-sLdZi7nwKp .card-subtitle1 {
  text-align: center;
}
.cid-sLdZi7nwKp .card-title1 {
  text-align: center;
}
.cid-sLdZi7nwKp .mbr-text1 {
  text-align: center;
}
.cid-sLdZi7nwKp .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-sLdZi7nwKp .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sLdZi7nwKp .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-sLdZi7nwKp .card-title3 {
  text-align: center;
}
.cid-sLdZi7nwKp .mbr-text3 {
  text-align: center;
}
.cid-sLdZi7nwKp .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-sLdZi7nwKp .card-title4 {
  text-align: center;
}
.cid-sLdZi7nwKp .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-sLdZi7nwKp .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-sLdZi7nwKp .card-title2,
.cid-sLdZi7nwKp .title-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-sLdZi7nwKp .card-title3,
.cid-sLdZi7nwKp .title-wrap3 {
  text-align: center;
}
.cid-sLdZi7nwKp .card-title4,
.cid-sLdZi7nwKp .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-sLdZi7nwKp .card-title1,
.cid-sLdZi7nwKp .title-wrap1 {
  text-align: center;
}
.cid-sLdZi7nwKp .title {
  text-align: center;
}
.cid-sLdZK5zSgM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLdZK5zSgM .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sLdZK5zSgM section {
  position: relative;
}
.cid-sLdZK5zSgM a {
  font-weight: 600;
}
.cid-sLdZK5zSgM .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-sLdZK5zSgM .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #efefef;
}
.cid-sLdZK5zSgM .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sLdZK5zSgM .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-sLdZK5zSgM .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sLdZK5zSgM .card-wrapper {
  height: 100%;
}
.cid-sLdZK5zSgM .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sLdZK5zSgM .card-wrapper:hover .card-title a {
  color: #a39c3d !important;
}
.cid-sLdZK5zSgM .text {
  color: #767676;
}
.cid-sLdZK5zSgM .card-title {
  color: #36404c;
}
.cid-sLdZK5zSgM .title {
  text-align: center;
}
.cid-sLdXWZMkr1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLdXWZMkr1 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sLdXWZMkr1 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sLdXWZMkr1 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sLdXWZMkr1 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sLdXWZMkr1 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sLdXWZMkr1 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sLdXWZMkr1 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sLdXWZMkr1 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sLdXWZMkr1 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sLdXWZMkr1 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sLdXWZMkr1 [class^="socicon-"]:before,
.cid-sLdXWZMkr1 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sLdXWZMkr1 .btn {
    font-size: 20px !important;
  }
}
.cid-sLdXX3KIZD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-sLdXX3KIZD h2,
.cid-sLdXX3KIZD h3,
.cid-sLdXX3KIZD h4,
.cid-sLdXX3KIZD p {
  color: #ffffff;
}
.cid-sLdXX3KIZD .mbr-overlay {
  z-index: -1;
}
.cid-sLdXX3KIZD .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sLdXX3KIZD .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sLdXX3KIZD .form-control:focus,
.cid-sLdXX3KIZD .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLdXX3KIZD .form-group {
  margin-bottom: 1rem;
}
.cid-sLdXX3KIZD input::-webkit-input-placeholder,
.cid-sLdXX3KIZD textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLdXX3KIZD input:-moz-placeholder,
.cid-sLdXX3KIZD textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLdXX3KIZD .jq-selectbox li,
.cid-sLdXX3KIZD .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLdXX3KIZD .jq-selectbox li:hover,
.cid-sLdXX3KIZD .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLdXX3KIZD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLdXX3KIZD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLdXX3KIZD .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sLdXX3KIZD .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdXX3KIZD .mbr-text {
  color: #767676;
}
.cid-sLdXX3KIZD .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sLdXX3KIZD .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sLdXX3KIZD .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sLdXX3KIZD a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sLdXX3KIZD .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sLdXX3KIZD .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sLdXX3KIZD textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sLdXX3KIZD .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sLdXX3KIZD .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sLdXX3KIZD .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLdXX3KIZD h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sLdXX3KIZD .block-content {
    padding: 0;
  }
  .cid-sLdXX3KIZD .form-block {
    padding: 1rem;
  }
}
.cid-sLdXX5p35X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sLdXX5p35X .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdXX5p35X .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLdXX5p35X .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLdXX5p35X .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLdXX5p35X .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLdXX5p35X .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLdXX5p35X .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLdXX5p35X .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLdXX5p35X .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLdXX5p35X .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLdXX5p35X .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLdXX5p35X .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLdXX5p35X .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLdXX5p35X .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLe11K4L8E .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLe11K4L8E .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLe11K4L8E .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLe11K4L8E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe11K4L8E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLe11K4L8E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLe11K4L8E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLe11K4L8E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLe11K4L8E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLe11K4L8E .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sLe11K4L8E a {
  font-style: normal;
}
.cid-sLe11K4L8E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLe11K4L8E .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLe11K4L8E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sLe11K4L8E .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLe11K4L8E .content-text {
  margin-bottom: 0;
  color: #5b686b;
}
.cid-sLe11K4L8E .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLe11K4L8E .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #149dcc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLe11K4L8E .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLe11K4L8E .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLe11K4L8E .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLe11K4L8E .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLe11K4L8E .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLe11K4L8E .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLe11K4L8E .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLe11K4L8E .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLe11K4L8E .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLe11K4L8E .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLe11K4L8E .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLe11K4L8E .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLe11K4L8E .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLe11K4L8E .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLe11K4L8E .menu-content-top.show {
  display: block;
}
.cid-sLe11K4L8E .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLe11K4L8E .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLe11K4L8E .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLe11K4L8E .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLe11K4L8E .dropdown-item:before {
    display: none;
  }
  .cid-sLe11K4L8E .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLe11K4L8E .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLe11K4L8E img {
    height: 3.8rem !important;
  }
  .cid-sLe11K4L8E .btn {
    display: flex;
  }
  .cid-sLe11K4L8E button.navbar-toggler {
    display: block;
  }
  .cid-sLe11K4L8E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLe11K4L8E .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLe11K4L8E .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLe11K4L8E .navbar-collapse.collapsing,
  .cid-sLe11K4L8E .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLe11K4L8E .navbar-collapse.collapsing .navbar-nav,
  .cid-sLe11K4L8E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLe11K4L8E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLe11K4L8E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLe11K4L8E .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLe11K4L8E .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLe11K4L8E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLe11K4L8E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLe11K4L8E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLe11K4L8E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLe11K4L8E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLe11K4L8E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLe11K4L8E .navbar .menu-content-top {
    display: block;
  }
  .cid-sLe11K4L8E .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLe11K4L8E .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLe11K4L8E .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLe11K4L8E .menu-bottom {
    display: flex;
  }
  .cid-sLe11K4L8E .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLe11K4L8E .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLe11K4L8E .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLe11K4L8E .navbar-toggler {
    display: none;
  }
}
.cid-sLe11K4L8E .navbar-short .menu-content-top {
  border: none;
}
.cid-sLe11K4L8E .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe11K4L8E .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLe11K4L8E .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLe11K4L8E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLe11K4L8E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLe11K4L8E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLe11K4L8E .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLe11K4L8E .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLe11K4L8E .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLe11K4L8E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLe11K4L8E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLe11K4L8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLe11K4L8E .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-sLe11K4L8E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLe11K4L8E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLe11K4L8E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLe11K4L8E .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLe11K4L8E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLe11K4L8E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLe11K4L8E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLe11K4L8E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLe11K4L8E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLe11K4L8E button.navbar-toggler:focus {
  outline: none;
}
.cid-sLe11K4L8E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLe11K4L8E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLe11K4L8E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLe11K4L8E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLe11K4L8E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLe11K4L8E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLe11K4L8E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLe11K4L8E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLe11K4L8E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLe11K4L8E .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLe11K4L8E .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe11K4L8E .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLe11K4L8E .collapsed .btn {
  display: flex;
}
.cid-sLe11K4L8E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLe11K4L8E .collapsed .navbar-collapse.collapsing,
.cid-sLe11K4L8E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLe11K4L8E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLe11K4L8E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLe11K4L8E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLe11K4L8E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLe11K4L8E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLe11K4L8E .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLe11K4L8E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLe11K4L8E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLe11K4L8E .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-sLe11K4L8E .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLe11K4L8E .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLe11K4L8E .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLe11K4L8E .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLe11K4L8E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLe11K4L8E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLe11K4L8E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLe11K4L8E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLe11K4L8E .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLe11K4L8E .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLe11K4L8E .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLe11K4L8E .nav-link:focus {
  outline: none;
}
.cid-sLe11K4L8E .navbar-toggler {
  position: relative;
}
.cid-sLe11K4L8E .dropdown-item.active,
.cid-sLe11K4L8E .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-sLe11K4L8E .nav-link:hover,
.cid-sLe11K4L8E .dropdown-item:hover {
  color: #4284df;
}
.cid-sLeSWit5QG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLeSWit5QG .mbr-text,
.cid-sLeSWit5QG blockquote {
  color: #767676;
}
.cid-sLe1pJTCcq {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/manager-supervisor-worker-discussing-about-production-results-new-strategy-factory-industrial-hall-2000x1333.jpg");
}
.cid-sLe1pJTCcq .block {
  background-color: #a39c3d;
}
.cid-sLe1pJTCcq img {
  width: 100%;
}
.cid-sLe1pJTCcq .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-sLe1pJTCcq .content {
  max-width: 600px;
}
.cid-sLe1pJTCcq h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-sLe1pJTCcq .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-sLe1pJTCcq h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-sLe1pJTCcq .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-sLe1pJTCcq h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-sLe1pJTCcq .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-sLe1pJTCcq H1 {
  color: #ffffff;
}
.cid-sLe1Jp5joG {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #b2ccd2;
}
.cid-sLe1Jp5joG h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-sLe1Jp5joG .card-box {
  padding-top: 3rem;
}
.cid-sLe1Jp5joG .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-sLe1Jp5joG .btn-md {
  padding: 1rem;
}
.cid-sLe1Jp5joG .btn-primary-outline,
.cid-sLe1Jp5joG .btn-secondary-outline,
.cid-sLe1Jp5joG .btn-info-outline,
.cid-sLe1Jp5joG .btn-success-outline,
.cid-sLe1Jp5joG .btn-warning-outline,
.cid-sLe1Jp5joG .btn-danger-outline,
.cid-sLe1Jp5joG .btn-black-outline,
.cid-sLe1Jp5joG .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sLe1Jp5joG .btn-primary-outline span,
.cid-sLe1Jp5joG .btn-secondary-outline span,
.cid-sLe1Jp5joG .btn-info-outline span,
.cid-sLe1Jp5joG .btn-success-outline span,
.cid-sLe1Jp5joG .btn-warning-outline span,
.cid-sLe1Jp5joG .btn-danger-outline span,
.cid-sLe1Jp5joG .btn-black-outline span,
.cid-sLe1Jp5joG .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sLe1Jp5joG .btn-primary-outline:hover span,
.cid-sLe1Jp5joG .btn-secondary-outline:hover span,
.cid-sLe1Jp5joG .btn-info-outline:hover span,
.cid-sLe1Jp5joG .btn-success-outline:hover span,
.cid-sLe1Jp5joG .btn-warning-outline:hover span,
.cid-sLe1Jp5joG .btn-danger-outline:hover span,
.cid-sLe1Jp5joG .btn-black-outline:hover span,
.cid-sLe1Jp5joG .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-sLe1Jp5joG .btn-primary-outline:hover,
.cid-sLe1Jp5joG .btn-secondary-outline:hover,
.cid-sLe1Jp5joG .btn-info-outline:hover,
.cid-sLe1Jp5joG .btn-success-outline:hover,
.cid-sLe1Jp5joG .btn-warning-outline:hover,
.cid-sLe1Jp5joG .btn-danger-outline:hover,
.cid-sLe1Jp5joG .btn-black-outline:hover,
.cid-sLe1Jp5joG .btn-white-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-sLe1Jp5joG .btn-primary-outline:active,
.cid-sLe1Jp5joG .btn-secondary-outline:active,
.cid-sLe1Jp5joG .btn-info-outline:active,
.cid-sLe1Jp5joG .btn-success-outline:active,
.cid-sLe1Jp5joG .btn-warning-outline:active,
.cid-sLe1Jp5joG .btn-danger-outline:active,
.cid-sLe1Jp5joG .btn-black-outline:active,
.cid-sLe1Jp5joG .btn-white-outline:active,
.cid-sLe1Jp5joG .btn-primary-outline:focus,
.cid-sLe1Jp5joG .btn-secondary-outline:focus,
.cid-sLe1Jp5joG .btn-info-outline:focus,
.cid-sLe1Jp5joG .btn-success-outline:focus,
.cid-sLe1Jp5joG .btn-warning-outline:focus,
.cid-sLe1Jp5joG .btn-danger-outline:focus,
.cid-sLe1Jp5joG .btn-black-outline:focus,
.cid-sLe1Jp5joG .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sLe1Jp5joG .btn-primary-outline .mbr-iconfont,
.cid-sLe1Jp5joG .btn-secondary-outline .mbr-iconfont,
.cid-sLe1Jp5joG .btn-info-outline .mbr-iconfont,
.cid-sLe1Jp5joG .btn-success-outline .mbr-iconfont,
.cid-sLe1Jp5joG .btn-warning-outline .mbr-iconfont,
.cid-sLe1Jp5joG .btn-danger-outline .mbr-iconfont,
.cid-sLe1Jp5joG .btn-black-outline .mbr-iconfont,
.cid-sLe1Jp5joG .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-sLe1Jp5joG .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-sLe1Jp5joG .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(191, 184, 84, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sLe1Jp5joG .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-sLe1Jp5joG .link-wrap:hover {
  color: #149dcc !important;
}
.cid-sLe1Jp5joG .link-wrap:hover:hover .link-ico {
  color: #149dcc !important;
}
.cid-sLe1Jp5joG .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-sLe1Jp5joG img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-sLe1Jp5joG .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-sLe1Jp5joG .row {
  justify-content: center;
}
.cid-sLe1Jp5joG .main-title {
  text-align: center;
  color: #232323;
}
.cid-sLe1Jp5joG P {
  text-align: center;
}
.cid-sLe1Jp5joG .mbr-text,
.cid-sLe1Jp5joG .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sLe1Jp5joG .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-sLe1HD3MGp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLe1HD3MGp p {
  line-height: 1.6;
}
.cid-sLe1HD3MGp .card-box {
  width: -webkit-fill-available;
}
.cid-sLe1HD3MGp .card-img {
  width: auto;
}
.cid-sLe1HD3MGp .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sLe1HD3MGp .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLe1HD3MGp .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sLe1HD3MGp .card {
  height: 100%;
  margin: auto;
}
.cid-sLe1HD3MGp img {
  width: 100%;
  heigth: auto;
}
.cid-sLe1HD3MGp .card-title1 {
  color: #073b4c;
}
.cid-sLe1HD3MGp .mbr-text1 {
  color: #767676;
}
.cid-sLe1HD3MGp .card-title2 {
  color: #7f1933;
}
.cid-sLe1HD3MGp .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sLe1HD3MGp .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sLe1HD3MGp .card-img {
    order: 1;
  }
  .cid-sLe1HD3MGp .card-box {
    order: 2;
  }
}
.cid-sLe11P7ZfL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLe11P7ZfL .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-sLe11P7ZfL .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-sLe11P7ZfL .card {
  height: fit-content;
}
.cid-sLe11P7ZfL h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sLe11P7ZfL .card1 {
  background: #ffffff;
}
.cid-sLe11P7ZfL .card2 {
  background: #232323;
}
.cid-sLe11P7ZfL .card3 {
  background: #ffffff;
}
.cid-sLe11P7ZfL .card4 {
  background: #232323;
}
.cid-sLe11P7ZfL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLe11P7ZfL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sLe11P7ZfL .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-sLe11P7ZfL .card-subtitle1 {
  text-align: center;
}
.cid-sLe11P7ZfL .card-title1 {
  text-align: center;
}
.cid-sLe11P7ZfL .mbr-text1 {
  text-align: center;
}
.cid-sLe11P7ZfL .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-sLe11P7ZfL .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-sLe11P7ZfL .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-sLe11P7ZfL .card-title3 {
  text-align: center;
}
.cid-sLe11P7ZfL .mbr-text3 {
  text-align: center;
}
.cid-sLe11P7ZfL .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-sLe11P7ZfL .card-title4 {
  text-align: center;
}
.cid-sLe11P7ZfL .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-sLe11P7ZfL .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-sLe11P7ZfL .card-title2,
.cid-sLe11P7ZfL .title-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-sLe11P7ZfL .card-title3,
.cid-sLe11P7ZfL .title-wrap3 {
  text-align: center;
}
.cid-sLe11P7ZfL .card-title4,
.cid-sLe11P7ZfL .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-sLe11P7ZfL .card-title1,
.cid-sLe11P7ZfL .title-wrap1 {
  text-align: center;
}
.cid-sLe11P7ZfL .title {
  text-align: center;
}
.cid-sLe11R099n {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLe11R099n .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sLe11R099n section {
  position: relative;
}
.cid-sLe11R099n a {
  font-weight: 600;
}
.cid-sLe11R099n .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-sLe11R099n .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #efefef;
}
.cid-sLe11R099n .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sLe11R099n .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-sLe11R099n .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sLe11R099n .card-wrapper {
  height: 100%;
}
.cid-sLe11R099n .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sLe11R099n .card-wrapper:hover .card-title a {
  color: #a39c3d !important;
}
.cid-sLe11R099n .text {
  color: #767676;
}
.cid-sLe11R099n .card-title {
  color: #36404c;
}
.cid-sLe11R099n .title {
  text-align: center;
}
.cid-sLe11Su9Cs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLe11Su9Cs .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sLe11Su9Cs .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sLe11Su9Cs .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sLe11Su9Cs .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sLe11Su9Cs .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sLe11Su9Cs .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sLe11Su9Cs .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sLe11Su9Cs .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sLe11Su9Cs .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sLe11Su9Cs .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sLe11Su9Cs [class^="socicon-"]:before,
.cid-sLe11Su9Cs [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sLe11Su9Cs .btn {
    font-size: 20px !important;
  }
}
.cid-sLe11TAYzu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-sLe11TAYzu h2,
.cid-sLe11TAYzu h3,
.cid-sLe11TAYzu h4,
.cid-sLe11TAYzu p {
  color: #ffffff;
}
.cid-sLe11TAYzu .mbr-overlay {
  z-index: -1;
}
.cid-sLe11TAYzu .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sLe11TAYzu .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sLe11TAYzu .form-control:focus,
.cid-sLe11TAYzu .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLe11TAYzu .form-group {
  margin-bottom: 1rem;
}
.cid-sLe11TAYzu input::-webkit-input-placeholder,
.cid-sLe11TAYzu textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLe11TAYzu input:-moz-placeholder,
.cid-sLe11TAYzu textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLe11TAYzu .jq-selectbox li,
.cid-sLe11TAYzu .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLe11TAYzu .jq-selectbox li:hover,
.cid-sLe11TAYzu .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLe11TAYzu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLe11TAYzu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLe11TAYzu .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sLe11TAYzu .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe11TAYzu .mbr-text {
  color: #767676;
}
.cid-sLe11TAYzu .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sLe11TAYzu .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sLe11TAYzu .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sLe11TAYzu a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sLe11TAYzu .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sLe11TAYzu .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sLe11TAYzu textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sLe11TAYzu .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sLe11TAYzu .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sLe11TAYzu .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLe11TAYzu h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sLe11TAYzu .block-content {
    padding: 0;
  }
  .cid-sLe11TAYzu .form-block {
    padding: 1rem;
  }
}
.cid-sLe11VjaI8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sLe11VjaI8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLe11VjaI8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLe11VjaI8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe11VjaI8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLe11VjaI8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLe11VjaI8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLe11VjaI8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLe11VjaI8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLe11VjaI8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLe11VjaI8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLe11VjaI8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLe11VjaI8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLe11VjaI8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLe11VjaI8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLe5pFahkL .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLe5pFahkL .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLe5pFahkL .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLe5pFahkL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe5pFahkL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLe5pFahkL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLe5pFahkL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLe5pFahkL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLe5pFahkL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLe5pFahkL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sLe5pFahkL a {
  font-style: normal;
}
.cid-sLe5pFahkL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLe5pFahkL .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLe5pFahkL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sLe5pFahkL .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLe5pFahkL .content-text {
  margin-bottom: 0;
  color: #5b686b;
}
.cid-sLe5pFahkL .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLe5pFahkL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #149dcc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLe5pFahkL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLe5pFahkL .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLe5pFahkL .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLe5pFahkL .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLe5pFahkL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLe5pFahkL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLe5pFahkL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLe5pFahkL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLe5pFahkL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLe5pFahkL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLe5pFahkL .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLe5pFahkL .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLe5pFahkL .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLe5pFahkL .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLe5pFahkL .menu-content-top.show {
  display: block;
}
.cid-sLe5pFahkL .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLe5pFahkL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLe5pFahkL .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLe5pFahkL .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLe5pFahkL .dropdown-item:before {
    display: none;
  }
  .cid-sLe5pFahkL .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLe5pFahkL .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLe5pFahkL img {
    height: 3.8rem !important;
  }
  .cid-sLe5pFahkL .btn {
    display: flex;
  }
  .cid-sLe5pFahkL button.navbar-toggler {
    display: block;
  }
  .cid-sLe5pFahkL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLe5pFahkL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLe5pFahkL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLe5pFahkL .navbar-collapse.collapsing,
  .cid-sLe5pFahkL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLe5pFahkL .navbar-collapse.collapsing .navbar-nav,
  .cid-sLe5pFahkL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLe5pFahkL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLe5pFahkL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLe5pFahkL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLe5pFahkL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLe5pFahkL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLe5pFahkL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLe5pFahkL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLe5pFahkL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLe5pFahkL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLe5pFahkL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLe5pFahkL .navbar .menu-content-top {
    display: block;
  }
  .cid-sLe5pFahkL .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLe5pFahkL .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLe5pFahkL .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLe5pFahkL .menu-bottom {
    display: flex;
  }
  .cid-sLe5pFahkL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLe5pFahkL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLe5pFahkL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLe5pFahkL .navbar-toggler {
    display: none;
  }
}
.cid-sLe5pFahkL .navbar-short .menu-content-top {
  border: none;
}
.cid-sLe5pFahkL .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe5pFahkL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLe5pFahkL .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLe5pFahkL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLe5pFahkL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLe5pFahkL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLe5pFahkL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLe5pFahkL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLe5pFahkL .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLe5pFahkL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLe5pFahkL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLe5pFahkL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLe5pFahkL .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-sLe5pFahkL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLe5pFahkL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLe5pFahkL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLe5pFahkL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLe5pFahkL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLe5pFahkL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLe5pFahkL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLe5pFahkL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLe5pFahkL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLe5pFahkL button.navbar-toggler:focus {
  outline: none;
}
.cid-sLe5pFahkL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLe5pFahkL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLe5pFahkL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLe5pFahkL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLe5pFahkL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLe5pFahkL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLe5pFahkL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLe5pFahkL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLe5pFahkL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLe5pFahkL .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLe5pFahkL .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe5pFahkL .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLe5pFahkL .collapsed .btn {
  display: flex;
}
.cid-sLe5pFahkL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLe5pFahkL .collapsed .navbar-collapse.collapsing,
.cid-sLe5pFahkL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLe5pFahkL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLe5pFahkL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLe5pFahkL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLe5pFahkL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLe5pFahkL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLe5pFahkL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLe5pFahkL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLe5pFahkL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLe5pFahkL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-sLe5pFahkL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLe5pFahkL .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLe5pFahkL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLe5pFahkL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLe5pFahkL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLe5pFahkL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLe5pFahkL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLe5pFahkL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLe5pFahkL .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLe5pFahkL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLe5pFahkL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLe5pFahkL .nav-link:focus {
  outline: none;
}
.cid-sLe5pFahkL .navbar-toggler {
  position: relative;
}
.cid-sLe5pFahkL .dropdown-item.active,
.cid-sLe5pFahkL .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-sLe5pFahkL .nav-link:hover,
.cid-sLe5pFahkL .dropdown-item:hover {
  color: #4284df;
}
.cid-sLe5yn3Vue {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background423.jpg");
}
.cid-sLe5pUI2He {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLe5pUI2He .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sLe5pUI2He .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sLe5pUI2He .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sLe5pUI2He .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sLe5pUI2He .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sLe5pUI2He .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sLe5pUI2He .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sLe5pUI2He .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sLe5pUI2He .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sLe5pUI2He .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sLe5pUI2He [class^="socicon-"]:before,
.cid-sLe5pUI2He [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sLe5pUI2He .btn {
    font-size: 20px !important;
  }
}
.cid-sLe5UJTV1s {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sLe5UJTV1s .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sLe5UJTV1s .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLe5UJTV1s .text-content {
  padding-right: 1.5rem;
}
.cid-sLe5UJTV1s .mbr-text,
.cid-sLe5UJTV1s .mbr-section-btn {
  color: #767676;
}
.cid-sLe5UJTV1s .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sLe5UJTV1s .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLe5UJTV1s .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLe5UJTV1s .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sLe5UJTV1s .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 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sLe5UJTV1s .main-row {
    margin: 0;
  }
  .cid-sLe5UJTV1s .mbr-section-title,
  .cid-sLe5UJTV1s .mbr-text,
  .cid-sLe5UJTV1s .list,
  .cid-sLe5UJTV1s .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLe5UJTV1s .text-content {
    padding: 0;
  }
}
.cid-sLe6nFzuFf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sLe6nFzuFf .container {
  max-width: 1500px;
}
.cid-sLe6nFzuFf img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLe6nFzuFf img:hover {
  transform: scale(1.1);
}
.cid-sLe6nFzuFf .row {
  background: #ffffff;
}
.cid-sLe6nFzuFf .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sLe6nFzuFf h2 {
  padding: 0;
  margin: 0;
}
.cid-sLe6nFzuFf .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLe6nFzuFf .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sLe6nFzuFf .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sLe6nFzuFf .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sLe6nFzuFf .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sLe6nFzuFf .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sLe6nFzuFf .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLe6nFzuFf .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLe6nFzuFf .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sLe6nFzuFf .row {
    margin: 0rem;
  }
  .cid-sLe6nFzuFf .text-col {
    padding: 2rem 1rem;
  }
  .cid-sLe6nFzuFf .number {
    margin-right: 2rem;
  }
  .cid-sLe6nFzuFf .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sLe6nFzuFf H2 {
  color: #333333;
}
.cid-sLe6nFzuFf .mbr-text {
  color: #767676;
}
.cid-sLe7kcVYaZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sLe7kcVYaZ .mbr-section-subtitle,
.cid-sLe7kcVYaZ .mbr-text {
  color: #767676;
}
.cid-sLe7kcVYaZ .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLe7kcVYaZ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLe7kcVYaZ .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLe7kcVYaZ .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLe7kcVYaZ .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLe7kcVYaZ .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLe7kcVYaZ .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLe7kcVYaZ .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLe7kcVYaZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLe7kcVYaZ .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLe7kcVYaZ .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLe6m90SMH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLe6m90SMH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLe6m90SMH img:hover {
  transform: scale(1.1);
}
.cid-sLe6m90SMH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLe6m90SMH h2 {
  padding: 0;
  margin: 0;
}
.cid-sLe6m90SMH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLe6m90SMH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLe6m90SMH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sLe6m90SMH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sLe6m90SMH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sLe6m90SMH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sLe6m90SMH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLe6m90SMH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sLe6m90SMH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLe6m90SMH H2 {
  color: #333333;
}
.cid-sLe6m90SMH .mbr-text {
  color: #767676;
}
.cid-sLe7GapC4O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sLe7GapC4O .mbr-section-subtitle,
.cid-sLe7GapC4O .mbr-text {
  color: #767676;
}
.cid-sLe7GapC4O .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLe7GapC4O .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLe7GapC4O .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLe7GapC4O .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLe7GapC4O .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLe7GapC4O .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLe7GapC4O .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLe7GapC4O .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLe7GapC4O .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLe7GapC4O .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLe7GapC4O .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLe6mGK1fd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLe6mGK1fd img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLe6mGK1fd img:hover {
  transform: scale(1.1);
}
.cid-sLe6mGK1fd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLe6mGK1fd h2 {
  padding: 0;
  margin: 0;
}
.cid-sLe6mGK1fd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLe6mGK1fd .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLe6mGK1fd .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sLe6mGK1fd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sLe6mGK1fd .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sLe6mGK1fd .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sLe6mGK1fd .mbr-iconfont {
  margin: 0!important;
}
.cid-sLe6mGK1fd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sLe6mGK1fd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLe6mGK1fd .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sLe6mGK1fd .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sLe6mGK1fd .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLe6mGK1fd H2 {
  color: #333333;
}
.cid-sLe6mGK1fd .mbr-text {
  color: #767676;
}
.cid-sLe6mGK1fd H1 {
  text-align: center;
}
.cid-sLe8el5vAR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sLe8el5vAR .mbr-section-subtitle,
.cid-sLe8el5vAR .mbr-text {
  color: #767676;
}
.cid-sLe8el5vAR .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLe8el5vAR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLe8el5vAR .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLe8el5vAR .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLe8el5vAR .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLe8el5vAR .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLe8el5vAR .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLe8el5vAR .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLe8el5vAR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLe8el5vAR .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLe8el5vAR .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLe8wTbXVR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sLe8wTbXVR .container {
  max-width: 1500px;
}
.cid-sLe8wTbXVR img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLe8wTbXVR img:hover {
  transform: scale(1.1);
}
.cid-sLe8wTbXVR .row {
  background: #ffffff;
}
.cid-sLe8wTbXVR .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sLe8wTbXVR h2 {
  padding: 0;
  margin: 0;
}
.cid-sLe8wTbXVR .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLe8wTbXVR .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sLe8wTbXVR .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sLe8wTbXVR .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sLe8wTbXVR .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sLe8wTbXVR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sLe8wTbXVR .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLe8wTbXVR .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLe8wTbXVR .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sLe8wTbXVR .row {
    margin: 0rem;
  }
  .cid-sLe8wTbXVR .text-col {
    padding: 2rem 1rem;
  }
  .cid-sLe8wTbXVR .number {
    margin-right: 2rem;
  }
  .cid-sLe8wTbXVR .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sLe8wTbXVR H2 {
  color: #333333;
}
.cid-sLe8wTbXVR .mbr-text {
  color: #767676;
}
.cid-sLe8DLVPE0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sLe8DLVPE0 .mbr-section-subtitle,
.cid-sLe8DLVPE0 .mbr-text {
  color: #767676;
}
.cid-sLe8DLVPE0 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLe8DLVPE0 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLe8DLVPE0 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLe8DLVPE0 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLe8DLVPE0 .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLe8DLVPE0 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLe8DLVPE0 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLe8DLVPE0 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLe8DLVPE0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLe8DLVPE0 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLe8DLVPE0 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLe8FZjbAz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sLe8FZjbAz .mbr-section-subtitle,
.cid-sLe8FZjbAz .mbr-text {
  color: #767676;
}
.cid-sLe8FZjbAz .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLe8FZjbAz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLe8FZjbAz .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLe8FZjbAz .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLe8FZjbAz .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLe8FZjbAz .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLe8FZjbAz .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLe8FZjbAz .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLe8FZjbAz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLe8FZjbAz .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLe8FZjbAz .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLe94sdGiE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-sLe9j7L6yn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sLe9j7L6yn .mbr-section-subtitle,
.cid-sLe9j7L6yn .mbr-text {
  color: #767676;
}
.cid-sLe9j7L6yn .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLe9j7L6yn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLe9j7L6yn .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLe9j7L6yn .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLe9j7L6yn .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLe9j7L6yn .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLe9j7L6yn .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLe9j7L6yn .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLe9j7L6yn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLe9j7L6yn .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLe9j7L6yn .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLe5pWqKbi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-sLe5pWqKbi h2,
.cid-sLe5pWqKbi h3,
.cid-sLe5pWqKbi h4,
.cid-sLe5pWqKbi p {
  color: #ffffff;
}
.cid-sLe5pWqKbi .mbr-overlay {
  z-index: -1;
}
.cid-sLe5pWqKbi .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sLe5pWqKbi .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sLe5pWqKbi .form-control:focus,
.cid-sLe5pWqKbi .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLe5pWqKbi .form-group {
  margin-bottom: 1rem;
}
.cid-sLe5pWqKbi input::-webkit-input-placeholder,
.cid-sLe5pWqKbi textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLe5pWqKbi input:-moz-placeholder,
.cid-sLe5pWqKbi textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLe5pWqKbi .jq-selectbox li,
.cid-sLe5pWqKbi .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLe5pWqKbi .jq-selectbox li:hover,
.cid-sLe5pWqKbi .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLe5pWqKbi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLe5pWqKbi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLe5pWqKbi .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sLe5pWqKbi .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe5pWqKbi .mbr-text {
  color: #767676;
}
.cid-sLe5pWqKbi .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sLe5pWqKbi .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sLe5pWqKbi .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sLe5pWqKbi a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sLe5pWqKbi .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sLe5pWqKbi .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sLe5pWqKbi textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sLe5pWqKbi .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sLe5pWqKbi .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sLe5pWqKbi .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLe5pWqKbi h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sLe5pWqKbi .block-content {
    padding: 0;
  }
  .cid-sLe5pWqKbi .form-block {
    padding: 1rem;
  }
}
.cid-sLe5pZeNjG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sLe5pZeNjG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLe5pZeNjG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLe5pZeNjG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLe5pZeNjG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLe5pZeNjG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLe5pZeNjG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLe5pZeNjG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLe5pZeNjG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLe5pZeNjG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLe5pZeNjG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLe5pZeNjG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLe5pZeNjG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLe5pZeNjG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLe5pZeNjG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sLekftGb7M .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLekftGb7M .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLekftGb7M .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLekftGb7M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLekftGb7M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLekftGb7M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLekftGb7M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLekftGb7M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLekftGb7M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLekftGb7M .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sLekftGb7M a {
  font-style: normal;
}
.cid-sLekftGb7M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLekftGb7M .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLekftGb7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sLekftGb7M .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLekftGb7M .content-text {
  margin-bottom: 0;
  color: #5b686b;
}
.cid-sLekftGb7M .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLekftGb7M .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #149dcc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLekftGb7M .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLekftGb7M .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLekftGb7M .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLekftGb7M .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLekftGb7M .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLekftGb7M .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLekftGb7M .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLekftGb7M .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLekftGb7M .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLekftGb7M .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLekftGb7M .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLekftGb7M .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLekftGb7M .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLekftGb7M .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLekftGb7M .menu-content-top.show {
  display: block;
}
.cid-sLekftGb7M .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLekftGb7M .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLekftGb7M .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLekftGb7M .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLekftGb7M .dropdown-item:before {
    display: none;
  }
  .cid-sLekftGb7M .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLekftGb7M .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLekftGb7M img {
    height: 3.8rem !important;
  }
  .cid-sLekftGb7M .btn {
    display: flex;
  }
  .cid-sLekftGb7M button.navbar-toggler {
    display: block;
  }
  .cid-sLekftGb7M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLekftGb7M .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLekftGb7M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLekftGb7M .navbar-collapse.collapsing,
  .cid-sLekftGb7M .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLekftGb7M .navbar-collapse.collapsing .navbar-nav,
  .cid-sLekftGb7M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLekftGb7M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLekftGb7M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLekftGb7M .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLekftGb7M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLekftGb7M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLekftGb7M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLekftGb7M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLekftGb7M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLekftGb7M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLekftGb7M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLekftGb7M .navbar .menu-content-top {
    display: block;
  }
  .cid-sLekftGb7M .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLekftGb7M .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLekftGb7M .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLekftGb7M .menu-bottom {
    display: flex;
  }
  .cid-sLekftGb7M .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLekftGb7M .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLekftGb7M .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLekftGb7M .navbar-toggler {
    display: none;
  }
}
.cid-sLekftGb7M .navbar-short .menu-content-top {
  border: none;
}
.cid-sLekftGb7M .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLekftGb7M .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLekftGb7M .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLekftGb7M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLekftGb7M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLekftGb7M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLekftGb7M .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLekftGb7M .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLekftGb7M .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLekftGb7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLekftGb7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLekftGb7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLekftGb7M .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-sLekftGb7M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLekftGb7M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLekftGb7M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLekftGb7M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLekftGb7M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLekftGb7M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLekftGb7M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLekftGb7M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLekftGb7M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLekftGb7M button.navbar-toggler:focus {
  outline: none;
}
.cid-sLekftGb7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLekftGb7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLekftGb7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLekftGb7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLekftGb7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLekftGb7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLekftGb7M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLekftGb7M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLekftGb7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLekftGb7M .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLekftGb7M .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLekftGb7M .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLekftGb7M .collapsed .btn {
  display: flex;
}
.cid-sLekftGb7M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLekftGb7M .collapsed .navbar-collapse.collapsing,
.cid-sLekftGb7M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLekftGb7M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLekftGb7M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLekftGb7M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLekftGb7M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLekftGb7M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLekftGb7M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLekftGb7M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLekftGb7M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLekftGb7M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-sLekftGb7M .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLekftGb7M .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLekftGb7M .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLekftGb7M .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLekftGb7M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLekftGb7M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLekftGb7M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLekftGb7M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLekftGb7M .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLekftGb7M .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLekftGb7M .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLekftGb7M .nav-link:focus {
  outline: none;
}
.cid-sLekftGb7M .navbar-toggler {
  position: relative;
}
.cid-sLekftGb7M .dropdown-item.active,
.cid-sLekftGb7M .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-sLekftGb7M .nav-link:hover,
.cid-sLekftGb7M .dropdown-item:hover {
  color: #4284df;
}
.cid-sLekfw0nco {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/structure-oil-refinery-building-sunset-background-2000x989.jpeg");
}
.cid-sLekfxm5CL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLekfxm5CL .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sLekfxm5CL .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sLekfxm5CL .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sLekfxm5CL .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sLekfxm5CL .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sLekfxm5CL .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sLekfxm5CL .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sLekfxm5CL .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-sLekfxm5CL .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sLekfxm5CL .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sLekfxm5CL [class^="socicon-"]:before,
.cid-sLekfxm5CL [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sLekfxm5CL .btn {
    font-size: 20px !important;
  }
}
.cid-sLekfyOHQz {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sLekfyOHQz .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sLekfyOHQz .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLekfyOHQz .text-content {
  padding-right: 1.5rem;
}
.cid-sLekfyOHQz .mbr-text,
.cid-sLekfyOHQz .mbr-section-btn {
  color: #767676;
}
.cid-sLekfyOHQz .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sLekfyOHQz .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLekfyOHQz .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLekfyOHQz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sLekfyOHQz .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 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sLekfyOHQz .main-row {
    margin: 0;
  }
  .cid-sLekfyOHQz .mbr-section-title,
  .cid-sLekfyOHQz .mbr-text,
  .cid-sLekfyOHQz .list,
  .cid-sLekfyOHQz .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLekfyOHQz .text-content {
    padding: 0;
  }
}
.cid-sLelJFhi2v {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sLelJFhi2v .image-block {
  margin: auto;
}
.cid-sLelJFhi2v .mbr-figure {
  margin: 0 auto;
}
.cid-sLelJFhi2v figcaption {
  position: relative;
}
.cid-sLelJFhi2v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sLelJFhi2v .image-block {
    width: 100% !important;
  }
}
.cid-sLekfAh4Xc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sLekfAh4Xc .container {
  max-width: 1500px;
}
.cid-sLekfAh4Xc img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLekfAh4Xc img:hover {
  transform: scale(1.1);
}
.cid-sLekfAh4Xc .row {
  background: #ffffff;
}
.cid-sLekfAh4Xc .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sLekfAh4Xc h2 {
  padding: 0;
  margin: 0;
}
.cid-sLekfAh4Xc .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLekfAh4Xc .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sLekfAh4Xc .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sLekfAh4Xc .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sLekfAh4Xc .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sLekfAh4Xc .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sLekfAh4Xc .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLekfAh4Xc .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLekfAh4Xc .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sLekfAh4Xc .row {
    margin: 0rem;
  }
  .cid-sLekfAh4Xc .text-col {
    padding: 2rem 1rem;
  }
  .cid-sLekfAh4Xc .number {
    margin-right: 2rem;
  }
  .cid-sLekfAh4Xc .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sLekfAh4Xc H2 {
  color: #333333;
}
.cid-sLekfAh4Xc .mbr-text {
  color: #767676;
}
.cid-sLeng0w8KV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-sLekfHIHYp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sLekfHIHYp img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLekfHIHYp img:hover {
  transform: scale(1.1);
}
.cid-sLekfHIHYp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLekfHIHYp h2 {
  padding: 0;
  margin: 0;
}
.cid-sLekfHIHYp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLekfHIHYp .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLekfHIHYp .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sLekfHIHYp .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sLekfHIHYp .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sLekfHIHYp .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sLekfHIHYp .mbr-iconfont {
  margin: 0!important;
}
.cid-sLekfHIHYp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sLekfHIHYp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLekfHIHYp .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sLekfHIHYp .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sLekfHIHYp .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLekfHIHYp H2 {
  color: #333333;
}
.cid-sLekfHIHYp .mbr-text {
  color: #767676;
}
.cid-sLekfHIHYp H1 {
  text-align: center;
}
.cid-sLekfJsYkN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sLekfJsYkN .mbr-section-subtitle,
.cid-sLekfJsYkN .mbr-text {
  color: #767676;
}
.cid-sLekfJsYkN .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLekfJsYkN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLekfJsYkN .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLekfJsYkN .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLekfJsYkN .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLekfJsYkN .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLekfJsYkN .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLekfJsYkN .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLekfJsYkN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLekfJsYkN .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLekfJsYkN .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLekfSE7s0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-sLekfUe6Vu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLekfUe6Vu .mbr-section-subtitle,
.cid-sLekfUe6Vu .mbr-text {
  color: #767676;
}
.cid-sLekfUe6Vu .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLekfUe6Vu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLekfUe6Vu .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLekfUe6Vu .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLekfUe6Vu .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLekfUe6Vu .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLekfUe6Vu .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLekfUe6Vu .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLekfUe6Vu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLekfUe6Vu .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLekfUe6Vu .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLemRjIGgB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sLemRjIGgB .mbr-section-subtitle,
.cid-sLemRjIGgB .mbr-text {
  color: #767676;
}
.cid-sLemRjIGgB .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sLemRjIGgB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLemRjIGgB .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLemRjIGgB .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sLemRjIGgB .card-wrapper .card-img img {
  width: 100%;
}
.cid-sLemRjIGgB .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sLemRjIGgB .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sLemRjIGgB .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sLemRjIGgB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sLemRjIGgB .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sLemRjIGgB .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sLekfYl82J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-sLekfYl82J h2,
.cid-sLekfYl82J h3,
.cid-sLekfYl82J h4,
.cid-sLekfYl82J p {
  color: #ffffff;
}
.cid-sLekfYl82J .mbr-overlay {
  z-index: -1;
}
.cid-sLekfYl82J .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sLekfYl82J .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sLekfYl82J .form-control:focus,
.cid-sLekfYl82J .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLekfYl82J .form-group {
  margin-bottom: 1rem;
}
.cid-sLekfYl82J input::-webkit-input-placeholder,
.cid-sLekfYl82J textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLekfYl82J input:-moz-placeholder,
.cid-sLekfYl82J textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLekfYl82J .jq-selectbox li,
.cid-sLekfYl82J .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLekfYl82J .jq-selectbox li:hover,
.cid-sLekfYl82J .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLekfYl82J .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLekfYl82J .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLekfYl82J .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sLekfYl82J .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLekfYl82J .mbr-text {
  color: #767676;
}
.cid-sLekfYl82J .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sLekfYl82J .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sLekfYl82J .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sLekfYl82J a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sLekfYl82J .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sLekfYl82J .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sLekfYl82J textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sLekfYl82J .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sLekfYl82J .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sLekfYl82J .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLekfYl82J h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sLekfYl82J .block-content {
    padding: 0;
  }
  .cid-sLekfYl82J .form-block {
    padding: 1rem;
  }
}
.cid-sLekg2e7RK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sLekg2e7RK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLekg2e7RK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLekg2e7RK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLekg2e7RK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sLekg2e7RK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sLekg2e7RK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sLekg2e7RK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLekg2e7RK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sLekg2e7RK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLekg2e7RK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLekg2e7RK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLekg2e7RK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLekg2e7RK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sLekg2e7RK .media-container-row .row-copirayt p {
  width: 100%;
}
