html, body, #mapDiv {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  
  body {
    --zelena: hsl(200, 99%, 45%);
    --plava: #7ff8ee;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
    font-family: 'Inter Tight', sans-serif;
    font-family: 'Open Sans', sans-serif;
  }
  
  section,
  .container,
  .container-fluid {
    position: relative;
    word-wrap: break-word;
  }
  
  a.mbr-iconfont:hover {
    text-decoration: none;
  }
  
  .article .lead p,
  .article .lead ul,
  .article .lead ol,
  .article .lead pre,
  .article .lead blockquote {
    margin-bottom: 0;
  }
  
  a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
  }
  a, a:hover {
    text-decoration: none;
  }
  
  .mbr-section-title {
    font-style: normal;
    line-height: 1.3;
  }
  
  .mbr-section-subtitle {
    line-height: 1.3;
  }
  
  .mbr-text {
    font-style: normal;
    line-height: 1.7;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .display-1,
  .display-2,
  .display-4,
  .display-5,
  .display-7,
  span,
  
  a {
    line-height: 1.7;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 300;
  }

  .naslovna{
    color: var(--plava);
    text-shadow: 3px 3px 0px rgba(12,	21,	33, 0.6); 
    font-size: 4rem; 
    font-weight: 700;
  }



  p{
    font-family:  'Inter Tight', sans-serif;
    font-weight: 200;
    line-height: 1.8em;
    word-break: break-word;
    word-wrap: break-word;
  }
  
  b,
  strong {
    font-weight: bold;
  }
  
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  
  textarea[type=hidden] {
    display: none;
  }
  
  section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  
  .hidden {
    visibility: hidden;
  }
  
  .mbr-z-index20 {
    z-index: 20;
  }
  
  /*! Base colors */
  .mbr-white {
    color: #ffffff;
  }
  
  .mbr-black {
    color: #111111;
  }
  
  .mbr-bg-white {
    background-color: #e3e4ea;
  }
  
  .mbr-bg-black {
    background-color: #000000;
  }
  
  /*! Text-aligns */
  .align-left {
    text-align: left;
  }
  
  .align-center {
    text-align: center;
  }
  
  .align-right {
    text-align: right;
  }
    @media (max-width: 767px) {
      .align-left, .align-right {
          text-align: center;
      }
  }
  
  /*! Font-weight  */
  .mbr-light {
    font-weight: 300;
  }
  
  .mbr-regular {
    font-weight: 400;
  }
  
  .mbr-semibold {
    font-weight: 500;
  }
  
  .mbr-bold {
    font-weight: 700;
  }
  
  /*! Media  */
  .media-content {
    flex-basis: 100%;
  }
  
  .media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
  }
  .media-container-row .media-size-item {
    width: 400px;
  }
  
  .media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
  }
  .media-container-column > * {
    width: 100%;
  }
  
  @media (min-width: 992px) {
    .media-container-row {
      flex-wrap: nowrap;
    }
  }
  figure {
    margin-bottom: 0;
    overflow: hidden;
  }
  
  figure[mbr-media-size] {
    transition: width 0.1s;
  }
  
  img,
  iframe {
    display: block;
    width: 100%;
  }
  
  .card {
    background-color: transparent;
    border: none;
  }
  
  .card-box {
    width: 100%;
  }
  
  .card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  
  .media {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .mbr-figure {
    align-self: center;
  }
  
  .media-container > div {
    max-width: 100%;
  }
  
  .mbr-figure img,
  .card-img img {
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .media-size-item {
      width: auto !important;
    }
  
    .media {
      width: auto;
    }
  
    .mbr-figure {
      width: 100% !important;
    }
  }
  /*! Buttons */
  .mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
  }
  
  .btn {
    font-weight: 700;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
  }
  
  .btn-sm {
    font-weight: 700;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
  }
  
  .btn-md {
    font-weight: 700;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
  }
  
  .btn-lg {
    font-weight: 700;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
  }
  
  .btn-form {
    margin: 0;
  }
  .btn-form:hover {
    cursor: pointer;
  }
  
  nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  
  /*! Btn icon margin */
  .btn .mbr-iconfont,
  .btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
  }
  
  .btn.btn-md .mbr-iconfont,
  .btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
  }
  
  .mbr-regular {
    font-weight: 400;
  }
  
  .mbr-semibold {
    font-weight: 500;
  }
  
  .mbr-bold {
    font-weight: 700;
  }
  
  [type=submit] {
    -webkit-appearance: none;
    appearance: none;
  }
  
  /*! Full-screen */
  .mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
  }
  
  .mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  /*! Map */
  .map {
    height: 25rem;
    position: relative;
  }
  .map iframe {
    width: 100%;
    height: 100%;
  }
  
  /*! Scroll to top arrow */
  .mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
  }
  
  .mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
  }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .mbr-arrow-up a i {
    line-height: 60px;
  }
  
  .mbr-arrow-up-icon {
    display: block;
    color: #fff;
  }
  
  .mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
  }
  
  /*! Arrow Down */
  .mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
  }
  @media (max-width: 767px) {
    .mbr-arrow {
      display: none;
    }
  }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
            animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
  }
  .mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
  }
  
  #scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
  }
  
  
  @keyframes arrowdown {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @-webkit-keyframes arrowdown {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @media (max-width: 500px) {
    .mbr-arrow-up {
      left: 0;
      right: 0;
      text-align: center;
    }
  }
  /*Gradients animation*/
  @keyframes gradient-animation {
    from {
      background-position: 0% 100%;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
    }
    to {
      background-position: 100% 0%;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
    }
  }
  @-webkit-keyframes gradient-animation {
    from {
      background-position: 0% 100%;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
    }
    to {
      background-position: 100% 0%;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
    }
  }
  .bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
  }
  
  .menu .navbar-brand {
    display: -webkit-flex;
    align-items: flex-start;
    
  }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    
  }
  
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; 
    
    
  }

  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: 100%;
   
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
      display: -ms-flexbox;
    }
  }
  @media (max-width: 991px) {
    .menu .navbar-collapse {
      max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
      overflow: auto;
    }
  }
  @media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
      display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
      display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
      max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto;
    }
  }
  @media (max-width: 767px) {
    .menu .navbar-collapse {
      max-height: 80vh;
    }
  }
  
  .nav-link .mbr-iconfont {
    margin-right: 0.5rem;
  }
  
  .navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  
  .nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
  }
  
  .nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .justify-content-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .form-inline {
    display: -webkit-flex;
  }
  
  .card-wrapper {
    -webkit-flex: 1;
    flex: 1;
  }

  .card-wrapper >h2{
    color: var(--zelena);
  }
  
  .carousel-control {
    z-index: 10;
    display: -webkit-flex;
  }
  
  .carousel-controls {
    display: -webkit-flex;
  }
  
  .media {
    display: -webkit-flex;
  }
  
  .form-group:focus {
    outline: none;
  }
  
  .jq-selectbox__select {
    padding: 7px 0;
    position: relative;
  }
  
  .jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
  }
  
  .jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
  }
  
  .jq-selectbox li {
    padding: 1.07em 0.5em;
  }
  
  input[type=range] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .modal-dialog,
  .modal-content {
    height: 100%;
  }
  
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
  }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem);
    }
  }
  
  .carousel-item {
    text-align: center;
  }
  
  .carousel-item img {
    margin: auto;
  }
  
  .navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none !important;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  
  .navbar-toggler-left {
    position: absolute;
    left: 1rem;
  }
  
  .navbar-toggler-right {
    position: absolute;
    right: 1rem;
  }
  
  .card-img {
    width: auto;
  }
  
  .menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
  }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: flex;
  }
  
  .note-air-layout .dropup .dropdown-menu,
  .note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
  }
  
  html,
  body {
    height: auto;
    min-height: 100vh;
  }
  
  .dropup .dropdown-toggle::after {
    display: none;
  }
  
  .form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
  }
  
  .form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
  }
  
  .alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
  }
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
  }
  
  .form-control {
    background-color: #e3e4ea;;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  }
  .form-active .form-control:invalid {
    border-color: red;
  }
  
  form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  form .row [class*=col] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  
  form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  
  form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
  }
  
  form .form-check-input {
    margin-top: 0.5;
  }
  
  textarea.form-control {
    line-height: 1.5rem !important;
  }
  
  .form-group {
    margin-bottom: 1.2rem;
  }
  
  .form-control,
  form .btn {
    min-height: 48px;
  }
  
  .gdpr-block label span.textGDPR input[name=gdpr] {
    top: 7px;
  }
  
  .form-control:focus {
    box-shadow: none;
  }
  
  :focus {
    outline: none;
  }
  
  .mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
  
  blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
  }
  
  ul,
  ol,
  pre,
  blockquote {
    margin-bottom: 2.3125rem;
  }
  
  .mt-4 {
    margin-top: 2rem !important;
  }
  
  .mb-4 {
    margin-bottom: 2rem !important;
  }
  @media (max-width: 992px) {
  .md-pb {
  margin-bottom: 2rem;
  }
  }
  
  
  @media (min-width: 992px) {
    .container {
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .row {
      margin-left: -16px;
      margin-right: -16px;
    }
    .row > [class*=col] {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  @media (min-width: 768px) {
    .container-fluid {
      padding-left: 32px;
      padding-right: 32px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
      padding-left: 32px;
      padding-right: 32px;
    }
  }
  @media (max-width: 767px) {
    .mbr-container {
      padding-left: 16px;
      padding-right: 16px;
    }
    body{
      font-size: 1rem;
    }
  
  }
  .card-wrapper,
  .item-wrapper {
    overflow: hidden;
  }
  
  .app-video-wrapper > img {
    opacity: 1;
  }.engine {
      position: absolute;
      text-indent: -2400px;
      text-align: center;
      padding: 0;
      top: 0;
      left: -2400px;
  }

  .display-2 {
    font-family: 'Inter Tight' sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .display-2 > .mbr-iconfont {
    font-size: 3.5rem;
  }
  .display-n {
    font-family: 'Inter Tight', sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .display-nn {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #00a2ae;
  }
  
  
  /* ---- 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: 992px) {
    .display-1 {
      font-size: 3.2rem;
    }
  }
  @media (max-width: 768px) {
    
    .display-2 {
      font-size: 2.24rem;
      font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
    }
   
  }

  section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  @media (min-width: 992px) {
    .cid-svGry2htlM .card-wrapper {
      padding-right: 2rem;
    }
  }
  .cid-svGry2htlM .image-wrapper img {
    width: 100%;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    object-fit: cover;
    border-radius: 3rem;
  }
  .cid-svGry2htlM .card-title {
    color: #36187d;
  }
  .cid-svGry2htlM .mbr-text,
  .cid-svGry2htlM .mbr-section-btn {
    color: #6c758f;
  }
  .cid-svGrKtQxW4 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e3e4ea;
    overflow: hidden;
  }
  .cid-svGrKtQxW4 .mbr-title {
    color: #bec2cf;
  }
  .cid-svGrKtQxW4 .mbr-text {
    color: #bec2cf;
  }
  .cid-svGrKtQxW4 .row {
    align-items: center;
  }
  .cid-svG0fU5uZq {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
  }
  .cid-svG0fU5uZq .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
  }
  @media (max-width: 767px) {
    .cid-svG0fU5uZq .container {
      padding: 0 ;
    }
  }
  .cid-svG0fU5uZq .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #f2f3f7;
  }
  .cid-svG0fU5uZq .navbar.opened {
    transition: all 0.3s;
  }
  .cid-svG0fU5uZq .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
  }
  .cid-svG0fU5uZq .navbar .navbar-logo img {
    width: auto;
  }
  .cid-svG0fU5uZq .navbar .navbar-collapse {
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-svG0fU5uZq .navbar.collapsed {
    justify-content: center;
  }
  .cid-svG0fU5uZq .navbar.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-svG0fU5uZq .navbar.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-svG0fU5uZq .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svG0fU5uZq .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svG0fU5uZq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-svG0fU5uZq .navbar.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-svG0fU5uZq .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-svG0fU5uZq .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  @media (max-width: 991px) {
    .cid-svG0fU5uZq .navbar .nav-item .nav-link::before {
      display: none;
    }
    .cid-svG0fU5uZq .navbar.opened .dropdown-menu {
      top: 0;
    }
    .cid-svG0fU5uZq .navbar .dropdown-menu .dropdown-submenu {
      left: 0 !important;
    }
    .cid-svG0fU5uZq .navbar .dropdown-menu .dropdown-item:after {
      right: auto;
    }
    .cid-svG0fU5uZq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
      margin-left: 0.5rem;
      margin-top: 0.2rem;
      border-top: 0.35em solid;
      border-right: 0.35em solid transparent;
      border-left: 0.35em solid transparent;
      border-bottom: 0;
      top: 40%;
    }
    .cid-svG0fU5uZq .navbar .navbar-logo img {
      height: 3rem !important;
    }
    .cid-svG0fU5uZq .navbar ul.navbar-nav li {
      margin: auto;
    }
    .cid-svG0fU5uZq .navbar .dropdown-menu .dropdown-item {
      padding: 0.25rem 1.5rem !important;
      text-align: center;
    }
    .cid-svG0fU5uZq .navbar .navbar-brand {
      flex-shrink: initial;
      flex-basis: auto;
      word-break: break-word;
      padding-right: 2rem;
    }
    .cid-svG0fU5uZq .navbar .navbar-toggler {
      flex-basis: auto;
    }
    .cid-svG0fU5uZq .navbar .icons-menu {
      padding-left: 0;
      padding-right: 0;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  .cid-svG0fU5uZq .navbar.navbar-short {
    min-height: 110px;
  }
  .cid-svG0fU5uZq .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-svG0fU5uZq .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
  }
  .cid-svG0fU5uZq .nav-link {
    font-weight: 700;
    position: relative;
  }
  .cid-svG0fU5uZq nav.navbar {
    position: fixed;
  }
  .cid-svG0fU5uZq .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
  }
  .cid-svG0fU5uZq .dropdown-menu {
    padding: 0;
    border-radius: 4px;
  }
  .cid-svG0fU5uZq .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-svG0fU5uZq .dropdown-item:hover,
  .cid-svG0fU5uZq .dropdown-item:focus {
    background: #36187d !important;
    color: white !important;
  }
  .cid-svG0fU5uZq .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .cid-svG0fU5uZq .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .cid-svG0fU5uZq .nav-dropdown .link {
    padding: 0 0.3em !important;
    margin: 0.667em 1em !important;
  }
  .cid-svG0fU5uZq .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
  .cid-svG0fU5uZq .iconfont-wrapper {
    color: #0196e3 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
  }
  .cid-svG0fU5uZq .dropdown-menu,
  .cid-svG0fU5uZq .navbar.opened {
    background: #f2f3f7 !important;
  }
  .cid-svG0fU5uZq .nav-item:focus,
  .cid-svG0fU5uZq .nav-link:focus {
    outline: none;
  }
  .cid-svG0fU5uZq .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
  }
  .cid-svG0fU5uZq .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-svG0fU5uZq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
  }
  .cid-svG0fU5uZq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
  }
  .cid-svG0fU5uZq .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
  }
  .cid-svG0fU5uZq .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-svG0fU5uZq .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-svG0fU5uZq .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-svG0fU5uZq .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-svG0fU5uZq .dropdown-item.active,
  .cid-svG0fU5uZq .dropdown-item:active {
    background-color: transparent;
  }
  .cid-svG0fU5uZq .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-svG0fU5uZq .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-svG0fU5uZq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
  }
  .cid-svG0fU5uZq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #f2f3f7;
  
  }
  .cid-svG0fU5uZq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
  }
  .cid-svG0fU5uZq .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-svG0fU5uZq ul.navbar-nav {
    flex-wrap: wrap;
  }
  .cid-svG0fU5uZq .navbar-buttons {
    text-align: center;
    min-width: 170px;
  }
  .cid-svG0fU5uZq button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-svG0fU5uZq button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #36187d;
  }
  .cid-svG0fU5uZq button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
  }
  .cid-svG0fU5uZq button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
  }
  .cid-svG0fU5uZq button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
  }
  .cid-svG0fU5uZq button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
  }
  .cid-svG0fU5uZq nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  .cid-svG0fU5uZq nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
  }
  .cid-svG0fU5uZq nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
  }
  .cid-svG0fU5uZq nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }
  .cid-svG0fU5uZq .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
  }
  .cid-svG0fU5uZq a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cid-svG0fU5uZq .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-svG0fU5uZq .navbar {
      height: 70px;
    }
    .cid-svG0fU5uZq .navbar.opened {
      height: auto;
    }
    .cid-svG0fU5uZq .nav-item .nav-link:hover::before {
      width: 175%;
      max-width: calc(100% + 2rem);
      left: -1rem;
    }
  }
  .cid-svG0fU5uZq .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .cid-svG0fU5uZq .icons-menu .mbr-iconfont:hover {
    background: #f8f9fb;
  }
  .cid-svH4DBMh2X {
    padding-top: 7rem;
    
    background-color: #0196e3;
  }

  .cid-svH4DBMh2X .mbr-section-title {
    color: #ffffff;
  }
  .cid-svH4DBMh2X .mbr-section-subtitle {
    color: #0196e3;
  }
  .cid-svH4DBMh2X .mbr-text {
    color: #ffffff;
  }
  .cid-svH4DBMh2X .title-col {
    border-right: 2px solid currentColor;
    color: #0196e3;
    margin-right: 3rem;
    align-items: center;
    display: inline-flex;
    width: 100%;
  }
  @media (max-width: 992px) {
    .cid-svH4DBMh2X .title-col {
      margin-right: 0;
      border-right: 0;
    }
  }
  .cid-svH4DBMh2X .text-col {
    align-items: center;
    display: flex;
  }
  .cid-svH4DBMh2X .mbr-section-subtitle,
  .cid-svH4DBMh2X .title-col {
    width: 100%;
    color: #ffffff;
  }
  .cid-svH4DSjNuz {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #e3e4ea;
  }
  .cid-svH4DSjNuz .mbr-section-title {
    color: #36187d;
  }
  .cid-svH4DSjNuz .mbr-section-subtitle {
    color: #0196e3;
  }
  .cid-svH4DSjNuz .mbr-text {
    color: #36187d;
  }
  .cid-svH4DSjNuz .title-col {
    border-right: 3px solid currentColor;
    color: #0196e3;
    margin-right: 3rem;
    align-items: center;
    display: inline-flex;
    width: 100%;
  }
  @media (max-width: 992px) {
    .cid-svH4DSjNuz .title-col {
      margin-right: 0;
      border-right: 0;
    }
  }
  .cid-svH4DSjNuz .text-col {
    align-items: center;
    display: flex;
  }
  .cid-svH4DSjNuz .mbr-section-subtitle,
  .cid-svH4DSjNuz .title-col {
    width: 100%;
  }
  .cid-svH4E0E0hz {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-image: url("../../../assets/images/background2.jpg");
  }
  .cid-svH4E0E0hz .mbr-section-title {
    text-align: center;
    color: #ffffff;
  }
  .cid-svH4E0E0hz .mbr-text,
  .cid-svH4E0E0hz .mbr-section-btn {
    text-align: center;
    color: #f2f3f7;
  }
  .cid-svH4EjEc8n {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #e3e4ea;
  }
  .cid-svH4EjEc8n .mbr-iconfont {
    display: block;
    font-size: 4rem;
    color: #0196e3;
    margin-bottom: 1.5rem;
  }
  .cid-svH4EjEc8n .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-svH4EjEc8n .row {
    margin: 0 -2rem;
    justify-content: center;
  }
  .cid-svH4EjEc8n .card-wrapper {
    padding: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 3rem;
  }
  @media (max-width: 767px) {
    .cid-svH4EjEc8n .card-wrapper {
      padding: 4rem 2rem;
    }
  }
  @media (max-width: 992px) {
    .cid-svH4EjEc8n .card-wrapper {
      margin-bottom: 3rem;
    }
  }
  .cid-svH4EjEc8n .card-title,
  .cid-svH4EjEc8n .iconfont-wrapper {
    color: #36187d;
  }
  .cid-svH4EjEc8n .card-text {
    color: #36187d;
  }
  .cid-svH4EjEc8n .mbr-section-subtitle {
    color: #36187d;
  }
  .cid-svH4EjEc8n .mbr-section-title {
    color: #36187d;
  }
  .cid-svH4EqdU4G {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #e3e4ea;
  }
  .cid-svH4EqdU4G .card-wrapper {
    overflow: visible;
    display: flex;
  }
  @media (max-width: 991px) {
    .cid-svH4EqdU4G .card-wrapper {
      margin-bottom: 4rem;
    }
  }
  @media (max-width: 767px) {
    .cid-svH4EqdU4G .card-wrapper {
      flex-direction: column;
    }
  }
  .cid-svH4EqdU4G .mbr-iconfont {
    font-size: 4rem;
    color: #6592e6;
    padding: 3.5rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .cid-svH4EqdU4G .mbr-iconfont:hover {
    background: #f8f9fb;
  }
  .cid-svH4EqdU4G .card-box {
    margin: auto;
    padding-left: 3rem;
  }
  @media (max-width: 767px) {
    .cid-svH4EqdU4G .card-box {
      padding-left: 0;
      text-align: center;
      padding-top: 2rem;
    }
  }
  @media (max-width: 992px) {
    .cid-svH4EqdU4G .mt-5 {
      margin-top: 0.5rem!important;
    }
  }
  .cid-svH4Eyg9Ao {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #e3e4ea;
  }
  .cid-svH4Eyg9Ao .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-svH4Eyg9Ao .row {
    margin: 0 -2rem;
    justify-content: center;
  }
  .cid-svH4Eyg9Ao .card-wrapper {
    overflow: visible;
    display: flex;
    padding: 3rem;
    transition: all 0.3s;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  }
  @media (max-width: 991px) {
    .cid-svH4Eyg9Ao .card-wrapper {
      margin-bottom: 4rem;
    }
  }
  @media (max-width: 767px) {
    .cid-svH4Eyg9Ao .card-wrapper {
      flex-direction: column;
      padding: 2rem;
    }
  }
  .cid-svH4Eyg9Ao .card-wrapper:hover {
    background: #e3e4ea;;
  }
  .cid-svH4Eyg9Ao .mbr-iconfont {
    font-size: 3rem;
    color: #0196e3;
    padding: 2.5rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 50%;
  }
  .cid-svH4Eyg9Ao .card-box {
    margin: auto;
    padding-left: 3rem;
  }
  @media (max-width: 767px) {
    .cid-svH4Eyg9Ao .card-box {
      padding-left: 0;
      text-align: center;
      padding-top: 2rem;
    }
  }
  @media (max-width: 992px) {
    .cid-svH4Eyg9Ao .mt-5 {
      margin-top: 0.5rem!important;
    }
  }
  .cid-svH4Eyg9Ao .card-text {
    color: #6c758f;
  }
  .cid-svH4Eyg9Ao .card-title {
    color: #0196e3;
  }
  .cid-svH4EEF6ht {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #e3e4ea;
  }
  .cid-svH4EEF6ht .title {
    padding: 0 2rem;
    color: #36187d;
  }
  .cid-svH4EEF6ht .card-number {
    min-width: fit-content;
    color: #0196e3;
  }
  .cid-svH4EEF6ht .card-title {
    color: #ea2396;
  }
  .cid-svH4EEF6ht .card-wrapper {
    overflow: visible;
    display: flex;
    align-items: center;
    padding: 3rem 4rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    transition: all 0.3s;
    margin-bottom: 4rem;
  }
  @media (max-width: 767px) {
    .cid-svH4EEF6ht .card-wrapper {
      flex-direction: row;
      padding: 1rem 2rem;
    }
  }
  .cid-svH4EEF6ht .card-wrapper:hover {
    background: #e3e4ea;;
  }
  .cid-svH4EEF6ht .mbr-iconfont {
    font-size: 1.5rem;
    color: #0196e3;
  }
  .cid-svH4EEF6ht .card-box {
    margin: auto;
    padding-left: 3rem;
  }
  @media (max-width: 767px) {
    .cid-svH4EEF6ht .card-box {
      padding-left: 0;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }
  @media (max-width: 992px) {
    .cid-svH4EEF6ht .mt-5 {
      margin-top: 0.5rem!important;
    }
  }
  .cid-svMGGXftGy {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #e3e4ea;
  }
  .cid-svMGGXftGy img,
  .cid-svMGGXftGy .item-img {
    border-radius: 2rem;
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
  }
  .cid-svMGGXftGy .item:focus,
  .cid-svMGGXftGy span:focus {
    outline: none;
  }
  .cid-svMGGXftGy .item {
    cursor: pointer;
    margin-bottom: 2rem;
  }
  .cid-svMGGXftGy .item-wrapper {
    position: relative;
    padding: 1rem;
    border-radius: 3rem;
    background: #f2f3f7;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  }
  .cid-svMGGXftGy .item-wrapper:hover img {
    transform: scale(1.05);
  }
  @media (max-width: 767px) {
    .cid-svMGGXftGy .item-wrapper {
      border-radius: 2rem;
    }
  }
  .cid-svMGGXftGy .item-content {
    padding: 1.5rem 1rem;
  }
  @media (max-width: 767px) {
    .cid-svMGGXftGy .item-content {
      padding: 1rem 0;
    }
  }
  .cid-svMGGXftGy .mbr-section-title {
    color: #36187d;
  }
  .cid-svMGGXftGy .mbr-text,
  .cid-svMGGXftGy .mbr-section-btn {
    text-align: center;
  }
  .cid-svMGGXftGy .item-title {
    text-align: center;
    color: #36187d;
  }
  .cid-svMGGXftGy .item-subtitle {
    text-align: center;
  }
  .cid-svH4EWbMfd {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #e3e4ea;
  }
  .cid-svH4EWbMfd .mbr-iconfont {
    display: block;
    font-size: 4rem;
    color: #0196e3;
    margin-bottom: 1.5rem;
  }
  .cid-svH4EWbMfd .col-lg-4,
  .cid-svH4EWbMfd .col-12 {
    padding: 0 2rem;
  }
  .cid-svH4EWbMfd .row {
    margin: 0 -2rem;
    justify-content: center;
  }
  .cid-svH4EWbMfd .card-wrapper {
    padding: 3rem 2rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 3rem;
  }
  @media (max-width: 767px) {
    .cid-svH4EWbMfd .card-wrapper {
      padding: 4rem 2rem;
    }
  }
  @media (max-width: 992px) {
    .cid-svH4EWbMfd .card-wrapper {
      margin-bottom: 3rem;
    }
  }
  .cid-svH4EWbMfd .card-title,
  .cid-svH4EWbMfd .iconfont-wrapper {
    color: #36187d;
    text-align: center;
  }
  .cid-svH4EWbMfd .card-text {
    color: #6c758f;
    text-align: center;
  }
  .cid-svH4EWbMfd .mbr-section-subtitle {
    color: #6c758f;
  }
  .cid-svH4EWbMfd .mbr-section-title {
    color: #36187d;
  }
  .cid-svMGHXCOeV {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #e3e4ea;
  }
  .cid-svMGHXCOeV img,
  .cid-svMGHXCOeV .item-img {
    border-radius: 2rem;
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
  }
  .cid-svMGHXCOeV .item:focus,
  .cid-svMGHXCOeV span:focus {
    outline: none;
  }
  .cid-svMGHXCOeV .item {
    cursor: pointer;
    margin-bottom: 2rem;
  }
  .cid-svMGHXCOeV .item-wrapper {
    position: relative;
    padding: 1rem;
    border-radius: 3rem;
    background: #f2f3f7;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  }
  .cid-svMGHXCOeV .item-wrapper:hover img {
    transform: scale(1.05);
  }
  @media (max-width: 767px) {
    .cid-svMGHXCOeV .item-wrapper {
      border-radius: 2rem;
    }
  }
  .cid-svMGHXCOeV .item-content {
    padding: 1.5rem 1rem;
  }
  .navbar-dropdown {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease;
    z-index: 1030;
    background: #282828; }
    .navbar-dropdown .navbar-logo {
      margin-right: 0.8rem;
      transition: margin 0.3s ease-in-out;
      vertical-align: middle; }
      .navbar-dropdown .navbar-logo img {
        height: 3.125rem;
        transition: all 0.3s ease-in-out; }
      .navbar-dropdown .navbar-logo.mbr-iconfont {
        font-size: 3.125rem;
        line-height: 3.125rem; }
    .navbar-dropdown .navbar-caption {
      font-weight: 700;
      white-space: normal;
      vertical-align: -4px;
      line-height: 3.125rem !important; }
      .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
        color: inherit;
        text-decoration: none; }
    .navbar-dropdown .mbr-iconfont + .navbar-caption {
      vertical-align: -1px; }
    .navbar-dropdown.navbar-fixed-top {
      position: fixed; }
    .navbar-dropdown .navbar-brand span {
      vertical-align: -4px; }
    .navbar-dropdown.bg-color.transparent {
      background: none; }
    .navbar-dropdown.navbar-short .navbar-brand {
      padding: 0.625rem 0; }
      .navbar-dropdown.navbar-short .navbar-brand span {
        vertical-align: -1px; }
    .navbar-dropdown.navbar-short .navbar-caption {
      line-height: 2.375rem !important;
      vertical-align: -2px; }
    .navbar-dropdown.navbar-short .navbar-logo {
      margin-right: 0.5rem; }
      .navbar-dropdown.navbar-short .navbar-logo img {
        height: 2.375rem; }
      .navbar-dropdown.navbar-short .navbar-logo.mbr-iconfont {
        font-size: 2.375rem;
        line-height: 2.375rem; }
    .navbar-dropdown.navbar-short .mbr-table-cell {
      height: 3.625rem; }
    .navbar-dropdown .navbar-close {
      left: 0.6875rem;
      position: fixed;
      top: 0.75rem;
      z-index: 1000; }
    .navbar-dropdown .hamburger-icon {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      -webkit-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828;
      -moz-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828;
      box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828; }
  
  .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    border-bottom: 0.35em solid transparent;
    border-left: 0.35em solid;
    border-right: 0;
    border-top: 0.35em solid transparent;
    margin-left: 0.3rem; }
  
  .dropdown-menu .dropdown-item:focus {
    outline: 0; }
  
  .nav-dropdown {
    font-size: 0.75rem;
    font-weight: 300;
    height: auto !important; }
    .nav-dropdown .nav-btn {
      padding-left: 1rem; }
    .nav-dropdown .link {
      margin: .667em 1.667em;
      font-weight: 300;
      padding: 0;
      transition: color .2s ease-in-out; }
      .nav-dropdown .link.dropdown-toggle {
        margin-right: 2.583em; }
        .nav-dropdown .link.dropdown-toggle::after {
          margin-left: .25rem;
          border-top: 0.35em solid;
          border-right: 0.35em solid transparent;
          border-left: 0.35em solid transparent;
          border-bottom: 0; }
        .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
          margin: 0;
          padding: 0.667em 3.263em  0.667em 1.667em; }
    .nav-dropdown .link::after,
    .nav-dropdown .dropdown-item::after {
      color: inherit; }
    .nav-dropdown .btn {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0;
      margin-bottom: 0;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    .nav-dropdown .dropdown-menu {
      border-radius: 0;
      border: 0;
      left: 0;
      margin: 0;
      padding-bottom: 1.25rem;
      padding-top: 1.25rem;
      position: relative; }
    .nav-dropdown .dropdown-submenu {
      margin-left: 0.125rem;
      top: 0; }
    .nav-dropdown .dropdown-item {
      font-weight: 500;
      line-height: 2;
      padding: 0.3846em 4.615em 0.3846em 1.5385em;
      position: relative;
      transition: color .2s ease-in-out, background-color .2s ease-in-out; }
      .nav-dropdown .dropdown-item::after {
        margin-top: -0.3077em;
        position: absolute;
        right: 1.1538em;
        top: 50%; }
      .nav-dropdown .dropdown-item:focus, .nav-dropdown .dropdown-item:hover {
        background: none; }
  
  @media (max-width: 767px) {
    .nav-dropdown.navbar-toggleable-sm {
      bottom: 0;
      display: none;
      left: 0;
      overflow-x: hidden;
      position: fixed;
      top: 0;
      transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      width: 18.75rem;
      z-index: 999; } }
  .nav-dropdown.navbar-toggleable-xl {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 18.75rem;
    z-index: 999; }
  
  .nav-dropdown-sm {
    display: block !important;
    overflow-x: hidden;
    overflow: auto;
    padding-top: 3.875rem; }
    .nav-dropdown-sm::after {
      content: "";
      display: block;
      height: 3rem;
      width: 100%; }
    .nav-dropdown-sm.collapse.in ~ .navbar-close {
      display: block !important; }
    .nav-dropdown-sm.collapsing, .nav-dropdown-sm.collapse.in {
      transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      background: #282828; }
    .nav-dropdown-sm.collapsing[aria-expanded="false"] {
      transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%); }
    .nav-dropdown-sm .nav-item {
      display: block;
      margin-left: 0 !important;
      padding-left: 0; }
    .nav-dropdown-sm .link,
    .nav-dropdown-sm .dropdown-item {
      border-top: 1px dotted rgba(255, 255, 255, 0.1);
      font-size: 0.8125rem;
      line-height: 1.6;
      margin: 0 !important;
      padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
      position: relative;
      white-space: normal; }
      .nav-dropdown-sm .link:focus, .nav-dropdown-sm .link:hover,
      .nav-dropdown-sm .dropdown-item:focus,
      .nav-dropdown-sm .dropdown-item:hover {
        background: rgba(0, 0, 0, 0.2) !important;
        color: #c0a375; }
    .nav-dropdown-sm .nav-btn {
      position: relative;
      padding: 1.5625rem 1.5625rem 0 1.5625rem; }
      .nav-dropdown-sm .nav-btn::before {
        border-top: 1px dotted rgba(255, 255, 255, 0.1);
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .nav-dropdown-sm .nav-btn + .nav-btn {
        padding-top: 0.625rem; }
        .nav-dropdown-sm .nav-btn + .nav-btn::before {
          display: none; }
    .nav-dropdown-sm .btn {
      padding: 0.625rem 0; }
    .nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
      margin-left: .25rem;
      border-top: 0.35em solid;
      border-right: 0.35em solid transparent;
      border-left: 0.35em solid transparent;
      border-bottom: 0; }
    .nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
      border-top: 0;
      border-right: 0.35em solid transparent;
      border-left: 0.35em solid transparent;
      border-bottom: 0.35em solid; }
    .nav-dropdown-sm .dropdown-menu {
      margin: 0;
      padding: 0;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      border: 0;
      float: none;
      border-radius: 0;
      background: none; }
    .nav-dropdown-sm .dropdown-submenu {
      left: 100%;
      margin-left: 0.125rem;
      margin-top: -1.25rem;
      top: 0; }
  
  .navbar-toggleable-sm .nav-dropdown .dropdown-menu {
    position: absolute; }
  
  .navbar-toggleable-sm .nav-dropdown .dropdown-submenu {
    left: 100%;
    margin-left: 0.125rem;
    margin-top: -1.25rem;
    top: 0; }
  
  .navbar-toggleable-sm.opened .nav-dropdown .dropdown-menu {
    position: relative; }
  
  .navbar-toggleable-sm.opened .nav-dropdown .dropdown-submenu {
    left: 0;
    margin-left: 00rem;
    margin-top: 0rem;
    top: 0; }
  
  .is-builder .nav-dropdown.collapsing {
    transition: none !important; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .cid-svG0fU5uZq .navbar {
          height: 70px;
        }
        .cid-svG0fU5uZq .navbar.opened {
          height: auto;
        }
        .cid-svG0fU5uZq .nav-item .nav-link:hover::before {
          width: 175%;
          max-width: calc(100% + 2rem);
          left: -1rem;
        }
      }
      .cid-svG0fU5uZq .icons-menu .mbr-iconfont {
        font-size: 1.5rem;
        padding: 1.5rem!important;
        margin: 0 0.3rem!important;
        box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
        border-radius: 50%;
        transition: all 0.3s;
      }
      .cid-svG0fU5uZq .icons-menu .mbr-iconfont:hover {
        background: #f8f9fb;
      }
      .cid-svH4DBMh2X {
        padding-top: 7rem;
       
        background-color: #0196e3;
      }
      .cid-svH4DBMh2X .mbr-section-title {
        color: #ffffff;
      }
      .cid-svH4DBMh2X .mbr-section-subtitle {
        color: #0196e3;
      }
      .cid-svH4DBMh2X .mbr-text {
        color: #ffffff;
      }
      .cid-svH4DBMh2X .title-col {
        border-right: 2px solid currentColor;
        color: #0196e3;
        margin-right: 3rem;
        align-items: center;
        display: inline-flex;
        width: 100%;
      }
      @media (max-width: 992px) {
        .cid-svH4DBMh2X .title-col {
          margin-right: 0;
          border-right: 0;
        }
      }
      .cid-svH4DBMh2X .text-col {
        align-items: center;
        display: flex;
      }
      .cid-svH4DBMh2X .mbr-section-subtitle,
      .cid-svH4DBMh2X .title-col {
        width: 100%;
        color: #ffffff;
      }
      .cid-svH4DSjNuz {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-color: #e3e4ea;
      }
      .cid-svH4DSjNuz .mbr-section-title {
        color: #36187d;
      }
      .cid-svH4DSjNuz .mbr-section-subtitle {
        color: #0196e3;
      }
      .cid-svH4DSjNuz .mbr-text {
        color: #36187d;
      }
      .cid-svH4DSjNuz .title-col {
        border-right: 3px solid currentColor;
        color: #0196e3;
        margin-right: 3rem;
        align-items: center;
        display: inline-flex;
        width: 100%;
      }
      @media (max-width: 992px) {
        .cid-svH4DSjNuz .title-col {
          margin-right: 0;
          border-right: 0;
        }
      }
      .cid-svH4DSjNuz .text-col {
        align-items: center;
        display: flex;
      }
      .cid-svH4DSjNuz .mbr-section-subtitle,
      .cid-svH4DSjNuz .title-col {
        width: 100%;
      }
      .cid-svH4E0E0hz {
        padding-top: 15rem;
        padding-bottom: 15rem;
        background-image: url("../../../assets/images/background2.jpg");
      }
      .cid-svH4E0E0hz .mbr-section-title {
        text-align: center;
        color: #ffffff;
      }
      .cid-svH4E0E0hz .mbr-text,
      .cid-svH4E0E0hz .mbr-section-btn {
        text-align: center;
        color: #f2f3f7;
      }
      .cid-svH4EjEc8n {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-color: #e3e4ea;
      }
      .cid-svH4EjEc8n .mbr-iconfont {
        display: block;
        font-size: 4rem;
        color: #0196e3;
        margin-bottom: 1.5rem;
      }
      .cid-svH4EjEc8n .col-lg-6 {
        padding: 0 2rem;
      }
      .cid-svH4EjEc8n .row {
        margin: 0 -2rem;
        justify-content: center;
      }
      .cid-svH4EjEc8n .card-wrapper {
        padding: 3rem;
        box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
        border-radius: 3rem;
      }
      @media (max-width: 767px) {
        .cid-svH4EjEc8n .card-wrapper {
          padding: 4rem 2rem;
        }
      }
      @media (max-width: 992px) {
        .cid-svH4EjEc8n .card-wrapper {
          margin-bottom: 3rem;
        }
      }
      .cid-svH4EjEc8n .card-title,
      .cid-svH4EjEc8n .iconfont-wrapper {
        color: #36187d;
      }
      .cid-svH4EjEc8n .card-text {
        color: #36187d;
      }
      .cid-svH4EjEc8n .mbr-section-subtitle {
        color: #36187d;
      }
      .cid-svH4EjEc8n .mbr-section-title {
        color: #36187d;
      }
      .cid-svH4EqdU4G {
        padding-top: 10rem;
        padding-bottom: 10rem;
        background-color: #e3e4ea;
      }
      .cid-svH4EqdU4G .card-wrapper {
        overflow: visible;
        display: flex;
      }
      @media (max-width: 991px) {
        .cid-svH4EqdU4G .card-wrapper {
          margin-bottom: 4rem;
        }
      }
      @media (max-width: 767px) {
        .cid-svH4EqdU4G .card-wrapper {
          flex-direction: column;
        }
      }

      /*MObiRise*/
      @font-face {
        font-family: 'MobiriseIcons';
        src:  url('mobirise-icons.eot?spat4u');
        src:  url('mobirise-icons.eot?spat4u#iefix') format('embedded-opentype'),
          url('mobirise-icons.ttf?spat4u') format('truetype'),
          url('mobirise-icons.woff?spat4u') format('woff'),
          url('mobirise-icons.svg?spat4u#MobiriseIcons') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
      }
      
      [class^="mbri-"], [class*=" mbri-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: MobiriseIcons !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
      
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      
      .mbri-add-submenu:before {
        content: "\e900";
      }
      .mbri-alert:before {
        content: "\e901";
      }
      .mbri-align-center:before {
        content: "\e902";
      }
      .mbri-align-justify:before {
        content: "\e903";
      }
      .mbri-align-left:before {
        content: "\e904";
      }
      .mbri-align-right:before {
        content: "\e905";
      }
      .mbri-android:before {
        content: "\e906";
      }
      .mbri-apple:before {
        content: "\e907";
      }
      .mbri-arrow-down:before {
        content: "\e908";
      }
      .mbri-arrow-next:before {
        content: "\e909";
      }
      .mbri-arrow-prev:before {
        content: "\e90a";
      }
      .mbri-arrow-up:before {
        content: "\e90b";
      }
      .mbri-bold:before {
        content: "\e90c";
      }
      .mbri-bookmark:before {
        content: "\e90d";
      }
      .mbri-bootstrap:before {
        content: "\e90e";
      }
      .mbri-briefcase:before {
        content: "\e90f";
      }
      .mbri-browse:before {
        content: "\e910";
      }
      .mbri-bulleted-list:before {
        content: "\e911";
      }
      .mbri-calendar:before {
        content: "\e912";
      }
      .mbri-camera:before {
        content: "\e913";
      }
      .mbri-cart-add:before {
        content: "\e914";
      }
      .mbri-cart-full:before {
        content: "\e915";
      }
      .mbri-cash:before {
        content: "\e916";
      }
      .mbri-change-style:before {
        content: "\e917";
      }
      .mbri-chat:before {
        content: "\e918";
      }
      .mbri-clock:before {
        content: "\e919";
      }
      .mbri-close:before {
        content: "\e91a";
      }
      .mbri-cloud:before {
        content: "\e91b";
      }
      .mbri-code:before {
        content: "\e91c";
      }
      .mbri-contact-form:before {
        content: "\e91d";
      }
      .mbri-credit-card:before {
        content: "\e91e";
      }
      .mbri-cursor-click:before {
        content: "\e91f";
      }
      .mbri-cust-feedback:before {
        content: "\e920";
      }
      .mbri-database:before {
        content: "\e921";
      }
      .mbri-delivery:before {
        content: "\e922";
      }
      .mbri-desktop:before {
        content: "\e923";
      }
      .mbri-devices:before {
        content: "\e924";
      }
      .mbri-down:before {
        content: "\e925";
      }
      .mbri-download:before {
        content: "\e989";
      }
      .mbri-drag-n-drop:before {
        content: "\e927";
      }
      .mbri-drag-n-drop2:before {
        content: "\e928";
      }
      .mbri-edit:before {
        content: "\e929";
      }
      .mbri-edit2:before {
        content: "\e92a";
      }
      .mbri-error:before {
        content: "\e92b";
      }
      .mbri-extension:before {
        content: "\e92c";
      }
      .mbri-features:before {
        content: "\e92d";
      }
      .mbri-file:before {
        content: "\e92e";
      }
      .mbri-flag:before {
        content: "\e92f";
      }
      .mbri-folder:before {
        content: "\e930";
      }
      .mbri-gift:before {
        content: "\e931";
      }
      .mbri-github:before {
        content: "\e932";
      }
      .mbri-globe:before {
        content: "\e933";
      }
      .mbri-globe-2:before {
        content: "\e934";
      }
      .mbri-growing-chart:before {
        content: "\e935";
      }
      .mbri-hearth:before {
        content: "\e936";
      }
      .mbri-help:before {
        content: "\e937";
      }
      .mbri-home:before {
        content: "\e938";
      }
      .mbri-hot-cup:before {
        content: "\e939";
      }
      .mbri-idea:before {
        content: "\e93a";
      }
      .mbri-image-gallery:before {
        content: "\e93b";
      }
      .mbri-image-slider:before {
        content: "\e93c";
      }
      .mbri-info:before {
        content: "\e93d";
      }
      .mbri-italic:before {
        content: "\e93e";
      }
      .mbri-key:before {
        content: "\e93f";
      }
      .mbri-laptop:before {
        content: "\e940";
      }
      .mbri-layers:before {
        content: "\e941";
      }
      .mbri-left-right:before {
        content: "\e942";
      }
      .mbri-left:before {
        content: "\e943";
      }
      .mbri-letter:before {
        content: "\e944";
      }
      .mbri-like:before {
        content: "\e945";
      }
      .mbri-link:before {
        content: "\e946";
      }
      .mbri-lock:before {
        content: "\e947";
      }
      .mbri-login:before {
        content: "\e948";
      }
      .mbri-logout:before {
        content: "\e949";
      }
      .mbri-magic-stick:before {
        content: "\e94a";
      }
      .mbri-map-pin:before {
        content: "\e94b";
      }
      .mbri-menu:before {
        content: "\e94c";
      }
      .mbri-mobile:before {
        content: "\e94d";
      }
      .mbri-mobile2:before {
        content: "\e94e";
      }
      .mbri-mobirise:before {
        content: "\e94f";
      }
      .mbri-more-horizontal:before {
        content: "\e950";
      }
      .mbri-more-vertical:before {
        content: "\e951";
      }
      .mbri-music:before {
        content: "\e952";
      }
      .mbri-new-file:before {
        content: "\e953";
      }
      .mbri-numbered-list:before {
        content: "\e954";
      }
      .mbri-opened-folder:before {
        content: "\e955";
      }
      .mbri-pages:before {
        content: "\e956";
      }
      .mbri-paper-plane:before {
        content: "\e957";
      }
      .mbri-paperclip:before {
        content: "\e958";
      }
      .mbri-photo:before {
        content: "\e959";
      }
      .mbri-photos:before {
        content: "\e95a";
      }
      .mbri-pin:before {
        content: "\e95b";
      }
      .mbri-play:before {
        content: "\e95c";
      }
      .mbri-plus:before {
        content: "\e95d";
      }
      .mbri-preview:before {
        content: "\e95e";
      }
      .mbri-print:before {
        content: "\e95f";
      }
      .mbri-protect:before {
        content: "\e960";
      }
      .mbri-question:before {
        content: "\e961";
      }
      .mbri-quote-left:before {
        content: "\e962";
      }
      .mbri-quote-right:before {
        content: "\e963";
      }
      .mbri-refresh:before {
        content: "\e964";
      }
      .mbri-responsive:before {
        content: "\e965";
      }
      .mbri-right:before {
        content: "\e966";
      }
      .mbri-rocket:before {
        content: "\e967";
      }
      .mbri-sad-face:before {
        content: "\e968";
      }
      .mbri-sale:before {
        content: "\e969";
      }
      .mbri-save:before {
        content: "\e96a";
      }
      .mbri-search:before {
        content: "\e96b";
      }
      .mbri-setting:before {
        content: "\e96c";
      }
      .mbri-setting2:before {
        content: "\e96d";
      }
      .mbri-setting3:before {
        content: "\e96e";
      }
      .mbri-share:before {
        content: "\e96f";
      }
      .mbri-shopping-bag:before {
        content: "\e970";
      }
      .mbri-shopping-basket:before {
        content: "\e971";
      }
      .mbri-shopping-cart:before {
        content: "\e972";
      }
      .mbri-sites:before {
        content: "\e973";
      }
      .mbri-smile-face:before {
        content: "\e974";
      }
      .mbri-speed:before {
        content: "\e975";
      }
      .mbri-star:before {
        content: "\e976";
      }
      .mbri-success:before {
        content: "\e977";
      }
      .mbri-sun:before {
        content: "\e978";
      }
      .mbri-sun2:before {
        content: "\e979";
      }
      .mbri-tablet:before {
        content: "\e97a";
      }
      .mbri-tablet-vertical:before {
        content: "\e97b";
      }
      .mbri-target:before {
        content: "\e97c";
      }
      .mbri-timer:before {
        content: "\e97d";
      }
      .mbri-to-ftp:before {
        content: "\e97e";
      }
      .mbri-to-local-drive:before {
        content: "\e97f";
      }
      .mbri-touch-swipe:before {
        content: "\e980";
      }
      .mbri-touch:before {
        content: "\e981";
      }
      .mbri-trash:before {
        content: "\e982";
      }
      .mbri-underline:before {
        content: "\e983";
      }
      .mbri-unlink:before {
        content: "\e984";
      }
      .mbri-unlock:before {
        content: "\e985";
      }
      .mbri-up-down:before {
        content: "\e986";
      }
      .mbri-up:before {
        content: "\e987";
      }
      .mbri-update:before {
        content: "\e988";
      }
      .mbri-upload:before {
       content: "\e926"; 
      }
      .mbri-user:before {
        content: "\e98a";
      }
      .mbri-user2:before {
        content: "\e98b";
      }
      .mbri-users:before {
        content: "\e98c";
      }
      .mbri-video:before {
        content: "\e98d";
      }
      .mbri-video-play:before {
        content: "\e98e";
      }
      .mbri-watch:before {
        content: "\e98f";
      }
      .mbri-website-theme:before {
        content: "\e990";
      }
      .mbri-wifi:before {
        content: "\e991";
      }
      .mbri-windows:before {
        content: "\e992";
      }
      .mbri-zoom-out:before {
        content: "\e993";
      }
      .mbri-redo:before {
        content: "\e994";
      }
      .mbri-undo:before {
        content: "\e995";
      }
/*end of Mobi riise*/      
/*! Media  */
.media-content {
    flex-basis: 100%;
  }
  
  .media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
  }
  .media-container-row .media-size-item {
    width: 400px;
  }
  
  .media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
  }
  .media-container-column > * {
    width: 100%;
  }
  
  @media (min-width: 992px) {
    .media-container-row {
      flex-wrap: nowrap;
    }
  }
  figure {
    margin-bottom: 0;
    overflow: hidden;
  }
  
  figure[mbr-media-size] {
    transition: width 0.1s;
  }
  
  img,
  iframe {
    display: block;
    width: 100%;
  }
  
  .card {
    background-color: transparent;
    border: none;
  }
  
  .card-box {
    width: 100%;
  }
  
  .card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  
  .media {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .mbr-figure {
    align-self: center;
  }
  
  .media-container > div {
    max-width: 100%;
  }
  
  .mbr-figure img,
  .card-img img {
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .media-size-item {
      width: auto !important;
    }
  
    .media {
      width: auto;
    }
  
    .mbr-figure {
      width: 100% !important;
    }
  }
  /*! Buttons */
  .mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
  }
  
  .btn {
    font-weight: 700;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
  }
  
  .btn-sm {
    font-weight: 700;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
  }
  
  .btn-md {
    font-weight: 700;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
  }
  
  .btn-lg {
    font-weight: 700;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
  }
  
  .btn-form {
    margin: 0;
  }
  .btn-form:hover {
    cursor: pointer;
  }
  
  nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  
  /*! Btn icon margin */
  .btn .mbr-iconfont,
  .btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
  }
  
  .btn.btn-md .mbr-iconfont,
  .btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
  }
  
  .mbr-regular {
    font-weight: 400;
  }
  
  .mbr-semibold {
    font-weight: 500;
  }
  
  .mbr-bold {
    font-weight: 700;
  }
  
  [type=submit] {
    -webkit-appearance: none;
    appearance: none;
  }

  .mbr-iconfont::before{
    content: '@';
  }

  .dva::before{
    content: '&';
  }

  .tri::before{
    content: '#';
  }


  .cid-svH4Eyg9Ao .mbr-iconfont {
    font-size: 3rem;
    color: #566369;
    padding: 2.5rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 50%;
  }
  
  #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .navbar-caption-wrap img{
    max-height: 100px;
    max-width: 120px;
  }

 .car li{
  padding-bottom: 2rem;
  font-weight: 300;
 }
 .car1 li{
  padding-bottom: 2rem;
  font-weight: 300;
 }

.car {
  list-style: none;
}


ul{
list-style-type: none;
}

 /* .sakrij {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}

.otkrij {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.kralj:nth-child(2){
transition-delay: 200ms;
}
.kralj:nth-child(3){
  transition-delay: 400ms;
}
.kralj:nth-child(4){
  transition-delay: 600ms;
}
.kralj:nth-child(5){
  transition-delay: 800ms;
} */
ul#brlj {
 columns: 2 !important;
 -webkit-columns: 2;
  -moz-columns: 2;
}

