@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    background: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #7b7b7b;
    font-size: 14px;
}

ul {
    margin-bottom: 0;
}

p {
    margin: 0 0 10px;
    line-height: 22px;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    text-decoration: none;
    outline: none;
}

*:focus,
a:focus,
button:focus {
    outline: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
}

h1 {
    color: #010101;
    font-size: 32px;
    font-weight: normal;
}

h2 {
    color: #010101;
    font-size: 30px;
    line-height: 28px;
}

h3 {
    color: #010101;
    font-size: 26px;
    line-height: 26px;
}

h4 {
    color: #010101;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 10px;
}

h5 {
    font-size: 18px;
    color: #010101;
    margin: 0 0 10px;
}

.wrapper,
.header,
.footer,
.section {
    width: 100%;
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
}

.outer-width:before,
.outer-width:after {
    content: " ";

    /* 1 */
    display: table;

    /* 2 */
}

.outer-width:after {
    clear: both;
}

.monst-font {
    font-family: 'Montserrat', sans-serif;
}

.lato-font {
    font-family: 'Lato', sans-serif;
}

.open-sans-font {
    font-family: 'Open Sans', sans-serif;
}

/**************Header ****************/
.top-header {
    padding: 30px 0;
}

a.navbar-brand {
    display: block;
    float: none;
    height: auto;
    padding: 0;
}

.customBtn.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7.5px 14.5px;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 122px;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.applyBtn{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 20px;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.top-contact-info li.callUs {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-right: 30px;
}

.blk-btn, .green-btn:hover, .green-btn:focus {
    background: #3b3b3c;
    color: #fff;
    outline: none;
}

.green-btn, .blk-btn:hover, .blk-btn:focus {
    background: #89bc4f;
    color: #fff;
}

.logo, .top-contact-info {
    float: none;
    margin: 0 -2px;
    vertical-align: middle;
    display: inline-block;
}

nav.navbar.navbar-inverse.navigation {
    background: #3b3b3c;
    border-radius: 0;
    min-height: inherit;
    border: none;
    margin-bottom: 0;
}

.navbar-inverse.navigation .navbar-collapse {
    padding: 0;
}

.navbar-inverse.navigation .navbar-nav > li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13.38px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    text-align: center;
    color: #fff;
}

.navbar-inverse.navigation .navbar-nav > .active > a, .navbar-inverse.navigation .navbar-nav > .active > a:hover, .navbar-inverse.navigation .navbar-nav > .active > a:focus, .navbar-inverse.navigation .navbar-nav > li a:hover,
.navbar-inverse.navigation .navbar-nav > .open > a {
    background: #89bc4f;
    color: #fff !important;
}

.navbar-inverse.navigation .navbar-nav > li .dropdown-menu {
    text-align: left;
    padding: 0;
    min-width: 100%;
}

.navbar-inverse.navigation .navbar-nav > li .dropdown-menu a {
    color: #080808;
    text-align: left;
    padding: 10px 15px;
}

/***********Home SLider********/
.home-slider {
    position: relative;
}

.home-banner-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50%;
}

.banner-right{
  left: 45%;
}

.home-banner-text h2 {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    /*margin: 0 0 5px 0;*/
}

.home-banner-text p {
    -moz-text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.29);
    -webkit-text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.29);
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.29);
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    background: rgba(31, 29, 29, 0.73);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.home-slider .owl-nav div {
    font-size: 0 !important;
    background: transparent !important;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slider.owl-carousel .owl-controls .owl-nav div.owl-next {
    right: 55px;
    left: inherit;
}

.home-slider.owl-carousel .owl-controls .owl-nav div:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 30px !important;
    color: rgba(255, 255, 255, 0.3);
}

.home-slider.owl-carousel .owl-controls .owl-nav .owl-prev:after {
    content: "";
}

.home-slider.owl-carousel .owl-controls .owl-nav .owl-next:after {
    content: "";
}

