@import url(https://fonts.googleapis.com/css?family=Poppins: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=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #4284df !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #083674 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-primary:before {
  background-color: #1f5eb6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-secondary:before {
  background-color: #1f5eb6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #083674 !important;
  border-color: #083674 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #083674 !important;
  border-color: #083674 !important;
}
.btn-info:before {
  background-color: #03152c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #03152c !important;
  border-color: #03152c !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-primary-outline:before {
  background-color: #4284df;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-secondary-outline:before {
  background-color: #4284df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #010a15;
  color: #010a15;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #083674;
}
.btn-info-outline:before {
  background-color: #083674;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #083674 !important;
  border-color: #083674 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4284df;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #4284df !important;
}
.text-secondary {
  color: #4284df !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #083674 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1b53a0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1b53a0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #010a15 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #083674;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4284df;
  border-color: #4284df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4284df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0f6fd;
}
.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: #106eeb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #4284df;
}
/* 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: #4284df;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4284df;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4284df;
  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: #4284df;
  border-bottom-color: #4284df;
}
.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: #4284df !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: #4284df !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234284df' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-s4GNKXQTmk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .nav-item,
.cid-s4GNKXQTmk .nav-link,
.cid-s4GNKXQTmk .navbar-caption {
  font-weight: normal;
}
.cid-s4GNKXQTmk .nav-item:focus,
.cid-s4GNKXQTmk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s4GNKXQTmk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link {
    position: relative;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s4GNKXQTmk .nav-item:hover .nav-link:before,
  .cid-s4GNKXQTmk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s4GNKXQTmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4GNKXQTmk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s4GNKXQTmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s4GNKXQTmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4GNKXQTmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4GNKXQTmk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4GNKXQTmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4GNKXQTmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4GNKXQTmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4GNKXQTmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4GNKXQTmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4GNKXQTmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4GNKXQTmk .dropdown-item.active,
.cid-s4GNKXQTmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s4GNKXQTmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4GNKXQTmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4GNKXQTmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .navbar-buttons {
  text-align: center;
}
.cid-s4GNKXQTmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4GNKXQTmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4284df;
  display: inline-flex;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s4GNKXQTmk .soc-item {
  margin: .5rem .3rem;
}
.cid-s4GNKXQTmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk a.nav-link .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s4GNKXQTmk a.nav-link:hover .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4GNKXQTmk .navbar {
    height: 77px;
  }
  .cid-s4GNKXQTmk .navbar.opened {
    height: auto;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4Gd6beUGb .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s4Gd6beUGb .mbr-overlay {
  background: #c33764;
  background: linear-gradient(#c33764 -10%, #1d2671 75%);
}
.cid-s4Gd6beUGb .mbr-section-title {
  margin: 0;
}
.cid-s4Gd6beUGb .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s6OYcM3Rto {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s6OYcM3Rto .container-fluid {
  padding: 0 3rem;
}
.cid-s6OYcM3Rto .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #4284df, #4284df);
  display: inline-block;
}
.cid-s6OYcM3Rto .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6OYcM3Rto .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s6OYcM3Rto .card .card-wrapper {
  height: 1%;
}
.cid-s6OYcM3Rto .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-s6OYcM3Rto .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s6OYcM3Rto .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #083674;
}
.cid-s6OYcM3Rto .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s6OYcM3Rto .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-s6OYcM3Rto .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s4GEFfkPFu {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s4GEFfkPFu .card-wrapper {
  z-index: 3;
}
.cid-s4GEFfkPFu .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-s4GEFfkPFu:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-s4GEFfkPFu .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s4GEFfkPFu .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-s4GEFfkPFu H2 {
  color: #4284df;
}
.cid-s4GFedIjmY {
  background-image: url("../../../assets/images/droneviewlookingeastonangle-1920x1080.png");
}
.cid-s4GFedIjmY .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-s4GFedIjmY .text-content .btn-bgr {
  z-index: 0;
}
.cid-s4GFedIjmY .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-s4GFedIjmY h3 {
  color: #000000;
  font-weight: 300;
}
.cid-s4GFedIjmY p {
  color: #464646;
}
.cid-s4GFedIjmY h2 {
  color: #000000;
}
.cid-s4GFedIjmY .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-s4GFedIjmY .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-s4GFedIjmY .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-s4GFedIjmY .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-s4GFedIjmY .text-content {
    width: 100%;
  }
}
.cid-s4GFedIjmY .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-s4GFedIjmY .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-s4GFedIjmY .mbr-text {
    text-align: center;
  }
}
.cid-s4GUX3WB0k {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s4GUX3WB0k .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s4GUX3WB0k .video-block {
    width: 100% !important;
  }
}
.cid-souAMScULV {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-bkgrnd-1440x479.png");
}
.cid-souAMScULV section {
  position: relative;
}
.cid-souAMScULV h4 {
  margin: 0;
}
.cid-souAMScULV img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-souAMScULV a {
  font-weight: 300;
}
.cid-souAMScULV .img1 {
  color: #4284df;
}
.cid-souAMScULV .img2 {
  color: #f1894c;
}
.cid-souAMScULV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4284df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-souAMScULV .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-souAMScULV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-souAMScULV .item,
.cid-souAMScULV .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-souAMScULV .item h4,
.cid-souAMScULV .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-souAMScULV .card-img {
  width: auto;
}
.cid-souAMScULV .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-souAMScULV .item {
    justify-content: center;
  }
}
.cid-souAMScULV .item-title {
  color: #ffffff;
}
.cid-s4GMdOC3kN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1276.jpg");
}
.cid-s4GMdOC3kN .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s4GMdOC3kN .content-panel {
  padding: 3rem;
  background-color: #083674;
}
@media (min-width: 767px) {
  .cid-s4GMdOC3kN .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-s4GMdOC3kN .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-s4GMdOC3kN .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s4GMdOC3kN .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-s4GMdOC3kN .google-map .place-card {
  margin-left: 40px !important;
}
.cid-s4GMmpYbzu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4GMmpYbzu h2,
.cid-s4GMmpYbzu h3,
.cid-s4GMmpYbzu p,
.cid-s4GMmpYbzu h4 {
  color: #0a0a0a;
}
.cid-s4GMmpYbzu .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-s4GMmpYbzu .mbr-iconfont {
  color: #4284df;
  font-size: 2rem;
}
.cid-s4GMmpYbzu .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-s4GMmpYbzu .mbr-text {
  color: #767676;
}
.cid-s4GMmpYbzu a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s4GMmpYbzu .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s4GMmpYbzu .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-s4GMmpYbzu textarea.form-control {
  resize: none;
}
.cid-s4GMmpYbzu .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-s4GMmpYbzu .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-s4GMmpYbzu .list-block {
  position: relative;
}
.cid-s4GMmpYbzu .list-block h4,
.cid-s4GMmpYbzu .list-block p {
  padding-left: 3.5rem;
}
.cid-s4GMmpYbzu .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-s4GMmpYbzu h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s4GMmpYbzu .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s4GMmpYbzu .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-s4GMmpYbzu .img-block-wrap {
    position: relative;
  }
  .cid-s4GMmpYbzu .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-s4GMmpYbzu .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-s4GMmpYbzu .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-s4GMmpYbzu .google-map {
    padding-bottom: 2rem;
  }
  .cid-s4GMmpYbzu .img-block {
    overflow: hidden;
  }
}
.cid-s4GNKXQTmk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .nav-item,
.cid-s4GNKXQTmk .nav-link,
.cid-s4GNKXQTmk .navbar-caption {
  font-weight: normal;
}
.cid-s4GNKXQTmk .nav-item:focus,
.cid-s4GNKXQTmk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s4GNKXQTmk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link {
    position: relative;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s4GNKXQTmk .nav-item:hover .nav-link:before,
  .cid-s4GNKXQTmk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s4GNKXQTmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4GNKXQTmk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s4GNKXQTmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s4GNKXQTmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4GNKXQTmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4GNKXQTmk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4GNKXQTmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4GNKXQTmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4GNKXQTmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4GNKXQTmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4GNKXQTmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4GNKXQTmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4GNKXQTmk .dropdown-item.active,
.cid-s4GNKXQTmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s4GNKXQTmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4GNKXQTmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4GNKXQTmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .navbar-buttons {
  text-align: center;
}
.cid-s4GNKXQTmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4GNKXQTmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4284df;
  display: inline-flex;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s4GNKXQTmk .soc-item {
  margin: .5rem .3rem;
}
.cid-s4GNKXQTmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk a.nav-link .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s4GNKXQTmk a.nav-link:hover .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4GNKXQTmk .navbar {
    height: 77px;
  }
  .cid-s4GNKXQTmk .navbar.opened {
    height: auto;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-souB5CUTIa {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-bkgrnd-1440x479.png");
}
.cid-souB5CUTIa section {
  position: relative;
}
.cid-souB5CUTIa h4 {
  margin: 0;
}
.cid-souB5CUTIa img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-souB5CUTIa a {
  font-weight: 300;
}
.cid-souB5CUTIa .img1 {
  color: #4284df;
}
.cid-souB5CUTIa .img2 {
  color: #f1894c;
}
.cid-souB5CUTIa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4284df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-souB5CUTIa .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-souB5CUTIa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-souB5CUTIa .item,
.cid-souB5CUTIa .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-souB5CUTIa .item h4,
.cid-souB5CUTIa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-souB5CUTIa .card-img {
  width: auto;
}
.cid-souB5CUTIa .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-souB5CUTIa .item {
    justify-content: center;
  }
}
.cid-souB5CUTIa .item-title {
  color: #ffffff;
}
.cid-s4GNKXQTmk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .nav-item,
.cid-s4GNKXQTmk .nav-link,
.cid-s4GNKXQTmk .navbar-caption {
  font-weight: normal;
}
.cid-s4GNKXQTmk .nav-item:focus,
.cid-s4GNKXQTmk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s4GNKXQTmk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link {
    position: relative;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s4GNKXQTmk .nav-item:hover .nav-link:before,
  .cid-s4GNKXQTmk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s4GNKXQTmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4GNKXQTmk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s4GNKXQTmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s4GNKXQTmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4GNKXQTmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4GNKXQTmk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4GNKXQTmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4GNKXQTmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4GNKXQTmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4GNKXQTmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4GNKXQTmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4GNKXQTmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4GNKXQTmk .dropdown-item.active,
.cid-s4GNKXQTmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s4GNKXQTmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4GNKXQTmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4GNKXQTmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .navbar-buttons {
  text-align: center;
}
.cid-s4GNKXQTmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4GNKXQTmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4284df;
  display: inline-flex;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s4GNKXQTmk .soc-item {
  margin: .5rem .3rem;
}
.cid-s4GNKXQTmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk a.nav-link .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s4GNKXQTmk a.nav-link:hover .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4GNKXQTmk .navbar {
    height: 77px;
  }
  .cid-s4GNKXQTmk .navbar.opened {
    height: auto;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4IWQBuBVK {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ronricks-1920x1080.png");
}
.cid-s4IWQBuBVK .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s4IWQBuBVK .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-s4IWYZA2VQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4IZb2OM0J {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4IZb2OM0J .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-s4IZb2OM0J .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4IZb2OM0J .image-block:hover:before {
  opacity: 0.4;
}
.cid-s4IZb2OM0J .image-block:hover .wrap {
  opacity: 1;
}
.cid-s4IZb2OM0J .image-block:hover img {
  transform: scale(1.05);
}
.cid-s4IZb2OM0J h4 {
  letter-spacing: 2px;
}
.cid-s4IZb2OM0J figcaption {
  position: relative;
}
.cid-s4IZb2OM0J figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s4IZb2OM0J img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s4IZb2OM0J .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4IZb2OM0J .wrap {
    opacity: 1!important;
  }
  .cid-s4IZb2OM0J .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s4IZdcuSpg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4IZdcuSpg .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s4IZdcuSpg a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s4IZdcuSpg .input-group-btn {
  margin: 0;
}
.cid-s4IZdcuSpg .form-control {
  padding: 1.07em 1.07em;
}
.cid-s4IZdcuSpg .form-group,
.cid-s4IZdcuSpg .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-s4IZdcuSpg .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-s4IZdcuSpg .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-s4IZdcuSpg .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s4IZdcuSpg .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s4IZdcuSpg .form-block {
    padding: 1rem;
  }
}
.cid-souBl2iCiq {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-bkgrnd-1440x479.png");
}
.cid-souBl2iCiq section {
  position: relative;
}
.cid-souBl2iCiq h4 {
  margin: 0;
}
.cid-souBl2iCiq img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-souBl2iCiq a {
  font-weight: 300;
}
.cid-souBl2iCiq .img1 {
  color: #4284df;
}
.cid-souBl2iCiq .img2 {
  color: #f1894c;
}
.cid-souBl2iCiq .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4284df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-souBl2iCiq .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-souBl2iCiq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-souBl2iCiq .item,
.cid-souBl2iCiq .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-souBl2iCiq .item h4,
.cid-souBl2iCiq .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-souBl2iCiq .card-img {
  width: auto;
}
.cid-souBl2iCiq .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-souBl2iCiq .item {
    justify-content: center;
  }
}
.cid-souBl2iCiq .item-title {
  color: #ffffff;
}
.cid-s4GNKXQTmk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .nav-item,
.cid-s4GNKXQTmk .nav-link,
.cid-s4GNKXQTmk .navbar-caption {
  font-weight: normal;
}
.cid-s4GNKXQTmk .nav-item:focus,
.cid-s4GNKXQTmk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s4GNKXQTmk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link {
    position: relative;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s4GNKXQTmk .nav-item:hover .nav-link:before,
  .cid-s4GNKXQTmk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s4GNKXQTmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4GNKXQTmk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s4GNKXQTmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s4GNKXQTmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4GNKXQTmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4GNKXQTmk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4GNKXQTmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4GNKXQTmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4GNKXQTmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4GNKXQTmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4GNKXQTmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4GNKXQTmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4GNKXQTmk .dropdown-item.active,
.cid-s4GNKXQTmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s4GNKXQTmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4GNKXQTmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4GNKXQTmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .navbar-buttons {
  text-align: center;
}
.cid-s4GNKXQTmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4GNKXQTmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4284df;
  display: inline-flex;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s4GNKXQTmk .soc-item {
  margin: .5rem .3rem;
}
.cid-s4GNKXQTmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk a.nav-link .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s4GNKXQTmk a.nav-link:hover .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4GNKXQTmk .navbar {
    height: 77px;
  }
  .cid-s4GNKXQTmk .navbar.opened {
    height: auto;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4IWFc3WdN {
  padding-top: 140px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pinesideviewofhomes-1920x1080.png");
}
.cid-s4IWFc3WdN .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s4IWFc3WdN .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-s4IY7CdGK7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4IYi8ZUkF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4IYi8ZUkF .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-s4IYi8ZUkF .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4IYi8ZUkF .image-block:hover:before {
  opacity: 0.4;
}
.cid-s4IYi8ZUkF .image-block:hover .wrap {
  opacity: 1;
}
.cid-s4IYi8ZUkF .image-block:hover img {
  transform: scale(1.05);
}
.cid-s4IYi8ZUkF h4 {
  letter-spacing: 2px;
}
.cid-s4IYi8ZUkF figcaption {
  position: relative;
}
.cid-s4IYi8ZUkF figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s4IYi8ZUkF img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s4IYi8ZUkF .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4IYi8ZUkF .wrap {
    opacity: 1!important;
  }
  .cid-s4IYi8ZUkF .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s4IYsCNJFq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4IYsCNJFq .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s4IYsCNJFq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s4IYsCNJFq .input-group-btn {
  margin: 0;
}
.cid-s4IYsCNJFq .form-control {
  padding: 1.07em 1.07em;
}
.cid-s4IYsCNJFq .form-group,
.cid-s4IYsCNJFq .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-s4IYsCNJFq .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-s4IYsCNJFq .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-s4IYsCNJFq .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s4IYsCNJFq .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s4IYsCNJFq .form-block {
    padding: 1rem;
  }
}
.cid-souBh0jMD1 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-bkgrnd-1440x479.png");
}
.cid-souBh0jMD1 section {
  position: relative;
}
.cid-souBh0jMD1 h4 {
  margin: 0;
}
.cid-souBh0jMD1 img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-souBh0jMD1 a {
  font-weight: 300;
}
.cid-souBh0jMD1 .img1 {
  color: #4284df;
}
.cid-souBh0jMD1 .img2 {
  color: #f1894c;
}
.cid-souBh0jMD1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4284df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-souBh0jMD1 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-souBh0jMD1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-souBh0jMD1 .item,
.cid-souBh0jMD1 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-souBh0jMD1 .item h4,
.cid-souBh0jMD1 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-souBh0jMD1 .card-img {
  width: auto;
}
.cid-souBh0jMD1 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-souBh0jMD1 .item {
    justify-content: center;
  }
}
.cid-souBh0jMD1 .item-title {
  color: #ffffff;
}
.cid-s4GNKXQTmk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .nav-item,
.cid-s4GNKXQTmk .nav-link,
.cid-s4GNKXQTmk .navbar-caption {
  font-weight: normal;
}
.cid-s4GNKXQTmk .nav-item:focus,
.cid-s4GNKXQTmk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s4GNKXQTmk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link {
    position: relative;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s4GNKXQTmk .nav-item:hover .nav-link:before,
  .cid-s4GNKXQTmk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s4GNKXQTmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4GNKXQTmk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s4GNKXQTmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s4GNKXQTmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4GNKXQTmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4GNKXQTmk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4GNKXQTmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4GNKXQTmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4GNKXQTmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4GNKXQTmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4GNKXQTmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4GNKXQTmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4GNKXQTmk .dropdown-item.active,
.cid-s4GNKXQTmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s4GNKXQTmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4GNKXQTmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4GNKXQTmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .navbar-buttons {
  text-align: center;
}
.cid-s4GNKXQTmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4GNKXQTmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4284df;
  display: inline-flex;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s4GNKXQTmk .soc-item {
  margin: .5rem .3rem;
}
.cid-s4GNKXQTmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk a.nav-link .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s4GNKXQTmk a.nav-link:hover .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4GNKXQTmk .navbar {
    height: 77px;
  }
  .cid-s4GNKXQTmk .navbar.opened {
    height: auto;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4IW6Nii5V {
  padding-top: 140px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/osageavesign1-1920x1080.png");
}
.cid-s4IW6Nii5V .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-s4IW6Nii5V .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-s4IWkcFZQe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4IYSVdtDU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4IYSVdtDU .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-s4IYSVdtDU .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4IYSVdtDU .image-block:hover:before {
  opacity: 0.4;
}
.cid-s4IYSVdtDU .image-block:hover .wrap {
  opacity: 1;
}
.cid-s4IYSVdtDU .image-block:hover img {
  transform: scale(1.05);
}
.cid-s4IYSVdtDU h4 {
  letter-spacing: 2px;
}
.cid-s4IYSVdtDU figcaption {
  position: relative;
}
.cid-s4IYSVdtDU figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s4IYSVdtDU img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s4IYSVdtDU .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4IYSVdtDU .wrap {
    opacity: 1!important;
  }
  .cid-s4IYSVdtDU .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s4IYRzgWed {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4IYRzgWed .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s4IYRzgWed a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s4IYRzgWed .input-group-btn {
  margin: 0;
}
.cid-s4IYRzgWed .form-control {
  padding: 1.07em 1.07em;
}
.cid-s4IYRzgWed .form-group,
.cid-s4IYRzgWed .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-s4IYRzgWed .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-s4IYRzgWed .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-s4IYRzgWed .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s4IYRzgWed .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s4IYRzgWed .form-block {
    padding: 1rem;
  }
}
.cid-souBcSknAY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-bkgrnd-1440x479.png");
}
.cid-souBcSknAY section {
  position: relative;
}
.cid-souBcSknAY h4 {
  margin: 0;
}
.cid-souBcSknAY img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-souBcSknAY a {
  font-weight: 300;
}
.cid-souBcSknAY .img1 {
  color: #4284df;
}
.cid-souBcSknAY .img2 {
  color: #f1894c;
}
.cid-souBcSknAY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4284df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-souBcSknAY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-souBcSknAY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-souBcSknAY .item,
.cid-souBcSknAY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-souBcSknAY .item h4,
.cid-souBcSknAY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-souBcSknAY .card-img {
  width: auto;
}
.cid-souBcSknAY .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-souBcSknAY .item {
    justify-content: center;
  }
}
.cid-souBcSknAY .item-title {
  color: #ffffff;
}
.cid-s4GNKXQTmk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .nav-item,
.cid-s4GNKXQTmk .nav-link,
.cid-s4GNKXQTmk .navbar-caption {
  font-weight: normal;
}
.cid-s4GNKXQTmk .nav-item:focus,
.cid-s4GNKXQTmk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s4GNKXQTmk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link {
    position: relative;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s4GNKXQTmk .nav-item:hover .nav-link:before,
  .cid-s4GNKXQTmk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s4GNKXQTmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4GNKXQTmk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s4GNKXQTmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s4GNKXQTmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4GNKXQTmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4GNKXQTmk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4GNKXQTmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4GNKXQTmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4GNKXQTmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4GNKXQTmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4GNKXQTmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4GNKXQTmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4GNKXQTmk .dropdown-item.active,
.cid-s4GNKXQTmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s4GNKXQTmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4GNKXQTmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4GNKXQTmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .navbar-buttons {
  text-align: center;
}
.cid-s4GNKXQTmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4GNKXQTmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4284df;
  display: inline-flex;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s4GNKXQTmk .soc-item {
  margin: .5rem .3rem;
}
.cid-s4GNKXQTmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk a.nav-link .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s4GNKXQTmk a.nav-link:hover .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4GNKXQTmk .navbar {
    height: 77px;
  }
  .cid-s4GNKXQTmk .navbar.opened {
    height: auto;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4INsFlXaB {
  background: #ffffff;
}
.cid-s4INsFlXaB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4INsFlXaB figcaption {
  position: relative;
}
.cid-s4INsFlXaB figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4INsFlXaB .image-block {
    width: 100% !important;
  }
}
.cid-s4GN2s6BS5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4GN2s6BS5 .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-s4GN2s6BS5 .title,
.cid-s4GN2s6BS5 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-s4GN2s6BS5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-s4GN2s6BS5 .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-s4GN2s6BS5 .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-s4GN2s6BS5 .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-s4GN2s6BS5 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-s4GN2s6BS5 .card-title {
  color: #149dcc;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-s4GN2s6BS5 .card-img {
  overflow: hidden;
}
.cid-s4GN2s6BS5 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-s4GN2s6BS5 .card-box {
  padding: 0rem;
}
.cid-s4GN2s6BS5 img {
  transition: all 0.3s;
}
.cid-s4GN2s6BS5 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-s4GN2s6BS5 .status {
  color: #767676;
  text-align: left;
}
.cid-souB15Qaki {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-bkgrnd-1440x479.png");
}
.cid-souB15Qaki section {
  position: relative;
}
.cid-souB15Qaki h4 {
  margin: 0;
}
.cid-souB15Qaki img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-souB15Qaki a {
  font-weight: 300;
}
.cid-souB15Qaki .img1 {
  color: #4284df;
}
.cid-souB15Qaki .img2 {
  color: #f1894c;
}
.cid-souB15Qaki .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4284df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-souB15Qaki .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-souB15Qaki .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-souB15Qaki .item,
.cid-souB15Qaki .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-souB15Qaki .item h4,
.cid-souB15Qaki .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-souB15Qaki .card-img {
  width: auto;
}
.cid-souB15Qaki .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-souB15Qaki .item {
    justify-content: center;
  }
}
.cid-souB15Qaki .item-title {
  color: #ffffff;
}
.cid-s4GNKXQTmk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .nav-item,
.cid-s4GNKXQTmk .nav-link,
.cid-s4GNKXQTmk .navbar-caption {
  font-weight: normal;
}
.cid-s4GNKXQTmk .nav-item:focus,
.cid-s4GNKXQTmk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s4GNKXQTmk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link {
    position: relative;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s4GNKXQTmk .nav-item:hover .nav-link:before,
  .cid-s4GNKXQTmk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s4GNKXQTmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4GNKXQTmk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s4GNKXQTmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s4GNKXQTmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4GNKXQTmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4GNKXQTmk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4GNKXQTmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4GNKXQTmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4GNKXQTmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4GNKXQTmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4GNKXQTmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4GNKXQTmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4GNKXQTmk .dropdown-item.active,
.cid-s4GNKXQTmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s4GNKXQTmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4GNKXQTmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4GNKXQTmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .navbar-buttons {
  text-align: center;
}
.cid-s4GNKXQTmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4GNKXQTmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4284df;
  display: inline-flex;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s4GNKXQTmk .soc-item {
  margin: .5rem .3rem;
}
.cid-s4GNKXQTmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk a.nav-link .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s4GNKXQTmk a.nav-link:hover .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4GNKXQTmk .navbar {
    height: 77px;
  }
  .cid-s4GNKXQTmk .navbar.opened {
    height: auto;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4J1DDieEU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4J1DDieEU img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-s4J1DDieEU .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #7175bc;
  opacity: 0.6;
  pointer-events: none;
}
.cid-s4J1DDieEU .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-s4J1DDieEU .row > div:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-s4J1DDieEU .wrapper:before {
    opacity: 0.2;
  }
}
.cid-s4J3naJsPk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4J1jMvdNH {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4J1jMvdNH .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s4J1jMvdNH .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s4J1jMvdNH .list-img {
  width: 100px;
}
.cid-s4J1jMvdNH .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-s4J1jMvdNH .btn {
  margin: 0px !important;
}
.cid-s4J1jMvdNH .text-box {
  padding: 1rem;
}
.cid-s4J1jMvdNH .text-box p {
  margin: 0;
}
.cid-s4J1jMvdNH .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-s4J1jMvdNH .ico-box p {
  margin: 0;
}
.cid-s4J1jMvdNH .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4J1jMvdNH .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4J1jMvdNH .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s4J1jMvdNH .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-s4J1jMvdNH .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s4J1jMvdNH .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-s4J1jMvdNH .carousel-indicators li {
  display: inline-block;
}
.cid-s4J1jMvdNH .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-s4J1jMvdNH .carousel-indicators li.active {
  border: 0px;
}
.cid-s4J1jMvdNH .li1,
.cid-s4J1jMvdNH .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/groundlevelviewosage-1-1920x1080.png");
}
.cid-s4J1jMvdNH .li2,
.cid-s4J1jMvdNH .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/img-967-480x640.jpeg");
}
.cid-s4J1jMvdNH .li3,
.cid-s4J1jMvdNH .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/alex-electical-light-fixture-2000x1334.jpeg");
}
.cid-s4J1jMvdNH .li4,
.cid-s4J1jMvdNH .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/alexcuttingtable-saw2-1920x1080.png");
}
.cid-s4J1jMvdNH .li5,
.cid-s4J1jMvdNH .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/bare-walls-and-ceiling-2nd-floor2-2000x1335.jpeg");
}
.cid-s4J1jMvdNH .li6,
.cid-s4J1jMvdNH .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/crew-carries-door6-2000x1335.jpeg");
}
@media (max-width: 992px) {
  .cid-s4J1jMvdNH .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-s4J1jMvdNH .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-s4J1jMvdNH .card-title2 {
  color: #149dcc;
}
.cid-s4J1jMvdNH .sq {
  color: #767676;
}
.cid-s4J1jMvdNH .item {
  color: #767676;
}
.cid-sho9drRofC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sho9drRofC .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sho9drRofC .modal-body .close {
  background: #1b1b1b;
}
.cid-sho9drRofC .modal-body .close span {
  font-style: normal;
}
.cid-sho9drRofC .carousel-inner > .active,
.cid-sho9drRofC .carousel-inner > .next,
.cid-sho9drRofC .carousel-inner > .prev {
  display: flex;
}
.cid-sho9drRofC .carousel-control .icon-next,
.cid-sho9drRofC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sho9drRofC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sho9drRofC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sho9drRofC .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sho9drRofC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sho9drRofC .boxed-slider > div {
  position: relative;
}
.cid-sho9drRofC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sho9drRofC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sho9drRofC .mbr-table-cell {
  padding: 0;
}
.cid-sho9drRofC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sho9drRofC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sho9drRofC .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-sho9drRofC .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sho9drRofC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sho9drRofC .carousel-item.active.right,
.cid-sho9drRofC .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sho9drRofC .carousel-item.active.left,
.cid-sho9drRofC .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sho9drRofC .carousel-item.active,
.cid-sho9drRofC .carousel-item.next.left,
.cid-sho9drRofC .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sho9drRofC .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sho9drRofC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sho9drRofC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sho9drRofC .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sho9drRofC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sho9drRofC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sho9drRofC .mbr-slider .carousel-indicators li {
  max-width: 19px;
  width: 19px;
  height: 19px;
  max-height: 19px;
  margin: 3px;
  background-color: white;
  border: none;
  border-radius: 0;
  opacity: .5;
  transition: all .3s;
}
.cid-sho9drRofC .mbr-slider .carousel-indicators li.active,
.cid-sho9drRofC .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sho9drRofC .mbr-slider .carousel-indicators li::after,
.cid-sho9drRofC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sho9drRofC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sho9drRofC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sho9drRofC .mbr-slider > .container img {
  width: 100%;
}
.cid-sho9drRofC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sho9drRofC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .cid-sho9drRofC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sho9drRofC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sho9drRofC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sho9drRofC .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sho9drRofC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sho9drRofC .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sho9drRofC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sho9drRofC .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sho9drRofC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sho9drRofC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sho9drRofC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sho9drRofC .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sho9drRofC .carousel-inner {
  height: 100%;
}
.cid-sho9drRofC .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sho9drRofC .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sho9drRofC .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sho9drRofC .carousel-item .container-slide {
  text-align: center;
}
.cid-sho9drRofC .content-slider-wrap {
  width: 100%;
}
.cid-sho9drRofC .carousel-control-prev {
  bottom: 2px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-sho9drRofC .carousel-control-next {
  bottom: 54px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-sho9drRofC .carousel-control {
  margin-left: 2px!important;
}
.cid-souxBPtzoY {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-bkgrnd-1440x479.png");
}
.cid-souxBPtzoY section {
  position: relative;
}
.cid-souxBPtzoY h4 {
  margin: 0;
}
.cid-souxBPtzoY img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-souxBPtzoY a {
  font-weight: 300;
}
.cid-souxBPtzoY .img1 {
  color: #4284df;
}
.cid-souxBPtzoY .img2 {
  color: #f1894c;
}
.cid-souxBPtzoY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4284df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-souxBPtzoY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-souxBPtzoY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-souxBPtzoY .item,
.cid-souxBPtzoY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-souxBPtzoY .item h4,
.cid-souxBPtzoY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-souxBPtzoY .card-img {
  width: auto;
}
.cid-souxBPtzoY .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-souxBPtzoY .item {
    justify-content: center;
  }
}
.cid-souxBPtzoY .item-title {
  color: #ffffff;
}
.cid-s4GNKXQTmk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .nav-item,
.cid-s4GNKXQTmk .nav-link,
.cid-s4GNKXQTmk .navbar-caption {
  font-weight: normal;
}
.cid-s4GNKXQTmk .nav-item:focus,
.cid-s4GNKXQTmk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s4GNKXQTmk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link {
    position: relative;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s4GNKXQTmk .nav-item:hover .nav-link:before,
  .cid-s4GNKXQTmk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4GNKXQTmk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4GNKXQTmk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s4GNKXQTmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4GNKXQTmk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s4GNKXQTmk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s4GNKXQTmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4GNKXQTmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4GNKXQTmk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4GNKXQTmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4GNKXQTmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4GNKXQTmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4GNKXQTmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4GNKXQTmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4GNKXQTmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4GNKXQTmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4GNKXQTmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4GNKXQTmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4GNKXQTmk .dropdown-item.active,
.cid-s4GNKXQTmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s4GNKXQTmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4GNKXQTmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s4GNKXQTmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4GNKXQTmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4GNKXQTmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4GNKXQTmk .navbar-buttons {
  text-align: center;
}
.cid-s4GNKXQTmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4GNKXQTmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4GNKXQTmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4GNKXQTmk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4GNKXQTmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #4284df;
  display: inline-flex;
}
.cid-s4GNKXQTmk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s4GNKXQTmk .soc-item {
  margin: .5rem .3rem;
}
.cid-s4GNKXQTmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4GNKXQTmk a.nav-link .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s4GNKXQTmk a.nav-link:hover .mbr-iconfont-btn,
.cid-s4GNKXQTmk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s4GNKXQTmk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4GNKXQTmk .navbar {
    height: 77px;
  }
  .cid-s4GNKXQTmk .navbar.opened {
    height: auto;
  }
  .cid-s4GNKXQTmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snXX4RZGXQ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snXX5ide2n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-souAVLRoQk {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/footer-bkgrnd-1440x479.png");
}
.cid-souAVLRoQk section {
  position: relative;
}
.cid-souAVLRoQk h4 {
  margin: 0;
}
.cid-souAVLRoQk img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-souAVLRoQk a {
  font-weight: 300;
}
.cid-souAVLRoQk .img1 {
  color: #4284df;
}
.cid-souAVLRoQk .img2 {
  color: #f1894c;
}
.cid-souAVLRoQk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #4284df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-souAVLRoQk .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-souAVLRoQk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-souAVLRoQk .item,
.cid-souAVLRoQk .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-souAVLRoQk .item h4,
.cid-souAVLRoQk .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-souAVLRoQk .card-img {
  width: auto;
}
.cid-souAVLRoQk .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-souAVLRoQk .item {
    justify-content: center;
  }
}
.cid-souAVLRoQk .item-title {
  color: #ffffff;
}
