/* Author : Syed Imran */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body { font-family: 'Open Sans', sans-serif; line-height:1.5;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height:1.5; }
header, footer { background-color:#000000; }
header { padding:10px; border-bottom:5px solid #696a6d;  }
a { color: #6d6e71;}
.container-fluid { padding-left:0px; padding-right:0px; }
img.logo {width: 500px;}
nav.menu, .sendmsg, .inner-page { background-color:#a8a9ac;}
nav.menu {border: none;border-radius: 0px; margin-bottom:0px;}
nav.menu .navbar-nav a { color:#000000; font-size:22px; text-transform:lowercase; }
nav.menu .navbar-nav>.active>a, nav.menu .navbar-nav>.active>a:focus, nav.menu .navbar-nav>.active>a:hover {background-color:transparent;color:#000000;}
nav.menu .navbar-nav>li>a:focus, nav.menu .navbar-nav>li>a:hover { color:#fff; }
nav.menu .navbar-nav { float:none; display:inline-block; }
.heading {background-color:#000000;border-bottom:5px solid #696a6d;width: 100%;color: #a7a9ac;}
.heading h1 { display:inline-block; }
h1.title { font-size:50px; }
.welcome-content { padding:2em 6em; }
.grey-dark { color:#6d6e71; font-weight:bold; }
.grey-light { color:#6d6e71; font-weight:normal; }
.text-white { color:#fff; font-weight:normal;}
.text-black { color:#000000; font-weight:normal;}
.padding-tb15 { padding:15px 0px;}
.padding-rl15 { padding:0px 15px;}
.ourvehicles [class^='col-md'], .weddings .images [class^='col-md'], .ourvehicles-page .images [class^='col-md'] { padding:0px; }
.ourvehicles [class^='col-md'] { border-right:1px solid #a8a9ac; }
.ourvehicles [class^='col-md']:last-child { border:none; }
/*.ourvehicles [class^='col-md']:nth-child(2) { border-left:1px solid #a8a9ac; border-right:1px solid #a8a9ac; }*/
.sendmsg { padding:20px; color:#fff; }
footer p {color:#fff; }
.footer { padding:0px 20px; }
.footer-menu li a {color:#6d6e71; padding-top:0px;  }
.footer-menu li a:focus, .footer-menu li a:hover {background-color:transparent;color:#fff;}
.social i {background-color:#3f3f3f;border-radius:50%;height: 40px;width: 40px;text-align: center;vertical-align: middle;padding: 12px;color: #fff; margin-right:5px;}
.phone a, .mail a { color:#fff; }
.phone i, .mail i { margin-right:5px; }
hr { border-top:3px solid #221f20; }
.readmore {text-transform:uppercase;color: #6d6e71;font-weight: bold; font-size:16px;}
.readmore:hover {color: #6d6e71;}
.btn-grey { background-color:#6f6f74; border-color:#6f6f74; color:#fff; text-transform:uppercase;  }
.home-slider .carousel-indicators { text-align:right; width:75%;  }
.home-slider .carousel-indicators li, .home-slider .carousel-indicators .active { width:30px; height:30px; border-radius:50%; border-width:3px;  }
.home-slider .carousel-indicators .active { background-color:#6d6f73; margin:1px; }
.ov-text {padding-bottom: 20px;}
.inner-wrapper { background-color:#fff; min-height:450px; margin-bottom:20px; }
.weddings .images { border-bottom:3px solid #221f20; }
.ourvehicles-page .images { border-bottom:3px solid #696a6d; }
ul.sidetab {    width: 85%;}
.sidetab li { border-bottom:1px solid #696a6d; }
.sidetab li.active a, .sidetab li:hover a { background-color:#000000; color:#fff;  }
.sidetab li a {  background-color:#fff; position: relative;  }
.sidetab li.active:after, .ourvehicles-page .sidetab li.child.active:after {content: '';display: block; position: absolute;	left: 100%;	top: 0%;		width: 0;	height: 0;	border-top: 25px solid transparent;	border-right: 23px solid transparent;	border-bottom: 23px solid transparent;	border-left: 15px solid #000000;}
.ourvehicles-page .sidetab li.child {		margin-left: 20px; margin-right: 20px;	margin-bottom: 20px;}
.ourvehicles-page .sidetab li.child, li.child a { background-color: #696a6d;    list-style: none;    color:#fff;}
.ourvehicles-page .sidetab li.active:after { border-top: 37px solid transparent;	border-right: 37px solid transparent;	border-bottom: 37px solid transparent;	border-left: 20px solid #000000; }
.fs22 { font-size: 22px; }
.fs20 { font-size: 20px; }
.fs18 { font-size: 18px; }
label { font-weight:normal; }
.error { color:#ff0000; }
.sucess { display:none; }
.table-view td { width:50%; }
.table-view td:last-child { text-align:right;}
#loading {
	display:none;
	background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:60px auto;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@media (max-width: 480px) {
img.logo { width:100%; }
.home-slider .carousel-indicators { display:none; }
.welcome-content { padding:10px; }
ul.sidetab {    width: 100%; margin-bottom:20px;}
.sidetab li.active:after, .ourvehicles-page .sidetab li.child.active:after { display: none; }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.footer-menu, .copyright { text-align:center; width:100%; }
	.footer-menu li { float:none; display:inline-block; }
}
@media (min-width: 992px) {
.img-responsive.thumb { max-height: 150px; }
.ourvehicles [class^='col-md'] { min-height: 585px; }
.table-view { width:50%; }

}