
.wrapper .mid-nav .logo a img.beta-dlas-aksamity-com {
    width: 110px
}
.dlas_header{
  padding: 14px 0px !important;
}
.wrapper .top-nav .right-panel li{
  padding: 5px 12px;
}
.wrapper .mid-nav .logo a img{
  float: none;
}
.wrapper.light-header .top-nav .right-panel li.cog-dropdown > a, .wrapper .top-nav .right-panel li a {
  color: #fff !important;
  border: 0px !important;
}
.wrapper.light-header .top-nav .right-panel li .dropdown-menu a.bg-default {
  color: #ffffff !important;
  background: #285a0e;
}
.logo-title{
  text-align: center;

}
.wrapper .top-nav {
  background: var(--bg-top-nav);
  position: relative;
}
.wrapper .top-nav .right-panel li {
  border-right: 1px solid #3b9f07;
}
.wrapper .mid-nav .logo a{
font-family: Tahoma;
text-transform: uppercase;
}
.wrapper .mid-nav .logo span{
  font-size: 18px !important;
  text-transform: uppercase;
}
.wrapper .mid-nav .logo a{
  font-size: 18px !important;
}
.top-nav .search_box.dropdown-menu {
  right: 0;
  left: auto !important;
  padding: 30px 20px!important;
  min-width: 16rem!important;
  background-color: var(--search-bg) !important;
  top:9px !important;
}

.wrapper .top-nav .right-panel li.search-bar  .dropdown-menu {
  left: auto !important;
}
.search_box input[type=submit] {
  padding: 5px 10px;
  border-radius: 50% !important;
  background: var(--bg-green);
  color: #fff;
  position: absolute;
  right: -15px;
  top: 0px;
}
.view-filters .button {
  display: inline-block;
  padding: 5px 20px;
  background: var(--bg-green);
  color: #ffffff;
}
.filter-title {
  background: var(--filter-bg);
  padding: 12px 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 0px;
  font-weight: bold;
}
.merge_section{
    background:#FFF5EB url('../images/first-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 0px 0px;
}
.inner_page{
  background:var(--inner-bg) url('../images/inner-page.png');

  background-size: cover;
  padding: 24px 0px 24px;
}
.second-row{
  padding: 24px 0px 0px;
}
.circular-wrapper {
  /* border-radius: 5px;
  box-shadow: 0px 0px 15px #0c60951f;
    -webkit-box-shadow: 0px 0px 15px #0c60951f;
    -moz-box-shadow: 0px 0px 15px #0c60951f;
    padding: 20px; */
    background: transparent;
}
#second-section{
 
