




body {
	font-size:14px; color:#757575; font-family: 'Nissan Brand';
}
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family: 'Nissan Brand';} 

a:hover {
    color: #fff;
    text-decoration: underline;
    font-family: 'Nissan Brand';
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

.alert-danger {
    color: #721c24;
    background-color: #c3002f;
    border: 0px;
}



.alert-danger ul {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.alert-danger ul li {
    margin: 5px;
    padding: 5px;
    /* display: none; */
    background-color: #000;
    color: white;
}
.spot_box{
    background-color: #c3002f;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-family: 'Nissan Brand';
}

.mapboxgl-popup-content {
    position: relative;
    background-color: #c3002f !important;
    color: #fff !important;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    padding: 10px 10px 15px;
    pointer-events: auto;
}

.clickhere{
    text-align: center;
    align-items: self-end;
    background-color: fff;
    color: #c3002f;
    text-transform: capitalize;
    margin: 0 auto;
    border: 0px solid;
    border-radius: 25px;
    font-family: 'Nissan Brand';
}

.mapboxgl-popup-close-button:hover {
    background-color: #fff !important;
}

table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 6px;
}

td {
    font-size: 12px !important;
}

.table th, .table td {
    padding: 4px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

#map{
    width: 100%;
    height: 500px;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}


.form-control1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff !important;

    background-color: transparent !important;
    background-clip: padding-box;
    border-top: 0px solid !important;
    border-bottom: 1px solid #fff !important;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control1:focus, .buttons:focus{outline:none;border:none;box-shadow: none;}
.form-control1::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }

  .logdiv{
      text-align: center;
  }

  .logdiv{
    text-align: center;
}

  .logdiv h3 {
    color: #000;
    font-family: 'Nissan Brand';
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    width: auto;
    padding: 0 0px;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.logdiv h3 label{
    color: #c3002f;
    
}

.logdiv p{
    color: #000;
    
}

.logimg p {
    color: #fff;
    font-family: 'Nissan Brand';
    font-size: 22px;
    text-transform: uppercase;
    width: auto;
    padding: 0 0px;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

  .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 0px solid !important;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
  
  

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 25px;
    outline: 0;
}

.formbgf {
    color: #fff;
    background-color: #c3002f;
    margin: 0px 21px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    margin: 0px 15px -25px 15px;
}


.textcenter{
    text-align: center;
}

.buttons{
    text-align: center;
    align-items: self-end;
    background-color: black;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto;
    font-family: 'Nissan Brand';
}

.owl-dots {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 20px 0;
}

.owl-dots .owl-dot {
	background: transparent;
	border: none;
	padding: 0px;
}

.owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    background: #323234;
    border: 2px solid #323234;
    display: block;
    /* border-radius: 100%; */
    margin: 0 3px;
}

.owl-dots .owl-dot.active span {
	background: #c3002f;
	border-color: transparent;
}

/* .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-nav .owl-prev {
	float: left;
	margin-left: -60px;
	background: transparent;
	border: none;
}

.owl-nav .owl-prev span {
	background-image: url(../images/left-arrow.png);
	color: #000;
	width: 14px;
	height: 31px;
	display: block;
	border-radius: 100%;
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-size: cover;
}

.owl-nav .owl-next {
	float: right;
	margin-right: -60px;
	background: transparent;
	border: none;
}

.owl-nav .owl-next span {
	background-image: url(../images/right-arrow.png);
	color: #000;
	width: 14px;
	height: 31px;
	display: block;
	line-height: 25px;
	border-radius: 100%;
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-size: cover;
} */


.heading{ position: relative;}

.heading h3{
    color: #000;
    font-family: 'Nissan Brand';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 25px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding: 10px 0px;
    margin-bottom: 35px;


}

.heading h3:before {
    content: "";
    display: block;
    width: 63px;
    height: 4px;
    background: #c3002f;
    left: 0;
    top: 0;
    bottom: 13px;
    position: absolute;
}


.gaps{
    padding: 0px;
}

.aup {
    font-weight: 700;
    text-align: center;
    color: #000;
}

.border1{
   border-bottom: 1px solid #000;
  font-size: 12px;
}

.slick-arrow{display:none!important;}
.videoslider .slick-slide {border:1px solid #ccc; margin-right:10px;     margin-top: 15px; margin-bottom: 14px;
    margin-left:10px;}
/* Top section */
.top-logo-section{
    min-height: 68px;
    background: #fff;
    line-height: 50px;
}
.top-logo-section .container{
    position: relative;
}
.top-HT-logo{
    position: absolute;
    right: 0;
    z-index: 9;
    top: 18px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    line-height: 30.17px;
    text-transform: uppercase;
}