@media (max-width: 767px) {
  ul#brlj {
    columns: 1 !important;
    -webkit-columns: 1;
     -moz-columns: 1;
}
}
/* The Modal (background) */

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  height: auto;
  width: 80%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.7s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close{
  cursor: pointer;
  background: none;
  color: white;
  text-shadow: 2px 2px 6px #6b6a6a;
  border: none;
  float: right;
  font-size: 1em;
  font-weight: bold;

}

.closex{
  vertical-align: middle;
  justify-self: flex-end;
  background: none;
  color: white;
  text-shadow: 2px 1px 6px #438569;
  border: none;
  font-size: 2em;
  font-weight: bold;
}

.close:hover
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  display: grid;
  grid-template-columns: 90% 10%;
 font-size: 1.4rem;
  padding: 12px 16px;
  background: linear-gradient(90deg, rgba(5,153,139,1) 19%, rgba(9,9,121,0.16288522244835435) 55%, rgba(0,212,255,0) 81%);
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal .modal-body p{
  font-size: 1rem!important;
}

.modal-footer {
  min-height: 4ch;
  padding: 2px 16px;
  background: rgb(5,153,139);
  background: linear-gradient(336deg, rgba(5,153,139,1) 19%, rgba(9,9,121,0.16288522244835435) 55%, rgba(0,212,255,0) 81%); 
  color: rgb(3, 92, 58);
}
.images-container .card:hover img{
  -webkit-filter: sepia(30);
	filter: sepia(30);

}
btn{
  cursor: pointer!important;
}
.close:hover{
opacity: .6;
mix-blend-mode: hue;
}
.closex:hover{
  opacity: .5;
}
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}


