/* integration page */
.card-portfolio .card-img.card-img-bottom-none{
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset
}

.dark-mode .form-control, .dark-mode .form-select{
    /* color: #565973 !important; */
    color: var(--si-gray) !important;
    /* background-color: var(--si-dark); */
}

.h-one-six-five{
    height: 155px;
}
.w-one-six-five{
    width: 300px;
}

.center-images{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.integration.bg-gradient-primary {
    background: linear-gradient(90deg, #3699ff 0%, #3699ff 50%, #3699ff 100%) !important;
}

.w-30{
    width: 30%;
}

.ps-6 {
    padding-left: 4.5rem !important;
}
.ms-md-6{
    margin-left: 4.5rem !important;
}

@media only screen and (max-width: 499.98px) {
    .w-one-six-five{
        width: 100%;
        max-width: 99%;
    }
    .p-5{
        padding:1.5rem !important;
    }
}

@media (min-width: 500px) {
    .h-one-six-five{
        height: 20vh;
    }
    .w-one-six-five{
        width: 100%;
    }
    .p-5{
        padding:1.5rem !important;
    }
}

/* @media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
} */

.bg-light-icon {
    background-color: #ffffff !important;
}
.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }
  .dark-mode .page-loading {
    background-color: #0b0f19;
  }
  .page-loading.active {
    opacity: 1;
    visibility: visible;
  }
  .page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
  }
  .page-loading.active > .page-loading-inner {
    opacity: 1;
  }
  .page-loading-inner > span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #9397ad;
  }
  .dark-mode .page-loading-inner > span {
    /*color: #fff;*/
    color: #3699ff;
    opacity: .7;
  }
  .page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
  }
  .dark-mode .page-spinner {
    /*border-color: rgba(255,255,255,.4);*/
    border-color: rgba(54,153,255,.7);
    border-right-color: transparent;
  }
  @-webkit-keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .logo-size{
    height: 45px;
  }
  @media (max-width: 1080px) {
    .d-menu-none{
      display: none;
        }
  }
  .pt2{
    padding-top: 2px;
  }
  .login-btn:hover {
      color: #3699ff;
      text-decoration: none;
  }

  .brands_slider .block {
    overflow: hidden;
    width: 100%;
    margin: 50px auto;
    /*background: #fff;*/
  }
  .brands_slider .animation {
    width: auto;
    /*height: 100px;*/
    font-size: 0px;
  }
  .brands_slider .animation .animation_div {
    display: inline-block;
    width: 212px;
    float: none;
    padding: 0 10px;

  }

  img {
    border-radius: 0.5rem;
  }

.explore-our-verticals figure:hover .card{
    box-shadow: 0 .5rem 1.125rem -0.5rem rgb(255 255 255 / 90%) !important;
    background-color: var(--si-primary) !important;
    border-color: var(--si-primary) !important;
}

.explore-our-verticals figure:hover .card .btn-icon{
    box-shadow: 0 .5rem 1.125rem -0.5rem rgb(255 255 255 / 90%) !important;
}