
*{
	font-family: 'Taviraj', serif;
}
.shortcuts{
	width: 100%;
	height: 70px;
	background:white;
	color: red;
}

.navbar-nav li a{
	padding: 5px;
	margin: 5px 5px;
	font-size: 17px;
}
.navbar-2{
	
	color:red;
}
.dropdown:hover  > .dropdown-menu{
	display: block;
}
.carousel-item img{
	width: 100%;
	height: 90vh;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	height: 40px;
	width: 40px;
}
.news{
	background-color: #f2f2f2;
}
.news1{
	font-weight:bold;
}
.row .firstnews img{
	width: 100%;
	height: 460px;
}
.news1 button{
	background-color: white;
	color: blue;
	font-size: 15px;
	padding: 10px 10px;
	margin: 10px 10px;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px #4da6ff;
}
.news1 button:hover{
	background-color:blue;
	color: white;
}
.h4, h4 {
	font-size: 1.5rem;
}
#green{
	color: #4bac20;
	font-family: 'Signika', sans-serif;
}
.text{
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-family: 'Noto Sans SC', sans-serif;
}
marquee{
	border-bottom: 3px solid #007bfc;
	font-size: 20px;
}
/*popular treks */
.inner{
 overflow: hidden;
}
.inner img{
     transition: all 1.5s ease;

}
.inner:hover img{
     transform: scale(1.5);
}
.card{
 height: 300px;
 border: 1px solid white;
}
.card-img-top{
 height: 300px;
}
.center{
 margin-left: 500px;
}



/*popular treks ends */

/* footer css */

