@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');











body {

  font-familys: Roboto;

  font-style: normal;

  line-height: 1.5;

}

.mbr-section-title {

  font-style: normal;

  line-height: 1.2;

}

.mbr-section-subtitle {

  line-height: 1.3;

}

.mbr-text {

  font-style: normal;

  line-height: 1.6;

}

.display-1 {

  font-familys: 'Roboto', sans-serif;

  font-size: 4.25rem;

}

.display-1 > .mbr-iconfont {

  font-size: 6.8rem;

}

.display-2 {

  font-familys: 'Roboto', sans-serif;

  font-size: 3rem;

}

.display-2 > .mbr-iconfont {

  font-size: 4.8rem;

}

.display-4 {

  font-familys: 'Roboto', sans-serif;

  font-size: 1rem;

}

.display-4 > .mbr-iconfont {

  font-size: 1.6rem;

}

.display-5 {

  font-familys: 'Roboto', sans-serif;

  font-size: 1.5rem;

}

.display-5 > .mbr-iconfont {

  font-size: 2.4rem;

}

.display-7 {

  font-familys: 'Roboto', sans-serif;

  font-size: 1rem;

}

.display-7 > .mbr-iconfont {

  font-size: 1.6rem;

}

/* ---- Fluid typography for mobile devices ---- */

/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */

/* 100vw - current viewport width */

/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */

/* 0.65 - min scale variable, may vary */

@media (max-width: 768px) {

  .display-1 {

    font-size: 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.8rem;

    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));

    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));

  }

  .display-5 {

    font-size: 1.2rem;

    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));

    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));

  }

}

/* Buttons */

.btn {

  font-weight: 500;

  border-width: 2px;

  font-style: normal;

  letter-spacing: 1px;

  margin: .4rem .8rem;

  white-space: normal;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  padding: 1rem 3rem;

  border-radius: 3px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  word-break: break-word;

}

.navbar .btn {

  font-familys: 'Roboto', sans-serif;

  font-size: 1rem;

}

.navbar .btn > .mbr-iconfont {

  font-size: 1.6rem;

}

.btn-sm {

  font-weight: 500;

  letter-spacing: 1px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  padding: 0.6rem 1.5rem;

  border-radius: 3px;

}

.btn-md {

  font-weight: 500;

  letter-spacing: 1px;

  margin: .4rem .8rem !important;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  padding: 1rem 3rem;

  border-radius: 3px;

}

.btn-lg {

  font-weight: 500;

  letter-spacing: 1px;

  margin: .4rem .8rem !important;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  padding: 1.2rem 3.2rem;

  border-radius: 3px;

}

.bg-primary {

  background-color: #149dcc !important;

}

.bg-success {

  background-color: #f7ed4a !important;

}

.bg-info {

  background-color: #82786e !important;

}

.bg-warning {

  background-color: #879a9f !important;

}

.bg-danger {

  background-color: #b1a374 !important;

}

.btn-primary,

.btn-primary:active,

.btn-primary.active {

  background-color: #149dcc;

  border-color: #149dcc;

  color: #ffffff;

}

.btn-primary:hover,

.btn-primary:focus,

.btn-primary.focus {

  color: #ffffff;

  background-color: #0d6786;

  border-color: #0d6786;

}

.btn-primary.disabled,

.btn-primary:disabled {

  color: #ffffff !important;

  background-color: #0d6786 !important;

  border-color: #0d6786 !important;

}

.btn-secondary,

.btn-secondary:active,

.btn-secondary.active {

  background-color: #ff3366;

  border-color: #ff3366;

  color: #ffffff;

}

.btn-secondary:hover,

.btn-secondary:focus,

.btn-secondary.focus {

  color: #ffffff;

  background-color: #e50039;

  border-color: #e50039;

}

.btn-secondary.disabled,

.btn-secondary:disabled {

  color: #ffffff !important;

  background-color: #e50039 !important;

  border-color: #e50039 !important;

}

.btn-info,

.btn-info:active,

.btn-info.active {

  background-color: #82786e;

  border-color: #82786e;

  color: #ffffff;

}

.btn-info:hover,

.btn-info:focus,

.btn-info.focus {

  color: #ffffff;

  background-color: #59524b;

  border-color: #59524b;

}

.btn-info.disabled,

.btn-info:disabled {

  color: #ffffff !important;

  background-color: #59524b !important;

  border-color: #59524b !important;

}

.btn-success,

.btn-success:active,

.btn-success.active {

  background-color: #f7ed4a;

  border-color: #f7ed4a;

  color: #ffffff;

}

.btn-success:hover,

.btn-success:focus,

.btn-success.focus {

  color: #ffffff;

  background-color: #eadd0a;

  border-color: #eadd0a;

}

.btn-success.disabled,

.btn-success:disabled {

  color: #ffffff !important;

  background-color: #eadd0a !important;

  border-color: #eadd0a !important;

}

.btn-warning,

.btn-warning:active,

.btn-warning.active {

  background-color: #879a9f;

  border-color: #879a9f;

  color: #ffffff;

}

.btn-warning:hover,

.btn-warning:focus,

.btn-warning.focus {

  color: #ffffff;

  background-color: #617479;

  border-color: #617479;

}

.btn-warning.disabled,

.btn-warning:disabled {

  color: #ffffff !important;

  background-color: #617479 !important;

  border-color: #617479 !important;

}

.btn-danger,

.btn-danger:active,

.btn-danger.active {

  background-color: #b1a374;

  border-color: #b1a374;

  color: #ffffff;

}

.btn-danger:hover,

.btn-danger:focus,

.btn-danger.focus {

  color: #ffffff;

  background-color: #8b7d4e;

  border-color: #8b7d4e;

}

.btn-danger.disabled,

.btn-danger:disabled {

  color: #ffffff !important;

  background-color: #8b7d4e !important;

  border-color: #8b7d4e !important;

}

.btn-white {

  color: #333333 !important;

}

.btn-white,

.btn-white:active,

.btn-white.active {

  background-color: #ffffff;

  border-color: #ffffff;

  color: #ffffff;

}

.btn-white:hover,

.btn-white:focus,

.btn-white.focus {

  color: #ffffff;

  background-color: #d4d4d4;

  border-color: #d4d4d4;

}

.btn-white.disabled,

.btn-white:disabled {

  color: #ffffff !important;

  background-color: #d4d4d4 !important;

  border-color: #d4d4d4 !important;

}

.btn-black,

.btn-black:active,

.btn-black.active {

  background-color: #333333;

  border-color: #333333;

  color: #ffffff;

}

.btn-black:hover,

.btn-black:focus,

.btn-black.focus {

  color: #ffffff;

  background-color: #0d0d0d;

  border-color: #0d0d0d;

}

.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: #0b566f;

  color: #0b566f;

}

.btn-primary-outline:hover,

.btn-primary-outline:focus,

.btn-primary-outline.focus {

  color: #ffffff;

  background-color: #149dcc;

  border-color: #149dcc;

}

.btn-primary-outline.disabled,

.btn-primary-outline:disabled {

  color: #ffffff !important;

  background-color: #149dcc !important;

  border-color: #149dcc !important;

}

.btn-secondary-outline,

.btn-secondary-outline:active,

.btn-secondary-outline.active {

  background: none;

  border-color: #cc0033;

  color: #cc0033;

}

.btn-secondary-outline:hover,

.btn-secondary-outline:focus,

.btn-secondary-outline.focus {

  color: #ffffff;

  background-color: #ff3366;

  border-color: #ff3366;

}

.btn-secondary-outline.disabled,

.btn-secondary-outline:disabled {

  color: #ffffff !important;

  background-color: #ff3366 !important;

  border-color: #ff3366 !important;

}

.btn-info-outline,

.btn-info-outline:active,

.btn-info-outline.active {

  background: none;

  border-color: #4b453f;

  color: #4b453f;

}

.btn-info-outline:hover,

.btn-info-outline:focus,

.btn-info-outline.focus {

  color: #ffffff;

  background-color: #82786e;

  border-color: #82786e;

}

.btn-info-outline.disabled,

.btn-info-outline:disabled {

  color: #ffffff !important;

  background-color: #82786e !important;

  border-color: #82786e !important;

}

.btn-success-outline,

.btn-success-outline:active,

.btn-success-outline.active {

  background: none;

  border-color: #d2c609;

  color: #d2c609;

}

.btn-success-outline:hover,

.btn-success-outline:focus,

.btn-success-outline.focus {

  color: #ffffff;

  background-color: #f7ed4a;

  border-color: #f7ed4a;

}

.btn-success-outline.disabled,

.btn-success-outline:disabled {

  color: #ffffff !important;

  background-color: #f7ed4a !important;

  border-color: #f7ed4a !important;

}

.btn-warning-outline,

.btn-warning-outline:active,

.btn-warning-outline.active {

  background: none;

  border-color: #55666b;

  color: #55666b;

}

.btn-warning-outline:hover,

.btn-warning-outline:focus,

.btn-warning-outline.focus {

  color: #ffffff;

  background-color: #879a9f;

  border-color: #879a9f;

}

.btn-warning-outline.disabled,

.btn-warning-outline:disabled {

  color: #ffffff !important;

  background-color: #879a9f !important;

  border-color: #879a9f !important;

}

.btn-danger-outline,

.btn-danger-outline:active,

.btn-danger-outline.active {

  background: none;

  border-color: #7a6e45;

  color: #7a6e45;

}

.btn-danger-outline:hover,

.btn-danger-outline:focus,

.btn-danger-outline.focus {

  color: #ffffff;

  background-color: #b1a374;

  border-color: #b1a374;

}

.btn-danger-outline.disabled,

.btn-danger-outline:disabled {

  color: #ffffff !important;

  background-color: #b1a374 !important;

  border-color: #b1a374 !important;

}

.btn-black-outline,

.btn-black-outline:active,

.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;

  background-color: #333333;

  border-color: #333333;

}

.btn-black-outline.disabled,

.btn-black-outline:disabled {

  color: #ffffff !important;

  background-color: #333333 !important;

  border-color: #333333 !important;

}

.btn-white-outline,

.btn-white-outline:active,

.btn-white-outline.active {

  background: none;

  border-color: #ffffff;

  color: #ffffff;

}

.btn-white-outline:hover,

.btn-white-outline:focus,

.btn-white-outline.focus {

  color: #333333;

  background-color: #ffffff;

  border-color: #ffffff;

}

.text-primary {

  color: #149dcc !important;

}

.text-secondary {

  color: #ff3366 !important;

}

.text-success {

  color: #f7ed4a !important;

}

.text-info {

  color: #82786e !important;

}

.text-warning {

  color: #879a9f !important;

}

.text-danger {

  color: #b1a374 !important;

}

.text-white {

  color: #ffffff !important;

}

.text-black {

  color: #000000 !important;

}

a.text-primary:hover,

a.text-primary:focus {

  color: #0b566f !important;

}

a.text-secondary:hover,

a.text-secondary:focus {

  color: #cc0033 !important;

}

a.text-success:hover,

a.text-success:focus {

  color: #d2c609 !important;

}

a.text-info:hover,

a.text-info:focus {

  color: #4b453f !important;

}

a.text-warning:hover,

a.text-warning:focus {

  color: #55666b !important;

}

a.text-danger:hover,

a.text-danger:focus {

  color: #7a6e45 !important;

}

a.text-white:hover,

a.text-white:focus {

  color: #b3b3b3 !important;

}

a.text-black:hover,

a.text-black:focus {

  color: #4d4d4d !important;

}

.alert-success {

  background-color: #70c770;

}

.alert-info {

  background-color: #82786e;

}

.alert-warning {

  background-color: #879a9f;

}

.alert-danger {

  background-color: #b1a374;

}

.mbr-section-btn a.btn:not(.btn-form) {

  border-radius: 100px;

}

.mbr-section-btn a.btn:not(.btn-form):hover {

  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);

}

.mbr-gallery-filter li a {

  border-radius: 100px !important;

}

.mbr-gallery-filter li.active .btn {

  background-color: #149dcc;

  border-color: #149dcc;

  color: #ffffff;

}

.mbr-gallery-filter li.active .btn:focus {

  box-shadow: none;

}

.nav-tabs .nav-link {

  border-radius: 100px !important;

}

.btn-form {

  border-radius: 0;

}

.btn-form:hover {

  cursor: pointer;

}

a,

a:hover {

  color: #149dcc;

}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,

.mbr-plan-header.bg-primary .mbr-plan-price-desc {

  color: #b4e6f8;

}

.mbr-plan-header.bg-success .mbr-plan-subtitle,

