.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: initial;
    color:rgba(232, 129, 110,0.8);
    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 20px; 
  }
}
.header .header-main{
  padding-bottom: 5px;
}
.topbar {
  background: #e8816e;
  color: #000;
  padding: 0;
  overflow: hidden;
}

.topbar .topbar-left {
  background: none;
  /* background: linear-gradient(120deg , transparent 4%, #cc3333 0%); */
  color: #fff;
  padding: 1px;
  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(160deg , transparent 25%, #082c46 0%);
  padding: 1px 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: #082c46;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
}

.topbar .topbar-right:before {
  content: '';
  width: 1000px;
  height: 100%;
  background: #082c46;
  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: #082c46;
}
.topbar-information ul li {
  font-size: 12px;
  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: #082c46;
}
.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{
    background:#fff;
}
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;
}
.4team-block .4team-image {
  position: relative;
  text-align: center;
}
.4team-block .4team-image img {
  border: 1px solid rgba(175, 199, 55, 0.84);
}
.4team-block .4team-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.4team-block .4team-image .box-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 9;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.4team-block .4team-name {
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  line-height: 24px;
  font-size: 16px;
}
.4team-block .4team-body {
  color: #fff;
}
.4team-block .4team-job {
  font-size: 12px;
  color: #999999;
}
.4team-block .socials {
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.4team-block:hover .4team-image:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.4team-block:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.4team-grid-2 .views-row {
  margin-bottom: 30px;
}
.4team-grid-2 .views-row:last-child {
  margin-bottom: 0;
}
.4team-grid-2 .4team-block .4team-content {
  text-align: center;
}

.4team-grid .4team-block {
  margin-bottom: 30px;
}

.4team-list .4team-block .4team-image {
  width: 35%;
  float: left;
}
.4team-list .4team-block .4team-content {
  padding-left: 30px;
  width: 65%;
  float: left;
}
.4team-list .4team-block .4team-content .4team-body {
  display: block !important;
  visibility: visible !important;
  padding: 10px 0;
}

.4team-single-page .4team-name {
  margin-bottom: 30px;
}
.4team-single-page .4team-name .name {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 42px;
}
.4team-single-page .4team-name .job {
  font-size: 12px;
  color: #999999;
}
.4team-single-page .4team-name .line {
  text-align: center;
  float: left;
}
.4team-single-page .4team-name .line span {
  width: 100px;
  height: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
  margin: 0 5px;
}
.4team-single-page .4team-name .line span.one {
  background: black;
  margin-left: 0;
}
.4team-single-page .4team-name .line span.second {
  background: yellow;
}
.4team-single-page .4team-name .line span.three {
  background: red;
  margin-right: 0;
}
.4team-single-page .socials {
  margin-top: 10px;
}
.4team-single-page .heading {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.4team-single-page .4team-contact {
  margin-bottom: 25px;
}
.4team-single-page .4team-contact .content-inner, .4team-single-page .4team-education .content-inner {
  color: #999999;
  font-size: 13px;
  line-height: 28px;
}
.4team-single-page .4team-education .field__item {
  padding-left: 20px;
  position: relative;
}
.4team-single-page .4team-education .field__item:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #afc737;
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}
.4team-single-page .4team-info {
  margin-bottom: 30px !important;
}
.4team-single-page .4team-quote {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
.4team-single-page .4team-quote:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #afc737;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 767px) {
    .site-branding__slogan {
        font-size: 10px;
    }
    .site-name a {
        font-size: 11px;
    }
    .site-branding__name{
    font-size:11px;
}
}

