/* Added By Mani  */
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
h1,
h2,
h3,
h4,
h5,
h6,
.abs-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}

p,
li,
span,
div {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

.nav-item a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #3E1B13 !important;
}

footer.footer {
    background-color: #3a2415  !important;
    overflow: hidden;
}

.card-item--light .card-item__body {
    color: #000 !important;
}

.btn-warning,
.countdown .subscribe .subscribe__btn,
.error-sec__content .back-btn,
.slider-area .shop-slider__inner .slider-btn .btn,
.coupon__code .btn,
.custom-form__btn .submit-btn,
.blog-post__inner--btn .btn,
.card-item--list .card-item__body--btn .btn-add-to-cart,
.hero-header-slider__wrapper .slider-inner .inner-content .slider-btn .btn,
.custom-navbar #mainNavbarDropdown .dropdown-wrapper__item.cart-btn .cart-btn__details {
    background-color: #B3320B !important;
    border-color: #B3320B !important;
}

.card-item--light .card-item__bg:before {
    background-color: #f0ecec00 !important;
}

.bg1 {
    background-color: #ebe8e7;
}

.bg2 {
    background-color: #d8d1cf;
    /* background-color: #b1a3a0; */
}

body,
.main-content,
.contact-info,
.slider-area {
    background: #ebe8e7 !important;
}

.footer__top-row {
    padding: 50px 0 !important;
}

.footer-list li a,
.footer__content p {
    color: #ffffffc5 !important;
    font-weight: 500;
}

#choose-card .card-item {
    background-color: #fff !important;
}

#choose-card .card-item {
    box-shadow: 0px 0px 20px rgba(27, 3, 3, 0.5);
}

.card-item--light .card-item__body--price {
    color: #000;
}

.br-17 {
    border-radius: 17px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 70%);
}

@media (min-width: 1200px) {
    .container {
        max-width: inherit !important;
        padding: 10px 75px !important;

    }
}

@media only screen and (min-width: 768px) {
    .main-title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 45px !important;
        font-weight: bold;
        color: #333 !important;
    }

    .about-area__content h1 {
        font-size: 30px;
        margin-bottom: 35px !important;
        /*text-align: center;*/
        font-weight: bold;
        color: #333 !important;
    }
}

.card-item--light:hover .card-item__overlay {
    text-align: center;
}

.card-item--light .card-item__overlay .btn {
    margin: 0 auto;
    border: 0;
    width: 150px;
    padding: 10px 0px;
    background: white;
    color: #000 !important;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
    box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    font-weight: bold;
}

.card-item--light .card-item__overlay .btn::before,
.card-item--light .card-item__overlay .btn::after {
    content: "";
    transition: all 0.75s ease-in-out;
}

.card-item--light .card-item__overlay .btn::before {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -1px;
    bottom: -1px;
    font-size: 20px;
    border-right: 3px solid #B3320B;
    border-top: 3px solid #B3320B;
    transforM: rotate(180deg);
}

.card-item--light .card-item__overlay .btn::after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -1px;
    right: -1px;
    border-right: 3px solid #B3320B;
    border-top: 3px solid #B3320B;
}

.card-item--light .card-item__bg--badge {
    background: #B3320B !important;
}

.card-item--light .card-item__overlay .btn:hover:before,
.card-item--light .card-item__overlay .btn:hover:after {
    width: 100%;
    height: 100%;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}

.blog-post {
    /* min-height: 500px; */
    background: #fff;
    padding: 15px;
    border-radius: 17px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}

#blog-post__inner--title {
    min-height: auto !important;
}

.blog-post__inner--title a h4 {
    color: #B3320B !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    line-height: 24px;
}

.blog-post--grid .blog-post__inner--des p {
    font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
}

.yellow {
    color: #B3320B !important;
    /* color:#d1ac3d !important; */
}

