/*   ______________________________________________

Theme Name : Kerala RTC
Designer Name: Nagachary B
Company Name : Abhibus -  https://www.abhibus.com/

*/





/* GLOBAL STYLES
-------------------------------------------------- */
a, a:active, a:focus, a:hover {
    color: #173c62;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body {
  	color: #190d1f;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
}

.header-top-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    position: relative;
	font-size: 13px;
    z-index: 2;
}
.fl-right ul{
	margin:0px;
}
.fl-left {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}
.fl-right ul li {
	    display: inline-block;
    list-style: none;
    margin: 0 9px;
}
.fl-left li {
	    display: inline-block;
    list-style: none;
    margin: 0 9px;
}
.fl-right {
    float: right;
    padding: 6px;

}
.fl-left{
	padding: 6px 0px !important;
}
.main-frs{
	float: left;
}
.main-frs ul li{
	width: 90px;
    height: 80px;
    text-align: center;
    line-height: 15px;
    padding: 5px;
    margin: 0;
    vertical-align: top;
	cursor: pointer;
	padding-top: 13px;
}
.main-frs ul li:hover{
	
}
.main-contact{
	float: right;
	padding-top: 14px;
}
.main-contact p{
	float: left;
    font-size: 22px;
    margin: 0;
	font-weight: 600;
	color: #173c62;
}
.main-contact img{
	float: left;
    vertical-align: middle;
    margin-top: 14px;
}
.main-contact span{
    font-size: 14px;
}
.main-contact h6{
	margin: 0px;
    padding: 5px;
    font-size: 13.5px;
    text-align: right;
	font-weight: 300;
}

.latest-news-section{
	background: #f7faff;
    padding-top: 5px;
	border-top: 1px solid #e1ecfe;
}
.latest-news-sec marquee{
	font-size: 14px;
    color: #173c62;
    font-weight: 500;
}

/* MENU SECTION
-------------------------------------------------- */
.main-nav-bar ul li a{
	text-transform: uppercase;
    font-size: 13px;
    color: #151730 !important;
	padding:10px 12px !important;
	border-radius: 3px;
	margin-right: 2px;
}
.main-nav-bar ul li a:hover{
    color: #fff !important;
	background: #e82801;
}
.main-nav-bar ul li a.active{
    color: #fff !important;
	background: #e82801;
}
.main-nav-bg{
	background: #e82801 !important;
	padding: 0px;
}
.btn-app-img{
	margin: 0px;
    padding: 0px;
    border: 0;
	margin-left: 10px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-size: 14px;
	font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #173c62;
    font-size: 14px;
	font-weight: 500;
}
@media (min-width: 768px){
	
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: .5rem;
}
}
.main-frs p{
	font-size: 12px;
	font-weight: 500;
	padding-top: 5px;
}
.main-frs p:hover{
	color: #173c62;
}
.theme-bg{
	background: #190d1f;
}
.theme-bg-color{
	color:#a9a9a9;
}
.theme-bg-color a{
	color:#ea2703;
}
.fa-icon-color{
	color:#ea2703;
}
.theme-bg-border{
	border:2px solid #ea2703;
}
/* BOOKING SECTION 

-------------------------------------------------- */

.booking-input h3{
	font-size: 20px;
    color: #190d1f;
}
.radio-button-sec{
	display: flex;
}
.radio-button-sec label {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.radio-button-sec input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.radio-button-sec .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #e82801;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

.radio-button-sec .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #e82801;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.radio-button-sec .no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

.radio-button-sec input {
  /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}
.radio-button-sec input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.radio-button-sec .no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}

