body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
/* ---- 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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #4284df !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #f3420e !important;
}
.bg-warning {
  background-color: #020c17 !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: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f3420e !important;
  border-color: #f3420e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #f3420e !important;
  border-color: #f3420e !important;
}
.btn-info:before {
  background-color: #ac2e09 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ac2e09 !important;
  border-color: #ac2e09 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #020c17 !important;
  border-color: #020c17 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #020c17 !important;
  border-color: #020c17 !important;
}
.btn-warning:before {
  background-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #942707;
  color: #942707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #f3420e;
}
.btn-info-outline:before {
  background-color: #f3420e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f3420e !important;
  border-color: #f3420e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #020c17;
}
.btn-warning-outline:before {
  background-color: #020c17;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #020c17 !important;
  border-color: #020c17 !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: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #f3420e !important;
}
.text-warning {
  color: #020c17 !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: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #942707 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !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: #f3420e;
}
.alert-warning {
  background-color: #020c17;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4284df;
  border-color: #4284df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4284df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0f6fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fddad0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #89bcf5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #4284df;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #4284df;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4284df;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
.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: #000000 !important;
  background: #f27d7a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234284df' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sGV0ypqc21 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sGV0ypqc21 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGV0ypqc21 a {
  font-style: normal;
}
.cid-sGV0ypqc21 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGV0ypqc21 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sGV0ypqc21 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sGV0ypqc21 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sGV0ypqc21 .menu-logo {
  margin-right: auto;
}
.cid-sGV0ypqc21 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sGV0ypqc21 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGV0ypqc21 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGV0ypqc21 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGV0ypqc21 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGV0ypqc21 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGV0ypqc21 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sGV0ypqc21 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGV0ypqc21 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGV0ypqc21 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGV0ypqc21 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sGV0ypqc21 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sGV0ypqc21 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGV0ypqc21 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGV0ypqc21 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGV0ypqc21 .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-sGV0ypqc21 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sGV0ypqc21 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sGV0ypqc21 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGV0ypqc21 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGV0ypqc21 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGV0ypqc21 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGV0ypqc21 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sGV0ypqc21 button.navbar-toggler:focus {
  outline: none;
}
.cid-sGV0ypqc21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a76cf;
}
.cid-sGV0ypqc21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGV0ypqc21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGV0ypqc21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGV0ypqc21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGV0ypqc21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGV0ypqc21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGV0ypqc21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGV0ypqc21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGV0ypqc21 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sGV0ypqc21 .collapsed .btn {
  display: flex;
}
.cid-sGV0ypqc21 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGV0ypqc21 .collapsed .navbar-collapse.collapsing,
.cid-sGV0ypqc21 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGV0ypqc21 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGV0ypqc21 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGV0ypqc21 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGV0ypqc21 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGV0ypqc21 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sGV0ypqc21 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sGV0ypqc21 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGV0ypqc21 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGV0ypqc21 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGV0ypqc21 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sGV0ypqc21 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGV0ypqc21 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sGV0ypqc21 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sGV0ypqc21 .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-sGV0ypqc21 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGV0ypqc21 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGV0ypqc21 .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-sGV0ypqc21 .navbar-expand {
    flex-direction: column;
  }
  .cid-sGV0ypqc21 img {
    height: 3.8rem !important;
  }
  .cid-sGV0ypqc21 .btn {
    display: flex;
  }
  .cid-sGV0ypqc21 button.navbar-toggler {
    display: block;
  }
  .cid-sGV0ypqc21 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sGV0ypqc21 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sGV0ypqc21 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGV0ypqc21 .navbar-collapse.collapsing,
  .cid-sGV0ypqc21 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGV0ypqc21 .navbar-collapse.collapsing .navbar-nav,
  .cid-sGV0ypqc21 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGV0ypqc21 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGV0ypqc21 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGV0ypqc21 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sGV0ypqc21 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGV0ypqc21 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGV0ypqc21 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGV0ypqc21 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGV0ypqc21 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGV0ypqc21 .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-sGV0ypqc21 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGV0ypqc21 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGV0ypqc21 .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-sGV0ypqc21 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sGPACvqfM6 .modal-body .close {
  background: #1b1b1b;
}
.cid-sGPACvqfM6 .modal-body .close span {
  font-style: normal;
}
.cid-sGPACvqfM6 .carousel-inner > .active,
.cid-sGPACvqfM6 .carousel-inner > .next,
.cid-sGPACvqfM6 .carousel-inner > .prev {
  display: table;
}
.cid-sGPACvqfM6 .carousel-control .icon-next,
.cid-sGPACvqfM6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sGPACvqfM6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGPACvqfM6 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGPACvqfM6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sGPACvqfM6 .boxed-slider > div {
  position: relative;
}
.cid-sGPACvqfM6 .container img {
  width: 100%;
}
.cid-sGPACvqfM6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sGPACvqfM6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGPACvqfM6 .mbr-table-cell {
  padding: 0;
}
.cid-sGPACvqfM6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sGPACvqfM6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sGPACvqfM6 .mbr-overlay {
  z-index: 1;
}
.cid-sGPACvqfM6 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGPACvqfM6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sGPACvqfM6 .carousel-item .container {
    width: 100%;
  }
}
.cid-sGPACvqfM6 .carousel-item-next.carousel-item-left,
.cid-sGPACvqfM6 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sGPACvqfM6 .active.carousel-item-right,
.cid-sGPACvqfM6 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sGPACvqfM6 .active.carousel-item-left,
.cid-sGPACvqfM6 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sGPACvqfM6 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sGPACvqfM6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGPACvqfM6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGPACvqfM6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sGPACvqfM6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGPACvqfM6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sGPACvqfM6 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sGPACvqfM6 .mbr-slider .carousel-indicators li.active,
.cid-sGPACvqfM6 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sGPACvqfM6 .mbr-slider .carousel-indicators li::after,
.cid-sGPACvqfM6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sGPACvqfM6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sGPACvqfM6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sGPACvqfM6 .mbr-slider > .container img {
  width: 100%;
}
.cid-sGPACvqfM6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sGPACvqfM6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sGPACvqfM6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGPACvqfM6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGPACvqfM6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sGPACvqfM6 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sGPACvqfM6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sGPACvqfM6 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sGPACvqfM6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sGPACvqfM6 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGPACvqfM6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sGPACvqfM6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sGPACvqfM6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sGPAIFn1th {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sGPAIFn1th .mbr-figure {
  padding: 0;
}
.cid-sGPAIFn1th .content-row {
  background-color: #020c17;
}
.cid-sGPAIFn1th .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-sGPAIFn1th .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sGPAIFn1th .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-sGPAIFn1th .content-row .media-content .content-block {
  z-index: 1;
}
.cid-sGPAIFn1th H2 {
  color: #dc2718;
  text-align: center;
}
.cid-uBTp4MuxNV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #020c17;
  background: linear-gradient(90deg, #020c17, #020c17);
}
.cid-uBTp4MuxNV .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-uBTp4MuxNV h4,
.cid-uBTp4MuxNV h5 {
  text-align: center;
}
.cid-uBTp4MuxNV p {
  text-align: center;
}
.cid-uBTp4MuxNV .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-uBTp4MuxNV .card-img {
  font-size: 3rem;
}
.cid-uBTp4MuxNV .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-uBTp4MuxNV .mbr-text {
  color: #ffffff;
}
.cid-uBT6lJNDGY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #020c17;
}
.cid-uBT6lJNDGY .item {
  padding-bottom: 2rem;
}
.cid-uBT6lJNDGY .item-wrapper {
  height: 100%;
}
.cid-uBT6lJNDGY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uBT6lJNDGY .carousel-control,
.cid-uBT6lJNDGY .close {
  background: #1b1b1b;
}
.cid-uBT6lJNDGY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBT6lJNDGY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBT6lJNDGY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uBT6lJNDGY .close::before {
  content: '\e91a';
}
.cid-uBT6lJNDGY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBT6lJNDGY .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uBT6lJNDGY .carousel-inner > .active {
  display: block;
}
.cid-uBT6lJNDGY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBT6lJNDGY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBT6lJNDGY .carousel-control .icon-next,
.cid-uBT6lJNDGY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uBT6lJNDGY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBT6lJNDGY .carousel-control,
  .cid-uBT6lJNDGY .carousel-indicators,
  .cid-uBT6lJNDGY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBT6lJNDGY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBT6lJNDGY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBT6lJNDGY .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uBT6lJNDGY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBT6lJNDGY .carousel-indicators {
    display: none;
  }
}
.cid-uBT6lJNDGY .carousel-indicators .active,
.cid-uBT6lJNDGY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uBT6lJNDGY .carousel-indicators .active {
  background: #fff;
}
.cid-uBT6lJNDGY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBT6lJNDGY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBT6lJNDGY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBT6lJNDGY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBT6lJNDGY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBT6lJNDGY .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uBT6lJNDGY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBT6lJNDGY .carousel {
  width: 100%;
}
.cid-uBT6lJNDGY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBT6lJNDGY .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uBT6lJNDGY .modal.fade .modal-dialog,
.cid-uBT6lJNDGY .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uBT6lJNDGY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBT6lJNDGY a {
  display: block;
}
.cid-uBT6lJNDGY a.img {
  pointer-events: none;
}
.cid-uBTzhUGR4C {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/bannre-image1-1920x840.jpg");
}
.cid-uBTzhUGR4C .mbr-section-title {
  text-align: center;
  color: #38bbde;
}
.cid-uBTzhUGR4C .mbr-text,
.cid-uBTzhUGR4C .mbr-section-btn {
  text-align: center;
}
.cid-uBTeGJliso {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBTeGJliso h4 {
  margin-bottom: 0;
}
.cid-uBTeGJliso p {
  color: #767676;
}
.cid-uBTeGJliso .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uBTeGJliso .btn-info-outline {
  border: none;
  color: #f3420e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uBTeGJliso .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uBTeGJliso .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uBTeGJliso .btn-info-outline:hover {
  background-color: transparent!important;
  color: #4284df !important;
  box-shadow: none!important;
}
.cid-uBTeGJliso .btn-info-outline:active,
.cid-uBTeGJliso .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uBTeGJliso .card-box {
  padding-top: 2rem;
}
.cid-uBTeGJliso .card-wrapper {
  height: 100%;
}
.cid-uBTeGJliso .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uBTeGJliso img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uBTeGJliso .card-title {
  color: #0b0b0b;
  text-align: center;
}
.cid-uBTeGJliso .main-title {
  color: #57468b;
}
.cid-uBTeGJliso DIV {
  color: #57468b;
}
.cid-uBTeGJliso .mbr-text,
.cid-uBTeGJliso .mbr-section-btn {
  color: #020c17;
}
.cid-sGUcPTXXBu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGUcPTXXBu h4 {
  margin-bottom: 0;
}
.cid-sGUcPTXXBu p {
  color: #767676;
}
.cid-sGUcPTXXBu .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sGUcPTXXBu .btn-info-outline {
  border: none;
  color: #f3420e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sGUcPTXXBu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sGUcPTXXBu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sGUcPTXXBu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #4284df !important;
  box-shadow: none!important;
}
.cid-sGUcPTXXBu .btn-info-outline:active,
.cid-sGUcPTXXBu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sGUcPTXXBu .card-box {
  padding-top: 2rem;
}
.cid-sGUcPTXXBu .card-wrapper {
  height: 100%;
}
.cid-sGUcPTXXBu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sGUcPTXXBu img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sGUcPTXXBu .card-title {
  color: #0b0b0b;
  text-align: center;
}
.cid-sGUcPTXXBu .main-title {
  color: #57468b;
}
.cid-sGUcPTXXBu DIV {
  color: #57468b;
}
.cid-sGUcPTXXBu .mbr-text,
.cid-sGUcPTXXBu .mbr-section-btn {
  color: #020c17;
}
.cid-uBT6emoXhE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBT6emoXhE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uBT6emoXhE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBT6emoXhE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBT6emoXhE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uBT6emoXhE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uBT6emoXhE .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uBT6emoXhE .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uBT6emoXhE .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uBT6emoXhE .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uBT6emoXhE .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uBT6emoXhE .mbr-gallery-filter ul {
  display: block;
}
.cid-uBT6emoXhE .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uBT6emoXhE .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uBT6emoXhE .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uBT6emoXhE .mbr-gallery-filter li.active::after,
.cid-uBT6emoXhE .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uBT6emoXhE .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uBT6emoXhE .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uBT6emoXhE .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uBT6emoXhE .icon-focus:before {
  content: '\e95e';
}
.cid-uBT6emoXhE .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uBT6emoXhE .mbr-section-title {
  margin: 0;
}
.cid-uBT6emoXhE .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uBT6emoXhE .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uBT6emoXhE .mbr-section-title,
.cid-uBT6emoXhE .underline {
  color: #070240;
}
.cid-uujaLiFmG1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #020c17;
}
.cid-uujaLiFmG1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uujaLiFmG1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uujaLiFmG1 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uujaLiFmG1 .input-group-btn {
  display: block;
}
.cid-uujaLiFmG1 input,
.cid-uujaLiFmG1 textarea {
  background: none;
}
.cid-uujaLiFmG1 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-uujaLiFmG1 h4,
.cid-uujaLiFmG1 p {
  margin: 0;
}
.cid-uujaLiFmG1 h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-uujaLiFmG1 h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-uujaLiFmG1 .icon {
  color: #f3420e;
  font-size: 2.5rem;
}
.cid-uujaLiFmG1 .mbr-form input,
.cid-uujaLiFmG1 textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-uujaLiFmG1 h2 {
    text-align: center;
  }
  .cid-uujaLiFmG1 h3 {
    text-align: center;
  }
  .cid-uujaLiFmG1 .input-group-btn {
    text-align: center;
  }
  .cid-uujaLiFmG1 .social-list {
    text-align: center;
  }
}
.cid-uujaLiFmG1 H2 {
  color: #656565;
}
.cid-uujaLiFmG1 .content {
  text-align: left;
  color: #ffffff;
}
.cid-uujaLiFmG1 .type {
  text-align: left;
  padding-bottom: 8px;
  color: #f3420e;
}
.cid-uujaLiFmG1 .title1 {
  text-align: left;
  color: #ffffff;
}
.cid-uujaLiFmG1 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uujaLiFmG1 .title2 {
  color: #ffffff;
}
.cid-uC8GZY2P1U .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uC8GZY2P1U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uC8GZY2P1U a {
  font-style: normal;
}
.cid-uC8GZY2P1U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uC8GZY2P1U .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uC8GZY2P1U .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uC8GZY2P1U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uC8GZY2P1U .menu-logo {
  margin-right: auto;
}
.cid-uC8GZY2P1U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uC8GZY2P1U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uC8GZY2P1U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uC8GZY2P1U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uC8GZY2P1U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uC8GZY2P1U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uC8GZY2P1U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uC8GZY2P1U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uC8GZY2P1U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC8GZY2P1U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uC8GZY2P1U .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uC8GZY2P1U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uC8GZY2P1U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC8GZY2P1U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uC8GZY2P1U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC8GZY2P1U .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-uC8GZY2P1U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uC8GZY2P1U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uC8GZY2P1U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uC8GZY2P1U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uC8GZY2P1U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uC8GZY2P1U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uC8GZY2P1U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uC8GZY2P1U button.navbar-toggler:focus {
  outline: none;
}
.cid-uC8GZY2P1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a76cf;
}
.cid-uC8GZY2P1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC8GZY2P1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC8GZY2P1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC8GZY2P1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC8GZY2P1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC8GZY2P1U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uC8GZY2P1U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uC8GZY2P1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC8GZY2P1U .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uC8GZY2P1U .collapsed .btn {
  display: flex;
}
.cid-uC8GZY2P1U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uC8GZY2P1U .collapsed .navbar-collapse.collapsing,
.cid-uC8GZY2P1U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uC8GZY2P1U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uC8GZY2P1U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uC8GZY2P1U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uC8GZY2P1U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uC8GZY2P1U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uC8GZY2P1U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uC8GZY2P1U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uC8GZY2P1U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uC8GZY2P1U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uC8GZY2P1U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uC8GZY2P1U .collapsed button.navbar-toggler {
  display: block;
}
.cid-uC8GZY2P1U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uC8GZY2P1U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uC8GZY2P1U .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-uC8GZY2P1U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uC8GZY2P1U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uC8GZY2P1U .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-uC8GZY2P1U .navbar-expand {
    flex-direction: column;
  }
  .cid-uC8GZY2P1U img {
    height: 3.8rem !important;
  }
  .cid-uC8GZY2P1U .btn {
    display: flex;
  }
  .cid-uC8GZY2P1U button.navbar-toggler {
    display: block;
  }
  .cid-uC8GZY2P1U .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uC8GZY2P1U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uC8GZY2P1U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uC8GZY2P1U .navbar-collapse.collapsing,
  .cid-uC8GZY2P1U .navbar-collapse.show {
    display: block !important;
  }
  .cid-uC8GZY2P1U .navbar-collapse.collapsing .navbar-nav,
  .cid-uC8GZY2P1U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uC8GZY2P1U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uC8GZY2P1U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uC8GZY2P1U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uC8GZY2P1U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uC8GZY2P1U .navbar-collapse.collapsing .navbar-buttons,
  .cid-uC8GZY2P1U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uC8GZY2P1U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uC8GZY2P1U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uC8GZY2P1U .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-uC8GZY2P1U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uC8GZY2P1U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uC8GZY2P1U .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-uC8GZY2P1U .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uC8GZZpJpw .modal-body .close {
  background: #1b1b1b;
}
.cid-uC8GZZpJpw .modal-body .close span {
  font-style: normal;
}
.cid-uC8GZZpJpw .carousel-inner > .active,
.cid-uC8GZZpJpw .carousel-inner > .next,
.cid-uC8GZZpJpw .carousel-inner > .prev {
  display: table;
}
.cid-uC8GZZpJpw .carousel-control .icon-next,
.cid-uC8GZZpJpw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uC8GZZpJpw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC8GZZpJpw .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uC8GZZpJpw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uC8GZZpJpw .boxed-slider > div {
  position: relative;
}
.cid-uC8GZZpJpw .container img {
  width: 100%;
}
.cid-uC8GZZpJpw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uC8GZZpJpw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uC8GZZpJpw .mbr-table-cell {
  padding: 0;
}
.cid-uC8GZZpJpw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uC8GZZpJpw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uC8GZZpJpw .mbr-overlay {
  z-index: 1;
}
.cid-uC8GZZpJpw .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uC8GZZpJpw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uC8GZZpJpw .carousel-item .container {
    width: 100%;
  }
}
.cid-uC8GZZpJpw .carousel-item-next.carousel-item-left,
.cid-uC8GZZpJpw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uC8GZZpJpw .active.carousel-item-right,
.cid-uC8GZZpJpw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uC8GZZpJpw .active.carousel-item-left,
.cid-uC8GZZpJpw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uC8GZZpJpw .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uC8GZZpJpw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uC8GZZpJpw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uC8GZZpJpw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uC8GZZpJpw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uC8GZZpJpw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uC8GZZpJpw .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uC8GZZpJpw .mbr-slider .carousel-indicators li.active,
.cid-uC8GZZpJpw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uC8GZZpJpw .mbr-slider .carousel-indicators li::after,
.cid-uC8GZZpJpw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uC8GZZpJpw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uC8GZZpJpw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uC8GZZpJpw .mbr-slider > .container img {
  width: 100%;
}
.cid-uC8GZZpJpw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uC8GZZpJpw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uC8GZZpJpw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uC8GZZpJpw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uC8GZZpJpw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uC8GZZpJpw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uC8GZZpJpw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uC8GZZpJpw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uC8GZZpJpw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uC8GZZpJpw .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uC8GZZpJpw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uC8GZZpJpw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uC8GZZpJpw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uC8Hpa5err {
  background-image: url("../../../assets/images/bannre-image1-1920x840.jpg");
}
.cid-uC8Hpa5err .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uC8Hpa5err .text-content .btn-bgr {
  z-index: 0;
}
.cid-uC8Hpa5err .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-uC8Hpa5err h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uC8Hpa5err p {
  color: #464646;
}
.cid-uC8Hpa5err h2 {
  color: #000000;
}
.cid-uC8Hpa5err .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uC8Hpa5err .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uC8Hpa5err .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uC8Hpa5err .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uC8Hpa5err .text-content {
    width: 100%;
  }
}
.cid-uC8Hpa5err .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uC8Hpa5err .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uC8Hpa5err .mbr-text {
    text-align: center;
  }
}
.cid-uC8Hpa5err P {
  color: #030217;
}
.cid-uCb6EZiDQv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #020c17;
}
.cid-uCb6EZiDQv .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uCb6EZiDQv .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uCb6EZiDQv .row-element,
.cid-uCb6EZiDQv .image-element {
  padding: 0;
}
.cid-uCb6EZiDQv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCb6EZiDQv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uCb6EZiDQv .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uCb6EZiDQv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #4284df, #f27d7a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uCb6EZiDQv .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uCb6EZiDQv .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCb6EZiDQv .text-content {
    padding: 2rem 1rem;
  }
  .cid-uCb6EZiDQv .underline .line {
    height: 2px;
  }
  .cid-uCb6EZiDQv .mbr-title,
  .cid-uCb6EZiDQv .underline,
  .cid-uCb6EZiDQv .mbr-text,
  .cid-uCb6EZiDQv .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uCb6EZiDQv .mbr-title,
.cid-uCb6EZiDQv .underline {
  text-align: center;
  color: #f3420e;
}
.cid-uC8H00CAbq {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uC8H00CAbq .mbr-figure {
  padding: 0;
}
.cid-uC8H00CAbq .content-row {
  background-color: #020c17;
}
.cid-uC8H00CAbq .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uC8H00CAbq .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uC8H00CAbq .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-uC8H00CAbq .content-row .media-content .content-block {
  z-index: 1;
}
.cid-uC8H00CAbq H2 {
  color: #dc2718;
  text-align: center;
}
.cid-uCb8F5Mfix {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #020c17;
}
.cid-uCb8F5Mfix .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uCb8F5Mfix .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uCb8F5Mfix .row-element,
.cid-uCb8F5Mfix .image-element {
  padding: 0;
}
.cid-uCb8F5Mfix .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCb8F5Mfix .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uCb8F5Mfix .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uCb8F5Mfix .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #4284df, #f27d7a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uCb8F5Mfix .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uCb8F5Mfix .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCb8F5Mfix .text-content {
    padding: 2rem 1rem;
  }
  .cid-uCb8F5Mfix .underline .line {
    height: 2px;
  }
  .cid-uCb8F5Mfix .mbr-title,
  .cid-uCb8F5Mfix .underline,
  .cid-uCb8F5Mfix .mbr-text,
  .cid-uCb8F5Mfix .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uCb8F5Mfix .mbr-title,
.cid-uCb8F5Mfix .underline {
  text-align: center;
  color: #f3420e;
}
.cid-uCb96CakYG {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uCb96CakYG .mbr-figure {
  padding: 0;
}
.cid-uCb96CakYG .content-row {
  background-color: #020c17;
}
.cid-uCb96CakYG .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uCb96CakYG .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uCb96CakYG .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-uCb96CakYG .content-row .media-content .content-block {
  z-index: 1;
}
.cid-uCb96CakYG H2 {
  color: #dc2718;
  text-align: center;
}
.cid-uCbafxTMDy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #020c17;
}
.cid-uCbafxTMDy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uCbafxTMDy .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uCbafxTMDy .row-element,
.cid-uCbafxTMDy .image-element {
  padding: 0;
}
.cid-uCbafxTMDy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCbafxTMDy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uCbafxTMDy .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uCbafxTMDy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #4284df, #f27d7a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uCbafxTMDy .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uCbafxTMDy .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCbafxTMDy .text-content {
    padding: 2rem 1rem;
  }
  .cid-uCbafxTMDy .underline .line {
    height: 2px;
  }
  .cid-uCbafxTMDy .mbr-title,
  .cid-uCbafxTMDy .underline,
  .cid-uCbafxTMDy .mbr-text,
  .cid-uCbafxTMDy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uCbafxTMDy .mbr-title,
.cid-uCbafxTMDy .underline {
  text-align: center;
  color: #f3420e;
}
.cid-uC8H0f3Kq1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uC8H0f3Kq1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uC8H0f3Kq1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uC8H0f3Kq1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uC8H0f3Kq1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uC8H0f3Kq1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uC8H0f3Kq1 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter ul {
  display: block;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uC8H0f3Kq1 .mbr-gallery-filter li.active::after,
.cid-uC8H0f3Kq1 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uC8H0f3Kq1 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uC8H0f3Kq1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uC8H0f3Kq1 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uC8H0f3Kq1 .icon-focus:before {
  content: '\e95e';
}
.cid-uC8H0f3Kq1 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uC8H0f3Kq1 .mbr-section-title {
  margin: 0;
}
.cid-uC8H0f3Kq1 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uC8H0f3Kq1 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uC8H0f3Kq1 .mbr-section-title,
.cid-uC8H0f3Kq1 .underline {
  color: #070240;
}
.cid-uC8H0j6xmm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #020c17;
}
.cid-uC8H0j6xmm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uC8H0j6xmm a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uC8H0j6xmm .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uC8H0j6xmm .input-group-btn {
  display: block;
}
.cid-uC8H0j6xmm input,
.cid-uC8H0j6xmm textarea {
  background: none;
}
.cid-uC8H0j6xmm .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-uC8H0j6xmm h4,
.cid-uC8H0j6xmm p {
  margin: 0;
}
.cid-uC8H0j6xmm h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-uC8H0j6xmm h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-uC8H0j6xmm .icon {
  color: #f3420e;
  font-size: 2.5rem;
}
.cid-uC8H0j6xmm .mbr-form input,
.cid-uC8H0j6xmm textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-uC8H0j6xmm h2 {
    text-align: center;
  }
  .cid-uC8H0j6xmm h3 {
    text-align: center;
  }
  .cid-uC8H0j6xmm .input-group-btn {
    text-align: center;
  }
  .cid-uC8H0j6xmm .social-list {
    text-align: center;
  }
}
.cid-uC8H0j6xmm H2 {
  color: #656565;
}
.cid-uC8H0j6xmm .content {
  text-align: left;
  color: #ffffff;
}
.cid-uC8H0j6xmm .type {
  text-align: left;
  padding-bottom: 8px;
  color: #f3420e;
}
.cid-uC8H0j6xmm .title1 {
  text-align: left;
  color: #ffffff;
}
.cid-uC8H0j6xmm .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC8H0j6xmm .title2 {
  color: #ffffff;
}
.cid-uCbbPFEd6g .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uCbbPFEd6g .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uCbbPFEd6g a {
  font-style: normal;
}
.cid-uCbbPFEd6g .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uCbbPFEd6g .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uCbbPFEd6g .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uCbbPFEd6g .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCbbPFEd6g .menu-logo {
  margin-right: auto;
}
.cid-uCbbPFEd6g .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uCbbPFEd6g .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uCbbPFEd6g .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uCbbPFEd6g .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCbbPFEd6g .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCbbPFEd6g .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCbbPFEd6g .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uCbbPFEd6g .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCbbPFEd6g .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCbbPFEd6g .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCbbPFEd6g .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uCbbPFEd6g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uCbbPFEd6g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCbbPFEd6g .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCbbPFEd6g .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCbbPFEd6g .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-uCbbPFEd6g .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCbbPFEd6g .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uCbbPFEd6g .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCbbPFEd6g .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCbbPFEd6g .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uCbbPFEd6g .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCbbPFEd6g button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uCbbPFEd6g button.navbar-toggler:focus {
  outline: none;
}
.cid-uCbbPFEd6g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a76cf;
}
.cid-uCbbPFEd6g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCbbPFEd6g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCbbPFEd6g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCbbPFEd6g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCbbPFEd6g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCbbPFEd6g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCbbPFEd6g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCbbPFEd6g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCbbPFEd6g .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uCbbPFEd6g .collapsed .btn {
  display: flex;
}
.cid-uCbbPFEd6g .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCbbPFEd6g .collapsed .navbar-collapse.collapsing,
.cid-uCbbPFEd6g .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCbbPFEd6g .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCbbPFEd6g .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCbbPFEd6g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCbbPFEd6g .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCbbPFEd6g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCbbPFEd6g .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCbbPFEd6g .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCbbPFEd6g .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCbbPFEd6g .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCbbPFEd6g .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uCbbPFEd6g .collapsed button.navbar-toggler {
  display: block;
}
.cid-uCbbPFEd6g .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uCbbPFEd6g .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCbbPFEd6g .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-uCbbPFEd6g .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCbbPFEd6g .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCbbPFEd6g .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-uCbbPFEd6g .navbar-expand {
    flex-direction: column;
  }
  .cid-uCbbPFEd6g img {
    height: 3.8rem !important;
  }
  .cid-uCbbPFEd6g .btn {
    display: flex;
  }
  .cid-uCbbPFEd6g button.navbar-toggler {
    display: block;
  }
  .cid-uCbbPFEd6g .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uCbbPFEd6g .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCbbPFEd6g .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCbbPFEd6g .navbar-collapse.collapsing,
  .cid-uCbbPFEd6g .navbar-collapse.show {
    display: block !important;
  }
  .cid-uCbbPFEd6g .navbar-collapse.collapsing .navbar-nav,
  .cid-uCbbPFEd6g .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCbbPFEd6g .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCbbPFEd6g .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uCbbPFEd6g .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCbbPFEd6g .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCbbPFEd6g .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCbbPFEd6g .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCbbPFEd6g .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCbbPFEd6g .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCbbPFEd6g .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-uCbbPFEd6g .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCbbPFEd6g .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCbbPFEd6g .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-uCbbPFEd6g .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uCbbPHTxaw .modal-body .close {
  background: #1b1b1b;
}
.cid-uCbbPHTxaw .modal-body .close span {
  font-style: normal;
}
.cid-uCbbPHTxaw .carousel-inner > .active,
.cid-uCbbPHTxaw .carousel-inner > .next,
.cid-uCbbPHTxaw .carousel-inner > .prev {
  display: table;
}
.cid-uCbbPHTxaw .carousel-control .icon-next,
.cid-uCbbPHTxaw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uCbbPHTxaw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCbbPHTxaw .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCbbPHTxaw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uCbbPHTxaw .boxed-slider > div {
  position: relative;
}
.cid-uCbbPHTxaw .container img {
  width: 100%;
}
.cid-uCbbPHTxaw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uCbbPHTxaw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uCbbPHTxaw .mbr-table-cell {
  padding: 0;
}
.cid-uCbbPHTxaw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uCbbPHTxaw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uCbbPHTxaw .mbr-overlay {
  z-index: 1;
}
.cid-uCbbPHTxaw .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uCbbPHTxaw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uCbbPHTxaw .carousel-item .container {
    width: 100%;
  }
}
.cid-uCbbPHTxaw .carousel-item-next.carousel-item-left,
.cid-uCbbPHTxaw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uCbbPHTxaw .active.carousel-item-right,
.cid-uCbbPHTxaw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uCbbPHTxaw .active.carousel-item-left,
.cid-uCbbPHTxaw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uCbbPHTxaw .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uCbbPHTxaw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCbbPHTxaw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCbbPHTxaw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uCbbPHTxaw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCbbPHTxaw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uCbbPHTxaw .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uCbbPHTxaw .mbr-slider .carousel-indicators li.active,
.cid-uCbbPHTxaw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uCbbPHTxaw .mbr-slider .carousel-indicators li::after,
.cid-uCbbPHTxaw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uCbbPHTxaw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uCbbPHTxaw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uCbbPHTxaw .mbr-slider > .container img {
  width: 100%;
}
.cid-uCbbPHTxaw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uCbbPHTxaw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uCbbPHTxaw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCbbPHTxaw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uCbbPHTxaw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uCbbPHTxaw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uCbbPHTxaw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uCbbPHTxaw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uCbbPHTxaw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uCbbPHTxaw .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uCbbPHTxaw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uCbbPHTxaw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uCbbPHTxaw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uCbbPROSUS {
  background-image: url("../../../assets/images/transportation-logistics-container-cargo-ship-cargo-plane-3d-rendering-illustration-min-1536x864.jpg");
}
.cid-uCbbPROSUS .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #020c17;
  width: 100%;
  float: right;
  position: relative;
}
.cid-uCbbPROSUS .text-content .btn-bgr {
  z-index: 0;
}
.cid-uCbbPROSUS .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-uCbbPROSUS .container-full-width {
  position: relative;
}
.cid-uCbbPROSUS .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-uCbbPROSUS .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uCbbPROSUS .layer path {
  fill: #020c17;
}
@media (min-width: 576px) {
  .cid-uCbbPROSUS .text-content {
    width: 540px;
  }
  .cid-uCbbPROSUS .column-content {
    width: 100%;
  }
  .cid-uCbbPROSUS .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uCbbPROSUS .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uCbbPROSUS .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uCbbPROSUS .column-content {
    width: 50%;
  }
  .cid-uCbbPROSUS .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uCbbPROSUS .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCbbPROSUS .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uCbbPROSUS .column-content {
    height: 33rem;
  }
}
.cid-uCbbPROSUS .mbr-text,
.cid-uCbbPROSUS .mbr-section-btn {
  color: #ffffff;
}
.cid-uCbbPROSUS H1 {
  color: #dc2718;
}
.cid-uCbbPSFSL2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCbbPSFSL2 .container-fluid {
  padding: 0 3rem;
}
.cid-uCbbPSFSL2 .mbr-text {
  color: #020c17;
}
.cid-uCbbPSFSL2 .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-uCbbPSFSL2 p {
  text-align: left;
}
.cid-uCbbPSFSL2 .card-img {
  text-align: left;
}
.cid-uCbbPSFSL2 .card .card-img span {
  color: #000000;
  font-size: 60px;
  background: linear-gradient(45deg, #000000, #a38dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uCbbPSFSL2 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-uCbbPSFSL2 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uCbbPSFSL2 .card-title,
.cid-uCbbPSFSL2 .card-img {
  color: #f3420e;
}
.cid-uCbbPUjtFa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCbbPUjtFa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uCbbPUjtFa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCbbPUjtFa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCbbPUjtFa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uCbbPUjtFa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uCbbPUjtFa .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uCbbPUjtFa .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uCbbPUjtFa .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uCbbPUjtFa .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uCbbPUjtFa .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uCbbPUjtFa .mbr-gallery-filter ul {
  display: block;
}
.cid-uCbbPUjtFa .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uCbbPUjtFa .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uCbbPUjtFa .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uCbbPUjtFa .mbr-gallery-filter li.active::after,
.cid-uCbbPUjtFa .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uCbbPUjtFa .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uCbbPUjtFa .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uCbbPUjtFa .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uCbbPUjtFa .icon-focus:before {
  content: '\e95e';
}
.cid-uCbbPUjtFa .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uCbbPUjtFa .mbr-section-title {
  margin: 0;
}
.cid-uCbbPUjtFa .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uCbbPUjtFa .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uCbbPUjtFa .mbr-section-title,
.cid-uCbbPUjtFa .underline {
  color: #070240;
}
.cid-uCbbPX3I22 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #020c17;
}
.cid-uCbbPX3I22 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uCbbPX3I22 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uCbbPX3I22 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uCbbPX3I22 .input-group-btn {
  display: block;
}
.cid-uCbbPX3I22 input,
.cid-uCbbPX3I22 textarea {
  background: none;
}
.cid-uCbbPX3I22 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-uCbbPX3I22 h4,
.cid-uCbbPX3I22 p {
  margin: 0;
}
.cid-uCbbPX3I22 h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-uCbbPX3I22 h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-uCbbPX3I22 .icon {
  color: #f3420e;
  font-size: 2.5rem;
}
.cid-uCbbPX3I22 .mbr-form input,
.cid-uCbbPX3I22 textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-uCbbPX3I22 h2 {
    text-align: center;
  }
  .cid-uCbbPX3I22 h3 {
    text-align: center;
  }
  .cid-uCbbPX3I22 .input-group-btn {
    text-align: center;
  }
  .cid-uCbbPX3I22 .social-list {
    text-align: center;
  }
}
.cid-uCbbPX3I22 H2 {
  color: #656565;
}
.cid-uCbbPX3I22 .content {
  text-align: left;
  color: #ffffff;
}
.cid-uCbbPX3I22 .type {
  text-align: left;
  padding-bottom: 8px;
  color: #f3420e;
}
.cid-uCbbPX3I22 .title1 {
  text-align: left;
  color: #ffffff;
}
.cid-uCbbPX3I22 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uCbbPX3I22 .title2 {
  color: #ffffff;
}