.testimonial {
    /* background-color: #fff; */
    background: linear-gradient(112deg, #ffffff 50%, #fff5ef 50%);
    /* border : 3px solid #B3320B; */
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    position: relative;
}

.testimonial .overlay {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: rgb(78 77 74 / 19%) !important;
    text-transform: uppercase;
    display: block;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.mt-icon-box-wraper {
    position: relative;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    min-height: 250px;
}

.m-b30 {
    margin-bottom: 30px;
}

.icon-count-2 {
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.icon-count-2 .overlay {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: rgb(78 77 74 / 19%) !important;
    /*text-transform: uppercase;*/
    display: block;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.about-area__content p {
    color: #000;
}

.bg-gray {
    background-color: #f6f7f8;
}

.relative {
    position: relative;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p-a30 {
    padding: 30px;
}

.icon-content {
    overflow: hidden;
}

.icon-content h4 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}

.icon-content p {
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.icon-count-2:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    top: -10px;
    height: 10px;
    background-color: #B3320B;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.icon-count-2 {
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    min-height: 250px;
}

.icon-count-2:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    top: -10px;
    height: 10px;
    background-color: #B3320B;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}

.icon-count-2 span.icon-count-number {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 120px;
    font-weight: 800;
    color: rgba(177, 177, 177, 0.7);
    opacity: 0.3;
    line-height: 120px;
    font-family: 'Poppins', sans-serif;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.icon-count-2:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}

.icon-count-2:hover span.icon-count-number {
    color: #B3320B;
    opacity: 1;
}

.icon-count-2:hover:after {
    top: 0px;
    left: 0px;
    right: 0px;
}


#itemSliderLight .card-item--light {
    padding: 0px !important;
}

#itemSliderLight .card-item__body {
    background-color: #fff !important;
    text-align: center !important;
}

#itemSliderLight .card-item--light .card-item__body {
    padding: 0px !important;
}

#itemSliderLight .card-item--light .card-item__body h4 {
    margin-bottom: 30px !important;
    font-weight: bold;
    font-size: 20px;
}

#features .card-item {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    min-height: 240px;
    border: 4px inset #B3320B;
}

#contactForm {
    /* padding: 30px 40px; */
    /* border-radius: 40px; */
    /*background: #ecf0f3;*/
    /* background: #ffffff14; */
    /* box-shadow: 13px 13px 20px #cbced1,
                -13px -13px 20px #ffffff; */
}

#contactForm{
    margin-bottom: 0;
}

#contactForm input,
#contactForm textarea,
#contactForm .form-control {
    border: none;
    outline: none;
    /* background: none; */
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    border-radius: 25px;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.11);
    font-size: 15px;
}

.contact-info__list--item span {
    color: #474747;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#contactForm label {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

#contactdetails {
    background-color: #B3320B;
    background-image: none !important;
    padding: 20px 30px;
    color: #000 !important;
    border-radius: 20px;
}

.accordion-button {
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold;
}

.new_dealer {
    background-color: #fff;
    padding: 30px;
    border: 5px solid #B3320B;
}

.card-item--light {
    padding: 0px !important;
}

.banner-image {
    position: relative;
    text-align: center;
}

.abs-title {
    top: 50%;
    text-align: center;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
    font-size: 40px;
    width: 100%;
    font-weight: bold;
    transform: translateY(-50%);
    text-transform: uppercase;
}

/* footer animation  */

.bg {
    animation: slide 4s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #03030342 50%, #302e2e75 50%);
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 0;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 5s;
}

