.height-100{
    height: 100vh;
    padding:0;
}
nav{position: fixed !important}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
h1 {
    text-transform: capitalize
}

.yellow {
    color: #FFCC2E !important
}

.motorhero {
    position: absolute;
    top: 0;
    left: -100px;
}

.sm-hero {
    position: absolute;
    left: 40px;
    bottom: 60px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.sm-hero li {
    margin-bottom: 10px
}

.sm-hero a:hover i {
    color: white
}

.sm-hero a:hover {
    background: black;
}

.sm-hero a {
    border: 2px solid black;
    color: black;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.height-100 {
    height: 100vh;
}

.scrolldown {
    position: absolute;
    right: 40px;
    bottom: 60px;
    color: black !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    justify-content: center;
}

.scrolldown img {
    width: 20px;
    animation: moving 2s infinite;

}

@keyframes moving {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.elipse1 {
    position: absolute;
    top: 0;
    width: 100%;
}

.bgtopblack {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.btn img {
    width: 35px;
    margin-left: 20px
}

.innerbox--lines:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    background: white;
    top: 0;
    left: 0;
    right: 0px;
    margin: auto;
}

.innerbox--lines .col-md-6 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.innerbox--lines>.col-md-6:first-child:before {
    content: "";
    position: absolute;
    height: 100%;
    background: white;
    width: 2px;
    bottom: 0;
    right: 50px;
}

.innerbox--lines:after {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
    width: calc(100% - 30px);
    bottom: 0;
    left: 0;
    right: 0px;
    margin: auto;
}

.mb-40 {
    margin-bottom: 40px;
}

body hr {
    border: 1px solid rgba(0, 0, 0, 1)
}

.ptb-40 {
    padding-top: 60px;
    padding-bottom: 130px;
}

footer .sm-hero a:hover i {
    color: black
}

footer .sm-hero a:hover {
    background: white
}

footer .sm-hero a {
    color: white;
    font-size: 18px;
    border-color: white
}

footer .sm-hero li {
    margin-left: 10px
}

footer .sm-hero {
    position: absolute;
    right: 15px;
    left: auto;
    bottom: 0px;
    flex-direction: row;
}

.pulse {
    animation: heartbeat 3s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }

    20% {
        transform: scale(1.3);
    }

    40% {
        transform: scale(.75);
    }

    60% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(.75);
    }
}

@keyframes cog {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotating {
    -webkit-animation: cog 15s infinite;
    -moz-animation: cog 15s infinite;
    -ms-animation: cog 15s infinite;
    animation: cog 15s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear
}

.cog1 {
    position: absolute;
    top: -63px;
    left: 20%;


}

.cog2 {
    position: absolute;
    top: 50%;
    left: 20%;
}

.cog3 {
    position: absolute;
    top: 10%;
    left: -23%;
}
.fz-14{font-size: 14px !important;}
.fz-22{font-size: 20px !important;}
.bigbtn {
    font-size: 2.5rem;
    border: 2px solid #FFCC2E;
    border-radius: 5rem;
    padding: 30px 40px;
    line-break: 1;
    display: inline-block;
    text-transform: uppercase;
    text-align: center
}

textarea.rounded {
    border-radius: 30px !important;

}

.rounded {
    border-radius: 100px !important;
    background: transparent;
    border: 2px solid white !important;
    text-transform: uppercase;
    color: white !important;
}