@media only screen and (min-width: 1025px) {
	
	.home-form form{
		top: 100px;
		position: absolute;
		width: 30%;
		right: 70px;
		z-index: 1;
		background: var(--theme-color);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 20px 30px;
		border-radius: 10px;
		box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
	}

	.navbar-nav .menu:hover .dropdown_menu{
		display: block;
	}
}

/*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: 100%;
	text-align: center;
	padding: 0 20px;
	left: 0;
}
.slider-caption .caption-subtitle{
	font-size: 12px;
}
.slider-caption .caption-title{
	font-size: 3em;
}
.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{
	margin: 5px;
	border: 5px solid var(--theme-color);
	background: var(--theme-color);
}


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

/*about*/
.about-us .about-img img:last-child{
	margin-top: -140px;
}

/*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: 13px;
}
.multi-button a{
	font-size: 13px;
}
.navbar-brand > img {
	width: 80px;
}
header .navbar-brand::after{
	top: -10px;
	width: 106px;
}

/*our-activity-section*/
.our-activity-section .col{
	flex: 0 0 50%;
}
.activity-wrapper .feature-title{
	font-size: 16px;
	margin-bottom: 5px;
}
.activity-style-three .activity-content p{
	font-size: 12px;
	line-height: 1.4;
}
.activity-style-three .activity-thumb img{
	height: 180px;
}
.activity-style-three{
	margin-bottom: 60px;
}
.it-destination-2-thumb img{
	height: 250px;
}
.it-destination-2-text{
	left: 30px;
	right: 30px;
}
.it-destination-2-place{
	font-size: 13px;
}
.testimonial-slider .owl-nav{
	display: none;
}
.main-slider__wrap{
    clip-path: none;
    padding: 100px 10px 0;
    width: 100%;
    margin-left: 0;
    text-align: center;
    background-color: rgba(18, 24, 32, 0.2);
}
.main-slider__slogan {
    font-size: 14px;
}
.main-slider__title {
    font-size: 30px;
  }
  .main-slider__link {
    font-size: 14px;
}
.main-slider__title_lg {
    font-size: 25px;
    display: inline-block;
    padding-left: 5px;
}

.navbar-toggler-icon{
    filter: invert(1);
}
.it-section-title{
	font-size: 35px;
}

.chose-item{
	border: 1px solid #ccc;
}
}
