*{
margin: 0;
padding: 0;
box-sizing: border-box;	
}
/*******************************/
/******* navigation**********/	
/*******************************/					
.nav-link{
		text-transform: uppercase;
		padding-left: 2em!important;
}
/*******************************/
/******* navigation end**********/	
/*******************************/



/*******************************/
/******* slider area **********/	
/*******************************/		
.carousel-item{
	height: 450px!important;
}
.carousel-img-1{
	background: url('images/overlay.jpg');
	background-size: cover;
}
.carousel-img-2{
	background: url('images/3.jpg');
	background-size: cover;
}
.carousel-img-3{
	background: url('images/1.jpg');
	background-size: cover;
}
/*******************************/
/******* slider area end**********/	
/*******************************/	

/*******************************/
/******* home icon **********/	
/*******************************/
#home-icon .fa{
	font-size: 50px;
}
/*******************************/
/******* home icon end**********/	
/*******************************/

/*******************************/
/******* home get started **********/	
/*******************************/
#getstarted{
	background: url('images/overlay.jpg');
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 250px;
}
.dark-overlay{
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*******************************/
/******* home get started end**********/	
/*******************************/

/*******************************/
/******* home get started end**********/	
/*******************************/
#home-video{
	background: url('images/5.jpg');
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 250px;
}
.dark-overlay{
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
#home-video .fa{
	font-size: 50px;
	color: #ff0000;
}
/*******************************/
/******* home get started end**********/	
/*******************************/

/*******************************/
/******* copy right **********/	
/*******************************/
#copyright{
	background: #000;
}
/*******************************/
/******* copy right end**********/	
/*******************************/








/*******************************/
/******* about us page header**********/	
/*******************************/
#page-header{
	background: url('images/28.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	background-attachment: fixed;
}

#service-page-header{
	background: url('images/9.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	background-attachment: fixed;
}

#blog-page-header{
	background: url('images/32.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	background-attachment: fixed;
}
#contact-page-header{
	background: url('images/8.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	background-attachment: fixed;
}
/*******************************/
/******* about us page header end ****/	
/*******************************/

/*******************************/
/******* what do we section ******/	
/*******************************/
#about-info img{
	width: 350px;
	height: 350px;
}
/*******************************/
/******* what do we section end ***/	
/*******************************/

/*******************************/
/******* icon boxes ***/	
/*******************************/
#icon-boxes .fa{
	font-size: 50px;
	margin-bottom: 20px;
}

/*******************************/
/******* icon boxes end ***/	
/*******************************/



/*******************************/
/******* footer start**********/	
/*******************************/

.travel-social-media ul{
	display: flex;	
}
.travel-social-media ul li{	
	margin: 0 5px;
	list-style-type: none;
	text-align: center;
}
.travel-social-media ul li a{
	color: #fff;
	font-size: 20px;
}
.travel-social-media ul li a .fa{
	width: 40px;
	height: 40px;
	line-height: 40px;	
	border-radius: 50%;
}
.travel-social-media ul li a .fa-facebook-official{
	background-color: #3b5998;
}
.travel-social-media ul li a .fa-twitter{
	background-color: #45aaf2;
}
.travel-social-media ul li a .fa-google-plus{
	background-color: #dd4b39;
}
.travel-social-media ul li a .fa-envelope{
	background-color: #ea4335;
}
.travel-social-media ul li a .fa:hover{
	opacity: .5;
}

/*******************************/
/******* footer start end**********/	
/*******************************/

















@media(max-width: 480px){
	.carousel-inner h2{
		font-size: 2.5rem;
	}
	#getstarted{
		min-height: 300px;
	}
}
@media(max-width: 360px){	
	
	#getstarted{
		min-height: 400px;
	}
}			