@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Zen+Loop:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@800&family=Montserrat:ital,wght@0,400;0,500;1,200&family=Signika+Negative:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');


@import "bootstrap.min.css";
@import "icofont.min.css";
@import "font.css";
@import "col.css";
@import "medi.css";
@import "animate.min.css";
@import "mycarousel.css"; 

*{margin:0; padding:0; box-sizing:border-box;}
html, body{
    scroll-behavior: smooth; 
	
  }
body{
	/*font-family: "Open Sans", sans-serif;*/
	font-family: Din-Regular, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:12px !important;   
    color:#000;
	background-color: #000;
	
}
a{
    outline:0 none;
    text-decoration:none}
a:focus,a:hover{text-decoration:none; outline:0 none}
p{text-shadow: none !important;}
img{
    border-style:none;
    height:auto;
    max-width:100%;
    vertical-align:middle
}
h1, h2, h3, h4, h5, h6{
	font-waight:bolder;	  
	font-family: Din-Regular, sans-serif !important; 
	font-style: italic;
}

.rounded-25{
	border-radius: 25px;
}
.border{
	border: 1px solid #393737 !important;
}
.top-menu{
	position:absolute; 
	top:0; 
	right:4%; 
	z-index:1999;
}
.top-nav ul{
    display: block;
	list-style: none;
	padding: 0;
	margin: 0;	
}

.top-nav ul li {
     float: left;
     padding:10px;
	 color:#FFF;
	}
.top-nav ul li a{    
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;    
}
.top-nav ul li a, .top-nav ul li a i{
	color:#FFF;
}

.top-nav ul li a i{
	font-size: 18px;    
	}
	
	
	
.navbar{
    top:0px;
	right:0px;	
    left:0px;	
    width: 100%;
    z-index: 999;
	/*background:#FFF;
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 2px 2px 20px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 2px 2px 20px 0px rgba(42, 67, 113, 0.15);*/
	
}

.navbar.fixed{	
	top:0;
    position: fixed;
    background-color:#000;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
}
.navbar,  .navbar-brand{
    padding:10px;
    margin: 5px; 
}
    
.navbar,  .navbar-brand{
    padding: 0;
    margin: 0; 
}
.navbar-brand img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.navbar.fixed .navbar-brand img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-width: 150px;
	/*padding:0 10px;
	background: #FFF;*/
}


.navbar.fixed .top-menu{
	top:0px;
    position: fixed !important
}
.navbar-nav .nav-item .nav-link{
    font-weight: 600;
    color:#FFF;
	text-shadow:1px 1px 1px #000 !important;
	font-size:12px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
.col-megamenu h6{
	font-weight:900;
	font-size: 18px;
	color:#BFA888;
	text-shadow: none !important;
}
.col-megamenu ul li a{
	font-size: 12px !important;
	color:#FFF !important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.col-megamenu ul li a:hover{
	color:#FFF !important;
	padding-left:25px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}




/*Search brand*/

.wrapper-demo {
    margin: 0;
    *zoom: 1;
    font-weight: 400;
	color: #5F6E88;
	
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown {
    /* Size & position */
    
    width: 100%;
	float: left;
    padding: 12px 15px;

    /* Styles */
    background:#F1F5F8;
    border-radius:25px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	font-size: 20px;
}

.wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #777777 transparent;
	
}

.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
	z-index: 9999;
	font-size: 20px;
}

.wrapper-dropdown .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #FFF;
    box-shadow: none;
    border-bottom: none;
    color:black;
}

.wrapper-dropdown.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 300px;
}

.boss-sld {
  height: 950px;
  overflow: hidden;
  min-height: 950px;
  max-height: 90vh;
  position: relative;
}
.boss-sld_target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.boss-sld_target video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 991px) {
  .boss-sld{
    height: 700px;
    max-height: 100vh;
  }
}




.wel come, .border-light{
border:1px solid #0F0F0F !important;
}


.welcome span{
	width: 100%;
	float:left;	
	color:#C50509;
	font-weight:900;
}
.welcome h1, .section-two h2{
	width: 100%;
	float:left;	
	color: #FFF !important;
	font-weight: 900;
}
.welcome p, .section-two p{
	width: 100%;
	float:left;
	color: #FFF;
}
.section-three span{
	font-size:18px;
	color:#C50509;
	font-weight:900;
}
.section-three h2, .section-three h3, .section-three h4, .section-foure h4, .section-foure h5{	
	color: #FFF !important;
	font-weight: 900;
}


.section-three p, .section-foure p{	
	color: #FFF;
}
.welcome p span{
	font-family: "Sacramento", cursive;
  	font-weight: 400;
  	font-style: normal;	
}
.welcome i, .welcome h5, .welcome p{
	color: #FFF !important;
	text-shadow: none !important
}

.welcome h5{	
	font-weight:600;
}
.welcome p{	
	color: #FFF;
}

.objective ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
.objective ul li{
		width: 100%;
		float:left;
		margin: 10px;		
		color: #FFF;
		font-weight: 900;
		border-bottom:1px solid rgba(30,29,29,1.00);
		padding:10px 10px;
	}

