
.headingptr a{
    color:black;
    
}

.headingptr a:hover{
    text-decoration:none;
}

.shadow1 {
  -webkit-box-shadow: -4px 3px 25px 3px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 3px 25px 3px rgba(0,0,0,0.75);
box-shadow: -4px 3px 25px 3px rgba(0,0,0,0.75);
}
.shadow2{
	box-shadow: 8px 14px 13px 8px rgba(0,0,0,0.75);
-webkit-box-shadow: 8px 14px 13px 8px rgba(0,0,0,0.75);
-moz-box-shadow: 8px 14px 13px 8px rgba(0,0,0,0.75);
}
.gallery1{
	width:100%;
	height:150px;
	margin:4px 2px 5px 2px;
	overflow: hidden;
	border: 5px solid black;
}
.gallery_img {
  position: relative;
  width: 100%;
  height: 200px;

}

.topmar{
    margin-top: 90px;
}
.safari_1{
	background: rgba(9, 30, 67, 1); /* fallback */
	background: linear-gradient(45deg, rgba(0,677,0,.4) 50%, transparent 0) 100% 0 / 25px 25px no-repeat,
	            linear-gradient(-135deg, transparent 18px, rgba(9, 30, 67, 1) 0) 0 / auto; /* ceil(25/sqrt(2)) = 18 */
	          padding-top: 20px;  
	
	width: 100%;
	color: white;
}
.gallery_img1 {
  position: relative;
  width: 100%;
  height: 430px;

}

.g1 {
  display: block;
  width: 100%;
   height: 190px;
}
.g3 {
  display: block;
  width: 100%;
   height: 420px;
}

.g2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13, 84, 150, 0.71);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;

}
.gallery_img1:hover .g2 {
  height: 100%;

}
.gallery_img:hover .g2 {
  height: 100%;

}
.link1 a{
	color: white;
	 font-size: 14px;
}
.link1 a:hover{
	color: #70FC30;
	 font-size: 14px;
}
.gallery_text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.navbar{
    top:30px;
    background:white;
    padding: 0.5rem 1.5rem;
}
.btn_wrap{
	 white-space:normal !important; 
    word-wrap: break-word; 
    word-break: normal;
}
.navbar-nav {
	font-weight:600;
	font-size:14px;
	 color:black;
}
.nav3{
	font-size:13px;
}
@media screen and (max-width:1150px) {
  .navbar-nav {
	font-size:12px;
	 color:black;
}

}


@media screen and (max-width:1110px) {
  .navbar-nav {
	font-size:10px;
	 color:black;
}

}
@media screen and (max-width:800px) {
  .navbar-nav {
	font-size:15px;
	 color:black;
}
}
.p1 {
	font-size:25px;
	font-weight:700;
	 color:black;
	
}
.p2{font-size:19px;
	font-weight:500;
	 color:orange;
	 text-align: right;
	font-family: 'Oleo Script', cursive;

	}
@media screen and (max-width:1300px) {
	.p1 {
font-size:16px;
font-weight:700;
	 color:black;

  
}

}

