/* CSS Document */

html {
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

footer {
    position: relative;
    bottom: 0vw !important;
    width: 100%;
    overflow: hidden;
}

body {
    background-color: #f8fafc !important;
}

::-webkit-scrollbar {
    display: none;
}

.min-vh {
    min-height: 100vh !important;
}

.w-90 {
    width: 90% !important;
}

.light-bg {
    background-color: #e0e0e0 !important;
}

.btn-md {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .7rem 1.6rem !important;
    font-size: .7rem !important;
    border-radius: 0px !important;
}

.hr-light {
    color: white;
    opacity: 1;
}

.footer-text {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    width: auto !important;
    font-size: 0.9rem;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.rgba-black-light {
    background-color: rgba(0, 0, 0, .3);
}

.division-icons {
    width: 90px;
    height: 90px;
}

.nt-container {
    max-width: 1300px;
}

.small {
    font-size: 80% !important;
    font-weight: 400;
}

.smaller-container {
    max-width: 1000px;
}

.navbar {
    box-shadow: none !important;
}

.portal-heading {
    background: url(https://www.newtechautomotiveservices.com/portal/img/texture-bw.png) center center repeat;
    padding: 1rem 0;
}

.subs-logo {
    width: 300px !important;
    height: 120px;
}

.nt-border-2 {
    border-bottom: 2px solid #BF3437;
}

.nt-border-3 {
    border-bottom: 2px solid #BF3437;
}

.md-form label {
    width: 100% !important;
}

.technology-card {
    background-color: #f4f4f4;
    border: none !important;
    border-radius: 0px !important;
}

.technology-card>img {
    height: 10vw;
}

.nav-link {
    color: #000 !important;
    font-weight: 200 !important;
    font-size: .9rem !important;
}

a.nav-link.btn:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

a.nav-link.btn {
    box-shadow: none;
}

select.custom-select {
    display: inline-block !important;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
}

#seminar-img {
    max-width: 90%;
}

#seminar-header {
    margin: 2% auto;
    display: table;
}

.seminar-logo {
    height: 0%;
    width: 20%;
}

.seminar-row {
    /* max-width: 60%;
  max-height: 200px; */
    margin-top: 2%;
    /* margin-bottom: 3%; */
}

#seminar-submit {
    background-color: #555555 !important;
    border-color: #555555 !important;
    width: 16vh;
    height: 4vh;
    color: white;
    font-weight: bold;
    font-size: 1.5vh;
}

.seminar-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#seminar-pdf-btn {
    color: #555555;
    margin-top: -1%;
    font-size: 1rem;
}

p {
    color: #434343 !important;
}

.demo-btn,
.nav-btn {
    width: 90px;
    height: 23px;
    font-size: .64rem !important;
    margin: .5rem;
}

.newtech-border {
    border-bottom: 1px solid #BF3437 !important;
}

.nav-btn {
    padding: 2px 0px 0px 0px !important;
}

.demo-btn {
    background-color: #BF3437 !important;
    color: #fff !important;
    padding: 4px 0px 0px 0px !important;
}

.banner-link {
    display: block;
    height: 5rem;
}

#banner-img {
    display: block;
}

#banner-img-mobile {
    display: none;
}

.banner {
    background-color: transparent !important;
    color: #E3E3E3 !important;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    box-shadow: none !important;
    text-align: left;
    float: left;
}

.banner-header {
    display: inline-block;
    color: #E3E3E3;
}

.banner-header:after {
    content: '';
    display: block;
    border-top: 2px solid #BF3437;
}

#anniv-text:after {
    border-top: none !important;
}

.no-border {
    border-top: 0px !important;
}

.no-border:after {
    content: '';
    display: block;
    border-top: 0px !important;
}

.page-header {
    background-position: center center;
    background-repeat: repeat-x
}

.page-header-text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300 !important;
}

.two-col-ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 2rem;
}

/* Carousel Text */
.banner-header {
    font-size: 3vw;
    max-width: 75%;
}

#mission-statement,
.banner-text {
    font-size: 2vw;
}

