h1,
h2,
h3,
h4,
h5,
h6 { 
  font-family: 'Lato', sans-serif; 
  font-weight: 400;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.pG_Hed {
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1000;
  background: #ffffff;
  height: 100px;
  display: flex;
  
	box-shadow: 0px 0px 5px #e9e9e9;
	-webkit-box-shadow: 0px 0px 5px #e9e9e9;
	-moz-box-shadow: 0px 0px 5px #e9e9e9;
	-o-box-shadow: 0px 0px 5px #e9e9e9;
	-ms-box-shadow: 0px 0px 5px #e9e9e9;
}

.hDr_Logo {
  width: 154px;
  /*height: 80px;*/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: 0px;
  display:flex;
}

.hDr_Logo img {
  width: inherit;/*
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-position: center left;
  object-fit: contain;*/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin:auto auto auto 0px;
}

#navbarMenu .nav-item {
  margin-right: 30px;
}

#navbarMenu .nav-item:last-child {
  margin-right: 0px;
}

#navbarMenu .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2E2E2E;
  border: 0px;
  outline: none;
  box-shadow: none;
  position: relative;
}

.dropdown-toggle {
  padding-right: 20px !important;
}

.dropdown-toggle::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-bottom: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0BB6B6;
}

#navbarMenu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  bottom: 0px;
  background-color: #0BB6B6;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu .nav-item .nav-link:hover::before,
#navbarMenu .nav-item .nav-link.active::before,
#navbarMenu .nav-item.current-menu-item .nav-link::before {
  width: calc(100% - var(--bs-navbar-nav-link-padding-x) - var(--bs-navbar-nav-link-padding-x));
}

#navbarMenu.navbar-nav .dropdown-menu {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.pG_Hed .navbar {
  width: 100%;
}

.scrollinG .pG_Hed {
  height: 80px;
}

.scrollinG .hDr_Logo {
 /* height: 70px;*/
  width: 120px;
}

.btnTyp_a,
.btnTyp_b,
.btnTyp_c {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #0BB6B6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: 0.015em;
  color: #0BB6B6;
  padding: 12px 55px 12px 16px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.btnTyp_b {
  background: #0BB6B6;
  color: #ffffff;
  border: 1px solid #0BB6B6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btnTyp_c {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0BB6B6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btnTyp_a span,
.btnTyp_b span,
.btnTyp_c span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.btnTyp_a i,
.btnTyp_b i,
.btnTyp_c i {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btnTyp_a:hover i,
.btnTyp_b:hover i,
.btnTyp_c:hover i {
  right: 10px;
}

.btnTyp_a:hover {
  color: #0BB6B6;
}

.btnTyp_b:hover {
  background: #ffffff;
  color: #0BB6B6;
  border: 1px solid #0BB6B6;
}

.btnTyp_c:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0BB6B6;
}


#pG_Body {
  padding-top: 100px;
}

.dropdown-toggle.show {
  z-index: 1010;
}

.dropdown-menu.show {
  z-index: 1010;
}

.nav-link.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}



.aftrHover {
  position: fixed;
  background-color: transparent;
  width: 0px;
  height: 0px;
  z-index: -1;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity, width, height;
  transition-duration: 1s 0.3s 0.3s;
  transition-delay: 0.5s, 1s, 1s;
  -webkit-transition-property: opacity, width, height;
  -webkit-transition-duration: 1s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.5s, 1s, 1s;
}

.mnu .aftrHover {
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}


/* home slider */
.sld_hm {
  height: 720px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position:relative;
}

.sld_hm::after {
  position: absolute;
  content: '';
  left: 0px;
  max-width: 1000px;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, #010101 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;

}


.sld_hm_a {
  max-width: 1200px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position:relative;
  z-index:1;
}

 .hm_lft {
  max-width: 480px;
} 

.hm_lft h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #0BB6B6;
  margin-bottom: 32px;
}

.OhM_1 .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.2s;
}

.hm_lft p {
  font-weight: 500;
  font-size: 17px; 
	line-height: 165%;
  color: #605353;
  color: #ffffff;
}