.banner{
    width: 100%;
    display: inline-block;
    clear: both;
    position: relative;
	
}

.banner video {
    width: 100%;
}


.banner img{
    width: 100%;
}








.Section1{
    width: 100%;
    float: left;
    

}

.Section1 video{
    width: 100%;
}

/* .Section1{
    width: 100%;
    display: inline-block;
    clear: both;
    position: relative;
	background-image: url(../images/section1_bg.png);
    padding: 110px 0px 110px 0px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;

} */

.section1-box{
	display: flex;
    width: 100%;
        align-items: center;
    justify-self: center
    align-items: flex-start;

}

.section1-box1{width:60%;}
.section1-box1  h2{
	 color: #fff;
	 font-family: 'Nissan Brand';
	 font-size: 60px;
	 line-height: 65px;
	 font-weight: bolder;
	 text-transform: uppercase;
	 width: auto;
	 display: inline-block;
	 padding: 0 0px;
	 margin-bottom: 35px;
	 padding-bottom: 6px;
	}

.section1-box1  h3{
	 color: #c3002f;
	 font-family: 'Nissan Brand';
	 font-size: 30px;
	 font-weight: 700;
	 text-transform: uppercase;
	 width: auto;
	 padding: 0 0px;
	 margin-bottom: 35px;
	 padding-bottom: 6px;
	}
.bannernox2{width:50%;}






.section2{
width:100%;
float:left;
padding:0px 0px;
position: relative;
}

.googlem {
    
    width: 100% !important;
    height: 100vh;
    
}

.info-window{
    width: 200px;
    height:auto;
    padding: 10px;
    background-color: #c3002f;
}

