.w3-card, .w3-card-2 {  
  border-radius: 30px;
}
.w3-theme {
color: #fff !important;
background-color: #162A46 !important;
}
.w3-theme-dark {
color: #fff !important;
background-color: #162A46 !important;
}
.w3-card.w3-container img
{
transition: 1s ease;
}
.w3-card.w3-container:hover .box_pin img {
/*background-image: url("http://localhost:90/district3232f2.com/images/NisheethKinariwala.png");*/
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease-in-out;         
}
hr {
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #000;
  margin: 20px 0;
}
.site_title_slogan .heder_logo_section li img {
  width: 100px;
  height: 90px;
}
.site_title_slogan .heder_logo_section li  {
  /*display: inline;*/
  display: inline-block;
  vertical-align: bottom;
}
.site_title_slogan .heder_logo_section li .title
{
	font-family: "Segoe UI",Arial,sans-serif;
	font-weight: 400;
	margin: 10px 0 0;
	font-size: 3rem;
	font-weight: bold;
}
.w3-row-padding.w3-center.w3-margin-top .w3-third .w3-card.w3-container
{
	min-height:545px; /*430px;*/
	margin-top: 3%;
}
.district_box .w3-third .box_title {
	font-size: 1.6rem;  
	font-family: "Segoe UI",Arial,sans-serif;
	font-weight: 600;
	margin: 10px 0;
}
.district_box .w3-third .name_year_section
{
	font-family: "Segoe UI",Arial,sans-serif;
	font-weight: bolder;
	margin: 25px 0;
}
.district_box .w3-third .name_year_section .box_photo
{	
	height: 120px;
	width: 120px;
	border-radius: 5%;
}
.district_box .box_pin img {
  height: 200px;
  width: 200px;
}
.msg_section {
  font-size: 2rem;
  padding: 6% 0 6%;
}
.msg_section a {
  color: #0000FF;
}
@media (max-width: 890px)
{
	.w3-third {
	width: 49.333%;    
	}
}
@media (max-width: 600px)
{
	.w3-third {
	width: 100%;    
	}
	.heder_logo_section {
	  padding-left: 0;
	}
	.site_title_slogan .heder_logo_section li .title
    {	
    	font-size: 2.5rem;
    }
}
@media (max-width: 380px)
{	
	.w3-xxxlarge {
	  font-size: 40px;
	}
}
/*.w3-card.w3-container:hover img {
max-height: 250px;
max-width: 250px;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3); 
transition: .3s ease-in-out;
}*/

/*
.w3-theme-l5 {color#000 !important; background-color#f0f0f0 !important}
.w3-theme-l4 {color#000 !important; background-color#cccccc !important}
.w3-theme-l3 {color#fff !important; background-color#999999 !important}
.w3-theme-l2 {color#fff !important; background-color#666666 !important}
.w3-theme-l1 {color#fff !important; background-color#333333 !important}
.w3-theme-d1 {color#fff !important; background-color#000000 !important}
.w3-theme-d2 {color#fff !important; background-color#000000 !important}
.w3-theme-d3 {color#fff !important; background-color#000000 !important}
.w3-theme-d4 {color#fff !important; background-color#000000 !important}
.w3-theme-d5 {color#fff !important; background-color#000000 !important}

.w3-theme-light {color#000 !important; background-color#f0f0f0 !important}
.w3-theme-dark {color#fff !important; background-color#000000 !important}
.w3-theme-action {color#fff !important; background-color#000000 !important}

.w3-theme {color#fff !important; background-color#000000 !important}
.w3-text-theme {color#000000 !important}
.w3-border-theme {border-color#000000 !important}

.w3-hover-themehover {color#fff !important; background-color#000000 !important}
.w3-hover-text-themehover {color#000000 !important}
.w3-hover-border-themehover {border-color#000000 !important}
*/