
/*------Breaking News-------*/
.block-breaking-news.breaking-news {
  margin-top: 5px;
  margin-bottom: 5px;
}
.block-breaking-news.breaking-news .main-breaking {
  padding: 8px;
  background: #f5f5f5;
}
.block-breaking-news.breaking-news .title {
  background: #222222;
  color: #fff;
}
.breaking-news .title {
  float: left;
  width: 150px;
  background-color: #fff;
  color: #000;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.block.no-title {
  border: none;
}
.block.no-title {
  margin-top: 0;
  border: none;
}
.breaking-news .block {
  margin-bottom: 0;
}
.breaking-news .block {
  overflow: visible;
  margin-bottom: 0;
}
.block {
  margin-bottom: 20px;
  overflow: hidden;
}
.init-carousel-owl[data-items*="1"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.breaking-news .init-carousel-owl {
  margin: 0;
    margin-right: 0px;
    margin-left: 0px;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel {
  background: none !important;
}
.owl-carousel {
  background: none !important;
}
.init-carousel-owl {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0,0);
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.init-carousel-owl[data-items*="1"] .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.init-carousel-owl .owl-item > .item {
  padding-left: 15px;
  padding-right: 15px;
}
.breaking-news .item {
  height: 28px;
  overflow: hidden;
  padding: 0;
    padding-right: 0px;
    padding-left: 0px;
}
.breaking-news .item .post-title {
  font-weight: 400;
  padding-left: 10px;
  display: block;
}

.breaking-news .item .post-title a {
  font-size: 13px;
  line-height: 29px;
  display: inline-block;
}
.node-detail ul {
  padding-left: 20px;
}
/*a {
  color: #111111;
  text-decoration: none;
}
a {
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.breaking-news .item .post-title {
  font-weight: 400;
}

/*****************************
* horizontal news ticker
******************************/

.ticker-wrapper-h{
  display: flex;  
  position: relative;
  overflow: hidden;
  border: 1px solid #ecefe9;
  z-index: 5;
}

.ticker-wrapper-h .heading{
  background-color: #076c34;
  color: #fff;
  padding: 2px 10px;
  flex: 0 0 auto;
  z-index: 1000;
}
.ticker-wrapper-h .heading:after{
  content: "";
  position: absolute;
  top: 0;
  border-left: 20px solid #076c34;
  border-top: 17px solid transparent;
  border-bottom: 15px solid transparent;
}


.news-ticker-h{
  display: flex;
  margin:0;
  padding: 0;
  padding-left: 90%;
  z-index: 999;
  
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tic-h;
  animation-duration: 30s;
  
}
.news-ticker-h:hover { 
  animation-play-state: paused; 
}

.news-ticker-h li{
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  padding-left: 20px;
}

.news-ticker-h li a{
  color: #2c713a;
  font-weight: bold;
}

@keyframes tic-h {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
 
 /* -----------Header title here------------*/

.block-title, .content-main .page-title {
  background: none;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}
.h2, .h2 {
  font-size: 24px;
}
.block-title > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  color: #3cad4d;
  padding: 0 0 13px;
  z-index: 9;
}
.block-title > span::before, .content-main .page-title > span::before {
  content: "";
  -webkit-box-shadow: 2px 2px 6px #3cad4d;
  box-shadow: 2px 2px 6px #3cad4d;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3cad4d;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-title > span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #076c34;
  font-family: "Montserrat", sans-serif;
}
 /*------------End Title Heading------------ */

   /*--------------Logo Area--------------*/
.header.header-v2 .header-main {
  background: #fff;
  padding: 0;
}
.header .header-main .header-main-inner {
  background: url("../images/top_banner.png") no-repeat center;
    background-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}
.header.header-v2 .block {
  overflow: visible;
}
.block.site-branding {
  margin-bottom: 0;
}
.block.no-title {
  border: none;
}
.header .site-branding {
  padding: 5px 0;
  width: 100px;
}
.block {
  margin-bottom: 5px;
  overflow: hidden;
}
.header a.site-branding-logo {
  background: none !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.block.no-title {
  margin-top: 0;
  border: none;
}
.header-right .block {
  margin-bottom: 0;
}
.header-right-inner .block-main-title ul {
  list-style: none;
  float: left;
  margin-top: 8px;
}
.ul {
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  padding: 0;
  margin-bottom: 0 !important;
}
.header-right-inner .block-main-title li.up-urt {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding-top: 5px;
  margin-top: 0px;
}
.header-right-inner .block-main-title li.up-org {
  margin-top: 15px;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 30px;
  color: #2e2e2e;
  text-align: center;
}

/*    --------------Slideshow-------------------*/
.widget {
  margin-bottom: 30px;
}
/*.block {
  margin-bottom: 20px;
  overflow: hidden;
}*/
.init-carousel-owl[data-items*="1"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel {
  background: none !important;
}
.owl-carousel {
  background: none !important;
}
.init-carousel-owl {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0,0);
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
element {
  width: 1170px;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* Light theme */
:root {
  --background-color: #f5f5f5;
  --text-color: #333;
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
}

/* Dark theme */
.dark-theme {
  --background-color: #333;
  --text-color: #f5f5f5;
}

/* Example of customizing the theme toggle button */
#theme-toggle {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
/*..............Tables........*/
.node-view-full {
  margin-bottom: 30px;
}
.block .block-title, .content-main .page-title {
  background: none;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable tbody tr td, table.dataTable thead th, table.dataTable tfoot th {
  padding: 8px !important;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
  border-color: #ddd;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}
table > thead > tr > th, .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.65;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
th {
  text-align: left;
}
td, th {
  padding: 0;
}

#atable {
  font-weight: 400;
}
table.dataTable {
  border-collapse: separate !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.dataTable tbody tr td, table.dataTable thead th, table.dataTable tfoot th {
  padding: 8px !important;
}
table.dataTable thead .sorting_desc::after {
  content: "\e156";
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}


.row.employees {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
 
}
.news-image {
  margin-left: 20px;
  margin-right: -15px;
}
.post-content-2 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.news-title h2 {
  font-size: 14px;

}
.head-title h1, h2 {
  font-size: 19px;
  color: #55606c;
  font-weight: 600;
  text-align: left;
  margin: 0 0 10px;
  text-transform: inherit;
}
ul.post-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*===============Dark Mode===================*/

/*-------------Resources-------------*/
.block {
/*  margin-bottom: 20px;*/
  overflow: hidden;
}
/*ul {
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
  margin-bottom: 0 !important;
}*/
.posts-list-number .item-list ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.item-list ul li.view-list-item {
  list-style-type: none;
  margin: 0 0 30px;
  overflow: hidden;
}
.posts-list-number .post-block {
  position: relative;
  min-height: 40px;
}
.posts-list-number .post-block .number {
  font-size: 20px;
  font-weight: 400;
  background: #076c34;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 11;
  margin-top: -20px;
  font-style: italic;
  line-height: 40px;
}
.posts-list-number .item-list ul li i {
  margin-right: 0px;
}

ul li i {
  margin-right: 3px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

.posts-list-number .post-block .number {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-style: italic;
  line-height: 40px;
}
.posts-list-number .item-list ul li i {
  margin-right: 0px;
}
.posts-list-number .post-block .post-title {
  padding: 0;
    padding-left: 0px;
  padding-left: 50px;
}

.posts-list-number .post-block .post-title a {
  display: block;
  font-size: 14px;
}
.post-block .post-meta {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}

.content-main .page-title > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  color: #3cad4d;
  padding: 0 0 13px;
  z-index: 9;
}
/* ---------------PC-Image---------------*/


/*....................End of PC-image...............*/