.mbr-plan-header.bg-success .mbr-plan-price-desc {

  color: #ffffff;

}

.mbr-plan-header.bg-info .mbr-plan-subtitle,

.mbr-plan-header.bg-info .mbr-plan-price-desc {

  color: #beb8b2;

}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,

.mbr-plan-header.bg-warning .mbr-plan-price-desc {

  color: #ced6d8;

}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,

.mbr-plan-header.bg-danger .mbr-plan-price-desc {

  color: #dfd9c6;

}

/* Scroll to top button*/

#scrollToTop a {

  border-radius: 100px;

}

/* Others*/

.note-check a[data-value=Roboto] {

  font-style: normal;

}

.mbr-arrow a {

  color: #ffffff;

}

.form-control-label {

  position: relative;

  cursor: pointer;

  margin-bottom: .357em;

  padding: 0;

}

.alert {

  color: #ffffff;

  border-radius: 0;

  border: 0;

  font-size: .875rem;

  line-height: 1.5;

  margin-bottom: 1.875rem;

  padding: 1.25rem;

  position: relative;

}

.alert.alert-form::after {

  background-color: inherit;

  bottom: -7px;

  content: "";

  display: block;

  height: 14px;

  left: 50%;

  margin-left: -7px;

  position: absolute;

  transform: rotate(45deg);

  width: 14px;

}

.form-control {

  background-color: #f5f5f5;

  box-shadow: none;

  color: #565656;

  font-familys: 'Roboto', sans-serif;

  font-size: 1rem;

  line-height: 1.43;

  min-height: 3.5em;

  padding: 1.07em .5em;

}

.form-control > .mbr-iconfont {

  font-size: 1.6rem;

}

.form-control,

.form-control:focus {

  border: 1px solid #e8e8e8;

}

.form-active .form-control:invalid {

  border-color: red;

}

.mbr-overlay {

  background-color: #000;

  bottom: 0;

  left: 0;

  opacity: .5;

  position: absolute;

  right: 0;

  top: 0;

  z-index: 0;

}

blockquote {

  font-style: italic;

  padding: 10px 0 10px 20px;

  font-size: 1.09rem;

  position: relative;

  border-color: #149dcc;

  border-width: 3px;

}

ul,

ol,

pre,

blockquote {

  margin-bottom: 2.3125rem;

}

pre {

  background: #f4f4f4;

  padding: 10px 24px;

  white-space: pre-wrap;

}

.inactive {

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  pointer-events: none;

  -webkit-user-drag: none;

  user-drag: none;

}

.mbr-section__comments .row {

  justify-content: center;

}

/* Forms */

.mbr-form .btn {

  margin: .4rem 0;

}

.mbr-form .input-group-btn a.btn {

  border-radius: 100px !important;

}

.mbr-form .input-group-btn a.btn:hover {

  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);

}

.mbr-form .input-group-btn button[type="submit"] {

  border-radius: 100px !important;

  padding: 1rem 3rem;

}

.mbr-form .input-group-btn button[type="submit"]:hover {

  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);

}

.form2 .form-control {

  border-top-left-radius: 100px;

  border-bottom-left-radius: 100px;

}

.form2 .input-group-btn a.btn {

  border-top-left-radius: 0 !important;

  border-bottom-left-radius: 0 !important;

}

.form2 .input-group-btn button[type="submit"] {

  border-top-left-radius: 0 !important;

  border-bottom-left-radius: 0 !important;

}

.form3 input[type="email"] {

  border-radius: 100px !important;

}

@media (max-width: 349px) {

  .form2 input[type="email"] {

    border-radius: 100px !important;

  }

  .form2 .input-group-btn a.btn {

    border-radius: 100px !important;

  }

  .form2 .input-group-btn button[type="submit"] {

    border-radius: 100px !important;

  }

}

@media (max-width: 767px) {

  .btn {

    font-size: .75rem !important;

  }

  .btn .mbr-iconfont {

    font-size: 1rem !important;

  }

}

/* Social block */

.btn-social {

  font-size: 20px;

  border-radius: 50%;

  padding: 0;

  width: 44px;

  height: 44px;

  line-height: 44px;

  text-align: center;

  position: relative;

  border: 2px solid #c0a375;

  border-color: #149dcc;

  color: #232323;

  cursor: pointer;

}

.btn-social i {

  top: 0;

  line-height: 44px;

  width: 44px;

}

.btn-social:hover {

  color: #fff;

  background: #149dcc;

}

.btn-social + .btn {

  margin-left: .1rem;

}

/* Footer */

.mbr-footer-content li::before,

.mbr-footer .mbr-contacts li::before {

  background: #149dcc;

}

.mbr-footer-content li a:hover,

.mbr-footer .mbr-contacts li a:hover {

  color: #149dcc;

}

.footer3 input[type="email"],

.footer4 input[type="email"] {

  border-radius: 100px !important;

}

.footer3 .input-group-btn a.btn,

.footer4 .input-group-btn a.btn {

  border-radius: 100px !important;

}

.footer3 .input-group-btn button[type="submit"],

.footer4 .input-group-btn button[type="submit"] {

  border-radius: 100px !important;

}

/* Headers*/

.header13 .form-inline input[type="email"],

.header14 .form-inline input[type="email"] {

  border-radius: 100px;

}

.header13 .form-inline input[type="text"],

.header14 .form-inline input[type="text"] {

  border-radius: 100px;

}

.header13 .form-inline input[type="tel"],

.header14 .form-inline input[type="tel"] {

  border-radius: 100px;

}

.header13 .form-inline a.btn,

.header14 .form-inline a.btn {

  border-radius: 100px;

}

.header13 .form-inline button,

.header14 .form-inline button {

  border-radius: 100px !important;

}

.cid-qrKR7qxpQx .navbar {

  background: #ffffff;

  transition: none;

  min-height: 77px;

  padding: .5rem 0;

}

.cid-qrKR7qxpQx .navbar-dropdown.bg-color.transparent.opened {

  background: #ffffff;

}

.cid-qrKR7qxpQx a {

  font-style: normal;

}

.cid-qrKR7qxpQx .nav-item span {

  padding-right: 0.4em;

  line-height: 0.5em;

  vertical-align: text-bottom;

  position: relative;

  top: -0.2em;

  text-decoration: none;

}

.cid-qrKR7qxpQx .nav-item a {

  padding: 0.7rem 0 !important;

  margin: 0rem .65rem !important;

}

.cid-qrKR7qxpQx .btn {

  padding: 0.4rem 1.5rem;

  display: inline-flex;

  align-items: center;

}

.cid-qrKR7qxpQx .btn .mbr-iconfont {

  font-size: 1.6rem;

}

