main{
  margin: 120px 0;
}
@media(max-width: 1024px){
  main{
    margin: 100px 0;
  }
}
@media(max-width: 768px){
  main{
    margin: 70px 0;
  }
}
/* BREAD */
.c-bread {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #FFF6E5;
  margin-bottom: 120px;
  padding: 70px 20px 56px;
}
.c-bread li a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .c-bread {
    padding: 15px 20px;
    margin-bottom: 40px;
  }
  .c-bread li a {
    font-size: 11px;
  }
}
/* END BREAD */
/* ======================================================== */
/* PAGE HEADING */
.c-page-heading {
  width: 100%;
  min-height: 400px;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-page-heading h1 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
.c-page-heading h1 strong {
  display: block;
  font-size: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    padding: 20px;
    min-height: 250px;
  }
  .c-page-heading h1 {
    font-size: 14px;
  }
  .c-page-heading h1 strong {
    font-size: 30px;
  }
}
/* END PAGE HEADING */
/* PAGINATION */
.c-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
  }
  .c-pagination .item {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin: 0 5px;
  }
  .c-pagination .item.prev {
    margin-right: 40px;
    margin-left: 0 !important;
  }
  .c-pagination .item.next {
    margin-left: 40px;
    margin-right: 0 !important;
  }
  .c-pagination .item-arrow img {
    display: block;
    width: 17px;
    height: 17px;
  }
  .c-pagination .item a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .c-pagination .item:not(.item-arrow) a:hover {
    opacity: 1;
  }
  .c-pagination .item:not(.item-arrow):hover,
  .c-pagination .item.current {
    background: #5ED6CA;
    color: white;
  }
  .c-pagination .item.current,
  .c-pagination .item.item-dot {
    pointer-events: none;
  }
  @media all and (max-width: 767px) {
    .c-pagination {
      margin-top: 30px;
    }
    .c-pagination .item {
      width: 30px;
      height: 30px;
      font-size: 10px;
    }
    .c-pagination .item.prev {
      margin-right: 10px;
    }
    .c-pagination .item.next {
      margin-left: 10px;
    }
  }
/* End PAGINATION */

/** DL style*/
.c-profile dl {
    display: flex;
    gap: 20px 20px;
}
.c-profile dt {
      border-bottom: 1px solid #FFA500;
      font-size: 16px;
      font-weight: bold;
      width: 240px;
      padding: 20px 20px 24px;
      color: #FFA500;
}
.c-profile dd {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #111;
    padding: 20px 20px 24px;
    flex: 1;
}
.c-profile__info{
  gap: 20px 4.2%;
  max-width: 990px;
}
.c-profile__info .--img{
  width: 240px;
}
.c-profile__info .--content{
  flex: 1;
}
.c-map{
    height: 420px;
    width: 100%;
}
.c-profile ul{
    display: flex;
    gap: 5px 20px;
    flex-wrap: wrap;
}
.p-profile__bg{
  border-radius: 30px;
  background-color: #FFFAF2;
  padding: 35px 20px;
}
/** End DL style*/

/** Table style*/
.c-profile--table.c-profile dt,
.c-profile--table.c-profile dd{
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
}
.c-profile--table.c-profile dt{
    border-right: 0;
    border-bottom: 0;
    text-align: center;
}
.c-profile--table.c-profile dd{
    border-left: 0;
    border-bottom: 0;
    padding: 0;
}
.c-profile--table.c-profile dl {
    gap: 0;
    background-color: rgba(93, 95, 172, 0.1);
    border-radius: 100px;
    padding: 21px 0;
}
.c-profile--table.c-profile dl ~ dl{
  margin-top: 20px;
}
.p-profile .bg-violet::before{
  top: 0;
  right: -144%;
}
/** End Table style*/

@media screen and (max-width: 1024px) {
    .c-profile dt {
        width: 180px;
    }
    .c-profile{
        padding: 0;
    }
    .c-map{
        height: 340px;
    }
}
@media screen and (max-width: 767px) {
    .c-profile dt{
        width: 115px;
        font-size: 13px;
        padding: 10px 5px 15px !important;
    }
    .c-profile dd{
        font-size: 12px;
        padding: 10px 10px 15px !important;
    }
    .c-profile dl {
        gap: 0 !important;
    }
    .c-map{
        height: 200px;
    }
  .c-profile--table.c-profile dl{
    padding: 10px 0;
    padding-right: 20px;
  }
    .c-profile--table.c-profile dt,
    .c-profile--table.c-profile dd{
        font-size: 13px;
    }
    .c-profile--table.c-profile dt{
      width: 110px;
    }

  .c-profile__info{
    flex-wrap: wrap;
  }
  .c-profile__info .--img{
    margin: auto;
    max-width: 160px;
  }
  .c-profile__info .--content{
    flex: auto;
    width: 100%;
  }
}
/**End Profile*/
/**About*/
.p-about__info{
  gap: 20px 6%;
}
.p-about__img{
  width: 360px;
  height: 360px;
  aspect-ratio: 360 / 360;
  position: relative;
}
.p-about__img.--cus{
  height: 240px;
  aspect-ratio: 360 / 240;
}
.p-about__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 30px;
}
.p-about__label{
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 50%;
  background-color: #FFA500;
  height: 70px;
  width: 70px;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  align-content: center;
  text-align: center;
  line-height: 1.1;
}
.p-about__label strong{
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 1.2;
}
.p-about__content{
  flex: 1;
}
.p-about__content h3, .p-about__content p{
  padding: 0 20px;
}
.p-about__content .p-about__title{
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.p-about__box{
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-about__box .--label{
  background-color: #FFA500;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  width: max-content;
  padding: 7px 62px;
  margin: auto;
  transform: translateY(-25px);
}
.p-about__box .--title{
  text-align: center;
  line-height: 1.5;
}
.p-about__box .--title .--bg{
  display: inline-block;
}
.p-about__box .--title .--bg:before{
  background-color: #FFDD9E;
  height: 12px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.p-about__box .--title span{
  position: relative;
  z-index: 2;
}
.p-about__box .c-btn1{
  margin-bottom: -20px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  transform: translateY(15px);
}

.p-about__heading .--title, .p-about__heading .--txt{
  padding: 0 20px;
}
.p-about__heading .--title{
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
@media(max-width: 1024px){
  .p-about__content h3, .p-about__content p{
    padding: 0;
  }
}
@media(max-width: 768px){
  .p-about__info{
    flex-wrap: wrap;
  }
  .p-about__img{
    width: 100%;
    order: 1;
    height: 240px !important;
    aspect-ratio: 240 / 240;
  }
  .p-about__label{
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .p-about__label strong{
    font-size: 16px;
  }
  .p-about__img img{
    border-radius: 20px;
  }
  .p-about__content{
    order: 2;
  }
  .p-about__content .p-about__title{
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .p-about__box{
    border-radius: 20px;
    padding: 0 15px;
  }
  .p-about__box .--title{
    font-size: 16px;
  }
  .p-about__box .--title .--bg:before{
    height: 6px;
    bottom: 2px;
  }
  .p-about__box .c-btn1{
    margin-top: 10px;
  }
  .p-about__box .--label{
    padding: 4px 20px;
    font-size: 11px;
    transform: translateY(-15px);
  }
  .p-about__heading .--title, .p-about__heading .--txt{
    padding: 0;
  }
  .p-about__heading .--title{
    padding-bottom: 15px;
  }
}
/**End About*/