/*@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i);*/





body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section {
    font-size: 20px !important;
}
.mbr-section-title .cid-rxbNwCbyJG h2, .cid-rxbNwCbyJG h3, .cid-rxbNwCbyJG h4, .cid-rxbNwCbyJG p {
  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-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.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: #4284df !important;
}
.bg-success {
  background-color: #ff0000 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-primary:before {
  background-color: #1f5eb6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-secondary:before {
  background-color: #1f5eb6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-success:before {
  /*background-color: #b30000 !important;*/
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-primary-outline:before {
  background-color: #4284df;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-secondary-outline:before {
  background-color: #4284df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #ff0000;
}
.btn-success-outline:before {
  background-color: #ff0000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4284df;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #4284df !important;
}
.text-secondary {
  color: #4284df !important;
}
.text-success {
  color: #ff0000 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1b53a0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1b53a0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #990000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4284df;
  border-color: #4284df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #4284df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0f6fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}
.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: #4284df;
  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 {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #4284df;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #4284df;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #4284df;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4284df;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #4284df;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.display-7 {
  font-weight: 300;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4284df;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4284df;
  border-bottom-color: #4284df;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4284df !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4284df !important;
  box-shadow: none !important;
}
.cid-rxbZhqxnqg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxbZhqxnqg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rxbZhqxnqg a {
  font-style: normal;
}
.cid-rxbZhqxnqg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxbZhqxnqg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rxbZhqxnqg .nav-item:focus,
.cid-rxbZhqxnqg .nav-link:focus {
  outline: none;
}
.cid-rxbZhqxnqg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxbZhqxnqg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxbZhqxnqg .menu-logo {
  margin-right: auto;
}
.cid-rxbZhqxnqg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxbZhqxnqg .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-rxbZhqxnqg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rxbZhqxnqg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxbZhqxnqg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxbZhqxnqg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxbZhqxnqg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxbZhqxnqg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rxbZhqxnqg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxbZhqxnqg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxbZhqxnqg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxbZhqxnqg .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxbZhqxnqg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rxbZhqxnqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxbZhqxnqg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxbZhqxnqg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxbZhqxnqg .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-rxbZhqxnqg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxbZhqxnqg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxbZhqxnqg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxbZhqxnqg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxbZhqxnqg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxbZhqxnqg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxbZhqxnqg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxbZhqxnqg button.navbar-toggler:focus {
  outline: none;
}
.cid-rxbZhqxnqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
  margin: 20px 20px 0px 0px;
}
.cid-rxbZhqxnqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 8px;
  transition: all .2s;
}
.cid-rxbZhqxnqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 16px;
  transition: all .15s;
}
.cid-rxbZhqxnqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all .15s;
}
.cid-rxbZhqxnqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 32px;
  transition: all .2s;
}
.cid-rxbZhqxnqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxbZhqxnqg nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
    margin: 25px 25px 0px 0px
}
.cid-rxbZhqxnqg nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
    margin: 18px 25px 0px 0px
}
.cid-rxbZhqxnqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxbZhqxnqg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxbZhqxnqg .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxbZhqxnqg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxbZhqxnqg .collapsed .navbar-collapse.collapsing,
.cid-rxbZhqxnqg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rxbZhqxnqg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxbZhqxnqg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxbZhqxnqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxbZhqxnqg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxbZhqxnqg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxbZhqxnqg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxbZhqxnqg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxbZhqxnqg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rxbZhqxnqg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rxbZhqxnqg .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxbZhqxnqg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxbZhqxnqg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxbZhqxnqg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxbZhqxnqg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxbZhqxnqg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxbZhqxnqg .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-rxbZhqxnqg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxbZhqxnqg img {
    height: 3.8rem !important;
  }
  .cid-rxbZhqxnqg .btn {
    display: -webkit-flex;
  }
  .cid-rxbZhqxnqg button.navbar-toggler {
    display: block;
  }
  .cid-rxbZhqxnqg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxbZhqxnqg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxbZhqxnqg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxbZhqxnqg .navbar-collapse.collapsing,
  .cid-rxbZhqxnqg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rxbZhqxnqg .navbar-collapse.collapsing .navbar-nav,
  .cid-rxbZhqxnqg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxbZhqxnqg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxbZhqxnqg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxbZhqxnqg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxbZhqxnqg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxbZhqxnqg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxbZhqxnqg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxbZhqxnqg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxbZhqxnqg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxbZhqxnqg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxbZhqxnqg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rxbZhqxnqg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxbZhqxnqg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxbZhqxnqg .nav-link:hover,
