@charset "utf-8";
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	box-sizing:border-box;
}


audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
 
.announce-bg{
	margin: 0;
    padding: 0;
    background: #3083f4;
    color: #fff;
}
.headlines:before {
    content: "";
    width: 30px;
    height: 0px;
    border-bottom: 37px solid #08418d;
    border-right: 40px solid transparent;
    position: absolute;
    left: 100%;
    top: 0px;
	z-index: 2;
}
section.mentor-panel {
	background: #dedede;
    	z-index: 2;
    	padding: 10px;
}
.mentor-card{
	padding-left: 0;
    background: #465166;
    margin-bottom: 5px;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    
}
.imp-linksk li {
	list-style: none;
    padding-left: 5px;
}
.imp-linksk li a {
    color: #fff;
	text-decoration: none;
}
.repository-panel .anima2{
	
}
.footer-header-title{
	color: #ffffff;
	font-size: 22px;
}
.copyright{
	color: #ffffff;
    padding-top: 5px;
	font-size: 12px;
}
.footer-bg
{
	background: #20406b repeat top center;
    height: auto;
    margin: 0;
    padding-top: 20px;
}
.footer-header-title{
	color: #ffffff;
	font-size: 22px;
}
.repository-panel .anima2 {
    background: #fff;
    padding: 7px;
    margin: 5px;
    width: 68%;
    height: 314px;
    border-radius: 5px;
    position: inherit;
}	
.mentor p {
    width: 270px;
    padding-top: 15px;
	padding-left: 115px;
    font-size: 13px;
}
.sub-sites {
    text-align: center;
    position: relative;
    padding: 10px 15px 0;
	border-top: 1px solid #576171;
}
.sub-sites li:first-child {
    border: none;
}
.sub-sites li {
    padding: 0 10px;
    border-left: 1px solid #6b6c6f;
    display: inline-block;
    margin-bottom: 10px;
    list-style: none;
}
.panel-pos
{
	padding-right: 100px;
    padding-left: 230px;
}

.inner-title
{
	padding-top: 40px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-left: 0px;
}
.buro-pos{
		padding: 0px 0px;
	}
	.block-pos{
		background-size: 100% 100%;
    	background-position: center;
	}
	.head2{
		color: #FFF; 
		text-align: center;
		font-size: 30px;
	}
	.head_app{
		color: #096aad; 
		text-align: center;
		font-size: 30px;
	}
	.inner-title
	{
		padding-top: 40px;
    	padding-bottom: 10px;
    	font-weight: bold;
    	color: #fff;
    	padding-left: 300px;
	}
	.inter-title
	{
		font-family: 'Lato', sans-serif !important; 
		font-size:15px; 
		color: #000; 
		width:400px;
		padding-left: 5px;
	}
	.inner-head
	{
		font-size:16px;
		color:#c0392b;
	}
	td {
      text-align: left;
}

