.flaglines{
    width: 100%;
  }
  .flaglines .black{
    display:block;
    height: 3px;
    background: black;
  }
  .flaglines .yellow{
    display:block;
    height: 2px;
    background: yellow;
  }
  .flaglines .red{
    display:block;
    height: 3px;
    background: red;
  }
  .flags{
  display:block;
  }
  
 .logo_wrap {
    float: left;
    display: table;
    padding-left: 15px;
    
  }
.site-branding__text{
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 800;
}
.site-branding__name{
    font-size:30px;
    line-height:initial;
}
.site-branding__slogan{
    font-size: 17px;
    text-transform: capitalize;
    color:#591c3e;
    margin-top:5px;
    font-weight:700;
}
.site-name a{
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-name a:hover{
  text-decoration: none;
}
.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  color: #666;
}
.right-header{
  max-width: 45%;
  flex:44%;
}
.loggo{
  max-width: 140px;
}
.topbar{
 padding: 5px 0;
}
@media (min-width: 992px) {
  .navigation .gva_menu > li > a {
    padding: 10px 35px; 
  }
}
.header .header-main{
  padding-bottom: 5px;
}
.topbar {
  background: #fff;
  color: #000;
  padding: 0;
  overflow: hidden;
}

.topbar .topbar-left {
  background: none;
  /* background: linear-gradient(120deg , transparent 4%, #cc3333 0%); */
  color: #fff;
  padding: 5px;
  text-align: left;
}

.topbar .topbar-left a {
  color: #000;
  font-weight: 600;
}

.topbar .topbar-left a:hover {
  color: #fff;
}

.topbar .topbar-right {
  background: linear-gradient(30deg , transparent 25%, #591c3e 0%);
  padding: 3px 0;
  position: relative;
  text-align: right;
}

@media (max-width: 991.98px) {
  .topbar .topbar-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 550px) {
  .topbar .topbar-right {
    display: none;
  }
}

.topbar .topbar-right:after {
  content: '';
  width: 1000px;
  height: 100%;
  background: #591c3e;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
}

.topbar .topbar-right:before {
  content: '';
  width: 1000px;
  height: 100%;
  background: #591c3e;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 9;
  display: none;
}

@media (max-width: 991.98px) {
  .topbar .topbar-right:before {
    display: block;
  }
}

.topbar ul {
  margin: 0 !important;
}

.topbar .block {
  margin: 0 !important;
}

.topbar .topbar-content-inner .topbar-content {
  position: relative;
}

.topbar .topbar-content-inner .topbar-content a {
  text-decoration: underline;
  color: #fff;
}

.topbar .topbar-content-inner .topbar-content a:hover {
  color: #591c3e;
}
.topbar-information ul li {
  font-size: 14px;
  color: #000;
  float: left;
  padding-left: 37px;
}

@media (max-width: 1199.98px) {
  .topbar-information ul li {
    padding-left: 15px;
  }
}

.topbar-information ul li i {
  margin-right: 10px;
  color:#000 !important;
}
.topbar-information > ul > li > i > a{
  color:#000 !important;
}
@media (max-width: 991.98px) {
  .topbar-information ul li:first-child {
    padding-left: 0 !important;
  }
}
header .header-info {
  margin-top: 10px;
}

header .header-info .header-icon {
  width: 36px;
  height: 40px;
  float: left;
  font-size: 30px;
  line-height: 1;
  padding-top: 6px;
  text-align: center;
}

header .header-info .header-icon span {
  height: 30px;
}

header .header-info .content-inner {
  padding-left: 40px;
  border-bottom: 2px dotted #fcb116;
  padding-bottom: 10px;
}

header .header-info .content-inner .title {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
  text-transform: capitalize;
}

header .header-info .content-inner .desc {
  font-size: 14px;
  color: #231f20;
}
.footer .footer-center{
  padding: 12px 0;
  background: #591c3e;
}
.pull-left-footer {
  float: left !important;
  padding-bottom:10px;
}
.text-left-footer {
  text-align: left;
}
.pull-right-footer {
  float: right !important;
  padding-bottom:10px;
}
.text-right-footer {
  text-align: right;
}

body.hidden-footer .footer-center {
  display: none !important;
}
body.copyright-fixed #footer {
  z-index: 999 !important;
}
body.copyright-fixed .copyright {
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 100%;
}

.footer {
  font-size: 14px;
  color: #fff;
  background: #252429;
  line-height: 28px;
}
.footer .footer-top .before-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}
.footer-top{
  background: #fff;
}
.footer .footer-center {
  padding: 20px 0;
}
.footer a {
  color: #bbbbbb;
}
.footer a:hover {
  color: #000;
}
.footer .block {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer .block .block-title:after, .footer .block .block-title:before {
  background: #fff !important;
}
.footer .block .block-title span {
  color: #fff  !important;
}
@media (max-width: 991px) {
  .footer .column {
    margin-bottom: 20px;
  }
}

body.footer-fixed .gva-body-page {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  body.footer-fixed .gva-body-page {
    margin-bottom: 0 !important;
  }
}
body.footer-fixed #footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  body.footer-fixed #footer {
    position: static;
  }
}

.copyright {
  background: #000;
}
.copyright a:hover {
  color: #000;
}
.copyright .copyright-inner {
  padding: 20px 0;
  border-top:1px solid #fff ;
}
.copyright .copyright-inner .block {
  margin: 0;
}
.footer .footer-center{
  padding: 20px 0 10px;
}
.block .block-title{
 text-transform: initial;
 padding-top: 20px;
 font-size: 14px;
}