html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}


@-ms-viewport{
  width: device-width;
}

@viewport{
    zoom: 1.0;
    width: device-width;
}

body {
  line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

g{
font-size: 15px;
text-align:justify;
}

t{
font-size: 16px;

}

g1{
font-size: 15px;
 text-decoration: underline;
}

blockquote,
q {
  quotes: none;
}

ul.ab{
    list-style-type: circle;
	padding-left:15px;
}



blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}


.active {
    display: block;
}

.inactive {
    left: 703px;
    display: none;
}

.overlay p{
text-shadow: 2px 2px #ff0000;
}

.flexslider .slider-caption{padding-top:-200px;}

.slider-caption section {
    font-family: 'Raleway', sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    background-color: rgba(255,255,255,0.75);
    padding-bottom: 20px;
	
}



.flexslider .slider-caption section{
 font-family: 'Raleway', sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    background-color: rgba(255,255,255,0.75);
    padding-bottom: 20px;
}

.inner-service h3{
text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);
}

.inner-service p{
text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
}

.flexslider .slider-caption p{
text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);
}

.flexslider .slider-caption h2 {
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}


.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #FFE57A;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top:100px
}

.flexslider .slider-caption a.slider-btn:hover {
  color: white;
  background-color: #F7D131;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);
  
}


body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .83em;
  line-height: 1.75;
  color: #666666;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #ec523f;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #444444;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFE57A;
  margin: 40px 0;
}

.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
  margin-top:20px;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 0px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 0.65;
}

.site-header ul.social-icons li a:hover{
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 118px;
  -moz-border-radius: 18px;
  opacity: 1.0;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  top: 94px;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  background-color: white;
  overflow: hidden;
  -moz-box-shadow: 5px 1px 3px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.27);
width:100%;

}

.logo-wrapper {
  background: url(../images/logo.jpg) no-repeat;
  height: 100px;
  background-position: 15px;


}



.logo-wrapper a {
  display: inline-block;
  overflow: hidden;
  padding-left: 130px;
  line-height: 100px;
  text-transform: uppercase;
  color: #FF6600;
  font-size: 32px;
  font-weight: 700;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.main-menu ul li:last-child {
  margin-right: 35px;
}
.main-menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #444444;
  line-height: 100px;
  padding-top: 37px;
}

.main-menu ul li a :hover{
  text-transform: uppercase;
  font-size: 24px;
  color: #;
  line-height: 100px;
  padding-top: 37px;
  color: #FFE57A;
}

.main-menu ul li.active a {
  border-top: 3px solid #FF6600;
   color: #FF6600;
}


.main-menu ul li a:hover {
  border-top: 3px solid #F7D131;
   color: #F7D131;
	/*text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);*/
}

a.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #d5d5d5;
  display: inline-block;
  color: black;
}

.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
width:100%;
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li a:hover {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
    color: #FFE57A;
}


.menu-responsive ul li.active a {
  color: #FFE57A;
}

.flexslider {
  position: relative;
  top: -100px;
}



.flexslider .slides li {
		
    position:relative;
}



.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.0);

  height: 100%;
background-size:100%;
background-position:center;

background-size: cover;
  display: block;
  /*filter: blur(5px);
  -webkit-filter: blur(5px);*/
  height: 800px;
  left: 0;
  position: ;
  right: 0;
  z-index: 1;

}

@media only screen   
and (min-device-width : 320px)   
and (max-device-width : 480px) {  
/* Styles */  

.flexslider .slider-caption {
 
   background-image:url(images/3.jpg);
 background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
height:100%;
overflow:hidden;
}
} 





.flexslider .slider-caption {
  position:absolute ;
  z-index: 1;
  width:50%;
  text-align: center;
  top: 380px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 13px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  top: 0px;
  left: 0;
  position: ;
  /*margin-left: 350px;
  margin-right: 20px;*/
  margin-top:-100px;
  right: 0;
  /*padding: 0 10px;*/
  vertical-align: middle;
  left:25%;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 20px;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 26px;
  display: block;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #ec523f;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 989px) {
  .flexslider .slider-caption {
    top: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 380px;
  }
}

