@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a{
  text-decoration: none;
}
/* @font-face {
  font-family: Newyork;
  src: url(../fonts/NewYork.ttf) format('truetype'), url(../fonts/newyork-webfont.woff) format("woff"), url(../fonts/newyork-webfont.woff2) format("woff2"), url(/assets/font/NewYork.otf) format('opentype')
} */
/* body{
  font-family: Newyork;
} */
body{
  /* font-family: 'Rajdhani', sans-serif; */
 font-family: 'Noto Sans', sans-serif !important;
 
}
.ser-hd1{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  width: 80%;
  text-align: center;
  transition: all .3s;
}
.services,.news{
  position: relative;
  z-index: 1;
}
.ser-hd1 h2{
      font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.55px;
    margin-bottom: 0 !important;
    padding: 10px;

}
/*.news::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/bgm.png);*/
/*    background-size: cover;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    opacity: 0.2;*/
/*    background-repeat: no-repeat;*/
/*}*/
.services::after {
    position: absolute;
    content: "";
    background-image: url(../images/shape-1.png);
    background-size: cover;
    height: 100%;
    width: 344px;
    top: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
p,span,a{
   font-family: 'Noto Sans', sans-serif !important;
}
nav {
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: #ffffff00;
}
.menu-new li a{
  color: #000 !important;
}
.tst-img img{
  height: 129px;
    width: 129px;
    object-fit: cover;
    border-radius: 50%;
}
.thumbnail {
    width: 100%;
    margin-bottom: 2%;
    position: relative;
    height: 100%;
}
.thumbnail-image{
	height: 350px;
}
.inner-mob-menu li{
	list-style-type: none;
}
.contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}
.scroll {
    top: 95%;
    left: 43%;
    transform: translate(-5%,-46%);
    z-index: 9999;
    width: 15%;
}
.sc-d{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	width: 20%;
}
.sc-d img{
	width: 100% !important;
	transform: rotate(90deg);
}
.scroll img{
	width: 100%;
    height: 100%;
}
.logo img {
    width: 306px;
    padding: 8px 0;
    filter: brightness(0) invert(1);
    transition: all .3s;
}
.logo-new img {
    width: 200px;
    padding: 8px 0;
    filter: initial;
}
.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: 20%;
    padding: 0rem 0;
}
/* .logo{
   position: initial;
  transition: all .3s;
} */
/* .logo-new {
    position: absolute;
    top: 0;
    background-color: #156C5F;
    padding: 1rem;
    animation: mymove .5s;
} */
.gt-new {
    background-color: #1917174d !important;
}

.menu li {
  margin: 0 10px;
}
.menu li a {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    /* text-transform: uppercase; */
    position: relative;
    /* transition: color 0.3s ease-in-out; */
    letter-spacing: 2.55px;
        padding: 2rem 0;
}
.menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.menu li a:hover:before {
  transform: scaleX(1);
}

.toggle {
  width: 30px;
  height: 14px;
  position: relative;
  cursor: pointer;
}
.toggle:before, .toggle:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(0 0 0);
    left: 0;
    transition: transform 0.3s ease-in-out;
}
.toggle-new:before, .toggle-new:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    left: 0;
    transition: transform 0.3s ease-in-out;
}
.toggle:before {
    top: 12px;
    width: 100%;
}
.toggle:after {
    bottom: 12px;
    width: 100%;
}
.toggle{
       height: 2px !important;
    background-color: #000;
    width: 9%;
}

.toggle.active:before {
  transform: translateY(10px) rotate(45deg);
}

.toggle.active:after {
  transform: translateY(-10px) rotate(-45deg);
}
.mob-menu {
  height: 100vh;
  background-color: #000;
  top: 0;
  right: -50%;
  transition: all 0.5s;
}
.slide-menu{
  right: 0 !important;
  position: relative;
}
/* .slide-menu::after{
  position: absolute;
  content: "";
  background-color: #000;
  background-size: contain;
  top: 0;
  right: 0;
  height: 100vh;
  width: 25%;
} */
.inner-mob-menu li a{
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.55px;
  font-weight: 300;
}
.inner-mob-menu li{
  margin-bottom: 2rem;
}
.inner-mob-menu{
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%,-50%);
}
.clo{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.clo img{
  width: 25px;
}

#headr{
  position: relative;
}
#headr::after{
  position: absolute;
  content: "";
  background-color: #00000070;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
 /* whatsapp  start-----------------------------------------------*/
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
    width: 30px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}
a.blantershow-chat img {
    width: 50px;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    border-radius: 50%;
}

/* whatsapp end--------------------------------------------- */

.navber{
  transition:all .3s;
}
.shrink {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* gallery start------------------------------------------------ */
.vd-hd p{
  font-size: 15px;
    line-height: 26px;
    font-weight: 300;
}
.immm:hover .ov-l {
    opacity: 1;
}
.gl-big {
    transform: translate(-50%,-50%);
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
}
.immm {
    overflow: hidden;
    transition: all.5s;
    margin-bottom: 0;
    position: relative;
}
.ov-l {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000077;
    opacity: 0;
    transition: all .3s;
}
.no {
    top: 0;
    right: 8px;
    color: #fff;
    background-color: #000000a6;
    height: 70px;
    width: 70px;
    border-radius: 0 0 50% 50%;
}
.no h1 {
    font-size: 33px;
    font-weight: 700;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 24%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 241px;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}
.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
}
.lightbox-content {
    position: absolute;
    /* width: 40%; */
    height: auto;
    /* margin: 5% auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 12px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-next {
    background-image: url(../images/next.png);
    background-size: contain;
}
.lightbox-prev {
    background-image: url(../images/left-chevron.png);
    background-size: contain;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
.clx{
  top: 2rem;
  right: 2rem;
}
.gl-ttl {
    background: linear-gradient(45deg, #00000078, #00000078);
    position: absolute;
    width: 95.5%;
    bottom: 0;
}
.gl-ttl h6{
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  margin-bottom: 0;
}
.immm a img{
  height: 250px;
  object-fit: cover;
}
/* gallery-end------------------------------------------------------------ */
/* gallery Start--------------------------------------------- */
.lb-data .lb-details {
    opacity: 0;
}
.lightbox {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    width: 100%;
    z-index: 999999999 !important;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
    transform: translate(-50%,-50%) !important;
}
.lb-outerContainer{
  position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
header {
	color: rgb(250,250,250);
	text-align: center;
	font-size: 1.2em;
  }
  
	#gallery-section {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 10px;
	  z-index: -1;
	}
  
	#thumbnail-gallery-container {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
	  padding: 15px 50px 10px 50px;
	  gap: 10px;
	}
  
	.thumbnail {
	  width: 24%;
	  margin-bottom: 2%;
	  position: relative;
  }
  
