
/*--------------------------------------------------------------
# BMW
--------------------------------------------------------------*/


/* hero with gradient */

/*
#hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(87, 87, 139, 0.5), rgba(87, 87, 139, 0.2)), url(../img/hero-bg-hc-3.jpg) top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
}
*/

/* hero without gradient */

h1, h2, h3 {
    color: #005792;
}


/* navigation */

.navbar a:hover {
    color: #005792;
}


#hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 87, 146, .9), rgba(0, 87, 146, .2)), url(../img/hero-bg-hc-4.jpg) top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    color: #E6FF3D;
    text-shadow: 0px 0 0px #2f4d5a;
		letter-spacing: 7px;
		
}

#hero h2 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: -1px 0 2px #2f4d5a;
		line-height: 120%;
}


.about .content h3 {
    color: #005792;
}

.section-title h2 {
    color: #005792;
}

.section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 66px;
    background: url(../img/section-title-bg.png) no-repeat;
    z-index: -1;
}



#hero .btn-get-started {
    font-size: 36px;
    display: inline-block;
    padding: 4px 0;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    margin: 10px;
    width: 64px;
    height: 64px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
}

.about .content .about-btn {
    display: inline-block;
    background: #00BBF0;
    padding: 6px 44px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
}

#header.header-scrolled {
    background: rgba(0, 187, 240, 0.9);
    padding: 12px;
}

.about .icon-boxes .icon-box i {
    font-size: 40px;
    color: #00BBF0;
    margin-bottom: 10px;
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #00BBF0;
    transition: all 0.3s ease-in-out;
}

.services .icon-box:hover::before {
  background: #00BBF0;
  top: 0;
  border-radius: 0px;
}

.counts .count-box i {
    display: block;
    font-size: 44px;
    color: #00BBF0;
    float: left;
    line-height: 0;
}


.contact .info-box i {
    font-size: 32px;
    color: #00BBF0;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f0f7fa;
}

.contact .php-email-form button[type=submit] {
    background: #00BBF0;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form .sent-message {   
    background: #005792;
}


.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 998;
    background: #00BBF0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}


#footer {
    background: #005792;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top .footer-info {
    margin-top: -90px;
    margin-bottom: 15px;
    background: white;
    color: #2f4d5a;
    border-top: 4px solid #00BBF0;
    text-align: center;
    padding: 30px 20px;
}


#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #005792;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #00BBF0;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
}



/* about background */
.about {
    background: url(../img/about-bg-4.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.about::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9;
}


/* new sections */

.success .container {
    background-color: #005792;
    padding: 60px 50px;
}


.success .content ul {
    list-style: none;
    padding: 0;
}

.success .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #FF4A17;
}

.success .content ul li {
    padding-bottom: 10px;
}



.success .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #00BBF0;
}


/* mobile */

.navbar-mobile ul {    
    background-color: #005792;
		background-repeat: no-repeat; 
    background-position: center;
    
}



.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 24px;
    color: #ffffff;
}