@font-face {
  font-family: 'AVANTGA';
  src: url(fonts/unicode.avantgd.ttf);
}

@font-face {
  font-family: 'Simsun';
  src: url(fonts/Simsun.ttf);
}


body{
  overflow-x: hidden;
}

strong{
  color: #007a33;
}

table strong{
  color:#007a33;
}

a:hover{
  color:#007a33 !important;
  text-decoration: none;
}

.sitemap h4{
  font-size: 20px;
  font-family: Helvetica, 'Simsun';
  font-weight: 100;
}

.sitemap li{
  list-style: none;
}

.sitemap a{
  color:#fff !important;
}

.sitemap a:hover{
  color:#fff  !important;
  text-decoration: none;
}

.gold{
  color: #469eb5 !important;
}

.green{
  color: #007a33;
}


.white{
  color: #fff;
}

.white a{
  color: #fff;
}

.green-border-bottom{
  border-bottom: 1px solid #95cb87;
}

.green-bg{
  background-color: #007a33;
}

.lightgreen-bg{
  background-color: #e5e9df;
}

.grey-bg{
  background-color: #f3f3f3;
}

.white-text{
  color:#fff !important;
}

.black{
  color:#000000 !important;
}

.grey{
  color:#626262 !important;
}

.header{
  width: 100%;
  margin-bottom: 0;
  top:0;
  height: 180px;
  position: fixed;
  z-index: 999;
  background-color: #fff;
}

.fix-header{
  background-color: #fff;
  border-bottom: 5px solid #007a33;
}
.header-container{

}
.biglogo{
  padding:10px 0px;
  margin-left: 80px;
}
.biglogo img{
  width: auto;
  height: 120px;
}
.hamburger{
  background-color: #007a33;
  z-index: 3;
  color: #fff;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 36px !important;
  text-align: center;
}

.hamburger a{
  color:#fff !important;
  text-align: center;
  line-height: 36px !important;
}

.hamburger a:hover{
  color:#fff !important;
}
.topleft_helper{
  display: none;
  margin-left: 0px;
}
.topright_helper{
  margin-right: 0px;

}

.bottomright_nav{
  position: relative;
  overflow-x: visible;
  width:100%;
  background-color: #007a33;
  padding: 0px;
  margin: 0px;
}

/* Hide the link that should open and close the topnav on small screens */
.bottomright_nav .icon {
    display: none;
}

.color-bull{
  margin-left: 12px;
  margin-right: 4px;
  font-size: 12px;
  line-height: 24px;
  color: #000;
}

.lang-bar{

    font-size: 12px;
    color: #000;
    line-height: 24px;
}

.lang-bar a{
  color: #000;
}

.lang-box {

  line-height: 24px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 4px;
  padding-left:4px;
  padding-right:4px;
  width:24px;
  height: 24px;
  color: #000;
  background-color: #95cb87;;

}
.lang-box a{
  color: #fff !important;
}
.lang-box a:hover{
  text-decoration: none;
}
.active{
    color: #fff;
    background-color: #00843d;
}

.active a{
color: #fff !important;
  text-decoration: none;
}

.flex{
  display: flex;
}

.align-right{
  text-align: right;
}

.nav-active{
  background-color: #24ba7c !important;
  color: #fff !important;
}

.nav-sub{
  background-color: #00843d !important;
  color: #fff !important;
}

.nav-sub:hover{

    background-color: #24ba7c !important;
    color: #fff !important;
}

.navbar-text{
  color: #fff;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 80px;
  font-family: Helvetica, 'Roboto Condensed', 'Simsun';
  border-top: 0px solid transparent;
}

.navbar-text:hover{

  background-color: #24ba7c;
  color: #fff !important;
}


.divider{
  line-height: 28px;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;

  padding-top:0px;
}

.menu-item .dropdown-toggle::after {
    display:none;
}

.submenu{
  position: fixed;
  top:180px;
  z-index: 3;
  width: 100%;
  background-color: #333;
  opacity: 0.7;
}

.sub-menu-bar{
  color: #000;
}
.sub-menu-bar a{
  color: #000;
}

.sub-menu-bar ul{
  list-style: none;
}

.submenu-container{

}
.submenu a{
  color:#fff !important;
}

.submenu .nav-link:hover{
  background-color: #333;
  color: #007a33;
}

.submenu .nav-link:focus{
  background-color: #333;
  color: #007a33;
}

.submenu .nav-link{
  background-color: #333;
  color: #007a33;
}

.margin-top180{
  margin-top: 180px;
}

.content-window{
  position: relative;
  width: 100%;
  text-align: center;
}