.banner-text {
    color: #E3E3E3 !important;
    text-align: left;
}

.carousel-caption {
    width: 550px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    text-align: left !important;
    bottom: initial !important;
    z-index: 10 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #fff !important;
}

.bottom-text {
    margin-bottom: 48px;
    padding-bottom: 48px;
}

.top-text {
    margin-top: 30px;
}

.force-top {
    margin-top: 0px;
}

.newtech-red {
    color: #BF3437;
}

.newtech-background {
    background-color: #BF3437 !important;
}

.btn-outline-newtech {
    border: 2px solid #BF3437 !important;
    background-color: transparent !important;
    color: #BF3437 !important;
}

li {
    padding-left: 1em;
    text-indent: -0.8em;
}

.card-link,
.card-link-disabled {
    font-weight: 400;
    color: #000;
    margin: 0rem 0rem 0rem 0rem;
    scroll-behavior: smooth;
}

.card-link:hover {
    font-weight: 700;
    transition: .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#areas-card {
    border: #767676 1px solid;
    border-radius: 5px;
}

.carousel-li {
    padding-left: 0em !important;
}

.lead {
    font-size: 1.025rem !important;
    font-weight: 300 !important;
}

.yellow-banner-text {
    color: yellow !important;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.fw-400 {
    font-weight: 400 !important;
}

.pagination {
    margin-bottom: 2%;
    margin-top: 4%;
}

.white-hr {
    border: 5px solid white;
    z-index: 3;
}

.who-we-are {
    background-color: #BF3437 !important;
    color: #E3E3E3 !important;
    min-height: 40px !important;
    min-width: 130px !important;
    width: 12vw !important;
    height: 3.5vw !important;
    font-size: 1.3vw !important;
    margin-top: -20px !important;
    position: relative !important;
    z-index: 2 !important;
    font-weight: 300 !important;
}

.seminar {
    background-color: #BF3437 !important;
    color: #E3E3E3;
    width: 100%;
    height: 50px;
    font-size: 1.125rem;
    position: relative;
}

.gray-button {
    text-align: center !important;
    color: #434343 !important;
    background-color: #B2B2B2 !important;
    width: auto !important;
}

.soc-link {
    color: #434343 !important;
}

.soc-link:hover {
    color: #767676 !important;
}

.text-shadow {
    text-shadow: 2px 2px 8px #000;
}

.header {
    padding-top: 340px;
}

.nav-item {
    padding: 0px !important;
    text-indent: 0em;
}

.no-shadow {
    box-shadow: none !important;
}

.file-btn {
    font-size: 0.9rem !important;
}

.long-red-header {
    width: 100% !important;
    height: 40px !important;
    font-size: 1.125rem !important;
}

.financial-logo-div {
    height: 100px;
    width: 200px;
}

.financial-logo-fix {
    height: 135px !important;
    max-width: 220px !important;
}

.financial-logo-circle {
    width: 60px;
    height: 60px;
}

.common-logo-fix {
    height: 135px !important;
    width: 185px !important;
}

.pp-gm-badge,
.pp-ford-badge,
.pp-chrysler-badge,
.pp-gm-badge-rollover,
.pp-ford-badge-rollover,
.pp-chrysler-badge-rollover {
    width: 250px;
}

.pp-gm-badge,
.pp-ford-badge,
.pp-chrysler-badge {
    opacity: 1;
}

.pp-gm-badge-rollover,
.pp-chrysler-badge-rollover {
    opacity: 0.0;
    z-index: 2;
    position: relative;
    top: -324px;
    left: 0px;
    margin-bottom: -324px;
}

.pp-ford-badge-rollover {
    opacity: 0.0;
    z-index: 2;
    position: relative;
    top: -326px;
    left: 0px;
    margin-bottom: -326px;
}

.pp-gm-badge:hover,
.pp-ford-badge:hover,
.pp-chrysler-badge:hover {
    opacity: 0.0;
}

.pp-gm-badge-rollover:hover,
.pp-ford-badge-rollover:hover,
.pp-chrysler-badge-rollover:hover {
    opacity: 1;
    transition: .3s ease;
}

.nt-form-label {
    font-size: 0.7rem !important;
}

.nt-card-header {
    font-size: 0.9rem !important;
}

.nt-checkboxes {
    font-size: 0.8rem !important;
}

/* BP Consulting */
#bp-header-bg {
    background-image: url('/img/bp_consulting/consulting_header.jpg');
    background-size: cover;
}

