 @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;500;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
 html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

 


/*============global css================*/
p, h1, h2, h3, h4, h5, h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #000;
}
a.glob_btn1{
    padding: 10px 20px;
    display: inline-block;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    transition: .3s;
}
a.glob_btn1:hover{
    background: #fff;
    color: var(--primary-color);
}

a.glob_btn2{
    padding: 10px 20px;
    display: inline-block;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    transition: .3s;
}
a.glob_btn2:hover{
    background: #000;
}


a.glob_btn3{
    padding: 10px 20px;
    display: inline-block;
    background: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    transition: .3s;
}
a.glob_btn3:hover{
    background: var(--primary-color);
}


a.glob_btn4{
    padding: 10px 20px;
    display: inline-block;
    background: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    transition: .3s;
}
a.glob_btn4:hover{
    background: #fff;
    color: var(--primary-color);
}


a.glob_btn5{
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: var(--primary-color);
    transition: .3s;
    font-weight: 500;
}
a.glob_btn5:hover{
    background: var(--primary-color);
    color: #fff;
}


ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.small_title{}
.small_title p{
    margin: 0;
    color: #f12a00;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.main_title{
    padding: 10px 0 50px;
}
.main_title h2{
    margin: 0;
    color: #000;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/*============globe css================*/




/*============ header ================*/

.top_header{
    padding: 5px 0;
    background: #243c7e;
}
.top_header ul{
    
}
.top_header ul li{
    display: inline-block;
    margin-right: 20px;
}
.top_header ul li a{
    display: block;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    transition: .3s;
    text-transform: uppercase;
}
.top_header ul li a:hover{
    color: red;
}
.top_header ul li a svg{
    padding-right: 6px;
    width: 25px;
    fill: #FE5915;
}
.top_header ul li a:hover svg{
    fill: #FE5915;
}
.top_header .widget-right{
    text-align: right;
} 
.top_header .widget-right ul{} 
header{
    background: #ffffff;
    padding: 0 50px;
}
header .menu{
    display: flex;
    align-items: center;
    /* padding: 30px 0; */
}
header .menu > li:not(:last-child){
    margin-right: 28px;
}
header .menu > li a{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 46px 0;
    display: inline-block;
    display: inline-flex;
    align-items: center;
}
header .menu > li a:hover{
    color: var(--primary-color);
}
header .menu > li > a > span{
    font-size: 20px;
    display: inline-block;
    line-height: 1.2;
}
header .left_menu{justify-content: end;padding-right: 0;}
header .left_menu > li{
    position: relative;
}
header .left_menu > li a{}
header a.logo{
    padding: 10px 0;
    display: block;
}
header a.logo img{
    width: 50%;
}
header .right_menu{
    justify-content: start;
}
header .right_menu > li{}
header .right_menu > li > a{}

header .left_menu > li > a:hover, header .right_menu > li > a:hover{color:red;}
/*============ sub menu ================*/

.menu > li > .sub_menu{
    position: absolute;
    top: 100%;
    left: 15px;
    background: #fff;
    z-index: 99;
    padding: 20px 25px;
    width: 280px;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}
.menu > li.has_submenu:hover > .sub_menu{
    left: 0;
    opacity: 1;
    pointer-events: auto;
    width: 250px;
}
.menu > li > .sub_menu > ul{}
.menu > li > .sub_menu > ul > li{
    padding: 0;
}
.menu > li > .sub_menu > ul > li > a{color: #606060;display: block;padding: 5px 10px;white-space: nowrap;font-size: 14px;}
.menu > li > .sub_menu > ul > li > a:hover{
    color: #fff;
    background: #f12a00;
}
/*============ sub menu ================*/



/*============header================*/




/*============slider================*/

.main_slider{}
.main_slider .slider_img{}
.main_slider .slider_img img{
    width: 100%;
}
.main_slider .slick-arrow{
    z-index: 99;
    opacity: 0;
    transition: .5s;
}
.main_slider:hover .slick-arrow{
    opacity: 1;
}
.main_slider .slick-arrow.slick-prev{
    left: 40px;
}
.main_slider .slick-arrow.slick-next:before,
.main_slider .slick-arrow.slick-prev:before{
    font-family: boxicons;
    font-size: 60px ;
}
.main_slider .slick-arrow.slick-prev:before{
    content: "\ea4d";
}
.main_slider .slick-arrow.slick-next{
    right: 50px;
}
.main_slider .slick-arrow.slick-next:before{
    content: "\ea50";
}
.slick-dotted.slick-slider{
    margin: 0;
}
.main_slider .slick-dots {
    position: absolute;
    bottom: 30px;
}

.main_slider .slick-dots li{
    width: 8px;
    height: 8px;
    background: lightgray;
    border-radius: 50px;
}
.main_slider .slick-dots li.slick-active{
    background: var(--primary-color);
}
.main_slider .slick-dots li button{
    display: none;
}

/*============slider================*/


/*============ three post ================*/

section.three{
    padding: 30px 0 0;
}
section.three .small_title{
    text-align: center;

}
section.three .small_title p{}
section.three .main_title{
    text-align: center;
    padding: 2px 0 25px;
}
section.three .main_title span{
    display: block;
    font-weight: 900;
    font-size:2em;
    text-transform: uppercase;
}
section.three a{
    display: block;
    /* height: 400px; */
    position: relative;
    overflow: hidden;
}

section.three a .play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
section.three a .box_img{
    /* height: 100%; */
    transition: .3s;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
}
section.three a:hover .box_img{
    left: 0;
}

section.three a .three_txt{
    position: absolute;
    top: 30px;
    left: 10%;
    right: 10%;
}
section.three a .three_txt .txt{
    height: 240px;
    display: block;
}
section.three a .three_txt .txt h3{
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
}
section.three a .three_txt .txt p{
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 35px;
    margin-top: 7px;
    text-shadow: 0px 0px 12px black;
}
section.three a .three_txt p span{
    display: inline-block;
    font-size: 13px;
    color: #f11e00;
}
section.three a .three_txt .btn_more{

padding: 10px 20px;

background: var(--primary-color);

display: inline-block;

color: #fff;

/* margin: 85px 0 0; */

transition: .5s;
}
section.three a .three_txt .btn_more:hover{
    background: #000;
}
/*============ three post ================*/



/*============ vehicles ================*/

.vehicles{
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.vehicles .widget-head{
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 600;
}
.vehicles .small_title{}
.vehicles .small_title p{}
.vehicles .main_title{
    padding-top: 0;
    padding-bottom: 20px;
}
.vehicles .main_title h1{color: #fff;}
.vehicles .vehicles_menu{
    padding: 10px;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 15px;
}
.vehicles .vehicles_menu ul{list-style: none;}
.vehicles .vehicles_menu ul li{display: inline-block;}
.vehicles .vehicles_menu ul li:not(:last-child){
    margin-right: 0;
}

.vehicles .vehicles_menu ul li a{
    color: #000;
    padding: 8px 30px;
    background: #ebebeb;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    transition: .4s;
    text-transform: uppercase;
}
.vehicles .vehicles_menu ul li a.active,
.vehicles .vehicles_menu ul li a:hover{
    background: #f11e00;
    color: #ffff;
}
.vehicles .vehicles_box{
    display: none;
    background: #fff;
}
.vehicles .vehicles_box.active{
    display: block;
    padding: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.vehicles .vehicles_box .widget-left-vehicle{
    padding: 0;
    padding-left: 15px;
    overflow: auto;
    max-height: 485px;
}



.vehicles .vehicles_box .vehicles_left{
    /* height: 555px; */
    padding: 0;
    overflow-y: auto;
}
.vehicles .vehicles_box .widget-left-vehicle::-webkit-scrollbar{
    width: 1px;
    display: block;
    transition: .4s;
}
.vehicles .vehicles_box .widget-left-vehicle::-webkit-scrollbar{
    display: block;
}
.vehicles .vehicles_box .widget-left-vehicle::-webkit-scrollbar-track{
    background: #000;
    border-radius: 5px;
}
.vehicles .vehicles_box .widget-left-vehicle::-webkit-scrollbar-thumb{
    background: #eee;
    border-radius: 5px;
}
.vehicles .vehicles_box a.vehicles_s_info_col{
    display: flex;
    padding: 15px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    transition: .4s;
    background: #f3f3f3;
}
.vehicles .vehicles_box a.vehicles_s_info_col.active{
    border-color: #000;
}
.vehicles .vehicles_box a.vehicles_s_info_col:not(:last-child){
    margin-bottom: 15px;
}
.vehicles .vehicles_box a.vehicles_s_info_col:hover{
/*  background: rgb(255 255 255 / 50%);*/
}
.vehicles .vehicles_box a.vehicles_s_info_col .vehicles_s_img{width: 35%;}
.vehicles .vehicles_box a.vehicles_s_info_col .vehicles_s_img img{
    width: 100%;
    height: -webkit-fill-available;
}
.vehicles .vehicles_box a.vehicles_s_info_col .vehicles_s_info{width: 65%;padding: 0 0 0 10px;}
.vehicles .vehicles_box a.vehicles_s_info_col .vehicles_s_info h3{
    margin: 0;
    font-size: 18px;
    padding: 0;
    color: #000000;
    font-weight: 500;
}
.vehicles .vehicles_box a.vehicles_s_info_col .vehicles_s_info ul{
    line-height: 1.2;
}
.vehicles .vehicles_box a.vehicles_s_info_col .vehicles_s_info ul li{
    display: block;
    padding: 1px 0;
    font-size: 14px;
    color: #9f9f9f;
}
.vehicles .vehicles_box .vehicles_show_box{display:none;}
.vehicles .vehicles_box .vehicles_show_box.active{display:block;}
.vehicles .vehicles_box .vehicles_show_box .vehicles_b_img{}
.vehicles .vehicles_box .vehicles_show_box .vehicles_b_img img{
    width: 100%;
}
.vehicles .vehicles_box .vehicles_show_box .vehicles_details{
    background: #f5f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    border: none;
}
.vehicles .vehicles_box .vehicles_show_box .vehicles_details a{
    display: block;
    background: #000000;
    padding: 5px 15px;
    color: #ffffff;
    font-weight: 600;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
}
.vehicles .vehicles_box .vehicles_show_box .vehicles_details a:hover{
    color: #fff;
    background: #f11e00;
}
.vehicles .vehicles_box .vehicles_show_box .vehicles_details h2{
    margin: 0;
    font-size: 25px;
    color: #000;
    font-weight: 300;
}
.vehicles .vehicles_box .vehicles_show_box .vehicles_details .vehicles_more{
}
.vehicles .vehicles_box .vehicles_show_box .vehicles_details .vehicles_more p{
    color: #000;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0;
}
.vehicles .vehicles_box .vehicles_show_box .vehicles_details .vehicles_more p span{
    color: #f11e00;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.vehicles .vehicles_box .view_all{
    text-align: center;
    padding: 20px 0 15px;
}
.vehicles .vehicles_box .view_all a{
    padding: 7px 30px;
    background: #f11e00;
    color: #fff;
    display: inline-block;
    transition: .4s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}
.vehicles .vehicles_box .view_all a:hover{
    color: var(--primary-color);
}



/*============ vehicles ================*/





/*============ dealers ================*/

.dealers{
    padding: 40px 0;
    background: #f5f2f2;
}
.dealers .small_title{
    text-align: center;
}
.dealers .small_title p{}
.dealers .main_title{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0;
}
.dealers .main_title span{
    font-size: 3em;
    line-height: normal;
    display: inline-block;
    font-weight: 600;
}
.dealers .dealers_txt{
    width: 70%;
    margin: auto;
    text-align: center;
}
.dealers .dealers_txt p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
}
.dealers .dealers_txt1{
    display: flex;
    align-items: center;
    border: 2px solid var(--primary-color);
    width: 250px;
    justify-content: space-between;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 40px;
}
.dealers .dealers_txt1 .icon{
    width: 60px;
    padding: 0 10px;
}
.dealers .dealers_txt1 .icon span{
    font-size: 50px;
    color: var(--primary-color);
}
.dealers .dealers_txt1 .txt1{
    padding: 0 10px;
    background: var(--primary-color);
}
.dealers .dealers_txt1 .txt1 h1{
    margin: 0;
    color: #fff;
}
.dealers .dealers_txt1 .txt1 p{
    margin: 0;
    color: #fff;
}
.dealers .dealers_post{
    display: block;
}
.dealers .dealers_post .post_img{
    position: relative;
}
.dealers .dealers_post .post_img img{
    width: 100%;
}
.dealers .dealers_post .post_img .visit_link{
    position: absolute;
    bottom: 0;
    background: #ec1d00;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0;
    transition: .3s;
    text-transform: uppercase;
}
.dealers .dealers_post .post_img:hover .visit_link{
    opacity: 1;
}
.dealers .dealers_post .post_txt{
    text-align: center;
    padding: 10px 0;
}
.dealers .dealers_post .post_txt span{
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 6px;
}
.dealers .dealers_post .post_txt p{
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    padding: 3px 15px;
    letter-spacing: 2px;
    background: #f11e00;
    display: inline-block;
}
.become_dealers{
    background: var(--primary-color);
    padding: 30px;
}
.become_dealers .b_main_title{
    text-align: center;
}
.become_dealers .b_main_title a{
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 0 0 15px;
    transition: .3s;
}
.become_dealers .b_main_title a:hover{
    color: #000;
}
.become_dealers .b_main_title p{
    margin: 0;
    color: #fff;
    font-weight: 300;
}



/*================= dealers ===============*/




/*================= racing ===============*/

.racing_sec{
    position: relative;
}
.racing_sec .racing_top{
    position: absolute;
    top: 6%;
    left: 5%;
    z-index: 9;
}
.racing_sec .small_title{}
.racing_sec .small_title p{}
.racing_sec .main_title{}
.racing_sec .main_title h1{}
.racing_sec .racing_slide{}
.racing_sec .racing_slide a{
    display: block;
    position: relative;
    height: 100vh;
}
.racing_sec .racing_slide a .racing_slide_txt{
    position: absolute;
    left: 5%;
    bottom: 15%;
    transition: left .5s;
}
.racing_sec .racing_slide .slick-slide.slick-active .racing_slide_txt{
    /* left: 8%; */
}
.racing_sec .racing_slide a .racing_slide_txt h2{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    text-shadow: 2px 6px 8px #00000094;
}
.racing_sec .racing_slide a .racing_slide_txt button{
    background: #f11e00;
    border: none;
    outline: none;
    padding: 5px 20px;
    color: #fff;
    font-size: 15px;
    transition: .3s;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}
.racing_sec .racing_slide a .racing_slide_txt button:hover{
    background: #000;
}
.racing_sec .racing_slide .slick-arrow{}
.racing_sec .racing_slide .slick-arrow.slick-prev, 
.racing_sec .racing_slide .slick-arrow.slick-next{
    position: absolute;
    top: 92%;
    z-index: 99;
}
.racing_sec .racing_slide .slick-arrow.slick-prev{
    left: 48%;
} 
.racing_sec .racing_slide .slick-arrow.slick-prev:before,
.racing_sec .racing_slide .slick-arrow.slick-next:before{
    font-family: boxicons;
    font-size: 28px;
    color: var(--primary-color);
    transition: .3s;
    color: #fff;
}
.racing_sec .racing_slide .slick-arrow.slick-prev:before{
    content: "\ee05";
}
.racing_sec .racing_slide .slick-arrow.slick-next{
    right: 48%;
}
.racing_sec .racing_slide .slick-arrow.slick-next:before{
    content: "\ee90";
}
.racing_sec .racing_slide .slick-arrow.slick-prev:hover:before,
.racing_sec .racing_slide .slick-arrow.slick-next:hover:before{
    color: #f11e00;
}

/*================= racing ===============*/



/*================= about us ===============*/

.aboutus_sec{
    padding: 30px 50px;
}
.aboutus_sec .small_title{
    text-align: center;
}
.aboutus_sec .small_title p{}
.aboutus_sec .main_title{
    text-align: center;
    padding-bottom: 10px;
}
.aboutus_sec .main_title span{
    font-size: 3em;
    line-height: normal;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    }
.aboutus_sec .aboutus_sec_txt{
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 0 0 30px;
}
.aboutus_sec .aboutus_sec_txt p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
}
.aboutus_sec .about_box{margin: 0 0;}
.aboutus_sec .about_box .box_img{}
.aboutus_sec .about_box .box_img img{
    width: 100%;
}
.aboutus_sec .about_box .box_txt{background: #fbfbfb;padding: 30px;min-height: 180px;}
.aboutus_sec .about_box .box_txt h2{
    margin: 0;
    color: #f11e00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.aboutus_sec .about_box .box_txt p{
    margin: 0;
    color: #333;
    line-height: 1.3;
    padding: 10px 0 0;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.aboutus_sec .more{
    padding: 30px 0 15px;
    text-align: center;
}
.aboutus_sec .more a{
    padding: 12px 20px;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    transition: .3s;
}
.aboutus_sec .more a:hover{
    background: #000;
}
/*================= about us ===============*/



/*================= achievement ===============*/

.achievement_sec{
    padding: 30px 0;
    background: #f7f7f7;
}
.achievement_sec .small_title{
    text-align: center;
}
.achievement_sec .small_title p{}
.achievement_sec .main_title{
    text-align: center;
    padding-bottom: 10px;
}
.achievement_sec .main_title h1{}
.achievement_sec .achievement_sub_title{
    padding: 30px 0;
    padding-left: 22px;
}
.achievement_sec .achievement_sub_title h3{
    font-size: 26px;
    font-weight: 600;
    color: var(--primary-color);
}
.achievement_sec .achievement_box{margin: 0;background: #eee;}
.achievement_sec .achievement_box .box_img{
    text-align: center;
    padding: 20px 0;
    background: #f5f5f5;
}
.achievement_sec .achievement_box .box_img img{}
.achievement_sec .achievement_box .box_txt{padding: 15px 30px;text-align: center;min-height: 150px;}
.achievement_sec .achievement_box .box_txt h2{
    margin: 0;
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0 4px;
    font-weight: 600;
}
.achievement_sec .achievement_box .box_txt p{
    margin: 0;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.achievement_sec .more{
    padding: 30px 0 15px;
    text-align: center;
}
.achievement_sec .more a{
    padding: 12px 20px;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    transition: .3s;
}
.achievement_sec .more a:hover{
    background: #000;
}

/*================= achievement ===============*/



/*================= subscribe now ===============*/

.subscribe_sec{
    background: url("../images/sub_bg.jpg");
    padding: 0 0;
}
.subscribe_sec .sub_box{width: 100%;padding: 70px 0;}
.subscribe_sec .sub_box.box_border{border-right: 1px solid #74737385;}
.subscribe_sec .sub_box .icon{
    text-align: center;
    padding: 10px 0;
}
.subscribe_sec .sub_box .icon span{
    font-size: 40px;
    color: #f11e00;
    font-weight: 600;
}
.subscribe_sec .sub_box .title{
    text-align: center;
    padding: 5px 0 10px;
}
.subscribe_sec .sub_box .title span{
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}
.subscribe_sec .sub_box .phones{text-align: center;}
.subscribe_sec .sub_box .phones p{
    margin: 0;
    color: #f11c0a;
    font-size: 30px;
    font-weight: 600;
}
.subscribe_sec .sub_box .phones p span{
    color: var(--primary-color);
}
.subscribe_sec .sub_box .sub_form{
    text-align: center;
}
.subscribe_sec .sub_box .sub_form form{}
.subscribe_sec .sub_box .sub_form form .fields{width: 60%;margin: auto;background: #fff;display: flex;transition: .3s;border:1px solid #fff;}
.subscribe_sec .sub_box .sub_form form .fields:hover{border: 1px solid #f11c0a;}
.subscribe_sec .sub_box .sub_form form .fields input{height: 45px;width: 100%;border: none;background: none;outline: none;padding: 0 15px;}
.subscribe_sec .sub_box .sub_form form .fields input[type='submit']{
    width: 150px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #f11c0a;
    text-transform: uppercase;
}
.subscribe_sec .sub_box .sub_form form .fields input[type='submit']:hover{
    color: #000;
}
/*================= subscribe now ===============*/




/*================= breadcrumb Section ===============*/

.breadcrupb_sec{
    background: #000;
    padding: 10px 0;
}
.breadcrupb_sec .bread_crumb{}
.breadcrupb_sec .bread_crumb p{
    margin: 0;
    color: #ed1b24;
    display: flex;
    align-items: center;
    font-size: 14px;
    /* font-family: var(--rajdhani-font); */
    text-transform: uppercase;
}
.breadcrupb_sec .bread_crumb p span{
    padding: 0 10px;
}
.breadcrupb_sec .bread_crumb p a{
    color: #fff;
    /* font-family: var(--rajdhani-font); */
    text-transform: uppercase;
    font-size: 14px;
}
.breadcrupb_sec .title{
    padding: 0px 0;
}
.breadcrupb_sec .title h2{
    margin: 0;
    color: #fff;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 300;
}

/*================= breadcrumb Section ===============*/



/*================= ABOUT US PAGE ===============*/

.about_tabs{
    background: #ffffff;
    padding: 15px 0;
    padding-bottom: 0;
}
.about_tabs .tabs_wrapper{
    text-align: left;
}
.about_tabs .tabs_wrapper a{
    padding: 10px 20px;
    background: #fff;
    color: #000;
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
    transition: .3s;
    text-transform: uppercase;
    border-bottom: 5px solid #fff;
    letter-spacing: 1px;
}
.about_tabs .tabs_wrapper a:not(:last-child){
    margin-right: 0;
}

.about_tabs .tabs_wrapper a.active,
.about_tabs .tabs_wrapper a:hover{
    background: #ffffff;
    color: #f22700;
    border-bottom-color: #f22700;
}


.about_main_title{
    background: var(--primary-color);
    padding: 40px 20px;
}
.about_main_title h1{
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.vision_main_title{
    background: var(--primary-color);
    padding: 40px 20px;
}
.vision_main_title h1{
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}


.footprints{
    padding: 30px 0;
    background: #f5f5f5;
}
.footprints .footprints_img{
    position: relative;
}
.footprints .footprints_img img{
    width: 100%;
}
.footprints_img .footprints_overlay{display: flex;align-items: center;justify-content: space-between;position: absolute;bottom: -60px;padding: 0 5px;}
.footprints_img .footprints_overlay .box{
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
}
.footprints_img .footprints_overlay .box .box_img{text-align: center;width: 30%;}
.footprints_img .footprints_overlay .box .box_img img{
    width: 80%;
}
.footprints_img .footprints_overlay .box .box_txt{
    padding: 10px 15px;
    background: var(--primary-color);
    width: 70%;
}
.footprints_img .footprints_overlay .box .box_txt h1{
    font-size: 34px;
    margin: 0;
    color: #fff;
}
.footprints_img .footprints_overlay .box .box_txt h1 span{
    font-size: 18px;
}
.footprints_img .footprints_overlay .box .box_txt p{
    margin: 0;
    font-size: 15px;
    color: #fff;
}
.footprints .footprints_txt{
    padding-right: 30px;
}
.footprints .footprints_txt .title{}
.footprints .footprints_txt .title h3{
    margin: 0;
    font-size: 22px;
    color: #000;
}
.footprints .footprints_txt .txt{
    padding: 20px 0;
}
.footprints .footprints_txt .txt p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}


.second_sec{
    padding: 50px ;
}
.second_sec .box{
    padding: 0;
    background: #000;
}
.second_sec .sec_img{}
.second_sec .sec_img img{
    width: 100%;
}
.second_sec .sec_box{
    padding: 100px 60px 0;
}
.second_sec .sec_box .title{}
.second_sec .sec_box .title h2{
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color: var(--primary-color);
}
.second_sec .sec_box .txt{
    padding: 30px 0 0;
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
}
.second_sec .sec_box .txt::-webkit-scrollbar{
    width: 6px;
}
.second_sec .sec_box .txt::-webkit-scrollbar-track{
    background: var(--primary-color);
    border-radius: 5px;
}
.second_sec .sec_box .txt::-webkit-scrollbar-thumb{
    background: #333;
    border-radius: 5px;
}




.second_sec .sec_box .txt p{
    margin: 0;
    color: #ddd;
}

.second_sec .sec_box .txt .list_items{
    padding: 10px 0;
}
.second_sec .sec_box .txt .list_items h3{
    margin: 0;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
}
.second_sec .sec_box .txt ul{
}
.second_sec .sec_box .txt ul li{
    color: #ddd;
    padding: 0 0 15px;
}
.second_sec .vision_title{
    padding: 0 0 20px;
    margin-left: -15px;
}
.second_sec .vision_title h2{
    font-size: 26px;
    color: #000;
    margin: 0;
    font-weight: 600;
}




/*================== sst about us ===========*/

.sst_sec{
    background: url("../images/about/sst/1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 300px;
}
.sst_sec .box{
    padding: 50px 30px;
    background: #000;
}
.sst_sec .box h1{
    color: #ddd;
    font-weight: 500;
    font-size: 34px;
    padding: 0 0 10px;
}
.sst_sec .box p{
    color: #ddd;
}
.sst_sec .box .box_btn{
    padding: 40px 0 0;
}
.sst_sec .box .box_btn a{}

/*================== sst about us ===========*/



/*================== directors about us ===========*/

.directors{
    padding: 50px;
}
.directors .box{
    position: relative;
    margin: 0 0 50px;
}
.directors .box .box_img{}
.directors .box .box_img img{
    width: 100%;
}
.directors .box .box_img .details{
    position: absolute;
    bottom: -33px;
    background: #fff;
    display: flex;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.directors .box:hover .box_img .details{
    bottom: 0;
}
.directors .box .box_img .details a{
    padding: 8px 15px;
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
}
.directors .box .box_img .details span{
    background: #000;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 2px 10px;
}


/*================== directors about us ===========*/


/*================= achievement ===============*/

.achievement_about{
    padding: 30px 50px;
}
.achievement_about .small_title{
    text-align: center;
}
.achievement_about .small_title p{}
.achievement_about .main_title{
    text-align: center;
    padding-bottom: 10px;
}
.achievement_about .main_title h1{}
.achievement_about .achievement_sub_title{
    padding: 30px 0;
    padding-left: 22px;
}
.achievement_about .achievement_sub_title h3{
    font-size: 26px;
    font-weight: 600;
    color: var(--primary-color);
}
.achievement_about .achievement_box{margin: 0 20px;}
.achievement_about .achievement_box .box_img{
    text-align: center;
    padding: 20px 0;
    background: #f5f5f5;
}
.achievement_about .achievement_box .box_img img{}
.achievement_about .achievement_box .box_txt{padding: 15px 30px;text-align: center;}
.achievement_about .achievement_box .box_txt h2{
    margin: 0;
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0 4px;
    font-weight: 600;
}
.achievement_about .achievement_box .box_txt p{
    margin: 0;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.achievement_about .more{
    padding: 30px 0 15px;
    text-align: center;
}
.achievement_about .more a{
    padding: 12px 20px;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    transition: .3s;
}
.achievement_about .more a:hover{
    background: #000;
}

/*================= achievement ===============*/



/*================= brand ===============*/

.brand_about{
    padding: 30px 50px;
}
.brand_about .small_title{
    text-align: center;
}
.brand_about .small_title p{}
.brand_about .main_title{
    text-align: center;
    padding-bottom: 10px;
}
.brand_about .main_title h1{}
.brand_about .brand_sub_title{
    padding: 30px 0;
    padding-left: 22px;
}
.brand_about .brand_sub_title h3{
    font-size: 26px;
    font-weight: 600;
    color: var(--primary-color);
}
.brand_about .brand_box{margin: 0 20px;}
.brand_about .brand_box .box_img{
    text-align: center;
    padding: 20px 0;
    background: #f5f5f5;
}
.brand_about .brand_box .box_img img{}
.brand_about .brand_box .box_txt{padding: 15px 30px;text-align: center;}
.brand_about .brand_box .box_txt h2{
    margin: 0;
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0 4px;
    font-weight: 600;
}
.brand_about .brand_box .box_txt p{
    margin: 0;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.brand_about .more{
    padding: 30px 0 15px;
    text-align: center;
}
.brand_about .more a{
    padding: 12px 20px;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    transition: .3s;
}
.brand_about .more a:hover{
    background: #000;
}


.leadership{
    padding: 30px 0 0;
    background: #f5f5f5;
}
.leadership .leadership_img{}
.leadership .leadership_img img{
    width: 100%;
}
.leadership .box{
    padding: 20px 40px 0;
}
.leadership .box h1{
    font-size: 42px;
}
.leadership .box .txt{
    padding: 20px 0;
}
.leadership .box .txt p{
    padding: 0 0 15px;
    line-height: 1.5;
}
.leadership .box .box_btn{}
.leadership .box .box_btn a{}


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



.testimonial{
    background: url('../images/about/career/test_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 60px;
}
.testimonial .title{
    text-align: center;
    padding: 0 0 30px;
}
.testimonial .title h4{
    color: var(--primary-color);
    font-family: var(--rajdhani-font);
    letter-spacing: 3px;
    font-size: 18px;
}
.testimonial .box{}
.testimonial .box_img{
    width: 120px;
    height: 120px;
    padding: 20px;
    margin: auto;
    position: relative;
}
.testimonial .box_img:before,
.testimonial .box_img:after{
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;

    z-index: 99;
    border: 1px solid #fff;
}
.testimonial .box_img:before{
    border-left: none;
    border-bottom: none;
    right: 0;
    top: 0;
}
.testimonial .box_img:after{
    border-right: none;
    border-top: none;
    left: 0;
    bottom: 0;
}
.testimonial .box_img img{
    width: 100%;
    position: relative;
    display: block;
}

.testimonial .txt{padding: 20px;text-align: center;}
.testimonial .txt p{
    color: #ddd;
    line-height: 1.8;
}
.testimonial .name{
    text-align: center;
    padding: 15px 0;
}
.testimonial .name h3{
    color: var(--primary-color);
    font-size: 22px;
}

.testimonial .slick-arrow{
    top: 105%;
}

.testimonial .slick-arrow.slick-next{}

.testimonial .slick-arrow.slick-next:before,
.testimonial .slick-arrow.slick-prev:before{
    font-family: boxicons;
    font-size: 24px;
    color: var(--primary-color);
    opacity: 1;
    transition: .3s;

}
.testimonial .slick-arrow.slick-next:before{
    content: "\ee90";
}
.testimonial .slick-arrow.slick-prev:before{
    content: "\ee05";
}
.testimonial .slick-arrow.slick-next:hover:before,
.testimonial .slick-arrow.slick-prev:hover:before{
    color: #fff;
}



/*================= brand ===============*/





/*================= ABOUT US PAGE ===============*/






/*================= OUR PRODUCT PAGE ===============*/

.vehicles_sec{
    padding: 0 30px;
}
.vehicles_sec .vehicles_box{
    display: none;
}
.vehicles_sec .vehicles_box.active{
    display: block;
}
.vehicles_sec .vehicles_box{
    display: none;
}
.vehicles_sec .vehicles_box.active{
    display: block;
    padding: 20px 0 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.vehicles_sec .vehicles_box .vehicles_left{
    height: 555px;
    padding: 0 15px;
    overflow-y: auto;
}
.vehicles_sec .vehicles_box .vehicles_left::-webkit-scrollbar{
    width: 5px;
    display: none;
    transition: .4s;
}
.vehicles_sec .vehicles_box .vehicles_left:hover::-webkit-scrollbar{
    display: block;
}
.vehicles_sec .vehicles_box .vehicles_left::-webkit-scrollbar-track{
    background: #000;
    border-radius: 5px;
}
.vehicles_sec .vehicles_box .vehicles_left::-webkit-scrollbar-thumb{
    background: var(--primary-color);
    border-radius: 5px;
}
.vehicles_sec .vehicles_box a.vehicles_s_info_col{
    display: flex;
    padding: 15px 20px;
    /* border: 1px solid var(--primary-color); */
    border-radius: 2px;
    transition: .4s;
    background: #000;
}
.vehicles_sec .vehicles_box a.vehicles_s_info_col:not(:last-child){
    margin-bottom: 20px;
}
.vehicles_sec .vehicles_box a.vehicles_s_info_col:hover{
/*  background: rgb(255 255 255 / 50%);*/
}
.vehicles_sec .vehicles_box a.vehicles_s_info_col .vehicles_s_img{width: 35%;}
.vehicles_sec .vehicles_box a.vehicles_s_info_col .vehicles_s_img img{
    width: 100%;
}
.vehicles_sec .vehicles_box a.vehicles_s_info_col .vehicles_s_info{width: 65%;padding: 0 0 0 10px;}
.vehicles_sec .vehicles_box a.vehicles_s_info_col .vehicles_s_info h3{
    margin: 0;
    font-size: 18px;
    padding: 0 0 6px;
    color: var(--primary-color);
}
.vehicles_sec .vehicles_box a.vehicles_s_info_col .vehicles_s_info ul{
    line-height: 1.2;
}
.vehicles_sec .vehicles_box a.vehicles_s_info_col .vehicles_s_info ul li{
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
}
.vehicles_sec .vehicles_box .vehicles_show_box{
    margin: 0 0 20px;
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_b_img{
    display: block;
    position: relative;
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_b_img img{
    width: 100%;
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_details{
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 5px solid #000;
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_details a{
    display: block;
    background: #000000;
    padding: 6px 15px;
    color: #ffffff;
    font-weight: 400;
    transition: .3s;
    font-size: 14px;
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_details a:hover{
    color: #fff;
    background: #f22700;
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_details h2{
    margin: 0;
    font-size: 22px;
    color: #000000;
    font-weight: 300;
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_details .vehicles_more{
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_details .vehicles_more p{
    color: #000;
    margin: 0;
    line-height: 1.3;
}
.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_details .vehicles_more p span{
    color: #f22700;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 600;
}

.vehicles_sec .vehicles_box .view_all{
    text-align: end;
    padding: 15px 0 0;
}
.vehicles_sec .vehicles_box .view_all a{
    padding: 8px 15px;
    background: #000;
    color: #fff;
    display: inline-block;
    transition: .4s;
}
.vehicles_sec .vehicles_box .view_all a:hover{
    color: var(--primary-color);
}

.vehicles_sec .vehicles_box .vehicles_show_box .vehicles_details1{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 25px;
}
.vehicles_sec .vehicles_box .vehicles_show_box .details_info1{
    display: block;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    padding-bottom: 15px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#353535 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#353535 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#353535 100%);
    padding-top: 5em;
}
.vehicles_sec .vehicles_box .vehicles_show_box .details_info1 .info1_txt{
    display: inline-block;
    width: 30%;
    position: relative;
}
.vehicles_sec .vehicles_box .vehicles_show_box .details_info1 .info1_txt:before{position:absolute;content:"";width:1px;height: 35px;background:#fff;right: 5px;top: 8px;}
.vehicles_sec .vehicles_box .vehicles_show_box .details_info1 .info1_txt:last-child:before{background:none;}
.vehicles_sec .vehicles_box .vehicles_show_box .details_info1 .info1_txt span{
    color: #fff;
    font-size: 14px;
    display: block;
}
.vehicles_sec .vehicles_box .vehicles_show_box .details_info1 .info1_txt span.d_title{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.vehicles_sec .vehicles_box .vehicles_show_box .details_info1 .info1_txt span.d_txt{
    font-size: 18px;
}




/*============ view product =============*/

.slide{
    overflow: hidden;
}
.slide a{}
.slide a img{}

.v_second{}
.v_second .v_box{}
.v_second .v_box .v_box_title{}
.v_second .v_box .v_box_title h1{}
.v_second .v_box .v_box_title h1 span{}
.v_second .v_box .v_txt{}
.v_second .v_box .v_txt p{}

/*============ view product =============*/













/*================= OUR PRODUCT PAGE ===============*/























/*================= footer ===============*/

footer{
    background: #191919;
    padding: 40px 0;
}
footer .footer_box{}
footer .footer_box .footer_logo{
    padding: 0 0 10px;
}
footer .footer_box .footer_logo img{
    width: 30%;
}
footer .footer_box span{
    color: #fff;
    margin: 0;
    padding: 0 0 15px;
    font-size: 20px;
    text-transform: uppercase;
}
footer .footer_box .footer_txt{
    padding: 0;
}
footer .footer_box .footer_txt .txt{
    padding: 0;
}
footer .footer_box .footer_txt .txt span{
    color: #f11c0a;
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
footer .footer_box .footer_txt .txt p{
    margin: 0;
    color: #fff;
    line-height: 1.2;
}
footer .footer_box .footer_txt .txt p{position:relative;margin-bottom: 10px;padding-left: 20px;}
footer .footer_box .footer_txt .txt p i{
    position: absolute;
    left: 0;
    top: 2px;
}
footer .footer_box ul{}
footer .footer_box ul li{}
footer .footer_box ul li a{
    display: inline-block;
    color: #999;
    padding: 5px 0 0;
}
footer .footer_box .social_links{
    padding: 20px 0 40px;
}
footer .footer_box .social_links a{
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    transition: .3s;
}
footer .footer_box .social_links a:not(:last-child){
    margin-right: 10px;
}
footer .footer_box .social_links a:hover{
    color: var(--primary-color);
    border-color: var(--primary-color);
}
footer .footer_box > a{
    display: inline-block;
    background: #f11c0a;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*================= footer ===============*/



/*================= bottom footer ===============*/

.bottom_footer{
    background: #111111;
    padding: 20px 0;
    text-align: center;
}
.bottom_footer p{margin: 0;color: #fff;font-weight: 300;letter-spacing: 0.5px;}
.bottom_footer p a{transition: .2s;color: #f11c0a;font-weight: 400;}
.bottom_footer p a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
/*================= bottom footer ===============*/

/* VEHICLE VIEW PAGE */
.widget-overview{
    padding: 5% 0;
    background: #f9f9f9;
    padding-bottom: 2%;
}
.widget-overview .widget-overview-leftbox{}
.widget-overview .widget-overview-leftbox .widget-head{
    margin-bottom: 15px;
}
.widget-overview .widget-overview-leftbox .widget-head h2{
    font-size: 2.5em;
    font-weight: 700;
    color: #f12b00;
}
.widget-overview .widget-overview-leftbox .widget-head h2 span{
    display: block;
    font-weight: 300;
    color: #000;
}
.widget-overview .widget-overview-leftbox .widget-description{
    padding: 30px;
    background: #fff;
    border-left: 5px solid #f12b00;
    box-shadow: 5px 5px 5px 0 #8f8e8e24;
    border-radius: 5px;
}
.widget-overview .widget-overview-leftbox .widget-description p{
    font-size: 16px;
    text-align: justify;
    color: #000;
}

.widget-overview .widget-overview-leftbox .widget-description ul{}
.widget-overview .widget-overview-leftbox .widget-description ul li{
    display: inline-block;
    width: 32%;
    position:relative;
}
.widget-overview .widget-overview-leftbox .widget-description ul li:before{content:"";position:absolute;width:1px;height: 25px;background: #c2c2c2;right: 20px;top: 15px;}
.widget-overview .widget-overview-leftbox .widget-description ul li span.overhead{
    font-weight: 800;
    color: #000000;
    font-size: 16px;
}
.widget-overview .widget-overview-leftbox .widget-description ul li span.oversubhead{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.widget-overview .widget-overview-leftbox .over-widget-bottom{
    background: #ffffff;
    box-shadow: 5px 5px 5px 0 #8f8e8e24;
    margin-top: 15px;
    text-align: CENTER;
    padding: 15px;
    border-left: 5px solid #000000;
    border-radius: 5px;
}
.widget-overview .widget-overview-leftbox .over-widget-bottom a{
    display: inline-block;
    padding: 0 15px;
    position:relative;
}
.widget-overview .widget-overview-leftbox .over-widget-bottom a img{
    width: 50px;
}
 .widget-overview .widget-overview-leftbox .over-widget-bottom a span{
     position: absolute;
     top: -46px;
     width: 160px;
     display: none;
     background: #f12b00;
     left: -45%;
     right: 0;
     margin: 0 auto;
     text-transform: uppercase;
     padding: 5px 5px;
     color: #fff;
     letter-spacing: 1px;
     border-radius: 5px;
    }



 .widget-overview .widget-overview-leftbox .over-widget-bottom a span i {
    position:absolute;
    top:100%;
    left: 0;
    margin-left: 25px;
    width:30px;
    height:15px;
    overflow:hidden;
    right: 0;
    margin: 0 auto;
}

 .widget-overview .widget-overview-leftbox .over-widget-bottom a span i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color: #f12b00;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

.widget-overview .widget-overview-leftbox .over-widget-bottom a:hover span{display:block;}








.widget-overview  .widget-overview-rightbox{}
.widget-overview  .widget-overview-rightbox figure{
    padding: 15px;
    background: #eeeeee57;
}
.widget-overview  .widget-overview-rightbox figure img{
    width: 100%;
}

.product-header{
    background: #ffffff;
    box-shadow: -1px 2px 6px 0 #eee;
    padding: 0;
    position: relative;
    z-index: 999;
}
.product-header .product-logo{
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-header .product-logo img{
    max-width: 100%;
}
.product-header .product-menu{
    padding-top: 7px;
    text-align: right;
}
.product-header .product-menu > ul{
    display: inline-block;
}
.product-header .product-menu > ul > li{
    display: inline-block;
    position: relative;
}
.product-header .product-menu > ul > li > a{
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 10px;
    display: block;
    font-size: 16px;
}
.product-header .product-menu > ul > li > ul{
    display: none;
    position: absolute;
    right: 0;
    padding: 10px;
    background: #f5f5f5;
}
.product-header .product-menu > ul > li:hover > ul{
    display: block;
}
.product-header .product-menu > ul > li > ul > li{
    min-width: 230px;
    text-align: left;
    min-height: 40px;
    position: relative;
}
.product-header .product-menu > ul > li > ul > li > a{
    display: block;
    line-height: 40px;
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-header .product-menu > ul > li > ul > li > a > img{
    width: 40px;
    position: absolute;
    right: 8px;
}
.product-header .product-menu > ul > li > ul > li:hover{background: #fff;}


.widget-vehicle-features{padding: 5% 0;padding-bottom: 2%;}
.widget-vehicle-features .vehicle-head{
    padding-bottom: 20px;
}
.widget-vehicle-features .vehicle-head h3{
    text-align: CENTER;
    font-weight: 300;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #000;
}
.widget-vehicle-features .vehicle-head h3 span{
    margin-right: 10px;
    font-weight: 600;
    color: #f12b00;
}
.widget-vehicle-features .vehicle-head-tab{
    text-align: center;
}
.widget-vehicle-features .vehicle-head-tab ul{
    display: inline-block;
}
.widget-vehicle-features .vehicle-head-tab ul li{
    display: inline-block;
}
.widget-vehicle-features .vehicle-head-tab ul li a{
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
    /* background: #f5f5f5; */
    font-weight: bold;
    letter-spacing: 1px;
    color: #a1a1a1;
}
.widget-vehicle-features .vehicle-head-tab ul li a.active{background: #f12b00;color:#fff;border-radius: 5px;box-shadow: 4px 3px 4px 0 #f12b0038;}


.featurebox-widget{
    padding: 25px 0;
    display: none;
    padding-bottom: 5%;
}
.featurebox-widget.active{display:block;}
.featurebox-widget .widget-box{
    display: flex !important;
    margin: 0 15%;
    background: #eeeeee75;
    padding: 15px;
    width: auto !important;
}
.featurebox-widget .widget-box .featuredimage{}
.featurebox-widget .widget-box .featuredimage figure{
    margin: 0;
}
.featurebox-widget .widget-box .featuredimage figure img{
    width: 100%;
}
.featurebox-widget .widget-box .featureddet{
    padding: 20px;
}
.featurebox-widget .widget-box .featureddet h3{
    font-size: 2em;
    font-style: italic;
    font-weight: 300;
}
.featurebox-widget .widget-box .featureddet h4{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}
.featurebox-widget .widget-box .featureddet p{
    font-size: 16px;
}

.widget-color-vehicle{
    padding: 3% 0;
    
    background-color: #eeeeee75;
opacity: 0.9;
background: radial-gradient(circle, transparent 20%, #eeeeee75 20%, #eeeeee75 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #eeeeee75 20%, #eeeeee75 80%, transparent 80%, transparent) 10px 10px, linear-gradient(#f4f4f4 0.8px, transparent 0.8px) 0 -0.4px, linear-gradient(90deg, #f4f4f4 0.8px, #eeeeee75 0.8px) -0.4px 0;
background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;
}
.widget-color-vehicle .head-box{}
.widget-color-vehicle .head-box h3{ text-align: CENTER;
    font-weight: 300;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #000;}
.widget-color-vehicle .head-box h3 span{ margin-right: 10px;
    font-weight: 600;
    color: #f12b00;}
.widget-color-vehicle .colorbox{
    text-align: CENTER;
    padding-top: 6%;
}
.widget-color-vehicle .colorbox ul{
    display: inline-block;
    background: #ececec;
    padding: 10px 19px;
    margin: 0;
    border-radius: 60px;
    box-shadow: 4px 3px 4px 0 #89898938;
    position: relative;
}
.widget-color-vehicle .colorbox ul li{
    display: inline-block;
    border-radius: 20px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}
.widget-color-vehicle .colorbox ul li span.coloricon{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 38px;
    margin-top: 3px;
    border: 5px solid #eeeeee;
}
.widget-color-vehicle .colorbox ul li span.colortext{
    display: none;
    position: absolute;
    top: -90px;
    width: 160px;
    background: #fff;
    padding: 15px;
    left: -57px;
    margin: 0 auto;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    border-radius: 40px;
    text-transform: uppercase;
    text-align: CENTER;
    right: 0;
    font-weight: 700;
}
.widget-color-vehicle .colorbox ul li.active{}
.widget-color-vehicle .colorbox ul li.active span.colortext{display:block;}

.widget-color-vehicle .currentslide{z-index:-9999;visibility:hidden;opacity:0;/* width: 500px; *//* margin: 0 auto; */display: none;}
.widget-color-vehicle .currentslide.active{z-index:999;visibility:visible;opacity:1;display: block;}


.tooltipbox i {
    position:absolute;
    top:100%;
    left: 0;
    margin-left: 25px;
    width:30px;
    height:15px;
    overflow:hidden;
    right: 0;
    margin: 0 auto;
}

.tooltipbox i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color: #ffffff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

 
.colorslide .slick-arrow:before{
    color: #c5c5c5;
    opacity: 1;
    font-size: 40px;
}
 
.widget-vehicle-features .tabbox{
    padding-top: 5%;
    display: block;
    display: none;
    /* visibility: hidden; */
    /* opacity: 0; */
}
.widget-vehicle-features .tabbox.active{
    /* visibility: visible; */
    /* opacity: 1; */
    display: block;
}
.widget-vehicle-features .tabbox .featuredimage{
    text-align: center;
    float: left;
}
.widget-vehicle-features .tabbox .featuredimage figure{}
.widget-vehicle-features .tabbox .featuredimage figure img{}
.widget-vehicle-features .tabbox .featureddet{
    float: left;
}
.widget-vehicle-features .tabbox .featureddet dl{
    margin-bottom: 0;
}
.widget-vehicle-features .tabbox .featureddet dl dt{
    text-transform: uppercase;
    font-weight: 700;
}
.widget-vehicle-features .tabbox .featureddet dl dd{}
.downloadbtn{
    background: #f12b00;
    color: #fff;
    border-radius: 5px;
    box-shadow: 4px 3px 4px 0 #f12b0038;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
    display: inline-block;
    }
.downloadbtn:hover{color:#fff;} 

/* GALLERY */
.widget-gallery{padding: 3% 0px;background: radial-gradient(circle, transparent 20%, #eeeeee75 20%, #eeeeee75 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #eeeeee75 20%, #eeeeee75 80%, transparent 80%, transparent) 10px 10px, linear-gradient(#f4f4f4 0.8px, transparent 0.8px) 0 -0.4px, linear-gradient(90deg, #f4f4f4 0.8px, #eeeeee75 0.8px) -0.4px 0;background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;}

 
.widget-gallery h3{
    font-size: 2.5em;
    font-weight: 700;
    color: #f12b00;
    margin-bottom: 2%;
    }

/* VIDEO POpUP */
.poupvideo{
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    display:none;
    top: 0;
    bottom: 0;
    padding-top: 5%;
    background: #000000d9;
}
.poupvideo button.closebtn{
    position: absolute;
    right: 2%;
    background: #fff;
    padding: 5px;
    border-radius: 30px;
    width: 60px;
    font-size: 30px;
    height: 60px;
    font-weight: 800;
}
.poupvideo .innervideo{
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 10px;
    background: #fff;
}
.poupvideo .innervideo iframe{width:100%;min-height: 380px;}
.view_all{
    background: #f5f2f2;
    padding: 15px;
}
.view_all a{
    display: inline-block;
    padding: 10px 30px;
    background: #f11e00;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}
.page-widget{padding:30px 0; background:#fff;}
.page-widget .pagedet{}

/* CONTACT PAGE */
.contact-widget{
    padding: 30px 0;
}
.contact-widget .box-one{
    float: left;
    text-align: left;
    padding-right: 30px;
    padding-top: 0;
}
.contact-widget .box-one h3{
    font-size: 2.5em;
    color: #ed1b24;
    font-weight: 800;
}
.contact-widget .box-one p{color: #060606;font-size: 16px;margin-bottom: 14px;position: relative;padding-left: 20px;}
.contact-widget .box-one p i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #243b7e;
}
.contact-widget .box-one span{
    color: #243b7e;
    font-weight: 700;
    font-size: 20px;
}
.contact-widget .box-one h4{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}
.contact-widget .box-two{
    float: left;
    padding-top: 3%;
    padding-left: 4%;
    border-left: 1px solid #eeee;
}
 
.contact-widget .box-two ul{}
.contact-widget .box-two ul li{
    position: relative;
    padding: 7px 0px;
    padding-left: 10%;
}
.contact-widget .box-two ul li i{
    position: absolute;
    left: 0;
    font-size: 2em;
    top: 20px;
    color: #b4b4b4;
}
.contact-widget .box-two ul li span.heading{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-widget .box-two ul li span.subheading{
    display: block;
    font-size: 2em;
    font-weight: 700;
    color: #243b7e;
    line-height: normal;
}
.contact-widget .box-four{
    float: left;
    padding-top: 20px;
}
.contact-widget .box-four iframe{width:100%; height:400px;}

.gallery-widget{
    padding: 3% 0;
}
.gallery-widget .gridbox{}
.gallery-widget .gridbox figure{
    margin: 0;
}
.gallery-widget .gridbox figure img{width:100%;margin-bottom: 20px;}

.booknow-widget{
    padding: 40px 0;
    background: #eee;
}
.booknow-widget .rightbox{    background: #fff;
    padding: 5%;}
.booknow-widget h3{
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    padding-left: 5px;
}
.booknow-widget span{
    display: block;
    padding-left: 5px;
    margin-bottom: 20px;
}
.booknow-widget form{}
.booknow-widget form .lblbox{
    display: inline-block;
    float: left;
    padding: 0 5px;
}
.booknow-widget form .lblbox label{
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.booknow-widget form .lblbox input{
    width: 100%;
    margin-bottom: 7px;
    border: 2px solid #e7e7e7;
    padding: 10px;
    outline:none;
}
.booknow-widget form .lblbox select{width: 100%;
    margin-bottom: 7px;
    border: 2px solid #e7e7e7;
    padding: 10px; outline:none;}
.booknow-widget form .lblbox button{
    display: inline-block;
    padding: 10px 30px;
    background: #f11e00;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border: none;
    margin-top: 10px;
}

/*****************************************************/
.widget-content-new{
    padding-top: 40px;
    background: #f3f3f3;
    padding-bottom: 40px;
}
.widget-content-new .inner-widget{
    padding-bottom: 10px;
}
.widget-content-new .inner-widget span{
    margin: 0;
    color: #f12a00;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    display: block;
}
.widget-content-new .inner-widget p{
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}
.widget-content-new .inner-widget h1{
    font-size: 2.5em;
    text-transform: uppercase;
    color: #000;
}
.widget-content-new .inner-widget h2{
    font-size: 1.5em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.widget-content-new .inner-widget h3{
    font-size: 1.1em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
 
.widget-content-new .inner-widget-right img{width:100%;}

.abtwidget{}
.abtwidget .subhead{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 7px;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
}
.abtwidget h1{
    font-size: 28px;
    margin-bottom: 10px;
}
.abtwidget h2{}
.abtwidget p{
    text-align: justify;
    margin-bottom: 15px;
}

.abtwidget p a{font-weight:bold;}
.content-widget{
    padding-bottom: 5%;
    padding-top: 3%;
}
.content-widget h1{
    font-size: 26px;
}
.content-widget h2{
    font-size: 24px;
}
.content-widget h3{
    font-size: 22px;
}
.content-widget p{
    font-size: 17px;
    margin-bottom: 10px;
}
 
.whatsappicon{
          width: 50px;
          height: 50px;
          display: inline-block;
          position: fixed;
          bottom: 20px;
          right: 20px;
          z-index: 9;
}
.whatsappicon img{
width: 100%;
}
      