﻿/*style.css*/
body {    
    background: #ffffff url(../img/bg.png) repeat-x;
    /*font-family: 'Gilroy';*/
    overflow-x: hidden;
}


/*====================================*/


.header-trans #logoDark {
    display: block !important;
}

.full-h {
z-index:9999;
}

header{
    /*padding-top:30px;*/
    width:1750px;
    max-width:100%;
    margin:0 auto;
}

.header-white .w-container #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    line-height: 80px;
    height: 80px;    
} 

.header-white.header {
	height: 80px !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link
{
	line-height: 80px;
    height: 80px;
    margin: 0 20px;
}
 
.innerheader .req-demo .mega-menu-link{
	height: 40px !important;
    line-height: 40px !important;
    color: #000 !important;
}

.header-show #mega-menu-item-13099 .mega-menu-link{
color:#000 !important;
}


.logobox img {
    max-width:100%;
}

.site_nav{
    width: 85%;
    float: right;
}

.site_nav .navbar-default {
    background:none;
    border:none;
    margin-bottom:0;
}

.request_info., .req-demo .mega-menu-link{
    background: #fee000;
    width: 130px;
    height: 40px;
    padding: 0 !important;
    line-height: 40px !important;
    text-align: center;
    margin-top: 5px;
    box-shadow: 0 0 15px #d1cfcf;
}

/*header .request_info:hover, .req-demo .mega-menu-link:hover {
    background: #000 !important;
    color:#ffffff !important;
}*/


.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
/*====================================*/
.footer_logo {
    float: left;
    width: 285px;
}

.ft_box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.ft_box ul > li {
    list-style: none;
    display: block;
    float: none !important;
    width: 100% !important;
}

.ft_box p {
    font-size: 16px;
    font-weight: 300;
    color: #0a1a2b;
    padding-right:40px;
    margin-bottom:10px;
}

.ft_box p:last-child{
    margin-bottom:0;
}


footer{
    padding:65px 0;
}

.footer_container ul {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.mobview .ft_box ul {
    display:none;
}

.footer_container ul li{
    float:left;
    width:16%;
}

.ft_box ul li a {
    font-size: 16px;
    color: #0a1a2b;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}

.ft_box h4 {
    font-size: 16px;
    color: #0a1a2b;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: bold;
    font-style: normal;
    position: relative;
}

.copyriht p {
    padding-left: 0%;
    font-size: 16px;
    font-weight: 300;
    color: #0a1a2b;
    padding-top: 65px;
    margin-bottom: 0;
}


.container3{
    width:1220px;
    float:left;
    max-width:100%;
}
/*======================achivement=========================*/
#achivement {
    padding: 65px 0;
    background: #f2f2f2;
}

    #achivement ul {
        padding-left: 0;
        margin-bottom: 0;
        text-align: justify;
    }

    #achivement ul li {
        list-style: none;
        display:inline-block;
        padding: 0 50px;
    }

    #achivement ul li:first-child{
        padding-left:15px;
    }

/*     #achivement ul li:last-child{
        padding-right:0;
    }*/

.container2 {
    width: 1220px;
    margin: 0 auto;
    max-width: 100%;
}

footer {
    width: 1755px;
    max-width: 100%;
    margin: 0 auto;
}

.copyriht{
    padding-bottom:65px;
}
/*=========================ctapart===================================*/
#ctapart {
    background: #0a1a2b;
    padding-top: 90px;
    padding-bottom: 60px;
}

    #ctapart h5 {
        font-size: 36px;
        color: #fee000;
        font-weight: bold;
        margin-bottom:23px;
    }

.sub_heading {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 2px;
}

#ctapart p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.reqbtn {
    background: #fee000;
    color: #000;
    font-size: 18px;
    width: 187px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Gilroy';
}

    .reqbtn:hover,
    .reqbtn:focus {
        text-decoration: none;
        color: #000;
    }



/*==================== spotlight ===========================*/

#spotlight {
    width: 1530px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 200px;
    max-width: 100%;
    background: #fff;
}



.webheading {
    font-size: 36px;
    font-weight: bold;
    text-transform:uppercase;
}

.box_1{
    margin-top:55px;
}

