body{
    font-family: "Raleway", sans-serif;
}
.navbar{
    background-color: white;
}
.navbar.container-fluid {
    padding: 0 5%;
}
#landing{
    background: none;
}
.slt{
    height: 100vh;
}
.carousel-caption {
    bottom: 25vh;
}
.carousel-caption {
    bottom: 30vh;
    text-align: left;
}
.d-md-block {
    display: block!important;
}
#landing h1{
    margin-bottom: 20px;
}
#landing h5{
    margin-bottom: 20px;
}
#start, #why, footer, #help{
    font-family: "Open Sans", sans-serif;
    background-color: #0f0f0f;
    color: white
}
#start h2, #why h2, footer h2, #help h2{
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    text-align: center;
}
#start h2 span, .yellow_t, #why h2 span, footer h2 span, #help h2 span{
    color: #FF9f1c;
}
#start p, #why p, footer p, #help p{
    font-size: 14px;
    color: #888888;
    text-align: center;
}
#start h4, #why h4, footer h4, #help h4{
    font-size: 20px;
}
#start h5, #why h5, footer h5, #help h5{
    font-size: 14px;
}
footer h3{
    font-size: 24px ;
    font-family: "Raleway", sans-serif;
}
#start .row span{
    margin: 0 auto;
    display: flex;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    line-height: 86px;
    font-size: 34px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    color: black;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#plans{
    background-color: #01162B;
}
#plans .content_right {
    background: #fff;
    padding: 50px 20px;
    top: 50px;
    position: relative;
}
.margin-bottom {
    margin-bottom: 80px;
}
.shadow{
    box-shadow: 0px 0px 7px 4px #ccc;
}
#about{
    background: url(../img/video.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    background-color: #2E2E30;
}

#about img{
    height: 300px;
    width: 450px;
    margin-bottom: 40px;
}
.owl-item{
    width: 445px;
}
#why i{
    color: #00abc9;
}
.bg_contact.bg_two {
    background: url(../img/bg8.jpg) center top no-repeat;
    background-size: cover;
}
#help strong{
    font-size: 90px;
    font-weight: 300;
}
#help img{
    width: 300px;
    height: 200px;
    margin: 0 auto;
    display: block;
}











/* laptop view  */
@media(min-width: 992px){
    #plans .content_right {
        transform: scaleX(1.09) translateX(-50px);
    }
    .xs{
        border-right: 1px solid white;
    }
    .rd{
        border-bottom: 1px solid white;
    }
}
/* except mobile view  */
@media(min-width: 471px){
    .carousel-caption {
        text-align: left;
    } 

}

/* mobile view  */
@media(max-width: 470px){
    .carousel-caption {
        bottom: 15vh;
    }
    .slt{
        height: 50vh;
    }
    #landing h1{
        font-size: 32px;
        font-weight: 300;
    }
    #landing h5{
        display: none;
    }
    #about img{
        height: 238px;
        width: 360px;
    }
    .owl-item{
        width: 320px;
    }
    #plans img{
        max-width: 330px;
    }
    .tt{
        border-bottom: 1px solid white;
    }
    #help strong{
        font-size: 50px;
    }
}