/***********************************************
Mixin
***********************************************/
body {
  font-family: "MontserratRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.pad-left {
  padding-left: 0;
}

.pad-right {
  padding-right: 0;
}

.pad-top {
  padding-top: 0;
}

.pad-bottom {
  padding-bottom: 0;
}

.padding {
  padding: 0;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #A5A09B;
}

.text-gray p {
  color: #A5A09B !important;
}

.ml-150 {
  margin-left: 150px;
}

.btn-orange {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: "MontserratBold";
  background: #F48120;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  padding: 20px;
  padding: 22px 35px;
  text-transform: capitalize;
}
.btn-orange:hover {
  background: #70818A;
  color: #fff;
}
.btn-orange i {
  margin-left: 13px;
}

.section-title {
  color: #ffffff;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  font-size: 48px;
  line-height: 57px;
  margin: 0;
  font-family: "MontserratRegular";
}
.section-title p {
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  margin: 45px 0 0;
}

.white-text p {
  color: #fff;
}

.gray-title {
  color: #70818A;
}

.text-block p {
  font-size: 18px;
  line-height: 36px;
  font-family: "MontserratLight";
  color: #000000;
  margin: 0;
}

.block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-family: "MontserratMedium";
}

.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 30px;
  font-family: "MontserratBold";
  margin: 0;
  color: #ffffff;
}

.common-modal .modal-body {
  padding: 0;
  border-bottom: 6px solid #70818A;
}
.common-modal .modal-dialog {
  max-width: 1140px;
}
.common-modal .modal-content {
  background: #FFFFFF;
  border-radius: 0;
  border: none;
}
.common-modal .modal-close {
  height: 50px;
  width: 50px;
  border: none;
  background: #4D4D4D;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.common-modal .modal-close svg {
  width: 15px;
}

/**********************************************************************/
/************************** Content Start **************************/
/**********************************************************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 24px 0 10px;
  position: fixed;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.header.header-change {
  background: #fff;
}
.header.header-change .navbar-nav .nav-link {
  color: #000;
}
.header.header-change .navbar-brand img {
  width: 149px;
}

.navbar-nav .nav-item {
  padding: 0 23px;
}
.navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.navbar-nav .nav-item.active .nav-link {
  color: #F38020 !important;
}
.navbar-nav .nav-item.active .nav-link:after {
  opacity: 1;
}
.navbar-nav .nav-link {
  padding: 0 !important;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  letter-spacing: 0.5px;
  position: relative;
  font-family: "MontserratMedium";
}
.navbar-nav .nav-link:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #F38020;
  content: "";
  height: 2px;
  opacity: 0;
}
.navbar-nav .nav-link:hover {
  color: #F38020 !important;
}
.navbar-nav .nav-link:hover:after {
  opacity: 1;
}

.inner-page {
  padding-top: 146px;
}

.navbar {
  padding: 0;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px; */
}

.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  width: 220px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}

.header-white {
  padding-bottom: 20px;
  background: #fff;
}
.header-white .navbar-nav .nav-link {
  color: #000000;
}
.header-white .navbar-collapse {
  padding-top: 35px;
}
.header-white .navbar-brand img {
  width: 150px;
}
.header-white .navbar-toggler .navbar-toggler-icon .toggle-bar {
  background: #70818A !important;
}

.h-detail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 9;
  top: 65%;
}
.h-detail p {
  font-size: 24px;
  line-height: 36px;
  font-family: "MontserratLight";
  margin: 0;
  color: #ffffff;
}
.h-detail .detail-box {
  max-width: 280px;
}

.home-item {
  position: relative;
}

.bg-shape {
  width: 19px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 0;
}

.home-slider {
  opacity: 0;
}
.home-slider.slick-initialized {
  opacity: 1;
}
.home-slider .h-image {
  height: 100vh;
}
.home-slider .h-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-slider .slick-prev {
  display: none !important;
}
.home-slider .slick-next {
  height: 68px;
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.home-slider .slick-next span {
  background: -moz-linear-gradient(0% 50% 0deg, rgba(50, 50, 50, 0) 0%, #323232 100%);
  background: -webkit-linear-gradient(0deg, rgba(50, 50, 50, 0) 0%, #323232 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(50, 50, 50, 0)), color-stop(1, #323232));
  background: -o-linear-gradient(0deg, rgba(50, 50, 50, 0) 0%, #323232 100%);
  background: -ms-linear-gradient(0deg, rgba(50, 50, 50, 0) 0%, #323232 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#323232' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(50, 50, 50, 0) 0%, #323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232",endColorstr="#323232" , GradientType=1);
  width: 170px;
  height: 100%;
  padding-right: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-family: "MontserratBold";
  display: block;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-slider .slick-next .icon {
  background: #F38020;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .slick-next .icon svg {
  width: 50px;
}
.home-slider .slick-next:hover .icon {
  background: #70818A;
}
.home-slider .slick-next:hover span {
  color: #F48120;
}
.home-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-slider .slick-dots li {
  display: block;
  list-style-type: none;
  padding: 0 0 10px;
  display: flex;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 25px;
}
.home-slider .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0;
  height: 5px;
  width: 5px;
  transition: 0.2s;
}
.home-slider .slick-dots li.slick-active button {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  width: 25px;
}

.hng-moment {
  padding: 70px 0 0;
  overflow: hidden;
}
.hng-moment .year-content .section-title h1, .hng-moment .year-content .section-title h2, .hng-moment .year-content .section-title h3, .hng-moment .year-content .section-title h4, .hng-moment .year-content .section-title h5, .hng-moment .year-content .section-title h6 {
  font-family: "MontserratBold";
}
.hng-moment .moment-img {
  padding: 160px 0 0;
  position: relative;
}
.hng-moment .moment-img img {
  width: 100%;
  position: relative;
  z-index: 99;
}
.hng-moment .moment-img .right-pattern {
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  width: 100%;
  top: 0;
  width: 160px;
  right: -115px;
  z-index: 0;
  z-index: 9;
}
.hng-moment .moment-img .right-pattern img {
  width: 100%;
  height: 100%;
}
.hng-moment .moment-img .bg-gray {
  background: #F0F0F0;
  width: 50%;
  /* right: 0; */
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  /* left: 100%; */
  right: auto;
  left: auto;
  /* right: -100%; */
  right: -115px;
}
.hng-moment .moment-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 9;
  right: 0;
}

.trusted-sec {
  padding: 90px 0 0;
  position: relative;
  background: #70818A;
  z-index: 8;
}
.trusted-sec:after {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 100%;
  background: #F0F0F0;
  content: "";
  z-index: -1;
  height: 55%;
}
.trusted-sec .section-title {
  padding: 0 0 35px;
}

.truste-main {
  padding: 0 0 140px;
}
.truste-main .container {
  position: relative;
  z-index: 9;
}
.truste-main .trusted-img {
  padding-right: 145px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 130px 80px -100px rgba(0, 0, 0, 0.3);
}
.truste-main .trusted-img::after {
  position: absolute;
  top: -90px;
  bottom: 0;
  right: 0;
  left: auto;
  background-color: #ffffff;
  content: "";
  left: auto;
  width: 520px;
  z-index: -1;
  right: 15px;
}

.trusted-detail {
  max-width: 520px;
  padding: 45px 145px 50px 50px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  /* bottom: 0; */
  /* right: 0; */
  /* left: 0; */
  margin-left: auto;
  transform: translate(0px, -50%);
  left: 0;
  right: 15px;
}
.trusted-detail p {
  font-size: 36px;
  line-height: 44px;
  color: #C8C8C8;
  font-family: "MontserratRegular";
  margin: 0 0 140px;
}
.trusted-detail h6 {
  color: #323232;
  font-size: 21px;
  line-height: 21px;
  font-family: "MontserratBold";
}
.trusted-detail span {
  color: #323232;
  font-size: 18px;
  line-height: 18px;
  display: block;
  font-family: "MontserratRegular";
}

.read-more-link {
  position: absolute;
  right: -100px;
  bottom: 20px;
}
.read-more-link a {
  font-size: 14px;
  line-height: 14px;
  font-family: "MontserratBold";
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.read-more-link a:hover {
  color: #F48120;
}
.read-more-link a span {
  display: block;
  margin: 0 0 17px;
}
.read-more-link a img {
  width: 50px;
  margin: 0 auto;
}

.gray-link a {
  color: #70818A;
}
.gray-link a:hover {
  color: #F48120;
}

.sold-sec {
  background: #70818A;
  padding: 0 0 150px;
  padding: 0 0 300px;
}

.sold-left {
  padding: 0 0 40px;
}
.sold-left .section-title p {
  color: #fff;
}

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

.sold-slider-main {
  background: #ffffff;
  padding: 0 0 50px 50px;
  box-shadow: 0 130px 80px -100px rgba(0, 0, 0, 0.3);
}

.sold-slider .slick-dots {
  padding: 0;
  margin: 45px 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.sold-slider .slick-dots li {
  display: flex;
  align-items: center;
  /* width: 100%; */
  flex: 1;
  border-top: 1px solid #70818A;
  justify-content: center;
  height: 1px;
}
.sold-slider .slick-dots li button {
  height: 5px;
  background: transparent;
  text-indent: -9999px;
  border: none;
  padding: 0;
  width: 100%;
}
.sold-slider .slick-dots li.slick-active button {
  background: #70818A;
}

.sold-item {
  position: relative;
  margin-right: 25px;
}
.sold-item:nth-child(odd) {
  margin-top: 70px;
}
.sold-item .s-img img {
  width: 100%;
}
.sold-item .s-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 50px;
}
.sold-item .s-detail h3 {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  font-family: "MontserratMedium";
  text-transform: uppercase;
}
.sold-item .s-detail p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  font-family: "MontserratLight";
}
.sold-item .s-detail .b-number {
  margin-top: auto;
  margin-left: auto;
}
.sold-item .s-detail .b-number span {
  font-size: 100px;
  line-height: 100px;
  display: block;
  color: #ffffff;
  font-family: "MontserratMedium";
}

.excellence-sec {
  margin-top: -162px;
  position: relative;
  z-index: 99;
  padding-bottom: 150px;
  background: #70818A;
}
.excellence-sec .ex-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.excellence-sec .ex-bg .row {
  height: 100%;
}
.excellence-sec .bg-color {
  background: #ffffff;
  height: 100%;
}
.excellence-sec .bg-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.exllence-work {
  padding: 50px 0 0;
}

.exl-data {
  background: url("../images/exllence-img.png") no-repeat;
  padding: 180px 200px 50px 0;
  position: relative;
}
.exl-data .read-more-link {
  right: -15px;
  width: 215px;
  bottom: 0;
  top: 112px;
  background: #5A6469;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.ex-right {
  padding-right: 70px;
  padding-left: 30px;
  padding-right: 40px;
}

.ex-block {
  background: url("../images/ex-pattern.png");
  text-align: center;
  text-align: center;
  padding: 10px 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
  width: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.ex-block p {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.ex-block p:last-child {
  border: none;
}
.ex-block span {
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
}

.anniversary-sec {
  padding: 70px 0 0;
}
.anniversary-sec .section-title {
  margin: 0 auto 60px;
}
.anniversary-sec .section-title p {
  text-align: left;
}

.anniver-main {
  background: url("../images/anniversary-bg.png");
  padding: 140px 0 100px;
  background-size: cover;
}
.anniver-main .anniver-top ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.anniver-main .anniver-top ul li {
  padding: 0 45px;
}

.anni-item {
  background: #ffffff;
  padding: 45px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  position: relative;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.2);
}
.anni-item:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(150, 150, 150, 0.9);
  content: "";
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
}
.anni-item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid #70818A;
}
.anni-item .head h3 {
  font-size: 18px;
  line-height: 21px;
  color: #323232;
  margin: 0;
  text-transform: uppercase;
  font-family: "MontserratBold";
}
.anni-item .detail {
  height: 180px;
}
.anni-item .detail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #F48120;
}
.anni-item .detail p {
  font-size: 18px;
  line-height: 30px;
  color: #70818A;
  font-family: "MontserratMedium";
  margin: 0;
}
.anni-item .name {
  padding: 30px 0 0;
  display: table;
  margin-left: auto;
}
.anni-item .name h6 {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0.25px;
  color: #323232;
}
.anni-item .name span {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0.25px;
  color: #323232;
}

.anniver-slider-main {
  position: relative;
}
.anniver-slider-main .anim-arrow {
  max-width: 640px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  justify-content: space-between;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
}
.anniver-slider-main .anim-arrow .slick-arrow {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anniver-slider-main .anim-arrow .slick-arrow svg {
  width: 8px;
}
.anniver-slider-main .anim-arrow .slick-arrow:hover svg path {
  stroke: #F48120;
}

.anniver-slider {
  opacity: 0;
}
.anniver-slider.slick-initialized {
  opacity: 1;
}
.anniver-slider .item.slick-slide {
  transition: transform 0.4s;
  position: relative;
  transform: scale(0.7) translate(640px);
}
.anniver-slider .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}
.anniver-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7) translate(-640px);
  z-index: 5;
}
.anniver-slider .item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}
.anniver-slider .item.slick-slide.slick-center {
  transform: scale(0.9);
  z-index: 30;
  opacity: 1;
}
.anniver-slider .item.slick-slide.slick-center .anni-item:after {
  opacity: 0;
  z-index: -1;
}

.envire-left img {
  width: 100%;
}

.envire-detail {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
.envire-detail .detail-box {
  max-width: 400px;
}

.enviroment {
  padding-right: 200px;
  position: relative;
}
.enviroment .read-more-link {
  right: 80px;
}

.contact-main {
  padding: 115px 0 45px;
}
.contact-main .section-title {
  padding: 0 0 45px;
}
.contact-main .c-title {
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #323232;
}
.contact-main .c-title h3 {
  font-size: 16px;
  line-height: 21px;
  font-family: "MontserratExtraBold";
  color: #000000;
  margin: 0;
}

.contact-block h6 {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.75px;
  margin: 0;
  color: #000000;
  font-family: "MontserratBold";
}
.contact-block h6 span {
  text-transform: uppercase;
  display: block;
}
.contact-block p {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.75px;
  margin: 0 0 20px;
  color: #000000;
  font-family: "MontserratRegular";
}
.contact-block p a {
  color: #000000;
}
.contact-block p a:hover {
  color: #F48120;
}
.contact-block p:last-child {
  margin: 0;
}

.contact-detail-list [class^=col-] .contact-detail {
  position: relative;
}
.contact-detail-list [class^=col-] .contact-detail:before {
  position: absolute;
  content: "";
  right: -50px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.contact-detail-list [class^=col-]:nth-child(2n) .contact-detail:before, .contact-detail-list [class^=col-]:last-child .contact-detail:before {
  display: none;
}
.contact-detail-list .contact-detail {
  margin-bottom: 30px;
}

.business-banner {
  padding-right: 200px;
  position: relative;
}
.business-banner .banner-img img {
  width: 100%;
}
.business-banner .h-detail {
  top: 115px;
}
.business-banner .banner-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 120px 80px 115px 55px;
  max-width: 420px;
  background: #ffffff;
  margin-right: 200px;
}
.business-banner .banner-right p {
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  font-family: "MontserratLight";
}

.business-steps {
  margin-top: -60px;
  position: relative;
  z-index: 99;
}
.business-steps .busi-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  right: -60px;
  background: #FF821E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-steps .busi-btn a {
  display: block;
  color: #5A6469;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transform: rotate(-90deg);
}
.business-steps .busi-btn:hover {
  background: #70818A;
}
.business-steps .busi-btn:hover a {
  color: #F48120;
}

.step-list {
  display: flex;
  background: #5A6469;
  padding: 22px 0;
}
.step-list .step-block {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 30px;
  text-align: center;
}
.step-list .step-block a {
  text-decoration: none;
}
.step-list .step-block svg,
.step-list .step-block img {
  max-height: 70px;
}
.step-list .step-block span {
  font-size: 12px;
  line-height: 12px;
  display: block;
  color: #70818A;
  margin: 10px 0 0;
}
.step-list .step-block:hover span {
  color: #F48120;
}
.step-list .step-block:hover svg path {
  fill: #F48120;
}
.step-list:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #5A6469;
  content: "";
  width: 6000px;
  left: auto;
  right: 0;
  z-index: -1;
}