.OhM_1 .owl-item.active p {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

.btnFl {
  margin-top: 32px;
}

.OhM_1 .owl-item.active .btnFl {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}



/* home slider */

/* read_more */
.sect_002 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.read_more_01 { 
  display: flex; 
  height: auto;
  width: 100%;
	margin-bottom: 30px;
}

.read_more_01 img {
  margin: auto;
/*  object-fit: contain;
  object-position: center;*/
  width: 271px;
 /* height: 208px;*/
  max-width: 100%;
/*  max-height: 100%;*/
}

.read_more_02 {
  flex-direction: column;
  display: flex;
}

.read_more_02 p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  color: #666262;
}

.read_more_03 { 
    width: 100%;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto;
}

.read_more_04 {
  margin-top: 25px;
}

/* read_more */

/* products */
.pdct_sec {
  background: #D7F4F4;
}

.pdct_sec01 {}

.pdct_sec01 h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  color: #0BB6B6;
}

.pdct_sec02 {
  filter: drop-shadow(0px 4px 26px rgba(0, 0, 0, 0.06));
  height: 250px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px 42px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.pdct_sec02::after{
        position: absolute;
    content: '';
    left: 0px;
    width: 100%;
    top: 0px;right:0px;
    bottom: 0px;
    background: linear-gradient(90deg, #010101 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(181deg, #0000009c 30%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}


.pdct_sec02 h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  position:relative;
  z-index:1;
}

.pdct_sec02 i {
  position: absolute;
  bottom: 37px;
  right: 42px;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  
  z-index:1;
}

.pdct_sec02:hover {
  top: -10px;
}

.pdct_sec02:hover i {
  right: 32px;
}

.pdct_sec02A {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index:2;
}

.OhM_Pdctz {
  position: relative;
}

.owl-carousel.OhM_Pdctz .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0px;
}

.owl-carousel.OhM_Pdctz .owl-nav button.owl-next,
.owl-carousel.OhM_Pdctz .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 32px;
  color: #0BB6B6;
}

.owl-carousel.OhM_Pdctz .owl-nav button.owl-next:hover,
.owl-carousel.OhM_Pdctz .owl-nav button.owl-prev:hover {
  border: 1px solid #0BB6B6;
  background-color: transparent;
  color: #0BB6B6;
}

.owl-carousel.OhM_Pdctz .owl-nav button.owl-next i,
.owl-carousel.OhM_Pdctz .owl-nav button.owl-prev i {
  margin: auto;
}

.owl-carousel.OhM_Pdctz .owl-nav button.owl-next {
  right: -60px;
}

.owl-carousel.OhM_Pdctz .owl-nav button.owl-prev {
  left: -60px;
}


/* products */

/* services */
.sect_nz {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	background-attachment: fixed;
}

.sect_nz01 {}

.sect_nz01 h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  color: #FFFFFF;
}

.sect_nz02 {
  background: rgb(0 0 0 / 76%);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 450px;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sect_nz02 figure {
  height: 290px;
  margin-bottom: 0px;
}

.sect_nz02 figure img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.sect_nz03 {
    min-height: 70px;
    padding: 30px 60px 40px 30px;
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
}

.sect_nz03 h4 {
font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #0BB6B6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sect_nz03 i {
  position: absolute;
  right: 42px;
  bottom: 42px;
  font-size: 18px;
  line-height: 120%;
  color: #0BB6B6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: none;
}

.sect_nz02:hover {}

.sect_nz02:hover i {
  right: 32px;
}

.sect_nzA_tag {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}


.OhM_Servc {
  position: relative;
}

.owl-carousel.OhM_Servc .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0px;
}

.owl-carousel.OhM_Servc .owl-nav button.owl-next,
.owl-carousel.OhM_Servc .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 32px;
  color: #ffffff;
}

.owl-carousel.OhM_Servc .owl-nav button.owl-next:hover,
.owl-carousel.OhM_Servc .owl-nav button.owl-prev:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.owl-carousel.OhM_Servc .owl-nav button.owl-next i,
.owl-carousel.OhM_Servc .owl-nav button.owl-prev i {
  margin: auto;
}

.owl-carousel.OhM_Servc .owl-nav button.owl-next {
  right: -60px;
}

.owl-carousel.OhM_Servc .owl-nav button.owl-prev {
  left: -60px;
}

/* services */

/* our partners */
.our_partnerZ {}

.our_partnerZ01 {
  width: 100%;
}