padding: 65px 0px 0px;
}
#last-section{
    background: #FFF5EB url('../images/last-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 0px 45px 0px;
}
.body-content nav{
  margin-bottom: 20px;
}
.body-content nav:last-child{
  margin-bottom: 0px;
}
nav h2 {
    font-size: 18px;
    line-height: 21px;
    background: transparent;
    border-radius: 10px 10px 0px 0px;
    color: var(--black);
    padding: 0px 0px 10px;
    margin-bottom: 0;
    font-weight: 900;
    position: relative;
}
section nav h2::after {
    content: ' ';
    width: 70px;
    line-height: 18;
    display: block;
    text-align: center;
    position: absolute;
    height: 2px;
    background-color: var(--bg-orange);
    bottom:7px;
    
   
  }
  section .nav-link {
    display: block;
    padding: 6px 0px;
}
  .row-flex {
    display: flex;
    flex-wrap:wrap;
  }
  .body-content {
    height: 100%;
    background-color: var(--bg-white);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
    box-shadow: 0px 0px 7px #00000024;
    -webkit-box-shadow: 0px 0px 7px #00000024;
    -moz-box-shadow: 0px 0px 7px #00000024;
   position: relative;
  }

  .body-content:before, 
  .body-content:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
    border-radius: 5px;
 
}  
   .body-content:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-bottom: 4px solid #118805a6;
    border-top: 4px solid #ff9935c7;
}
.body-content:after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  border-right: 4px  solid #118805a6 ;
  border-left: 4px solid #ff9935c7;
}  
.body-content:hover:before{
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.body-content:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.body-content ul li{
  line-height: 15px;
  padding:5px 0px ;
}
  .body-content ul li a{
    color: var(--black);
    line-height: 20px;
    margin-left: 5px;
  }
  .body-content .card-body{
    z-index: 9;
    position: inherit;
  }
  .card-body nav{
    width: 100%;

  }
  .card-body ul.nav{
  margin-left: 14px
}
   .body-content ul li::marker {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: flex;
    margin-left: 0em;
    margin-right: 7px;
    float: left;
    color: #8d8d8d;
   }
  .scroll_message{
    background: var(--bg-white);
    border-radius: 8px; 
    padding-left: 10px;
    display: block;
    position: relative;
  }
  .bn-news ul li a{
    color: var(--black);
  }
  .pp-news {
    padding-right: 0px;
  }
  .pp-news > div{
    background: var(--bg-white);
    padding: 10px 5px;
    border-radius: 8px;
    text-align: center;
  }
  .pp-news > div a{
    color:var(--black);
  }
  .pp-news > div a >span{
    color: var(--orange);
  }

  .live_webcast > div{
    background: var(--bg-green);
    border-radius: 8px;
    text-align: center;
    
    padding: 10px 5px;
  }
  .live_webcast a{
    color: #fff;
    font-style: italic;
    font-size: 16px !important;
  }
  .bn-controls button:last-child{
    border-radius: 0px 8px 8px 0px;
  }

  .page-title-area {
    background-color: var(--title-bg);
    color:var(--white);
    padding: 30px 0px;
  }
  .page-title-area a{
    opacity: 0.8;
  }
  .page-title h2, .page-title h2 span {
    font-size: 28px;
 padding: 0px;
  }

  .card-listing .tab-view {
    float: right;
    border: 1px solid var(--bg-green);
    color: var(--text-green);
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px!important;
    line-height: 17px;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
    width: 90px;
}
  footer {
    background: url('../images/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-top{
  background-color: transparent;
  position: relative;
  padding: 20px 0px;
}
.footer-top::before{
  content: ' ';
  position: absolute;
  background-color: #15260C;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.footer-bottom {
  background:#000;
  color: #fff;
}
.return-to-top .fa {
  margin: 15px 17px;
  color: rgb(255, 255, 255);
  font-size: 1.5em !important;
}
table thead {
  background: var(--thead-green);
}
.table tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd){
  background-color: var(--bg-white);
}
.table tbody tr:nth-of-type(even), table tbody tr:nth-of-type(even),
.table tbody tr:hover, table tbody tr:hover  {
  background-color: var(--td-gray);
}
.return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--bg-orange)

  }
  nav.pager{
    margin-bottom: 20px;
  }
  .view-display-id-page_1 .card-listing{
background-color: var(--bg-white);
padding: 20px 0px;
border-radius: 8px;
box-shadow: 0px 0px 7px #00000024;
-webkit-box-shadow: 0px 0px 7px #00000024;
-moz-box-shadow: 0px 0px 7px #00000024;
  }
  .card-listing ul li:nth-child(odd) {
    background-color: var(--bg-white);
} 
.card-listing ul li:nth-child(even) {
  background-color: var(--lightgrey);
}
.block-lang-dropdown select{
       background: #fff;  
      color: #000000;
      height: auto;
      padding: 4px 5px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 2px
}
.social_media p{
  color: #fff;
}
.social_media a {
  margin-right: 10px;
}
.social_media{
  margin-top: 16px;
  padding-left: 20px;
}
.social_media a > i{
  background: #fff;
    border-radius: 100%;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding-left: 5px;
}
.social_media  ul li{
  float: left;
}

.facebook , .facebook:hover{
  color: #084c9de6;
}
.twitter, .twitter:hover{
  color: #499be9;
}
.youtube, .youtube:hover {
  color:#ff0000;
}
input[type='date']::-webkit-calendar-picker-indicator {
  background: transparent;
  background: url('../images/calendar.png');
  background-repeat: no-repeat;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: 20px;
 
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}
.views-field-field-date1,.views-field-field-date{
  width: 100px;
} 
.pager .pager__items li.pager__item.is-active a{
  background-color: var(--title-bg);
}
.pager .pager__items li a:hover {
  background-color: var(--title-bg);
}
body.path-search form.search-form .form-submit {
  background-color: var(--title-bg);
}
.btn-primary:hover{
  background: var(--bg-green);
  border-color: transparent;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background: var(--bg-green);
  border-color: transparent;
}
.read_more,.read_less{
  color: var(--black);
  font-weight: bold;
  cursor: pointer;
}