@charset "utf-8";
/* CSS Document */

@font-face{
	src: url("../fonts/NotoSans-Light.ttf");
	font-family: "first";
}
@font-face{
	src: url("../fonts/NotoSans-Regular.ttf");
	font-family: "sec";
}
@font-face{
	src: url("../fonts/NotoSans-Bold.ttf");
	font-family: "third";
}
@font-face{
	src: url("../fonts/NotoSans-Black.ttf");
	font-family: "fourth";
}

:root{
	--blue: #2a368d;
	--yellow: #fff;
	--black: #000;
	--white: #fff;
}
.color--white{
	color: var(--white);
}
.color--black{
	color: var(--black);
}

html{
	text-align: justify !important;
}

body{
	font-family: "first" !important;
	text-align: justify !important;
	background-color: transparent;
	overflow-x: hidden;
}
.hdng--decor{
	/* background: var(--blue); */
    display: table;
    font-family: "fourth";
    text-transform: capitalize;
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 9px;
	color: var(--blue);
}
/*
.new-heading{
	text-transform: none !important;
}
*/
.top-bg{
	background: var(--blue);
	padding: 1rem 0;
	/* padding: 0.10rem 0 !important; */
	position: sticky;
    top: 0;
    z-index: 100;
}
.newbutton-box{
	display: flex;
	align-items: center;
}
.new--menu{
	background: no-repeat;
    color: #fff;
    opacity: 1;
    border: none;
    font-size: 2rem;
	display: none;
}
.logo img{
	width: 300px;
}
.grey--bg{
	background: #d5d6de;
	padding: 4rem 0;
}
.content--box{
	/* text-align: center; */
	font-family: 'sec';
    font-size: 1rem;
    line-height: 1.6;
	letter-spacing: .35px;
}
 
.content--box #KomatsuCre{
	width: 300px;
}


.gradient--layer{
	position: relative;
	z-index: 0;
}
.gradient--layer::after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0e1375, #0606060d);
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
}
.my--caption{
	z-index: 9;
    text-align: left;
    top: 50%;
    bottom: 0;
    padding: 0;
}
.my--caption h3{
	font-family: 'third';
    font-size: 2rem;
}
.video--section{
	padding: 0rem 0;
	text-align: center;
}
.video--section h2{
	font-size: 2.4rem;
    font-family: 'fourth';
    /* font-style: italic; */
    border-bottom: solid #090c79 2px;
    display: inline-block;
    padding: 0 0 .55rem 0;
	margin-bottom: 1rem;
}
.video--play{
	outline: none;
    width: 100%;
    margin-bottom: 1.5rem;
	 height: 800px; 
    object-fit: cover;
}
.director--bg{
	/* background: url("../images/buildings.jpg"); */
	background-color: #a3cddd;
	background-size: cover;
    background-position: center;
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 3rem 0  0;
}
.director--bg::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
    /* background: linear-gradient(45deg, transparent, 6%, #f2f6f7); */
}
.directors--box{
    /* background: var(--blue); */
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
}
.directors--box img{
	border-radius: 12px;
	height: 300px;
}
.director--content{
	text-align: left;
	color: var(--blue);
}
.director--content h3{
    font-family: third;
    color: var(--blue);
    font-size: 1.8rem;
}
.director--copy{
	position: relative;
	margin-top: 2rem;
    text-indent: 1.5rem;
}
/* .director--copy::before{
	content: '';
	display: block;
	background: url("../images/coma.png") no-repeat;
	background-size: 5%;
	width: 100%;
    height: 100%;
    position: absolute;
    top: -11px;
	filter: invert(1);
} */

/* .director--copy::after{
	content: '';
	display: block;
	background: url("../images/png_2.png") no-repeat;
	background-size: 5%;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 112px;
	left: 300px;
	filter: invert(1);
} */
.coma1{
    width: 34px;
    position: relative;
    top: -8px;
}
.coma2{
    width: 34px;
    position: relative;
    top: 6px;
}

