.indicator-icon img {
    height: 60px;
    filter: brightness(0) invert(1);
}

/* header */
[dir="ltr"] .header .top-right-header {
    left: 0px;
    right: initial;
}
[dir="ltr"] .dropdown-content {   
  border-top-left-radius: 0px !important; 
  border-top-right-radius: 20px;
}
 
/* Home page */
[dir="ltr"] .services-boxes .service-box .service-box-title img {
    transform: rotate(180deg);
}
 
/* footer */
[dir="ltr"] .menu-title:after {        
  left: 0;
}
[dir="ltr"] footer .menu-item a img {        
  transform: rotate(180deg);
}
 
/* contact us page */
[dir="ltr"] .contact-us-form form { 
  margin-left: 0px; 
  margin-right: 20px;
  padding-bottom: 70px;
}
.contact-us-form form {
  padding-bottom: 70px;
}
[dir="ltr"] .contact-us-form input[type=submit] { 
  float: right;
}
 
/* News page */
[dir="ltr"] .news-section .news-box-date {
   border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    right: initial;
    left: 0;
}
.header.relative {
    position: fixed !important;
}
.header.relative {
    position: fixed !important;
}
.header.fixed-header .top-header {
    height: 0;
}
.header.fixed-header {
    padding-top: 20px;
    padding-bottom: 10px;
}

[dir="ltr"] .top-banner-text {font-size: 40px !important;}

.banner img.background-img {
    height: 300px !important;
    width: auto !important;
}

.banner .banner-container {
    max-width: 800px !important;
    align-items: center !important;
    gap: 50px;
}

[dir="ltr"] .banner .second-banner-text {
    font-size: 25px !important;
    font-weight: bold !important;
}

[dir="ltr"]  .banner-brief {
    font-size: 14px !important;
    padding: 0px !important;
}

.banner .banner-text {
    margin: 0px !important;
}

.banner .bck-video {
    opacity: 0.03 !important;
}

.banner {
    height: auto !important;
    padding-bottom: 110px !important;
}
.banner .banner-text {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
body:not(.home) {
    padding-top: 114px;
}
.news-section .news-box-text {
    padding: 25px;
    position: relative;
    font-family: "boldFont";
    height: 150px;
}
.services-page .top-banner .banner-container {
    padding-bottom: 30px !important;
}
.top-banner.topService {
    margin-top: 0px !important;
    padding-top: 20px !important;
}
.header .bottom-header-logo img {
    width: 200px !important;
}
.top-banner .bread-crombs {
    color: #fff !important;
}
footer .top-footer-right > .top-footer-menu:nth-child(2) .menu-item .menu-item-top {
    display: flex;
    flex-wrap: wrap;
}
footer .top-footer-right > .top-footer-menu:nth-child(2) .menu-item .menu-item-top a {
    width: 50% !important;
}
.top-footer-lift {
    flex-basis: 25% !important;
}
footer .top-footer-container {
    gap: 30px !important;
}
footer .menu-item a {
    max-width: unset !important;
}
article.contextual-region[data-quickedit-entity-id="node/368"] img , article.node[about="/dga/node/368"] img {
    max-width: 500px !important;
}

article.node[about="/dga/node/368"] .the-commission-tasks .main-tasks .task .task-number {
    width: 27px !important;
    height: 27px !important;
    font-size: 14px !important;
}

article.node[about="/dga/node/368"] .the-commission-tasks .main-tasks .task .task-text {
    font-size: 18px;
}

article.node[about="/dga/node/368"] .rich-text p {
    font-size: 18px;
}

article.node[about="/dga/node/368"] .international-structure .section-title.center {
    text-align: start !important;
}
.season_content {
    overflow-y: auto;
}
.content-desc>h3 {
    display: none;
}
article.node[about="/dga/node/368"] .the-commission-tasks .main-tasks .task {
    align-items: center;
    margin-top: 12px;
}
.usageimages-block {
    display: flex;
    align-items: center;
}
.usageimages-container {
    justify-content: center;
}
.statimage {
    max-width: 100% !important;
}
@media (max-width: 991px){
  .usageimages-block {
      flex-basis: 100%;
  }
}