.home-navbar {
    background-color: rgba(0, 0, 0, .9) !important;
    color: #000;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    margin: 0 auto !important;
    transition: top 0.1s;
    text-align: left;
}

.download-section {
    background-color: #FFC107;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input {
    font-family: 'IRANSans';
}

.signup-form-container {
    background-color: #f8f8f9 !important;
}

.signup-form {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.signup-form div {
    padding-left: 0;
    padding-right: 0;
}

.signup-form h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#map {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.signup-form input[type='text'] {
    border: 1px solid #e5e5e4!important;
    outline: none;
    padding: 5px;
    text-align: center;
}

.about-app-section p {
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .about-app-section {
        position: relative;
        top: 13vh;
    }
}

.border-right-none {
    border-right: none !important;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSans-Medium-web.eot');
    src: local('IRANSans'), url('/fonts/IRANSans-Medium-web.woff') format('woff'), url('/fonts/IRANSans-Medium-web.ttf') format('truetype');
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    font-family: 'IRANSans';
}

.full-width {
    width: 100%;
}

.container-fluid {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: lighter;
}

.bg-white {
    background-color: rgb(255, 255, 255);
}

.section-intro {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    /* http://www.hdcarwallpapers.com/walls/2015_cadillac_ats_sedan-wide.jpg */
    /* background-image: url('https://d1a3f4spazzrp4.cloudfront.net/ambassador/0.0.5/d1a3f4spazzrp4.cloudfront.net/static/images/join/background_new-bcfeff309a.jpg'); */
    background-image: url('/img/bg-1.jpg');
}

.section-features {
    min-height: 92vh;
}

.full-height {
    min-height: 92vh;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike>span {
    position: relative;
    display: inline-block;
}

.strike>span:before,
.strike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgb(71, 71, 71);
}

.strike>span:before {
    right: 100%;
    margin-right: 15px;
}

.strike>span:after {
    left: 100%;
    margin-left: 15px;
}

.btn-dark {
    background-color: #000000;
    color: white;
}

.btn-purple {
    background-color: #FFC107;
    color: white;
}

.map-section {
    min-height: 92vh;
    color: white;
}

.about-app {
    min-height: 100vh;
}

.price-estimate-container {
    min-height: 92vh;
    background-color: #FFC107;
}

.price-estimate-container .container {
    padding-top: 10vh;
}

.about-app-gif-container h1,
.about-app-gif-container h2,
.about-app-gif-container h3,
.about-app-gif-container h4,
.about-app-gif-container h5,
.about-app-gif-container p {
    color: rgb(0, 0, 0);
}

.intro-description {
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px #333333;
}

.app-link {
    text-decoration: none;
}

.about-app-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    background-image: url('/img/about-app-parallax-back-1.jpg')
}

.app-link:focus {
    color: white;
}

.parallax-about-1 h2 {
    text-shadow: 1px 1px 1px #333333;
    color: white;
}

.price-estimate-form .input-group {
    border: 1px solid rgb(253, 253, 253);
}

.price-estimate-form input[type='text'] {
    color: white;
}

.price-estimate-form .input-group-addon {
    border: none;
    background-color: transparent;
}

.input-group-origin-dot {
    color: rgb(0, 170, 0);
    font-size: 30px;
}

.input-group-dest-dot {
    color: rgb(170, 0, 43);
    font-size: 30px;
}

.input-group-find-location {
    color: rgb(233, 233, 233);
    font-size: 30px;
}

.input-group-estimate-price {
    border: none;
    border-radius: 0;
    background-color: rgb(233, 233, 233) !important;
    font-size: 30px;
}

.input-group-estimate-price i {
    color: #FFC107;
}

.price-estimate-form input[type='text'] {
    border: none;
    background: transparent;
}

footer {
    color: white;
    min-height: 50vh;
}

.footer {
    background-color: black;
}

footer hr {
    background-color: white;
}

.footer-list-container {}

.footer-list-container li {
    list-style: none;
    padding: 10px;
    margin: 10px;
    font-size: 12px;
}

.footer-list-container li a {
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.footer-list-container li p {
    font-size: 12px;
    color: rgb(201, 201, 201);
    text-decoration: none;
}

.footer-list-container li a:hover {
    color: white;
}

.btn-light {
    background-color: white;
    color: #09091a;
}

.btn-border-dark {
    border: 2px solid white;
}

.border-top {
    border-bottom: 1px solid #282727 !important;
    padding: 32px 0 !important;
}