Navigation : Bootstrap Nav Templates Bootstrap Carousel Templates - Carousel Fade Bootstrap - Fixed Caption Carousel - Fullscreen Carousel - Premium Carousel Bootstrap Gallery with Tabs Bootstrap Vertical Tabs&Pils Premium Carousel HTML CSS JavaScript Your MAIN CAROUSEL TITLE Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Rates and Prices Special offers Fast and precise Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Save Money Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Better Sale Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Previous Next DEMO COPY CODE .h1_bold_huge { font-size: 70px; font-weight: 800; font-family: ‘Montserrat’, sherif; margin-left: -4px; text-transform: uppercase; margin-top: 0px; margin-bottom: 0px; } .main-title { text-shadow: 1px 1px rgba(83,83,83,1.00); } .main-subtitle { text-shadow: 1px 1px 1px rgba(87,87,87,1.00); font-family: ‘Open Sans’, sherif; } .caro-buttons { margin-top: -5px; } .caro-buttons > button { margin-top: 30px; font-family: ‘Montserrat’, sherif; font-weight: 500; border-radius: 0px; } .btn-hover-slide{ display: inline-block; position: relative; padding-top: 0.8em; padding-right: 1.5em; padding-left: 1.5em; padding-bottom: 0.8em; z-index: 0; background-color: rgba(215,58,60,1.00); margin-right: 20px; color: rgba(255,255,255,1.00); border-width: 0px; border-radius: 0px; float: left; } .btn-hover-slide:hover{ display: inline-block; position: relative; padding-top: 0.8em; padding-right: 1.5em; padding-left: 1.5em; padding-bottom: 0.8em; z-index: 0; color: #FFFFFF !important; } .btn-hover-slide:before { content: “”; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(59,102,112,1.00); transform: scaleX(0); transform-origin: 0 50%; transition: transform .3s ease-out; } .btn-hover-slide:hover:before{transform: scaleX(1);} .btn-hover-slide2{ display: inline-block; position: relative; padding-top: 0.8em; padding-right: 1.5em; padding-left: 1.5em; padding-bottom: 0.8em; z-index: 0; background-color: rgba(58,160,114,1.00); color: rgba(255,255,255,1.00); border-width: 0px; } .btn-hover-slide2:hover{ display: inline-block; position: relative; padding-top: 0.8em; padding-right: 1.5em; padding-left: 1.5em; padding-bottom: 0.8em; z-index: 0; color: #FFFFFF !important; } .btn-hover-slide2:before { content: “”; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(59,102,112,1.00); transform: scaleX(0); transform-origin: 0 50%; transition: transform .3s ease-out; } .btn-hover-slide2:hover:before{transform: scaleX(1);} .mid-icons { margin-top: 0px; margin-right: 15px; padding-top: 0px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; width: 80px; background-position: center top; background-size: cover; background-clip: content-box; background-repeat: no-repeat; background-origin: content-box; height: 80px; } .caro-features { margin-top: 30px; border-top: thin solid rgba(255,255,255,1.00); padding-top: 15px; padding-left: 0px; margin-left: 15px; } .media-body > p { font-family: ‘Montserrat’, sherif; font-size: 13px; font-weight: 500; text-shadow: 1px 1px rgba(75,75,75,1.00); } .media-body > h4 { font-family: ‘Montserrat’, sherif; font-size: 18px; text-shadow: 1px 1px rgba(75,75,75,1.00); font-weight: 500 !important; } .full-screen { background-size: cover; background-position: center; background-repeat: no-repeat; } @media (max-width:440px){ .h1_bold_huge { font-size: 46px; font-weight: 800; font-family: ‘Montserrat’, sherif; margin-left: -4px; text-transform: uppercase; } .carousel-caption { margin-bottom: 5vh;} .main-subtitle > h5 { text-shadow: 1px 1px 1px rgba(87,87,87,1.00); font-family: ‘Open Sans’, sherif; font-size: 16px;}} @media (max-width:1440px){ .carousel-caption { margin-bottom: 0vh;}} @media (width:1920px){ .carousel-caption { margin-bottom: 7%; } } .media { } .media:hover { } COPY CODE var $item = $( ‘.carousel-item’ ); var $wHeight = $( window ).height(); $item.eq( 0 ).addClass( ‘active’ ); $item.height( $wHeight ); $item.addClass( ‘full-screen’ ); $( ‘.carousel img’ ).each( function () { var $src = $( this ).attr( ‘src’ ); var $color = $( this ).attr( ‘data-color’ ); $( this ).parent().css( { ‘background-image’: ‘url(’ + $src + ‘)’, ‘background-color’: $color } ); $( this ).remove(); } ); $( window ).on( ‘resize’, function () { $wHeight = $( window ).height(); $item.height( $wHeight ); } ); $( ‘.carousel’ ).carousel( { interval: 7000, pause: “false”} ); COPY CODE