html {
  scroll-behavior: smooth;
}

a.nmor {
  color: #DCE2E6;
}
a.nmor:hover {
  color: #fff;
}
p.pdesc {
  font-size: 18px !important;
  line-height: 24px !important;
}
span.block {
  display: block;
}
span.fw500 {
  font-weight: 500;
}

.acenternav .custom-nav {
  display: block !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
p.mb10 {
  margin-bottom: 10px;
}
p {
  font-size: 16px;
}
header#site-header,
.header_mobile {
    background: #4d6d47;
}
.pl20 {
  padding-left: 20px;
}
span.tb {
  color: #191D1BCC;
}
span.tg {
  color: #4d6c46;
  font-weight: 600;
}
.wbox {
  margin: 80px auto 80px;
}
.wbox {
  margin: 0 auto 40px;
}
.welcome {
  color: #4d6c46;
  font-family: "Libre Caslon Text", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 28px;
  display: block;
}
.welcomed {
  color: #191D1BCC;
  font-family: var(--ronmi-font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .1rem;
  font-style: italic;
  position: relative;
  top: 50%;  
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(0,0,0,.75);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);   
}

/* Animation */
.anim-typewriter{
  animation: 
    typewriter 4s steps(40) 1s infinite alternate both,
    blinkTextCursor 500ms steps(40) infinite;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 20em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(77,108,70,.75)};
  to{border-right-color: transparent;}
}

img.spinal {
  width: 50px;
  height: 50px;
  margin: auto auto 30px;
  max-width: 100%;
}
img.spinal:hover {
  animation-play-state: paused;
}
img.spinal {
  animation: rotateSpinal 20s linear infinite;
  transform-origin: center center; 
}