img.thumbnail-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
    object-position: center center;
}

  
  @media only screen and (max-width: 800px){
	#gallery-section {
	  padding: 10px 10px 0px 10px;
	}
	#thumbnail-gallery-container {
		padding: 0px;
	}
  }
  
  /* Lightbox Styles */ 
  
.lightbox-overlay {
    display: flex;
    transform: scale(0,1);
    transform-origin: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 65%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
  
  .lightbox-overlay:target {
	display: flex;
	transform: scale(1,1);
	z-index: 99999;
  };
  
  .lightbox-content {
	color: rgb(250,250,250);
	padding: 1.5em;
	width: 75vw;
	text-align: center;
  }
  
  .lightbox-image-title {
	position: relative;
	text-align: center;
  }
  
  .lightbox-navigation {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
  }
  
  .close {
	position: absolute;
	background-color: none;
	  top: 5px;
	  right: 20px; 
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  
  a.close {
	text-decoration: none;
	font-weight: bold;
	font-size :2em;
	font-family: sans-serif;
  }
  
  
  .back, .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
	height: 2em;
	color: rgb(255,255,255);
	margin: 1%;
  } 
  
  img.lightbox-image {
	width: 65vw;
	max-height: 65vh;
	object-fit: contain;
  }
  .close img{
	width: 20px;
  }
  .lis{
	position: relative;
  }
  .lis:hover .eye{
	opacity: 1;
  }
  .eye{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000063;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .3s;
  }
  .vww{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  }
  .ar-left{
	position: relative;
	animation: animate 1s infinite;
	margin-left: 0;
	width: 15px;
	margin-right: 10px;
  }
  .ar-right{
	position: relative;
	animation: animated 1s infinite;
	margin-left: 10px;
	width: 15px;
  }
  @keyframes animate{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(-10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  @keyframes animated{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  /* gallery end------------------------------------------------ */

  /* footer start----------------------------------------- */
footer {
    padding: 2rem 0 0;
    position: relative;
    /* -webkit-box-shadow: inset -15px 30px 15px -25px #00000012; */
    /* box-shadow: inset -15px 30px 15px -25px #00000012; */
    background-color:#000;
    position: relative;
    clip-path: ellipse(150% 80% at 50% 80%);
    margin-top: 5rem;
}

/* footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/footer-bg.png);
    background-size: contain;
    top: -56%;
    left: 0;
    height: 75%;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
}     */
.xc{
  margin-bottom: 2rem;
}
.social_links ul li h5{
  font-size: 19px;
  letter-spacing: 0.55px;
  color: black;
  font-weight: 500;
}
.social_links ul li span {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #fff;
}
.xc{
  position: relative;
}
.par-lg {
    height: 150px;
    width: 100%;
    box-shadow: #00000078 0px 0px 9px 0px;
    position: relative;
    border-radius: 7px;
        background-color: #fff;
}
.par-lg img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.xc::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    background-size: contain;
    height: 2px;
    width: 92px;
    bottom: -10px;
    left: 0;
    border-radius: 50px;
}
.xc::before {
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 2px;
    width: 8px;
    bottom: -10px;
    left: 71px;
    border-radius: 50px;
    z-index: 9;
}

footer .social_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem
}

footer .social_icon li a {
    font-size: 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #545454
}

footer .social_icon li a:hover {
    color: #f67f27
}

footer .social_icon li a path {
    stroke-width: .1px
}

.footer_quick_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 20px;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 2rem
}

.footer_quick_link li {
    position: relative
}

.footer_quick_link li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    background-color: #919191;
    right: -12px;
    top: 7px
}

.footer_quick_link li:last-child::after {
    display: none
}

.sub_footer {
    padding: 20px 0;
    background-color: #000;
    color: #fff;
}
.sub_footer .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sub_footer p {
    margin: 0;
    font-family: 'Cormorant Garamond';
    font-size: 16px;
}
.sub_footer img{width: 400px;}
.sub_footer p span {
    color: #00dfd3;
}

.tiles__wrapper {
    height: 100%
}
.list-unstyled li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.55px;
    margin-bottom: 24px;
}
.footer_links h3, .social_links h3 {
    font-family: auto !important;
    font-size: 26px;
    margin-bottom: 1rem;
    color: #fff;
}
.scl-i a img {
    width: 25px;
}
.footer_logo p{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}
/* index-page-----------------------------------------------------------start */
.bt a {
    color: #ffffff;
    padding: 10px 22px;
    border: 1px solid #06605b;
    letter-spacing: 0.55px;
    font-size: 15px;
    position: relative;
    transition: all .3s;
    z-index:9;
}
.bt a::after {
    position: absolute;
    content: "";
    background-color: #06605b;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index:-1;
    transition: all .3s;
}

