/*GLOBLE css START HERE*/
@font-face {
    font-family: 'Avenir Regular';
    src: url('../fonts/Avenir-Regular.eot');
    src: url('../fonts/Avenir-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Regular.woff2') format('woff2'),
        url('../fonts/Avenir-Regular.woff') format('woff'),
        url('../fonts/Avenir-Regular.ttf') format('truetype'),
        url('../fonts/Avenir-Regular.svg#Avenir Regular') format('svg');
}



@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaPT-Heavy.woff') format('woff'),
        url('../fonts/FuturaPT-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');
    font-style: normal;
    font-display: swap;
}




html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Futura PT'; font-weight: normal;
}

body {
    font-family: 'Avenir Regular';
    font-size: 17px;
    position: relative;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}



.blue_color {
    color: #015fb3
}

.font22 {
    font-size: 22px;
}

.black {
    background: #000000;
}

.btn-connect {
    transition-duration: 0.5s;
    background: #015fb3;
    border-radius: 100px;
}

.btn-connect:hover {
    background: #fff;
    color: #000 !important;
}

.blackcolor {
    color: #000;
}

.titlebar h2, .coltitle, .title {
    font-size: 6vh;
}

/*=======================================================end===========================================*/
@media (min-width: 992px) {
    .fixed-top-custom {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1030;
        transform: translateY(68px);
        transition: transform 500ms ease, background 500ms ease;
        -webkit-transition: transform 500ms ease, background 500ms ease;
        top: -70px;
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    }
}

.m-logo {
    display: none;
}

.fixed-top-custom .d-logo {
    display: none;
}

.fixed-top-custom .m-logo {
    display: block;
}

/*=======================================Header css Start Here================================================*/

/*=======================================Banner css Start Here================================================*/


.banner {
    background: url(../images/bannerbg.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px !important;


    .font22 {
        font-size: 25px;
        font-weight: bold;
    }

    .blue_color {
        margin-left: -35px;
    }

    .heading {
        font-size: 7vh;

    }
}

/*=======================================Banner css END Here================================================*/


/*================About Section Css Start Here====================*/

span.round-circle {
    font-family: 'Futura PT';
    font-size: 22px;

    &&:before {
        content: "";
        width: 25px;
        height: 25px;
        border: 5px solid #015fb3;
        display: inline-block;
        border-radius: 100px;
        vertical-align: middle;
        margin-right: 10px;
    }
}

.common_btn {
    color: #000;
    position: relative;

    &&::after {
        position: absolute;
        margin-left: 0.75rem;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        content: "";
        background: #000 url(../images/slider-right-arrow-icon.svg) no-repeat 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition-duration: 0.5s;
    }

    &&:hover::after {
        margin-left: 1rem;
        background: #015fb3 url(../images/slider-right-arrow-icon.svg) no-repeat 50%;

    }

    &&:hover {
        color: #015fb3;
    }

}

.boxinf strong {
    font-size: 7vh;
    display: block;
    line-height: 60px;
}

.border-left-c {
    border-right: 2px solid #000;
}

/*=======================================Case Study  Section css Start  Here================================================*/
.studies {
    background: #ECECEC;
}

span.industry-btn {
    top: 15px;
    left: 15px;
    background: #fff;
    border-radius: 100px;
    padding: 6px 20px;
    color: #000;
    font-size: 14px;
}


.studies .shadow1:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}


.studies #owl-case button.owl-prev {
    left: 0px;
    background: url(../images/right-arrow.svg) no-repeat scroll 0 0;
    background-size: contain;
    transform: rotate(180deg);
    margin-top: -17px;
}

.studies #owl-case button.owl-next {
    right: 0px;
    left: auto;
    background: url(../images/right-arrow.svg) no-repeat scroll 0 0;
    background-size: contain;
}

.case-btn {
    padding: 3px 0;
    position: relative;
    transition-duration: 0.5s;
    border-top: 2px solid #015fb3a3;
}


#Partners button.owl-prev span,
#Partners button.owl-next span,
.studies #owl-case button.owl-prev span,
.studies #owl-case button.owl-next span {
    display: none;
}

#Partners button.owl-prev {
    transform: rotate(180deg);
    margin-top: -17px;
    left: 0px;
    background: url(../images/right-arrow-white.svg) no-repeat scroll 0 0;
    background-size: contain;
}

#Partners button.owl-next {
    right: 0px;
    left: auto;
    background: url(../images/right-arrow-white.svg) no-repeat scroll 0 0;
    background-size: contain;
}

.owl-nav button {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #262b2f !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 222;
    font-size: 35px;
}


.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

#Partners .owl-item img {
    margin: 0 auto;
    width: auto;
}

.owl-item img {
    transition-duration: 0.5s;
}

owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

/*=======================================Case Study  Section css END  Here================================================*/


/*=======================================Footer  Section css Start  Here================================================*/
.bgfooter {
    background: #000 url(../images/footer.jpg);
    font-size: 14px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

ul.footerlist li {
    margin-bottom: 8px;
}

ul.footerlist li a {
    color: #c9c9ce;
}
ul.list-inline.social-link li {
    margin-left: 21px;
}
.copy-footer {
    border-top: 1px solid #41484e;
    color: #c9c9ce;
}
.copy-footer a{
    color: #c9c9ce;
}
.copy-footer a:hover, ul.footerlist li a:hover{color:#fff; text-decoration: underline;}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c9c9ce !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c9c9ce !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c9c9ce !important;
}
.form-control:focus {
    box-shadow: none;
}

/*=======================================Footer  Section css Start  Here================================================*/

div#simple-list-example a {
    border-left: 5px solid #e1e1e1;
    color: #000;
    font-size: 2.5vh;
}

div#simple-list-example a.active {
    border-left: 5px solid #2B6AD4;
    font-weight: bold;
}

ul.list-style-case li {
    margin-bottom: 10px;
    background: url(../images/arrow-case-study.jpg) no-repeat;
    background-position: 0px 5px;
    padding-left: 25px;
}

.banner01 {
    background: url(../images/banner-for-case-study.jpg) no-repeat;
    background-size: cover;
}

.readybg {
    background: url(../images/ready-bg.jpg) no-repeat;
    background-size: cover;
}

