@font-face {
  font-family: 'Latobold';
  src: url("../fonts/lato/lato-bold/Lato-Bold.eot");
  src: url("../fonts/lato/lato-bold/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-bold/Lato-Bold.woff2") format("woff2"), url("../fonts/lato/lato-bold/Lato-Bold.woff") format("woff"), url("../fonts/lato/lato-bold/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Latolight';
  src: url("../fonts/lato/lato-light/Lato-Light.eot");
  src: url("../fonts/lato/lato-light/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-light/Lato-Light.woff2") format("woff2"), url("../fonts/lato/lato-light/Lato-Light.woff") format("woff"), url("../fonts/lato/lato-light/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Latoregular';
  src: url("../fonts/lato/lato-regular/Lato-Regular.eot");
  src: url("../fonts/lato/lato-regular/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-regular/Lato-Regular.woff2") format("woff2"), url("../fonts/lato/lato-regular/Lato-Regular.woff") format("woff"), url("../fonts/lato/lato-regular/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Latosemibold';
  src: url("../fonts/lato/lato-semibold/Lato-Semibold.eot");
  src: url("../fonts/lato/lato-semibold/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-semibold/Lato-Semibold.woff2") format("woff2"), url("../fonts/lato/lato-semibold/Lato-Semibold.woff") format("woff"), url("../fonts/lato/lato-semibold/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@keyframes navSlideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes navSlideDown {
  from {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

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

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

a {
  text-decoration: none !important;
}

body {
  font-size: 16px;
  font-family: "Latoregular", sans-serif;
  overflow-x: hidden;
}

.common-head {
  color: #000000;
  font-family: "Latobold", sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.line {
  background-color: #f9c446;
  display: block;
  height: 2px;
  width: 68px;
  margin: 8px auto;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 28px 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header .navbar-inverse {
  background-color: transparent;
  margin: 0;
  border: 0;
  min-height: auto;
  border-radius: 0;
}

header .navbar-inverse .navbar-brand {
  padding: 0;
  height: auto;
}

header .navbar-inverse .navbar-collapse {
  float: right;
}

header .navbar-inverse .navbar-collapse li {
  padding: 28px 25px;
}

header .navbar-inverse .navbar-collapse li:last-child {
  padding-right: 0;
  padding-left: 0;
}

header .navbar-inverse .navbar-collapse li a {
  color: #fff;
  padding: 0;
}

header .navbar-inverse .navbar-collapse li a::before {
  -webkit-transition: max-width 0.2s ease-out;
  transition: max-width 0.2s ease-out;
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  color: #fff;
}
.boost-block .inner-box .icon-box{
  width: 80%;
  margin: 0 auto;
}
header .navbar-inverse .navbar-collapse li a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #f9c446;
  -webkit-transition: width .3s;
  transition: width .3s;
}

header .navbar-inverse .navbar-collapse li a:hover {
  color: #f9c446;
}

header .navbar-inverse .navbar-collapse li a:hover::after {
  width: 100%;
}

header .navbar-inverse .navbar-collapse li.active a {
  background-color: transparent;
}

header .navbar-inverse .navbar-collapse li.active a:hover {
  background-color: transparent;
  color: #f9c446;
}

header .navbar-inverse .navbar-collapse li.active a::after {
  content: '';
  display: block;
  width: 100% !important;
  height: 3px;
  background: #f9c446;
  -webkit-transition: width .3s;
  transition: width .3s;
}

header.header-fixed {
  background-color: #fff;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

header.header-fixed .navbar-collapse li a {
  color: #000000;
}

header.header-fixed .navbar-collapse li.active a {
  color: #000000;
}

header.menu-active {
  width: 100%;
  opacity: .96;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 999;
  border-radius: 0;
  transition: all .5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 0;
  position: fixed;
  height: 400px;
}
header.menu-active .navbar-brand .logo{
    display:none !important;
}
header.menu-active .navbar-brand .logo1{
    display:block !important;
}
header.menu-active .navbar-collapse li a {
  color: #fff;
}

header.menu-active .drop-down.menu-active > a {
  color: #f9c446 !important;
}

header.navSlideDown {
  animation-name: navSlideDown;
  -webkit-animation-name: navSlideDown;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

header .panel {
  position: fixed;
  -webkit-animation: fadein ease-in 1;
  animation: fadein ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  background-color: transparent;
  color: white !important;
  padding-top: 30px;
  display: none;
}

/*header .panel.aboutPanel {*/
/*  margin-left: -34.4rem;*/
/*}*/

/*header .panel.business-panel {*/
/*  margin-left: -9.4rem;*/
/*}*/

header .panel li {
  padding: 4px 0px !important;
}

header .panel li a {
  color: #fff !important;
}

header .panel li a::after {
  display: none !important;
}

header .panel li a:hover {
  color: #f9c446 !important;
}

header .panel .subHead {
  padding: 3rem 0 1rem 0;
}

header .panel .subHead span {
  height: 2.8rem;
  width: 19.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

header .panel hr.subHeadBorder {
  width: 55rem;
  color: #666;
  border-top: 1px solid #4c4b4b;
  margin-top: 0;
  margin-left: 0rem;
  margin-bottom: 10px;
}

header .panel .liItems {
  padding: .5rem 0 .5rem .1rem;
  font-weight: 300;
  text-align: left;
  color: #fff;
  width: 20rem;
}

header .panel .horizonIn {
  display: inline;
}

header .panel .horizonIn a {
  font-family: "Latobold", sans-serif;
}

header .panel .liItems {
  padding: .5rem 0 .5rem .1rem;
  font-weight: 300;
  text-align: left;
  color: #fff;
  width: 20rem;
}

header .panel ul li {
  padding: 0 0 20px !important;
  display: inline-block;
}

header .drop-down.menu-active .panel {
  display: block;
}

#banner-beauty {
  position: relative;
}

#banner-beauty .carousel-caption {
  right: 20%;
  left: 6%;
  padding-bottom: 30px;
  text-align: left;
}

#banner-beauty .banner-content {
  position: absolute;
  left: 6%;
  right: 0;
  margin: 0 auto;
  top: 218px;
  text-align: left;
}

#banner-beauty .banner-content h1 {
  color: #fff;
  font-family: "Latobold", sans-serif;
  font-size: 33px;
  line-height: 37px;
  margin-bottom: 10px;
}

#banner-beauty .banner-content p {
  font-family: "Latolight", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
  width: 28%;
}

#banner-beauty .banner-content a.btn {
  background-color: #f9c446;
  color: #fff;
  margin-top: 12px;
}

#banner-beauty .banner-content a.btn span {
  padding-right: 10px;
}

#usp {
  padding: 92px 0;
}

#usp .u-box {
  margin: 0 auto;
  width: 85%;
}

#usp .u-box .common {
  float: left;
  width: 25%;
  padding: 0 15px;
}

