/*---- Genric CSS ----*/

/*---- Logo ----*/
.logo, .f-item img {
    height: 75px !important;
}

/*---- Image  with text ----*/ 

.img-with-text-wrapper{
  position: relative;
  padding: 90px 0;
}
.img-with-text-wrapper .row{
    align-items: center;
}
.img-with-text-wrapper .title-area{
    margin: 0 auto 50px;
    max-width: 767px;
    text-align: center;
}
.img-with-text-wrapper .title-area h2{
   display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    font-size: 32px;
}
.img-with-text-wrapper .row.content-with-list-items {
    margin-top: 50px;
}
.img-with-text-wrapper .content h3 {
    display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    font-size: 24px;
}
.img-with-text-wrapper .img-wrapper img {
    overflow: hidden;
    border-radius: 15px;
    width: auto;
    max-width: 100%;
    height: auto;
     margin-bottom: 30px;
}
.img-with-text-wrapper .content ul{
    padding-left: 0;
}
.img-with-text-wrapper .content ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #666666;
    line-height: 28px;
    text-transform: none;
    font-weight: 400;
}
.img-with-text-wrapper .content ul li:last-child{
    margin-bottom: 0;
}
.img-with-text-wrapper .content ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #666666;
    border-radius: 100%;
    top: 10px;
    left: 0;
}

.text-blk-wrapper{
  padding: 90px;
}
.text-blk-wrapper .row {
    align-items: center;
}
.text-blk-wrapper .content {
    padding: 60px 15px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 15px;
    background-color: #fff;
}
.text-blk-wrapper .content .inner-content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.text-blk-wrapper .content .inner-content h2 {
    display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
}
.text-blk-wrapper .content .inner-content p {
    font-size: 18px;
}

.text-blk-wrapper .container.with-img .img-wrapper {
    overflow: hidden;
    border-radius: 10px;
}
.text-blk-wrapper .container.with-img .content .inner-content{
    text-align:left;
}
.text-blk-wrapper .container.with-img .content .inner-content h2 {
    font-size: 28px;
}


.custom-homepage-hero .banner-area .button a {
    background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, rgba(67, 126, 235, 1) 100%);
    color: #fff;
    background-color: #437eeb;
    padding: 15px 40px;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 30px;
    margin: 10px 0 0 0;
}
.custom-homepage-hero .banner-area .button a:hover {
    background-image: linear-gradient(90deg, rgba(67, 126, 235, 1) 0%, rgba(30, 85, 189, 1) 100%);
    background-color: #437eeb;
}
.custom-homepage-hero .banner-area .button a i {
    display: none;
}

.service-custom .services-area .heading-left{
    text-align: center;
}
.service-custom  .services-area .heading-left .col-lg-5,
.service-custom  .services-area .heading-left .col-lg-6{
    flex: 0 0 100%;
    max-width: 100%;
}
.service-custom  .services-area .heading-left .offset-lg-1 {
    margin-left: 0;
}
.service-custom  .services-area .heading-left .col-lg-6 p{
    max-width: 760px;
    margin: 25px auto 0;
}
.service-custom  .services-area .services-items .single-item .item .button i{
    display: none;
}

.service-custom  .services-area .services-items .item {
    padding: 30px 25px;
    border-radius: 6px;
    height: 100%;
}


.custom-homepage-about .about-area .items-box .info ul {
    margin: 15px -15px;
    overflow: hidden;
    margin-top: 25px;
    display: none;
}


/*---- About Us Page ----*/
.custom-why-us .default-padding.bottom-less {
    padding-top: 90px;
    padding-bottom: 0;
}
.custom-why-us .vc_custom_heading.vc_do_custom_heading{
        display: block;
    width: 100%;
    font-weight: 700;
}
.custom-why-us .wpb_content_element{
    width: 100%;
}
.custom-why-us .wpb_content_element .wpb_wrapper p{
    max-width:760px;
    margin: 30px auto 0;
}

.custom-why-us .top-features .single-item .item{
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: all 0.35s ease-in-out;
    height: 100%;
}
.custom-why-us .top-features .single-item .item:after{
    height: 140px;
}

.custom-our-story .default-padding-top {
    padding-top: 90px;
    padding-bottom: 90px;
}
.custom-about-clients .default-padding-bottom {
    padding-bottom: 50px;
    background-color: #fff;
}

/*---- All Services ----*/

.custom-all-services .services-area .heading-left{
    text-align: center;
}
.custom-all-services  .services-area .heading-left .col-lg-5,
.custom-all-services  .services-area .heading-left .col-lg-6{
    flex: 0 0 100%;
    max-width: 100%;
}
.custom-all-services  .services-area .heading-left .offset-lg-1 {
    margin-left: 0;
}
.custom-all-services .services-area .heading-left .col-lg-6 p{
    max-width: 760px;
    margin: 25px auto 0;
}
.custom-all-services .services-area .services-items .item {
    padding: 30px 25px;
    border-radius: 6px;
    height: 100%;
}

/*---- Services Inner Pages ----*/

