body,html{
    overflow-x: hidden;
}
body{
    font-family: "Exo 2", sans-serif;
    background: white;
}
.inner-content{
    width: 1240px;
    max-width: 100%;
    margin: 0px auto;
    position: relative;
}
.inner-bg-container{
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
}
.header-logo{
    position: absolute;
    left: 0px;
    top: 28px;
}
.main-menu li a{
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255) !important;
}
.main-menu li a.active{
    color: #47b0cd !important;
}
.main-menu li a:hover{
    color: #ade9fa !important;
}
.main-menu li{
    list-style-type: none;
    float: left;
    position: relative;
    margin-left: 40px;
}
.main-menu li:after{
    content: '';
    background: #3b94b2;
    height: 17px;
    width: 2px;
    position: absolute;
    left: -19px;
    top: 4px;
}
#header .main-menu li:nth-child(2):after{
    display: none;
}
.sticky-head .main-menu li:nth-child(1):after{
    display: none;
}
.main-menu li a:hover{
    text-decoration: none;
}
.footer.le.about{
    margin-top: -60px;
}
.main-menu{
    position: absolute;
    right: 0px;
    top: 35px;
}
#header{
    height: 714px;
    background: url("../img/bg1.jpg") 50% 50% no-repeat;
}
.header-title{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 290px;
}
.header-title h1{
    font-size: 61.53px;
    font-family: "Termina";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}
