
.mybtn:hover{
	box-shadow:inset 0px 0px 0px 60px #004CA5;
	transition:2s;
	border:1px solid #004CA5;
}
.mybtn1:hover{
	box-shadow:inset 250px 0px 0px 0px #874291;
	transition:5s;
	color:white;
	border:1px solid #874291;
}
.mybtn{
	border-radius:10px;
	color:#002147 !important;
	font-weight:bold;
	
}
.mybtn1{
	border-radius:10px;
	background:#073B25;
	color:#F3BD00 !important;
	font-weight:bold;
	border:1px solid #004CA5;
	
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: " / "!important; /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.mynav:hover{
	box-shadow:inset 150px 0px 0px 0px #073B25;
	padding:10px;
	transition:2s;
	border-radius:10px;
	color:white !important;
}
.mynav{	
	padding:10px;
	font-size:16px !important;
	text-transform: capitalize;
	color:black !important;
	
}
.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 #F3BD00;
	transition:2s;
	border:1px solid #F3BD00;
}
.mybtn2{
	border-radius:10px;
	color:white;
	font-weight:bold;
	background:#004CA5;
	border:1px solid #004CA5;
}
@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;
}
.city{
	background:#073A24;
	padding:10px;
	color:white;
	font-weight:bold;
	margin:20px;
	width:200px;
	text-align:center;
	border-radius:7px;
}
.city:hover{
	background:#0C2B4B;
	padding:10px;
	color:#FDC800;
	margin:20px;
	width:200px;
	text-align:center;
	border-radius:7px;
}