.bt a:hover{
  color: #06605b !important;
  z-index:2;
}
.dldldl {
    /* background-color: #07605b29; */
    border-radius: 5px;
    /* text-align: center; */
    height: 100%;
}
.main-hig-dt span {
    font-size: 14px;
    line-height: 0px;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.main-hig-dt h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 3px;
    color: #fff;
}
.main-hig-ic img {
    width: 50px;
    filter: brightness(0) invert(1);
}
.bt a:hover::after{
  width: 0%;
  z-index:1;
}
.rj{
  position: relative;
}
.rj::after {
    position: absolute;
    content: "";
    background-color: #e5eddf;
    /* box-shadow: black 0px 0px 0px 1px; */
    background-size: contain;
    bottom: -43%;
    left: -13%;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    z-index: -2;
}
.rj::before {
    position: absolute;
    content: "";
    background-image: url(../images/pol.png);
    background-size: contain;
    bottom: -43%;
    left: -13%;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    z-index: -1;
}
.banner{
  position: relative;
}
/*.banner::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/dot.png);*/
/*    background-size: contain;*/
/*    bottom: -33%;*/
/*    left: -21%;*/
/*    height: 100%;*/
/*    width: 126px;*/
/*    transform: rotate(90deg);*/
/*    z-index: -1;*/
/*    opacity: 0.2;*/
/*    background-repeat: no-repeat;*/
/*}*/
.banner::after {
    position: absolute;
    content: "";
    background-image: url(../images/dot.png);
    background-size: contain;
    top: -22%;
    left: 75%;
    height: 100%;
    width: 126px;
    transform: rotate(90deg);
    z-index: -1;
    opacity: 0.2;
    background-repeat: no-repeat;
}
.che {
    top: 69px;
    left: 29%;
    opacity: 0.1;
}
.wl,.abt{
  position: relative;
}
/* .wl::after {
    position: absolute;
    content: "";
    background-color: gray;
    background-size: contain;
    height: 1px;
    width: 80px;
    top: 50%;
    left: 57%;
} */
.hd-ab h1 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 0.7rem;
    color: #156C5F;
}
.img img{
      height: 181px;
}
.hd-ab p,.hd-ab ul li{
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 300;
    line-height: 24px;
}
.wl h5{
      font-size: 18px;
    letter-spacing: 0.55px;
    color: #000;
    margin-bottom: 10px;
}
.abt{
  overflow: hidden;
}
.abt::after {
    position: absolute;
    content: "";
    background-color: #f0faf9;
    background-size: contain;
    height: 100%;
    width: 63%;
    top: 0;
    right: 0;
    z-index: -3;
    border-radius: 50px 0 0 50px;
}
.im-ttl {
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #156C5F;
    width: 100%;
    color: #fff;
    text-align: center;
}
.im-ttl h5 {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.nog {
    top: -4%;
    right: -4%;
    height: 60px;
    width: 60px;
    background-color: #156C5F;
    border-radius: 50%;
    border: 5px solid white;
    color: #fff;
    z-index: 9;
    transition: all .5s;
}
.gt {
    top: 59px;
    left: 0;
    background-color: #156C5F;
    padding: 2rem 1rem !important;
    width: 200px;
    z-index: -1;
    /* height: 0; */
    overflow: hidden;
    display: none;
    transition: all .3s;
}
.bbb:hover .gt{
  display: block;
}
.nog span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    /* font-weight: 700; */
}
.xfg img {
    height: 235px;
    object-fit: cover;
}
.xfg1 img{
  border-radius: 0 50px;
}
.xfg3 img{
  border-radius: 50px 0;
}
.xfg4 img{
  border-radius: 0 50px;
}
.xfg2 img{
  border-radius: 50px 0;
}
.left-img img {
    /* border-radius: 50%; */
    width: 400px;
    height: 400px;
    object-fit: cover;
    box-shadow: black 0px 0px 9px -4px;
}
.sub-lf-img img {
    width: 151px;
    height: 154px;
    border-radius: 50%;
    border: 10px solid #f0faf9;
    box-shadow: none;
}
.wl span {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}
.sub-lf-img {
    top: 73%;
    right: 16%;
}
    .bannerszz {
      width: 100%;
      height: 100%;
    }

    .bannerszz .swiper-slide {
      background-position: center;
      background-size: cover;
    }
.le-hd {
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 50%;
}
    .bannerszz .swiper-slide img {
      display: block;
      width: 100%;
    }
    .bannerszz .swiper-slide-prev{
      opacity: 0 !important;
    }
.doc-im img {
    width: 311px;
    float: right;
    margin-right: 3rem;
    transform: rotateY(180deg);
}
    .doc-dt{
      position: relative;
    }
    /* .doc-dt::after{
      position: absolute;
      content: "";
      background-color: lightgray;
      background-size: contain;
      height: 100%;
      width: 1px;
      top: 0;
      left: 0;
    } */
    .exp {
        bottom: 10px;
        right: 81px;
        background-color: #156C5F;
        padding: 13px 42px;
        border-radius: 0 50px;
    }
    .exp span{
      font-size: 15px;
      letter-spacing: 0.55px;
      color: #fff;
    }
    .doc-nm h2{
          font-size: 30px;
          letter-spacing: 0.55px;
          color: #156C5F;
          margin-bottom: 5px;
    }
    .doc-nm span{
      font-size: 14px;
      letter-spacing: 0.55px;
      color: #777;
    }
    .doc-dt p {
      font-size: 15px;
      letter-spacing: 0.55px;
      font-weight: 400;
      color: #000;
      line-height: 27px;
      /*overflow: hidden;*/
      /*display: -webkit-box;*/
      /*-webkit-line-clamp: 3;*/
      /*-webkit-box-orient: vertical;*/
    }
    #dts{
        -webkit-line-clamp: initial;
    } 
    .l-im img{
      object-fit: cover;
    }
   .doc-dtff::after{
     background-color: transparent;
    }

    .doc-dt {
        padding: 1rem 0;
        margin-top: 2rem;
        z-index: 999;
    }
    .close{
      top: 10px;
      right: 10px;
      cursor: pointer;
    }
    .inner-pop-d{
      transform: translate(-50%,-50%);
      background-color: #fff;
      border-radius: 7px;
    }
    .l-im img{
      border-radius: 7px 0 0 7px;

    }
