*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-color: #f1f2f6;
}
.WelcomeTxt{
	font-weight: bold;
	font-size: 15px;
	color: crimson;
}
.NameTxt{
	font-weight: bold;
	font-size: 20px;
	color: indigo;
}
/* .....................................navbar */
.navbar-brand{
	width: 170px;
	height: 70px;
	padding: 0px;
	margin: 0px;
}
/* navbar */
.full-screen-menu{
	padding: 0px;
	margin: 7px;
	cursor: pointer;
}
/* menu */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 13px;
  right: 45px;
  font-size: 20px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}/* menu */

/* menu Topics */
.Topics a{
	width: 100%;
	color: gray;
	font-size: 60px;
	position: relative;
	display: flex;
	float: left;
}
/* menu Topics */
/* menu Sites */
.Sites a{
	position: relative;
	display: flex;
	float: right;
	width: 100%;
	color: yellow;
	font-size: 20px;
}
/* menu Sites */
.menu-head1{
	color: gray;
	position: relative;
  	top: 25%;
  	width: 100%;
}
.span-hr1{
	width: 60px;
	height: 3px;
	background-color: gray;
	position: absolute;
  	top: 24%;
  	left: 70px;
}

.menu-head2{
	color: gray;
	position: relative;
  	top: 25%;
  	width: 100%;
}
.span-hr2{
	width: 60px;
	height: 3px;
	background-color: gray;
	position: absolute;
  	top: 24%;
  	left: 60px;
}/* menu Sites */
.Topics,.bg1:hover{
	position: relative;
	/* background-image: url("../img/tiger.jpg"); */
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 50000;
	color: #000;
}/* .......................................navbar */


/* .......................................video-one */

/* .video-one{
	width: 100%;
  	height: 300px;
	object-fit: fill;
	border: 2px solid;
	box-sizing: border-box;
	padding: 0px!important;
	margin: 0px!important;
} */
#header {
  width: 95vw;
 /*  height: 50vh; */
  box-sizing: border-box;
  position: relative;
  left: 0px!important;
}
.video-one{
/*   margin: 30px; */
  width: 100%;
  height: 50vh;
  object-fit: fill;
/*  padding: 5px;*/
}

/* ......................................video-one */
.img-overlay{
	position: absolute;
	top: 230px;
	left: 100px;
}
.t-name{
	color: #fff;
	border-left: 10px solid yellow;
  	height: 70px;
}
.t-txt{
	padding: 30px;
	font-size: 60px;
}/* ......................................video-one */

/* .......................................second-nav */
.sec-nav{
/* 	text-align: center; */
	margin-top: 5px;
	margin-bottom: 10px;

}
.second-nav a{
	display: inline;
	padding: 10px;
	/* width: 100%; */
	font-size: 15px;
	color: #000;
	font-weight: bold;

	
}/* .......................................second-nav */
.card-img-top{
	width: auto;
	height: 350px;
}
.card-img{
	width: auto;
	height: 350px;
}
/* ..............................container-1....................... */

/*...............................section-3......................... */

.pet-stories{
	text-align: center;
	padding: 15px;
}
/* vanilla-carousel*/
.vanilla-carousel{
	background-color: #000;
	color: #fff;
}/* vanilla-carousel */

/*...............................section-3......................... */

/*...............................section-4......................... */
.pug-anchortag a{
text-decoration: none;
color: #fff;
}

.pug-img{
	width: 450px;
	height: 250px;
}
.pug-overlay{
	background-color: #000;
	width: 300px;
	position: absolute;
	left: 428px;
}
.pug-title{
font-size: 15px;
font-weight: bold;

}
.pug-txt{
font-size: 25px;
font-weight: bold;

}
.pug-btn{
	color: #fff;
}
/* .pug-img{
	width: 200px;
} */
/*...............................slick slider......................... */

.center-img{
	width: 300px;
	height: 200px;
}
/* ..............................container-1....................... */

/* .............Footer-section..................... */
.footer-section{
	background-color: #000;
	width: 100%;
	height: 60%;
}
.f-margin{
	position: relative;
	top:30px;
	/* margin-top: 20px; */
}
.f-margin h1{
	font-size: 15px;
	margin-bottom: 20px;
	color: #fff;
}
.a-txt a{
	color: #fff;
	padding: 5px;
	/* margin: 5px; */
	position: relative;
	display: block;
	font-size: 13px;

	/* text-decoration: none; */

}
.last-img{
	width: 7vw;
	padding: 5px;
}
.last-line span{
	color: #fff;
	padding: 5px;
}
/* .............Footer-section..................... */

/* ................................ 3d caro */
.color-black{
	background-color: #000;
	
	
}
.pet-s{
	font-size: 50px;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}

.left1,.right1{
	background-color: royalblue;
	padding: 10px;
	cursor: pointer;
}

.left1:hover{
	background-color:tomato;
}
.right1:hover{
	background-color:tomato;
}
.footerrimg{
	background-image: url("../img/travel/T5.png");
	background-size: 100% 100%;
	height: 50vh;
	background-repeat: no-repeat;
}



.footerr2img{
	background-image: url("../img/travel/TT.png");
	background-size: 100% 100%;
	height: 50vh;
	background-repeat: no-repeat;
}

/* <!-- ............V I D E O S........................... -->

<!-- ...............G  A L L A R Y ................ --> */

.card {
	height: 100%;
	width: 100%;
	border-radius: 4px;
	transition: transform 200ms ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }
  
  .card:hover {
	box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
	  rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
	transform: translateY(-3px) scale(1.1);
  }
  
  @media screen and (min-width: 600px) {
	.card-tall {
	  grid-row: span 2 / auto;
	}
  
	.card-wide {
	  grid-column: span 2 / auto;
	}
  
	  .Gimg{
	  transition: transform 200ms ease-in-out;
		width: 100%;
		height: 500px;
		margin: 10px;
		padding: 5px;
   }
  
   .Gimg:hover {
	box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
	  rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
	transform: translateY(-3px) scale(1.1);
  }
	  .Gimg1{
		width: 100%;
		height: 245px;
		margin: 5px;
		padding: 5px;
   }
	.Gimg1:hover {
	box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
	  rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
	transform: translateY(-3px) scale(1.1);
  }
  .AnimalGallery{
	  display: none;
  }
  }