html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }




}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 2px;
}

#partA {
    margin: 20px auto;
    width: 200px;
    height: 200px;
    background-image: -webkit-radial-gradient(center,rgba(238,238,238,0.5) 60%,rgba(0,0,0,1) 100%);
    border-radius: 100px;
    transform-origin: center center;
    animation: fly 2s infinite;
    animation-timing-function: linear;
}

    #partA:after {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        background-image: -webkit-radial-gradient(center,rgba(238,238,238,0.5) 60%,rgba(0,0,0,1) 100%);
        border-radius: 100px;
        transform-origin: center center;
        animation: fly 3s infinite;
        animation-timing-function: linear;
    }

    #partA:before {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        background-image: -webkit-radial-gradient(center,rgba(238,238,238,0.5) 60%,rgba(0,0,0,1) 100%);
        border-radius: 100px;
        transform-origin: center center;
        animation: fly 2s infinite;
        animation-timing-function: linear;
    }

@-webkit-keyframes fly {
    0% {
        transform: scale(0.5);
        opacity: 0;
        transform-origin: center center;
    }

    50% {
        transform: scale(1);
        opacity: 1;
        transform-origin: center center;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
        transform-origin: center center;
    }
}

#btn {
    margin: -200px auto;
    position: relative;
    font-family: "tahoma";
    text-align: center;
    color: #eee;
    font-weight: bold;
    line-height: 80px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    border: 0px solid #eee;
    box-shadow: 0px 0px 0px 0px #0067b6;
    z-index: 1;
}


.p1 {
    padding-left: 12px;
}

.p2 {
    padding-left: 20px;
}

.p3 {
    padding-left: 12px;
}

.p4 {
    padding-left: 16px;
}

.cookieConsentBanner {
    background-image: url('../images/P8Logos/cookiebg.png');
    background-size: contain, 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 130px;
    border-radius: 20px 20px 0px 0px;
}
#cookieConsentBanner {
    font-family: 'Lato', sans-serif;
    
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 50%;
    background-color: transparent;
}

.cookie-consent-banner__inner {
    width: 95%;
    height:auto;
    margin:  20px 20px 20px 20px;
    border-radius:  25px 25px 20px 20px;
    background-color: white;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
    background-color: white;
    width:80%;
}

.cookie-consent-banner__actions {
    margin-right:30px;
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
    color:black;
    font-size: 20px;
    font-weight:900;
    line-height: 24px;
    padding-left: 60px;
}

.cookie-consent-banner__description {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: black;
    font-size: 16px;
    line-height: 24px;
    padding-left: 60px;
    margin-top:20px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 10px;
    background-color: #1D2A41;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #1D2A41;
    background-color: transparent;
    color: black;
}

