* {
    transition: all .5s linear;
}
html, body {
    font-size: 100%;
    background: url(../img/bg-full.png) no-repeat;
    background-size: cover;
}
/*******Fonts************/
@font-face {
    src: url(../fonts/bebas/BebasNeue-Bold.ttf);
    font-family: 'b-bold-font';
}
.b-bold-font {
    font-family: 'b-bold-font';
}
@font-face {
    src: url(../fonts/bebas/BebasNeue-Book.ttf);
    font-family: 'b-book-font';
}
.b-book-font {
    font-family: 'b-book-font';
}
@font-face {
    src: url(../fonts/bebas/BebasNeue-Light.ttf);
    font-family: 'b-light-font';
}
.b-light-font {
    font-family: 'b-light-font';
}
@font-face {
    src: url(../fonts/bebas/BebasNeue-Regular.ttf);
    font-family: 'b-regular-font';
}
.b-regular-font {
    font-family: 'b-regular-font';
}
@font-face {
    src: url(../fonts/bebas/BebasNeue-Thin.otf);
    font-family: 'b-thin-font';
}
.b-thin-font {
    font-family: 'b-thin-font';
}
@font-face {
    src: url(../fonts/neosans/NeoSans-Black.otf);
    font-family: 'n-black-font';
}
.n-black-font {
    font-family: 'n-black-font';
}
@font-face {
    src: url(../fonts/neosans/NeoSans-Black-Italic.otf);
    font-family: 'n-black-italic-font';
}
.n-black-italic-font {
    font-family: 'n-black-italic-font';
}
@font-face {
    src: url(../fonts/neosans/NeoSans-Medium-Italic.otf);
    font-family: 'n-medium-italic-font';
}
.n-medium-italic-font {
    font-family: 'n-medium-italic-font';
}
@font-face {
    src: url(../fonts/neosans/NeoSans-Light-Italic.otf);
    font-family: 'n-light-italic-font';
}
.n-light-italic-font {
    font-family: 'n-light-italic-font';
}

/*********Colors*************/
.red-color {
    color: red;
}
.white-color {
    color: white;
}

/***********Header***************/
.header {
    padding: 10px 30px;
    background-color: #fff;
}
.img-fluid.logo {
    max-width: 65%;
}

/**********Outstanding Me***********/
#demo {
    width: 100%;
    margin-top: -26px;
}
.slide1, .slide2, .slide3 {
    background-size: 70% 100%;
    padding: 60px 0;
    width: 100%;
}
.slide1 {
    background: url(../img/desktop-img/slider-Banner1.png) no-repeat;
}
.slide2 {
    background: url(../img/desktop-img/slider-Banner2.png) no-repeat;
}
.slide3 {
    background: url(../img/desktop-img/slider-Banner3.png) no-repeat;
}
@media (min-width: 1200px) {
    .slide1, .slide2, .slide3 {
        padding: 120px 0;
    }
}
.outstanding-text-img {
    display: block;
    margin: auto;
    width: 50%;
}
.outstanding-me h1 {
    font-size: 50px;
}
.outstanding-me h2 {
    font-size: 30px;
}
.carousel-indicators {
    bottom: 40px;
}
.carousel-indicators li {
    width: 20px;
    height: 8px;
    margin-right: 6px;
    margin-left: 6px;
    transform: skew(-30deg);
}
.carousel-indicators .active {
    opacity: 1;
    background-color: red;
    width: 80px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: .5;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.material-icons {
    font-size: 70px; 
    color: white;
    text-decoration: none;
}
.material-icons:hover {
    text-decoration: none;
}
@media (max-width: 992.98px) {
    #demo {
        width: 100%;
        margin-top: 0px;
    } 
    .slide1, .slide2, .slide3 {
        background-size: contain;
        padding: 120px 0 490px;
        width: 100%;
    }
    .slide1 {
        background: url(../img/mobile-img/banner-mbl-view.png) no-repeat center;
    }
    .slide2 {
        background: url(../img/mobile-img/mbl1.png) no-repeat center;
    }
    .slide3 {
        background: url(../img/mobile-img/mbl2.png) no-repeat center;
    }
    .outstanding-text-img {
        width: 60%;
    }
    .carousel-indicators {
        bottom: -60px;
    }
    .material-icons {
        font-size: 50px; 
        color: white;
        text-decoration: none;
    }
}
@media (max-width: 576.98px) {
    .sub-slide {
        padding: 70px 0 250px;
    }
    .outstanding-text-img {
        width: 80%;
    }
    .material-icons {
        font-size: 30px; 
        color: white;
        text-decoration: none;
    }
}

/************Below****************/
.below {
    margin-top: 100px;
}
.video {
    position: relative;
    width: 40%;
    height: 300px;
    margin: auto;
}
.play-button {
    position: absolute;
    top: 45%;
    left: 45%;
    bottom: 50%;
    right: 50%;
    z-index: 2;
    cursor: pointer;
}
.embed-video {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#video1-show {
    display: block;
}
@media (max-width: 992.98px) {
    .below {
        margin-top: 50px;
    }
    .video {
        position: relative;
        width: 80%;
        height: 300px;
        margin: auto;
    }
    .embed-video-mbl {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}
@media (max-width: 576.98px) {
    .video {
        height: 230px;
    }
}
.thumbnail-heading {
    font-size: 20px;
}
.thumbnail-img-cont {
    position: relative;
    cursor: pointer;
}
.thumbnail-img {
    width: 100%;
    opacity: .7;
}
.thumnail-play-button {
    font-size: 16px;
}
.below h1 {
    font-size: 40px;
}
.below h2 {
    font-size: 20px;
}
.accordion {
    width: 400px;
    margin: auto;
}
@media (max-width: 576px) {
    .accordion {
        width: 290px;
        margin: auto;
    }
}
.accordion button {
    border: none;
    background: transparent;
    outline: 0 !important;
}

/**********Outstanding Features************/
.outstanding-features {
    padding: 150px 0 0;
}
@media (max-width: 992.98px) {
    .outstanding-features {
        padding: 50px 0 0;
    }
}
.outstanding-features h2 {
    font-size: 35px;
}
.outstanding-features p {
    font-size: 16px;
}
@media (max-width: 992.98px) {
    .extra-padding {
        padding: 0 30%;
    }
}
@media (max-width: 768.98px) {
    .extra-padding {
        padding: 0 27%;
    }
}
@media (max-width: 700.98px) {
    .extra-padding {
        padding: 0 25%;
    }
}
@media (max-width: 630.98px) {
    .extra-padding {
        padding: 0 23%;
    }
}
@media (max-width: 576.98px) {
    .extra-padding {
        padding: 0 20%;
    }
}
@media (max-width: 480.98px) {
    .extra-padding {
        padding: 0 15%;
    }
}

/************Other Features****************/
.other-features {
    padding: 100px 0 150px;
}
@media (max-width: 992.98px) {
    .other-features {
        padding: 50px 0;
    } 
    .text-center-sm {
        text-align: center;
    }
}
.no-padding {
    padding: 0;
}
.no-padding:hover {
    cursor: pointer;
}
.modal-header {
    padding: 1rem 1rem;
    border-bottom: none;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 15% auto 0;
    }
}
.modal {
    background: rgba(0, 0, 0, 0.7) !important;
}
.modal-content {
    border: none;
    background-color: transparent;
}
.close {
    color: #fff;
    opacity: .5;
}