#usp .u-box .common .box {
  background-color: #053d32;
  border-radius: 10px;
  height: 150px;
  padding: 5px;
}

#usp .u-box .common .box .circle {
  position: relative;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background-color: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -42px;
  margin: 0 auto;
  padding: 0 5px;
}

#usp .u-box .common .box .usp-content {
  margin-top: -25px;
}

#usp .u-box .common .box h3 {
  color: #fff;
  font-size: 13px;
  font-weight: "Latobold", sans-serif;
}

#usp .u-box .common .box p {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

#news-room {
  background-image: url(../img/n-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 148px 0 50px;
}

#news-room .line {
  background-color: #053d32;
  margin-bottom: 22px;
}

#news-room .news-tap {
  width: 85%;
  margin: 0 auto;
}

#news-room .nav {
  float: left;
  width: 20%;
  border-right: 2px solid #ffe14b;
}

#news-room .nav li a {
  background-color: #fff;
  border-bottom: 2px solid #f9c446;
  color: #000000;
  font-family: "Latobold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 26px 15px;
  text-align: center;
}

#news-room .nav li.active a {
  background-color: #f9c446;
}

#news-room .nav li:last-child a {
  border-bottom: 0;
}

#news-room .tab-content {
  float: left;
  width: 80%;
  height: 378px;
  background-color: #f9c446;
  padding: 36px 42px;
}

#news-room .tab-content .box .media-left {
  width: 50%;
}

#news-room .tab-content .box .media-right {
  width: 44%;
  padding-left: 20px;
  height: 310px;
  overflow: hidden;
}

#news-room .tab-content .box .media-right img {
  width: 100%;
}

#news-room .tab-content p {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 22px;
}

#news-room .tab-content p:last-child {
  margin-bottom: 0;
}

#our-mission {
  background-image: url(../img/n-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 0;
  background-color: rgba(5, 61, 50, 0.9);
}

#our-mission h1 {
  color: #fff;
}

#our-mission p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 2px;
}
#community-content .box .media-left {
    vertical-align:middle;
}
#community-content .box .media-left img{
    width:200px;
}


#our-client {
  padding: 30px 0;
}

#our-client h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 10px;
}

#our-client .c-detail {
  position: relative;
}

#our-client .c-detail .item {
  margin-right: 0 !important;
}

#our-client .c-detail .slideControls a {
  display: block;
  position: absolute;
  top: 35%;
  cursor: pointer;
}

#our-client .c-detail .slideControls a i {
  font-size: 130px;
  color: #f9c446;
}

#our-client .c-detail .slideControls a.slidePrev {
  left: 0;
}

#our-client .c-detail .slideControls a.slideNext {
  right: 0;
}

