@font-face {
    font-family: 'Roboto', sans-serif;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
}
img {
    max-width: 100%;
}
.container-wrapper {
    margin-top: 56px;
}

.topnavcustom a.logotext {
	color: #376069 !important;
    font-weight: bold !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


.navbar-dark.bg-dark {

    /*                padding: 0 1rem !important;*/

    /*background-color: rgba(43, 20, 64, 0.77) !important;*/
    /*background-color: rgb(1, 142, 160) !important;*/
    /*background-color: #00bcd4 !important;*/
    background-color: #ffffff !important;
}
.navbar-dark.bg-dark .nav-item {
    /*padding-top: .5rem !important;*/
    /*padding-bottom: .5rem !important;*/
}
.navbar-dark.bg-dark a, .navbar-brand {
   
    font-weight: bold !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.navbar-dark.bg-dark a:hover, .navbar-brand:hover {
    color: #376069 !important;
}
.navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.home-banner {
    background-color: #2d2e2b;
}
.home-banner.white-banner {
    background-color: #fff;
}
.banner-padding-top {
    padding-top: 200px;
}
.logo-header {
    max-width: 100px;
}
.logo-main {
    max-width: 250px;
}
.fs-400p {
    font-size: 400%;
}
.fs-300p {
    font-size: 300%;
}
.fs-200p {
    font-size: 200%;
}
.fs-170p {
    font-size: 170%;
}
.fs-150p {
    font-size: 150%;
} 
.fs-140p {
    font-size: 140%;
}
.fs-120p {
    font-size: 120%;
}
.abbreviation-home {
    display: block;
    margin-top: 20px;
    font-size: 90% !important;
}
.box-shadow {

}


.navbar-dark .navbar-nav > .active {
    background: #ffffff;
}
.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
    background: #ffffff;
}

.green-label {
    background-color: #7a9f17;
    padding: 1px 5px;
    padding-top: 0;
    color: white;
    border-radius: 2px;
}



.bg-lightgreen {
    background-color: #d7dcd3
}
.bg-lightbeige {
    background-color: #e9eadf
}


.input-button {
    width: auto !important;
    max-width: initial !important;
}


.breadcrumb-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.post {
    background: #ffffff;
    border-right: 3px #f0f0f0 solid;
    border-bottom: 3px #f0f0f0 solid;
}

.post-intro {
    background-color: #fbfbfb;
    padding: 15px;
    margin-bottom: 20px;
}
.post-intro p:last-child {
    margin-bottom: 0;
}
.post-content {

}
.post-content p {
    font-size: 1.2rem;
    line-height: 1.5;
}
.post-outro {
    background-color: #fbfbfb;
    padding: 20px;
    margin-bottom: 20px;
}
.post-outro p {
    font-size: .9rem;
}
.post-outro p:last-child {
    margin-bottom: 0;
}
.post-image {
    width: 100%;
    padding: 15px;
    background-color: #f9f9f9;
    margin-left: 20px;
    margin-bottom: 20px;
}
.guide-excerpt > p {
    font-size: 1rem;
}
.guide-excerpt > p:last-child {
    margin-bottom: 0;
}

.list-group-item {
    background-color: transparent;
}
.list-group-item.active {
    background-color: #f0f0f0;
}

.list-group-item.justify-content-between.align-items-center.active {
    background-color: #6c8e01;
    color: #fff;
}


.additions-list {
    padding-left: 0;
    list-style-type: none;
}

.prev-article:before {
    content: "Previous article:";
    display: inline-block;
    color: #555;
}
.next-article:before {
    content: "Next article:";
    display: inline-block;
    color: #555;
}



#main > article.post > .post-content h2, 
#main > article.post > .post-content h3, 
#main > article.post > .post-content h4, 
#main > article.post > .post-content h5, 
#main > article.post > .post-content h6 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: bold;
}

#main > article.post > .post-content ul li {
    font-size: 1.2rem;
    line-height: 1.5;
}