.yelobg {
    background: #fee000;
    padding: 20px 20px;
    width: 380px;
    position: absolute;
    top: 75%;
    left: 98px;
    min-height: 160px;
    box-shadow: 3px 1px 19px #00000021;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    z-index: 1;
}

.yelobg:hover{
    box-shadow:none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.readbtn {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.yelobg p {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    min-height:80px;
}

.readbtn:hover {
    text-decoration: none;
    color: #000;
}

.arrowbtn{
    padding-left:4px;
}

/*======================awards===========================*/

#awards {
    width: 1530px;
    margin: 0 auto;
    padding-top: 55px;    
    max-width: 100%;
    position:relative;
}


.awdbox {
    background: #ffffff;
    box-shadow: 0px 0px 15px #d5d5d5;
    width: 490px;
    height: 200px;
    display: inline-block;
    padding: 30px;
}

    .awdbox table{
        width:100%;
    }
    .awdbox table tr td{
        font-size:22px;
        font-weight:500;     
        text-align:left;
    }

    .awdbox table tr td img{
        padding-right:30px;
    }

    .awdslider {
        position: relative;
        height: 280px;
        margin-top: 50px;
    }

.ritarrow {
    position: absolute;
    right: 85px;
    top: 40%;
    z-index: 99;
}

.leftarrow {
    position: absolute;
    left: 85px;
    top: 40%;
    z-index: 99;
}


.awdbox #mySlider1 li a {
    color: #000;
}
/*=========================== impact ======================================*/
#impact {
    padding-bottom: 117px;
    padding-top: 60px;
    width: 1754px;
    margin: 0 auto;
    max-width: 100%;
    background: #fff;
}

.val_text {
    font-size: 16px;
    font-weight: 600;
    padding-top:10px;
}

.box_2 {
    /*box-shadow: 0px 1px 19px #00000021;*/
    box-shadow: 0px 0px 15px #ededed;
    margin-top: 50px;
}

.box_2title {
    background: #f2f2f2;
    font-size: 32px;
    font-weight: 600;
    padding:15px 10px;
}

.col_box {
    padding: 30px 0;
}

.statvalue {
    font-size: 70px;
    font-weight: 300;
    line-height: 72px;
}

.impactbox_1{
    padding:0 60px;
}

.row .impactbox_1:first-child{
    padding-left:0;
}

.row .impactbox_1:last-child {
    padding-right: 0;
}

.socialmedia{
    margin-top:20px;
}

.socialmedia span{
    margin-right:20px;
}

    .socialmedia img {
        background: #fff;
        box-shadow: 0px 4px 30px #d5d5d5;
    }



/*======================= selfdriving =============================*/

#selfdriving{
    padding-bottom:40px;
}

#selfdriving img {
    max-width: 100%;
}

/*====================== counter_section ======================================*/

#counter_section {
    padding-bottom: 30px;
    padding-top: 40px;
    width: 1530px;
    max-width: 100%;
    margin: 0 auto;
}


.count-num, .countvalue {
    font-size: 70px;
    color: #19bbee;
    font-weight: 500;
}

#counter_section ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}

    #counter_section ul li {
        display: inline-block;
        width:250px;
        margin:0 30px;
    }


    #counter_section ul li:first-child{
        margin-left:0;
    }

        #counter_section ul li:last-child {
            margin-right: 0;
        }

.states_title {
    font-size: 16px;
    font-weight: bold;
}

.stat_link a{
    font-size:16px;
    font-weight:500;
    color:#000;
}

.stat_link a img{
    padding-left:5px;
}

/*============================== enge_section =========================================*/



#enge_section {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1530px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 180px;  
}

.box_3 h1 {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    line-height:43px;
}

    .box_3 h1 span {
        text-transform: uppercase;
        font-weight: bold;
        display:block;
    }

.cta_part ul{
    padding-left:0;
    list-style:none;
    margin-top:30px;
    
}

.cta_part ul li {
    display: inline-block;
}

