@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BEBAS___-webfont.woff') format('woff'),
	url('../fonts/BEBAS___-webfont.ttf') format('truetype'), 
	url('../fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_captionbold';
    src: url('../fonts/PTC75F-webfont.eot');
    src: url('../fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/PTC75F-webfont.woff') format('woff'), 
	url('../fonts/PTC75F-webfont.ttf') format('truetype'), 
	url('../fonts/PTC75F-webfont.svg#pt_sans_captionbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_captionregular';
    src: url('../fonts/PTC55F-webfont.eot');
    src: url('../fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PTC55F-webfont.woff') format('woff'), 
	url('../fonts/PTC55F-webfont.ttf') format('truetype'), 
	url('../fonts/PTC55F-webfont.svg#pt_sans_captionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root{
	--new-font-1: 'Oswald', sans-serif;
	--new-font-2: 'pt_sans_captionregular';
	--new-font-3: 'pt_sans_captionbold';
}


html {
  scroll-behavior: smooth;
}

body {
    min-height: 100%;
    /*cursor: url(https://sample.apixelhouse.in/monotona_d/wp-content/uploads/cursor_tire.png), progress;*/
}

::selection {
    background: #f7c425;
    color: #fff;
}

body,
h1,
h2,
h3,
h4{
  color: #303133;
  font-family: Rajdhani, sans-serif;
  font-weight: 400;
  margin: 0;
}

div,
span,
a,
p,
footer,
small {
  font-family: Ubuntu, sans-serif;
  color: #777;
}

a {
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  transition-duration: 0.3s;

}

a:hover {
  text-decoration: none;
  transition-duration: 0.3s;
}



.wrapper{
	position: relative;
    /*z-index: 100;
    background-image: url('../images/bg-img.jpg');*/
}

.main-title {
    padding: 5rem 0;
}

.main-title h2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05454646464em;
    text-transform: uppercase;
}

.hero-slider {
	position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	transition: top .25s ease;
}

.hero-slider-ontop{
	height: calc(82vh + 164px);
}

.lead-title{
	position: absolute;
    top: 40%;
    left:7%;
}

.lead-title p {
    font-size: 18px;
}

.main-container{
	width: 1100px;
    margin: 0 auto;
    z-index: 20;
}

.main-container-expand{
	padding: 0 3rem;
}

.main-head-title {
    padding: 5rem 0;
}

.main-head-title h1 {
	font-family: var(--new-font-1);
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #de000f;
    margin: 25px 0;
    text-align: right;
	font-size: 35px;
    line-height: 1.5em;
}

.title-grid{
	display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    grid-gap: 50px;
}

.decor-title {
    position: relative;
    background: #fde200;
    color: #11325c;
    width: 135%;
    padding: 8px 0 8px 0;
    text-align: center;
    line-height: 1.5em !important;
    letter-spacing: .4em !important;
	font-family: var(--new-font-1);
    font-weight: 500;
    font-size: 15px;
}

.decor-title:before {
	content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 195%;
    background: #11325c;
}

.theme-vertical-lines{
	background-color: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.theme-vertical-line {
    border-left: 1px solid #f3f3f3;
    display: block;
    height: 100%;
    position: absolute;
}

.theme-vertical-line:nth-child(1) {
    left: 14%;
}
.theme-vertical-line:nth-child(2) {
    left: 50%;
}
.theme-vertical-line:nth-child(3) {
    left: 86%;
}

.sub-head-title h3{
	font-family: var(--new-font-1);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #de000f;
    margin: 34px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	text-align: center;
}

section.about-us-section {
    background: #fff;
}

section.counter-section {
	background: #fff;
    padding-bottom: 5rem;
}

.rt img{
    width: 4.5rem!important;
    filter: invert(1);
}

.counter-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-around;
}
.counter {
	color: #000;
    font-family: var(--new-font-3);
    margin-bottom: 28px;
	font-size: 60px;
    font-weight: 700;
    text-align: center;
}

#partnership-slider .owl-nav {
	position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: calc(-100% - 1vh);
}

#partnership-slider .owl-nav .owl-next,
#partnership-slider .owl-nav .owl-prev {
    border: 2px solid #111;
    display: inline-block;
    margin: 0 5px;
    line-height: 1;
    padding: 8px;
	transition: all 0.3s;
}

#partnership-slider .owl-nav .owl-next:hover,
#partnership-slider .owl-nav .owl-prev:hover {
	background:#fde200;
}

