section{
	padding: 50px 0px;
}
#Service{
	height: auto;
}
#Service h3,#Service h4,#Service h5{
	color: #E77817;
	text-transform: uppercase;
}
#Service h2{
	margin-bottom: 15px;
	color: #E77817;
	text-transform: uppercase;
	font-size: 18px;
}
#Service h4{
	
}
#Service h5{
	color: #000;
	margin-bottom: 20px;
	margin-left: 15px;
}

#Service .in-short h2{
	font-size: 16px!important;
	padding: 10px 30px 15px 15px;
}

#Service h6{
	font-weight: 600;
	font-size: 16px;
	margin: 25px 0 10px 0;
}
.header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a {
	padding: 1px 10px 2px 0px;
	color: #777;
}
.header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li h3 a{
	color: #cecece!important;
}
.service-img1{
	margin-top: 54px;
	box-shadow: 1px 1px 7px;
}
.service-img1:hover{
	box-shadow: 1px 1px 11px #777;
	transition: 0.6s;
}
#Service b{
	color: #5a5757;
	font-weight: 600;
}
#survey{
	width: 260px;
}
#Service ul li::before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: -15px;
	font-size: 15px;
	margin-right: 10px;
	color: #E57210;
}
#Service ul li{
	background-image: unset;
}
.service-block{
	padding: 35px 0px;
}
.in-short{
	padding: 20px 20px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	margin: 10px 0;
}
#Service button{
	background: #EB9450;
	border: none;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	transition: 0.6s;
}
#Service button:hover{
	background: #DE7A2C;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
}
ol.breadcrumb {
	margin-left: 0px;
	margin-bottom: 0;
	margin-top: 20px;
}
.equal-height ul.list-unstyled.equal-height-list li a:hover{
	color: #E77817!important;
}
.LiDAR{
	text-transform: capitalize!important;
}

.dropdown-content {
    display: none;
}
.show {
	display:block;
}
.header-v6 .navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: none;
}
.top-title-div{
	padding: 0;
}
.top-title-div h1{
	color: #B4C281;
}
@media screen and (max-width: 768px){
	.service-block {
		padding: 20px 0px;
	}
	.in-short {
		padding: 20px 0px;
	}
	.in-short img {
		margin: -20px 0px 20px;
	}
	#Service .in-short h2 {
		padding: 0px 30px 15px 15px;
	}
	.top-title-div h1 {
		font-size: 20px;
		line-height: 32px;
		margin-top: 25px;
	}
	#Service h5 {
		margin-bottom: 0;
	}
	#page-title h1 {
		padding: 0;
		line-height: 40px;
		font-size: 25px;
	}
	#page-title {
		padding: 20px;
		background-size: cover;
	}
	section {
		padding: 30px 0px;
	}
}