.booking-section{
	margin-top:100px;
}
.booking-section ul li a.active{
	color: #190d1f;
    background: #fff;
    border: 1px solid #fff;
}
.booking-section ul li a.nav-link.active{
	color: #190d1f;
    background: #e5e3e4;
    border: 1px solid #e5e3e4;
}
.booking-section ul li a.nav-link{
	color: #190d1f;
    background: #fff;
    border: 1px solid #fff;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 23px;
}
.booking-section .nav-tabs .nav-link{
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main-booking-section{
	background: url(../img/main-bg.jpg) no-repeat top center;
	height: 480px;
}
.oneway-section{
	background: url(../img/oneway-bg.jpg) no-repeat top center;
	height: 480px;
}
.main-booking label{
	font-size: 15px;
    color: #190d1f;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 10px;
}
.main-booking{
    background: #e5e3e4;
	color: #fff;
	border-radius: 0px 10px 10px 10px;
}
.main-booking h2{
	padding: 10px 0px 0px 0px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    margin: 0px;
}
.main-booking-titile{
	margin-left: -15px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}
.booking-input{
	margin:auto;
	padding: 0;
}
.single-booking{
	margin: 0;
    padding: 0px;
    font-size: 14px;
	padding-top: 20px;
	margin-left: 15px;
}
.single-booking label {
	padding-top: 3px;
}
.booking-input input[type="text"]{
	border-radius: 0;
    padding: 12px 0px;
    border-left: 1px solid #fff !important;
}

.btn-booking{
	font-size: 16px;
    border-radius: 0;
    background: #30a467;
    border: none;
    padding: 10px 30px;
}
.btn-booking:hover{
    background: #190d1f;
}
.btn-booking i{
	margin-left: 7px;
}
.booking-input .input-group-text{
	border-radius: 0;
    background: #fff;
}

.input-group-prepend {
    margin-left: -1px;
}

input[type="text"]:focus ~ .floating-label /*,
input[type="text"]:not(:focus):valid ~ .floating-label */
{
  top: 0px;
  bottom: 10px;
  left: 40px;
  font-size: 11px;
  opacity: 1;
}


.inputText {
  font-size: 14px;
  width: 200px;
  color: #334e6f;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 15px;
    transition: 0.2s ease all;
    color: #aaa;
    z-index: 99;
    font-size: 14px;
}


/* Oneway & Twoway trips Info */

.round-trip-info{
	border: 1px solid #d6d6d6;
    padding: 30px;
    margin-top: 30px;
    margin-right: 10px;
	min-height: 588px;
    margin-bottom: 30px;
}
.oneway-trip-info{
	border: 1px solid #d6d6d6;
    padding: 30px;
    margin-top: 30px;
    margin-left: 10px;
	min-height: 588px;
    margin-bottom: 30px;
}
.oneway-trip-info h4 {    
	text-transform: uppercase;
    margin-bottom: 20px;
}
.round-trip-info h4 {    
	text-transform: uppercase;
    margin-bottom: 20px;
}
.round-trip-info p { text-align: justify;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
}
.oneway-trip-info p { text-align: justify;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
}
.charges-section{
	padding: 80px 15px;
	background: #dddddd;
}
.charges-section h2{
	text-transform: uppercase;
    font-size: 24px;
}
.charges-section ul li{
	list-style: none;
    display: flex;
	padding-bottom: 10px;
}
.charges-section ul{
	margin: 0px;
    padding: 0px;
}
.charges-section ul li i{
	color: #e82801;
    margin-right: 15px;
    margin-top: 2px;
}
    


/* POPULAR ROUTE SECTION 

-------------------------------------------------- */
.main-routes ul li{
	list-style: none;
	background: url(../img/route.png) no-repeat 0px 5px;
}
.popular-section{
	background: #f7f7f7;
	padding: 50px 0px;
}
.popular-routes li a{
	font-size: 14px;
	font-weight: 300;
}
.popular-routes ul li a:hover{
	color:#e82801;
}
.popular-routes li a:hover{
	
}
.popular-routes ul{
	padding: 20px;
}
.popular-routes i{
	padding-right: 5px;
}
.popular-routes li{
	list-style: none;
    font-size: 14px;
    width: 250px;
    float: left;
	color: #454545;
    padding: 2px;
}
.popular-routes ul li:hover{
	padding-left: 5px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.popular-routes li a:hover{
	color:#e82801;
	text-decoration: underline;
	
}
.popular-routes{
	background: #fff;
	border: 1px solid #e1ecfe;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.latest-news {
	background: #fff;
    border: 1px solid #e1ecfe;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -1px;
}
.latest-news h2 {
    padding: 20px 10px 0px 0px;
    color: #002f5b;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}
.popular-routes h2 {
	padding: 10px 20px;
    color: #e82801;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    background: #e5e3e4;
}
.carousel-caption{
	right:8%;
	left: 8%;
	position: inherit;
	overflow: hidden;
	padding: 20px;
}
.carousel-caption ul li{
	list-style: none;
	text-align: left;
	width: 230px;
	float: left;
	padding-left: 22px;
}
.carousel-caption ul {
	margin-left: 0px;
    padding-left: 5px;
	overflow: hidden;
}
.carousel-control-next, .carousel-control-prev{
	width:5%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 15px;
    height: 15px;
}
.main-routes .carousel-control-next-icon{
	height: 10px;
	width: 10px;
}
.main-routes .carousel-control-prev-icon{
	height: 10px;
	width: 10px;
}
.news-main {
	padding: 15px;
}
.news-main marquee {
	font-size: 13px;
    color: #666;
    height: 192px;
}
.news-main marquee p {
	margin: 0;
	padding: 0;
}
.news-sec{
	background: #fff;
    border: 1px solid #e1ecfe;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.news-main h4{
	color: #454545;
    font-size: 16px;
}
.main-routes .carousel {
    margin-bottom: 0rem;
}
.testimonial-section{
	padding: 40px 15px;
}
.testimonial-main{
	background: #fff;
    border: 1px solid #e1ecfe;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.testimonial-main h2 {
	padding: 10px 20px;
    color: #e82801;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    background: #e5e3e4;
}
.news-sec h2 {
	padding: 10px 20px;
    color: #e82801;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    background: #e5e3e4;
}

/* HOLIDAY PACKAGES 
__________________________________________________ */

.holiday-pack h4{
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #454545;
	font-weight: 300;
	margin: 0px;
}
.holiday-info {
	background: #f7faff;
	border: 1px solid #e1ecfe;
	border-radius: 5px;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}
.holiday-head h2 {
    padding: 0px 0px 10px 0px;
    color: #e82801;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.holiday-pack {
	background: #f7f7f7;
    padding-bottom: 40px;
}
.holiday-pack .carousel-item {
    height: 13rem;
}
.holiday-head a{
	padding: 8px 20px;
	float: right;
	color: #e82801;
	text-decoration: none;
}
/* WHY CHOOSE US
-------------------------------------------------- */

.why-us {
	background: #f7faff;
	padding: 60px 0px;
}
.why-us h2 {
    color: #002f5b;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}
.carousel-indicators .active{
	background-color: #454545;
}
.carousel-indicators li{
	background: #e1e1e1;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    padding-top: 34px;
    text-align: left;
    bottom: 0px;
    color: #454545;
    left: 20px;
    margin-right: 40px;
	height: 192px;
}
.carousel-caption h3{
	font-size: 18px;
    color: #e82801;
    margin: 0;
    padding: 0;
}
.carousel-caption h5{
	font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.carousel-caption p{
	font-size: 14px;

}

/* Declare heights because of positioning of img element */
.main-routes .carousel-item {
  height: auto;
  
}
.main-c .carousel-item {
  height: 430px;
}
#testimonials-c .carousel-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
  height: 228px;
}
#testimonials-c .carousel-item {
  height: 228px;

}
#carouselE .carousel-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
  height: 228px;
}
#carouselE .carousel-item {
  height: 228px;
}
#mainpageSlider .carousel-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
  height: 273px;
}
#mainpageSlider .carousel-item {
  height: 273px;
	text-align: center;
}
.carousel-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
  height: 480px;
}
.p-y-2 {
    padding-top: 28px;
    padding-bottom: 28px;
}
.m-b-1 {
    margin-bottom: 18px;
}
.m-t-1 {
    margin-top: 18px;
}
.counter-icons i{
	font-size: 30px;
	color: #e82801;
}
.counter-icons h2{
	font-size: 2rem;
	padding: 10px 0px 0px 0px;
}
.counter-icons{
	background: #fff;
	border: 1px solid #e1ecfe;
	border-radius: 5px;
}
/* FOOTER SECTION 
__________________________________________________ */
.footer-contact-us, .footer-contact-us:not([href]):not([tabindex]) {
    color: #eceff1 !important;
    margin-top: 5px;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
	
}
.footer-contact-us{
	display: flex;
}
.footer-contact-us, .footer-contact-us i{
	color: #e82801;
    margin-right: 8px;
    margin-top: 2px;
}
.footer-info ul li i{
	color: #e82801;
    margin-right: 8px;
    margin-top: 2px;
}
.footer-info p a{
	color:#fff;
	padding:5px;
}
.footer-info p a:hover{
	color:#e82801;
}
.footer-section{
	padding: 40px 0px 10px 0px;
	background: #190d1f;
	color: #fff;
}
.footer-info h5{
	margin: 0px;
	padding: 0px;
}
.footer-info ul{
	padding: 0px;
	margin-top: 10px;
    float: left;
}
.footer-info ul li{
	list-style: none;
	font-size: 14px;
	padding: 3px 0px;
}
.footer-info ul li:hover{
	padding-left: 5px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-info ul li a{
	color:#fff;
	font-weight: 300;
}
.footer-info ul li a:hover{
	color:#e82801;
}
.fl-left a.facebook-c {
    border:1px solid #585b79;
	padding: 7px 14px;
	border-top: 0;
	border-bottom: 0
}
.fl-left a.facebook-c:hover {
    background: #30467d;
}
.fl-left a.twitter-c {
    border:1px solid #585b79;
	padding: 7px 12px;
	border-top: 0;
	border-bottom: 0;
}
.fl-left a.twitter-c:hover {
    background: #08a1dc;
}

.footer-section p{
	font-size: 14px;
	margin-top:25px;
	font-weight: 300;
	
}
.footer-section hr{
	border-top: 1px solid #4e4e4e;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    font-size: 14px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (max-width: 991.98px) { 
	.fl-left{
		display: none !important;
	}
	.fl-right ul{
		text-align: center;
	}
	.logo-section img{
		margin-top: 10px;
	}
	.main-frs ul li{
		float: left;
	}
	.main-frs ul li{
		width: 60px;
	}
	.main-contact{
		display: none;
	}
	.fl-right{
		font-size: 12px;
	}
	.menu-collapse li{
		text-align: center;
	}
	.btn-app-img{
		margin:auto;
	}
	
}
/* Seach Page 
_____________________________________________________________ */

.search-list-section{
	background: #f9f6fb;
    padding: 10px 0px;
}
.b-details-main {
	padding: 10px 0px;
	color: #bbb4bf;

}
.b-details-main h2{
	font-size: 16px;
    font-weight: 400;
}
.b-details-main h6{
	font-size: 14px;
    font-weight: 400;

}
.b-details-main h5{
	font-size: 14px;
    font-weight: 300;
}
.one-way-search{
	padding: 0px 0px 0px 30px;
}
.one-way-search h2 span{
	color: #e82801;
    font-size: 18px;
    padding: 0px 5px;
    font-weight: 500;
}
.two-way-search{
	padding: 0px 0px 0px 30px;
	border-left: 1px solid #aaa;
}
.two-way-search h2 span{
	color: #e82801;
    font-size: 18px;
    padding: 0px 5px;
    font-weight: 500;
}
.search-modify{
	margin-top: 17px;
	padding-right: 15px;
	margin-left: -15px;
}
.search-modify-btn {
    font-size: 15px;
    background: #30a467;
    border: none;
    padding: 8px 12px;
	color: #fff;
	cursor: pointer;
}
.input-group-text{
	color:#334e6f;
	font-weight: 600;
	background: none;
	font-size: 14px;
}
.no-border{
	border: none;
}
.s-result-list{
	border: 1px solid #e5e3e4;
    background: #fff;
	margin-bottom: 10px;
}
.s-result-list:hover{
	background: #f9f9f9;
	border: 1px solid #d9cbe0;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	
}
.service-no{
	
}
.service-no h3{
	color: #e82801;
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    text-align: center;
}
.srt-arvl-tm {
	text-align: center;
    border-left: 1px solid #e1ecfe;
    padding: 10px 0px;
	height: 100px;
}
.srt-arvl-tm h2{
	font-size: 24px;
    margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 400;
}
.srt-arvl-tm h2 span{
	font-size: 18px;
    color: #e82801;
    font-weight: 300;
}
.srt-arvl-tm h5{
	color: #728aa1;
    font-size: 12px;
    font-weight: 300;
}
.sour-col{
	float: left;
	width: 215px;
}
.sour-col h3{
	color: #30a467;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.sour-col h4{
	font-size: 14px;
    font-weight: 400;
}
.arrow-div {
	margin: 0px 10px;
    float: left;
    margin-top: 24px;
    font-size: 22px;
    color: #e82801;
}
.desti-col{
	float: right;
    padding-top: 34px;
	width: 205px;
    text-align: right;
}
.desti-col h4{
	font-size: 14px;
    font-weight: 400;
}
.seats-count{
    border-left: 1px solid #e1ecfe;
    padding: 10px;
	height: 100px;
	text-align: center;
}
.seats-count h4{
	font-size: 16px;
    font-weight: 600;
	margin-top: 20px;
}
.seats-count h5{
	color: #728aa1;
    font-size: 12px;
    font-weight: 300;
}
.select-service{
	text-align: center;
}
.select-service-btn {
    font-size: 15px;
    background: #30a467;
    border: none;
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
}
.select-service-btn:hover{
	background: #190d1f;
	-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.sour-desti-sec{
    border-left: 1px solid #e1ecfe;
    padding: 10px;
	height: 100px;
}
.via-routes{
	width: 100%;
    float: left;
    text-align: center;
}
.via-routes p{
	color: #728aa1;
    font-size: 12px;
    font-weight: 300;
	margin: 0px;
	padding: 0px;
}
.via-routes p span{
	color: #e82801;
}
.via-routes h6{
	margin-top: -28px;
    font-size: 18px;
    color: #e82801;
	font-weight: 300;
	margin-bottom: 0px;
}
.select-service{
    border-left: 1px solid #e1ecfe;
    padding: 10px;
	height: 100px;
}
.select-service h3{
	font-size: 24px;
    font-weight: 600;
	margin: 0px;
	margin-top: 5px;
}
.select-service h3 span{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.custom-select{
	border: 1px solid #e5e3e4;
    border-radius: 0 !important;
}
.modify-search{
	margin:0px 20px;
}
.modify-search hr{
	border-top:1px solid #aaa;
}
.swap-icon{
	z-index: 99;
	position: absolute;
	right: 0;
	margin-right: -17px;
	padding-top: 7px;
}


/* Login Form
-------------------------------------------------------- */
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

.card-signin {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d6e7f8;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
	
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
    font-size: 14px;
    border-radius: 5px;
    letter-spacing: .1rem;
    padding: 12px 60px;
    transition: all 0.2s;
    font-weight: 400;
}
.login-section {
    background: #f7faff;
    padding: 60px 0px;
}
.login-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.login-label-group input {
  border-radius: 5px;
  color: #002f5b;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.login-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.8;
  color: #728aa1;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.login-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.login-label-group input:-ms-input-placeholder {
  color: transparent;
}

.login-label-group input::-ms-input-placeholder {
  color: transparent;
}

.login-label-group input::-moz-placeholder {
  color: transparent;
}

.login-label-group input::placeholder {
  color: transparent;
}

.login-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.login-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 10px;
  color: #728aa1;
  font-weight: 300;
}
.btn-login{
	background: #e82801;
	color: #fff;
}
.btn-login:hover{
	background: #007bff;
}
.card-signin p a {
	color: #e82801;
}
/* PNR Enquiry Form
----------------------------------------- */
.pnr-enquiry-form{
    background: #fff;
    padding: 20px 0px;
    border: 1px solid #e1ecfe;
	min-height: 300px;
	border-radius: 5px;
	
}	
.enquiry-section{
	background: #f7faff;
    padding: 30px 0px;
}
.col-form-label{
	margin-bottom: 15px !important;
	justify-content: flex-end !important;
	
}
.btn-pnr{
	background: #e82801;
	color: #fff;
	margin-bottom: 1rem;
    margin-left: 1rem;
	    font-size: 14px;
    padding: 10px 40px;
}
.btn-pnr:hover{
	background: #007bff;
}
.nav-tabs .nav-link.active{
	color: #fff;
    background: #173c62;
    border: 1px solid #173c62;
}
.nav-tabs .nav-link{
	border-color: #dee2e6;
}
.cancel-ticket-from{
	width:200px !important;
}
.cancel-ticket-label{
	max-width: 150px !important;
	min-width: 150px;
}
.pnr-enquiry-form h4{
	margin: 0;
	padding-left: 20px;
    font-weight: 300;
    font-size: 1.5rem;
}

/* ROUTE INFO SECTION */

.route-info-sec{
	background: #190d1f;
    padding: 10px;
}
.route-names h2{
	font-size: 20px;
}
.route-info p{
	font-size: 16px;
	margin: 0px;
	padding:0px;
}
.route-info span{
	font-weight: 600;
}
.pas-detl-sec h3{
	font-size: 22px;
}
.p-details-left{
	border: 1px solid #d6d6d6;
	padding: 20px;
	margin-bottom: 30px;
	min-height: 600px;
}
.fare-details-right{
	border: 1px solid #d6d6d6;
	margin-bottom: 30px;
	margin-left: -1px;
	background: #f6f6f6;
	min-height: 600px;
}
.fare-details-right h3 span{
	    font-size: 18px;
    color: #e82801;
    font-weight: 600;
}
.fare-details-right h3{
	padding: 10px 10px 0px 15px;
    font-size: 18px;
}
.p-details-left input[type=text]{
	border: 1px solid #e5e3e4 !important;
    border-radius: 0px !important;
    font-size: 14px;
    height: 45px;
}
.p-details-left input[type=email]{
	border: 1px solid #e5e3e4 !important;
    border-radius: 0px !important;
    font-size: 14px;
    height: 45px;
}
.p-details-left .custom-file label{
	border: 1px solid #e5e3e4 !important;
    border-radius: 0px !important;
    font-size: 14px;
    height: 45px;
	line-height: 2.3;
}
.p-details-left .custom-file .custom-file-label::after{
	height: 43px;
    border-radius: 0px;
	line-height: 2.3;
}
.p-terms-conditions h4{
	font-size: 16px;
}
.p-terms-conditions ul{
	padding: 0;
}
.p-terms-conditions ul li{
	list-style: none;
	font-size: 12px;
	display: flex;
	padding-bottom: 6px;
    padding-top: 6px;
}
.p-terms-conditions i{
	color: #e82801;
    margin-right: 8px;
    margin-top: 2px;
	font-size: 10px;
}
.p-terms-conditions{    
	background: #f6f6f6;
    padding: 20px;
}
.fare-info-sec {
	padding: 15px;
	
}
.ticket-fare-amt{
	float: right;
	color:#e82801;
	font-weight: 600;
	font-size: 16px;
}
.ticket-fare-color{
	color:#e82801;
	font-weight: 600;
	font-size: 16px;
}
.dates-info-section h4{
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}
.dates-info-section span{
	float: right;
	
	font-size: 14px;
}
.dates-section{
	border: 1px solid #d6d6d6;
	min-height: 500px;
	padding: 20px;
	margin-bottom: 60px;
}
.date-s-info{
	margin:5px 10px;	
	overflow: hidden;
}
.date-sec{
	border:1px solid #e2e2e2;
	padding: 8px 20px;
	cursor: pointer;
	float: left;
}
.date-sec-time{
	border:1px solid #e2e2e2;
	padding: 6px 15px;
	cursor: pointer;
	color: #7e7e7e !important;
	float: left;
}
.date-s-info p{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #7e7e7e;
}
.date-s-info a{
	text-align: center;
	width: 124px;
}
.selected-date-color{
	background: #190d1f;
	color: #fff !important;
}
.almost-fill-date-color{
	background: #ff8124;
	color: #fff !important;
}
.fill-date-color{
	background: #e82801;
	color: #fff !important;
}
.availe-dates{
	background: #f4f4f4;
	padding: 20px 0px;
	margin-top: 10px;
}
/* Ticket Confermation */
.ticket-conf-sec {
	padding: 60px 15px;
}
.ticket-conf {
	border: 1px solid #d6d6d6;
	padding: 20px 0px; 
}
.ticket-conf-msg {
	display: flex;
    margin: auto;
}
.ticket-conf-msg i {
	    font-size: 60px;
    color: #008000;
}
.ticket-conf-msg h2 {
	text-align: left;
    padding-left: 15px;
    color: #008000;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    font-size: 33px;

}
.ticket-conf-msg span {
	    text-align: left;
    margin: auto;
    margin-left: 18px;
    float: left;
    font-size: 20px;
    color: #5d5d5d;
}


/* Print Ticket Page */
.child-menu span a{
	color:#e82801;
	text-decoration: none;
}
.child-menu span{
	color:#454545;
}
.booking-select select{
	border-radius: 0 !important;
	height: 45px !important;
}
.modify-sec{
	border: 1px solid #d6d6d6;
    padding: 20px 0px;
    margin-bottom: 10px;
    margin-top: 20px;
}


    
/* Responsive */

@media (max-width: 767.98px) { 

	.booking-section ul li a.nav-link{
		font-size: 12px;
	}
	.booking-section {
    margin-top: 60px;
}
	.radio-button-sec {
    margin-left: 20px !important;
}
	.charges-section h2 {
    font-size: 18px;
}
	.route-info-sec {
    text-align: center;
}
	.modify-sec .booking-input {
	margin: 0px 20px;
}

}



/* MAIN SITE START */
.main-c .carousel-control-prev {
    left: -50px;
}
.main-c .carousel-control-next {
    right: -50px;
}
.main-carousel{
	background: #fff !important;
    height: 400px;
    margin-top: 20px;
}

.m-carousel-body h4 {
	color: #ea2703;
	font-size: 20px;
	
}
.m-c-footer{
	border-top: 1px solid #eee;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

}
.m-c-footer a{
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #ea2703;
}
.m-c-footer i{
	color: #ea2703;
}
.m-c-footer a:hover{
	text-decoration: none;
	color: #ea2703;
}
@media (min-width: 768px) {

    /* show 3 items */
    .main-c .carousel-inner .active,
    .main-c .carousel-inner .active + .carousel-item,
    .main-c .carousel-inner .active + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .main-c .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .main-c .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .main-c .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .main-c.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .main-c .carousel-inner .carousel-item-next,
    .main-c .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .main-c .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .main-c .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .main-c .carousel-item-next.carousel-item-left + .carousel-item,
    .main-c .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .main-c .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .main-c .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .main-c .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .main-c .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .main-c .carousel-item-prev.carousel-item-right + .carousel-item,
    .main-c .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .main-c .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .main-c .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}


.main-left h3{
	font-size: 20px;
}
.main-right h3{
	font-size: 20px;
}

.main-left .card{
	border: 0;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin-right: 10px;
}
.main-right .card{
	border: 0;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin-left: 10px;
}
.info-card{
	border: 0;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin: 0px  5px;
}
.body-main-color{
	background: #f7f7f7;
}
.text-red{
	color: #ea2703;
}
.main-left h4{
	font-size: 16px;
}
.btn-link a{
	text-decoration: none;
	font-size: 16px;
}
.btn-link a:hover{
	text-decoration: none;
	color: #ea2703;
}
.e-ticketing-btn{
	background: url(../img/external-link-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.e-ticketing-btn:hover{
	background: url(../img/external-link-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}

.notification-btn{
	background: url(../img/notifications-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.notification-btn:hover{
	background: url(../img/notifications-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.tenders-btn{
	background: url(../img/tenders-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.tenders-btn:hover{
	background: url(../img/tenders-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.future-btn{
	background: url(../img/future-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.future-btn:hover{
	background: url(../img/future-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.people-btn{
	background: url(../img/people-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.people-btn:hover{
	background: url(../img/people-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.directory-btn{
	background: url(../img/directory-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.directory-btn:hover{
	background: url(../img/directory-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.depots-btn{
	background: url(../img/depots-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.depots-btn:hover{
	background: url(../img/depots-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.fare-btn{
	background: url(../img/fare-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.fare-btn:hover{
	background: url(../img/fare-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.finance-btn{
	background: url(../img/finance-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.finance-btn:hover{
	background: url(../img/finance-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.employee-btn{
	background: url(../img/employee-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.employee-btn:hover{
	background: url(../img/employee-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.more-btn{
	background: url(../img/more-red.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #e7e7e7;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.more-btn:hover{
	background: url(../img/more-white.png) no-repeat 30px center;
	height: 100px;
	width:100px;
	background-color: #ea2703;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
}
.info-card p{
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
}
.info-card a{
	text-decoration: none;
}
.info-card ul li{
	list-style: none;
}
.info-card ul {
	padding:0px;
}
.info-card-title{
	font-size: 20px;
}

/* Content Pages */

#sidebar .list-group-item {
    border-radius: 0;
    white-space: nowrap;
}

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #e1e1e1;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f078";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
	float: right;
}

#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f054";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
	float: right;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item  {
  padding-left: 20px;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width:48em) {
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.in, #sidebar .list-group .collapsing {
        position: absolute;
        z-index: 1;
        width: 190px;
    }
    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }
}

/* change transition animation to width when entire sidebar is toggled */
#sidebar.collapse {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

#sidebar.collapsing {
  opacity: 0.8;
  width: 0;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-property: width;
       -o-transition-property: width;
          transition-property: width;

}
#sidebar .card{
	 border: 0;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin-right: 10px;
}
.right-menu .card{
	border: 0;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin-right: 10px;
}
#sidebar .list-group-item.active{
	color:#ea2703;
	border: 1px solid rgba(0,0,0,.125);
}
.right-menu h1{
	font-size: 22px;
    color: #e82801;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0px;
    font-weight: 400;
}
.right-menu h3{
	font-size: 20px;
	 font-weight: 400;
}
#sidebar .list-group-item:hover{
	color: #e82801;
}