/***
* BASIC
***/
.clear-both {
    clear: both;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.text-center {
    text-align: center;
}

h1 span {
    color: #fff;
    display: block;
    margin-bottom: 18px;
    line-height: normal;
}

/***
* MARGINS/PADDINGS
***/
.mt-30 {
    margin-top: 30px;
}

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

.page-content.pt-88 {
    padding-top: 88px;
}

.page-content.pb-73 {
    padding-bottom: 73px;
}

.page-content.pb-50 {
    padding-bottom: 50px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

/***
* IMAGES
***/
.img-155h {
    height: 155px;
    object-fit: contain;
}

.service-img {
    object-fit: cover;
}

/***
* COLORS
***/
.bgcolor-red,
.custom-heading.red::after {
    background-color: rgb(232, 33, 39) !important;
}

.color-red {
    color: rgb(232, 33, 39) !important;
}

/***
* BUTTONS
***/
.solid-btn {
    color: rgb(232, 33, 39);
    text-decoration: underline;
}

a.btn-position {
    margin: 10px 0;
    display: table;
    color: #fff;
    float: none;
}

/***
* COVER
***/
.pt-bkg17 {
    background-image: url(../img/tesla/cover/first_view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 44%;
    position: relative;
}

.pt-bkg17::after {
    content: "";
    background: rgb(34, 34, 34, 0.29);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.pt-bkg17 .container {
    position: relative;
    z-index: 1;
}

.pt-bkg17 .container h1 {
    line-height: normal;
    margin-bottom: 103px;
}

@media only screen and (max-width: 575px) {
    .pt-bkg17 .container h1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .pt-bkg17 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/***
* CONTACT FORM
***/
form.requestfor {
    max-width: 650px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

form.requestfor .col-md-12 {
    padding-bottom: 0;
    min-height: 69px;
    margin-bottom: 0px;
}

form.requestfor input[type=text],
form.requestfor input[type=email],
form.requestfor select {
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
    color: #222;
}

form.requestfor select {
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form.requestfor input[type=submit] {
    padding: 7px 12px;
    background: rgb(232, 33, 39);
    border: none;
    color: #fff;
    border-radius: 3px;
}

form.requestfor .error {
    color: #ff3636;
}

/***
* RECAPTCHA
***/
#recaptcha-error {
    display: none;
}

.gcaptcha-wrapper {
    min-height: 110px;
}
