.row__reverse{
    flex-direction: row-reverse;
}

.img__w__text .block__ttl li, .sustain__section .block__ttl li{
    margin: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

/*body {margin:2rem;}*/

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

/*.modal{
    top: 70px;
}
.modal-body .embed-responsive iframe{
    width: 100%;
    height: 500px;
}
.modal-body {
  height: 500px;
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}*/

main#middle-404 {
    margin-top: 220px;
    margin-bottom: 55px;
}

.award__section .award__desc p{
    font-size: 1.5rem;
    color: #00793a;
    text-align: center;
    margin-bottom: 2.5rem;
}
/*

.certificate__section ul.certi__listing.list-unstyled {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 18px;
    grid-column-gap: 33px;
}

.certificate__section ul.certi__listing.list-unstyled li a img {
    width: 163px !important;
    height: 228px !important;
}
*/


/*06-09-2023*/
.modal-backdrop.show {
    opacity: 0 !important;
    z-index: 10501 !important;
}

.block__ttl .block__ttl__hdng {
  font-weight: 800 !important;
}

.adv__ttl h2{
    font-weight: 800 !important;
}

.inner__hero .inner__hero__cont .breadcrumb li.highlight span, .inner__hero .inner__hero__cont .breadcrumb li.highlight a{
    font-weight: 800 !important;
}


/*video popup*/
#lvideo-wrap {
  position: fixed;
  padding: 12px;
  height: 100vh;
  display: flex;
  z-index: 9991;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
#lvideo-wrap, #lvideo-wrap:after,
#lvideo-wrap .lvideo-overlay {
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
#lvideo-wrap:after,
#lvideo-wrap .lvideo-overlay {
  height: 100%;
  position: absolute;
}
#lvideo-wrap:after {
  content: "";
  display: block;
  background-color: var(--primary-color);
  opacity: 0;
  z-index: -1;
}
#lvideo-wrap .lvideo-container,
#lvideo-wrap video,
#lvideo-wrap iframe {
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  background-color: #000;
}
#lvideo-wrap .lvideo-container {
  width: 95%;
  z-index: 5;
}
#lvideo-wrap video,
#lvideo-wrap iframe {
  z-index: 10;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100vh;
  max-height: 85vh;
  display: block;
}
#lvideo-wrap video {
  object-fit: cover;
}
#lvideo-wrap .lvideo-close {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 186px;
    top: 6%;
    width: 61px;
    font-size: 48px;
    height: 48px;
    border-radius: 100%;
    border: solid 2px var(--primary-color);
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 150;
    color: #fff;
}
#lvideo-wrap .lvideo-close:before, #lvideo-wrap .lvideo-close:after {
  content: "";
  width: 60%;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#lvideo-wrap .lvideo-close:focus {
  outline: none;
}
#lvideo-wrap.active {
  opacity: 1;
  visibility: visible;
}
#lvideo-wrap.active:after {
  opacity: 0.5;
}
@media (max-width: 1659px) and (min-width: 1330px) {
  #lvideo-wrap .lvideo-container {
    max-width: 978px;
  }
}
@media (min-width: 1660px) {
  #lvideo-wrap .lvideo-container {
    max-width: 80%;
  }
}

@media only screen and (max-width:575px){
#lvideo-wrap .lvideo-close {
    right: 0px;
    top: 5%;
    font-size: 30px;}
}

.btn-animated {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 100px;
  transition: all 0.3s ease;
  line-height: 100px;
  position: relative;
  padding: 0;
  cursor: pointer;
  border: 0;
}
.btn-animated:before, .btn-animated:after {
  content: "";
  border: 1px solid;
  border-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  animation: 1s it-zoom linear infinite;
}
.btn-animated:before {
  animation-delay: 0.5s;
}
.btn-animated:hover {
  transform: scale(1.1);
}
.btn-animated i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #333;
  margin: auto;
}

@keyframes it-zoom {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#lvideo-wrap:after, #lvideo-wrap .lvideo-overlay {
    height: 100%;
    position: absolute;
    background-color: #17171785 !important;
}