.navbar-nav .nav-link{
	 color:black;
	padding: 12px 16px;
}
 .navbar-nav .nav-link:hover ,.navbar-default.scrolled .nav-link:hover {
	background-color:orange;
}
.blinking{
    animation:blinkingText 1.2s infinite;
    font-size: 18px;
}
@keyframes blinkingText{
    0% {     color:#70FC30;}
    29%{    color:#70FC30; }
    60%{    color: yellow; }
    99%{    color:yellow;  }
    100%{   color: #70FC30;    }
}
.blinking1{
    animation:blinking 1.2s infinite;
}
@keyframes blinking{
    0% {     color:red;}
    49%{    color: red; }
    60%{    color: yellow; }
    99%{    color:yellow;  }
    100%{   color: red;    }
}
.safari{
	background-color:rgba(9, 30, 67, 0.63);
	color:white;
	padding: 6px;

	
}

.vedio{
	height:100%;
	
}
.title{
  font-weight: 300;
  font-size: 24px;
 font-family: 'Oleo Script', cursive;
  color: orange;
}
.carousel-item1 img{
	min-height:400px;
	max-height:400px;
	object-fit: fill !important;
}
.carousel-item2 img{
	min-height:300px;
	max-height:300px;
	object-fit: fill !important;
}
.card{
	font-weight: 700;
}
.card4{
  height:300px;
}
.updates{
	height:300px;
	overflow:hidden;
	 border: 1px solid black;
	 margin-bottom: 0px;
}
.updates1{
	background-color:#091e42;
	color:white;
  font-size:25px;
  padding:5px;
}
.top{
	margin-top:128px;
}
footer{
	background-color:rgba(9, 30, 67, 1);
	color:white;
	font-weight: 700;
}
.footer a{
	color:white;
	text-decoration:none;
	font-weight: 700;
}
.footer a:hover{
	color:#70FC2C;
}
.footer-line{
	background-color:#70FC2C;

}

.carousel-caption{
  color: #e4f776;
	font-weight:700;
	font-size:22px;
}
.pilibhittigerreserv{
	float: left;
	margin:10px 20px;
	width: 450px;
	height:400px;
}
.fullblog_img{
  max-width:550px;
  height: 450px;
  margin: 2px 2px;
}
@media screen and (max-width:600px) {
  .fullblog_img{
  max-width:200px;
  height: 250px;
  margin: 20px 20px;
}
.topmar{
    margin-top:75px;
}
.top{
	margin-top: 110px;
}
.title{
    font-size:22px;
}


/*.b2{*/
/*	padding:0px;*/
/*	padding-top:0px;*/
/*	height:350px;*/
/*	object-fit:cover;*/
/*	background-repeat: no-repeat;*/
	
/*}*/

}
.btn1{
background-color:white;
text-decoration: none;
 display: inline-block;
border: none;
cursor: pointer;
}
.blog_btn{
	background-color: #70FC30;
}

.blog_card{
	height:400px;
	border-radius:7px;
	background-color: white;
	padding: 1px;
}
 .blog_1 img{
	height:250px;
	border-radius:7px 7px 0px 0px;
 }
 
 .blog_1 h6{
	height:50px;
	font-weight:700;
 }
 .blog_1 p{
	height:100px;
 }
 .blogbig img{
	height:280px;
	width:100%;
 }
 
 .blogbig h4{
	height:60px;
	font-weight:700;
 }
 
 .blogbig p{
	height:140px;
 }

.contact1{
	height: 100px;
	background-color:rgba(113, 252, 44, 0.58);
}
.biodiversity2{
	margin-top: 10px;
	font-weight: 700;
	font-size: 50px;
}
@media screen and (max-width:600px) {
  .biodiversity2{
	margin-top: 10px;
	font-weight: 700;
	font-size: 32px;
}
}
.bio{
	display: block;
	width: 100%;
	height: 450px;
}
.bio1, .blog_img{
	width: 550;
	height: 400px;
}
.tourism img{
	margin-top:40px;
	min-height:650px;
	max-height:650px;
	object-fit: fill !important;
}
 table, th, td {
  border: 1px solid white;
}
 th, td {
  padding: 8px;
  text-align: left;    
}
/*tourism index*/
.tour{
	margin-top: 50px;
	margin-bottom: 200px;
}
.tour1{
	margin-top:300px;
}
.t1{
	position: relative;
      top: 0;
      left: 0;
	width:300px;
	height: 300px;
}
.t2{
	position: absolute;
	width:300px;
	height: 300px;
	top: 95px;
	left:250px;
}
.t3{
	position: relative;
      top:-200;
      left: 450;
	width:350px;
	height: 400px;
}
.t4{
	position: absolute;
	width:380px;
	height: 300px;
	top: 95px;
	left:500px;
}

@media screen and (max-width:600px) {
	.t1{
	position: relative;
      top: 0;
      left: 0;
	width:180px;
	height: 200px;
}
.t2{
	position: absolute;
	width:180px;
	height: 200px;
	top: 95px;
	left: 130px;
}

}
/*tourism index end*/