.content-section {
  margin-top: 180px;
  padding-top: 60px;
}

.heading-section {
  margin-bottom: 60px;
}

.heading-section 2{
  margin-bottom: 20px;
    display: inline-block;
	line-height: 70%;
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  color:#ec523f;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: inline-block;
}
.heading-section p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}

ph{

}

.heading-section h5{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; 
  border-bottom: 1px solid #444444;
  margin-bottom:-200px;
  text-align:left;
  color:#ec523f;



}

/*
.heading-section2 {
  margin-bottom: 20px;
}*/

.heading-section2 h5 {
padding-top:100px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom:50px;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: block;
}


.heading-section2 p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}




.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#services {
  margin-top: 0px;
}

.service-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.service-item a {
	color: #ffff66;
}

.service-item a:hover {
	color: black;
}

.service-item .service-icon {
  font-size: 3em;
  padding: 50px 0;
}
.service-item .service-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
  padding: 20px;
}
.service-item .service-content h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content {
  opacity: 1;
  visibility: visible;
}

#service-1 {
  background-color: #ec523f;
}

/*
#service-1:hover {
  background-color: #F7D131;
}
*/

#service-2 {
  background-color: #ec523f;
}

#service-3 {
  background-color: #3498db;
}

#service-4 {
  background-color: #2ecc71;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #ec523f;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  /*text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);*/
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
 
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: .95;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
  margin-left:200px;
  padding: auto;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #ec523f;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #ec523f;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: ;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}


.pic{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:60px;
 

}

.pic img{
	/*height: 300px;
	width:500px;*/
	padding:7px;
	padding:1px;
	
     

}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ec523f;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 380px;
  border: 10px solid #efefef;
}

.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form p input.check {
  width: 10%;
  margin-bottom: 15px;
}

.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 1px;
  color: white;
  background-color: #ec523f;
  text-transform: uppercase;
  border: 0;
}
.contact-form .mainBtn1 {
  margin-top: 1px;
  color: white;
  background-color: #ec523f;
  text-transform: uppercase;
  border: 0;
}


.contact-form .mainBtn:hover {
  margin-top: 1px;
  color: white;
  background-color: #F7D131;
  text-transform: uppercase;
  border: 0;
    text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);
}

.contact-form ul.social-icons li a:hover{
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
padding-right:60px;
  line-height: 36px;
    float:right;
  border-radius: 18px;
  -webkit-border-radius: 118px;
  -moz-border-radius: 18px;
  opacity: 1.0;
}

.contact-form ul.social-icons li a{
  width: 36px;
  height: 36px;
  display:block;
  background-color: white;
  color: #444444;
  text-align: center;
  font-style:italic;
  line-height: 36px;
  float:right;
  padding-right:60px;
  border-radius: 18px;
  -webkit-border-radius: 118px;
  -moz-border-radius: 18px;
  opacity: .7;
}


.contact-form ul.social-icons li h3{
  width: 400px;
  height: 6px;
  font-size:15px;
  font-style:bold;
  background-color: white;
  color: #444444;
  text-align: center;
padding-right:10px;
padding-top:25px;

  line-height: 56px;
    float:right;
	position:justify;
  border-radius: 18px;
  -webkit-border-radius: 118px;
  -moz-border-radius: 18px;
  opacity: 1.0;
}

.comments h7{
font-size:16px;
border-bottom:1px solid #444444;
padding-bottom: 0px;
  display: block;
  text-transform: capitalize;

}

.actualcom{

font-size:14px;
display:block;
padding-bottom:1px;
font-style:italic;
color:#000;
}

.box{
	background-color: white;
	overflow: hidden;
	display:block;
	margin-bottom:20px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
  -moz-box-shadow: 5px 1px 3px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.27);
}

.boxf{
	background-color: #DBDAD5;
	overflow: hidden;
	display:block;
	margin-bottom:20px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	color:#000;
  -moz-box-shadow: 5px 1px 3px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.27);
}

.boxa{
	background-color: #FFFDF2;
	overflow: hidden;
	display:block;
	border-color:#fff;
	border-style:solid;
	margin-bottom:20px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
  -moz-box-shadow: 5px 1px 3px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.27);
}