.our_partnerZ01 figure {
  width: 100%;
  margin-bottom: 0px;
  height: 113px;
  padding: 5px 10px;
  height: 80px;
  padding: 5px 5px;
}

.our_partnerZ01 figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* our partners */

/* news and eventz */
.nwZ_EvntZWrp {
  background: #BBF0F0;
}

.nwZ_EvntZ {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  height: 517px;
  position: relative;
  margin-bottom: 16px;
}

.nwZ_EvntZAtag {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.nwZ_EvntZ01 {
  height: 212px;

}

.nwZ_EvntZ01 figure {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.nwZ_EvntZ01 figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.nwZ_EvntZ02 {
  padding: 25px 45px;
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.nwZ_EvntZ02Hdz {
  min-height: 110px;
}

.nwZ_EvntZ02 h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #0BB6B6;
  /*  min-height: 110px; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nwZ_EvntZ02 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #2E2E2E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.srvZ_w003 p{
  -webkit-line-clamp: auto;}

.nwZ_EvntZ03 {
  padding: 0px 45px 25px 45px;
  display: flex;
  width: 100%;
}

.nwZ_EvntZ03 a {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0BB6B6;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0px;
  padding: 5px 30px 5px 5px;
  position: relative;
  z-index: 1;
}

.nwZ_EvntZ03 a span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.nwZ_EvntZ03 a i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* news and eventz */

/* work with us */
.wrkWith_us {
  background: #0BB6B6;
  padding: 170px 56px 50px 16px;
  width: 100%;
}

.wrkWith_us h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.4;
  color: #FFFFFF;
  max-width: 250px;
}

.wrkWith_usBtn {
  margin-top: 70px;
}

.wrkWith_us_WrpAbs {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.wrkWith_us_WrpAbsL {
  background: #0BB6B6;
}

.wrkWith_us_WrpAbsR {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* work with us */

/* footer */
.inTx {
  width: 150px;
  height: 80px;
  display: flex;
}

.inTx figure {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.inTx figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.preFtRUl_hld {
  flex: 1;
  padding-right: 60px;
  display: flex;
}

.preFtRUl_hld ul {
  display: flex;
  padding-left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0px;
}

.preFtRUl_hld ul li {
  list-style: none;
  margin-right: 30px;
}

.preFtRUl_hld ul li:last-child {
  margin-right: 0px;
}

.preFtRUl_hld ul li a {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #2E2E2E;
  text-decoration: none;
  position: relative;
}

.preFtRUl_hld ul li a::after,
.preFtRUl_hld ul li a::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  background-color: #0BB6B6;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.preFtRUl_hld ul li a::after {
  right: 0px;
  top: -5px;
}

.preFtRUl_hld ul li a::before {
  left: 0px;
  bottom: -5px;
}

.preFtRUl_hld ul li a:hover::after,
.preFtRUl_hld ul li a:hover::before {
  width: 100%;
}

footer {
  border-top: 1px solid #C6E9E9;
}

.ftrBcK {}

.ftrBcK h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0BB6B6;
  margin-bottom: 20px;
}

.ftrBcK p {
  font-weight: 400;
  font-size: 14px;
  line-height: 146.52%;
  color: #2E2E2E;
}

.ftrBcK ul {
  padding-left: 0px;
}

.ftrBcK ul li {
  list-style: none;
}

.ftrBcK ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 146.52%;
  color: #2E2E2E;
  display: flex;
  text-decoration: none;
  padding-left: 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ftrBcK ul li a::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  top: 50%;
  left: 0px;
  background-color: #2E2E2E;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ftrBcK ul li a:hover::before {
  width: 10px;
}

.ftrBcK ul li a:hover {
  padding-left: 15px;
}

.ftrBcK .ftrBcKSocail {
  padding-left: 0px;
  display: flex;
}

.ftrBcK .ftrBcKSocail li {
  list-style: none;
  margin-right: 18px;
}

.ftrBcK .ftrBcKSocail li:last-child {
  margin-right: auto;
}

.ftrBcK .ftrBcKSocail li a {
  display: flex;
  font-size: 20px;
  color: #0BB6B6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ftrBcK .ftrBcKSocail li a::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  top: 50%;
  left: 0px;
  background-color: #0BB6B6;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ftrBcK .ftrBcKSocail li a::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  top: 50%;
  right: 0px;
  background-color: #0BB6B6;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ftrBcK .ftrBcKSocail li a:hover::before,
.ftrBcK .ftrBcKSocail li a:hover::after {
  width: 10px;
}

.ftrBcK .ftrBcKSocail li a:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.ftR_ulz {}

.ftR_ulz ul {
  display: flex;
  flex-wrap: wrap;
}

.ftR_ulz ul li {
  flex: 0 0 auto;
  width: 50%;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* footer */


/* about page */
.nrMl_head_banr {
  position: relative;
  background-color: #BBF0F0;
}

.nrMl_head_banrAbs {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.nrMl_head_banrAbsL {}

.nrMl_head_banrAbsR {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nrMl_head_banrAbt {
  margin-top: 135px;
  margin-bottom: 135px;
  position: relative;
  z-index: 1;
}

.nrMl_head_banrAbt h5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 107.02%;
  letter-spacing: 0.02em;
  color: #0BB6B6;
  margin-bottom: 25px;
}

.nrMl_head_banrAbt h4 {
  font-weight: 400;
  font-size: 45px;
  line-height: 107.02%;
  letter-spacing: 0.02em;
  color: #0BB6B6;
}

.nrMl_head_banrAbtPz p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #666262;
}

/* about page */


/* about details */
.abot_dtlz {
  background-color: #ffffff;
}

.abot_dtlzLt {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  display: flex;
  width: 100%;
  height: 450px;
  padding: 10px 16px;
}

.abot_dtlzLt figure {
  width: 271px;
  height: 289px;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.abot_dtlzLt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.abot_dtlzRt {
  max-width: 460px;
}

.abot_dtlzRt h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 107.02%;
  letter-spacing: 0.02em;
  color: #0BB6B6;
  margin-bottom: 20px;
}

.abot_dtlzRt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #666262;
}

/* about details */

/* about our mission */
.ourMisn {
  background: #D7F4F4;
}

.msN_Vsn {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}

.msN_Vsn figure {
  height: 208px;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.msN_Vsn figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.logo_zMV {
  position: absolute;
  right: 65px;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.logo_zMV img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.msN_Vsn01 {
  padding: 45px 41px;
}

.msN_Vsn01 h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
  color: #0BB6B6;
  margin-bottom: 32px;
}

.msN_Vsn01 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #666262;
  max-width: 411px;
}

/* about our mission */

/* product page */
.pdctEch {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-bottom: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 32px;
  height: 550px;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.pdctEch:hover {
  top: -15px;
}

.pdctEch figure {
  width: 100%;
  height: 250px;
  margin-bottom: 0px;
}

.pdctEch figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.pdctEch01 {
  margin-top: 16px;
}

.pdctEch012 {
  font-size: 22px;
  min-height: 3em;
}

.pdctEch01 h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #0BB6B6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdctEch01 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #605353;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdctEch02 {
  margin-bottom: 0px;
  margin-top: auto;
}

.pdctEch02 a {
  z-index: 1;
  position: relative;
}

.pdctEch03 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

/* product page */

/* product  inside page */

.bred_crmBZ {
  display: flex;
}

.bred_crmBZ_a {
  width: 250px;
}

.bred_crmBZ_a h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 107.02%;
  letter-spacing: 0.02em;
  color: #0BB6B6;
}

.bred_crmBZ_b {
  flex: 1;
}

.bred_crmBZ_b ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.bred_crmBZ_b ul li {
  padding: 5px 10px;
}

.bred_crmBZ_b ul li,
.bred_crmBZ_b ul li a {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #0BB6B6;
  position: relative;
  align-items: center;
}

.bred_crmBZ_b ul li a {
  padding-right: 45px;
  text-decoration: none;
}

.bred_crmBZ_b ul li a::after {
  position: absolute;
  content: '';
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0BB6B6;
  border-right: 1px solid #0BB6B6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}

.bred_crmBZ_c {
  margin-left: auto;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.baCk_btn {
  display: flex;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #0BB6B6;
}

.baCk_btn span {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}

.baCk_btn i {
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.pdct_InsHead {
  max-width: 545px;
  margin-bottom: 50px;
}

.pdct_InsHead h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #0BB6B6;
}


.pdct_rT_z {
  max-width: 450px;
  width: 100%;
}

.pdct_rT_z01 {
  background: #BBF0F0;
  padding: 35px 40px;
}

.pdct_rT_z01 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #605353;
}

.pdct_rT_z02 {
  padding: 35px 40px;
  background: #0BB6B6;
}

.pdct_rT_z02 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;

  color: #FFFFFF;
}

.dnLodBtn {
  display: block;
  text-align: center;
  position: relative;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.015em;

  color: #0BB6B6;
  background: #FFFFFF;
  border: 1px solid #0BB6B6;
  border-radius: 3px;
  text-decoration: none;
}

.dnLodBtn i {
  position: absolute;
  right: 16px;
}

.dnLodBtn:hover {}

.dnLodBtn:hover i {}


.pdctBig {
  height: 360px;
}

.pdctBig figure {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.pdctBig figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.owl-theme.OhM_Prdct .owl-dots .owl-dot span {
  background: #D9DEDE;
  width: 13px;
  height: 13px;
}

.owl-theme.OhM_Prdct .owl-dots .owl-dot.active span,
.owl-theme.OhM_Prdct .owl-dots .owl-dot:hover span {
  background: #0BB6B6;
}

/* product  inside page */

/* news  */
.nwZ_wrp01 {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 20px;
  height: 517px;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.nwZ_wrp01:hover {
  top: -15px;
}

.nwZ_wrp01 figure {
  height: 212px;
  width: 100%;
}

.nwZ_wrp01 figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.nwZ_wrp02 {
  padding: 26px 42px 16px 42px;
}

.nwZ_wrp02 h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 118%;
  color: #0BB6B6;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4em;
  margin-bottom: 16px;

}

.nwZ_wrp02 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #2E2E2E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4em;
}

.nwZ_wrp03 {
  margin-top: auto;
  margin-bottom: 0px;
  display: flex;
  padding-bottom: 42px;
  padding-left: 42px;
  padding-right: 42px;
}

.nwZ_wrp04 {
  display: flex;
  margin-left: auto;
  margin-right: 0px;
  position: relative;
  z-index: 1;
  padding: 0px 16px 0px 0px;
}

.nwZ_wrp04,
.nwZ_wrp04 span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0BB6B6;
  text-decoration: none;
}

.nwZ_wrp04 span {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 16px;
}

.nwZ_wrp04 i {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nwZ_wrp04:hover i {
  right: 0px
}

.nwZ_wrp05 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

/* news  */

/* news  single */
.nwz_sngl_hd {
  max-width: 545px;
}

.nwz_sngl_hd h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #0BB6B6;
  margin-bottom: 16px;
}

.nwz_sngl_hd h5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 107.02%;
  letter-spacing: 0.02em;
  color: #0BB6B6;
  margin-bottom: 15px;
}