.technology-banner {
    background: url(../images/bannertech.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.bannerindustry {
    background: url(../images/bannerindustry.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.experience-banner {
    background: url(../images/banner-experience.jpg) no-repeat;
    background-size: cover;
}

.initiative-banner {
    background: url(../images/Initiative-banner.jpg) no-repeat;
    background-size: cover;
}

.usecase-banner {
    background: url(../images/usecase.jpg) no-repeat;
    background-size: cover;
}

.process-management-banner {
    background: url(../images/process-management-banner.jpg) no-repeat;
    background-size: cover;
}




header {
    background: #0000;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.plateformbanner {
    background: url(../images/plateformbanner.jpg) no-repeat;
    background-size: cover;
}

.workflow-banner {
    background: url(../images/workflow-banner.jpg) no-repeat;
    background-size: cover;
}

.integration-banner {
    background: url(../images/integration-banner.jpg) no-repeat;
    background-size: cover;
}

.data-integration {
    background: url(../images/data-integration.jpg) no-repeat;
    background-size: cover;
}

.bi-analytics-banner {
    background: url(../images/bi-analytics-banner.jpg) no-repeat;
    background-size: cover;
}

.bibg {
    background: url(../images/bibg.jpg) no-repeat;
    background-size: cover;
}

.iotbanner {
    background: url(../images/iotbanner.jpg) no-repeat;
    background-size: cover;
}

.devops_banner {
    background: url(../images/devops_banner.jpg) no-repeat;
    background-size: cover;
}
.enu-banner {
    background: url(../images/industry/enu-banner.jpg) no-repeat;
    background-size: cover;
}
.productivity{
    background: url(../images/industry/productivity.png) no-repeat;
    background-size: cover;
}
.hi-tech-banner{
    background: url(../images/industry/hi-tech-banner.jpg) no-repeat;
    background-size: cover;
}
.gov-banner{ background: url(../images/industry/gov-banner.jpg) no-repeat;
    background-size: cover;
}
.al-enablement-banner{ background: url(../images/industry/al-enablement.jpg) no-repeat;background-size: cover;}
.education-banner{ background: url(../images/industry/education-banner.jpg) no-repeat;background-size: cover;}
.banking_banner{background: url(../images/industry/banking_banner.jpg) no-repeat;background-size: cover;}
.healthcare-banner{background: url(../images/industry/healthcare-banner.jpg) no-repeat;background-size: cover;}
.banufacturer-banner{background: url(../images/industry/banufacturer-banner.jpg) no-repeat;background-size: cover;}
.mine-banner{background: url(../images/industry/mine-banner.jpg) no-repeat;background-size: cover;}
.mine-banner{background: url(../images/industry/mine-banner.jpg) no-repeat;background-size: cover;}
.customer-experience-banner{background: url(../images/customer-experience-banner.jpg) no-repeat;background-size: cover;}
.operational-experience-banner{background: url(../images/operational-experience-banner.jpg) no-repeat;background-size: cover;}
.leadership-experience-banner{background: url(../images/leadership-experience-banner.jpg) no-repeat;background-size: cover;}
.employee-experience-banner{background: url(../images/employee-experience-banner.jpg) no-repeat;background-size: cover;}
.insight{background: url(../images/insight.jpg) no-repeat;background-size: cover;}
.support-banner{background: url(../images/support-banner.jpg) no-repeat;background-size: cover;}
.digital-transformation-banner-r {
    background: url(../images/digital-transformation-banner-r.jpg) no-repeat;
    background-size: cover;
}

.service-management-banner {
    background: url(../images/service-management-banner.jpg) no-repeat;
    background-size: cover;
}
.workforce-banner {
    background: url(../images/workforce-banner.jpg) no-repeat;
    background-size: cover;
}
.back-office-banner {
    background: url(../images/back-office-banner.jpg) no-repeat;
    background-size: cover;
}
.cloud-transformation-banner {
    background: url(../images/cloud-transformation-banner.jpg) no-repeat;
    background-size: cover;
}
.api-management-banner {
    background: url(../images/api-management-banner.jpg) no-repeat;
    background-size: cover;
}
.workbox  {background: url(../images/workbox.jpg) no-repeat;
    background-size: cover;
}







/*Techonologies */




.bg-dark{background:#000 !important;}
.bg-50 {
    background: #353535 !important;
}
.card-wrapper .card-img-wrapper {
    overflow: hidden;
    transition: 1.5s ease;

}
button.case-btn::before {
    content: "";
    height: 2px;
    width: 70%;
    display: block;
    background: #015fb3a3;
}
.card-wrapper .card-body {
    position: absolute;
    top: 82%;
    background-color: #000000BF ;
    transition: 0.5s ease;
    overflow: hidden;
    height: auto;
    bottom: 0;

}

.card-wrapper .card:hover .card-body {
    top: 0%;
}

.card-wrapper .card:hover h4 {
    visibility: hidden;
}



.card-plateform .card-body {
    position: absolute;
    top: 72%;
    background-color: #ffffffe0;
    transition: 0.5s ease;
    overflow: hidden;
    height: auto;
    bottom: 25px;
}


.card-plateform .card:hover .card-body {
    top: 20%;
}

.nav-link.active.text-dark {
    color: #015fb3 !important;
}

h2.after::after {
    content: "";
    width: 120px;
    height: 2px;
    background: #000000;
    display: inline-block;
    margin-left: 5px;
}

.card-wrapper p.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card {
    transition: 0.5s ease;
}

.card-hover:hover {
    box-shadow: 0 0 21px #d0d0d0;
}

.bg-dark-opq {
    background: #404040;
}

.mb-n5 {
    margin-bottom: -45px;
    position: relative;
}

.dark_opq2 {
    background: #686868;
}

/*industry*/

.indslider.shadow.rounded {
    margin-top: -50px;
}

.indslider li a.btn.active {
    color: #106CA8;
    border: none; font-weight: bold;
}

.indslider li {
    text-align: center;
    width: auto !important;
}

ul#indslider {
    padding-left: 100px !important;
}

.indslider .owl-nav button {
    border: 1px solid #000 !important
}

.indslider button.owl-prev {
    left: 40px;
}

.indslider button.owl-next {
    left: 82px;
}

.indslider .owl-dots {
    display: none;
}

.industrytabs .tab-content {
    background: #fff;
    padding: 48px 30px;
    position: relative;
    border: 1px solid #ECECEC;
}

.industrytabs .nav-link {
    background-color: #ECECEC;
    color: #000;
    font-weight: bold;
    height: 100%;    
}

.industrytabs ul li {
    margin-right: 5px !important;
}

.industrytabs .nav-tabs .nav-item.show .nav-link,
.industrytabs .nav-tabs .nav-link.active {
    background: #1C1C1C;
    
    color: #fff;
}
.accordion-item {
    margin-bottom: 10px;
    border-radius: 7px;
    overflow: hidden;    background-color: #ffffff52 !important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    background-color: #ffffff00;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #ffffff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-collapse.collapse.show{ background-color: #ffffff;}
.counter-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    color: #000;
}

/*.............. about-section-start................*/

.about-banner {
  background: url(../images/poneer.jpg) no-repeat;
  background-size: cover;
  padding-top: 100px !important;
}

.futures {
  background: url(../images/futures.jpg) no-repeat;
  background-size: cover;
  padding:130px  0px !important;
}

.blur {
  background: #F2F2F2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
.blur h2.primary {
  color: #015FB3; font-size: 5vh;
}
.col-md-12.titlebar.text-white.mb-4.border-color {
    border-left: 4px solid #015FB3;
}
section.worldwide {
  margin-top: -80px;
}
@media (min-width: 768px){
.onfocus .content {
    padding: 0 100px;
}
.mm-margin {
  margin-left: -70px;
}

}
/*.............. about-section-end................*/