@import url(https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,200,300,400,500,600,700,100i,200i,300i,400i,500i,600i,700i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'M PLUS Rounded 1c', 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #e7c861 !important;
}
.bg-info {
  background-color: #006c9b !important;
}
.bg-warning {
  background-color: #730012 !important;
}
.bg-danger {
  background-color: #ffffff !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: #b1001b !important;
  border-color: #b1001b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #65000f !important;
  border-color: #65000f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #65000f !important;
  border-color: #65000f !important;
}
.btn-info,
.btn-info:active {
  background-color: #006c9b !important;
  border-color: #006c9b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00374e !important;
  border-color: #00374e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00374e !important;
  border-color: #00374e !important;
}
.btn-success,
.btn-success:active {
  background-color: #e7c861 !important;
  border-color: #e7c861 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #daaf21 !important;
  border-color: #daaf21 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #daaf21 !important;
  border-color: #daaf21 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #730012 !important;
  border-color: #730012 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #270006 !important;
  border-color: #270006 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #270006 !important;
  border-color: #270006 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #4b000b;
  color: #4b000b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b1001b;
  border-color: #b1001b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1001b !important;
  border-color: #b1001b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #002535;
  color: #002535;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #006c9b;
  border-color: #006c9b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #006c9b !important;
  border-color: #006c9b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c49e1e;
  color: #c49e1e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e7c861;
  border-color: #e7c861;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e7c861 !important;
  border-color: #e7c861 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0d0002;
  color: #0d0002;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #730012;
  border-color: #730012;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #730012 !important;
  border-color: #730012 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #b1001b !important;
}
.text-success {
  color: #e7c861 !important;
}
.text-info {
  color: #006c9b !important;
}
.text-warning {
  color: #730012 !important;
}
.text-danger {
  color: #ffffff !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: #4b000b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c49e1e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #002535 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0d0002 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #006c9b;
}
.alert-warning {
  background-color: #730012;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !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;
}
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: #1cbaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f30026;
}
.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: 'M PLUS Rounded 1c', 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;
}
@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;
}
/* Headers*/
@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: #ffffff !important;
  background: #b1001b !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-t2D8ZYfVcp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #730012;
}
.cid-t2D8ZYfVcp .mbr-text,
.cid-t2D8ZYfVcp blockquote {
  color: #767676;
}
.cid-t2D8ZYfVcp .mbr-text P {
  text-align: center;
}
.cid-t2D8ZYfVcp .mbr-text {
  color: #fff002;
  text-align: center;
}
.cid-uQt5mfWucu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000203;
}
.cid-uQt5mfWucu P {
  color: #767676;
}
.cid-uQt5mfWucu H1 {
  color: #ffffff;
}
.cid-uQt5mfWucu .mbr-text,
.cid-uQt5mfWucu .mbr-section-btn {
  color: #ffffff;
}
.cid-sB9HAuxqJI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sB9HAuxqJI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sB9HAuxqJI a {
  font-style: normal;
}
.cid-sB9HAuxqJI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sB9HAuxqJI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sB9HAuxqJI .nav-item:focus,
.cid-sB9HAuxqJI .nav-link:focus {
  outline: none;
}
.cid-sB9HAuxqJI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sB9HAuxqJI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sB9HAuxqJI .menu-logo {
  margin-right: auto;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sB9HAuxqJI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sB9HAuxqJI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sB9HAuxqJI button.navbar-toggler:focus {
  outline: none;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #730012;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB9HAuxqJI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sB9HAuxqJI .collapsed .btn {
  display: -webkit-flex;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sB9HAuxqJI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sB9HAuxqJI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sB9HAuxqJI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sB9HAuxqJI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sB9HAuxqJI .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: 1023px) {
  .cid-sB9HAuxqJI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sB9HAuxqJI img {
    height: 3.8rem !important;
  }
  .cid-sB9HAuxqJI .btn {
    display: -webkit-flex;
  }
  .cid-sB9HAuxqJI button.navbar-toggler {
    display: block;
  }
  .cid-sB9HAuxqJI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sB9HAuxqJI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sB9HAuxqJI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing,
  .cid-sB9HAuxqJI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-nav,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sB9HAuxqJI .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-sB9HAuxqJI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sB9HAuxqJI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sB9HAuxqJI .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: 767px) {
  .cid-sB9HAuxqJI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sB9HAuxqJI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sB9HAuxqJI .nav-link:hover,
.cid-sB9HAuxqJI .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tj0Fuy2Z6C {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-tj0Fuy2Z6C .image-block {
  margin: auto;
}
.cid-tj0Fuy2Z6C .mbr-figure {
  margin: 0 auto;
}
.cid-tj0Fuy2Z6C figcaption {
  position: relative;
}
.cid-tj0Fuy2Z6C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tj0Fuy2Z6C .image-block {
    width: 100% !important;
  }
}
.cid-uQt9jTBULz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #730012;
}
.cid-uQt9jTBULz P {
  color: #767676;
}
.cid-uQt9jTBULz H1 {
  color: #ffffff;
}
.cid-uQt9jTBULz .mbr-text,
.cid-uQt9jTBULz .mbr-section-btn {
  color: #ffffff;
}
.cid-t2D8BHSt1D {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000203;
}
.cid-t2D8BHSt1D .mbr-text,
.cid-t2D8BHSt1D blockquote {
  color: #767676;
}
.cid-t2D8BHSt1D .mbr-text P {
  text-align: center;
}
.cid-t2D8BHSt1D .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-uQtOAVeSdJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uQtOAVeSdJ .image-block {
  margin: auto;
}
.cid-uQtOAVeSdJ .mbr-figure {
  margin: 0 auto;
}
.cid-uQtOAVeSdJ figcaption {
  position: relative;
}
.cid-uQtOAVeSdJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQtOAVeSdJ .image-block {
    width: 100% !important;
  }
}
.cid-uQtSmr26Jo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQtSmr26Jo P {
  color: #767676;
}
.cid-uQtSmr26Jo H1 {
  color: #ffffff;
}
.cid-uQtSmr26Jo .mbr-text,
.cid-uQtSmr26Jo .mbr-section-btn {
  color: #ffffff;
}
.cid-sB9YtVjPd5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #e3e7e9;
}
.cid-sB9YtVjPd5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sB9YtVjPd5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sB9YtVjPd5 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sB9YtVjPd5 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sB9YtVjPd5 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sB9YtVjPd5 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sB9YtVjPd5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sB9YtVjPd5 .img-item {
    width: 100% !important;
  }
  .cid-sB9YtVjPd5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQtSoY3yx0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQtSoY3yx0 P {
  color: #767676;
}
.cid-uQtSoY3yx0 H1 {
  color: #ffffff;
}
.cid-uQtSoY3yx0 .mbr-text,
.cid-uQtSoY3yx0 .mbr-section-btn {
  color: #ffffff;
}
.cid-sBak8UwR9Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3a50a;
}
.cid-sBak8UwR9Y .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sBak8UwR9Y .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sBak8UwR9Y .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sBak8UwR9Y .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sBak8UwR9Y .mbr-text {
  color: #000203;
}
.cid-tj0HsIgxZV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tj0HsIgxZV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tj0HsIgxZV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tj0HsIgxZV .mbr-text {
    text-align: center;
  }
}
.cid-tj0HsIgxZV H1 {
  color: #232323;
}
.cid-tj0HsIgxZV .mbr-text,
.cid-tj0HsIgxZV .mbr-section-btn {
  color: #232323;
}
.cid-tj1eZpUXaa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tj1eZpUXaa .mbr-text,
.cid-tj1eZpUXaa blockquote {
  color: #767676;
}
.cid-tj1eZpUXaa .mbr-text P {
  text-align: center;
}
.cid-tj1eZpUXaa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tj0EGwEs3n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tj0EGwEs3n .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tj0EGwEs3n .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tj0EGwEs3n .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tviOEsLWk5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tviOEsLWk5 P {
  color: #767676;
}
.cid-tviOEsLWk5 H1 {
  color: #ffffff;
}
.cid-tviOEsLWk5 .mbr-text,
.cid-tviOEsLWk5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tj0Qrn0gUY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tj0Qrn0gUY .card {
  align-self: stretch;
}
.cid-tj0Qrn0gUY .card-box {
  height: 100%;
  background-color: #000203;
  padding: 2rem;
}
.cid-tj0Qrn0gUY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tj0Qrn0gUY p {
  color: #767676;
  text-align: left;
}
.cid-tj0Qrn0gUY .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tj0Qrn0gUY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tj0Qrn0gUY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tj0Qrn0gUY .card-title {
  color: #730012;
}
.cid-tj0Qrn0gUY P {
  color: #ffffff;
}
.cid-tviVy4LeCc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000203;
}
.cid-tviVy4LeCc P {
  color: #767676;
}
.cid-tviVy4LeCc H1 {
  color: #ffffff;
}
.cid-tviVy4LeCc .mbr-text,
.cid-tviVy4LeCc .mbr-section-btn {
  color: #ffffff;
}
.cid-tj19bpKV9o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tj19bpKV9o .mbr-text,
.cid-tj19bpKV9o blockquote {
  color: #767676;
}
.cid-tj19bpKV9o .mbr-text P {
  text-align: center;
}
.cid-tj19bpKV9o .mbr-text {
  color: #000203;
  text-align: center;
}
.cid-sB9YZSl741 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/royal-spear-business-consultants-1-2000x1429.jpg");
}
.cid-sB9YZSl741 .mbr-text {
  color: #ffffff;
}
.cid-sB9YZSl741 h4 {
  text-align: center;
}
.cid-sB9YZSl741 p {
  text-align: center;
}
.cid-sB9YZSl741 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sB9YZSl741 .card-title,
.cid-sB9YZSl741 .card-img {
  color: #b1001b;
}
.cid-tj17IWgz7t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tj17IWgz7t .mbr-text,
.cid-tj17IWgz7t blockquote {
  color: #767676;
}
.cid-tj17IWgz7t .mbr-text P {
  text-align: center;
}
.cid-tj17IWgz7t .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sB9OVKzIw3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
}
.cid-sB9OVKzIw3 .testimonials-container {
  margin: 0 auto;
}
.cid-sB9OVKzIw3 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-sB9OVKzIw3 .testimonials-container .testimonials-item .user {
  background: #000203;
}
.cid-sB9OVKzIw3 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-sB9OVKzIw3 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-sB9OVKzIw3 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sB9OVKzIw3 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-sB9OVKzIw3 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-sB9OVKzIw3 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-sB9OVKzIw3 .user_name {
  color: #730012;
}
.cid-sB9OVKzIw3 .user_text {
  color: #ffffff;
}
.cid-tvj8oRSDy1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #730012;
}
.cid-tvj8oRSDy1 P {
  color: #767676;
}
.cid-tvj8oRSDy1 H1 {
  color: #ffffff;
}
.cid-tvj8oRSDy1 .mbr-text,
.cid-tvj8oRSDy1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tj175FuC3N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tj175FuC3N .mbr-text,
.cid-tj175FuC3N blockquote {
  color: #767676;
}
.cid-tj175FuC3N .mbr-text P {
  text-align: center;
}
.cid-tj175FuC3N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sBa7mfwaVN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000203;
}
.cid-sBa7mfwaVN .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sBa7mfwaVN .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sBa7mfwaVN .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sBa7mfwaVN .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sBa7mfwaVN .mbr-text {
  color: #ffffff;
}
.cid-tviPcBp26x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tviPcBp26x P {
  color: #767676;
}
.cid-tviPcBp26x H1 {
  color: #ffffff;
}
.cid-tviPcBp26x .mbr-text,
.cid-tviPcBp26x .mbr-section-btn {
  color: #ffffff;
}
.cid-sBah7LuVID {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-sBah7LuVID .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sBah7LuVID .section-text {
  padding: 2rem 0;
  color: #000103;
}
.cid-sBah7LuVID .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sBah7LuVID .inner-container {
    width: 100% !important;
  }
}
.cid-tj0XHzRjtQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tj0XHzRjtQ .mbr-text,
.cid-tj0XHzRjtQ blockquote {
  color: #767676;
}
.cid-tj0XHzRjtQ .mbr-text P {
  text-align: center;
}
.cid-tj0XHzRjtQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sBa5IeLASc {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #000203, #000203);
}
.cid-sBa5IeLASc .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sBa5IeLASc .main .mbr-section-btn {
  text-align: right;
}
.cid-sBa5IeLASc .btn {
  margin: 0 0 .5rem 0;
}
.cid-sBa5IeLASc H2 {
  color: #ffffff;
}
.cid-sBa5IeLASc H3 {
  color: #b2ccd2;
}
.cid-sBa86UV2QB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sBa86UV2QB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sBa86UV2QB .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sBa86UV2QB .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tviPSijamB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #730012;
}
.cid-tviPSijamB P {
  color: #767676;
}
.cid-tviPSijamB H1 {
  color: #ffffff;
}
.cid-tviPSijamB .mbr-text,
.cid-tviPSijamB .mbr-section-btn {
  color: #ffffff;
}
.cid-tj13i9AdmC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000203;
}
.cid-tj13i9AdmC .mbr-text,
.cid-tj13i9AdmC blockquote {
  color: #767676;
}
.cid-tj13i9AdmC .mbr-text P {
  text-align: center;
}
.cid-tj13i9AdmC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIPygotryX .google-map {
  height: 25rem;
  position: relative;
}
.cid-sIPygotryX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sIPygotryX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sIPygotryX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sIPygotryX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tj13hqnJT4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tj13hqnJT4 .mbr-text,
.cid-tj13hqnJT4 blockquote {
  color: #767676;
}
.cid-tj13hqnJT4 .mbr-text P {
  text-align: center;
}
.cid-tj13hqnJT4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tj14MyneLV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/royal-spear-business-consultants-1-2000x1429.jpg");
}
@media (max-width: 767px) {
  .cid-tj14MyneLV .content {
    text-align: center;
  }
  .cid-tj14MyneLV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tj14MyneLV .img-logo img {
  height: 6rem;
}
.cid-tj14MyneLV .form-group,
.cid-tj14MyneLV .input-group-btn {
  padding: 0;
}
.cid-tj14MyneLV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tj14MyneLV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tj14MyneLV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tj14MyneLV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tj14MyneLV .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tj14MyneLV .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tj14MyneLV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tj14MyneLV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tj14MyneLV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tj14MyneLV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tj14MyneLV .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tj14MyneLV .foot-logo {
    text-align: center !important;
  }
  .cid-tj14MyneLV .foot-title {
    text-align: center !important;
  }
  .cid-tj14MyneLV .mbr-text {
    text-align: center !important;
  }
  .cid-tj14MyneLV .form-group {
    margin: 0;
  }
}
.cid-tj14MyneLV .foot-title {
  color: #b1001b;
}
.cid-tj14MyneLV .foot-text {
  color: #e7c861;
}
.cid-tj14MyneLV .mbr-links-column {
  color: #767676;
}
.cid-sIPP7AlOWj .navbar {
  background: #ede5e5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sIPP7AlOWj .navbar-dropdown.bg-color.transparent.opened {
  background: #ede5e5;
}
.cid-sIPP7AlOWj a {
  font-style: normal;
}
.cid-sIPP7AlOWj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIPP7AlOWj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sIPP7AlOWj .nav-item:focus,
.cid-sIPP7AlOWj .nav-link:focus {
  outline: none;
}
.cid-sIPP7AlOWj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sIPP7AlOWj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIPP7AlOWj .menu-logo {
  margin-right: auto;
}
.cid-sIPP7AlOWj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIPP7AlOWj .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-sIPP7AlOWj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIPP7AlOWj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIPP7AlOWj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIPP7AlOWj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIPP7AlOWj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sIPP7AlOWj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sIPP7AlOWj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIPP7AlOWj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIPP7AlOWj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIPP7AlOWj .dropdown .dropdown-menu {
  background: #ede5e5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sIPP7AlOWj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sIPP7AlOWj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIPP7AlOWj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIPP7AlOWj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sIPP7AlOWj .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-sIPP7AlOWj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIPP7AlOWj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIPP7AlOWj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIPP7AlOWj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIPP7AlOWj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIPP7AlOWj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIPP7AlOWj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIPP7AlOWj button.navbar-toggler:focus {
  outline: none;
}
.cid-sIPP7AlOWj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #730012;
}
.cid-sIPP7AlOWj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIPP7AlOWj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIPP7AlOWj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIPP7AlOWj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIPP7AlOWj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIPP7AlOWj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIPP7AlOWj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIPP7AlOWj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIPP7AlOWj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIPP7AlOWj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sIPP7AlOWj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIPP7AlOWj .collapsed .navbar-collapse.collapsing,
.cid-sIPP7AlOWj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sIPP7AlOWj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIPP7AlOWj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIPP7AlOWj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIPP7AlOWj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIPP7AlOWj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIPP7AlOWj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIPP7AlOWj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIPP7AlOWj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sIPP7AlOWj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sIPP7AlOWj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIPP7AlOWj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIPP7AlOWj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIPP7AlOWj .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-sIPP7AlOWj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIPP7AlOWj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIPP7AlOWj .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: 1023px) {
  .cid-sIPP7AlOWj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIPP7AlOWj img {
    height: 3.8rem !important;
  }
  .cid-sIPP7AlOWj .btn {
    display: -webkit-flex;
  }
  .cid-sIPP7AlOWj button.navbar-toggler {
    display: block;
  }
  .cid-sIPP7AlOWj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIPP7AlOWj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIPP7AlOWj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIPP7AlOWj .navbar-collapse.collapsing,
  .cid-sIPP7AlOWj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sIPP7AlOWj .navbar-collapse.collapsing .navbar-nav,
  .cid-sIPP7AlOWj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIPP7AlOWj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIPP7AlOWj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIPP7AlOWj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIPP7AlOWj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIPP7AlOWj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIPP7AlOWj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIPP7AlOWj .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-sIPP7AlOWj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIPP7AlOWj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIPP7AlOWj .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: 767px) {
  .cid-sIPP7AlOWj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sIPP7AlOWj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sIPP7AlOWj .nav-link:hover,
.cid-sIPP7AlOWj .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sIPP7BsRDZ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #eaeaea;
}
@media (min-width: 992px) {
  .cid-sIPP7BsRDZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIPP7BsRDZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sIPP7BsRDZ .mbr-text {
  color: #000000;
}
.cid-tviWveWIK5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tviWveWIK5 P {
  color: #767676;
}
.cid-tviWveWIK5 H1 {
  color: #ffffff;
}
.cid-tviWveWIK5 .mbr-text,
.cid-tviWveWIK5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sIPP7BQdJo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIPP7BQdJo .card {
  align-self: stretch;
}
.cid-sIPP7BQdJo .card-box {
  height: 100%;
  background-color: #000203;
  padding: 2rem;
}
.cid-sIPP7BQdJo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sIPP7BQdJo p {
  color: #767676;
  text-align: left;
}
.cid-sIPP7BQdJo .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sIPP7BQdJo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sIPP7BQdJo .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sIPP7BQdJo P {
  color: #e7c861;
  text-align: center;
}
.cid-sIPP7BQdJo .card-title {
  color: #b1001b;
  text-align: center;
}
.cid-tviXeMruUt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #730012;
}
.cid-tviXeMruUt P {
  color: #767676;
}
.cid-tviXeMruUt H1 {
  color: #ffffff;
}
.cid-tviXeMruUt .mbr-text,
.cid-tviXeMruUt .mbr-section-btn {
  color: #ffffff;
}
.cid-sIPP7CJ5VV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIPP7CJ5VV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sIPP7CJ5VV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sIPP7CJ5VV .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sIPP7CJ5VV .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sIPP7CJ5VV .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sIPP7CJ5VV .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sIPP7CJ5VV .card-box {
    padding-left: 0;
  }
}
.cid-sIPP7CJ5VV P {
  color: #232323;
}
.cid-tj6cz0aYKX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tj6cz0aYKX .mbr-text,
.cid-tj6cz0aYKX blockquote {
  color: #767676;
}
.cid-tj6cz0aYKX .mbr-text P {
  text-align: center;
}
.cid-tj6cz0aYKX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIPP7DtWZj {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sIPP7DtWZj .image-block {
  margin: auto;
}
.cid-sIPP7DtWZj figcaption {
  position: relative;
}
.cid-sIPP7DtWZj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sIPP7DtWZj .image-block {
    width: 100% !important;
  }
}
.cid-tvj0GigWje {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tvj0GigWje P {
  color: #767676;
}
.cid-tvj0GigWje H1 {
  color: #ffffff;
}
.cid-tvj0GigWje .mbr-text,
.cid-tvj0GigWje .mbr-section-btn {
  color: #ffffff;
}
.cid-tjhMM3nbI4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000203;
}
.cid-tjhMM3nbI4 .mbr-text,
.cid-tjhMM3nbI4 blockquote {
  color: #767676;
}
.cid-tjhMM3nbI4 .mbr-text P {
  text-align: center;
}
.cid-tjhMM3nbI4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tj6dTUblSx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/royal-spear-business-consultants-1-2000x1429.png");
}
.cid-tj6dTUblSx .card {
  align-self: stretch;
}
.cid-tj6dTUblSx .card-box {
  height: 100%;
  background-color: #000000;
  padding: 2rem;
}
.cid-tj6dTUblSx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tj6dTUblSx p {
  color: #767676;
  text-align: left;
}
.cid-tj6dTUblSx .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tj6dTUblSx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tj6dTUblSx .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tj6dTUblSx .card-title {
  color: #b1001b;
  text-align: center;
}
.cid-tj6dTUblSx P {
  color: #e7c861;
  text-align: center;
}
.cid-sIPP7EJwUH .main_wrapper {
  position: relative;
  height: 22rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sIPP7EJwUH .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sIPP7EJwUH .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #000203;
  pointer-events: fill;
}
.cid-sIPP7EJwUH .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-sIPP7EJwUH .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sIPP7EJwUH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sIPP7EJwUH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sIPP7EJwUH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sIPP7EJwUH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sIPP7EJwUH .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-sIPP7EJwUH .google-map {
    position: relative;
  }
  .cid-sIPP7EJwUH .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-sIPP7EJwUH P {
  color: #ffffff;
}
.cid-sIPP7EJwUH H4 {
  color: #e7c861;
}
.cid-tj6fzPMKwE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tj6fzPMKwE .mbr-text,
.cid-tj6fzPMKwE blockquote {
  color: #767676;
}
.cid-tj6fzPMKwE .mbr-text P {
  text-align: center;
}
.cid-tj6fzPMKwE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tj6fvzmzQE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/royal-spear-business-consultants-1-2000x1429.jpg");
}
@media (max-width: 767px) {
  .cid-tj6fvzmzQE .content {
    text-align: center;
  }
  .cid-tj6fvzmzQE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tj6fvzmzQE .img-logo img {
  height: 6rem;
}
.cid-tj6fvzmzQE .form-group,
.cid-tj6fvzmzQE .input-group-btn {
  padding: 0;
}
.cid-tj6fvzmzQE .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tj6fvzmzQE .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tj6fvzmzQE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tj6fvzmzQE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tj6fvzmzQE .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tj6fvzmzQE .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tj6fvzmzQE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tj6fvzmzQE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tj6fvzmzQE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tj6fvzmzQE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tj6fvzmzQE .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tj6fvzmzQE .foot-logo {
    text-align: center !important;
  }
  .cid-tj6fvzmzQE .foot-title {
    text-align: center !important;
  }
  .cid-tj6fvzmzQE .mbr-text {
    text-align: center !important;
  }
  .cid-tj6fvzmzQE .form-group {
    margin: 0;
  }
}
.cid-tj6fvzmzQE .foot-title {
  color: #ab9343;
}
.cid-tvj0BzvrES {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tvj0BzvrES P {
  color: #767676;
}
.cid-tvj0BzvrES H1 {
  color: #ffffff;
}
.cid-tvj0BzvrES .mbr-text,
.cid-tvj0BzvrES .mbr-section-btn {
  color: #ffffff;
}
.cid-sB9HAuxqJI .navbar {
  background: #ede5e5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sB9HAuxqJI .navbar-dropdown.bg-color.transparent.opened {
  background: #ede5e5;
}
.cid-sB9HAuxqJI a {
  font-style: normal;
}
.cid-sB9HAuxqJI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sB9HAuxqJI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sB9HAuxqJI .nav-item:focus,
.cid-sB9HAuxqJI .nav-link:focus {
  outline: none;
}
.cid-sB9HAuxqJI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sB9HAuxqJI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sB9HAuxqJI .menu-logo {
  margin-right: auto;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu {
  background: #ede5e5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sB9HAuxqJI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sB9HAuxqJI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sB9HAuxqJI button.navbar-toggler:focus {
  outline: none;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #730012;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB9HAuxqJI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sB9HAuxqJI .collapsed .btn {
  display: -webkit-flex;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sB9HAuxqJI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sB9HAuxqJI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sB9HAuxqJI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sB9HAuxqJI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sB9HAuxqJI .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: 1023px) {
  .cid-sB9HAuxqJI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sB9HAuxqJI img {
    height: 3.8rem !important;
  }
  .cid-sB9HAuxqJI .btn {
    display: -webkit-flex;
  }
  .cid-sB9HAuxqJI button.navbar-toggler {
    display: block;
  }
  .cid-sB9HAuxqJI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sB9HAuxqJI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sB9HAuxqJI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing,
  .cid-sB9HAuxqJI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-nav,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sB9HAuxqJI .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-sB9HAuxqJI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sB9HAuxqJI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sB9HAuxqJI .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: 767px) {
  .cid-sB9HAuxqJI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sB9HAuxqJI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sB9HAuxqJI .nav-link:hover,
.cid-sB9HAuxqJI .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tj6jDpCC3M {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-tj6jDpCC3M .image-block {
  margin: auto;
}
.cid-tj6jDpCC3M .mbr-figure {
  margin: 0 auto;
}
.cid-tj6jDpCC3M figcaption {
  position: relative;
}
.cid-tj6jDpCC3M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tj6jDpCC3M .image-block {
    width: 100% !important;
  }
}
.cid-tj6IDtFoaf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tj6IDtFoaf .mbr-text,
.cid-tj6IDtFoaf blockquote {
  color: #767676;
}
.cid-tj6IDtFoaf .mbr-text P {
  text-align: center;
}
.cid-tj6IDtFoaf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tjyIh6ITgq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjyIh6ITgq P {
  color: #767676;
}
.cid-tjyIh6ITgq H1 {
  color: #232323;
  text-align: center;
}
.cid-tjyIh6ITgq .mbr-text,
.cid-tjyIh6ITgq .mbr-section-btn {
  color: #000203;
  text-align: center;
}
.cid-tjyJkeFliB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000203;
}
.cid-tjyJkeFliB .mbr-text,
.cid-tjyJkeFliB blockquote {
  color: #767676;
}
.cid-tjyJkeFliB .mbr-text P {
  text-align: center;
}
.cid-tjyJkeFliB .mbr-text {
  color: #e7c861;
  text-align: center;
}
.cid-tj6kIqBg48 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/royal-spear-business-consultants-1-2000x1429.png");
}
.cid-tj6kIqBg48 .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-tj6kIqBg48 p {
  color: #767676;
}
.cid-tj6kIqBg48 .item:focus,
.cid-tj6kIqBg48 span:focus {
  outline: none;
}
.cid-tj6kIqBg48 .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tj6kIqBg48 .item-wrapper {
  position: relative;
}
.cid-tj6kIqBg48 .item-btn,
.cid-tj6kIqBg48 h4,
.cid-tj6kIqBg48 h5 {
  margin: 0;
}
.cid-tj6kIqBg48 .item-content {
  padding-top: 2rem;
}
.cid-tj6kIqBg48 .item-title {
  color: #b1001b;
}
.cid-tj6kIqBg48 item-text {
  color: #000000;
}
.cid-uQtWJLMENS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQtWJLMENS P {
  color: #767676;
}
.cid-uQtWJLMENS H1 {
  color: #ffffff;
}
.cid-uQtWJLMENS .mbr-text,
.cid-uQtWJLMENS .mbr-section-btn {
  color: #ffffff;
}
.cid-tj6t0rwrjk {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tj6t0rwrjk .image-block {
  margin: auto;
}
.cid-tj6t0rwrjk .mbr-figure {
  margin: 0 auto;
}
.cid-tj6t0rwrjk figcaption {
  position: relative;
}
.cid-tj6t0rwrjk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tj6t0rwrjk .image-block {
    width: 100% !important;
  }
}
.cid-tvj1Vfya7a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000203;
}
.cid-tvj1Vfya7a P {
  color: #767676;
}
.cid-tvj1Vfya7a H1 {
  color: #ffffff;
}
.cid-tvj1Vfya7a .mbr-text,
.cid-tvj1Vfya7a .mbr-section-btn {
  color: #ffffff;
}
.cid-tj6rX4kCBg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tj6rX4kCBg .images-container.container-fluid {
  padding: 0;
}
.cid-tj6rX4kCBg .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tj6rX4kCBg .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tj6rX4kCBg .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tj6rX4kCBg .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tj6rX4kCBg .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tj6rX4kCBg .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tj6rX4kCBg .img-item {
    width: 100% !important;
  }
  .cid-tj6rX4kCBg .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tj6kt73j50 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tj6kt73j50 .mbr-text,