.content-window h2{
  color:#000;
  font-family: 'AVANTGA', 'Simsun';
}

.content-window p{
  color:#000;
  font-size: 1rem;
  font-weight: lighter;
  font-family: Helvetica, Roboto:100, 'Simsun';
}


.bottomright_nav li:nth-child(2) {
  display: none;
}
.submenu-item{
  display: none;
}

.banner_1{
  background: url("../img/banner_1.jpg");
  height: 560px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 1;
}

.banner_2{
  background: url("../img/banner_2.jpg");
  height: 560px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 1;
}
.banner_3{
  background: url("../img/banner_3.jpg");
  height: 560px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 1;
}
.banner_4{
  background: url("../img/banner_4.jpg");
  height: 560px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 1;
}
.banner_5{
  background: url("../img/banner_5.jpg");
  height: 560px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 1;
}

.topimage2{
  background: url("../img/top2.png");
  height: 320px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 1;
}

.sub_banner{
  height: 320px;
  width: 100%;

  position: relative;
  top: 0;
  z-index: 1;
}

.sub_banner_1{

    background: url("../img/top_1.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.sub_banner_2{

    background: url("../img/top_1.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.sub_banner_3{

    background: url("../img/top_1.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.sub_banner_4{

    background: url("../img/top_1.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.sub_banner_5{

    background: url("../img/top_1.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.sub_banner_6{

    background: url("../img/top_1.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.bottom-arrow{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.bottom-arrow .icon{
  height: 36px;
  width: 36px;

  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
}

.slogan{
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Roboto Condensed', 'Simsun';
  color:#fff;
  letter-spacing: 8px;
  padding: 160px 30px 10px 30px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

  .slogan-back{
    color:#fff !important;
    font-size: 26px;
    line-height: 26px;
    width:40vw;
    height:auto;
    padding: 5px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Roboto Condensed', 'Simsun';
    letter-spacing: 0px !important;
    font-weight: 100 !important;
    background-color: rgba(36,186,124,0.7) !important;
  }

.slogan h1{
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  position: absolute;
  top:100px;
  left:5%;
  right:5%;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
}

.slogan h3{
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  position: absolute;
  left:5%;
  right:5%;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
}

.slogan2{
  background-color: rgba(36,186,124,0.7) !important;
  width: auto;
  height:auto;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 100;
  font-family: 'AVANTGA','Simsun';
  color:#fff;
  font-size: 28px;
  line-height: 28px;
  padding: 20px 30px 10px 30px;
	position: absolute;
  right:0;
  top:120px;
  margin-left: auto;
  margin-right: 8em;
	z-index: 100;
}

.title-line{
  border-bottom: 3px solid #007a33;
  width: 40px;
  height: 40px;
}

.new-container{
  padding-left: 0%;
  padding-right: 0%;
}

.new-container2{
  padding-left: 0%;
  padding-right: 0%;
}

.bg-heading{
  color: #f3f3f3 !important;
  font-size: 120px !important;

  font-weight: bold !important;
  font-family: 'AVANTGA','Simsun' !important;
}

.small-bg-heading{
  font-size: 80px !important;
}

.heading{
  color: #000;
  font-size: 50px;
  width:100%;
  text-align: center;
  margin-top: -50px;
    font-weight: normal !important;
    font-family: 'AVANTGA','Simsun' !important;
}

.small-heading{

  font-size: 40px !important;
}

.more-button{

    color: #fff;
  line-height: 24px;
  height: 24px;
  width: 80px;
  font-weight: bold;
  font-family: Helvetica,'Roboto','Simsun';
  background-color: #469eb5;
  border: 2px solid #469eb5;
}

.more-button:hover{
  background-color: #fff;
  border: 2px solid #469eb5;
  color: #469eb5;

}

.more-button-green{
  color: #000;
line-height: 40px;
height: 40px;
width: 80px;
font-weight: normal;
font-size: 1.2em;
font-family: Helvetica,'Roboto,''Simsun';
background-color: #fff;
border: 2px solid #007a33;
text-decoration: none;
cursor: pointer;
}

.more-button-green-active{
  background-color: #007a33;
  border: 2px solid #007a33;
  color: #fff;
  line-height: 40px;
  height: 40px;
  width: 80px;
  font-weight: normal;
  font-size: 1.2em;
  font-family: Helvetica,'Roboto,''Simsun';
  text-decoration: none;
  cursor: pointer;
}

.more-button-green:hover{
  background-color: #007a33;
  border: 2px solid #007a33;
  color: #fff;
}

.arrow-padding{
  margin-top: 80px;
}

.small-more{
  width: 100% !important;
  text-align: center;
}

.x-divider{
  width:100%;
  border-bottom: 1px solid #cccccc;
}

.footer{
  background-color: #333333;
  height:auto;
  color: #ffffff;
  font-size: 14px;
}

.footer a{
  color:#ffffff;
}
.arrow-button {
  position: relative;
}
.arrow-button .icon-up{
  height: 48px;
  weight: 48px;
  color: #469eb5;
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);             /* W3C compliant browsers */
}

.arrow-button .icon{
  height: 48px;
  weight: 48px;
  color: #469eb5;

}

.milestone-img{
  width:auto;
  max-width: 100%;
  height: 216px;
  object-fit: contain;
}

.milestone-stack{
  border: 2px solid #cccccc;
  background-color: #cccccc;
  min-height: 52px;
  height: auto;
  color: #000000;

}

.milestone-stack-show{
  display: flex;
}

.milestone-stack-hide{
  display: none !important;
}

.milestone-stack:hover{
  border: 2px solid #007a33;
  background-color: #007a33;
  color: #fff;
}
.milestone-stack-month{
  font-size: 28px;
  font-family: Helvetica, Roboto:100,'Simsun';
  background-color: #fff;

}

.milestone-stack:hover .milestone-stack-month{
  color:#007a33 !important;
}
.milestone-stack-month span{

    font-size: 24px;
}
.milestone-stack-desc{
  font-size: 0.8em;
  text-align: left;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 24px;        /* fallback */
   max-height: 48px;       /* fallback */
}
.milestone-stack-desc-long{
  font-size: 0.8em;
  text-align: left;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5; /* number of lines to show */
   line-height: 24px;        /* fallback */
   max-height: 120px;       /* fallback */
}

.milestone-date{
  font-size: 35px !important;
  color: #007a33 !important;
  font-family: Helvetica, 'Simsun', Roboto:100 ;
}

.latest-news-card{
  border: 0px solid transparent;
}

.latest-news-card .card-header{
  background-color: transparent;
  border-bottom: 0px solid transparent;
  font-size: 1.6em;
  padding: 0;
}

.latest-news-card .card-body{
  padding: 0;
}
.latest-news-card .highlight-box{
  background-color: #007a33;
  color: #fff;
  padding:8px;
}
.latest-news-card p{
  font-size: 1em;
}

.thick-divider{
  width:100%;
  background-color: #333333;
  color: #469eb5;
  font-family: Helvetica, Roboto,'Simsun';
  line-height: 60px;
  font-weight: 100;
  font-size: 1.5em;
}

.structure{
  width:100%;
}

.inline-photo{
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.pie{
  width: 25%;
  height: auto;
}

.overview{
  color: #626262;
  font-family: Helvetica, 'Simsun';
  text-align: left;
}

.overview img{
  width:100%;
  height: auto;
}

.overview p{
  font-family: Arial, 'Simsun';
  font-size: 13px;
  color: #626262;
}

.overview a{
  color: #626262;
}

.overview h4{
  color:#626262;
  font-family: Helvetica, 'Simsun';
  font-size: 20px;
}

.overview ul {
  list-style: none; /* Remove default bullets */
}

.overview ul li::before {
  content: "\025AA";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #24ba7c; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  margin-bottom: -21px;
}

.business-overview-card{
  border: none;
  text-align: left;
}
.business-overview-card img{
  width:auto;
  height:100%;
}

.business-overview-card .card-header{
  background-color: transparent;
  padding: 0;
  border-bottom: none;

}

.business-overview-card .card-body{
  padding: 0;
}
.business-overview-card p{
  font-size: 0.85em;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 20px;        /* fallback */
   max-height: 40px;       /* fallback */
}
.grouplink{
  border: 1px solid #fff;
  font-weight: normal;
  font-size: 1em;
  width:100%;
  background-color: #999999;
}

.big-margin-top{
  margin-top: 80px;
}
.profile-box{
  border-bottom: 0px solid #fff;
}
.profile-text{
  line-height: 2em;
  font-size: 0.85em !important;
}

.profile-text a{
  color:#007a33;
}

.profile-text a:hover{
  color:#007a33;
  text-decoration: underline;
}

.profile-images-group{
  text-align: left;
}

.profile-images-bg{
  margin-top: 60px;

  width:100%;
  height: auto;
}

.profile-image-small{
  margin-top: -600px;
  width:160px;
  height: 160px;
  border-bottom:5px solid #fff;
  border-right:5px solid #fff;
}

.subnav a{
  color:#333333 !important;
  font-size: 20px;
}
.subnav li:hover{
  background-color: #007a33;
}
.subnav a:hover{
  color:#fff !important;
}

.subnav .active{
  border-bottom: 2px solid #007a33;
}

.directors-margin-top{
    margin-top: 240px;
}

.directors{
}

.directors .card{
  border: 1px solid #007a33;
  display:block;
}

.directors .card-active svg{
  background-color: #007a33;
}
.directors .card-active path{
  fill: #fff;
}

.directors .card-text{
  font-size: 0.75em;
  line-height: 1.25em;
}

.directors svg{
  height: 60px;
  width: 60px;
  padding-top: 8px;
  border-radius: 50%;
  border: 1px solid #007a33 !important;
  background-color: #fff;
  margin-top: -30px;
  color: #666666;
}
.quick-nav{
  font-size: 0.8em;
}
.quick-nav a{
  color:#007a33;
}

.sticky-top{
  position:sticky;
  float: right;
  bottom:16px;
  right:16px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 24px;
  padding-top: 4px;
  font-size: 24px;
  background-color: #007a33;
  color: #fff;
}

.projects{
  width: 300px;
  height: 200px;
  padding: 0px;
  cursor: pointer;
}

.projects img{
  width: 100%;
  height: 200px;
}

.projects .projects-desc{
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  position: absolute;
  height: 48px;
  bottom: 0;
  color:#fff;
  font-size: 0.8em;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 24px;        /* fallback */
   max-height: 48px;       /* fallback */
}

.projects-pagination a{
  color:#007a33;
}

.projects-pagination a:hover{
  background-color:#007a33;
  color: #fff;
}

.map{
  width: 100%;
  height: 600px;
}

.col-img{
  width:100%;
  height: auto;
}

.project-tabs{
  margin-left: 5%;
  margin-right: 5%;
}
.project-tabs p{
  font-size: 1.1em;
  font-family: Helvetica, Roboto,'Simsun';
  font-weight: 100;
}

.project-tabs ul,li{
  font-size: 1em;
  font-family: Helvetica, Roboto,'Simsun';
  font-weight: 100;
}


.projects-card{
  border: none;
}
.projects-card .card-header{
  background-color: transparent;
}
.projects-card .card-header a{
  color: #007a33;
}

.projects-card h4{
  font-size: 1em;
}
.projects-card p{
  font-size: 1em;
}
.recruit-card .card-header{
    background-color: transparent;
    color: #007a33;
}
.recruit-card p{
  font-size: 1em;
}

.ir-overview-text{
  color: #000 !important;
}

.ir-overview-text:hover{
  color: #007a33 !important;
}

.ir-overview-img{
  height: auto;
  max-height: 240px;
}

.table-head-bg{
  background-color: #8aafb8;
}

.table-content-bg{
  background-color: #e4eee2;
}

.blue-text{
  color:#419eb6;
  font-weight: bold;
}

.milestone-image{
  width:100%;
  padding-right: .5rem !important;
  padding-top: .5rem  !important;
  padding-bottom: .5rem !important;
  margin-left: 3rem !important;
}

.wind-show{
  display: block;
}

.wind-hide{
  display: none;
}

.margin-top-goup{
  margin-top:-40px;
}


.container3{
  padding-left: 0;
  padding-right: 0;
}

.special-line{
  border-bottom: 3px solid #24ba7c;
}

.little-circle{
  border-radius: 50%;
  border: 3px solid #24ba7c;
  background-color: #fff;
  width:30px;
  height:30px;
  margin-bottom:-15px;
}
@media screen and (max-width: 1201px) {
  .container3{
    padding-left: 5%;
    padding-right: 5%;
  }
    .header{
      height:180px;
    }

    .bg-heading{
      font-size: 80px !important;
    }

    .small-bg-heading{
      font-size: 48px !important;
    }

    .heading{
      font-size: 28px;
    }

    .nav-link{
      width:100%;
      text-align: left !important;
    }

    .nav-link:hover{
      color: #fff !important;
    }

    .nav-active{
      color: #fff !important;
    }
  .topimage{
  }

  .content-window{
  }

    .slogan-back{
      width:70vw;
      margin-top: auto;
      margin-bottom: auto;
    }

    .slogan h1{
      font-size: 24px;
      line-height: normal;
      top:100px;
      -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
    }

    .slogan h3{
      font-size: 24px;
      line-height: normal;
      -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
    }

  .bottomright_nav li:not(:first-child) {
    display: none;
  }
  .bottomright_nav li:nth-child(2) {
    display: none;
  }
  .bottomright_nav li.icon {
      display: block;
      position: absolute;
      top:0px;
      right: 0px;
  }

  .bottomright_nav.responsive {
    position: relative;
  }
  .bottomright_nav.responsive li.icon {
    position: absolute;
    top:0px;
    right: 0px;
  }
  .bottomright_nav.responsive li:not(:first-child):not(:nth-child(2)) {
    display: flex;
    width:100%;
    position: relative;
    top:72px;
    right: 0px;
    z-index: 100;
    background-color: #007a33;
  }

  .bottomright_nav.responsive a:first-child {
    color: #fff;
  }

  .bottomright_nav.responsive span{
    display: none;
  }
  .submenu-container{
    display: none;
  }
    .menu-item{
      display: block;
      width:100%;
      text-align: left;
    }
    .submenu-item{
      display: block;
      width:100%;
      position: relative;
      z-index: 100;
    }

      .arrow-padding{
        margin-top: 160px;
      }
}
@media screen and (max-width: 767px) {
  .biglogo{
    margin-left: 50px;
  }
  .new-container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .header{
    position: absolute;
    height:180px;
  }
  .bg-heading{
    font-size: 80px !important;
  }

  .small-bg-heading{
    font-size: 40px !important;
  }

  .heading{
    font-size: 28px;
  }
  .topimage{

  }
  .inline-photo{
    width:100%;
  }

  .pie{
    width:100%;
  }

  .slogan-back{
    width:70vw;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slogan h1{
    font-size: 24px;
    line-height: normal;
    top:60px;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
  }

  .slogan h3{
    margin-top: 60px;
    font-size: 24px;
    line-height: normal;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
  }
  .slogan2{
    margin-right: 0em;
  }
  .content-window h2{
    font-size: 32px;
  }

  .footer{
    height:auto;
    font-size: 12px;
    padding-bottom: 12px;
  }

  .bottomright_nav li:not(:first-child) {
    display: none;
  }
  .bottomright_nav li:nth-child(2) {
    display: none;
  }
  .bottomright_nav li.icon {
      display: block;
      position: absolute;
      top:0px;
      right: 0px;
  }

  .bottomright_nav.responsive {
    position: relative;
  }
  .bottomright_nav.responsive li.icon {
    position: absolute;
    top:0px;
    right: 0;
    width:100%;
    background-color: #007a33;
    text-align: right;
    padding-right: 8px;

  }
  .bottomright_nav.responsive li:not(:first-child):not(:nth-child(2)) {
    display: flex;
    width:100%;
    position: relative;
    top:36px;
    right: 0;
    z-index: 100;
    background-color: #007a33;
  }
  .bottomright_nav.responsive li:nth-child(2) {
    display: flex;
    width:100%;
    position: relative;
    top:36px;
    right: 0;
    z-index: 100;
    background-color: #007a33;
    padding-bottom: 0px;
  }
  .bottomright_nav.responsive a:not(:first-child) {
    color: #fff;
  }
  .bottomright_nav.responsive span{
    display: none;
  }

  .lang-bar-mobile{
    margin-top: -28px;
    z-index: 99;
  }

  .lang-bar-mobile a:hover{
    color: #fff !important;
  }

  .menu-item{
    display: block;
    width:100%;
  }

  .submenu-item{
    display: block;
    width:100%;
    position: relative;
    z-index: 99;margin-top: 0px;
  }
  .submenu-container{
    display: none;
  }
  .topleft_helper{
    display: none;
  }
  .topright_helper{
    display: none;
  }
  .lang-box a{
    color:#fff !important;
  }

  .active a{
    text-decoration: none;
  }

  .milestone-stack{
    height: 80px;
  }
  .projects{
    width: 300px;
    height: 200px;
    padding: 0px;
  }
  .projects img{
    width: 100%;
    height: auto;
  }

  .arrow-padding{
    margin-top: 260px;
  }
  .border-left{
    border-left: none !important;
    border-top: 1px solid #fff;
  }

  .business-overview-card img{
    width:100%;
    height: auto;
  }

  .view{

    height: auto;
  }

  .directors{
    display:block;
  }

}


.contact_details_seven {
  background: none;
  padding: 55px 0px 55px 0px;
}

.contact_details_seven .media {
  margin-top: 0px;
}

.contact_details_seven .media .media-body i {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #007a33;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 48px;
}

.contact_details_seven .media .media-body {
  vertical-align: middle;
}

.contact_details_seven .media .media-body p {
  font-size: 16px;
  padding-top: 16px;
  color: #007a33;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
}


.contact_seven_map .mapBox {
  min-height: 600px;
  width:100%;
}