audio:not([controls]) {
 display: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	/*-- CSS3 Transition --*/
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
a:focus, a:hover, a:active {
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
object, embed {
	max-width: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
img.mentor-img {
    float: left;
	width: 110px;
	background: #408fd2;
}
img.cmsir {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: 700;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td, td img {
	vertical-align: top;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.2em;
 *top: -0.3em;
	font-weight: normal;
}
sub {
	bottom: -0.25em;
}
/* standardize any monospaced elements */

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
 overflow: hidden;
}
/* Form Elements */
input, select {
	vertical-align: middle;
}

/* Placeholder configaration*/
input:-moz-placeholder, textarea:-moz-placeholder {
 color: #999999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999999;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #999999;
}
/* make buttons play nice in IE */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}

/*Removes inner padding and border in Firefox 4+.*/
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* hand cursor on clickable elements */
.clickable, label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}
.ie6 input {
	vertical-align: text-bottom;
}
/*Re-set default cursor for disabled elements.*/
button[disabled], input[disabled] {
	cursor: default;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
/*button, input, select, textarea {
	margin: 0;
	vertical-align: top;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}*/
input[type="radio"] {
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding: 0;
}
input[type="checkbox"] {
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

/* Removes inner padding and search cancel button in Safari 5 and Chrome*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	line-height:normal;
	font-weight:normal;
	font-size:100%;
}

::selection {
 background: rgba(0, 0, 0, .2); /* Safari */
}
::-moz-selection {
 background: rgba(0, 0, 0, .2); /* Firefox */
}
/*===========Usefull CSS===========*/
.clear {
	clear: both;
	display: block;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	clear: both;
}
.footer-top-wrapper ul:before, .footer-top-wrapper ul:after {
	display: table;
	line-height: 0;
	content: "";
}
.footer-top-wrapper ul:after {
	clear: both;
}

.float-element:before, .float-element:after {
	display: table;
	line-height: 0;
	content: "";
}
.float-element:after {
	clear: both;
}





/* Common Section
----------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #686868;
	font-size: 14px;
	background: #fff;
	overflow-x: hidden;
}
/*body.path-frontpage{
     background-color: #093c54!important;
}*/
a{color: #686868;}

.wrapper {
	position: relative;
}
.wrapper:before, .wrapper:after {
	display: table;
	line-height: 0;
	content: "";
}
.wrapper:after {
	clear: both;
}
.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}
.container:after {
	clear: both;
}
.container {
	position: relative;
	margin: 0 auto;
	display: block;
	max-width: 1180px;
}
.top-wrapper {
	background:#f7f7f7;
	padding:8px 0px;
	border-bottom:1px solid #eeeeee;
}
.top-left{float:left; height:27px;}
.top-left a {
	background:url(../images/flag.jpg) no-repeat 0px 0px;
	display:inline-block;
	line-height:27px;
	padding:0px 0px 0px 48px;
	font-size:85%;
}
.top-left a span {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../images/ico-link-dark.png) no-repeat;
	margin-left:5px;
}
.accessibility{float:right;}
.accessibility a.skip-cont{float:left; margin-top:4px;}
ul.social-links{float:left; margin:2px 0px 0px 12px; font-size:100%;}
ul.social-links li{float:left; margin-left:5px;}
ul.social-links li:first-child{margin-left:0px;}
ul.font-controll{float:left; margin:4px 0px 0px 15px;}
ul.font-controll li{float:left; margin-left:10px;}
ul.font-controll li:first-child{margin-left:0px;}
/*.high-contrast{float:left; width:22px; height:22px; margin:2px 0px 0px 12px; line-height:22px; text-align:center; border-radius:1px; display:inline-block;}*/
.high-contrast.dark{background: #4e4e4e !important;  color: #fff !important;}
.high-contrast.light{background:#fff; color:#363636;}
.lan{float:left; margin:2px 0 0 12px;}
.lan select{width:90px; padding:0px 5px; height:22px; border:1px solid #dadada; color:#686868; border-radius:1px; }
.lan select option{padding:2px 5px;}
.header-wrapper{border-bottom:1px solid #fff;}
.header-container{padding:0px 0px 0px;}

.header-right{float:right;}
.float-element{float:left; margin-left:12px;}
.inp-search{border:1px solid rgba(0, 0, 0, .2); height:31px; width:160px; padding:0px 35px 0 10px; border-radius:14px;}
.search-area{position:relative;}


.body-container{padding:30px 0px 0px 0px;}
.body-container p{padding-bottom:22px; line-height:170%;}
.body-container ul.list{padding-bottom:22px; margin-left:2px;}
.body-container ul.list li{display:block; padding:0px 0px 7px 15px; background:url(../images/blt.png) no-repeat 0px 6px;} 
.body-container ul.list li a{display:inline-block;}
.body-container ul li a:hover{text-decoration:underline;}

h2.title{font-size:205%; font-weight:300; padding-bottom:6px; line-height:120%;}
h3.sub-title{font-size:180%; font-weight:300; padding-bottom:6px; line-height:120%;}
h2.title.bold, h3.sub-title.bold{font-weight:700;}
.carousel-wrapper{padding:0px 0 0px 0px; background:url(../images/carousel-bg.png) repeat; border-top:1px solid #d2d2d2;}
.carousel-wrapper:after{position:absolute; content:''; top:0px; left:0px; height:10px; width:100%; background:url(../images/after-bg.png) repeat; z-index:10;}






.carousel-wrapper h3{padding-bottom:15px;} 
/*.footer-wrapper{padding-top:50px;}*/
.footer-top-wrapper{text-align:center; background:url(../images/footer-top-bg.jpg) repeat;}
.footer-top-wrapper ul{display:inline-block; padding:12px 0px 7px 0px;}
.footer-top-wrapper ul li{float:left; color:#888888;}
.footer-top-wrapper ul li a{padding:0px 12px; color:#888888;}
.footer-top-wrapper ul li:hover a,.footer-top-wrapper ul li.selected a{color:#fff;}
.footer-top-wrapper ul li:before{content:'|';}
.footer-top-wrapper ul li:first-child:before{content:'';}

.footer-bottom-wrapper{background-image:url(../images/footer-bottom-bg.png); background-repeat:repeat; background-color:#333; padding:0px 0px; color:#b8b8b8; position:relative; text-align:center;}

.footer-bottom-wrapper:after{position:absolute; content:''; top:0px; left:0px; height:4px; width:100%; background:url(../images/after-bottom-bg.png) repeat; z-index:10;}
/*.logo-cmf{display:block; text-align:center;}
.logo-cmf a{display:inline-block; padding:25px; border-left:1px solid rgba(0, 0, 0, .2); border-right:1px solid rgba(0, 0, 0, .2);}*/

.logo-cmf a {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0 25px;
  padding-right: 25px;
}


.footer-content {
  display: inline-block;
  padding: 15px 0;
}

.logo-cmf {
  float: left;
  padding: 10px 0 0 0;
  text-align: right;
  width: auto;
}

.copyright-content {
  color: #dadada;
  float: right;
  font-size: 76%;
  line-height: 150%;
  padding: 5px 0 0px 0;
  text-align: left;
  width: auto;
}


.copyright-content span {
    color: #888888;
	 display: block;
}



.footer-bottom-wrapper a{color:#b8b8b8;}
.footer-bottom-wrapper a:hover{text-decoration:underline;}
.footer-block{width:33.333%; float:left;}
.footer-block .flt-left{float:left;}
.footer-block .flt-right{float:right;}
.footer-logo{float:left; position:relative;}
.footer-logo span{display:block; padding:0px 0px 2px 0px;}
.cmf-logo{text-align:left; padding-top:5px;}
.cqw-logo{border-right:1px solid #333; margin-right:13px; padding:0px 13px 0px 0px; text-align:left;}
.site-info{width:290px; margin:0 auto; text-align:center; font-size:95%;}
.ft-lan{padding-bottom:8px; text-align:right;}
.ft-lan select{width:90px; padding:0px 5px; height:25px; border:0px solid #dadada; color:#686868; border-radius:2px; overflow:hidden; }
.ft-lan select option{padding:2px 5px;}
.bttn{display:inline-block; padding:5px 10px; border-radius:3px; background:#dddddd;}
.bttn:hover{background:#CCCCCC;}
.right-content{padding-top:30px;}
.toggle-nav-bar{display:none;}
.content-block{display:block;}



/*----Dropdown Menu----*/
.sub-menu i{display:none;}
 #nav ul {
	margin-left: -9999px;
}
#nav li:hover>ul, 
#nav li.hover>ul, 
#nav a:focus+ul, 
#nav .hover a:focus {
	margin-left: 0;
	z-index:100;
}
#nav ul a:focus {
	margin-left: 0px;
}
#side_nav ul {
	margin-left: -9999px;
}
#side_nav li:hover>ul, 
#side_nav li.hover>ul, 
#side_nav a:focus+ul, 
#side_nav .hover a:focus {
	margin-left: 0;
	z-index:100;
}
#side_nav ul a:focus {
	margin-left: 9999px;
}
/**/



/*-----Responsive Table----*/
table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
	margin-bottom:22px;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table th, table td {
    padding: 10px; border-right:1px solid #ddd;
    text-align: left;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) {
       
  }
  
  
  /*Common wrapper*/
.common-wrapper{background:#000000;}
.common-container{height:36px; }
.container.common-container {
  max-width:1280px;
  padding: 0 15px;
  width: 100%;
}
  
.common-left{float:left; position:relative;}
.common-right{float:right; position:relative;right: 80px;}
.common-left ul li{float:left; line-height:132%; font-size:72%; font-weight:600; text-transform:uppercase; height:36px; padding-top:3px; border-left: 1px solid #3f6288;}
.common-left ul li:first-child{text-align:right; margin-right: 5px;}
.common-left ul li:nth-child(2){text-align:left; padding-left: 5px;}
.common-left ul{float:left; margin:0;}
.common-left ul li:first-child{border-left:none;}
.common-left ul li.gov-india{text-align:right; }
.common-left ul li span{display:block; font-size:120%;}
.common-left ul li.ministry{padding-left:10px; margin-left:10px; border-left:1px solid #eeeeee; }


.common-right ul li{float:left; position:relative; height:36px; padding:6px 7px; border-left:1px solid #5f5f5f;     
text-align: center;}
.common-right ul li a{display:block; width:24px; height:24px; font-size:82%;}

/*.common-right ul li.ico-skip > a{background:url(../images/ico-skip.png) no-repeat;}*/
.common-right ul li.ico-accessibility > a{background:url(../images/ico-accessibility.png) no-repeat;}
.common-right ul li.ico-social > a{background:url(../images/ico-social.png) no-repeat;}
.common-right ul li.ico-login > a{background:url(../images/ico-login.png) no-repeat;}
.common-right ul li.ico-site-search > a{background:url(../images/ico-site-search.png) no-repeat;}
.common-right ul li.ico-sitemap > a{background:url(../images/ico-sitemap.png) no-repeat;}

.common-right ul li.hindi a{font-size:75%;}
.search-drop input[type='text']{border:0px solid #eeeeee; height:36px; padding:0px 40px 0px 8px; width:200px; }
 .search-drop{position:relative;}
 .search-drop a{visibility:hidden; position:absolute; top:0px; left:0px;}
 .skip-main a{width:auto !important; line-height:normal; display:inline-block; padding-top:3px;}
 
 
.common-right ul li a{color:#fff; padding-top:3px;}
.common-right ul li.hover a{opacity:1;}
.common-right ul li ul{position:absolute; top:37px; right:0px;  z-index:9999; box-shadow:0 1px 2px rgba(0, 0, 0, 0.2); background:#fff;  padding:9px 8px; visibility:hidden;}
.common-right ul li ul.search-drop{visibility:visible; display:none;}
.common-right ul li ul li{float:none; position:relative; height:auto; padding:0px 0px; border-left:0px solid #eeeeee;}
/*.common-right ul li.hover ul{visibility:visible;}*/

 .common-right li:hover>ul, 
 .common-right li.hover>ul,  
 .common-right a:focus+ul,  
 .common-right .hover a:focus{
	visibility:visible;
	
}

.common-right ul li.ico-accessibility ul{height:140px;}
.common-right ul li.ico-social ul{height:105px;}
.common-right ul li.ico-accessibility ul li a {
  background:#eeeeee;
  color: #000;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-top: 9px;
  width: 22px;
  text-align:center;
}
.common-right ul li.ico-accessibility ul li:first-child a{margin-top:0px;}


.common-right ul li.ico-social ul li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 22px;
  margin-top: 9px;
  width: 22px;
}

.common-right ul li.ico-social ul li:first-child a{margin-top:0px;}


.common-right ul li.ico-site-search input[type="text"] {
  border: 0 solid #eeeeee;
  height: 36px;
  padding: 0 40px 0 8px;
  width: 200px;
}

.common-right ul li.ico-site-search ul{padding:0px; height:36px;}
.bttn-search{width:27px; height:27px; cursor:pointer; border:0px; background-color:#1984d7; border-radius:100%; line-height:27px; text-align:center; overflow:hidden; text-indent:-200px; font-size:1px; background-image:url(../images/ico-search.png); background-repeat:no-repeat; position:absolute; top:2px; right:3px;}
.bttn-search:hover{background-color:#CCC; }
 



.sw-logo{display:inline-block;}
#header a.sw-logo {
	font-size: 1px;
	height: 92px;
	width: 187px;
}
#header .sw-logo {
	display:inline-block;
	transition: none;
}
a:focus{outline:1px dotted #333;}
.common-left ul li.gov-india a:hover
{color:#000 !important;}
.common-left ul li.gov-india a:focus
{color:#000 !important;}
.common-left a{display:inline-block;}
.common-left a:focus{color:#fff !important;}
.webform-submission-contact-form fieldset#edit-domain-email--wrapper {
display: none;
}
.js-form-item.form-item.js-form-type-textfield.form-item-domain-wise-email.js-form-item-domain-wise-email {
 display: none;
}

.mentor p {
    width: 270px;
    padding-top: 15px;
	padding-left: 115px;
    font-size: 13px;
}
.sub-sites {
    text-align: center;
    position: relative;
    padding: 10px 15px 0;
	border-top: 1px solid #576171;
}
.sub-sites li:first-child {
    border: none;
}
.sub-sites li {
    padding: 0 10px;
    border-left: 1px solid #6b6c6f;
    display: inline-block;
    margin-bottom: 10px;
    list-style: none;
}

.Department.of.Water.Resources .sec-second li:nth-child(4) {
    display: none;
}
.Department.of.Water.Resources .sec-second ul li{margin: 0 20px;} 

 
/*.Public.Enterprises .events-details ul > li > a:before{display: none;}*/
.training-box .item-list .date {
    /* display: none; */
}
/* Edit 20Jan */
.Department.of.Water.Resources .block-quicktabs-blockwater-tender-advertisement ul.quicktabs-tabs {
    padding-left: 0px !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-top: 15px;
    margin-left: 0px;
}
.Department.of.Water.Resources .block-quicktabs-blockwater-tender-advertisement li.active a {
    background-color: #28a745;
    color: #fff !important;
    text-decoration: none;
    border-color: #28a745;
}
.Department.of.Water.Resources .block-quicktabs-blockwater-tender-advertisement a.quicktabs-loaded {
    font-weight: 600;
    padding: 6px;
    background: #ddd;
    margin: 0px;
    text-decoration: none;
    border: 1px solid #ddd;
}
.Department.of.Water.Resources .block-quicktabs-blockwater-tender-advertisement .form-item-field-tender-category-value {
    padding-right: 12px;
}
.Department.of.Water.Resources #quicktabs-container-water_tender_advertisement .scroll-table1 table th {
    /* width: 37%; */
    white-space: normal;
}
.Department.of.Water.Resources #quicktabs-container-water_tender_advertisement .scroll-table1 table th#view-nothing-table-column {
    width: 16%;
}
.Department.of.Water.Resources #quicktabs-container-water_tender_advertisement .scroll-table1 table th#view-title-table-column {
    width: 21%;
}
.Department.of.Water.Resources .chosen-container-single .chosen-single{height: 33px;border-radius: unset;background-color: #fff !important;line-height: 28px;color: #9f9f9f;background: unset;}

.Department.of.Water.Resources .select2-container .select2-search--inline .select2-search__field{margin-left: 0px;line-height:19px;font-size: 90%;}
.chosen-container-single  .chosen-single{height: 33px;border-radius: unset;background-color: #fff !important;line-height: 28px;color: #9f9f9f;background: unset;}

/*Css Improvisation */ 
 .path-frontpage #news-slider .slides >li{ }/* Updated by AV 14Dec*/
 .path-frontpage .copy_right .block-cmf-design-footer p {
    margin-bottom: 0.2rem;
}/*Updated by AV 14Dec, 21*/
 .path-frontpage .social-section .social-box{border-radius: 14px}
.path-frontpage  #news-photo-slider .slides >li > img{border-radius: 22px;padding:0}
.path-frontpage  #news-photo-slider .flex-direction-nav .flex-next::before {
    color: rgba(0,0,0,.3);
    font-size: 32px;
}
 .path-frontpage #news-photo-slider .flex-direction-nav .flex-prev::before{color: rgba(0,0,0,.3); font-size: 32px;}
 .path-frontpage .calendar-widget{border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;}/*Updated by AV 13Dec, 21 */
 .path-frontpage .imp-links .read-more {
     
	background-color: #0d9de0 !important;
    color: #fff;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    padding: 3px 12px !important; 
    transition-duration: 0.4s;
    border-bottom-right-radius: 12px; 
     
    padding: 9px; 
    background: #f5f6f8;
	    bottom: 0;
    position: absolute;
    right: 14px;
}/*Edited by AV 13Dec, 21*/
 .path-frontpage .imp-links li a:before{content: "\f101";  font-family: FontAwesome; color: #225d98;  font-size: 19px;margin:0 8px 0 0;} /*Edited by AV 13Dec, 21*/
 .path-frontpage .imp-links li:nth-child(even) {
	background: #fafbfd;
}/*Edited by AV*/
 .path-frontpage .imp-links li:nth-child(odd) {
	background: #fff;
}/*Edited by AV*/
 .path-frontpage .imp-links {border-radius: 14px}
 .path-frontpage .imp-links li { 
		border-bottom: 1px dotted #c7c7c7;
}/*Edited by AV 13Dec, 21*/
 .path-frontpage .footer-inline-menu{padding: 3px 0;}/*Edited by Av, 13 Dec, 21*/
 .path-frontpage .footer .footer-down .m-t-10 {
    margin-top: 3px;
}/*Updated by AV 13 Dec, 21*/
 .path-frontpage .social-section .social-box h3 {
    text-align: left; /*Edited*/ 
    font-weight: normal; /*Edited*/ 
    font-size: 130%; /*Edited*/ 
}
 .path-frontpage .social-box h3:before {
    content: "\f0c0";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 11px;
    font-size: 21px;
    padding-right: 12px;
}
 .path-frontpage .slide-section{margin: 18px 0 25px;}/*Edited by AV 13 Dec, 21*/
 .path-frontpage #slide-section-area h3{margin-bottom: 18px;}/*Edited by AV 13 Dec, 21*/
 .path-frontpage .imp-links h3{   
    text-align: left;
    font-weight: normal;
    font-size: 130%;
	padding: 10px 0;
}
 .path-frontpage .imp-links h3:before {
    content: "\f0c1";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 11px;
    font-size: 21px;
    padding-right: 12px;
}
 .path-frontpage .js-drupal-fullcalendar.fc.fc-unthemed.fc-ltr:before {
    content: 'Event Calendar'; 
    display: flex;
    padding: 8px 0px 5px 42px;
    font-size: 130%;
    font-weight: normal;
	background-color: #216db9;
	color: #fff;
}
 .path-frontpage .js-drupal-fullcalendar .fc-header-toolbar{background-color: transparent;min-height: 32px}
 .path-frontpage .js-drupal-fullcalendar .fc-header-toolbar .fc-center h2{color: #216db9}
 .path-frontpage .fc-toolbar.fc-header-toolbar{margin-bottom:.3rem}
 .path-frontpage .hld:before {
    content: '\f073';
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 11px;
    font-size: 21px; 
    position: absolute;
    top: 14px;
    color: #fff;
}
 .path-frontpage .js-drupal-fullcalendar .fc-month-view{padding: 0 9px;}
 .path-frontpage .fc-basic-view .fc-body .fc-row{min-height: 3.2em}
 .path-frontpage .js-drupal-fullcalendar .fc-month-view .fc-widget-header{height: 20px; line-height: 20px}
 /*.odisha-profile-col .odisha-profile-head {
    font-size: 133%;
    font-weight: normal;
    color: #fff; 
	padding-left: 46px;
}*/
 .path-frontpage .odisha-profile-col h1 {
    background-color: #216db9;
    padding: 8px 15px 8px;
}
.path-frontpage .odisha-profile-col .listing-details{padding: 8px;}
.path-frontpage	.block-views-blockabout-us-block-2{
		    background-color: #fff;
    box-sizing: border-box;
    /* box-shadow: 2px 3px 13px #3e3e3e66; */
    border: 1px solid #216db9;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0;
    display: flex;
	height: 402px;
	}
.path-frontpage h1.odisha-profile-head:before {
    content: url(../images/about-us-icon.png); 
    position: absolute;
    top: 10px;
	left: 27px;
}
 .path-frontpage .know-more{
		background-color: #0d9de0 !important;
    color: #fff;
    border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-sizing: border-box;
    padding: 3px 12px !important;
    transition-duration: 0.4s; 
    padding: 9px;
    background: #f5f6f8;
    bottom: 0;
    position: absolute;
    right: 16px;
	}
  .path-frontpage .content-invetment:before {
    content: 'Quick Links';
    display: flex;
    padding: 4px 0px 7px 42px;
    font-size: 130%;
    font-weight: normal;
    background-color: #216db9;
    color: #fff;
}
 .path-frontpage .investment-col:before {
    content: url(../images/quick-link.png);
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 11px;
    font-size: 21px;
    position: absolute;
    top: 6px;
    color: #fff;
} 
 .path-frontpage .investment-col {
    background-color: #fff;
    box-sizing: border-box;
    /* border: 1px solid #216db9; */
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0;
    display: flex;
}
 .path-frontpage .content-invetment {     
    border: solid 1px #216db9; 
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
	padding: 0;
	min-height: 402px;
    max-height: 402px;
}
 .path-frontpage .content-invetment .mCSB_inside > .mCSB_container {  
    margin-left: 6px; 
}
.path-frontpage .content-invetment div#block-views-block-advertisement-portlet-investment-odisha-block-1-3 {
    margin-top: 9px;
}
.path-frontpage .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
	margin-right: 2px
}
 .path-frontpage .about-sec .van-dhan-yojana-training-title .training{font-weight: normal;font-size: 133%;margin:0}
 .path-frontpage .about-sec .training-box .read-more-btn	{
    background-color: #0d9de0 !important;
    color: #fff;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    padding: 3px 12px !important;
    transition-duration: 0.4s;
    border-bottom-right-radius: 12px;
	border-top-right-radius:0px;
    padding: 9px;
    background: #f5f6f8;
    bottom: 1px;
    position: absolute;
    right: 1%;
    left: unset;
	margin: 5px 12px 0 0;
	}
 .path-frontpage .training-box{
	background-color: #fff;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #216db9;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
	}
 .path-frontpage .mCustomScrollBox{height: 56vh}
 .path-frontpage .news-runner .news-runner-head{
	border-top-right-radius: 18px;
    border-bottom-right-radius: 16px;
	background-color: #158aff;
    width: 110px;
	}
 .path-frontpage .news-runner .col-md-2{max-width: 10%}
 .path-frontpage .news-runner .col-md-10{max-width: 90%}
 .path-frontpage .events-details ul > li{display: flex;}

 .path-frontpage .events-details ul li .date {
    border: 1px solid #003878;
    width: 23%;
    display: flex;
    height: 35px;
	margin-top: 5px;
    margin-bottom: 12px;
}
 .path-frontpage .events-details ul li .date span.day {
    text-align: center;
    width: 40%;
    font-size: 15px;
    line-height: 28px;
    height: auto;
}
.path-frontpage .events-details ul li .date span.month {     
    text-align: center;
    width: 60%;
    background-color: #003878;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}
 .path-frontpage .events-details ul > li > a {    
    width: 300px;
    padding-left: 9px;
}
.path-frontpage .events-details ul > li > a:before{display: none;}
.path-frontpage .training-box .item-list .date {
    /* display: none; */
}
/*Overlay hover flexslider*/
.path-frontpage .overlay {
    /* display: none; */
}
.path-frontpage .overlay p{
	text-align: left;
	padding: 0px 0px 0px 6px;
    margin: 0;
	font-size: 72%;
    color: #000;
    font-weight: 600;
}
 .path-frontpage .overlay {
    position: absolute;
    transition: 0.5s ease;
    height: 50%;
    width: 100%;
    top: 61px;
    background-color: rgb(211 208 208 / 70%);
    opacity: 0;
    border-bottom-right-radius: 22px;
    left: 0px;
    text-align: center;
    padding-top: 0px;
    color: #fff;
    border-bottom-left-radius: 22px;
}
.path-frontpage .slides li:hover .overlay { 
            opacity: 0.9; 
        } 
.path-frontpage .ti_news a:before{
	content: '\f124'; 
background: none; 
left: -4px;
top: 10px;
transform:rotate(40deg);
font: normal normal normal 14px/1 FontAwesome;
}
.path-frontpage .banner-wrapper .flex-direction-nav .flex-next{
	background: url(../images/arrow-next.png) no-repeat center center #0000008f;}
.path-frontpage .banner-wrapper .flex-direction-nav .flex-prev{
	background: url(../images/arrow-preview.png) no-repeat center center #0000008f;
}
.path-frontpage .news-runner .news-runner-head a{
	font-size: 90%;
    font-weight: 600;
    padding-top: 7px;
}
.path-frontpage .odisha-profile-col h1.odisha-profile-head {
    font-size: 130%;
    font-weight: normal;
    color: #fff;
    padding-left: 46px;
	margin-bottom: 2px;
}
/*End Improvisation*/

/* Responsive */
@media (min-width: 320px) and (max-width: 412px){
	.path-frontpage .block-views-blockabout-us-block-2{height: auto;}
	.path-frontpage .investment-col:before{top:20px}
	.path-frontpage .investment-col{margin-bottom: 15px}
	.path-frontpage .mCustomScrollBox {height: 328px !important;}
	.path-frontpage .about-sec .training-box .read-more-btn{
		  }
	.path-frontpage .social-section .social-box{margin-bottom: 20px}
	.path-frontpage .imp-links li:last-child {
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
     }
	.path-frontpage .imp-links {
		border-top-left-radius: unset;
		border-top-right-radius: unset; 
	}
	 .path-frontpage .imp-links div#block-views-block-important-links-block-1-2 {
    overflow: auto;
    height: 306px;
}
	.path-frontpage .training-box .item-list .date {
		width: 35%;
	}
	.path-frontpage .imp-links .read-more{
		bottom:19px
	}
	.path-frontpage .js-drupal-fullcalendar .fc-header-toolbar{padding-left: 0px}
	.js-drupal-fullcalendar .fc-header-toolbar .fc-left button, .js-drupal-fullcalendar .fc-header-toolbar .fc-right button{font-size: 11px}
	.Co-operation.path-contact-us #block-swftwo-content .field-content ul,
.Co-operation.path-contact-us #block-swftwo-content .field-content p	{ 
    width: 100% !important;
	float:none !important;
}
}
@media (min-width: 413px) and (max-width: 480px){
	.path-frontpage .block-views-blockabout-us-block-2{height: auto;}
	.path-frontpage .investment-col:before{top:20px}
	.path-frontpage .investment-col{margin-bottom: 15px}
	.path-frontpage .mCustomScrollBox {height: 328px !important;}
	.path-frontpage .about-sec .training-box .read-more-btn{
		  }
	.path-frontpage .content-invetment{flex: 1 1 auto}
	.path-frontpage .about-sec .training-box .read-more-btn {
			 
			margin: 5px 10px 0 0;
		}
	.path-frontpage .social-section .social-box{margin-bottom: 20px}
	.path-frontpage .imp-links li:last-child {
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
     }
	.path-frontpage .imp-links {
		border-top-left-radius: unset;
		border-top-right-radius: unset; 
	}
	 .path-frontpage .imp-links div#block-views-block-important-links-block-1-2 {
    overflow: auto;
    height: 306px;
}
	.path-frontpage .training-box .item-list .date {
		width: 35%;
	}
	.path-frontpage .imp-links .read-more{
		bottom:19px
	}
	.path-frontpage .js-drupal-fullcalendar .fc-header-toolbar{padding-left: 0px}
	.js-drupal-fullcalendar .fc-header-toolbar .fc-left button, .js-drupal-fullcalendar .fc-header-toolbar .fc-right button{font-size: 11px}
	.Co-operation.path-contact-us #block-swftwo-content .field-content ul,
.Co-operation.path-contact-us #block-swftwo-content .field-content p	{ 
    width: 100% !important;
	float:none !important;
}
}
@media (min-width: 481px) and (max-width: 599px){
	.path-frontpage .block-views-blockabout-us-block-2{height: auto;}
	.path-frontpage .investment-col:before{top:20px}
	.path-frontpage .investment-col{margin-bottom: 15px;margin-top: 20px;}
	.path-frontpage .mCustomScrollBox {height: 328px !important;}
	.path-frontpage .about-sec .training-box .read-more-btn{
		  }
	.path-frontpage .content-invetment{flex: 1 1 auto}
	.path-frontpage .about-sec .training-box .read-more-btn {
			 
			margin: 5px 10px 0 0;
		}
	.path-frontpage .social-section .social-box{margin-bottom: 20px}
	.path-frontpage .imp-links li:last-child {
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
     }
	.path-frontpage .imp-links {
		border-top-left-radius: unset;
		border-top-right-radius: unset; 
	}
	 .path-frontpage .imp-links div#block-views-block-important-links-block-1-2 {
    overflow: auto;
    height: 306px;
}
	.path-frontpage .training-box .item-list .date {
		width: 20%;
	}
	.path-frontpage .events-details ul > li > a {
    width: 360px;
	}
	.path-frontpage .imp-links .read-more{
		bottom:19px
	}
	.path-frontpage .js-drupal-fullcalendar .fc-header-toolbar{padding-left: 0px}
	.js-drupal-fullcalendar .fc-header-toolbar .fc-left button, .js-drupal-fullcalendar .fc-header-toolbar .fc-right button{font-size: 11px}
}

@media (min-width: 600px) and (max-width: 767px){
	.path-frontpage .block-views-blockabout-us-block-2{height: auto;}
	.path-frontpage .investment-col:before{top:20px}
	.path-frontpage .investment-col{margin-bottom: 15px;margin-top: 20px;}
	.path-frontpage .mCustomScrollBox {height: 328px !important;}
	 
	.path-frontpage .content-invetment{flex: 1 1 auto}
	.path-frontpage .about-sec .training-box .read-more-btn {
			 
			margin: 5px 10px 0 0;
		}
	.path-frontpage	.five-t-sec .sec-second a{font-size: 54%}
	.path-frontpage .social-section .social-box{margin-bottom: 20px}
	.path-frontpage .imp-links li:last-child {
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
     }
	.path-frontpage .imp-links {
		border-top-left-radius: unset;
		border-top-right-radius: unset;
		 
	}
	.path-frontpage .training-box .item-list .date {
		width: 20%;
	}
	.path-frontpage .events-details ul > li > a {
    width: 360px;
	}
	.path-frontpage .imp-links .read-more{
		bottom:19px
	}
	.path-frontpage .js-drupal-fullcalendar .fc-header-toolbar{padding-left: 0px}
	  .path-frontpage .imp-links div#block-views-block-important-links-block-1-2 {
    overflow: auto;
    height: 306px;
}
}

@media (min-width: 768px) and (max-width: 991px){
		.path-frontpage .five-t-sec .sec-second .icon {
		padding-bottom: 7px;
	}
	.path-frontpage .training-box{margin-top: 20px;height: 465px}
	.path-frontpage .events-details {
    height: 376px;}
	.path-frontpage .block-views-blockabout-us-block-2{height: auto;}
	.path-frontpage .investment-col:before{top:20px}
	.path-frontpage .investment-col{margin-bottom: 15px;margin-top: 20px;}
	.path-frontpage .mCustomScrollBox {height: 412px !important;}
	.path-frontpage .about-sec .training-box .read-more-btn{
		bottom: 15px; }
	.path-frontpage .content-invetment{flex: 1 1 auto;min-height: 467px;
    max-height: 467px;}
	.path-frontpage .about-sec .training-box .read-more-btn {
			bottom: 17px;
			margin: 5px 10px 0 0;
		}
	.path-frontpage	.five-t-sec .sec-second a{font-size: 54%}
	.path-frontpage .social-section .social-box{margin-bottom: 20px}
	.path-frontpage .imp-links li:last-child {
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
     }
	.path-frontpage .imp-links {
		border-top-left-radius: unset;
		border-top-right-radius: unset; 
		margin-bottom: 20px;
	}
	.path-frontpage .training-box .item-list .date {
		width: 27%;
	}
	.path-frontpage .events-details ul > li > a {
    width: 360px;
	}
	.path-frontpage .imp-links .read-more{
		bottom:19px
	}
	.path-frontpage .js-drupal-fullcalendar .fc-header-toolbar{padding-left: 0px}
	 .path-frontpage .imp-links div#block-views-block-important-links-block-1-2 {
    overflow: auto;
    height: 306px;
}
}
@media (min-width: 992px) and (max-width: 1024px){
.path-frontpage .five-t-listing li a{font-size: 90%}	


	.path-frontpage .block-views-blockabout-us-block-2{ }
	.path-frontpage .five-t-sec .sec-second a {
    font-size: 74%;	
}
.path-frontpage .events-details ul li .date{width: 31%}
.sec-second ul li a{max-width: 170px}
.path-frontpage .mCustomScrollBox {height: 344px !important;}
.path-frontpage .mCustomScrollBox {
    height: 346px !important;
}
.path-frontpage .content-invetment {
    /* min-height: 465px; */
    /* max-height: 465px; */
}
.path-frontpage .about-sec .know-more { 
     
	
}
.path-frontpage .imp-links div#block-views-block-important-links-block-1-2 {
    overflow: auto;
    height: 328px;
}
}

@media (min-width: 1025px) and (max-width: 1180px){
	.path-frontpage .block-views-blockabout-us-block-2{ }
	.path-frontpage .social-section .social-box ul li{flex:1 1 auto;flex-grow:unset;width: 46%}
	.path-frontpage .js-drupal-fullcalendar .fc-header-toolbar .fc-left button, .js-drupal-fullcalendar .fc-header-toolbar .fc-right button
	{font-size: 12px}
	.path-frontpage .five-t-sec .sec-first .five-t-logo {
    float: none;
    width: 100%;
    background-color: #3b96c3;
    display: flex;
    justify-content: center;
	}
	.path-frontpage .content-invetment {
    /* min-height: 465px; */
    /* max-height: 465px; */
}
.path-frontpage .mCustomScrollBox {
    height: 338px !important;
}
.path-frontpage .imp-links div#block-views-block-important-links-block-1-2 {
    overflow: auto;
    height: 328px;
}
}
@media (min-width: 1181px) and (max-width: 1280px){ 
.path-frontpage .five-t-listing li {
    margin: 0 0px;
}
.path-frontpage .mCustomScrollBox {
    height: 351px !important;
}
.path-frontpage .imp-links div#block-views-block-important-links-block-1-2 {
    overflow: auto;
    height: 328px;
}
}
@media (min-width: 1281px) and (max-width: 1365px){ 
 
.path-frontpage .mCustomScrollBox {
    height: 351px !important;
}
}
@media (min-width: 1366px) and (max-width: 2560px){ 
 
.path-frontpage .mCustomScrollBox {
    height: 351px !important;
}
}
/* End Responsive */
/* Animation */
.aos-all {
  /* width: 1000px; */
  /* max-width: 98%; */
  /* margin: 10vh auto 0 auto; */
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}
/* End Animation */
/* Edit 10Feb */
.Co-operation.path-contact-us #block-swftwo-content .field-content ul li {
    display: flex;
}
.Co-operation.path-contact-us #block-swftwo-content .field-content ul {
    float: left;
    width: 50%; 
}
.Co-operation.path-contact-us div#block-swftwo-content .field-content p {
    float: left;
    width: 50%;
}
.Co-operation.path-contact-us div#block-swftwo-content .field-content p iframe {
    width: 100%;
    height: 55vh;
    border: 1px solid #333;
}
.Co-operation.path-contact-us #block-swftwo-content .field-content ul li:nth-child(1):before {
    content: "\f015";
    font-family: FontAwesome;
}
.Co-operation.path-contact-us #block-swftwo-content .field-content ul li br {
    display: none;
}
.Co-operation.path-contact-us #block-swftwo-content .field-content ul li:before {
    margin-right: 8px;
    color: #0176bf;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
}
.Co-operation.path-contact-us #block-swftwo-content .field-content ul li:nth-child(2):before {
    content: "\f095";
    font-family: FontAwesome;
}
.Co-operation.path-contact-us #block-swftwo-content .field-content ul li:nth-child(3):before {
    content: "\f1ac";
    font-family: FontAwesome;
}
.Co-operation.path-contact-us #block-swftwo-content .field-content ul li:nth-child(4):before {
    content: "\f0e0";
    font-family: FontAwesome;
}
/* Edit 16feb 22*/
.Works.Department.path-design-planning-and-investigation-roads-wing .block-system-main-block .swf-three-grid div {
    display: flex;
    float: left;
    width: 50%;
    margin-bottom: 7px;
}
.Works.Department.path-design-planning-and-investigation-roads-wing .block-system-main-block .swf-three-grid header { 
    padding-bottom: 12px;
}
.Works.Department.path-design-planning-and-investigation-roads-wing .block-system-main-block .swf-three-grid a:before {
    content: '\f138';
    font-family: 'FontAwesome';
    color: #737373;
    padding-right: 9px;
    font-size: .78em;
}
.Works.Department.path-design-planning-and-investigation-roads-wing .block-system-main-block .swf-three-grid a
{transition: .3s;
font-size: 90%;
    color: #055696;
	}
