@media only screen and (min-width: 1025px) {
	
	.enquiry-form form{
		margin-top: -107px;
		position: relative;
		z-index: 1;
/*    background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)),url(../images/bg/form.jpg);*/
background: #fff;
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 30px;
padding-top: 0;
border-radius: 10px;
box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
}

.navbar-nav .menu:hover .dropdown_menu{
	display: block;
}
.footer{
	padding-top: 100px;
	padding-bottom: 30px;
}
}

/*phone and tablet media query*/
@media only screen and (max-width: 768px) {
	header .navbar-collapse{
		height: 100vh;
		padding: 50px 0;
	}
	.navbar-nav .nav-item{
		margin: 10px 0;
	}
	header .navbar-nav a{
		padding: 0;
	}
	.navbar-nav .menu i{
		float: right;
	}
	.navbar-nav li .dropdown_menu{
		position: static;
		margin-top: 20px;
	}

/*	main slider*/
#main-slider:before{
	background-color: transparent;
}
.slider-caption{
	width: 60%;
	text-align: center;
	padding: 0 20px;
  border-top-left-radius: 42px;
  border-bottom-right-radius: 42px;
}
.slider-caption .caption-subtitle{
	font-size: 12px;
}
.slider-caption .caption-title{
	font-size: 2em;
  margin-bottom: 30px;
  margin-top: 30px;
}
.slider-caption p{
	font-size: 12px;
	max-width: 100%;
}
.slider-caption .h2 {
	font-size: 30px;
	text-align: center;
}
#main-slider img{
	height: 300px;
}

/*enquiry form*/
.enquiry-form{
/*	border: 5px solid var(--theme-color);*/
/*	background: url(../images/bg/form.jpg) no-repeat;*/
background: #f7f7f7;
background-position: right;
}


/*section title*/
.section-title .progress{
	width: 40%;
}

/*about*/

.about-us .about-img img:first-child{
	margin-left: 0px;
	width: 90%;
	float: right;

}
.about-us .about-img img:last-child{
	margin-top: -140px;
}
.experience{
	width: 85px;
	height: 85px;
	border: 5px solid white;
	padding: 22px 0px;
	margin-top: -30px;
}
.experience .year{
  font-size: 13px;
  font-weight: 800;
}
.experience p{
  color: #fff;
  font-weight: 600;
  font-size: 8px;
}

/*testimonials*/
.testimonial-slider {
	position: static;
}

/*contact page*/
.contact-form-section img{
	display: none;
}
.contact-form-section form{
	border-radius: 20px;
}

.navbar-brand span{
	font-size: 20px;
}
.multi-button a{
	font-size: 13px;
}

/*about*/
.about-one__experience__shape__two{
	width: 230px;
}

.content-container .title{
	font-size: 28px;
}
.footer{
	padding-top: 70px;
	padding-bottom: 30px;
}
.contact-section .card .card-icon{
	width: 31%;
}
.footer-logo{
	
}
}