.power-banner {
  position: relative;
}
.power-banner .right-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
}
.power-banner .power-img img {
  width: 100%;
}
.power-banner .power-detail {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: right;
}

.power-main {
  padding: 100px 0 0;
}

.more-info-link {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  writing-mode: vertical-lr;
  transform: translateX(0) translateY(0%) scale(-1);
  /* -webkit-transform: translateX(0) translateY(0%) scale(-1); */
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  height: 100%;
  justify-content: center;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 30px;
  padding-bottom: 40px;
}
.more-info-link a {
  font-size: 12px;
  line-height: 12px;
  height: 100%;
  display: flex;
  color: #ffffff;
  font-family: "MontserratRegular";
  align-items: center;
  text-decoration: none;
}
.more-info-link .h-line {
  width: 1px;
  flex: 1;
  background: #70818A;
  margin: 25px auto;
}
.more-info-link .icon {
  width: 30px;
  height: 30px;
}
.power-info {
  background: #5A6469;
  position: relative;
  z-index: 9;
}
.power-info .power-info-detail {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: -1;
}
.power-info .info-img img {
  width: 100%;
}

.info-box {
  display: flex;
  align-items: center;
  max-width: 470px;
}
.info-box .block-title h1, .info-box .block-title h2, .info-box .block-title h3, .info-box .block-title h4, .info-box .block-title h5, .info-box .block-title h6 {
  font-family: "MontserratRegular";
  margin: 0;
}
.info-box .icon {
  max-width: 100px;
  flex: 0 0 100px;
  margin-right: 30px;
}

.power-devision {
  position: relative;
  background: #5A6469;
}
.power-devision .white-bg {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22%;
}
.power-devision .info-img img {
  width: 100%;
}
.power-devision .devision-detail {
  padding-top: 95px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.power-devision .devision-detail .right-pattern {
  position: absolute;
  right: 0;
  top: 0;
}

.d-detail {
  max-width: 400px;
  margin-left: auto;
  margin-right: 125px;
}
.d-detail p {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  margin: 0 0 30px;
  font-family: "MontserratLight";
}
.d-detail p a {
  color: #fff;
}

.power-steps {
  width: 480px;
  margin-top: -100px;
}
.power-steps .step-block {
  height: 100px;
  margin: 0 0 10px;
}
.power-steps .step-block .step-img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
}
.power-steps .step-block .step-img img {
  filter: grayscale(100%);
}
.power-steps .step-block a {
  background: #FF821E;
  border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  z-index: 99;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
}
.power-steps .step-block a span {
  font-size: 16px;
  line-height: 16px;
  margin-top: auto;
}
.power-steps .step-block a .number {
  font-size: 36px;
  line-height: 43px;
  font-family: "MontserratBold";
}
.power-steps .step-block a:hover .step-img img {
  filter: grayscale(0%);
}

.metal-main {
  padding-top: 220px;
  margin-top: -90px;
  position: relative;
  /* z-index: 99; */
  background: #ffffff;
  padding-bottom: 150px;
  background: transparent;
}
.metal-main .banner-img img {
  width: 100%;
}

.metal-detail-main {
  background: #70818A;
  margin-left: 150px;
  position: relative;
  padding-bottom: 250px;
  margin-top: -300px;
}
.metal-detail-main .metal-detail-left {
  background: red;
  margin-left: -45px;
  padding-left: 80px;
  margin-top: -85px;
  padding-top: 85px;
  background: #70818A;
}
.metal-detail-main .top-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: -80px;
  height: 85px;
  width: 6000px;
  right: 0;
  left: auto;
}
.metal-detail-main .d-detail {
  margin: 0;
}
.metal-detail-main .info-box {
  align-items: flex-start;
  margin: 60px 0 90px;
}
.metal-detail-main .info-box .icon {
  max-width: 65px;
  flex: 0 0 65px;
  opacity: 0.25;
}
.metal-detail-main .more-info-link {
  left: auto;
  right: 0;
  right: 90px;
  top: 0;
  padding-bottom: 130px;
}
.metal-detail-main .more-info-link .h-line {
  background: #ffffff;
}
.metal-detail-main .metal-right {
  position: relative;
  margin-top: -15px;
}
.metal-detail-main .metal-right .d-detail {
  padding-top: 120px;
  padding-left: 50px;
}
.metal-detail-main .main-title {
  margin-left: 0;
}
.metal-detail-main .main-title h1, .metal-detail-main .main-title h2, .metal-detail-main .main-title h3, .metal-detail-main .main-title h4, .metal-detail-main .main-title h5, .metal-detail-main .main-title h6 {
  opacity: 0.35;
}

.metal-bottom {
  position: absolute;
  /* top: 0; */
  right: 0;
  left: 0;
  bottom: 0;
}
.metal-bottom .banner-img {
  padding-left: 150px;
}
.metal-bottom .banner-img img {
  width: auto;
}
.metal-bottom .left-pattern {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  left: 80px;
}
.metal-bottom .left-pattern img {
  max-height: 100%;
}

.hospital-main {
  position: relative;
  z-index: 9;
  background: #F0F0F0;
  padding: 0 0 90px;
}
.hospital-main:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.hospital-main .main-title {
  text-align: right;
}
.hospital-main .main-title h1, .hospital-main .main-title h2, .hospital-main .main-title h3, .hospital-main .main-title h4, .hospital-main .main-title h5, .hospital-main .main-title h6 {
  color: #D2D2D2;
  line-height: 70px;
}

.hospital-img .banner-img img {
  width: 100%;
}

.hospital-detail-main {
  position: relative;
  background: #F0F0F0;
  margin: 90px 0 0;
}
.hospital-detail-main .hospital-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.hospital-detail-main .hospital-detail .d-detail {
  margin-right: 80px;
}
.hospital-detail-main .d-detail p {
  color: #000000;
}
.hospital-detail-main .block-title h1, .hospital-detail-main .block-title h2, .hospital-detail-main .block-title h3, .hospital-detail-main .block-title h4, .hospital-detail-main .block-title h5, .hospital-detail-main .block-title h6 {
  color: #000000;
  color: #70818A;
}
.hospital-detail-main .info-box {
  margin: 70px 0 90px;
}
.hospital-detail-main .info-box .icon {
  margin-left: 30px;
  margin-right: 0;
  max-width: 55px;
  flex: 0 0 55px;
  opacity: 0.25;
}

.hotels-sec {
  background: url("../images/hotels-bg.png");
  padding: 70px 0;
  background-size: cover;
}

.hotel-block {
  padding: 0 0 15px;
  position: relative;
  z-index: 99;
}
.hotel-block:after {
  position: absolute;
  right: 0;
  top: 14px;
  bottom: 0;
  background: -moz-linear-gradient(20.57% 21.36% -44.22deg, white 0%, rgba(255, 255, 255, 0.91) 8.96%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-44.22deg, white 0%, rgba(255, 255, 255, 0.91) 8.96%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, 20.57% 21.36%, 79.57% 78.78%, color-stop(0, white), color-stop(0.0896, rgba(255, 255, 255, 0.91)), color-stop(1, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(-44.22deg, white 0%, rgba(255, 255, 255, 0.91) 8.96%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(-44.22deg, white 0%, rgba(255, 255, 255, 0.91) 8.96%, rgba(255, 255, 255, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(134.22deg, white 0%, rgba(255, 255, 255, 0.91) 8.96%, rgba(255, 255, 255, 0) 100%);
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF" , GradientType=1);
  content: "";
  background: url("../images/white-bg.png");
  height: 250px;
  width: 216px;
  z-index: -1;
}
.hotel-block a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.hotel-block a .h-image {
  height: 150px;
  width: 150px;
  position: relative;
}
.hotel-block a .h-image::after {
  position: absolute;
  left: -9px;
  top: -10px;
  width: 85px;
  height: 170px;
  border-top-left-radius: 100px;
  border: 10px solid #FF821E;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-left-radius: 100px;
  content: "";
  opacity: 0;
}
.hotel-block a .h-image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.hotel-block a .h-image .plus-icon {
  width: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hotel-block a .ho-detail {
  width: 295px;
  text-align: right;
  margin-right: 30px;
  opacity: 0;
}
.hotel-block a .ho-detail h6 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 20px;
  font-family: "MontserratRegular";
}
.hotel-block a .ho-detail p {
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  margin: 0;
  font-family: "MontserratLight";
}
.hotel-block a:hover .h-image img {
  filter: grayscale(100%);
}
.hotel-block a:hover .h-image .plus-icon {
  opacity: 1;
}
.hotel-block a:hover .h-image::after {
  opacity: 1;
}
.hotel-block a:hover .ho-detail {
  opacity: 1;
}

.hotel-detail {
  position: relative;
}
.hotel-detail .d-detail {
  padding: 0 0 80px;
}
.hotel-detail .d-detail p {
  font-size: 14px;
  line-height: 32px;
  margin: 0 0 40px;
}
.hotel-detail .more-info-link {
  padding: 0;
  top: -40px;
  left: auto;
  right: 0;
}
.hotel-detail .more-info-link a {
  font-size: 14px;
  line-height: 14px;
  font-family: "MontserratBold";
  color: #70818A;
}
.hotel-detail .more-info-link .h-line {
  background: #70818A;
}

.property-main {
  position: relative;
  z-index: 9;
  background: #70818A;
  margin-top: 165px;
}
.property-main:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  background: #ffffff;
  background: url("../images/property-left.jpg");
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
}
.property-main .main-title {
  text-align: left;
}
.property-main .main-title h1, .property-main .main-title h2, .property-main .main-title h3, .property-main .main-title h4, .property-main .main-title h5, .property-main .main-title h6 {
  color: #D2D2D2;
  line-height: 70px;
}
.property-main .bottom-details {
  padding: 60px 0 140px;
  position: relative;
}
.property-main .bottom-details:after {
  position: absolute;
  left: 0;
  right: auto;
  width: 16%;
  top: 0;
  bottom: 0;
  background: #ffffff;
  content: "";
}
.property-main .bottom-details .d-detail {
  max-width: unset;
}
.property-main .bottom-details ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 80px 0 0;
}
.property-main .bottom-details ul li {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
}
.property-main .bottom-details ul li:first-child {
  margin-left: -39px;
}
.property-main .bottom-details ul li a {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  display: block;
}
.property-main .bottom-details ul li .hover-block {
  width: 490px;
}
.property-main .bottom-details ul li .hover-block .h-title {
  padding: 0 0 35px;
}
.property-main .bottom-details ul li .hover-block .h-title h3 {
  margin: 0;
}
.property-main .bottom-details ul li .hover-block h6 {
  font-size: 24px;
  line-height: 24px;
  font-family: "MontserratRegular";
}
.property-main .bottom-details ul li + li + li + li .hover-block {
  right: 0;
  left: auto;
  border-radius: 10px 10px 0px 10px;
  -webkit-border-radius: 10px 10px 0px 10px;
  -ms-border-radius: 10px 10px 0px 10px;
}

.property-detail-main {
  background: #fff;
  position: relative;
  z-index: -1;
  margin-top: -70px;
  padding-top: 120px;
  padding-left: 154px;
  margin-right: 175px;
}
.property-detail-main .property-inner {
  background: #fff;
  padding-bottom: 75px;
  box-shadow: 0 130px 80px -100px rgba(0, 0, 0, 0.3);
  padding-left: 50px;
}
.property-detail-main .info-box {
  margin: 45px 0 90px;
}
.property-detail-main .info-box .icon {
  max-width: 65px;
  line-height: 65px;
  opacity: 0.25;
}
.property-detail-main .block-title h1, .property-detail-main .block-title h2, .property-detail-main .block-title h3, .property-detail-main .block-title h4, .property-detail-main .block-title h5, .property-detail-main .block-title h6 {
  color: #70818A;
}
.property-detail-main .d-detail {
  margin: 0;
}
.property-detail-main .d-detail p {
  color: #000000;
}
.property-detail-main .d-detail p a {
  color: #000000;
}
.property-detail-main .d-detail ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  display: block;
}
.property-detail-main .d-detail ul li {
  list-style-type: none;
  display: block;
  position: relative;
  display: inline-block;
}
.property-detail-main .d-detail ul li > a {
  font-size: 36px;
  line-height: 36px;
  color: #FF821E;
  display: block;
  text-decoration: none;
  padding: 33px 39px;
  border-bottom: 5px solid transparent;
}

.hoverable-detail-list li {
  list-style-type: none;
  display: block;
  position: relative;
}
.hoverable-detail-list li .hover-block {
  width: 600px;
  position: absolute;
  top: auto;
  bottom: 0;
  background: #5a6469;
  z-index: 999;
  padding: 60px;
  border-radius: 10px 10px 10px 0px;
  -webkit-border-radius: 10px 10px 10px 0px;
  -ms-border-radius: 10px 10px 10px 0px;
  bottom: 100%;
  opacity: 0;
  display: none;
}
.hoverable-detail-list li .hover-block h3 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 40px;
  font-family: "MontserratRegular";
}
.hoverable-detail-list li .hover-block .h-title p {
  margin: 0;
}
.hoverable-detail-list li .hover-block .add-block {
  position: relative;
  padding: 0 0 45px;
  padding-left: 45px;
}
.hoverable-detail-list li .hover-block .add-block:after {
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.3 15.6' style='enable-background:new 0 0 21.3 15.6;' xml:space='preserve'%3E%3Cpath class='st0' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' d='M12.8,0.7l7.1,7.1l-7.1,7.1 M0.7,14.8l7.1-7.1L0.7,0.7'/%3E%3C/svg%3E%0A");
  width: 19px;
  height: 14px;
  content: "";
}
.hoverable-detail-list li .hover-block .add-block h6 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin: 0;
  font-family: "MontserratBold";
}
.hoverable-detail-list li .hover-block .add-block p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin: 0;
  font-family: "MontserratLight";
}
.hoverable-detail-list li .hover-block .add-block p a {
  color: #fff;
}
.hoverable-detail-list li .hover-block .add-block .number {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-family: "MontserratRegular";
  text-decoration: none;
  margin: 8px 0;
  display: block;
}
.hoverable-detail-list li .hover-block .add-block:last-child {
  padding-bottom: 0;
}
.hoverable-detail-list li .hover-block .contact-block {
  padding-bottom: 0;
}
.hoverable-detail-list li .hover-block .contact-block:after {
  display: none;
}
.hoverable-detail-list li > a {
  font-size: 36px;
  line-height: 36px;
  color: #FF821E;
  display: block;
  text-decoration: none;
  padding: 33px 39px;
  border-bottom: 5px solid transparent;
}
.hoverable-detail-list li:hover .hover-block {
  opacity: 1;
  display: block;
}
.hoverable-detail-list li:hover > a {
  background: #5a6469;
  border-color: #FF821E !important;
  color: #fff !important;
}

.property-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50%;
  margin-left: auto;
  right: -175px;
}
.property-image .pattern-img {
  position: absolute;
  margin-top: -50px;
  left: -70px;
}
.property-image .banner-img-main {
  padding: 200px 0 0;
  background: #70818A;
}
.property-image .banner-img-main .b-img {
  margin-left: -70px;
}
.power-modal-img .left-img {
  margin-right: -150px;
  text-align: right;
  margin-top: -85px;
}
.power-modal-img .middle-img {
  margin-top: -140px;
  position: relative;
}
.power-modal-img .last-img {
  text-align: right;
  margin-top: -160px;
}
.power-modal-img .first-img {
  text-align: right;
  position: relative;
}

.power-modal-detail {
  padding: 175px 80px 0;
}
.power-modal-detail .section-title {
  padding: 0 0 40px;
}
.power-modal-detail .d-detail {
  margin: 0;
}
.power-modal-detail .d-detail p {
  color: #000000;
  font-size: 14px;
  line-height: 32px;
}