.nwz_sngl_hd p {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #605353;
}

.nwz_sngl_bck {
  margin-top: 50px;
}

.nwz_sngl_bck figure {
  height: 325px;
  width: 100%;
  margin-bottom: 50px;
}

.nwz_sngl_bck figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.nwz_sngl_bck p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #605353;
}

/* news  single */

/* contact page */
.contactFom {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contactFom::after {
  position: absolute;
  content: '';
  left: 0px;
  max-width: 1000px;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, #010101 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;

}
.conTcat_L {
  max-width: 411px;
  position:relative;
  z-index:1;
}

.conTcat_L h4 {
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0.02em;
  color: #0BB6B6;
  margin-bottom: 50px;
}

.conTcat_L p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #605353;
}

.cLL {
    width:100%;
  max-width: 470px;
  background: #92E7E7;
  padding: 58px 53px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.cLL01 {}

.cLL01 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  color: #605353;
  opacity: 0.53;
  margin-bottom: 19px;
}

.cLL01 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #605353;
}

.cLL02 {
  margin-top: 30px;
}

.cLL02 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  color: #605353;
}

.cLL02 a {
  display: flex;
  padding: 10px 0px 0px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #605353;
  text-decoration: none;

}

.cLL03 {
  margin-top: 50px;
}

