@media (max-width: 576px)
{
	.learn_more
	{
		font-size:14px;
	}
	#footer_none
	{
		display:none;
	}
	#footer_width
	{
		max-width:98%;
	}
	#header
	{
		padding-left:2%;
		padding-right:2%;
	}
	.padding_for_top_grid
	{
		padding-left:4%;
	}
	#padding_for_top_grid_display
	{
		display:none;
	}
	#top_name_logo
	{
		margin-left:15%;
	}
	#carouselExampleFade
	{
		height: 40vh;
	}
	#corcel_picture
	{
		height:40vh;
	}
	.manual_padd_for_pic
	{
		padding-bottom:5vh;
		transform:scale(0.8);
	}
	#fpo_main
	{
		padding-top:7vh;
		padding-left:5%;
		padding-right:5%;
	}
	#fpo_div
	{
		min-height:70vh;
		background:rgba(187,202,247,0.1);
	}
	#fpo_into
	{
		margin-top:4vh;
		text-align:justify;
		color:grey;
		font-size:14px;
	}
	#center_menu
	{
		display:none;
	}
    .header_top
    {
        height:2vh;
    }
    #top_name
    {
        color:white;
        padding:0;
        font-family:roboto;
    }
    #side_it
    {
        padding-left:-2%;
    }
    .photo_div
    {
        width:90%;
    }
}
@media (min-width: 576px)
{
    #top_name
    {
        color:white;
        padding:0;
        font-family:roboto;
        letter-spacing:4px;
    }
    .photo_div
    {
        width:80%;
    }
    #side_it
    {
        padding-left:2%;
    }
	.learn_more
	{
		font-size:14px;
	}
	#footer_width
	{
		max-width:80%;
	}
	.right_menu
	{
		display:none;
	}
	#fpo_into
	{
		margin-top:5vh;
		color:grey;
		font-size:14px;
		text-align:justify
	}
	#fpo_div
	{
		min-height:80vh;
		background:rgba(187,202,247,0.1);
	}
	#fpo_main
	{
		padding-top:10vh;
		padding-bottom:8vh;
		padding-left:8%;
		padding-right:8%;
	}
	#display_none_this
	{
		display:none;
	}
	#carouselExampleFade
	{
		height: 72vh;
	}
	#corcel_picture
	{
		height:72vh;
	}
	.manual_padd_for_pic
	{
		padding-bottom:5vh;
	}
    .header_top
    {
        height:4vh;
    }
}
#corcel_picture
{
	//background-size: cover;
	display: flex;
	height:20vh;
	background-position: center;
}
#logo_container
{
	background:#0a4683;
}
.anton-regular
{
	font-family: "Anton", serif;
	font-weight: 300;
	font-style: normal;
}

/* Ensure inner elements use the full height of the carousel */
#carouselExampleFade .carousel-inner,
#carouselExampleFade .carousel-item {
  height: 100%;
}

/* Style the images so they cover the carousel area */
#carouselExampleFade .carousel-item img {
  height: 100%;
  object-fit: cover;
}
.poppins-thin
{
	font-family:"Poppins",serif;font-weight:300;font-style:normal
}
::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #ebebeb;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #888888;
  transition: all 0.8s;
}
.custom_nav_link
{
	color:white;
	font-family:poppins;
	font-size:1.25em;
	letter-spacing:2px;
	font-weight:240;
	display: inline-block;
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
}
.custom_nav_link:hover
{
	color:white;
	text-decoration:underline;
	text-decoration-thickness: 1px;
}
.custom_nav_link::after
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 90%;
    //background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 0px 0px #0a4683;
}
li > a[href="#"]:contains("Maharashtra") {
    color:#888888;
}
li > a[href="#"]:contains("Uttar Pradesh") {
    color:#888888;
}
#link-to-fpo
{
    font-size:13px;
    letter-spacing: 1px;
}
#link-to-fpo:hover{
    color:white;
}
.border-secondary1{
    --bs-border-opacity:0.6;
    border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important;
}
@media (max-width: 991px)
{
    #home-icon
	{
	    display: none;
	}
}