.Works.Department.path-design-planning-and-investigation-roads-wing .block-system-main-block .swf-three-grid a:hover
{transition: .3s;padding-left: 6px}	

/* 22feb 22*/
.path-more .views-element-container table caption{display: table-caption; caption-side: top; padding: 5px 0;  color: #343434;font-weight: 600;}
.path-more .scroll-table1,
.block-views-blockwater-department-notification-category-wise-data-block-9 .scroll-table1,
.path-water-resources .scroll-table1,
.Water.Resources.path-publication .scroll-table1
{overflow-x: auto}
.path-more .scroll-table1 table th#view-counter-table-column,
.path-more .scroll-table1 table th#view-counter-table-column--2,
.path-more .scroll-table1 table th#view-counter-table-column--3,
.path-more .scroll-table1 table th#view-counter-table-column--4,
.path-more .scroll-table1 table th#view-counter-table-column--5,
.path-more .scroll-table1 table th#view-counter-table-column--6,
.block-views-blockwater-department-notification-category-wise-data-block-9 table th#view-counter-table-column,
.path-water-resources .scroll-table1 table th#view-counter-table-column,
.Water.Resources.path-publication .scroll-table1 table th#view-counter-table-column {
    width: 5%;
}
.Water.Resources.path-publication .block-system-main-block .scroll-table1 table th#view-nothing-table-column,
.path-water-department-notification .scroll-table1 table th#view-nothing-table-column {
    width: 18%;
}
/* edit 08 march 22*/
.Water.Resources #block-departmentofwaterresourcesmenu ul#superfish-department-of-water-resources-me li:last-child ul li:nth-child(2) ul li:nth-child(1) ul,
.Water.Resources #block-departmentofwaterresourcesmenu ul#superfish-department-of-water-resources-me li:last-child ul li:nth-child(3) ul li:nth-child(4) ul {
    left: auto !important;
    width: 11em !important;
    right: 100% !important;
}