.objective ul li p{
		color:#D3D3D3;		
	}
.objective ul li p a{
		color:#D3D3D3;
	}
.objective ul li a:hover{
		color:#C50509;
	}
.objective ul li:hover{
	background: rgba(0,0,0,0.4);
}

.border{border: 1px solid #393737 !important;}

.signature{
	font-family: "Sacramento", cursive;
  	font-weight: 400;
  	font-style: normal;
}

.zoomer {
  position: relative;
  width: 100%;
    background: #000;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  
}

.img-hover-zoom .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-hover-zoom:hover .image {
  opacity: 0.3;
    
}

.img-hover-zoom:hover .middle {
  opacity: 1;
  
}
.img-hover-zoom { 
      overflow: hidden;      
    }

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
  opacity: 0.3;
  
}
.middle span strong {text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);}
.bg-history{
	/*background-image:url("../images/bg-history.webp");*/
	background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url("../images/bg-history.webp");
    /*background-attachment:fixed;*/
    background-size:cover;
}

/* Footer*/
.footer{				
	background-image:url("../images/footer.webp");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:top;
	background-color:#000 !important;
	
	}

.foot-heading{	
	font-weight: 900;
	color:#FFF; 
	letter-spacing:1px;	
	font-family: Din-Regular, sans-serif !important;
	}
.foot-link{
	list-style:none;
	}
.foot-link li{
	width:100%; 
	float:left;
}
.foot-link li a{
	text-decoration:none; 
	color:#FFF; 
	font-weight:600;
	font-weight:normal;
	transition:0.3s;
}
.foot-link li a:hover{
	color:#EFEFEF;
	opacity:.7;
}
.foot-clear{
	padding-top:150px; 
	padding-bottom:100px;
	}
.hav-q{
	border-top:1px solid rgba(30,29,29,1.00); 
	border-bottom:1px solid rgba(30,29,29,1.00);}
.qustion-box{
	border:1px solid #FFF; 
	border-radius:10px; 
	text-align:center;
	}
.qustion-box .fa-question-circle{
	width:50px !important;
	height: 50px !important;
	font-size: 35px;
	font-weight:bolder;
	background: #FFF;
	color: #000;
	/*padding:10px;*/
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.qustion-box div{	
	color:#FFF;
}

.qustion-box a{
	border:1px solid #FFF;
	font-size: 18px;
	}
.qustion-box a:hover{
	opacity:.5;
}

.work-and-social .work{	
	list-style:none;
	display:block;
	margin: 0 auto;
	}
.work-and-social .work li{
	float:left;
	padding:5px;
}



#social-menu ul{
	width:100%; 
	float:left; 
	list-style:none;
	}
.social{
	width:40px;
	height:40px;
	text-align:center;	
	float:left;
	/*padding-top:0px;*/
	text-decoration:none; 
	color:#FFF; 
	/*padding:10px 15px 10px 15px;*/
	margin:10px;
	border:1px solid #FFF;
	border-radius:50%;
	transition: background-color 1s;
	font-size:25px;
	cursor: pointer;
	}
.social-activ, .social:hover{
  /*background-color:#FFF !important;*/
  color:#000 !important;
  opacity:999 !important;
}

.footheading-end{
	float: left;
	font-weight:bold; 
	color:#FFF;
	text-align:center;}

	
.policy{
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	color:#FFF;
	text-align:center;	
	}

a.scrollup {
    color: #fff;
    font-size: 26px;
    line-height: 110%;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    opacity: 0, 5;
    border-radius: 50%;
    z-index: 999;
    background:#C12F23;
}

/*ourteam*/
.ser-one{ 
	font-weight: 600;
	color:#FFF !important;
	font-size: 18px;
	}
.ser-two{
	font-weight: normal;
	color:#FFF;
	font-size: 14px;
}

.ser-foure{ 
	font-weight: 700;
	color:#FFF;
	font-size: 18px;
}