@keyframes rotateSpinal {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*span.lt {
  letter-spacing: 0;
  -webkit-text-stroke-width: 1.5px;
  -moz-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #c19d6a;
  -moz-text-stroke-color: #c19d6a;
  color: transparent !important;
}*/
.intro p {
  font-size: 15px;
  color: #fff;
  line-height: 17px;
}
ul.prolist {
  color: #fff;
}
img.gicon {
  width: 60px;
}
p.faqp {
  margin-top: 20px;
}
table.tables {
  background-color: #fff;
}
table.tables td {
  font-size: 16px;
  padding: 10px 15px;
  word-break: normal;
  hyphens: none;
}
table.tables th,
table.tables td {

  line-height: initial;
}
table.tables th {
  font-family: var(--ronmi-font-second);
  padding: 15px;
  font-weight: 400;
  background-color: #4d6c46;
  color: #fff;
  font-size: 16px;
  word-break: normal;
  hyphens: none;
}


.box-sub-service {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.box-sub-service:hover {
  background-color: #FFF9F5;
  border-color: transparent;
}
.boxstext {
  padding: 20px;
}
.box-sub-service h4 {
  color: #191D1B;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
}
.box-sub-service p {
  color: #5F6160;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.box-sub-service .ot-icon-list-item {
  font-size: 16px;
  line-height: 36px;
}
.box-sub-service .ot-icon-list-wrapper .ot-icon-list-item {
  margin-bottom: 0;
}
.box-sub-service .ot-icon-list-wrapper .ot-icon-list-icon {
  font-size: 18px;
}
.box-sub-service .ot-icon-list-wrapper .ot-icon-list-icon svg {
  fill: #4d6c46;
}
.box-sub-service {
  background-color: #fff;
  height: 95%;
}
.bg-white {
  background-color: #fff;
}
a.fw400 {
  font-weight: 400;
}
.floating_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 50%; 
  transition: all 0.3s ease; 
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #59a83d;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #59a83d;
  -webkit-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.contact_icon_mobile{
  display: none;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.ot-service-itemn__inner p {
    line-height: initial;
}

.ot-tquote img.quote {
  width: 40px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.mb30 {
  margin-bottom: 30px;
}

/*testimonials*/
.testimonial-reviews-author-container{
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  margin-bottom: 12px;
}

.testimonial-reviews-author-avatar-container{
  width: 40px;
  height: 40px;
  position: relative;
  align-self: flex-start;
  margin-right: 12px;
}

.testimonial-reviews-author-avatar{
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-reviews-author-avatar span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  color: white;
}

.avatar-color-a { background-color: #F44336; } /* Red */
.avatar-color-b { background-color: #E91E63; } /* Pink */
.avatar-color-c { background-color: #9C27B0; } /* Purple */
.avatar-color-d { background-color: #673AB7; } /* Deep Purple */
.avatar-color-e { background-color: #3F51B5; } /* Indigo */
.avatar-color-f { background-color: #2196F3; } /* Blue */
.avatar-color-g { background-color: #03A9F4; } /* Light Blue */
.avatar-color-h { background-color: #00BCD4; } /* Cyan */
.avatar-color-i { background-color: #009688; } /* Teal */
.avatar-color-j { background-color: #4CAF50; } /* Green */
.avatar-color-k { background-color: #8BC34A; } /* Light Green */
.avatar-color-l { background-color: #CDDC39; } /* Lime */
.avatar-color-m { background-color: #FFEB3B; } /* Yellow */
.avatar-color-n { background-color: #FFC107; } /* Amber */
.avatar-color-o { background-color: #FF9800; } /* Orange */
.avatar-color-p { background-color: #FF5722; } /* Deep Orange */
.avatar-color-q { background-color: #795548; } /* Brown */
.avatar-color-r { background-color: #9E9E9E; } /* Grey */
.avatar-color-s { background-color: #607D8B; } /* Blue Grey */
.avatar-color-t { background-color: #D32F2F; } /* Dark Red */
.avatar-color-u { background-color: #C2185B; } /* Dark Pink */
.avatar-color-v { background-color: #7B1FA2; } /* Dark Purple */
.avatar-color-w { background-color: #512DA8; } /* Dark Deep Purple */
.avatar-color-x { background-color: #1976D2; } /* Dark Blue */
.avatar-color-y { background-color: #388E3C; } /* Dark Green */
.avatar-color-z { background-color: #F57C00; } /* Dark Orange */


.testimonial-reviews-author-avatar img{
  display: inline-block !important;
  position: static !important;
  margin: 0px !important;
  padding: 0px !important;
  max-width: none !important;
  height: inherit !important;
  width: inherit !important;
  visibility: visible !important;
  object-fit: cover;
}

.testimonial-reviews-author-source-container{
  bottom: -6px;
  right: -6px;
  position: absolute !important;
}

.testimonial-reviews-author-source-icon{
  width: 24px;
  height: 24px;
}

.testimonial-reviews-author-source-img{
    display: block;
    object-fit: contain;
    width: 24px;
    height: 24px;
}

.testimonial-reviews-author-info {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  min-width: 0px;
  max-width: 100%;
}
.testimonial-reviews-author-info h6 {
  margin-bottom: 0;
}

.testimonial-reviews-author-info span{
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;a
  margin-right: 5px;
}

.testimonial-reviews-author-badge{
  width: 14px;
  height: 14px;
}

.testimonial-reviews-info-container{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
  flex-flow: column;
}

.testimonial-reviews-info-rating-container{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
  width: 100%;
  margin-bottom: 6px;
}

.testimonial-reviews-info-rating-content{
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.testimonial-reviews-info-rating-outer{
  position: relative;
  width: 18px;
  height: 18px;
}

.testimonial-reviews-info-rating-inner{
  position: absolute;
  inset: 0px;
  margin: auto;
  line-height: 0;
  width: 100px;
}

.testimonial-reviews-info-comment{
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
}
#greview .ot-testimonial__item {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    height: 500px;
}

.ot-testimonial__item.otf{
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-flow: column;
}
.srow {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  min-width: 0px;
  max-width: 100%;
}
.stars {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.stars i {
  color: #ffcc00;
}
.sname {
  display: block;
  width: 100%;
}
/*end testimomnials*/

.cinfo {
  background-color: #fdf7d9;
  padding: 20px;
  border-radius: 10px;
}
.cinfo p {
  line-height: initial;
}

img.care {
  width: 60px;
  max-width: 100%;
  margin-bottom: 20px;
}

/* OT Service Item */
.ot-service-itemn {
  display: inline-block;
  position: relative;
  width: 100%;
}
.ot-service-itemn__image {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
}
.ot-service-itemn__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.ot-service-itemn__content-wrap {
  position: absolute;
  width: calc(100% - 40px);
  height: auto;
  max-height: 100%;
  left: 20px;
  bottom: 20px;
  overflow: hidden;
}
.ot-service-itemn__inner {
  padding: 20px 20px 50px;
  color: var(--ronmi-color-dark);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}
.ot-service-itemn .ot-service-title {
  margin-bottom: 0;
}
.ot-service-itemn .ot-service-des {
  visibility: hidden;
  opacity: 0;
  padding-top: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-service-itemn .ot-service-des p {
  margin-bottom: 10px;
}
.ot-service-itemn .ot-service-btn a {
  color: var(--ronmi-color-primary);
  font-weight: var(--ronmi-btn-font-weight);
}
.ot-service-itemn .ot-service-btn a:hover {
  color: var(--ronmi-color-second);
}
.ot-service-itemn:hover .ot-service-itemn__inner {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.ot-service-itemn:hover .ot-service-des {
  visibility: visible;
  opacity: 1;
}

.ot-service-itemn h5.ot-service-title {
    font-size: 20px !important;
    line-height: normal;
}
.ot-service-itemn .ot-service-des p {
  font-size: 15px;
}

.ot-service-infobox {
  text-align: left;
  padding: 0 40px 0 46px;
  border-left: 1px solid rgba(0, 119, 110, 0.2);
}
.ot-service-infobox .image__wrapper {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.ot-service-infobox .content__wrapper {
  margin-bottom: 40px;
}



@media (max-width: 1200px) {
  .ot-service-itemn__inner {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .ot-service-itemn .ot-service-des {
    visibility: visible;
    opacity: 1;
  }
}


/* Top Page */
.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video-overlay iframe {
  width: 100%;
  height: 100%;
  min-height: 1080px;
}
@media(max-width: 1800px){
  .video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    min-width: 1920px;
  }
}
.benner-wrap {
  height: 100%;
  background-color: rgba(0,0,0,.5);
  position: relative;
}
.s-arc .ot-heading__sub {
  margin-bottom: 3px;
  font-family: "Public Sans", Sans-serif;
}
.s-arc .ot-heading__title {
  font-family: "Public Sans", Sans-serif;
}
.s-arc h1.ot-heading__title {
  line-height: 80px;
  font-weight: 600;
}
.s-arc-light .ot-heading__sub, .s-arc-light .ot-heading__title {
  color: #FFFFFF;
}
.font-weight-100 {
  font-weight: 100;
}
.s-arc-light.ot-counter span {
  color: #FFFFFF;
  font-family: "Public Sans", Sans-serif;
  font-weight: 600;
}
.s-arc-light.ot-counter .ot-counter__title {
  color: #FFFFFF;
  font-family: "Public Sans", Sans-serif;
  font-size: 24px;
  line-height: 36px;
}

/* Slider project */
.mry-content-frame {
  width: 100% !important;

  position: relative !important;
  overflow: hidden !important;
  top: -5px;
}

.mry-project-slider-item {
  width: 100vw;
  min-height: 100%;
  height: 100vh;
}

.mry-project-slider-item .mry-project-frame {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame {
  float: right;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mry-cover-frame picture img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center  center;
  background-repeat: no-repeat;
  transition: 3s all;
  /*transform: scale(1.2);*/
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-top {
  object-position: top;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-center {
  object-position: center;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-bottom {
  object-position: bottom;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-left {
  object-position: left;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-right {
  object-position: right;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-top-center {
  object-position: top center;
}

.mry-project-slider-item .mry-project-frame .mry-cover-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: rgba(20, 20, 20, 0.1);
  width: 100%;
  height: 100%;
}

.mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
  background-image: linear-gradient(270deg, rgba(20, 20, 20, 0) 100%, rgba(20, 20, 20, 0.4) 100%, #141414 100%);
}

.mry-project-slider-item .mry-project-frame.mry-project-half {
  width: 100%;
  height: 100%;
}

.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
  float: right;
  width: 60%;
  height: 100%;
  position: relative;
}

.mry-project-slider-item .mry-main-title-frame {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  width: 100%;
  bottom: 18%;
}

.mry-project-slider-item .mry-main-title-frame .mry-main-title {
  width: 100%;
}


/* Slider Project after 992px */
@media (max-width: 1199px) {
  .mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  
  .mry-project-slider-item .mry-project-frame .mry-cover-frame {
    width: 100%;
  }
  /*.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
    object-position: center !important;
  }*/
}

/* Slider Project after 768px */

@media (max-width: 768px) {
  /*.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-main-title-inner{
    background: rgba(13, 13, 13, 0.5);
    padding: 40px 10px;
  }*/
  .mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
    background-color: rgba(20, 20, 20, 0.30);
    background-image: none;
  }
  .mry-project-slider-item .mry-project-frame .mry-main-title-frame {
    left: 0;
    width: 100%;
    align-items: flex-end;
    top: 0;
  }
  .mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
    /*margin-left: -15px;*/
    /*padding: 40px;*/
    /*background-color: #141414;*/
    width: 100%;
    height: 65vh;
    max-width: 450px;
    margin: 0 auto;
    display: table;
  }
  .mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h1,
  .mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2 {
    position: relative;
    overflow: hidden;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: -1px;
  }
  .mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-20 {
    margin-bottom: 10px;
  }
  .mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-30 {
    margin-bottom: 15px;
  }
  .mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
    width: 100%;
  }
  /*.mry-project-slider-item .mry-main-title {
    padding-bottom: 150px !important;
  }*/
}

/* Slider Navigation */
.mry-slider-pagination-frame {
  height: 100vh;
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100px;
  padding: 40px;
  right: 0;
  display: flex;
  align-items: center;
}

.mry-slider-pagination-frame .mry-slider-pagination {
  margin-bottom: 60px;
  width: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet{
  background-color: transparent;
  margin: 0 auto;
}
.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet .path{
  margin-left: auto !important;
  margin-bottom: 20px !important;
  border-radius: 50%;
  opacity: 1 !important;
  background-color: #e1e1e1;
  /*transition: 0.3s ease-in-out;*/
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0 !important;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 100s;
  animation-iteration-count: unset;
  bakcground-color: #4d6d47;
}

.path {
  display: none;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.fp-arc-loader{
  display: flex;
  justify-content: center;
  align-items: center;
}

.mry-slider-nav-panel {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100vw;
}

.mry-slider-progress-bar-frame {
  display: flex;
  align-items: center;
  height: 100px;
  width: 25vw;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar {
  display: flex;
  height: 3px;
  width: 100%;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress {
  position: relative;
  height: 3px;
  border-radius: 3px;
  background: rgba(225, 225, 225, 0.1);
  width: 100%;
  clear: both;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #2e4c51;
  border-radius: 3px;
  height: 100%;
  width: 0;
  content: "";
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar.active .mry-progress {
  opacity: 1;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar.animate .mry-progress:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 8s;
}

.mry-slider-arrows {
  position: absolute;
  bottom: 20%;
  padding: 0 20px 0 40px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.mry-slider-arrows .mry-label {
  margin-right: 20px;
  color: #e1e1e1;
}

.mry-slider-arrows .mry-button-next, .mry-slider-arrows .mry-button-prev {
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  border: 0.5px solid #eee;
  transition: all .5s;
}

.mry-slider-arrows .mry-button-next:hover, 
.mry-slider-arrows .mry-button-prev:hover {
  background: #2e4c51;
  border: none;
}

.mry-slider-arrows .mry-button-next span, .mry-slider-arrows .mry-button-prev span {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
}

.mry-slider-arrows .mry-button-next span i, .mry-slider-arrows .mry-button-prev span i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #eee;
}

/* Slider Navigation after 768px */

@media (max-width: 768px) {
  .mry-slider-pagination-frame, .mry-slider-progress-bar-frame {
    display: none;
  }
  .mry-slider-arrows {
    padding: 0 20px;
  }
  .mry-slider-arrows .mry-label {
    display: none;
  }
}

/* Slider Navigation after 590px */

@media (max-width: 590px) {
  .mry-slider-nav-panel {
    height: 80px;
  }
  .mry-slider-pagination-frame, .mry-slider-progress-bar-frame {
    display: none;
  }
  .mry-slider-arrows {
    background-color: transparent !important;
    padding: 0;
    justify-content: flex-start;
    left: 20px;
  }
  .mry-slider-arrows .mry-label {
    display: none;
  }
}

/* Scroll Hint */

.mry-scroll-hint-frame {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mry-scroll-hint-frame .mry-label {
  width: 100%;
  text-align: center;
  color: #e1e1e1;
}

.mry-scroll-hint-frame .mry-scroll-hint {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
}

.mry-scroll-hint-frame .mry-scroll-hint span {
  display: block;
  position: relative;
  width: 22px;
  height: 35px;
  border-radius: 15px;
  border: solid 2px #e1e1e1;
}

.mry-scroll-hint-frame .mry-scroll-hint span:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #e1e1e1;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 45%;
  animation: mouse 1s ease-in-out infinite;
}

@keyframes mouse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Slider Arrows */

.mry-arrows {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mry-arrows .mry-sl-nav {
  margin-left: auto;
  margin-right: auto;
}

.mry-arrows .mry-sl-nav .mry-next, .mry-arrows .mry-sl-nav .mry-prev {
  cursor: pointer;
  transition: 0.3s;
  width: 60px;
  color: #e6e6e6;
}

.mry-arrows .mry-sl-nav .mry-next.swiper-button-disabled, .mry-arrows .mry-sl-nav .mry-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.mry-arrows .mry-label {
  color: rgba(215, 215, 215, 0.8);
}

.mry-magnetic-link {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  float: left;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}

.mry-heading{
  font-family: "Libre Caslon Text";
  visibility: inherit;
  transition: none;
  text-align: center;
  line-height: 88px;
  border-width: 0px;
  margin-bottom: 35px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 68px;
  white-space: normal;
  color: rgb(255, 255, 255);
}

.mry-caption{
  line-height: 29px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  white-space: normal;
  color: rgb(255, 255, 255);
}

.container-mry{
  position: relative;
}

.zoom {
  animation: scale-x 40s infinite alternate forwards;
  transform-origin: center;
  will-change: transform;
}

.zoom-topleft {
  animation: scale-x 40s infinite alternate forwards;
  transform-origin: top left;
  will-change: transform;
}

.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100{
  transition-delay: 100ms;
}
.delay-200{
  transition-delay: 200ms;
}
.delay-300{
  transition-delay: 300ms;
}
.delay-400{
  transition-delay: 400ms;
}
.delay-500{
  transition-delay: 500ms;
}
.delay-600{
  transition-delay: 600ms;
}
.duration-0{
  transition-duration: 0s;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@keyframes scale-x {
    0% { transform: scale(1);}
    50% { transform: scale(1.1);}
    100% { transform: scale(1);}
}

img.sliderlogo {
  max-width: 100%;
  width: 250px !important;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.mry-caption,
h1.mry-heading {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.vmbtn {
  position: relative;
  display: inline-block;
  font-family: var(--ronmi-font-main);
  font-size: var(--ronmi-btn-font-size);
  font-weight: 300;
  line-height: var(--ronmi-btn-line-height);
  background-color: var(--ronmi-color-primary);
  padding: 20px 30px;
  color: var(--ronmi-btn-text-color);
  margin-bottom: 0;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.vmbtn.btn-bg-effect {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  min-height: 70px;
  color: #fff;
  padding: 20px;
  background-color: var(--ronmi-color-primary);
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
}
.vmbtn.btn-bg-effect:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 11px;
  right: -10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: inherit;
}
.vmbtn.btn-bg-effect:hover {
  transform: translate(0);
}
.vmbtn.btn-bg-effect:hover:after {
  top: 0;
  right: 0;
  border-color: transparent;
}
.vbtn {
    margin-top: 50px;
}

.sc_services_strong .sc_services_item {
  position: relative;
  z-index: 1;
  text-align: left;
}
.sc_services_slider .sc_services_item {
  margin-bottom: 0 !important;
}
.sc_services_slider .sc_services_item, .sc_services_columns_wrap .sc_services_item, .services_page_related .related_columns .sc_services_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_services_strong .sc_services_item_content {
  color: #ffffff !important;
}
.sc_services_strong .sc_services_item_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #05080d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.design-section-bg-fixed {
  min-height: 500px;
  background-image: url(../images/services/professional-consultation/banner-fixed.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.txg {
  color: var(--ronmi-color-green);
}
.takenextstep {
  background-image: url(../images/services/pregnancy-and-pediatric-care/banner-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
p.tns {
  font-size: 18px;
  line-height: 24px;
}

.ot-slider .owl-nav button[class*=owl-]{
  font-size: 38px;
  font-weight: 300;
}
.ot-slider .owl-nav button:before{
  top: 55%;
}

.ot-slider .owl-nav button.owl-prev:before{
  left: 0;
}
.ot-slider .owl-nav button.owl-next:before{
  right: 0;
}
button.owl-next span, button.owl-prev span {
    align-items: center;
    display: flex;
    vertical-align: middle;
    width: 100%;
    margin: auto;
    padding: 13px;
}
#greview .ot-slider .owl-nav button.owl-prev {
  left: -5% !important;
}
#greview .ot-slider .owl-nav button.owl-next {
  right: -5% !important;
}
span.dbmb20 {
  display: block;
  margin-bottom: 20px;
}

.alogos h6 {
    margin: 10px auto 0;
    line-height: 25px;
}

.home-float{
  bottom: 80px;
}

.sidenav-social h6 {
    margin: 20px 0 8px 0;
    font-size: 14px;
    font-family: var(--ronmi-font-main);
    color: #fff;
}

.mobile-logo {
    display: block;
    width: 100%;
}

img.mlogo {
  width: 180px;
  max-width: 100%;
  margin-bottom: 20px;
}

.ot-process-box__content p:last-child {
    margin-bottom: 0;
}

.dpr6 {
  padding-right: 6px;
} 

.dpr10 {
  padding-right: 10px;
} 

.team-title-right {
    position: absolute;
    right: -2%;
    bottom: 6.25%;
}
.team-title-right h1 {
    color: #FFFFFF66;
    font-family: "Parisienne", Sans-serif;
    font-size: 390px;
    font-weight: 400;
}
h2.wellness {
    color: #fff;
    margin: 20px auto 0;
    font-family: var(--ronmi-font-main);
    letter-spacing: .2rem;
    font-weight: 300;
    line-height: inherit;
}

span.footer-number {
  color: #DCE2E6 !important;
}

.mapbtns {
    display: flex;
    margin-top: 10px;
}
.mapbtns a:first-child {
  margin-right: 12px;
}
img.mapbtn {
    width: 36px;
    height: 36px;
    border-radius: 5px;
}
img.mapbtn:hover {
  animation: pulse 1s infinite alternate;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

img.xhs {
    width: 24px;
    height: 24px;
    align-items: center;
    vertical-align: middle;
    max-width: 100%;
}

a.social-xhs img {
    align-items: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: auto;
    max-width: 100%;
}

/**gallery**/
.inner__media {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.inner__media.media-padding {
  padding: 60px 0;
}

.swiper-about {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-about img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .swiper-about {
    height: 600px;
  }
  .swiper-about .swiper-slide {
    width: auto;
  }
  .swiper-about img {
    width: auto;
    height: 100%;
  }
}

.about-slider-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 0 5vw;
  z-index: 3;
}
.about-slider-controls .controls-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 40px;
  padding: 0 3vw;
  text-align: right;
}

.about-swiper-button-prev,
.about-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  outline: none;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff !important;
  background-color: #191919;
  background-image: none;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about-swiper-button-prev::after,
.about-swiper-button-next::after {
  display: none;
}
.about-swiper-button-prev i,
.about-swiper-button-next i {
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.about-swiper-button-prev .controls-caption,
.about-swiper-button-next .controls-caption {
  display: none;
}
.no-touch .about-swiper-button-prev:hover,
.no-touch .about-swiper-button-next:hover {
  background-color: #181818;
}
.no-touch .about-swiper-button-prev:hover i,
.no-touch .about-swiper-button-next:hover i {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .about-swiper-button-prev,
  .about-swiper-button-next {
    width: auto;
    padding: 15px;
    text-align: left;
  }
  .about-swiper-button-prev i,
  .about-swiper-button-next i {
    width: auto;
  }
  .about-swiper-button-prev .controls-caption,
  .about-swiper-button-next .controls-caption {
    display: inline;
  }
  .no-touch .about-swiper-button-prev:hover,
  .no-touch .about-swiper-button-next:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.about-swiper-button-prev {
  margin-right: -4px;
}
@media only screen and (min-width: 768px) {
  .about-swiper-button-prev .controls-caption {
    padding-left: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .about-swiper-button-next .controls-caption {
    padding-right: 1.2rem;
  }
}

.fa-social-icon{
  width: 24px;
  height: 24px;
  margin: 0 auto;
  vertical-align: middle;
}

.fa-social-icon:before{
  font-size: 16px;
  line-height: 24px;
}

.social-icon-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.social-icon-footer i{
  width: 24px;
  height: 24px;
}

.social-icon-footer i.fa-facebook:before{
  font-size: 24px;
  line-height: 1;
}

.social-icon-footer i.fa-instagram:before{
  font-size: 26px;
  line-height: 1;
}

.social-list .ot-icon-list-item{
  margin-bottom: 10px;
}

.social-icon-header{
  display: flex;
  align-items: center;
  gap: .3rem;
}

.social-icon-header i{
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.social-icon-header i.fa-facebook:before{
  font-size: 22px;
  line-height: 1;
}

.social-icon-header i.fa-instagram:before{
  font-size: 24px;
  line-height: 1;
}

/* Define the pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

/* Apply on hover */
ul.smpulse a:hover i,
ul.smpulse a:hover img {
  animation: pulse 1s ease-in-out infinite;
}

a.title-link i.ot-flaticon-arow {
  line-height: 0;
  vertical-align: middle;
}

.scroll-down
{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.scroll-down span:nth-child(2)
{
    animation-delay: -0.2s;
}
.scroll-down span:nth-child(3)
{
    animation-delay: -0.4s;
}
.scroll-down span
{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: scroll-down 3s infinite;
}
@keyframes scroll-down
{
  0%{
      opacity: 0;
      transform: rotate(45deg) translate(-20px,-20px);
  }
  50%{
      opacity: 1;
  }
  100%{
      opacity: 0;
      transform: rotate(45deg) translate(20px,20px);
  }
}