#our-client .c-detail .lSAction {
  display: none !important;
}

#our-core {
  padding: 72px 0 30px;
}

#our-core h1 {
  color: #000000;
  font-size: 27px;
  line-height: 30px;
}

#our-core .o-left {
  padding-top: 20px;
}

#our-core .o-left h2 {
  top: 60px;
  font-family: "Latobold", sans-serif;
  position: absolute;
  left: -50px;
  font-size: 96px;
  color: rgba(7, 90, 74, 0.17);
}

#our-core .o-right {
  padding-top: 20px;
}

#our-core .o-right ul {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}

#our-core .o-right ul li {
  padding-bottom: 2px;
  text-align: right;
}

#our-core .o-right ul li a {
  display: inline-block;
  color: #000000;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 26px;
  background-color: transparent !important;
  padding: 10px 62px 10px 40px;
  text-align: right;
}

#our-core .o-right ul li a:hover {
  background-color: transparent;
}

#our-core .o-right ul li.active a {
  border-bottom: 2px solid #f9c446;
  color: #075a4a;
}

#our-core .o-right .tab-content {
  display: table-cell;
  width: 60%;
}

#our-core .o-right .tab-content .p-img {
  position: relative;
}

#our-core .o-right .tab-content .p-img.active::after {
  content: '';
  position: absolute;
  left: 0;
  border: 5px solid #f9c446;
  height: 90%;
  width: 90%;
  top: 0;
  margin: 5%;
}

#our-core .o-right .tab-content img {
  width: 100%;
}

#careers {
  padding: 40px 0;
}

#careers h1 {
  color: #000000;
  font-family: "Latobold", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}

#careers p {
  color: #000000;
  font-family: "Latolight", sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
}

#about-us {
  padding: 30px 0 50px;
  background-color: #f5f5f5;
}

#about-us h1 {
  color: #000000;
  font-family: "Latobold", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}

#about-us p {
  color: #757575;
  font-family: "Latolight", sans-serif;
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 34px;
  width: 80%;
  margin: 0 auto;
}

#about-us .lSAction {
  display: none !important;
}

#about-us .slideControls a {
  position: absolute;
  top: 72%;
  height: 30px;
  width: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#about-us .slideControls a i {
  color: #053d32;
}

#about-us .slideControls a.slidePrev {
  left: -30px;
}

#about-us .slideControls a.slideNext {
  right: -30px;
}

#about-us .item {
  padding: 10px;
}

#about-us .item .p-img {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#about-us .item .p-img::before, #about-us .item .p-img::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

#about-us .item .p-img::before {
  top: 0;
  left: 0;
}

#about-us .item .p-img::after {
  bottom: 0;
  right: 0;
}

#about-us .item .p-img:hover {
  color: #f9c446;
}

#about-us .item .p-img:hover::before, #about-us .item .p-img:hover::after {
  width: 100%;
  height: 100%;
}

#about-us .item .p-img:hover::before {
  border-top-color: #f9c446;
  border-right-color: #f9c446;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

#about-us .item .p-img:hover::after {
  border-bottom-color: #f9c446;
  border-left-color: #f9c446;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

#about-detail {
  padding: 60px 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 0 50%;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/about-us/1.jpg);
  position: relative;
}

#about-detail::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#about-detail .circle {
  width: 200px;
  height: 200px;
  border: 2px solid #f3f3f3;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#about-detail .circle::before, #about-detail .circle::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

#about-detail .circle:hover {
  color: #053d32;
}

#about-detail .circle:hover i, #about-detail .circle:hover p {
  color: #053d32;
}

#about-detail .circle::before, #about-detail .circle::after {
  top: 0;
  left: 0;
}

#about-detail .circle::before {
  border: 4px solid transparent;
}

#about-detail .circle:hover::before {
  border-top-color: #053d32;
  border-right-color: #053d32;
  border-bottom-color: #053d32;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

#about-detail .circle::after {
  border: 0 solid transparent;
}

#about-detail .circle:hover::after {
  border-top: 4px solid #053d32;
  border-left-width: 4px;
  border-right-width: 4px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: border-left-width 0s linear 0.35s,
 -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s,
 -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s,
 border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s,
 border-left-width 0s linear 0.35s,
 -webkit-transform 0.4s linear 0s;
}

#about-detail .circle::before, #about-detail .circle::after {
  border-radius: 100%;
}

#about-detail .circle i {
  font-size: 50px;
  padding-bottom: 30px;
  color: #757575;
}

#about-detail .circle p {
  font-family: "Latolight", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #757575;
}

#about-detail .sub-para {
  color: #fff;
  font-weight: "Latobold", sans-serif;
  font-size: 17px;
  line-height: 26px;
  padding-top: 40px;
  width: 80%;
  margin: 0 auto;
}