.city--bg{
/*	background: url(../images/city.jpg) no-repeat;*/
	background: #d5d6de !important;
	background-size: cover;
	padding: 6rem 0;
	text-align: center;
	color: #000;
}
.city--bg::before{
	content:"";
	background: #020366d1;
	display: none;
}
.milestones--bg{
	background: url(../images/bg/milestones.jpg) no-repeat;
	background-size: cover;
	padding: 5rem 0;
	min-height: 400px;
}
.milestones--bg::before{
	display: none;
}
.tab--section{
	display: block;
}
.toggle--tabs{
	display: none;
}
ul.cus--tabs{
	flex-wrap: wrap;
	font-family: 'fourth';
	border-bottom: none;
	justify-content: center;
	margin-bottom: 2rem;
	background: #090c79;
}
.nav-tabs .nav-link{
	color: #ffffff;
	font-size: 1.15rem !important;
}
.product--search input{
	min-height: 40px;
    width: 190px;
    border: none;
    outline: none;
    padding: 0 0.55rem;
	border-radius: 5px 0 0 5px;
}
.product--search input::placeholder{
	 font-family: "sec";
}
.product--search button{
	font-size: 1rem !important;
    min-height: 40px;
    background: #090c79;
    width: 40px;
    color: #fff !important;
    border-radius: 0 5px 5px 0;
	outline: none;
	border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: var(--yellow);
	border-color: var(--yellow);
	outline: none;
	border-radius: 0;
}
.milestone--box{
	text-align: center;
	background-color: var(--white);
	cursor: pointer;
	position: relative;
	z-index: 9;
}
.milestone--icon{
	overflow: hidden;
    height: 230px;
}
.milestone--icon img{
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
}
.milestone--content{
	padding: 1rem;
	color: var(--blue);
	font-family: "sec";
	/* height: 245px; */
	font-size: .95rem;
	position: relative;
	z-index: 9;
}
.milestone--content-hover {
	visibility: hidden; 
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
}
.milestone--box:hover .milestone--content-hover{
	visibility: visible;
    position: absolute;
    bottom: 64px;
    width: 100%;
    height: calc( 100% - 64px );
	background: rgba(9,12,121,0.8); 
	display: flex;
    align-items: center;
}
.milestone--content-hover p {
	color:#ffffff;
}
.contri-section .milestone--content {
	height: auto;
}
.milestone--content h3{
	font-family: "fourth";
	font-size: 1.3rem;
}
.product--support--content.machine--content table th {
	width: 78px;
}
/* .leadership-container{
	padding: 0 0 4rem;
} */
.leadershop-wrapper{
	display: flex;
	flex-wrap: wrap;
        row-gap: 10px;
}
.leadershop-subwrapper{
	display: flex;
	flex-wrap: wrap;
        row-gap: 10px;
        margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.leadershop-head{
	width: 33.3%;
	max-width: 100%;
	padding: 0.3rem;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.leadershop-box{
	width: 25%;
//	max-width: 100%;
	padding: 0rem 0.3rem;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.user--box{
    text-align: left;
    background-color: #090c7991;
    margin-top: 0rem;
    font-family: "sec";
    position: absolute;
    width: 98%;
    bottom: 0;
    padding: 0.5rem 1rem;
    color: var(--white);
    font-size: .8rem;
}
.user--box h5{
    margin: 0;
    text-align: center;
    font-family: 'third';
    color: var(--white);
    font-size: .9rem;
}
.user--box p{
    text-align: center;
}
.user--box button{
	background: var(--blue);
    color: #fff;
    border: navajowhite;
    outline: none;
    padding: 0.4rem 1.5rem;
    border-radius: 6px;
	position: absolute;
    bottom: 0.5rem;
    z-index: 0;
}
.modal-close{
	position: absolute;
    right: 9px;
    top: 8px;
}
.address--box{
	margin-top: 1.5rem;
    font-size: .84rem;
    font-family: 'sec';
}
.address--box h4{
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "sec";
    color: var(--blue);
    margin: 0 !important;
}
.address--box h5{
    font-size: 1rem;
    font-family: 'sec';
    margin: 0;
}
.address--box p{
    font-size: 1.1rem;
    color: var(--blue);
    font-family: 'sec';
    text-align: left;
}
.address--box p a{
    font-size: 1rem;
    color: var(--blue);
    font-family: 'sec';
    text-align: left;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.address--location{
    font-size: 1rem !important;
    margin-top: 0.2rem;
}
.presence--india{
    border-bottom: solid var(--blue) 4px;
    padding: 0 0 6px 0;
    display: table;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.news-bg{
	background-color: #cfcfd9;
	padding: 3rem 0;
}
.news--content{
	text-align: left;
}
.news--content{
	color: var(--black); 
    font-size: 1rem;
    font-family: 'sec';
	margin-top: 1.5rem;
}
.news--content h5{
	font-family: "fourth";
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    column-gap: 9px;
}
.news--content h5::before{
	content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: var(--blue);
    position: relative;
    top: 0;
}
.news--content p {
	min-height: 50px;
}
/* .news--content a{
	color: var(--black);
    font-family: 'third';
    text-transform: capitalize;
    font-size: 1.05rem;
} */
.rm--btn{
	color: var(--white);
    background-color: var(--blue);
    text-decoration: none;
    display: inline-block;
    padding: 0.4rem 1.4rem;
    border-radius: 20px;
    text-transform: uppercase;
}
.rm--btn:hover{
	color: var(--yellow);
}
.events--box{
	margin-bottom: 1rem;
}
.events--icon{
	overflow: hidden;
	height: 245px;
}
.events--icon img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.events--content{
	color: var(--black);
	text-transform: math-auto;
	margin-top: 1.5rem;
    /* font-size: 1.4rem; */
    font-family: 'sec';
}
.events--content h6{
	font-family: "fourth";
	font-size: 1.1rem;
	/* display: flex; */
	align-items: center;
	column-gap: 10px;
}
.events--content h6::before{
	content: "";
    width: 15px;
    height: 15px;
    background-color: var(--yellow);
    position: relative;
    top: -2px;
}
.footer--bg{
	background-color: var(--blue);
	padding: 1rem 0 0 0;
}
.footer--bg h6 {
	color: #fff;
	margin-bottom: 0;
}
.ftr--box{
	color: var(--white);
	font-family: 'sec';
        letter-spacing: .3px;
	margin-bottom: 0;
}
.footer-logo{
     margin: 0 auto;
     text-align: center;
}
.footer-logo img{
     width: 450px;
     height: auto;
}

.ftr--box h6{
	font-family: 'third';
    color: var(--white);
    font-size: 1rem;
    letter-spacing: .2px;
	text-transform: uppercase;
    line-height: 1.55;
	position: relative;
}

.ftr--box p{
	padding-top: 15px;
        text-align: left;
}

.ftr--box ul{
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
}
.ftr--box ul li{
    text-align: left;
    margin-top: 5px;
}
.ftr--box ul li i{
    padding-right: 10px;
}
.ftr--box ul li a{
    text-decoration: none;
    color: inherit;
    margin-top: 5px;
}
.ftr--box a:hover{
    color: #ff6a85;
}


.ftr--box h6 span{
	text-transform: none !important;
	font-family: 'sec' !important;
}

.ftr--box h6::after{
	display: block;
	position: absolute;
	content: "";
	top: 22px;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #fff;
}

.cuss-sprtr{
	background-color: var(--white);
	height: 4px;
	display: none;
}
.send--btn{
	display: inline-block;
    text-decoration: none;
    color: var(--black) !important;
    background-color: var(--yellow); 
    font-family: fourth;
    padding: 0.6rem 4rem;
    font-size: 1.2rem;
	border-radius: 10px;
}
.ftr--email{
	margin: 0;
	color: var(--white);
	text-transform: uppercase;
	/* font-size: 1.4rem; */
	font-family: "third";
}
.ftr--email a{
	text-transform: lowercase;
	color: var(--white);
	text-decoration: none;
	font-family: "sec";
	font-size: 1rem;
	display: inline-block;
	margin-left: .25rem;
}
ul.ftr--socials{
	color: var(--white);
	text-transform: uppercase;
	/* font-size: 1.4rem; */
	font-family: "third";
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 1rem;
	justify-content: flex-end;
	align-items: center;
}
ul.ftr--socials li a{
	color: var(--white);
	display: inline-block;
	font-size: .8rem;
    width: 35px;
    height: 35px;
    border: solid var(--white) 2px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mail-info {
	list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.ftr--email, ul.ftr--socials{
	margin-top: 0.5rem;
}
.copyright--container{
	background: #282828;
	padding: .7rem 0;
	margin-top: 2rem;
}
.copyright--container p{
	margin: 0;
	font-size: 1rem;
	color: var(--white);
	font-family: "sec";
	text-align: center;
}
ul.bottom--links{
	justify-content: flex-start;
	margin: 0;
	column-gap: 1.5rem;
	text-transform: capitalize;
	font-family: "sec";
	font-size: 3rem;
	position: relative;
}
ul.bottom--links li{
	display: flex;
    align-items: center;
    column-gap: 0.6rem;
}
ul.bottom--links li::before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: var(--yellow);
	border-radius: 30px;
}
ul.bottom--links li a{
	width: auto;
	height: auto;
	border: none;
	text-decoration: none;
	font-size: 1rem;
}
.siteby--container{
	background-color: var(--black);
    padding: 0.5rem 0;
    color: var(--white);
	text-align: right;
}
.siteby--copy{
	margin: 0;
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
    font-size: 1rem;
    font-family: sec;
}

.sidebar--wrapper{
	background: #fff;
    padding: 1.5rem 1.4rem;
    color: var(--black);
    width: 370px;
	height: 100%;
    max-width: 100%;
    position: fixed;
	top: 0;
    right: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: all ease .5s;
	z-index: 9;
}
.sidebar--wrapper.active{
	visibility: visible;
	opacity: 1;
	transform: translateX(0%);
}
.overlay--bg{
	content: "";
    visibility: hidden;
	opacity: 0;
    background: #000000e6;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
	transition: all ease .5s;
}
.overlay--bg.active{
	visibility: visible;
	opacity: 1;
}
.sidebar--wrapper button{
	background: transparent;
    border: none;
    font-size: 2.3rem;
    cursor: pointer;
    color: #6c757d;
	position: absolute;
    right: 0;
    top: 0;
}
/* .sidebar--wrapper::before{
	background: #000000e0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	
}
.sidebar--wrapper::before.active{
	display: block;
}
 */
ul.side--links{
	padding: 0;
	list-style-type: none;
	font-size: 1.15rem;
	font-family: "sec";
	margin-top: 3rem;
}
ul.side--links li a{
	color: var(--blue);
	text-decoration: none;
	display: block;
	padding: .5rem 0;
	border-bottom: solid #000 1px;
}
.carousel-control-next, .carousel-control-prev, .carousel-indicators{
	z-index: 0;
}
.komtraxplus--content h2{
	font-size: 1.95rem;
    margin: 12px 0 0 0;
    font-family: third;
}
.komtraxplus--content :is(h3){
	margin: 1.2rem 0;
    font-family: fourth;
}
.komtraxplus--content span{
	font-family: fourth;
}
.table--around{
	padding: 2rem;
	background-color: #fff;
}
.table--around table tr td{
	padding: 0.7rem 0 0.7rem 1rem;
    font-size: .9rem;
    letter-spacing: .4px;
    color: #585858;
}
.komtraxplus--content h4, .komtraxplus--content h5, .komtraxplus--content h6{
	margin-bottom: 1rem;
	margin-top: 3rem;
    font-family: 'fourth';
}
.login--content{
	font-size: 1.1rem;
    color: #808080;
    letter-spacing: .3px;
}
.login--content p{
	width: 550px;
    max-width: 100%;
}
.login--content .form--box button{
	max-width: fit-content;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.login--hdng{
    color: var(--blue);
    font-size: 1.7rem;
}
.form--box form{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.form--box form input,select{
    background: #d5d4d4;
    padding: 0.6rem 1rem;
    border: none;
    border-left: solid var(--blue) 5px;
    outline: 0;
    color: var(--black);
    width: 100%;
    margin-bottom: .5rem;
}
.form--box form input::placeholder{
	color: #606060 !important;
	font-size: 1.1rem;
}
.check--box{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 20px;
}
.check--box label, .check--box a{
	text-decoration: none;
	font-size: 1rem;
    color: var(--blue);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.check--box input{
	width: 20px !important;
    height: 20px;
    margin-bottom: 0 !important;
	border-color: #5f5f5f;
	accent-color: #5f5f5f;
}
.form--box form button{
	display: inline-block;
    width: 140px;
    max-width: 100%;
    border: none;
    background: var(--blue);
    color: var(--white);
    padding: 0.7rem 0;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 1.4rem;
}
.career--content{
	text-align: left;
}
.career--content h2{
	font-family: 'fourth';
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.key--responsibility{
	margin-top: 2rem;
}
.key--responsibility h2{
	font-size: 1.1rem;
    font-family: sec;
}
ul.job--buttons{
	margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.job--buttons li a{
	background-color: var(--blue);
    text-decoration: none;
    color: var(--white);
    display: inline-block;
    padding: 0.75rem 1.4rem;
    border-radius: 4px;
}
ul.key--list{
	list-style-type: none;
	padding: 0;
	font-size: 0.9rem;
}
ul.key--list li{
	margin-bottom: 0.3rem;
}
ul.key--list li::before{
	content: "\F633";
	font-family: "bootstrap-icons";
	margin-right: .4rem;
}
.job--vanancy--bg{
	background-color: #f8f8f8;
	padding: 2rem 0;
}
.job--vanancy--bg h4{
	text-transform: uppercase;
    font-family: 'fourth';
    font-size: 1.9rem;
    margin: 0 0 2rem 0;
}
.job--content{
	text-align: left;
	color: #363842;
	padding: 3rem 2rem;
}
.job--content p{
	margin-top: 1.5rem;
}
.job--content h3{
	font-family: 'third';    
    font-size: 1.04rem;
}
.job--content a{
	background: var(--blue);
    color: var(--white) !important;
    display: inline-block;
    padding: 1rem 1rem;
    width: 160px;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 1.5rem;
}
.resume--box form textarea{
	outline: none;
	border: none;
        background: #d5d4d4;
	color: var(--black);
        min-height: 250px;
	padding: 1.2rem 1.5rem;
	width: 100%;
}
.resume--box form textarea::placeholder{
	color: #606060;
	font-size: 1.2rem;
}
.send--queries form input, .send--queries form textarea{
    background-color: #fff !important;
    padding: 0.6rem 0.5rem !important;
    border: solid #b5b5b5 1px !important;
    outline: 0 !important;
    height: 36px !important;
    width: 100% !important;
    margin-top: 0.7rem !important;
    color: #000 !important;
}
.send--queries form textarea{
	min-height: 200px !important;
}
.resume--box form input::placeholder, .send--queries form textarea::placeholder{
	color: #6c757d !important;
	font-size: 1rem !important;
}
.tabs--link{
	text-decoration: none;
    display: block;
    text-align: center;
    background-color: var(--blue);
    color: var(--white);
    padding: 0.6rem 0;
    border-radius: 4px;
	margin-bottom: .5rem;
}
.tabs--link:hover{
	background-color: #000;
	color: var(--white);
}
.product--banner--caption{
	background: #ffe412;
    min-height: 700px;
	min-width: 100%;
    padding: 0 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: var(--blue);
	font-family: 'sec';
    font-size: 1.2rem;	
}
.product--banner--caption h1{
	font-family: 'fourth';
    text-transform: uppercase;    
    font-size: 4.5rem;
	margin-bottom: 2rem;
}
.product--banner--caption a{
	text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    font-size: 1rem;
    font-family: 'third';
    display: inline-block;
    margin-top: 2rem;
}
.product--banner{
	height: 700px;
	overflow: hidden;
}
.product--banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product--support--bg{
	padding: 3rem 0;
	background: #e6e7f1;
}
.product--support--bg h2{
	text-align: center;
    font-family: 'fourth';
    color: var(--blue);
    font-size: 3rem;
	margin-bottom: 2rem;
}
.product--support--icon{
	background: #363842;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product--support--icon img{
	width: auto;
    height: auto;
}
.product--support--content {
	padding: 1rem 1rem;
	margin-bottom: 2rem;
	min-height: 260px;
}
.product--support--content a {
	color: #ffe412 !important;
	width: auto;
	font-size: 1rem;
	text-transform: uppercase;
	display: block;
}
.exavators--bg{
	padding: 3rem 0;
}
.product--hdng{
    font-size: 1rem;
    font-family: 'sec';
    color: #666666;
}
.product--content{
	display: block;
}
.product--content h2{
	font-family: 'third';
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
}
.product--specification{
	background: #fecc00;
}
.product--specification tr td:first-child{
	font-family: "third";
}
.product--specification tr td{
	color: var(--black);
	font-family: "sec";
	font-size: 1.15rem;
	padding: 1.5rem;
	border: solid #00000030 2px;
}
ul.catalog--btns{
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ul.specs--section{
	list-style-type: none;
	font-family: "sec";
	padding: 0;
}
ul.specs--section li{
	display: flex;
	justify-content: space-between;
	font-size: .9rem;
	border-bottom: 1px dotted #8d8d8d;
    color: #424242;
	padding: .6rem 0;
}
ul.specs--section li .specs--text{
	font-size: .9rem;
}
ul.specs--section li .specs--text, ul.specs--section li p{
	margin-bottom: 0;
}
ul.catalog--btns li a{
	text-decoration: none;
    background: var(--blue);
    color: var(--white) !important;
    display: block;
    width: 200px;
	max-width: 100%;
    text-align: center;
    padding: 0.8rem 0;
    border-radius: 4px;
    font-family: 'sec';
    font-size: 1rem;
}
ul.catalog--btns li:last-child a{
	background: #878787;
}
/* .catologue--form{
	text-align: center;
} */
.catologue--form input{
	width: 100%;
    margin-bottom: 1rem;
    border: solid #ccc 1px;
    outline: none;
    height: 37px;
    padding: 0 0 0 0.5rem;
}
.catologue--form button{
	border: none;
    background-color: var(--blue);
    color: var(--white);
    outline: none;
    padding: 0.5rem 2rem;
    border-radius: 3px;
}
.machinary--bg{
	margin-bottom: 3rem;
}
.machinary--bg h3{
	text-transform: uppercase;
    font-size: 3rem;
}
.machinary--bg ul{
	padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	background: #c9c6c6;
	margin-bottom: 0;
	text-align: center;
}
.machinary--bg .machinary--logo{
	border: solid #a3a3a3 1px;
	font-family: "sec";
	text-transform: uppercase;
	background: #c9c6c6;
	min-height: 60px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page--banner{
	position: relative;
}
.page--caption{
	position: absolute;
    bottom: 0;
	width: 1000px;
    max-width: 100%;
    background: #090c79;
    color: var(--white);
    height: 100%;
    clip-path: polygon(0 0, 64% 0, 100% 100%, 0% 100%);
	mix-blend-mode: hard-light;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.page--text{
	width: 50%;
    max-width: 100%;
    font-size: 1rem;
    font-family: 'first';
    padding-left: 4rem;
    letter-spacing: .6px;
	line-height: 1.6;
}
.page--caption .page--text h1{
	font-family: "fourth";
	text-transform: uppercase;
	font-size: 4rem;
}
.page--caption .page--text a{
	color: var(--black);
    background: #ffe412;
    display: inline-block;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 6px;
	font-family: 'sec';
}
.page--tabbing--bg{
	padding: 2.4rem 0;
	background: #0b0c2f;
}
ul.page--tabs{
	margin-bottom: 0;
	justify-content: flex-start;
	background: transparent;
}
ul.page--tabs li{
	border-right: solid var(--white) 1px;
	margin: 0 23px 0 0;
    padding: 0 2rem 0 0;
}
ul.page--tabs li:last-child{
	border-right: solid var(--white) 0px;
	margin: 0 0px 0 0;
    padding: 0 0rem 0 0;
}
ul.page--tabs li button{
	color: #717070 !important;
	outline: none !important;
	border: none !important;
	text-transform: uppercase;
	font-size: 1.6rem !important;
	padding: 0 !important;
}
ul.page--tabs li button:hover{
	border: none !important;
	outline: none !important;	
}
ul.page--tabs li button.active{
	color: var(--white) !important;
	background: none !important;
	/* border-bottom: solid var(--yellow) 3px !important; */
	outline: none !important;
	position: relative;
}
ul.page--tabs li button.active::before{
	content: "";
	display: block;
	width: 60px;
	position: absolute;
	bottom: -5px;
	border-bottom: solid var(--yellow) 3px !important;
}
.cuss--carousel--caption{
	top: 5%;
    left: 2%;
    width: 350px;
    max-width: 100%;
    height: 90%;
    text-align: left;
    background: #161a21;
    z-index: 0;
	padding: 2rem 2.5rem;
}
.cuss--carousel--caption h5{
	color: #ffe412;
    font-family: "fourth";
    font-size: 2rem;
}
.caption--list{
	font-size: 1rem;
}
.caption--list h3{
	margin: 1rem 0 .2rem 0;
    font-size: 1.1rem;
    font-family: 'third';
}
.cus--left--btn{
	left: 30%;
}
.komatsu--products--bg{
	background: transparent;
}
ul.komatsu--tabs li button{
	color: #87888b !important;
}
ul.komatsu--tabs li button.active{
	color: #000 !important;
}
.filter--mobile button, .mobile--close{
	display: none;
}
.filter--section{
	background: #fff;
    padding: 1.5rem;
}
.search--box{
	display: flex;
	border-bottom: solid #444 4px;
    padding-bottom: 2.3rem;
}
.search--box input{
	width: 100%;
    outline: none;
    border: solid #e5e5e5 2px;
    border-right: 0;
    min-height: 60px;
    padding-left: 0.7rem;
	font-size: 1.15rem;
}
.search--box input::placeholder{
	font-size: 1.15rem;
	font-family: "sec";
}
.search--box button{
	background: #fff;
    outline: none;
    border: solid #e5e5e5 2px;
    border-left: none;
    width: 50px;
	font-size: 1.3rem;
}
.size--box h3{
	font-family: 'third';
    font-size: 1.35rem;
	margin-bottom: 1.5rem;
}
.check--boxes{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	row-gap: 20px;
}
.check--boxes label{
	color: #686868;
    font-size: 1.04rem;
    font-family: 'sec';
	display: flex;
    align-items: center;
}
.check--boxes input{
	outline: none;
    margin: 0 7px 0 0;
    width: 22px;
    height: 22px;
}
.rated-power{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	font-family: 'third';
}
.rated-power h3, .rated-power h4{	
    font-size: 1.1rem;
}
.rated-power h4{
	color: #8d8d8d;
}
.cus--range input{
	-webkit-appearance: none;
	width: 100%;
	height: 3px;
	background: var(--black);
}
.cus--range input::-webkit-slider-thumb{
	-webkit-appearance: none;
	border: solid var(--black) 3px;
	width: 10px;
	height: 20px;
}
.emission--box{
	border-bottom: solid #444 4px;
    padding-bottom: 2.3rem;
}
.comparing--btn{
	text-decoration: none;
	background: #000a24;
	color: var(--white);
	display: block;
	margin-top: 2.5rem;
	padding: 1.3rem 0;
	text-align: center;
	font-size: 1rem;
	letter-spacing: .5px;
	font-family: "sec";
}
.comparing--btn:hover{
	color: var(--yellow);
}
.machine--box{
	box-shadow: 0 0px 50px #0000001f;
}
.machine--icon{
	background: var(--white) !important;
}
.machine--content a{
	color: var(--white) !important;
	margin-bottom: 1rem;
}
.machine--content p{
	margin-top: .5rem !important;
	margin-bottom: 0;
}
.lubricats--carousel{
	background-color: var(--blue);
	color: var(--white);
	border: none;
	outline: none;
	min-width: 100%;
	padding: 1rem 0;
	margin-bottom: 1rem;
    font-family: 'third';
    font-size: 1.8rem;
    border-radius: 0.6rem;
}

.lubricats--carousel>a{
	color: var(--white);
	text-decoration: none;
	font-size: 1.8rem;
}
ul.service--list{
	list-style-type: none;
	padding: 0;
	margin-bottom: 2.2rem;
}
ul.service--list li{
	display: flex;
	align-items: center;
	margin-top: .6rem;
}
ul.service--list li::before{
	content: "\F2EA";
	display: block;
	font-family: "bootstrap-icons";
}
ul.service--contract{
	border: solid 1px;
    padding-top: 2rem;
    border-radius: 10px;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    font-style: italic;
    font-family: 'sec';
}
ul.service--contract li{
	margin-bottom: .6rem;
}
.attachments--icon--list{
	display: flex;
	flex-wrap: wrap;
	background-color: #d2d3d5;
	justify-content: center;
	margin-bottom: 1rem;
}
.attachments--icon--list img{
	width: 20%;
}
.attachments--icon--list img:last-child{
	max-width: 100%;
}
ul.attachment--list{
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
ul.attachment--list li{
	margin-bottom: .5rem;
	align-items: baseline;
}
/*
ul.attachment--list li::before{
	content: "\F287";
    display: inline-flex;
    font-family: "bootstrap-icons";
	font-size: .5rem;
    margin-right: 0.7rem;
	position: absolute;
    left: -19px;
    top: 8px;
}
*/
ul.attachment--list li a{
	overflow-wrap: anywhere;
}
.hitches--couplers--list{
	justify-content: flex-start;
	background-color: transparent;
	gap: 15px;
}
.hitches--couplers--list img{
	background-color: #d2d3d5;
}
ul.komatsu--breaker--list li{
	align-items: flex-start;
}
ul.komatsu--breaker--list li a{
	overflow-wrap: anywhere;
}
.consumables--bg{
	background-color: #c8c8c8;
	padding: 1rem 0;
}
.csr--hdng{
	text-transform: uppercase;
    font-family: third !important;
    margin: 0 0 0 0 !important;
}
.csr--content{
	color: var(--black);
	text-align: left;
}
.komatsu--parts--box{
	background-color: #c8c8c8;
    text-align: center;
    min-height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.3rem;
}
.news--events--box{
	text-align: center;
}
.news--events--icon{
	height: 465px;
	overflow: hidden;
}
.news--events--icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news--events--content{
	font-size: 1rem;
    font-family: 'sec';
    line-height: 1.359;
    margin-top: 1rem;
    color: var(--black);
    letter-spacing: .4px;
}
.down--arrow{
	width: 0;
    height: 0;
    border-top: solid #7b7ca8 14px;
    border-right: solid #0000 8px;
    border-bottom: solid #0000 8px;
    border-left: solid #0000 8px;
	margin-top: 0;
    display: inline-flex;
}
.imd--video{
	object-fit: cover;
	height: 700px;
	width: 100%;
	padding: 0;
}
.imd--icon{
	height: auto;
}
.imd--background{
	background-image: url(../images/IMD-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3rem 0;
	margin-top: 4rem;
}
.imd--btn{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.ntc--background{
	background-color: #d5d5d5;
	padding: 3rem 0;
}
.location{
	cursor: pointer;
	margin-top: 0;
}
.address{
	display: none;
	color: var(--white);
}
.active-address{
	display: block;
	padding-top: 10px;
}

.gallery-container {
	max-width: 80rem;
	width: 100%;
	padding: 0rem 2rem 4rem;
	margin: 0 auto;
  }
  
  .main .gallery-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
	justify-content: center;
	align-items: center;
  }
  .main .card {
	color: #252a32;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  }
  .main .card-image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	background: #ffffff;
  }
  .main .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
        padding: 7px;
  }
  .img-box-2 {
	margin: 0 auto;
        text-align: center;
        padding: 50px 0px;
        
  }
  .img-box-3 {
	margin: 0 auto;
        text-align: center;
        padding: 50px 0px;
        
  }
  .img-box-2 img {
	width: 250px;
  }
  .img-box-3 img {
	width: 350px;
  }

  .milestones--bg .owl-theme .owl-nav {
	z-index: 1;
  }

.text-justify { text-align: justify;}
.madeby-img { max-width: 120px; margin-top: 4px; }
ul.level_0 li {background: url('../images/list-dots.png') no-repeat 0 9px; padding: 0 5px 8px 15px; }
ul.level_1 li { padding: 0 0 6px 26px;  background: url('../images/list_icon.png') no-repeat 0 7px; }
.sitemap-section ul { list-style-type: none; padding:0; }
.sitemap-section ul a { color: #140a9a;font-size: 0.8rem; text-decoration: none;  font-weight: 700; }
.sitemap-section ul.level_0 > li > a { font-weight: 700; font-size: 0.9rem; }
.sitemap-section ul.level_1 a { text-decoration: underline; }
.sitemap-section ul.level_2 li:last-of-type { padding-bottom:0; }
.vision-section{ display: none;}

  
.brt { border-right: 1px solid #707070;}

.globe-link {     margin: 0; color: var(--white); text-transform: uppercase; font-family: "third"; position: absolute;
    right: 45px; top: 18px; }
.globe-link a { display: inline-block; }
.globe-link a i { color: #140a9a; border: 5px solid #fff; display: inline-block; border-radius: 40px;
    width: 40px; height: 40px; line-height: 30px; text-align: center;
    background: #fff; font-size: 29px; }

.milestone--icon img {
	min-height: 230px;
}

 
.purpose-cont p { 
	font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .35px;
    color: var(--blue);
    font-family: 'sec';
    max-width: 420px;
    margin: 0 auto; 
}
.purpose-cont p span{
	display: block;
}

	
.purpose-wrap {
	border: 1px solid var(--blue);
    min-height: 195px;
    padding: 2rem 0;
    border-radius: 15px;
}
.purpose-cont h4 {
	font-family: "fourth";
    font-size: 1.1rem;
    color: var(--black);
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;   
}
.purpose-cont h4 span {
	display: block;
    color: var(--black);
    font-style: italic;
    font-family: 'sec';
    font-size: 1rem;
}

.value-wrap {
    border: 2px solid var(--blue);
    min-height: 160px;
    padding: 1rem 0.5rem;
    border-radius: 15px;
    margin-bottom: 15px;
}
.value-cont h4{ 
    font-size: 1.1rem; 
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;  
	color: var(--black);
    font-family: 'sec';
}

.value-wrap img{
    width: 150px;
    padding: 20px;
}

.value-cont p {
	font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: .35px;
    color: var(--black);
    font-family: 'sec';
	margin-bottom: 0;
}
.purpose-section h5.hdng--decor { 
	color: var(--black);
    font-size: 1.2rem;
    font-family: 'sec';
	padding-top: 30px;
}
.plus-icon {
	position: relative;
}
.plus-icon:after {
	content:"+";
	position: absolute;
	right:0; 
	top: 0;
	font-size: 1.5rem;
    color: var(--black);
	width: 15px;
    margin: 0 auto;
}
.leadershop-head img {
    min-height: auto;
    width: 100%;
    max-height: auto;
}
.leadershop-box img {
//    min-height: 220px;
//    width: 100%;
//    max-height: 220px;
}
.purpose-txt {
	font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: .35px;
    color: var(--blue);
    font-family: 'sec';
}
.milestone--box table td{
	vertical-align: top;	
}

/**************************
******* RESPONSIVE ********
***************************/

@media only screen and (max-width: 1700px){
	.product--banner--caption{
		padding: 2rem 2rem 0;
	}
	.product--banner--caption h1{
		font-size: 3rem;
	}
}

@media only screen and (max-width: 1060px){
	ul.bottom--links li a, .copyright--container p{
		font-size: 1.1rem;
	}
	.machinary--bg .machinary--logo{
		font-size: 1rem;
	}
	.cuss--carousel--caption{
		position: relative;
		width: 100%;
		left: 0;
	}
	.cus--left--btn{
		left: 0;
	}
	.common--indicators {
		align-items: center;
		height: 450px;
	}
	.lubricats--carousel{
		font-size: 1.4rem;
	}
	.imd--video{
		height: auto;
	}
}

@media only screen and (max-width: 991px){
	.video--play{
		height: auto;
	}
	.top-bg {
		position: relative;
	}
	.logo img{
		max-width: 270px;
	}
	.leadership-container {
		padding: 3rem 0 0;
	}
	.news-icon{
		margin: 0 auto;
		display: block;
	}
	.news--content{
		margin-top: 1rem;
		text-align: center;
		font-size: 1.5rem;
	}
	.news--content h5{
		justify-content: center;
	}
	.footer--bg {
		margin-top: 0rem;
	}
	.ftr--email{
		text-align: center;
		font-size: 1.2rem;
	}
	.ftr--email a{
		color: var(--yellow);
		font-size: 1.2rem;
		overflow-wrap: anywhere;
	}
	ul.ftr--socials{
		justify-content: center;
		flex-wrap: wrap;
	}
	ul.bottom--links li:first-child{
		display: flex !important;
	}
	.ftr--email, ul.ftr--socials{
		margin-top: 1rem;
	}
	.copyright--container p{
		text-align: center;
		margin-top: 1rem;
		font-size: 1rem;
	}
	.siteby--copy{
		justify-content: center;
		align-items: center;
	}
	.career--content{
		margin-top: 2rem;
	}
	.career--content, .career--icon{
		text-align: center;
	}
	.product--banner--caption{
		min-height: auto;
		padding: 2rem 3rem;
		position: absolute;
		background: #ffe412b0;
		height: 100%;
	}
	.product--banner{
		height: 500px;
	}
	.product--content h2{
		margin-top: 2rem;
	}
	.page--caption{
		clip-path: none;
		align-items: center;
	}
	.page--text{
		padding-left: 0;
	}
	.page--text{
		min-width: 100%;
		padding: 0 2rem;
	}
	.page--caption .page--text h1 {
		font-size: 2rem;
	}
	.page--banner--icon{
		overflow: hidden;
		height: 380px;
	}
	.page--banner--icon img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	ul.page--tabs{
		row-gap: 2rem;
	}
	ul.page--tabs li {
		border-right: solid var(--white) 0;
	}
	ul.page--tabs li button {
		font-size: 1.2rem !important;
	}
	/* .filter--section {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 2rem;
		position: relative;
	} */
	.comparing--btn {
		margin-top: 0;
	}
	.filter--mobile{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 2rem;		
	}
	.filter--mobile a{
		margin-top: 1rem;
	}
	.filter--mobile button{
		display: block;
		outline: none;
		padding: 0.5rem 2rem;
		background: #ffc107;
		color: #000;
		font-family: 'sec';
		font-size: 1.3rem;
		border: solid #666666 2px;
		border-radius: 8px;
	}
	.mobile--close{
		margin: 0 auto;
		display: block;
		background: transparent;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		margin-bottom: 2rem;
		outline: none;
		border: solid #b7b7b7 2px;
		font-size: 1.3rem;
		color: #b7b7b7;
	}
	.filter--box{
		display: none;
	}
	.filter--box.active{
		display: block;
	}
	.comparing--btn {
		padding: 0.5rem 0.9rem;
	}
	.indstrial--icon{
		height: auto;
		padding: 0 !important;
	}
	.news--events--icon {
		height: 345px;
	}
	.brt .purpose-cont { padding-bottom: 1.5rem;
		margin-bottom: 1.5rem; border-bottom: 1px solid #707070; }
	.brt {  border-right:0; }
	.purpose-section,.sitemap-section {	padding-left: 15px; padding-right: 15px; }
	.director--content h3 {
		font-size: 1.8rem;
	}

		
}
@media only screen and (min-width: 991px){
	.pr-0 { padding-right:0; }
}
@media only screen and (max-width: 768px){
	.my--caption {
		z-index: 9;
		text-align: center;
		top: auto;
		bottom: 0;
		padding: 0;
	}
	.my--caption h3 {
		font-size: 1.4rem;
	}
	.hdng--decor{
		font-size: 1.3rem;
		text-align: center;
	}


	.director--bg::before{
		background: linear-gradient(45deg, transparent, 0%, #f2f6f7);
	}
	.director--content{
		margin-top: 2rem;
	}
	.city--bg::before{
		content:"";
		background: #020366d1;
	}
	.leadershop-head{
		width: 50%;
	}
	.leadershop-box{
		width: 33.3%;
	}
	.ftr--box {
		background-color: #0b0f91;
		padding: 1.5rem;
	}
	.events--icon {
		height: auto;
	}
	ul.ftr--socials li:first-child{
		display: none;
	}
	.milestone--icon{
		height: auto;
		padding: 2rem 0;
	}
	.product--support--content{
		min-height: auto;
	}
	.common--indicators {
		align-items: center;
		height: 300px;
	}
	.attachments--icon--list img{
		width: 50%;
		border: solid #ccc 1px;
	}
	.hitches--couplers--list img{
		width: 48%;	
	}
	.ftr--box h6{
		margin-top: 0;
		color: var(--white);
	}
	.address{
		color: var(--white);
	}
	.news--events--icon {
		height: auto;
	}
	
/*	add new 27-03-2023*/

.Education-sec h1{
	    font-size: 1rem !important;
}

.Education-sec h3{
	    font-size: 1rem !important;
}

.Education-sec .komtraxplus--content h2{
	    font-size: 1rem;
}
	
/*	add new 27-03-2023*/
	
}

@media only screen and (max-width: 600px) {
	.main .gallery-container {
	  display: grid;
	  grid-template-columns: 1fr;
	  grid-gap: 1rem;
	}
  }

@media only screen and (max-width: 576px){
	.leadershop-head{
		width: 100%;
	}
	.leadershop-box{
		width: 100%;
	}
	.siteby--copy span{
		display: none;
	}
	ul.catalog--btns{
		justify-content: center;
		flex-direction: column;
    	margin-top: 2rem;
		gap: 5px;
	}
	ul.catalog--btns li a{
		width: auto;
	}
	.common--indicators {
		align-items: center;
		height: 200px;
	}
	.attachments--icon--list img{
		width: 100%;
	}
	.imd--btn{
		font-size: 1rem;
	}
	.directors--box img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
		height: auto;
	}
	.content--box{
		font-size: .85rem;
	}
	.director--content h3 {
		font-size: 1.5rem;
	}
	.news--content {
		font-size: .85rem;
	}
	.news--content h5 {
		font-size: 1rem;
	}
	.news--content a {
		font-size: .85rem;
	}
	.events--content h6 {
		font-size: 1rem;
	}
	.ftr--box h6{
		font-size: .9rem;
	}
	.address {
		font-size: .85rem;
	}
	
	/*	add new 27-03-2023*/

.Education-sec h1{
	    font-size: 1rem !important;
}

.Education-sec h3{
	    font-size: 1rem !important;
}

.Education-sec .komtraxplus--content h2{
	    font-size: 1rem !important;
}
	
/*	add new 27-03-2023*/
}


/* product Page table */

.img-bbtn{
	display: inline-block !important;
	font-size: 1rem;
	font-weight: 600;
}

td,th{
	font-size: 13px !important;
/*    font-weight: bold !important;*/
    padding: 5px 3px !important;
}

.exavators--bg .product--content td{
	font-size: 14px !important;
    font-weight: normal!important;
    padding: 11px 0 !important;
    border-bottom: 1px #e1e1e1 solid;
}

/*form Validation */

.alert-success{text-align: center; color:green;}
.alert-danger {margin: 0px; padding: 0px; text-align: center; }
.has-error .error{margin-bottom:5px !important;}
.has-error .form-error{font-size:11px; margin-top:2px; margin-bottom: 6px; display: block; width:100%; margin-left:0px;text-align:left;}
.has-validation-callback .message{padding:.5rem !important;}
.message-box2{width:100%; margin:0 -0px 10px -0px; font-size: 15px; color:red; 	 padding: 10px; line-height: 16px;}
.message_container1{text-align:center; margin-top:10px;}
.form-error {
  color: red;
}


/*add css-27-03-2023*/
.covid-19 .milestone--content{
	height: auto !important;
}

.Education-sec h1{
	    font-size: 1.3rem;
}

.Education-sec h3{
	    font-size: 1.3rem;
}

.Education-sec .komtraxplus--content h2{
	    font-size: 1.3rem;
}
/*add css-27-03-2023*/



.slick-slider-wrap .slick-active.slick-center img{
	border: 4px solid #140a9a; 
}
 
.banner-cont {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 30%;
    padding: 15px;
    background: rgba(0,0,0,0.5);
	display: none;
} 
.banner-cont h3 {
	font-size: 1.35rem;
	color:#fff;
}
.banner-cont p {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
	color:#fff;
}
.slick-slider-wrap .slick-dotted.slick-slider {
	padding: 30px 0 0;
	z-index: 1; 
}
.slick-prev, .slick-next,
.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus {
	background: #140a9a;
	width: 25px;
    height: 25px;
}
.slick-slider-wrap .slick-next {
    position: absolute;
    z-index: 4;
    top: 45%;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	height: 25px;
    width: 25px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: transparent;
	right: -6%;
}
.slick-slider-wrap .slick-dots {
	display: none !important;
}
.slick-slider-wrap  .slick-prev {
	position: absolute;
    z-index: 4;
    top: 45%;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 25px;
    width: 25px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	background: transparent;
	left: -6%;
}
.slick-slider-wrap  .slick-prev:before,
.slick-slider-wrap  .slick-next:before {
	display: none;
}
.slick-slider-wrap .slick-dotted .slick-slide {
	margin: 0 4px;
}
.slick-slider-wrap .slick-list.draggable{
	padding: 0 !important; 
}
.slick-list.draggable .slick-slide > div {
	text-align: center;
}
.slick-list.draggable .slick-slide > div > div {
	width: 100% !important;
}

.slick-slider-wrap .slick-next { right: 30px; }
.slick-slider-wrap .slick-prev { left: 30px;}


@media only screen and (max-width: 1199px){
	.globe-link { right: 10px; }
	.slick-slider-wrap .slick-dotted.slick-slider { padding: 10px 10% 0; }
	.slick-slider-wrap .slick-next { right: 20px; }
	.slick-slider-wrap .slick-prev { left: 20px;}
}
@media only screen and (max-width: 1024px){
	.slick-slider-wrap .slick-dotted.slick-slider { padding: 10px 10% 0; }
	.banner-cont h3{ font-size: 1rem;}
	.banner-cont p{ font-size: 0.8rem; }
	.banner-cont { width: 40%;} 
}
@media only screen and (max-width: 991px) {
	.globe-link { position: static; text-align: left !important; }
	
	.purpose-cont { margin:0 0 3rem;  }
	.purpose-cont h4 { min-height: inherit; }
	.purpose-cont.purpose-cont2 { margin:0; }
	.plus-icon:after { top: 129px; left: 0; }
	.purpose-wrap { margin-bottom: 40px; min-height: inherit; }
	.plr-mob-0 { padding-left:0; padding-right:0; }
	.purpose-wrap > div:last-of-type .purpose-cont { margin-bottom: 0;}
}
@media only screen and (max-width: 767px){

	.slick-slider-wrap .slick-dotted.slick-slider {  padding: 12px 50px 0; }
	.slick-slider-wrap .slick-next { right: 20px; }
	.slick-slider-wrap .slick-prev { left: 20px; }
	.banner-cont { width: 50%; padding: 10px 5px;}
	.banner-cont h3 { font-size: 0.7rem; margin-bottom:5px; }
	.banner-cont p{ font-size: 0.5rem; margin-bottom: 0.2rem; }
	.slick-slider-wrap .slick-prev,
	.slick-slider-wrap .slick-next { height: 10px; width: 10px; }
	
}

.container-fluid{
	margin: 0px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	display: block;
	width: 100% !important;
}


.popup {
        top: 10%;
        left: 0;
        padding: 20px;
        background: #fff;
        border-top: 5px solid #f69139;
        width: 40%;
        position: absolute;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
        right: 0;
        margin: 0 auto;
        z-index: 100;
        }

        .popup h2 {
        margin-top: 0;
        color: #333;
        }

        .popup .content {
        max-height: 30%;
        overflow: auto;
        }

        .center {
        text-align: center;
        }

        .popup i {
        position: absolute;
        top: 1em;
        right: 1em;
        cursor: pointer;
        color: #1e1e1e;
        position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
    font-style: normal !important;
    background: #b0b0b0 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px !important;
    color: #fff !important;
    line-height: 28px !important;
    text-align: center !important;
    font-size: 26px !important;
    z-index: 100;
        }
        .popup.fadeIn::before {
            content: "";
            width: 100%;
            position: fixed;
            height: 100%;
            background: rgba(0,0,0,0.9);
            left: 0;
            top: 0;
            z-index: 99;
        }
        .popup-inner{
            position: relative;
            z-index: 100;
        }

/*Add by aditya*/

#show-covid{
	display: inline-block;
    text-decoration: none;
    color: #fff !important;
    background-color: var(--blue);
    font-family: fourth;
    padding: 0.6rem 4rem;
    font-size: 1rem;
    border-radius: 10px;
	border: none;
}

.covid-19{
	display: none;
	transition: all 0.3s ease;
}






.tooltip {
      position: absolute;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 0.9em;
      display: none; /* Hidden by default */
      z-index: 10;
     white-space: nowrap;
}
.hotspot {
      position: absolute;
      cursor: pointer;
}
.hotspot:hover + .tooltip {
      display: block; /* Show the tooltip on hover */
}

.map {
   line-height: 0px;
   magin: 0;
   padding: 0;
}









#theater-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

/* Left and right screens */
.left-screen,
.right-screen {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #0142a3;
    z-index: 900;
    transition: opacity 2s ease, transform 2s ease;
    opacity: 1;
}

/* Left screen (start position) */
.left-screen {
    left: 0;
}

/* Right screen (start position) */
.right-screen {
    right: 0;
}

/* Centered content styled like a screen */
.screen-content {
    position: relative;
    z-index: 1000;
    text-align: center;
    background: #f6e06d;
    border: 5px solid #fff;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.2);
    width: 80%;
    max-width: 600px;
    aspect-ratio: 16 / 9;
}

/* Countdown text styling */
#countdown {
    font-family: "fourth";
    font-size: 8rem;
    margin-bottom: 20px;
    color: #ff4747;
    animation: pulse 1s infinite;
}

/* Animation for countdown */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

/* Clickable button styling */
#start-btn {
    width: 100%;
    cursor: pointer;
    transition: transform 0.5s;
}

#start-btn:hover {
    transform: scale(1.1);
}

/* Main content styling */
#main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #2848b7;
    color: #333;
    text-align: center;
}


.launch-button {
    font-family: "third", sans-serif; /* Fallback font added */
    padding: 10px 30px;
    margin-top: 70px;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    background: linear-gradient(180deg, #74b302, #0056b3);
    border: 3px solid #fff;
    border-radius: 50px; /* Make it a circle */
    display: flex; /* Flexbox for inner text centering */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: all 0.3s ease;
}

.launch-button:hover {
    background: linear-gradient(180deg, #74b302, #0056b3);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

@media only screen and (max-width: 680px){
 .launch-button {
    margin-top: 30px;
 }
}
@media only screen and (max-width: 480px){
 .launch-button {
    margin-top: 10px;
 }
}

@media only screen and (max-width: 979px){
.img-block {
   display: none;
  }
}




/* Video Section */

.urb-bg {
    position: relative;
    padding-bottom: 4%;
}
.urb-bg {
    background-image: url(images/urban-solutions.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
@media (max-width: 1700px) {
 .urb-bg
  {
    padding-bottom: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media (max-width: 480px) {
    .urb-bg {
        background-image: url(../images/banners/turn-table-yt-480.webp);
        background-position: center;
    }
}

.urb-bg,
.pitstack-bg {
    background-image: url(../images/banners/video-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 75vh;
    position: relative;
}
.hbor {
    position: relative;
}
.hbor .container {
    overflow: hidden;
}

.stack-parking {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1079px) {
    .urb-bg,
    .pitstack-bg {
        min-height: 350px;
        background-position: center center;
    }
}
@media (max-width: 768px) {
    .urb-bg,
    .pitstack-bg {
        min-height: 300px;
        background-position: center center;
    }
}
@media (max-width: 480px) {
    .urb-bg,
    .pitstack-bg {
        min-height: 240px;
        background-position: center center;
    }
}


.stack-parking .ch2 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 0px;
}
.urb-bg .ch2 {
    z-index: 99;
    position: relative;
}
.urb-bg .hh2, .urb-bg p, .urb-bg .ch2 {
    color: #fff;
}
.stackpopup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
}
.vidlink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button.is-play {
    position: absolute;
}
.button-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    background: #c50009;
    transition: all 0.3s ease-out;
}
.button-icon svg {
    width: 45px;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.urb-bg::after {
    background: linear-gradient(to top, rgb(0 0 0 / 74%) 0%, #e5dede00);
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}


.gallery-img-title {
    font-family: "fourth";
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    color: var(--blue);
    text-align: center;
}
.gallery-vid-title {
    font-family: "fourth";
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    color: var(--blue);
    text-align: left;
}