@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-SemiBold.woff2') format('woff2'),
        url('../fonts/Rajdhani-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/PublicSans-Regular.woff2') format('woff2'),
        url('../fonts/PublicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Public Sans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani';
    color: #aa1d23;
    text-transform: uppercase;
}

  .header-phone svg {
    width: 50px;
    padding: 10px;
    border-radius: 50%;
    background-color: #008835;
    position: absolute;
    left: -36px;
    top: -13px;
    border: 2px solid #fff;
}
h5.header-phone a {
    padding: 8px 10px 8px 20px;
}
h5.header-phone {
    position: relative;
    margin-left: 30px;
}

.bg-siteblue {
    background-color: #aa1d23;
}

section {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading h2 {
    margin-bottom: 2rem;
    text-align: center;
}

.section-heading p {
    text-align: justify;
}

.navbar-custom {
    background-color: #008835;
    margin-top: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav-wrapper {
    background-color: #ffffff;
}

.main-box {
    width: 100%;
    align-items: center;
}

.nav-link {
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    text-transform: uppercase;
}

a.dropdown-item {
    color: #aa1d23;
    font-family: 'Rubik', sans-serif;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    text-transform: uppercase;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
h5.header-phone a {
    background-color: #aa1d23;
    color: #fff;
    padding: 8px 10px 8px 20px;
    border-radius: 5px;
}

.custom-toggler.navbar-toggler {
    border-color: rgba(255, 255, 255, .5);
    display: none;
}

.sticky {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    animation: slidetop 1s linear;
    z-index: 999;
}

@keyframes slidetop {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
    }
}

.jumbotron {
    background-image: url('../images/banner-2.png');
    border-radius: 0rem;
    padding: 80px 0;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.jumbotron::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.jumbotron .navbar-custom {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px;
}

.jumbotron .navbar-custom label {
    margin-bottom: 5px;


}

.jumbotron .navbar-custom {
    width: 40%;
}

.jumbotron .navbar-custom textarea.form-control {
    height: 60px;
}

.jumbotron .navbar-custom .btn-light {
    background: #aa1d23;
    border-color: #aa1d23;
    color: #fff;
    margin: 15px 0 0 0;
}

.nav-wrapper .main-box {
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: end;
}

.navbar-brand {
    margin-right: 0;
    padding: 0;
}

.jumbotron .navbar-custom h3 {
    margin: 0 0 10px 0;
}

.jumbotron .navbar-custom h6 {
    margin: 0;
}

.jumbotron .navbar-custom .form-group {
    margin: 15px 0 0 0;

}

.jumbotron .container {
    position: relative;
}

.banner-content {
    width: 55%;
}

.banner-content h5 {
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
    color: #fff;
}

.banner-content h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #77fdb1;
}

.banner-content h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}



.banner-content p {
    margin: 15px 0 0 0;
    color: #fff;
}

.banner-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.banner-content ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.banner-content ul li:last-child {
    margin: 0;
}

.banner-content ul li a {
    color: #fff;
    border-radius: 6px;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0 0 0;
    text-decoration: none;
}

.call-btn {
    background: #0c9347;
}

.call-btn:hover {
    background: #aa1d23;
}

.read-btn {
    background: #aa1d23;
}

.read-btn:hover {
    background: #0c9347;
}


.btn-primary {
    background-color: #aa1d23;
    border-color: #aa1d23;
    border-radius: 0;
}

.bg-blue {
    background-color: #aa1d23;
}

img {
    max-width: 100%;
}

.company_cont {
    background-color: #0e9347 !important;
}

.company_cont h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.company_cont h4.text-dark {
    color: #fff !important;
}

.company_cont p {
    color: #fff;
}

.company_cont p a {
    color: #fff;
}

.company_cont h3 a {
    color: #fff;
}

#quick-contact-form h6.text-dark {
    color: #fff !important;
}

footer.text-center.bg-dark {
    padding: 8px 0;
}

footer.text-center.bg-dark .nav-link:hover {
    color: #0e9347;
}

.nav-link:hover {
    color: #77fdb1;
}

.inner_banner {
    display: block;
    margin: 0;
    position: relative;
}