.reqestdemo {
    background: #fee000;
    text-decoration: none;
    color: #000;
    width: 190px;
    height: 53px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 53px;
    box-shadow: 0px 7px 21px #d9d8d8;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

    .reqestdemo:hover,
    .reqestdemo:focus {
        background: #000;
        color: #fee000;
        text-decoration: none;
        box-shadow: none;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }



.platbtn {
    background: #ffffff;
    text-decoration: none;
    color: #000;
    width: 190px;
    height: 53px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 53px;
    box-shadow: 0px 7px 21px #d9d8d8;
    margin-left: 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    display:none;
}

    .platbtn:hover,
    .platbtn:focus {
        background: #000;
        color: #fee000;
        text-decoration: none;
        box-shadow: none;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }


    /*============================================================*/

.box_4 .nav-tabs {
    display: inline-block;
    text-align: right;
    width: 270px;
    border-bottom: 0;
    position: relative;
    float: left;
}

    .box_4 .nav-tabs .nav-item {
        height: 61px;
        /*border-top: 1px solid #909090;*/
        float: none;
    }

    .box_4 .nav-tabs .nav-item a::before {
        content: '';
        border-top: 1px solid #909090;
        display: block;
        width: 137px;
        right: 0;
        position: absolute;
    }

    .box_4 .nav-tabs .nav-link {
        border: none;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #909090;
        font-size: 18px;
        font-weight: 500;
        padding-right: 0;
        padding-left: 0;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }

    .box_4 .nav-tabs > li.active > a {
        background: none;
        outline:none;
        border:none;
    }

.box_4 .nav-tabs .nav-link:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    font-size: 24px;
    color: #000;
    background: none;
}

        .box_4 .nav-tabs .nav-link.active {
            font-size: 24px;
            color: #000;
            background: none;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
        }

.box_4 .tab-content {
    /*width: 700px;*/
    width: 675px;
    display: inline-block;
    margin-left: 40px;
}

    .righttab{
        position:relative;
    }

    .vieodiv{
        position:relative;
        top:-120px;
        z-index:1;
    }

        .vieodiv img {
            box-shadow: 0px 0 30px #d5d2d2;
        }

.text_tab {
    background: #ffffff;
    width: 415px;
    height: 288px;
    display: inline-block;
    margin-top: -187px;
    right: -50px;
    position: absolute;
    z-index: 0;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

    .text_tab h4 {
        font-size: 30px;
        font-weight: bold;
    }

.text_tab p{
    font-size:20px;
    font-weight:500;
}

.text_tab .stat_link a{
    font-size:20px;
}

.text_tab .stat_link a:hover{
    text-decoration:none;
}

.patch {
    width: 58px;
    height: 58px;
    position: absolute;
    right: -174px;
    background: #6be084;
    margin-top: -180px;
    z-index: -1;
}

.patch_1 {
    width: 110px;
    height: 110px;
    position: absolute;
    right: -115px;
    background: #19bbee;
    margin-top: -122px;
    z-index: -1;
}


/*=========================== trusted ==================================*/

#trusted {
    padding-top: 120px;
    padding-bottom: 50px;
    width: 1530px;
    max-width: 100%;
    margin: 0 auto;
}



.brands_slider_container {
    
    border: none;
    box-shadow: none;
    padding-left: 97px;
    padding-right: 97px;
    background: none;
}

.brands_slider {
    height: 100%;
    margin-top: 50px
}

.brands_item {
    height: 100%
}

    .brands_item img {
        max-width: 100%;
         filter: grayscale(100%);
    }

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

    .brands_nav i {
        color: #e5e5e5;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

    .brands_nav:hover i {
        color: #676767
    }

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}

/*================================================*/
.col_box_1 {
    background: #fff;
    border: 2px solid #fee000;
    box-shadow: 0px 0px 15px #000;
    padding: 40px;
    max-height: 500px;
    box-shadow: 0px 0 23px #ebeaea;
}

#trusted .thumail .slides img {
    width: auto;
    filter: grayscale(100%);
}

#trusted .thumail {
    background: none;
    border: none;
    margin-bottom: 20px;
    margin-top: 50px;
}

.brnd {
    padding-bottom: 20px;
}

.flexslider .slides .cl_1 .brnd img {
    width: auto;
}

.col_box_1 .cl_1 p{
    font-size:22px;
    font-weight:500;
}

.col_box_1 .cl_right{
    text-align:right;
}

    .col_box_1 .cl_right img {
        max-width: 100%;
        width: auto;
        display: initial;
        margin-top: 20px;
    }



.tustbox {
    position: relative;
    width: 1326px;
    margin: 0 auto;
    margin-top: 50px;
}

.tustbox .spot1 {
    left: -100px;
    top:60%;
}