/* Career */
.job-title{font-size: 18px; color:#FFF; font-weight:900; text-shadow:none !important;}
.job-sub-title{font-size: 14px; font-weight:600; color:#FFF; text-shadow:none !important;}
.condition{
	display: flex;
	list-style:none;
	margin-top:20px;
	}
.condition li{
	align-content: flex-start;
	font-size: 12px; 
	color:#FFF;
	padding:5px 15px;
	text-shadow:none !important;
}
.discription p, .discription details{font-size: 12px; color:#FFF; font-weight: normal !important; text-shadow:none !important;}
/*.condition li a{
	text-decoration:none; 
	color:#FFF; 
	font-weight:600;
	font-weight:normal;
	transition:0.3s;
}
.condition li a:hover{
	color:#EFEFEF;
	opacity:.7;
}*/
#more {display: none;}
.readmore{
	color: #FFF;
		font-size: 16px;
		background:#021526;
		padding:15px;
		border-radius: 10px;
}

.form-group label{color:#FFF !important;}
.form-control{
	font-size: 11px !important;
	padding:5px 10px 5px  10px;
	color:#FFF !important;
	background:#000 !important;
	border-color:#393737 !important;
}
.form{
	padding: 25px;
	border:1px solid #393737 !important;
}

.contact ul{
    display: block;
    list-style: none;
    padding:0;
    margin: 0;
}

.contact ul li {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #E8CB86;
    padding:8px 0 8px 0; 
    font-size: 16px;
}

.contact ul li i{
	font-size: 20px;
}
.contact ul li Strong{
    color: #FFF;
    text-transform: uppercase;
}
.contact ul li a,  .contact ul li{
    color:#FFF;
}
.contact ul li a:hover{
    text-decoration: none;
    color:#B1B1B1;
}

.bedcrumbs ul{
	position: absolute;
    list-style: none;
	top:100%;
	left:2%;
	padding:10px;
	background:#C12F23;
	border-radius: 15px;
    
}

.bedcrumbs  ul li{    
    float: left;
    padding:2px 8px 2px 8px;
    margin:2px;
	font-size: 20px;
	color:#FFF;
}

.bedcrumbs ul li a{    
  color:#FFF;
  font-size: 15px;
}

.bedcrumbs ul li a:hover{
    text-decoration: none;
	color:#FFF;
}
.bedcrumbs ul li a i{    
  color:#FFF;
  font-size: 35px;
}
.bedcrumbs ul li a i:hover{
    text-decoration: none;
	color:#DBDBDB;
}

/* Racing calender*/
.calender.border{
	border: 1px solid #FFF !important;
}

.calender .form-group label{font-size: 16px; color:#FFF !important;}
.calender .form-control{
	height: 50px;
	font-size: 14px !important;
	padding:10px 10px 10px  10px;
	color:#FFF !important;
	background:#C12F23 !important;
	border-color:#FFF !important;
}
.search{
	background:#FFF;
	color:#C12F23 ;
	font-weight: 900;
}

.calender-detail p, .calender-detail p strong, .calender-detail a{
	color:#000;
	font-weight: 900;
}

.calender-detail h5{
	font-size: 26px;
	font-weight: 900;
	color: #000;
}

/*R Series Engine*/
.bg-engine{
	background-image: url("../images/advantage.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
}

/* table*/
.off tbody tr td{
	font-weight: 900;
	font-size: 46px;
	line-height: 26px;
	padding:25px !important;
}
.off tr td span{
	font-size: 18px;
}
.table{
/*width: 100%;*/
border-collapse: collapse;
}
.table td, .table td{
padding: 12px 15px;
border: 1px solid rgba(25,24,24,1.00);
/*text-align: center;*/
font-size: 12px;
color: #FFF;
}
/*.table th{
background-color: whitesmoke; 
font-size: 12px;
font-weight: 400;

}*/
.table thead th{
/*position: sticky;*/
top:0;
background:rgba(138,19,21,0.9);
z-index:5;
font-size: 12px;
font-weight: 400px;
color: #FFF;
border: 1px solid rgba(25,24,24,1.00);
}
.table thead th::after{
content:'';
width: 100%;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background:rgba(160,155,155,0.09);
}
.table tbody tr:nth-child(even){
background-color: rgba(160,155,155,0.05) !important;
}

.table thead th:nth-child(1){
position: sticky;
left: 0;
background:rgba(138,19,21,0.9);
z-index:6;
}


.table tbody td:nth-child(1){
position: sticky;
left: 0;
background:rgba(160,155,155,0.05);
z-index:3; 
color:#FFF;
}

.table tbody td:nth-child(4){
color:#FFF;
}

.table tbody td:nth-child(1)::after{
content:'';
width: 2px;
height: 100%;
position: absolute;
bottom: 0;
right: 0;
background:rgba(160,155,155,0.09);

}

.table tr:nth-child(even):hover{
background-color: rgba(138,19,21,0.8) !important;
color:#FFF;
}
.table tr:nth-child(odd):hover{
background-color:rgba(217,211,211,0.5) !important;
}

.year{
	float:left;
	/*width: 400px;
	height: 400px;*/
	padding: 10px;
}
.icon{
	float:left;
}
.font-aria{ 
	float:left;	
	margin-left: 15px;
	padding-left: 10px;
}

.font-aria span{
	width:100%;
	float:left;
	font-size: 14.5vw !important;
	line-height: 11.75vw !important;
    font-style: italic;
	padding: 0;
	margin: 0;
	font-family: Rift-Bold-Italic;
	/*font-family: "Oswald", sans-serif;*/
	/*font-family: "Racing Sans One", sans-serif;*/
	font-weight: bold;	
	color: #FFF;
}

.p-graph{
	font-family: Din-Regular, sans-serif;
	color:#FFF;	
	font-weight: normal;
}

.history.welcome span, .history.welcome h1, .bedcrumbs ul li a, .history.section-three h2, .history.section-three p, .history.section-foure h4, .history.section-foure p{
	font-family: Din-Regular, sans-serif !important;
}

.card-h{
	height: 675px;
}



	  
	 






