body {
    background: #ffffff;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.03em;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

h1 {
    color: #111;
    font-size: 62px;
    line-height: 72px;
    text-shadow: 1px 1px 0 #888;
}

h2 {
    color: #000;
    font-size: 26px;
    line-height: 42px;
    padding: 0;
}

h3 {
    color: #000;
    font-size: 16px;
}

h5 {
    color: #000;
    line-height: 28px;
}

p {
    font-size: 16px;
}


#counter,
#contact{
    padding-top: 120px;
    padding-bottom: 120px;
}

.copyright-text {padding: 120px 0 0 0;}

#about h3 {
    padding-bottom: 12px;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.navbar-default li {
    margin: 15px 9px;
}

.navbar-default .navbar-nav li a {
    color: #303030;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
}

.navbar-default .navbar-nav li a:hover {
    color: #ffa400;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #303030;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #087EAD;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #000;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-brand {color: #000;}

#home {
    background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}


#home .btn-danger {
    background: #087EAD !important;
    margin-right: 20px;
}

#home .btn-danger:hover {
    background: #005577 !important;
}

#home .btn {
    background: rgba(0, 0, 0, 0.4);
    border-color: transparent;
    color: #ffffff;
    9 font-size: 12px;
    font-weight: bold;
    padding: 14px 52px;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #000;
}

#about .container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#about .col-md-6 {
    padding: 0;
}

#about .about-des {
    padding: 65px;
}

#about .about-des h3 {
    font-size: 26px;
}

#about .about-des h4 {
    font-size: 20px;
}

#about .about-des p {
    font-size: 16px;
    line-height: 32px;
}

#counter {
    background: url('../images/2015-Ford-Mustang-Ecoboost-manual-interior-seats.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 160px;
}

#counter .counter-item {
    background: rgba(0, 0, 0, 0.6);
    padding: 35px;
}

#counter .counter-number {
    color: #fff;
    font-size: 32px;
}

#counter .counter-text {
    color: #ffffff;
        height:  40px;
    display: block;

}

#contact {
    background-color: #e0e0e0;
}

#contact .form-control {
    background: transparent;
    border-color: #a0a0a0;
    color: #000;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 22px;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    height: auto;
}

#contact input[type="submit"] {
    background: #666;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    height: 50px;
    margin-top: 10px;
}

#contact input[type="submit"]:hover {
    background: #333;
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

#contact .contact-detail {
    background: rgba(250, 250, 250, 0.75);
    padding: 34px;
        margin-bottom: 25px;

}

#contact .contact-detail h2 {
    padding-bottom: 28px;
}

#contact .contact-detail div {
    padding-bottom: 10px;
}


/* --- Contact ---- */

.form-control::-webkit-input-placeholder {
    color: #d0d0d0;
}

.form-control:-moz-placeholder {
    color: #d0d0d0;
}

.form-control::-moz-placeholder {
    color: #d0d0d0;
}

.form-control:-ms-input-placeholder {
    color: #d0d0d0;
}

.validation {
    display: none;
    margin: 2px 0 4px 0;
    font-weight: 400;
    font-size: 13px;
    color: #256CAE;
}

#sendmessage {
    display: none;
    text-align: center;
    padding: 15px 12px 15px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
}

#sendmessage.show {
    display: block;
    visibility: visible;
}
.alert-success {}
.alert {border-radius: 0;}

footer {
    padding-top: 80px;
    padding-bottom: 50px;
}

footer p {
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 14px;
}

footer a {
    color: #606060;
}

footer a:hover {
    color: #ffa400;
    text-decoration: none;
}

.link-list a {
    color: #606060;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

@media (max-width: 1280px) {
    #about .about-des {
        padding: 40px;
    }
    #about .about-des h3 {
        font-size: 20px;
    }
    #about .about-des h4 {
        font-size: 16px;
    }
    #about .about-des p {
        font-size: 13px;
        line-height: 24px;
    }

}

@media (max-width: 991px) {
  h1, h2, h3, h4, footer, p {text-align: center;}
span.counter-text {
height:  25px;
    display: block;
}
}

@media (max-width: 768px) {
    h1 {
        font-size: 53px;
    }
    #counter .counter-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    


}

@media (max-width: 650px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 450px) {
    h1 {
        font-size: 28px;
        line-height: 38px;
    }
    #home h5 {
        font-size: 11px;
    }
    #home .btn {
        display: inline-block;
        padding: 14px 32px;
    }
}

@media (max-width: 375px) {
    h1 {
        font-size: 24px;
        line-height: 34px;
    }
    #home h5 {
        font-size: 9px;
    }
}


/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.fullheight {
		height: 768px !important;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.fullheight {
		height: 1024px !important;
	}
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	.fullheight {
		height: 320px !important;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	.fullheight {
		height: 568px !important;
	}
}
/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.fullheight {
		height: 320px !important;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.fullheight {
		height: 480px !important;
	}
}