.cLL02Soc {
  padding-left: 0px;
  display: flex;
}

.cLL02Soc li {
  list-style: none;
  margin-right: 28px;
}

.cLL02Soc li:last-child {
  margin-right: 0px;
}

.cLL02Soc li a {
  display: flex;
  text-decoration: none;
  color: #525050;
  font-size: 35px;
  line-height: 1;
}

.cRR {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: 0px;
}
.cRR.fuLL{
  max-width: 100%;}


.cRR .form-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  color: #605353;
}

.cRR .form-control {
  background: #F3F3F3;
  border: 1px solid #D1D1D1;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border-radius: 6px;
  color: #0A3C81;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 10px 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  box-shadow: none;
}

.cRR .form-control:hover {
  border: 1px solid #0A3C81;
}

.frmSubmit {
  padding: 10px 28px;
  display: flex;
  background: #0A3C81;
  border-radius: 6px;
  border: 1px solid #0A3C81;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.frmSubmit,
.frmSubmit span,
.frmSubmit i {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.frmSubmit span {
  margin-top: auto;
  margin-bottom: auto;
}

.frmSubmit i {
  margin-left: 19px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

/* contact page */

/* category page */
.ctgrY_00 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  display: flex;
}

.ctgrY_00::after {
  position: absolute;
  content: '';
  left: 0px;
  max-width: 1000px;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, #010101 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;

}

.ctgrY_1 {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.ctgrY_2 {}

.ctgrY_2 h5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 107.02%;
  letter-spacing: 0.02em;
  color: #0BB6B6;
  margin-bottom: 25px;
}

.ctgrY_2 h4 {
  font-weight: 400;
  font-size: 45px;
  line-height: 107.02%;
  letter-spacing: 0.02em;
  color: #0BB6B6;
  margin-bottom: 16px;
}

.ctgrY_2 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #FFFFFF;
}

/* category page */


/* mobile */
/* mobile */
#mobHam {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  box-shadow: none;
  margin-left: 1rem;
  display: none;
  width: 30px;
  margin-right: 1rem;
  height: 25px;
  position: absolute;
  cursor: poLato;
  right: 0px;
  border: 0px;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1500;
  background: transparent;
}

