.btn-all {
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    background: linear-gradient(195deg, #cd291c 0%, #656add 100%);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    height: 60px;
    line-height: 56px;
    padding: 0px 50px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.btn-all:hover {
    background: linear-gradient(195deg, #f72f20 0%, #151747 100%);
    color: #fff;
}
.subheading{
    color:#f72f20;
}
.heading {
    text-transform: uppercase;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #1c1e4c, #a91366);
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 35px;
    font-family: Verdana, sans-serif;
    font-weight: 600;
    margin: 15px 0;
}
 p {
    font-size: 18px!important;
    line-height: 30px;
    color: #ffffff;
}
 .main-home-all {
    padding: 50px 0;
    background: #f9f7f7;
}
    .techwix-hero-section-05 {
    padding: 0 0px;
    margin-top: 60px;
}
.section, .main-wrapper {
    float: left;
    width: 100%;
}
.techwix-hero-section-05 .techwix-hero-wrap {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 150px;
    /*border-radius: 35px;*/
}
.techwix-hero-section-05 .techwix-hero-wrap .hero-content {
    max-width: 710px;
    margin: 0 auto;
}
.techwix-hero-section-05 .techwix-hero-wrap .hero-content .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}
.techwix-hero-section-05 .techwix-hero-wrap .hero-content .title {
    font-size: 70px;
    line-height: 78px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
}
.techwix-hero-section-05 .techwix-hero-wrap .hero-content .title span {
    color: #086ad8;
}
.techwix-hero-section-05 .techwix-hero-wrap .hero-content p {
    margin-top: 40px;
}
.techwix-hero-section-05 .techwix-hero-wrap .hero-content .hero-btn .btn {
    margin-top: 50px;
}

.techwix-hero-section-05 .btn::before {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.techwix-hero-section-05 .btn::after {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.techwix-hero-section-05 .techwix-hero-wrap .hero-images .images {
    -webkit-animation: up-down 5s infinite;
    animation: up-down 5s infinite;
}
.techwix-hero-section-05 img {
    max-width: 100%;
}
@keyframes up-down {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(30px);
  }
}



@media (max-width: 1425px) {
    .techwix-hero-section-05 .techwix-hero-wrap .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }   
}

@media only screen and (max-width: 1199px) {
  .techwix-hero-section-05 .techwix-hero-wrap .hero-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .techwix-hero-section-05 .techwix-hero-wrap .hero-images .images {
    text-align: center;
    margin-top: 60px;
  }
  
}

@media only screen and (max-width: 767px) {
  .techwix-hero-section-05 .techwix-hero-wrap .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }
 
}

@media only screen and (max-width: 575px) {
  .techwix-hero-section-05 {
    padding: 0 0;
  }
  
}

       /* .hero-content .title span {
            color: #0d6efd;
        }

        .hero-btn .btn {
            background: #0d6efd;
            color: #fff;
            padding: 10px 25px;
            border-radius: 5px;
        }

        .hero-btn .btn:hover {
            background: #0b5ed7;
        }

        .hero-images img {
            max-width: 100%;
        }*/
        
        
        
    /*service slider*/
    .logo-section .logo-box h4 {
        color: #151747;
        font-size: 18px;
    
    }
    .logo-section {
    /* background: #f3f4f6; */
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}
        .logo-section .logo-box {
            background: #d9d7f4;
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            transition: 0.3s;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .logo-section .logo-box img {
            max-height: 60px;
            opacity: 0.7;
            transition: 0.3s;
            width: auto;
        }

        .logo-section .logo-box:hover img {
            opacity: 1;
            transform: scale(1.05);
        }

        /* Swiper spacing */
        .logo-section .logoSwiper, .logo-section .logoSwiper1 {
            padding: 20px 0;
            height: 100%;
        }

        .logo-section .swiper-slide {
            width: 250px;
        }
        .logoSwiper::before, .logoSwiper::after, .logoSwiper1::before, .logoSwiper1::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(233, 237, 237)), to(rgba(233, 237, 237, 0)));
    /* background-image: linear-gradient(90deg, rgb(233, 237, 237) 0%, rgba(233, 237, 237, 0) 100%); */
    top: 0;
    inset-inline-start: 0;
    z-index: 2;
}
.logoSwiper::after, .logoSwiper1::after {
    inset-inline-start: auto;
    inset-inline-end: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgb(233, 237, 237)), to(rgba(233, 237, 237, 0)));
    background-image: linear-gradient(-90deg, rgb(233, 237, 237) 0%, rgba(233, 237, 237, 0) 100%);
}

