/* Custom code from the <head> of axelradcapital.webflow.io/mixed-use-loan, in page order, selectors scoped to .webflow-clone.
   Loaded after the slider stylesheets, where Webflow's head styles sit. */
@media (min-width:992px) {.webflow-clone html.w-mod-js:not(.w-mod-ix) [data-w-id="b0e1bc3d-9383-fd7a-e83b-903a6aeb8970"] {opacity:0;}.webflow-clone html.w-mod-js:not(.w-mod-ix) [data-w-id="b0e1bc3d-9383-fd7a-e83b-903a6aeb8977"] {opacity:0;}.webflow-clone html.w-mod-js:not(.w-mod-ix) [data-w-id="b0e1bc3d-9383-fd7a-e83b-903a6aeb897e"] {opacity:0;}}

/*  .yellow-btn:hover .gold-layer{
transform: translate(-50%, -50%) skew(10deg, 0);
    background-color:#FFD83C;
}*/
  
  .webflow-clone .yellow-btn:hover .gold-layer{
transform: translate(-50%, -50%) rotateZ(2deg);
    background-color:#FFD83C;
}
    .webflow-clone .transparent-btn:hover .blue-layer{
transform: translate(-50%, -50%) rotateZ(2deg);
    background-color:#00ffd1;
}
  
  .webflow-clone .w-tab-content {
overflow: visible !important;
}
  .webflow-clone .over{
overflow:hidden !important;
}
.webflow-clone .dropdown {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.webflow-clone .dropdown.show {
  opacity: 1;
  visibility: visible;
}


.webflow-clone .rotate {
      transform: rotate(180deg);
    }

.webflow-clone input_color >
input:-webkit-autofill,
.webflow-clone input:-webkit-autofill,
.webflow-clone input:-webkit-autofill:focus,
.webflow-clone textarea:-webkit-autofill,
.webflow-clone textarea:-webkit-autofill,
.webflow-clone textarea:-webkit-autofill:focus,
.webflow-clone select:-webkit-autofill,
.webflow-clone select:-webkit-autofill:hover,
.webflow-clone select:-webkit-autofill:focus {
background-color:transparent !important;
-webkit-text-fill-color:#E7E8EB !important ;
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
-webkit-transition: background-color 5000s ease-in-out 0s;
transition: background-color 5000s ease-in-out 0s;
}
/*
.slickprev,
.slicknext{
width:36px !important;
height:36px !important;
}
.swiper-button-next,
.swiper-button-prev{
width:36px !important;
height:36px !important;
}
*/
.webflow-clone .w-webflow-badge{
display:none !important;
}
.webflow-clone .collection-list-10 > :first-child .upcoming-card-main {
 border-top:none;
}
  

/* width */
.webflow-clone ::-webkit-scrollbar {
  width: 4px;
  height:4px;
}

/* Track */
.webflow-clone ::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
.webflow-clone ::-webkit-scrollbar-thumb {
  background: green; 
  border-radius: 10px;
}

.webflow-clone .work-slide:hover .card-slider-2{
background:transparent;
}
.webflow-clone .work-slide:hover .how-it-work-steps-bg{
transform:scale(1)
}

.webflow-clone .slick-track{
display:flex;
}
 .webflow-clone .h2-wraper.max-610.block {
        display: none;
        max-width:750px;
    }
        .webflow-clone .h2-wraper.max-610.none {
        display: none;
    }
    
    @media (min-width:1280px){
    .webflow-clone .customer-section{
    padding-top:140px !important;
    }
    .webflow-clone .latest-industry-section{
    padding-top:97px !important;
    }
    .webflow-clone .upcoming-event{
    padding-top:152px !important;
    }
    }
    @media (max-width:767px){
    .webflow-clone .upcoming-event{
    padding-top:80px;
    }
    }
      @media (max-width:479px){
       .webflow-clone .customer-section {
        padding-bottom: 120px;
    }
    }
