body{
    font-family: 'Montserrat', sans-serif;
}
.show-video{
    display: none;
}

.btn.focus, .btn:focus{
    box-shadow: none !important;
}
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.hide{
    display: none !important;
}

.hide-mobile{
    display: flex; 
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}



.navbar-toggler {
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
    margin-top: 4px;
}

.navbar-light .navbar-nav .nav-link{
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:active {
    color:#000
}

.banner {
    padding: 145px 0px 0px 0px;
}

.banner-content {
    text-align: center;
}

.banner-text {
    margin-top: -100px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #97959575;
}
.banner-logo {
    width:auto;
    margin-top: 15px;
    max-width:100%;
}

.banner-text p {
    width: 80%;
    margin: 15px auto 15px auto;
    font-size: 18px;
}

.ad {
    text-align: center;
}

img{
    width:100%;
}

.header {
    position:fixed;
    z-index:9999;
    background-color: #fff;
}

.navbar{
    padding-left:0px;
    padding-right:0px;
}

.banner, .videos, .podcast, .ebook, .articles, .listicles{
    margin-bottom: 40px;
}

.about {
    background-color: #f58025;
    color:#fff;
    padding-top: 90px;
    padding-bottom: 70px;
}

.video .title, .about .title{
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.video .title::after, .about .title::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 66px;
    left: 0;
    bottom: -15px;
}

h2.title {
    font-size: 30px;
    color: #0D6729;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.title-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#videos .single-video .excerpt {
    background-color: transparent;
    border-radius: 0px;
    text-align: left;
    margin-top:10px;
    padding:0px;
    padding-bottom:60px;
}
#videos .single-video .excerpt .play-button {
    margin:0;
    position: absolute;
    bottom:0;
}

.video-background {
    background-color: #0d67290d;
    padding-top:40px;
    padding-bottom:40px;
}

#videos .single-video .excerpt .excerpt-title {
    font-weight: 700;
    min-height:90px;
    font-size: 15px;
}

.video .title::after{
    background: #CD163F;
}

.about .title::after{
    background: #fff;
}

.about a {
    color: #fff;
    text-decoration: underline;
}

.podcast .title img, .more-video .title img, .video .title img{
    vertical-align: top;
    margin-left: 10px;
}

.podcast a{
    margin:auto;
}

.ad-img{
    width:auto;
    max-width:100%;
}

.blue-text{
    color:#2ba5f0;
}
.footer {
    font-size: 10px;
}

.footer .disclaimer {
    margin-bottom: 5px;
}

.social-icons-link{
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: left;
}

.social-icons-link img {
    width: auto;
}

.video .modal-content{
    position: relative;
    background: transparent;
}

.video .modal-content .btn-close {
    position: fixed;
    right: -14px;
    top: -16px;
}

.video .modal-dialog{
    max-width:80%;
    height:80%;
}

.video .modal-content{
    height:100%;
}

.mobile-inline-block{
    display: block;
}
.copyright {
    font-size: 12px;
    color:#95989A;
}
.copyright a {
    color:#fff;
}


.copyright img {
    width:auto;
}

.show-mobile{
    display: none;
}

.container {
    max-width: 1080px;
}

.social-container{
    text-align: right;
}

.ebook-btn {
    border: 1px solid #FC5325;
    color: #FC5325;
    background: transparent;
    width: 100%;
}

.ebook-btn:hover {
    background: #fc5325;
    border: 1px solid transparent;
}

.ebook-title {
    font-family: arial;
    font-size: 14px;
}

.ebook-desc {
    font-size: 14px;
}

.branding{
    font: normal normal normal 12px/21px Roboto;
    color: #8F9DA5;
}

.navbar-brand#logo {
    box-shadow: 1px 0px 0px;
    padding-right: 15px;
}

.single-video {
    position: relative;
    height:100%;
}

.single-video img {
    border-radius: 10px;
}

.single-video-title {
    font-size: 15px;
    font-weight: 700;
}

.single-video .excerpt {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 1rem;
    margin-top:-10px;
    background-color: #0d67290d;
    border-radius: 0 0 10px 10px;
}
.single-video .excerpt span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:96px;
}

.videoScreen {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
}

.play-button {
    background: #0D6729;
    border-radius: 0px;
    border: 1px solid #0D6729;
    font-size: 14px;
    margin: 15px auto;
    display: block;
    padding: 1.125rem 4.6875rem;
    color: #fff !important;
    display: inline-block !important;
}
.big-circle, .small-circle {
    background: 0px;
    padding: 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
}

.big-circle {
    width: 72px;
    height: 72px;
    border: 3px solid #fff;
    font-size: 36px;
    padding-left: 8px;
}

.small-circle {
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    font-size: 20px;
    padding-left: 4px;
}

.excerpt-content {
    position: relative;
}

.excerpt-button {
    position: absolute;
    bottom: 0px;
    border-radius: 0px;
    background: #CD163F;
}

.video-button-container {
    margin-bottom: 20px;
}

.video-container {
    position: relative;
}

.single-video-image {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-video-row {
    margin-bottom: 20px;
}

.modal-backdrop.show{
    opacity: 1;
    z-index: 9999;
}
.iframe-container{
    height:100%;
    min-height:200px;
}
.close span {
    color: #fff;
    font-weight: normal;
}
.form .close{
    position:absolute;
    right:10px;
    top:0px;
    right: -15px;
    top: -15px;
}

.form-img img {
    height: 100%;
    border-radius: 0.3rem;
}

.bq-form{
    padding:15px;
    padding-left:0px;
}

#carouselIndicators .carousel-item img{
    width:auto;
    margin:auto;
    max-width:100%;
}