.cid-qrKR7qxpQx .menu-logo {

  margin-right: auto;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand {

  display: flex;

  margin-left: 5rem;

  padding: 0;

  transition: padding .2s;

  min-height: 3.8rem;

  align-items: center;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-caption-wrap {

  display: flex;

  -webkit-align-items: center;

  align-items: center;

  word-break: break-word;

  min-width: 7rem;

  margin: .3rem 0;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {

  line-height: 1.2rem !important;

  padding-right: 2rem;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-logo {

  font-size: 4rem;

  transition: font-size 0.25s;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-logo img {

  display: flex;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {

  transition: font-size 0.25s;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm .navbar-collapse {

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

  padding-right: 5rem;

  width: auto;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm .navbar-collapse .navbar-nav {

  flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

  padding-left: 0;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {

  -webkit-align-self: center;

  align-self: center;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {

  padding-left: 0;

  padding-bottom: 0;

}

.cid-qrKR7qxpQx .dropdown .dropdown-menu {

  background: #ffffff;

  display: none;

  position: absolute;

  min-width: 5rem;

  padding-top: 1.4rem;

  padding-bottom: 1.4rem;

  text-align: left;

}

.cid-qrKR7qxpQx .dropdown .dropdown-menu .dropdown-item {

  width: auto;

  padding: 0.235em 1.5385em 0.235em 1.5385em !important;

}

.cid-qrKR7qxpQx .dropdown .dropdown-menu .dropdown-item::after {

  right: 0.5rem;

}

.cid-qrKR7qxpQx .dropdown .dropdown-menu .dropdown-submenu {

  margin: 0;

}

.cid-qrKR7qxpQx .dropdown.open > .dropdown-menu {

  display: block;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm.opened:after {

  position: absolute;

  width: 100vw;

  height: 100vh;

  content: '';

  background-color: rgba(0, 0, 0, 0.1);

  left: 0;

  bottom: 0;

  transform: translateY(100%);

  -webkit-transform: translateY(100%);

  z-index: 1000;

}

.cid-qrKR7qxpQx .navbar.navbar-short {

  min-height: 60px;

  transition: all .2s;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-toggler-right {

  top: 20px;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-logo a {

  font-size: 2.5rem !important;

  line-height: 2.5rem;

  transition: font-size 0.25s;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-logo a .mbr-iconfont {

  font-size: 2.5rem !important;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-logo a img {

  height: 3rem !important;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-brand {

  min-height: 3rem;

}

.cid-qrKR7qxpQx button.navbar-toggler {

  width: 31px;

  height: 18px;

  cursor: pointer;

  transition: all .2s;

  top: 1.5rem;

  right: 1rem;

}

.cid-qrKR7qxpQx button.navbar-toggler:focus {

  outline: none;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span {

  position: absolute;

  right: 0;

  width: 30px;

  height: 2px;

  border-right: 5px;

  background-color: #149dcc;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span:nth-child(1) {

  top: 0;

  transition: all .2s;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span:nth-child(2) {

  top: 8px;

  transition: all .15s;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span:nth-child(3) {

  top: 8px;

  transition: all .15s;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span:nth-child(4) {

  top: 16px;

  transition: all .2s;

}

.cid-qrKR7qxpQx nav.opened .hamburger span:nth-child(1) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrKR7qxpQx nav.opened .hamburger span:nth-child(2) {

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  transition: all .25s;

}

.cid-qrKR7qxpQx nav.opened .hamburger span:nth-child(3) {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  transition: all .25s;

}

.cid-qrKR7qxpQx nav.opened .hamburger span:nth-child(4) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrKR7qxpQx .collapsed .btn {

  display: flex;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse {

  display: none !important;

  padding-right: 0 !important;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show {

  display: block !important;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing .navbar-nav,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show .navbar-nav {

  display: block;

  text-align: center;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show .navbar-nav .nav-item {

  clear: both;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing .navbar-buttons,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show .navbar-buttons {

  text-align: center;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show .navbar-buttons:last-child {

  margin-bottom: 1rem;

}

.cid-qrKR7qxpQx .collapsed button.navbar-toggler {

  display: block;

}

.cid-qrKR7qxpQx .collapsed .navbar-brand {

  margin-left: 1rem !important;

  margin-top: .5rem;

}

.cid-qrKR7qxpQx .collapsed .navbar-toggleable-sm {

  flex-direction: column;

  -webkit-flex-direction: column;

}

.cid-qrKR7qxpQx .collapsed .dropdown .dropdown-menu {

  width: 100%;

  text-align: center;

  position: relative;

  opacity: 0;

  display: block;

  height: 0;

  visibility: hidden;

  padding: 0;

  transition-duration: .5s;

  transition-property: opacity,padding,height;

}

.cid-qrKR7qxpQx .collapsed .dropdown.open > .dropdown-menu {

  position: relative;

  opacity: 1;

  height: auto;

  padding: 1.4rem 0;

  visibility: visible;

}

.cid-qrKR7qxpQx .collapsed .dropdown .dropdown-submenu {

  left: 0;

  text-align: center;

  width: 100%;

}

.cid-qrKR7qxpQx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

  margin-top: 0;

  position: inherit;

  right: 0;

  top: 50%;

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: .3em;

  vertical-align: middle;

  content: "";

  border-top: .30em solid;

  border-right: .30em solid transparent;

  border-left: .30em solid transparent;

}

@media (max-width: 991px) {

  .cid-qrKR7qxpQx img {

    height: 3.8rem !important;

  }

  .cid-qrKR7qxpQx .btn {

    display: flex;

  }

  .cid-qrKR7qxpQx button.navbar-toggler {

    display: block;

  }

  .cid-qrKR7qxpQx .navbar-brand {

    margin-left: 1rem !important;

    margin-top: .5rem;

  }

  .cid-qrKR7qxpQx .navbar-toggleable-sm {

    flex-direction: column;

    -webkit-flex-direction: column;

  }

  .cid-qrKR7qxpQx .navbar-collapse {

    display: none !important;

    padding-right: 0 !important;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing,

  .cid-qrKR7qxpQx .navbar-collapse.show {

    display: block !important;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing .navbar-nav,

  .cid-qrKR7qxpQx .navbar-collapse.show .navbar-nav {

    display: block;

    text-align: center;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing .navbar-nav .nav-item,

  .cid-qrKR7qxpQx .navbar-collapse.show .navbar-nav .nav-item {

    clear: both;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing .navbar-buttons,

  .cid-qrKR7qxpQx .navbar-collapse.show .navbar-buttons {

    text-align: center;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing .navbar-buttons:last-child,

  .cid-qrKR7qxpQx .navbar-collapse.show .navbar-buttons:last-child {

    margin-bottom: 1rem;

  }

  .cid-qrKR7qxpQx .dropdown .dropdown-menu {

    width: 100%;

    text-align: center;

    position: relative;

    opacity: 0;

    display: block;

    height: 0;

    visibility: hidden;

    padding: 0;

    transition-duration: .5s;

    transition-property: opacity,padding,height;

  }

  .cid-qrKR7qxpQx .dropdown.open > .dropdown-menu {

    position: relative;

    opacity: 1;

    height: auto;

    padding: 1.4rem 0;

    visibility: visible;

  }

  .cid-qrKR7qxpQx .dropdown .dropdown-submenu {

    left: 0;

    text-align: center;

    width: 100%;

  }

  .cid-qrKR7qxpQx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

    margin-top: 0;

    position: inherit;

    right: 0;

    top: 50%;

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .3em;

    vertical-align: middle;

    content: "";

    border-top: .30em solid;

    border-right: .30em solid transparent;

    border-left: .30em solid transparent;

  }

}

.cid-qrL1MP1GcC {

  background-image: url("../../../assets/images/city-bg-1920x1080.jpg");

}

.cid-qrL1MP1GcC .mbr-section-subtitle {

  letter-spacing: .2rem;

}

.cid-qrL1MP1GcC H1 {

  text-align: right;

}

.cid-qrKWRwcIdO {

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #ffffff;

}

.cid-qrKWRwcIdO .mbr-section-subtitle {

  color: #767676;

}

.cid-qrLrhdlxYU {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #efefef;

}

.cid-qrLrhdlxYU .card-img a {

  display: block;

  padding-top: 2rem;

}

.cid-qrLrhdlxYU .card-box {

  padding: 0 2rem;

}

.cid-qrLrhdlxYU .mbr-section-btn {

  padding-top: 1rem;

}

.cid-qrLrhdlxYU .mbr-section-btn a {

  margin-top: 1rem;

  margin-bottom: 0;

}

.cid-qrLrhdlxYU h4 {

  font-weight: 500;

  margin-bottom: 0;

  text-align: left;

  padding-top: 2rem;

}

.cid-qrLrhdlxYU p {

  margin-bottom: 0;

  text-align: left;

  padding-top: 1.5rem;

}

.cid-qrLrhdlxYU .mbr-text {

  color: #767676;

}

.cid-qrLrhdlxYU .card-wrapper {

  padding-bottom: 2rem;

  background: #ffffff;

  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

  transition: box-shadow 0.3s;

}

.cid-qrLrhdlxYU .card-wrapper:hover {

  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

  transition: box-shadow 0.3s;

}

.cid-qrLlCR6OEb {

  padding-top: 60px;

  padding-bottom: 15px;

  background-color: #ffffff;

}

.cid-qrLlCR6OEb .mbr-section-subtitle {

  color: #767676;

}

.cid-qrLlCR6OEb H2 {

  text-align: center;

}

.cid-qrLlA6buCD {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #f9f9f9;

}

.cid-qrLlA6buCD .mbr-text {

  color: #767676;

}

.cid-qrLlA6buCD h4 {

  text-align: center;

}

.cid-qrLlA6buCD p {

  text-align: center;

}

.cid-qrLlA6buCD .card-img span {

  font-size: 96px;

  color: #149dcc;

}

.cid-qrLlFVIPuv {

  padding-top: 90px;

  padding-bottom: 60px;

  background-image: url("../../../assets/images/henderson-shaw-commcercial-real-estate-2000x823.jpg");

}

.cid-qrLlIiNPmG {

  padding-top: 45px;

  padding-bottom: 30px;

  background-color: #fafafa;

}

.cid-qrLlIiNPmG h3 {

  text-align: center;

  font-weight: 300;

}

.cid-qrLlIiNPmG .progress {

  width: 100%;

}

.cid-qrLlIiNPmG .title-wrap {

  display: -webkit-flex;

  justify-content: space-between;

  -webkit-justify-content: space-between;

}

.cid-qrLlIiNPmG progress {

  height: 8px;

}

.cid-qrLlIiNPmG .progressbar-number {

  display: inline-block;

}

.cid-qrLlIiNPmG .progress-primary {

  background: rgba(206, 206, 206, 0.4);

  border: none;

  outline: none;

}

.cid-qrLlIiNPmG .progress-primary::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrLlIiNPmG .mbr-section-subtitle {

  color: #767676;

}

.cid-qrLlIiNPmG .section-content-title {

  font-weight: 500;

}

.cid-qrLlIiNPmG .progress_value {

  position: relative;

}

.cid-qrLlIiNPmG .progress1 .progressbar-number:before,

.cid-qrLlIiNPmG .progress2 .progressbar-number:before,

.cid-qrLlIiNPmG .progress3 .progressbar-number:before,

.cid-qrLlIiNPmG .progress4 .progressbar-number:before,

.cid-qrLlIiNPmG .progress5 .progressbar-number:before {

  position: absolute;

  right: 15px;

  top: 0;

}

.cid-qrLlIiNPmG progress[value]::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrLlIiNPmG progress::-webkit-progress-value {

  background: #149dcc;

}

.cid-qrLlIiNPmG progress[value]::-moz-progress-bar {

  background: #149dcc;

}

.cid-qrLlIiNPmG progress::-ms-fill {

  background: #149dcc;

}

.cid-qrLlIiNPmG .progress1 .progressbar-number:before {

  content: '100';

}

.cid-qrLlIiNPmG .progress2 .progressbar-number:before {

  content: '90';

}

.cid-qrLlIiNPmG .progress3 .progressbar-number:before {

  content: '80';

}

.cid-qrLlIiNPmG .progress4 .progressbar-number:before {

  content: '70';

}

.cid-qrLlIiNPmG .progress5 .progressbar-number:before {

  content: '60';

}

@media (min-width: 768px) {

  .cid-qrLlIiNPmG .text-elements {

    padding-right: 3rem;

  }

  .cid-qrLlIiNPmG .progress_elements {

    padding-left: 3rem;

  }

}

.cid-qrKSS5sk2l {

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #2e2e2e;

}

@media (max-width: 767px) {

  .cid-qrKSS5sk2l .content {

    text-align: center;

  }

  .cid-qrKSS5sk2l .content > div:not(:last-child) {

    margin-bottom: 2rem;

  }

}

@media (max-width: 767px) {

  .cid-qrKSS5sk2l .media-wrap {

    margin-bottom: 1rem;

  }

}

.cid-qrKSS5sk2l .media-wrap .mbr-iconfont-logo {

  font-size: 7.5rem;

  color: #f36;

}

.cid-qrKSS5sk2l .media-wrap img {

  height: 6rem;

}

@media (max-width: 767px) {

  .cid-qrKSS5sk2l .footer-lower .copyright {

    margin-bottom: 1rem;

    text-align: center;

  }

}

.cid-qrKSS5sk2l .footer-lower hr {

  margin: 1rem 0;

  border-color: #fff;

  opacity: .05;

}

.cid-qrKSS5sk2l .footer-lower .social-list {

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

}

.cid-qrKSS5sk2l .footer-lower .social-list .mbr-iconfont-social {

  font-size: 1.3rem;

  color: #fff;

}

.cid-qrKSS5sk2l .footer-lower .social-list .soc-item {

  margin: 0 .5rem;

}

.cid-qrKSS5sk2l .footer-lower .social-list a {

  margin: 0;

  opacity: .5;

  -webkit-transition: .2s linear;

  transition: .2s linear;

}

.cid-qrKSS5sk2l .footer-lower .social-list a:hover {

  opacity: 1;

}

@media (max-width: 767px) {

  .cid-qrKSS5sk2l .footer-lower .social-list {

    justify-content: center;

    -webkit-justify-content: center;

  }

}

.cid-qrKR7qxpQx .navbar {

  background: #464a4c;;

  transition: none;

  min-height: 77px;

  padding: .5rem 0;

}

.cid-qrKR7qxpQx .navbar-dropdown.bg-color.transparent.opened {

  background: #464a4c;

}

.cid-qrKR7qxpQx a {

  font-style: normal;

}

.cid-qrKR7qxpQx .nav-item span {

  padding-right: 0.4em;

  line-height: 0.5em;

  vertical-align: text-bottom;

  position: relative;

  top: -0.2em;

  text-decoration: none;

}

.cid-qrKR7qxpQx .nav-item a {

  padding: 0.7rem 0 !important;

  margin: 0rem .65rem !important;

}

.cid-qrKR7qxpQx .btn {

  padding: 0.4rem 1.5rem;

  display: inline-flex;

  align-items: center;

}

.cid-qrKR7qxpQx .btn .mbr-iconfont {

  font-size: 1.6rem;

}

.cid-qrKR7qxpQx .menu-logo {

  margin-right: auto;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand {

  display: flex;

  margin-left: 5rem;

  padding: 0;

  transition: padding .2s;

  min-height: 3.8rem;

  align-items: center;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-caption-wrap {

  display: flex;

  -webkit-align-items: center;

  align-items: center;

  word-break: break-word;

  min-width: 7rem;

  margin: .3rem 0;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {

  line-height: 1.2rem !important;

  padding-right: 2rem;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-logo {

  font-size: 4rem;

  transition: font-size 0.25s;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-logo img {

  display: flex;

}

.cid-qrKR7qxpQx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {

  transition: font-size 0.25s;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm .navbar-collapse {

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

  padding-right: 5rem;

  width: auto;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm .navbar-collapse .navbar-nav {

  flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

  padding-left: 0;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {

  -webkit-align-self: center;

  align-self: center;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {

  padding-left: 0;

  padding-bottom: 0;

}

.cid-qrKR7qxpQx .dropdown .dropdown-menu {

  background: #ffffff;

  display: none;

  position: absolute;

  min-width: 5rem;

  padding-top: 1.4rem;

  padding-bottom: 1.4rem;

  text-align: left;

}

.cid-qrKR7qxpQx .dropdown .dropdown-menu .dropdown-item {

  width: auto;

  padding: 0.235em 1.5385em 0.235em 1.5385em !important;

}

.cid-qrKR7qxpQx .dropdown .dropdown-menu .dropdown-item::after {

  right: 0.5rem;

}

.cid-qrKR7qxpQx .dropdown .dropdown-menu .dropdown-submenu {

  margin: 0;

}

.cid-qrKR7qxpQx .dropdown.open > .dropdown-menu {

  display: block;

}

.cid-qrKR7qxpQx .navbar-toggleable-sm.opened:after {

  position: absolute;

  width: 100vw;

  height: 100vh;

  content: '';

  background-color: rgba(0, 0, 0, 0.1);

  left: 0;

  bottom: 0;

  transform: translateY(100%);

  -webkit-transform: translateY(100%);

  z-index: 1000;

}

.cid-qrKR7qxpQx .navbar.navbar-short {

  min-height: 60px;

  transition: all .2s;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-toggler-right {

  top: 20px;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-logo a {

  font-size: 2.5rem !important;

  line-height: 2.5rem;

  transition: font-size 0.25s;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-logo a .mbr-iconfont {

  font-size: 2.5rem !important;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-logo a img {

  height: 3rem !important;

}

.cid-qrKR7qxpQx .navbar.navbar-short .navbar-brand {

  min-height: 3rem;

}

.cid-qrKR7qxpQx button.navbar-toggler {

  width: 31px;

  height: 18px;

  cursor: pointer;

  transition: all .2s;

  top: 1.5rem;

  right: 1rem;

}

.cid-qrKR7qxpQx button.navbar-toggler:focus {

  outline: none;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span {

  position: absolute;

  right: 0;

  width: 30px;

  height: 2px;

  border-right: 5px;

  background-color: #149dcc;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span:nth-child(1) {

  top: 0;

  transition: all .2s;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span:nth-child(2) {

  top: 8px;

  transition: all .15s;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span:nth-child(3) {

  top: 8px;

  transition: all .15s;

}

.cid-qrKR7qxpQx button.navbar-toggler .hamburger span:nth-child(4) {

  top: 16px;

  transition: all .2s;

}

.cid-qrKR7qxpQx nav.opened .hamburger span:nth-child(1) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrKR7qxpQx nav.opened .hamburger span:nth-child(2) {

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  transition: all .25s;

}

.cid-qrKR7qxpQx nav.opened .hamburger span:nth-child(3) {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  transition: all .25s;

}

.cid-qrKR7qxpQx nav.opened .hamburger span:nth-child(4) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrKR7qxpQx .collapsed .btn {

  display: flex;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse {

  display: none !important;

  padding-right: 0 !important;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show {

  display: block !important;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing .navbar-nav,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show .navbar-nav {

  display: block;

  text-align: center;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show .navbar-nav .nav-item {

  clear: both;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing .navbar-buttons,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show .navbar-buttons {

  text-align: center;

}

.cid-qrKR7qxpQx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,

.cid-qrKR7qxpQx .collapsed .navbar-collapse.show .navbar-buttons:last-child {

  margin-bottom: 1rem;

}

.cid-qrKR7qxpQx .collapsed button.navbar-toggler {

  display: block;

}

.cid-qrKR7qxpQx .collapsed .navbar-brand {

  margin-left: 1rem !important;

  margin-top: .5rem;

}

.cid-qrKR7qxpQx .collapsed .navbar-toggleable-sm {

  flex-direction: column;

  -webkit-flex-direction: column;

}

.cid-qrKR7qxpQx .collapsed .dropdown .dropdown-menu {

  width: 100%;

  text-align: center;

  position: relative;

  opacity: 0;

  display: block;

  height: 0;

  visibility: hidden;

  padding: 0;

  transition-duration: .5s;

  transition-property: opacity,padding,height;

}

.cid-qrKR7qxpQx .collapsed .dropdown.open > .dropdown-menu {

  position: relative;

  opacity: 1;

  height: auto;

  padding: 1.4rem 0;

  visibility: visible;

}

.cid-qrKR7qxpQx .collapsed .dropdown .dropdown-submenu {

  left: 0;

  text-align: center;

  width: 100%;

}

.cid-qrKR7qxpQx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

  margin-top: 0;

  position: inherit;

  right: 0;

  top: 50%;

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: .3em;

  vertical-align: middle;

  content: "";

  border-top: .30em solid;

  border-right: .30em solid transparent;

  border-left: .30em solid transparent;

}

@media (max-width: 991px) {

  .cid-qrKR7qxpQx img {

    height: 3.8rem !important;

  }

  .cid-qrKR7qxpQx .btn {

    display: flex;

  }

  .cid-qrKR7qxpQx button.navbar-toggler {

    display: block;

  }

  .cid-qrKR7qxpQx .navbar-brand {

    margin-left: 1rem !important;

    margin-top: .5rem;

  }

  .cid-qrKR7qxpQx .navbar-toggleable-sm {

    flex-direction: column;

    -webkit-flex-direction: column;

  }

  .cid-qrKR7qxpQx .navbar-collapse {

    display: none !important;

    padding-right: 0 !important;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing,

  .cid-qrKR7qxpQx .navbar-collapse.show {

    display: block !important;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing .navbar-nav,

  .cid-qrKR7qxpQx .navbar-collapse.show .navbar-nav {

    display: block;

    text-align: center;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing .navbar-nav .nav-item,

  .cid-qrKR7qxpQx .navbar-collapse.show .navbar-nav .nav-item {

    clear: both;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing .navbar-buttons,

  .cid-qrKR7qxpQx .navbar-collapse.show .navbar-buttons {

    text-align: center;

  }

  .cid-qrKR7qxpQx .navbar-collapse.collapsing .navbar-buttons:last-child,

  .cid-qrKR7qxpQx .navbar-collapse.show .navbar-buttons:last-child {

    margin-bottom: 1rem;

  }

  .cid-qrKR7qxpQx .dropdown .dropdown-menu {

    width: 100%;

    text-align: center;

    position: relative;

    opacity: 0;

    display: block;

    height: 0;

    visibility: hidden;

    padding: 0;

    transition-duration: .5s;

    transition-property: opacity,padding,height;

  }

  .cid-qrKR7qxpQx .dropdown.open > .dropdown-menu {

    position: relative;

    opacity: 1;

    height: auto;

    padding: 1.4rem 0;

    visibility: visible;

  }

  .cid-qrKR7qxpQx .dropdown .dropdown-submenu {

    left: 0;

    text-align: center;

    width: 100%;

  }

  .cid-qrKR7qxpQx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

    margin-top: 0;

    position: inherit;

    right: 0;

    top: 50%;

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .3em;

    vertical-align: middle;

    content: "";

    border-top: .30em solid;

    border-right: .30em solid transparent;

    border-left: .30em solid transparent;

  }

}

.cid-qrL7QYJd1e1 {

  padding-top: 100px;

  padding-bottom: 20px;

  background-image: url("../../../assets/images/met21-1920x1080.jpg");

}

.cid-qrL7QYJd1e4 {

  padding-top: 100px;

  padding-bottom: 20px;

  background-image: url("../../../assets/images/contact-info-1440x900.jpg");

}

.cid-qrL9uqNRUE {

  padding-top: 60px;

  padding-bottom: 30px;

  background-color: #ffffff;

}

.cid-qrL9uqNRUE .mbr-section-subtitle {

  color: #767676;

}

.cid-qrL81YQK04 {

  padding-top: 30px;

  padding-bottom: 15px;

  background-color: #ffffff;

}

@media (min-width: 992px) {

  .cid-qrL81YQK04 .mbr-figure {

    padding-right: 4rem;

  }

}

@media (max-width: 992px) {

  .cid-qrL81YQK04 .mbr-figure {

    padding-bottom: 1rem;

  }

}

.cid-qrL81YQK04 .mbr-text {

  color: #767676;

  text-align: left;

}

.cid-qrL8uMroHg {

  padding-top: 0px;

  padding-bottom: 0px;

  background-color: #ffffff;

}

.cid-qrL8uMroHg .counter-container {

  color: #767676;

}

.cid-qrL8uMroHg .counter-container ol {

  margin-bottom: 0;

  counter-reset: myCounter;

}

.cid-qrL8uMroHg .counter-container ol li {

  margin-bottom: 1rem;

}

.cid-qrL8uMroHg .counter-container ol li {

  list-style: none;

  padding-left: .5rem;

}

.cid-qrL8uMroHg .counter-container ol li:before {

  position: absolute;

  left: 0px;

  margin-top: -10px;

  counter-increment: myCounter;

  content: counter(myCounter);

  display: inline-block;

  text-align: center;

  margin: 5px 10px;

  line-height: 40px;

  transition: all .2s;

  color: #ffffff;

  background: #149dcc;

  width: 40px;

  height: 40px;

  border-radius: 50%;

}

.cid-qrL8I5wywA {

  padding-top: 15px;

  padding-bottom: 0px;

  background-color: #ffffff;

}

.cid-qrL8I5wywA .mbr-text,

.cid-qrL8I5wywA blockquote {

  color: #767676;

}

.cid-qrLApzB3eh {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #efefef;

}

.cid-qrLApzB3eh .card-img a {

  display: block;

  padding-top: 2rem;

}

.cid-qrLApzB3eh .card-box {

  padding: 0 2rem;

}

.cid-qrLApzB3eh .mbr-section-btn {

  padding-top: 1rem;

}

.cid-qrLApzB3eh .mbr-section-btn a {

  margin-top: 1rem;

  margin-bottom: 0;

}

.cid-qrLApzB3eh h4 {

  font-weight: 500;

  margin-bottom: 0;

  text-align: left;

  padding-top: 2rem;

}

.cid-qrLApzB3eh p {

  margin-bottom: 0;

  text-align: left;

  padding-top: 1.5rem;

}

.cid-qrLApzB3eh .mbr-text {

  color: #767676;

}

.cid-qrLApzB3eh .card-wrapper {

  padding-bottom: 2rem;

  background: #ffffff;

  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

  transition: box-shadow 0.3s;

}

.cid-qrLApzB3eh .card-wrapper:hover {

  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

  transition: box-shadow 0.3s;

}

.cid-qrLo9f3aH8 {

  padding-top: 60px;

  padding-bottom: 15px;

  background-color: #ffffff;

}

.cid-qrLo9f3aH8 .mbr-section-subtitle {

  color: #767676;

}

.cid-qrLo9f3aH8 H2 {

  text-align: center;

}

.cid-qrLoclfZeY {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #f9f9f9;

}

.cid-qrLoclfZeY .mbr-text {

  color: #767676;

}

.cid-qrLoclfZeY h4 {

  text-align: center;

}

.cid-qrLoclfZeY p {

  text-align: center;

}

.cid-qrLoclfZeY .card-img span {

  font-size: 96px;

  color: #149dcc;

}

.cid-qrLANxezYb {

  padding-top: 90px;

  padding-bottom: 60px;

  background-image: url("../../../assets/images/henderson-shaw-commcercial-real-estate-2000x823.jpg");

}

.cid-qrLnWrk8xz {

  padding-top: 45px;

  padding-bottom: 30px;

  background-color: #fafafa;

}

.cid-qrLnWrk8xz h3 {

  text-align: center;

  font-weight: 300;

}

.cid-qrLnWrk8xz .progress {

  width: 100%;

}

.cid-qrLnWrk8xz .title-wrap {

  display: -webkit-flex;

  justify-content: space-between;

  -webkit-justify-content: space-between;

}

.cid-qrLnWrk8xz progress {

  height: 8px;

}

.cid-qrLnWrk8xz .progressbar-number {

  display: inline-block;

}

.cid-qrLnWrk8xz .progress-primary {

  background: rgba(206, 206, 206, 0.4);

  border: none;

  outline: none;

}

.cid-qrLnWrk8xz .progress-primary::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrLnWrk8xz .mbr-section-subtitle {

  color: #767676;

}

.cid-qrLnWrk8xz .section-content-title {

  font-weight: 500;

}

.cid-qrLnWrk8xz .progress_value {

  position: relative;

}

.cid-qrLnWrk8xz .progress1 .progressbar-number:before,

.cid-qrLnWrk8xz .progress2 .progressbar-number:before,

.cid-qrLnWrk8xz .progress3 .progressbar-number:before,

.cid-qrLnWrk8xz .progress4 .progressbar-number:before,

.cid-qrLnWrk8xz .progress5 .progressbar-number:before {

  position: absolute;

  right: 15px;

  top: 0;

}

.cid-qrLnWrk8xz progress[value]::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrLnWrk8xz progress::-webkit-progress-value {

  background: #149dcc;

}

.cid-qrLnWrk8xz progress[value]::-moz-progress-bar {

  background: #149dcc;

}

.cid-qrLnWrk8xz progress::-ms-fill {

  background: #149dcc;

}

.cid-qrLnWrk8xz .progress1 .progressbar-number:before {

  content: '100';

}

.cid-qrLnWrk8xz .progress2 .progressbar-number:before {

  content: '90';

}

.cid-qrLnWrk8xz .progress3 .progressbar-number:before {

  content: '80';

}

.cid-qrLnWrk8xz .progress4 .progressbar-number:before {

  content: '70';

}

.cid-qrLnWrk8xz .progress5 .progressbar-number:before {

  content: '60';

}

@media (min-width: 768px) {

  .cid-qrLnWrk8xz .text-elements {

    padding-right: 3rem;

  }

  .cid-qrLnWrk8xz .progress_elements {

    padding-left: 3rem;

  }

}

.cid-qrLnTCpjR8 {

  padding-top: 90px;

  padding-bottom: 60px;

  background-image: url("../../../assets/images/city-bg-1920x1080.jpg");

}

.cid-qrLusgwLV0 {

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #2e2e2e;

}

@media (max-width: 767px) {

  .cid-qrLusgwLV0 .content {

    text-align: center;

  }

  .cid-qrLusgwLV0 .content > div:not(:last-child) {

    margin-bottom: 2rem;

  }

}

@media (max-width: 767px) {

  .cid-qrLusgwLV0 .media-wrap {

    margin-bottom: 1rem;

  }

}

.cid-qrLusgwLV0 .media-wrap .mbr-iconfont-logo {

  font-size: 7.5rem;

  color: #f36;

}

.cid-qrLusgwLV0 .media-wrap img {

  height: 6rem;

}

@media (max-width: 767px) {

  .cid-qrLusgwLV0 .footer-lower .copyright {

    margin-bottom: 1rem;

    text-align: center;

  }

}

.cid-qrLusgwLV0 .footer-lower hr {

  margin: 1rem 0;

  border-color: #fff;

  opacity: .05;

}

.cid-qrLusgwLV0 .footer-lower .social-list {

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

}

.cid-qrLusgwLV0 .footer-lower .social-list .mbr-iconfont-social {

  font-size: 1.3rem;

  color: #fff;

}

.cid-qrLusgwLV0 .footer-lower .social-list .soc-item {

  margin: 0 .5rem;

}

.cid-qrLusgwLV0 .footer-lower .social-list a {

  margin: 0;

  opacity: .5;

  -webkit-transition: .2s linear;

  transition: .2s linear;

}

.cid-qrLusgwLV0 .footer-lower .social-list a:hover {

  opacity: 1;

}

@media (max-width: 767px) {

  .cid-qrLusgwLV0 .footer-lower .social-list {

    justify-content: center;

    -webkit-justify-content: center;

  }

}

.cid-qrLpHA3WCX .navbar {

  background: #464a4c;

  transition: none;

  min-height: 77px;

  padding: .5rem 0;

}

.cid-qrLpHA3WCX .navbar-dropdown.bg-color.transparent.opened {

  background: #ffffff;

}

.cid-qrLpHA3WCX a {

  font-style: normal;

}

.cid-qrLpHA3WCX .nav-item span {

  padding-right: 0.4em;

  line-height: 0.5em;

  vertical-align: text-bottom;

  position: relative;

  top: -0.2em;

  text-decoration: none;

}

.cid-qrLpHA3WCX .nav-item a {

  padding: 0.7rem 0 !important;

  margin: 0rem .65rem !important;

}

.cid-qrLpHA3WCX .btn {

  padding: 0.4rem 1.5rem;

  display: inline-flex;

  align-items: center;

}

.cid-qrLpHA3WCX .btn .mbr-iconfont {

  font-size: 1.6rem;

}

.cid-qrLpHA3WCX .menu-logo {

  margin-right: auto;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand {

  display: flex;

  margin-left: 5rem;

  padding: 0;

  transition: padding .2s;

  min-height: 3.8rem;

  align-items: center;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-caption-wrap {

  display: flex;

  -webkit-align-items: center;

  align-items: center;

  word-break: break-word;

  min-width: 7rem;

  margin: .3rem 0;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {

  line-height: 1.2rem !important;

  padding-right: 2rem;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo {

  font-size: 4rem;

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo img {

  display: flex;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse {

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

  padding-right: 5rem;

  width: auto;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-nav {

  flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

  padding-left: 0;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {

  -webkit-align-self: center;

  align-self: center;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {

  padding-left: 0;

  padding-bottom: 0;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu {

  background: #ffffff;

  display: none;

  position: absolute;

  min-width: 5rem;

  padding-top: 1.4rem;

  padding-bottom: 1.4rem;

  text-align: left;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-item {

  width: auto;

  padding: 0.235em 1.5385em 0.235em 1.5385em !important;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-item::after {

  right: 0.5rem;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-submenu {

  margin: 0;

}

.cid-qrLpHA3WCX .dropdown.open > .dropdown-menu {

  display: block;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm.opened:after {

  position: absolute;

  width: 100vw;

  height: 100vh;

  content: '';

  background-color: rgba(0, 0, 0, 0.1);

  left: 0;

  bottom: 0;

  transform: translateY(100%);

  -webkit-transform: translateY(100%);

  z-index: 1000;

}

.cid-qrLpHA3WCX .navbar.navbar-short {

  min-height: 60px;

  transition: all .2s;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-toggler-right {

  top: 20px;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a {

  font-size: 2.5rem !important;

  line-height: 2.5rem;

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a .mbr-iconfont {

  font-size: 2.5rem !important;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a img {

  height: 3rem !important;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-brand {

  min-height: 3rem;

}

.cid-qrLpHA3WCX button.navbar-toggler {

  width: 31px;

  height: 18px;

  cursor: pointer;

  transition: all .2s;

  top: 1.5rem;

  right: 1rem;

}

.cid-qrLpHA3WCX button.navbar-toggler:focus {

  outline: none;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span {

  position: absolute;

  right: 0;

  width: 30px;

  height: 2px;

  border-right: 5px;

  background-color: #149dcc;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(1) {

  top: 0;

  transition: all .2s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(2) {

  top: 8px;

  transition: all .15s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(3) {

  top: 8px;

  transition: all .15s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(4) {

  top: 16px;

  transition: all .2s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(1) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(2) {

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  transition: all .25s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(3) {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  transition: all .25s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(4) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrLpHA3WCX .collapsed .btn {

  display: flex;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse {

  display: none !important;

  padding-right: 0 !important;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show {

  display: block !important;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-nav,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-nav {

  display: block;

  text-align: center;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-nav .nav-item {

  clear: both;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-buttons,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-buttons {

  text-align: center;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-buttons:last-child {

  margin-bottom: 1rem;

}

.cid-qrLpHA3WCX .collapsed button.navbar-toggler {

  display: block;

}

.cid-qrLpHA3WCX .collapsed .navbar-brand {

  margin-left: 1rem !important;

  margin-top: .5rem;

}

.cid-qrLpHA3WCX .collapsed .navbar-toggleable-sm {

  flex-direction: column;

  -webkit-flex-direction: column;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-menu {

  width: 100%;

  text-align: center;

  position: relative;

  opacity: 0;

  display: block;

  height: 0;

  visibility: hidden;

  padding: 0;

  transition-duration: .5s;

  transition-property: opacity,padding,height;

}

.cid-qrLpHA3WCX .collapsed .dropdown.open > .dropdown-menu {

  position: relative;

  opacity: 1;

  height: auto;

  padding: 1.4rem 0;

  visibility: visible;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-submenu {

  left: 0;

  text-align: center;

  width: 100%;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

  margin-top: 0;

  position: inherit;

  right: 0;

  top: 50%;

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: .3em;

  vertical-align: middle;

  content: "";

  border-top: .30em solid;

  border-right: .30em solid transparent;

  border-left: .30em solid transparent;

}

@media (max-width: 991px) {

  .cid-qrLpHA3WCX img {

    height: 3.8rem !important;

  }

  .cid-qrLpHA3WCX .btn {

    display: flex;

  }

  .cid-qrLpHA3WCX button.navbar-toggler {

    display: block;

  }

  .cid-qrLpHA3WCX .navbar-brand {

    margin-left: 1rem !important;

    margin-top: .5rem;

  }

  .cid-qrLpHA3WCX .navbar-toggleable-sm {

    flex-direction: column;

    -webkit-flex-direction: column;

  }

  .cid-qrLpHA3WCX .navbar-collapse {

    display: none !important;

    padding-right: 0 !important;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing,

  .cid-qrLpHA3WCX .navbar-collapse.show {

    display: block !important;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-nav,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-nav {

    display: block;

    text-align: center;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-nav .nav-item,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-nav .nav-item {

    clear: both;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-buttons,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-buttons {

    text-align: center;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-buttons:last-child,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-buttons:last-child {

    margin-bottom: 1rem;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-menu {

    width: 100%;

    text-align: center;

    position: relative;

    opacity: 0;

    display: block;

    height: 0;

    visibility: hidden;

    padding: 0;

    transition-duration: .5s;

    transition-property: opacity,padding,height;

  }

  .cid-qrLpHA3WCX .dropdown.open > .dropdown-menu {

    position: relative;

    opacity: 1;

    height: auto;

    padding: 1.4rem 0;

    visibility: visible;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-submenu {

    left: 0;

    text-align: center;

    width: 100%;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

    margin-top: 0;

    position: inherit;

    right: 0;

    top: 50%;

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .3em;

    vertical-align: middle;

    content: "";

    border-top: .30em solid;

    border-right: .30em solid transparent;

    border-left: .30em solid transparent;

  }

}

.cid-qrL7QYJd1e2 {

  padding-top: 100px;

  padding-bottom: 20px;

  background-image: url("../../../assets/images/henderson-shaw-commcercial-real-estate-2000x823.jpg");

}

.cid-qrL7QYJd1e2 H2 {

  color: #ffffff;

}

.cid-qrL7QYJd1e2 .mbr-section-subtitle {

  color: #ffffff;

}

.cid-qrL9uqNRUE {

  padding-top: 60px;

  padding-bottom: 30px;

  background-color: #ffffff;

}

.cid-qrL9uqNRUE .mbr-section-subtitle {

  color: #767676;

}

.cid-qrLaFUbm5L {

  padding-top: 15px;

  padding-bottom: 15px;

  background-color: #ffffff;

}

.cid-qrLaFUbm5L .mbr-slider .carousel-control {

  background: #1b1b1b;

}

.cid-qrLaFUbm5L .mbr-slider .carousel-control-prev {

  left: 0;

  margin-left: 2.5rem;

}

.cid-qrLaFUbm5L .mbr-slider .carousel-control-next {

  right: 0;

  margin-right: 2.5rem;

}

.cid-qrLaFUbm5L .mbr-slider .modal-body .close {

  background: #1b1b1b;

}

.cid-qrLaFUbm5L .mbr-gallery-item > div::before {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(to left, #554346, #45505b) !important;

  opacity: 0;

  -webkit-transition: 0.2s opacity ease-in-out;

  transition: 0.2s opacity ease-in-out;

}

.cid-qrLaFUbm5L .mbr-gallery-title {

  font-size: .9em;

  position: absolute;

  display: block;

  width: 100%;

  bottom: 0;

  padding: 1rem;

  color: #fff;

  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;

  -webkit-transition: 0.2s background ease-in-out;

  transition: 0.2s background ease-in-out;

}

.cid-qrLbsusqgu {

  padding-top: 15px;

  padding-bottom: 30px;

  background-color: #ffffff;

}

.cid-qrLbsusqgu .line {

  background-color: #149dcc;

  color: #149dcc;

  align: center;

  height: 2px;

  margin: 0 auto;

}

.cid-qrLbsusqgu .section-text {

  padding: 2rem 0;

}

.cid-qrLbsusqgu .inner-container {

  margin: 0 auto;

}

@media (max-width: 768px) {

  .cid-qrLbsusqgu .inner-container {

    width: 100% !important;

  }

}

.cid-qrLAUbuwxX {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #efefef;

}

.cid-qrLAUbuwxX .card-img a {

  display: block;

  padding-top: 2rem;

}

.cid-qrLAUbuwxX .card-box {

  padding: 0 2rem;

}

.cid-qrLAUbuwxX .mbr-section-btn {

  padding-top: 1rem;

}

.cid-qrLAUbuwxX .mbr-section-btn a {

  margin-top: 1rem;

  margin-bottom: 0;

}

.cid-qrLAUbuwxX h4 {

  font-weight: 500;

  margin-bottom: 0;

  text-align: left;

  padding-top: 2rem;

}

.cid-qrLAUbuwxX p {

  margin-bottom: 0;

  text-align: left;

  padding-top: 1.5rem;

}

.cid-qrLAUbuwxX .mbr-text {

  color: #767676;

}

.cid-qrLAUbuwxX .card-wrapper {

  padding-bottom: 2rem;

  background: #ffffff;

  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

  transition: box-shadow 0.3s;

}

.cid-qrLAUbuwxX .card-wrapper:hover {

  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

  transition: box-shadow 0.3s;

}

.cid-qrKReOnYus {

  padding-top: 60px;

  padding-bottom: 15px;

  background-color: #ffffff;

}

.cid-qrKReOnYus .mbr-section-subtitle {

  color: #767676;

}

.cid-qrKReOnYus H2 {

  text-align: center;

}

.cid-qrKS9whIEw {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #f9f9f9;

}

.cid-qrKS9whIEw .mbr-text {

  color: #767676;

}

.cid-qrKS9whIEw h4 {

  text-align: center;

}

.cid-qrKS9whIEw p {

  text-align: center;

}

.cid-qrKS9whIEw .card-img span {

  font-size: 96px;

  color: #149dcc;

}

.cid-qrKWsnurdb {

  padding-top: 60px;

  padding-bottom: 45px;

  background-image: url("../../../assets/images/city-bg-1920x1080.jpg");

}

.cid-qrKWyw6n1z {

  padding-top: 45px;

  padding-bottom: 30px;

  background-color: #fafafa;

}

.cid-qrKWyw6n1z h3 {

  text-align: center;

  font-weight: 300;

}

.cid-qrKWyw6n1z .progress {

  width: 100%;

}

.cid-qrKWyw6n1z .title-wrap {

  display: -webkit-flex;

  justify-content: space-between;

  -webkit-justify-content: space-between;

}

.cid-qrKWyw6n1z progress {

  height: 8px;

}

.cid-qrKWyw6n1z .progressbar-number {

  display: inline-block;

}

.cid-qrKWyw6n1z .progress-primary {

  background: rgba(206, 206, 206, 0.4);

  border: none;

  outline: none;

}

.cid-qrKWyw6n1z .progress-primary::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrKWyw6n1z .mbr-section-subtitle {

  color: #767676;

}

.cid-qrKWyw6n1z .section-content-title {

  font-weight: 500;

}

.cid-qrKWyw6n1z .progress_value {

  position: relative;

}

.cid-qrKWyw6n1z .progress1 .progressbar-number:before,

.cid-qrKWyw6n1z .progress2 .progressbar-number:before,

.cid-qrKWyw6n1z .progress3 .progressbar-number:before,

.cid-qrKWyw6n1z .progress4 .progressbar-number:before,

.cid-qrKWyw6n1z .progress5 .progressbar-number:before {

  position: absolute;

  right: 15px;

  top: 0;

}

.cid-qrKWyw6n1z progress[value]::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrKWyw6n1z progress::-webkit-progress-value {

  background: #149dcc;

}

.cid-qrKWyw6n1z progress[value]::-moz-progress-bar {

  background: #149dcc;

}

.cid-qrKWyw6n1z progress::-ms-fill {

  background: #149dcc;

}

.cid-qrKWyw6n1z .progress1 .progressbar-number:before {

  content: '100';

}

.cid-qrKWyw6n1z .progress2 .progressbar-number:before {

  content: '90';

}

.cid-qrKWyw6n1z .progress3 .progressbar-number:before {

  content: '80';

}

.cid-qrKWyw6n1z .progress4 .progressbar-number:before {

  content: '70';

}

.cid-qrKWyw6n1z .progress5 .progressbar-number:before {

  content: '60';

}

@media (min-width: 768px) {

  .cid-qrKWyw6n1z .text-elements {

    padding-right: 3rem;

  }

  .cid-qrKWyw6n1z .progress_elements {

    padding-left: 3rem;

  }

}

.cid-qrKRDT7HM8 {

  padding-top: 90px;

  padding-bottom: 60px;

  background-image: url("../../../assets/images/city-bg-1920x1080.jpg");

}

.cid-qrLuxIk6Fe {

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #2e2e2e;

}

@media (max-width: 767px) {

  .cid-qrLuxIk6Fe .content {

    text-align: center;

  }

  .cid-qrLuxIk6Fe .content > div:not(:last-child) {

    margin-bottom: 2rem;

  }

}

@media (max-width: 767px) {

  .cid-qrLuxIk6Fe .media-wrap {

    margin-bottom: 1rem;

  }

}

.cid-qrLuxIk6Fe .media-wrap .mbr-iconfont-logo {

  font-size: 7.5rem;

  color: #f36;

}

.cid-qrLuxIk6Fe .media-wrap img {

  height: 6rem;

}

@media (max-width: 767px) {

  .cid-qrLuxIk6Fe .footer-lower .copyright {

    margin-bottom: 1rem;

    text-align: center;

  }

}

.cid-qrLuxIk6Fe .footer-lower hr {

  margin: 1rem 0;

  border-color: #fff;

  opacity: .05;

}

.cid-qrLuxIk6Fe .footer-lower .social-list {

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

}

.cid-qrLuxIk6Fe .footer-lower .social-list .mbr-iconfont-social {

  font-size: 1.3rem;

  color: #fff;

}

.cid-qrLuxIk6Fe .footer-lower .social-list .soc-item {

  margin: 0 .5rem;

}

.cid-qrLuxIk6Fe .footer-lower .social-list a {

  margin: 0;

  opacity: .5;

  -webkit-transition: .2s linear;

  transition: .2s linear;

}

.cid-qrLuxIk6Fe .footer-lower .social-list a:hover {

  opacity: 1;

}

@media (max-width: 767px) {

  .cid-qrLuxIk6Fe .footer-lower .social-list {

    justify-content: center;

    -webkit-justify-content: center;

  }

}

.cid-qrLpHA3WCX .navbar {

  background: #464a4c;

  transition: none;

  min-height: 77px;

  padding: .5rem 0;

}

.cid-qrLpHA3WCX .navbar-dropdown.bg-color.transparent.opened {

  background: #ffffff;

}

.cid-qrLpHA3WCX a {

  font-style: normal;

}

.cid-qrLpHA3WCX .nav-item span {

  padding-right: 0.4em;

  line-height: 0.5em;

  vertical-align: text-bottom;

  position: relative;

  top: -0.2em;

  text-decoration: none;

}

.cid-qrLpHA3WCX .nav-item a {

  padding: 0.7rem 0 !important;

  margin: 0rem .65rem !important;

}

.cid-qrLpHA3WCX .btn {

  padding: 0.4rem 1.5rem;

  display: inline-flex;

  align-items: center;

}

.cid-qrLpHA3WCX .btn .mbr-iconfont {

  font-size: 1.6rem;

}

.cid-qrLpHA3WCX .menu-logo {

  margin-right: auto;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand {

  display: flex;

  margin-left: 5rem;

  padding: 0;

  transition: padding .2s;

  min-height: 3.8rem;

  align-items: center;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-caption-wrap {

  display: flex;

  -webkit-align-items: center;

  align-items: center;

  word-break: break-word;

  min-width: 7rem;

  margin: .3rem 0;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {

  line-height: 1.2rem !important;

  padding-right: 2rem;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo {

  font-size: 4rem;

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo img {

  display: flex;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse {

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

  padding-right: 5rem;

  width: auto;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-nav {

  flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

  padding-left: 0;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {

  -webkit-align-self: center;

  align-self: center;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {

  padding-left: 0;

  padding-bottom: 0;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu {

  background: #ffffff;

  display: none;

  position: absolute;

  min-width: 5rem;

  padding-top: 1.4rem;

  padding-bottom: 1.4rem;

  text-align: left;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-item {

  width: auto;

  padding: 0.235em 1.5385em 0.235em 1.5385em !important;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-item::after {

  right: 0.5rem;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-submenu {

  margin: 0;

}

.cid-qrLpHA3WCX .dropdown.open > .dropdown-menu {

  display: block;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm.opened:after {

  position: absolute;

  width: 100vw;

  height: 100vh;

  content: '';

  background-color: rgba(0, 0, 0, 0.1);

  left: 0;

  bottom: 0;

  transform: translateY(100%);

  -webkit-transform: translateY(100%);

  z-index: 1000;

}

.cid-qrLpHA3WCX .navbar.navbar-short {

  min-height: 60px;

  transition: all .2s;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-toggler-right {

  top: 20px;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a {

  font-size: 2.5rem !important;

  line-height: 2.5rem;

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a .mbr-iconfont {

  font-size: 2.5rem !important;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a img {

  height: 3rem !important;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-brand {

  min-height: 3rem;

}

.cid-qrLpHA3WCX button.navbar-toggler {

  width: 31px;

  height: 18px;

  cursor: pointer;

  transition: all .2s;

  top: 1.5rem;

  right: 1rem;

}

.cid-qrLpHA3WCX button.navbar-toggler:focus {

  outline: none;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span {

  position: absolute;

  right: 0;

  width: 30px;

  height: 2px;

  border-right: 5px;

  background-color: #149dcc;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(1) {

  top: 0;

  transition: all .2s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(2) {

  top: 8px;

  transition: all .15s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(3) {

  top: 8px;

  transition: all .15s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(4) {

  top: 16px;

  transition: all .2s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(1) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(2) {

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  transition: all .25s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(3) {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  transition: all .25s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(4) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrLpHA3WCX .collapsed .btn {

  display: flex;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse {

  display: none !important;

  padding-right: 0 !important;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show {

  display: block !important;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-nav,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-nav {

  display: block;

  text-align: center;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-nav .nav-item {

  clear: both;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-buttons,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-buttons {

  text-align: center;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-buttons:last-child {

  margin-bottom: 1rem;

}

.cid-qrLpHA3WCX .collapsed button.navbar-toggler {

  display: block;

}

.cid-qrLpHA3WCX .collapsed .navbar-brand {

  margin-left: 1rem !important;

  margin-top: .5rem;

}

.cid-qrLpHA3WCX .collapsed .navbar-toggleable-sm {

  flex-direction: column;

  -webkit-flex-direction: column;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-menu {

  width: 100%;

  text-align: center;

  position: relative;

  opacity: 0;

  display: block;

  height: 0;

  visibility: hidden;

  padding: 0;

  transition-duration: .5s;

  transition-property: opacity,padding,height;

}

.cid-qrLpHA3WCX .collapsed .dropdown.open > .dropdown-menu {

  position: relative;

  opacity: 1;

  height: auto;

  padding: 1.4rem 0;

  visibility: visible;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-submenu {

  left: 0;

  text-align: center;

  width: 100%;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

  margin-top: 0;

  position: inherit;

  right: 0;

  top: 50%;

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: .3em;

  vertical-align: middle;

  content: "";

  border-top: .30em solid;

  border-right: .30em solid transparent;

  border-left: .30em solid transparent;

}

@media (max-width: 991px) {

  .cid-qrLpHA3WCX img {

    height: 3.8rem !important;

  }

  .cid-qrLpHA3WCX .btn {

    display: flex;

  }

  .cid-qrLpHA3WCX button.navbar-toggler {

    display: block;

  }

  .cid-qrLpHA3WCX .navbar-brand {

    margin-left: 1rem !important;

    margin-top: .5rem;

  }

  .cid-qrLpHA3WCX .navbar-toggleable-sm {

    flex-direction: column;

    -webkit-flex-direction: column;

  }

  .cid-qrLpHA3WCX .navbar-collapse {

    display: none !important;

    padding-right: 0 !important;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing,

  .cid-qrLpHA3WCX .navbar-collapse.show {

    display: block !important;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-nav,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-nav {

    display: block;

    text-align: center;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-nav .nav-item,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-nav .nav-item {

    clear: both;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-buttons,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-buttons {

    text-align: center;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-buttons:last-child,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-buttons:last-child {

    margin-bottom: 1rem;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-menu {

    width: 100%;

    text-align: center;

    position: relative;

    opacity: 0;

    display: block;

    height: 0;

    visibility: hidden;

    padding: 0;

    transition-duration: .5s;

    transition-property: opacity,padding,height;

  }

  .cid-qrLpHA3WCX .dropdown.open > .dropdown-menu {

    position: relative;

    opacity: 1;

    height: auto;

    padding: 1.4rem 0;

    visibility: visible;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-submenu {

    left: 0;

    text-align: center;

    width: 100%;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

    margin-top: 0;

    position: inherit;

    right: 0;

    top: 50%;

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .3em;

    vertical-align: middle;

    content: "";

    border-top: .30em solid;

    border-right: .30em solid transparent;

    border-left: .30em solid transparent;

  }

}

.cid-qrL7QYJd1e3 {

  padding-top: 100px;

  padding-bottom: 20px;

  background-image: url("../../../assets/images/training-financial-performance-1-1500x1001.jpg");

}

.cid-qrLtMgnPnL {

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #ffffff;

}

.cid-qrLtMgnPnL .mbr-section-subtitle {

  color: #767676;

}

.cid-qrLAYiiwbF {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #efefef;

}

.cid-qrLAYiiwbF .card-img a {

  display: block;

  padding-top: 2rem;

}

.cid-qrLAYiiwbF .card-box {

  padding: 0 2rem;

}

.cid-qrLAYiiwbF .mbr-section-btn {

  padding-top: 1rem;

}

.cid-qrLAYiiwbF .mbr-section-btn a {

  margin-top: 1rem;

  margin-bottom: 0;

}

.cid-qrLAYiiwbF h4 {

  font-weight: 500;

  margin-bottom: 0;

  text-align: left;

  padding-top: 2rem;

}

.cid-qrLAYiiwbF p {

  margin-bottom: 0;

  text-align: left;

  padding-top: 1.5rem;

}

.cid-qrLAYiiwbF .mbr-text {

  color: #767676;

}

.cid-qrLAYiiwbF .card-wrapper {

  padding-bottom: 2rem;

  background: #ffffff;

  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

  transition: box-shadow 0.3s;

}

.cid-qrLAYiiwbF .card-wrapper:hover {

  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

  transition: box-shadow 0.3s;

}

.cid-qrKReOnYus {

  padding-top: 60px;

  padding-bottom: 15px;

  background-color: #ffffff;

}

.cid-qrKReOnYus .mbr-section-subtitle {

  color: #767676;

}

.cid-qrKReOnYus H2 {

  text-align: center;

}

.cid-qrKS9whIEw {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #f9f9f9;

}

.cid-qrKS9whIEw .mbr-text {

  color: #767676;

}

.cid-qrKS9whIEw h4 {

  text-align: center;

}

.cid-qrKS9whIEw p {

  text-align: center;

}

.cid-qrKS9whIEw .card-img span {

  font-size: 96px;

  color: #149dcc;

}

.cid-qrKWsnurdb {

  padding-top: 60px;

  padding-bottom: 45px;

  background-image: url("../../../assets/images/city-bg-1920x1080.jpg");

}

.cid-qrKWyw6n1z {

  padding-top: 45px;

  padding-bottom: 30px;

  background-color: #fafafa;

}

.cid-qrKWyw6n1z h3 {

  text-align: center;

  font-weight: 300;

}

.cid-qrKWyw6n1z .progress {

  width: 100%;

}

.cid-qrKWyw6n1z .title-wrap {

  display: -webkit-flex;

  justify-content: space-between;

  -webkit-justify-content: space-between;

}

.cid-qrKWyw6n1z progress {

  height: 8px;

}

.cid-qrKWyw6n1z .progressbar-number {

  display: inline-block;

}

.cid-qrKWyw6n1z .progress-primary {

  background: rgba(206, 206, 206, 0.4);

  border: none;

  outline: none;

}

.cid-qrKWyw6n1z .progress-primary::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrKWyw6n1z .mbr-section-subtitle {

  color: #767676;

}

.cid-qrKWyw6n1z .section-content-title {

  font-weight: 500;

}

.cid-qrKWyw6n1z .progress_value {

  position: relative;

}

.cid-qrKWyw6n1z .progress1 .progressbar-number:before,

.cid-qrKWyw6n1z .progress2 .progressbar-number:before,

.cid-qrKWyw6n1z .progress3 .progressbar-number:before,

.cid-qrKWyw6n1z .progress4 .progressbar-number:before,

.cid-qrKWyw6n1z .progress5 .progressbar-number:before {

  position: absolute;

  right: 15px;

  top: 0;

}

.cid-qrKWyw6n1z progress[value]::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrKWyw6n1z progress::-webkit-progress-value {

  background: #149dcc;

}

.cid-qrKWyw6n1z progress[value]::-moz-progress-bar {

  background: #149dcc;

}

.cid-qrKWyw6n1z progress::-ms-fill {

  background: #149dcc;

}

.cid-qrKWyw6n1z .progress1 .progressbar-number:before {

  content: '100';

}

.cid-qrKWyw6n1z .progress2 .progressbar-number:before {

  content: '90';

}

.cid-qrKWyw6n1z .progress3 .progressbar-number:before {

  content: '80';

}

.cid-qrKWyw6n1z .progress4 .progressbar-number:before {

  content: '70';

}

.cid-qrKWyw6n1z .progress5 .progressbar-number:before {

  content: '60';

}

@media (min-width: 768px) {

  .cid-qrKWyw6n1z .text-elements {

    padding-right: 3rem;

  }

  .cid-qrKWyw6n1z .progress_elements {

    padding-left: 3rem;

  }

}

.cid-qrKRDT7HM8 {

  padding-top: 90px;

  padding-bottom: 20px;

  background-image: url("../../../assets/images/city-bg-1920x1080.jpg");

}

.cid-qrLuC5TBIp {

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #2e2e2e;

}

@media (max-width: 767px) {

  .cid-qrLuC5TBIp .content {

    text-align: center;

  }

  .cid-qrLuC5TBIp .content > div:not(:last-child) {

    margin-bottom: 2rem;

  }

}

@media (max-width: 767px) {

  .cid-qrLuC5TBIp .media-wrap {

    margin-bottom: 1rem;

  }

}

.cid-qrLuC5TBIp .media-wrap .mbr-iconfont-logo {

  font-size: 7.5rem;

  color: #f36;

}

.cid-qrLuC5TBIp .media-wrap img {

  height: 6rem;

}

@media (max-width: 767px) {

  .cid-qrLuC5TBIp .footer-lower .copyright {

    margin-bottom: 1rem;

    text-align: center;

  }

}

.cid-qrLuC5TBIp .footer-lower hr {

  margin: 1rem 0;

  border-color: #fff;

  opacity: .05;

}

.cid-qrLuC5TBIp .footer-lower .social-list {

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

}

.cid-qrLuC5TBIp .footer-lower .social-list .mbr-iconfont-social {

  font-size: 1.3rem;

  color: #fff;

}

.cid-qrLuC5TBIp .footer-lower .social-list .soc-item {

  margin: 0 .5rem;

}

.cid-qrLuC5TBIp .footer-lower .social-list a {

  margin: 0;

  opacity: .5;

  -webkit-transition: .2s linear;

  transition: .2s linear;

}

.cid-qrLuC5TBIp .footer-lower .social-list a:hover {

  opacity: 1;

}

@media (max-width: 767px) {

  .cid-qrLuC5TBIp .footer-lower .social-list {

    justify-content: center;

    -webkit-justify-content: center;

  }

}

.cid-qrLpHA3WCX .navbar {

  background: #464a4c;

  transition: none;

  min-height: 77px;

  padding: .5rem 0;

}

.cid-qrLpHA3WCX .navbar-dropdown.bg-color.transparent.opened {

  background: #464a4c;

}

.cid-qrLpHA3WCX a {

  font-style: normal;

}

.cid-qrLpHA3WCX .nav-item span {

  padding-right: 0.4em;

  line-height: 0.5em;

  vertical-align: text-bottom;

  position: relative;

  top: -0.2em;

  text-decoration: none;

}

.cid-qrLpHA3WCX .nav-item a {

  padding: 0.7rem 0 !important;

  margin: 0rem .65rem !important;

}

.cid-qrLpHA3WCX .btn {

  padding: 0.4rem 1.5rem;

  display: inline-flex;

  align-items: center;

}

.cid-qrLpHA3WCX .btn .mbr-iconfont {

  font-size: 1.6rem;

}

.cid-qrLpHA3WCX .menu-logo {

  margin-right: auto;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand {

  display: flex;

  margin-left: 5rem;

  padding: 0;

  transition: padding .2s;

  min-height: 3.8rem;

  align-items: center;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-caption-wrap {

  display: flex;

  -webkit-align-items: center;

  align-items: center;

  word-break: break-word;

  min-width: 7rem;

  margin: .3rem 0;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {

  line-height: 1.2rem !important;

  padding-right: 2rem;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo {

  font-size: 4rem;

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo img {

  display: flex;

}

.cid-qrLpHA3WCX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse {

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

  padding-right: 5rem;

  width: auto;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-nav {

  flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

  padding-left: 0;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {

  -webkit-align-self: center;

  align-self: center;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {

  padding-left: 0;

  padding-bottom: 0;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu {

  background: #ffffff;

  display: none;

  position: absolute;

  min-width: 5rem;

  padding-top: 1.4rem;

  padding-bottom: 1.4rem;

  text-align: left;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-item {

  width: auto;

  padding: 0.235em 1.5385em 0.235em 1.5385em !important;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-item::after {

  right: 0.5rem;

}

.cid-qrLpHA3WCX .dropdown .dropdown-menu .dropdown-submenu {

  margin: 0;

}

.cid-qrLpHA3WCX .dropdown.open > .dropdown-menu {

  display: block;

}

.cid-qrLpHA3WCX .navbar-toggleable-sm.opened:after {

  position: absolute;

  width: 100vw;

  height: 100vh;

  content: '';

  background-color: rgba(0, 0, 0, 0.1);

  left: 0;

  bottom: 0;

  transform: translateY(100%);

  -webkit-transform: translateY(100%);

  z-index: 1000;

}

.cid-qrLpHA3WCX .navbar.navbar-short {

  min-height: 60px;

  transition: all .2s;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-toggler-right {

  top: 20px;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a {

  font-size: 2.5rem !important;

  line-height: 2.5rem;

  transition: font-size 0.25s;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a .mbr-iconfont {

  font-size: 2.5rem !important;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-logo a img {

  height: 3rem !important;

}

.cid-qrLpHA3WCX .navbar.navbar-short .navbar-brand {

  min-height: 3rem;

}

.cid-qrLpHA3WCX button.navbar-toggler {

  width: 31px;

  height: 18px;

  cursor: pointer;

  transition: all .2s;

  top: 1.5rem;

  right: 1rem;

}

.cid-qrLpHA3WCX button.navbar-toggler:focus {

  outline: none;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span {

  position: absolute;

  right: 0;

  width: 30px;

  height: 2px;

  border-right: 5px;

  background-color: #149dcc;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(1) {

  top: 0;

  transition: all .2s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(2) {

  top: 8px;

  transition: all .15s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(3) {

  top: 8px;

  transition: all .15s;

}

.cid-qrLpHA3WCX button.navbar-toggler .hamburger span:nth-child(4) {

  top: 16px;

  transition: all .2s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(1) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(2) {

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  transition: all .25s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(3) {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  transition: all .25s;

}

.cid-qrLpHA3WCX nav.opened .hamburger span:nth-child(4) {

  top: 8px;

  width: 0;

  opacity: 0;

  right: 50%;

  transition: all .2s;

}

.cid-qrLpHA3WCX .collapsed .btn {

  display: flex;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse {

  display: none !important;

  padding-right: 0 !important;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show {

  display: block !important;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-nav,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-nav {

  display: block;

  text-align: center;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-nav .nav-item {

  clear: both;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-buttons,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-buttons {

  text-align: center;

}

.cid-qrLpHA3WCX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,

.cid-qrLpHA3WCX .collapsed .navbar-collapse.show .navbar-buttons:last-child {

  margin-bottom: 1rem;

}

.cid-qrLpHA3WCX .collapsed button.navbar-toggler {

  display: block;

}

.cid-qrLpHA3WCX .collapsed .navbar-brand {

  margin-left: 1rem !important;

  margin-top: .5rem;

}

.cid-qrLpHA3WCX .collapsed .navbar-toggleable-sm {

  flex-direction: column;

  -webkit-flex-direction: column;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-menu {

  width: 100%;

  text-align: center;

  position: relative;

  opacity: 0;

  display: block;

  height: 0;

  visibility: hidden;

  padding: 0;

  transition-duration: .5s;

  transition-property: opacity,padding,height;

}

.cid-qrLpHA3WCX .collapsed .dropdown.open > .dropdown-menu {

  position: relative;

  opacity: 1;

  height: auto;

  padding: 1.4rem 0;

  visibility: visible;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-submenu {

  left: 0;

  text-align: center;

  width: 100%;

}

.cid-qrLpHA3WCX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

  margin-top: 0;

  position: inherit;

  right: 0;

  top: 50%;

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: .3em;

  vertical-align: middle;

  content: "";

  border-top: .30em solid;

  border-right: .30em solid transparent;

  border-left: .30em solid transparent;

}

@media (max-width: 991px) {

  .cid-qrLpHA3WCX img {

    height: 3.8rem !important;

  }

  .cid-qrLpHA3WCX .btn {

    display: flex;

  }

  .cid-qrLpHA3WCX button.navbar-toggler {

    display: block;

  }

  .cid-qrLpHA3WCX .navbar-brand {

    margin-left: 1rem !important;

    margin-top: .5rem;

  }

  .cid-qrLpHA3WCX .navbar-toggleable-sm {

    flex-direction: column;

    -webkit-flex-direction: column;

  }

  .cid-qrLpHA3WCX .navbar-collapse {

    display: none !important;

    padding-right: 0 !important;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing,

  .cid-qrLpHA3WCX .navbar-collapse.show {

    display: block !important;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-nav,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-nav {

    display: block;

    text-align: center;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-nav .nav-item,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-nav .nav-item {

    clear: both;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-buttons,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-buttons {

    text-align: center;

  }

  .cid-qrLpHA3WCX .navbar-collapse.collapsing .navbar-buttons:last-child,

  .cid-qrLpHA3WCX .navbar-collapse.show .navbar-buttons:last-child {

    margin-bottom: 1rem;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-menu {

    width: 100%;

    text-align: center;

    position: relative;

    opacity: 0;

    display: block;

    height: 0;

    visibility: hidden;

    padding: 0;

    transition-duration: .5s;

    transition-property: opacity,padding,height;

  }

  .cid-qrLpHA3WCX .dropdown.open > .dropdown-menu {

    position: relative;

    opacity: 1;

    height: auto;

    padding: 1.4rem 0;

    visibility: visible;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-submenu {

    left: 0;

    text-align: center;

    width: 100%;

  }

  .cid-qrLpHA3WCX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {

    margin-top: 0;

    position: inherit;

    right: 0;

    top: 50%;

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .3em;

    vertical-align: middle;

    content: "";

    border-top: .30em solid;

    border-right: .30em solid transparent;

    border-left: .30em solid transparent;

  }

}



.cid-qrLt5EUp6A {

  padding-top: 90px;

  padding-bottom: 90px;

  background-color: #ffffff;

}

.cid-qrLt5EUp6A .title {

  margin-bottom: 2rem;

}

.cid-qrLt5EUp6A .mbr-section-subtitle {

  color: #767676;

}

.cid-qrLt5EUp6A a:not([href]):not([tabindex]) {

  color: #fff;

  border-radius: 3px;

}

.cid-qrLt5EUp6A a.btn-white:not([href]):not([tabindex]) {

  color: #333;

}

.cid-qrLt5EUp6A .multi-horizontal {

  flex-grow: 1;

  -webkit-flex-grow: 1;

  max-width: 100%;

}

.cid-qrLt5EUp6A .input-group-btn {

  display: block;

  text-align: center;

}

.cid-qrLB14XQPk {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #efefef;

}

.cid-qrLB14XQPk .card-img a {

  display: block;

  padding-top: 2rem;

}

.cid-qrLB14XQPk .card-box {

  padding: 0 2rem;

}

.cid-qrLB14XQPk .mbr-section-btn {

  padding-top: 1rem;

}

.cid-qrLB14XQPk .mbr-section-btn a {

  margin-top: 1rem;

  margin-bottom: 0;

}

.cid-qrLB14XQPk h4 {

  font-weight: 500;

  margin-bottom: 0;

  text-align: left;

  padding-top: 2rem;

}

.cid-qrLB14XQPk p {

  margin-bottom: 0;

  text-align: left;

  padding-top: 1.5rem;

}

.cid-qrLB14XQPk .mbr-text {

  color: #767676;

}

.cid-qrLB14XQPk .card-wrapper {

  padding-bottom: 2rem;

  background: #ffffff;

  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

  transition: box-shadow 0.3s;

}

.cid-qrLB14XQPk .card-wrapper:hover {

  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

  transition: box-shadow 0.3s;

}

.cid-qrKReOnYus {

  padding-top: 60px;

  padding-bottom: 15px;

  background-color: #ffffff;

}

.cid-qrKReOnYus .mbr-section-subtitle {

  color: #767676;

}

.cid-qrKReOnYus H2 {

  text-align: center;

}

.cid-qrKS9whIEw {

  padding-top: 30px;

  padding-bottom: 45px;

  background-color: #f9f9f9;

}

.cid-qrKS9whIEw .mbr-text {

  color: #767676;

}

.cid-qrKS9whIEw h4 {

  text-align: center;

}

.cid-qrKS9whIEw p {

  text-align: center;

}

.cid-qrKS9whIEw .card-img span {

  font-size: 96px;

  color: #149dcc;

}

.cid-qrKWsnurdb {

  padding-top: 60px;

  padding-bottom: 45px;

  background-image: url("../../../assets/images/city-bg-1920x1080.jpg");

}

.cid-qrKWyw6n1z {

  padding-top: 45px;

  padding-bottom: 30px;

  background-color: #fafafa;

}

.cid-qrKWyw6n1z h3 {

  text-align: center;

  font-weight: 300;

}

.cid-qrKWyw6n1z .progress {

  width: 100%;

}

.cid-qrKWyw6n1z .title-wrap {

  display: -webkit-flex;

  justify-content: space-between;

  -webkit-justify-content: space-between;

}

.cid-qrKWyw6n1z progress {

  height: 8px;

}

.cid-qrKWyw6n1z .progressbar-number {

  display: inline-block;

}

.cid-qrKWyw6n1z .progress-primary {

  background: rgba(206, 206, 206, 0.4);

  border: none;

  outline: none;

}

.cid-qrKWyw6n1z .progress-primary::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrKWyw6n1z .mbr-section-subtitle {

  color: #767676;

}

.cid-qrKWyw6n1z .section-content-title {

  font-weight: 500;

}

.cid-qrKWyw6n1z .progress_value {

  position: relative;

}

.cid-qrKWyw6n1z .progress1 .progressbar-number:before,

.cid-qrKWyw6n1z .progress2 .progressbar-number:before,

.cid-qrKWyw6n1z .progress3 .progressbar-number:before,

.cid-qrKWyw6n1z .progress4 .progressbar-number:before,

.cid-qrKWyw6n1z .progress5 .progressbar-number:before {

  position: absolute;

  right: 15px;

  top: 0;

}

.cid-qrKWyw6n1z progress[value]::-webkit-progress-bar {

  background: rgba(206, 206, 206, 0.4);

}

.cid-qrKWyw6n1z progress::-webkit-progress-value {

  background: #149dcc;

}

.cid-qrKWyw6n1z progress[value]::-moz-progress-bar {

  background: #149dcc;

}

.cid-qrKWyw6n1z progress::-ms-fill {

  background: #149dcc;

}

.cid-qrKWyw6n1z .progress1 .progressbar-number:before {

  content: '100';

}

.cid-qrKWyw6n1z .progress2 .progressbar-number:before {

  content: '90';

}

.cid-qrKWyw6n1z .progress3 .progressbar-number:before {

  content: '80';

}

.cid-qrKWyw6n1z .progress4 .progressbar-number:before {

  content: '70';

}

.cid-qrKWyw6n1z .progress5 .progressbar-number:before {

  content: '60';

}

@media (min-width: 768px) {

  .cid-qrKWyw6n1z .text-elements {

    padding-right: 3rem;

  }

  .cid-qrKWyw6n1z .progress_elements {

    padding-left: 3rem;

  }

}

.cid-qrKRDT7HM8 {

  padding-top: 90px;

  padding-bottom: 60px;

  background-image: url("../../../assets/images/city-bg-1920x1080.jpg");

}

.cid-qrLuGlB0jt {

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #2e2e2e;

}

@media (max-width: 767px) {

  .cid-qrLuGlB0jt .content {

    text-align: center;

  }

  .cid-qrLuGlB0jt .content > div:not(:last-child) {

    margin-bottom: 2rem;

  }

}

@media (max-width: 767px) {

  .cid-qrLuGlB0jt .media-wrap {

    margin-bottom: 1rem;

  }

}

.cid-qrLuGlB0jt .media-wrap .mbr-iconfont-logo {

  font-size: 7.5rem;

  color: #f36;

}

.cid-qrLuGlB0jt .media-wrap img {

  height: 6rem;

}

@media (max-width: 767px) {

  .cid-qrLuGlB0jt .footer-lower .copyright {

    margin-bottom: 1rem;

    text-align: center;

  }

}

.cid-qrLuGlB0jt .footer-lower hr {

  margin: 1rem 0;

  border-color: #fff;

  opacity: .05;

}

.cid-qrLuGlB0jt .footer-lower .social-list {

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-end;

  -webkit-justify-content: flex-end;

}

.cid-qrLuGlB0jt .footer-lower .social-list .mbr-iconfont-social {

  font-size: 1.3rem;

  color: #fff;

}

.cid-qrLuGlB0jt .footer-lower .social-list .soc-item {

  margin: 0 .5rem;

}

.cid-qrLuGlB0jt .footer-lower .social-list a {

  margin: 0;

  opacity: .5;

  -webkit-transition: .2s linear;

  transition: .2s linear;

}

.cid-qrLuGlB0jt .footer-lower .social-list a:hover {

  opacity: 1;

}

@media (max-width: 767px) {

  .cid-qrLuGlB0jt .footer-lower .social-list {

    justify-content: center;

    -webkit-justify-content: center;

  }

}







/*BACK TOP TOP*/

.back-top {

  width: 90px;

  height: 90px;

  line-height: 0px;

  padding: 13px 14px !important;

  position: fixed !important;

  bottom: 2px;

  right: 2px;

  border-radius: 3px;

  display: block;

  text-align: center;

  z-index: 9999;

  visibility: hidden;

  opacity: 0;

  transform: translateY(50%);

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.back-top i {

  font-size: 12px;

  color: #ffffff;

  margin: 0 !important;

  display: block;

}



.back-top.btn-show {

  visibility: visible;

  opacity: 1;

  transform: translateY(0%);

}



/*PRE LOADER*/

.preloader {

  background-color: #ffffff;

  position: fixed;

  z-index: 999999;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

}



.preloader img {

  position: absolute;

  top: 50%;

  left: 50%;

  text-align: center;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



/*Animation delay*/

.dealy-200 {

  -webkit-animation-delay: .2s;

  animation-delay: .2s;

}



.dealy-500 {

  -webkit-animation-delay: .5s;

  animation-delay: .5s;

}



.dealy-700 {

  -webkit-animation-delay: .7s;

  animation-delay: .7s;

}



.dealy-1000 {

  -webkit-animation-delay: 1s;

  animation-delay: 1s;

}



.dealy-1500 {

  -webkit-animation-delay: 1.5s;

  animation-delay: 1.5s;

}



.dealy-2000 {

  -webkit-animation-delay: 2s;

  animation-delay: 2s;

}



.dealy-2500 {

  -webkit-animation-delay: 2.5s;

  animation-delay: 2.5s;

}



.dealy-3000 {

  -webkit-animation-delay: 3s;

  animation-delay: 3s;

}



/*===============================

      INNERPAGE BANNER

=================================*/

.innerpage-banner {

  position: relative;

}



.innerpage-banner h1 {

  font-size: 2.1875rem;

  font-weight: 600;

}



.innerpage-banner h6 {

  margin-bottom: 0;

}



.innerpage-banner .breadcrumb {

  position: absolute;

}



.innerpage-banner.center {

  text-align: center;

}



.innerpage-banner.center h6 {

  margin-bottom: 50px;

}



.innerpage-banner.center .breadcrumb {

  left: 0px;

  top: 100%;

  right: 0;

  display: block;

}



.innerpage-banner.right {

  text-align: right;

}



.innerpage-banner.right .breadcrumb {

  left: 15px;

  top: 50%;

  width: auto;

  margin-top: -10px;

}



.innerpage-banner.left {

  text-align: left;

}



.innerpage-banner.left .breadcrumb {

  right: 15px;

  top: 50%;

  width: auto;

  margin-top: -10px;

}



.breadcrumb {

  background: transparent;

  padding: 0;

}



.breadcrumb .breadcrumb-item {

  display: inline-block;

}



.breadcrumb .breadcrumb-item a i {

  font-size: 12px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.breadcrumb .breadcrumb-item a:hover i {

  color: #4cbd89;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.breadcrumb > .breadcrumb-item + .breadcrumb-item:before {

  content: "\f111" !important;

  padding: 0 12px 0 0px !important;

  font-family: 'FontAwesome';

  font-size: 7px;

  vertical-align: middle;

  color: #ffffff !important;

}



/*===============================

      CONTACT PAGE

=================================*/

/*Google map*/

.contact-map .map-wrapper {

  height: 448px;

  width: 100%;

}



.contact-map iframe {

  height: 300px;

  width: 100%;

}



.contact-box .contact-info {

  margin-bottom: 30px;

}



.contact-box .contact-box-icon {

  font-size: 24px;

}



/*===============================

      TIMELINE 

=================================*/

.timeline-dot {

  height: 30px;

  width: 30px;

  display: block;

  border: solid 2px #efefef;

  background: #ffffff;

  text-align: center;

  margin: 0 auto;

  border-radius: 50%;

  vertical-align: middle;

  position: absolute;

  top: 50%;

  transform: translate3d(0, -50%, 0);

  left: 0;

  right: 0;

  margin: 0 auto;

}



.timeline-line:before {

  content: "";

  position: absolute;

  width: 2px;

  background: #efefef;

  height: 100%;

  display: block;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}



.timeline-top:before {

  background: #efefef;

  position: absolute;

  height: 3px;

  width: 50px;

  display: block;

  content: "";

  top: 0;

  left: 50%;

  margin-left: -25px;

}



/*Error page*/

.error-page {

  padding: 10rem 0;

}



.error-page h2 {

  font-size: 200px;

  line-height: 150px;

  font-weight: bold;

}



.error-page h3 {

  font-size: 50px;

  display: block;

  line-height: 50px;

}



.logo-auth {

  height: 44px;

  display: block;

  max-width: 100%;

  width: auto;

}



