.dkstop nav {
  margin: 0;
  padding: 0;
  background-color: #263d8d;
  float: right;
}
.dkstop nav:after {
  content: "";
  display: table;
  clear: both;
}
.dkstop nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.dkstop nav ul li {
  background-color: #283b8d;
}

.dkstop nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

.dkstop nav ul li ul li:hover { background: #000000; }

.dkstop nav a:hover { background-color: #000000; }

.dkstop nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

.dkstop nav ul li:hover > ul { display: inherit; }

.dkstop nav ul ul li {
  width: 210px;
  float: none;
  display: list-item;
  position: relative;
}

.dkstop nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 240px;
  z-index:10000;
  background:#000000;
}

li > a:after {  }

li > a:only-child:after { content: ''; }


.navik-header{
	display:block;
}
.mmbile{
	display:none;
}

.logomobile{
	max-width:257px;
	padding:10px 10px;
}
.topmobilebg{
	background:#000000;
	height:34px;
}
.accountbg a{
	width: 50%;
    float: left;
    font-size: 11px;
    font-weight: 600;
    border-radius: 11px;
    margin: 5px;
    text-align: center;
	border: 1px solid #ffc30c;
    color: #ffc30c;
	
}

.accountbg a:hover{
	border: 1px solid #fff;
    color: #fff;
	
}

.exprience a{
	width: 41%;
    float: left;
    font-size: 11px;
    font-weight: 600;
    border-radius: 11px;
    margin: 5px;
    text-align: center;
	border: 1px solid #ffc30c;
    color: #ffc30c;
	
}
.exprience a:hover{
	border: 1px solid #fff;
    color: #fff;
	
}
.usps{
background: url("../img/background/driver.png") no-repeat bottom right;
}

.about-content{
	top:72px;
}
.contact-one{
	background: url("../img/01.jpg") no-repeat bottom right white;
}
.contact-two{
	background: url("../img/02.jpg") no-repeat bottom right white;
}





/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) 
{
	.navik-header{
		display:block;
	}
	.mmbile{
		display:block;
	}

	.about-image img{
		position: relative;
		padding-top: 50px;
		padding-bottom: 0px;
	}

	.about-content{
		padding: 25px 5px;
	}

	.usps{
	background: none;
	}
	.footer-1{
		padding: 5px 15px;
	}
	
	.about-content
	{
	top:0;
	}
	
	.page-head-left{
		display:none;
	}
	.nav-tabs>li>a{
		font-size: 13px;
		font-weight: 600;
		padding: 10px 12px;
	}
	.marker-lists li{
		width: 100%;
	}
	.tnc li{
		width: 100%;
	}
	.contact-one{
		background: white;
	}
	.contact-two{
		background: white;
	}
	


}

@media all and (max-width : 330px) 
{

	.navik-header{
		display:block;
	}
	.mmbile{
		display:block;
	}

	.about-image img{
		position: relative;
		padding-top: 50px;
		padding-bottom: 0px;
	}

	.about-content{
		padding: 25px 5px;
	}

	.usps{
	background: none;
	}
	
	.footer-1{
		padding: 5px 15px;
	}
	
	.about-content
	{
	top:0;
	}
	
	.page-head-left{
		display:none;
	}
	
	.nav-tabs>li>a{
		font-size: 13px;
		font-weight: 600;
		padding: 10px 12px;
	}
	
	.marker-lists li{
		width: 100%;
	}
	.tnc li{
		width: 100%;
	}
	
	.contact-one{
		background: white;
	}
	.contact-two{
		background: white;
	}


}