﻿body {
    color: #242524;
    font-size: 20px;
}

.servicesBox.equalto:after,
.servicesBox.plus:after {
    display: none;
}

.servicesBox.box4 {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 8px 8px 0px #ddd;
    border: 0;
    padding: 20px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.headerSquare {
    font-size: 50px;
    font-family: montserratBold;
    color: #4B4B4B;
    padding-left: 0px;
}

.headerSquare::before {
    background: url(../image/pointer.png);
    border: 0;
    background-size: contain;
    height: 90px;
    width: 90px;
	left: -100px;			 
}

.smart-solution .headerSquare span {
    font-size: 20px;
    font-family: montserratBold;
}

.font18 {
    line-height: 18px;
}

.servicesBox.box4 .font14 {
    font-size: 12px;
}

.servicesBox.box4.plus {
    display: block;
}

.homeSections .futureDigitalInnovation.powering-tomorrow .headerSquare span {
    font-size: 30px;
}

.company-bg {}

.smart-solution {
    padding-top: 20px;
    padding-bottom: 80px;
    background-size: contain;
}

.since97 {
    background: url(../image/since97.png) center top no-repeat;
    padding-top: 385px;
    background-size: contain;
}

.since97-4box {
    display: flex;
    justify-content: space-between;
}

.since97-4box .box-gray {
    background: #F8F8F8;
    box-shadow: rgba(0, 0, 0, 0.16) -3px 3px 6px;
    padding: 15px 20px;
    width: 23.5%;
    display: flex;
    align-items: center;

}

.since97-4box .box-gray .number {
    font-family: montserratBold;
    font-size: 55px;
    line-height: 55px;
    color: #011689;

}

.since97-4box .box-gray .text {
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.transforming-business {
    padding: 0 0 50px 0;
}


.customer-stories {
    padding: 0 0 50px 0;
}

.success-stories {
    padding: 50px 0;
}


.customer-stories-box {
    display: flex;
    justify-content: space-between;
}

.customer-stories-box .cs-box {
    width: 32%;
    height: 245px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 10px;
}

.customer-stories-box .cs-box img {
    max-width: 100%;
}

.customer-stories-box .cs-box a {
    display: block;
}











.servicesBox {
    border: 0;
    border-bottom: 15px solid #011689;
    background: #F1F1F1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}


.servicesBox.box4.plus .servicesHover:before {
    background: none;
}


.servicesBox.box4.plus .alvarium {
    background: #030a63;
}

.service-icon {
    border: 1px solid #707070;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.service-icon img {
    width: auto;
    height: 70px;
    max-width: 80px;
}

.servicesHover {
    /* background: url(../images/homev2/service-hover.jpg) center center no-repeat;
    background-size: cover; */
}

.servicesHover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 10, 99, 0.6);
    z-index: 1;
}

.servicesHover ul {
    position: relative;
    z-index: 2;
}

.servicesHover li a:hover {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}



.success-stories-new {
    padding: 0 0 30px 0;
}

.success-stories-box {
    display: flex;
    overflow: hidden;
    /* height: 480px; */
    height: 350px;
}

.success-stories-box a {
    position: relative;
    display: flex;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 10px;
}

.success-stories-box a p {

    position: absolute;
    left: 50%;
    top: 102%;
    color: #fff;
    width: 60%;
    margin-left: -30%;
	font-size: 25px;
    font-family: 'montserratSemiBold';
    line-height: 30px;		  
}

.success-stories-box a img {
    max-width: 100%;
    transition: 0.5s;

}

.success-stories-box a:before {
    background: rgba(0, 0, 0, 0.56);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.success-stories-box a:hover:before {
    opacity: 1;
}

.success-stories-box a:hover p {
    display: block;
    z-index: 2;
    top: 42%;
    transition: 0.5s;
}

.success-stories-box a p span {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: montserratBold;
    display: none;
}

.success-stories-box a:hover img {
    transform: scale(1.02);
}

.readmore-btn {
    background: #707070;
    font-size: 26px;
    font-family: montserratBold;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 50px;
    display: inline-block;
    transition: .5s;
}

.readmore-btn:hover {
    background: #000;
    color: #fff;
}

.prod-list li {
    width: 14.28%;
}

#finfacets,
#leap,
#papilio,
#probatio,
#tasqmate,
#dilx,
#autofacets {
    display: none;
}

.insightImg .insightImgType {
    display: none;
}

.masonry-content {
    position: relative;
}

.masonry .masonry-item h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff !important;
    font-size: 18px;
    line-height: 24px;
    font-family: montserratBold !important;
    height: 100%;
    width: 100%;
    /* display: flex;
    align-items: flex-end; */
    transition: .5s;
}