.home-slider.owl-theme .owl-controls {
    margin-top: 0;
}

.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.owl-theme.home-slider .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
}

.form-content{
  background: #f5f5f5;
  padding:20px;
}

/*******Check Status*******/
.checkStatus {
    background: #89bc4f;
    padding: 35px 0;
    -moz-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
}

.checkLeft * {
    color: #fff;
}

.checkRight .form-group {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
}

.checkRight .form-group .btn {
    width: 100%;
    padding: 12.5px 14.5px;
}

.checkRight .form-group .btn.blk-btn:hover {
    background: #fff;
    color: #89bc4f;
}

.checkRight .form-group:first-child {
    width: 70%;
    padding-right: 10px;
}

.form-control.input-design {
    height: 48px;
    border-radius: 0;
}

.checkRight .form-group:last-child {
    width: 30%;
}

.checkRight, .checkLeft {
    float: none;
    margin: 0 -2px;
    display: inline-block;
    vertical-align: middle;
}

.checkLeft h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
}

.checkLeft p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 18px;
}

/*****Welcome Section*****/
.section {
    padding: 60px 0;
}

.secondary-heading {
    display: block;
    font-size: 18px;
    margin-top: 8px;
}

.main-heading {
    margin-bottom: 20px;
}

.welcomeIcon {
    min-height: 60px;
}

.welcomeIcon i {
    font-size: 30px;
    color: #021520;
}

.welcomeBox-main {
    margin-top: 35px;
}

.welcomeBox-main h4 {
    font-weight: 400;
    text-transform: capitalize;
}

.grey-bg {
    background: #f5f5f5;
}

.accordion-main .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "";
    padding-right: 5px;
    color: #89bc4f;
    font-size: 24px;
}

.about-us .panel-heading{
    padding: 15px 15px 0px 30px !important;
    border: 1px solid #cccccc !important;
}

.about-us .panel-collapse{
    padding: 15px 15px 0px 30px !important;
    border: 1px solid #cccccc !important;
}

.about-us .panel-default{
    margin-bottom: 20px;
}

.about-us .panel-title{
    text-transform: capitalize;
}

.accordion-main .panel-title > a.collapsed:before {
    float: right !important;
    content: "";
    color: #4c4c4c;
}

.accordion-main .panel-title > a.collapsed {
    color: #4c4c4c;
}

.accordion-main .panel-title > a {
    color: #89bc4f;
}

.acc-upper h2, .seenTv h2 {
    margin-bottom: 40px;
}

.accordion-main .panel-title > a:hover, .accordion-main .panel-title > a:active, .accordion-main .panel-title > a:focus {
    text-decoration: none;
}

.accordion-main .panel-default > .panel-heading {
    color: #4c4c4c;
    background: transparent;
    border: none;
    padding: 0;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.full-width {
    width: 100%;
}

.accordion-main .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 5px 0 30px;
}

h4.panel-title {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 18px;
    margin-top: -2px;
    margin-bottom: 17px;
}

.customBtn.small-btn {
    text-transform: capitalize;
    font-size: 15px;
    font-family: Myriad Pro Regular;
    font-weight: 400;
    padding: 0 14px;
    min-width: inherit;
    line-height: 15px;
    height: 30px;
    line-height: 31px;
}

.chatBox {
    display: none;
}

.vdo1, .vdo2 {
    width: 100%;
    height: 200px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

.vdo1 {
    background: transparent url("../images/vdo-img.jpg") no-repeat;
}

.vdo2 {
    background: transparent url("../images/vdo-img2.jpg") no-repeat;
}

.start-traffic-form, .results {
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    background: #fff;
    padding: 40px 30px;
}

.start-traffic-form label, .start-traffic-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 -2px;
}

.start-traffic-form label {
    width: 28%;
    text-align: right;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #686868;
}

.start-traffic-form .form-control {
    width: 73%;
    border-color: #d8d8d8;
}

