<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,200,300,400,500,600,700,800,900);



/* colour theme #ff4646 Alegreya Sans SC*/
body {
   font-family: 'Raleway',sans-serif;
   -webkit-touch-callout: none;
     -webkit-user-select: none;
      -khtml-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
   
}
div{
	transition: all ease 0.3s;
}

p {}

h1,h2,h3,h4,h5,h6{
	font-family: 'Alegreya Sans SC',sans-serif;
	font-weight: 300;
	color: #ff4646;
	letter-spacing: -0.3px;
}
h1{
font-size: 32px;
}
h2{
font-size: 28px;
}
h3{
font-size: 24px;
}
h4{
font-size: 20px;
}
h5{
font-size: 18px;
}
h6{
font-size: 16px;
}


.textlower{
	text-transform: lowercase;
}
.textupper{
	text-transform: uppercase;
}
.textcenter{
	text-align: center;
}


.box_dark  {background-color: #404040; color: #FFFFFF;}
.box_darker  {background-color: #282828; color: #FFFFFF;}
.box_darkest  {background-color: #121212; color: #FFFFFF;}
.box_black {background-color: #000000; color: #FFFFFF;}

.bw{
-webkit-filter: grayscale(1) !important;
-moz-filter: grayscale(1) !important;
-ms-filter: grayscale(1) !important;
filter: grayscale(1) !important;
transition: all 0.4s ease; 
-webkit-transition: all 0.4s ease; 
-moz-transition: all 0.4s ease; 
-o-transition: all 0.4s ease;

}

.bw:hover{
-webkit-filter: grayscale(0) !important;
-moz-filter: grayscale(0) !important;
-ms-filter: grayscale(0) !important;
filter: grayscale(0) !important;
}

.clear{
position: relative;
width: 100%;
height: 1px;
}
.clr2{
position: relative;
width: 100%;
height: 10px;}
.clr4{
position: relative;
width: 100%;
height: 20px;}



/* BUTTONS */
.btn{
border-radius: 0px;
font-family: 'Alegreya Sans SC',sans-serif;
font-weight: 300;
outline: none !important;
transition: all cubic-bezier(1,1,0,1) 0.4s;
-webkit-transition: all cubic-bezier(1,1,0,1) 0.4s;
-moz-transition: all cubic-bezier(1,1,0,1) 0.4s;
-ms-transition: all cubic-bezier(1,1,0,1) 0.4s;
-o-transition: all cubic-bezier(1,1,0,1) 0.4s;
}
.btn:hover,.btn:focus,.btn:visited{
	color: #FFF;
}

.btnS,.btnChro,.btnM{
	background: #ff4646;
	color: #FFF;
	line-height: 1.33333;
}
.btnS{padding: 6px 50px;}
.btnChro{padding: 6px 20px;}
.btnM{
	padding: 2px 0px;
	width: calc(50% - 5px);
	max-width: 50%;
	display: inline-block;
}
#mainSearchForm .btnS{
	padding: 6px 10px;
	display: inline-block;
	max-width: 129px;
	width: calc(50% - 2px);
}

/* END BUTTONS */

/* FORM ELEMENTS */
.forminput {
    display: inline-block;
    width: 100%;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    background-color: transparent;
    border: 1px solid #BDBDBD;
	font-family:'Alegreya Sans SC',sans-serif;
}

.forminput:focus {
outline: none !important;
border: 1px solid #ff4646 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #d6d4d4 !important;
	font-family:'Alegreya Sans SC', sans-serif;
	font-weight:300;
	font-size:16px;
}
	
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #d6d4d4 !important;
   font-family:'Alegreya Sans SC', sans-serif;
   font-weight:300;
   font-size:16px;
   
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #d6d4d4 !important;
   font-family:'Alegreya Sans SC', sans-serif;
   font-weight:300;
   font-size:16px;
   
}
:-ms-input-placeholder { /* Internet Explorer 10+ only*/
   color: #d6d4d4 !important;
   font-family:'Alegreya Sans SC', sans-serif;
   font-size:16px;
   font-weight:300;
   
}

/* END FORM ELEMENTS */
img#smallLogo{
	display: none;
}
img#largeLogo{
		
	display: block;
	}

section#main {
    margin-top: 5px;
}
#toggle{
	width: 24px;
	height: 24px;
	display: block;
	position: relative;
	margin-top: 16px;
	margin-right: 15px;
	float: right;
	cursor: pointer;

}
button.navbar-toggle{
	display: none !important;
}
#toggle p.mid,
#toggle span:before,
#toggle span:after{
	width: 100%;
	height: 1px;
	background-color: #ff4646;
	display: block;
	float: left;
	transition: all cubic-bezier(1, 0, 0, 1) 0.3s;
	transition-delay: 0.1s;
}
#toggle span:before,
#toggle span:after{
	position: absolute;
	content:'';
}
#toggle p.mid{
	margin: 8px auto;
	transition: all ease 0.2s;
	transition-delay: 0.1s;
	
}
#toggle span:before{
	top: 0px;
}
#toggle span:after{
	top: 16px;
}

