
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Stencil';
    src: url('../fonts/Stencil.woff2') format('woff2'),
        url('../fonts/Stencil.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	background: url(/../../../img/mahindra/bg-image.png);
	background-size: 100%;
    background-repeat: repeat;
    font-family: 'Stencil';
    font-weight: normal;
}
*/

@font-face {
    font-family: 'VenturisADFHeavy';
    src:url('../fonts/VenturisADFHeavy.ttf.woff') format('woff'),
        url('../fonts/VenturisADFHeavy.ttf.svg#VenturisADFHeavy') format('svg'),
        url('../fonts/VenturisADFHeavy.ttf.eot'),
        url('../fonts/VenturisADFHeavy.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
 
body{
    background: url(/../../../img/mahindra/bg-image.png);
	background-size: 100%;
    background-repeat: repeat;
    font-weight: normal;
    font-family: 'VenturisADFHeavy';
}

ul{
    list-style-type: none;
}
img{
    max-width: 100%;
}
.container{
/*	max-width: 1200px;*/
}
p,
li{font-size: 14px;font-weight: 500;}

.heading {
    font-size: 40px;
}

.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.view-more-btn{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border: solid 2px #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    transition: 0.5s;
}
.view-more-btn:hover {
    background: #fff;
    color: #d71c27;
}
.site-logo{
    width:33.333%;
}
.site-logo img{
    width: 370px;
}





header {
    position: absolute;
    width: 100%;
}
.logo-block{
    position: relative;
    z-index: 3;
}
.logo{
	width:33.333%;
	max-width: 100%;
    display: inline-block;
}
.logo-block .topbar_list {
    width:33.333%;
    list-style: none;
    padding: 0;
}
.topbar_list li span {
	border: solid 3px #fff;
	display: flex;
	transform: rotate(45deg);
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
    margin-right: 15px;
}
.topbar_list li span a {
    transform: rotate(280deg);
}
.topbar_list li span i {
    transform: rotate(318deg);
    display: inline-block;
    color: #fff;
    font-size: 24px;
}
.topbar_list li {
    column-gap: 20px;
}
.topbar_list li a{
    display: flex;
    align-items: center;
}
.topbar_list li,
.topbar_list li a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.navbar{
	background: #d71c27;
    padding: 0;
    box-shadow: 0px 27px 46px rgba(0,0,0,0.35);
    border-radius: 50px;
}
.navbar ul {
    justify-content: center;
    width: 100%;
}
.navbar-nav li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #d71c27;
    z-index: -1;
    transform: skewX(-20deg);
    transition: 0.5s;
}
.navbar-nav li.dropend:hover a:before,
.navbar-nav li a.active:before,
.navbar-nav li a:hover:before {
    background: #ffffff;
}
.navbar-nav li.dropend:hover a{
    color: #000;
}
.navbar-nav li.dropend:hover > .dropdown-menu li a{
    color: #fff;
    padding: 15px 22px !important;
    border-bottom: 1px solid #ff848b;
}
.navbar-nav li.dropend:hover > .dropdown-menu li a:before{
    display: none;
}
.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 25px 30px !important;
    position: relative;
    z-index: 0;
    transition: 0.5s;
}

.navbar-nav li a:focus {
    color: #fff ;
}
.navbar-nav li a.active,
.navbar-nav li a:hover {
    color: #000 ;
}

 
.dropend .dropdown-menu[data-bs-popper] {
    display: none;
    top: 100%;
    left: 0;
}
.navbar-nav li.dropend .dropdown-menu a:hover {
    background: #000;
    color: #fff;
}
.navbar-nav li.dropend .dropdown-menu a:hover:before {
    display: none;
}
.navbar-nav li.dropend:hover > .dropdown-menu li:last-child a {
    border-bottom: none;
}
.navbar-nav li.dropend .dropdown-toggle::after {
    margin-left: 7px;
    content: "";
    border-top: 7px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}

