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





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #48a603 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #48a603 !important;
  border-color: #48a603 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #275b02 !important;
  border-color: #275b02 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #275b02 !important;
  border-color: #275b02 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !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: #1d4201;
  color: #1d4201;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #48a603;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #48a603 !important;
  border-color: #48a603 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #48a603 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1d4201 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !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: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #48a603;
  border-color: #48a603;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #48a603;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #84fb2d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #48a603;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #48a603;
  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: #48a603;
  border-bottom-color: #48a603;
}
.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: #48a603 !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: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rIyXpBYpBW .navbar {
  padding: .5rem 0;
  background: #182128;
  transition: none;
  min-height: 75px;
}
.cid-rIyXpBYpBW .navbar-dropdown.bg-color.transparent.opened {
  background: #182128;
}
.cid-rIyXpBYpBW a {
  font-style: normal;
}
.cid-rIyXpBYpBW a .link:hover {
  color: inherit !important;
}
.cid-rIyXpBYpBW .dropdown-item:active {
  background: #182128;
  line-height: 0.9 !important;
}
.cid-rIyXpBYpBW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIyXpBYpBW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px !important;
  margin: 0 8px !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-weight: 400 !important;
}
.cid-rIyXpBYpBW .nav-item:focus,
.cid-rIyXpBYpBW .nav-link:focus {
  outline: none;
}
.cid-rIyXpBYpBW .btn {
  padding: 0rem 0.9rem 1px 1.3rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 2.6;
  border-width: 2px;
}
.cid-rIyXpBYpBW .btn ins {
  text-decoration: none;
}
.cid-rIyXpBYpBW .btn .mbr-iconfont {
  font-size: 0.9rem;
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rIyXpBYpBW .menu-logo {
  margin-right: auto;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  transition: padding .2s;
  min-height: 3rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIyXpBYpBW .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-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
  font-weight: 400 !important;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo {
  font-size: 3rem;
  transition: font-size 0.25s;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
  color: #ffffff;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 1rem;
  width: auto;
  overflow: visible;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
  padding-bottom: 10px;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu {
  background: #182128;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 3px;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.435em 1.5385em !important;
  line-height: 0.9 !important;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIyXpBYpBW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIyXpBYpBW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-toggler-right {
  top: 35px;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIyXpBYpBW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 2.1rem;
  right: 1rem;
}
.cid-rIyXpBYpBW button.navbar-toggler:focus {
  outline: none;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyXpBYpBW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyXpBYpBW .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rIyXpBYpBW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIyXpBYpBW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-rIyXpBYpBW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIyXpBYpBW .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;
}
@media (max-width: 1253px) {
  .cid-rIyXpBYpBW .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyXpBYpBW img {
    height: 3.8rem !important;
  }
  .cid-rIyXpBYpBW .btn {
    display: -webkit-flex;
  }
  .cid-rIyXpBYpBW button.navbar-toggler {
    display: block;
  }
  .cid-rIyXpBYpBW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIyXpBYpBW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyXpBYpBW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing,
  .cid-rIyXpBYpBW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-nav,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rIyXpBYpBW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIyXpBYpBW .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 (max-width: 540px) {
  .cid-rIyXpBYpBW .navbar-brand {
    padding-top: 1rem;
  }
  .cid-rIyXpBYpBW .navbar-logo img {
    height: 3rem !important;
  }
  .cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    font-size: 30px !important;
  }
}
@media (min-width: 767px) {
  .cid-rIyXpBYpBW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIyXpBYpBW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
  line-height: 0.9;
}
.cid-rIyXpBYpBW .nav-link,
.cid-rIyXpBYpBW .dropdown-item {
  position: relative;
}
.cid-rIyXpBYpBW .nav-link:before,
.cid-rIyXpBYpBW .dropdown-item:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: -0.2em;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cid-rIyXpBYpBW .nav-item .nav-link:hover::before {
  right: 0;
}
.cid-rIyXpBYpBW .nav-item.open .nav-link::before {
  right: 1.667em;
}
.cid-rIyXpBYpBW .nav-link:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rIyXpBYpBW .nav-link:first-child {
  border-color: #ffffff;
}
.cid-rIyXpBYpBW .display-5 {
  font-size: 2.8rem;
}
.cid-rR23E7Fkpb {
  background-image: url("../../../assets/images/4975-2000x1200.jpg");
}
.cid-rR23E7Fkpb .mbr-text,
.cid-rR23E7Fkpb .typed-text,
.cid-rR23E7Fkpb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rR23E7Fkpb .btn {
  margin-left: 4px !important;
}
.cid-rR23E7Fkpb .animated-element {
  color: #ffbc00;
}
.cid-rR23E7Fkpb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUEPA4Stke {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-rUEPA4Stke .container {
  max-width: 1500px;
}
.cid-rUEPA4Stke img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rUEPA4Stke img:hover {
  transform: scale(1.1);
}
.cid-rUEPA4Stke .row {
  background: #ffffff;
}
.cid-rUEPA4Stke .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rUEPA4Stke h2 {
  padding: 0;
  margin: 0;
}
.cid-rUEPA4Stke .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUEPA4Stke .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rUEPA4Stke .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rUEPA4Stke .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rUEPA4Stke .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rUEPA4Stke .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-rUEPA4Stke .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rUEPA4Stke .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rUEPA4Stke .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rUEPA4Stke .row {
    margin: 0rem;
  }
  .cid-rUEPA4Stke .text-col {
    padding: 2rem 1rem;
  }
  .cid-rUEPA4Stke .number {
    margin-right: 2rem;
  }
  .cid-rUEPA4Stke .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rUEPA4Stke H2 {
  color: #333333;
  text-align: right;
}
.cid-rUEPA4Stke .mbr-text {
  color: #767676;
}
.cid-rUEPCprp5b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rUEPCprp5b img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rUEPCprp5b img:hover {
  transform: scale(1.1);
}
.cid-rUEPCprp5b .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rUEPCprp5b h2 {
  padding: 0;
  margin: 0;
}
.cid-rUEPCprp5b .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUEPCprp5b .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rUEPCprp5b .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rUEPCprp5b .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rUEPCprp5b .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rUEPCprp5b .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-rUEPCprp5b .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rUEPCprp5b .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rUEPCprp5b .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rUEPCprp5b H2 {
  color: #333333;
}
.cid-rUEPCprp5b .mbr-text {
  color: #767676;
}
.cid-rUEPDaMc0A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rUEPDaMc0A img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rUEPDaMc0A img:hover {
  transform: scale(1.1);
}
.cid-rUEPDaMc0A .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rUEPDaMc0A h2 {
  padding: 0;
  margin: 0;
}
.cid-rUEPDaMc0A .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUEPDaMc0A .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rUEPDaMc0A .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rUEPDaMc0A .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rUEPDaMc0A .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rUEPDaMc0A .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rUEPDaMc0A .mbr-iconfont {
  margin: 0!important;
}
.cid-rUEPDaMc0A .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-rUEPDaMc0A .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rUEPDaMc0A .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rUEPDaMc0A .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rUEPDaMc0A .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rUEPDaMc0A H2 {
  color: #333333;
}
.cid-rUEPDaMc0A .mbr-text {
  color: #767676;
}
.cid-rR4WkIaLQ2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rR4WkIaLQ2 img {
  width: 90%;
}
.cid-rR4WkIaLQ2 h3 {
  line-height: 1;
  padding-left: 3.9rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cid-rR4WkIaLQ2 h3:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rR4WkIaLQ2 h3::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-rR4WkIaLQ2 h3:hover:after,
.cid-rR4WkIaLQ2 h3:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rR4WkIaLQ2 h3:hover:before,
.cid-rR4WkIaLQ2 h3:focus:before {
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rR4WkIaLQ2 h2 {
  padding-left: 4rem;
}
.cid-rR4WkIaLQ2 h2 .wrap:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 15%;
  left: -1.5rem;
  width: 70px;
  height: 2px;
}
.cid-rR4WkIaLQ2 .img1 {
  top: -6%;
}
@media (max-width: 1200px) {
  .cid-rR4WkIaLQ2 h2 .wrap::before {
    top: 12%;
    left: 0rem;
    width: 60px;
  }
}
@media (max-width: 992px) {
  .cid-rR4WkIaLQ2 img {
    width: 100%;
  }
  .cid-rR4WkIaLQ2 .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-rR4WkIaLQ2 h2 {
    line-height: 3rem;
    padding-left: 0;
  }
  .cid-rR4WkIaLQ2 h2 .wrap::before {
    display: none;
  }
  .cid-rR4WkIaLQ2 h3 {
    padding-left: 15px;
  }
  .cid-rR4WkIaLQ2 .align-left {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-rR4WkIaLQ2 h2 {
    padding-left: 0;
  }
  .cid-rR4WkIaLQ2 h2 .wrap::before {
    display: none;
  }
  .cid-rR4WkIaLQ2 h3 {
    margin: auto 0;
  }
  .cid-rR4WkIaLQ2 p {
    margin-top: 1rem;
    padding: 1rem;
  }
  .cid-rR4WkIaLQ2 .align-left {
    padding: 1rem;
  }
  .cid-rR4WkIaLQ2 .icon-wrap {
    margin: auto 0;
  }
}
.cid-rR4WkIaLQ2 .mbr-iconfont {
  color: #5263b8;
  font-size: 4rem;
}
@media (max-width: 576px) {
  .cid-rR4WkIaLQ2 .mbr-section-title {
    padding-bottom: 0 !important;
  }
  .cid-rR4WkIaLQ2 .mbr-section-subtitle {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cid-rR4WkIaLQ2 .text2 {
    margin-top: 0px;
    padding-top: 8px;
  }
}
.cid-rR4Y1r5OZX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rR4Y1r5OZX .container-fluid {
  position: relative;
}
.cid-rR4Y1r5OZX .page-title-content {
  width: 100%;
}
.cid-rR4Y1r5OZX .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rR4Y1r5OZX .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rR4Y1r5OZX .page-title-content {
    text-align: center;
  }
}
.cid-rR4Y1r5OZX .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rR4Y1r5OZX a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rR4Y1r5OZX a:not(:first-child) {
  margin-left: 20px;
}
.cid-rR4Y1r5OZX a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rR4Y1r5OZX a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rR4Y1r5OZX a:hover:after,
.cid-rR4Y1r5OZX a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rR4Y1r5OZX a:hover:before,
.cid-rR4Y1r5OZX a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rR4Y1r5OZX a.text-white:hover,
.cid-rR4Y1r5OZX a.text-white:focus {
  color: #ffffff !important;
}
.cid-rR4Y1r5OZX .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rR4Y1r5OZX .page-title-content .title,
.cid-rR4Y1r5OZX .icon-section,
.cid-rR4Y1r5OZX .mbr-section-btn {
  color: #000000;
}
.cid-rR4Z1uzhix {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #182128;
}
.cid-rR4Z1uzhix .carousel-item {
  padding-bottom: 30px;
  padding: 0 3rem;
}
.cid-rR4Z1uzhix .carousel-item > div {
  width: 100%;
}
.cid-rR4Z1uzhix .carousel-item.active,
.cid-rR4Z1uzhix .carousel-item-next,
.cid-rR4Z1uzhix .carousel-item-prev {
  display: flex;
}
.cid-rR4Z1uzhix .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-rR4Z1uzhix .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: 0.9;
}
.cid-rR4Z1uzhix .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rR4Z1uzhix .display-5 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-rR4Z1uzhix .mbr-text {
  color: #ffffff;
}
.cid-rR4Z1uzhix .mbr-section-subtitle {
  color: #767676;
}
.cid-rR4Z1uzhix .display-7 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 400;
}
.cid-rR4Z1uzhix .signature {
  color: #48a603;
}
.cid-rR4Z1uzhix .desk {
  color: #999999;
}
.cid-rR4Z1uzhix .testimonial-photo {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 1.6rem;
  margin-right: 2rem;
  padding: 0;
  display: inline-block;
}
.cid-rR4Z1uzhix .testimonial-photo img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: 0% 10%;
  transition: 0.5s ease-in-out;
  filter: grayscale(100%);
}
.cid-rR4Z1uzhix .testimonial-photo img:hover {
  filter: grayscale(0%);
}
.cid-rR4Z1uzhix .title-wrapper .line {
  background-color: #c7cbd4;
  color: #c7cbd4;
  height: 1px;
  margin: 30px 0 20px;
  display: inline-block;
}
.cid-rR4Z1uzhix .carousel-indicators li {
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background: #ffffff;
  border: 2px solid black !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.cid-rR4Z1uzhix .carousel-indicators {
  bottom: 0px;
}
.cid-rR4Z1uzhix .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #000000;
}
.cid-rR4Z1uzhix ol {
  margin-bottom: 0rem;
}
.cid-rR4Z1uzhix .mbr-iconfont {
  font-size: 2rem;
  position: absolute;
  top: -3.6rem;
  left: 1rem;
}
.cid-rR4Z1uzhix .common-wrap {
  padding-top: 4rem;
}
@media (max-width: 1230px) {
  .cid-rR4Z1uzhix .mbr-iconfont {
    display: none;
  }
  .cid-rR4Z1uzhix .testimonial-photo {
    margin-right: 0;
  }
  .cid-rR4Z1uzhix .common-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .cid-rR4Z1uzhix .carousel-item {
    padding: 0 5rem;
  }
}
@media (max-width: 992px) {
  .cid-rR4Z1uzhix .common-wrap {
    margin-right: 9rem;
  }
}
@media (min-width: 768px) {
  .cid-rR4Z1uzhix .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 960px) {
  .cid-rR4Z1uzhix .testimonial-photo {
    margin-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-rR4Z1uzhix .testimonial-photo {
    display: block;
    margin: 0 auto !important;
  }
  .cid-rR4Z1uzhix .title-wrapper {
    margin: 5px auto;
  }
  .cid-rR4Z1uzhix .title-wrapper .line {
    margin: 5px auto;
  }
  .cid-rR4Z1uzhix .common-wrap {
    margin-right: 0;
  }
  .cid-rR4Z1uzhix .display-5 {
    font-size: 1.5rem !important;
  }
  .cid-rR4Z1uzhix .row {
    margin: 0 !important;
  }
  .cid-rR4Z1uzhix .carousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .cid-rR4Z1uzhix .carousel-controls {
    display: none;
  }
}
.cid-rR4Z1uzhix .mobi-mbri-quote-right {
  color: #ffb011;
}
.cid-rR4Z1uzhix .container-fluid {
  max-width: 1440px;
}
.cid-rR4Z1uzhix .mbr-section-title {
  color: #ffffff;
}
.cid-rR4ZQqXrsF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rR4ZQqXrsF .row-main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rR4ZQqXrsF .card {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.5rem;
}
.cid-rR4ZQqXrsF .container-fluid {
  padding: 0;
  overflow: hidden;
}
.cid-rR4ZQqXrsF .img {
  margin: auto;
}
.cid-rR4ZQqXrsF .card-box {
  width: 100%;
}
.cid-rR4ZQqXrsF p {
  line-height: 1.5;
  margin: 0;
}
.cid-rR4ZQqXrsF .box {
  padding: 3rem 13rem;
  margin: auto;
}
.cid-rR4ZQqXrsF .card-img {
  padding: 0rem;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rR4ZQqXrsF .card-img span {
  color: #232323;
  font-size: 3.6rem;
}
.cid-rR4ZQqXrsF img {
  width: 100%;
}
.cid-rR4ZQqXrsF .mbr-text {
  color: #767676;
}
@media (max-width: 1500px) {
  .cid-rR4ZQqXrsF .box {
    padding: 3rem 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rR4ZQqXrsF .box {
    padding: 2rem 6rem;
  }
}
@media (max-width: 576px) {
  .cid-rR4ZQqXrsF .box {
    padding: 2rem 3rem;
  }
}
.cid-rR4ZQqXrsF .card-title,
.cid-rR4ZQqXrsF .card-img {
  color: #48a603;
  text-align: left;
}
.cid-rR4ZQqXrsF .mbr-section-title {
  text-align: center;
}
.cid-rR4ZQqXrsF .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rR4ZQqXrsF .mbr-section-title,
.cid-rR4ZQqXrsF .line-wrap {
  text-align: center;
  width: 100%;
  color: #000000;
}
.cid-rR4ZQqXrsF .mbr-text,
.cid-rR4ZQqXrsF .line-wrap2 {
  text-align: left;
  color: #000000;
}
.cid-rR52c3SiOj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/4976-2000x1200.jpg");
}
.cid-rR52c3SiOj h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rR52c3SiOj .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-rR52c3SiOj .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-rR52c3SiOj .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-rR52c3SiOj .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rR52c3SiOj .panel-group {
  width: 100%;
}
.cid-rR52c3SiOj .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rR52c3SiOj .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-rR52c3SiOj .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #48a603;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rR52c3SiOj .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rR52c3SiOj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rR52c3SiOj .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-rR52c3SiOj .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rR52c3SiOj .card .panel-body {
  background: #ffffff;
}
.cid-rR52c3SiOj .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rR52c3SiOj .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rR52c3SiOj .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rR52c3SiOj .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rR53nLOVsf {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rR53nLOVsf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rR53nLOVsf .form-group {
  margin-bottom: 1rem;
}
.cid-rR53nLOVsf .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #f0f0f0;
  color: #000000;
  width: 100%;
}
.cid-rR53nLOVsf textarea.form-control {
  min-height: 96px;
}
.cid-rR53nLOVsf .input-group-btn {
  width: 100%;
}
.cid-rR53nLOVsf .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-rR53nLOVsf .form-control-label {
  color: #000000;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-rR53nLOVsf .google-map {
  width: 100%;
  height: 25rem;
}
.cid-rR53nLOVsf .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rR53nLOVsf .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-rR53nLOVsf .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #9c9485;
  padding: 10px;
}
.cid-rR53nLOVsf .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-rR53nLOVsf .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rR53nLOVsf .form-subtitle {
    text-align: center;
  }
}
.cid-rR53nLOVsf .main-title {
  color: #000000;
}
.cid-rR53nLOVsf .form-title {
  color: #000000;
}
.cid-rR53nLOVsf .form-text {
  color: #343434;
}
.cid-rR53nLOVsf .first-column {
  color: #000000;
}
.cid-rR53nLOVsf .second-column {
  color: #343434;
}
.cid-rR54v0uGtz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #182128;
}
.cid-rR54v0uGtz .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-rR54v0uGtz .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rR54v0uGtz .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-rR54v0uGtz .mbr-text {
  color: #444;
}
.cid-rR54v0uGtz h5 {
  margin-bottom: 0;
}
.cid-rR54v0uGtz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rR54v0uGtz .socicon {
  color: #9e9e9e;
  font-size: 1.2rem;
}
.cid-rR54v0uGtz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rR54v0uGtz .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-rR54v0uGtz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rR54v0uGtz .social-list a:hover {
  opacity: .4;
}
.cid-rR54v0uGtz .media-container-row > div {
  padding: 0px;
}
.cid-rR54v0uGtz .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-rR54v0uGtz .group-title {
  text-align: left;
  color: #9c9485;
}
.cid-rR54v0uGtz .group-title SPAN {
  color: #656565;
}
.cid-rR54v0uGtz .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-rR54v0uGtz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rR54v0uGtz h3 {
    margin-bottom: 10px;
  }
}
.cid-rR54v0uGtz .links SPAN {
  color: #9e9e9e;
}
.cid-rR54v0uGtz .links,
.cid-rR54v0uGtz .navbar-brand {
  color: #ffffff;
}
