html #header.header-transparent .header-body {
  background-color: rgba(255, 255, 255, 0.55);
}
html #header .header-top {
  border-bottom: none;
}
html #header .dropdown-mega-sub-nav .dropdown-item {
  white-space: normal;
}
/*@media (min-width: 992px) {
  html #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
  html #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu {
    top: auto;
    bottom: 0;
  }
  html #header .scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
  }
}*/
html.sticky-header-active #header .header-top {
  border-bottom: 1px solid #EDEDEE;
}
.header-logo img {
  width: auto;
  /*height: 35px;*/
  /*height: 40px;*/
  height: 65px;
}
div.main {
  /*
    .section#aboutus {
        .img-fluid {
            margin-top: 70px;

            // &.img-about {
            //     left: 40px;
            //     width: 380px;
            //     height: 250px;
            //     margin-top: 80px;

            //     position: absolute;
            //     background-position: top center;
            //     background-size: cover;
            //     background-repeat: no-repeat;
            // }
        }
    }
    */
}
div.main.about section.about-desc {
  margin-bottom: 90px;
}
@media (max-width: 575px) {
  div.main.about section.about-desc {
    margin-bottom: 0;
  }
}
div.main.about section .about-img,
div.main.about section .about-img-back {
  position: absolute;
  width: 450px;
  top: -190px;
  left: 50%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.main.about section .about-img {
  height: 450px;
  margin-left: -225px;
  z-index: 7;
}
@media (max-width: 1200px) {
  div.main.about section .about-img {
    height: 410px;
  }
}
@media (max-width: 991px) {
  div.main.about section .about-img {
    height: 325px;
    width: 340px;
    margin-left: -170px;
    top: -155px;
  }
}
@media (max-width: 767px) {
  div.main.about section .about-img {
    height: 255px;
    width: 260px;
    margin-left: -130px;
    top: -110px;
  }
}
@media (max-width: 575px) {
  div.main.about section .about-img {
    display: none;
  }
}
div.main.about section .about-img-back {
  background-color: white;
}
div.main.about section .about-img-back:nth-child(2),
div.main.about section .about-img-back:nth-child(5) {
  height: 320px;
  z-index: 3;
}
@media (max-width: 1200px) {
  div.main.about section .about-img-back:nth-child(2),
  div.main.about section .about-img-back:nth-child(5) {
    height: 325px;
  }
}
div.main.about section .about-img-back:nth-child(3),
div.main.about section .about-img-back:nth-child(4) {
  height: 380px;
  z-index: 5;
}
@media (max-width: 1200px) {
  div.main.about section .about-img-back:nth-child(3),
  div.main.about section .about-img-back:nth-child(4) {
    height: 370px;
  }
}
div.main.about section .about-img-back:nth-child(2) {
  margin-left: -520px;
}
@media (max-width: 1200px) {
  div.main.about section .about-img-back:nth-child(2) {
    margin-left: -460px;
  }
}
div.main.about section .about-img-back:nth-child(3) {
  margin-left: -370px;
}
@media (max-width: 1200px) {
  div.main.about section .about-img-back:nth-child(3) {
    margin-left: -340px;
  }
}
div.main.about section .about-img-back:nth-child(4) {
  margin-left: -80px;
}
@media (max-width: 1200px) {
  div.main.about section .about-img-back:nth-child(4) {
    margin-left: -110px;
  }
}
div.main.about section .about-img-back:nth-child(5) {
  margin-left: 70px;
}
@media (max-width: 1200px) {
  div.main.about section .about-img-back:nth-child(5) {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  div.main.about section .about-img-back {
    display: none;
  }
}
div.main.about section .about-strategy p {
  color: white;
  opacity: 0.6;
}
div.main.about section.strength li .fa-check,
div.main.about section.industry li .fa-check,
div.main.about section.service li .fa-check {
  align-self: flex-start;
  margin-top: 5px;
}
div.main.about section.about-foot .card-body p {
  position: relative;
  min-height: 170px;
}
div.main.about section.about-foot .card-body p a {
  position: absolute;
  left: 0;
  bottom: 0;
}
div.main.about section.about-foot .card-body h4 {
  display: block;
  white-space: normal;
  word-wrap: break-word;
}