.tractor-section{
    background: url(/../../../img/mahindra/mahindra-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 280px 0 180px 0;
}

.tractor-section .container {
    max-width: 78%;
}
.tractor-section .welcome-block img.img-fluid {
    position: relative;
    width: 525px;
    max-width: 525px;
    left: -114px;
}
.tractor-section .welcome-block img.img-fluid.tractorimg2 {
    width: auto;
    left: 0;
}
.tractor-section .welcome-block p {
    background: #000;
    padding: 25px;
    border-radius: 20px;
    width: 80%;
    text-align: center;
    margin: 20px 0 0;
    font-size: 16px;
}
.tractor-section .welcome-block {
    border-radius: 30px;
    background: #ffffff;
    padding: 0;
    color: #fff;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.tractor-section .welcome-block h6 {
    font-size: 30px;
    background: #d71c27;
    text-align: center;
    padding: 10px;
    border-radius: 0 30px 0 0;
    text-transform: uppercase;
}

.vie-btn{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    border: solid 2px #000;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    transition: 0.5s;
    margin: 10px 0 0;
}
.vie-btn:hover {
    background: #d71c27;
    color: #fff;
}

.product-btn{
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #d71c27;
    margin: 15px 0;
    display: inline-block;
    transition: 0.5s;
}
.product-btn:hover {
    color: #000;
}




.welcome-section {
    position: relative;
    padding:0 0 13% 0;
    z-index: 1;
    text-align: center;
}
.welcome-section:before {
    position: absolute;
    content: '';
    z-index: 0;
    background: url(/../../../img/mahindra/car-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20vw;
    height: 380px;
    top: 0;
    left: 0;
}
.welcome-section:after {
    position: absolute;
    content: '';
    z-index: 0;
    background: url(/../../../img/mahindra/car-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 30vw;
    height: 400px;
    bottom: -29px;
    right: 0;

}
 .get-block h6 {
    font-size: 40px;
    margin: 100px 0 0;
}
.get-block h1 {
    font-size: 60px;
    color: #d71c27;
}
.red-btn {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding: 15px 20px;
    display: inline-block;
    transition: 0.5s;
    background: #d71c27;
    margin: 10px 10px;
    width: 200px;
}
.red-btn:hover,
.black-btn:hover{
    opacity: 0.5;
    color: #fff;
}
.black-btn {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding: 15px 20px;
    display: inline-block;
    transition: 0.5s;
    background: #000;
    margin: 10px 10px;
    width: 200px;
}
.white-btn{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
    border: solid 2px #fff;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s;
}
.white-btn:hover {
    color: #d71c27;
    background: #fff;
}
.word-img {
    margin: -60px 0 0;
    z-index: 1;
    position: relative;
}
.welcome-logo img {
    filter: drop-shadow(0px 28px 16px rgba(0,0,0,0.2));
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.experience_sec {
    margin: 100px 0 0;
}
.experience_sec .col-lg-6 {
    color: #fff;
    background: #d71c27;
    padding: 20px;
    border-radius: 32px;
}
.experience_sec .col-lg-6:last-child {
    border-radius: 0;
}
.left-image-block,
.left-image-block img {
    border-radius: 20px;
    width: 100%;
}
.right-text-block {
    text-align: center;
    padding: 50px 0;
    max-width: 900px;
    margin: 0 auto;
}
.right-text-block h2 {
    line-height: 60px;
    text-transform: uppercase;
}

.inventory-section{
	filter: drop-shadow(0 0 32.5px rgba(0, 0, 0, 0.16));
    background-color: #ffffff;
    padding: 50px 0;
}
.inventory-block {
    position: relative;
    border: 14px solid transparent;
    background: #ffffff;
    background-clip: padding-box;
    border-radius: 0 93px ;
    padding: 20px 18px;
    column-gap: 20px;
}
.inventory-block.border_change{
	border-radius:  93px 0;;
}
.inventory-block:before {
    content: '';
    position: absolute;
    top: -14px;
    bottom: -14px;
    left: -14px;
    right: -14px;
    background: linear-gradient(to right, #d71c27, #000);
    z-index: -1;
    border-radius: 0 93px;
}
.inventory-block.border_change:before{
    background: linear-gradient(to right, #000,#d71c27);
    border-radius:  93px 0;;
}
.inventory-block h5 {
    font-size: 26px;
    color: #d71c27;
    font-weight: bold;
    text-transform: uppercase;
}
.inventory-block a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.featured-products-sec {
    padding: 100px 0 0px 0;
}

.featured-product-text h2 span{
/*    text-transform:capitalize;*/
}
.featured-product-text h2{
	text-transform: uppercase;
    color: #d71c27;
}
.product-block {
    border-radius: 30px;
    box-shadow: 0px 33px 46px rgba(0,0,0,0.12);
    background-color: #ffffff;
    height: 100%;
}
.product-image {
    border-radius: 30px;
    background-color: #d71c27;
    padding: 15px;
}
.product-image img {
    width: 100%;
    transition: 0.5s;
    height: 236px;
    object-fit: cover;
}
.product-block .product-image a{
    overflow: hidden;
    display: block;
    border-radius: 30px;
}
.product-block:hover .product-image a img {
    transform: scale(1.1);
}
.product-text {
    padding: 20px;
}
.product-text h6{
    margin-bottom: 15px;
}
.product-text h6 a{
    font-size: 14px;
    line-height: 24px;
    color: #010000;    
    margin-bottom: 15px;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}
.product-text ul {
    list-style: none;
    padding: 0;
}
.product-text ul li span {
    font-size: 13px;
    color: #010000;
    font-weight: 700;
    width: 116px;
    display: inline-block;
}
.product-text ul li label {
    font-size: 13px;
    color: #8c8a8a;
    font-weight: 500;
}
.view-more a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    border: solid 2px #000;
    border-radius: 30px;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 80px;
    transition: 0.5s;
}
.view-more a:hover {
    background: #000;
    color: #fff;
}
.view-more a i,
.right-text-block a i {
    margin-right: 10px;
    font-size: 20px;
}
/*footer*/
.footer_img{
	background: url(/../../../img/mahindra/bg-img-1.png)no-repeat;
	background-size: cover;
	background-position: center;
    margin-top: 220px;
}
.footer-logo img {
    margin-top: -73px;
    padding-bottom: 25px;
    max-width: 450px;
}
.footer_blog {
    color: #fff;
}
.footer_blog h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
} 
.footer_blog p {
    max-width: 437px;
    font-size: 16px;
}
.footer_blog ul{
	list-style: none;
	padding: 0;
}
.footer_blog ul li {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}
.footer_blog .footer_info li {
    display: flex;
    margin-bottom: 5px;
}
.footer_blog ul li a{
	text-decoration: none;
	color: #fff;
}

.footer_blog .footer_info li span {
    display: inline-block;
    width: 30px;
}
.footer_blog .footer_info li:first-child span {
    margin-top: 7px;
}
.footer_info li span i {
    font-size: 20px;
}

.hours_block li span {
    width: 130px;
    display: inline-block;
}

.footer-brand h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900;
}
.footer-brand  {
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}
.footer-brand .col-md-3 {
    width: 20%;
}
.footer-brand .col-md-3:nth-child(3) img {
    width: 77%;
}
.copyright{
	background: #d71c27	;
	padding: 20px;
}
.copyright p{
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.copyright ul{
	margin-bottom: 0;
	list-style: none;
}
.copyright ul li {
    margin: 0;
}
.copyright ul li a{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 600;
}
.copyright .social_icons li a {
    margin: 0 10px;
    font-size: 22px;
}
.copyright .social_icons li a:hover i {
    color: #000 !important;
}
.copyright ul.d-flex.align-items-center.social_icons.mb-0 {
    justify-content: center;
    padding-left: 0;
}
.social {
    padding-top: 50px;
}
.social .heading.text-red {
    color: #d71c27;
    font-size: 40px;
}
.social ul.topbar_list li a {
    background: #d71c27;
    width: 75px;
    height: 75px;
    filter: drop-shadow(0px 57px 28.5px rgba(0,0,0,0.26));
    border: 4px solid #ffffff;
    display: flex;
    transform: rotate(45deg);
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.social ul.topbar_list li a:hover{
    background: #000;
}
.social ul.topbar_list {
    justify-content: center;
    column-gap: 75px;
    margin-top: 70px;
}
.social ul.topbar_list li a i{
    transform: rotate(315deg);
    font-size: 34px;
}
.second-footer .footer_blog ul {
    justify-content: center;
}
.second-footer .footer_blog ul li {
    margin: 0 20px;
}
.second-footer .footer-btn li a {
    display: inline-block;
    border: solid 2px #fff;
    padding: 5px 32px;
    border-radius: 25px;
    transition: 0.5s;
}
.second-footer .footer-btn li a:hover {
    background: #d71c27;
}
.second-footer .footer-btn li a i {
    margin-right: 10px;
}
.second-footer .footer_blog .footer-btn {
    margin-block: 50px;
}
.second-footer-nav {
    padding-bottom: 100px;
}
.footer-logo.footer-logo-sec img {
    padding-bottom: 44px;
}


/*Responsive Css*/
@media(max-width: 1600px){

.welcome-section:before{
	height: 18.625vw;
}
.welcome-section:after{
	height: 43.938vw;
}
.product-text h6 {
    font-size: 14px;
    line-height: 18px;
}
.product-text ul li {
    margin-bottom: 0px;
}
.product-text ul li span,
.product-text ul li label{
    font-size: 12px;
    width: 50%;
}
.heading {
    font-size: 26px;
}
.right-text-block h2 {
    line-height: 35px;
}
.welcome-section{
	padding-bottom: 7.5vw;
}
.right-text-block{
	max-width: 530px;
}	
.tractor-section .welcome-block h6 {
    font-size: 20px;
}
.tractor-section .welcome-block img.img-fluid{
    max-width: 27vw;
}
.tractor-section .welcome-block img.tractorimg-one {
    bottom: -35px;
}
.tractor-section .welcome-block.first-block-tractors {
    min-height: 335px;
}
.vie-btn{
    padding: 10px 20px;
}
.tractor-section .welcome-block img.img-fluid.tractorimg2 {
   max-width: 100%;
}
.welcome-section.job-section:after{
    background-position: right bottom;
}
.heading {
    font-size: 26px;
}


}

@media(max-width: 1299px){
.featured-product-text {
    margin-bottom: 20px;
}
.right-text-block{
    padding: 10px 0;
}
.tractor-section .container {
  max-width: 100%;
}
.tractor-section .welcome-block img.img-fluid{
    left: 0;
}
.navbar-nav li a:before {
    border-radius: 50px;
}
}

@media (min-width: 992px) {
a.navbar-brand {
    display: none;
}
.navbar-nav li.dropend:hover > .dropdown-menu {
    display: block;
    background: #d71c27;
    padding: 0;
}
}

@media(max-width: 1012px){
.container, .container-md, .container-sm {
    max-width: 100%;
}
.testimonials .slick-slide{
    opacity: 1;
    margin-inline: 10px;
}
.tractor-section .col-md-7, 
.tractor-section .col-md-5 {
    width: 100%;
}
.tractor-section .welcome-block.first-block-tractors {
     min-height: auto;
}
.tractor-section .welcome-block p{margin-bottom: 30px;}
}


@media(max-width: 991px){
.copyright .col-md-4 {
    width: 100%;
}
.copyright p {
    text-align: center;
}
.copyright ul.d-flex.align-items-center.social_icons.mb-0 {
    padding: 10px 0;
}
.copyright ul {
    justify-content: center !important;
    padding-left: 0;
}
.tractor-section {
    padding: 160px 0 180px 0;
}
.navbar-nav li.dropend:hover > .dropdown-menu {
    background: #bc0e18;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 15px;
}
.navbar-nav li.dropend > .dropdown-menu li {
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.navbar-nav li.dropend .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 21px;
}
.dropend .dropdown-menu[data-bs-popper] {
    display: block;
}
.offcanvas-body {
    background: #d71c27;
}
.navbar-nav li {
    padding: 6px 0;
    border-bottom: 1px solid #ff848b;
}
.navbar-nav li.dropend:hover a:before, .navbar-nav li a.active:before, .navbar-nav li a:hover:before {
    transform: inherit;
}
a.navbar-brand {
    width: 250px;
}
.logo-block .col-5 {
    display: none;
}
.logo-block .col-7 {
    width: 100%;
    padding-block: 20px;
}
.welcome-section:after,
.welcome-section:before{display: none;}
.experience_sec .col-lg-6:last-child{margin-top: 30px;}
.welcome-logo{text-align: center;}
 
.inventory-block div {
    width: 50%;
}
.inventory-block h5 {
    font-size: 16px;
}
.inventory-block a {
   font-size: 14px;
}
.testimonials .slick-dots {
    bottom: 0;
}
.testimonials .slick-slide.slick-center{
    transform: scale(1.0);
}
.testimonials-sec {padding-bottom: 0;}
.footer_img {margin-top: 150px;}
.navbar.navbar-expand-lg.sec-nav {
    border-radius: 0;
    position: fixed;
    width: 92%;
    right: 20px;
    top:20px;
    border-radius: 70px 50px 50px 0px;
}
.navbar.navbar-expand-lg.sec-nav .navbar-brand {
    width: 200px;
        position: relative;
        background: #fff;
        border-radius: 50px 0;
        overflow: hidden;
}
button.navbar-toggler {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0 20px 0 0;
    font-size: 26px;
    box-shadow: none !important;
    border: none;
}
.header-top {
    display: none;
}
.logo {
    width: 230px;
}
.navbar-nav li a {
    padding: 15px 30px !important;
}
}

@media(max-width: 767px){
.footer_blog p {
    font-size: 14px;
}
.product-text h6 a {
    min-height: inherit;
}
.product-image {
  padding: 10px;
}
.copyright {
    text-align: center;
}
.footer-brand .col-md-3 .footer_icon.text-center {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.footer-logo.footer-logo-sec.text-end {
    text-align: center !important;
}
.second-footer-nav {
    padding-bottom: 20px;
}
.footer-logo.footer-logo-sec img {
    margin: 0;
    max-width: 80%;
}
.social ul.topbar_list {
    margin-top: 20px;
    display: inline-block !important;
    width: 100%;
}  
.topbar_list li, .topbar_list li a {
    display: inline-block !important;
    width: 32vw;
} 
.social ul.topbar_list li a {
    margin: 30px auto;
    display: flex !important;
} 
.banner-slider .slick-dots {
    bottom: -22px;
}
.inventory-block{
    margin-bottom: 10px;
}
.product-five-block .col-lg-3.col-md-6.col-sm-6.mt-5 {
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.second-footer .footer_blog ul {
    display: inline-block !important;
    width: 100%;
    text-align: center;
}
.second-footer .footer_blog ul li {
    display: inline-block;
}
.testimonials .slick-slide{
    padding-top: 0;
}
.view-more a {
    margin-top: 15px;
}
.experience_sec {
    margin: 60px 0 0;
}
.featured-products-sec {
    padding: 60px 0 0px 0;
}
.testimonials-sec {
    padding-top: 60px;
}
.footer_blog p{max-width: 100%;}
.copyright ul li a{margin:0 10px 0 0 ;}
.copyright .row .col-md-6 ul {
    justify-content: center!important;
    padding: 0;
    text-align: left;
}
.tractor-section .welcome-block img.img-fluid {
    max-width: 100%;
    width: 200px;
    bottom: inherit;
    left: inherit;
}
.tractor-section .welcome-block h6{
    border-radius: 0;
    margin-top: 30px;
}
.tractor-section .welcome-block{
    text-align: center  ;
}
.tractor-section .welcome-block p {
    margin-inline: auto;
}
.footer-brand .col-md-3 {
    width: 33.333%;;
}
.footer-brand .footer_icon {
    margin-bottom: 30px;
}
.heading {
    font-size: 20px;
}

}

@media (max-width: 575px) {
    .footer-brand .col-md-3 {
        width: 50%;
    }
}
@media (max-width: 479px) {
.footer-logo img {
    max-width: 80%;
    margin-top: -11vw;
}
    .footer-brand .col-md-3 {
        width: 100%;
    }
}

