@charset "utf-8";
/* CSS Document */
.cssformargin{
margin-bottom:20px;
}
.galleryBG{
	width:100%;
	float:left;
	margin:30px 15px;
}
.btn-gallery{
	display: inline-block;
padding: 6px 60px;
margin-bottom: 0px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 0px;
}
.btn-gallery:focus{
	font-size: 16px;
    border: 1px solid #0275e0;
    border-radius: 1px;
    text-align: center;
    color: #ffffff;
    background-color: #0275e0;
}
.div_galleybtnBG{
	width:100%;
	float:left;
	border-bottom:4px solid #0275e0;
	margin-bottom:30px;
}
.img_responsive{
	width:100%;
	float:left;
}
.eventBG{
	width:97%;
	float:left;
	padding-bottom:1%;
	border-bottom:5px solid #bfc0bb;
	margin:0% 1.5%;
}
.eventBG h2{
	font-size:28px;
	color:#0275e0;
}
.eventBG p{
	font-size:14px;
	color:#000000;
	line-height:18px;
	margin-top:2%;
	display: none;
}
.events_img{
	width:100%;
	float:left;
	margin-top:2%;
}

.events_img img{
	width:100%;
	float:left;
}
.grayBG{
	width:100%;
	float:left;
	background-color:#dadada;
	padding:15px 15px 5px 15px;
	height:327px;
}
.event_thumb{
	width:31.5%;
	float:left;
	margin:5px;
}
.event_thumb img{
	width:100%;
	float:left;
}
.grayBG p a{
	text-align:right;
	color:#0275e0;
	padding-right:10px;
	float:right;
	text-decoration:none;
}
.grayBG_txt{
	width:100%;
	float:left;
	height:279px;
}
.grayBG_txt marquee{
	height:250px;
}
.grayBG_txt ul{
	padding:0px;
	margin:0px;
}
.grayBG_txt ul li{
	font-size:13px;
	/*margin-bottom:30px;*/
	text-align:left;
	list-style-position:inside;
}
.grayBG + h3{
	font-size:20px;
	text-align:center;
	margin-top:20px;
	width:100%;
	float:left;
}
.cm_diary{
	width:100%;
	float:left;
}
.cm_diary h2{
	font-size:20px;
	color:#0275e0;
	text-align:center;
}
.cm_diary img{
	width:100%;
	float:left;
}
.head_band{
	width:100%;
	float:left;

}	
.latest{
	width:50%;
	float:left;
	background-color:#0275e0;
	padding:20px 2px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	/*line-height:50px;*/
}
.selectDate{
	width:50%;
	float:left;
	height:auto;
	border:none;
/*	background-color:#848081;*/
	background-image:url(../images/picker-img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	/*background-size:cover;*/
	/*padding:19px 2px;*/
	margin-top:19px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	color: rgba(0, 0, 0, 0.0);
	cursor:pointer;
	/*line-height:50px;*/
}
.newdiv{
width:100%;
height:auto;
float:left;
border-bottom:1px dotted #0275e0;
padding-bottom:11px;
}
.selectDate input[type=text]{
	padding:0px;
}
.upcommingHead{
	width:100%;
	float:left;
	background-color:#03417c;
	padding:15px 20px;
	
	color:#FFFFFF;
	font-size:18px;
}
.graydiv{
	width:100%;
	float:left;
	padding:15px 15px 0px 15px;
	background-color:#ebe9ea;
	height: 245px;
}
.graydiv ul{
	padding:0px;
	margin:0px;
}
.graydiv ul li{
	font-size:13px;
	margin-bottom:15px;
	list-style-position:none;
	list-style:none;
	border-bottom: dotted 1px #ccc;
	padding-bottom:15px;
	
}
.graydiv ul li span{ padding-left:20px; margin-bottom:5px; display:block;}
.graydiv ul li h5 { font-weight:bold; background:url(../images/active-icon.png) left 5px no-repeat;  padding:0 0 0 20px; margin:0px;}
.eventBOX{
	width:90%;
	float:left;
	margin:0% 5% 0% 5%;
}
.eventBOX img{width:100%;}
.eventBOX h4{font-size:16px; color:#0275e0; text-align:center; margin-bottom:5px;}
.eventBOX p{font-size:12px; color:#000; text-align:center; line-height:15px; margin-bottom:10px;}
.picker{
	width:30px;
	height:30px;
	background-image:url(../images/datepicker.jpg);
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	background-color:#848081;
	color: rgba(0, 0, 0, 0.0);
	display:inline-block;
}
/*====================*/
.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom:20px;
}

.content .content-overlay {
   /*background: rgba(2,29,55,0.7);*/
   background: rgba(66,134,198,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
/*-------------piklu add-----------------*/
.agriculture_head2{
width:100%;
height:auto;
float:left;
border-bottom: 1px dotted rgb(2, 117, 224);
font-size:20px;
color: rgb(2, 117, 224);
font-weight:600;
padding: 0px 0px 10px;
margin-bottom: 20px;
margin-top:20px;
}

.left_bred{
width:auto;
float:left;
}
.right_bred2{
width:auto;
float:right;
text-align:right;
font-size:14px;
padding-left:0px;
}
.agri_nxtbtn{
width:auto;
padding:5px 10px;
border:0px;
background-color:#0275e0;
color:#fff;
border-radius:3px;
text-align:center;
float:left;
margin:20px 0px;
}
.agriculture_head3{
width:100%;
height:auto;
float:left;
border-bottom: 1px dotted rgb(2, 117, 224);
font-size:20px;
color: rgb(2, 117, 224);
font-weight:600;
padding: 0px 0px 10px;
margin-bottom: 10px;
margin-top:20px;
}
.cm_galtxt{
width:100%;
height:auto;
float:left;
font-size:14px;
line-height:20px;
color:#333333;
margin-bottom:20px;
text-align:justify;
}


.latestbox{
width:31.2%;
height:auto;
float:left;
margin:0% 1% 2% 1%;
}
.latestbox:first-child{
width:64.5%;
height:auto;
float:left;

}

.grid {
	position: relative;
   clear: both;
   margin: 0px auto;
   list-style: none outside none;
   text-align: center;
}

 .grid figure { 
 position: relative; 
 float: left; 
 overflow: hidden;
  /*margin: 10px 1%; 
  min-width: 32%;
   max-width: 48%;
    max-height: 360px;*/
	 width: 100%;
	  height: 280px; 
	  /*background: #29a9e0;*/
	   text-align: center;
	    cursor: pointer; 
		
		} 
 
 
 .grid figure img { 
 position: relative; 
 display: block;
  /*min-height: 100%;*/
   max-width: 100%; 
   /*opacity: 0.8;*/
    opacity: 0.; }

.grid figure figcaption {
	padding: 2em;
	color: #FFF;
	
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}


.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:5px solid #ccc;
}
.grid figure figcaption:hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:5px solid #075aaa;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	/*word-spacing: -0.15em;*/
	font-weight: 600;
	
	
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2, 
.grid figure h3, 
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 0px;
	font-size: 14px;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/





figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	text-align:left;
	padding: 1em;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-weight:bold;
	font-size:22px;
	margin: 0px 0px 15px;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p h3 {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1em 1em 1.5em;
	line-height:18px;
	width: 100%;
	text-align:left;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
figure.effect-sadie h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	text-align:left;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/*================ New Design Css ===============*/


.event-headline {
color: rgb(0, 0, 0);
font-size: 25px;
margin: 10px 0px;
text-align:center;
}

.events_new_head {
width: 100%;
height: auto;
float: left;
}


.cm_eventtxt{
width:90%;
height:auto;
float:left;
font-size:18px;
line-height:25px;
color:#5f5f5f;
margin-bottom:20px;
text-align:center;
margin-top:15px;
margin-left:5%;
margin-right:5%;
}


.pre_event_maindiv{
float:right;
width:200px;
height:auto;
margin-top:30px;
}

.pre_event_div{
float:right;
width:76%;
height:38px;
border:2px solid #5c5b5b;
text-align:center;
color:#5c5b5b;
line-height:38px;
font-size:16px;
margin-right:2%;
border-radius:3px;

}

.pre_event_img{
float:right;
width:22%;
height:auto;
}

.nxt_event_maindiv{
float:left;
width:200px;
height:auto;
margin-top:30px;
}

.nxt_event_div{
float:left;
width:76%;
height:38px;
border:2px solid #5c5b5b;
text-align:center;
color:#5c5b5b;
line-height:38px;
font-size:16px;
margin-left:2%;
border-radius:3px;

}

.nxt_event_img{
float:left;
width:22%;
height:auto;
}








@media only screen and (max-width:768px){
	.galleryBG{
	width:96%;
	float:left;
	margin:5% 2%;
}
.graydiv{
	height:auto;
}
.left_bred{
width:100%;
float:left;
}
.right_bred2{
width:100%;
float:left;
text-align:left;
margin-bottom:3px;
}
.cm_galleryimg{
margin:20px 0px;
}
.agri_nxtbtn{
margin:0px 0px 20px 0px;
}

.latestbox{
width:98%;
height:auto;
float:left;
margin:1% 1%;
}
.latestbox:first-child{
width:98%;
height:auto;
float:left;

}



}
@media only screen and (max-width:488px){
.event-img{
	margin-bottom:20px;
}
.event_thumb{
	width:96%;
}
.grayBG{
	height:auto;
	margin-bottom:20px;
}
.grayBG_txt{height:auto;}
.graydiv{height:auto;}
.eventBOX{text-align:center;}
.right_bred2{
width:auto;
float:left;
text-align:left;
font-size:14px;
padding-left:0px;
}
.left_bred{
font-size:16px;
}
.selectDate{
	width:100%;
	float:left;
	height:auto;
	border:none;
/*	background-color:#848081;*/
	background-image:url(../images/picker-img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	/*background-size:cover;*/
	/*padding:19px 2px;*/
	margin-top:19px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	color: rgba(0, 0, 0, 0.0);
	cursor:pointer;
	/*line-height:50px;*/
}
.upcommingHead{
margin-top:20px;
}

.latestbox{
width:98%;
height:auto;
float:left;
margin:2% 1%;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 99%;
    max-width: 99%;
}

 .grid figure { 
 position: relative; 
 float: left; 
 overflow: hidden;
  /*margin: 10px 1%; 
  min-width: 32%;
   max-width: 48%;
    max-height: 360px;*/
	 width: 100%;
	  height: auto; 
	  /*background: #29a9e0;*/
	   text-align: center;
	    cursor: pointer; 
		
		} 
		
		
	/*============== New Design Css ==========*/




.cm_eventtxt{
width:98%;
font-size:15px;
margin-left:1%;
margin-right:1%;
}



.pre_event_maindiv{
float:right;
width:100%;
}

.pre_event_div{
float:right;
width:71%;
font-size:13px;

}
.pre_event_img{
float:right;
width:27%;
height:auto;
}

.nxt_event_maindiv{
float:left;
width:100%;

}

.nxt_event_div{
float:left;
width:71%;
font-size:13px;
}

.nxt_event_img{
float:left;
width:27%;
height:auto;
}



/*============== New Design Css ==========*/	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
 
 
 

}