.carousel-indicators .active {
    background-color: #ED1C24;
}
.carousel-indicators li{
    background-color: #B9B9B9;
}
.width-auto{
    width:auto;
}

.podcast h2 {
    font-weight: bold;
    font-size: 18px;
}

.podcast p {
    color: #535353;
    font-size: 14px;
}

.podcast-divider {
    border-width: 2px;
}

.single-podcast button {
    margin: auto;
    display: block;
    margin-top: 36%;
    color: #fff;
    background: #ED1C24;
    border: 0px solid transparent !important;
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    padding: 10px 40px;
    cursor: pointer;
}
.carousel-item{
    align-items: start;
    height:100%;
    justify-content: center;
}

.carousel-inner {
    height:100%;
}
.carousel-item .excerpt {
    background: rgb(102 102 102 / 20%);
    padding: 10px;
    max-width:100%
}

.video-duration {
    position: absolute;
    left: 30px;
    bottom: 143px;
    border: 2px solid #fff;
    padding: 0px 5px;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
}
.home-button {
    margin-right:auto;
}

.home-button img {
    width: 16px;
    height: 16px;
}

.modal{
    z-index: 99999;
}

.consultation .form-check-label{
    padding-left:15px;
}

.consultation .form-check-label .form-check-input {
    width:auto;
}

#logo img {
    max-width: 80px;
}

#brand-logo img {
    max-width: 150px;
}
@media screen and (max-width:992px){

    .play-button:not(.big-circle, .small-circle) {
        padding-left:2rem !important;
        padding-right:2rem !important; 
    }

    .hide-medium {
        display: none;
    }
    
    .excerpt-buttonP{
        font-size: 12px;
    }
    .bq-form {
        padding-left:15px;
    }
    .nav-link.active::after, .nav-link:hover::after{
        margin-left:0;
    }

    .navbar-brand.hero {
        margin-right: 0;
        margin-left: auto;
    }

    .navbar-brand.bq {
        margin-left: 5px;
    }
    
    .hero img {
        height: 30px;
        width: auto;
        margin-right: 0px;
        margin-left: 40px;
    }
    
    .bq img{
        height:18px;
        width:auto;
    }
}
@media (min-width: 992px){
    .home-button{
        display: none;
    }
    
}

@media screen and (max-width:768px){
    #videos .single-video .excerpt {
        padding-bottom: 0;
    }

    #videos .single-video .excerpt .excerpt-title{
        min-height: auto;
    }
    #videos .single-video .excerpt .play-button {
        position: static;
    }
    #videos .single-video .excerpt{
        text-align: center;
    }

    #videos .single-video .excerpt .play-button {
        margin:15px auto;
    }

    .single-video .excerpt span {
        min-height: auto;
    }

    .single-image-content {
        margin-bottom: 10px;
    }
    .single-podcast h2 {
        padding-top: 20px;
    }

    .excerpt-button{
        font-size: 10px;
        position: relative;
    }
    .video-duration{
        bottom:122px;
    }
    
    .nav-link.active::after, .nav-link:hover::after{
        margin-left:auto;
    }

    .show-mobile{
        display: block;
    }

    .hide-mobile {
        display: none !important;
    }

    .header {
        padding: 0px;
    }
    
    .header > .container {
        padding: 0px;
    }

    .mobile-inline-block{
        display: inline-block;
    }
    body{
        text-align: center;
    }

    .podcast h2::after, .ebook h2::after, .video h2::after, .about h2::after{
        left: 0px;
        right: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .ebook-title {
        font-size: 16px;
    }
    
    .ebook-desc {
        font-size: 16px;
    }

    .social-container {
        text-align: center;
        margin-top:10px;
    }

    /* .banner-image{
        display: none;
    } */

    hr.show-mobile {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        display: inline-block;
    }

    .video .modal-dialog {
        max-width: 100%;
        height: auto;
    }

    .video .modal-content {
        height: 200px;
    }

    .single-podcast button{
        width:100%;
        margin-top:20px;
    }

    .podcast .title, .more-video .title, .video .title, .about .title{
        margin-bottom:20px;
    }
}
@media screen and (max-width:640px){

    .banner-content {
        top:20px;
    }

    .video .modal-content .btn-close {
        right: 0px;
        top: 0px;
    }
}
@media screen and (max-width:480px){
    .navbar-brand img {
        max-width: 60px;
    }
    #brand-logo img {
        max-width: 100px;
    }

    .podcast h2{
        font-size: 20px;
    }

    .podcast p {
        font-size: 14px;
    }

    .single-podcast button{
        font-size: 14px;
    }
    .copyright {
        font-size: 8px;
    }
    .social-icons-link {
        width: 16px;
        height: 16px;
    }
    .copyright img {
        height: 20px;
    }

    .home-button {
        float:left;
    }

    .navbar-toggler {
        float:left;
    }
}
@media screen and (max-width:360px){
    .single-video-title {
        font-size: 10px;
    }

    .excerpt-button {
        font-size: 10px;
    }
}

/*listicle and video carousel styles */

@media (max-width: 768px) {
    .moreCarousel .carousel-inner .carousel-item > div {
        display: none;
    }
    .moreCarousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.moreCarousel .carousel-inner .carousel-item.active,
.moreCarousel .carousel-inner .carousel-item-next,
.moreCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

/* large - display 6 */
@media (min-width: 992px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

.carousel-inner .carousel-item-right.active{
    opacity:0;
}

.carousel-inner .carousel-item-left.active{
    opacity:0;
}

.moreCarousel .carousel-control-next{
    width: 10px;
}

.moreCarousel .carousel-control-prev{
    width: 10px;
}

.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ED1C24' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>");
}

.carousel-control-next-icon{
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ED1C24' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>");
}