#mobHam:focus,
#mobHam:hover {
  outline: none !important;
  box-shadow: none;
}

#mobHam span {
  transition: all 0.4s ease-in-out;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #0BB6B6;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#mobHam span:nth-child(1) {
  top: 3px;
}

#mobHam span:nth-child(2) {
  top: 10px;
}

#mobHam span:nth-child(3) {
  top: 17px;
}


.mobShow #mobHam span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.mobShow #mobHam span:nth-child(1) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobShow #mobHam span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  width: 0px;
}

.mobShow #mobHam span:nth-child(3) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.lMnu {
  position: fixed;
  right: -350px;
  top: 60px;
  height: calc(100% - 60px);
  width: 350px;
  /*background-color: rgba(128, 128, 128, 0.5);
  */
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  display: flex;
}

.lMnu::before {
  position: absolute;
  opacity: 0;
  content: "";
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: -1;
}

.mobShow .lMnu {
  right: 0px;
  width: 100%;
}

.mobShow .lMnu::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out 0.3s;
  -ms-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
}

.lMnu ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.lMnu ul .sMT_MNu li {
  width: 100%;
}

.lMnu .lMnuIns {
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0px;
  width: 21.875rem;
  height: 100%;
  background-color: white;
  padding-left: 0px;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}

.lMnu ul li {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0px !important;
  padding-left: 0px;
  padding-right: 10px;
  margin-right: 0px !important;
}

.lMnu ul li a,
#navbarMenu2.navbar-nav .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000000;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  align-items: center;
  letter-spacing: 0.07em;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.lMnu ul li a .sMT_MNu_L1 {
  display: none;
}

.lMnu ul li a::after {
  margin-left: auto;
  margin-right: 0px;
  display: none;
}

.lMnu ul li a.active {
  background: rgb(255, 232, 172);
  color: #000000 !important;
}

#navbarMenu2.navbar-nav .current_page_item .nav-link{
    background: rgb(11 182 182 / 90%);
  color: #000000 !important;}

.lMnu ul li a:hover {
  text-decoration: none;
  background: rgba(255, 232, 172, 0.678);
    background: rgb(11 182 182 / 50%);
  color: #000000 !important;
}

.lMnu ul li .dropdown-menu {
  display: none;
  position: unset !important;
  border: 0px;
  margin-top: 0px;
}

.lMnu ul li .dropdown-toggle {
  position: relative;
}