.services-grid {

}
.services-grid:after {
    clear: both;
    display: block;
    content: '';
}
.services-grid > .service {
    width: 50%;
    float: left;
}
.services-grid .service > a {
    padding: 20px;
    padding-top: 0;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 110px;
    height: 110px;
    vertical-align: middle;
    border: 1px #fff solid;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.services-grid .service > a:hover, 
.services-grid .service > a:focus {
    background-color: #ffffff !important;
    color: #333;
} 
.services-grid .service.service-one > a {
    background-color: #a41800;
}
.services-grid .service.service-two > a {
    background-color: #20737c;
}
.services-grid .service.service-three > a {
    background-color: #6c8e01;
}
.services-grid .service.service-four > a {
    background-color: #527da1;
}


@media screen and (max-width: 1400px) {
    .bvop-ecosystem {
        /*background-image: none;*/
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 45%;
        background-position-y: 40px;
    }

    .navbar-dark.bg-dark .nav-item {
        padding-top: .1rem !important;
        padding-bottom: .1rem !important;
    }
}


@media screen and (max-width: 1260px) {
    .navbar-dark.bg-dark a, .navbar-brand {
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .fs-400p {
        font-size: 200%;
    }
    .fs-300p {
        font-size: 160%;
    }
    .fs-200p {
        font-size: 150%;
    }
    .fs-170p {
        font-size: initial;
    }
    .fs-150p {
        font-size: initial;
    }
    .fs-140p {
        font-size: initial;
    }
    .fs-120p {
        font-size: initial;
    }
    .bvop-ecosystem {
        /*background-image: none;*/
        /*background-size: 130%;*/ 
        /*background-repeat: no-repeat;*/ 
        /*background-position: top right !important;*/ 
        /*background-size: cover;*/
    }
    .bvop-ecosystem-image {
        /*display: block !important;*/
    }
}



@media screen and (max-width: 1100px) {
    .resize-banner {
        height: auto !important;
    }
    .resize-banner .banner_inner {
        position: relative;
        padding-top: 100px;
        padding-bottom: 100px;
        transform: none;
        left: initial;
        top: initial;
        width: auto;
    }
    #main > .home-banner {
        height: auto !important;
        padding-bottom: 50px;
    }
    #main > .home-banner .banner-padding-top {
        padding-top: 50px;
    }
    .banner-padding-top {
        padding-top: 100px;
    }
}


@media screen and (max-width: 780px) {
    .navbar-dark .navbar-nav > .active {
        /*background: rgba(37, 16, 56, 0.92) !important;*/
    }
    .navbar-dark .navbar-nav > .active > a,
    .navbar-dark .navbar-nav > .active > a:hover,
    .navbar-dark .navbar-nav > .active > a:focus {
        /*background: rgba(37, 16, 56, 0.92) !important;*/
    }
    .home-banner {
        margin-top: 56px;
    }
    .container-wrapper {
        margin-top: 0;
    }
    .navbar-dark.bg-dark {
        /*background-color: rgba(43, 20, 64, .85) !important;*/
    }
    .logo-header {
        max-width: 80px;
    }
    .logo-main {
        max-width: 150px;
    }
    .fs-400p {
        font-size: 200%;
    }
    .fs-300p {
        font-size: 150%;
    }
    .fs-200p {
        font-size: initial;
    }
    .fs-150p {
        font-size: initial;
    }
    #headerSection .banner_inner {
        /*margin-top: 80px;*/
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    #headerSection h1 {
        margin-top: 80px;
    }
    #headerSection h2 {
        margin-bottom: 40px;
    }
    .certification-page {
        background-position: center 10px !important;
        background-size: 150% !important;
    }
    .price-label-home {
        display: block;
        margin-top: 15px;
        margin-left: 0 !important;
        width: 190px;
    }
    .big_padding {
        padding: 50px 0;
    }
    .bvop-ecosystem {
        background-image: none;
        /*background-size: 130%;*/ 
        /*background-repeat: no-repeat;*/ 
        /*background-position: top right !important;*/ 
        /*background-size: cover;*/
    }
    .bvop-ecosystem-image {
        display: block !important;
    }

    .stamp-image {
        position: relative;
        top: initial;
        right: initial; 
        margin: 0 auto;
        margin-top: -80px;
        margin-bottom: 20px;
        display: block;
        width: 130px; height: 130px;
    }
    .stamp-background {
        background-image: url('../assets/img/stamp.png'); 
        background-position: center 30px; 
        background-repeat: no-repeat; 
        background-size: 100px;
        padding-top: 150px;
    }
    .banner-padding-top {
        /*padding-top: 80px;*/
    }
    .services-grid {
        margin-bottom: 20px;
    }
    .services-grid > .service {
        width: 100%;
        float: none;
    }
    .services-grid .service > a {
        line-height: 1.5;
        height: auto;
        padding-top: 20px;
    }

}


@media screen and (max-width: 420px) {
    .start-learning-top {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .certification-page {
        background-position: -150px 10px !important;
        background-size: 270% !important;
    }
    .certificate-box {
        padding: 15px !important;
    }
    .support-tax {
        display: block;
        margin-top: 8px;
    }
    .post-image {
        width: 100%;
        min-width: 100%;
        padding: 15px;
        background-color: #f9f9f9;
        margin-left: 0;
    }

}

.pricing-container .line-height {
    line-height: 1.5;
}
.pricing-container p {
    font-size: 110%;
}
.article-content h2, .article-content h3, .article-content h2, .article-content h4, .article-content h5 {
    margin-bottom: 20px;
    margin-top: 30px;
}  

.article-content .card-body > h2:first-child,
.article-content .card-body > h3:first-child,
.article-content .card-body > h4:first-child,
.article-content .card-body > h5:first-child {
    margin-top: 0 !important;
}