.custom-innerpage-cta .top-features .single-item .item{
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: all 0.35s ease-in-out;
    height: 100%;
}
.custom-innerpage-cta .top-features .single-item .item:after{
    height: 140px;
}

.custom-innerpage-more-services .services-area .heading-left{
    text-align: center;
}
.custom-innerpage-more-services  .services-area .heading-left .col-lg-5,
.custom-innerpage-more-services  .services-area .heading-left .col-lg-6{
    flex: 0 0 100%;
    max-width: 100%;
}

.custom-innerpage-more-services .single-item.col-lg-4.col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
}
.custom-innerpage-more-services  .services-area .heading-left .offset-lg-1 {
    margin-left: 0;
}
.custom-innerpage-more-services .services-area .heading-left .col-lg-6 p{
    max-width: 760px;
    margin: 25px auto 0;
}
.custom-innerpage-more-services .services-area .services-items .item {
    padding: 30px 25px;
    border-radius: 6px;
    height: 100%;
}
.custom-services-clients .default-padding-bottom {
    padding-bottom: 90px;
    padding-top: 90px;
}
.custom-img-with-text .about-area{
    padding-bottom: 90px;
    padding-top: 90px;
}

.custom-img-with-text .about-area .items-box .thumb img{
    width: 100%;
}

.custom-how-we-work .site-heading {
    margin-bottom: 20px;
    margin-top: 0;
}
.custom-how-we-work .how-we-wrok-desc {
    width: 100%;
}
.custom-how-we-work .how-we-wrok-desc p{
    max-width: 760px;
    margin: 0 auto;
}
.custom-lifecycle .start-us-area{
    background-color: #f4f7fc;
    background-image: none;
}
.custom-lifecycle .start-us-area .info h2{
    color: #000;
}
.custom-lifecycle .start-us-area .info p{
    color: #666666;
}

/*---- Cloud Enablement ----*/

.custom-cloud-enablement .services-area .heading-left{
    text-align: center;
}
.custom-cloud-enablement .services-area .heading-left .col-lg-5,
.custom-cloud-enablement .services-area .heading-left .col-lg-6{
    flex: 0 0 100%;
    max-width: 100%;
}
.custom-cloud-enablement  .services-area .heading-left .offset-lg-1 {
    margin-left: 0;
}
.custom-cloud-enablement .services-area .heading-left .col-lg-6 p{
    max-width: 760px;
    margin: 25px auto 0;
}
.custom-cloud-enablement .services-area .services-items .item {
    padding: 30px 25px;
    border-radius: 6px;
    height: 100%;
}

.custom-recognition .about-area {
    padding: 90px 0;
}
.custom-recognition .about-area .row{
    align-items:center;
}
.custom-recognition .about-area .info ul{
    display: none;
}

.custom-cloud-tech .top-features h2 {
    margin-bottom: 50px;
    width: 100%;
    font-weight: 700;
}
.custom-cloud-tech .top-features .single-item .item{
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: all 0.35s ease-in-out;
    padding: 30px 15px;
    height: 100%;
}
.custom-cloud-tech .top-features .single-item .item:after{
    height: 140px;
}

.custom-more-cloud-enablement .top-features h2 {
    margin-bottom: 50px;
    width: 100%;
    font-weight: 700;
}
.custom-more-cloud-enablement .top-features .single-item .item{
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: all 0.35s ease-in-out;
    height: 100%;
}
.custom-more-cloud-enablement .top-features .single-item .item:after{
    height: 140px;
}
.custom-more-cloud-enablement .top-features .single-item .item i{
    display:none;
}

.custom-cloud-migration .works-process-items .col-lg-4.single-item{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
}
.custom-cloud-migration .site-heading {
    margin-bottom: 20px;
    margin-top: 0;
}
.custom-cloud-migration .how-we-wrok-desc {
    width: 100%;
}
.custom-cloud-migration .how-we-wrok-desc p{
    max-width: 760px;
    margin: 0 auto;
}

/*---- Internet of Things (IoT) ----*/

.custom-revolutionize .top-features{
    background-color: #f4f7fc;
}
.custom-revolutionize .top-features h2 {
    margin-bottom: 50px;
    width: 100%;
    font-weight: 700;
}
.custom-revolutionize .top-features .single-item .item{
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: all 0.35s ease-in-out;
    padding: 30px 15px;
    height: 100%;
}
.custom-revolutionize .top-features .single-item .item:after{
    height: 140px;
}

.custom-digital-solutions .top-features h2 {
    margin-bottom: 50px;
    width: 100%;
    font-weight: 700;
}
.custom-digital-solutions .top-features .single-item .item{
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: all 0.35s ease-in-out;
    padding: 30px 15px;
    height: 100%;
}
.custom-digital-solutions .top-features .single-item .item:after{
    display:none;
}
.custom-digital-solutions .top-features .single-item .item i{
    display:none;
}

/*---- Data Engneerng ----*/

.custom-mastering-de .top-features h2 {
    margin-bottom: 25px;
    width: 100%;
    font-weight: 700;
}
.custom-mastering-de .title-desc{
    width: 100%;
}
.custom-mastering-de .title-desc p{
    max-width: 760px;
    margin: 0 auto;
}
.custom-mastering-de .top-features .single-item .item{
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    transition: all 0.35s ease-in-out;
    padding: 30px 15px;
    height: 100%;
}
.custom-mastering-de .top-features .single-item .item:after{
    height: 140px;
}