.bg3 {
    animation-duration: 6s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.v-hidden {
    visibility: hidden;
}

.social-media li {
    width: 40px;
    height: 40px;
    padding: 0px 12px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}

.social-media li a {
    text-align: center;
}

.footer .copyright p {
    color: #fff;
    font-weight: 500;
    z-index: 10;
    text-align: start;
}

.footer .copyright p a {
    color: #fff;
    font-weight: bold;
    z-index: 10;
}
.copyright{
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
}
.copyright img{
    width: 30%;
}
/* Added By Mani  */

body,
.main-content,
.contact-info,
.slider-area {
    /*background-color: #F8F8F8 !important;*/
    background-image: url('../images/background/background.jpg');
}

.footer,
.warranty-form,
.custom-form {
    /*background-color: #E5E4E2 !important;*/
    background-color: #F8F8F8 !important;
}

.font-batman {
    font-family: "Batman";
}

.col-lg-4 .card-item--light,
.col-lg-2 .card-item--light,
.col-lg-3 .lite-yagami {
    height: 230px;
}

.col-lg-3 .products {
    height: 400px;
}

.col-lg-4 .products {
    height: 400px;
}

.spinner {
    width: 200px;
    height: 200px;
}

.slider__nav-dots {
    margin-top: 91vh !important;
}

.slider__images {
    margin-top: 30px !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.custom-breadcrumb .breadcrumb-item.active,
.blog-post__inner--title h4,
.base-color {
    color: #B3320B;
    font-weight: bold;
}

.navbar {
    height: 90px;
    padding: 5px 70px;
}

.custom-navbar .navbar-brand img {
    margin-top: 5px;
}

.nav-item a {
    font-size: 16px;
    font-family: "cursive";
}

a.navbar-brand {
    width: 25%;
}

.contact-info__list--item a:hover {
    color: #B3320B !important;
}

.blog-post--br {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    text-shadow: 0.3px 0.3px #000;
}

#loader img {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loader {
    position: fixed;
    background-color: white;
    opacity: 0.9;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#blog-post__inner--content {
    min-height: 200px;
}

#blog-post__inner--title {
    min-height: 100px;
}


/* Media screen  */
@media only screen and (max-width: 768px) {
    #first-homepage-image {
        display: none;
    }

    #second-homepage-image {
        display: block;
    }

    a.navbar-brand {
        width: 65%;
        /*display:none;*/
    }

    .main-content {
        overflow: hidden;
    }

    .navbar-collapse {
        background-color: white;
    }

    .banner-image {
        margin-top: 90px !important;
    }

    .abs-title {
        font-size: 20px;
    }

    .pt6 {
        padding-left: 15px !important;
    }

    .pt4 {
        padding-left: 15px !important;
    }

    .navbar {
        padding: 5px 20px !important;
    }
    .copyright img{
        width:100%;
    }
    .copyright{
        display: block !important;
        text-align: center;
     }
    .copyright p{
        text-align: center !important;

    }

}

@media only screen and (min-width: 768px) {
    #first-homepage-image {
        display: block;
    }

    #second-homepage-image {
        display: none;
    }

    .banner-image {
        height: 40vh !important;
        margin-top: 90px !important;
    }

    .pt6 {
        padding-left: 6% !important;
    }

    .pt4 {
        padding-left: 4% !important;
    }

    .new_dealer_text {
        font-size: 25px !important;
        font-weight: bold;
    }

    #newDealer {
        padding: 10px 30px;
    }

    .header-mt {
        /*margin-top: 7.25rem !important;*/
    }

    .ptb-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-heading {
        /*margin-left:-17px;*/
    }
}

.logo-color {
    color: #3E1B13 !important;
}

.primary-bg {
    background-color: #3E1B13 !important;
}

.about-area__content {
    /*background-color: #dedede;*/
    /*padding: 3rem!important;*/
    /*box-shadow: inset 2px 2px 5px #dedede, inset -5px -5px 10px #fff;*/
    /*border-radius: 50px;*/
}

/*21-02-tsk-*/

.navbar-nav .nav-item a {
    font-size: 14px;
}


.card-item--light .card-item__body--title h4 {
    margin-left: 15px;
}


#clientlist img {
    width: 80%;
    margin-left: 10%;
}

.footer__top-row .footer-pad {
    padding: 10px 30px !important;
    max-width: inherit !important;
}

.dealer .dealer-pad {
    padding: 10px 25px !important;
    max-width: inherit !important;
}

.contact .contact-pad {
    padding: 10px 25px !important;
    max-width: inherit !important;
}


/* on 14-02-2023 start */
.whicon1 {
    position: fixed;
    width: 177px;
    height: 59px;
    bottom: 12px;
    left: 7px;
    color: #FFF;
    border-radius: 50px 50px 50px 0px;
    background-color: #545252;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    padding: 6px;
    animation: hoverAnimation 0.9s alternate infinite;
}

.whicon1:hover {
    color: #fff;
}