.Water.Resources #block-departmentofwaterresourcesmenu ul.sf-menu .sf-no-children a:hover{background-color: #539ee9}
.Water.Resources #block-departmentofwaterresourcesmenu ul.sf-menu .sf-depth-2 span.nolink:hover{background-color: #539ee9;}

.Water.Resources #block-departmentofwaterresourcesmenu ul.sf-menu .sf-depth-3.sf-no-children a:hover{background-color: #1d83eb}
.Water.Resources #block-departmentofwaterresourcesmenu ul.sf-menu .sf-depth-3 span.nolink:hover{background-color: #1d83eb;}

.Water.Resources #block-departmentofwaterresourcesmenu ul.sf-menu .sf-depth-4 a:hover{background-color: #225d98;}
.path-finance-circulars-mdrafm .shs-container .shs-widget-container:nth-child(2):before {
    content: 'Sub-category';
}

#webform-submission-fisheries-job-chart-feedback-add-form{
	margin-top:20px;
}
#webform-submission-fisheries-job-chart-feedback-add-form input, #webform-submission-fisheries-job-chart-feedback-add-form select,
#webform-submission-fisheries-job-chart-feedback-add-form textarea{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 50%;
	margin-bottom:15px!important;
}
#webform-submission-fisheries-job-chart-feedback-add-form label{
	display:block;
}
#webform-submission-fisheries-job-chart-feedback-add-form fieldset.webform-composite-hidden-title{
	margin:0px;
}
#webform-submission-fisheries-job-chart-feedback-add-form .intl-tel-input.allow-dropdown input, 
#webform-submission-fisheries-job-chart-feedback-add-form .intl-tel-input.allow-dropdown input[type=tel].intl-tel-input.allow-dropdown input, 
#webform-submission-fisheries-job-chart-feedback-add-form .intl-tel-input.allow-dropdown input[type=tel]{
	padding-left:52px;
}
#webform-submission-fisheries-job-chart-feedback-add-form .select2-container--default .select2-selection--single {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ced4da!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	height:36px;
	margin-bottom:15px;
}
#webform-submission-fisheries-job-chart-feedback-add-form .select2-container{
	width:50%!important;
}
#webform-submission-fisheries-job-chart-feedback-add-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 4px;
}
#webform-submission-fisheries-job-chart-feedback-add-form textarea{
	margin-bottom:0px!important;
}
#webform-submission-fisheries-job-chart-feedback-add-form .form-submit{
	width:auto;
	background-color:#216db9!important;
	color:#fff;
	margin-top:10px;
	padding:6px 20px;
}
#webform-submission-fisheries-job-chart-feedback-add-form .form-actions{
	width:50%;
	text-align:right;
}
select#edit-job-category-fish {
    display: none;
}
.path-fisheries-job-chart .views-exposed-form .form-item {
  width: 30%;
  margin: 0;
}


