/* @media screen and (min-width: 1440px){
    .breadcrumb-section {
        padding-top: 50px;
    }
} */
.button-center {
    display: flex;
    justify-content: center;
}
/* faq */

.accordion .accordion-item {
    background-color: rgba(128, 0, 255, 0.03);
    border: 1px solid rgba(128, 0, 255, 0.2);
    border-radius: 10px;
    flex-direction: column;
    min-width: 100%;
    padding: 16px;
    display: flex;
}

/* .accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #03b5d2;
} */

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #000000;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #000000;
    border: 1px solid #000000;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
}

.accordion button .icon {
    position: absolute;
    top: 18px;
    right: 0;
    border: 1px solid rgba(24, 0, 48, 0.2);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: flex;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 15px;
    left: 12px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 11px;
    left: 16px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #000000;
}
.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
.accordion {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
    display: flex;
}
/* outside section*/

.moving-card {
    width: 100%;
    max-width: 560px;
    min-height: 400px;
    border-radius: 24px;
    flex: none;
    position: relative;
    overflow: hidden;
}
.overlay-moving-card {
    width: 100%;
    height: 100%;
    grid-row-gap: 24px;
    background-image: linear-gradient(
        rgba(14, 14, 14, 0),
        rgba(14, 14, 14, 0.08) 35%,
        rgba(14, 14, 14, 0.64) 71%,
        rgba(14, 14, 14, 0.87)
    );
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 50px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    color: #fff;
}
.overlay-moving-card {
    padding: 50px;
}
.text-heading-3 {
    font-size: 24px;
    line-height: 131%;
}
@media(max-width:991px){
    .brand-logo-block-custom{
        grid-column-gap:20px;
    }
}
@media(max-width:479px){
    .overlay-moving-card{
        padding: 24px;
    }
    .moving-card{
        width: 140vw;
        max-width: 360px;
        min-height: 265px;
    }
    .brand-logo-block-custom{
        grid-column-gap:20px;
    }
}
@media(max-width:320px){
    .overlay-moving-card{
        padding: 30px;
    }
    .moving-card{
        max-width: 280px;
        min-height: 205px;
    }
    .brand-logo-block-custom{
        grid-column-gap:15px;
    }
}
/* NORMAL CHANGES */
.feature-services-title-custom.color-white:hover{
    color: #FFF;
}
.portfolio-image-overlay{
    opacity: 1 !important;
}
.service-explore .about-us-list-item-summary ul li{
    font-weight: 300 ;
}
.service-protfolio-section .portfolio-title-link{
    margin-bottom: 16px;
}
/* .subt_bttn{
    background-color: var(--color--secondary);
    border-radius: 100%;
    width: 125%;
    height: 400%;
} */
.primary-button-cust{
    background: transparent;
}
.w-webflow-badge{
    display: none !important;
}
/*  */
.cardBox {
    width: 340px;
    height: 390px;
    margin: 20px 0;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
      rgba(0, 0, 0, 0.5) 0px 2px 25px 0px; */
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  
  }
  
  .card {
    position: absolute;
    width: 95%;
    height: 95%;
    background: #000814;
    border-radius: 20px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
   
  }
  
  .card .h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 800;
    pointer-events: none;
    opacity: .5;
  }
  
  .card .content .h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  
  .card .content p {
    font-size: 14px;
    line-height: 1.4em;
  }
  
  .card .content {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  
  .card:hover .content {
    transform: translateY(0);
    opacity: 1;
  }
  
  .card:hover .h4 {
    opacity: 0;
  }
  
  .cardBox::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 150%;
    background: #40E0D0;
    background: -webkit-linear-gradient(to right, #E0C800, #95D9F9, #5e8497);
    background: linear-gradient(to right, #E0C800, #95D9F9, #5e8497);
    transform-origin: center;
    animation: glowing_401 5s linear infinite;
  }
  
  @keyframes glowing_401 {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  .content-colour p{
    color: #fff;
  }
  .synopsis_section .portfolio-excerpt {
    margin-bottom: 0px;
}
.synopsis{
    display: flex;
    gap: 20px;
}
.salesforce_section .services-title.text-40px {
    font-size: 37px;
}
@media screen and (max-width: 991px){
    .salesforce_section  .services-title.text-40px {
        font-size: 24px;
    }

}
@media(min-width:768px) and (max-width:1022px){
    .hero-left-image {
        left: -18px;
    }
    .hero-right-image {
        right: -37px;
    }
}
@media( max-width:767px){
    .synopsis {
        display: block;
    }
    .hero-image {
        margin-top: 60px;
    }
}
@media(max-width:320px){
    .hero-bg-image-wrap {
        top: -209px;
      }
    
}
/* .about-us-list-item-title-1{
    background-image: url(../img/Driving_Future-Ready_Innovations.png) !important;
}
.about-us-list-item-title-2{
    background-image: url(../img/Building_Tomorrow_Technology_Today.png);
}
.about-us-list-item-title-3{
    background-image: url(../img/Empowering_Progress_Through_Innovation.png);
} */
 .about-us-upper-image-wrap-version-two img, .about-us-lower-image-wrap-version-two img{
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}
.bg-img-services{
    background-image: url(../img/background_services.jpg) !important;
}
.left-shape-cust{
    position: relative;
    z-index: 999;
}
.contact-us-card-icon-wrap img{
    max-width: 70%;
}
.md-video-img{
    display: none;
}
@media(min-width:1366px){
    .accordion button .icon{
        right: -13px;
    }
}
@media (min-width:1024px) and (max-width:1366px){
    .testimonial-heading-lower-shape{
        bottom: 89px;
        right: 27% ;
    }
    .funfact-curve-shape{
        top:-2%;
    }
   .home-page-tech-section .funfact-lower-image-wrap{
        width: 57%;
        bottom: -35px;
    }
    .home-page-tech-section .funfact-upper-image-wrap{
        width: 57%;
    }
    .footer-newsletter-and-logo-wrap{
        gap: 30px;
    }
    .about-us-upper-image-wrap-version-two.move-lower, .about-us-lower-image-wrap-version-two.move-upper{
        width: 50%;
    }
    .about-curve-shape{
        width: 30%;
    }
    .accordion button .icon{
        top: -12px;
        right: -12px;
    }
    .app-dev-ipad{
        flex-direction: column;
    }
}
@media(max-width:1366px){
    .left-shape-cust{
        max-width: 50%;
    }
    .about-us-upper-shape-wrap.move-right.move-right-cust{
        right: -80px;
    }
    .hero-title-hightlight-text{
        padding: 15px;
    }
}
@media(min-width:768px) and (max-width:1023px){
    .abt-us-home-banner .about-us-image-block.max-width-443px{
        height: 330px;
    }
    .about-us-video-section .about-us-bottom-image-wrap video{
        width: 100%;
    }
    .about-us-partner-section.why-choose-us-section{
        margin-top: 80px;
    }
    .testimonial-heading-lower-shape{
        top: -29%;
        left: 120%;
    }
    .footer-newsletter-and-logo-wrap{
        justify-content: space-evenly;
    }
    .contact-us-card-block {
        grid-template-columns: 1fr;
    }
    .about-us-upper-image-wrap-version-two.move-lower, .about-us-lower-image-wrap-version-two.move-upper{
        width: 50%;
    }
    .about-curve-shape{
        width: 30%;
    }
}
@media(max-width:767px){
    .left-shape-cust{
        max-width: 30%;
    }
    .scroll-to-top.w--current{
        display: none;
    }
    .about-us-upper-shape-wrap.move-right.move-right-cust{
        right: -119px;
        top: -38px;
    }
    .working-process-cust{
        display: none;
    }
    .cardBox{
        width: 304px;
    }
    .about-us-upper-shape.shape-three.move-left{
        top: 71px;
        left: 46px;
    }
    .md-video-img{
        display: block;
    }
    .md-ds-none video{
        display: none;
    }
    .md-ds-none-2{
        display: none;
    }
    .about-us-section.bg-color-05041d.padding.mb-0{
        margin-bottom: 0;
    }
    .why-choose-us-section.top-gap, .our-mission-section.top-gap.mt-0{
        margin-top: 0;
    }
    .our-mission-single-card{
        text-align: center;
    }
    .align-center.section-heading-and-button-block{
        align-items: center;
    }
    .pb-0.portfolio-slider{
        padding-bottom: 0;
    }
    .our-vision-list-item{
        padding-bottom: 5px;
    }
    .cst-bread{
        grid-column-gap: 5px;
    }
    .flex-direction-change-cust{
        flex-flow: column-reverse !important;
    }
    .services-single-item-card ul{
        padding-left: 18px;
    }
    .service-page-card-section .service-single-item{
        text-align: center;
    }
    .accordion button .icon{
        top: -12px;
        right: -14px;
    
    }
    .brand-logo, .footer-logo-link img {
        width: 175px !important;
    }
    .line-center-item{
        top: 135px;
    }
    .portfolio-shape{
        top: 100px;
    }
    .shapes-none .breadcrumb-shape-one, .shapes-none .breadcrumb-shape-two{
        display: none;
    }
    .accordion button[aria-expanded="true"] + .accordion-content{
        max-height: 20em;
    }
}
@media(max-width:320px){
    .accordion button .icon {
        top: -12px;
        right: -10px;
    }
    .accordion button[aria-expanded="true"] + .accordion-content {
        max-height: 30em;
    }
    /* .about-us-image-wrap img{
        max-width: 80%;
    } 
    .abt-us-home-banner .page-title{
        font-size: 27px;
    } */
    .abt-us-home-banner .about-us-image-block.max-width-443px{
        width: 255px
    }
    .abt-us-home-banner.page-y-axis-gap{
        padding-bottom: 40px;
    }
    .tech-home-banner .hero-title-image{
        height:16px;
    }
    .tech-home-banner .hero-right-shape-wrap{
        top: 150px;
    }
    .tech-home-banner .hero-left-shape-wrap{
        top: 155px;
    }
    .home-page-last-section .portfolio-title-link  p{
        font-size: 13px;
    }
    .contact-us-card-block, .form-grid{
        grid-template-columns: 100%;
    }
    label.error {
        font-size: 12px;
    }
    .form-text-area-field{
        margin-bottom: 10px;
    }
    .contact-us-form .button-center{
        margin-top: 15px;
    }
    .about-us-upper-shape.shape-three {
        width: 60px;
    }
}
.brand-logo, .footer-logo-link img{
    width: 280px;
}
.border-bottom-zero{
    border: 0;
}
.padding-to-zero{
    padding-top: 0;
}
label.error{
    color: red;
}
body{
    overflow-x: hidden !important;
}