.masonry .masonry-item h3 span {
    color: #fff !important;
    font-family: montserratBold !important;
    position: absolute;
    bottom: 20px;
    transition: .5s;
    width: 89%;
}

.insightImg {
   position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    
}

.insightImg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 10, 99, 0.6);
    content: '';
    border-radius: 0px;
}

.masonry-item .insightImg img {
     border-radius: 0px;
    max-width: none;
    width: auto;
}


.masonry-item:hover {
    box-shadow: none;
    filter: none;
}

.masonry-content:before {
    content: '';
    width: 50%;
    height: 10px;
    background: #FBAA0F;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: .5s;
}

.masonry-content:after {
    content: '';
    width: 10px;
    height: 50%;
    background: #FBAA0F;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: .5s;
}

.masonry .masonry-item h3:before {
    content: '';
    width: 10px;
    height: 50%;
    background: #FBAA0F;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: .5s;
}

.masonry .masonry-item h3:after {
    content: '';
    width: 50%;
    height: 10px;
    background: #FBAA0F;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: .5s;
}

.masonry-content,
.masonry-item {
    overflow: visible;
    border-radius: 20px 0 20px 0;
}

.masonry .masonry-item:hover .masonry-content:before {
    top: -10px;
}

.masonry .masonry-item:hover .masonry-content:after {
    right: -10px;
    top: -10px;
}

.masonry .masonry-item:hover h3:before {
    bottom: -10px;
    left: -10px;
}

.masonry .masonry-item:hover h3:after {

    bottom: -10px;
}

.masonry .masonry-item:hover h3 span {
    bottom: 40%;
}

.getin-touch {
    padding-top: 50px;
}

.getin-touch-form {
    border: 1px solid #707070;
    background: none;
    margin-bottom: 100px;
    border-radius: 20px;
}

.getin-touch-form input.wpcf7-form-control.wpcf7-submit.btn-type1.orange {
    background: #EBEBEB;
    border-radius: 55px;
    border: 0;
    font-size: 24px;
    font-family: montserratBold;
    color: #011689;
    box-shadow: -3px -3px 5px #707070;
    border: 1px solid #ddd;
}

.getin-touch-form input.wpcf7-form-control.wpcf7-submit.btn-type1.orange:hover {}

.power-tomorrow {
    display: flex;
    margin-bottom: 90px;
}

.power-tomorrow h3 {
    font-size: 40px;
    font-family: montserratBold;
    margin-bottom: 50px;
    color: #4B4B4B;
}

.power-tomorrow h4 {
    font-size: 24px;
    font-family: montserratSemiBold;
    font-style: italic;
    margin-bottom: 40px;
    color: #4B4B4B;
}

.power-tomorrow p {
    font-size: 18px;
}

.left-data {
    width: 60%;
}

.right-image {
    width: 40%;
    position: relative;
}




.right-image.two:before {
    position: absolute;
    width: 1px;
    height: 160px;
    border: 1px dashed #979595;
    left: 50%;
    bottom: -90px;
    content: '';
}

.right-image.two:after {
    position: absolute;
    width: 100%;
    height: 1px;
    border: 1px dashed #979595;
    left: 50%;
    bottom: -90px;
    content: '';
}

