.show-video{
    display: none;
}

.btn.focus, .btn:focus{
    box-shadow: none !important;
}

body {
    font-family: Arial, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.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{
    color:#fff;
}

.nav-link.active, .nav-link:hover {
    color: #fff !important;
}

.nav-link::after{
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    margin: auto;
    margin-top: 5px;
    border-radius: 1px;
    background: transparent;  
}

.nav-link.active::after, .nav-link:hover::after{
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
    margin-top: 5px;
    border-radius: 1px;
}

.banner {
    padding-top: 91px;
}

.banner-text{
    font-size: 14px;
    background:url("../images/side-text-image.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text h1 {
    font-family: arial;
    font-weight: bold;
    font-size: 32px;
}

.banner-text h2{
    font: normal normal normal 28px arial;
}

.banner-text p {
    font-family: arial;
    font-size: 15px;
    color:#535353;
    text-align: justify;
}

.ad {
    text-align: center;
}

img{
    width:100%;
}

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

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



.banner, .video, .podcast, .ebook{
    margin-bottom: 40px;
}

.banner-text img {
    margin-bottom: 25px;
}

.podcast .title, .more-video .title, .video .title{
    font-size: 40px;
    font-family: arial;
    font-weight: bold;
    color: #ED1C24;
}
.podcast .title img, .more-video .title img, .video .title img{
    vertical-align: top;
    margin-left: 10px;
}

.podcast a{
    margin:auto;
}

/* .cloud h2::after, .ebook h2::after, .video h2::after {
    width: 250px;
    background: #FE5F1C;
    content: "";
    height: 5px;
    position:absolute;
    left:0;
    bottom:0;
} */
.ad-img{
    width:auto;
    max-width:100%;
}

.blue-text{
    color:#2ba5f0;
}
.footer {
    font-size: 10px;
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.footer-bg{
    background: #ED1C24;
}

.social-icons-link{
    width: 32px;
    height: 32px;
    display: inline-block;
}

.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;
}
.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;
}

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

.single-video img {
    border: 1px solid #C0C0C0;
    border-bottom:  0px solid transparent;
    border-radius: 10px 10px 0px 0px;
}

.single-video .excerpt {
    border: 1px solid #C0C0C0;
    border-top: 0px solid transparent;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    font-family: arial;
    padding:20px;
    font-weight: bold;
    background: #fff;
    min-height: 84px;
}

.play-button {
    position: absolute;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ED1C24;
    width: 70px;
    height: 70px;
    font-size: 27px;
    color: #ED1C24;
    padding-left: 18px;
}

.play-button:hover {
    color: #fff;
    background: #ED1C24;
    border: 2px solid #ED1C24;
}

.modal-backdrop.show{
    opacity: 1;
}
.iframe-container{
    height:100%;
}
.close span {
    color: #fff;
    font-weight: normal;
}

#bannerCarousel .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;
}

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

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

.video-duration {
    position: absolute;
    left: 5px;
    bottom: 5px;
    border: 2px solid #fff;
    padding: 0px 5px;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
}

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

.modal{
    top:92px;
}

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

#moreVideoCarousel .carousel-inner .carousel-item.active,
#moreVideoCarousel .carousel-inner .carousel-item-next,
#moreVideoCarousel .carousel-inner .carousel-item-prev,
#videoCarousel .carousel-inner .carousel-item.active,
#videoCarousel .carousel-inner .carousel-item-next,
#videoCarousel .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);
}

#moreVideoCarousel .carousel-control-next, #videoCarousel .carousel-control-next{
    width: 10px;
}

#moreVideoCarousel .carousel-control-prev, #videoCarousel .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>");
}

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

.carousel-inner .carousel-item-left.active{
    opacity:0;
}
/* .movie-img {
	height:200px;width: 150px;background-color:  aqua;overflow: hidden;background-image: url("https://i.hizliresim.com/mX07R4.png");
	background-repeat:no-repeat;
	background-size: cover;
	object-fit: fill;
}

.movie-title {
	height: 40px; width:150px;background-color: black;overflow: hidden;
} */

@media screen and (max-width:992px){
    .banner {
        padding-top:58px;
    }
    .nav-link.active::after, .nav-link:hover::after{
        margin-left:0;
    }

    .banner-text h1{
        font-size: 25px;
    }

    .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){
    .single-podcast h2 {
        padding-top: 20px;
    }
    .single-video .excerpt{
        font-size: 14px;
    }
    
    .nav-link.active::after, .nav-link:hover::after{
        margin-left:auto;
    }
    
    .hide-mobile{
        display:none;
    }

    .show-mobile{
        display: block;
    }


    .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{
        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{
        margin-bottom:20px;
    }
}
@media screen and (max-width:640px){
    .modal{
        top:132px;
    }

    .video .modal-content .btn-close {
        right: 0px;
        top: 0px;
    }
}
@media screen and (max-width:480px){

    .single-video .excerpt{
        font-size:14px
    }

    .banner-text h1{
        font-size: 20px;
    }

    .banner-text p {
        font-size: 14px;
    }

    .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;
    }
}