/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);*/
/*@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);*/

body {
    /*background: rgba( 0, 0, 0, 0.7) url(/bootstrap_3_3_7/images/background1.png) no-repeat; prahlad*/
    background: #ffffff; /*rgba( 0, 0, 0, 0.7); prahlad*/
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    font-family: 'Open Sans', sans-serif;
    /* font-size: 12px; prahlad*/
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

ul,ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
   /* color: #0000ff; rail jbp */
    color: #5c5cfb;
    /*color: #ffffff;*/
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
}


.btn-primary {
    border-color: #47a3da;/* #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    background-color: #47a3da; /* #8fd4d5; */ /*background-color: #FF432E; prahlad*/
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #1a242b; /*#ea321e; prahlad*/
    background-color: #47a3da /*#8fd4d5 *//*none prahlad*/ !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #FF432E;
    background-color: #FF432E;
}


/**** Start Section Title Section ****/

.section-title h3{
    color: #666 !important;
    //font-style: italic;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    //font-style: italic;
    font-weight: 300;
}


/**** Start Logo Section ****/

#logo-section {
    /*background: #4cb6ea;*//*#1a242b;*//*rgba( 0, 0, 0, 0.7);*//* prahlad #fcce29*/
    background: #a8a8a8;/* #4cb6ea; prahlad change to light grey suggested by pranshu*/
}

.logo h1 {
    font-family: 'Lobster', cursive;
    color: #fff;
    font-size: 60px;
}

.logo span {
    color: #999;
}



/**** Start Background Color ****/
.white {
    background: #ffffff;
}

.blue {
    background: #28ABE3;
}

.green {
    background: #72bf48;
}

.red {
    background: #FF432E;
}

.light-red {
    background: #FB6648;
}

.light-orange {
    background: #FA6900;
}

.color {
    background: #0ECEAB;
}



/**** Start Main Body Section ****/

.mainbody-section {
    /*padding-top: 50px; prahlad */
    /*padding-top: 5px; jbp rail */
    margin-top: 5px;/*jbp rail */
    /*padding-bottom: 30px; prahlad */
    /*padding-bottom: 5px; prahlad */
    /*margin-bottom: 45px;jbp rail *//*  prahlad */
}

.menu-item {
    color: #ffffff;
    /*padding-top: 20px; prahlad */
    padding-top: 10px;
    /*padding-bottom: 20px; prahlad */
    padding-bottom: 10px;
    /*margin-bottom: 30px; prahlad */
    margin-bottom: 5px;
    border: 1px solid #47a3da/*#8fd4d5*/ !important; /* prahlad */
	-webkit-transition: all 0.3s;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important; /*transition: all 0.3s; prahlad*/
}
.menu-item:hover {
    color: #ffffff;
    background: #47a3da/*#8fd4d5*/ !important;
    /*padding-top: 20px; prahlad */
    padding-top: 10px;
    /*padding-bottom: 20px; prahlad */
    padding-bottom: 10px;
    /*margin-bottom: 30px; prahlad */
    margin-bottom: 5px;
    border: 1px solid #47a3da/*#8fd4d5*/ !important; /* prahlad */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-item a {
    color: #000000;
    display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-item a p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.menu-item a i {
    /*font-size: 50px; prahlad */
    font-size: 25px;
    /*padding-bottom: 20px; prahlad */
    padding-bottom: 10px;
}

.menu-item:hover a {
    text-decoration: none;
    color: #333;
	animation: wobble;
	-webkit-animation: wobble;
	animation-duration: 1000ms;
	-webkit-animation-duration: 1000ms;
}

@media only screen 
and (min-width : 600px) 
and (max-width : 991px) {
    
    .menu-item {
        display: inline-block;
        width: 32.8%;
    }
    
    .menu-item.responsive {
        width: 49.5%;
        float: left;
        margin-right: 3px;
    }
    
    .menu-item.responsive-2 {
        width: 49.5%;
        float: right;
    }
    
}



@media only screen 
and (min-width : 992px) 
and (max-width : 1199px) {
    
    .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .menu-item a i {
        font-size: 32px;
    }
    
    .menu-item a p {
        font-size: 16px;
    }
    
}


.home-slider img {
    width: 100%;
    height: auto;
}

.home-slider .carousel-indicators {
    position: absolute;
    bottom: 10%;
}

.home-slider .carousel-indicators .active {
	background-color: #FF432E;
}


.copyright {
    background: #2e393e; /*rgba( 0, 0, 0, 0.7);*/
    color: #fff;
    /*padding-top: 20px; prahlad*/
    padding-top: 5px;
    /*padding-bottom: 20px; prahlad*/
    padding-bottom: 5px;
    position: fixed;/*prahlad */
	bottom: 0;/*prahlad */
	width: 100%;/*prahlad */
}



/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}