#contact {
  padding: 30px 0 50px;
  background-color: #f5f5f5;
}

#contact .c-left {
  padding-right: 15px;
}

#contact .c-right {
  padding-left: 15px;
}

#contact .c-right form {
  padding: 15px 0px 32px;
}

#contact .c-right form .form-group {
  position: relative;
  margin-bottom: 30px;
}

#contact .c-right form .form-group span {
  position: absolute;
  top: 13px;
  left: 15px;
}

#contact .c-right form .form-group label.error {
  background: #000 !important;
  padding: 2px 6px;
  border-radius: 0 !important;
  position: absolute;
  -webkit-box-shadow: 1px 1px 1px #aaaaaa;
          box-shadow: 1px 1px 1px #aaaaaa;
  color: #fff;
  font-size: 10px;
  top: 38px;
  left: 0;
  z-index: 6;
}

#contact .c-right form .form-group label.error::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #333;
  position: absolute;
  top: -7px;
}

#contact .c-right form .form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 1px solid #d4d8da;
  outline: none;
  height: 48px;
  padding: 6px 40px;
}

#contact .c-right form .btn {
  background-color: #053d32;
  color: #fff;
  font-size: 15px;
  height: 42px;
  padding: 6px 30px;
  margin-top: 18px;
}

#contact h1 {
  color: #000000;
  font-family: "Latobold", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}

#contact h3 {
  color: #000000;
  font-family: "Latobold", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#contact p {
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px;
}

#contact .main-support {
  top: 30px;
}

#contact .support {
  padding: 30px;
  text-align: center;
  margin-left: 0;
  margin-bottom: 4.7619%;
}

#contact .support .second {
  border-right: 1px solid #8c8c843b;
  border-left: 1px solid #8c8c843b;
}

#contact .support h4 {
  font-size: 20px;
  letter-spacing: .3px;
  line-height: 24px;
  margin-bottom: 16px;
}

#contact .support .image-circle {
  border: 8px solid #f5f5f5;
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

#contact .support p {
  font-size: 16px;
  margin-top: 25px;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: "Latolight", sans-serif;
  font-style: normal;
}

#contact .support .para {
  font-weight: 400;
  color: #0065FF;
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 16px;
}

#contact .support .para a:active, #contact .support .para a:hover {
  text-decoration: underline;
}

#contact .support .button {
  margin-top: 15px;
  text-decoration: none;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  padding: 7px 10px;
  font-weight: 500;
  -webkit-appearance: none;
  border: 1px solid #f9c446;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

#contact .support .button:active, #contact .support .button .button:hover {
  background-color: #EBECF0;
  border-color: #0052CC;
  color: #0052CC;
}

.contact-us-popup .close {
  opacity: 1;
  z-index: 10;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  background: #d26609;
  right: 0;
  font-size: 26px;
  padding: 9px 14px;
  outline: none;
}

.contact-us-popup .modal-body {
  padding: 0;
}

.contact-us-popup .right-form {
  -webkit-box-shadow: 0px 1px 30px 13px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 30px 13px rgba(0, 0, 0, 0.26);
  background-color: #fff;
}

.contact-us-popup .right-form .o-box {
  background-color: #f58320;
  padding: 10px 22px;
}

.contact-us-popup .right-form .o-box h3 {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

.contact-us-popup .right-form .o-box h3 i {
  padding-right: 12px;
  line-height: 24px;
  position: relative;
  top: -2px;
}

.contact-us-popup .right-form form {
  padding: 15px 22px 32px;
}

.contact-us-popup .right-form form .form-group {
  position: relative;
}

.contact-us-popup .right-form form .form-group span {
  position: absolute;
  top: 7px;
}

.contact-us-popup .right-form form .form-group label.error {
  background: #000 !important;
  padding: 2px 6px;
  border-radius: 0 !important;
  position: absolute;
  -webkit-box-shadow: 1px 1px 1px #aaaaaa;
          box-shadow: 1px 1px 1px #aaaaaa;
  color: #fff;
  font-size: 10px;
  top: 38px;
  left: 0;
  z-index: 6;
}

.contact-us-popup .right-form form .form-group label.error::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #333;
  position: absolute;
  top: -7px;
}

.contact-us-popup .right-form form .form-group .form-control {
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #d4d8da;
  outline: none;
  height: 40px;
  padding: 6px 22px;
}

.contact-us-popup .right-form form .btn {
  background-color: #053d32;
  color: #fff;
  font-size: 15px;
  height: 42px;
  padding: 6px 30px;
  margin-top: 18px;
}

#community-content {
  background-image: url(../img/community/c-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.29);
  padding: 40px 0;
}

#community-content .box {
  background-color: #fff;
  margin: 0 auto;
  padding: 35px;
  width: 82%;
  position: relative;
}