.custom-de-benefits .services-area {
    background-color: #f4f7fc;
}
.custom-de-benefits .shape-fixed.animation-rotation{
    display: none;
}
.custom-de-benefits .services-area .heading-left{
    text-align: center;
}
.custom-de-benefits .services-area .heading-left .col-lg-5,
.custom-de-benefits .services-area .heading-left .col-lg-6{
    flex: 0 0 100%;
    max-width: 100%;
}
.custom-de-benefits .services-area .heading-left .offset-lg-1 {
    margin-left: 0;
}
.custom-de-benefits .services-area .heading-left .col-lg-6 p{
    max-width: 760px;
    margin: 25px auto 0;
}
.custom-de-benefits .single-item.col-lg-4.col-md-6 {
    max-width: 25%;
    flex: 0 0 25%;
}
.custom-de-benefits .services-items .item > img {
    display: none;
}
.custom-de-benefits .services-area .services-items .item {
    padding: 25px 15px;
    border-radius: 6px;
    height: 100%;
}
.custom-de-more-services .services-area .heading-left{
    text-align: center;
}
.custom-de-more-services  .services-area .heading-left .col-lg-5,
.custom-de-more-services  .services-area .heading-left .col-lg-6{
    flex: 0 0 100%;
    max-width: 100%;
}


.custom-de-more-services  .services-area .heading-left .offset-lg-1 {
    margin-left: 0;
}
.custom-de-more-services .services-area .heading-left .col-lg-6 p{
    max-width: 760px;
    margin: 25px auto 0;
}
.custom-de-more-services .services-area .services-items .item {
    padding: 30px 25px;
    border-radius: 6px;
    height: 100%;
}

.custom-data-approach .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.custom-data-approach .features-list .item ul li:empty{
   margin:0;
}
.custom-data-approach .features-list .item ul li:empty:after {
    display: none;
} 
.custom-data-approach .features-list .item {
    padding: 35px 25px;
    height: 100%;
}
.custom-data-approach .features-list h2{
    width:100%;
    font-weight: 700;
}
.custom-data-approach .features-list .wpb_content_element{
    width:100%;
}
.custom-data-approach .features-list .wpb_content_element p{
    color: #666666;
    max-width: 767px;
    margin: 0 auto;
}

.custom-de-benefits.simplify-banking .single-item.col-lg-4.col-md-6 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}
.custom-de-benefits.simplify-banking .single-item .btn-standard {
    padding: 10px 15px;
    font-size: 12px;
    width: 100%;
}

.custom-mastering-de.optimize-insurance .single-item.col-lg-3.col-md-6{
        flex: 0 0 33.3333%;
        max-width: 33.333%;
}
.custom-mastering-de .text-desc{
    width: 100%;
}
.custom-mastering-de .text-desc p{
  max-width: 760px;
    margin: auto;
    width: 100%;
}





.custom-transition-cloud .features-list .item ul li:empty{
   margin:0;
}
.custom-transition-cloud .features-list .item ul li:empty:after {
    display: none;
} 
.custom-transition-cloud .features-list .item {
    padding: 35px 25px;
    height: 100%;
}
.custom-transition-cloud .features-list h2{
    width:100%;
    font-weight: 700;
}
.custom-transition-cloud .features-list .wpb_content_element{
    width:100%;
}
.custom-transition-cloud .features-list .wpb_content_element p{
    color: #666666;
    max-width: 767px;
    margin: 0 auto;
}



.custom-services-clients .default-padding-bottom{
    background-color: #fff;
}






/*---- Responsinvenss ----*/

@media only screen and (max-width: 991px){
    .custom-innerpage-more-services .single-item.col-lg-4.col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .text-blk-wrapper .content .inner-content h2 {
        font-size: 32px;
    }
    .text-blk-wrapper .content .inner-content p {
        font-size: 16px;
    }
    .custom-de-benefits.simplify-banking .single-item.col-lg-4.col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .custom-mastering-de.optimize-insurance .single-item.col-lg-3.col-md-6{
        flex: 0 0 50%;
        max-width: 50%;
    }   
}
@media only screen and (max-width: 767px){
    .custom-cloud-migration .works-process-items .col-lg-4.single-item{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
    .custom-de-benefits.simplify-banking .single-item.col-lg-4.col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .custom-mastering-de.optimize-insurance .single-item.col-lg-3.col-md-6{
        flex: 0 0 100%;
        max-width: 100%;
    } 
}



/*---- FInal Customizations ----*/

.service-custom .default-padding.bottom-less {
    padding-top: 90px;
    padding-bottom: 0 !important;
}
.f-items.default-padding {
    padding-top: 90px;
    padding-bottom: 50px;
}
.sidebar-item.category .wp-block-search {
    display: none;
}

.custom-all-services .btn-standard i{
display: none;
}

.custom-all-services .services-area .services-items .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}