.cookie-consent-banner__cta:hover {
    background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #22C870;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}


.container2 {
    position: relative;
    width: 100% !important; /* Maximum width */
    margin: 0 auto; /* Center it */
}

    .container2 .content2 {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 90%; /* Full width */
        padding: 20px; /* Some padding */
    }

    .container2 .content3 {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        padding: 50px; /* Some padding */
    }

.servicesbtn {
    background-color: #EE7C30;
    color: black;
    text-align: center;
    vertical-align: central;
    font-weight: 700;
    font-size: 12px;
    border-radius: 10px;
}


.Otherbtn {
    background-color: #24CC63;
    color: black;
    text-align: center;
    vertical-align: central;
    font-weight: 500;
    font-size: 10px;
    border-radius: 10px;
}









/*Newly Added*/

.homepagebgfirst {
    background-image: url(https://cdn.positive8.com/p8web/images/Homepage/Homepage-12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    /*background-position: center center, top right;
    background-size: cover, 100% 100%;
    background-repeat: no-repeat, no-repeat;*/
}

.homelogo{
    width: 190px;
    height:auto;
    float:left;
}

.homeMenuText {
    font-size:14pt;
}

.homeMenuText2 {
    font-size: 12pt;
}

.homeHeroText {
    font-size: 40pt;
    height: auto;
    line-height: 1.2;
}

.homeHeroSubText {
    font-size: 22pt;
    line-height: 1.2;
    padding-left: 8px;
}

.homeConnectwithUs {
    background-color: #2390CE;
    border-radius: 10px;
    width: 250px;
    float: left;
    font-size: 20pt;
}

.homeHeroText2 {
    font-size: 35pt;
}

.homeHeroSubText2 {
    font-size: 18pt;
}

.homeServiceText {
    font-size: 35pt;
}

.homeServiceSubText {
    font-size: 18pt;
}

.homeServicesText {
    font-size: 18pt;
    margin-top: 20px;
}

.homeServicesDetailsText {
    font-size: 14pt;
    margin-top: 10px;
}

.homeLearnMore {
    border-radius: 10px;
    font-size: 15pt;
    height:35px;
    align-content:center;
}

.homeOurApproach {
    font-size: 14pt;
    font-weight: 400;
    color: black;
    font-family: 'Lato', sans-serif;
}
.homeOurExpertise {
    font-size: 15pt;
}

.homebookConsultation {
    border-radius: 10px;
    font-size: 20pt;
  
    align-content: center;
}
.productbookconsultation {
    border-radius: 10px;
    font-size: 11pt;
    width: 275px;
    align-content: center;
}

.homewhoweareimg {
    width: 100%;
}

.homepagebgSecond {
     background-image: url(https://cdn.positive8.com/p8web/images/Homepage/Homepage-13.png);
     background-repeat: no-repeat;
    background-size: 100% 100%;
 
    /* background-position: center center, top right;
    background-size: cover, 100% 100%;
    background-repeat: no-repeat, no-repeat;*/
}

.homepagebgthird {
     background-image: url(https://cdn.positive8.com/p8web/images/Homepage/Homepage-16.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
   
}

.homepagebgforth {
     background-image: url(https://cdn.positive8.com/p8web/images/Homepage/Homepage-15.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.homepagebgfifth {
     background-image: url(https://cdn.positive8.com/p8web/images/Homepage/Homepage-17.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.homepagebgSixth {
     background-image: url(https://cdn.positive8.com/p8web/images/Homepage/Homepage-18.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}
.homepagebgseven {
    margin-top: 0px;
}
.homepagebgServices {
     background-image: url(https://cdn.positive8.com/p8web/images/Homepage/Homepage-14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
  
   
}

.homepagebgClients {
     background-image: url(https://cdn.positive8.com/p8web/images/Homepage/Homepage-06.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    margin: 30px;
}






/*Services items*/

/*Data Cleansing*/

.servicepagebgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc9.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.servicepagebgsecond {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc10.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height:600px;
}

    .servicepagebgthird {
        background-color: #F6F7F8;
    }

.servicepagebgforth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc11.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.servicepagebgfifth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.servicepagebgsixth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.servicepagebgseventh {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc14.png);
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width:20px;
}
.servicebox {
    background-color: #F6F7F8;

}

.servicesServicesText {
    font-size: 16pt;
    margin-top: 20px;
}

.casestudybelowimg1 {
    width: 10px;
    height: 400px;
}

.casestudybelowimg2 {
    width: 10px;
    height: 180px;
}




/*Master Data*/

.mdservicepagebgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/MasterDataManagement/md12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.mdservicepagebgsecond {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/MasterDataManagement/md13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 800px;
}

.mdservicepagebgthird {
    background-color: #F6F7F8;
}

.mdservicepagebgforth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/MasterDataManagement/md15.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.mdservicepagebgfifth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/MasterDataManagement/md14.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.mdservicepagebgsixth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.mdservicepagebgseventh {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/MasterDataManagement/md14.png);
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 20px;
}

.mdservicebox {
    background-color: #F6F7F8;
}

.mdservicesServicesText {
    font-size: 16pt;
    margin-top: 20px;
}




/*Business Process Improvement*/

.bpservicepagebgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/BusinessProcessImprovement/bp11.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.bpservicepagebgsecond {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/BusinessProcessImprovement/bp12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 770px;
}

.bpservicepagebgthird {
    background-color: #F6F7F8;
}

.bpservicepagebgforth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/BusinessProcessImprovement/bp13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.bpservicepagebgfifth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/BusinessProcessImprovement/bp14.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.bpservicepagebgsixth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/BusinessProcessImprovement/bp15.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.bpservicepagebgseventh {
   
    float: left;
}

.bpservicebox {
    background-color: #F6F7F8;
}

.bpservicesServicesText {
    font-size: 16pt;
    margin-top: 20px;
}









/*Finance*/

.fservicepagebgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/Finance/f11.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.fservicepagebgsecond {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/Finance/f12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 760px;
}

.fservicepagebgthird {
    background-color: #F6F7F8;
}

.fservicepagebgforth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/Finance/f14.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.fservicepagebgfifth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/Finance/f13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.fservicepagebgsixth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.fservicepagebgseventh {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/Finance/f14.png);
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 20px;
}

.fservicebox {
    background-color: #F6F7F8;
}

.fservicesServicesText {
    font-size: 16pt;
    margin-top: 20px;
}




/*Data health Check*/

.dhcservicepagebgfirst {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.dhcservicepagebgsecond {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/2.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 1200px;
}

.dhcservicepagebgsecondTwo {
    /*background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/2.png);*/
    width: 100%;
    background-size: 100% 100%;
    /*height: 1200px;*/
    margin-top: -1200px;
    margin-bottom:200px;
    height: auto;
}

.dhcservicepagebgsecond1 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/7.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height:240px;
    border:5px solid white;
}
.dhcservicepagebgsecond2 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/8.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond3 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/9.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond4 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/10.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond5 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/11.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond6 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond7 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond8 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/14.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond9 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/15.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond10 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/16.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond11 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/17.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}
.dhcservicepagebgsecond12 {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/18.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 240px;
    border: 5px solid white;
}

.dhcservicepagebgthird {
    background-color: #E1F0F7;
    margin-top:-170px;
}

.dhcservicepagebgforth {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/4.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.dhcservicepagebgfifth {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/5.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.dhcservicepagebgsixth {
    background-image: url(https://cdn.positive8.com/p8web/images/DataHealthCheck/6.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.dhcservicepagebgseventh {
    float: left;
}

.dhcservicebox {
    background-color: #F6F7F8;
}

.dhcservicesServicesText {
    font-size: 16pt;
    margin-top: 20px;
}

.dhcservicesServicesText2 {
    font-size: 14pt;
    margin-top: 55%;
}
.dhcservicesServicesText3 {
    font-size: 35pt;
    color: #2490CE;
}
.dhcservicesServicesText4 {
    font-size: 18pt;
    font-weight: 300;
    line-height:1.2;
}
.dhcservicesform {
    width: 70%;
    margin: auto;
}



/*Finance Turnaround*/

.ftservicepagebgfirst {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTurnaround/1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.ftservicepagebgsecond {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTurnaround/2.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 850px;
}

.ftservicepagebgsecond2 {
    background-image: none;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    margin-top: -550px;
}

.ftservicepagebgthird {
    background-color: #F6F7F8;
}

.ftservicepagebgforth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTurnaround/11.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ftservicepagebgfifth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTurnaround/12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ftservicepagebgsixth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ftservicepagebgseventh {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTurnaround/md14.png);
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 20px;
}

.ftservicebox {
    background-color: #F6F7F8;
}

.ftservicesServicesText {
    font-size: 16pt;
    margin-top: 20px;
}



/*Finance Transformation*/

.ftrservicepagebgfirst {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTransformation/1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.ftrservicepagebgsecond {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTransformation/2.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 800px;
}

.ftrservicepagebgsecond2 {
    background-image: none;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    margin-top: -500px;
}

.ftrservicepagebgthird {
    background-color: #F6F7F8;
}

.ftrservicepagebgforth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTransformation/11.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ftrservicepagebgfifth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTransformation/12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ftrservicepagebgsixth {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/DataCleansing/dc13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ftrservicepagebgseventh {
    background-image: url(https://cdn.positive8.com/p8web/images/Services/FinanceTransformation/md14.png);
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 20px;
}

.ftrservicebox {
    background-color: #F6F7F8;
}

.ftrservicesServicesText {
    font-size: 16pt;
    margin-top: 20px;
}



/*Contact Us*/

.contactusbgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/ContactUs/3.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.contactusbgsecond {
     background-image: url(https://cdn.positive8.com/p8web/images/ContactUs/4.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.contactusbgthird {
     background-image: url(https://cdn.positive8.com/p8web/images/ContactUs/1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.contactusimgcomp{
    width:50%;
}






/*Case Studies*/

.casestudiesbgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/CaseStudies/5.png);
     /*background-image: url(/images/CaseStudies/5.png);*/
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.casestudiesbgsecond {
     background-image: url(https://cdn.positive8.com/p8web/images/CaseStudies/4.png);
     /*background-image: url(/images/CaseStudies/4.png);*/
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height:500px;
}

.casestudiesbgthird {
     background-image: url(https://cdn.positive8.com/p8web/images/CaseStudies/3.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.casestudiesbgfifth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/BusinessProcessImprovement/bp12.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.casestudiesbgsixth {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/BusinessProcessImprovement/bp13.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.casestudiesbgseventh {
     background-image: url(https://cdn.positive8.com/p8web/images/Services/BusinessProcessImprovement/bp14.png);
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 20px;
}

.casestudiesbox {
    background-color: #F6F7F8;
}

.casestudiesText {
    font-size: 16pt;
    margin-top: 20px;
}







/*Our Team*/

.outteambgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/OurTeam/14.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.outteambgSecond {
     background-image: url(https://cdn.positive8.com/p8web/images/OurTeam/15.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.outteambgthird {
     background-image: url(https://cdn.positive8.com/p8web/images/OurTeam/16.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}







/*Our Expertise*/

.ourexpertisebgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/OurExpertise/15.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ourexpertisebgSecond {
     background-image: url(https://cdn.positive8.com/p8web/images/OurExpertise/16.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ourexpertisebgthird {
     background-image: url(https://cdn.positive8.com/p8web/images/OurExpertise/19.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ourexpertisebgforth {
     background-image: url(https://cdn.positive8.com/p8web/images/OurExpertise/17.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ourexpertisebgfifth {
     background-image: url(https://cdn.positive8.com/p8web/images/OurExpertise/18.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}



/* Privacy Policy */
.privacypolicybgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/PrivacyPolicy/pp1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.privacypolicybgsecond {
     background-image: url(https://cdn.positive8.com/p8web/images/PrivacyPolicy/pp2.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}



/* Terms and Condition */
.tcbgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/PrivacyPolicy/pp1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.tcbgsecond {
     background-image: url(https://cdn.positive8.com/p8web/images/PrivacyPolicy/pp2.png);
     background-image: none;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}






/*Product*/

.productbgfirst {
     background-image: url(https://cdn.positive8.com/p8web/images/Product/1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.productbgSecond {
     background-image: url(https://cdn.positive8.com/p8web/images/Product/2.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height:470px;
}

.productbgthird {
     background-image: url(https://cdn.positive8.com/p8web/images/Product/3.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.productbgforth {
     background-image: url(https://cdn.positive8.com/p8web/images/Product/4.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


.productHerotext {
    width: 650px;
    margin: auto;
    line-height:1.1;
}





.footerlogo {
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: Cover;
    width: 190px;
    float: left;
}


.footerSocialMedialogo {
    
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: Cover;
    width: 50px;
    float: left;
}

.footersocialmediatext {
    font-size: 26px;
}

.brad {
    border-radius: 10px;
}

.btrns {
    background-color:transparent;
}

.block {
    height: auto;
    width: 300px;
    text-align: left;
}

.headerpadtop {
    padding-top:100px;
}

.center {
    margin: auto;
}

.left {
    margin: auto auto auto 0;
}

.right {
    margin: auto 0 auto auto;
}

.fleft{
    float:left;
}

.fright{
    float:right;
}

.box {
    position: relative;
}

.bet_time {
    position: absolute;
    bottom: 0;
    right: 0;
}


li {
    float: left;
}

    li a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 8px 12px;
        text-decoration: none;
    }

        li a:hover, .dropdown:hover .dropbtn {
            text-decoration: none;
            color:white;
            font-weight:900;
        }

    li.dropdown {
        display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
            font-weight: bold;
        }

.dropdown:hover .dropdown-content {
    display: block;
}


/* Dropdown Container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Button Styling */
.dropdown-button {
    background-color: #3498db;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* Dropdown Content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 180px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1;
    top: 100%;
    
    transform: translateX(-50%);
    float:right;
}

    /* Dropdown Arrow */
    .dropdown-content::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 10%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }

    /* Dropdown Links */
    .dropdown-content a {
        display: block;
        padding: 5px;
        color: black;
        text-decoration: none;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show Dropdown on Hover */
.dropdown:hover .dropdown-content {
    display: block;
}

#more1 {
    display: none;
}

#more2 {
    display: none;
}
#more3 {
    display: none;
}
#more4 {
    display: none;
}
#more5 {
    display: none;
}
#more6 {
    display: none;
}
#more7 {
    display: none;
}
#more8 {
    display: none;
}
#more9 {
    display: none;
}
#more10 {
    display: none;
}
#more11 {
    display: none;
}

.navbar .nav-link.active {
    font-weight: 700;
    color:white;
    text-decoration:none;
}


.aboutustTeamtext {
    text-align: left;
}

.bpgapincreaser1 {
    margin-top: 25px;
}

.servicepagebgsecondherotext2 {
    margin-top: -300px
}
.mdservicepagebgsecondherotext2 {
    margin-top: -550px
}
.bpservicepagebgsecondherotext2 {
    margin-top: -500px
}
.faservicepagebgsecondherotext2 {
    margin-top: -500px
}


.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}
.topicsfont {
    font-size: 24px;
}
.topicsfont2 {
    font-size: 21px;
}
.topicsfont3 {
    font-size: 32px;
}
.topicsfont4 {
    font-size: 28px;
}