em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.public-head-right,
.public-top-middle {
  font-size: 24px;
  position: relative;
  color: #333;
  line-height: 37px;
}
.public-head {
  font-size: 30px;
  position: relative;
  color: #333;
  line-height: 50px;
}
.public-top-middle {
  text-align: center;
}
.public-head-right {
  padding-right: 46px;
}

.public-top-middle::before {
  /* position: absolute;
    top: -47px;
    right: 50%;
    transform: translate(50%, 0px); */
  content: "\e912";
  font-family: "icomoon";
  color: #ff6f61;
  display: block;
  z-index: 9;
  font-size: 1.8rem;
  margin-bottom: 5px;
  line-height: 1;
}
.public-head:before {
  content: "\e912";
  font-family: "icomoon";
  color: #ff6f61;
  display: block;
  /* z-index: 9;
    position: absolute;
    top: -47px;
    right: 0; */
  font-size: 1.8rem;
}
.public-head-right::before {
  position: absolute;
  top: -2px;
  right: -2px;
  content: "\e912";
  font-family: "icomoon";
  color: #ff6f61;
  display: block;
  z-index: 9;
}

.section-base {
  margin-block: 100px;
}

.sw-pg {
  text-align: center;
  z-index: 999;
  margin-top: 32px;
}

.more-para p {
  font-size: 16px;
  line-height: 40px;
  color: #666;
}

/* mag-page........................................ */

.list__content .card-blog__more {
  gap: 9px;
}

.page-template-template-blog .block-content-row {
  align-items: start !important;
}

.page-template-template-blog {
  background: #f6f6f6;
}

.section-offer:before {
  width: 100%;
  height: 62%;
  inset: 0;
  position: absolute;
  border-radius: 0px 0px 40px 40px;
  background: linear-gradient(90deg, #f2ad7c 0%, #fe7664 100%);
  content: "";
  display: block;
  z-index: 0;
}

.section-offer .public-top-middle {
  color: white !important;
}
.section-offer .public-top-middle::before {
  color: white;
}

.more-dec {
  border: 1px solid #ff6f61;
  border-radius: 44px;
  padding: 50px 48px 75px;
}

.desc-titr {
  font-size: 22px;
  line-height: 37px;
  color: var(--color1);
  margin-bottom: 10px;
}

/* faq-page........................................ */

.back-swiperfaq {
  z-index: 9;
}

.faq-section .image-about img {
  border-radius: 88px 88px 0 0;
  margin: auto;
  padding: 20px 0px 0px 30px;
}
.faq-section .block-content-row {
  align-items: start;
}

.faq-section .public-head {
  margin-bottom: 8px;
}
.faq-section .about-content-wrap p,
.faq-section .about-content-wrap .public-head,
.faq-section .about-content-wrap .public-head:before,
.faq-section .content-mob-titr,
.faq-section .content-mob-titr:before {
  color: white;
}

.page-template-template-faq.inner-page .site-main {
  margin-block: 0 !important;
}
.faq-section .button {
  padding: 7px 10px !important;
  color: #333 !important;
  background-color: white !important;
  line-height: 23px;
  transition: 0.26s all linear;
  border: 1px solid white;
}
.faq-section .button:hover {
  color: white !important;
}
.faq-section .button:hover:after {
  background-color: var(--color1);
}
.faq-section .button:after {
  transition: 0.26s all linear;
}

.page-template-template-faq #breadcrumbs a:after {
  background-color: white;
}
.page-template-template-faq #breadcrumbs .breadcrumb_last {
  color: white;
}

.page-template-template-faq .navtop {
  margin-block: 0 !important;
}
.page-template-template-faq {
  position: relative;
}

/* archive-page........................................ */

.pg-blogarchive {
  display: inline-flex;
  padding: 0;
  width: max-content !important;
  left: 50% !important;
  transform: translateX(-50%);
  right: unset !important;
}
.pg-blogarchive:before {
  content: "\e920";
  font-family: "icomoon";
  color: #f2ad7c;
  font-size: 2rem;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  line-height: 1;
}

.section-swiper-content .sw-pg {
  position: absolute;
  bottom: 1.1rem;
}

.card-blog__image .woocommerce-placeholder {
  width: 284px;
  height: 160px;
  object-fit: fill;
}

.archive-section {
  margin-block: 60px 96px;
}