@media (max-width: 767px){
.carousel-inner .carousel-item >div{display: none}
.carousel-inner .carousel-item >div:first-child{display: block}}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev{display: flex}

@media (min-width: 768px){.carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next{transform: translateX(33.3%)}

.carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev{transform: translateX(-33.3%)}}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start{transform: translateX(0)}
.carousel-item .card, .card img{
  border-radius: 2ch;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
  color: #fff;
  background-color: #00a2ae;
  border-radius: 50%;
}

.carousel-item p{
  color: var(--plava);
}

.join p{
  min-width: 20%;
}
.join img{
  border-radius: 7%;
}
ul.oglasi li{
 list-style-type: disc;
 color: var(--zelena);
}
ul.oglasi li p{
  color: #000;
}
#main_fields div.field,
#custom_fields div.field,
#demographic_questions div.field,
#eeoc_fields div.field {
  clear:both;
  overflow:auto;
  line-height:30px;
  margin-bottom:15px;
}
    
.futerko{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.fjuter{
display: flex;
flex-direction: row;
justify-content: right;
gap: 4ch;
}


.cid-svH4DBMh2X.prva{
 
 
  background-color: #fff;
}
.fprva{
  position: absolute; 
  bottom: 0px; 
  width: 100%;
}
.nepromena{
  display: none;
}
@media only screen and (max-width: 600px) {
  .naslovna{
    color: var(--plava);
    text-shadow: 3px 3px 0px rgba(12,	21,	33, 0.6); 
    font-size: 1.4rem; 
    font-weight: 700;
  }
    .cid-svH4DBMh2X.prva{
    padding-top: 12rem;
  }

  .prva .idi{
    margin-top: -3rem;
  }
  .fprva{
  position: absolute; 
  bottom: 17%; 
}
.fjuter{
display: flex;
flex-direction: column;
gap: 0.3ch;
}
.futerko{
  display: flex;
flex-direction: column;
gap: 0.3ch;
}
.promena>img{
  display: none;
}
.nepromena{
  display: block;
  min-width: 100%;
}
.cid-svH4EqdU4G .mbr-iconfont {
    font-size: 2rem;
    color: #6592e6;
    padding: 1rem;
    box-shadow: 0.1em 0.1em 0.2em #d2dce9, -0.2em -0.2em 0.4em #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .cid-svH4EqdU4G {
    padding-top: 1rem;
    padding-bottom: 1rem;
    
  }

}

@media only screen and (max-width: 950px) and (min-width: 601px) {
  .naslovna{
    font-size: 2.5rem; 
    
  }
    .cid-svH4DBMh2X.prva{
    padding-top: 12rem;
    
  }

  .prva .idi{
    display: flex;
    align-items: center;
  }
  .fprva{
   position: fixed;
   margin-bottom: 0px;
   text-align: left;
  
}
.fjuter{
display: flex;
flex-direction: column;
gap: 0.3ch;
}
.futerko{
  display: flex;
flex-direction: column;
gap: 0.3ch;
}

.promena>img{
  display: none;
}
.nepromena{
  display: block;
  min-width: 100%;
}
  .cid-svH4EqdU4G {
    padding-top: 1rem;
    padding-bottom: 1rem;
    
  }

}