#community-content .box p {
  color: #000000;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 24px;
  text-align: center;
}

#community-content .box::before {
  position: absolute;
  content: '';
  left: 44%;
  top: -112px;
  margin-left: -5px;
  border-width: 56px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

#community-content .box h3 {
  color: #053d32;
  font-size: 18px;
  line-height: 22px;
  font-family: "Latoregular", sans-serif;
  margin-bottom: 10px;
}

#community-content .box h6 {
  color: #053d32;
  font-size: 16px;
  line-height: 22px;
  font-family: "Latoregular", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#community-content .box ul {
  list-style: none;
  padding-left: 0;
}

#community-content .box ul li {
  color: #053d32;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

#community-content .box ul li::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #f9c446;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

#community-content .box ul li a {
  color: #f9c446;
}

#community-content h1 {
  margin: 20px 0;
}

#community-content .common {
  position: relative;
  
}
#community-content  h3{
    color: #053d32;
    font-size: 18px;
    line-height: 22px;
    font-family: "Latoregular", sans-serif;
    margin-bottom: 10px;
}
#community-content  p{
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 24px;
}
#community-content .common .common-content {
  position: relative;
}

#community-content .common .common-content a {
  display: block;
  position: relative;
  z-index: 1;
}

#community-content .common .common-content .common-title {
  background-color: #f9c446;
}

#community-content .common .common-content .common-title h5 {
  color: #053d32;
  font-family: "Latobold", sans-serif;
  padding: 12px 0;
  text-align: center;
}

#community-content .common .common-content .common-profile img {
  width: 100%;
}

#community-content .common .common-content:hover a::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(249, 196, 70, 0.8);
}

.business-popup .modal-header {
  background-color: #f9c446;
}

.business-popup .modal-header .close {
  opacity: 1;
  z-index: 10;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  background: #d26609;
  right: 0;
  font-size: 26px;
  padding: 15px 17px;
  outline: none;
  top: 1px;
}

.business-popup .modal-header h4 {
  color: #fff;
  font-family: "Latobold", sans-serif;
}

.business-popup .modal-body h3 {
  color: #053d32;
  font-size: 18px;
  line-height: 22px;
  font-family: "Latoregular", sans-serif;
  margin-bottom: 10px;
}

.business-popup .modal-body p {
  color: #053d32;
  font-size: 14px;
  line-height: 22px;
  font-family: "Latolight", sans-serif;
  padding-bottom: 20px;
}

.business-popup .modal-body h6 {
  color: #053d32;
  font-size: 14px;
  line-height: 22px;
  font-family: "Latoregular", sans-serif;
  margin-bottom: 10px;
}

.business-popup .modal-body ul {
  list-style: none;
  padding-left: 0;
}

.business-popup .modal-body ul li {
  color: #053d32;
  font-size: 14px;
  line-height: 22px;
  font-family: "Latolight", sans-serif;
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.business-popup .modal-body ul li::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #f9c446;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

.business-popup .modal-body ul li a {
  color: #f9c446;
}

.community-bg {
  margin-top: 20px;
  background-image: url(../img/community/c-bg-1.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.community-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(5, 61, 50, 0.6);
  content: '';
}

.community-bg.bg-two {
  background-image: url(../img/community/c-bg-2.png);
}

.community-bg.bg-three {
  background-image: url(../img/community/c-bg-3.png);
}

.community-bg.bg-four {
  background-image: url(../img/community/c-bg-4.png);
  margin-bottom: 20px;
}

.community-bg.bg-two::before, .community-bg.bg-four::before {
  background-color: rgba(249, 196, 70, 0.6);
}

.community-bg h3 {
  color: #fff;
  font-family: "Latobold", sans-serif;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
}

#newsroom {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

#newsroom .g-strip {
  height: 382px;
  background-color: #053d32;
  margin-bottom: 30px;
}

#newsroom .white-bar {
  height: 410px;
  background-color: #fff;
}

#newsroom .box {
  position: absolute;
  z-index: 11;
  top: 90px;
  background-color: #383838;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#newsroom .box .common {
  height: 211px;
  overflow: hidden;
}

#newsroom .box .common img {
  width: 100%;
}

#newsroom .box .common h1 {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 500;
}

#newsroom .box .common p {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

#newsroom .box .common .btn {
  border: 1px solid #fff;
  padding: 1px 12px;
  font-size: 12px;
  color: #fff;
  margin-top: 12px;
}

#newsroom .box .top .common:first-child {
  padding: 20px 28px 18px;
  background-color: #9a9a9a;
}

#newsroom .box .middle .common:nth-child(2) {
  background-color: #f9c446;
  padding: 20px 28px 18px;
}

#newsroom .box .middle .common:nth-child(2) p {
  text-align: center;
  color: #053d32;
  line-height: 18px;
  position: relative;
}