.hospital-modal .section-title {
  padding: 0 0 40px;
}
.hospital-modal .section-title h1, .hospital-modal .section-title h2, .hospital-modal .section-title h3, .hospital-modal .section-title h4, .hospital-modal .section-title h5, .hospital-modal .section-title h6 {
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
}
.hospital-modal .section-title span {
  font-size: 21px;
  line-height: 21px;
  display: block;
  color: #70818A;
}
.hospital-modal .mm-top-image {
  position: absolute;
}
.hospital-modal .mm-top-image .hospital-modal-img {
  width: 50%;
  display: flex;
}
.hospital-modal .hospital-modal-left {
  padding-top: 300px;
}
.hospital-modal .hospital-modal-left .hospital-modal-detail {
  padding-top: 95px;
}
.hospital-modal .hospital-modal-left .hospital-modal-img {
  display: flex;
}

.hospital-modal-detail {
  padding: 100px 80px 0;
  background: #fff;
}
.hospital-modal-detail .d-detail {
  margin: 0;
  position: relative;
}
.hospital-modal-detail .d-detail .read-more-link {
  top: 10px;
  bottom: auto;
}
.hospital-modal-detail .d-detail p {
  color: #000000;
}

.hospital-modal .modal-body {
  padding: 0 0 50px;
}

.hospital-modal-right .hospital-modal-detail {
  margin-top: 70px;
  padding-bottom: 40px;
}
.hospital-modal-right .hospital-modal-img + .hospital-modal-detail {
  margin: 0;
  padding-left: 0;
}

.restaurant-right {
  background: #fff;
}
.restaurant-right .read-more-link {
  position: relative;
  top: auto !important;
  right: auto;
}
.restaurant-right .read-more-link a {
  text-align: right;
}

.millen-right .read-more-link,
.grass-right .read-more-link {
  position: relative;
  top: auto !important;
  right: auto;
}
.millen-right .read-more-link a,
.grass-right .read-more-link a {
  text-align: right;
}

.restaurant-detail-main {
  margin-top: -90px;
}

.contact-banner {
  padding: 0;
}
.contact-banner .h-detail {
  top: 30%;
}
.contact-banner .d-detail {
  margin: 0;
  max-width: 360px;
}
.contact-banner .d-detail .section-title {
  margin-bottom: 35px;
}
.contact-banner .d-detail p {
  color: #000000;
}

.contact-pg .contact-main {
  background: #70818A;
  position: relative;
  padding-bottom: 125px;
}
.contact-pg .contact-main:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  content: "";
  background: #70818A;
  top: auto;
  bottom: 100%;
}
.contact-pg .contact-main:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 275px;
  width: 150px;
  content: "";
  background: #70818A;
  bottom: auto;
  top: 100%;
  left: auto;
  right: 0;
  height: 100%;
  z-index: -1;
}
.contact-pg .contact-main .row {
  margin: 0 -50px;
}
.contact-pg .contact-main [class^=col-] {
  padding: 0 50px;
}
.contact-pg .contact-main .top-img {
  position: absolute;
  right: 0;
  top: 0;
}
.contact-pg .contact-main .c-title {
  display: flex;
  align-items: flex-end;
  min-height: 115px;
  padding-bottom: 30px;
  border-bottom-color: #fff;
}
.contact-pg .contact-main .c-title h3,
.contact-pg .contact-block p a,
.contact-pg .contact-block p,
.contact-pg .contact-block h6 {
  color: #fff;
}
.contact-pg .contact-main .c-title h3 {
  font-family: "MontserratBold";
  font-size: 21px;
  line-height: 36px;
}
.contact-pg .contact-block h6 {
  font-family: "MontserratBold";
  font-size: 18px;
  line-height: 36px;
}
.contact-pg .contact-block p {
  font-family: "MontserratRegular";
  font-size: 18px;
  line-height: 36px;
}

.reach-us {
  margin-top: -55px;
}
.reach-us .reach-detail {
  padding: 90px;
}
.reach-us .reach-detail .block-title h2 {
  color: #70818A;
}
.reach-us .block-title {
  margin-bottom: 15px;
}
.reach-us .block-title h1, .reach-us .block-title h2, .reach-us .block-title h3, .reach-us .block-title h4, .reach-us .block-title h5, .reach-us .block-title h6 {
  font-family: "MontserratBold";
}
.reach-us .d-detail {
  margin: 0;
}
.reach-us .d-detail p {
  color: #000000;
}
.reach-us .read-more-link {
  position: relative;
  float: right;
  position: relative;
  float: right;
  right: auto;
  bottom: auto;
}

.sub-banner {
  padding-left: 200px;
  padding-right: 0;
}
.sub-banner .section-title {
  padding: 0 0 40px;
}
.sub-banner .banner-right {
  margin: 0 !important;
  max-width: 618px;
  top: auto;
  bottom: 0;
  padding-right: 200px;
  padding-right: 200px !important;
}

.objective {
  padding: 65px 0 140px;
}
.objective .ob-title {
  padding: 0 0 50px;
}
.objective .ob-title h3 {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "MontserratBold";
  color: #70818A;
  margin: 0;
}
.objective .ob-block {
  max-width: 480px;
  display: flex;
  margin-bottom: 30px;
}
.objective .ob-block .number {
  font-size: 72px;
  line-height: 72px;
  color: #70818A;
  font-family: "MontserratMedium";
  margin-right: 40px;
}
.objective .ob-block p {
  font-size: 14px;
  line-height: 21px;
  color: #70818A;
  margin: 0;
  font-family: "MontserratBold";
}
.objective .ob-block + .ob-block {
  margin-left: 100px;
}

.sv-sec {
  background: #5a6469;
  padding-left: 160px;
  padding-bottom: 300px;
}
.sv-sec .d-detail {
  margin: 0;
}
.sv-sec .sv-left {
  padding-top: 95px;
}
.sv-sec .sv-right {
  padding-left: 20px;
  margin-top: -85px;
}
.sv-sec .sv-image {
  text-align: right;
  margin: 0 0 60px;
}

.sv-images {
  margin-top: -300px;
}
.sv-images .image-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sv-images .img-block:nth-child(2) {
  margin-top: 150px;
}

.join-us {
  position: relative;
  z-index: 9;
  padding: 150px 0 0;
}
.join-us .h-detail {
  top: 50%;
}

.join-banner {
  position: relative;
  margin-right: 140px;
}
.join-banner .join-img img {
  width: 100%;
}
.join-banner .d-detail {
  max-width: 300px;
}
.join-banner .block-title h1, .join-banner .block-title h2, .join-banner .block-title h3, .join-banner .block-title h4, .join-banner .block-title h5, .join-banner .block-title h6 {
  font-family: "MontserratLight";
}

.sv-video {
  margin-top: -250px;
}
.sv-video .youtube-video iframe {
  height: 500px;
}
.sv-video .youtube-video {
  height: 500px;
  padding: 0;
}
.sv-video .youtube-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.effort-sec {
  margin-top: -250px;
  padding-bottom: 100px;
}
.effort-sec .sold-left {
  padding: 150px 0 0;
}
.effort-sec .sold-left .d-detail {
  margin: 0;
}
.effort-sec .sold-slider-main {
  margin-top: 30px;
}

.effort-left .form-group {
  display: flex;
  align-items: center;
}
.effort-left .form-group label {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}
.effort-left .form-group .selectric-sel {
  width: 175px;
  margin-left: 20px;
}
.effort-left .form-group .selectric {
  height: 30px;
}
.effort-left .form-group .selectric .button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #FF821E;
}
.effort-left .form-group .selectric .button:after {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 7.4' style='enable-background:new 0 0 12 7.4;' xml:space='preserve'%3E%3Cpath class='st0' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' d='M11.3,0.7L6,6L0.7,0.7'/%3E%3C/svg%3E%0A");
  border: none;
  height: 6px;
  width: 10px;
}
.effort-left .form-group .selectric .label {
  font-size: 14px;
  line-height: 30px;
  color: #70818A;
  height: 30px;
  font-family: "MontserratRegular";
}
.effort-left .form-group .selectric-items li:hover,
.effort-left .form-group .selectric-items li.selected {
  background: #70818A;
  color: #fff;
}

.news-banner {
  padding: 0 !important;
}
.news-banner .section-title h1 {
  font-family: "MontserratLight";
  margin: 0 0 50px;
}
.news-banner .d-detail {
  margin-right: 50px;
  max-width: 500px;
}

.news-slider-main {
  padding: 150px 0 80px;
  position: relative;
}
.news-slider-main .container {
  max-width: 1560px;
}
.news-slider-main:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  content: "";
  background: #fff;
  top: auto;
  bottom: 100%;
  left: auto;
  right: 0;
}
.news-slider-main .news-left {
  width: 160px;
}
.news-slider-main .news-left a {
  font-size: 36px;
  line-height: 36px;
  font-family: "MontserratLight";
  text-decoration: none;
  color: #70818A;
  margin: 0 0 65px;
  display: block;
}
.news-slider-main .news-left p {
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  font-family: "MontserratLight";
  margin: 0;
}
.news-slider-main .news-inner-main {
  position: relative;
}
.news-slider-main .news-inner-main .news-left {
  position: absolute;
  top: 0;
  left: 0;
}

.news-slider {
  margin-left: 300px;
  padding-bottom: 100px;
}
.news-slider.slick-initialized {
  opacity: 1;
}
.news-slider .slick-list {
  margin-left: -25px;
}
.news-slider .slick-dots {
  padding: 0;
  margin: 45px 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-slider .slick-dots li {
  display: flex;
  align-items: center;
  /* width: 100%; */
  flex: 1;
  border-top: 1px solid #70818A;
  justify-content: center;
  height: 1px;
}
.news-slider .slick-dots li button {
  height: 5px;
  background: transparent;
  text-indent: -9999px;
  border: none;
  padding: 0;
  width: 100%;
}
.news-slider .slick-dots li.slick-active button {
  background: #70818A;
}
.news-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  cursor: pointer;
}
.news-slider .slick-arrow svg {
  width: 13px;
  height: auto;
}
.news-slider .slick-next {
  right: -80px;
}
.news-slider .slick-prev {
  left: -80px;
}

.news-item {
  padding-top: 80px;
  position: relative;
  margin-left: 25px;
}
.news-item .news-inner {
  border: 1px solid #C8C8C8;
  border-bottom: 6px solid #70818A;
}
.news-item .year {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.news-item .year .arrow {
  width: 20px;
  margin-right: 20px;
}
.news-item .year h2 {
  font-size: 36px;
  line-height: 36px;
  font-family: "MontserratBold";
  color: #70818A;
  margin: 0;
}
.news-item .img img {
  width: 100%;
}
.news-item .n-detail .date {
  background: #fff;
  padding: 23px;
  position: relative;
  padding-left: 50px;
}
.news-item .n-detail .date::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  background: #C8C8C8;
  content: "";
  height: 1px;
  bottom: 0;
}
.news-item .n-detail h3 {
  font-size: 21px;
  line-height: 21px;
  color: #5A6469;
  font-family: "MontserratExtraBold";
  margin: 0;
}
.news-item .n-detail .bottom {
  height: 200px;
  padding: 25px 50px 40px;
  display: flex;
  flex-direction: column;
}
.news-item .n-detail .bottom p {
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  font-family: "MontserratLight";
}
.news-item .n-detail .bottom a {
  font-size: 14px;
  line-height: 14px;
  color: #70818A;
  font-family: "MontserratBold";
  margin-top: auto;
}

.story-banner .h-detail .detail-box {
  max-width: 440px;
}
.story-banner .h-detail .detail-box .section-title h1, .story-banner .h-detail .detail-box .section-title h2, .story-banner .h-detail .detail-box .section-title h3, .story-banner .h-detail .detail-box .section-title h4, .story-banner .h-detail .detail-box .section-title h5, .story-banner .h-detail .detail-box .section-title h6 {
  font-family: "MontserratLight";
}

.story-detail-main {
  margin-top: -250px;
  position: relative;
  z-index: 99;
}
.story-detail-main .detail-column {
  background: #fff;
  padding: 75px;
  padding-left: 0;
}
.story-detail-main [class*=col-]:first-child .detail-column {
  padding-left: 70px;
}
.story-detail-main .d-detail {
  margin: 0;
}
.story-detail-main .d-detail p {
  color: #000000;
}

.story-image {
  margin-top: -300px;
}
.story-image img {
  width: 100%;
}

.growth-sec {
  position: relative;
  margin-top: -100px;
  padding-bottom: 50px;
}
.growth-sec .g-pattern {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
}

.growth-detail-main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.growth-detail-main .block-title {
  text-align: right;
}
.growth-detail-main .block-title h1, .growth-detail-main .block-title h2, .growth-detail-main .block-title h3, .growth-detail-main .block-title h4, .growth-detail-main .block-title h5, .growth-detail-main .block-title h6 {
  font-family: "MontserratLight";
  color: #70818A;
  margin: 0;
}
.growth-detail-main .d-detail {
  margin: 0;
}
.growth-detail-main .d-detail p {
  color: #000000;
}

.structure-main {
  padding-bottom: 150px;
}

.spirit-main {
  background: #5A6469;
  padding-top: 150px;
  position: relative;
  z-index: 9;
}
.spirit-main .d-detail {
  margin: 0;
}

.spirit-top {
  position: relative;
}
.spirit-top .spirit-left {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.spirit-image {
  margin-top: -300px;
}
.spirit-image .img {
  width: 60%;
  margin-left: auto;
}
.spirit-image .img img {
  width: 100%;
}

.spirit-detail-main {
  padding: 100px 0 250px;
  position: relative;
}
.spirit-detail-main .spirit-pa {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}
.spirit-detail-main .d-detail {
  margin: 0;
}

.team-main {
  background: #F0F0F0;
  padding-bottom: 140px;
}
.team-main .team-slider {
  margin-top: -150px;
  z-index: 99;
}
.team-main .team-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -30px;
}
.team-main .team-slider .slick-dots li {
  display: block;
  list-style-type: none;
  padding: 0 0 10px;
  display: flex;
  display: flex;
  align-items: center;
  padding: 0 6px;
}
.team-main .team-slider .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: #5a6469;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0;
  height: 12px;
  width: 12px;
  transition: 0.2s;
}
.team-main .team-slider .slick-dots li.slick-active button {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  width: 25px;
  background: #FF821E;
}

.team-item {
  padding: 0 25px;
}
.team-item .t-img {
  position: relative;
}
.team-item .t-img::after {
  position: absolute;
  width: 130px;
  height: 250px;
  border-top-left-radius: 150px;
  border: 16px solid #FF821E;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-left-radius: 150px;
  content: "";
  z-index: -1;
  bottom: -16px;
  left: -14px;
}
.team-item .t-detail {
  display: flex;
  align-items: center;
  padding: 40px 0 0 70px;
}
.team-item .t-detail .p-btn a svg {
  width: 20px;
}
.team-item .t-detail .p-btn a img {
  width: 20px;
}
.team-item .t-detail .right {
  border-left: 3px solid #FF821E;
  padding-left: 25px;
  margin-left: 25px;
}
.team-item .t-detail .right h4 {
  font-size: 18px;
  line-height: 18px;
  font-family: "MontserratBold";
  color: #000000;
  margin: 0 0 15px;
}
.team-item .t-detail .right p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  font-family: "MontserratRegular";
}

.team-modal .modal-close {
  right: 17px;
}
.team-modal .modal-body {
  height: 625px;
}
.team-modal .modal-body .row {
  height: 100%;
}
.team-modal .modal-body [class*=col-] {
  height: 100%;
}
.team-modal .team-img {
  height: 100%;
}
.team-modal .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-modal .team-detail {
  padding: 90px;
  height: 100%;
  overflow: auto;
  padding-bottom: 30px;
}
.team-modal .team-detail:after {
  position: absolute;
  top: 90px;
  width: 10px;
  content: "";
  display: block;
  height: 185px;
  background: #FF821E;
  left: -15px;
  z-index: 99;
}
.team-modal .top-detail {
  padding: 0 0 65px;
}
.team-modal .top-detail h5 {
  font-size: 21px;
  line-height: 24px;
  color: #70818A;
  margin: 0 0 30px;
  font-family: "MontserratBold";
}
.team-modal .top-detail h2 {
  font-size: 36px;
  line-height: 43px;
  color: #70818A;
  margin: 0 0 30px;
  font-family: "MontserratBold";
}
.team-modal .top-detail p {
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  margin: 0;
  font-family: "MontserratLight";
}
.team-modal .year-block {
  display: flex;
  padding: 0 0 50px;
  align-items: flex-start;
}
.team-modal .year-block .left {
  display: flex;
  align-items: center;
  flex: 0 0 35%;
  max-width: 35%;
  justify-content: space-between;
  padding-right: 25px;
}
.team-modal .year-block .left h3 {
  font-size: 36px;
  line-height: 36px;
  font-family: "MontserratBold";
  margin: 0;
  color: #70818A;
}
.team-modal .year-block .left img {
  width: 20px;
}
.team-modal .year-block .right {
  flex: 0 0 65%;
  max-width: 65%;
  padding-left: 25px;
  border-left: 1px solid #70818A;
}
.team-modal .year-block .right p {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin: 0 0 15px;
  font-family: "MontserratLight";
}
.team-modal .year-block .right h6 {
  font-size: 10px;
  line-height: 14px;
  color: #000000;
  font-family: "MontserratRegular";
  margin: 0;
}