.cid-tj6kt73j50 blockquote {
  color: #767676;
}
.cid-tj6kt73j50 .mbr-text P {
  text-align: center;
}
.cid-tj6kt73j50 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tvj20HbqRn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3a50a;
}
.cid-tvj20HbqRn P {
  color: #767676;
}
.cid-tvj20HbqRn H1 {
  color: #ffffff;
}
.cid-tvj20HbqRn .mbr-text,
.cid-tvj20HbqRn .mbr-section-btn {
  color: #ffffff;
}
.cid-tjhKm2s2hl {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tjhKm2s2hl .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tjhKm2s2hl .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tjhKm2s2hl .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-tjhKm2s2hl .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-tjhKm2s2hl .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tjhKm2s2hl .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-tjhKm2s2hl .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tjhKm2s2hl .img-item {
    width: 100% !important;
  }
  .cid-tjhKm2s2hl .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tj6izaTFJW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000203;
}
.cid-tj6izaTFJW .mbr-text,
.cid-tj6izaTFJW blockquote {
  color: #767676;
}
.cid-tj6izaTFJW .mbr-text P {
  text-align: center;
}
.cid-tj6izaTFJW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sC0ovpp70k {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sC0ovpp70k .images-container.container-fluid {
  padding: 0;
}
.cid-sC0ovpp70k .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sC0ovpp70k .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sC0ovpp70k .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sC0ovpp70k .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sC0ovpp70k .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sC0ovpp70k .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sC0ovpp70k .img-item {
    width: 100% !important;
  }
  .cid-sC0ovpp70k .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQtWwHP0mW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQtWwHP0mW P {
  color: #767676;
}
.cid-uQtWwHP0mW H1 {
  color: #ffffff;
}
.cid-uQtWwHP0mW .mbr-text,
.cid-uQtWwHP0mW .mbr-section-btn {
  color: #ffffff;
}
.cid-tj6iAuEO75 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tj6iAuEO75 .mbr-text,
.cid-tj6iAuEO75 blockquote {
  color: #767676;
}
.cid-tj6iAuEO75 .mbr-text P {
  text-align: center;
}
.cid-tj6iAuEO75 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sC0maAD59X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sC0maAD59X .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sC0maAD59X .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sC0maAD59X .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sC0maAD59X .mbr-text {
    text-align: center;
  }
}
.cid-sC0maAD59X H1 {
  color: #ffffff;
}
.cid-sC0maAD59X .mbr-text,
.cid-sC0maAD59X .mbr-section-btn {
  color: #232323;
}
.cid-tvj32L6FHq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tvj32L6FHq P {
  color: #767676;
}
.cid-tvj32L6FHq H1 {
  color: #ffffff;
}
.cid-tvj32L6FHq .mbr-text,
.cid-tvj32L6FHq .mbr-section-btn {
  color: #ffffff;
}
.cid-tj6h8GC5rn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/royal-spear-business-consultants-1-2000x1429.jpg");
}
@media (max-width: 767px) {
  .cid-tj6h8GC5rn .content {
    text-align: center;
  }
  .cid-tj6h8GC5rn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tj6h8GC5rn .img-logo img {
  height: 6rem;
}
.cid-tj6h8GC5rn .form-group,
.cid-tj6h8GC5rn .input-group-btn {
  padding: 0;
}
.cid-tj6h8GC5rn .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tj6h8GC5rn .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tj6h8GC5rn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tj6h8GC5rn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tj6h8GC5rn .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tj6h8GC5rn .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tj6h8GC5rn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tj6h8GC5rn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tj6h8GC5rn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tj6h8GC5rn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tj6h8GC5rn .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tj6h8GC5rn .foot-logo {
    text-align: center !important;
  }
  .cid-tj6h8GC5rn .foot-title {
    text-align: center !important;
  }
  .cid-tj6h8GC5rn .mbr-text {
    text-align: center !important;
  }
  .cid-tj6h8GC5rn .form-group {
    margin: 0;
  }
}
.cid-tj6h8GC5rn .foot-title {
  color: #ab9343;
}
.cid-sC0q8kqO2E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3a50a;
}
.cid-sC0q8kqO2E .media-container-row .mbr-text {
  color: #000000;
}
.cid-sIPFgC7ICL {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIPFgC7ICL .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sIPFgC7ICL .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIPFgC7ICL .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sIPFgC7ICL .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sIPFgC7ICL .mbr-text {
  color: #000203;
}
.cid-sB9HAuxqJI .navbar {
  background: #ede5e5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sB9HAuxqJI .navbar-dropdown.bg-color.transparent.opened {
  background: #ede5e5;
}
.cid-sB9HAuxqJI a {
  font-style: normal;
}
.cid-sB9HAuxqJI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sB9HAuxqJI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sB9HAuxqJI .nav-item:focus,
.cid-sB9HAuxqJI .nav-link:focus {
  outline: none;
}
.cid-sB9HAuxqJI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sB9HAuxqJI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sB9HAuxqJI .menu-logo {
  margin-right: auto;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sB9HAuxqJI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu {
  background: #ede5e5;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB9HAuxqJI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sB9HAuxqJI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sB9HAuxqJI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sB9HAuxqJI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sB9HAuxqJI button.navbar-toggler:focus {
  outline: none;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #730012;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sB9HAuxqJI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sB9HAuxqJI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB9HAuxqJI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sB9HAuxqJI .collapsed .btn {
  display: -webkit-flex;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sB9HAuxqJI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sB9HAuxqJI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sB9HAuxqJI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sB9HAuxqJI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sB9HAuxqJI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sB9HAuxqJI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sB9HAuxqJI .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-sB9HAuxqJI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sB9HAuxqJI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sB9HAuxqJI .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: 1023px) {
  .cid-sB9HAuxqJI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sB9HAuxqJI img {
    height: 3.8rem !important;
  }
  .cid-sB9HAuxqJI .btn {
    display: -webkit-flex;
  }
  .cid-sB9HAuxqJI button.navbar-toggler {
    display: block;
  }
  .cid-sB9HAuxqJI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sB9HAuxqJI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sB9HAuxqJI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing,
  .cid-sB9HAuxqJI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-nav,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sB9HAuxqJI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sB9HAuxqJI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sB9HAuxqJI .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-sB9HAuxqJI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sB9HAuxqJI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sB9HAuxqJI .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: 767px) {
  .cid-sB9HAuxqJI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sB9HAuxqJI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sB9HAuxqJI .nav-link:hover,
.cid-sB9HAuxqJI .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tvj5R4VB6s {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #000000;
}
.cid-tvj5R4VB6s P {
  color: #767676;
}
.cid-tvj5R4VB6s H1 {
  color: #ffffff;
}
.cid-tvj5R4VB6s .mbr-text,
.cid-tvj5R4VB6s .mbr-section-btn {
  color: #ffffff;
}
.cid-sC0qYrfb33 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sC0qYrfb33 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #232323;
}
.cid-sC0qYrfb33 .mbr-author-name {
  font-weight: bold;
  color: #232323;
}
.cid-sC0qYrfb33 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sC0qYrfb33 .mbr-figure,
  .cid-sC0qYrfb33 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sC0qYrfb33 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-sC0qYrfb33 .mbr-author-desc {
  color: #e7c861;
}
.cid-tvj42Ozw13 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tvj42Ozw13 P {
  color: #767676;
}
.cid-tvj42Ozw13 H1 {
  color: #ffffff;
}
.cid-tvj42Ozw13 .mbr-text,
.cid-tvj42Ozw13 .mbr-section-btn {
  color: #ffffff;
}
.cid-sIPz8zhg3Z .google-map {
  height: 25rem;
  position: relative;
}
.cid-sIPz8zhg3Z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sIPz8zhg3Z .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sIPz8zhg3Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sIPz8zhg3Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tj6wcBSZpU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000203;
}
.cid-tj6wcBSZpU .mbr-text,
.cid-tj6wcBSZpU blockquote {
  color: #767676;
}
.cid-tj6wcBSZpU .mbr-text P {
  text-align: center;
}
.cid-tj6wcBSZpU .mbr-text {
  color: #e7c861;
  text-align: center;
}
.cid-sC0s19ueb3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sC0s19ueb3 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sC0s19ueb3 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sC0s19ueb3 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sC0s19ueb3 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sC0s19ueb3 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sC0s19ueb3 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sC0s19ueb3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sC0s19ueb3 .img-item {
    width: 100% !important;
  }
  .cid-sC0s19ueb3 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tj6wGTQ4cs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tj6wGTQ4cs .mbr-text,
.cid-tj6wGTQ4cs blockquote {
  color: #767676;
}
.cid-tj6wGTQ4cs .mbr-text P {
  text-align: center;
}
.cid-tj6wGTQ4cs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t2DddWuYG0 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-t2DddWuYG0 .image-block {
  margin: auto;
}
.cid-t2DddWuYG0 .mbr-figure {
  margin: 0 auto;
}
.cid-t2DddWuYG0 figcaption {
  position: relative;
}
.cid-t2DddWuYG0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t2DddWuYG0 .image-block {
    width: 100% !important;
  }
}
.cid-tj6xA73iyq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tj6xA73iyq .mbr-text,
.cid-tj6xA73iyq blockquote {
  color: #767676;
}
.cid-tj6xA73iyq .mbr-text P {
  text-align: center;
}
.cid-tj6xA73iyq .mbr-text {
  color: #e7c861;
  text-align: center;
}
.cid-sC0rhdV1HZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sC0rhdV1HZ .title {
  margin-bottom: 2rem;
}
.cid-sC0rhdV1HZ .mbr-section-subtitle {
  color: #051e26;
  text-align: center;
}
.cid-sC0rhdV1HZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sC0rhdV1HZ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sC0rhdV1HZ textarea.form-control {
  min-height: 188px;
}
.cid-sC0rhdV1HZ LABEL {
  color: #ffffff;
  text-align: left;
}
.cid-sC0rhdV1HZ H2 {
  text-align: left;
  color: #ffffff;
}
.cid-tj6zntF9La {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730012;
}
.cid-tj6zntF9La .mbr-text,
.cid-tj6zntF9La blockquote {
  color: #767676;
}
.cid-tj6zntF9La .mbr-text P {
  text-align: center;
}
.cid-tj6zntF9La .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sBazzZo7eX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/royal-spear-intro-web-banner-31-2000x761.jpg");
}
@media (max-width: 767px) {
  .cid-sBazzZo7eX .content {
    text-align: center;
  }
  .cid-sBazzZo7eX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBazzZo7eX .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sBazzZo7eX .form-group,
.cid-sBazzZo7eX .input-group-btn {
  padding: 0;
}
.cid-sBazzZo7eX .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sBazzZo7eX .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sBazzZo7eX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBazzZo7eX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sBazzZo7eX .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sBazzZo7eX .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sBazzZo7eX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBazzZo7eX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sBazzZo7eX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sBazzZo7eX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sBazzZo7eX .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sBazzZo7eX .foot-logo {
    text-align: center !important;
  }
  .cid-sBazzZo7eX .foot-title {
    text-align: center !important;
  }
  .cid-sBazzZo7eX .mbr-text {
    text-align: center !important;
  }
  .cid-sBazzZo7eX .form-group {
    margin: 0;
  }
}
.cid-sBazzZo7eX .foot-title {
  color: #e7c861;
}
.cid-sBazzZo7eX .foot-logo {
  color: #ffffff;
}
.cid-sBazzZo7eX .foot-text {
  color: #ffffff;
}
.cid-sBazzZo7eX .form-text {
  color: #d70606;
}
.cid-sC0rxxlEZH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3a50a;
}
.cid-sC0rxxlEZH .media-container-row .mbr-text {
  color: #000000;
}