/* on activation */
#toggle.on p.mid{
	background-color: transparent;
	transition: all ease 0.8s;
}
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(21px, 21px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}
#toggle.on span:before{
	top: -22px;
}
#toggle.on span:after{
	top: 18px;
}
p.chro {
    font-size: 12px;
    color: #bdbdbd;
	margin-top: 10px;
    text-align: justify;
}

h4#searchTitle {
    text-align: center;
	text-transform: uppercase;
}
.timings,.timingsmaster{
display: block; 
overflow: auto; 
/* border: 1px solid #333 !important; */
font-weight: 500;
font-size: 13px;
background: #ececec;
font-family: 'Roboto Condensed', sans-serif;
}
.google-ad{
	margin-top: 20px;
}
.timingsmaster{
	background: #ff4646;
    color: #FFF;
}
.trip {
    font-size: 14px;
    margin-bottom: 10px;
    overflow: auto;
    border: 1px solid #ececec;
	overflow: visible;
	width: 100%;
	float: left;
	
}
.classofservice {
    padding: 4px;
    overflow: auto;
    font-family: 'Roboto Condensed',sans-serif;
	font-weight: 300;
    font-size: 13px;
    color: #403f3f;
}

.timings .col-xs-3,
.timings .col-xs-6,
.timingsmaster .col-xs-3,
.timingsmaster .col-xs-6
{
	padding: 4px;
}

.depmaster:after{
content: 'DEPARTURE';
}

.arrmaster:after{
content: 'ARRIVAL';
}

.chro-timings:after{
content: 'TIMINGS';
}
.schedule, .schmaster{
/* border-left: 1px solid #333 !important; */
/* border-right: 1px solid #333 !important; */
overflow: visible !important;
padding: 5px 3px;
word-wrap: break-word;
}
.schmaster:after{
content: 'SERVICE';
}
.detailbtn,.detailbtn:visited,.detailbtn:focus,div#sClose{
	padding: 0px 3px;
    color: #ff4646;
    text-transform: lowercase;
	display: inline-block;
	line-height: 1;
	border: 1px solid;
	cursor: pointer;
}
.detailbtn:hover,div#sClose:hover{
	color: #fff;
	border: 1px solid #ff4646;
	background-color: #ff4646;
}
.detailbtn:before{
	content:'details'
}
.detailbtn.actv,
.detailbtn.actv:hover,
.detailbtn.actv:focus{
	color: #fff;
	border: 1px solid #ff4646;
	background-color: #ff4646;
}
.detailbtn.actv:before{
	content:'close'
}
div#sClose {
    text-align: center;
    padding: 0px 3px 1px 4px;
	position: absolute;
    right: 5px;
    top: 5px;
    display: block;
}

.cmt:after{
content:'Comments'
}
.tim:after{
content:'Timings'
}
.map:after{
content:'Map'
} 
.scheduledetails{
margin-top: 5px;
width: 100%;
position: relative;
float: left;
}
.scheduledetails .nav{
float: left !important; 
width: 100%;
margin-top: 10px;
}

.scheduledetails .tab-content{
width: 100%;
position: relative;
float: left;
}

.scheduledetails .nav &gt; li &gt; a {
padding: 2px 15px;
border-radius: 0px !important;
border: 0px;
border-bottom: 1px solid #ddd !important;
color: #ff4646 !important
}

.scheduledetails .nav &gt; li &gt; a:hover,.scheduledetails .nav &gt; li &gt; a:visited,.scheduledetails .nav &gt; li &gt; a:focus {
color: #ff4646  !important;
border: 0px;
border-bottom: 1px solid #ff4646 !important;
background-color: transparent !important;
}

.or,.fp,.pp,.sf,.ex,.slj,.dl,.ga{
	font-weight: 400;
}
.or{
	color: #000;
}
.fp{
	color: #ff4646;
}
.pp{
	color: #efbd01;
}
.sf{
	color: #ff4646;
}
.ex{
	color: #00c508
}
.slj{
	color: #607D8B;
}
.dl{
	color: #6291ff;
}
.ga{
	color: #00abff;
}

.tableData tr {
    font-size: 11px;
    font-weight: 400;
}
.scheduledetails {

}

.scheduledetails .table-bordered&gt;thead&gt;tr&gt;th,.scheduledetails  .table-bordered&gt;tbody&gt;tr&gt;th, .scheduledetails .table-bordered&gt;tfoot&gt;tr&gt;th,.scheduledetails  .table-bordered&gt;thead&gt;tr&gt;td, .scheduledetails .table-bordered&gt;tbody&gt;tr&gt;td,.scheduledetails  .table-bordered&gt;tfoot&gt;tr&gt;td{
	border: none;
}

