section {
    width: 100%;
}

.main-container {
    padding: 0px;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.carousel {
    width: 100% !important;
    height: 100vh;
}
.carousel-inner{
    height: 100%;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-indicators li{
    border: 2px solid #c7081b !important;
    padding: 5px;
    position: relative;
    top: 0;
    transition: all .3s ease-out;
}
.carousel-indicators .active{
    background-color: #c7081b !important;
    top: -5px;
    transition: all .3s ease-out;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
    width: 5%;
    color: #001f5e;
    display: none;
}

.carousel .item {
    width: 100%;
    height: 100%;
}

.carousel .item img {
    width: 100% !important;
    height: 100%;
}

//For Each Slider Of The Three
.carousel-caption {
    top: 30%;
    left: 1%;
}


.cap-smart {
    top: 35%;
    left: auto!important;
    right: auto;
    width: 100% !important;
}

.cap-inter {
    left: 5%;
}

//first slide ---------------------------------------------
.cap-social {
    top: 40%;
    left: 5%;
}

.cap1 {
    color: #c7081b;
    border-radius: 20px;
    text-align: center;
    margin: 0 5%;
    width: auto;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 4vw;
    word-spacing: 2px;
    padding: 10px;
}

.cap11 {
    font-size: 3vw;
    color: #efefef;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    word-spacing: 2px;
    margin-top: 20px;
    border-radius: 20px;
}

/*End Of First Slider */
/*Second Slider */


.cap2 {
    color: #c7081b;
    border-radius: 20px;
    text-align: center;
    margin: 0;
    padding: 10px;
    width: auto;
    margin: auto;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 4vw;
    word-spacing: 2px;
}

.cap22 {
    font-size: 3vw;
    color: #efefef;
    text-align: center;
    font-weight: bold;
    word-spacing: 2px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 20px;
}

//End Of second Slider --------------------------------------------------
//Third Slider ------------------------------------------------------
.cap-inter {
    left: 5%;
}



.cap3 {
    color: #c7081b;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 20px;
    width: auto;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 4vw !important;
    word-spacing: 2px;
    margin-bottom: -20px;
}

.cap33 {
    font-size: 3vw;
    color: #efefef;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    word-spacing: 5px;
    margin-top: 20px !important;
    border-radius: 20px;
}

//END OF Third Slider ---------------------------------------------------
.carousel-caption h3 {
    padding: .5em;
}


/* Animation delays */

.carousel-caption .cap-social>h3:first-child {
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 1.5s;
}

.carousel-caption button {
    animation-delay: 3s;
}


/* start media */
.cap1,
.cap11,
.cap2,
.cap22,
.cap3,
.cap33{
    width: 100%;
    margin: auto;
    text-transform: uppercase !important;
    line-height: 60px !important;
}

@media(max-width:767px){
    .cap-inter{
        width: 100% !important;
    }
    .cap-smart{
        width: 100% !important;
        left: auto;
    }
    .cap1,
.cap11,
.cap2,
.cap22,
.cap3,
.cap33{
    width: 100%;
    line-height: 40px !important;
    font-weight: bold !important;
    font-size: 8vw !important;
}
    .cap-smart {
    top: 25%;

}
}
/* end media */