.p-tl {
    padding-top: 50px;
    padding-left: 50px;
}

.p-tr {
    padding-top: 50px;
    padding-right: 50px;
}

.our-services {
    background: url(../image/service-bg.png) center 80px no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 0;
}

.home-products {
    background: none;
}

.prod-info-cnt {
    width: 50%;
}

.sp-prod-desk {
    background: #000;
}

.prod-container {
    margin-top: 50px;
}

.prod-list li {
    padding: 0;
    border-right: 0;
}

.prod-info {
    min-height: 423px;
    padding: 45px 30px;
    max-width: 1272px;
    margin: 0 auto;
}

#autodap,
#autofacets,
#dilx,
#finfacets,
#probatio,
#leap,
#papilio {
    position: relative;
}

#autodap::before,
#autofacets::before,
#dilx::before,
#finfacets::before,
#probatio::before,
#leap::before,
#papilio::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 423px;
    width: 90%;
    content: '';
    border-radius: 0 215px 215px 0;
}

#autodap::before {
    background: #f38246;
}

#autofacets::before {
    background: #439ee8;
}

#dilx::before {
    background: #22beb7;
}

#finfacets::before {
    background: #f7b900;
}

#probatio::before {
    background: #369be2;
}

#leap::before {
    background: rgb(76, 191, 172);
    background: linear-gradient(90deg, rgba(76, 191, 172, 1) 35%, rgba(0, 154, 222, 1) 100%);
}

#papilio::before {
    background: rgb(31, 131, 66);
    background: linear-gradient(90deg, rgba(31, 131, 66, 1) 35%, rgba(141, 198, 84, 1) 100%);
}

.prod-info .p-logo {
    margin-bottom: 30px;
}

.footer-country ul li a {
    font-size: 16px;
}

.address-box .address {
    font-size: 16px;
}

.w100 {
    width: 100%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.success-stories-new .success-stories-box a img {
    max-width: none;
}

.success-stories-new .success-stories-box:nth-child(1) a:last-child img {
    max-width: none;
}

.success-stories-new .success-stories-box:nth-child(2) a:first-child img {
    max-width: none;
}

.readmore-btn.video-arrow {
    position: relative;
    padding-right: 70px;
}

.readmore-btn.video-arrow::after {
    position: absolute;
    content: '';
    background: url(../image/arrow.png) right center no-repeat;
    width: 40px;
    height: 40px;
    top: 3px;
    right: 15px;

}

.headerSquare::before {
    top: -18px;
}

.homeSections .futureDigitalInnovation.powering-tomorrow .headerSquare span {
    font-size: 26px;
    top: -5px;
}
					   
	

@media(max-width:1439px) {
    .headerSquare {
        font-size: 45px;
    }

    .servicesBox.box4 {
        min-height: 295px;
    }

    .since97-4box .box-gray .text {
        font-size: 22px;
    }

    .right-image.one:before {
        height: 198px;
    }

    .right-image.two:before {
        height: 225px;
    }

    .power-tomorrow h3 {
        font-size: 36px;
    }

    .power-tomorrow h4 {
        font-size: 22px;
    }

    .readmore-btn {
        font-size: 24px;
    }

    #autodap::before,
    #autofacets::before,
    #dilx::before,
    #finfacets::before,
    #probatio::before,
    #leap::before,
    #papilio::before {
        width: 100%;
    }

    .font36 {
        font-size: 33px;
        line-height: 33px;
    }

    .customer-stories-box .cs-box {
        height: 220px;
    }



}

/*@media only screen and (min-width: 1024px) {
.masonry {
        padding-bottom: 0;
    }
}*/