.logo-box:hover {
    background-color: transparent;
    background-image: linear-gradient(50deg, #f79c95 0%, #c4c6f4 100%);
    box-shadow: 8px 8px 15px 0 rgb(0 0 0 / 10%);
}
        /* Responsive */
        @media(max-width:768px){
            .center-circle{
                width:200px;
                height:200px;
                font-size:14px;
            }
        }
        
        
/*about us */
.about-section-new{
    padding:90px 0;
    position:relative;
}



/* Images */
.about-section-new .image-box{
    border-radius:20px;
    overflow:hidden;
    height: 100%;
}

.about-section-new .image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
}

/* Experience Card */
.about-section-new .experience-box{
    position:absolute;
    bottom:-40px;
    left:40px;
    background:linear-gradient(135deg,#4e54ff,#a000ff);
    color:#fff;
    padding:30px 40px;
    border-radius:18px;
    box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

.about-section-new .experience-box h2{
    font-size:45px;
    font-weight:700;
    margin:0;
}

/* Feature */
/*.about-section-new .feature-box{*/
/*    display:flex;*/
/*    gap:15px;*/
/*    align-items:center;*/
/*}*/

/*.about-section-new .feature-icon{*/
/*    width:55px;*/
/*    height:55px;*/
/*    background:#eef1ff;*/
/*    border-radius:12px;*/
/*    display:flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*    font-size:20px;*/
/*    color:#6a5af9;*/
/*}*/

/* Button */

/* Responsive */
@media(max-width:991px){
    .about-section-new .experience-box{
        position:relative;
        bottom:0;
        left:0;
        margin-top:20px;
    }
}

/*banking partner*/
.how-we-work{
    padding: 80px 0;
    background: #f5f6f8;
}

.sub-title{
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-heading{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

.description{
    color: #6b7280;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.custom-btn{
    background: #2563eb;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.custom-btn:hover{
    background: #1d4ed8;
    color: #fff;
}

.image-box img{
    border-radius: 16px;
}

/* Responsive */
@media(max-width:991px){
    .main-heading{
        font-size: 36px;
    }
}
/*brand slider*/
.brand-section{
    padding:25px 0;
    text-align:center;
    overflow:hidden;
}

/* Title */
.brand-title{
    color:#f72f20;
    font-weight:600;
    margin-bottom:50px;
    position:relative;
    display:inline-block;
}

.brand-title:before,
.brand-title:after{
    content:'';
    position:absolute;
    top:50%;
    width:120px;
    height:1px;
    background:#ddd;
}

.brand-title:before{
    left:-140px;
}

.brand-title:after{
    right:-140px;
}

/* Swiper */
.brand-section .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}

.brand-section .swiper-slide img{
    height:100%;
    width:100px;
    opacity:0.6;
    transition:0.3s ease;
    filter:grayscale(100%);
}

.brand-section .swiper-slide img:hover{
    opacity:1;
    filter:grayscale(0%);
    transform:scale(1.1);
}

/*award section*/
.section-technology {
    background-color: #151747;
    background-image: url(images/bg-particle1.png);
    background-position: 0px 70px;
    background-repeat: no-repeat;
    padding: 120px 0px 200px 0px;
}
.technology-left {
    margin-right: 70px;
}
.technology-left .ot-heading {
    margin-bottom: 18px;
}

.technology-left .ot-heading h2 {
    margin-bottom: 0;
    line-height: 48px;
}
.technology-left p {
    color: #AEAACB;
    margin-bottom: 15px;
}

.tech-box {
    display: block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    margin-bottom: 30px;
}
.tech-box .icon-main {
    line-height: 1;
}
.tech-box h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}
.tech-box:hover {
    background: #43baff;
    border-color: #43baff;
    color: #fff;
}
img.award-img {
    height: 100%;
    width: 100%;
}


.section-case-study {
    padding: 0px;
}
.cta-h2 {
    background-image: url(/images/bg-cta1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -120px;
    padding: 70px 70px 70px 70px;
    margin-bottom: 120px;
}
.cta-h2 .ot-heading {
    margin-bottom: 0;
}
.cta-h2 .ot-heading span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.cta-h2 .heading {
    
    font-size: 48px;
}


/*counters in number*/
.counters-section {
    background: linear-gradient(to top, #151747, #fdd6d3);
    padding-top: 100px;
    padding-bottom: 100px;
}
 .ot-counter {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #1b1d21;
    display: inline-block;
    text-align: left;
}
  .ot-counter3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #f5f2fc;
    padding: 25px 44px 32px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
}


.ot-counter3 .icon-main {
    margin-right: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

svg:not(:root) {
    overflow: hidden;
}
.ot-counter3 svg {
    fill: #7141b1;
    width: 55px;
}
.ot-counter3 span.num {
    padding-left: 0;
}
.ot-counter span.num {
    padding-left: 20px;
}
.ot-counter3 span {
    color: #1b1d21;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
.ot-counter3 h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito Sans",sans-serif;
    color: #666;
    display: block;
    text-transform: inherit;
    padding-left: 0;
    margin-top: 0;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
}

  .ot-counter3-bg1 {
    margin-right: 0px;
    margin-left: 0;
}

.ot-counter3-bg1 {
    background-color: #F1F9FA;
}


/*review section*/
/* SECTION BACKGROUND */
.testimonial-section{
    background:#f4f6f7;
    padding:80px 0;
}

/* LEFT IMAGE AREA */
.testimonial-section .testimonial-image{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    height:100%;
}

.testimonial-section .testimonial-image img{
    width:100%;
    height:500px;
    max-height: 100%;
    object-fit:cover;
}

/* HEADING OVERLAY */
.testimonial-section .overlay-heading{
    position:absolute;
    top:40px;
    left:40px;
    color:#fff;
}

.testimonial-section .overlay-heading h2{
    font-size:40px;
    font-weight:700;
}

.testimonial-section .overlay-heading span{
    color:#f72f20;
}

/* RATING BOX */
.testimonial-section .rating-box{
    position:absolute;
    bottom:30px;
    right:30px;
    background:#151747;
    color:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    width:180px;
}

.testimonial-section .rating-box h2{
    font-size:50px;
    margin-bottom:10px;
}

.testimonial-section .rating-box .stars{
    letter-spacing:3px;
}

.testimonial-section .rating-box p{
    font-size:14px;
    margin-top:10px;
}

/* RIGHT CONTENT */
.testimonial-section .testimonial-content{
    background:#fff;
    padding:60px;
    border-radius:20px;
    height:100%;
    display:flex;
    align-items:center;
}

.testimonial-section .testimonial-item p{
    font-size:18px;
    color:#555;
    margin-bottom:30px;
}

.testimonial-section .author{
    display:flex;
    align-items:center;
    gap:15px;
}

.testimonial-section .author img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.testimonial-section .author h5{
    margin:0;
    font-weight:600;
}

.testimonial-section .author span{
    font-size:14px;
    color:#888;
}

/* RESPONSIVE */
@media(max-width:991px){

    .testimonial-section .testimonial-content{
        padding:30px;
    }

    .testimonial-section .overlay-heading h2{
        font-size:28px;
    }

    .testimonial-section .rating-box{
        width:150px;
        padding:20px;
    }

    .testimonial-section .rating-box h2{
        font-size:35px;
    }

}

@media(max-width:575px){

    .testimonial-section .overlay-heading{
        top:20px;
        left:20px;
    }

    .testimonial-section .overlay-heading h2{
        font-size:22px;
    }

    .testimonial-section .rating-box{
        right:20px;
        bottom:20px;
    }

}


/*contactus form*/
.right_conatct_social_icon {
    background: linear-gradient(to top right, #f72f20 -6%, #151747 100%);
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field {
    padding: 60px 215px 60px 30px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control {
    border-radius: 6px;
    border: none;
    border-bottom: 1px solid #f72f20;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #151747;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    color: white;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 10px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}
.contact-one__home-one {
    padding-bottom: 20px;
    padding-top: 50px;
}