.logo-mockup-section{
	position: relative;
	background-image: url(../images/logo-mockup-bg.png);
    min-height: calc(70vh - 0px);
    background-position: center top;
	margin: 0rem 0 0;
}

.lm-grid {
    display: grid;
    grid-template-columns: auto auto;
    height: 70vh;
}

.dunlop-grid{
	background: #ffdd00;
}

.lm-mockup.monotona-grid {
    /*background: #f3d900;*/
}

.lm-mockup{
	position:relative;
	display: grid;
    place-items: center;
}

.lm-mockup img{
	width:18rem;
}

.lm-mockup a {
	position: absolute;
    margin-top: 16rem;
    padding: 11px 20px 11px 20px;
    font-size: 15px;
    letter-spacing: .05rem;
}

.lm-mockup a:hover {
	background:#000;
	color:#fff;
}

.dunlop-grid a{
	color:#000;
	background:#fff;
}

.monotona-grid a{
	color:#fff;
	background:#e3000f;
}

.about-the-company {
    padding: 8rem 0;
}


.about-the-company-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: center;
}

.single-title-grid{
	grid-template-columns:77%;
	grid-gap: 0px;
}


.single-title-grid .decor-title {
    width: 100%;
}

.single-title-grid .decor-title:before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: auto;
}

.about-the-company-grid .main-head-title h1 {
    text-align: left;
}

.title-info-row{
	width: 77%;
    margin: auto;
}

.title-info-row p {
    font-size: 18px;
}

.about__bg{
	background-image: url(../images/about-dunlop-img.jpg);
	background-position: center center;
    height: calc(100vh - 260px);
    min-width: 350px;
}

.about-dunlop-bg{
	background-image: url(../images/about-dunlop-img.jpg);
}

.about-monotona-bg{
	background-image: url(../images/about-monotona-img.jpg);
}
.rm-container {
    margin-top: 1rem;
}

.rm-btn{
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: .32s cubic-bezier(.42,0,.6,.93);
    -o-transition: .32s cubic-bezier(.42,0,.6,.93);
    transition: .32s cubic-bezier(.42,0,.6,.93);
    font-weight: 600;
}

.in__white .rm-btn {
    color: #fff;
}

.in__white .vertical-line-left,
.in__white .vertical-line-right{
    background-color: #fff;
}

.vertical-line-left{
    display: inline-flex;
    vertical-align: middle;
    width: calc(0px - -2px);
    margin-left: 0px;
    height: 1px;
    background-color: #000;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
	-webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
	
}

.lead-title h1 {
	position: relative;
    font-size: 3rem;
    line-height: 1em;
}


.vertical-line-right{
    display: inline-flex;
    vertical-align: middle;
    width: calc(81px - -2px);
    margin-left: 10px;
    height: 1px;
    background-color: #000;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
	-webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
	
}

.rm-container a:hover .rm-btn{
	-webkit-transform: translateX(calc(15px - 8px));
    -ms-transform: translateX(calc(15px - 8px));
    transform: translateX(calc(15px - 8px));
}

