@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%;
}
.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:35%;
	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;
}

.content .content-overlay {
  background: rgba(2,29,55,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% 8% 1%;
}
.latestbox:first-child{
width:100%;
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: 423px; 
	  /*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;
	transition: all 0.5s ease 0s;
}
.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;
}





.grid1 {
	position: relative;
   clear: both;
   margin: 0px auto;
   list-style: none outside none;
   text-align: center;
}

 .grid1 figure { 
 position: relative; 
 float: left; 
 overflow: hidden;
  /*margin: 10px 1%; 
  min-width: 32%;
   max-width: 48%;
    max-height: 360px;*/
	 width: 100%;
	  height: 200px; 
	  /*background: #29a9e0;*/
	   text-align: center;
	    cursor: pointer; 
		
		} 
 
 
 .grid1 figure img { 
 position: relative; 
 display: block;
  min-height: 100%;
   max-width: 100%; 
   /*opacity: 0.8;*/
    opacity: 0.; }

.grid1 figure figcaption {
	padding: 2em;
	color: #FFF;
	
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}


.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:5px solid #ccc;
	transition: all 0.5s ease 0s;
}
.grid1 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 */
.grid1 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid1 figure h2 {
	/*word-spacing: -0.15em;*/
	font-weight: 600;
	
	
}

.grid1 figure h2 span {
	font-weight: 800;
}

.grid1 figure h2, 
.grid1 figure h3, 
.grid1 figure p {
	margin: 0;
}

.grid1 figure p {
	letter-spacing: 0px;
	font-size: 14px;
}




































.grid2 {
	position: relative;
   clear: both;
   margin: 0px auto;
   list-style: none outside none;
   text-align: center;
}

 .grid2 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; 
		
		} 
 
 
 .grid2 figure img { 
 position: relative; 
 display: block;
  min-height: 100%;
   max-width: 100%; 
   /*opacity: 0.8;*/
    opacity: 0.; }

.grid2 figure figcaption {
	padding: 2em;
	color: #FFF;
	
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}


.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:5px solid #ccc;
	transition: all 0.5s ease 0s;
}
.grid2 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 */
.grid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid2 figure h2 {
	/*word-spacing: -0.15em;*/
	font-weight: 600;
	
	
}

.grid2 figure h2 span {
	font-weight: 800;
}

.grid2 figure h2, 
.grid2 figure h3, 
.grid2 figure p {
	margin: 0;
}

.grid2 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: 91%;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	text-align:left;
	padding: .02em 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:15px;
	margin: 0px 0px 15px;
	background-color: rgba(42, 88, 131, 0.6);
background: rgba(42, 88, 131, 0.6);
transition: all 0.5s ease 0s;
}

figure.effect-sadie1 h2 {
	position: absolute;
	top: 93%;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	text-align:left;
	padding: .40em 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:15px;
	margin: 0px 0px 15px;
	background-color: rgba(42, 88, 131, 0.6);
background: rgba(42, 88, 131, 0.6);
transition: all 0.5s ease 0s;
}





figure.effect-sadie2 h2 {
	position: absolute;
	top: 92%;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	text-align:left;
	padding: .40em 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:15px;
	margin: 0px 0px 15px;
	background-color: rgba(42, 88, 131, 0.6);
background: rgba(42, 88, 131, 0.6);
transition: all 0.5s ease 0s;
}

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;
	background-color: #075aaa;

/*	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);*/
}

figure.effect-sadie1:hover h2 {
	color: #fff;
	background-color: #075aaa;

/*	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);*/
}

figure.effect-sadie2:hover h2 {
	color: #fff;
	background-color: #075aaa;

/*	-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);
}





/*=============== CM's Corner New Css ===============*/

.latest-eve { background:#cccccc; width:70%; line-height:70px; padding-left:20px; font-size:20px; margin-top:20px;}
.select-date { background:#e7e7e7; width:30%;  height:70px; padding-left:20px; font-size:20px; margin-top:20px;}
.latest-event-pic { width:60%; margin-top:20px;} 
.latest-event-detail { width:40%; margin-top:20px;padding-left:20px;}
.event-date { color:#0275e0; font-size:50px;}
.event-date span { color:#5c5c5c; font-size:20px; display:block;}
.event-headline { color:#000; font-size:25px; margin:10px 0;}
.venue { font-size:15px; font-style:italic; margin:0 0 10px 0;}
.event-text { font-size:20px; line-height:25px;}
.more-event { color:#0275e0; border-bottom:dotted 1px #000; padding:5px 0; margin-bottom:10px; display:block; font-size:20px;}
.upcoming-event { background:#0275e0;}
.upcoming-event { color:#fff; line-height:70px; margin-top:20px; padding-left:20px;}
.upcomning-news span{ color:#757575; font-style:italic;}
.upcomning-news p{}
.upcomning-news li{ list-style:none; margin:0px; padding:0px; font-size:16px; padding:15px 30px;}
.list-light { background:url(images/line.html) center left no-repeat #e7e7e7;}
.list-deep {  background:url(images/line.html) center right no-repeat #cccccc; }
.upcomning-news { padding:0px; background-color:#f7f5f6;}
.cm-video { text-align:center;}
.follow-cm-content h3 { text-align:left; padding:20px 0px;}
.follow-cm-content p { padding:20px 0; font-size:23px; line-height:28px;}
.follow-cm-content span { font-size:18px; color:#757575; line-height:25px;}
.follow-cm-content { padding:0 20px 50px 20px; background-color:#efeff7;}


.upcoming_event_new{
margin-top:20px;
background-color:#0275e0; 
line-height:70px;
padding-top:0px;
padding-bottom:0px;
}

.upcoming_event_news{
float:left;
width:100%;
height:auto;
}


.selectDate1{
	width:65%;
	float:left;
	height:auto;
	border:none;
/*	background-color:#848081;*/
	background-image:url(../images/select-date.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;*/
}

.selectDate1 input[type=text]{
	padding:0px;
}



.other_eventscontent { padding:0 0px 50px 0px;}

.other_eventscontent h3 { text-align:left;}
.other_eventscontent p { padding:20px 0px 0px 0px; font-size:20px; line-height:20px; color:#000000;}
.other_eventscontent span { font-size:15px; color:#757575; line-height:18px;}
































@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; 

} 
figure.effect-sadie h2 {
top: 91%;
}

figure.effect-sadie1 h2 {
top: 88%;
	
}
figure.effect-sadie2 h2 {
top: 91%;
	
}

 .grid2 figure { 

	  height: auto; 

		
		}
		
		
		/*=============== CM's Corner New Css ===============*/	
		
		
		
		
		
.latest-eve { background:#cccccc; width:50%; line-height:70px; padding-left:20px; font-size:20px; margin-top:20px;}
.select-date { background:#e7e7e7; width:50%;  height:70px; padding-left:20px; font-size:20px; margin-top:20px;}	
		
		
.selectDate1{
width:90%;
float:left;
height:auto;
border:none;
margin-top:19px;
text-align:center;
color:#FFFFFF;
font-size:18px;
color: rgba(0, 0, 0, 0.0);
cursor:pointer;
/*line-height:50px;*/

}
	
.latest-event-pic { width:100%; margin-top:20px; } 
.latest-event-detail { width:100%; margin-top:20px;padding-left:20px; margin-bottom:20px;}		
		
		
/*=============== CM's Corner New Css ===============*/		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		

}