#newsroom .box .middle .common:nth-child(2) p i {
  position: absolute;
  font-size: 20px;
}

#newsroom .box .middle .common:nth-child(2) p .fa-quote-left {
  left: -16px;
  top: -6px;
}

#newsroom .box .middle .common:nth-child(2) p .fa-quote-right {
  right: 10px;
  bottom: -10px;
}

#newsroom .box .bottom .common:last-child {
  padding: 32px 28px 18px;
}

#group-structure {
  padding: 60px 0 40px;
}

#group-structure h5 {
  color: #053d32;
  font-size: 18px;
  font-family: "Latobold", sans-serif;
  line-height: 20px;
  position: relative;
  margin-bottom: 34px;
}

#group-structure h5:last-child {
  margin-bottom: 68px;
}

#group-structure .structure h3 {
  color: #053d32;
  font-size: 25px;
  font-family: "Latolight", sans-serif;
  line-height: 37px;
  position: relative;
  margin-bottom: 60px;
}

#group-structure h5::after, #group-structure .structure h3::after {
  position: absolute;
  content: '';
  width: 224px;
  height: 2px;
  background-color: #f9c446;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 38px;
}

#group-structure h5:last-child::after {
  position: absolute;
  content: '';
  width: 224px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 38px;
}

#group-structure .structure .common:last-child::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 212px;
  background-color: #f9c446;
  left: 0;
  right: 0;
  top: 30px;
}

#group-structure .s-box {
  width: 284px;
  height: 64px;
  border: 2px solid #f9c446;
  margin: 0 auto;
  margin-bottom: 40px;
}

#group-structure .common.first .s-box::after {
  position: absolute;
  content: '';
  width: 152px;
  height: 2px;
  background-color: #f9c446;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  top: 30px;
}

#group-structure .common.second .s-box::before {
  position: absolute;
  content: '';
  width: 152px;
  height: 2px;
  background-color: #f9c446;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  top: 30px;
}

#group-structure .common.first .s-box:nth-last-child(2)::after,
#group-structure .common.second .s-box:nth-last-child(2)::before {
  top: 135px;
}

#group-structure .common.first .s-box:last-child::after {
  top: 240px;
}

#group-structure .s-box .percentage {
  background-color: #f9c446;
  text-align: center;
  width: 66px;
  height: 60px;
  vertical-align: middle;
  font-size: 19px;
  font-family: "Latobold", sans-serif;
}

#group-structure .s-box .s-content {
  vertical-align: middle;
  width: 215px;
  text-align: center;
  font-size: 19px;
  font-family: "Latolight", sans-serif;
}

#getintouch h1 {
  font-size: 22px;
  padding: 20px 0;
  text-align: center;
}

#history {
  background-color: #f9c446;
  padding: 24px 0;
}

#history h1 {
  color: #053d32;
  font-size: 25px;
  font-family: "Latobold", sans-serif;
  line-height: 35px;
  position: relative;
  margin-bottom: 34px;
}

#history h1::after {
  position: absolute;
  content: '';
  width: 110px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 38px;
}

#history .box {
  width: 61%;
  margin: 0 auto;
}

#history .box .profile {
  padding: 0 12px 24px;
}

#history .box .profile .profile-img {
  background-color: #053d32;
  border-radius: 10px;
  height: 280px;
  overflow: hidden;
}

#history .box .profile .profile-img img {
  border-radius: 10px;
  width: 100%;
}

#history h3 {
  color: #053d32;
  font-family: "Latobold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
}