.social-box ul{
    background-color: transparent !important;
    text-align: right;
  }
  .social-box ul.quicktabs-tabs {
    margin-top: -42px;
    display: block;
    z-index: 999999;
    position: absolute;
    right: 11px;
  }
  .social-box ul.quicktabs-tabs li a{
    padding: 10px;
    width: 40px;
    height: 40px;
    cursor:pointer;
    font-size: 0%;
  }
  .social-box ul.quicktabs-tabs li:nth-child(1) a{
    content: url("../images/facebook.svg");
    background-color: #4b69b1;
  }
  .social-box ul.quicktabs-tabs li:nth-child(2) a{
    content: url("../images/instagram.svg");
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );   
  }
  .social-box ul.quicktabs-tabs li:nth-child(3) a{
    content: url("../images/twitterx.svg");
    background-color: #2bb2e1;
    border-radius: 0 15px 0 0;    
  }      
  .icon-bar {
    position: fixed;
    top: 85%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.25%;
    z-index: 9999999;
  }
  @media screen and (min-width: 1367px){
  .ph-vh-border, .imp-links, .social-box {
    height: 430px !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .social-section .social-box ul li {
    flex-grow: 0;
    float: left;
    width: 33.33% !important;
  }
  .social-box ul.quicktabs-tabs li{
    height: 42px;
  }
  .social-box ul.quicktabs-tabs {
    margin-top: -44px;
    display: block;
    z-index: 999999;
    position: absolute;
    right: 14px;
  }
}
@media (min-width: 320px) and (max-width: 412px) {
  .path-frontpage .social-section .social-box h3 {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
}
.social-box .content  {   width: 341px;
    right: 17px;
    position: absolute;
}

.pulsex { 
    -webkit-animation: pulse 400ms infinite alternate;   
    animation: pulse 400ms infinite alternate;
    padding: 2px 10px;
    width: 50px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
    color: red;
    text-align: center;
    height: 19px;
    line-height: 14px;
	
	
}

 @keyframes blink {
            0% { background-color: #006eea; }
	100% { background-color: #ff0000; } 
        }

        .blinking-text {
            /*
												text-align: center;
            margin-top: 20%;
            font-size: 24px;
            color: green;
												*/
            /*animation: blink 1s infinite;*/
			
			-webkit-animation: pulse 400ms infinite alternate;   
    animation: blink 400ms infinite alternate;
			padding: 2px 10px;
    width: 50px;
    border-radius: 20px;
		font-size: 12px;
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    height: 19px;
    line-height: 14px;	
        }


