body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'KoHo', sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #2e3232;
    font-size:18px;
}
a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    outline: none;
}
a:focus {
	outline: none !important;
}
/* unvisited link */
a:link {
    text-decoration:none;
}

/* visited link */
a:visited {
    text-decoration:none;
}

/* mouse over link */
a:hover {
    text-decoration:none;
}

/* selected link */
a:active {
    text-decoration:none;
}

/* custom */
h1 {
    font-size:54px;
    margin:0;
    padding:0;
}
h2 {
    font-size: 38px;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-top:15px;
    margin-bottom:15px;
    font-weight:bold;
}
.fineText {
    font-size: 12px;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 5px;
}
.WNPLLogo {
    max-width: 210px;
    margin-bottom: 5px;
}
i {
    color: #8055b7;
    font-size: 32px;
}
.platformContainer i {
    color: #8055b7;
}

#bannerSection {
    padding: 0 60px 60px 60px;
}

#h2Heading {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.formInput {
    padding:10px;
    width:350px;
    height:65px;
    font-size:18px;
    color:#444;
    border:1px solid #FFF;
    border-radius:6px;
}
.formButton {
    display: inline-block;
    border: 0;
    padding: 18px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
}
.formButtonOutline {
    display: inline-block;
    border: 0;
    padding: 18px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
}

.formButtonSm {
    padding: 10px 16px;
    font-size: 16px;
}

#lightSlider, .lSSlideOuter {
    display: block;
}
.banner_main_img {
    width: 80%;
    display: inline-block;
}
.startNowPopupInner {
    width: 350px;
    margin: auto;
    margin-bottom: 15px;
}
.startNowHeaderForm {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
}
.startNowHeaderForm .formButton {
    background-color: #8055b7;
    color: #FFF;
}
.startNowHeaderForm .formButton:hover {
    background-color: #2f0b52;
    text-decoration:none;
    color: #FFF;
}
.startNowPopupContent .formButton, .startNowBrightBtnHolder .formButton {
    background-color: #8055b7;
    color: #FFF;
}
.startNowPopupContent .formButton:hover, .startNowBrightBtnHolder .formButton:hover {
    background-color: #64448d;
    text-decoration:none;
    color: #FFF;
}
.startNowHeaderForm .formButtonOutline {
    color: #8055b7;
    border: 2px solid #8055b7;
    background: none;
}
.startNowHeaderForm .formButtonOutline:hover {
    background-color: #2f0b52;
    text-decoration:none;
    color: #FFF;
}
.startNowPopupContent .formButtonOutline, .startNowBrightBtnHolder .formButtonOutline {
    color: #8055b7;
    border: 2px solid #8055b7;
    background: none;
}
.startNowPopupContent .formButtonOutline:hover, .startNowBrightBtnHolder .formButtonOutline:hover {
    background-color: #64448d;
    text-decoration:none;
    color: #FFF;
}
.startNowBrightBtnHolderAdj {
    text-align: left;
    margin-top: 60px;
}
.formButtonNewLandingSml {
    display: inline-block;
    border: 0;
    padding: 12px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    background-color: #ff7900;
    color: #FFF;
    font-size: 20px;
}
.formButtonNewLandingSml:hover {
    background-color: #b15502;
    text-decoration:none;
    color: #FFF;
}
.formButtonNewLanding {
    display: inline-block;
    border: 0;
    padding: 18px 40px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    background-color: #ff7900;
    color: #FFF;
    font-size: 24px;
}
.formButtonNewLanding:hover {
    background-color: #b15502;
    text-decoration:none;
    color: #FFF;
}
.formButtonBigPurple {
    display: inline-block;
    border: 0;
    padding: 18px 52px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.75);
    background-color: #8055b7;
    color: #FFF;
    font-size: 24px;
}
.formButtonBigPurple:hover {
    background-color: #2f0b52;
    text-decoration:none;
    color: #FFF;
}
.startNowPopupOuterLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    display: none;
    z-index: 1001;
}
.startNowPopupOuter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 100px;
    overflow-y: auto;
}
.startNowPopupContent {
    text-align: center;
}
.startNowPopupSmallText {
    margin-top: 10px;
    font-size: 12px;
    color: #CCC;
}