#history p {
  color: #053d32;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
}
header .navbar-inverse .navbar-brand img{
  width: 80%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #usp .u-box {
    width: 100%;
  }
  #usp .u-box .common {
    padding: 0 5px;
  }
  #usp .u-box .common .box p {
    font-size: 13px;
  }
  #news-room .news-tap {
    width: 98%;
  }
  #newsroom .box {
    width: 70%;
  }
  #our-core .o-left h2 {
    left: 20px;
  }
  #our-core .o-right ul li a {
    font-size: 16px;
  }
  #about-us .slideControls a.slidePrev {
    left: -24px;
  }
  #about-us .slideControls a.slideNext {
    right: -24px;
  }
  #community-content .box {
    width: 92%;
  }
  #group-structure .common.first .s-box::after,
  #group-structure .common.second .s-box::before {
    width: 102px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  header {
    padding: 15px 0;
  }
  header .navbar-inverse .navbar-collapse li {
    padding: 12px 12px;
  }
  header .navbar-inverse .navbar-brand img{
    width: 40%;
  }
  #banner-beauty .banner-content p {
    font-size: 20px;
    line-height: 24px;
    width: 70%;
  }
  #usp {
    padding: 60px 0 30px;
  }
  #usp .u-box {
    width: 100%;
  }
  #usp .u-box .common {
    padding: 0 5px;
  }
  #usp .u-box .common .box p {
    font-size: 13px;
  }
  #news-room {
    padding: 30px 0 30px;
  }
  #news-room .news-tap {
    width: 100%;
  }
  #news-room .tab-content {
    padding: 15px;
  }
  #news-room .tab-content .box .media-left {
    display: block;
    width: 100%;
  }
  #news-room .tab-content .box .media-right {
    display: none;
  }
  #newsroom .box {
    width: 90%;
  }
  #newsroom .box img {
    width: 100%;
  }
  #our-mission {
    padding: 20px 0;
  }
  #our-mission p {
    width: 80%;
  }
  #our-core {
    padding: 30px 0;
  }
  #our-core .o-left {
    left: 20px;
    display: none;
  }
  #our-core .o-right {
    width: 100%;
  }
  #our-core .o-right ul li a {
    font-size: 16px;
  }
  #our-client .c-detail .slideControls a {
    top: 41%;
  }
  #our-client .c-detail .slideControls a i {
    font-size: 45px;
  }
 
  #about-us .slideControls a {
    z-index: 11;
    border: 1px solid #053d32;
    top: 77%;
  }
  #about-us .slideControls a.slidePrev {
    left: 0px;
  }
  #about-us .slideControls a.slideNext {
    right: 0px;
  }
  #about-detail .circle {
    margin-bottom: 20px;
  }
  #community-content .box {
    width: 100%;
  }
  #group-structure .structure h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #group-structure .s-box {
    width: 215px;
    height: 54px;
  }
  #group-structure .structure .common:last-child::before {
    height: 190px;
    top: 28px;
  }
  #group-structure .common.first .s-box::after,
  #group-structure .common.second .s-box::before {
    width: 80px;
    top: 28px;
  }
  #group-structure .common.first .s-box:nth-last-child(2)::after,
  #group-structure .common.second .s-box:nth-last-child(2)::before {
    top: 122px;
  }
  #group-structure .common.first .s-box:last-child::after {
    top: 216px;
  }
  #group-structure .s-box .s-content {
    font-size: 14px;
  }
  #group-structure .s-box .percentage {
    width: 50px;
    font-size: 16px;
    height: 50px;
  }
}

