/*@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700";*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    line-height: 1.1;
}
p {
    font-size: 15px;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #595555;
}
section {
    overflow: hidden;
}
option {
    text-transform: capitalize;
}
label {
    color: #222;
}
.section-padding {
    padding: 50px 0;
}
.overlay {
    background: #000;
    height: 100%;
    opacity: 0.8;
    overflow: hidden;
    width: 100%;
}
.carspace-header {
    margin-bottom: 60px;
}
.carspace-header h2 {
    text-transform: capitalize;
    font-weight: 700;
}
.carspace-header h2 span {
    color: #f7b926;
}
.carspace-header p {
    padding: 0 25%;
    color: #4d4747;
    font-weight: 500;
}
.carspace-btn {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 20px;
    background: #f7b926;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    font-weight: 600;
    /*text-transform: capitalize;*/
    border-radius: 3px;
    border: none;
}
.carspace-btn:hover,
.carspace-btn:focus {
    background: #85c16e;
    color: #fff;
}
.carspace-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.preloader-area {
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 11000;
}
.spinner {
    margin: 25% auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #f7b926;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 337;
    background-color: #f7b926;
}
header.sticky {
    background-color: #f7b926;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 0 5px #ccc;
}
header.sticky .navbar-nav .nav-item .nav-link {
    color: #333;
}
.sticky .navbar {
    margin: 5px 0;
    transition: 0.5s;
}
.sticky .navbar-brand {
    color: #000;
}
.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 500;
    /*text-transform: capitalize;*/
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
}
.navbar-nav .nav-item .nav-link {
    font-family: 'Montserrat', sans-serif;
    /*text-transform: capitalize;*/
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-right: 12px;
    padding-left: 12px;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: black;
}
.navbar-toggler {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    background-color: transparent;
}
.navbar-toggler i {
    color: #fba500;
}
.banner {
    background: url("../img/slider-1.jpg") no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}
.hero-text {
    position: absolute;
    color: #fff;
    top: 100px;
}
.hero-text h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: capitalize;
}
.hero-text h2 span {
    color: #f7b926;
}
.hero-text h6 {
    color: #fff;
    margin-bottom: 40px;
}
.welcome-btn {
    position: absolute;
    bottom: 100px;
}

.slider-area {
    overflow: hidden;
    transition: 0.5s;
}
.slider-1 {
    background: url(../img/slider-1.jpg) no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}
.slider-2 {
    background: url(../img/slider-2.jpg) no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}
.single-slide .owl-prev {
    top: 50%;
    position: absolute;
    left: 5%;
    height: 40px;
    width: 40px;
    background: #f7b926;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 26px;
}
.single-slide .owl-next {
    top: 50%;
    position: absolute;
    right: 5%;
    height: 40px;
    width: 40px;
    background: #f7b926;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 26px;
}
.offer-area {
    transition: 0.5s;
}
.offer-area .single-offer {
    margin: 0;
    position: relative;
    overflow: hidden;
    transition: all 300ms linear 0s;
}
.offer-area .single-offer::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}
.offer-area .single-offer-text {
    position: absolute;
    top: 48%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    transition: all 300ms linear 0s;
}
.offer-area:hover .single-offer-text {
    top: 0%;
}
.offer-area:hover .single-offer::after {
    background: rgba(76, 168, 76, 0.8);
}
.single-offer-text .title {
    margin-bottom: 30px;
}
.single-offer-text .title h4 {
    color: #fff;
}
.single-offer-text .title h5 {
    color: #fff;
}
.single-offer-text p {
    color: #fff;
}
.car-slide .owl-item {
    margin-bottom: -20px !important;
}
.single-car {
    padding: 20px;
}
.car-title {
    margin-bottom: 30px;
    margin-top: 50px;
}
.car-title h4 {
    color: #f7b926;
    font-weight: 600;
    text-transform: capitalize;
}
.car-price {
    margin-bottom: 20px;
}
.car-price h1 {
    font-size: 48px;
    text-transform: capitalize;
    color: #f7b926;
}
.car-price h1 span {
    font-size: 16px;
    color: #222;
}
.car-info {
    padding: 20px;
    background: #f7b926;
}
.car-info ul li {
    line-height: 35px;
    color: #fff;
}
.car-info ul li span {
    float: right;
}
.car-slide .owl-prev {
    position: absolute;
    left: 45%;
    font-size: 32px;
    color: #f7b926;
}
.car-slide .owl-next {
    position: absolute;
    right: 45%;
    font-size: 32px;
    color: #f7b926;
}
.about-btn {
    margin-top: 30px;
}
.about-info ul li {
    line-height: 28px;
}
.about-info ul li i {
    margin-right: 10px;
    font-size: 22px;
    color: #f7b926;
}
.about-info ul li span {
    font-size: 16px;
}