.re-excellence-main {
  padding: 0 0 125px;
  position: relative;
}
.re-excellence-main .bg-pattern {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: -1;
}

.re-excellence {
  background: #70818A;
  position: relative;
  padding: 100px 0;
  margin-left: 150px;
  margin-top: 150px;
}
.re-excellence .excellence-left .row {
  justify-content: center;
}
.re-excellence .excellence-left .ex-block {
  margin: 0 auto;
  height: 180px;
  width: 210px;
  padding: 10px 34px;
}
.re-excellence .excellence-left .ex-block p {
  font-size: 14px;
  line-height: 18px;
  font-family: "MontserratExtraBold";
}
.re-excellence .excellence-left .ex-block span {
  font-size: 21px;
  line-height: 21px;
  font-family: "MontserratExtraBold";
}
.re-excellence .block-title {
  padding: 50px 0;
}
.re-excellence .block-title h1, .re-excellence .block-title h2, .re-excellence .block-title h3, .re-excellence .block-title h4, .re-excellence .block-title h5, .re-excellence .block-title h6 {
  font-family: "MontserratRegular";
  text-align: center;
}
.re-excellence .exllence-right-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.re-excellence .exllence-right-main .exllence-detail {
  background: #fff;
  padding: 90px;
  width: 80%;
  margin-left: auto;
  padding-top: 0;
  position: relative;
}
.re-excellence .exllence-right-main .exllence-detail .d-detail {
  margin-right: 0;
}
.re-excellence .exllence-right-main .exllence-detail .d-detail p {
  margin: 0;
  color: #000;
}
.re-excellence .exllence-right-main .ex-image-main {
  margin-top: -100px;
  margin-top: -58px;
}

.milestone-banner .banner-img img {
  width: 100%;
}

.foreward-sec .section-title {
  padding: 0 0 80px;
}
.foreward-sec .d-detail {
  margin: 0;
}
.foreward-sec .d-detail p {
  color: #000;
}
.foreward-sec .forward-img {
  margin-left: -240px;
  margin-bottom: 45px;
}
.foreward-sec .foreward-detail {
  margin-top: -125px;
  background: #fff;
  position: relative;
  padding: 100px;
  padding-bottom: 160px;
}