.rm-container a:hover .vertical-line-right{
	width: calc(0px - -2px);
	-webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.rm-container a:hover .vertical-line-left{
	width: calc(81px - -2px);
	-webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.video-bg-container {
    position: relative;
    background-image: url('../images/homeparallax.jpg');
    background-size: cover;
    height: calc(100vh - 0px);
    display: grid;
}

.video-bg-container:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
    background: #000000;
    opacity: 0.8;
}

.info-title-video {
	display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-content: center;
}

.info-title-video h4{
    font-family: 'BulletinTypewriterMN';
    line-height: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .8em;
}

.info-title-video h2 {
	font-family: 'TolyerXVintageNo.1';
    font-size: 90px;
    line-height: .9285714285714286em;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #e3000f;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.play-video-button-svg {
    position: relative;
    left: -50px;
}

.info-title-video .rm-btn {
    color: #111;
}

.racing-track{
	grid-template-columns: auto auto auto;
}

.racing-track .counter {
    color: #fff;
    text-align: center;
    font-family: var(--new-font-1);
    font-weight: 100;
}

.video-bg-container .vertical-line-left, 
.video-bg-container .vertical-line-right {
    background-color: #fff;
}

.clients-logo-section.bg-white {
    padding-bottom: 8rem;
}

.bg-white{
	background: #ffff;
}

.client-logo-grid-cols .grayscale-image{
	position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}

.client-logo-grid {
	/*width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);*/
}

.client-logo-grid-cols {
    position: relative;
    overflow: hidden;
}

.client-logo-grid-cols .color-image{
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
	
	
.client-logo-grid-cols:hover .color-image {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}	

.client-logo-grid-cols:hover .grayscale-image{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.events-content h4 {
    font-weight: 500;
    font-size: 33px;
    color: #c9161a;
}

/* our legacy css here */

.our-legacy {
	position:relative;
    background: #f7c425;
	background-image: url(../images/legacy-banner.jpg);
}

.logo-container-grid {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.addon-title-large h1{
	font-size: 70px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.scroll-down a{
	font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    color: rgb(186, 186, 186);
    letter-spacing: 3px;
    line-height: 24px;
}

.scroll-down > a {
    position: absolute;
    display: block;
    left: 48%;
    transform: translateX(-48%);
    top: auto;
    bottom: 32px;
    cursor: pointer;
    transition: opacity 0.3s ease 0s, left 0s ease 0s;
    opacity: 1;
	text-align: center;
}

.scroll-down > a {
    animation: 4s ease 0s infinite normal none running bounce01;
}

.scroll-down > a > .is-txt {
    display: block;
    text-align: center;
	color: #fff;
}

.scroll-down > a:hover .is-txt {
	color:#11325c;
}

.scroll-down > a:hover .is-ico > svg > path {
	fill:#11325c;
}

.scroll-down a > span.is-ico > svg {
    display: inline-block;
    width: 12px;
}
.scroll-down a > span.is-ico > svg > path {
    transition: all 0.3s ease 0s;
    fill: #fff;
}

@-webkit-keyframes bounce01 { 
  0% { transform: translateY(0px); }
  10% { transform: translateY(-20px); }
  20% { transform: translateY(0px); }
  100% { transform: translateY(0px); }
}
@keyframes bounce01 { 
  0% { transform: translateY(0px); }
  10% { transform: translateY(-20px); }
  20% { transform: translateY(0px); }
  100% { transform: translateY(0px); }
}

.main-timeline-grid{
	display: grid;
    grid-template-columns:10vw auto;
    justify-content: center;
    grid-column-gap: 15rem;
}

.main-timeline-grid h2{
	font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0px 0px 16px;
    letter-spacing: 6px;
}

.main-timeline-grid p{
	font-size: 1.3125rem;
    line-height: 2;
    letter-spacing: 4px;
	color: #11325c;
}

.is__about-us {
    padding: 7rem 0 0rem;
}

.line-cell, .img-grid {
    position: relative;
}

.line-cell h4 {
	position:relative;
    font-size: 1.8rem;
    color: #11325c;
	text-align: center;
    font-weight: 500;
	background: #fff;
    padding: 8px 0;
}

.info-cell h2{
	position:relative;
}

.line-cell h4:before, .img-grid:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	transition: all 1s ease 0s;
}

.info-cell h2:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	transition: all 3s ease 0s;
}

.info-cell {
    padding-bottom: 10rem;
}

.line-cell h4.aos-animate:before,
.info-cell h2.aos-animate:before,
.img-grid.aos-animate:before{
	left:100%;
}

span.line-segment {
    width: 2px;
    height: 0;
    background: #303133;
    margin: auto;
    display: block;
	transition: all 3s ease 0s;
}

span.line-segment.aos-animate{
	height:100%;
}

.in__grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 35px;
    margin-bottom: 30px;
}

.text-grid h2{
	font-size:40px;
}


li.menu-dropdown {
    position: relative;
}

ul.sub-dropdown {
    position: absolute;
}

ul.sub-dropdown li a {
    background: #f1f1f1;
    color: #11325c;
    display: block;
    min-width: 150px;
    padding: 12px 12px 10px 10px;
}

ul.sub-dropdown li a:hover {
    background: #fde200;
}

ul.sub-dropdown li a:after {
    bottom: 8px;
    left: 10px;
	background-color: #ed1130;
}

ul.sub-dropdown {
    position: absolute;
    opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

li.menu-dropdown:hover ul.sub-dropdown{
	opacity:1;
}

.contact-section{
	height: 500px;
    background-color: #f5f5f5;
	background: url('../images/bg_contact-1024x477.jpg') center center repeat;
    background-size: cover;
	background-position: center 0;
    background-repeat: no-repeat;
    z-index: 101;
}

.page-subtitle{
	font-family: Heebo,sans-serif;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #e3000f;
    font-size: 14px;
    letter-spacing: .8em;
    margin: 0 0 19px;
}

.contact-section .logo-container-grid {
    justify-content: space-between;
    height: 76vh;
}

section.contact-info-section {
    padding: 7rem 0;
}

section.contact-form-section {
    padding: 7rem 0;
}

.contact-info-grid {
	display: grid;
    grid-template-rows: auto;

}

.contact-info-grid h2{
font-family: var(--new-font-1);
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 25px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.contact-info-grid svg{
	stroke: #e3000f;
    width: 20px;
}

.contact-info-grid a{
	font-size: 15px;
}

.contact-info-grid p{
	font-size: 15px;
    margin: 0;
}

.address-line-cell {
    display: grid;
    grid-template-columns:10% auto;
    grid-gap: 10px;
	margin-bottom: 12px;
}

.address-line-cell:last-child{
	margin-bottom:0;
}

.contact-form-grid{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 50px;
    align-items: center;
}

.form-cell label{
	font-family: Heebo,sans-serif;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #ed1d24;
    font-size: 11px;
    letter-spacing: .075em;
}

.form-cell .form-cell-attr, .form-cell .form-cell-attr-textarea{
	position: relative;
    width: 100%;
    margin: 0 0 49px;
    padding: 2px 0;
    font-family: Rajdhani,sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 27px;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.form-cell .form-cell-attr:focus, .form-cell .form-cell-attr-textarea:focus{
	border-color: #ed1d24;
}


.form-cell .btn-solid{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	font-family: var(--new-font-1);
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 2em;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 10px 20px;
    cursor: pointer;
	color: #fff;
    background-color: #ed1d24;
    border: 1px solid #ed1d24;
    border-radius: 2px;
}

.btn-solid:hover {
    background-color: #fee300!important;
    border-color: #fee300;
    color: #11325c;
}

.map-info {
    margin-left: 50px;
    margin-top: 50px;
}

.data-list {
    margin-bottom: 35px;
}

#map {
    position: relative;
    pointer-events: none;
	filter: opacity(0.5);
}

#map:after {
    content: '';
    position: absolute;
    background-color: #fff;
    right: 0;
    z-index: 99;
    height: 30px;
    width: 272px;
    bottom: 0;
}

.main-container.full-grid{
	display:grid;
	grid-template-columns:auto;
	width: 100%;
}

.data-list h3 {
    font-size: 70px;
    color: #9d907b;
    display: block;
    margin-bottom: 12px;
}

.about-banner-grid{
	display: grid;
    grid-template-columns: 40% 60%;
	justify-content: center;
    align-items: center;
}

.about-banner-grid .banner-bg{
	background-image: url('https://static.turbosquid.com/Preview/2019/12/06__13_09_41/Tyre_DUNLOP_06.png6030C3B8-A3FA-47F3-BF7F-FEC3B55B1DF1Large.jpg');
	height: 635px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-main-title {
	position: relative;
    left: 0;
}

.about-main-title h4{
    font-family: 'BulletinTypewriterMN';
    line-height: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #df000f;
    font-size: 14px;
    letter-spacing: .8em;
	text-align: center;
}

.about-main-title h5{
	font-size: 30px;
    line-height: 38px;
    display: grid;
	font-weight: 500;
    grid-template-columns: 85%;
    margin-top: 25px;
    color: #11325c;
}

.about-main-title.title-2x h5{
	font-size: 45px;
    line-height: 45px;
    text-align: center;
    grid-template-columns: auto;
	margin-bottom: 25px;
}

.about-dunlop-grid {
    display: grid;
    grid-template-columns: auto auto;
}
.child-cell-info-left {
	background: black;
    padding: 50px 45px 50px 45px;
    position: relative;
    margin-top: -2rem;
}


.child-cell-info-right {
    background: #de000e;
    padding: 50px 45px 50px 45px;
}

.child-cell-info-left h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
}

.child-cell-info-left h4 {
    color: #d2d2d2;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 25px;
}

.child-cell-info-left h5 {
    color: #f7dd00;
}

.child-cell-info-left p,
.child-cell-info-right p{
    color: #d2d2d2;
    font-size: 18px;
}

.what-we-are-grid p,
.mtl-about-section p,
.vision-mission-section p,
.legacy-section p,
.product-grid p{
	color: #11325c;
    font-size: 18px;
}

.tyre-icon-grid{
	display: grid;
    grid-template-columns: 35% auto;
    justify-content: center;
    align-items: center;
    grid-gap: 25px;
	margin-top: 25px;
}

.what-we-are-grid {
	display: grid;
    grid-template-columns: 25% 50%;
    grid-gap: 70px;
    text-align: left;
    margin-top: 50px;
    justify-content: center;
}

.what-we-are-grid h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.what-we-are-section {
    padding: 7rem 0;
    text-align: center;
}

.what-we-are-section{
	position:relative;
}

.cover-parallax-bg:before{
    content: '';
    position: absolute;
    background-image: url(../images/png-tyre.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 422px;
    width: 415px;
    left: -12%;
    bottom: 10%;
	transform: rotate(60deg);

}

.aos-animate .cover-parallax-bg:before{
	-webkit-animation: rotateTyre 9s;
    animation: rotateTyre 9s;
	
}

.center-tyre {
	position: absolute;
    left: 0;
    right: 0;
    width: 15rem;
    margin: auto;
    top: 19%;

}

#tyre-rotate{
	transition:all 30s ease-out;
	transition: left 0s;
	transition: top 0s;
}



@-webkit-keyframes rotateTyre {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(60deg);
  }
}


@keyframes rotateTyre {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(60deg);
  }
}




.mtl-about-banner {
    height: 500px;
    background-color: #f5f5f5;
    background-image: url(../images/back3.png);
	background-size: cover;
}


.mtl-about-section {
    padding: 6rem 0 0;
}

.mtl-about-grid .about-bg{
	background-image: url(../images/png-tyre-mtl.png);
    background-repeat: no-repeat;
    background-size: 100%;
	height: 340px;
    width: 870px;
    margin: 3rem auto 0;
}

.mtl-about-grid {
    display: grid;
    grid-template-rows: auto auto;
    grid-gap: 25px;
}

.min-mtl-width{
	max-width: 840px;
    margin: auto;
    text-align: center;
}

.about-the-mtl-grid{
	display: grid;
    grid-template-columns: 50% auto;
    align-items: center;
	margin-bottom: 5rem;
}

.sec-lft{
	position: relative;
    left: -80px;
}

.about-the-mtl-col.sec-rgt {
    display: grid;
    grid-template-columns: repeat(3, 352px);
    grid-gap: 22px;
}

span.mtl-in-icon img {
    max-width: 80px;
    display: block;
    padding-bottom: 30px;
    filter: invert(1);
}

.mtl-shuffle-bg{
    background-image: url(http://bsmedia.business-standard.com/_media/bs/img/article/2017-03/07/full/1488870786-3174.jpg);
    height: 375px;
}

.vision-mission-section {
    padding: 5rem 0 0rem;
}

span.x-block {
    background: #dd000f;
    display: block;
    padding: 30px 20px;
}

.seprator {
    background: #e3000f;
    width: 80px;
    height: 1px;
}

span.x-block.x1-block h3 {
    color: #fff;
    font-size: 30px;
}

span.x-block.x1-block p {
    color: #fff;
}



.mtl-cover{
	position:relative;
}

.mtl-cover-parallax-bg:before{
	content: '';
    position: absolute;
    background-image: url(../images/png-tyre.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 200px;
    width: 415px;
    right: 17%;
    top: 170%;
}

.legacy-section-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-gap: 120px;
	margin-bottom:100px;
}

.mtl-product-banner {
    height: 500px;
    background-color: #f5f5f5;
    background-image: url(../images/mtl-about-banner.jpg);
}

.news-media-banner {
    height: 500px;
    background-color: #f5f5f5;
    background-image: url('../images/events-banner.jpg');
	background-repeat: no-repeat;
    background-size: cover;
}

.product-section {
    padding: 7rem 0;
}

.mtl-product-text {
    position: relative;
    font-size: 80px;
    color: #de000f;
    line-height: 80px;
    width: 100%;
    margin-left: 164px;
	font-weight: 500;
    top: -4px;
}

.mark-right{
	top: 50%;
    left: 50%;
}

.text-grid {
    margin: 5rem auto;
    max-width: 650px;
}

.mtl-product-text-bg{
	content: '';
    position: absolute;
    background-image: url(../images/png-tyre-mtl.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 160px;
    height: 314px;
}

.start-to-star-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    grid-gap: 100px;
    padding-top: 5rem;
}

.details-product-grid {
    display: grid;
	grid-template-columns: repeat(3, 320px);
    grid-gap: 70px;
	
}

.product-info h4 {
    font-size: 35px;
    padding: 25px 0;
}


.product-info p {
	color: rgb(17, 50, 92);
    font-size: 18px;
}

.common-title{
	color: #11325c;
    font-size: 18px;
	text-align: center;
}

.qcd-head-cell i {
    color: #10315a;
    padding-bottom: 2rem;
}

.common-title-head{
	color: #11325c;
	font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
	font-weight: 600;
	
}

.qcd-head-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 60px;
	    padding: 5rem 0 0;
}

section.product-details {
    margin-bottom: 7rem;
}

.news-grid {
	display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-gap: 50px;
}

.news-section {
    padding: 5rem 0;
}

.news-poster + h3 {
    font-size: 20px;
    margin: 25px 0;
	font-weight: 500;
}

.product-range-grid {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
	padding-bottom: 5rem;
	text-align:center;
}

.product-range-cell img{
    border-radius: 50%;
    mix-blend-mode: darken;
}

.video-showcase {
    padding: 7rem 0;
	background: #fffbf1;
}

.video-showcase-grid {
	display: grid;
    grid-template-columns: 1fr 2fr;
    justify-content: center;
    align-items: center;
	grid-gap: 50px;
}

.video-showcase-title h3{
	font-family: var(--new-font-1);
    font-weight: 500;
    font-size: 25px;
	letter-spacing: 2px;
    line-height: 35px;
	color: #de000f;
}

.video-showcase-title p{
	color: #11325c;
    font-size: 15px;
    text-align: justify;
    font-family: var(--new-font-2);
	margin-top: 1rem;
}

.video-showcase-cell video {
	display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-head-title  p{
	color: #11325c;
    font-size: 18px;
}

.about-page-head-title h3{
	font-size: 45px;
    line-height: 45px;
}

.product-main-grid {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
	margin: 3rem 0 6rem;
}

.product-main-cell h5{
	position:relative;
	font-size: 20px;
    margin-top: 20px;
    color: #e3000f;
	font-weight: 500;
	left:0;
}

.product-main-cell span{
	position:relative;
	left: 100px;
	-webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.product-main-cell h5:before{
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    left: 20px;
    top: 10px;
    background: #e51622;
	-webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    -webkit-transform-origin: width;
    -ms-transform-origin: width;
    transform-origin: width;
}

.product-main-cell:hover h5:before{
	width: 30px;
}

.product-main-cell:hover span{
	left:70px;
}

.main-product-section p{
	color: #11325c;
    font-size: 18px;
}

.video-bg-container p{
	color: #fff;
    font-size: 18px;
}

.look-forwaded-block p{
	color: #11325c;
    font-size: 18px;
}

.look-forwaded-block h2 {
    font-weight: 100;
}

.look-forwaded-block-grid {
    display: grid;
    grid-template-columns: auto 55%;
    grid-gap: 10%;
    justify-content: center;
    align-items: center;
    padding: 5rem 5rem;
}

.video-bg-container p {
    color: #fff;
    font-size: 18px;
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.about-icon-block-grid {
	position: relative;
    display: grid;
    grid-template-columns: repeat(8, 130px);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 4rem;
}
.about-icon-block-grid h5{
	position: relative;
    color: #fff;
    font-size: 1.2rem;
}

.about-icon-block-grid img {
    position: relative;
    filter: invert(1);
    width: 5rem;
    border: 1px solid #0000006b;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 12px;
    background: #ffffff59;
}



.mtl_items {
    width: 10%;
    float: left;
    height: 200px;
    line-height: 200px;
    cursor: pointer;
    border: 1px solid #11325c;
    text-align: center;
    font-size: 25px;
    color: #11325c;
    font-weight: 600;
}

.mtl_info {
    float: left;
	padding: 25px 20px 0px 20px;
    height: 200px;
    width: 0;
    display: none
}

.mtl-timeline{
	width: 1024px;
    margin: 3rem auto;
}

.divider-liner{
	width: 30px;
    height: 2px;
    margin-top: 10px;
    background: #11325c;
    display: block;
	transform: inherit;
}

.mtl_info.mtl-active {
    position: relative;
}

.mtl_info.mtl-active:before {
    content:'';
	position:absolute;
	top:0;
	bottom:0;
}

#section-welcome{
    background: url('../images/bg-tile.jpg') fixed;
    background-size: cover;
    display: flex;
	height:100vh;
    justify-content: center;
    align-items: center;
}

.typed, .typed-cursor{
	color:#fff!important;
	font-family: var(--new-font-1);
	font-size: 4rem;
	letter-spacing: .2rem;
}

.sub-intro-text span:after, .sub-intro-text span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #ffc434;
    top: 5px;
    width: 30px;
}

.sub-intro-text span:before{
	right: 100%;
    margin-right: 15px;
}

.sub-intro-text span:after {
    left: 100%;
    margin-left: 15px;
}

.divider-double {
    clear: both;
    height: 60px;
}

.type-wrap.title.big {
    font-size: 60px!important;
    font-weight: 600;
    color: #fff;
}

.sub-intro-text {
	position:relative;
    font-size: 18px;
    line-height: .5;
    text-align: center;
	font-family: var(--new-font-2);
}

@media screen and (min-width: 1440px) {
	.about-dunlop-bg, .about-monotona-bg {
		height: calc(100vh - 528px);
	}
	.video-bg-container {
		height: calc(100vh - 200px);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.logo-mockup-section {
		background-size: cover;
		background-repeat: no-repeat;
	}
	.about-the-company .main-container {
		width: 1366px;
	}
	.title-info-row {
		width: 70%;
	}
	.about-the-company-grid {
		grid-template-columns: 465px auto 465px;
	}
	.center-tyre {
		top: 28%;
	}
	.hero-slider-ontop {
		height: calc(60vh + 164px);
	}
	.fixed-header {
		bottom: calc(100% - 90px)!important;
	}
}



.et_pb_section {
    padding: 54px 0;
}

.et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
    width: 50%;
}

.et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.et_pb_column, .et_pb_row, .et_pb_row_inner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.et_pb_section {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

.et_pb_column_2 {
    padding-top: 150px;
}

.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

.et_pb_column_3 {
    background-color: #f6f6f6;
    padding-top: 150px;
    padding-right: 80px;
    padding-bottom: 100px;
    padding-left: 80px;
}

.et_pb_text_inner h2 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

.whatsapp_icon{
    position: fixed;
    left: auto;
    right: 18px;
    line-height: 0;
    bottom: 70px;
    z-index: 99;
}

.whatsapp_icon a img{
	width: 2rem;
}
.counter-grid img {
    width: 3.5rem;
    display: block;
    margin: auto;
    padding-bottom: 2rem;
}

.legacy-section-cols{
	padding: 5rem 0;
}

.animate-arrow{
	display: block;
    position: absolute;
    font-size: 12px;
    bottom: -38px;
    left: 15px;
}

.qcd-head-cell img {
    width: 4rem;
    margin-bottom: 2rem;
}

.grid-flow{
	grid-column: 1 / 3;
}



.homepage-main-title{
	position:relative;
	font-family: 'Prata', serif;
	color: #171717;
    font-size: 3rem!important;
}

.homepage-main-title:before{
    content: '';
    position: absolute;
    background: #de000f;
    width: 60px;
    left: -13%;
    top: -6px;
    bottom: 0;
    border: 2px solid #de000f;
}

.homepage-main-title span{
	color: #de000f;
    display: block;
    margin-top: 5px;
}

.white-title .homepage-main-title,
.mtl-arrow .homepage-main-title{
	color: #fff;
}

.mtl-arrow .homepage-main-title:before,
.white-title .homepage-main-title:before{
    display:none;
}

h1.homepage-main-title.ovl {
    background: none;
    padding: 2rem;
    line-height: 1.1;
	    font-family: 'Oswald';
    font-weight: 700;
}

h1.homepage-main-title.ovl span {
	color: #de000f;
}


.mtl-arrow .homepage-main-title span{
    color: #de000f;
    /* font-size: 6rem; */
    vertical-align: bottom;
    display: inline;
}


.homepage-main-title {
	position: relative;
	font-weight: 700;
	font-family: 'Oswald';
	color: #171717;
	font-size: 70px!important;
}

.sm-lead-title{
	top: 30%;
}