.about-info p
{
    text-align:justify;
}
.carspace-box {
    text-align: center;
    padding: 30px;
    margin-bottom: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.1);
}
.carspace-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.carspace-icon img {
    width: auto;
    height: 50px;
}
.carspace-details h5 {
    margin-top: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.carspace-box:hover .carspace-details h5 {
    color:#f7b926;
}
.countdown-area {
    background: url(../img/project-bg.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.countdown {
    padding-bottom: 40px;
    padding-top: 40px;
}
.countdown i {
    font-size: 32px;
    color: #f7b926;
}
.countdown h1,
.countdown h5 {
    color: #fff;
}
.faq {
    background: #f9f9f9;
    position: relative;
}
.f-bottom {
    margin-bottom: 15px;
    border-radius: 0;
}
.faq-img {
    position: absolute;
    top: 18px;
    right: 0;
}
.faq-img img {
    float: right;
}
.card-header:first-child {
    border-radius: 0;
}
.card {
    border: none;
    background-color: transparent;
}
.card-header {
    padding: 5px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}
.card-header h5 .btn {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    text-align: left;
    margin-left: 50px;
}
.card-header h5 .btn:hover {
    color: #f7b926 !important;
}
.card-body {
    border-left: 1px solid #f7b926;
    padding-left: 35px;
    margin-left: 15px;
}
.faq-area .card .card-header h5 a {
    display: block;
    padding: 5px;
}
.faq-area .card .card-header h5 a i.fa {
    float: right;
    font-size: 150%;
    line-height: 15px;
    display: none;
}
.faq-area .card .card-header h5 a[aria-expanded="false"] i.fa.fa-angle-down {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    color: #f7b926;
    text-align: center;
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #f7b926;
    border-radius: 30px;
}
.faq-area .card .card-header h5 a[aria-expanded="true"] i.fa.fa-angle-up {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background: 0 0;
    color: #f7b926;
    text-align: center;
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #f7b926;
    border-radius: 30px;
}
.team-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.5s;
}
.team-img:hover .team-overlay {
    bottom: 0;
    opacity: 0.9;
}
.team-img img {
    width: 100%;
}
.team-overlay {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: -100%;
    background: #f7b926;
    transition: 0.5s;
}
.team-details {
    padding: 30px;
}
.team-details h5 {
    font-weight: 600;
}
.team-info {
    padding: 10px;
    color: #fff;
}
.team-info ul li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
.team-info ul li i {
    background: #333;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    padding: 13px;
    width: 40px;
}
.testimonial {
    background: url(../img/bg.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.overlay-text h2,
.overlay-text p {
    color: #fff;
}
.member {
    margin-bottom: 30px;
}
.member img {
    width: 130px !important;
    border-radius: 50%;
    margin: 0 auto;
}
.member h5 {
    margin-top: 20px;
    color: #fff;
}
.member span {
    color: #fff;
    text-transform: capitalize;
}
.review-text p {
    color: #fff;
    padding: 0 17%;
}
.owl-carousel .owl-dots {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
}
.owl-carousel .owl-dot {
    height: 10px;
    width: 20px;
    border: 1px solid #f7b926;
    border-radius: 10px;
    margin: 0 0.2rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.owl-carousel .owl-dot.active {
    height: 10px;
    width: 10px;
    background-color: #f7b926;
    border-radius: 50%;
}
.blog {
    background: #f9f9f9;
}
.blog-content {
    border: 1px solid #f7b926;
}
.blog-img {
    position: relative;
}
.blog-date {
    position: absolute;
    top: 44%;
    left: 7%;
    padding: 10px;
    text-align: center;
    background: #f7b926;
}
.blog-date span {
    color: #fff;
}
.blog-text {
    padding: 10px;
    margin-top: 30px;
    border-top: none;
}
.blog-title {
    color: #f7b926;
    font-weight: 600;
    transition: 0.5s;
}
.blog-title:hover,
.blog-title:focus {
    color: #f7b926;
}
.blog-text .blog-btn {
    background: #f7b926;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    transition: 0.5s;
    width: 104px;
    padding: 10px;
    text-align: center;
}
.blog-text .blog-btn:hover {
    background: #85c16e;
    color: #fff;
}
#map {
    height: 500px;
    width: 100%;
}
.contact-bg {
    background: #fff;
    margin-top: -120px;
    position: relative;
    padding: 70px;
}
.contact-head {
    margin-top: 50px;
}
.contact-form {
    overflow: hidden;
    padding: 20px;
}
.form-group {
    margin-bottom: 30px;
}

.confirm {
    text-align: center;
}
.confirm .carspace-btn {
    background: #f7b926;
    color: #fff;
    width: 15%;
    padding: 15px 20px;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
}
.carspace-btn i {
    margin-right: 10px;
}
.widget-area {
    background: #1b2021;
}
.f-widget-title h4 {
    color: #fff;
    margin-bottom: 20px;
}
.footer-about h4 {
    color: #fff;
}
.footer-about p {
    margin-top: 15px;
    color: #fff;
}
.about-social h6 {
    text-transform: capitalize;
    color: #8f8585;
    margin-top: 20px;
    margin-bottom: 15px;
}
.about-social ul li {
    display: inline-block;
    margin-right: 10px;
}
.about-social ul li a {
    display: block;
    color: #fff;
    height: 40px;
    width: 40px;
    background: #f7b926;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
}
.about-social ul li a:hover {
    background: #000;
}
.categories li {
    list-style: none;
    margin-bottom: 11px;
}
.categories li i {
    margin-right: 10px;
}
.categories li a {
    color: #fff;
}
.contact-info ul li {
    line-height: 30px;
}
.contact-info ul li span {
    color: #fff;
}
.contact-info ul li .span-1 {
    width: 20%;
    float: left;
}
.contact-info ul li .span-2 {
    width: 80%;
    float: left;
}
.footer-area {
    background: #f7b926;
}
.footer-text {
    margin-bottom: 20px;
    margin-top: 30px;
}
.footer-text p {
    color: #fff;
    margin-bottom: 10px;
}
.footer-social-link {
    float: right;
    margin-bottom: 0;
    margin-top: 20px;
}
.footer-social-link ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer-social-link ul li a i {
    background: #fff;
    color: #f7b926;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
}
#scroll-up {
    background: #333;
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 24px;
    height: 46px;
    line-height: 42px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    width: 46px;
    z-index: 337;
}
#scroll-up:hover,
#scroll-up:focus {
    background: #85c16e none repeat scroll 0 0;
    color: #fff;
}
.index-banner {
    background: url(../img/index-bg.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 180px;
    padding-bottom: 150px;
}
.carspace-header h2 {
    font-weight: 600;
    font-size: 38px;
}
.select-category {
    margin-bottom: 60px;
}
.select-item {
    box-shadow: 0 0 20px #ccc;
}
.select-item-title {
    margin-top: 20px;
}
.select-item-title h3 {
    font-weight: 600;
    color: #333;
}
.select-item-title h3:hover {
    color: #72ba0e;
}
