/*fonts*/

/*FontAwesome*/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css*/
/*Custom css*/

* {margin: 0; padding: 0;outline: none}

ul {list-style: none;}

button, input[type='submit'], input[type='reset'], a {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

::selection {color:#ffd6e9;background:#3399ff;}
::-moz-selection {color:#ffd6e9;background:#3399ff;}

::-webkit-input-placeholder {color: #b4b4b4;}
:-moz-placeholder {color: #b4b4b4;}
::-moz-placeholder {color: #b4b4b4;}
:-ms-input-placeholder {color: #b4b4b4;}

body, html {
	min-height: 100%;	
    font-weight: normal;
    line-height: normal;
}

*:focus {
    outline: none;
}

a {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	color: #4b4b4b;
}
a,
a:hover,
a:focus,
a:visited {	
	text-decoration: none;
     outline: medium none;
}
ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px;
} 

img {
    max-width: 100%;    
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
	-o-transition: all .5s;		
}
tr td {
    padding: 5px;
}
.navbar {    
    border-radius: 0;
    margin-bottom: 0;
/*
    border-top: #000;
    border-bottom: #000;
*/
    background-color: #357106;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
	font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}
.navbar-nav li {
    border-right: 1px solid #000;
}
.navbar_custom {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
/*
.navbar-nav li a {
    padding: 6px 10px;
    display: inline-block;
}
*/
.nav-link, .nav-link:focus, .nav-link:visited {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
/*    color: #000;*/
	background-color: #478a0b;
/*  lite green  background-color: #4CAF50;*/
}
.dropdown-item {
	font-weight: 600;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #478a0b;
/*  lite green  background-color: #4CAF50;*/
}
.dropdown-menu {
    padding: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
p:last-child{
	margin-bottom: 0;
}
.navbar_custom .nav-link:hover {
    color: #fff;
    background-color: #4CAF50;
}
/*
.navbarFixedCstm {
    position: absolute;
    left: 0;
    right: 0;
    top: 187px;
    width: auto;
    height: auto;
    z-index: 99;
}
*/

/* ============ dropdown menu hover ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.5s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .5s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}	
/* ============ dropdown menu hover .end// ============ */

/*header*/
header {
/*
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 180px;
    background-color: #fff;
*/    
}
.headerBrand {
    background-image: url(../homeimage/header_2026.jpg);
    background-position:  top 0 right 0px;
    background-repeat: no-repeat;
    background-size: 700px 150px;
}
.logo {
	float:left;
	text-align: center;
}
.headerBrand {
    padding: 10px;
}
.left_logo {
    float: left;
}
.right_logo {
    float: right;
}
.left_logo img, .right_logo img {
    width: 90px;
}
.BrandTitle {
    display: inline-block;
    margin-left: 15px;
    margin-top: 20px;
}
.BrandTitle h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.BrandTitle h5 {
    font-size: 18px;
}
.BrandImgs {
    display: inline-block;
}
/*banner*/
.banner {
    text-align: center;
/*
    top: 195px;
    position: relative;
*/
}
/*indicators*/
.banner_slider .owl-dots {        
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.banner_slider .owl-dot {
    display: inline-block;
}
.banner_slider .owl-dot span {
	 border-radius: 100%;
     background-color: #ddd;
     border: 1px solid #ddd;
     width: 10px;
     height: 10px;
	 margin: 0;
     text-indent: 0; 
     display: inline-block;
     margin-left: 7px;
}
.banner_slider .owl-dot.active span {
	background-color: #000;
	border: 1px solid #000;
    border-radius: 100%;
    width: 10px;
	height: 10px;
}
.banner_caption {
    position: relative;
    left: 0;
    right: 0;
    padding: 10px 5px;
	background-color: #014422;
/*    background-color: rgba(0, 0, 0, 0.8);    */
/*    background-color: #007F00;*/
    z-index: 99;
    bottom: 0;
    text-align: left;
    height: 160px;
    text-align: center;
    padding: 10px;
}
.banner_caption p {
    color: #fff;
}
.banner_caption a {
    color: #b29de0;
}
.banner_caption a:hover {
    color: #4CAF50;
    text-decoration: underline;
}
.banner_caption h3 {
	text-transform: uppercase;
	color: #f7f663;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0px;
}
.content_slider .item {
    position: relative;
/*    padding: 0 2px;*/
}
/*end-of-indicators*/
/*content*/
.content {padding: 60px 0;}


.home-section {
    padding-top: 0;
	display:block;
    position:relative;
    z-index:120;
	background-color: #fff;
}


.home-section.nopadding {
    padding-top: 0;
    padding-bottom: 0;
	display:block;
    position:relative;
    z-index:120;
}
.home-section.nopadding-bot {
    padding-bottom: 0;
}
.home-section.nopadding-top {
    padding-top: 0;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}
.circled {
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	width: 1.6em;
    height: 1.6em;
	text-align: center;
	line-height: 1.6em;
}
.box i {
    margin-bottom: 30px;
}
.bg-skin {
    background: #464d55;
}
.box h4 {
    font-size: 24px;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1em;
}
.SidelinkAccrd .card .btn-link:hover, .SidelinkAccrd .card .btn-link:visited, .SidelinkAccrd .card .btn-link:focus {
    text-decoration: none;
}
/*
.SidelinkAccrd .card .btn-link:hover {
    color: #fff;
    background-color: #1e7145;
}
*/
.SidelinkAccrd .card .card-header {
    padding: 0;
    background-color: #011740;
    	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	color: #4b4b4b;
}
.SidelinkAccrd .card .card-header:hover {
    background-color: #003163;
/*    background-color: #478a0b;*/
/*    background-color: #4CAF50;*/
}
.SidelinkAccrd .card .card-header:active {
    background-color: #003163;
/*    background-color: #478a0b;*/
}
.SidelinkAccrd .card .card-header .btn {
    color: #fff;
    text-transform: uppercase;
}
.SidelinkAccrd .card .card-body {
    padding: 0;
}
.SidelinkAccrd .card .card-body ul li {        
    color: #4b4b4b;
    
    -moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
.SidelinkAccrd .card .card-body ul li:first-child {
    border-bottom: 1px solid #ddd;
}
.SidelinkAccrd .card .card-body ul li:hover {
    background-color: #1e7145;
    color: #fff;
}
.SidelinkAccrd .card .card-body ul li + li {
    border-bottom: 1px solid #ddd;
}
.SidelinkAccrd {
    margin-bottom: 15px;
}
.SidelinkAccrd .card .btn {
    width: 100%;
    text-align: left;
}
.SidelinkAccrd .card .card-header:hover .collapse.show {
    background-color: #1e7145;
}
.SidelinkAccrd .card .card-header .collapse.show .card-body ul li a:active {
    background-color: #1e7145;
}
.SidelinkAccrd .card .card-header .btn.btn-link.collapsed, .SidelinkAccrd .card .card-header .btn.btn-link {
    background-image: url(../images/expand_arrow_dwn.png);
    background-position: top 5px right 10px;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
	-o-transition: all .5s;	
} 
/*
.SidelinkAccrd .card .card-header .btn.btn-link {
    background-image: url(../images/expand_arrow_up.png);
}
*/
.SidelinkAccrd .card .card-body ul li a {
    display: block;
    padding: 10px;
    text-transform: capitalize;
}
.SidelinkAccrd .card .card-body ul li a:hover, .SidelinkAccrd .card .card-body ul li a:focus {
    color: #fff;
    background-color: #003163;
}
/****footer****/

.footer {
	padding: 20px 0 50px 0;
	background-color: #014422;
    text-align: left;
    margin-top: 15px;
    text-align: center;
}

.copy {
    color: #fff;
    margin-bottom: 0;
}
.foot_bttm {
    text-align: center;
}
.fh5co-footer-links a {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}
.fh5co-footer-links a:hover {
    color: #4CAF50;
}
.row_footer_top {
    padding:  10px 0 20px;
}
.row_footer_top h4 {
    color: #fff;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.fh5co-footer-links li {
    margin-bottom: 10px;
}
.fh5co-widget p {
    font-size: 1rem;
    line-height: 25px;
    color: #fff;    
}
.disclaimer a {
    color: #fff;
}
.disclaimer a:hover,.disclaimer a:focus {
    color: #4CAF50;
    text-decoration: underline;
}
.ftr_others {
    text-align: center;
}
.ftr_others p {
    font-size: 1rem;
}
/*social*/
.social_links {
    display: inline-block;
    padding: 0 10px;
}
.social_links li {
    display: inline-block; 
}
.social_links li a {
    display: block;
}
.social_links li + li {
    margin-left: 5px;
}
.social_links li a .fa {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    border-radius: 50px;   
    transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.social_links li a .fa-twitter {
    background-color: #55acee;
}
.social_links li a .fa-twitter:hover {
    background-color: #fff;
}
.social_links li a .fa-twitter:hover {
    color: #55acee;
}
.social_links li a .fa-youtube-play {
    background-color: #C4302B;
}
.social_links li a .fa-youtube-play:hover {
    background-color: #fff;
}
.social_links li a .fa-youtube-play:hover {
    color: #C4302B;
}
.social_links li a .fa-facebook {
    background-color: #3b5998;
}
.social_links li a .fa-facebook:hover {
    background-color: #fff;
}
.social_links li a .fa-facebook:hover {
    color: #3b5998;
}
/*social-links end*/

.BodyMiddleSec .mandateBody ol {
    padding: 12px;
}
/*end-of-social*/
/*

.ftr-social ul li{
	display: inline-block;
	vertical-align: middle;
	margin:0 10px 0 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.ftr-social ul li:last-child{
	margin:0;	
}
.ftr-social ul li .fa{
	color:#ffffff;
	font-size:20px;
	height:44px;
	width:44px;
	line-height:44px;
	padding:0;
	text-align:center;
	border-radius:100%;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.ftr-social ul li:hover .fa{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.ftr-social ul li .fa.fa-facebook{
	background: #3b5998;
}
.ftr-social ul li .fa.fa-twitter{
	background: #55acee;
}
.ftr-social ul li .fa.fa-google-plus{
	background: #dd4b39;
}
.ftr-social ul li .fa:hover{
	opacity: 1;
}
*/

.copy-txt{
	padding: 30px 0;
	text-align: center;
	border-top:1px solid #c9c9c9;
}
.copy-txt p,.copy-txt a{
	color:#282828;
	font-size:14px;
	margin:0;
}
.copy-txt a:hover{
	color:#f2533d;
	text-decoration: underline;
}
.gotosite a:hover {
    text-decoration: underline;
}
.inrPgCnt {
    padding:  15px 0 0; 
}
.FaqOuter {
    padding: 0 0 15px; 
}
/***11.2020***/

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    min-height: 300px;
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.sss_outer {
    text-align: center;
}
.sss_outer .thumbnail {
/*    border: 0;*/
    margin-bottom: 0;
}
.sss_outer .caption h3 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.sss_outer .caption p {
    font-size: 14px;
    text-transform: capitalize;
}
.sss_outer .caption address {
    font-size: 12px;
    color: #337ab7;
    margin-bottom: 5px;

}
.wrapper_outer > h3 {
        margin: 10px 0 20px 0px;
}  
/****/

/****/
.tabOuter .top {
    float: left;
}
.tabOuter .z-tabs.silver > ul > li > a {
    font-size: 16px;
}
.tabOuter .z-tabs > .z-container > .z-content > .z-content-inner {
    padding: 10px;
}
.wrapper {
    text-align: center;
}
.thumbnailpic {
    width: 90px;
    height: 100px;
    padding: 7px;
    margin: 10px auto;
    
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    
}
.thumbnailpic img {
    width: 100%;
    border-radius: 2px;
}
.thumbnail .caption h3 {
    font-size: 16px;
    font-weight: 600;
}
.tabOuter .z-tabs.horizontal > ul > li {
    display: inline-flex;
    float: none;
}
.Topthumbnail {
    margin-bottom: 15px;
}
.Topthumbnail .thumbnail {
    width: 25%;
    margin: 0 auto;
}

.Topthumbnail .caption h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.thumbnail .btn {
    margin: 10px 0;
    padding: 3px 30px;
    border-radius: 30px;
}
.dir_cl p {
    font-size: 20px;
    margin-bottom: 5px;
}

.about_outer .heading h4, .howtoreach_outer.heading h4, .reserch_stn_outer .heading h4, .varieties_outer.heading h4, .organizationalOuter .heading h4  {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #4CAF50;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.about_box, .mandate_box, .division_box, .facility_box, .howtoreach_outer, .cadr_Strnth, .restn_box, .varieties_outer {    
    padding-bottom: 10px;
    border: 1px solid #2a8000;
    margin-bottom: 10px;
}
.howtoreach_outer.heading h4 {
    background-color: #00A0E3;
}
/*
.about_outer .heading h4 {
    width: 30%;
    background-color: #00A0E3;
}
*/
.about_outer .mandate_box .inner_box ol {
    padding-left: 15px;
}
.about_outer .mandate_box .inner_box ol li {
    padding-bottom: 5px;
} 
.about_outer .mandate_box .inner_box, .about_outer .about_box .inner_box {
    padding: 10px;
}
.ainpjaf_outer .heading h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #4CAF50;
/*    background-color: #00A0E3;*/
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
/*    width: 50%;*/
}
.ainpjaf_outer .rstn_mandet {
    margin-bottom: 10px;
}
.restn_box {
    padding: 10px;
}
.restn_box .rstn_mandet ul {
    margin-left: 20px;
}
.restn_box .rstn_mandet ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.restn_box .rstn_mandet, .restn_box .rstn_content {
    margin-bottom: 10px;
}
.restn_box.heading h4 {
    font-weight: 600;
    color: #007F00;
}
.cadr_Strnth h5 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #00A0A3;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 3px;
    width: 30%;
}
.howtoreach_outer .mandate_box .inner_box h5 {
    font-weight: 800;
    text-decoration: underline;
}
.howtoreach_outer > .inner_box {
    padding: 12px;
}
.commonHeading h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #4CAF50;
    padding: 5px;
    margin-top: 0;
} 
.commonBox {
    padding-bottom: 10px;
    border: 1px solid #2a8000;
    margin-bottom: 10px;
}
.inner_box {
    padding: 5px;
}
.rstn_imgbox {
    border: 1px solid #2a8000;
    margin-bottom: 10px;
    display: inline-block;
}
.reserch_stn_outer .table-wrapper-scroll-y {
    max-height: 1150px;
}
.mediaCoverArch {
    text-align: center;
    margin-top: 10px;
    border: 1px solid #2a8000;
}
.mediaCoverArch .row {
    margin: 0;
}
.media_arch .card-body .btn-success {
    font-size: 10px;
    padding: 6px 8px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.card.media_arch {
    padding: 10px;
    margin: 10px 0;
}
.media_arch .card-body {
    height: 100px;
    padding: 0;    
}
.media_arch .card-body h5 {
    font-size: 14px;
    margin: 5px 0;
}
.media_arch .card-body p {
    font-size: 12px;
}
.media_arch_body {
    height: 60px;
}
.media_arch_hed, .agoAdv_arch_hed {
    text-transform: uppercase;
    background-color: #4CAF50;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
/*    text-align: left;*/
}

/**ago_Adv_arch css**/
.agroAdvArcive h2 {
    font-size: 30px;
    font-style: normal;  
    font-weight: 600;
    margin: 0 0 10px;
}

.agroAdvArcive_box {
    text-align: center;
    margin-top: 10px;
    border: 1px solid #2a8000;
}
.agroAdv_arch {
    padding: 10px;
    background-color: #fef2e8;
    margin: 10px 5px;
}
.card_agohed h4 {
    color: #003300;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 12px;
}    
.agro_arch_body h5 {
    color: #403152;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0 0 12px;
}
.agro_arch_body p {
    font-size: 14px;
    margin: 0 0 10px;
}
.agroAdv_arch .card-body a {
    width: 100%;
    font-size: 12px;
    padding: 4px 8px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #85a337;
    border: 1px solid transparent;
    border-radius: 4px;
}
/**end ago_Adv_arch css**/
.rightPanelOuter .msg {
    margin-bottom: 15px;
}
.rightPanelOuter .msg:last-child {
    margin-bottom: 0;
}
.WorkStatus p {
    margin: 0;
}
.WorkStatus {
    margin-top: 15px;
	text-align: center;
	border: 1px solid #2a8000;
    padding: 10px;
    margin-bottom: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.WorkStatus a {	
	font-weight: 800;
	color: #7F00FF;
	display: inline-block;
}
.disclaimer p {
    margin: 0;
}
.disclaimer {
    margin: 12px 0 0;
}
.imgbox {
    margin-bottom: 10px;
}
.imgboxContent .imgbox {
    margin: 10px;
}
.howtoreach_outer .hw_rch_content h4 {
    font-size: 15px;
    padding: 3px;
    width: 50%;
    background-color: #00A0A3;
} 
.inst_pic {
/*    border: 1px solid #ddd;*/
    padding: 10px;
    display: inline-block;
    text-align: justify;
}
.instPicBox {
    border: 1px solid #4CAF50;
    margin-bottom: 5px;
}
.instPicBox img {
    width: 100%;
}
.inst_pic p {
    color: #007F00;
    font-weight: 600;
}
.instPicBoxOuter {
    border: 1px solid #ddd;
    padding: 10px;
}
.abt_ainpjaf_img {
    width: 100%;
}
.OtherInfo .scroller marquee {
    text-align: center;
	font-weight: 600;
	font-style: italic;
}
.othWish {
	color: #b40000;
}
.covid19Alert {
	color: #7F00FF;
}
.ainpbox.rstn_mandet ul li {
    padding-bottom: 10px;
    list-style-type: disc;
    padding-left: 0;
}
.ainpbox.rstn_mandet ul {
    padding-left: 18px;
}
.agroAdv_arch .card-body {
    padding: 0;
}
/****11.20****/
.introduction, .mandate, .media_cover, .rightPanelOuter .msg, .SidelinkAccrd {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.mandate .mandateBody ol {
    margin-left: 20px;
}
.mandate .mandateBody ol li {
    margin-bottom: 5px;
    list-style-type: disc;
}
.mandate .mandateBody ol li:last-child {
    margin-bottom: 0;
}
.PrfBdy tbody tr:nth-child(even) {
    background-color: transparent;
}
.PrfBdy tbody tr td:first-child table tbody tr:first-child td {
    text-align: center;
    padding-bottom: 10px;
}
.PrfBdy tbody tr td:first-child table tbody tr:nth-child(2) td {
    text-align: center;
}
.PrfBdy tbody tr td:last-child .TblmidBdy ol li {
    margin-bottom: 5px;    
}
.imgboxWrapper {
    margin-bottom: 30px;
}
.facilityOuter .imgboxContent .imgbox {
        margin: 5px;
}
.facilityOuter .imgbox {
    width: 45%;
    display: inline-block;
}
.textIncDec .txtIncbtn, .textIncDec [type="button"] {
    background-color: #007F00;
    border: 1px solid #000;
    color: #fff;
    font-size: 12px;    
    border-radius: 0;
    padding: 3px;
}
.new_scl a, .new_scl a:focus, .new_scl a:visited {
    vertical-align: baseline;
}
/*******12.20*******/
.right_panel.heading {
    text-align: center;
    background-color: #011740;
}
.itmuUnit .inner_box ol {
    padding-left: 20px;
}
.introduction h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e7145;
    margin: 10px 0 20px;
    text-transform: uppercase;
	text-align: center;
}
.introduction p {
    color: #141529;
    line-height: 1.6;
} 
.readmore {
	font-weight: 600;
	color: #7F00FF;
    border-bottom: 1px solid #fff;
}
.readmore:hover {
    color: #1e7145;
    border-bottom: 1px solid #1e7145;    
    
    transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.readmore:hover .fa {
    padding-left: 3px;
    color: #1e7145;
        transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
/*
.media_cover {
    height: 36%;
}
*/
/****green Shades****/
.top-container {
    background-color: #357106;
}
.mandateHead h3, .media_cover_head h3 {
	text-align: center;
    font-weight: 800;
    font-size: 18px;
	color: #1e7145;    
	margin-bottom: 0;
}
.mandateHead , .media_cover_head {
	background-color: transparent;
}
 
/****end green Shades****/
.PaperOnClick {
    font-weight: 700;
    text-align: center;
    color: #1e7145;
	margin-top: 5px;
}
.organizationalOuter {
	padding-bottom: 50px;
}
.organiztab h4 {
	text-align: center;
}
.organiztab {
	margin-bottom: 50px;
}
.organiztab.tabOuter .top {
	float: none;
}
.CmtImg img {
	border: 1px solid #000;
} 
.CmtImg {	
    width: 50%;
    margin: auto;	
}
.CommiteeTabl table tr td {
	vertical-align: middle;
}
.CommiteeTabl table tr td:first-child, .CommiteeTabl table tr td:nth-child(3), .CommiteeTabl table tr td:nth-child(4) {
	width: 20%;
}
.CommiteeTabl table tr td:nth-child(2) {
	width: 40%;
}
.MediaArchive {
	float: right;
	padding-right: 10px;
}
.Mediamsg {
/*	float: left;*/
	padding-left: 10px;
}
.Mediamsg img {
	width: 16px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.tagline .scroller a {
	color: #b40000; 
	font-weight:600;
}
.tagline .scroller a:visited {
	color: #b40000; 
}
.tagline .scroller marquee {
    text-align: initial;
}
.tagline .scroller a:hover, .tagline .scroller a:focus {
	color: #4CAF50;
}
.MediaArchive a {
    font-size: 11px;
    padding: 2px 10px;   
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
	background-color: #7F00FF;
}
.agro_advis .MediaArchive {
	padding-right: 0;
}
.ITMUDownlaodslists li {
	list-style-type: disc;
    margin-bottom: 10px;
}
.dir_title {
	color: #011740;
}
.dirc_panel .dir_msg h4 {
	color: #7F00FF;
	font-size: 16px;
}
.InfoHed {
	padding: 10px;	
    text-align: center;
    border: 1px solid #2a8000;
	margin-bottom: 10px;
}
.InfoHed h3 {
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
	color: #b40000;
	margin-bottom: 0;
}
/*******08.21*******/
.ProactiveDisclosure li {
	padding-bottom: 10px;
}
.ProactiveDisclosure li a {
	color: #007bff;
	text-decoration: underline;
}
