@media only screen and (min-width: 1025px) {
	
	.home-form form{
		top: 280px;
		position: absolute;
		width: 90%;
		right: 70px;
		z-index: 1;
		background: #f5f4f1;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 20px 30px;
		border-radius: 10px;
		border: 5px solid var(--second-color);
		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{
		max-height: 200vh;
		padding:104px 50px 50px;
		z-index: 999;
		position: relative;
		top: -10px;
		background: var(--second-color);
		width: 100%;
	}
	.navbar-nav .nav-item{
		margin: 0px 0;
		border-bottom: 1px solid #fff;
	}
	.btn-close{
		position: absolute;
		top: 26px;
		right: 20px;
		background-image: none;
	}
	.btn-close:focus{
		box-shadow: none !important;
	}
	.btn-close i{
		color: #fff;
		font-size: 35px;
	}
	.navbar .container-fluid{
		padding: 0 !important;
	}
	header .navbar-nav a{
		padding: 0;
	}
	.navbar-nav .menu i{
/*		float: right;*/
	}
	.navbar-nav li .dropdown_menu{
		position: static;
		margin-top: 20px;
		border-radius: 8px;
	}

/*	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(--second-color);
}
.enquiry-form{
	border-radius: 10px;
	padding: 0 20px;
	position: relative;
	top: -40px;
}
.form__title{
	display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

/*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;
	z-index: 1100;
}
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: 20px;
}
.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;
        width: 86%;
        margin: 0 7%;
        top: 24%;
        background:rgba(255, 255, 255, 0.4);
}
.main-slider__slogan {
    font-size: 14px;
}
.main-slider__title {
    font-size:40px;
  }
  .main-slider__link {
    font-size: 14px;
}
.main-slider__title_lg {
    font-size: 40px;
    display: inline-block;
    padding-left: 5px;
}

.navbar-toggler-icon{
    filter: invert(1);
    position: absolute;
    top: 13px ;
    right: 25px;
}
.it-section-title{
	font-size: 35px;
}

.slider_list{
	padding: 0;
	margin: 0;
	width: 98%;
	margin-right: 2%;
}
.slider_list li{
	width: 33.3333%;
}
.it-section-subtitle:after{
	display: none;
}
.navbar{
	height: 55px;
	background: none;
}
.it-about-style-2 .it-about-main-thumb img{
        width: 120%;
        height: 90%;
        top: 14px;
        /* left: 0; */
        position: absolute;
}
.it-about-main-thumb{
        width: 100%;
        height: 341px;
        margin-top: 20px;
}
.gallery-card .box-img{
	height: 300px;
}
.cab-service-section .card{
	margin: 0;
	margin-bottom: 10px;
}
.cab-service-section .card img{
	height: 100%;
}
.navbar-nav .header_btn{
	border: none;
	text-align: center;
	margin-top: 20px;
}
.box-img::before{
	height: 315px;
}
.footer-title img{
    background: #fff;
    border-radius: 50%;
    width: 100px;
}
.slider_list li{
	font-size: 20px;
}
.footer-widget{
	margon-top:10px;
}
}