.achivement-sec .achive-image {
  width: 58%;
  margin-left: auto;
  text-align: right;
}
.achivement-top {
  position: relative;
  background: url("../images/achive-bg.jpg");
  padding-bottom: 350px;
  background-size: cover;
}
.achivement-top .achive-detail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.achivement-top .achive-detail .year-img {
  margin-bottom: -150px;
}
.achivement-top .achive-detail .detail-iner {
  margin-top: -75px;
}
.achivement-top .achive-detail .bottom {
  text-align: right;
  position: relative;
  z-index: 99;
}
.achivement-top .achive-detail .bottom .btn-orange {
  padding: 0;
  padding: 14px 32px;
}
.achivement-top .achive-detail .bottom .btn-orange i {
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.achivement-top .achive-detail .bottom h3 {
  font-size: 36px;
  line-height: 48px;
  color: #70818A;
  margin: 35px 0 0;
  font-family: "MontserratRegular";
}

.achive-year {
  padding-right: 150px;
  position: relative;
  margin-top: -350px;
}
.achive-year .achive-pat {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.achive-year .achive-images {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.achive-year .year-list {
  background: #5A6469;
  padding: 40px 0;
  position: relative;
}
.achive-year .year-list .year-slider {
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  padding: 0 25px;
  border-radius: 0 0 0 50px;
  -webkit-border-radius: 0 0 0 50px;
  -ms-border-radius: 0 0 0 50px;
}
.achive-year .year-list .year-slider .slick-list {
  overflow: unset;
  overflow-x: clip;
}
.achive-year .year-list .year-slider > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.achive-year .year-list .year-slider .year-item {
  list-style-type: none;
  display: block;
  position: relative;
}
.achive-year .year-list .year-slider .year-item a {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px;
  text-align: center;
  padding: 25px;
  padding: 25px 47px;
  position: relative;
}
.achive-year .year-list .year-slider .year-item:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  content: "";
  height: 50%;
  margin: auto;
}
.achive-year .year-list .year-slider .year-item:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  content: "";
  display: block;
  margin: 0 auto;
  background: #fff;
  width: 45px;
  bottom: -3px;
  opacity: 0;
  z-index: 9;
}
.achive-year .year-list .year-slider .year-item.slick-current:after, .achive-year .year-list .year-slider .year-item:first-child:after {
  display: none;
}
.achive-year .year-list .year-slider .year-item.active-year:before {
  opacity: 1;
}
.achive-year .year-list .year-slider .year-item.active-year a {
  background: #708189;
}
.achive-year .year-list .year-slider .year-item .hover-block {
  width: 600px;
  position: absolute;
  top: auto;
  bottom: 0;
  background: #708189;
  z-index: 999;
  padding: 60px;
  border-radius: 10px 10px 10px 0px;
  -webkit-border-radius: 10px 10px 10px 0px;
  -ms-border-radius: 10px 10px 10px 0px;
  bottom: 100%;
  display: none;
}
.achive-year .year-list .year-slider .year-item .hover-block.left {
  left: auto;
  right: 0;
  border-radius: 10px 10px 0px 10px;
  -webkit-border-radius: 10px 10px 0px 10px;
  -ms-border-radius: 10px 10px 0px 10px;
}
.achive-year .year-list .year-slider .year-item .hover-block h3 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 40px;
  font-family: "MontserratRegular";
}
.achive-year .year-list .year-slider .year-item .hover-block .h-title p {
  margin: 0;
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block {
  position: relative;
  padding: 0 0 35px;
  padding-left: 45px;
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block:after {
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.3 15.6' style='enable-background:new 0 0 21.3 15.6;' xml:space='preserve'%3E%3Cpath class='st0' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' d='M12.8,0.7l7.1,7.1l-7.1,7.1 M0.7,14.8l7.1-7.1L0.7,0.7'/%3E%3C/svg%3E%0A");
  width: 19px;
  height: 14px;
  content: "";
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block h6 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin: 0;
  font-family: "MontserratBold";
  margin: 0 0 10px;
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin: 0;
  font-family: "MontserratLight";
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block p a {
  color: #fff;
  text-align: left;
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block ul {
  padding: 10px 0 0;
  margin: 0;
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block ul li {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin: 0 0 10px;
  font-family: "MontserratLight";
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block .number {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-family: "MontserratRegular";
  text-decoration: none;
  margin: 8px 0;
  display: block;
  text-align: left;
}
.achive-year .year-list .year-slider .year-item .hover-block .add-block:last-child {
  padding-bottom: 0;
}
.achive-year .year-list .year-slider .year-item .hover-block .contact-block {
  padding-bottom: 0;
}
.achive-year .year-list .year-slider .year-item .hover-block .contact-block:after {
  display: none;
}
.achive-year .year-list .year-slider .slick-active + .slick-active + .slick-active .hover-block {
  left: auto;
  right: 0;
  border-radius: 10px 10px 0px 10px;
  -webkit-border-radius: 10px 10px 0px 10px;
  -ms-border-radius: 10px 10px 0px 10px;
}

.achive-bottom-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
}
.achive-bottom-detail .d-detail p {
  color: #000;
}

.achive-power {
  position: relative;
  padding: 0 0 100px;
}

.youtube-video {
  padding: 90px 0;
}
.youtube-video iframe {
  height: 640px;
  width: 100%;
}

.mile-pg .effort-sec {
  margin: 0;
}
.mile-pg .effort-sec .sold-left {
  padding: 75px 0 30px;
}
.mile-pg .sold-item .s-detail .top-detail {
  margin-top: auto;
}

.achive-power-img {
  width: 60%;
}

.group-structure {
  background: url("../images/structure-bg.jpg");
  background-size: cover;
  padding: 150px;
}

.structure-list {
  display: flex;
  max-width: 410px;
  max-width: 680px;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  padding: 0 130px;
  justify-content: space-between;
}
.structure-list .structure-mid {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.structure-list .structure-mid h3 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 4px;
  font-family: "MontserratBold";
}
.structure-list .structure-mid .mid-logo {
  padding-left: 60px;
}
.structure-list .structure-mid .mid-logo img {
  width: 200px;
}
.structure-list .st-block {
  height: 202px;
  width: 202px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.structure-list .st-block:after {
  position: absolute;
  top: 97px;
  left: 96px;
  background: #ff821e;
  width: 2px;
  height: 0;
  content: "";
  transform: rotate(137deg);
  transform-origin: top;
}
.structure-list .st-block .st-bg {
  transform: rotate(-90deg);
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 202.4 202.4' style='enable-background:new 0 0 202.4 202.4;' xml:space='preserve'%3E%3Cpath class='st0' fill='%2370818A' d='M0,68.1l0,15.2c32.4,1,61.6,14.5,83.1,36c0,0,0,0,0,0c0,0,0,0,0,0c21.4,21.4,35,50.7,36,83.1h15.2 c-0.3-10.7-1.8-21.1-4.4-31l52.1-52.1c27.3-27.3,27.3-71.6,0-98.8c-27.3-27.3-71.6-27.3-98.8,0L31,72.5C21.1,69.9,10.7,68.4,0,68.1z '/%3E%3C/svg%3E%0A");
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.structure-list .st-block .st-hover {
  width: 360px;
  position: absolute;
  left: 0;
  top: 0;
  left: -40px;
  right: auto;
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  display: none;
  right: 100%;
  left: auto;
  top: -150px;
}
.structure-list .st-block .st-hover .step-block {
  height: 100px;
  margin: 0;
}
.structure-list .st-block .st-hover .step-block .step-img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  right: 50px;
}
.structure-list .st-block .st-hover .step-block .icon img {
  width: 50px;
}
.structure-list .st-block .st-hover .step-block a {
  background: #FF821E;
  border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  z-index: 99;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
}
.structure-list .st-block .st-hover .step-block a span {
  font-size: 24px;
  line-height: 24px;
  font-family: "MontserratBold";
}
.structure-list .st-block .st-hover .step-block a .number {
  font-size: 36px;
  line-height: 43px;
  font-family: "MontserratBold";
}
.structure-list .st-block .st-hover .st-list {
  background: #FF821E;
  background: #ff821e;
  border-radius: 313px 14px 14px 0px/0px 14px 14px 0px;
  -moz-border-radius: 313px 14px 14px 0px/0px 14px 14px 0px;
  -webkit-border-radius: 313px 14px 14px 0px/0px 14px 14px 0px;
  filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  padding: 30px 40px;
  border-radius: 0px 0px 20px 20px;
  width: 88%;
  margin-right: auto;
  background: url("../images/st-bgmain.png");
  background-size: cover;
  background-repeat: no-repeat;
  backdrop-filter: blur(20px);
}
.structure-list .st-block .st-hover .st-list .plant-block {
  padding: 0 0 20px;
}
.structure-list .st-block .st-hover .st-list .plant-block h5 {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 15px;
  font-family: "MontserratBold";
}
.structure-list .st-block .st-hover .st-list .plant-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 15px;
}
.structure-list .st-block .st-hover .st-list .plant-block ul li {
  font-size: 10px;
  line-height: 14px;
  color: #000;
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}
.structure-list .st-block .st-hover .st-list .plant-block ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 5px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 5 10' style='enable-background:new 0 0 5 10;' xml:space='preserve'%3E%3Cpath class='st0' fill='%23FFFFFF' d='M0,0l5,5l-5,5V0z'/%3E%3C/svg%3E%0A") no-repeat;
  content: "";
  display: block;
}
.structure-list .st-block a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.structure-list .st-block .st-detail {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px;
  text-align: center;
  padding-left: 0px;
  padding-top: 40px;
}
.structure-list .st-block .st-detail .icon img {
  width: 50px;
}
.structure-list .st-block .st-detail span {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.structure-list .st-block.block2:after {
  top: 106px;
  transform: rotate(220deg);
}
.structure-list .st-block.block2 .st-bg {
  transform: rotate(0);
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 202.4 202.4' style='enable-background:new 0 0 202.4 202.4;' xml:space='preserve'%3E%3Cpath class='st0' fill='%235A6469' d='M181.9,20.4c27.3,27.3,27.3,71.6,0,98.8l-52.1,52.1c2.6,10,4.1,20.3,4.4,31h-15.2c-1-32.4-14.5-61.6-36-83.1 c0,0,0,0,0,0c0,0,0,0,0,0c-21.4-21.4-50.7-35-83.1-36l0-15.2c10.7,0.3,21.1,1.8,31,4.4l52.1-52.1C110.3-6.8,154.7-6.8,181.9,20.4z' /%3E%3C/svg%3E");
}
.structure-list .st-block.block2 .st-detail {
  padding-left: 40px;
  padding-right: 0;
}
.structure-list .st-block.block2 .st-hover {
  right: 0;
  left: auto;
  left: 100%;
  top: -130px;
}
.structure-list .st-block.block2 .st-hover .st-list {
  margin-left: auto;
  margin-right: 0;
}
.structure-list .st-block.block2 .st-hover .step-block a {
  border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
}
.structure-list .st-block.block2 .st-hover .step-block .step-img {
  right: 0;
  left: auto;
}
.structure-list .st-block.block3 {
  margin-top: 15px;
}
.structure-list .st-block.block3 .st-bg {
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 202.4 202.4' style='enable-background:new 0 0 202.4 202.4;' xml:space='preserve'%3E%3Cpath class='st0' fill='%235A6469' d='M181.9,20.4c27.3,27.3,27.3,71.6,0,98.8l-52.1,52.1c2.6,10,4.1,20.3,4.4,31h-15.2c-1-32.4-14.5-61.6-36-83.1 c0,0,0,0,0,0c0,0,0,0,0,0c-21.4-21.4-50.7-35-83.1-36l0-15.2c10.7,0.3,21.1,1.8,31,4.4l52.1-52.1C110.3-6.8,154.7-6.8,181.9,20.4z' /%3E%3C/svg%3E");
}
.structure-list .st-block.block3 .st-detail {
  padding-top: 90px;
}
.structure-list .st-block.block3 .st-hover {
  right: 100%;
  left: auto;
  top: auto;
  bottom: -150px;
}
.structure-list .st-block.block3 .st-hover .st-list {
  margin-left: 0;
  margin-right: 0;
  border-radius: 20px 20px 0 0;
  margin-right: auto;
}
.structure-list .st-block.block3 .st-hover .step-block .step-img {
  top: auto;
  bottom: 0;
}
.structure-list .st-block.block3:after {
  top: 104px;
  left: 96px;
  transform: rotate(37deg);
}
.structure-list .st-block.block4 {
  margin-top: 15px;
}
.structure-list .st-block.block4 .st-bg {
  transform: rotate(90deg);
}
.structure-list .st-block.block4:after {
  top: 95px;
  transform: rotate(-40deg);
}
.structure-list .st-block.block4 .st-detail {
  padding-top: 80px;
  padding-right: 0;
  padding-left: 40px;
}
.structure-list .st-block.block4 .st-hover {
  right: 0;
  left: auto;
  left: 100%;
  bottom: -130px;
  top: auto;
}
.structure-list .st-block.block4 .st-hover .st-list {
  margin-left: auto;
  margin-right: 0;
  border-radius: 20px 20px 0 0;
}
.structure-list .st-block.block4 .st-hover .step-block a {
  border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
}
.structure-list .st-block.block4 .st-hover .step-block .step-img {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
}
.structure-list .st-block:hover .st-bg {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 131.5 131.6' style='enable-background:new 0 0 131.5 131.6;' xml:space='preserve'%3E%3Cpath class='st0' fill='%23FF821E' d='M117.2,126.5C115.3,65.5,66.1,16.2,5,14.3V0c68.9,1.9,124.6,57.6,126.5,126.5H117.2z'/%3E%3Cpath class='st1' fill='none' stroke='%23FF821E' stroke-width='2' stroke-miterlimit='10' d='M112.2,131.6c-0.9-28.5-12.1-56.7-33.8-78.4C56.7,31.5,28.5,20.3,0,19.4'/%3E%3Cpolygon class='st0' fill='%23FF821E' points='73.2,28 103.5,28 103.5,58.3 '/%3E%3C/svg%3E");
  background-position: bottom left 0;
  background-size: 135px;
  background-repeat: no-repeat;
}
.structure-list .st-block:hover:after {
  height: 100%;
  background-color: #ff821e;
  transition: height 0.5s linear;
}
.structure-list .st-block:hover .st-detail {
  display: none;
}
.structure-list .st-block:hover .st-hover {
  display: block;
}

.contact-modal .section-title h1, .contact-modal .section-title h2, .contact-modal .section-title h3, .contact-modal .section-title h4, .contact-modal .section-title h5, .contact-modal .section-title h6 {
  color: #4D4D4D;
}
.contact-modal .form-left .form-group .form-control {
  border: none;
  border-bottom: 1px solid #000;
}
.contact-modal .form-left .form-group .form-control.error {
  border-color: red !important;
}
.contact-modal .form-group {
  padding: 0 50px;
  margin: 0 0 50px;
  border-left: 10px solid #CCCCCC;
}
.contact-modal .form-group [class*=col-] {
  padding: 0 5px 10px;
}
.contact-modal .form-group .row {
  margin: 0 -5px;
}
.contact-modal .form-group label {
  font-size: 18px;
  line-height: 20px;
  font-family: "MontserratBold";
  color: #4D4D4D;
  margin: 0 0 15px;
}
.contact-modal .form-group .form-control {
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
}
.contact-modal .custom-select {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.7 6.1' style='enable-background:new 0 0 10.7 6.1;' xml:space='preserve'%3E%3Cpath class='st0' fill='none' stroke='%23000000' stroke-miterlimit='10' d='M10.4,0.4l-5,5l-5-5'/%3E%3C/svg%3E%0A") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #000000 !important;
}
.contact-modal .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  height: 20px;
  width: 20px;
}
.contact-modal .custom-control-label::after {
  height: 20px;
  width: 20px;
}
.contact-modal .custom-control-input:checked ~ .custom-control-label::before {
  background: #F48120;
  border-color: #F48120;
}
.contact-modal textarea.form-control {
  height: 140px;
  border: 1px solid #000 !important;
}
.contact-modal .c-btn {
  text-align: center;
}
.contact-modal .modal-body {
  padding: 50px 0;
  border: none;
}

.custom-control .custom-control-label {
  font-family: "MontserratRegular" !important;
  color: #4D4D4D !important;
  line-height: 1.5 !important;
  padding-left: 12px;
  margin: 0 !important;
}

.form-group label.error {
  color: red !important;
  font-family: "MontserratMedium" !important;
}

.business-banner.story-banner {
  padding-right: 150px;
}

.typography-pg h1,
.typography-pg h2,
.typography-pg h3,
.typography-pg h4,
.typography-pg h5,
.typography-pg h6 {
  margin: 0 0 20px;
  font-family: "MontserratLight";
  color: #70818A;
}

.typography-pg h3,
.typography-pg h4,
.typography-pg h5,
.typography-pg h6 {
  margin: 0 0 10px;
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

.aligncenter {
  float: none;
  margin: 15px auto;
  display: block;
}

.typography-pg ul {
  display: block;
  padding-left: 18px;
}

.typography-pg ul li {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "MontserratRegular";
}

img {
  max-width: 100%;
}

.typography-pg {
  padding-bottom: 50px;
}

.typography-pg p {
  margin: 0 0 10px;
  line-height: 24px;
  margin: 0 0 25px;
}

.typography-pg ul li a {
  text-decoration: none;
  color: #F48120;
}

.typography-pg ul li a:hover {
  color: #000000;
}

.typography-pg ul li ol {
  display: block;
  padding-left: 25px;
  margin: 0 0 10px;
}

.typography-pg ol {
  display: block;
  padding-left: 18px;
}

.typography-pg ol li {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "MontserratRegular";
}

.typography-pg ol li a {
  text-decoration: none;
  color: #000000;
}

.typography-pg p a {
  color: #F48120;
}

.typography-pg ol li a:hover {
  color: #F48120;
}

.typography-pg ol li ul {
  display: block;
  padding-left: 25px;
  margin: 0 0 10px;
}

.typography-pg blockquote {
  border-color: #F48120;
  padding: 10px;
}

.typography-pg pre {
  white-space: normal;
  background-color: #F48120;
  color: #ffffff;
  padding: 10px;
}

.millen-right .hospital-modal-detail {
  padding: 40px 40px 0;
}
.millen-right .hospital-modal-detail .d-detail p {
  color: #000000;
  font-size: 12px;
  line-height: 30px;
}

/*========== Loader Start ==========*/
.ajax-loader {
  text-align: center;
  background: white none repeat scroll 0 0;
  color: #ffffff;
  opacity: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  z-index: 999999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}

.loader i {
  color: #333;
  font-size: 80px;
}

.loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  height: 350px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.loader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  height: 350px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*========== Loader End ==========*/
/**********************************************************************/
/************************** Content End **************************/
/**********************************************************************/
.f-top {
  padding: 0 0 15px;
  position: relative;
}

.footer {
  background: #5A6469;
  padding: 55px 0 80px;
}
.footer .f-block .f-title {
  font-size: 24px;
  line-height: 24px;
  font-family: "MontserratExtraBold";
  color: #ffffff;
  margin: 0 0 15px;
}
.footer .f-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}
.footer .f-block ul li {
  list-style-type: none;
  display: block;
  padding: 0 0 5px;
  margin: 0;
}
.footer .f-block ul li a {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  font-family: "MontserratRegular";
  text-decoration: none;
  transition: 0.2s;
  display: block;
  position: relative;
}
.footer .f-block ul li a:after {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 6px;
  height: 11.25px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6.7 12' style='enable-background:new 0 0 6.7 12;' xml:space='preserve'%3E%3Cpath class='st0' fill='none' stroke='%23F48120' stroke-miterlimit='10' d='M0.4,0.4L6,6l-5.6,5.6'/%3E%3C/svg%3E%0A");
  opacity: 0;
}
.footer .f-block ul li a:hover {
  padding-left: 20px;
  color: #F48120;
}
.footer .f-block ul li a:hover:after {
  opacity: 1;
}
.footer .f-block ul li a.active {
  padding-left: 20px;
  color: #F48120;
  font-family: "MontserratBold";
}
.footer .f-block ul li a.active:after {
  opacity: 1;
}
.footer .f-block.logo-block a {
  margin: 0 35px;
}
.footer .f-block.logo-block a:first-child {
  margin-left: 0;
}
.footer .f-block.logo-block a:last-child {
  margin-right: 0;
}

.copyright {
  padding: 20px 0 0;
}
.copyright p {
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin: 0;
}

.back-top {
  position: absolute;
  right: -50px;
  bottom: -20px;
}
.back-top a {
  font-family: "MontserratBold";
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.back-top a:hover {
  color: #F48120;
}
.back-top a img {
  width: 11px;
  margin: 0 auto;
}
.back-top a span {
  display: block;
  margin: 5px 0 0;
}

/*///////////////////////////////////////////////////////////////////////// Responsive CSS Structure /////////////////////////////////////////////////////////////////////////*/
/*---------- Small Mobile , IPhone Start ----------*/
/*=== Screen Size = 240, 320, 360, 480, 568 ===*/
@media (max-width: 767px) {
  .navbar-toggler {
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    background: transparent;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin-left: auto;
    margin-left: 0;
    background: transparent;
  }

  .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }

  .navbar-toggler .navbar-toggler-icon .toggle-bar {
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #1e75b9;
    margin: 0 0 5px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    border-radius: 5px;
    width: 24px;
    margin: 0 auto 7px;
    background: #fff;
    border-radius: 3px;
    width: 33px;
  }

  .navbar-toggler.open .navbar-toggler-icon .toggle-bar:first-child {
    top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .navbar-toggler.open .navbar-toggler-icon .toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.open .navbar-toggler-icon .toggle-bar:last-child {
    top: -10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon .toggle-bar:last-child {
    margin-bottom: 0;
  }

  .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 100%; */
    z-index: 99;
    background: #26438a;
    height: 100% !important;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
    /* padding: 103px 47px 20px; */
    padding: 100px 27px 20px !important;
    background: #E3EDF2;
    background: #70818A;
  }

  .navbar-collapse.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar-nav .nav-link {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0;
  }

  .navbar-nav .nav-item {
    padding: 0 0 30px;
  }

  .home-slider .h-image {
    height: 350px;
    height: 400px;
    height: 260px;
    position: relative;
    z-index: 99;
  }

  .home-slider .h-image:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
  }

  .home-slider .h-image:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    display: block;
    z-index: -1;
    z-index: 1;
  }

  .home-slider .h-detail p {
    color: #fff !important;
    font-size: 12px;
    line-height: 16px;
  }

  .home-slider .slick-dots {
    display: flex;
    bottom: 70px;
    align-items: center;
    justify-content: center;
  }

  .home-slider .slick-dots li {
    width: auto;
    margin: 0 5px;
  }

  .home-slider .slick-next {
    height: 68px;
    display: flex;
    cursor: pointer;
    position: relative;
    right: 0;
    bottom: auto;
    z-index: 9;
    right: 0;
    justify-content: flex-end;
  }

  .hng-moment .moment-img .bg-gray {
    right: 0;
    width: 80%;
  }

  .truste-main .container {
    margin-left: 0;
  }

  .read-more-link {
    position: relative;
    right: auto;
    bottom: auto;
    background: #70818a;
    padding: 15px 0;
  }

  .anniver-slider .item.slick-slide.slick-active {
    transform: scale(1) translate(0);
  }

  .anni-item:after {
    display: none;
  }

  .anniver-slider .item.slick-slide {
    transform: scale(1) translate(0);
    padding: 0 10px;
  }

  .envire-detail {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide {
    transform: scale(1) translate(0);
    z-index: 10;
  }

  .anniver-slider-main .anim-arrow .slick-arrow svg path {
    stroke: #000;
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(0);
    z-index: 5;
  }

  .enviroment {
    padding-right: 0;
  }

  .enviroment .read-more-link {
    right: auto;
    background: transparent;
    right: auto;
    background: transparent;
    position: absolute;
    bottom: -70px;
    padding: 0;
    left: 20px;
  }

  .contact-main .section-title {
    padding: 0 0 25px;
  }

  .contact-block p {
    margin: 0 0 10px;
  }

  .contact-block {
    padding: 0 0 20px;
  }

  .f-block {
    text-align: center;
    padding: 0 0 30px;
  }

  .footer .f-block ul li a {
    display: inline-block;
  }

  .envire-left {
    padding: 0 0 30px;
  }

  .footer .f-block ul li {
    padding: 0;
  }

  .back-top {
    position: absolute;
    right: -35px;
  }

  .anniver-slider .item.slick-slide.slick-center {
    transform: scale(1);
  }

  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .f-top {
    border-bottom: 10px solid #70818A;
    padding: 0;
    position: relative;
    margin-right: 30px;
  }

  .hng-moment .moment-img .bg-gray {
    right: -90px;
  }

  .excellence-sec {
    margin-top: 0;
    padding: 0 0 40px;
  }

  .sold-sec {
    padding: 0 0 80px;
    padding: 0 0 30px;
  }

  .truste-main {
    padding: 0 0 10px;
    padding-right: 0;
  }

  .hng-moment .moment-img {
    padding: 50px 0 0;
  }

  .trusted-sec .section-title {
    padding: 0 0 25px;
  }

  .trusted-detail p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
  }

  .exl-data {
    padding: 40px 0 0 0;
    position: relative;
    background-size: cover;
    background-position: left -50px center;
    background-position: center center;
    background-color: black;
  }

  .ex-list {
    padding: 0 0 30px;
  }

  .ex-block {
    margin-left: auto;
    margin: 0 auto;
  }

  .anni-item {
    padding: 20px;
  }

  .ex-right {
    padding-right: 20px;
    padding-left: 20px;
    padding: 20px;
  }

  .anni-item .detail p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-main {
    padding: 125px 0 45px;
  }

  .anniver-main {
    padding: 80px 0 50px;
  }

  .h-detail .detail-box {
    margin-left: 20px;
    max-width: 100%;
  }

  .anniversary-sec {
    padding: 40px 0 0;
  }

  .anniversary-sec .section-title {
    margin: 0 auto 10px;
  }

  .sold-left {
    padding: 15px;
  }

  .anniver-main .anniver-top ul li {
    padding: 0 10px;
  }

  .section-title p br {
    display: none;
  }

  .sold-slider-main {
    padding: 0 0 30px 30px;
  }

  .section-title p {
    margin: 25px 0 0;
  }

  .footer {
    padding: 30px 0;
  }

  .trusted-detail {
    max-width: 100%;
    padding: 20px;
    background: #ffffff;
    position: relative;
    top: auto;
    transform: translate(0px, 0px);
  }

  .truste-main .trusted-img::after {
    width: 300px;
    width: 100%;
    top: -20px;
  }

  .trusted-sec {
    padding: 40px 0 0;
  }

  .truste-main .trusted-img {
    padding-right: 0;
  }

  .exl-data .read-more-link {
    position: relative;
    left: 0;
    right: 0;
    width: auto;
    top: auto;
    padding: 15px;
  }

  .trusted-detail h6 {
    font-size: 14px;
    line-height: 16px;
  }

  .trusted-detail span {
    font-size: 15px;
    line-height: 18px;
  }

  .sold-item .s-detail {
    padding: 15px;
  }

  .sold-item .s-detail h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .sold-item:nth-child(odd) {
    margin-top: 0;
  }

  .sold-slider .slick-dots {
    margin: 35px 0 0;
  }

  .sold-item .s-detail p {
    font-size: 15px;
    line-height: 20px;
  }

  .sold-item .s-detail .b-number span {
    font-size: 50px;
    line-height: 50px;
  }

  .navbar-brand img {
    width: 110px;
  }

  .header.header-change .navbar-brand img {
    width: 90px;
  }

  .h-detail p {
    font-size: 14px;
    line-height: 20px;
  }

  .h-detail {
    z-index: 999;
    top: 81%;
    z-index: 99;
  }

  .contact-main .c-title h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .header {
    padding: 10px 0;
    z-index: 999999;
    z-index: 9999;
  }

  .modal {
    z-index: 99999;
  }

  .header-change .navbar-toggler .navbar-toggler-icon .toggle-bar {
    background: #70818A;
  }

  .header-change .navbar-toggler.open .navbar-toggler-icon .toggle-bar {
    background: #fff;
  }

  .header-white .navbar-toggler.open .navbar-toggler-icon .toggle-bar {
    background: #fff !important;
  }

  .metal-detail-main {
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 0;
  }

  .metal-bottom {
    position: relative;
  }

  .metal-bottom .banner-img {
    padding-left: 0;
  }

  .metal-bottom .left-pattern {
    left: 0;
  }

  .metal-main {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 60px;
    margin: 0;
  }

  .metal-main .metal-banner {
    position: relative;
  }

  .property-main .bottom-details {
    padding: 40px 0;
  }

  .property-main .bottom-details ul {
    margin: 40px 0 0;
    display: block;
  }

  .business-banner .banner-right {
    padding: 20px;
    margin-right: 0;
    max-width: 320px;
    max-width: 100%;
    position: relative;
  }

  .metal-detail-main .d-detail {
    margin: 0;
    max-width: 100%;
  }

  .business-banner .h-detail {
    top: 65px;
  }

  .business-steps {
    margin-top: 10px;
  }

  .step-list .step-block {
    padding: 0 10px;
  }

  .power-main {
    padding: 50px 0 0;
  }

  .property-main .bottom-details ul li a {
    padding: 25px 35px;
    padding: 20px 25px;
    display: inline-block;
  }

  .property-main {
    margin-top: 65px;
  }

  .main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 5px;
    letter-spacing: 1px;
  }

  .business-steps .busi-btn {
    position: relative;
    width: auto;
    bottom: auto;
    right: auto;
    padding: 15px;
  }

  .power-devision .white-bg {
    display: none;
  }

  .power-devision .devision-detail .right-pattern {
    display: none;
  }

  .d-detail {
    max-width: 400px;
    margin-left: auto;
    margin-right: 0;
  }

  .business-steps .busi-btn a {
    transform: rotate(0deg);
  }

  .step-list .step-block img {
    max-height: 40px;
  }

  .power-banner .right-pattern {
    display: none;
  }

  .info-box .icon {
    max-width: 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }

  .info-box .block-title h1, .info-box .block-title h2, .info-box .block-title h3, .info-box .block-title h4, .info-box .block-title h5, .info-box .block-title h6 {
    font-size: 22px;
    line-height: 36px;
  }

  .info-box {
    max-width: 320px;
  }

  .power-steps {
    width: auto;
    margin-top: 0;
  }

  .power-steps .step-block .step-img {
    width: 80%;
  }

  .metal-detail-main .metal-right .d-detail {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 50px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 40px;
  }

  .hotel-detail .more-info-link {
    padding: 0;
    top: 0;
  }

  .hotel-block a .ho-detail {
    width: 295px;
    text-align: right;
    margin-right: 15px;
    opacity: 0;
    opacity: 1;
  }

  .power-steps .step-block {
    height: 90px;
    height: 60px;
  }

  .power-steps .step-block a {
    padding-left: 10px;
  }

  .power-steps .step-block a span {
    font-size: 12px;
    line-height: 14px;
  }

  .hospital-detail-main .info-box {
    margin: 20px 0;
    margin: 20px auto;
  }

  .hotel-block a .h-image {
    height: 100px;
    width: 100px;
    max-width: 100px;
    flex: 0 0 100px;
  }

  .hotel-block a .ho-detail h6 {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    margin: 0 0 10px;
  }

  .hotels-sec {
    padding: 50px 0;
  }

  .hospital-main {
    padding: 0;
  }

  .property-image {
    right: 0;
    width: 30%;
    position: relative;
    width: 100%;
  }

  .property-main:after {
    display: none;
  }

  .property-detail-main .d-detail ul li > a {
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
  }

  .hotel-detail .d-detail {
    margin-right: 40px;
    padding: 0;
  }

  .metal-detail-main .more-info-link {
    left: auto;
    right: 0;
    right: 90px;
    top: 0;
    padding-bottom: 90px;
    right: 0;
  }

  .metal-detail-main .metal-detail-left {
    padding-left: 20px;
    margin-left: -20px;
    padding-left: 0;
    margin-left: 0;
    margin: 0;
    padding: 0;
  }

  .metal-detail-main .info-box {
    margin: 30px 0;
  }

  .metal-detail-main .metal-right {
    position: relative;
    margin-top: 0;
  }

  .property-detail-main .property-inner {
    padding-left: 0;
    padding: 0;
  }

  .property-detail-main {
    margin-top: -70px;
    padding-top: 70px;
    padding-left: 84px;
    margin-right: 0;
    padding: 0;
    margin: 0;
  }

  .property-detail-main .info-box {
    margin: 15px 0 20px;
  }

  .property-image .banner-img-main {
    padding: 100px 0 0;
  }

  .hoverable-detail-list li .hover-block {
    width: 500px;
    padding: 20px;
    width: 430px;
    padding: 20px;
    max-width: 400px;
  }

  .property-main .bottom-details ul li .hover-block {
    width: 100%;
    border-radius: 0;
  }

  .property-main .bottom-details:after {
    width: 10%;
    display: none;
  }

  .property-main .bottom-details ul li .hover-block h6 {
    font-size: 20px;
    line-height: 20px;
  }

  .hoverable-detail-list li .hover-block .add-block p {
    font-size: 12px;
    line-height: 17px;
  }

  .hoverable-detail-list li .hover-block h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  .hoverable-detail-list li .hover-block .add-block {
    position: relative;
    padding: 0 0 25px;
    padding-left: 25px;
  }

  .property-detail-main ul li + li .hover-block {
    right: 0;
    left: 0;
  }

  .hospital-detail-main {
    margin: 40px 0 0;
  }

  .hospital-detail-main .hospital-detail {
    position: relative;
    padding: 40px 0 0;
  }

  .power-devision .devision-detail {
    padding-top: 20px;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
  }

  .hotel-block a .h-image::after {
    position: absolute;
    left: -8px;
    top: -9px;
    width: 78px;
    height: 149px;
    width: 58px;
    height: 119px;
  }

  .business-banner {
    padding-right: 0;
    position: relative;
  }

  .sub-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .objective .ob-block + .ob-block {
    margin-left: 0;
  }

  .objective {
    padding: 65px 0 50px;
    padding: 30px 20px;
  }

  .sv-video {
    margin-top: 0;
  }

  .sv-sec {
    padding-left: 60px;
    padding-bottom: 240px;
    padding: 0 30px;
  }

  .sv-sec .sv-right {
    padding-left: 0;
    margin-top: 0;
  }

  .sv-images {
    margin-top: 0;
  }

  .join-banner .d-detail {
    max-width: 330px;
    margin-right: 0;
  }

  .join-us {
    padding: 40px 0 0;
  }

  .sub-banner .banner-right {
    max-width: 458px;
    top: auto;
    bottom: 0;
    padding-right: 200px;
    padding-right: 100px !important;
    padding-bottom: 40px;
    padding-right: 20px !important;
    padding-bottom: 30px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-width: 100%;
  }

  .block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6 {
    font-size: 28px;
    line-height: 38px;
  }

  .objective .ob-block .number {
    font-size: 42px;
    line-height: 42px;
    margin-right: 15px;
  }

  .sv-sec .sv-left {
    padding-top: 55px;
  }

  .sv-images .img-block:nth-child(2) {
    margin-top: 20px;
  }

  .join-banner {
    margin-right: 0;
  }

  .join-us .h-detail {
    top: 10%;
    position: relative;
    top: 10%;
    top: auto;
    background: #70818a;
    padding: 20px;
  }

  .join-banner .d-detail {
    max-width: 330px;
    margin-right: 0;
  }

  .h-detail p {
    font-size: 18px;
    line-height: 28px;
  }

  .effort-sec .sold-left {
    padding: 40px 20px 0;
  }

  .effort-sec {
    padding: 0 0 80px;
    margin-top: -70px;
  }

  .effort-sec .sold-left {
    padding: 50px 0 0;
    padding: 40px 20px 0;
  }

  .sv-sec .sv-image {
    text-align: right;
    margin: 0 0 30px;
  }

  .contact-banner .h-detail {
    position: relative;
    top: auto;
    padding: 30px 0;
  }

  .contact-pg .contact-main:after {
    display: none;
  }

  .reach-us .reach-detail {
    padding: 30px 0;
  }

  .reach-us .read-more-link {
    float: none;
    right: auto;
    bottom: auto;
    background: transparent;
  }

  .reach-us .read-more-link a {
    text-align: left;
  }

  .contact-pg .contact-main {
    padding-bottom: 65px;
    padding-top: 50px;
  }

  .news-slider-main:after {
    display: none;
  }

  .news-banner .banner-img {
    height: 300px;
    height: 250px;
  }

  .news-banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-slider-main {
    padding: 50px 0 50px;
  }

  .news-slider {
    padding-left: 0;
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .news-slider-main .news-inner-main .news-left {
    position: relative;
    margin-left: 30px;
  }

  .news-slider .slick-list {
    margin-left: 0;
  }

  .news-item {
    margin: 0 10px;
  }

  .news-item .n-detail .bottom {
    padding: 25px 20px 40px;
  }

  .news-item .year h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .news-item {
    padding-top: 50px;
  }

  .growth-sec {
    position: relative;
    padding: 0;
    margin-top: -30px;
    margin-top: 60px;
    margin-top: 60px;
    display: flex;
    flex-direction: column-reverse;
  }

  .re-excellence-main {
    padding: 0 0 85px;
  }

  .growth-detail-main .block-title h1, .growth-detail-main .block-title h2, .growth-detail-main .block-title h3, .growth-detail-main .block-title h4, .growth-detail-main .block-title h5, .growth-detail-main .block-title h6 {
    font-size: 26px;
    line-height: 38px;
  }

  .spirit-detail-main {
    padding: 50px 0 100px;
  }

  .re-excellence {
    margin-left: 0;
    margin-top: 80px;
    padding: 50px 0 0;
  }

  .re-excellence .block-title {
    padding: 34px 0;
  }

  .re-excellence .exllence-right-main .exllence-detail {
    padding: 40px;
    width: 90%;
    padding-top: 40px;
  }

  .re-excellence .block-title h1, .re-excellence .block-title h2, .re-excellence .block-title h3, .re-excellence .block-title h4, .re-excellence .block-title h5, .re-excellence .block-title h6 {
    font-size: 30px;
    line-height: 38px;
  }

  .story-detail-main {
    margin-top: 0;
  }

  .growth-detail-main {
    position: relative;
    bottom: auto;
  }

  .story-detail-main .detail-column {
    padding: 40px;
    padding-left: 0;
    padding: 0;
  }

  .story-detail-main [class*=col-]:first-child .detail-column {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
  }

  .story-banner .h-detail .detail-box {
    margin: 0;
  }

  .re-excellence .excellence-left .ex-block {
    margin: 0 auto;
    height: 160px;
    width: 180px;
    margin-bottom: 30px;
  }

  .re-excellence .excellence-left .ex-block p {
    font-size: 12px;
    line-height: 16px;
  }

  .team-modal .top-detail h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  }

  .team-modal .top-detail {
    padding: 0 0 30px;
  }

  .team-modal .top-detail p {
    font-size: 12px;
    line-height: 22px;
  }

  .team-modal .year-block {
    padding: 0 0 20px;
    display: block;
  }

  .team-modal .year-block .left,
.team-modal .year-block .right {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: unset;
  }

  .team-modal .year-block .right {
    margin-top: 20px;
  }

  .team-item .t-detail {
    padding: 30px 0 0 0;
  }

  .re-excellence .exllence-right-main {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 40px 0 0;
  }

  .re-excellence .exllence-right-main .exllence-detail .d-detail {
    margin: 0;
  }

  .team-main {
    padding-bottom: 50px;
  }

  .re-excellence .exllence-right-main .ex-image-main {
    margin-top: -50px;
    margin-top: -30px;
  }

  .team-main .team-slider {
    margin-top: -100px;
  }

  .re-excellence .excellence-left .ex-block {
    padding: 10px 24px;
  }

  .spirit-image {
    margin-top: 0;
  }

  .spirit-image .img {
    width: 100%;
    margin-left: auto;
  }

  .team-modal .modal-body [class*=col-] {
    height: 50%;
  }

  .team-item .t-detail .right {
    border-left: 3px solid #FF821E;
    padding-left: 15px;
    margin-left: 15px;
  }

  .team-modal .team-detail {
    padding: 20px;
    padding-bottom: 20px;
  }

  .team-modal .year-block .left h3 {
    font-size: 26px;
    line-height: 26px;
    margin-left: 15px;
  }

  .team-modal .top-detail h5 {
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 20px;
  }

  .team-modal .modal-close {
    right: 0;
  }

  .story-image {
    margin-top: 0;
  }

  .growth-detail-main .block-title {
    text-align: center;
  }

  .spirit-top .spirit-left {
    position: relative;
  }

  .structure-main {
    padding-bottom: 30px;
  }

  .spirit-main {
    padding-top: 50px;
  }

  .foreward-sec .foreward-detail {
    margin-top: -25px;
    padding: 10px;
  }

  .foreward-sec .forward-img {
    margin-left: 0;
  }

  .foreward-sec .d-detail p {
    line-height: 20px;
    margin: 0 0 15px;
  }

  .achivement-top .achive-detail .year-img {
    margin-bottom: 0;
    width: 150px;
    margin: 40px auto;
  }

  .logo-block.f-block img {
    width: 100px;
  }

  .achivement-top .achive-detail .detail-iner {
    margin-top: 0;
  }

  .achive-bottom-detail {
    position: relative;
  }

  .achive-year {
    padding-right: 0;
    position: relative;
    margin-top: 0;
  }

  .achive-year .year-list ul {
    display: block;
  }

  .achive-year .year-list .year-slider > ul {
    display: flex;
    flex-wrap: wrap;
    display: block;
    padding: 0;
  }

  .achive-year .year-list .year-slider .year-item .hover-block {
    width: 280px;
    left: auto;
    right: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    left: auto;
    right: auto;
    padding: 20px 10px;
    left: auto;
    right: 0;
    left: 0 !important;
    right: 0;
    top: 40px !important;
    bottom: auto !important;
  }

  .achive-year .year-list .year-slider .year-item:before {
    margin: 0;
    margin-left: 10px;
    display: none;
  }

  .achive-year .year-list .year-slider .year-item .hover-block .add-block:after {
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 10px;
    content: "";
  }

  .achive-year .year-list .year-slider .year-item .hover-block .add-block p {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 5px;
    font-family: "MontserratLight";
  }

  .achive-year .year-list .year-slider .year-item .hover-block .add-block {
    position: relative;
    padding: 0 0 5px;
    padding-left: 15px;
  }

  .achive-year .year-list .year-slider .year-item a {
    padding: 15px;
    position: relative;
    display: inline-block;
  }

  .achive-year .year-list .year-slider {
    padding: 0;
  }

  .achive-year .year-list ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding: 0 10px 10px;
    padding-left: 0;
  }

  .achive-year .year-list ul li:after {
    display: none;
  }

  .achive-power-img {
    width: 100%;
  }

  .youtube-video {
    padding: 30px 0;
  }

  .mile-pg .effort-sec .sold-left {
    padding: 30px 0 0;
  }

  .achive-power {
    padding: 0 0 0;
  }

  .achivement-top .achive-detail {
    position: relative;
  }

  .achivement-sec .achive-image {
    width: 100%;
  }

  .achivement-top .achive-detail .bottom h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .achivement-top {
    padding-bottom: 30px;
  }

  .youtube-video iframe {
    height: 240px;
  }

  .sv-video .youtube-video iframe {
    height: 300px;
  }

  .sv-video .youtube-video {
    height: 300px;
  }

  .contact-modal .form-group {
    padding: 0 20px;
    margin: 0 0 20px;
  }

  .hng-moment .years-img img {
    width: 200px;
  }

  .inner-page {
    padding-top: 122px;
  }

  .hospital-modal-detail {
    padding: 20px !important;
    padding-bottom: 0 !important;
  }

  .hospital-modal .hospital-modal-left {
    padding-top: 0;
  }

  .hospital-modal-detail .d-detail .read-more-link {
    background: transparent;
  }

  .hospital-modal-right .hospital-modal-detail {
    margin-top: 0;
  }

  .foreward-sec .section-title {
    padding: 0 0 20px;
  }

  .anni-item .detail {
    height: 120px;
  }

  .property-main .bottom-details ul li:first-child {
    margin-left: 0;
  }

  .group-structure {
    padding: 30px 0px;
  }

  .structure-list .st-block .st-hover .st-list {
    padding: 20px 20px;
    width: 85%;
  }

  .structure-list .st-block .st-hover {
    width: 280px !important;
    width: auto !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
  }

  .structure-list .st-block .st-detail {
    width: 280px !important;
    width: auto !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
  }

  .structure-list .st-block > a {
    height: 100px;
    width: 100px;
    position: relative;
    left: 0;
    right: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .structure-list .st-block {
    margin-top: 0;
    display: block;
    align-items: self-start;
    padding: 0 10px 15px;
  }

  .structure-list .st-block .st-hover .st-list .plant-block {
    padding: 0 0 10px;
  }

  .structure-list .st-block .st-hover .st-list {
    margin: 0 !important;
    width: 100%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
  }

  .structure-list .st-block .st-hover .step-block a {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
  }

  .structure-list .st-block:after {
    display: none;
  }

  .structure-list .st-block .st-bg {
    height: 100px;
    width: 100px;
    background: #70818a !important;
  }

  .structure-list .st-block .st-hover .st-list .plant-block ul {
    padding-left: 0;
  }

  .structure-list .st-block .st-hover .step-block {
    height: 60px;
  }

  .structure-list .st-block .st-hover .step-block .icon img {
    width: 30px;
  }

  .structure-list .st-block .st-hover .step-block a span {
    font-size: 18px;
    line-height: 24px;
  }

  .structure-list .st-block.block3 .st-hover .step-block .step-img {
    right: 80px;
  }

  .structure-list .st-block.block4 .st-hover .step-block .step-img {
    left: 70px;
  }

  .structure-list .st-block:hover:after {
    z-index: -1;
  }

  .structure-list .st-block.block2 .st-hover {
    left: auto;
    top: auto;
    bottom: 0;
  }

  .structure-list .st-block.block2 .st-hover .step-block .step-img {
    right: 0;
    left: 60px;
  }

  .structure-list .st-block .st-hover .step-block .step-img {
    height: 100%;
  }

  .structure-list .st-block .st-hover .step-block .step-img img {
    height: 100%;
  }

  .structure-list .st-block.block1 .st-hover {
    right: -150px;
    left: auto;
    top: auto;
    bottom: auto;
    top: 0;
    z-index: 999;
  }

  .structure-list .st-block.block3 .st-hover {
    right: auto;
    left: 0;
  }

  .structure-list .st-block.block4 .st-hover {
    right: 0;
    left: auto;
    left: auto;
  }

  .structure-list {
    display: block;
    max-width: 410px;
    max-width: 680px;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    padding: 0;
    padding: 0;
  }

  .structure-list .structure-mid {
    position: relative;
    top: auto;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 25px 10px;
  }

  .structure-list .st-block {
    height: auto;
    width: auto;
  }

  .structure-list .st-block .st-detail .icon img {
    width: 30px;
  }

  .structure-list .st-block.block4 .st-detail {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 30px;
  }

  .structure-list .st-block .st-detail {
    padding: 20px;
    padding-left: 0px;
    padding-top: 20px;
    padding: 20px !important;
  }

  .structure-list .structure-mid h3 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
  }

  .structure-list .structure-mid .mid-logo {
    padding-left: 0;
  }

  .structure-list .st-block.block2 .st-detail {
    padding-left: 20px;
    padding-right: 0;
  }

  .structure-list .st-block.block3 .st-detail {
    padding-top: 45px;
  }

  .structure-list .st-block.block3 {
    margin-top: 35px;
  }

  .structure-list .st-block.block4 {
    margin-top: 35px;
  }

  .business-banner.story-banner {
    padding-right: 0;
  }

  .power-modal-detail {
    padding: 15px;
  }

  .power-modal-img .left-img {
    margin-right: 0;
    text-align: right;
    margin-top: 0;
  }

  .power-modal-img .last-img {
    text-align: right;
    margin-top: 0;
  }

  .hospital-modal .section-title h1, .hospital-modal .section-title h2, .hospital-modal .section-title h3, .hospital-modal .section-title h4, .hospital-modal .section-title h5, .hospital-modal .section-title h6 {
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
  }

  .restaurant-detail-main {
    margin-top: 0;
  }

  .hotel-block:after {
    display: none;
  }

  .anniver-main .anniver-top ul {
    display: block;
    text-align: center;
  }

  .anniver-slider-main .anim-arrow .slick-next {
    margin-right: 10px;
  }

  .anniver-slider-main .anim-arrow .slick-prev {
    margin-left: 10px;
  }

  .news-banner .h-detail {
    position: relative;
    background: #5a6469;
    top: auto;
  }

  .news-banner .d-detail {
    margin-right: 0;
    max-width: 290px;
    padding: 30px 0;
  }

  .contact-pg .contact-main:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    padding: 0 15px;
  }

  .hng-moment .moment-img .bg-gray {
    right: 0;
  }

  .truste-main .container {
    margin-left: 0;
  }

  .anniver-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(0);
  }

  .anniver-slider .item.slick-slide {
    transform: scale(0.7) translate(150px);
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-150px);
    z-index: 10;
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(0);
    z-index: 5;
  }

  .enviroment {
    padding-right: 130px;
  }

  .enviroment .read-more-link {
    right: 20px;
  }

  .anniver-slider .item.slick-slide.slick-center {
    transform: scale(1);
  }

  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 28px;
    line-height: 36px;
  }

  .f-top {
    border-bottom: 22px solid #70818A;
    padding: 0 0 15px;
    position: relative;
    margin-right: 50px;
  }

  .hng-moment .moment-img .bg-gray {
    right: -90px;
  }

  .excellence-sec {
    margin-top: 0;
    padding: 0 0 60px;
  }

  .sold-sec {
    padding: 0 0 80px;
  }

  .truste-main {
    padding: 0 0 70px;
    padding-right: 120px;
  }

  .hng-moment .moment-img {
    padding: 50px 0 0;
  }

  .trusted-sec .section-title {
    padding: 0 0 25px;
  }

  .trusted-detail p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 50px;
  }

  .exl-data {
    padding: 140px 0 0 0;
    position: relative;
    background-size: cover;
    background-position: left -50px center;
  }

  .ex-block {
    margin-left: auto;
  }

  .anni-item {
    padding: 35px;
  }

  .ex-right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-main {
    padding: 75px 0 45px;
  }

  .anniver-main {
    padding: 80px 0 50px;
  }

  .h-detail .detail-box {
    margin-left: 30px;
  }

  .anniversary-sec {
    padding: 50px 0 0;
  }

  .anniversary-sec .section-title {
    margin: 0 auto 10px;
  }

  .sold-left {
    padding: 0 15px 30px 0;
  }

  .section-title p {
    margin: 25px 0 0;
  }

  .footer {
    padding: 45px 0 60px;
  }

  .trusted-detail {
    max-width: 380px;
    padding: 30px;
    background: #ffffff;
  }

  .truste-main .trusted-img::after {
    width: 300px;
  }

  .truste-main .trusted-img {
    padding-right: 75px;
  }

  .exl-data .read-more-link {
    position: relative;
    left: 0;
    right: 0;
    width: auto;
    top: auto;
    padding: 15px;
  }

  .trusted-detail h6 {
    font-size: 18px;
    line-height: 18px;
  }

  .sold-item .s-detail {
    padding: 15px;
  }

  .sold-item .s-detail h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .sold-item:nth-child(odd) {
    margin-top: 40px;
  }

  .sold-item .s-detail p {
    font-size: 15px;
    line-height: 20px;
  }

  .sold-item .s-detail .b-number span {
    font-size: 50px;
    line-height: 50px;
  }

  .navbar-brand img {
    width: 150px;
  }

  .h-detail p {
    font-size: 20px;
    line-height: 32px;
  }

  .h-detail {
    top: 75%;
  }

  .contact-main .c-title h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .header {
    padding: 14px 0 10px;
  }

  .metal-detail-main {
    margin-left: 70px;
    padding-bottom: 50px;
    margin-top: -100px;
  }

  .metal-bottom {
    position: relative;
  }

  .metal-bottom .banner-img {
    padding-left: 0;
  }

  .metal-bottom .left-pattern {
    left: 0;
  }

  .metal-main {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .property-main .bottom-details {
    padding: 60px 0 80px;
  }

  .property-main .bottom-details ul {
    margin: 40px 0 0;
  }

  .business-banner .banner-right {
    padding: 30px;
    margin-right: 0;
    max-width: 320px;
  }

  .business-steps {
    margin-top: 10px;
  }

  .step-list .step-block {
    padding: 0 20px;
  }

  .power-main {
    padding: 50px 0 0;
  }

  .property-main .bottom-details ul li a {
    padding: 25px 35px;
  }

  .property-main .bottom-details ul li:first-child {
    margin-left: -26px;
  }

  .main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 15px;
  }

  .info-box .icon {
    max-width: 60px;
    flex: 0 0 60px;
    margin-right: 30px;
  }

  .info-box .block-title h1, .info-box .block-title h2, .info-box .block-title h3, .info-box .block-title h4, .info-box .block-title h5, .info-box .block-title h6 {
    font-size: 22px;
    line-height: 36px;
  }

  .info-box {
    max-width: 320px;
  }

  .power-steps {
    width: 460px;
    margin-top: 0;
  }

  .metal-detail-main .metal-right .d-detail {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 50px;
  }

  .hospital-detail-main .info-box {
    margin: 20px 0;
    margin: 20px auto;
  }

  .hotel-block a .h-image {
    height: 130px;
    width: 130px;
    max-width: 130px;
    flex: 0 0 130px;
  }

  .hotel-block a .ho-detail h6 {
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    margin: 0 0 10px;
  }

  .hotels-sec {
    padding: 50px 0;
  }

  .hospital-main {
    padding: 0;
  }

  .property-image {
    right: 0;
    width: 30%;
  }

  .hotel-detail .d-detail {
    margin-right: 40px;
  }

  .metal-detail-main .more-info-link {
    left: auto;
    right: 0;
    right: 90px;
    top: 0;
    padding-bottom: 90px;
    right: 0;
  }

  .metal-detail-main .metal-detail-left {
    padding-left: 20px;
    margin-left: -20px;
  }

  .metal-detail-main .info-box {
    margin: 30px 0;
  }

  .property-detail-main .property-inner {
    padding-left: 0;
  }

  .property-detail-main {
    margin-top: -70px;
    padding-top: 70px;
    padding-left: 84px;
    margin-right: 0;
  }

  .property-detail-main .info-box {
    margin: 15px 0 20px;
  }

  .property-image .banner-img-main {
    padding: 100px 0 0;
  }

  .hoverable-detail-list li .hover-block {
    width: 500px;
    padding: 20px;
    width: 430px;
    padding: 20px;
    max-width: 400px;
  }

  .property-main .bottom-details:after {
    width: 10%;
  }

  .property-main .bottom-details ul li .hover-block h6 {
    font-size: 20px;
    line-height: 20px;
  }

  .hoverable-detail-list li .hover-block .add-block p {
    font-size: 12px;
    line-height: 17px;
  }

  .hoverable-detail-list li .hover-block h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  .hoverable-detail-list li .hover-block .add-block {
    position: relative;
    padding: 0 0 25px;
    padding-left: 25px;
  }

  .property-detail-main ul li + li .hover-block {
    right: 0;
    left: 0;
  }

  .hospital-detail-main {
    margin: 40px 0 0;
  }

  .hospital-detail-main .hospital-detail {
    position: relative;
    padding: 40px 0 0;
  }

  .power-devision .devision-detail {
    padding-top: 20px;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
  }

  .hotel-block a .h-image::after {
    position: absolute;
    left: -8px;
    top: -9px;
    width: 78px;
    height: 149px;
  }

  .sub-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .objective .ob-block + .ob-block {
    margin-left: 0;
  }

  .objective {
    padding: 65px 0 50px;
    padding: 40px 30px;
  }

  .sv-video {
    margin-top: -200px;
  }

  .sv-sec {
    padding-left: 60px;
    padding-bottom: 240px;
  }

  .join-us {
    padding: 60px 0 0;
  }

  .sub-banner .banner-right {
    max-width: 458px;
    top: auto;
    bottom: 0;
    padding-right: 200px;
    padding-right: 100px !important;
    padding-bottom: 40px;
    padding-right: 100px !important;
    padding-bottom: 50px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-width: 100%;
  }

  .sv-sec .sv-left {
    padding-top: 55px;
  }

  .sv-images .img-block:nth-child(2) {
    margin-top: 50px;
  }

  .join-banner {
    margin-right: 50px;
  }

  .join-us .h-detail {
    top: 10%;
  }

  .join-banner .d-detail {
    max-width: 330px;
    margin-right: 50px;
  }

  .h-detail p {
    font-size: 18px;
    line-height: 28px;
  }

  .effort-sec {
    padding: 0 0 80px;
    margin-top: -70px;
  }

  .effort-sec .sold-left {
    padding: 50px 0 0;
  }

  .contact-banner .h-detail {
    top: 10px;
    left: 20%;
  }

  .contact-pg .contact-main:after {
    height: 100px;
    width: 100px;
  }

  .reach-us .reach-detail {
    padding: 50px;
    padding-left: 0;
  }

  .contact-banner .d-detail {
    margin: 0;
    max-width: 410px;
  }

  .contact-pg .contact-main:before {
    width: 70px;
  }

  .news-item .n-detail .date {
    margin-right: 30px;
    padding: 15px;
    padding-left: 20px;
    margin-top: -40px;
  }

  .news-item .n-detail .bottom {
    height: 160px;
    padding: 15px 20px 20px;
  }

  .news-item .n-detail .bottom p {
    font-size: 12px;
    line-height: 26px;
  }

  .news-item .n-detail h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .news-banner .h-detail {
    top: 40px;
  }

  .news-slider-main {
    padding: 100px 0 60px;
  }

  .news-slider {
    padding-bottom: 50px;
  }

  .news-item .year h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .news-item {
    padding-top: 50px;
  }

  .growth-sec {
    position: relative;
    margin-top: -30px;
  }

  .growth-detail-main .block-title h1, .growth-detail-main .block-title h2, .growth-detail-main .block-title h3, .growth-detail-main .block-title h4, .growth-detail-main .block-title h5, .growth-detail-main .block-title h6 {
    font-size: 26px;
    line-height: 38px;
  }

  .spirit-detail-main {
    padding: 50px 0 100px;
  }

  .re-excellence {
    margin-left: 0;
    margin-top: 80px;
    padding: 50px 0;
  }

  .re-excellence .block-title {
    padding: 34px 0;
  }

  .re-excellence .exllence-right-main .exllence-detail {
    padding: 40px;
    width: 90%;
    padding-top: 40px;
  }

  .re-excellence .block-title h1, .re-excellence .block-title h2, .re-excellence .block-title h3, .re-excellence .block-title h4, .re-excellence .block-title h5, .re-excellence .block-title h6 {
    font-size: 30px;
    line-height: 38px;
  }

  .story-detail-main {
    margin-top: -170px;
  }

  .growth-detail-main {
    position: relative;
    bottom: auto;
  }

  .story-detail-main .detail-column {
    padding: 40px;
    padding-left: 0;
  }

  .story-detail-main [class*=col-]:first-child .detail-column {
    padding-left: 40px;
  }

  .re-excellence .excellence-left .ex-block {
    margin: 0 auto;
    height: 160px;
    width: 180px;
  }

  .re-excellence .excellence-left .ex-block p {
    font-size: 12px;
    line-height: 16px;
  }

  .team-item .t-detail {
    padding: 30px 0 0 0;
  }

  .re-excellence .exllence-right-main {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 40px 0 0;
  }

  .re-excellence .exllence-right-main .exllence-detail .d-detail {
    margin: 0;
  }

  .team-main {
    padding-bottom: 80px;
  }

  .team-main .team-slider {
    margin-top: -100px;
  }

  .spirit-image {
    margin-top: -200px;
  }

  .team-modal .team-detail {
    padding: 30px;
    padding-bottom: 30px;
  }

  .team-modal .year-block .left h3 {
    font-size: 26px;
    line-height: 26px;
  }

  .business-banner {
    padding-right: 100px;
  }

  .business-banner.story-banner {
    padding-right: 50px;
  }

  .story-image {
    margin-top: -100px;
  }

  .foreward-sec .foreward-detail {
    padding: 40px;
    padding-bottom: 120px;
  }

  .foreward-sec .forward-img {
    margin-left: -50px;
  }

  .youtube-video iframe {
    height: 440px;
  }

  .achive-year {
    padding-right: 100px;
    margin-top: -300px;
  }

  .achivement-top .achive-detail .bottom h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .achive-bottom-detail {
    position: relative;
  }

  .achive-year .year-list ul li {
    padding: 0 40px;
    padding: 0;
  }

  .achive-year .year-list .year-slider > ul {
    padding: 0;
  }

  .achive-power .d-detail {
    max-width: 320px;
    margin: 0;
  }

  .youtube-video iframe {
    height: 440px;
  }

  .sv-video .youtube-video {
    height: 300px;
  }

  .achive-power-img {
    width: 80%;
  }

  .achive-power {
    position: relative;
    padding: 0;
  }

  .youtube-video {
    padding: 50px 0;
  }

  .mile-pg .effort-sec .sold-left {
    padding: 35px 0;
  }

  .contact-modal .form-group {
    padding: 0 30px;
  }

  .inner-page {
    padding-top: 125px;
  }

  .header-white .navbar-brand img {
    width: 120px;
  }

  .foreward-sec .section-title {
    padding: 0 0 40px;
  }

  .property-main {
    margin-top: 105px;
  }

  .group-structure {
    padding: 140px 0px;
  }

  .structure-list .st-block .st-hover .st-list {
    padding: 20px 20px;
    width: 85%;
  }

  .structure-list .st-block .st-hover {
    width: 280px;
  }

  .structure-list .st-block .st-hover .st-list .plant-block ul {
    padding-left: 0;
  }

  .structure-list .st-block .st-hover .step-block {
    height: 60px;
  }

  .structure-list .st-block .st-hover .step-block .icon img {
    width: 30px;
  }

  .structure-list .st-block .st-hover .step-block a span {
    font-size: 18px;
    line-height: 24px;
  }

  .structure-list .st-block.block3 .st-hover .step-block .step-img {
    right: 80px;
  }

  .structure-list .st-block.block4 .st-hover .step-block .step-img {
    left: 70px;
  }

  .structure-list .st-block:hover:after {
    z-index: -1;
  }

  .structure-list .st-block.block2 .st-hover {
    left: 40%;
    top: -140px;
  }

  .structure-list .st-block.block2 .st-hover .step-block .step-img {
    right: 0;
    left: 60px;
  }

  .structure-list .st-block.block1 .st-hover {
    right: 50%;
  }

  .structure-list .st-block.block3 .st-hover {
    right: 50%;
  }

  .structure-list .st-block.block4 .st-hover {
    right: 0;
    left: auto;
    left: 50%;
  }

  .achive-year .year-list .year-slider .year-item .hover-block {
    width: 380px;
    padding: 30px;
    left: -160px !important;
    right: auto !important;
    border-radius: 0;
  }

  .achive-year .year-list .year-slider .year-item .hover-block .add-block {
    position: relative;
    padding: 0 0 35px;
    padding-left: 25px;
  }

  .achive-year .year-list .year-slider .year-item .hover-block .add-block p {
    font-size: 12px;
    line-height: 17px;
  }

  .hospital-modal .section-title h1, .hospital-modal .section-title h2, .hospital-modal .section-title h3, .hospital-modal .section-title h4, .hospital-modal .section-title h5, .hospital-modal .section-title h6 {
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
  }

  .hospital-modal-detail {
    padding: 60px 30px 0;
    background: #fff;
  }

  .hospital-modal-detail .d-detail .read-more-link {
    top: 10px;
    bottom: auto;
    position: relative;
  }

  .power-modal-detail {
    padding: 75px 20px 0;
  }

  .re-excellence .exllence-right-main .ex-image-main {
    margin-top: -100px;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hng-moment .moment-img .bg-gray {
    right: 0;
  }

  .truste-main .container {
    margin-left: 0;
  }

  .anniver-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(0);
  }

  .anniver-slider .item.slick-slide {
    transform: scale(0.7) translate(0);
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(0);
    z-index: 10;
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(0);
    z-index: 5;
  }

  .anniver-slider .item.slick-slide.slick-center {
    transform: scale(1);
  }

  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 36px;
    line-height: 46px;
  }

  .f-top {
    border-bottom: 22px solid #70818A;
    padding: 0 0 15px;
    position: relative;
    margin-right: 50px;
  }

  .hng-moment .moment-img .bg-gray {
    right: -90px;
  }

  .excellence-sec {
    margin-top: 0;
    padding: 0 0 100px;
  }

  .sold-sec {
    padding: 0 0 80px;
  }

  .truste-main {
    padding: 0 0 70px;
    padding-right: 120px;
  }

  .hng-moment .moment-img {
    padding: 90px 0 0;
  }

  .trusted-detail p {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 70px;
  }

  .exl-data {
    padding: 140px 80px 20px 0;
    position: relative;
    background-size: cover;
  }

  .anni-item {
    padding: 35px;
  }

  .contact-main {
    padding: 75px 0 45px;
  }

  .anniver-main {
    padding: 80px 0 50px;
  }

  .h-detail .detail-box {
    margin-left: 30px;
  }

  .anniversary-sec {
    padding: 50px 0 0;
  }

  .anniversary-sec .section-title {
    margin: 0 auto 40px;
  }

  .sold-left {
    padding: 0 15px 30px 0;
  }

  .section-title p {
    margin: 25px 0 0;
  }

  .footer {
    padding: 45px 0 60px;
  }

  .trusted-detail {
    max-width: 480px;
    padding: 40px 85px 40px 40px;
    background: #ffffff;
  }

  .truste-main .trusted-img::after {
    width: 420px;
  }

  .truste-main .trusted-img {
    padding-right: 75px;
  }

  .exl-data .read-more-link {
    width: 145px;
    top: 100px;
  }

  .sold-item .s-detail {
    padding: 30px;
  }

  .sold-item .s-detail h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .sold-item .s-detail p {
    line-height: 28px;
  }

  .sold-item .s-detail .b-number span {
    font-size: 70px;
    line-height: 60px;
  }

  .metal-detail-main {
    margin-left: 70px;
  }

  .property-main .bottom-details {
    padding: 60px 0 80px;
  }

  .property-main .bottom-details ul {
    margin: 40px 0 0;
  }

  .business-banner .banner-right {
    padding: 60px;
    margin-right: 80px;
  }

  .step-list .step-block {
    padding: 0 20px;
  }

  .property-main .bottom-details ul li a {
    padding: 25px 35px;
  }

  .main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 20px;
  }

  .info-box .block-title h1, .info-box .block-title h2, .info-box .block-title h3, .info-box .block-title h4, .info-box .block-title h5, .info-box .block-title h6 {
    font-size: 26px;
    line-height: 38px;
  }

  .info-box {
    max-width: 430px;
  }

  .power-steps {
    width: 460px;
    margin-top: -200px;
  }

  .metal-detail-main .metal-right .d-detail {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 100px;
  }

  .hospital-detail-main .info-box {
    margin: 20px 0;
  }

  .hotel-block a .h-image {
    height: 130px;
    width: 130px;
  }

  .property-image {
    right: -55px;
    width: 40%;
  }

  .property-detail-main .property-inner {
    padding-left: 0;
  }

  .property-detail-main {
    margin-top: -70px;
    padding-top: 70px;
    padding-left: 124px;
    margin-right: 55px;
  }

  .power-devision .devision-detail {
    padding-top: 20px;
    position: relative;
    left: 0;
    right: 0;
    top: -200px;
  }

  .hotel-block a .h-image::after {
    position: absolute;
    left: -8px;
    top: -9px;
    width: 78px;
    height: 149px;
  }

  .hospital-modal .section-title h1, .hospital-modal .section-title h2, .hospital-modal .section-title h3, .hospital-modal .section-title h4, .hospital-modal .section-title h5, .hospital-modal .section-title h6 {
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
  }

  .power-modal-img .left-img {
    margin-right: 0;
  }

  .hospital-modal-detail {
    padding: 60px 50px 0;
    background: #fff;
  }

  .sub-banner {
    padding-left: 80px;
    padding-right: 0;
  }

  .objective .ob-block + .ob-block {
    margin-left: 0;
  }

  .objective {
    padding: 65px 0 50px;
  }

  .sv-video {
    margin-top: -200px;
  }

  .sv-sec {
    padding-left: 60px;
    padding-bottom: 240px;
  }

  .join-us {
    padding: 60px 0 0;
  }

  .sub-banner .banner-right {
    max-width: 458px;
    top: auto;
    bottom: 0;
    padding-right: 200px;
    padding-right: 100px !important;
    padding-bottom: 100px;
  }

  .reach-us .reach-detail {
    padding: 90px;
    padding-left: 0;
    padding-right: 120px;
  }

  .contact-banner .h-detail {
    top: 10%;
  }

  .growth-sec {
    position: relative;
    margin-top: -30px;
  }

  .growth-detail-main .block-title h1, .growth-detail-main .block-title h2, .growth-detail-main .block-title h3, .growth-detail-main .block-title h4, .growth-detail-main .block-title h5, .growth-detail-main .block-title h6 {
    font-size: 26px;
    line-height: 38px;
  }

  .spirit-detail-main {
    padding: 50px 0 150px;
  }

  .re-excellence {
    margin-left: 50px;
    margin-top: 80px;
    padding: 50px 0;
  }

  .re-excellence .block-title {
    padding: 34px 0;
  }

  .re-excellence .exllence-right-main .exllence-detail {
    padding: 70px;
    width: 90%;
    padding-top: 0;
  }

  .re-excellence .block-title h1, .re-excellence .block-title h2, .re-excellence .block-title h3, .re-excellence .block-title h4, .re-excellence .block-title h5, .re-excellence .block-title h6 {
    font-size: 30px;
    line-height: 38px;
  }

  .story-detail-main {
    margin-top: -200px;
  }

  .story-detail-main .detail-column {
    padding: 55px;
    padding-left: 0;
  }

  .re-excellence .excellence-left .ex-block {
    margin: 0 auto;
    height: 160px;
    width: 180px;
  }

  .re-excellence .excellence-left .ex-block p {
    font-size: 12px;
    line-height: 16px;
  }

  .story-image {
    margin-top: -200px;
  }

  .achive-year {
    padding-right: 100px;
  }

  .achivement-top .achive-detail .bottom h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .achive-power .d-detail {
    max-width: 320px;
  }

  .youtube-video iframe {
    height: 440px;
  }

  .sv-video .youtube-video {
    height: 400px;
  }

  .achive-power-img {
    width: 50%;
  }

  .achive-year .year-list ul li {
    padding: 0 60px;
    padding: 0;
  }

  .achive-year .year-list .year-slider .year-item .hover-block {
    width: 500px;
    padding: 20px;
  }

  .achive-year .year-list .year-slider > ul {
    padding: 0;
  }

  .achive-year .year-list .year-slider .year-item a {
    padding: 25px 31px;
  }

  .mile-pg .effort-sec .sold-left {
    padding: 45px 0;
  }

  .contact-modal .form-group {
    padding: 0 30px;
    margin: 0 0 30px;
  }

  .foreward-sec .section-title {
    padding: 0 0 40px;
  }

  .achivement-top .achive-detail .year-img {
    width: 300px;
  }

  .property-main {
    margin-top: 105px;
  }

  .group-structure {
    padding: 140px 0px;
  }

  .structure-list .st-block .st-hover .st-list {
    padding: 20px 20px;
    width: 85%;
  }

  .structure-list .st-block .st-hover {
    width: 280px;
  }

  .structure-list .st-block .st-hover .st-list .plant-block ul {
    padding-left: 0;
  }

  .structure-list .st-block .st-hover .step-block {
    height: 60px;
  }

  .structure-list .st-block .st-hover .step-block .icon img {
    width: 30px;
  }

  .structure-list .st-block .st-hover .step-block a span {
    font-size: 18px;
    line-height: 24px;
  }

  .structure-list .st-block.block3 .st-hover .step-block .step-img {
    right: 80px;
  }

  .structure-list .st-block.block4 .st-hover .step-block .step-img {
    left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .achive-year .year-list .year-slider .year-item a {
    padding: 25px 40px;
  }

  .hng-moment .moment-img .bg-gray {
    right: 0;
  }

  .truste-main .container {
    margin-left: 0;
  }

  .anniver-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(120px);
  }

  .anniver-slider .item.slick-slide {
    transform: scale(0.7) translate(440px);
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-120px);
    z-index: 10;
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(-440px);
    z-index: 5;
  }

  .anniver-slider .item.slick-slide.slick-center {
    transform: scale(1);
  }

  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 40px;
    line-height: 48px;
  }

  .f-top {
    border-bottom: 22px solid #70818A;
    padding: 0 0 15px;
    position: relative;
    margin-right: 50px;
  }

  .hng-moment .moment-img .bg-gray {
    right: -30px;
  }

  .excellence-sec {
    margin-top: 0;
    padding: 0 0 100px;
  }

  .sold-sec {
    padding: 0 0 100px;
  }

  .truste-main {
    padding: 0 0 70px;
    padding-right: 120px;
  }

  .hng-moment .moment-img {
    padding: 90px 0 0;
  }

  .trusted-detail p {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 70px;
  }

  .exl-data {
    padding: 140px 150px 20px 0;
    position: relative;
  }

  .anni-item {
    padding: 35px;
  }

  .contact-main {
    padding: 75px 0 45px;
  }

  .anniver-main {
    padding: 80px 0 50px;
  }

  .h-detail .detail-box {
    margin-left: 30px;
  }

  .anniversary-sec {
    padding: 50px 0 0;
  }

  .anniversary-sec .section-title {
    margin: 0 auto 40px;
  }

  .sold-left {
    padding: 0 15px 30px 0;
  }

  .section-title p {
    margin: 25px 0 0;
  }

  .footer {
    padding: 45px 0 60px;
  }

  .metal-detail-main {
    margin-left: 70px;
  }

  .property-main .bottom-details {
    padding: 60px 0 80px;
  }

  .property-main .bottom-details ul {
    margin: 40px 0 0;
  }

  .business-banner .banner-right {
    padding: 80px 80px 85px 55px;
    margin-right: 110px;
  }

  .step-list .step-block {
    padding: 0 20px;
  }

  .property-main .bottom-details ul li a {
    padding: 25px 35px;
  }

  .sub-banner {
    padding-left: 80px;
    padding-right: 0;
  }

  .objective .ob-block + .ob-block {
    margin-left: 0;
  }

  .objective {
    padding: 65px 0 50px;
  }

  .sv-video {
    margin-top: -200px;
  }

  .sv-sec {
    padding-left: 60px;
    padding-bottom: 240px;
  }

  .join-us {
    padding: 60px 0 0;
  }

  .re-excellence {
    margin-left: 100px;
    margin-top: 100px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .truste-main .container {
    margin-left: 0;
  }

  .anniver-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(120px);
  }

  .anniver-slider .item.slick-slide {
    transform: scale(0.7) translate(440px);
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-120px);
    z-index: 10;
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(-440px);
    z-index: 5;
  }

  .anniver-slider .item.slick-slide.slick-center {
    transform: scale(1);
  }

  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 46px;
    line-height: 57px;
  }

  .metal-detail-main {
    margin-left: 70px;
  }

  .property-main .bottom-details {
    padding: 60px 0 80px;
  }

  .property-main .bottom-details ul {
    margin: 40px 0 0;
  }

  .sub-banner {
    padding-left: 80px;
    padding-right: 0;
  }

  .sv-images {
    margin-top: -390px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .anniver-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(120px);
  }

  .anniver-slider .item.slick-slide {
    transform: scale(0.7) translate(440px);
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-120px);
    z-index: 10;
  }

  .anniver-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(-440px);
    z-index: 5;
  }

  .anniver-slider .item.slick-slide.slick-center {
    transform: scale(1);
  }
}
/*---------- Large Desktop , Large Screen End ----------*/

/*# sourceMappingURL=style.css.map */

/*KK*/
.flex-section__body--col-left,
.flex-section__body--col-right {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

/* ACTIVE STATE */
.flex-section__body--col-left.show,
.flex-section__body--col-right.show {
  opacity: 1;
  transform: translateY(0);
}

/* RIGHT COLUMN DELAY */
.flex-section__body--col-right {
  transition-delay: 0.4s;
}