.doc-pop {
    background-color: #000000c9;
    z-index: 999999999999;
}
.hdrz {
    border-left: 3px solid #156C5F;
}
.hdrz h1{
      font-size: 34px;
    letter-spacing: 0.55px;
    font-weight: 500;
}
.hdrz span{
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 400;
  color: #777;
}
.doc{
  position: relative;
}
.doc::after {
    position: absolute;
    content: "";
    background-image: url(../images/anbg.jpg);
    background-size: cover;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -2;
}
.doc-im-bor{
  position: relative;
  z-index: 1;
}
.doc-im-bor::before {
    position: absolute;
    content: "";
    background-image: url(../images/bgh.svg);
    background-size: contain;
    height: 673px;
    width: 824px;
    top: 52%;
    left: 69%;
    transform: translate(-50%,-50%)rotate(246deg);
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.ser-hd h2 {
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0.55px;
}
.services {
    /* background: #f0fafa; */
    background-color: #fff0;
    padding: 5rem 0 !important;
}
.services1{
      background: #f0fafa00;
}
.ser-hd p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    letter-spacing: 0.55px;
}
.ser12,.ser11{
  transition: all.2s;
      object-fit: cover;
}
.ser-list:hover .ser12{
  padding-right: 0 !important;
}
.ser-list:hover .ser11{
  padding-left: 0 !important;
}
.ser-list:hover p{
  text-decoration: underline;
}
.ser-img{
  overflow: hidden;
    height: 202px;
}
.go{
  opacity: 0;
  transition: all .3s;
}
.ser-list:hover .go{
  opacity: 1;
}
.ser-list {
    cursor: pointer;
    background-color: #fff;
}
.v-bt p{
  margin-bottom: 0;
}
a{
  text-decoration: none !important;
}
.v-bt span{
  color: #156C5F;
    letter-spacing: 0.55px;
    transition: all .3s;
}
.v-bt span:hover{
  color: black;
}
/* index-page-----------------------------------------------------------end */
/* about page start-------------------------------------------------------- */
#headz {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
    position: relative;
    z-index: 1;
    height: 60vh;
}
#headz::after {
    position: absolute;
    content: "";
    background-color: #0000004a;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.ab-hdt {
    position: absolute;
    bottom: 10%;
    left: 11%;
    padding: 0 !important;
}
.xygh h3{
  font-size: 30px;
  letter-spacing: 0.55px;

}
.home a,.ab-hdt p{
    color:#fff;
    letter-spacing:0.55px;
    font-size:18px;
}
.xygh{
  position: relative;
  width: fit-content;
  margin-bottom: 20px;
}
.xygh::after{
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 2px;
  width: 60%;
  bottom: -10px;
  left: 0;
}
.ab-hdt P{
  font-size: 15PX;
  letter-spacing: 0.55px;
  font-weight: 400;
  line-height: 26px;
}
.sub-abx {
    position: relative;
    
}
.sub-abx::after {
    position: absolute;
    content: "";
    background-image: url(../images/fff.jpg);
    background-size: cover;
    background-position: left;
    height: 100%;
    width: 59%;
    top: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
/* .hd-ab{
      background-color: #fff;
    padding: 1rem;
} */
.mis-img {
    height: 110px;
    width: 110px;
    background-color: #156C5F00;
    /* box-shadow: black 0px 3px 0px 0px, #156C5F 0px -3px 0px 1px; */
    border-radius: 50%;
    box-shadow: #156C5F 0px 0px 0px 6px, white 0px 0px 0px 12px;
    background-color: #fff;
}
.mis-dt1 p {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #000;
}
.mis-dt {
    position: relative;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
    height: 320px;
    background-color: #156C5F;
    margin-top: -20%;
    left: 0;
    z-index: -1;
    box-shadow: inset #008379 0px 20px 0px 0px;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
}
.mis-dt1 {
    padding-top: 5rem;
}
.gf {
    position: relative;
    width: fit-content;
    margin: auto;
    margin-bottom: 0.5rem;
}
/*.gf::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #ffffff;*/
/*    background-size: contain;*/
/*    height: 2px;*/
/*    width: 50%;*/
/*    bottom: -10px;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-0%);*/
/*}*/
.mis-img img{
  transform: translate(-50%,-50%);
}
/* about page end--------------------------------------------------------------- */

/* feedback page start---------------------------------------------------------- */
  .namez input,.namez select{
    height: 40px;
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
  }
  .namez textarea{
    height: 100px;
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
  }
  .feed-hd h1{
        font-size: 30px;
        letter-spacing: 0.55px;
  }
.inner-feedback {
    box-shadow: black 0px 0px 11px -6px;
}
.namez label{
      font-size: 14px;
    letter-spacing: 0.55px;
}
.feedback{
  background-image: url(../images/anbg.jpg);
  background-size: cover;
  position: relative;
}
.feedback::after {
    position: absolute;
    content: "";
    background-image: url(../images/df.svg);
    background-size: contain;
    height: 600px;
    width: 600px;
    top: -29%;
    left: -19%;
    background-repeat: no-repeat;
}
/* feedback page end---------------------------------------------------------- */


/* contact page start------------------------------------------------------------- */
.add span img{
  width: 20px;
}
.inner-contact{
 background-color: #f9f9f9;
}
.contact-form-details{
  padding: 1rem;
}
.con-hd {
    top: 20%;
    left: 22%;
}
.addr {
    top: 50%;
    left: 19%;
    padding-right: 10px;
}
.add span {
    font-size: 15px;
    letter-spacing: 1px;
}
.con-hd H1{
  font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.55px;
}

/* contact page end------------------------------------------------------------- */


/* Gallery -----------------------------------------------------------------------*/
.p{
  display: none;
}

.gl-img:hover .p{
   display: block;
}
.gl-img:hover .n{
   display: none;
}
.gl-img:hover .nog{
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   border: none;
}
.gl-img{
  position: relative;
}
.gl-img::after {
    position: absolute;
    content: "";
    background-color: #0006;
    background-size: contain;
   height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s;
}
.gl-img:hover::after{
   transform: scale(1);
}
.ccc {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/lt.png);
    background-size: contain;
}
.ddd {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/rt.png);
    background-size: contain;
}
.xxxx {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/cl.png);
    background-size: contain;
}
#gallery {
  padding: 4rem 0 5.5rem;
}
.img-wrapper {
    position: relative;
    margin-top: 12px;
    cursor: pointer;
}

.img-wrapper img {
  width: 100%;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay img{
  width: 20px;
}
#overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
 }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
 }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.3s;
  cursor: pointer;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 2em;
 }
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.3s;
  cursor: pointer;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 2em;
 }
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.3s;
  position: absolute;
  top: 5%;
  right: 23%;
  cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 2em;
 }
}
/* End Gallery -----------------------------------------------------------*/
/* count start--------------------------------------------------------------- */
.count{
      background-color: #e5eddf;
}
.nbrs{
  border-right: 1px solid rgb(255, 255, 255);
}
.nbrs h1{
      font-size: 45px;
    font-weight: 700;
    letter-spacing: 0.55px;
    color: black;
}
.nbrs span{
  font-size: 18px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
}
/* count end--------------------------------------------------------------- */
/* video gallery start------------------------------------------------------ */
.ffdx{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.ffdx::after{
  position: absolute;
  content: "";
  background-color: rgba(255, 0, 0, 0.486);
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 50px;
  width: 50px;
  z-index: -1;
  border-radius: 50%;
  animation: mymove 1.5s infinite;
}
@keyframes mymove{
  0%{
    height: 50px;
    width: 50px;
  }
  50%{
     height: 70px;
    width: 70px;
  }
  100%{
     height: 50px;
    width: 50px;
  }
}
.ffdx img {
    width: 40px;
    height: 40px !important;
}

/* video gallery end------------------------------------------------------ */
.news {
    background-color: #f0faf9a1;
}
.d{
  padding: 0 1rem 1rem;
}
.ser-img img{
  width: 100%;
  object-fit: cover;
}
.v-bt1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.btnx1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 100%;
    transition: all .5s;
}
.ser-list:hover .ser-hd1{
  top: 100%;
}
.ser-list:hover .btnx1{
  top: 0;
}
.ser-list {
    box-shadow: black 0px 0px 9px -5px;
}
.v-bt1 p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  letter-spacing: 0.55px;
  padding: 0 1rem;
}