.phones .table&gt;thead&gt;tr&gt;th, .phones .table&gt;tbody&gt;tr&gt;th, .phones .table&gt;tfoot&gt;tr&gt;th, .phones .table&gt;thead&gt;tr&gt;td, .phones .table&gt;tbody&gt;tr&gt;td, .phones .table&gt;tfoot&gt;tr&gt;td{
	border: none;
}

.teamMember{
	width: 100%;
	max-width: 320px;
	position: relative;
	display: table;
	float: none;
	margin: 0 auto;
}
.teamMember img{
	width: 100%;
	position: relative;
}
.teamMember .socials{
	display: none;
	transition: all ease 1s;
	
}
.teamMember:hover .socials{
	/* display: block; */
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.7);
	margin: 0 auto;
}
.nameTitle,.roleDesc {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	text-align: center;
	background: #ff4646;
	color: #FFF;
}
.nameTitle{
	background: #ff4646;
}
.nameTitle h2{
	padding: 0px;
    margin: 0px;
	color: #FFF;
}

/* CUSTOM MEDIA QUERY */
@media (min-width: 768px){
	#toggle{
		display: none;
	}
	
	.navbar-default .navbar-nav&gt;li:hover:after{
		content:'';
		display: table;
		width: 100%;
		position: absolute;
		height: 1px;
		bottom: -1px;
		background: #F00;
	}	
	.optSwitch{display: none;}
	div#sClose{display: none;}
}

@media (min-width: 768px) and (max-width:991px){
	.nav&gt;li&gt;a {
		padding: 15px 10px;
	}
}
@media (max-width: 768px){
	.hiddenS{
		height: 0px;
		width: 100%;
		overflow: hidden;
	}
	.optSwitch{
		font-family: 'Alegreya Sans SC',sans-serif;
		display: inline-block;
		color: #fff;
		background-color: #ff4646;
		float: right;
		position: relative;
		cursor: pointer;
		border: 1px solid #ff4646;
		padding: 2px 8px;
		line-height: 1.33333;
	}
	.optSwitch:hover{
		background-color: #ff4646;
		color: #fff;
	}
	.optSwitch:after{
		content: 'search options';
	}
	
	.optClose:after{
		content:'x';
	}
	
	
}
@media (max-width: 640px){
	img#smallLogo{
		display: block;
	}
	img#largeLogo{
		display: none;
	}
	.navbar-nav&gt;li&gt;a {
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 1;
	}	
	
}
/* END CUSTOM MEDIA QUERY */
/* BOOTSTRAP COMPONENTS CUSTOMISED */
.navbar-default{
	background: #fff;
	border: 1px solid transparent;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}

.navbar-default .navbar-nav&gt;li&gt;a{
	transition: all ease 0.2s;
	font-size: 16px;
	font-family: 'Alegreya Sans SC',sans-serif;
	letter-spacing: -0.7px;
}
.navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav&gt;li&gt;a:focus {
    color: #ff4646;
    background-color: transparent;
}

.navbar-brand{
	padding: 8px 15px;
}
.navbar-brand img{
	max-height: 36px;
}
.blogpostCol h4{
	color: #777;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-decoration: none;
}
.blogpostCol  .thumbnail {
	border: none;
	padding: 0px;
}
.blogpostCol  .thumbnail .caption{
	padding: 1px;
}

/* END BOOTSTRAP COMPONENTS CUSTOMISED */

/* CUSTOM COLUMNS */
	.col-xs-1-5	.col-xs-2-5	.col-xs-3-5	.col-xs-4-5	.col-sm-1-5	.col-sm-2-5	.col-sm-3-5	.col-sm-4-5	.col-md-1-5	.col-md-2-5 .col-md-3-5	.col-md-4-5	.col-lg-1-5	.col-lg-2-5	.col-lg-3-5	.col-lg-4-5{
		display: block;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	

	.col-xs-1-5{width: 20%}
	.col-xs-2-5{width: 40%}
	.col-xs-3-5{width: 60%}
	.col-xs-4-5{width: 80%}
	
	.teamCol{
		display: block;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	@media (min-width: 768px){
		.col-sm-1-5{width: 20%}
		.col-sm-2-5{width: 40%}
		.col-sm-3-5{width: 60%}
		.col-sm-4-5{width: 80%}
		.teamCol{
			width: 33.33333%;
		}
		.teamCol:nth-child(4){
			margin-left: 16.66666%;
		}
	}
	
	
	@media (min-width: 992px){
		.col-md-1-5{width: 20%}
		.col-md-2-5{width: 40%}
		.col-md-3-5{width: 60%}
		.col-md-4-5{width: 80%}
		
		
	}
	
	
	@media (min-width: 1200px){
		.col-lg-1-5{width: 20%}
		.col-lg-2-5{width: 40%}
		.col-lg-3-5{width: 60%}
		.col-lg-4-5{width: 80%}
		
	}
	


/* ENDCUSTOM COLUMNS */</pre></body></html>