﻿body {
    font-family: 'Ledger', serif;
}

.intro-heading {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    border-right: 3px dashed #fff;
    border-left: 3px dashed #fff;
    width: 73%;
    margin-left: 12.5%;
}

.carsaul_top {
    padding-right: unset;
    padding-left: unset;
}

.bg-color1 {
    background-color: lightseagreen;
}

.fa {
    color: lightseagreen;
}

.bg-grey {
    background-color: #fcfcfc;
    padding-bottom: 20px;
}

.text-color1 {
    color: white;
    
}

.logo {
    font-size: 50px;
    margin-left: 10px;
}

.progress-bar {
    text-align: left;
    padding-left: 5px;
}

.progress-text {
    text-align: left;
}

.border {
    border: 1px solid #e0eded;
    margin: 10px 10px;
    padding-top: 10px;
    background-color: white;
    text-align: center;
}

.icon-design {
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px; /*To Make Image Center*/
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}

.allign1 {
    padding-left: 50px;
}

.panel-group {
    margin-bottom: unset;
}

.head-sizing {
    font-size: 20px;
    line-height: 30px;
    color: white;
}

.text-color2 {
    float: left;
    margin-right: 20px;
}

.allign2 {
    padding-left: 6em;
}

.text-color {
    color: white;
    /*text-transform: uppercase;*/
    font-size:15px;
}

.bg-color-black {
    background-color: black;
    color: white;
    margin-top: 10px;
    padding-bottom: 15px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.border1 {
    margin-top: 20px;
    background-color: gray;
    color: black;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    display: inline-block;
}

.space {
    padding-bottom: 20px;
}

.progress-bar {
    background-color: lightseagreen;
}

.navbar {
    position: fixed;
    margin-bottom: unset;
    border: 1px solid transparent;
    padding-bottom:18px;
}

 .over { background-color: #000000; }
            .over img { opacity: 0.4; }

.icon-bar {
    background-color: white;
}

.tagline-sizing {
    font-size: 70px;
    line-height: 70px;
     font-weight: 700;
     font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.logo1 {
    font-size: 200px;
    color:lightseagreen;
}


@media only screen and (max-width: 500px) {
    .head-sizing {
        font-size: 10px;
        line-height: 20px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 1px;
    }
    .subtagline-sizing {
    font-size: 10px;
        line-height: 10px;
}

    .tagline-sizing {
        font-size:15px;
        line-height: 15px;
    }
   

   

}