.start-traffic-form textarea.form-control {
    resize: none;
}

.listCheck li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.listCheck {
    margin-bottom: 20px;
}

.listCheck li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../images/check.png") no-repeat;
    width: 15px;
    height: 16px;
}

.start-traffic-form .secondary-heading {
    color: #686868;
}

.start-traffic-form .btn {
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.14);
    font-weight: bold;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin-top: 15px;
}

.content {
    padding-bottom: 120px;
}

/******Footer*******/
.footer {
    background: #2b2b2b;
    -moz-box-shadow: 1px 2px 1.96px 0.04px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 2px 1.96px 0.04px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 2px 1.96px 0.04px rgba(0, 0, 0, 0.07);
}

.footer-top ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.footer-top ul li:after {
    position: absolute;
    right: -4px;
    top: 0;
    content: "|";
    color: #fff;
}

.footer-top ul li:last-child:after {
    display: none;
}

.footer-top {
    /*text-align: center;*/
    padding: 25px 0;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #292929;
}

.footer-bottom {
    border-top: 1px solid #383838;
}

.footer-top ul li a {
    color: #fff;
    text-transform: uppercase;
}

.footer-top ul li a:hover {
    opacity: 0.7;
}

.social li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #272727 !important;
    background: #fff;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
}

.social li a:hover {
    background: #89bc4f;
    color: #fff;
}

.footBtm-col {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
}

.footTop-col {
    padding-bottom: 12px;
}

.footBtm-col p {
    margin: 0;
    font-size: 13px;
    color: #ccc;
}

/****Elimitix Traffic Ticket****/
.bredC {
    background: #f5f5f5;
    padding: 20px 0;
}

.bredC .breadcrumb {
    padding: 0;
    margin: 0;
}

.bredC .breadcrumb > li + li:before {
    color: #c5c5c5;
    content: "";
    font-family: 'FontAwesome';
}

.bredC .breadcrumb li {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.bredC .breadcrumb li a {
    color: #c5c5c5;
}

.inner-banner {
    position: relative;
    margin-bottom: 45px;
}

.inner-banner img {
    width: 100%;
}

.inner-banner h2 {
    position: absolute;
    background: #3b3b3c;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 27px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    bottom: 56px;
    padding: 14px 37px 14px 55px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.inner-banner h2:after {
    position: absolute;
    right: -47px;
    width: 0;
    height: 0;
    content: "";
    border-top: 27.5px solid transparent;
    border-left: 47px solid #3b3b3c;
    border-bottom: 27.5px solid transparent;
    top: 0;
}

.leftCol-in {
    padding: 30px 25px;
    background: #f5f5f5;
}

.inner-content {
    padding: 50px 0 95px;
}

.checkStatus-lt {
    background: #84b54c;
    color: #fff;
    text-align: center;
    -moz-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    padding: 30px 20px 15px;
    margin-bottom: 30px;
}

.leftCol-in h3, .start-traffic-form.traffic-form-lt {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
}

.checkStatus-lt p, .talk-us p {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
    word-break: break-all;
}

.checkStatus-lt .btn.blk-btn.customBtn {
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.14);
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.14);
}

.talk-us {
    background: #3e3e3e;
    padding: 30px 20px 15px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    -moz-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
}

.toll-feee {
    display: block;
    width: 100%;
    background: #fff;
    color: #222222;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 10px;
    border: 1px solid #d8d8d8;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.toll-feee:hover {
    background: #86b84d;
    color: #fff;
}

.start-traffic-form.traffic-form-lt h2 {
    color: #393939;
}

.start-traffic-form.traffic-form-lt h2 span {
    font-size: 16px;
    color: #686868;
}

.start-traffic-form.traffic-form-lt li {
    font-size: 12px;
    color: #7b7b7b;
}

.start-traffic-form.traffic-form-lt .form-control.input-design {
    height: 36px;
}