.header-title h2{
    font-size: 34px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    margin-top: 25px;
}
.traffic-section{
    height: 638px;
    background: url("../img/bg-traffic.png") 50% 50% no-repeat;
    position: relative;
    top: -120px;
}
.traffic-title {
    padding-top: 140px;
    font-size: 48px;
    font-family: "Termina";
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
    font-weight: 500;
}
.traffic-subtitle{
    font-size: 36px;
    font-family: "Termina";
    color: rgb(255, 255, 255);
    line-height: 1.25;

    text-align: center;
}
.traffic-phone{
    text-align: center;
    padding: 65px 0px;
    padding-bottom: 50px;
}
.traffic-bot-text{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.75;
    text-align: center;
    font-weight: 300;
}
.three-steps{
    margin-top: -210px;

}
.three-steps .inner-bg-container{
    background: #f1f1f1;
    padding-top: 70px;

    padding-bottom: 80px;
}
.three-steps .traffic-subtitle{
    color: rgb(29, 72, 108);
}
.step-circle{
    width: 267px;
    height: 267px;
    background: #47b0cd;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    position: relative;
    margin: 0px auto;
}
.step-dig{
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 36px;
    font-family: "Termina";
    color: rgb(255, 80, 33);
    line-height: 1.167;
    text-align: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: white;
    line-height: 66px;
}
.three-steps .row{
    margin-top: 50px;
    margin-bottom: 80px;
}
.step-title{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    line-height: 1.75;
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
}
.three-steps .traffic-bot-text{
    color: rgb(87, 87, 87);
}
.family-of-apps .traffic-title{
    color: #ff5021;
    padding-top: 165px;
}
.family-of-apps{
    margin-top: -80px;
    height: 432px;
    background: url("../img/bg-family.png") 50% 50% no-repeat;
    /*background-color: #f1f1f1;*/
    position: relative;
}
.set-ss{

    margin-top: -85px;

}
.set-ss .inner-bg-container{
    background: #1d486c;
    padding-top: 100px;
    padding-bottom: 130px;
}
.ss-img{
    height: 100px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    position: relative;
}
.ss-title {
    font-size: 36px;
    font-family: "Termina";
    color: rgb(71, 176, 205);
    line-height: 1.333;
    text-align: center;
    margin-bottom: 45px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.ss-text{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    font-weight: 300;
    margin-bottom: 45px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.ss-text b{
    font-weight: 600;
}
.ss-cta-container{
    text-align: center;
}
.ss-learn {
    display: inline-block;
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(255, 80, 33);
    text-transform: uppercase;
    height: 49px;
    border: 3px solid rgb(255, 80, 33);
    text-align: center;
    line-height: 44px;
    border-radius: 8px;
    width: 194px;
}
.ss-learn:hover{
    text-decoration: none;
    color: white;
    background: rgb(255, 80, 33);
}
.report-dang .traffic-subtitle{
    color: #616161;
    padding: 40px 0px;

}
.report-dang{
    margin-top: -73px;
    height: 529px;
    background: url("../img/bg-dang.png") 50% 50% no-repeat;
    padding: 76px 0px;
}
.vsc{
    margin-top: -33px;
}
.vsc .traffic-subtitle{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(29, 72, 108);
    line-height: 1.75;
    text-align: center;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 38px;
}
.footer .main-menu{
    position: static;
    margin: 0px;
    padding-left: 0px;
}
.footer .main-menu li:after{
    display: none;
}
.footer .main-menu{
    text-align: center;
    margin-bottom: 45px;
}
.footer .main-menu li{
    float: none;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}
.footer .main-menu li a.active {
    color: white !important;
}
.footer .main-menu li a.active:hover {
    color: #ade9fa !important;
}

.footer{
    padding-top: 140px;
    background: url("../img/foot-bg.png") 50% 0px no-repeat;
    padding-bottom: 50px;
    margin-top: -90px;
}
.footer-apps{
    text-align: center;
    margin-bottom: 35px;
}
.footer-apps a{
    display: inline-block;
    margin: 0px 15px;
}
.footer-copy{
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.875;
    text-align: center;
}
.about-sect-img{
    background: url("../img/about.png") 50% 0px no-repeat;
    height: 495px;
    margin-top: -90px;
    position: relative;
}
.about-sect-img.le-bg{
    background: url("../img/le-bg.png") 50% 0px no-repeat;
}
#header.header-small .inner-bg-container{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
    background: #0d233e; /* Old browsers */
    background: -moz-linear-gradient(top,  #0d233e 0%, #1d486c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0d233e 0%,#1d486c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0d233e 0%,#1d486c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d233e', endColorstr='#1d486c',GradientType=0 ); /* IE6-9 */
}
#header.header-small{
    height: auto;
}
#header.header-small .inner-content{

    padding-top: 165px;
    padding-bottom: 130px;
}
#header.header-small .header-title{
    position: static;
    padding: 40px 0px;
}
.about-we-created{
    color: #ff5021;
    height: 660px;
}
.about-we-created .traffic-title,
.about-we-created .traffic-subtitle{
    color: #ff5021;
}
.about-we-created-icon{
    text-align: center;
    margin: 60px 0px;
}
.about-we-created .traffic-title{
    padding-top: 40px;
    margin-bottom: 30px;
}
.about-we-created .about-we-created-text{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    line-height: 1.75;
    text-align: center;
    padding: 0px 15%;
    font-weight: 200;
}
.about-so-we-dev .traffic-subtitle{
    color: #1d486c;
}
.family-of-apps.about .traffic-subtitle{
    color: #ff5021;
    padding-top: 175px;
}
.family-of-apps.about{
    margin-top: -145px;
}
.report-dang.about .about-we-created-text{
    color: #575757;
    font-family: "Open Sans";
    font-weight: 300;
    padding: 0px 23%;
}
.about-respond-911 .about-we-created-text{
    color: #575757;
    font-family: "Open Sans";
    font-weight: 300;
}
.text-orange{
    color: #ff5021;
}
.text-gray{
    color: #575757;
}
.text-white{
    color: white;
}
.video-container{
    text-align: center;
}
.capture-item{
    width: 33%;
    text-align: center;
}
.capture-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.capture-text {
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.75;
    text-align: center;
    font-weight: 200;
}
.about-the-team .traffic-title{
    color: #1d486c;
    font-weight: 300;
}
.teammate{
    text-align: center;
}
.teammate-title {
    font-size: 36px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    line-height: 1.167;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
}
.teammate-text{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    line-height: 1.167;
    text-align: center;
    margin-bottom: 65px;
    font-weight: 300;
}
.teammate-img{
    margin-bottom: 22px;
}
.interesting-link a{
    font-size: 48px;
    font-family: "Termina";
    color: rgb(255, 80, 33);
    line-height: 1.5;
}
.interesting-link{
    text-align: center;
}
.interesting-link a:hover{
    color: #ff8c6d;
    text-decoration: none;
}
.about-we-created .inner-bg-container{
    background: url("../img/shape-top.png") 50% 50% no-repeat;
    height: 100%;
}
.about-we-created{
    margin-top: -50px;
}
.inner-bg-container .traffic-title{
    margin-bottom: 17px;
}
.about-so-we-dev{
margin-top: -125px;
    position: relative;
    z-index: 2;
}
.about-so-we-dev .inner-bg-container{
    height: 639px;
    background: url("../img/about-so-we-bg.png") 50% 50% no-repeat;
    padding: 50px 0px;
    padding-bottom: 100px;
}
.about-so-we-dev .traffic-subtitle{
    padding-top: 110px;
    line-height: 1.5;
}
.about-so-we-dev.le-p .inner-bg-container{
    height: 639px;
    background: url("../img/le-items-bg.png") 50% 50% no-repeat;
    padding: 50px 0px;
    padding-bottom: 100px;
}
.about-so-we-dev.le-p .traffic-subtitle{
    padding-top: 110px;
    line-height: 1.5;
}
.set-ss{
    margin-top: -120px;
    position: relative;
    z-index: 2;
    height: 851px;
}
.set-ss .inner-bg-container{
    height: 100%;
}
.set-ss .inner-bg-container{
    background: url("../img/about-so-we-dev-bg.png") 50% 50% no-repeat;
}
.set-ss .row{
    padding-top: 75px;
}
.report-dang.about{
    background: none;
    padding: 0px;
    margin-top: -110px;
}
.report-dang.about .inner-bg-container{
    height: 100%;
    background: #f1f1f1;
    background: url("../img/bg-dang-aboout.png") 50% 50% no-repeat;
}
.report-dang.about .about-we-created-text{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    line-height: 1.75;
    text-align: center;
    font-weight: 200;
    padding: 0px 8%;
    padding-top: 40px;
}
.report-dang.about .traffic-phone{
    padding-top: 80px;
}
.about-respond-911 .inner-bg-container{
    background: url("../img/shape-about-respond.png") 50% 50% no-repeat;
    height: 100%;
}
.about-respond-911{
    margin-top: -68px;
    height: 650px;
}
.about-respond-911 .about-we-created-text{
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    line-height: 1.75;
    text-align: center;

}
.about-respond-911 .traffic-title{
    padding-top: 82px;
    margin-bottom: 45px;
}
.about-respond-911 .about-we-created-text{
    padding-top: 35px;
}
.three-steps{
    margin-top: -100px;
}
.three-steps .inner-bg-container{
    background: url("../img/bg-about-3-steps.png") 50% 50% no-repeat;
}
.traffic-section .traffic-title{
    margin-bottom: 10px;
}
.traffic-section .video-container{
    padding-bottom: 160px;
}
.traffic-section.page-about{
    background: none;
    height: auto;
}
.with-orange-lines .inner-bg-container{
    position: relative;
    overflow: hidden;
}
.with-orange-lines{

}
.with-orange-lines .inner-bg-container:after{
    content: '';
    width: 928px;
    height: 291px;
    background: url("../img/or-top.png");
    position: absolute;
    left: calc(50% - 1485px);
    top: 45px;
}
.with-orange-lines .inner-bg-container:before{
    content: '';
    width: 928px;
    height: 291px;
    background: url(../img/or-bot.png);
    position: absolute;
    left: calc(50% + 314px);
    bottom: 37px;
}
.three-steps.page-about{
    z-index: 3;
    position: relative;
}
.capture-and-report .inner-bg-container{
    background: url("../img/bg-about-capture.png") 50% 50% no-repeat;
    height: 100%;
}
.capture-and-report{
    height: 1169px;
    margin-top: -220px;
    position: relative;
    z-index: 4;
}
.capture-and-report .traffic-title{
    padding-top: 60px;
    margin-bottom: 12px;
}
.capture-and-report .traffic-phone{
    padding-top: 45px;
    padding-bottom: 65px;
}
.capture-item-img{
    margin-bottom: 25px;
}
.capture-item{
    margin-bottom: 50px;
}
.about-the-team .inner-bg-container{
    background: url("../img/bg-team.png") 50% 50% no-repeat;
}
.about-the-team .traffic-title{
    padding-top: 90px;
    margin-bottom: 60px;
}
.about-the-team {
    padding-bottom: 30px;
    margin-top: -100px;
    position: relative;
    z-index: 6;
}
.about-the-team .inner-bg-container{
    height: 100%;
}
.about-the-road .traffic-title{
    padding-top: 190px;
}
.about-the-road .inner-bg-container{
    padding-bottom: 180px;
}
.about-the-road{
    margin-top: -100px;
}
.about-interesting  .inner-bg-container{
    padding-top: 130px;
    padding-bottom: 90px;
}
.about-interesting{
    margin-top: -110px;
}
.about-interesting .traffic-subtitle{
    margin-bottom: 40px;
}
.three-steps.ind{
    margin-top: -210px;
}
.three-steps.ind .inner-bg-container {
    background: #f1f1f1;
}
.family-of-apps.ind{
    position: relative;
    z-index: 3;
}
.set-ss.ind .inner-bg-container {
    background: #1d486c;
}
.report-dang.ind{
    position: relative;
    z-index: 3;
}
.vid-bg-class{
    position: absolute;
    width: 100%;
    top: -50px;
}
.vid-bg-class video{
    width: 100%;
}
#header.index .inner-bg-container{
   height: 100%;
    position: relative;
}
.gradient-overlay{
    background-image: radial-gradient(circle, rgba(255,255,255,0),  #0d233e);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.gradient-overlay.over-layer{
    background-image: none;
    background: rgba(13, 35, 62, 0.2);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.about-we-created.le-p{
    height: auto;
    padding-bottom: 80px;
}
.lep-list-item{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.lep-list-item img{
    float: left;
}
.lep-list-text {
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    line-height: 1.75;
    text-align: left;
    padding-left: 40px;
}
.about-so-we-dev.le-p{
    height: auto;

}
.about-we-created.le-p.parking.safe.safe-edit {
    padding-bottom: 0px;
}
.about-we-created.le-p.parking.safe.safe-edit .inner-bg-container{
    padding-bottom: 60px;
}

.about-so-we-dev.le-p .inner-bg-container{
    height: auto;
}
.lep-list{
    padding-top: 70px;
}
.le-blue-bg-vid .inner-bg-container{
    background: #47b0cd;
    height: 687px;
}
.le-vid-container{
    width: 855px;
    height: 0px;
    max-width: 100%;
    padding-bottom: 38.5%;
    position: relative;
    margin: 0px auto;
}
.le-vid-container iframe{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

}
.le-blue-bg-vid  .inner-content{
    padding-top: 70px;
    padding-bottom: 20px;
}
.le-blue-bg-vid{
    margin-top: -90px;
}
.family-of-apps.about.le .traffic-subtitle{
    color: #616161;
}
.footer.le{
    background: url(../img/bg-footer-le.png) 50% 0px no-repeat;
    padding-top: 70px;
}
.family-of-apps.about.le .traffic-subtitle{
    padding-top: 140px;
}
.header-small.parking .header-title h2{
    font-weight: 300;
    line-height: 1.7;
    padding-left: 5%;
    padding-right: 5%;
}
.about-sect-img.parking{
    background: url(../img/img-parking.png) 50% 0px no-repeat;
    height: 636px;
}
#header.header-small.parking .header-title{
    padding-bottom: 0px;
}
.about-we-created.le-p.parking .inner-bg-container {
    background: url(../img/shape-top.png) 50% 24% no-repeat;
}
.about-we-created.le-p.parking .about-we-created-text {
    padding: 0px;
    padding-bottom: 40px;
}
.col-sm-text {
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    line-height: 1.75;
    text-align: left;
    font-weight: 300;
}
.sm-vid{
    margin-top: 55px;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 56%;
}
.sm-vid iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.with-white-img{
    text-align: right;
    padding-right: 35px;
}
.parking-collumg{
    margin-top: 50px;
}
.about-so-we-dev.le-p.parking .inner-bg-container {
    height: 1304px;
    background: url(../img/parking-collumn-bg.png) 50% 50% no-repeat;
}
.parking-it-takes {
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.75;
    text-align: center;
    font-weight: 300;
    padding: 30px 0px;
}
b{
    font-weight: 600;
}
.parking-blue-img{
    text-align: center;
}
.le-blue-bg-vid.parking .inner-bg-container {
    background: url(../img/bg-traffick-blue.png) 50% 50% no-repeat;
    height: 1293px;
}
.le-blue-bg-vid.parking .traffic-title{
    padding-top: 0px;
}
.about-sect-img.parking.safe{
    background: url(../img/safe-top.png) 50% 0px no-repeat;
    height: 495px;
}
.traffic-supertitle{
    font-size: 66px;
    font-family: "Termina";
    color: rgb(255, 80, 33);
    line-height: 0.909;
    text-align: center;
    font-weight: 300;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 60px;
}
.flext-center{
    align-items: center;
    justify-content: center
}
.safe .traffic-supertitle{
    margin-bottom: 100px;
}
.about-so-we-dev.le-p.parking.safe .inner-bg-container {
    height: 1712px;
    background: url(../img/bg-safe-gray-big.png) 50% 50% no-repeat;
}
.safe .row.flext-center{
    margin-bottom: 50px;
}
.traffic-section.page-about.with-orange-lines.safe .video-container{
    padding-top: 160px;
}
.capture-and-report.safe{
    height: 1353px;
}
.capture-and-report.safe .traffic-title {
    padding-top: 150px;
}
.capture-and-report.safe .inner-bg-container {
    background: url(../img/bg-safe-big-blue.png) 50% 50% no-repeat;
    height: 100%;
}
.set-ss.safe .traffic-title{
    font-family: "Open Sans";
    color: rgb(71, 176, 205);
    font-weight: 300;
}
.set-ss.safe .inner-bg-container {
    background: url(../img/safe-bg-blue-small-egg.png) 50% 50% no-repeat;
}
.set-ss.safe {
    height: 751px;
}
.set-ss.safe .traffic-title {
    padding-top: 0px;
    margin-bottom: 0px;
}
.set-ss.safe .row {
    padding-top: 55px;
}
.about-we-created.le-p.parking.safe .inner-bg-container {
    background: #f1f1f1;
    padding-top: 200px;
    padding-bottom: 200px;
}
.about-we-created.le-p.parking.safe{
    margin-top: -130px;
}
.about-we-created.le-p.parking.safe .traffic-title{
    font-size: 36px;
    font-family: "Termina";
    color: rgb(97, 97, 97);
    line-height: 1.667;
    text-align: center;
    font-weight: 300;
    padding-top: 0px;
}
.about-we-created.le-p.parking.safe .about-we-created-icon {
    margin: 0px;
    margin-bottom: 40px;
}
.family-of-apps.about.le.parking-download {
    height: 200px;
}
.family-of-apps.about.le.parking-download .inner-bg-container{
}
.footer.safe{
    position: relative;
}
.family-of-apps.about.le.parking-download{
    background: url(../img/dowload-cc-bg.png) 50% 0px no-repeat;
}
.family-of-apps.about.le.parking-download .interesting-link{
    padding-top: 60px;
}
.sticky-head{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: -100px;
}
.sticky-head.active-sticky{
    opacity: 1;
    visibility: visible;
    top: 0px;
}
.sticky-head .header-logo {
    top: 13px;
}
.sticky-head .inner-bg-container{
    height: 81px;
    background: white;
}
.sticky-head  .main-menu li a {
    color: #1d486c !important;
}
.sticky-head  .main-menu li a:hover,
.sticky-head  .main-menu li a.active {
    color: #47b0cd !important;
}
.sticky-head  .main-menu {
    top: 28px;
}
.sticky-head  .main-menu li:after {
    background: #47b0cd;
}
.mobile-burger{
    position: absolute;
    right: 15px;
    width: 26px;
    height: 23px;
    top: 39px;
    background: url("../img/burger-white.png");
    display: none;
    z-index: 333;
}
.mobile-burger.active-mob-menu{
    background: url("../img/mobile_menu_close.svg") 0px 0px no-repeat;
}
.header-logo-mob-menu{
    display: none;
}
.footer-links{
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.875;
    text-align: center;
}
.footer-links a{
    margin: 0px;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.sticky-head .mobile-burger{
    display: none;
}
.le-blue-bg-vid.parking.parking-vid-replace .inner-bg-container {
    height: 780px;
}
@media all and (max-width: 1240px){
    .main-menu{
        position: fixed;
        left: 100%;
        left: 0px;
        top: 0px;
        top: -100%;
        width: 100%;
        height: auto;
        padding-top: 100px;
        background: white;
        padding: 0px;
        padding-top: 100px;
        transition: all 0.2s ease-in-out;
        z-index: 332;
    }
    .main-menu.active-mob-menu{
        top: 0px;
    }
    .main-menu:after{
        content: '';
        position: absolute;
        top: 100px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #000000;
    }
    .main-menu li:after {
        display: none;
    }
    .main-menu li{
        width: 100%;
        float: none;
        height: 56px;
        margin: 0px;
        padding-left: 15px;
        padding-right: 15px;

    }
    .main-menu li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 56px;
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb(29, 72, 108) !important;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
    }
    .main-menu li a:after{
        content: '';
        display: block;
        width: 6px;
        height: 10px;
        background: url("../img/mob-menu-right.jpg");
        position: absolute;
        right: 9px;
        top: 25px;
        display: none;
    }
    .header-logo-mob-menu{
        position: absolute;
        left: 15px;
        top: 22px;
        display: block;
    }
    .main-menu li:last-child a{
        border-bottom: none;
    }
    .mobile-burger{
        display: block;
    }
    .header-logo {
        left: 15px;
        top: 22px;
    }
    .header-title {
        text-align: center;
        width: 100%;
        position: absolute;
        padding: 0px 15px;
        left: 0px;
        top: 130px;

    }
    .header-title h1{
        font-size: 33.562px;
        font-family: "Termina";
        color: rgb(255, 255, 255);
        line-height: 1.333;
        text-align: center;
        font-weight: 300;
    }
    .index .header-title{
        position: static;
        padding-top: 130px;
    }
    .index .header-title h1{
        padding: 0px 30px;
    }
    .index .header-title h2{
        padding: 0px 30px;
        padding-bottom: 70px;
    }
    .header-title h2 {
        font-size: 24px;
        font-family: "Open Sans";
        color: rgb(255, 255, 255);
        line-height: 1.5;
        text-align: center;
    }
    .gradient-overlay{
        display: none;
    }
    #header video{
        display: none;
    }
    #header.index {
        height: auto;
        background: url(../img/mob-bg-head-index.jpg) 50% 50% no-repeat;
        background-size: 100% 100%;

    }
    .traffic-section{
        position: static;
        background: #47b0cd;
    }
    .traffic-title{
        font-size: 30px;
        font-family: "Termina";
        color: rgb(255, 255, 255);
        line-height: 1.6;
        text-align: center;
        padding: 0px 15px 0px;
    }
    .traffic-subtitle{
        font-size: 24px;
        font-family: "Open Sans";
        color: rgb(255, 255, 255);
        line-height: 1.75;
        text-align: center;
        font-weight: 300;
        padding: 0px 15px;
    }
    section:not(.sticky-head),
    section:not(#header) {
        padding: auto;
        height: auto;
        margin: auto;
    }
    .traffic-section{
        padding: 40px 0px;
    }
    .traffic-section .traffic-bot-text{
        padding-left: 15px;
        padding-right: 15px;
    }
    .traffic-phone{
        padding: 40px 0px;
    }
    .traffic-phone img{
        max-width: 100%;
    }
    .three-steps .inner-bg-container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-bg-container{
        padding: 0px;
    }
    .three-steps .traffic-subtitle {
        font-size: 36px;
        font-family: "Termina";
        color: rgb(29, 72, 108);
        line-height: 1.667;
        text-align: center;
    }
    .three-steps.ind .row .col-sm-4{
        margin-bottom: 40px;
    }
    .three-steps .row {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .family-of-apps .traffic-title {
        padding: 40px 0px ;
        font-family: "Termina";
        line-height: 1.6;
        font-weight: 300;
    }
    .set-ss .inner-bg-container {
        padding: 40px 15px;
    }
    .set-ss .row {
        padding-top: 0px;
    }
    .ss-title {
        margin-bottom: 30px;
    }
    .ss-text {
        margin-bottom: 30px;
    }
    .set-ss.ind .col-sm-4{
        margin-bottom: 40px;
    }
    .set-ss.ind .col-sm-4:last-child{
        margin-bottom: 20px;
    }
    .report-dang {
        margin-top: 0px;
        height: auto;;
        background: #f1f1f1;
        padding: 0px;
    }
    .report-dang .traffic-subtitle {
        font-weight: 500;
        font-size: 24px;
        font-family: "Termina";
        color: rgb(97, 97, 97);
        line-height: 1.5;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .vsc  .traffic-phone{
        padding-left: 15px;
        padding-right: 15px;
    }
    .vsc .traffic-subtitle br{
        display: none;
    }
    .footer {
        padding: 40px 15px;
        background: #1d486c;
        margin: 0px;
    }
    .footer .main-menu {
        position: static;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px;
        z-index: 3;
        margin-bottom: 0px;
    }
    .footer .main-menu li a {
        display: inline;
        width: auto;
        height: auto;
        line-height: normal;;
        font-size: 16px;
        color: white !important;
        border-bottom: none;
        position: static;
    }
    .footer .main-menu li a.active{
        color: #cdefff !important;
    }
    .footer .main-menu li a:after {
        display: none;
    }
    .footer .main-menu:after {
        display: none;
    }
    .footer .main-menu li {
        width: 100%;
        float: none;
        height: auto;;
        margin: 0px;
        padding-left: 0px;
        padding-right: 15px;
        text-align: left;
        margin-bottom: 30px;
    }
    .footer-copy{
        text-align: left;
    }
    .mobile-burger.active-mob-menu{
        position: fixed;
    }
    #header.header-small .inner-content {
        padding: 90px 15px 40px;
    }
    .header-small.parking .header-title h2 {
        font-size: 24px;
        font-family: "Open Sans";
        color: rgb(255, 255, 255);
        line-height: 1.5;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        margin: 0px;
    }
    .about-sect-img.parking.safe{
        background: url("../img/Safety_mobile_062419.jpg") 0px 0px no-repeat;
        background-size: 100% 100%;
        padding-bottom: 54%;
    }
    .about-we-created.le-p.parking .inner-bg-container{
        padding: 0px ;
    }
    .about-we-created.le-p.parking .about-we-created-text{
        padding: 0px 15px;
    }
    .about-we-created.le-p {
        padding-bottom: 40px;
    }
    .about-we-created-icon{
        margin: 40px 0px;
    }
    .about-so-we-dev.le-p.parking.safe .inner-bg-container {
        height: auto;
        background: #f1f1f1;
    }
    .about-so-we-dev.le-p .traffic-subtitle {
        font-size: 30px;
        font-family: "Termina";
        color: rgb(29, 72, 108);
        line-height: 1.6;
        text-align: center;
        padding: 0px 15px;
    }
    .about-we-created-icon img{
        max-width: 100%;
    }
    .safe .traffic-supertitle {
        font-size: 48px;
        font-family: "Termina";
        color: rgb(255, 80, 33);
        line-height: 1.5;
        text-align: center;
        margin-bottom: 40px;
    }
    .safe .row .col-sm-4{
        margin-bottom: 40px;
    }
    .safe .row.flext-center {
        margin-bottom: 0px;
    }
    .about-so-we-dev.le-p .inner-bg-container {
        padding-bottom: 0px;
    }
    .traffic-section.page-about.with-orange-lines.safe{
        padding: 0px;
    }
    .traffic-section.page-about.with-orange-lines.safe .inner-bg-container{
        padding: 0px;
    }
    .traffic-section.page-about.with-orange-lines.safe .video-container{
        padding: 0px;
        height: 0px;
        width: 100%;
        padding-bottom: 56%;
    }
    .traffic-section.page-about.with-orange-lines.safe iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .capture-and-report.safe .inner-bg-container {
        background: #47b0cd;
        height: 100%;
        padding: 40px 0px;
        padding-bottom: 0px;
    }
    .capture-and-report.safe .traffic-title {
        padding-top: 0px;
    }
    .capture-item {
        width: 100%;
    }
    .capture-and-report .traffic-title {
        margin-bottom: 0px;
    }
    .capture-and-report .traffic-phone {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .set-ss.safe .inner-bg-container {
        background: #1d486c;
        padding-bottom: 10px;
    }
    .set-ss.safe .traffic-title{
        font-size: 48px;
        font-family: "Termina";
        color: rgb(71, 176, 205);
        line-height: 1.25;
        text-align: center;
        margin-bottom: 30px;
    }
    .set-ss.safe .row {
        padding-top: 0px;
    }
    .set-ss.safe .ss-text {
        margin-bottom: 0px;
    }
    .about-we-created.le-p.parking.safe .inner-bg-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-we-created.le-p.parking.safe{
        padding-bottom: 0px;
    }
    .about-we-created.le-p.parking.safe .traffic-title {
        font-size: 30px;
        font-family: "Termina";
        color: rgb(97, 97, 97);
        line-height: 1.6;
        text-align: center;
    }
    .family-of-apps.about.le.parking-download .interesting-link {
        padding-top: 0px;
        font-size: 30px;
        font-family: "Termina";
        color: rgb(255, 80, 33);
        line-height: 1.6;
        text-align: center;
        padding: 20px 0px;
    }
    .about-sect-img.parking {
        background: url(../img/parking-mob-top.jpg) 50% 0px no-repeat;
        background-size: 100% 100%;
        height: 0px;
        padding-bottom: 58%;
    }
    .about-so-we-dev.le-p.parking{

    }
    .about-so-we-dev.le-p.parking .inner-bg-container {
        height: auto;
        background: #f1f1f1;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-so-we-dev.le-p.parking .with-white-img {
        padding: 0px 15px;
        margin-bottom: 25px;
    }
    .about-so-we-dev.le-p.parking .with-white-img img{
        width: 100%;
    }
    .about-so-we-dev.le-p.parking  .col-sm-text br{
        display: none;
    }
    .sm-vid{
        margin-top: 25px;
        position: relative;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .le-blue-bg-vid.parking .inner-bg-container {
        background: #47b0cd;
        height: auto;
    }
    .le-blue-bg-vid .inner-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .le-blue-bg-vid .traffic-title{
        padding: 0px;
        margin-bottom: 0px;
    }
    .le-blue-bg-vid .parking-blue-img img{
        width: 100%;
    }
    .family-of-apps.about.le .traffic-subtitle {
        padding-top: 0px;
    }
    .family-of-apps.about.le{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .family-of-apps.about.le .traffic-subtitle {
        font-size: 24px;
        font-family: "Termina";
        color: rgb(97, 97, 97);
        line-height: 1.75;
        text-align: center;
    }
    .interesting-link a {
        font-size: 22px;
        font-family: "Termina";
        color: rgb(255, 80, 33);
        line-height: 3.273;
        text-align: center;
        line-height: 2;
    }
    .footer.le {
        background: #1d486c;
        padding-top: 40px;
    }
    .about-so-we-dev.le-p.parking .sm-vid{
        padding-bottom: 61%;
    }
    .about-sect-img.le-bg {
        background: url(../img/le-mobile-top.jpg) 50% 0px no-repeat;
        background-size: 100% 100%;
        height: 0px;
        padding-bottom: 55%;
    }
    .header-le .header-title{
        padding-bottom: 0px !important;
    }
    .le-p.about-we-created .about-we-created-text {
       padding: 0px 15px;
    }
    .about-so-we-dev.le-p .inner-bg-container {
        height: auto;
        background: #f1f1f1;
        padding: 40px 0px;
        padding-bottom: 40px;
    }
    .lep-list-item {
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }
    .lep-list-item:last-child{
        margin-bottom: 0px;
    }
    .lep-list-item img {
        float: none;
        margin-bottom: 25px;
    }
    .lep-list {
        padding-top: 35px;
    }
    .lep-list-text {
        font-size: 24px;
        font-family: "Open Sans";
        color: rgb(87, 87, 87);
        line-height: 1.75;
        text-align: center;
        padding: 0px 15px;
    }
    .le-blue-bg-vid .inner-bg-container {
        background: transparent;
        height: auto;
    }
    .le-blue-bg-vid .inner-content {
        padding: 0px;
    }
    .le-blue-bg-vid .le-vid-container{
        padding-bottom: 56.5%;
    }
    #header.header-small.head-about .inner-content {
        padding: 140px 15px 90px;
    }
    .about-sect-img {
        background: url(../img/about-mob-head.jpg) 50% 0px no-repeat;
        height: 0px;
        margin-top: 0px;
        background-size: 100% 100%;
        padding-bottom: 55%;
    }
    .about-we-created .traffic-subtitle {
        font-size: 24px;
        font-family: "Termina";
        line-height: 1.6;
        text-align: center;
        font-weight: 300;
        padding: 0px;
    }
    .about-we-created .about-we-created-text {
        padding: 0px 15px;
    }
    .about-so-we-dev .inner-bg-container {
        /* height: 639px; */
        background: #f1f1f1;
        padding: 35px 0px;
        padding-bottom: 0px;
        height: auto;
        padding-bottom: 30px;
    }
    .about-so-we-dev .traffic-subtitle {
        padding-top: 0px;
    }
    .about-we-created .about-we-created-text{
        padding-bottom: 35px;
    }
    .about-so-we-dev .traffic-subtitle{
        font-size: 30px;
        font-family: "Termina";
        color: rgb(29, 72, 108);
        line-height: 1.6;
        text-align: center;
    }
    .about-so-we-dev .inner-bg-container{
        padding-bottom: 15px;
    }
    .family-of-apps.about .traffic-subtitle {
        font-size: 30px;
        font-family: "Termina";
        color: rgb(255, 80, 33);
        line-height: 1.6;
        text-align: center;
        padding: 35px 15px;
    }
    .set-ss.about .inner-bg-container {
        height: auto;
        background: #1d486c;
        padding-bottom: 10px;
    }
    .report-dang.about .inner-bg-container {
        height: 100%;
        background: #f1f1f1
    }
    .report-dang.about .traffic-phone {
        padding-top: 0px;
    }
    .report-dang.about .traffic-subtitle{
        font-size: 30px;
        font-family: "Termina";
        color: rgb(97, 97, 97);
        line-height: 1.6;
        text-align: center;
    }
    .report-dang.about .about-we-created-text {
        font-size: 24px;
        font-family: "Open Sans";
        color: rgb(87, 87, 87);
        line-height: 1.5;
        text-align: center;
        font-weight: 200;
        padding: 0px 15px;
        padding-top: 40px;
    }
    .about-respond-911.about .traffic-title {
        padding-top: 0px;
        margin-bottom: 35px;
        font-size: 30px;
        font-family: "Termina";
        color: rgb(255, 80, 33);
        line-height: 1.6;
        text-align: center;
    }

    .about.page-about.three-steps .inner-bg-container {
        background: #f1f1f1;
    }
    .about.page-about.three-steps .col-sm-4{
        margin-bottom: 30px;
    }
    .about.page-about.three-steps .row {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about.page-about.three-steps .traffic-bot-text{
        padding: 0px 15px;
    }
    .traffic-section.page-about.with-orange-lines{
        padding-bottom: 0px;
    }
    .traffic-section.page-about.with-orange-lines  .traffic-title {
        font-size: 30px;
        font-family: "Termina";
        color: rgb(255, 80, 33);
        line-height: 1.6;
        text-align: center;
        margin-bottom: 0px;
    }
    .traffic-section.page-about.with-orange-lines  .traffic-subtitle {
        color: rgb(255, 80, 33);
    }
    .traffic-section.page-about.with-orange-lines .video-container{
        padding: 0px;
        height: 0px;
        width: 100%;
        position: relative;
        padding-bottom: 55%;
    }
    .traffic-section.page-about.with-orange-lines .video-container iframe{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
    .capture-and-report.about .inner-bg-container {
         background: #47b0cd;
         height: 100%;
     }
    .capture-and-report.about .traffic-title {
        padding-top: 35px;
        margin-bottom: 0px;
    }
    .about.about-the-road.with-orange-lines .traffic-title {
        padding-top: 35px;
        font-size: 30px;
        font-family: "Termina";
        color: rgb(255, 80, 33);
        line-height: 1.6;
        text-align: center;
        margin-bottom: 0px;
    }
    .about.about-the-road.with-orange-lines .traffic-subtitle{
        color: rgb(255, 80, 33);
        font-family: "Termina";
    }
    .about-the-road.about .inner-bg-container {
        padding-bottom: 40px;
    }
    .about-the-team .inner-bg-container {
        background: #f1f1f1;
    }
    .about-the-team .traffic-title {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .teammate-text {
        margin-bottom: 45px;
    }
    .about-interesting .inner-bg-container {
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .about-interesting.with-orange-lines .traffic-subtitle.text-gray{
        font-size: 24px;
        font-family: "Termina";
        color: rgb(97, 97, 97);
        line-height: 1.75;
        text-align: center;
        margin-bottom: 0px;
    }
    .about-so-we-dev.le-p.parking .inner-bg-container{
        padding-bottom: 0px;
    }
    .sticky-head .main-menu{
        display: none;
    }
    .sticky-head .header-logo img{
        display: none;
    }
    .sticky-head .header-logo{
        width: 210px;
        height: 57px;
        background: url("../img/mob-menu-opened-black-logo.jpg") 0px 0px no-repeat;
        top: 22px;
    }
    .sticky-head{
        border-bottom: 1px solid gray;
    }
    .sticky-head .mobile-burger{
        display: block;
        background: url("../img/burger-black.png");
        top: 36px;
    }
    .sticky-head .inner-bg-container {
        height: 100px;
    }
    .sticky-head .mobile-burger.active-mob-menu {
        display: block;
        background: url("../img/mobile_menu_close.svg") 0px 0px no-repeat;
        top: 36px;
    }
    .le-blue-bg-vid.parking.parking-vid-replace .video-container iframe{
        max-width: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

    }
    .le-blue-bg-vid.parking.parking-vid-replace .inner-bg-container {
        height: auto;
    }
    .le-blue-bg-vid.parking.parking-vid-replace .video-container{
        width: 100%;
        height: 0px;
        padding-bottom: 55%;
        position: relative;
    }
    .prevent-scroll{
        overflow: hidden;
    }
    .footer-links{
        text-align: left;
    }
}
@media all and (min-width: 415px) and (max-width: 1000px){
    .main-menu {
        top: -165%;
        overflow-y: scroll;
    }
    .main-menu.active-mob-menu {
        height: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1240px){
    .traffic-bot-text br{
        display: none;
    }
    .step-circle {
        width: 200px;
        height: 200px;
    }
    .step-dig {
        left: -15px;
        top: -15px;
    }
    .set-ss.ind .ss-title,
    .set-ss.about .ss-title{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .step-circle img{
        width: 100%;
    }
    .capture-and-report.safe .capture-item{
        width: 33%;
    }
    .capture-and-report.safe .capture-item-img img{
        width: 200px;
    }
    .three-steps.page-about.about .step-circle img{
        width: auto;
    }
    .capture-and-report.about .capture-item{
        width: 33%;
    }
    .capture-and-report.about .capture-item img{
        width: 200px;
    }
    .traffic-section.tr-home{
        background: #47b0cd;
        z-index: 55;
        position: relative;
        top: 0px;
    }
    #header video {
        display: block;
    }
    .gradient-overlay{
        display: block;
    }
    .vid-bg-class {
        top: auto;
        bottom: 0px;
    }

}
@media all and (min-width: 1241px) and (max-width: 1365px){
    .vid-bg-class {
        top: 0px;
    }
}
@media all and (min-width: 1500px) and (max-width: 1919px){
    .vid-bg-class {
        top: -170px;
    }
}
@media all and (min-width: 1920px){
    .vid-bg-class {
        top: -380px;
    }
}