.info-window strong{
    
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

.gm-ui-hover-effect {
    opacity: .6;
    border: 0px !important;
    outline: none;
}

.gm-ui-hover-effect:focus{
    outline: none;
}
.button1:hover{
        border-radius: 20px;
        padding: 10px 15px;
        border: 1px solid #000;
        background: #b5b3b3;
        cursor: pointer;
        display: inline-block;
        margin: 10px;
      
}

.contactform {
    padding: 20px;
    position:absolute;
    bottom: 20%;
    left: 13%;
    z-index: 3;
    background-color: #c3002f;
  }

  .divbu{
      text-align: center;
  }

  .know-more1 {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 10px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    font-family: 'Nissan Brand';
}

.know-more1 a:hover{
    color: #fff;
}

.mapinner{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
}
.mapinner-left{width: 15%;}

.mapinner-left p{
    color: #fff;
    font-weight: 500;
    font-size: 55px;
    margin: 0px;
    padding: 0px  12px 0px 0px;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'Nissan Brand';
}

 

.mapinner-middle{width: 16%;}
.mapinner-middle label{
    color: #fff;
    /* font-weight: 500; */
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: normal;
    /* font-family: 'Nissan Brand'; */
}
.mapinner-right{width: 65%;}

.mapinner-right h3{
    color: #fff;
    /* padding: 10px 20px; */
    font-weight: 500;
    font-size: 35px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'Nissan Brand';
}

.frminput{
    background-color: #2a2627;
    padding: 62px;
    margin: 50px 0px;
    border-radius: 25px;
}



.thbg{
    background-color: white;
    color: #000;
}

.detable{
    background-color: #fff;
}

.dbutt {
    background-color: #000;
    border: 0px;
    color: #fff;
    font-size: 12px;
    padding: 7px;
    margin: 5px;

}

.dbutt :hover{
    background-color: #000;
    border: 0px;
    color: #fff;
    font-size: 12px;
    padding: 7px;
    margin: 5px;

}


.dbutt1 {

    background-color: green;
    border: 0px;
    color: #fff;
    font-size: 12px;
    padding: 7px;
    margin: 5px;

    
   
}

.dbutt1 :hover{
    background-color: green;
    border: 0px;
    color: #fff;
    font-size: 12px;
    padding: 7px;
    margin: 5px;
}



.formbg{
    width:100%;
    float:left;
    height: 100%;
    
    background-color: #c3002f;
    color: #fff;
}

.form-group label {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.section22{
    width:100%;
    float:left;
    padding:30px 0px;
    background-color: #000;
}

.section22 .text{
    border-radius: 25px;
    
    text-align: center;
}

.section22 .text h2 {
    color: #fff;
    font-family: 'Nissan Brand';
    font-size: 27px;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    background-color: #c3002f;
    width: auto;
    padding: 10px 41px;
    /* margin-bottom: 35px; */
    /* padding-bottom: 6px; */
    display: inline-block;
    border-radius: 25px;
    margin: 0px 10px;
}

.section22 .text h2 img {
    vertical-align: bottom !important;
    border-style: none;
    padding: 0px 3px;
    height: 28px;
    width: 28px;
}

.section3{
    width:100%;
    float:left;
    padding:50px 0px;
    background-color: #f6f6f6;

}


.second_silder {}

.second_silder .des {}

.second_silder .des p {
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	font-family: 'Noto Sans', sans-serif;
}

.second_silder .des iframe {
	width: 100%;
	height: 140px;
}

.second_silder .des img {
	width: 100%;
	height: auto;
}


.section4{
    width:100%;
    float:left;
    padding:50px 0px;
    background-color: #fff;

}




.art_box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-self: start;
    align-items: flex-start;
    padding: 0px 0px 32px 0px;
}

.art_box1{
	width: 50%;
	padding: 10px;
}

.a-box {
	width: 100%;
	float: left;

	overflow: hidden;
	margin: 5px;
}

.a-box img{
	width: 100%;
}


.a-box .article-desc {
	background: #fff;

	margin-top: -10px;
	z-index: 9;
	font-family: Verdana;
	position: relative;
	padding: 20px 0px;
	text-align: left;

}
.a-box .article-desc span{
	display: inline-block;
    font-size: 11px;
    color: #8e8e8e;
	font-family: Verdana;
    margin: 10px 0px;

}
.a-box .article-desc .title {
	color: #1c1c1c;
	font-size: 18px;
	line-height: 20px;
	font-weight:normal;
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
}

.a-box .article-desc p {
	font-size: 14px;
	line-height: 17px;
	color: #1c1c1c;
	font-weight: 400;
	margin: 10px 0;
	font-family: 'Noto Sans', sans-serif;
}
.a-box .article-desc .know-more {
    background: #c3002f;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
}


.art_box2{
	width: 50%;
	padding: 7px;
}

.art_box2 .a-box {
    width: 47%;
    float: left;
    overflow: hidden;
    margin: 5px;
    display: block;
}

.art_box2 .a-box img{
	width: 100%;
	border: 4px solid #fff;
}


.art_box2 .a-box .article-desc {

	margin-top: -10px;
	z-index: 9;
	font-family: 'Noto Sans', sans-serif;
	position: relative;
	padding: 7px 7px;
	text-align: left;
    font-size: 14px;

}

.art_box2 .a-box .article-desc .title {
	color: #1c1c1c;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
}

.art_box2 .a-box .article-desc .know-more {
    background: #c3002f;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
}


.section5{
    width:100%;
    float:left;
    padding:50px 0px;
    background-color: #f6f6f6;

}

.five_box{
    display: flex;
    flex-direction: row;
    align-items: center;
/*    justify-content: space-between;*/
    position: relative;

}

.five_box_left{
   width: 49%;
   padding:5px ;
   

   

}
.five_box_left img{
    width: 100%;
    border:1px solid #393939 ;
}


.five_box_right{
    width: 49%;
    padding:5px ;

}

.five_box_right img{
    width: 100%;
    border:1px solid #393939 ;
}





.section6{
    

    width: 100%;
    float: left;
    padding: 50px 0px;
    /* background-color: #1e1928; */
    background-image: url(../images/six_bg.png);
    padding: 110px 0px 110px 0px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.six_box{
    display: flex;
    flex-direction: row;
    align-items: center;
/*    justify-content: space-between;*/
    position: relative;

}

.six_box_left{
   width: 49%;


}
.six_box_left h2 {
    color: #fff;
    font-family: 'Nissan Brand';
    font-weight: bold;
    /* font-style: normal; */
    font-display: swap;
    font-size: 41px;
    line-height: 46px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding: 0 0px;
    margin-bottom: 35px;
    padding-bottom: 6px;
}

.six_box_left h2 span{
    color: #c3002f;
}

.six_box_left h3 {
    color: #c3002f;
    font-family: 'Nissan Brand';
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
    padding: 0 0px;
    margin-bottom: 35px;
    padding-bottom: 6px;
}

.know-more {
    background: #c3002f;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
}

.know-more a:hover{
    color: #fff;
}

.six_box_right{
    width: 49%;


}

.six_box_right img{
    width: 100%;

}

.section7{
    width:100%;
    float:left;
    padding:50px 0px;
    background-color: #f1efe3;

}

.five_box7{
    text-align: center;

}

.five_box7 img {
    max-width: 100%;
}

/* Footer Section */
footer{
    background: #464752;
    min-height: 54px;
}
.copyright{
    color: #fff;
    line-height: 53px;
    font-size: 11px;
    font-family: 'Nissan Brand';
}
.created{
    color: #fff;
    font-size: 11px;
    line-height: 52px;
}
.created img {
    margin-left: 2px;
    width: 82px;
    height: auto;
    padding: 0px 0px 0px 0px;
}

.nav_foot {
			
    float: right;
}
.nav_foot ul{
	margin: 0;
	padding: 0px;
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
}


.nav_foot ul li {
    padding: 3px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Nissan Brand';
}

.nav_foot ul li a{
    color:white;
}

.slick-dots{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li button{
    background: #eb3c96;
    border: none;
    height: 11px;
    width: 11px;
    border-radius: 100%;
    margin: 0 5px;
    text-indent: -99999px;
    cursor: pointer;
}
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li.slick-active button{
    background: #000000;
}
.flex-footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.flex-footer ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    color: #fff;
}
.flex-footer ul li{
   margin:0 5px;
}
.flex-footer ul li:nth-child(1){
    padding-right: 10px;
}
.flex-footer ul li img{}
.text-footer{    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 11px;}
/* Responsive css */

.mob{}

	 .desktop{
    display: none;
}

@media (min-width: 1200px){
.container {
    max-width: 1000px;
}
}


@media (max-width: 991px){

	/* .Section1 {
        
        background-image: url(../images/section1_bg.png);
        padding: 51px 0px 52px 0px;
        justify-content: center;
        background-color: #100a0c;
        background-size: contain;
        
    } */

    .section1-box1 h2 {
        
        font-size: 39px;
        line-height: 42px;
    }

    .art_box {
        flex-direction: column;
    }
    .art_box1 {
        width: 100%;
        padding: 10px;
    }

    .art_box2 {
        width: 100%;
        padding: 10px;
    }

    .section22 .text h2 {
        
        font-size: 22px;
        
    }
    .section6 {
        
        padding: 11px 0px 34px 0px;
        
    }

    .five_box {
        display: flex;
        flex-direction: row;
    }

    .five_box_left {
        width: 50%;
        padding-right: 5px;
    }

    .five_box_right {
        width: 50%;
        padding-right: 5px;
    }
    .six_box_left {
        width: 55%;
    }
    
   

    .six_box_left h2 {
        font-size: 27px;
        line-height: 31px;
    }
    .six_box_left h3 {
        
        font-size: 22px;
        
    }

    .created img {
        margin-left: 2px;
        width: 70px;
        height: auto;
        padding: 0px 0px 0px 0px;
    }

    .copyright {
        color: #fff;
        line-height: 20px;
        font-size: 11px;
        padding: 11px 0px;
    }
}

@media (max-width: 767px){
	.flex-footer {
   
    flex-direction: column;
    justify-content: space-between;
}
.flex-footer ul {
   
    flex-wrap: wrap;
    justify-content: center;
}
iframe{height:400px}
.nav_foot ul{display:flex}
.section1-box1 h2 {
    font-size: 25px;
    line-height: 30px;
}

.section1-box1 h3 {
    
    font-size: 22px;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.section2 iframe {
    height: 60vh;
}

.mapinner {
  
    flex-direction: column;
    
}

.contactform {
    left: 5%;
}


.mapinner-left p {
    font-size: 43px;
    line-height: 45px;
}

.mapinner-left {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.mapinner-middle {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.mapinner-right {
    width: 100%;
    text-align: center;
    padding: 15px;
}

 .five_box {
        display: flex;
        flex-direction: column;
    }

    .five_box_left {
        width: 100%;
        padding-right: 5px;
    }

    .five_box_right {
        width: 100%;
        padding-right: 5px;
    }
    .six_box_left {
        width: 67%;
    }


.section6 {
    
  padding: 47px 0px 20px 0px;
    background-position: bottom;
    
}

.six_box_left {
    width: 64%;
}

.six_box_left h2 {
    font-size: 18px;
    line-height: 17px;
}

.six_box_left h3 {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 27px;
    padding-bottom: 6px;
}

.created img {
    margin-left:0px;
    width: 60px;
    text-align: center;
}
.section22 .text h2 {
   
font-size: 20px;}

.section22 .text h2 img {
    width: 28px;
    height: 28px;
}

.copyright {
    color: #fff;
    padding: 10px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
}
.text-right {
    text-align: center!important;
}

}