.tustbox .spot2 {
    left: -72px;
    top: 43%;
}

.tustbox .spot3 {
    right: -128px;
    top:60%;
}

.tustbox .spot4 {
    right: -95px;
    top: 67%;
}

.spot1 {
    background: #6be084;
    display: inline-block;
    width: 58px;
    height: 58px;
    position: absolute;
   
}

.spot2 {
    display: inline-block;
    width: 110px;
    height: 110px;
    position: absolute;
    border: 2px solid #000;
}

.spot3 {
    background: #000000;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
}

.spot4 {
    display: inline-block;
    width: 110px;
    height: 110px;
    position: absolute;
    border: 2px solid #19bbee;
}

#carousel .flex-direction-nav .flex-next {
    right: -116px;
    top: 84px;
}

#carousel .flex-direction-nav .flex-prev {
    left: -121px;
    top: 84px;
}

#carousel li {
    padding-left: 17px;
}


#slider .flex-direction-nav a {
    top: initial;
    width: 60px;
    height: 60px;
}

#slider .flex-direction-nav .flex-next {
    bottom: 0;
    left: -5px;
}

#slider .flex-direction-nav .flex-prev {
    left: -70px;
    bottom: 0;
}

#slider .flex-direction-nav a:before {
    width:60px;
    height:60px;
}

#slider .flex-direction-nav li:last-child {
    margin-left: -7px;
}


/*=================================================================================================================*/




.slider3 {
    position: relative;
    width: 100%;
    max-width: 100%;
}

    .slider3 .slider__inner {
        display: flex;
        position: relative;
        align-items: center;
        max-width: 750px;
        height: 275px;
        margin: 0 auto;
    }

        .slider3 .slider__inner .slider__item {
            position: absolute;
            height: 150px;
            width: 350px;
            opacity: 0;
            transition: all 0.3s ease-in-out;
            z-index: -1;
            pointer-events: none;
            user-select: none;
        }

        .slider3 .slider__inner .slider__item-trigger-next {
            left: 15%;
            transform: translateX(-50%);
        }

        .slider3 .slider__inner .slider__item-trigger-previous {
            left: 85%;
            transform: translateX(-50%);
        }

        .slider3 .slider__inner .slider__item-selected {
            box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
            height: 200px;
            opacity: 1;
            left: 50%;
            transform: translateX(-50%);
            width: 350px;
            z-index: 2;
        }

        .slider3 .slider__inner .slider__item-previous, .slider .slider__inner .slider__item-next {
            height: 150px;
            opacity: 1;
            width: 350px;
            z-index: 1;
        }

        .slider3 .slider__inner .slider__item-last, .slider .slider__inner .slider__item-first {
            opacity: .4;
            z-index: 0;
        }

        .slider3 .slider__inner .slider__item-previous {
            left: -30%;
            transform: translateX(-50%);
        }

        .slider3 .slider__inner .slider__item-next {
            left: 70%;
            transform: translateX(-50%);
        }

        .slider3 .slider__inner .slider__item-first {
            left: 15%;
            transform: translateX(-50%);
        }

        .slider3 .slider__inner .slider__item-last {
            left: 130%;
            transform: translateX(-50%);
        }

        .slider3 .slider__inner .slider__item-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .slider3 .slider__inner .slider__item-img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .slider3 .slider__inner .slider__item-datas {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: .5rem 0;
            background-color: rgba(255, 255, 255, 0.75);
            text-align: center;
            font-family: 'Arial';
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .slider3 .slider__controls {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

@media (max-width: 750px) {
    .slider3 .slider__controls {
        display: none;
    }
}

.slider3 .slider__controls-previous, .slider3 .slider__controls-next {
    border: 0;
    cursor: pointer;
    font-size: 50px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.75);
    padding: 0;
}

    .slider3 .slider__controls-previous:focus, .slider3 .slider__controls-next:focus {
        outline: none;
    }



    /*===============================================*/

.plusdiv {
    background: url('../img/plusicon.png') no-repeat right;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: -2px;
    background-size: 15px 15px;
}


.minusdiv {
    background: url('../img/minus.png') no-repeat right;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: -2px;
    background-size: 15px 15px;
}

.hero-section .hero-short {
background-image: none;
}

.hero-section .hero-short  h1{
color:#000;
}