.cid-rxbZhqxnqg .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rxbNwCbyJG {
  padding-top: 120px;
  padding-bottom: 45px;
}
.cid-rxbNwCbyJG h1,
.cid-rxbNwCbyJG h2,
.cid-rxbNwCbyJG h3,
.cid-rxbNwCbyJG h4,
.cid-rxbNwCbyJG p {
  /*color: #ffffff;*/
}
.cid-rxbNwCbyJG .mbr-overlay {
  z-index: -1;
}
.cid-rxbNwCbyJG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rxbNwCbyJG .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-rxbNwCbyJG .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-rxbNwCbyJG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxbNwCbyJG .mbr-text {
  color: #767676;
}
.cid-rxbNwCbyJG .form-block {
  padding: 3rem;
  position: relative;
}
.cid-rxbNwCbyJG .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0c57bf;
  opacity: 0.8;
  z-index: 0;
}
.cid-rxbNwCbyJG .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-rxbNwCbyJG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rxbNwCbyJG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rxbNwCbyJG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rxbNwCbyJG textarea.form-control {
  resize: none;
}
.cid-rxbNwCbyJG .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-rxbNwCbyJG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rxbNwCbyJG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rxbNwCbyJG .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rxbNwCbyJG h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rxbNwCbyJG .block-content {
    padding: 0;
  }
  .cid-rxbNwCbyJG .form-block {
    padding: 1rem;
  }
}
.cid-rxcdIAD7F9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rxcdIAD7F9 .mbr-text {
  color: #767676;
}
.cid-rxcdIAD7F9 h4 {
  font-weight: 500;
}
.cid-rxcdIAD7F9 h4,
.cid-rxcdIAD7F9 h5 {
  text-align: center;
}
.cid-rxcdIAD7F9 p {
  text-align: center;
}
.cid-rxcdIAD7F9 .card-box {
  text-align: center;
}
.cid-rxcdIAD7F9 .card-img {
  font-size: 3rem;
}
.cid-rxcdIAD7F9 .mbr-iconfont {
  color: #4284df;
}
.cid-rxbZpwg4Kf {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rxbZpwg4Kf h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rxbZpwg4Kf p {
  color: #ffffff;
}
.cid-rxbZpwg4Kf .card {
  margin-bottom: 2rem;
}
.cid-rxbZpwg4Kf .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #ffffff;
}
.cid-rxbZpwg4Kf .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rxbZpwg4Kf .card-box {
  padding-bottom: 2rem;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, transparent);
}
.cid-rxbZpwg4Kf .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rxbZpwg4Kf .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rxbZpwg4Kf .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rxbZpwg4Kf .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rxbZpwg4Kf P {
  color: #232323;
}
.cid-rxbZpwg4Kf .card-title,
.cid-rxbZpwg4Kf .card-img {
  color: #232323;
}
.cid-rxbZsfCf1u {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rxbZsfCf1u .mbr-section-subtitle {
  color: #767676;
}
.cid-rxbZsfCf1u .btn {
  margin: 0px 0px 0.5rem -60px;
}
.cid-rxcamF5xZO {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rxcamF5xZO .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rxcamF5xZO .content-panel {
  padding: 3rem;
  background-color: #000000;
}
@media (min-width: 767px) {
  .cid-rxcamF5xZO .text-block {
    padding-right: 0;
  }
}
.cid-rxcamF5xZO .google-map {
  width: 100%;
  height: 30rem;
}
.cid-rxcamF5xZO .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rxcamF5xZO .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-rxcamF5xZO .google-map .place-card {
  margin-left: 40px !important;
}
.cid-rxbZv1oV1u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rxbZv1oV1u .content {
    text-align: center;
  }
  .cid-rxbZv1oV1u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rxbZv1oV1u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rxbZv1oV1u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rxbZv1oV1u .media-wrap img {
  height: 6rem;
}
.cid-rxbZv1oV1u .footer-caption-wrap {
  font-weight: bold;
  color: blue;
  margin-top: 100px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .cid-rxbZv1oV1u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxbZv1oV1u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rxbZv1oV1u .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rxbZv1oV1u .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rxbZv1oV1u .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxbZv1oV1u .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxbZv1oV1u .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxbZv1oV1u .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rxbZv1oV1u .copyright > p {
  color: #232323;
}
.cid-rxbZv1oV1u P {
  color: #232323;
  text-align: left;
}
.cid-rxbZv1oV1u H5 {
  color: #232323;
}
/*Added below styling for Service Listing content*/
.cid-so1oikDeL1 {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

    .cid-so1oikDeL1 .wrapper {
        overflow: hidden;
    }

        .cid-so1oikDeL1 .wrapper img {
            transition: all .5s;
        }

        .cid-so1oikDeL1 .wrapper:hover img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

    .cid-so1oikDeL1 .underline .line {
        width: 2rem;
        height: 1px;
        background: #767676;
        display: inline-block;
    }

    .cid-so1oikDeL1 .wrapper {
        position: relative;
        padding: 2rem;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        height: 21rem;
    }

        .cid-so1oikDeL1 .wrapper .mbr-overlay {
            background: #232323;
            opacity: 0.5;
            border-top-right-radius: 25%;
            z-index: 1;
        }

        .cid-so1oikDeL1 .wrapper img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

        .cid-so1oikDeL1 .wrapper .content-block {
            position: relative;
            width: 100%;
            z-index: 1;
        }

    .cid-so1oikDeL1 .popup-btn .mbr-overlay {
        border-top-right-radius: 0 !important;
    }

@media (max-width: 991px) {
    .cid-so1oikDeL1 .first-row-card {
        padding-bottom: 2rem;
    }
}

.cid-so1oikDeL1 .card-subtitle {
    text-align: center;
}


/*Used content widgetServiceOffering3.cshtml*/
.cid-stxNZC4Qx0 {
    font-size:20px !important;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}
.cid-stxNZC4Qx0 .container-fluid {
    padding: 0 3rem;
}
.cid-stxNZC4Qx0 .underline .line {
    width: 5rem;
    height: 3px;
    background: linear-gradient(90deg, #4284df, #4284df);
    display: inline-block;
}
.cid-stxNZC4Qx0 .card {
    display: flex;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
}
.cid-stxNZC4Qx0 .card:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    transition: all .5s;
}

.cid-stxNZC4Qx0 .card .card-wrapper {
    height: 1%;
}
.cid-stxNZC4Qx0 .card .card-wrapper .card-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 10px;
    z-index: 1;
}
.cid-stxNZC4Qx0 .card .card-wrapper .card-img img {
    transition: all .5s;
}
.cid-stxNZC4Qx0 .card .card-wrapper .card-img .img-text {
    position: absolute;
    padding: .6rem;
    top: 0;
    left: 0;
    z-index: 1;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ff3366;
}
.cid-stxNZC4Qx0 .card .card-wrapper .card-img .img-text span {
    display: block;
}
.cid-stxNZC4Qx0 .card .card-wrapper .card-box .mbr-section-btn a {
    margin-left: 4px;
}
@media (max-width: 767px) {
    .cid-stxNZC4Qx0 .container-fluid {
        padding: 0 1rem;
    }
}