.fb a{
position:;
height:40px;
width:40px;
opacity:0.8;
text-align:center;
margin:0 auto;
padding-right:10px;
}

.fb a:hover{
position:;
height:50px;
width:50px;
opacity:1;
text-align:center;
}

#go-top {
  background-color: #ec523f;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  margin-top: 130px;
}

/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
*/





		#loading{
                width: 100%;
                position: absolute;
                top: 100px;
                left: 100px;
				margin-top:200px;
            }
			
			
			
            #container1 .pagination ul li.inactive,
            #container1 .pagination ul li.inactive:hover{
                background-color:#ededed;
                color:#bababa;
                border:0px solid #bababa;
                cursor: default;
            }
            #container1 .data ul li{
                list-style: none;
                font-family: verdana;
                margin: 5px 0 5px 0;
                color: #006699;
                font-size: 13px;
            }

            #container1 .pagination{
                width: 800px;
                height: 25px;
            }
            #container1 .pagination ul li{
                list-style: none;
                float: left;
                border: 0px solid #006699;
                padding: 2px 6px 2px 6px;
                margin: 0 3px 0 3px;
                font-family: arial;
                font-size: 14px;
                color: #ec523f;
                font-weight: bold;
                background-color: #f2f2f2;
            }
            #container1 .pagination ul li:hover{
                color: #fff;
                background-color: #ec523f;
                cursor: pointer;
            }
			.go_button
			{
			background-color:#f2f2f2;border:1px solid #ec523f;color:#cc0000;padding:2px 6px 2px 6px;cursor:pointer;position:absolute;margin-top:-1px;
			}
			.total
			{
			float:right;font-family:arial;color:#999;
			}
			
			
.minibusIMG
{
  height:120px;
  min-width: auto !important;
  margin-top: 50px;
  max-width: 80vw;
}

.minibusIMG
{
  margin-bottom:50px;
}

.taxiIMG
{
  min-width: auto !important;
}

.logos img
{
  display:inline;
}
	

.miniBusLink
{
  vertical-align: middle !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding-left: 51px;
}

.nav-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255,203,5,1);
  border-radius: 50%;
  border: none !important;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1150;
}

.m-icon .fa
{
    font-size: 2rem;
}

.p-icon
{
    background: #EC523F;
}

.p-icon
{
    top: unset;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: none;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 30%);
}

.p-icon i
{
    font-size: 2rem !important;
    color:#fff;
}

.p-icon.pha
{
    left:20px;
}

.p-text
{
    font-size: 1rem;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 30px;
    padding: 16px 50px 14px 14px;
    background: #EC523F;
    font-weight: bold;
    top: unset;
    bottom: 47px;
    right: 90px;
    display: none;
}

.pcha{
    padding: 25px 15px 20px 15px;
    left: 90px;
    text-align: center;
    font-size: 3vw;
    width: 100%;
    left: 0px;
    bottom: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 0px;
    color:#fff;
}

.wta {
  background: #25d366 !important;
}

.bar
{
  position:relative;
  z-index:999999;
}

@media (max-width: 1015px) {           
  .nav-icon{display:block;}
  .p-icon{display: flex;}
}

@media (min-width: 1015px) {           
  .nav-icon{display:none;}
}

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}

html { font-size:100%; } 


@media (min-width: 640px) { body {font-size:0.8rem;} } 
@media (min-width:960px) { body {font-size:1rem;} } 
@media (min-width:1100px) { body {font-size:0.8rem;} } 


@-ms-viewport{
  width: device-width;
}	

img { 
min-width: 100%;
}


.img1 {
  position: relative;
  left: 50%;
  @include translateX(-50%);
  max-height: 100%;
 
  @media (min-width: 400px) {
    left: 0; // set the left back to 0
    max-height: none; // remove the max-height
    max-width: 100%;
    @include translateY(-50%);
  }
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
/* Styles */

img.tablet{
  width : 97%;
        height: auto;
}


}



@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
/* Styles */

img.tablet{
  width : 100%;
        height: auto;
}
}
		
			
			
			



     