.archive-button {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.back-swiper-archive {
  overflow: hidden;
  border-radius: 56px;
}
.back-swiper-archive:before {
  border-radius: 56px;
  background: linear-gradient(180deg, #ff6f61 0%, #f2ad7c 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  inset: 0;
}

.archive-section .about-content-wrap .public-head {
  margin-bottom: 8px;
}

.cat-item .caticon {
  font-size: 8px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 300ms;
  position: absolute;
  left: 14px !important;
  top: 27px !important;

  /* transform: translateY(-50%); */
  color: var(--color1);
  background-color: white;
  outline: 2.5px solid #ff6f614d;
  border-radius: 4px;
  line-height: 1;
}
@media (min-width: 992px) {
  .sidebar-blog .widget_categories .cat-item .caticon {
    top: 33px !important;
  }
}
.children .cat-item .caticon {
  left: 4px !important;
  top: 3px !important;
}
.cat-item .caticon.active {
  background-color: var(--color1);
  color: white;
}
.cat-item .caticon.active:before {
  content: "\ea0b" !important;
}
.cat-item .caticon:before {
  transition: 300ms;
}

/* single-blog-page....................................... */

.sidebar img,
.sidebar__image img {
  transition: 0.25s all linear;
}
.sidebar img:hover,
.sidebar__image img:hover {
  filter: drop-shadow(0px 3px 7px #9f9f9f);
}

.card-blog {
  display: flex;
  flex-direction: column;
  transition: 0.25s all linear;
  background: #ffffff;
  border-radius: 24px;
  padding: 12px;
}

.blog-titr-div {
  margin-bottom: 40px;
  margin-top: 0px;
}

.thumb-back:before {
  background: linear-gradient(360deg, #ff6f61 0%, #f2ad7c 100%);
  border-radius: 56px 56px 50px 50px;
  content: "";
  display: block;
  z-index: -1;
  height: 97%;
  width: 30%;
  position: absolute;
  left: 0px;
  top: 0;
}
.thumb-back {
  margin-bottom: 48px;
}

.single-top .public-head {
  font-size: 28px !important;
  font-family: "yekanbakh-Regular" !important;
}

.single__main {
  margin-top: 60px !important;
}

.pic-side img {
  margin-top: 17px;
  border-radius: 42px;
  margin-inline: auto;
  display: block;
}

#review_form_wrapper {
  background-color: white;
  border-radius: 40px;
  padding: 24px 40px;
}

ul.commentlist li {
  margin-top: 7.5rem !important;
}

.comment-title {
  background: linear-gradient(90deg, #f3ac7c 0%, #ff6f61 100%);
  border-radius: 30px;
  padding-block: 24px;
  position: relative;
  overflow: hidden;
}
.comment-title .public-top-middle:before,
.comment-title h4 {
  color: white !important;
}
.comment-title:after {
  content: "\e912";
  font-family: "icomoon";
  color: #fff;
  opacity: 20%;
  display: block;
  font-size: 14rem;
  position: absolute;
  left: 0;
  top: 48px;
}

.section__comment {
  margin-block: 116px;
}

#comments ul {
  margin-bottom: 0;
}

.commentlist {
  display: flex;
  flex-direction: column;
}

/* contact-page............................................ */

.contact-desc p,
.contact-desc div {
  color: #666;
}

.contact-form-div {
  background-color: white;
  border-radius: 40px;
  padding: 24px 40px;
  position: relative;
}

.contact-title-div {
  background: linear-gradient(90deg, #f3ac7c 0%, #ff6f61 100%);
  border-radius: 30px;
  padding-block: 24px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.contact-title-div:after {
  content: "\e912";
  font-family: "icomoon";
  color: #fff;
  opacity: 20%;
  display: block;
  font-size: 14rem;
  position: absolute;
  left: 0;
  top: -10rem;
}
.contact-title-div h4,
.contact-title-div h4:before {
  color: white;
}
.acf-required {
  display: none;
}

.acf-form label {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 34px;
  margin-bottom: 8px !important;
  position: relative;
}
.acf-form label:before {
  content: "\e912";
  font-family: "icomoon";
  color: #ff6f61;
  font-size: 14px;
  margin-left: 8px;
  vertical-align: middle;
}
.acf-form {
  position: relative;
}
.acf-button {
  height: 43px !important;
}

.is-invalid input {
  background: #e9322a1a;
  border: 1px solid #e9322a !important;
}

.websima-map {
  height: 480px !important;
  border-radius: 56px !important;
  border: 1px solid var(--color1);
  border-left: 0 !important;
  overflow: unset !important;
}
.websima-map:after {
  background: linear-gradient(180deg, #ff6f61 0%, #f2ad7c 100%);
  border-radius: 56px;
  content: "";
  display: block;
  z-index: -1;
  height: 103%;
  width: 100%;
  position: absolute;
  left: -16px;
  top: -16px;
}

.mapp-map {
  position: relative;
  border-radius: 56px !important;
}

.info-row {
  margin-block: 46px;
}

.mapp-container .mapp-footer {
  display: none;
}

i.hr-line {
  width: 0.125rem;
  height: inherit;
  background: var(--color1);
  position: relative;
}
i.hr-line:before {
  content: "";
  width: 0.375rem;
  display: flex;
  height: 0.375rem;
  position: absolute;
  top: 3px;
  left: 50%;
  z-index: 1;
  background: var(--color1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
i.hr-line:after {
  content: "";
  width: 0.375rem;
  display: flex;
  height: 0.375rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background: var(--color1);
  border-radius: 50%;
  transform: translate(-50%, 50%);
}

/* about-page............................................ */

.swiper-service .ct__img img {
  border: 3px solid white;
}
.swiper-service .ct__img {
  position: relative;
}
.swiper-service .ct__img:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 99;
  width: 142px;
  height: 108px;
  display: block;
  background-image: url(../img/about-before.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-service .ct__img:after {
  content: "\e920";
  font-family: "icomoon";
  color: #f69f76;
  font-size: 2rem;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
  line-height: 1;
}

.section-about .about__desc {
  color: #333;
  line-height: 32px;
}

.video-div {
  position: relative;
}

.intro-about .about__row {
  flex-direction: row-reverse;
}

.intro-about .about__content .public-head-right {
  padding-right: 0 !important;
}
.intro-about .about__content .public-head-right::before {
  content: "\e912";
  font-family: "icomoon";
  color: #ff6f61;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  position: unset !important;
  margin-bottom: 5px;
}

.intro-about .about__row .btns__wrapper {
  margin-top: 48px !important;
}

.intro-about .block-content-row {
  align-items: start;
}

.about-content-wrap .editor-content p {
  color: #666666 !important;
  font-size: 16px;
}
.page-template-template-faq .block-content-row .editor-content p {
  color: white !important;
  line-height: 40px;
}

.page-template-template-about .btns__wrapper .button {
  margin-top: 28px;
}

.page-template-template-about .play___button {
  top: 20px;
  left: -10px;
}

.back-swiper-archive .ct__img {
  padding: 17px 17px 25px;
  position: relative;
}
.back-swiper-archive .ct__img:after {
  content: "\e920";
  font-family: "icomoon";
  color: #f3aa7b;
  font-size: 2rem;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
  line-height: 1;
}

.back-about-swiper {
  background: linear-gradient(180deg, #ff6f61 0%, #f2ad7c 100%);
  border-radius: 56px;
  overflow: hidden;
}

.section-swiper-content {
  position: relative;
}

.section-swiper-content
  .sw-pg
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white !important;
}
.section-swiper-content .sw-pg .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.705) !important;
}

.ben-about {
  background-color: var(--color1);
  border-radius: 21px;
  padding: 28px 24px 23px 10px;
  margin-inline: 7px;
  min-height: 150px;
}
.ben-about .titr {
  color: white;
  font-size: 15.3px;
  line-height: 24px;
}
.ben-about span {
  font-size: 12px;
  line-height: 20px;
  color: #f2f2f2;
}
.ben-about img {
  background-color: #ff8c81;
  border: 0.96px solid #ffffff;
  border-radius: 15px;
  padding: 17px;
  height: 55px;
  width: 55px;
  object-fit: fill;
  margin-left: 12px;
  margin-right: -2.5rem;
}

.ben-matn {
  gap: 9.6px;
}

.ben-row-about {
  margin-top: 50px;
}

.swiper-honor {
  padding-block: 40px !important;
}

.honor__item:hover .honor__title {
  color: var(--color1);
}

.honor__image {
  overflow: hidden;
  position: relative;
  transition: 0.2s all linear;
}

.section-honor .public-top-middle {
  margin-bottom: 32px;
}

.section-service {
  background: linear-gradient(270deg, #ff6f61 0%, #f3ad7c 100%);
  border-radius: 68px;
  padding: 38px 35px 50px;
}

.ct__img img {
  width: 100%;
  border-radius: 46px;
}

.section-service .public-head {
  color: white;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 24px;
}
.section-service .public-head:before {
  color: white;
}

.section-service .about-content-wrap .editor-content p {
  font-size: 16px;
  line-height: 32px;
  color: white !important;
}

.service-btn {
  margin-top: 50px;
}
.service-btn a {
  color: var(--color1);
  background-color: white;
}
.service-btn a:after {
  background-color: var(--color1) !important;
}
.service-btn a:hover {
  color: white !important;
  border-color: white !important;
}

.section-service .section-swiper-content .sw-pg {
  position: relative;
  text-align: center;
  margin-right: 0.5rem;
  margin-top: -0.4rem;
  z-index: 9;
}

.section-service .about-content-wrap {
  padding-left: 25px;
}

.swiper-history img {
  width: 100%;
}

.work-overlay {
  background: linear-gradient(180deg, rgba(255, 220, 191, 0) 0%, #ff6f61 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.work_item img {
  border-radius: 32px;
  transition: 0.28s all linear;
}

.work_item {
  transition: 0.28s all linear;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid #f5ac7c;
}
.work_item:hover img {
  transform: scale(1.15);
}

.titr-work {
  font-size: 16px;
  color: white;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.year {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  border: 1px solid #ffffff;
  background: #ffffff66;
  width: 55px;
  border-radius: 10px;
  padding: 5px 11px;
  height: 32px;
}

.swiper-history {
  padding-block: 32px 0;
}

.mail-person {
  color: #333 !important;
}
.icon-person {
  color: #a6a6a6 !important;
}

.mission_item {
  border-radius: 16px;
  border-top: 4px solid var(--color1);
  padding: 0 24px 40px;
  transition: 0.25s all linear;
  background-color: #fff;
}
.mission_item:hover {
  border-color: var(--color2);
}
.mission_item:hover .little-pic-mission {
  background-color: var(--color2);
}

.mission_item .subtitr {
  text-align: center;
}

.swiper-target {
  padding-top: 78px;
}

.mission_item .heading__title {
  font-size: 22px;
  color: #121212;
  position: relative;
}

.mission_item .heading__title:after {
  content: "";
  width: 24px;
  height: 3px;
  opacity: 10%;
  background: #7500e8;
  position: absolute;
  bottom: -12px;
  right: 50%;
  transform: translateX(50%);
  display: block;
  z-index: 9;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px #00000040;
}

.mission_item .subtitr {
  font-size: 16px;
  color: #666;
  margin-top: 27px;
  line-height: 33px;
}

.little-pic-mission {
  height: 70px;
  width: 70px;
  border-radius: 16px;
  background-color: var(--color1);
  padding: 11px;
  margin-inline: auto;
  display: block;
  margin-block: -2.8rem 1.32rem;
  transition: 0.25s all linear;
}

.little-pic-mission img {
  object-fit: fill;
}

.social_item {
  border-radius: 16px;
  padding: 11px 11px 24px;
  background-color: #fff;
  transition: 0.25s all linear;
}

.social_item .heading__title {
  transition: 0.25s all linear;
  font-size: 20px;
  line-height: 32px;
  color: #121212;
}

.social_item p {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #666;
  margin-block: 16px;
}

.social-color {
  transition: 0.25s all linear;
  border-radius: 13px;
  height: 75px;
  padding-inline: 112px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.social-color:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: #febfb3;
  transition: 0.25s all linear;
}

.social-color .icon-logo {
  transition: 0.25s all linear;
  font-size: 6.4rem;
  text-align: center;
  opacity: 30%;
}
.social-color .icon-logo:before {
  transition: 0.25s all linear;
}

.icon-social {
  border-radius: 16px;
  height: 64px;
  width: 64px;
  background-color: var(--color1);
  padding: 13px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: -2.2rem 1.8rem;
  position: relative;
  z-index: 9;
}
.icon-social i {
  font-size: 2.6rem;
  color: white;
}

.link-network {
  border: 1px solid #ff6f61;
  background-color: white;
  border-radius: 8px;
  font-size: 14px;
  line-height: 23px;
  color: var(--color1);
  padding: 8.5px 14px;
  display: block;
  text-align: center;
}

.section-sw-brand {
  background: #0000000a;
  border-radius: 15px;
  padding: 23px 0px;
  margin-right: 6px;
}

.brand-item {
  background-color: white;
  border-radius: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all linear;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.section-brand .public-head {
  font-size: 24px;
  line-height: 37px;
}

.swiper-brand .swiper-slide img {
  display: block;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.brand-btn {
  margin-top: 15px;
}

.short-desc-brand {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  text-align: justify;
  margin-top: 11px;
}

.section-brand .sw-pg {
  margin-top: 23px;
}

/* .swiper-brand .swiper-slide-active .brand-item{
    background-color: var(--color1);
}
   */

.comment-div {
  overflow: hidden;
  min-height: 249px;
  border-radius: 40px;
  background-color: #e7e7e8;
  padding: 40px 41px 49px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 23px;
}
.comment-div:before {
  content: "\e91b";
  font-family: "icomoon";
  font-size: 4.5rem;
  position: absolute;
  top: -0.7rem;
  right: 11.56rem;
  display: block;
  z-index: 9;
  color: var(--color1);
  line-height: 1;
}

.name-custom {
  font-size: 12.5px;
  color: #0e1b26;
  line-height: 25px;
}
.job-custom {
  font-size: 12px;
  color: #0e1b268c;
  line-height: 22px;
}
.comment-para {
  font-size: 12.5px;
  color: #0e1b268c;
  line-height: 25px;
  text-align: justify;
}
.first-com-div {
  gap: 18.3px;
}
.first-com-div img {
  margin: auto;
  display: block;
  border-radius: 31px;
  filter: grayscale(1);
  object-fit: cover;
  max-height: 85px;
  max-width: 85px;
  min-height: 85px;
  min-width: 85px;
  width: 100%;
  height: 100%;
}
.overlay-comment {
  height: 85px;
  width: 85px;
  border: 2px solid #ff6f61;
  border-radius: 31px;
  position: absolute;
  z-index: 9;
  background-color: transparent;
}
.pic-com-parent {
  line-height: 1;
}

.swiper-comment {
  padding-top: 35px;
}

.swiper-comment .swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-comment .swiper-slide-active {
  z-index: 9 !important;
}

.swiper-comment .swiper-slide-active .comment-div {
  background-color: white;
  border-radius: 70px;
  padding: 52px 54px 62px 51px;
  min-height: 311px;
  box-shadow: 0px 4px 28px 0px #ff6d6d26;
}
.swiper-comment .swiper-slide-active .first-com-div img {
  filter: grayscale(0);
  max-height: 110px;
  max-width: 110px;
  min-height: 110px;
  min-width: 110px;
  border-radius: 40px;
}
.swiper-comment .swiper-slide-active .overlay-comment {
  height: 110px;
  width: 110px;
  border-radius: 40px;
}
.swiper-comment .swiper-slide-active .name-custom {
  font-size: 16px;
  color: var(--color1);
  line-height: 32px;
}
.swiper-comment .swiper-slide-active .job-custom {
  font-size: 14px;
  color: #0e1b26;
  line-height: 28px;
}
.swiper-comment .swiper-slide-active .comment-para {
  font-size: 16px;
  line-height: 32px;
}
.swiper-comment .swiper-slide-active .first-com-div {
  gap: 24px;
}

.swiper-social {
  padding-top: 30px;
}

/* @media.............................................. */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-list .quick__item {
    padding: 8px 12px;
  }

  .quick__item .back-img {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 18px;
  }

  .back-swiperfaq {
    margin-top: -3.8rem;
  }

  .ben-about {
    padding: 20px 13px 15px 10px;
  }

  .ben-about img {
    padding: 12px;
    height: 48px;
    width: 48px;
    margin-left: 10px;
  }

  .ben-about .titr {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .back-swiperfaq {
    margin-top: -2.6rem;
  }
}

@media (min-width: 992px) {
  .contact-desc p,
  .contact-desc div {
    font-size: 16px;
  }

  .swiper-social .swiper-slide-active .social-color:before {
    background: linear-gradient(90deg, #f3ac7c 0%, #fe7765 100%);
  }
  .swiper-social .swiper-slide-active .social_item .heading__title {
    color: var(--color1);
  }

  .swiper-social .swiper-slide-active .social-color .icon-logo:before {
    color: white !important;
  }
  .swiper-social .swiper-slide-active .link-network {
    background-color: var(--color1);
    color: white;
  }

  .swiper-honor .swiper-slide-active .honor__title {
    color: var(--color1);
    margin-top: 25px;
  }
  .swiper-honor .swiper-slide-active .honor__image:before {
    content: "\e912";
    font-family: "icomoon";
    color: var(--color1);
    opacity: 10%;
    display: block;
    font-size: 12rem;
    position: absolute;
    left: -3rem;
    top: -6rem;
  }
  .swiper-honor .swiper-slide-active .honor__image {
    border: 2px solid #ffaca4;
    background: linear-gradient(180deg, #ffffff 0%, #ffaca4 100%);
    transform: scale(1.26);
  }
  .swiper-honor .swiper-slide-active .honor__item {
    gap: 25px !important;
  }

  .section-offer {
    padding-top: 40px;
  }

  .faq-section .para-col {
    padding-top: 6.5rem;
  }

  .faqs__wrapper {
    padding-top: 1rem;
  }

  .page-template-template-faq #header {
    background: linear-gradient(90deg, #f3ad7c 0%, #ff6f61 100%);
  }

  .page-template-template-faq #breadcrumbs {
    position: absolute;
    top: 11rem;
    right: 0px;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }

  .faq-section {
    padding-top: 56px;
    background: linear-gradient(90deg, #f3ad7c 0%, #ff6f61 100%);
  }

  .page-template-template-faq #header {
    top: 0;
    padding-top: 23px;
  }

  .sidebar-mag {
    padding-top: 110px;
  }
}

@media (max-width: 991.98px) {
  ul.commentlist li {
    margin-top: 6.5rem !important;
  }

  .back-swiperfaq::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 0.25rem;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .back-swiperfaq::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0.25rem;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 2;
  }

  .section-swiper-content .sw-pg {
    bottom: 0px;
  }

  .swiper-comment .swiper-slide .comment-div {
    border-radius: 50px;
    padding: 50px 30px 30px 30px;
    margin-bottom: 22px;
  }

  .section-comment .sw-pg {
    margin-top: 0 !important;
  }

  .swiper-comment .swiper-slide-active .comment-div {
    box-shadow: 0px 4px 20px 0px #ff5d5d1c;
  }

  .page-template-template-about .btns__wrapper .button {
    margin-top: 0;
  }

  .related__product .content-mob-titr {
    font-size: 18px !important;
  }

  .image-about {
    margin-bottom: 16px;
  }

  .mapp-map,
  #websima-map-1 {
    border-radius: 40px !important;
  }

  .contact-info {
    margin-top: 32px;
  }

  .websima-map:after {
    border-radius: 40px;
    left: -8px;
    top: -8px;
  }

  i.hr-line {
    display: none;
  }

  .cat-item {
    border-radius: 12px;
    padding: 8px 12px !important;
  }

  .page-id-186 .archive-section .content-mob-titr {
    align-items: flex-start;
  }
  .page-id-186 .archive-section .about-btn-wrap {
    justify-content: flex-start;
    margin-top: 15px !important;
  }

  .faq-section .block-content-row {
    gap: 8px;
  }
  .faq-section .about-content-wrap {
    padding-inline: 4px;
  }

  /* .brand-row {
    flex-direction: column-reverse;
  } */
  .short-desc-brand {
    margin-top: 30px;
    text-align: center;
  }
  .section-brand {
    padding-inline: 8.5px;
  }
  .brand-txt-div {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 18px;
    gap: 10px;
  }

  .brand-btn {
    font-size: 12px;
    padding: 11.5px;
    min-width: unset;
    height: 35px;
    margin: 0;
  }
  .section-sw-brand {
    border-radius: 5px;
    padding: 8px;
    margin-right: 0;
  }
  .brand-item {
    border-radius: 10.5px;
    /* padding: 11px 13px;
        min-height: 53px; */
  }

  .swiper-honor {
    padding-block: 0 !important;
  }
  .honor__image {
    padding: 46px 39px;
    border-radius: 14px 14px 69px 69px;
  }
  .honor__item {
    max-height: 100%;
    min-height: 100%;
  }

  .intro-about .public-head {
    font-size: 22px !important;
  }

  .section-service .public-top-middle::before {
    color: white !important;
  }

  .section-service .editor-content p {
    color: white !important;
    text-align: center !important;
  }
  .section-service .about-content-wrap {
    padding-left: 0 !important;
  }

  .section-service {
    border-radius: 52px;
    padding: 26px 18px 27px;
  }

  .section-service .block-content-row {
    gap: 16px !important;
  }

  .service-btn {
    margin-top: 24px;
    text-align: center;
  }

  .btns__wrapper {
    margin-top: 24px !important;
  }

  .intro-about {
    margin-top: 25px !important;
    padding-inline: 7px !important;
  }

  .section-about {
    padding-inline: 8px !important;
  }

  .titrabout-mob {
    margin-bottom: 16px;
  }

  .block-about-us .cta-btn-wrap,
  .about-btn-wrap {
    margin-top: 30px !important;
  }

  .ben-about {
    padding: 18px 32px 18px 18px;
    border-radius: 25px;
    margin-inline: 12px 7px;
  }

  .ben-about .titr {
    font-size: 17px !important;
    line-height: 27px !important;
  }

  .intro-about .about-content-wrap .about-btn-wrap {
    justify-content: start;
  }

  .ben-row-about {
    row-gap: 24px;
  }

  .editor-content h1 {
    line-height: 32px;
    font-size: 22px !important;
  }
  .editor-content h2 {
    line-height: 32px;
    font-size: 20px !important;
  }
  .editor-content h3 {
    line-height: 32px;
    font-size: 18px !important;
  }
  .editor-content h4 {
    line-height: 32px;
    font-size: 16px !important;
  }
  .editor-content h5 {
    line-height: 32px;
    font-size: 14px !important;
  }
  .editor-content h6 {
    line-height: 32px;
    font-size: 12px !important;
  }

  .gallery_item img {
    border-radius: 24px !important;
  }

  .sw-pg {
    margin-top: 22px;
  }

  .block-about-us {
    gap: 16px !important;
    flex-direction: column;
  }

  #contact-tab {
    margin-left: -12px;
    overflow: auto;
    padding: 14px 16px 14px 12px !important;
    border-radius: 0 30px 30px 0 !important;
    gap: 26px;
    justify-content: flex-start;
  }
  #contact-tab li:after {
    left: -15px !important;
  }
  #contact-tab li {
    white-space: nowrap;
    padding: 11px 8px !important;
  }

  .websima-map {
    height: 277px !important;
  }

  .contact__wrapper {
    padding-inline: 5px;
  }

  .ct-info span,
  .ct-info a {
    font-size: 13px !important;
    line-height: 27px;
  }

  .contact-info li {
    flex-direction: column;
  }
  .ct-vl {
    text-align: center;
  }

  .contact-dir-button {
    top: 16px;
    left: 30px;
  }

  .contact-info li {
    padding: 18px 36px;
  }

  .info-row {
    flex-direction: column-reverse;
  }

  .ct-info {
    text-align: center;
  }

  .map__wrapper:after {
    left: -7px;
    top: -7px;
  }

  .contact-form-div {
    padding: 20px;
  }

  .single-top .thumbnail-post-img {
    border-radius: 18px !important;
    padding-left: 5px;
  }

  .thumb-back:before {
    border-radius: 16px 16px 14px 14px;
    left: -5px;
  }

  .single-post .swiper-blog,
  .single-post .swiper-related-product {
    padding-inline: 12px;
    margin-inline: -12px;
  }

  .swiper-pagination {
    margin-top: 24px !important;
  }

  .public-head-right,
  .public-top-middle,
  .single-post .editor-content h2,
  .single-post .editor-content h3 {
    font-size: 20px !important;
    line-height: 32px;
  }
  .single-post .editor-content h1 {
    font-size: 22px !important;
  }

  .blog-titr-div {
    margin-bottom: 26px !important;
  }

  .section-offer {
    padding-top: 32px !important;
  }

  .section-editor,
  .section-base {
    margin-block: 64px !important;
  }

  .section-base {
    padding: 0;
  }

  .archive-section {
    margin-block: 42px 52px;
  }

  .back-swiper-archive:before,
  .back-about-swiper,
  .back-swiper-archive {
    border-radius: 25px;
  }

  .swiper-about-us .ct__img img,
  .swiper-about-us .ct__img {
    border-radius: 21px !important;
  }

  .archive-section .ct__img {
    padding: 8px;
  }

  .faqs__wrapper {
    padding-top: 1.5rem;
  }

  .back-swiper-archive .ct__img {
    padding: 0 !important;
  }
  .back-swiper-archive {
    padding: 10px 10px 8px;
  }

  .page-template-template-about .swiper-about-us {
    padding-bottom: 4px;
  }

  .page-template-template-about .section-swiper-content .sw-pg {
    bottom: -11px;
  }

  .page-template-template-faq #breadcrumbs {
    position: absolute;
    top: 8rem;
  }

  .page-template-template-faq #header {
    padding-top: 17px;
    background: linear-gradient(270deg, #f4ad7d 0%, #ff7062 100%);
  }

  .faq-section .about-content-wrap p {
    text-align: center !important;
  }

  .faq-section .content-mob-titr {
    margin-bottom: 14px !important;
  }

  .back-swiperfaq {
    margin-top: -3.4rem;
  }

  .faq-section {
    padding-top: 6rem;
    padding-bottom: 103px;
    background: linear-gradient(270deg, #f4ad7d 0%, #ff7062 100%);
  }

  .faq-section .image-about img {
    border-radius: 47px 47px 0 0 !important;
    width: auto;
  }

  .sidebar-mag {
    padding-top: 38px;
  }

  .section-list .quick__item {
    justify-content: space-between;
    border-radius: 22px;
    padding: 10px 10px 10px 16px;
  }
  .section-list .quick__item:hover .text-pic {
    color: var(--color1) !important;
  }
  .section-list .quick__item:hover span.see-side {
    color: white !important;
  }

  .section-list span.see-side {
    margin-left: 9px;
    font-size: 12px;
    color: var(--color1);
    line-height: 40px;
  }

  .section-list .quick__item .back-img {
    width: 102px;
    height: 66px;
    padding: 20px 10px;
    gap: 8px;
  }
  .section-list .text-pic {
    font-size: 14px;
    color: #ffffff;
    transition: color 300ms;
    line-height: 40px;
  }

  .content-mob-titr {
    text-align: center;
    font-size: 22px !important;
    line-height: 34.1px;
    color: #333;
    margin-bottom: 24px;
    margin-top: 0px;
  }

  .back-pic-content:before {
    width: 97%;
    height: 97%;
    border-radius: 26px;
    transform: translateX(-2%);
    margin-top: -0.5rem;
  }

  .cta-btn-wrap,
  .about-btn-wrap {
    justify-content: center;
  }

  .more-dec {
    padding: 22px 19px 42px;
  }
  .more-dec p {
    text-align: justify !important;
  }
  .desc-titr {
    line-height: 32px;
    text-align: center;
    font-size: 20px;
  }

  .more-dec:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .sw-pg .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 17px !important;
  }
  .sw-pg .swiper-pagination-bullet {
    width: 11px !important;
  }

  .back-about-swiper {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .websima-contact-form .acf-notice p {
    font-size: 13px !important;
    bottom: -85px !important;
    right: 18px;
    color: #e9322a;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .play___button {
    top: 30px;
    left: -8px;
  }

  .page-template-template-about .play___button {
    top: 29px;
    left: -10px;
  }

  .ben-about img {
    height: 80px;
    width: 80px;
    padding: 20px;
    border-radius: 18px;
    margin-left: 18px;
    margin-right: -3.3rem;
  }
}

@media (max-width: 767.98px) {
  .location-div {
    padding-inline: 18px;
  }

  .social-color {
    height: 55px;
  }
  .icon-social {
    border-radius: 11px;
    height: 48px;
    width: 48px;
    margin-block: -27px 14px;
    padding: 9px;
  }
  .icon-social i {
    font-size: 1.9rem;
  }
  .social_item {
    border-radius: 11px;
    padding: 8px 8px 15px;
  }
  .social_item .heading__title {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .social_item p {
    font-size: 13px;
    line-height: 26.4px;
    margin-block: 9px 10px;
    padding-inline: 8px;
  }
  .link-network {
    border-radius: 6px;
    padding: 3px 7px;
  }

  /*.public-head:before {*/
  /*  font-size: 1.45rem !important;*/
  /*}*/

  .teams__social {
    border-radius: 11px;
  }
  .teams__social a {
    font-size: 20px;
  }

  .swiper-about-us .ct__img {
    padding: 7.6px 7.6px 12px;
  }

  .year {
    font-size: 12px;
    line-height: 16px;
    border-radius: 7px;
  }
  .titr-work {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
  }

  .play___button {
    top: 24px;
    left: 6px;
  }

  .page-template-template-about .play___button {
    top: 12px;
    left: 0px;
  }

  .play___button img {
    height: 30px;
    width: 30px;
  }

  .ben-about img {
    height: 62px;
    width: 62px;
    padding: 20px;
    border-radius: 18px;
    margin-left: 14px;
    margin-right: -3.2rem;
  }

  .team__name {
    font-size: 15px;
    line-height: 22px;
  }

  .swiper-team {
    padding-left: 12px;
    margin-left: -12px;
  }
  .team__item {
    border-radius: 14px;
    padding: 13px 10px 16.5px;
  }

  .swiper-target {
    padding-inline: 6px;
  }

  .mission_item {
    padding: 0 24px 16px 36px;
  }
}

@media (max-width: 424.98px) {
  .person-div {
    flex-direction: column-reverse;
  }
  .team__post {
    font-size: 12px;
  }
  .info-person {
    gap: 6px;
  }
  .team__item {
    gap: 12px;
  }
}
