.btnn{
   border:2px solid #EC691F;
   background-image:linear-gradient(90deg, #EC691F, #EC691F);
   }
   
 .btnn:hover{
   border:2px solid #EC691F;
   background-image:linear-gradient(90deg, #EC691F, #EC691F);
   }
.mybtn:hover{
	box-shadow:inset 0px 0px 0px 60px #008F41;
	transition:2s;
	border:1px solid #008F41;
}
.mybtn1:hover{
	box-shadow:inset 0px 0px 0px 60px #EC691F;
	transition:2s;
	color:white;
	border:1px solid #EC691F;
}
.mybtn{
	border-radius:10px;
	color:#ffffff !important;
	font-weight:bold;
	
}
.mybtn1{
	border-radius:5px;
	background:#008F41;
	color:#ffffff !important;
	font-weight:bold;
	border:1px solid #008F41;
	
}
.mynav:hover{
	box-shadow:inset 0px 40px 0px 0px #CCA000;
	padding:10px;
	transition:1s;
	border-radius:10px;
	color:white;
}
.mynav{	
	padding:10px;
	font-size:15px !important;
	text-transform: capitalize;
	
}
.drop-nav:hover{
	background:#004CA5;
	color:white;
}
.fact{
	box-shadow:0px 0px 3px 0px white;
	padding:20px;
	border-radius:10px;
}
.fact:hover{
	box-shadow:0px 0px 3px 0px white;
	padding:20px;
	border-radius:10px;
	background:#004CA5;
}
.topics{
	background:#004CA5;
	padding:10px;
	border-radius:10px;
}
.topics:hover{
	background:#A43792;
	padding:10px;
	border-radius:10px;
}
@media screen and (min-width:667px){
	.mylogo{
	display:none !important;
}
}

@media screen and (max-width:667px){
	.d-logo{
	display:none !important;
}
}
.img-hover-zoom {
	height: auto;
   overflow: hidden; 
  
}

.img-hover-zoom img {
  transition: transform 5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.mybtn2:hover{
	box-shadow:inset 0px 0px 0px 60px #EC691F;
	transition:2s;
	border:1px solid #EC691F;
}
.mybtn2{
	border-radius:10px;
	color:white;
	font-weight:bold;
	background:#EC691F;
	border:1px solid #EC691F;
}
@media screen and (max-width:667px){
	.mob-col{
	margin-top:13px;
}
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}