.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}

.navbar {
  display: flex;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0px 70px;
  background-color: #fff;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 20px 15px;
    transition: 0.4s all;
    font-size: 17px;
    /* font-weight: 500; */
}
.in a{
        font-size: 14px !important;
}

.navbar-dropdown .dropdown-new a{
  color: #000 !important;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  color:#000;
}
.asd li{
    color:#fff;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
.navbar-links li a:hover {
  color: #ff3f34;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  /* background-color: #f00; */
  background-image: url("http://lorempixel.com/1366/698/food/");
  background-size: cover;
}

.header-inner {
  text-align: center;
  color: #ff3f34;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, .8);
}

.header-inner h1 {
  font-family: "Great Vibes", cursive;
  font-size: 130px;
}

.header-inner form input[type="search"] {
  position: relative;
  width: 500px;
  border: none;
  padding: 15px;
  border-radius: 27px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.header-inner form input[type="search"]:focus {
  outline: none;
}

.header-inner form input[type="search"]:focus + div {
  z-index: 1;
  opacity: 1;
}

::placeholder {
  color: #666;
  font-weight: 300;
}
.inner-frm textarea::placeholder{
  color: #fff;
}
.inner-frm input, .inner-frm select {
    width: 100%;
    height: 40px;
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background-color: #0000;
    color: #fff;
}
.inner-frm textarea{
   width: 100%;
    height: 100px;
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background-color: #0000;
    color: #fff;
}
.lf-form {
    background-color: #156C5F;
    padding: 2rem 1rem;
}
.app-frm h1 {
    color: #fff;
    font-size: 30px;
}
.app-frm span{
      color: #fff;
    font-size: 15px;
    letter-spacing: 0.55px;
}
.bt1 a{
  color: #fff;
  border: 1px solid #fff;
}

.inner-frm input::placeholder{
  color: #fff;
}
.inner-frm select option{
  color: #000;
}
/* .book-app{
  position: relative;
  overflow: hidden;
}
.book-app::after {
    position: absolute;
    content: "";
    background-image: url(../images/ggg.svg);
    background-size: cover;
    height: 668px;
    width: 1600px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
} */
.bac {
    background-color: #06605b;
    height: 124px;
    width: 120px;
    position: absolute;
    top: 0;
    right: 100px;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
    z-index:9;
}
.bac::after {
    position: absolute;
    content: "";
    background-image: url(../images/hrt.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 33px;
    left: 0;
    opacity: 0.3;
    background-repeat: no-repeat;
}
.typed-cursor{
  opacity: 0 !important;
}
.bb img {
    width: 80%;
}
.sdda p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.55px;
    color: #000;
}
.sdda{
    padding-left: 1.5rem;
}
.red {
    /*color: #06605b;*/
    color: #fff;
    font-weight: 700;
}
.ch img{
  width: 22px;
  height: 22px;
}
/*.navbar-links {*/
/*    margin-right: 10rem;*/
/*}*/
.in {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    z-index: 9;
}
.in a {
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.55px;
}
/* news details start--------------------------------------------------------------------- */
.gfgfgf img{
  width: 25px;
  transition: all .3s;
  filter:brightness(0)invert(1);
}
.gfgfgf-new img {
    filter: brightness(0);
}
.navbar-dropdown:hover img{
      transform: rotateX(180deg);
}

#newsandeventdetails {
  position: relative;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  #newsandeventdetails {
    padding: 3rem 0;
  }
}
#newsandeventdetails .newsandeventdetailsLeft .newsandeventdetailsImg {
    margin-bottom: 13px;
}
#newsandeventdetails .newsandeventdetailsLeft .newsandeventdetailsImg img {
  margin-bottom: 20px;
}
#newsandeventdetails .newsandeventdetailsLeft .newsandeventdetailsImg span {
  font-size: var(--font-regular);
  color: crimson;
  display: block;
  font-weight: var(--weight-500);
  font-family: var(--heading-font);
}
#newsandeventdetails .newsandeventdetailsLeft .newsandeventdetailsText span {
  font-size: var(--font-regular);
  color: crimson;
  display: block;
  font-weight: var(--weight-500);
  font-family: var(--heading-font);
}
.ev-list-dt p {
    font-size: 13px;
    letter-spacing: 0.55px;
    font-weight: 600;
    line-height: 20px;
    color: #818181;
}
.inner-bookapp {
    background-image: url(../images/vvx.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000000b3;
    background-blend-mode: color;
    position: relative;
    margin: 6rem 0;
}
.lf-form {
    background-color: #06605b;
    padding: 2rem 1rem;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%,-50%);
}