/**** Start Feature Section ****/


.feature, .feature-2 {
    padding-bottom: 80px;
}

.feature {
    text-align: center;
}
.feature h4{
    font-size: 15px;
    color: #666;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature-2 h4{
    font-size: 15px;
    color: #444;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature p, .feature-2 p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}


.feature i {
   font-size:3.5em;
   color:#fff;
    background: #FF432E;
    width: 100px;
    height: 100px;
   padding:25px;
    margin-bottom: 10px;
   -webkit-border-radius:70%;
   -moz-border-radius:70%;
   -o-border-radius:70%;
   border-radius:70%;
   position: relative;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(2, 2, 2);
	-moz-transform: translate3d(2, 2, 2);
	-o-transform: translate3d(2, 2, 2);
	transform: translate3d(2, 2, 2);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {
        
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		box-shadow: 0 0 0 0 #FF432E;
}


.feature-2 i {
    color:#FF432E;
   font-size:3em;
   padding:1px 10px 0 1px;
   position: relative;
	
}



/**** Start Portfolio Section ****/

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item .portfolio-details {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.portfolio-item .portfolio-details h4 {
    padding-top: 20%;
    padding-bottom: 10%;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.portfolio-item .portfolio-details a i {
    font-size: 30px;
}

.portfolio-item:hover .portfolio-details {
    opacity: 1;
    animation: pulse;
    -webkit-animation: pulse;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
}


/**** End Portfolio Section ****/


/**** Start ABout Us Section ****/

.about-text {
    padding-bottom: 50px;
}
.about-text p {
    color: #777;
    text-align: justify;
}
.about-text ul {
    margin-top: 30px;
    font-size: 13px;
}
.about-text li {
    margin-bottom: 10px;
    color: #999;
}
.about-text li i {
    padding-right: 10px;
    color: #FF432E;
}


/* progress bar */

.skill {
    padding-bottom: 5px;
}

.skill p {
  margin-bottom:7px;

}

.progress {
  background: #fff;
  overflow: visible;
  height: 20px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
    background: #FF432E;
  float: left;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position:relative;
}

 .progress-bar-span { 
 opacity:1;
 position:absolute;
 top:-5px;
 background:#ACB2B8;
 padding:3px 10px;
 color:#FFF;
 border-radius: 0px;
 right:0px;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
 }

.skill:hover .progress-bar-span {
  opacity:1;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


/* Custom Tab */

.custom-tab .nav-tabs.nav-justified > .active > a, 
.custom-tab .nav-tabs.nav-justified > .active > a:hover, 
.custom-tab .nav-tabs.nav-justified > .active > a:focus {
    border-radius: 0;
    //border-left-color: transparent;
    color: #666;
    border-bottom-color: #ddd;
}

.custom-tab .nav-tabs.nav-justified {
    margin-bottom: 20px;
    background: #FF432E;
}

.custom-tab .nav-tabs.nav-justified > li {
    border-right: 1px solid #f1f1f1;
}
.custom-tab .nav-tabs.nav-justified > li:last-child {
    border-right: none;
}

.custom-tab .nav-tabs.nav-justified > li > a {
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.custom-tab .nav-tabs.nav-justified > li > a:hover {
    border-radius: 0;
    color: #333;
}

.custom-tab .tab-content .tab-pane p {
    text-align: justify;
    color: #777;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .custom-tab {
		margin-top: 30px;
	}
    
}







/*** Start Pricing Section ****/


.pricing-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.pricing-table {
    text-align: center;
    background: #fff;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .pricing-table {
		margin-bottom: 30px;
	}
    
}



.plan-name {
	padding: 15px 0;
    background: #FF432E;
}

.plan-name h3 {
	font-weight: 300;
	color: #fff;
}

.plan-price {
	padding: 25px 0;
}

.plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #444;
}

.plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

.plan-price .interval {
	line-height: 14px;
}

.plan-list li {
	padding: 13px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.plan-list li:first-child {
	border-top: 1px solid #eee;
}

.plan-signup {
	padding: 25px 0;
    background: #FF432E;
}

.plan-signup a {
	text-transform: uppercase;
    color: #fff;
}


/**** Start Team Member Section ****/


.team-member {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.team-details {
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.team-member img {
    width: 100%;
    height: auto;
}

.team-details h4 {
    font-size: 25px;
    font-weight: 300;
    color: #FF432E;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    text-align: center;
    padding-top: 20%;
}

.team-details .designation {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.team-details ul {
    padding-top: 40%;
}
.team-details li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}

.team-details li a {
    padding: 5px 8px;
    background: #FF432E;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.team-member:hover .team-details {
    opacity: 1;
    -webkit-animation: pulse;
    animation: pulse;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
}



/**** Start Latest News Section ****/


.latest-post {
    padding-bottom: 20px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post h4 a {
    color: #FF432E;
}

.latest-post .post-details li {
    color: #FF432E;
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
    color: #FF432E;
}

.latest-post p {
    padding: 15px 0;
    color: #999;
    font-weight: 300;
    text-align: justify;
}



/**** Start Contact Section ****/


.footer-contact-info {
    background: #FF432E;
    color: #fff;
    padding: 20px 30px;
    //margin-top: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .footer-contact-info {
		margin-bottom: 30px;
		margin-top: 30px;
	}
    
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}


.footer-social {
    padding: 78px 0;
    border: 1px solid #FF432E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;
}

@media only screen and (max-width : 360px) {
    
    .footer-social li {
		padding: 0 5px;
	}
    
}

.footer-social li a {
    background: #FF432E;
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #FF432E;
    
}

.footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

.footer-social li:hover a {
    background: #fff;
    //border: 1px solid #FF432E;
    color: #666;
}



.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
}

.contact .section-title h3{
    color: #fff;
}

.contact .section-heading {
    color: #fff;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}

.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
    color: #FF432E;
}



/**** Start Testimonial Section ****/

.testimonial {
    margin-bottom: 80px;
}

.testimonial h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial .speech {
    background: #FF432E;
    padding: 20px;
    color: #fff;
}

.form-label {
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.col-form-label {
	text-align: right;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.col-form-input {
	text-align: left;
	padding-left: 20px;
}
.form-bg {
	padding: 5px;
	/*background: rgba( 40, 171, 227, 0.9);*/
	/*background: rgba( 171,	40,	227, 1);*/
	/*background: rgba( 84, 89, 207, 0.9);*/
	background: #ffffff;
}
.header-top-a {
	padding: 2px 10px;
	background: #47a3da;/*#8fd4d5;*/ /*#72bf48;*/
	color: #ffffff;
	border-radius: 50px;
}
.table-header-list-page {
	background: #999999; /*rgba( 213,148,241, 1);*/ /*rgba( 171,	40,	227, 1);*/
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.table-row-list-page-1 {
	background: #ffffff; /*rgba(250, 247, 251, 1);*/ /*rgba( 213,148,241, 1);*/
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 12px;
}
.table-row-list-page-2 {
	background: #f8f8f8; /*#ccccff;*/ /*rgba(222, 208, 228, 1);*/ /*rgba( 159,111,180, 1);*/
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 12px;
}

.dropdown:focus {
	/*
    border-color: #66afe9;

    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    */
}

.color-isGSMNotWorking {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isGSMWorking/isGSMWorkingBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isGSMNotWorking {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isDS {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isDS/isDS.png")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isDS {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isGPSNotWorking {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isGPSWorking/isGPSWorkingBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isGPSNotWorking {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isOverSpeed {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
	background-image: url("/tnt_images/map/isOverSpeed/isOverSpeedBG-1.gif")!important;
	background-repeat: repeat!important;
	background-attachment: scroll!important;
	background-position: 0% 0%!important;
	background-clip: border-box!important;
	background-origin: padding-box!important;
	background-size: auto auto!important;
}
.btn-isOverSpeed {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isAbsent {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
	background-image: url("/tnt_images/map/isAbsent/isAbsent.png")!important;
	background-repeat: repeat!important;
	background-attachment: scroll!important;
	background-position: 0% 0%!important;
	background-clip: border-box!important;
	background-origin: padding-box!important;
	background-size: auto auto!important;
}
.btn-isAbsent {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isVehicleIdling {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isVehicleIdling/isVehicleIdlingBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isVehicleIdling {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isIgnitionOn {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isIgnitionOn/isIgnitionOnBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isIgnitionOn {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isIgnitionOff {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isIgnitionOff/isIgnitionOffBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isIgnitionOff {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isDutyOn {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isDutyOn/isDutyOn.png")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isDutyOn {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isDutyOff {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isDutyOff/isDutyOff.png")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isDutyOff {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isImmobilized {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isImmobilized/isImmobilizedBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isImmobilized {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isMainPowerLow {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isMainPowerLow/isMainPowerLowBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isMainPowerLow {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isPanicButton {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    background-color: transparent!important;
    background-image: url("/tnt_images/map/isPanicButton/isPanicButtonBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isPanicButton {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isAlertConditionButton {
    border-color: #8fd4d5!important; /*border-color: #FF432E; prahlad */
    /*background-color: #ffffff !important;*/ /*background-color: #FF432E; prahlad*/
    /*
    background-color: transparent;
    background-image: url("/tnt_images/map/isPanicButton/isPanicButtonBG-1.gif");
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    */
}

.btn-isAlertConditionButton {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #000000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* start stations */
.color-isStation {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    /*background-color: transparent!important;
    background-image: url("/tnt_images/map/isPanicButton/isPanicButtonBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;*/
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isStation {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isStationButton {
    border-color: #8fd4d5!important; /*border-color: #FF432E; prahlad */
    /*background-color: #ffffff !important;*/ /*background-color: #FF432E; prahlad*/
    /*
    background-color: transparent;
    background-image: url("/tnt_images/map/isPanicButton/isPanicButtonBG-1.gif");
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    */
}

.btn-isStationButton {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #000000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* end stations */


/* start desigs */
.color-isDesig {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    /*background-color: transparent!important;
    background-image: url("/tnt_images/map/isPanicButton/isPanicButtonBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;*/
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isDesig {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isDesigButton {
    border-color: #8fd4d5!important; /*border-color: #FF432E; prahlad */
    /*background-color: #ffffff !important;*/ /*background-color: #FF432E; prahlad*/
    /*
    background-color: transparent;
    background-image: url("/tnt_images/map/isPanicButton/isPanicButtonBG-1.gif");
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    */
}

.btn-isDesigButton {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #000000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* end desigs */

/* start pws */
.color-isPW {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    
    /*background-color: transparent!important;
    background-image: url("/tnt_images/map/isPanicButton/isPanicButtonBG-1.gif")!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;*/
    background-position: 0% 0%!important;
    background-clip: border-box!important;
    background-origin: padding-box!important;
    background-size: auto auto!important;
}
.btn-isPW {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.color-isPWButton {
    border-color: #8fd4d5!important; /*border-color: #FF432E; prahlad */
    /*background-color: #ffffff !important;*/ /*background-color: #FF432E; prahlad*/
    /*
    background-color: transparent;
    background-image: url("/tnt_images/map/isPanicButton/isPanicButtonBG-1.gif");
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    */
}

.btn-isPWButton {
    /*border-color: #8fd4d5;*/ /*border-color: #FF432E; prahlad */
    /*background-color: #8fd4d5;*/ /*background-color: #FF432E; prahlad*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #000000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* end pws */

.tr_header {
    border: 1px solid #8fd4d5;
    background-color: #ffffff;
}

.tr_row {
    border: 1px solid #8fd4d5;
    background-color: #ffffff;
}
.current_status_details_key {
    /*text-transform: uppercase;*/
    vertical-align: middle!important;
    font-weight: 600;
    color: #000000;
}


/*
.blue {
    background: #28ABE3;
}

.green {
    background: #72bf48;
}

.red {
    background: #FF432E;
}

.light-red {
    background: #FB6648;
}

.light-orange {
    background: #FA6900;
}

.color {
    background: #0ECEAB;
}
#dbdcf5 219, 220, 245
*/

/*top menu start*/
/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);*/
#cssmenu {
  background: #a8a8a8;/* #4cb6ea; prahlad change to light grey suggested by pranshu*/
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  box-sizing: content-box;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 999;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #fff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #fff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #fff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
  font-size: 0;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #fff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #fff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #fff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;/*text-transform: uppercase; prahlad for JBP Rail*/
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 40px;/*prahlad height: 100%;*/
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #fff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: auto; /* prahlad 170px*/;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: auto; /*prahlad 170px;*/
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #fff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 16px;
    box-sizing: content-box;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 26px;
    box-sizing: content-box;
  }
}
/*top menu end*/
#errorbox1 {
	margin: auto;
}

