/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1; background-color: #fff}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	text-align: center;
    font-size: 22px;
    color: #fff;
    background: url(../images/quotebg.jpg) no-repeat center bottom;
    font-style: italic;
    padding: 8px 0px;
    font-family: 'open_sansregular';
    letter-spacing: 1px;
    font-weight: normal;
}

h2 {
	text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 20px 0px 10px 0px;
    font-family: 'open_sansregular';
    letter-spacing: 1px;
    font-weight: normal;
}

.spacer {
    width: 100%;
    height: 1px;
    line-height: 1px;
    clear: both;
}

img {
    max-width: 100%;
}

/** Below CSS is completely optional **/

.gallery-container > a {
  margin: 0 auto;
  disply: inline-block;
  margin: 30px ;
}

#top-bg {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/headbg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	float: left;
	z-index: 999;
	position: absolute;
}

.logo-txt {
	float:left;
	z-index: 999;
    position: absolute;
    margin-left: 250px;
}

.logo-txt p {
	font-family: 'open_sansregular';
    color: #ffffff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

#top-rt {
	width: 100%;
	max-width: 310px;
	height: auto;
	float: right;
}

.resevations-icon {
	margin-top: 10px;
	float: right;
}

#phn {
	margin-top: 35px;
	float: right;
	margin-right: 5px;
}

#phn p {
	font-family: 'open_sansregular';
	font-size: 26px;
	color: white;
	font-weight: bolder;
	letter-spacing: 2px;
}

#menu-bg {
	width: 100%;
    max-width: 806px;
    height: 40px;
    background-image: url(../images/menu.png);
    z-index: 999;
    position: absolute;
    margin-left: 480px;
    margin-top: 38px;
}

.menu {
  list-style: none; 
  display: flex;
}

.menu li {
  position: relative;
}

.menu li a {
  display: block;
  padding: 10px 0 0 49px;
  color: #fff;
  text-decoration: none;
}

.menu li a:hover {
  color: red !important;
}

/* First dropdown */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #444;
  list-style: none;
  min-width: 220px;
  margin-top: 5px;
}

.submenu li a {
  padding: 10px;
}

/* Second dropdown */
.submenu2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #555;
  list-style: none;
  min-width: 220px;
}

/* Show dropdown on hover */
.dropdown:hover .submenu {
  display: block;
  color: white;
}

.dropdown2:hover .submenu2 {
  display: block;
}

#banner {
	text-align: center;
}

.shadow {
	margin: 0 auto;
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	height: 11px;
    margin-top: -4px;
}

#scroll-bg {
	width: 100%;
	height: 368px;
	margin: 0 auto;
	background-image: url(../images/imgbg.jpg);
	background-repeat: repeat-x;
}

#welcome-bg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/welcomebg.jpg);
	background-size: cover;
	overflow: hidden;
}

#welcome {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

#welcome p {
	text-align: center;
    color: #bdb9b9;
    font-size: 18px;
    font-family: 'open_sansregular';
    line-height: 32px;
    letter-spacing: 1px;
    padding: 5px 10px;
}

.readmore {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;    
}





.fleet-bg {
	width: 100%;
	height: 10px;
	margin: 0 auto;
	background-image: url(../images/carbg.jpg);
	background-size: cover;
	overflow: hidden;
}

.fleet-left {
	width: 100%;
	max-width: 580px;
	height: auto;
	float: left;
}

.fleet-car {
	float: left;
	margin: 45px 0 0 15px;
}

.fleet-car p {
	 font-family: 'open_sansregular';
	 font-size: 18px;
	 color: red;
	 text-align: center;
	 font-weight: bolder;
	 text-transform: uppercase;
	 padding-top: 5px;
}

.fleet-txt {
	width: 100%;
	max-width: 180px;
	height: auto;
	float: left;
}



#footers-bg {
	width: 100%;
	height: 121px;
	margin: 0 auto;
	background-image: url(../images/footerbg.jpg);
	background-size: cover;
	overflow: hidden;
}


.fleet-txt p {
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-top: 18px;
	padding-left: 5px;
}	

#line-lft {
	float: left;
}


#footers-bg {
	width: 100%;
	height: 121px;
	margin: 0 auto;
	background-image: url(../images/footerbg.jpg);
	background-size: cover;
	overflow: hidden;
}

#footers-bg {
	width: 100%;
	height: 131px;
	margin: 0 auto;
	background-image: url(../images/footerbg.jpg);
	background-size: cover;
	overflow: hidden;
}

#flogo {
	float: left;
	margin-top: 20px;
}

#footer-line {
	width: 100%;
	max-width: 1px;
	height: 110px;
	background-color: #3d3a3a;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}

#footer-info {
	width: 100%;
	max-width: 310px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}

#footer-info p {
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #cac9c9;
	line-height: 20px;
}

#footer-social {
	width: 100%;
	max-width: 245px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-left: 75px;
}

#footer-social p {
	font-family: 'open_sansregular';
	color: white;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
	text-align: center;
	font-weight: bolder;
}

#footer-social-img {
	width: 100%;
	max-width: 75px;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
}

#footer-card {
	width: 100%;
	max-width: 230px;
	height: auto; 
	float: left;
	margin-top: 20px;
	margin-left: 60px;
}

#footer-card p {
	font-family: 'open_sansregular';
	font-size: 13px;
	color: white;
	line-height: 20px;
	text-align: right;
	padding-top: 5px;
}

#footer-card p a {
	color: red;
}

#footer-card img {
	float: right;
}


.contactdetails {
    width: 100%;
    max-width: 350px;
    margin-left: 25px;
    float: left;
    margin-top: 50px;
}

.contactdetails p {
    font-family: 'Conv_Poppins-Regular';
    font-size: 18px !important;
    color: #000 !important;
    line-height: 45px !important;
    text-align: left !important;
}

.form {
    width: 100%;
    max-width: 650px;
    height: auto;
    float: right;
    margin-top: 50px;
    margin-right: 50px;
}

input[type="text"], input[type="email"], textarea {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        input[type="submit"] {
            width: 100%;
            padding: 10px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;            
            margin-bottom: 35px;
        }
        input[type="submit"]:hover {
            background-color: #45a049;
        }

    

.gallery-left {
	width: 100%;
	max-width: 515px;
	height: auto;
	float: right;
	margin-right: 30px;
}

.gallery-Txt {
	width: 100%;
	max-width: 450px;
	height: auto;
	float: left;
	margin-left: 20px;
}

.gallery-Txt p {
	font-family: 'open_sansregular';
	font-size: 18px !important;
	color: black !important;
	line-height: 26px !important;
	text-align: left !important;
}   

#welcome1 {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
}

#welcome1 p {
	text-align: center;
    color: #bdb9b9;
    font-size: 18px;
    font-family: 'open_sansregular';
    line-height: 32px;
    letter-spacing: 1px;
    padding: 5px 10px;
}