.vd-hd {
    padding: 3.5rem 0;
    color: #fff;
    text-align: center;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.dtdtx {
  position: relative;
}
.dtdtx input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.ser-imgz1{
  text-align: right;
}
.ser-imgz img {
    /*height: 400px;*/
    width: 100% !important;
    /*object-fit: cover;*/
    /*border-radius: 50%;*/
    /*object-position: right;*/
    /*box-shadow: black 0px 0px 4px 0px;*/
}
/*.ser-dt,.ser-dt1{*/
/*  position: relative;*/
/*}*/
/*.ser-dt1::after{*/
/*      position: absolute;*/
/*    content: "";*/
/*    background-color: #06605b30;*/
/*    height: 350px;*/
/*    width: 60%;*/
/*    z-index: -1;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translate(-0%,-50%);*/
/*}*/
/*.ser-dt::after {*/
    
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #06605b30;*/
/*    height: 350px;*/
/*    width: 60%;*/
/*    z-index: -1;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    transform: translate(-0%,-50%);*/
/*}*/
.head-ser-dt h5,.head-ser-dt1 h5{
      font-size: 30px;
    font-weight: 700;
    color: #2b2b2b;
}
.head-ser-dt {
    
    width: 100%;
    padding:4rem;
}
.head-ser-dt1 {
    position: absolute;
    top: 50%;
    right: 45%;
    transform: translate(0%,-53%);
    width: 36%;
    text-align: right;
}
.vd-hd p{
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 27px;
  width: 90%;
  margin: auto;
}
.head-ser-dt1 h5{
      font-size: 28px;
}
.proce{
        background: linear-gradient(180deg, #2eb1a51c, transparent);
}
/* news details end--------------------------------------------------------------------- */






















.mn-fld{
  border: 1px dashed gray;
  padding: 3rem 1.5rem;
  border-radius: 5px;
}
.legt {
    top: -5%;
    left: 2%;
    padding: 2px 20px;
    background-color: #fff;
    width: fit-content;
    color: #008379;
}

#chtAnimatedBarChart,#chtAnimatedBarChart1{
      width: 100% !important;
    margin-top: 3rem;
}
.sdjhfew span{
  font-size: 19px;
}
.lis {
    /* box-shadow: black 0px 0px 7px 0px; */
    padding: 1rem;
    background-color: #8a5f035c;
    border-radius: 25px 0;
}
.tot{
      background-color: #fff;
    height: 116px;
    width: 116px;
    border-radius: 10px;
    position: relative;
}
.sdjhf{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.sdjhf span{
  font-size: 15px;
    letter-spacing: 0.55px;
    color: #01a99d;
    font-weight: 700;
}
.goat-data{
  /* border-left: 1px solid white; */
  height: 100%;
}
.dddf {
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 11px 0;
}
.dddf p {
    font-size: 17px;
    color: #01a99d;
    letter-spacing: 0.55px;
    margin-bottom: 0 !important;
    font-weight: 500;
    background-color: #efefef;
    border-radius: 11px 0 0;
}
.dddf span {
    font-size: 14px;
    color: #01a99d;
    letter-spacing: 0.55px;
}
.gt-im {
    background-color: #01a99d;
    border-radius: 49px;
    border: 4px solid white;
    height: 70px;
    width: 40%;
    top: -6%;
    left: -5%;
}


.gt-im img{
  width: 30px;
 
}
.dfxyz{
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.img-dt {
    bottom: 33px;
    left: 15px;
    z-index: 9;
}
.ser1-img{
  position: relative;
}
.ser1-img::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, transparent, #06605b);
    background-size: contain;
    height: 54%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 30px;
    transition: all .3s;
}
/*.ser1-img:hover::after {*/
/*    background: linear-gradient(180deg,#06605b8c,#06605b8c);*/
/*}*/
.ser1-img img{
  border-radius: 0 40px;
}
.service-list{
  padding-left: 0;
}
.service-list li{
  list-style-type: none;
}
.ser-hd-1 span{
    font-size: 15px;
    letter-spacing: 0.55px;
    /* line-height: 9px; */
    color: #000000;
    font-weight: 300;
}
.ser-hd-1 h1{
  font-size: 35px;
  letter-spacing: 0.55px;
  color: black;
}
.img-dt{
  color: #fff;
}
.img-dt h5 {
    font-size: 23px;
    letter-spacing: 0.55px;
    font-weight: 700;
}
.img-dt span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.bttyn a {
    color: #000;
    font-size: 13px;
    padding: 9px 20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    letter-spacing: 0.55px;
    transition: all .3s;
}
.bttyn a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.fcd {
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: black 0px 0px 6px 0px;
}
.fcd img{
  transform: translate(-50%,-50%);
  width: 18px;
}
.fcd1{
  background-color: #1877f2;
}
.fcd2{
  background-color: #1da1f2;
}
.fcd3 {
    background: linear-gradient(135deg,#c32aa3 20%,#7232bd,#f46f30,#ffdc7d);
}

.fcd4{
  background-color: #0a66c2;
}




/*29-11-2024--------------------------*/
.bannerszz{
    position:relative;
}
.bannerszz::after{
    position:absolute;
    content:"";
    background:linear-gradient(90deg,black,transparent);
    background-size:contain;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:9;
}
.gflx  h1{
    color:white;
}
.ch p{
    color:#fff;
    letter-spacing:0.55px;
    line-height:26px;
}


.vdo video {
    object-fit: cover;
}
.mous {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}
.ggfe {
    height: 37px;
}
.ggfe img {
    position: relative;
    animation: animate 1s infinite;
}
.ggfe img {
    width: 36px;
}
.mous h6 {
    margin: 6px 0 0 0;
    color: #fff;
    letter-spacing: 4.55px;
    font-size: 14px;
    font-weight: 300;
}
.banner-dt {
    top: 57%;
    position: absolute;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
.left-banner-text span {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #fff;
    margin-bottom: 1rem;
}
.banner-dt h1 {
    font-size: 35px;
    /* width: 100%; */
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: left;
    margin-top: 10px;
}
.left-banner-text p {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
}
.list-imag-banner img {
    width: 144px;
    filter: drop-shadow(2px 4px 2px black);
}
.list-imag-banner p {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #fff;
    line-height: 22px;
}
.right-banner-video img {
    border-radius: 15px;
}
.pla {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.we15::after {
    position: absolute;
    content: "";
    background-color: gray;
    background-size: contain;
    height: 26px !important;
}
.right-banner-video img {
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
}
.pla img {
    width: 80px;
    opacity: 0.5;
    transition: all .3s;
    height: auto;
}
.vdo-ttxtt p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #fff;
    transition: all .3s;
}
.bannersl .swiper-slide::after {
    position: absolute;
    content: "";
    /* background-color: #31945233; */
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(45deg, #3194524a, #e1884670); */
    background-color: #00000075;
}


.xx {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    FONT-SIZE: 18PX;
    FONT-WEIGHT: 400;
    margin-bottom: 10px;
}
.yy {
    font-size: 32px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.yy {
    font-size: 30px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.zz11 {
    text-align: justify;
}
.custom-btn {
    text-decoration: none;
}
.custom-btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.over p {
    font-size: 20px;
    font-weight: 500;
    writing-mode: rl-tb;
    text-transform: uppercase;
    color: #030a6b;
    transform: rotate(270deg) translateX(-11px) translateY(15px);
}
.num h2 {
    font-size: 60px;
    font-weight: 500;
    color: #156C5F;
}
.axw .form-row label {
    height: 35px;
}
.pro p {
    font-size: 17px;
    letter-spacing: 0.55px;
}

.career-pop, .Enquiry {
    background-color: #000000b3;
    height: 100vh;
    width: 100%;
    z-index: 9999999999999999;
    backdrop-filter: blur(8px);
}

.inner-pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-content1 {
    position: relative;
    display: flex
;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 0 50px 0 0;
    outline: 0;
}
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: 15px;
    font-weight: 400;
    color: #595959;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}
.hero_btn {
    font-weight: var(--weight-400);
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 12px 20px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .4);
    background: #030a6b;
    color: #fff;
    transition: var(--trans-nrml);
    border: 1px solid transparent;
    display: block;
    width: fit-content;
    border-radius: 5px;
    letter-spacing: 1px;
}
.btn-close {
    width: 30px;
    height: 30px;
    right: 25px;
    top: 10px;
    background-size: 15px;
    opacity: 1;
    z-index: 1;
    border: 1px solid #fa0000;
    background-image: url(../images/close_btn.png);
    border-radius:50%;
}


.quote {
    position: relative;
    padding: 15rem 0 7rem;
}
.quote::before {
    position: absolute;
    content: "";
    background-color: #00000087;
    background-size: cover;
    height: 76%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
}
.qu-h span {
    color: #00ffe3;
    letter-spacing: 0.55px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}
.qu-h h2 {
    font-size: 36px;
    letter-spacing: 0.55px;
    color: #fff;
    line-height: 40px;
    font-size: 25px;
    letter-spacing: 0.25px;
    font-weight: 600;
    /* color: #000000; */
}

.qu-h p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.qu-h h4{
    margin-top: 0 !important;
    font-size: 20px;
    color: #cfcb00;
}
#contactForm {
    position: relative;
}
#contactForm {
    height: 100%;
    box-shadow: rgb(80, 18, 18) 0px 0px 9px -5px;
    padding: 23px;
    background-color: #fff;
    border-radius: 10px;
}
.h-d h1 {
    font-size: 33px;
    padding-bottom: 24px;
    letter-spacing: 0.55px;
    color: #000;
}
.form-input {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 12px 25px;
    border: 1px solid #f3f5f6;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /* -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16); */
    /* box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16); */
    /* box-shadow: 0 20px 60px 0 rgb(68 17 135 / 11%); */
    background-color: #f3f5f6;
    color: #000000;
    padding-left: 11px !important;
    font-size: 15px;
}
.contact-form-group .form-input2 {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 39px 25px;
    border: 1px solid #f3f5f6;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #f3f5f6;
    color: #3324248a;
    padding-left: 11px !important;
    padding-top: 12px;
    font-size: 15px;
}

.ghjkl a {
    padding: 12px 33px;
    background-color: #156C5F;
    color: #fff !important;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #17b1a6 !important;
}
.ghjkl a:hover{
     background-color: #fff;
    color: #156C5F !important;
}




.quote::after {
    position: absolute;
    content: "";
    background-image: url(../images/bkgd-hero-hearingaids-desktop.jpg);
    background-size: cover;
    height: 76%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.footer_logo img{
    filter: brightness(0) invert(1);
}


.sdkjfhksljdf a {
    background-color: #08a49a;
    color: #ffffff !important;
    font-size: 15px !important;
    border-radius: 0 13px;
    border: 1px solid #08a49a;
    transition:all .3s;
}
.sdkjfhksljdf a:hover{
    background-color:#fff;
    color:#08a49a !important;
}

.we55,.we44{
    top: 80% !important;
}
.we55::after {
    top: -70% !important;
}

.we44::after {
    top: -40% !important;
}
.we11 {
    top: 15% !important;
}
.we33 {
    top: 32% !important;
}
.we22 {
    top: 32% !important;
}

.left-t h2 {
    font-size: 42px;
    letter-spacing: 0.55px;
    font-weight: 700;
    line-height: 60px;
}





.contact_sectionAddress {
    /* top: 50%; */
    /* transform: translateY(-50%); */
    z-index: 1;
    background-color: #156C5F;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    border-radius: 20px;
    padding: 30px;
}
.contact_sectionAddressWrapper {
    background: #007772;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.contact_sectionAddressWrapper img{
        object-fit: cover;
    height: 45px;
    width: 45px;
}
.heading.noSide {
    padding-left: 0;
    border-left: 0;
}

.heading h2 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
}
.heading p {
    margin-top: var(--regular-font);
    margin-bottom: var(--font-regular);
    line-height: 24px;
    color: #fff;
}

.vd-pop {
    background-color: #00000099;
    height: 100vh;
    width: 100%;
    z-index: 999999;
    backdrop-filter: blur(5px);
}
.inner-vdo {
    width: 50%;
    height: 63%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.clx {
    cursor: pointer;
    top: 1.5rem;
    right: 1.5rem;
}
.clx img {
    width: 30px;
}






.footer_social li {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    background-color: #ffffff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
}
.footer_social li a {
    display: block;
}
.footer_social li img {
    width: 15px !important;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer_social {
    gap: 10px !important;
}


.right-loimg {
    position: relative;
    padding-left: 15px;
}
.right-loimg::after {
    position: absolute;
    content: "";
    background-color: lightgray;
    background-size: contain;
    height: 100%;
    left: 0;
    width: 1px;
    top: 0;
    right: 0;
}
.right-loimg p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.55px;
}
.location-img img{
    height: auto;
    width: auto;
}

.logoxxx img,.navbar-linksxxx li a img{
    filter:initial;
}
.navbar-linksxxx li a{
    color:#000;
}

.bb-img{
    position:relative;
}
.bb-img::after {
    position: absolute;
    content: "";
    background-color: #000000cc;
    background-color: #00000096;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* backdrop-filter: blur(5px); */
}




.bb-data {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 80% !important;
    margin: auto;
}


.left-bb-data h2 {
    font-size: 46px;
    width: 100%;
    line-height: 56px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.left-bb-data p {
    font-size: 20px;
    letter-spacing: 0.55px;
    line-height: 28px;
    color: #000;
}
.we1::after {
    position: absolute;
    content: "";
    background-color: gray;
    background-size: contain;
    height: 70px;
    width: 1px;
    top: 89%;
    right: 60%;
}

.we1 {
    top: 6%;
    left: 39%;
    width: 321px;
}
.we11::after {
    position: absolute;
    content: "";
    background-color: gray;
    background-size: contain;
    height: 51px;
    width: 1px;
    top: 89%;
    right: 60%;
}
.we2::after {
    position: absolute;
    content: "";
    background-color: gray;
    background-size: contain;
    height: 70px;
    width: 1px;
    top: 42%;
    right: 0%;
    transform: rotate(-49deg);
}
.we2 {
    top: 27%;
    left: 10%;
    width: 321px;
}
.we3::after {
    position: absolute;
    content: "";
    background-color: gray;
    background-size: contain;
    height: 70px;
    width: 1px;
    top: 64%;
    right: 113%;
    transform: rotate(49deg);
}
.we3 {
    top: 26%;
    right: 6%;
    width: 321px;
}

.we4::after {
    position: absolute;
    content: "";
    background-color: gray;
    background-size: contain;
    height: 70px;
    width: 1px;
    top: 17%;
    right: -28%;
    transform: rotate(90deg);
}
.we4 {
    top: 70%;
    left: 1%;
    width: 284px;
}

.we5::after {
    position: absolute;
    content: "";
    background-color: gray;
    background-size: contain;
    height: 70px;
    width: 1px;
    top: 17%;
    left: -21%;
    transform: rotate(90deg);
}
.we5 {
    top: 70%;
    right: 3%;
    width: 289px;
}
.hdrz1{
    padding:0 !important;
    border:none;
}




 .aidslide {
      width: 100%;
      height: 100%;
    }

    .aidslide .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .aidslide .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
.aidslide .swiper-wrapper {
    padding-bottom: 18rem;
    padding-top: 4rem;
}  
.aid {
    background: linear-gradient(360deg, #e3e3e3 36%, transparent 0);
    padding-bottom: 2rem;
}
    
    
.sub_img {
    bottom: -35%;
    left: -20%;
    z-index: 99999;
    width: 200px;
}

.aidslide .swiper-slide img{
    transition:all .3s;
    opacity:0.5;
}
.aidslide .swiper-slide .sub_img img{
    transition:all .3s;
    opacity:0;
}
.aidslide .swiper-slide-active .sub_img img{
    
    opacity:1;
}

.aidslide .swiper-slide-active img{
    transform:scale(1.2);
    opacity:1;
        margin-top: -32px;
}
.aidslide .swiper-slide .slider-data {
    bottom: -92%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0;
}
.aidslide .swiper-slide-active .slider-data {
    opacity:1;
}


.bkgd-light-gray {
    background-color: #f4f4f4;
    /* padding: 9rem 0; */
    padding: 4rem 0 !important;
}


.section-cta ul.cta-tiles {
    list-style: none;
    padding-left: 0;
    margin: 0 -15px;
}
.section-cta.divider-white .cta-tiles > div, .section-cta.divider-white .cta-tiles > li {
    padding: 30px 15px 20px;
    text-align: center;
}
.section-cta ul.cta-tiles > li {
    margin-bottom: 0;
}

    .cta-tile-tiny .cta-image img {
        width: 100%;
        max-width: 60px;
        margin: 0 0 16px;
    }
    .cta-tile-tiny.cta-tile-tiny-link h5, .cta-tile-tiny.cta-tile-tiny-link .h5 {
    color: #000;
    transition: color 0.2s ease;
}
.section-cta p {
    font-family: "DIN 2014", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #4a4a4a;
}


.section-cta .cta-title h3, .section-cta .cta-title .title-secondary-text {
    color: #127aba;
}
@media only screen and (min-width: 768px) {
    .section-cta#footer-cta .cta-tiles {
        margin-right: -15px;
        margin-left: -15px;
    }
}
/*.section-cta#footer-cta .cta-tiles {*/
/*    margin-right: 8%;*/
/*    margin-left: 8%;*/
/*}*/
.section-cta .cta-title + .cta-tiles {
    padding-top: 40px;
}
.section-cta ul.cta-tiles {
    list-style: none;
    padding-left: 0;
    margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
    .section-cta#footer-cta .cta-tile-small {
        margin-right: 0;
        margin-left: 0;
        padding: 16px 0;
    }
}
@media only screen and (min-width: 992px) {
    .section-cta .cta-tile-small {
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .section-cta .cta-tile-small {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .section-cta .cta-tile-small img {
        max-width: 110%;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .section-cta .cta-tile-small img {
        max-width: 80%;
        margin-top: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .section-cta .cta-tile-small h5 {
        margin-top: 0;
        font-size: 2.1rem;
    }
}
.section-cta .cta-tile-small h5 {
    margin: 1rem 0 8px;
    font-size: 22px;
    line-height: 30px;
}

.section-cta h5, .section-cta .h5 {
    font-family: "Mr Eaves XL Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}
.section-cta ul.cta-tiles > li p {
    font-weight: 400;
}
@media only screen and (min-width: 992px) {
    .section-cta .cta-tile-small p {
        font-size: 1.7rem;
    }
}

.section-cta .cta-tile-small a.cta-tile-link {
    font-family: "DIN 2014", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #127aba;
}
.section-cta .cta-tile-small a.cta-tile-link:after {
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 0.6rem;
    margin-left: 0.6rem;
    border-right: 0.2rem solid #127aba;
    border-bottom: 0.2rem solid #127aba;
    transform: rotate(-45deg);
}

    .section-cta .cta-tile-small p {
        font-size: 17px;
    }
    
    
    #footer-cta{
        padding:3rem 0;
    }
	
.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}
#successf {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerf {
    text-align: center;
}
#successa {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnera {
    text-align: center;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.ser-imgz img{
    height:350px !important;
    object-fit:cover;
}
.ser-imgz{
    position:sticky;
    top:7rem;
}


.footer_links li a{
    transition:all .3s;
}
.footer_links li a:hover{
    letter-spacing:1.55px;
}

.gl-img img{
    height:300px;
    object-fit:cover;
}



.bannersl .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 23px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #06a69f;
}
.bannersl .swiper-button-next:before, .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}
.bannersl .swiper-button-next,.bannersl .swiper-button-prev {
    top: 89%;
}
.bannersl .swiper-button-next, .bannersl .swiper-rtl .swiper-button-prev {
    right: 83%;
    left: auto;
}
.bannersl .swiper-button-prev,.bannersl  .swiper-rtl .swiper-button-next {
    left: 11%;
    right: auto;
}










.accordion {
  .accordion-item {
    border-bottom: 1px solid $lightgray;
    button[aria-expanded='true'] {
      border-bottom: 1px solid $blue;
    }
  }
  button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: $text;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    &:hover, &:focus {
      cursor: pointer;
      color: $blue;
      &::after {
        cursor: pointer;
        color: $blue;
        border: 1px solid $blue;
      }
    }
    .accordion-title {
      padding: 1em 1.5em 1em 0;
    }
    .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;
      &::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
      }
      &::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
      }
    }
  }
  button[aria-expanded='true'] {
    color: $blue;
    .icon {
      &::after {
        width: 0;
      }
    }
    + .accordion-content {
      opacity: 1;
      max-height: 40em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
  }
  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    p {
      font-size: 1rem;
      font-weight: 300;
      margin: 1em 0;
    }
  }
}
.we4 {
    top: 70%;
    left: 8%;
    width: 201px;
}
.accordion-item{
    border:none;
    border-bottom:1px solid gray;
}

.iccoo {
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iccoo img {
    width: 110px;
}