@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Yatra+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Eczar&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family:'Open Sans', 'Yatra One';
	color:#fff;
	background-color:#222;
}
p {
	line-height: 24px;
	font-size:16px;
	font-family:'Open Sans', 'Eczar';
}
h1,h2,h3,h4,h5,h6,{
	font-family: 'Yatra One', 'Open Sans';
	line-height:normal;
}
.margin-5 {
	margin-top: 5px;
}
.margin-10 {
	margin-top: 10px;
}
.margin-15 {
	margin-top: 15px;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.margin-50 {
	margin-top: 50px;
}
.margin-70 {
	margin-top: 70px;
}
.margin-100 {
	margin-top: 100px;
}
.margin-150 {
	margin-top: 150px;
}
.margin-top-bottom {
	margin-top: 50px;
	margin-bottom: 50px;
}
.padding-top-bottom {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-bottom-10 {
	padding-top: 10px;
	padding-bottom:10px;
}
.padding-top-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-top-bottom-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-top-bottom-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.padding-5{
	padding:5px;
}
.padding-10{
	padding:10px;
}
.padding-15 {
	padding: 15px 5px;
}
.padding-30 {
	padding: 30px;
}
.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
	background-position:center center;
}
.background-image-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	background-attachment:fixed;
}
.text-align-right{
	text-align:right;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.gray{
	color:#aaa;
}
.bg-off-white{
	background-color:#f9f9f9;
}
.bg-white{
	background-color:#fff;
}
.bg-black{
	background-color:#151515;
	color:#fff;
}
.bg-blue{
	background-color:#009bd3;
}
.bg-off-black{
	background-color:#000;
}
.bg-red{
	background-color:#f00;
	color:#fff;
}
.cursor{
	cursor:pointer;
}
.round-10{
	border-radius:10px;
	background-color:#111;
	box-shadow:5px 5px 10px #000;
	transition:all ease 0.5s;
}
.round-10:hover{
	background-color:#222;
	box-shadow:5px 5px 15px #000;
	transition:all ease 0.5s;
}
.box-shadow{
	box-shadow:0px 0px 12px #e9e9e9;
	transition:all ease 0.5s;
}
.box-shadow:hover{
	box-shadow:0px 0px 5px #f00;
	transition:all ease 0.5s;
	background-color:#f00;
	color:#fff;
}
.border-1{
	border:1px solid #ddd;
	transition:all ease 0.5s;
}
.border-1:hover{
	border:1px solid #ddd;
	transition:all ease 0.5s;
	background-color:#f00;
	color:#fff;
}
.height-350{
	height:350px;
}
.height-150{
	height:120px;
}
.height-100{
	height:100px;
}
.top-bar{
	background-color:#222;
	padding-bottom:5px;
	padding-top:5px;
	color:#fff;
}
.top-background{
	background-image:url(../images/header-image.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.menu{
	text-align:center !important;
}
.menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center !important;
	
}
.menu ul li{
	text-align:center !important;
}
.menu ul li a{
	color:#fff;
	text-decoration:none;
	padding:5px 15px;
	font-size:16px;
	float:left;
	text-align:center !important;
	transition:all ease 0.5s;
}
.menu ul li a:hover{
	color:#000;
	transition:all ease 0.5s;
}
#myslide .carousel-caption {
	top: 70px;
	padding-left: 10px;
	padding-right: 10px;
}
.image-width-100 img{
	width:100%;
}
.image-width-75 img{
	width:75%;
}
.round-icon{
	width:50px;
	height:50px;
	border-radius:25px;
	background-color:transparent;
	border:2px solid #fff;
	transition:all ease 0.5s;
	padding-top:10px;
	color:#fff;
}
.round-icon:hover{
	transition:all ease 0.5s;
	background-color:transparent;
	border:2px solid #f00;
	color:#f00;
	transform:rotate(-360deg);
}
.botton a{
	text-decoration:none;
	background-color:#f00;
	color:#fff;
	padding:5px 10px;
}
.heading{
	position:relative;
}
.heading h1{
	color:#f00;
	padding-bottom:10px;
	border-bottom:5px solid #f00;
	width:100%;
}
.heading a{
	color:#fff;
	background-color:#000;
	padding:7px 15px;
	border-radius:12px;
	text-decoration:none;
	font-size:12px;
	position:absolute;
	right:0;
	top:0;	
}
.footer{
	background-image:url(../images/footer-images.jpg);
	color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-bottom:100px;
	padding-top:100px;
}
.footer a{
	text-decoration:none;
	color:#000;
	transition:all ease;
	display:inline-block;
	margin-left:10px;
}
.footer a:last-child{
	margin-left:0px;
}
.breaking-news ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.breaking-news ul li{
	margin-right:10px;
	display:inline-block;
}
/*responsive layout start*/
.left-side-menu{
	position:fixed;
	top:0;
	left:-250px;
	width:250px;
	background-color:rgba(0,0,0,0.9) !important;
	z-index:10;
	height:100%;
	transition:all ease 0.5s;
}
.left-side-menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.left-side-menu ul li{
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #333;
}
.left-side-menu li a{
	color:#fff;
	text-decoration:none;
	transition:all ease 0.5s;
}
.left-side-menu li a:hover{
	color:#f00;
	transition:all ease 0.5s;
}
.bars{
	position:absolute;
	top:15px;
	left:25px;
	color:#fff;
	z-index:50
}
.topnav .search-container {
  float: right;
}
.topnav input[type=text] {
  padding: 6px;
  font-size: 13px;
  border:1px solid #ccc;
}
.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  background: #f00;
  font-size: 13px;
  border:1px solid #f00;
  cursor: pointer;
}
.topnav-2 .search-container-2 {
  width:100%;
}
.topnav-2 input[type=text] {
  padding: 12px 20px;;
  font-size: 16px;
  color:#000;
  border:1px solid #fff;
  width:600px;
}
.topnav-2 .search-container-2 button {
  padding: 12px 20px;
  background: #f00;
  color:#fff;
  font-size: 16px;
  border:1px solid #f00;
  cursor: pointer;
}
.div-scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px;
}
.div-scroll::-webkit-scrollbar {
 width: 4px;
}
/* Track */
.div-scroll::-webkit-scrollbar-track {
 background: #f1f1f1;
}