.footerBox {
    padding-bottom: 60px;
    background-color: #FFF;
}

    .footerBox .startNowHeaderForm .formInput {
        border: 1px solid #e2dfe7;
        width: 255px;
    }

    .footerBox .startNowHeaderForm .formButton {
        padding: 14px 18px;
    }

    .footerBox .startNowHeaderForm .formButtonOutline {
        padding: 14px 18px;
    }

.footerCTABox {
    margin-bottom: 40px;
    border-right: 1px solid #8055b7;
}

.descriptiveCallout {
    font-size: 40px;
    font-weight: 200;
}

.quoteFormH2 {
    font-size: 32px;
    color: #FFF;
    text-align: left;
    margin-bottom: 20px;
}

.bannerHighlightsSection {
    padding-right: 0px;
}

.bannerServicesTable, .bannerServicesTable td {
    border:0;
    border-collapse:collapse;
    margin:0;
    padding:0;
}

.bannerQuoteForm .formButton {
    margin-top:20px;
}

.startNowPopupInner .formButton {
    margin-top: 0px;
}

.bannerQuoteForm .formButtonOutline {
    margin-top: 20px;
}

.startNowPopupInner .formButtonOutline {
    margin-top: 0px;
}

#quoteFormHeading {
    font-size: 32px;
}

.bannerBox {
    margin-bottom: 10px;
    border: 1px solid #888;
    padding: 30px;
}