.inner_banner:after {
    position: absolute;
    background: #000000;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.inner_banner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

footer.text-center.bg-dark {
    background: #aa1d23 !important;
}

.come_visit_us {
    padding-top: 25px;
}

.hm_quick_qutote_btn {
    position: fixed;
    right: 24px;
    top: 33%;
    z-index: 99999;
    -ms-transform-origin: 20% 40%;
    -webkit-transform-origin: 20% 40%;
    transform-origin: 130px 15px;
    transform: perspective(90deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    min-width: 120px;
    background: #008835 !important;
    border-right: solid 3px #ccc;
    border-left: solid 3px #ccc;
    border-top: solid 1px #ccc;
    outline: 0 !important;
    border-radius: 5px;
    padding: 3px 3px;
    font-size: 17px;
}

.hm_quick_qutote_btn:active,
.hm_quick_qutote_btn:focus,
.hm_quick_qutote_btn:hover {
    background: #aa1d23 !important;
    border-color: #aa1d23 !important
}

figure.figure img {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
}

.figure {
    display: block;
}

.section-heading h2 {
    margin-bottom: 0rem;
    text-align: center;
    font-size: 52px;
    font-weight: 900;
}

/*.pq-breadcrumb {*/
/*    background: var(--primary-color);*/
/*    color: white;*/
/*    padding: 130px 0;*/
/*    position: relative;*/
/*    background-position: top center;*/
/*    background-repeat: no-repeat;*/
/*    z-index: 99;*/
/*}*/
/*.pq-breadcrumb .pq-breadcrumb-title h1 {*/
/*    font-size: 56px;*/
/*    line-height: 64px;*/
/*    margin-bottom: 15px;*/
/*    text-align: left;*/
/*    color: var(--white-color);*/
/*}*/
/*.pq-breadcrumb-container ol.breadcrumb {*/
/*    padding: 14px 20px ! important;*/
/*    background: #012a86de;*/
/*}*/
/*.pq-breadcrumb-container .breadcrumb li:first-child {*/
/*    padding-left: 20px;*/
/*}*/
/*.pq-breadcrumb-container .breadcrumb li.active {*/
/*    color: var(--white-color);*/
/*    margin-right: 0;*/
/*}*/

.news-box {
    position: relative;
    margin: 16px 8px;
}

.news-img {
    overflow: hidden;
}

.news-img img {
    transition: .8s;
}

.news-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-text {
    width: 94%;
    margin: auto;
    position: relative;
    background: white;
    padding: 20px 26px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: -51px;
}

section.news-sec.inner-page .news-date {
    font-size: 14px;
    margin: -53px 0px 23px;
    background: #dc3327;
    color: white;
    width: 50%;
    padding: 7px;
    padding: 4px 8px;
    border-radius: 10px;
}

.detail_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.detail_blogtext h1 {
    font-size: 36px;
    margin: 30px 0 5px 0;
    color: black;
    font-weight: 600;
}

.detail_blogtext h2 {
    font-size: 32px;
    margin: 12px 0 6px 0;
    color: black;
    font-weight: 500;
}

.detail_blogtext h3 {
    font-size: 28px;
    margin: 8px 0 6px 0;
    color: black;
    font-weight: 500;
}

.blog_head ul {
    padding: 0;
    display: inline-block;
    margin: 1px 0;
}

.blog_head ul li {
    /* display: inline-block; */
    margin: 0 0px 15px 18px;
    color: black;
    font-size: 15px;
}

.blog_head ul li i {
    color: #aa1d23;
    margin: 0 10px 0 0;
}

.blog_box_cont {
    width: 100%;
    padding: 30px;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
}

.blog_box_cont h4 {
    font-size: 25px;
    color: #aa1d23;
    position: relative;
    display: inline-block;
    margin: 0;
}

h3.wp-block-heading {
    color: #000;
}

.box-list-box {
    display: flex;
    align-items: center;
}

.blog-link a {
    color: #aa1d23;
    font-weight: 600;
}

.news-text a {
    color: #008835;
}

.section-heading h2 {
    margin-bottom: 0rem;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
}

.about-text h2 {
    font-size: 36px;
    font-weight: 600;
}

a:hover {
    color: #008835;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #aa1d23;
    font-weight: normal;
}

.blog-link p i {
    margin-right: 8px;
}

.detail_image img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.box-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid rgb(0, 0, 0);
}

.news-box:hover .news-img img {
    transform: scale(1.2);
}

.news-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.blog-link {
    width: 100%;
    margin: 20px 0 0 0;
}

.blog_head ul li i {
    color: #008835;
    margin: 0 10px 0 0;
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown .dropdown-menu:hover {
    display: block;
}

.detail_blogtext p {
    margin-bottom: 6px;
}

ul.d-flex.blog-area-info {
    list-style: none !important;
}

ul.d-flex.blog-area-info li {
    margin: 0px;
    margin-right: 18px;
    margin-bottom: 2px;
}

.detail_blogtext br {
    display: none !important;
}

.detail_blogtext ol {
    margin: 0;
    padding: 0;
    padding-left: 14px;
}

.new-logo-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-box .new-logo-area img {
    max-width: 200px;
}


ul.pagination {
    margin-bottom: 0;
    margin-top: 50px;
    margin: 0 auto;
    display: block;
}

ul.pagination span,
ul.pagination a {
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    padding: 7px;
    border-radius: 3px;
    margin: 0 3px;
}

ul.pagination a {
    background-color: #aa1d23;
    color: #fff;
    font-size: 16px;
    border: none;
}

ul.pagination span.page-numbers.current,
ul.pagination span.page-numbers.current:hover {
    background-color: #0e9347;
    color: #fff;
}



@media only screen and (max-width:1399.2px) {
    .container {
        max-width: 1340px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1255.2px) {
    .jumbotron {
        padding: 40px 0;
    }

    .jumbotron .navbar-custom h3 {
        font-size: 24px;
    }

    .banner-content h2 {
        font-size: 35px;
    }

}

@media only screen and (max-width:1199px){
    
    li.nav-item.dropdown.mega-menu .dropdown-menu {
    min-width: 1100px !important;
}

}

@media only screen and (max-width:1140px) {
    
    li.nav-item.dropdown.mega-menu .dropdown-menu {
        min-width: 960px !important;
    }
    
    .banner-content ul li {
        margin: 0 10px 0 0;
    }

    a.nav-link {
        font-size: 13px;
    }
}

@media only screen and (max-width:991.2px) {
    .jumbotron .navbar-custom h3 {
        font-size: 22px;
    }

    .custom-toggler.navbar-toggler {
        display: block;
    }

    a.nav-link {
        font-size: 15px;
    }

    .banner-content h2 {
        font-size: 30px;
    }

    .nav-wrapper .main-box .new-logo-area {
        display: none;
    }

    .banner-content {
        width: 100%;

    }

    .jumbotron .navbar-custom {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .nav-wrapper.header.sticky {
        background: white;
        border-bottom: 2px solid #cbcbcb38;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    .makes-box {
        width: 50%;
    }

    .custom-toggler.navbar-toggler {
        border: 1px solid #a91b21;
        background: #a91b21;
        border-radius: 5px;
    }

    .navbar-custom {
        margin-top: 0px;
    }

    .navbar {
        padding: 0px;
    }

    .View-sec {
        display: none;
    }


    img.trade-me {
        display: none;
    }

    .mx-md-5.follow-sec {
        display: none;
    }
}

@media (max-width: 900px) {

    h5.header-phone a {
        font-size: 1rem;
    }

}

@media (max-width: 840px){
    li.nav-item.dropdown.mega-menu .dropdown-menu {
        min-width: auto !important;
    }
    
    li.nav-item.dropdown.mega-menu .dropdown-menu a {
    display: block !important;
    width: 32%;
}
    
}

@media (max-width: 767.2px) {
    .jumbotron .navbar-custom {
        width: 100%;
    }

    .banner-content h2 {
        font-size: 28px;
    }

}

@media (max-width: 733px) {
    .banner-content h2 {
        font-size: 25px;
    }

    .jumbotron .navbar-custom {
        padding: 20px;
    }

    .icon-phone {
        flex-direction: row !important;
        display: flex !important;
        justify-content: space-between !important;
    }

    h5.header-phone a {
        color: #fff;
        padding: 8px 26px;
        font-size: 16px;
    }

    .icon-phone a.navbar-brand img {
        width: 120px;
    }

    .nav-wrapper.header .d-flex div span.d-block.mb-2 {
        display: none !important;
    }

    .nav-wrapper.header .d-flex div .header-phone {
        margin-top: 0px;
        margin-right: 45px;
    }

    #makes-models .row .col-md-2 {
        width: 47%;
        margin: 0px auto 10px !important;
        float: none;
        display: inline-block;
    }

    section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar-toggler {
        padding: 0.05rem .4rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }

    .navbar-custom {
        background-color: #008835;
        margin-top: 0;
        padding: 0;
    }

    .nav-link.d-md-none {
        display: none;
    }
}

@media only screen and (max-width:599px) {
    .nav-wrapper.header .d-flex div .header-phone {
        display: none;
    }
    
        .new-btm-footer-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 6px;
        flex-direction: column;
    }
}

@media only screen and (max-width:480px) {
    .banner-content ul li {
        margin: 0;
        width: 100%;
    }

    a.navbar-brand img {
        width: 129px;
    }

    .container {
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .nav-wrapper img {
        max-width: 150px !important;
    }
}


.nav-wrapper .main-box {
    justify-content: center;
}
.navbar-custom {
    padding: 0px;
}
.header-phone-btn {
    width: 200px;
}
@media (max-width: 700px) {
.header-phone-btn {
    width: 49px;
    float: inline-end;
}
}



.new-footer-sec{
    position: relative;
    width: 100%;
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.new-footer-sec .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000b8;
}

.new-footer-sec .new-footer-content{
    position: relative;
    z-index: 999;
}

.new-footer-sec .new-footer-box h4{
    font-size: 1.5rem;
    color: #0d9347;
    margin-bottom: 1.5rem;
}

.new-footer-sec .new-footer-cnt-box a{
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.new-footer-sec .new-footer-cnt-box i{
    color: #fff;
    font-size: 1rem;
}

.new-footer-sec .new-footer-cnt-box{
    margin: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.new-footer-sec .new-footer-social-media-icons{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.new-footer-sec .new-footer-social-media-icons a{
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.new-footer-sec .new-footer-social-media-icons a:hover{
    background-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out;
    color: #0d9347;
}


.new-footer-sec .new-footer-box ul{
    margin-bottom: 0;
    padding-left: 0;
}

.new-footer-sec .new-footer-box ul li{
    list-style: none;
    padding: 4px 0;
    position: relative;
}

.new-footer-sec .new-footer-box ul li  a{
    color: #fff;
    padding: 4px 0;
    text-decoration: none;
}

.new-footer-sec .new-footer-box ul li  a:hover{
    color: #0d9347;
    transition: 0.4s ease-in-out;
    
}

.new-footer-sec .new-footer-box ul li::before{
    content: "➤";
    font-family: "Font Awesome 4 Free";
    font-weight: 900;
    margin-right: 10px;
    color: white;
}


.new-footer-sec .new-footer-box p{
    color: #fff;
    font-size: 1rem;
}


.new-footer-sec .new-btm-footer{
    margin-top: 34px;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 999;
}


/*02-12-2025*/

.sticky .container.icon-phone.d-flex.flex-column.flex-md-row.flex-sm-row.align-items-center.justify-content-start {
    display: none !important;
}

li.nav-item.dropdown.mega-menu {
    position: static;
}

li.nav-item.dropdown.mega-menu .dropdown-menu a {
    display: inline-block;
    width: 32.3%;
}

li.nav-item.dropdown.mega-menu .dropdown-menu {
    min-width: 1200px;
    width: 100% !important;
}

ul.navbar-nav.mx-auto {
    position: relative;
}

.new-footer-sec .new-btm-footer {
    margin-top: 34px;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 999;
}

.new-btm-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
}

.new-btm-footer-content small {
    color: #fff;
}
