.flaglines{
    width: 100%;
  }
  .flaglines .black{
    display:block;
    height: 3px;
    background: #cc3333;
  }
  .flaglines .yellow{
    display:block;
    height: 2px;
    background: #ffff33;
  }
  .flaglines .red{
    display:block;
    height: 3px;
    background: #336699;
  }
  .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: 20px;
    text-transform: capitalize;
    color:#336699;
    margin-top:5px;
    font-weight:700;
}
.site-name a{
  font-size: 30px;
  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 18px; 
  }
}
.header .header-main{
  padding-bottom: 5px;
}
.topbar {
  background: #baaa93;
  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(120deg , transparent 4%, #3869ad 0%);
  padding: 5px 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: yellow;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
}

.topbar .topbar-right:before {
  content: '';
  width: 1000px;
  height: 100%;
  background: #336699;
  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: #336699;
}
.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;
}
.body{
 font-family: "Montserrat",sans-serif;    
}