h1 {
    font-size: 36px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.softwareEngineeringBox {
    margin-bottom: 60px;
}

.softwareEngineeringHeading {
    font-size: 32px;
    font-weight: normal;
    color: #8055b7;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.softwareEngineeringSubHeading {
    font-size: 24px;
    font-weight: normal;
    color: #ff7b1a;
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
}

.softwareEngineeringDescription {
    font-size: 18px;
    color: #666;
}

.softwareEngineeringBox ul li {
    font-size: 18px;
    color: #666;
}

.faqBox {
    margin-bottom:60px;
}

.faqItemHeading {
    font-size:32px;
    font-weight:normal;
    color:#8055b7;
    margin:0;
    padding:0;
    margin-bottom:5px;
}

.faqItemSubHeading {
    font-size:24px;
    font-weight:normal;
    color:#ff7b1a;
    margin:0;
    padding:0;
    margin-bottom:3px;
}

.faqItemDescription {
    font-size:18px;
    color:#666;
}

.faqBox ul li {
    font-size: 18px;
    color: #666;
}

.faqQn {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.faqAw {
    font-size: 14px;
    margin-bottom: 15px;
}

.faqContainer h2 {
    font-size: 32px;
    font-weight: normal;
    color: #8055b7;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 60px;
}

.faqContainer p {
    font-size: 18px;
    color: #666;
}

.faqContainer ul li {
    font-size: 18px;
    color: #666;
}

.glossaryBox {
    margin-bottom:60px;
}

.glossaryItemHeading {
    font-size:32px;
    font-weight:normal;
    color:#8055b7;
    margin:0;
    padding:0;
    margin-bottom:5px;
}

.glossaryItemSubHeading {
    font-size:24px;
    font-weight:normal;
    color:#ff7b1a;
    margin:0;
    padding:0;
    margin-bottom:3px;
}

.glossaryItemDescription {
    font-size:18px;
    color:#666;
}

.glossaryBox ul li {
    font-size: 18px;
    color: #666;
}

#footerNavSection a {
    margin-bottom:3px;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
}
#footerNavSection a:visited {
    text-decoration:none;
}
#footerNavSection a:hover {
    text-decoration:underline;
}
#footerNavSection a:active {
    text-decoration:none;
}
#footerNavSection p {
    color:#AAA;
    font-size:14px;
    margin:0;
    padding:0;
    margin-bottom:5px;
    font-weight:bold;
    text-align:center;
}
#headerNavSection {
    text-align:right;
    padding-top:5px;
}
#headerNavSection a {
    display:inline-block;
    color:#FFF;
    text-decoration:none;
    margin:0;
    padding:0;            
}
#headerNavSection a:visited {
    color:#FFF;
    text-decoration:none;
}
#headerNavSection a:hover {
    color:#FFF;
    text-decoration:underline;
}
#headerNavSection a:active {
    color:#FFF;
    text-decoration:none;
}
.uldash {
    list-style: circle;
    margin: 0;
    padding: 0;
    padding-left: 22px;
}
#benefits p {
    padding:0;
    margin:0;
}
.h1Main {
    font-size: 54px;
    margin: 0;
}
.h1MainAlt {
    font-size: 40px;
    margin: 0;
}
.h2Alt {
    font-size: 28px;
    margin: 0;
    margin-bottom:15px;
}
.trustedBy {
    font-size: 24px;
    margin: 0;
    margin-bottom: 8px;
}
.highlightSectionHeading {
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
}
.buttonOutline {
    display: inline-block;
    border: 1px solid #8055b7;
    border-radius: 10px;
    color: #8055b7;
    padding: 10px;
    background: none;
    text-decoration:none;
}
.buttonOutline:hover {
    color: #8055b7;
    text-decoration: none;
}
.whiteNavBar, .whiteNavBar li {
    padding: 0;
    margin: 0;
}
.whiteNavBar {
    list-style-type: none;
}
.whiteNavBar li {
    display:inline;
}
.whiteNavBar li a {
    padding:0 15px;
    color:#444;
    text-decoration:none;
    font-size:18px;
}
.whiteNavBar li a:hover {
    color:#8055b7;
    text-decoration:none;
}
#inPlaceHeader {
    display: block;
    width: 100%;
    /*height: 90px;*/
    background-color: #1e2222;
    padding: 25px 0;
    text-align: left;
    font-size: 20px;
    z-index: 1000;
    position:fixed;
}
#inPlaceHeaderPhoneField {
    position: fixed;
    right: 15px;
    top: 30px;
}
#inPlaceHeaderPhoneField a {
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
}
#inPlacecHeaderSubText {
    color: #FFF;
}
#inPlacecHeaderSubText h1 {
    margin-bottom: 0;
}
#inPlaceHeaderLogoImg {
    margin-bottom: 5px;
    height: 40px;
}
#staticHeader {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    height: 90px;
    background-color: #8055b7;
    padding: 10px;
    text-align: left;
    font-size: 20px;
    z-index: 1000;
}
#staticHeaderPhoneField {
    position: fixed;
    right: 15px;
    top: 30px;
}
#staticHeaderPhoneField a {
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
}
#staticHeaderSubText {
    color: #FFF;
}
#staticHeaderSubText h1 {
    margin-bottom: 0;
}
#staticHeaderLogoImg {
    margin-bottom: 5px;
    height: 40px;
}
.clientLogoDiv {
    display:inline;
}
.clientLogoDiv img {
    height:80px;
    padding:3px;
    max-width:150px;
    object-fit:contain;
}
.subtleH2 {
    font-size:24px;
    color:#888;
}

.portfolio_brief_disclaimer {
    color: #888;
    font-size: 12px;
    margin-top: 20px;
}

.headerBarTable {
    width:100%;
    border:0;
    border-collapse:collapse;
    padding:0;
    margin:0;
}

.headerBarTable td {
    border:0;
    border-collapse:collapse;
    padding:0;
    margin:0;
}

.sidenav {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1e2222;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /*border-right: 2px solid #8055b7;*/
    text-align: left;
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #C9C9CE;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color:#290855;
    }

.sidenav .closesidenavbtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.customerHeading {
    text-align: right;
    color: #8055b7;
    padding-bottom: 5px;
    border-bottom: 1px solid #8055b7;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.customerBriefTable {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
}