/* Handle */
.div-scroll::-webkit-scrollbar-thumb {
 background: #ccc;
 border-radius:5px;
}

/* Handle on hover */
.div-scroll::-webkit-scrollbar-thumb:hover {
 background: #f00;
}
.div-scroll-2 {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
}
.div-scroll-2::-webkit-scrollbar {
 width: 4px;
}
/* Track */
.div-scroll-2::-webkit-scrollbar-track {
 background: #333;
}

/* Handle */
.div-scroll-2::-webkit-scrollbar-thumb {
 background: #ccc;
 border-radius:5px;
}

/* Handle on hover */
.div-scroll-2::-webkit-scrollbar-thumb:hover {
 background: #f00;
}
.relative{
	position:relative;
}
.logo-section{
	position:absolute;
	text-align:center !important;
	width:100%;
	top:25%;
	z-index:10;
}
/*other layout above 1200px*/
@media only screen and (min-width:992px) and (max-width: 1200px) {

}
/*tablet layout 768px to 991px*/
@media only screen and (min-width:768px) and (max-width: 991px) {
.text-align-right{
	text-align:center;
}
.text-align{
	text-align:center;
}
.height-150{
	height:auto;
}
.height-100{
	height:auto;
}
.logo-section{
	position:absolute;
	text-align:center !important;
	width:100%;
	top:17%;
	z-index:10;
}
}
/*mobile landscape size to tablet portrate(device and browser*/
@media only screen and (min-width:481px) and (max-width: 767px) {
.text-align-right{
	text-align:center;
}
.text-align{
	text-align:center;
}
.height-150{
	height:auto;
}
.height-100{
	height:auto;
}
.logo-section{
	position:absolute;
	text-align:center !important;
	width:100%;
	top:35%;
	z-index:10;
}
}
/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width: 480px) {
.text-align-right{
	text-align:center;
}
.text-align{
	text-align:center;
}
.height-150{
	height:auto;
}
.height-100{
	height:auto;
}
.logo-section{
	position:absolute;
	text-align:center !important;
	width:100%;
	top:20%;
	z-index:10;
}
}

/*responsive layout end*/