::-moz-selection {
    background-color: #00287A;
    color: #fff;
}

::selection {
    background-color: #00287A;
    color: #fff;
}

body {
    background-color: #111;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    padding-top: 30px;
}

.btn:focus,
.form-control:focus,
button:focus,
input:focus {
    outline: 0;
    box-shadow: none;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

a:hover, a:focus, a:active {
    outline: none;
    color: #00287A;
    text-decoration: none;
}

strong {
    font-weight: 600;
}

dl,
ol,
ul,
p {
    margin: 0;
    padding: 0;
}

.btn {
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 35px;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #00287A;
    border: none;
    color: #fff;
}

.color-primary {
    color: #00287A !important;
}

.border-radius8 {
    border-radius: 8px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.gutters12 {
    margin-right: -6px;
    margin-left: -6px;
}

.gutters12>.col,
.gutters12>[class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
}

.bg-lines {
    background-color: red;
}

.bg-lines-left,
.bg-lines-right {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 278px;
}

.bg-lines-right {
    right: 0;
}

.app-header {
    text-align: center;
}

.navbar-brand {
    margin: 0;
}

.navbar-brand img {
    width: 180px;
}

.welcome-title {
    font-size: 56px;
    font-family: 'Jost', sans-serif;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.welcome-location {
    margin-top: 15px;
    text-align: center;
}

.welcome-location img {
    height: 28px;
    margin-right: 10px;
}

.welcome-banner-wrap {
    position: relative;
}

.welcome-banner {
    margin-top: 30px;
}

.welcome-banner img {
    border-radius: 8px !important;
    transition: all 0.3s ease;
}

.welcome-banner:hover img {
    transform: scale(0.9);
}

.welcome-banner-wrap .welcome-btns {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.btn-visit {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    width: 60%;
    max-width: 420px;
    justify-content: center;
    position: relative;
    border: 1px solid transparent;
}

.btn-visit:hover,
.btn-visit:focus,
.btn-visit:active,
.btn-visit:not(:disabled):not(.disabled):active {
    border: 1px solid #fff;
    background-color: transparent;
}

.btn-visit::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 8px;
    border: 1px solid #fff;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.btn-visit:hover::before,
.btn-visit:focus::before,
.btn-visit:active::before {
    background-color: #ec1c24;
    border: 1px solid transparent;
    z-index: -1;
}

.btn-visit img {
    margin-right: 12px;
    width: 48px;
}

.btn-visit>span {
    display: block;
    line-height: 22px;
    text-align: left;
    font-weight: 500;
}

.inner-pages .bg-lines-left,
.inner-pages .bg-lines-right {
    height: 300px;
}

.inner-pages .welcome-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0 25px;
}

.inner-pages .welcome-banner img {
    transform: none;
}

.section {
    margin-top: 120px;
    position: relative;
}

.section-title {
    color: #fff;
    font-size: 36px;
    font-family: 'Jost', sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
    text-align: center;
}

.section-about .btn-visit img {
    width: auto;
}

.abt-heading {
    margin-top: 30px;
}

.section-favourite-car {
    background-color: #f5f4f4;
    padding: 60px 0;
}

.section-favourite-car .section-title {
    color: #222;
}

.section-favourite-car .welcome-btns {
    text-align: center;
    margin-top: 40px;
}

.section-favourite-car .btn-visit:hover,
.section-favourite-car .btn-visit:focus,
.section-favourite-car .btn-visit:active,
.section-favourite-car .btn-visit:not(:disabled):not(.disabled):active {
    border: 1px solid #222;
    z-index: 0;
}

.section-favourite-car .btn-visit::before {
    border: 1px solid #222;
}

.section-favourite-car .btn-visit:hover::before,
.section-favourite-car .btn-visit:focus::before,
.section-favourite-car .btn-visit:active::before {
    background-color: #ec1c24;
    border: 1px solid transparent;
    z-index: -1;
}

.favourite-slider.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(255 255 255 / 100%);
    box-shadow: 0 0 10px rgba(0 0 0 / 15%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 40%;
    transform: translateX(-40%);
    margin: 0;
    color: #222;
    font-size: 24px
}

.favourite-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.favourite-slider .item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.favourite-slider .item>img {
    max-width: 450px;
    border-radius: 8px;
}

.product-title {
    color: #222;
    font-weight: 600;
    font-size: 32px;
}

.product-price {
    font-size: 16px;
    color: #222;
}

.product-price>span {
    color: #ec1c24;
}

.product-btns {
    margin-top: 40px;
}

.product-btns>li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.product-btns>li:last-child {
    margin-right: 0;
}

.btn-product,
.btn-product:hover,
.btn-product:focus {
    background-color: #222;
    color: #fff;
    padding: 12px 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.btn-product img {
    margin-right: 8px;
}

.product-btns>li:last-child a {
  background-color: #29a71a;
  color: #fff;
}

.testimonials-slider .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.testimonials-slider .owl-dots .owl-dot span {
    margin: 3px;
    border-radius: 25px;
    background-color: #aaa;
}

.testimonials-slider .owl-dots .owl-dot.active span {
    background-color: #ec1c24;
}

.app-footer {
    margin-top: 140px;
    padding-bottom: 60px;
    position: relative;
}

.app-footer .section-title {
    font-size: 26px;
}

.footer-contact-col {
    text-align: center;
    display: block;
}

.footer-contact-col img {
    margin-bottom: 20px;
    height: 54px;
}

.footer-map {
    margin-top: 40px;
}

.footer-social {
    margin-top: 60px;
    text-align: center;
}

.footer-social-list>li {
    display: inline-block;
    margin-right: 40px;
}

.footer-social-list>li:last-child {
    margin-right: 0;
}

.footer-social-list>li a:hover,
.footer-social-list>li a:focus {
    color: #fff;
}

.footer-social-list>li img {
    width: 36px;
    margin-right: 5px;
}

.floating-whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9;
}

.floating-whatsapp-tooltip {
    background-color: #fff;
    border-radius: 6px 0 0 6px;
    font-size: 10px;
    color: #111;
    font-weight: 500;
    display: block;
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px 20px 7px 12px;
    line-height: 13px;
    z-index: -1;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@media screen and (max-width: 1199px) {
    .bg-lines-left,
    .bg-lines-right {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand img {
        width: 150px;
    }

    .welcome-title {
        font-size: 28px;
    }

    .welcome-banner-wrap .welcome-btns {
        top: 100%;
    }

    .btn-visit {
        width: 80%;
    }

    .mainpage-service-col {
        margin-top: 80px;
        margin-bottom: 100px;
    }

    .section {
        margin-top: 80px;
    }

    .section-title {
        font-size: 30px;
    }

    .footer-contact-col {
        margin-bottom: 20px;
    }

    .footer-social-list>li {
        margin-bottom: 20px;
    }

    .favourite-slider .item {
        display: block;
        text-align: center;
    }

    .favourite-slider .item>img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 575px) {
    
}