.customerBriefTable td {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.customerBriefLogoTd {
    width: 250px;
}

.customerBriefLogoTd img {
    width: 100%;
    height: 100px;
    object-fit:contain;
}

.whatsIncludedBtn {
    font-size: 14px;
    color: #888;
    text-decoration: underline !important;
    margin-bottom: 15px;
    display: inline-block;
}

.ourServicesList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ourServicesList li {
    /*text-indent: 20px;*/
}

.ourServicesList li::before {
    content: "\25CF  ";
    color: #8055b7;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.ourServicesList li span {
    position: relative;
    left: -10px;
    color:#000;
}

.layout {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 100%;
}

.layout-content {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    flex-shrink: 1;
    justify-content: center;
    padding: 72px 48px;
    position: relative;
}

.layout-sidebar {
    align-items: center;
    display: flex;
    flex-basis: 460px;
    flex-shrink: 0;
    justify-content: center;
    min-height: 100%;
    overflow-x: hidden;
    padding: 72px 48px;
    position: relative;
    background-color:#FFF;
}

.footerLinkHeading {
    font-size: 18px;
    display: block;
    width:fit-content;
    color: #C9C9CE;
    margin-bottom: 6px;
    font-weight:bold;
}
    .footerLinkHeading:hover {
        text-decoration: underline;
        color: #C9C9CE;
    }

.footerLinkSub {
    font-size: 16px;
    display: block;
    width: fit-content;
    color: #C9C9CE;
    margin-bottom: 3px;
}
    .footerLinkSub:hover {
        text-decoration: underline;
        color: #C9C9CE;
    }

.footerLinksHolder {
    padding: 60px 0;
}

.headerLinkMain {
    display: inline;
    /*margin-right: 20px;*/
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #C9C9CE;
}
    .headerLinkMain:hover {
        color: #C9C9CE;
        text-decoration: underline;
    }

.headerCTABtn {
    border: 2px solid #C9C9CE;
    border-radius:10px;
    color: #C9C9CE;
    text-decoration: none;
    padding:8px 16px;
}
    .headerCTABtn:hover {
        border: 2px solid #8055b7;
        color: #8055b7;
        text-decoration: none;
    }

.headerCallText {
    color: #C9C9CE;
    text-decoration: none;
    margin-right: 20px;
}
    .headerCallText:hover {
        color: #8055b7;
        text-decoration: none;
    }

.w3navbar {
    overflow: hidden;
}

    .w3navbar a {
        float: left;
    }

.w3dropdown {
    float: left;
    overflow: hidden;
}

    .w3dropdown .w3dropbtn {
        border: none;
        outline: none;
        background: none;
        font-size: 16px;
        font-weight: bold;
        color: #C9C9CE;
        text-decoration: none;
        margin: 0; /* Important for vertical align on mobile phones */
        padding: 12px;
    }

        .w3dropdown .w3dropbtn:hover {
            color: #C9C9CE;
            text-decoration: underline;
        }

.w3dropdown-content {
    display: none;
    position: absolute;
    background-color: #2e3232;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.w3dropdown:hover .w3dropdown-content {
    display: block;
}

.w3column {
    float: left;
    width: 33.33%;
    min-width: 200px;
    max-width: 400px;
    padding: 30px;
}

    .w3column a {
        float: none;
        color: #C9C9CE;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.w3row:after {
    content: "";
    display: table;
    clear: both;
}

.mobilesidenav {
    display: none;
}

.blogDescrHolder p {
    margin: 0;
    padding: 0;
}

.blogDescrHolder ul, .blogDescrHolder ol, .blogDescrHolder li {
    margin-bottom:0;
    padding-bottom:0;
}

.blogDescrHolder table {
    border: 1px solid #EEE;
    table-layout: fixed;
}

.blogDescrHolder td {
    margin: 0;
    padding: 5px;
    border: 1px solid #EEE;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.blogDescrHolder h2 {
    margin-top:30px;
    margin-bottom:5px;
}

.innerPageSection {
    padding: 0 60px;
}

.blogTableHeading, .innerPageSectionTableHeading {
    color: #8055b7;
    font-weight: bold;
    text-align: center;
}

.innerPageSection table {
    border: 1px solid #EEE;
    table-layout: fixed;
    width: 100%;
}

.innerPageSection td {
    margin: 0;
    padding: 5px;
    border: 1px solid #EEE;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.landingPageBulletPoints {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.landingPageBulletPoints li {
    padding: 12px 20px;
    background-color: #f2f6f7;
    color: #1e2222;
    border-top: 1px solid #c9dce5;
    border-bottom: 1px solid #c9dce5;
    margin-bottom: 3px;
}

.landingPageReadMore {
    text-decoration: underline;
    color: #8055b7;
}

.innerPageSection h2 {
    color: #8055b7;
    margin-top: 30px;
}

.landingHrSeparator {
    border: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 80%;
}

.weAreFocusedHeading {
    display: inline;
    font-weight: bold;
    margin-bottom: 40px;
}

.engineeringServicesBox {
    margin-top: 60px;
    background-color: #f2f6f7;
    padding: 80px 40px;
}

.sectionBigSubText {
    color: #000;
    font-weight: 100;
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
}

.mitigatingRisksHeading {
    margin-bottom: 50px;
    text-align: center;
}

.homepageBannerSection {
    padding: 240px 40px;
}

.homepageBannerMainHeading {
    font-size: 72px;
    color: #FFF;
    font-weight: bold;
}

.homepageBannerSubText {
    color: #FFF;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.standardLink {
    display:block;
    margin-bottom:5px;
    color:#8055b7;
    text-decoration:underline;
}
    .standardLink:hover {
        color:#8055b7;
        text-decoration:underline;
    }

.partialViewInnerLinks {
    color:#000;
    text-decoration:none;
}
    .partialViewInnerLinks:hover {
        color:#888;
        text-decoration:underline;
    }

.aiLandingH3Headings {
    margin:0;
    padding:0;
    margin-top:15px;
    color:#8055b7;
}

.tableOfContentsBox {
    display: none;
    position: fixed;
    left: 20px;
    top: 150px;
}

.tableOfContentsInner {
    padding-left: 10px;
    border-left: 1px solid #CCC;
}

.tableOfContentsHeading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.tableOfContentsLink {
    color: #444;
    font-size: 18px;
    display: block;
    padding: 5px;
    margin: 4px 0;
}

.tableOfContentsLink:hover {
    color: #000;
    text-decoration: underline;
}

.pageMainH3Style {
    color: #a5b3c9;
    text-decoration: none;
    display: inline-block;
}

    .pageMainH3Style:hover {
        color: #FFF;
        text-decoration: none;
    }

.pageMainH3Style h3 {
    color: #a5b3c9;
    text-decoration: none;
}

    .pageMainH3Style h3:hover {
        color: #FFF;
        text-decoration: none;
    }

.standardTableStyle, .standardTableStyle td {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.someOfOurWorkBox {
    padding: 0 15px;
    margin-bottom: 30px;
    background-color: #FFF;
    padding: 20px;
    border-left: 6px solid #8055b7;
    box-shadow: 5px 5px 17px 0px rgba(196,196,196,0.75);
    -webkit-box-shadow: 5px 5px 17px 0px rgba(196,196,196,0.75);
    -moz-box-shadow: 5px 5px 17px 0px rgba(196,196,196,0.75);
}

.developmentProcessNum {
    border-radius: 100%;
    border: 2px solid #8055b7;
    font-weight: bold;
    font-size: 24px;
    color: #8055b7;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developmentProcessLine {
    background: linear-gradient(#bdadd1, #bdadd1) no-repeat center/2px 100%;
    /*min-height: 60px;*/
}

.developmentProcessTextSide {
    padding-left: 15px !important;
    vertical-align: top;
}

.developmentProcessSub {
    padding-top: 3px !important;
    padding-bottom: 9px !important;
}

.nextStepsNum {
    border-radius: 100%;
    background-color: #8055b7;
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nextStepsTextSide {
    padding-left: 15px !important;
    vertical-align: middle;
    font-weight: 100;
    color: #FFF;
    font-size: 24px;
    /*padding-bottom:40px !important;*/
}

.quotePrefillHolder {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.landingBannerArea {
    color: #FFF;
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url('/Resources/img/landing/banner_mobile_app.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landingSectionContainer {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
}

.developmentProcessImgHolder {
    margin-top: 40px;
    text-align: left;
    margin-bottom: 40px;
}

#rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    /*margin: auto;
        display: block;
        width: 80%;*/
}

.contactFormStyle {
    padding: 0;
    display: inline-block;
    width: 80%;
    /*max-width: 300px;*/
    color: #FFF;
    font-size: 18px;
}

    .contactFormStyle input {
        width: 100%;
        height: 40px;
        font-size: 18px;
        margin-bottom: 18px;
        color: #666;
        padding-left: 15px;
        border: none;
        /*border-bottom: 2px solid #8055b7;*/
        background-color: #F6F6F6;
    }

    .contactFormStyle textarea {
        width: 100%;
        height: 50px;
        font-size: 18px;
        margin-bottom: 18px;
        color: #666;
        padding-left: 15px;
        border: none;
        /*border-bottom: 2px solid #8055b7;*/
        background-color: #F6F6F6;
    }

    .contactFormStyle a {
        display: inline-block;
        /*margin-top: 10px;*/
        background-color: #8055b7;
        /*border: 2px solid #8055b7;*/
        border-radius: 6px;
        padding: 10px 20px;
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
    }

    .contactFormStyle p {
        color: #666;
        font-weight: bold;
        margin-bottom: 6px;
        font-size: 16px;
    }

.contactSectionItem {
    margin-bottom: 20px;
    font-size: 24px;
}

.developmentDetailsSection {
    padding: 60px;
    background-color: #FFF;
    box-shadow: 5px 5px 17px 0px rgba(196,196,196,0.75);
    -webkit-box-shadow: 5px 5px 17px 0px rgba(196,196,196,0.75);
    -moz-box-shadow: 5px 5px 17px 0px rgba(196,196,196,0.75);
}

.developmentDetailsRow {
    margin-top: 60px;
}

.newseletterSubFormStyle {
    width: fit-content;
    margin: auto;
}

    .newseletterSubFormStyle input {
        height: 40px;
        width: 300px;
        font-size: 18px;
        margin-bottom: 18px;
        color: #666;
        padding-left: 15px;
        border: none;
        background-color: #F6F6F6;
    }

.newsletterSubHeading {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
}

.newsletterSubSubText {
    text-align: left;
    font-size: 14px;
}

.homeServiceBannerBox {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    color: #444;
    /*border: 2px solid #8055b7;*/
    background-color: #FFF;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    border-left: 8px solid #8055b7;
    cursor: pointer;
}

.contactLocSectionMainHeading {
    margin-bottom: 20px;
    font-size: 32px;
    color: #444;
}

.contactLocBox {
    background-color: #f6f2fb;
    padding: 20px;
    border: 2px solid #c3b4d5;
    min-height: 200px;
}

.contactLocInnerHeading {
    font-size: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.contactLocInnerSubHeading {
    font-size: 18px;
    margin: 0 !important;
    padding: 0 !important;
}

.contactLocAddr {
    margin-top: 10px;
}

.partnerCompanyBox {
    color: #666;
    padding: 5px 10px;
    width: 90%;
    font-size: 24px;
    background-color: #fdfcff;
    border: 2px solid #CCC;
}

.wePartnerWithText {
    color: #AAA;
    font-size: 24px;
    border-bottom: 1px solid #AAA;
    padding-bottom: 10px;
    width: fit-content;
}

@media (max-width: 1920px) {
    .homepageBannerSection {
        padding: 180px 40px 100px 40px;
    }
    .homepageBannerMainHeading {
        font-size: 32px;
    }
    .homepageBannerSubText {
        font-size: 20px;
        color: #DDD;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .layout {
        flex-direction: column;
        justify-content: flex-start;
        min-height: auto;
        position: relative;
    }
    .layout-content {
        flex-basis: auto;
        padding: 48px 24px;
        position: static;
    }
    .layout-sidebar {
        flex-basis: auto;
        min-height: auto;
        padding: 48px 24px;
    }
    .tableOfContentsBox {
        display: none;
        visibility: hidden
    }
}

@media (max-width: 1000px) {
    .h1Main {
        font-size: 44px;
    }
    .h1MainAlt {
        font-size: 36px;
    }
    .h2Alt {
        font-size: 26px;
    }
    .trustedBy {
        font-size: 22px;
    }
    .whiteNavBar li a {
        padding: 0 10px;
        font-size: 14px;
    }
    #staticHeader, #inPlaceHeader {
        text-align: left;
        /*height: 70px;*/
    }
    #staticHeaderPhoneField, #inPlaceHeaderPhoneField {
        top: 20px;
    }
    #staticHeaderPhoneField a, #inPlaceHeaderPhoneField a {
        font-size:16px;
    }
    #staticHeaderSubText h1, #inPlacecHeaderSubText h1 {
        font-size:16px;
        margin-bottom:0;
    }
    #staticHeaderLogoImg, #inPlaceHeaderLogoImg {
        height: 30px;
    }
    .customerBriefLogoTd {
        width: 150px;
    }
    .footerLinksHolder {
        padding: 15px 0;
        text-align:center;
    }
    .footerAddntlClmn {
        display: none;
    }
    .footerLinkHeading, .footerLinkSub {
        display: inline; margin-right:20px;
    }
    .w3navbar, .headerCTABtn, .headerCallText {
        display: none;
    }
    .mobilesidenav {
        display: block;
    }
    .blogDescrHolder td {
        overflow-x: auto;
        display: block;
    }
    .landingHrSeparator {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .weAreFocusedHeading {
        margin-bottom: 0;
    }
    .engineeringServicesBox {
        padding: 20px;
        padding-top:40px;
    }
    .sectionBigSubText {
        margin-top: 5px;
        font-size: 20px;
    }
    .mitigatingRisksHeading {
        margin-bottom: 20px;
    }
    .homepageBannerSection {
        padding: 120px 40px 60px 40px;
    }
    .homepageBannerMainHeading {
        font-size: 36px;
    }
    .homepageBannerSubText {
        font-size: 16px;
        color: #DDD;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .landingBannerArea {
        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/Resources/img/landing/banner_mobile_app.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .landingSectionContainer {
        padding: 30px 20px 30px 20px;
    }
    .startNowBrightBtnHolderAdj {
        text-align: center;
        margin-top: 20px;
    }
    .developmentProcessImgHolder {
        text-align: center;
    }
    .contactFormStyle {
        width: 100%;
    }
    .contactSectionItem {
        font-size: 20px;
    }
    .developmentDetailsSection {
        padding: 30px 20px 30px 20px;
        background-color: #f7f3fd;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .developmentDetailsRow {
        margin-top: 0px;
    }
    .newsletterSubHeading {
        text-align: center;
    }
    .newsletterSubSubText {
        text-align: center;
        margin-top: 5px;
    }
}
@media (max-width:900px) {
    #bannerSection {
        padding: 0 20px 20px 20px;
    }
    #h2Heading {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .startNowHeaderForm {
        text-align: center;
    }
    .fineText {
        text-align: center;
    }
    .formButtonNewLanding {
        font-size: 18px;
    }
    .formButtonNewLandingSml {
        font-size: 18px;
    }
    .formButtonBigPurple {
        font-size: 18px;
    }
}
@media (max-width: 780px) {
    .h1Main {
        font-size: 36px;
    }
    .h1MainAlt {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .h2Alt {
        font-size: 20px;
    }
    .trustedBy {
        font-size: 16px;
    }
    .clientLogoDiv img {
        height: 60px;
    }
}
@media (max-width:767px) {
    h1 {
        font-size:38px;
    }
    h2 {
        font-size: 24px;
        font-weight: bold;
    }
    h3 {
        font-size: 18px;
    }
    .WNPLLogo {
        max-width: 150px;
    }
    .respBtnSm {
        width:auto;
    }
    .formInput {
        width: 255px;
    }
    .formButtonNewLandingSml {
        width: 255px;
    }
    .formButtonNewLanding {
        width: 255px;
    }
   .formButton {
        margin-top: 10px;
        width: 255px;
    }
   .formButtonOutline {
        margin-top: 10px;
        width: 255px;
    }
    .startNowPopupInner {
        width: 255px;
    }
    .startNowPopupSmallText {
        font-size:10px;
    }
    #lightSlider, #lightSliderCont .lSSlideOuter {
        display: none;
    }
    .banner_main_img {
        display: none;
    }
    .footerCTABox {
        margin-bottom: 40px;
        border-right: 0;
    }
    .descriptiveCallout {
        font-size: 28px;
    }
    #highlightsMoreOne {
        display: none;
    }
    .quoteFormH2 {
        font-size: 24px;
    }
    .bannerHighlightsSection {
        padding-right: 0;
    }
    #quoteFormHeading {
        font-size:24px;
    }
    .bannerBox {
        padding: 15px;
    }
    .quotePrefillHolder {
        margin-right: 0;
    }
}