@media (max-width: 767px) and (min-width: 0px) {
  header {
    padding: 10px 0 0;
  }
  header .navbar-header {
    padding: 0 0px 10px 15px;
  }
  header .navbar-inverse .navbar-collapse {
    float: none;
    margin-top: 50px;
    border-color: #f9c446;
    background-color: #f9c446;
  }
  header .navbar-inverse .navbar-collapse li {
    padding: 8px 15px !important;
  }
  header .navbar-inverse .navbar-collapse li a:hover {
    color: #fff;
  }
  header .navbar-inverse .navbar-collapse li a:hover::after {
    display: none;
  }
  header .navbar-inverse .navbar-collapse li:hover {
    background-color: #053d32;
  }
  header .navbar-inverse .navbar-brand img{
    width: 55%;
  }
  header .navbar-toggle {
    border-color: #f9c446 !important;
    background-color: transparent !important;
  }
  header .navbar-toggle .icon-bar {
    background-color: #f9c446 !important;
  }
  #banner-beauty .banner-content p {
    font-size: 20px;
    line-height: 24px;
    width: 70%;
  }
  #banner-beauty.community .carousel-caption h1 {
    font-size: 22px;
  }
  #usp {
    padding: 60px 15px 0px;
  }
  #usp .u-box {
    width: 100%;
  }
  #usp .u-box .common {
    padding: 0 5px;
    margin-bottom: 55px;
    width: 100%;
    float: none;
  }
  #usp .u-box .common .box {
    height: auto;
    padding: 20px 15px;
  }
  #usp .u-box .common .box .circle {
    top: -61px;
  }
  #usp .u-box .common .box p {
    font-size: 13px;
  }
  #news-room {
    padding: 30px 0 0px;
  }
  #news-room .nav {
    float: none;
    width: 100%;
    border-right: 0;
  }
  #news-room .nav li {
    float: left;
    width: 20%;
  }
  #news-room .nav li a {
    border-right: 1px solid #f9c446;
    border-bottom: 0;
    font-size: 10px;
    line-height: 14px;
    padding: 12px 3px;
    text-align: center;
  }
  #news-room .news-tap {
    width: 100%;
  }
  #news-room .tab-content {
    padding: 15px;
    height: auto;
    width: 100%;
  }
  #news-room .tab-content .box .media-left {
    display: block;
    width: 100%;
  }
  #news-room .tab-content .box .media-right {
    display: block;
    width: 100%;
    padding-left: 0;
    height: auto;
    padding-top: 15px;
  }
  #our-mission {
    padding: 20px 0;
  }
  #our-mission p {
    width: 90%;
  }
  #our-core {
    padding: 20px 15px;
  }
  #our-core h1 {
    font-size: 20px;
    line-height: 24px;
  }
  #our-core .o-left {
    left: 20px;
    display: none;
  }
  #our-core .o-right {
    width: 100%;
  }
  #our-core .o-right ul {
    width: 100%;
    display: block;
  }
  #our-core .o-right ul li {
    float: left;
    width: 25%;
    text-align: center;
  }
  #our-core .o-right ul li a {
    font-size: 9px;
    line-height: 12px;
    padding: 2px 8px 7px 10px;
    text-align: center;
  }
  #our-client {
    padding: 0px 15px 1px;
  }
  #our-client h1 {
    font-size: 20px;
    line-height: 24px;
  }
  #our-client .c-detail .slideControls a {
    top: 41%;
  }
  #our-client .c-detail .slideControls a i {
    font-size: 26px;
  }
  #community-content .box .media-left {
    vertical-align: middle;
    width: auto;
    display: block;
}
#community-content .box .media-left img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
 
  #careers {
    padding: 20px 15px;
  }
  #careers h1 {
    text-align: center;
    padding-bottom: 10px;
  }
  #careers p {
    padding-bottom: 10px;
    font-size: 13px;
  }
  #about-us {
    padding: 20px 15px;
  }
  #about-us p {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  #about-us .slideControls a {
    top: 78%;
    height: 20px;
    width: 20px;
  }
  #about-us .slideControls a.slidePrev {
    left: -12px;
  }
  #about-us .slideControls a.slideNext {
    right: -12px;
  }
  #about-detail {
    padding: 20px 0;
  }
  #about-detail .circle {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  #about-detail .circle p {
    font-size: 12px;
  }
  #about-detail .circle i {
    font-size: 40px;
    padding-bottom: 10px;
  }
  #about-detail .sub-para {
    font-size: 13px;
    line-height: 22px;
    padding-top: 0px;
    width: 90%;
  }
  #contact .main-support {
    top: 0;
  }
  #contact .support.second {
    border-left: 0;
    border-right: 0;
  }
  #contact .support {
    border-bottom: 1px solid #8c8c843b;
    padding: 17px;
  }
  #contact .support:last-child {
    border-bottom: 0;
  }
  #community-content {
    padding: 20px 15px;
  }
  #community-content .box {
    padding: 15px;
    width: 100%;
  }
  #community-content .box p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: left;
  }
  #community-content .box::before {
    left: 38%;
    top: -63px;
    margin-left: -5px;
    border-width: 32px;
  }
  #community-content .common {
    top: auto;
  }
  #community-content .common .common-content {
    padding: 0 0 15px;
  }
  #community-content .slideControls a {
    top: 58% !important;
  }
  .community-bg {
    height: 100px;
  }
  .community-bg h3 {
    font-size: 15px;
    line-height: 18px;
  }
  #newsroom .box {
    position: relative;
    top: 0;
    width: 100%;
  }
  #newsroom .box .common {
    height: auto;
    overflow: auto;
  }
  #newsroom .box .common:nth-child(2) p .fa-quote-right {
    right: -2px !important;
  }
  #newsroom .box .common h1, #newsroom .box .common p {
    text-align: left;
  }
  #group-structure {
    padding: 20px 15px;
  }
  #group-structure h5 {
    font-size: 16px;
    line-height: 20px;
  }
  #group-structure .structure h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #group-structure .s-box {
    width: 265px;
    height: 54px;
  }
  #group-structure .structure .common:last-child::before {
    height: 0;
    width: 0;
  }
  #group-structure .common.first .s-box::after {
    width: 2px;
    top: 53px;
    left: 0;
    right: 0;
    height: 43px;
  }
  #group-structure .common.second .s-box::before {
    top: -41px;
    width: 2px;
    left: 0;
    right: 0;
    height: 43px;
  }
  #group-structure .common.first .s-box:nth-last-child(2)::after,
  #group-structure .common.second .s-box:nth-last-child(2)::before {
    top: 53px;
  }
  #group-structure .common.first .s-box:last-child::after {
    top: 147px;
  }
  #group-structure .s-box .s-content {
    font-size: 14px;
  }
  #group-structure .s-box .percentage {
    width: 50px;
    font-size: 16px;
    height: 50px;
  }
  #history {
    padding: 20px 15px;
  }
  #history .box {
    width: 100%;
  }
  iframe {
    height: 300px !important;
  }
  #contact .c-right {
    padding-left: 0;
  }
  #contact .c-right form .form-group {
    margin-bottom: 20px;
  }
  #contact .c-right form .btn {
    width: 100%;
  }
  #contact {
    padding: 20px 0 0;
  }
}
/*# sourceMappingURL=home-page.css.map */