.start-traffic-form.traffic-form-lt label {
    font-size: 16px;
    text-transform: capitalize;
}

.start-traffic-form.traffic-form-lt .btn {
    font-size: 16px;
}

.start-traffic-form.traffic-form-lt {
    margin-bottom: 30px;
}

.results h3 {
    color: #393939;
}

.results ul {
    margin-top: 20px !important;
    text-align: left;
}

.results ul li {
    font-size: 12px;
    color: #686868;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px !important;
}

.results ul li:last-child {
    margin-bottom: 0;
}

.results ul li span {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.tesmonial-box h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #7d7d7d;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tesmonial-box h3 em {
    font-size: 12px;
    color: #989898;
    line-height: 19px;
    text-transform: none;
    display: block;
}

.tesmonial-box {
    padding-left: 47px;
    border-bottom: 1px dashed #a6a6a6;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 28px;
    padding-top: 8px;
}

.tesmonial-box.last-testimonial {
    border-bottom: none;
    padding-bottom: 0;
}

.testimonials hr {
    border-width: 2px;
}

.testimonials h2 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.tesmonial-box:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../images/quote.png") no-repeat;
    width: 30px;
    height: 25px;
    font-size: 105px;
}

.testimonial-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 111px;
}

.tesmonial-box.testimonial-image-main {
    padding-left: 170px;
}

.tesmonial-box.testimonial-image-main:before {
    left: 128px;
}

.tesmonial-box p {
    color: #6a6a6a;
}

.rightColumn {
    float: right;
}

.error-txt{
    color: red;
    padding: 0 5px;
}

label.error{
    color: #de5f5f;
}

.green-msg{
    color: green;
    padding: 0 5px;
}

.leftColumn ul{
    list-style: none;
}

.buttonarea a, .buttonarea a:hover{
    border: 1px solid;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 15px;
}

.customLink{
    background: #89bc4f;
    color: #fff;
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.14);
    font-weight: bold;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin-top: 15px;
    padding: 15px;
    display: block;
}

.mt-10{
    margin-top: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.center-content{
    margin: 0 100px;
}

.yellow{ 
  text-transform: capitalize; 
  background: #F4B415;
  padding: 5px;
  color: #fff; 
}

.green{ 
  text-transform: capitalize; 
  background: #5cb85c;
  padding: 5px;
  color: #fff; 
}

.red{ 
  text-transform: capitalize; 
  background: #BA210F;
  padding: 5px;
  color: #fff;  
}

.heading{
  color: #000;
  text-transform: uppercase;
}

.section-video{
  list-style: none;
}

.section-video-item{
  margin-bottom: 20px;
} 

.tab-heading {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 13px;
}

.table-one {
    width: 100%;
    float: left;
    padding-top: 17px;
    margin-bottom: 15px;
}

.table-two table .table-heading-two td {
    border-left: 1px solid #fff;
    text-transform: uppercase;
    background: #73af22;
    font-size: 13px;
    color: #fff;
    font-family: 'HelveticaNeueW02-67MdCn 694060';
}

.top-row{
  margin-bottom: 20px;

}

.search-container button {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-container button:hover {
  background: #ccc;
}

.ui-datepicker-trigger{
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.mobile-margin{
    margin: 0 auto;
}

/* Ticket view and listing page css ***/

.ticket-info .title{
  font-weight: bold;
  font-style: initial;
}
.sec-heading{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #c7bfbf;
  padding-bottom: 10px;
  padding-left: 10px;
}
.sec-heading-item{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.info-line{
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.tickets-doc{
    margin-top: 20px;
}
.tickets-doc ul{
    list-style: none;
}
.tickets-doc ul li{
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.tickets-doc li a{
    color: #73af22;
} 

label.help-inline {
    width: auto !important;
    float: right !important;
    font-size: 12px !important;
    margin-left: 40% !important;    
}
.leftlink{
    margin-right:20px;
}