@media(max-width:1366px) {
    .headerSquare {
        font-size: 40px;
		padding-left: 90px;				   
    }

 .headerSquare::before {
        left: -10px;
    }
     .headerSquare::before {
        top: -22px !important ;
    }
    .since97 {
        padding-top: 335px;
        background-size: 90% !important;
    }

    .since97-4box .box-gray .number {
        font-size: 50px;
    }

    .since97-4box .box-gray .text {
        font-size: 20px;
    }

    .success-stories-box {
        height: 310px;
    }

    .readmore-btn {
        font-size: 20px;
    }

    .masonry-title span {
        font-size: 15px;
    }

    .getin-touch-form input.wpcf7-form-control.wpcf7-submit.btn-type1.orange {
        font-size: 22px;
    }
}

@media(max-width:1199px) {
     .insightImg{
            height: 230px;
    }
    .headerSquare {
        font-size: 36px;
    }
    
    .headerSquare::before {
        top: -22px;
    }

    .since97 {
        padding-top: 290px;
    }

    .since97-4box .box-gray .number {
        font-size: 44px;
    }

    .since97-4box .box-gray .text {
        font-size: 18px;
    }

    .power-tomorrow h3 {
        font-size: 34px;
    }

    .power-tomorrow h4 {
        font-size: 20px;
    }

    .right-image.one:before {
        height: 279px;
    }

    .right-image.two:before {
        height: 305px;
    }

    .prod-info {
        background-size: 110% !important;
    }

    .customer-stories-box .cs-box {
        height: 186px;
    }

    .success-stories-box {
        height: 260px;
    }

    .masonry .masonry-item {
        width: 48.3%;
    }

    .masonry-title span {
        font-size: 17px;
    }

}

@media(max-width:991px) {
    .headerSquare {
        font-size: 30px;
    }
    
     .headerSquare::before {
        top: -30px !important;
    }

    .since97 {
        padding-top: 226px;
    }

    .since97-4box .box-gray .number {
        font-size: 40px;
    }

    .power-tomorrow h3 {
        font-size: 30px;
    }

    .power-tomorrow h4 {
        font-size: 16px;
    }

    .power-tomorrow p {
        font-size: 16px;
    }

    .homeSections .futureDigitalInnovation.powering-tomorrow .headerSquare span {
        font-size: 26px;
    }

    .right-image.one:before {
        height: 390px;
    }

    .right-image.two:before {
        height: 390px;
    }

    .readmore-btn {
        font-size: 18px;
    }

    .our-services {
        padding-top: 10px;
    }

    .prod-info {
        background-size: 100% !important;
        min-height: 330px;
        width: auto;
    }

    #autodap::before,
    #autofacets::before,
    #dilx::before,
    #finfacets::before,
    #probatio::before,
    #leap::before,
    #papilio::before {
        height: 330px;
    }

    .prod-list li {
        width: 20%;
    }

    .customer-stories-box .cs-box {
        height: 145px;
    }

    .success-stories-box {
        height: 205px;
    }

    .masonry .masonry-item {
        width: 47.5%;
    }

    .getin-touch-form input.wpcf7-form-control.wpcf7-submit.btn-type1.orange {
        font-size: 20px;
    }

    .readmore-btn.mb-5 {
        margin-bottom: 10px !important;
    }
     .insightImg {
        height: 200px;
    }


}