@keyframes hoverAnimation {
    0% {
        transform: translateX(0px) translateY(-1px);
    }

    100% {
        transform: translateX(10px) translateY(-10px);
    }
}

@media (max-width: 768px) {
    .whicon1 {
        position: fixed;
        width: 125px;
        height: 46px;
        bottom: 12px;
        left: 7px;
        color: #FFF;
        border-radius: 50px 50px 50px 0px;
        background-color: #545252;
        font-size: 13px;
        padding: 4px;
    }
   
}

@media (max-width: 991px) {
    .right_wrapper{
        display: none;
    }
}

/* on 14-02-2023 ends */

/* on 15-04-2025 starts */
/* #choose-card .card-item__bg img {
    width: 75px;
} */

#choose-card .card-item--light .card-item__body--price,
#features .card-item--light .card-item__body--price {
    font-size: 1.2rem;
}

/* #choose-card .card-item__bg {
    margin: 30px auto;
} */

#choose-card .card-item--light .card-item__body,
#features .card-item--light .card-item__body {
    padding: 0;
}

#choose-card .card-item {
    justify-content: center;
}

#choose-card .card-item--light {
    height: 200px;
}

.footer-list__item a:hover {
    color: #caa38e !important;
}
/* 
.testimonial .carousel-wrapper__img img {
    width: 50%;
}

.testimonial .owl-carousel .owl-stage-outer {
    text-align: center;
}

.testimonial .carousel-wrapper__img {
    display: flex;
    justify-content: center;
    margin: 0;
} */

.card_wrapper img {
    width: 4rem;
}

.card_wrapper{
    margin-bottom: 1.875rem;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: rgb(0 0 0 / 15%) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.card_wrapper .card-item__bg{
    display: block;
    background: #e2c7be;
    display: flex;
    align-items: center;
    width: 7rem;
    justify-content: center;
    border-radius: 50%;
    height: 7rem;
    margin-bottom: 10px;
}

.feature_list{
    font-size: 20px;
    font-weight: 500;
}

.about-area__content {
    text-align: center;
}

/* form {
    min-width: 25rem;
} */

form .title {
    font-family: "Pacifico", cursive;
    color: #212529;
    font-size: 2.5rem;
}

form .form-control {
    background-color: #f2f6f8;
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

form .form-control.thick {
    height: 3.3rem;
    padding: 0.5rem 3.5rem;
}

form .form-control:focus {
    background-color: #f2f6f8;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

form .message .form-control {
    padding: 0.5rem 1.8rem;
}

form ::placeholder {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #d3d3d3;
    position: relative;
    left: 0;
}

form input,
form textarea {
    font-family: "Quicksand", sans-serif;
    color: #212529;
    font-size: 1.1rem;
}

form .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
}

.btn.btn-primary:hover:enabled {
    box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
    background-size: 100% 100%;
    transform: translateY(-0.15em);
}

#contactForm i.fas {
    position: absolute;
    left: 30px;
    top: 19px;
}

.custom-form__title {
    text-align: center;
    margin: 1.5rem;
}

.right {
    background: #e5cfba;
    width: 600px;
    height: 655px;
    background-image: url('../images/contactform.jpg');
    background-size: cover;
}

a.link-a{
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact_us_btn {
    background: #b3320b;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 28px; */
    height: 45px;
    color: #fff;
    width: 100%;
}
.fa-envelope-open-text{
    margin-right: 10px;
}

.warranty-form input, 
.warranty-form select{
    height: 45px !important;
}

#address{
    padding-top: 12px;
}


#warrantyForm input,
#warrantyForm span{
    font-weight: 400;
}

#warrantyForm label{
    font-weight: 500;
}

.choose_us_wrapper .card-item__bg{
    width: 5rem;
    height: 5rem;
}
.choose_us_wrapper .card-item__bg img{
    width: 3rem;
}

/* 04-08-2025 */
.social-media__item.linkedin:hover i{
color: #0073b2;
}
.social-media__item.twitter:hover i{
color: #1c96e8;
}
.social-media__item.instagram:hover i{
background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
}
.social-media__item.facebook:hover i{
color: #1877F2;
}