.lMnu ul li .dropdown-toggle::after {
  display: flex;
  width: 5px;
  height: 5px;
  content: '';
  right: 15px;
  position: absolute;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
}

.lMnu ul li .dropdown-menu.show {
  display: block;
  background: rgba(255, 232, 172, 0.2);
    background: rgb(11 182 182 / 2%);
  border-bottom-right-radius: 20px;
  padding: 0px;
}

.lMnu ul li .dropdown-menu a {
  font-size: 1rem;
  padding-left: 30px !important;
    white-space: break-spaces;
}

/* mobile */


/* service */
.srvZ_w001 {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.srvZ_w001 figure {
  width: 100%;
  height: 270px;
  margin-bottom:0px;
}

.srvZ_w001 figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.srvZ_w002 {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.srvZ_w002 h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #0BB6B6;
  margin-top: 0px;
  margin-bottom: 40px;
}

.srvZ_w002 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  color: #605353;
  margin-top: auto;
  margin-bottom: 0px;
}

/* service */

/* pagination */
.pagination{}
.pagination li{margin-right:10px;}
.pagination li .page-numbers{
    display:flex;
    padding:5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius:3px;
    -o-border-radius: 3px;text-decoration:none;
    background: transparent;border:1px solid #0BB6B6;color:#0BB6B6;}
.pagination li.active .page-numbers{color:#ffffff;background:#0BB6B6;}

/* pagination */


.N_NwsZ01{background:#fff;padding:100px 50px;}
.N_NwsZ01 h4{
    margin-top:auto;margin-bottom:auto;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #0BB6B6;}
.N_NwsZ02{background:#ffffff;padding:100px 32px; background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
.N_NwsZ02 h4{
    margin-left:0px;margin-right:auto;
    margin-top:auto;margin-bottom:auto;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    color: #ffffff;}
    
    
    /* whats app*/
    
    
.cnTctWhats {
  position: absolute;
  position: fixed;
  bottom: 32px;
  right: 32px;
  padding: 8px 16px;
  z-index: 5;
  background: #D9D9D9;
  border-radius: 50px;
  text-decoration: none;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  -ms-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  -o-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  border: 0px;
  width: 150px;
  height: 43px;
  opacity: 1;
  overflow: hidden;
  display:none;  
}
.expanD .cnTctWhats{
  display: flex;}

.expanD {
  position: fixed;
  bottom: 32px;
  right: 32px;
  border-radius: 50px;
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  width: 0px;
  height: 0px;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  -ms-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  -o-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, opacity 0.6s ease-in-out;
  z-index: 1000;
  box-shadow: #000000;
}

.ExpDwhats .expanD {
  width: 300px;
  height: 225px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ExpDwhats .cnTctWhats {
  width: 0px;
  height: 0px;
  opacity: 0;
}

.cnTctClos {
  position: absolute;
  opacity: 0;
  right: -12px;
  top: -12px;
  border: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  background-color: red;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #FFFFFF;
}

.cnTctClos span {
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.cnTctClos span::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.cnTctClos span::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.ExpDwhats .cnTctClos {
  opacity: 1;
}

.insideFul {
  overflow: hidden;
}

.ExpDwhats .insideFul {
  padding: 18px 16px;
}


.insideFul .form-control {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  padding: 8px 8px;
  outline: none;
  box-shadow: none;
  border: 1px solid #F6EFEB;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
    font-family: 'Lato', sans-serif;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.insideFul .form-group .form-control:hover,
.insideFul .form-group .form-control:focus {
  border: 1px solid #9B7423;
}


.cnTctWhats:hover {}

.cnTctWhats img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  object-position: center;
  margin-top: auto;
  margin-bottom: auto;
}

.cnTctWhats span {
    font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-left: 6px;
  color: #656363;
  margin-top: auto;
  margin-bottom: auto;
  white-space:nowrap;
}

.btNSub,.es_submit_button {
    
    font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #656363;
  background: #F8CA6B;
  background: #0BB6B6;
  color: #ffffff;
  border: 1px solid #0BB6B6;
  border-radius: 25px;
  padding: 11px 14px;
  min-width: 160px;
  display: block;
  text-align: center;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btNSub:hover,.es_submit_button:hover{color:#0BB6B6;
  background: #ffffff;}
    /* whats app*/