@media(max-width:767px) {
      .insightImg {
        height: 230px;
    }
      .headerSquare::before {
        left: -10px;
    }
    
    .headerSquare::before {
        top: -12px !important;
    }
    .getin-touch-form {
        margin-bottom: 50px;
    }
    .headerSquare {
        font-size: 26px;
        padding-left: 45px;
    }

    .headerSquare::before {
        bottom: unset;
        top: -12px;
        width: 50px;
        height: 50px;
    }

    .homeSections .futureDigitalInnovation.powering-tomorrow .headerSquare span {
        font-size: 20px;
    }

    .power-tomorrow h3 {
        font-size: 22px;
    }

    .smart-solution .headerSquare span {
        font-size: 16px;
    }

    .since97 {
        padding-top: 175px;
    }

    .since97-4box {
        flex-wrap: wrap;
    }

    .since97-4box .box-gray {
        width: 100%;
        margin-top: 10px;
        text-align: center;
        justify-content: center;
    }

    .since97-4box .box-gray .number {
        font-size: 34px;
    }

    .since97-4box .box-gray .text {
        font-size: 16px;
    }

    .power-tomorrow {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .left-data {
        width: 100%;
    }

    .left-data.p-tr {
        padding-right: 0;
        padding-top: 30px;
    }

    .left-data.p-tl {
        padding-left: 0;
        padding-top: 30px;
    }

    .right-image {
        width: 100%;
        text-align: center;
    }

    .right-image.one:before,
    .right-image.two:before,
    .right-image.two:after {
        display: none;
    }

    .power-tomorrow h3,
    .power-tomorrow h4 {
        margin-bottom: 20px;
    }

    .readmore-btn {
        margin-top: 20px;
        font-size: 16px;
        padding: 5px 15px;
    }

    .power-tomorrow .left-data {
        order: 2;
    }

    .prod-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .prod-list li {
        border-right: 0 !important;
        border-bottom: 0 !important
    }

    .prod-list li {
        width: 25%;
        border: 1px solid #ddd !important;
    }

    .prod-info {
        min-height: 250px;
        padding: 20px;
    }

    #autodap::before,
    #autofacets::before,
    #dilx::before,
    #finfacets::before,
    #probatio::before,
    #leap::before,
    #papilio::before {
        height: 250px;
    }

    .prod-info .p-logo {
        margin-bottom: 10px;
    }

    .p-btn {
        margin-top: 20px;
    }

    .customer-stories-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .customer-stories-box .cs-box {
        height: auto;
        width: 70%;
        margin-bottom: 15px;
    }

    .customer-stories {
        padding: 0;
    }

    .success-stories-box {
        height: auto;
        flex-wrap: wrap;
    }

    .success-stories-box a {
        width: 100%;
        height: 220px;
    }

    .masonry .masonry-item {
        width: 47.1%;
    }

    .success-stories-box a:before {
        background: rgba(0, 0, 0, .8);
        opacity: 0.8;
    }

    .success-stories-box a p {
        left: 50%;
        top: 15%;
        font-size: 16px;
        color: #fff;
        width: 90%;
        margin-left: -45%;
        z-index: 1;
    }

    .success-stories-box a p span {
        font-size: 24px;
        line-height: 34px;
    }


}

@media(max-width:575px) {
        .masonry-item .insightImg img {
        height: 200px;
    }
    .insightImg {
        height: 200px;
    }
    .headerSquare {
        font-size: 22px;
    }

    .smart-solution .headerSquare span {
        font-size: 11px;
    }

    .since97 {
        padding-top: 110px;
    }

    .since97-4box .box-gray .number {
        font-size: 30px;
    }

    .homeSections .futureDigitalInnovation.powering-tomorrow .headerSquare span {
        font-size: 17px;
    }

    .power-tomorrow p {
        font-size: 15px;
    }

    .prod-list li {
        width: 33.33%;
    }

    .prod-list li:nth-child(3),
    .prod-list li:nth-child(6) {
        border-right: 1px solid #ddd !important;
    }

    .prod-info {
        min-height: 230px;
        padding: 10px 0;
    }

    .prod-info .font36 {
        font-size: 14px;
    }

    .sp-prod-desk {
        display: block;
    }

    .sp-prod-mob {
        display: none;
    }

    .prod-info-cnt {
        width: 65%;
        text-align: left;
    }

    .prod-info .p-logo {
        margin: 0 0 10px;
    }

    .p-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #autodap::before,
    #autofacets::before,
    #dilx::before,
    #finfacets::before,
    #probatio::before,
    #leap::before,
    #papilio::before {
        height: 230px;
    }

    .masonry .masonry-item {
        width: 100%;
    }

    .prod-container {
        margin-top: 30px;
    }

    .customer-stories-box .cs-box {
        width: 100%;
    }
}