#bp-blue-header {
    width: 100vh;
}

#bp-logo {
    width: 47vh;
}

.bp-blue {
    color: #0173B8 !important;
}

.bp-blue-solid-bg {
    background-color: #0173B8 !important;
}

.bp-blue-bg {
    background-image: url('/img/bp_consulting/Bluebackground.jpg') !important;
    background-size: cover;
    background-position: top right;
}

.bp-light-btn {
    background-color: #D8F0FF !important;
    border: 2px solid white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    max-width: 20vw !important;
}

.bp-training-btn {
    width: 12vw !important;
    min-width: 160px !important;
    border: 3px solid white !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .16), 0 4px 12px 0 rgba(0, 0, 0, .12) !important;
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
    font-weight: 500 !important;
}

.bp-demo-btn {
    width: 15vw !important;
    min-width: 200px !important;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25), 0 4px 12px 0 rgba(0, 0, 0, .25) !important;
}

.bp-light-bg {
    background-color: #D7EBF7 !important;
    border-radius: 30px;
}

.bp-bottom-border {
    border-bottom: 2px solid #0173B8;
}

.bp-icon {
    height: 75px;
}

.accordion-button:not(.collapsed):after,
.bp-icon {
    filter: brightness(0) invert(1);
}

.webinar-row {
    border-radius: 30px;
    background-color: #25A7DF;
}

.bp-card {
    margin: 0.5rem;
    border: 1px solid #707070;
    border-radius: 12px;
}

.bp-card-image {
    border-radius: 10px 10px 0px 0px;
}

.bp-card-text {
    border-radius: 0px 0px 10px 10px;
    color: white;
    background-color: #0173B8;
}

.bp-seminar-card {
    box-shadow: 10px 9px 13px 0 rgba(0, 0, 0, 0.45);
    border-radius: 27px;
    margin: 1rem 0rem;
}

.bp-seminar-card-image {
    border-radius: 0px 0px 27px 27px;
}

.bp-seminar-card-text {
    border-radius: 27px 27px 0px 0px;
    color: #0173B8;
    background-color: white;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bp-tab {
    padding: 0.1rem 0.5rem 0 0.5rem !important;
    font-size: 1.1rem !important;
    border-width: 1px 1px 1px 0 !important;
    border-style: solid !important;
    border-top: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-radius: 5px 5px 0px 0px !important;
    margin: 0rem 0.2rem;
}

.bp-tab,
.accordion-button {
    color: black !important;
    background-color: #e8e8e8;
}

.bp-tab.active,
.accordion-button:not(.collapsed) {
    background-color: #0173B8 !important;
    color: white !important;
    font-weight: 500 !important;
}

#bp-tabContent {
    border-top: 3px solid #0173B8 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;
    border-radius: 0 0 5px 5px !important;
    position: relative !important;
    top: -1px !important;
    min-height: 375px;
}

.bp-tab-img {
    border-radius: 10px;
}

.top-button {
    position: fixed;
    bottom: 7rem;
    right: 7vw;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0173B8;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    opacity: 1;
    text-decoration: none;
    border: 1px solid white;
    display: none;
}

.top-button:hover {
    text-decoration: none !important;
    color: white !important;
}

.bp-list>li::marker {
    color: #0173B8 !important;
}

.bp-list>li {
    text-indent: 0 !important;
    font-weight: 400;
    padding-left: 0rem !important;
    line-height: 1.8rem !important;
    width: 90%;
}

/* Spinner */
#loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    cursor: pointer;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #BF3437;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #BF3437 transparent transparent transparent;
    top: 43%;
    left: 41%;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}