:root {
  --bg_color: linear-gradient(to right, #25809b, #30aace);
  --theme_color: #25809b;
  --hover_color: #172525;
  --title_color: #242424;
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.only_mobile {
  display: none;
}
.head .subtitle {
  color: var(--theme_color);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 19px;
}
.head h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 62px;
  color: var(--title_color);
}
.head .line {
  display: block;
  width: 54px;
  height: 3px;
  background-color: var(--theme_color);
}
.head .nav {
  position: relative;
}
.head .nav .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--theme_color);
  transition: all 0.3s;
}
.head .nav ul {
  display: flex;
  justify-content: center;
  gap: 2.6389%;
  position: relative;
}
.head .nav ul li {
  color: #757575;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 20px;
  transition: all 0.3s;
}
.head .nav ul li.active {
  color: var(--title_color);
}
.button {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: var(--theme_color);
  border-radius: 30px;
  padding: 15px 50.5px 1rem;
  text-align: center;
  border: 2px solid var(--theme_color);
}
.button:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.button_b {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #181818;
  border-radius: 30px;
  padding: 16px 39px 17px;
  text-align: center;
}
.button_b:hover {
  background-color: var(--theme_color);
}
.button_more {
  display: inline-block;
  color: var(--title_color);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  text-align: center;
  padding: 14px 60.5px 15px;
}
.button_more:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.button_more.circle {
  font-size: 20px;
  font-weight: 600;
  border-radius: 2rem;
  padding: 17px 43.5px 19px;
}
.swiper_btns {
  display: flex;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(../img/left-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.home_product .swiper_btns div{
  width: 1rem;
  height: 30px;
}
.swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.68;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle {
  max-width: 1430px;
  width: 98%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  justify-content: space-between;
}
.swiper_btns.middle div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.small {
  max-width: 1765px;
}
.swiper_btns.small div {
  width: 12px;
  height: 22px;
}
.swiper_btns.full.middle {
  max-width: 1700px;
}
.swiper_btns.full div {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: url(../img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
}
.swiper_btns.full div.swiper-button-disabled {
  cursor: default;
  background-color: #3a3f4c;
}
.swiper_btns.full div.swiper-button-disabled:hover {
  background-color: #3a3f4c;
}
.swiper_btns.full div:hover {
  background-color: var(--hover_color);
}
div.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  height: 1rem;
  width: 100%;
  gap: 21px;
}
div.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--hover_color);
  background-color: var(--hover_color);
  opacity: 1;
  transition: all 0.3s linear;
  margin: 0 4px;
}
div.swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  margin: 0 !important;
}
div.swiper-pagination.big {
  height: 19px;
}
div.swiper-pagination.big .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px;
}
div.swiper-pagination.big .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
}
.swiper_btns div {
  width: 1rem;
  height: 1rem;
}
header {
  position: sticky;
  left: 0;
  top: -102px;
  transition: all 0.3s;
  background-color: #fff;
  z-index: 998;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.sticky {
  top: 0;
}
header .header .left .logo {
  position: relative;
  top: 3px;
}
header .header .left .logo img {
  width: 110px;
  height: auto;
}
header .header .right {
  display: flex;
  align-items: center;
  gap: 26px;
}
header .header .right nav div > ul {
  display: flex;
  gap: 42px;
}
header .header .right nav div > ul > li {
  position: relative;
}
header .header .right nav div > ul > li::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
header .header .right nav div > ul > li > a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 102px;
  transition: all 0.3s;
}
header .header .right nav div > ul > li:hover ul {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header .header .right nav div > ul > li ul {
  left: -1.5rem;
  position: absolute;
  min-width: 10rem;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s;
}
header .header .right nav div > ul > li ul li {
  margin-bottom: 0.2rem;
}
header .header .right nav div > ul > li ul li a {
  white-space: nowrap;
  display: block;
  padding: 0.8rem 0;
  transition: all 0.2s ease;
  border-radius: 0.625rem;
  font-size: 0.9rem;
  font-weight: 500;
}
header .header .right nav div > ul > li ul li a:hover {
  color: var(--theme_color);
}
header .header .right nav div > ul > li.current-menu-item::before,
header .header .right nav div > ul > li.current-menu-parent::before,
header .header .right nav div > ul > li:hover::before {
  transform: translate(0);
  opacity: 1;
}
header .header .right nav div > ul > li.current-menu-item > a,
header .header .right nav div > ul > li.current-menu-parent > a,
header .header .right nav div > ul > li:hover > a {
  color: var(--theme_color);
}
header .header .right .icon_search {
  display: block;
  cursor: pointer;
  width: 21px;
  height: 21px;
  background: url(../img/search.svg) no-repeat center / contain;
  margin-left: 14px;
}
header .header .right .button {
  font-size: 17px;
  padding: 10px 30px 12px;
}
footer {
  background-color: #f3f3f3; 
}
footer .cta {
  padding: 70px 0 0;
  overflow: hidden;
}
footer .cta .content {
  padding-bottom: 53px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
footer .cta .content::before {
  content: '';
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 30px solid var(--theme_color);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-62%);
  opacity: 0.1;
}
footer .cta .flex {
  gap: 1.2rem;
}
footer .cta h2 {
  color: var(--title_color);
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  max-width: 703px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  flex: 1;
}
footer .cta .subscribe {
  flex: 1;
  max-width: 487px;
  padding-top: 8px;
}
footer .cta .subscribe p {
  font-size: 18px;
  font-weight: 500;
  color: var(--title_color);
  margin-bottom: 26px;
}
footer .cta .subscribe form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
footer .cta .subscribe form input[type="email"] {
  flex: 1;
  width: 0;
  line-height: 3rem;
  border-radius: 6px;
  background-color: transparent;
  color: var(--title_color);
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 1rem;
  font-size: 1rem;
}
footer .cta .subscribe form input[type="submit"] {
  min-width: max-content;
  padding: 0 24px;
  height: 3rem;
  background-color: var(--theme_color);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s;
}
footer .cta .subscribe form input[type="submit"]:hover {
  background-color: var(--hover_color);
}
footer .cta .subscribe form label {
  margin-top: 13px;
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
footer .cta .subscribe form label input {
  width: 20px;
  height: 20px;
  background-color: transparent;
  appearance: none;
  border-radius: 3px;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: no-repeat center / 60%;
  background: url(../img/gou-w.svg) no-repeat center / 80%;
}
footer .cta .subscribe form label input:checked {
  background: url(../img/gou-w.svg) no-repeat center / 65%;
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
footer .cta .subscribe form label input:checked + span {
  opacity: 1;
}
footer .cta .subscribe form label span {
  line-height: 1;
  transition: all 0.3s;
  color: var(--title_color);
  opacity: 0.68;
}
footer .footer {
  padding: 68px 0 165px;
}
footer .footer .content > .flex {
  gap: 3rem 1.2rem;
  flex-wrap: wrap;
}
footer .footer .slide_obj strong {
  display: block;
  color: var(--title_color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}
footer .footer .slide_obj li {
  margin-bottom: 20px;
}
footer .footer .slide_obj li:last-of-type {
  margin-bottom: 0;
}
footer .footer .slide_obj a {
  color: var(--title_color);
  opacity: 0.8;
  font-size: 17px;
  transition: all 0.3s;
}
footer .footer .slide_obj a:hover {
  color: var(--theme_color);
  opacity: 1;
}
footer .footer .slide_obj p {
  color: var(--title_color);
  opacity: 0.8;
  font-size: 17px;
  line-height: 34px;
}
footer .footer .contact_us {
  width: 290px;
}
footer .footer .contact_us li {
  padding-left: 36px;
  position: relative;
}
footer .footer .contact_us li::before {
  content: '';
  display: block;
  width: 17px;
  height: 19px;
  background: url(../img/email.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 6px;
}
footer .footer .contact_us li:nth-child(1)::before {
  width: 1rem;
  height: 1rem;
  background-image: url(../img/phone.svg);
}
footer .footer .contact_us li:nth-child(3)::before {
  top: 7px;
  background-image: url(../img/pos.svg);
}
footer .footer_bottom .logo img {
  width: 263px;
  height: auto;
}
footer .copyright {
  margin-top: 36px;
  padding: 13px 0 13px;
  background-color: #e0e0e0;
}
footer .copyright p,
footer .copyright a {
  color: var(--title_color);
  opacity: 0.8;
  font-size: 14px;
  line-height: 25px;
}
footer .copyright ul {
  display: flex;
  gap: 40px;
}
footer .copyright a {
  transition: all 0.3s;
}
footer .copyright a:hover {
  color: var(--theme_color);
  opacity: 1;
}
.social {
  display: flex;
  gap: 1rem;
}
.social li {
  border-radius: 50%;
  background-color: #e0e0e0;
  transition: all 0.3s;
  overflow: hidden;
}
.social li:hover {
  background-color: var(--theme_color);
}
.social li:hover a {
  filter: brightness(20);
}
.social li a {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: url(../img/twitter.svg) no-repeat center / 45%;
  transition: all 0.3s;
  text-indent: -99999px;
}
.social .facebook a {
  background-image: url(../img/facebook.svg);
  background-size: 20%;
}
.social .youtube a {
  background-size: 52%;
  background-image: url(../img/youtube.svg);
}
.social .instagram a {
  background-size: 42%;
  background-image: url(../img/instagram.svg);
}
.social .pinterest a {
  background-size: 32%;
  background-image: url(../img/pinterest.svg);
}
.products .product a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.products .product a:hover .info i {
  background-color: var(--theme_color);
}
.products .product .img {
  height: 268px;
  position: relative;
}
.products .product .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.products .product .img .pic {
  width: 173px;
  height: 246px;
  position: absolute;
  left: 8px;
  bottom: -50px;
}
.products .product .img .pic img {
  object-fit: contain;
}
.products .product .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 75px 8.974% 2rem;
}
.products .product .info span {
  color: var(--theme_color);
  font-size: 15px;
  line-height: 18px;
}
.products .product .info strong {
  display: block;
  color: var(--title_color);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products .product .info p {
  color: var(--title_color);
  opacity: 0.75;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-top: 18px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
}
.products .product .info i {
  display: block;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
  background-color: var(--hover_color);
  border-radius: 24px;
  text-align: center;
  line-height: 3rem;
  margin-top: 26px;
}
.about_video {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about_video .head {
  min-width: 41.944%;
  padding: 206px 0 150px;
}
.about_video .head .subtitle {
  margin-bottom: 10px;
}
.about_video .head h2 {
  margin-bottom: 25px;
}
.about_video .head p {
  color: #666666;
  font-size: 18px;
  line-height: 2rem;
  padding-top: 10px;
}
.about_video .head ul {
  display: flex;
  margin-top: 62px;
}
.about_video .head ul li {
  width: 50%;
  display: flex;
  align-items: center;
  color: var(--title_color);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  gap: 10%;
  padding-right: 8%;
}
.about_video .head ul li i {
  display: block;
  width: 58px;
  height: 58px;
  background: no-repeat center / contain;
}
.about_video .head .button_b {
  margin-top: 55px;
}
.about_video .video {
  min-width: 59.65278%;
  padding-bottom: 42.5%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-left: 4.86%;
  position: relative;
}
.about_video .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_video .video .btn_play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  transition: all 0.3s;
  background: url(../img/play.svg) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.about_video .video .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.about_video .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 52.08%;
  top: 0;
  background-color: #e3e5e4;
  z-index: -1;
}
.about_video .bg span {
  color: #d7d7d7;
  font-size: 168px;
  font-weight: 700;
  line-height: 252px;
  position: relative;
  top: 30px;
  left: 2.6%;
}
.about_video.banner .head {
  padding: 150px 0 280px;
}
.about_video.banner .head h2 {
  margin-bottom: 5px;
}
.about_video.banner .head p {
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
}
.about_video.banner .bg::before {
  content: '';
  display: block;
  width: 18.385%;
  padding-bottom: 18.385%;
  background: url(../img/dots.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-60%, 50%);
}
.about_video.banner .bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e3e5e4;
  position: absolute;
  left: 0;
  top: 0;
}
.about_video.banner .bg span {
  z-index: 2;
  top: -5px;
}
.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 0 2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
  position: relative;
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/mobile-menu/close.svg) no-repeat center / contain;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: max-content;
  max-width: 85vw;
  height: 85vh;
  transition: all 0.3s;
  border-radius: 10px;
}
.video_pop .pop_content video {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.posts .post {
  overflow: hidden;
}
.posts .post a:hover .img {
  border-radius: 0 0 100px 0;
}
.posts .post a:hover .info p {
  text-decoration: underline;
}
.posts .post a:hover .info i {
  opacity: 1;
  transform: translate(0);
}
.posts .post .img {
  padding-bottom: 56.108%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.posts .post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.posts .post .img span {
  position: absolute;
  left: 4%;
  bottom: 35px;
  z-index: 2;
  border-radius: 29px;
  background-color: #fff;
  color: var(--title_color);
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 7px 35px 7px 7px;
  font-weight: 500;
  gap: 10px;
}
.posts .post .img span i {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: no-repeat center / 30%;
  background-color: var(--hover_color);
}
.posts .post .info {
  padding-top: 40px;
}
.posts .post .info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  color: var(--theme_color);
}
.posts .post .info p {
  color: var(--title_color);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts .post .info i {
  margin-top: 35px;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: url(../img/right-line-w.svg) no-repeat center / 32%;
  background-color: var(--theme_color);
  transition: all 0.3s;
  opacity: 0;
  transform: translateX(-100%);
}
.posts .post .info i:hover {
  background-color: var(--hover_color);
}

.empty_img{
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.empty_img~p {
  font-size: 18px;
  margin: 0rem 0 3rem;
}


body .contact_pop .wpcf7-not-valid-tip{
  margin-top: 0.5rem;
  font-size: 14px;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  border: none;
  margin-top: 1rem;
  font-size: 16px; 
}
form .wpcf7-form-control-wrap[data-name="your-message"]{
  width: 100%!important;
}
form span.wpcf7-spinner {
  width: 24px!important;
}

.wpcf7-not-valid-tip{
  margin-top: .5rem;
}

.loading{
  position: relative;
}

.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}
.center.loading{
  min-height: 40px;
}



div.search-block {
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(150px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover {
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
} 
 
.privacy-policy .blog_details {
  padding: 90px 0 155px;
  background-image: linear-gradient(to bottom,#ecf1f7,#fff);
  background-size: 100% 200px;
  background-repeat: no-repeat;
}
.privacy-policy .blog_details h1 {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: var(--title_color);
  margin: 20px 0 38px;
  line-height: 3rem;
}
.privacy-policy .blog_details h2 {
  font-size: 26px;
  color: var(--title_color);
  padding-top: 35px;
  font-weight: 600;
}

.privacy-policy .blog_details p, .blog_details li {
  font-size: 18px;
  color: #666;
  padding-top: 30px;
  line-height: 30px;
} 


.page_banner {
  background: url(../img/blog-banner.jpg) no-repeat bottom center / cover;
  background-color: #b1dcff;
  padding: 140px 0 140px;
}
.page_banner .head {
  max-width: 603px;
}
.page_banner .head h1{
  font-size: 2.6rem;
  color: #fff;

}
.page_banner .head p {
  color: #fff;
  opacity: 0.8;
  line-height: 27px;
  margin-top: 15px;
} 


.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  visibility: hidden;
}
.modal-q .modal{
  visibility: visible;
}
.modal .modalcontent{
  width: 1000px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  top: -150%;
  transition: all 0.4s;
}
.modal-q .modal .modalcontent{
  top: 50%;
}
.modal .overlay{
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-q .modal .overlay{
  display: block;
}


textarea{
  font-family: inherit;
}
/* .quote-content{
  overflow: auto;
} */
.quote-content>.flex{
  align-items:stretch;
}
.quote-content .left{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 3.5rem;
  background: url(../img/cate-banner-bg.jpg) no-repeat 30% 30%/cover; 
}

.quote-content .left .logo{
  width: 138px;
  display: inline-block;
  height: 70px;
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  background: url('../img/logo1.svg') no-repeat center/contain;
}
.quote-content .left strong{
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.quote-content .right{
  width: 52%;
  padding: 4rem 3rem 4rem 0rem;
  padding-left: 4%;
  position: relative;
  max-height: 670px;
  overflow: auto;
}
.quote-content form label, .quote-content form>p{
  width: 100%;
  display: block;
}
.quote-content form label{
  font-size: 15px;
  display: flex;
  flex-flow: wrap;
}
.quote-content form .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
  margin-bottom: .5rem;
}
form.wpcf7-form.submitting{
  position: relative;
}
form.wpcf7-form.submitting:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center/45px;
  background-color: rgba(255, 255, 255, 0.7);
}
.quote-content form input:not([type="checkbox"]){
  border: 1px solid rgba(0,0,0,.1);
}
.quote-content form input:not([type="checkbox"]), .quote-content form select{
  width: 100%;
  font-size: 0.875rem;
  padding: 0.8rem 1.25rem;
  border-radius: 0.3125rem;
  font-size: 15px;
  margin-bottom: 0.6rem;
}
.quote-content form .wpcf7-not-valid-tip{
    margin-top: 0rem;
    margin-bottom: .6rem;
    font-size: 13px;
}


.quote-content form select{
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit;
  color: #777;
}

.quote-content form textarea{
  width: 100%;
  font-size: 15px;
  padding: 0.8rem 1.25rem;
  height: 130px;
  border: 1px solid rgba(0,0,0,.1);

  border-radius: 0.3125rem;
}
.quote-content form .flex2{
  display: flex;
  gap: 1rem;
  align-items: center;
}
.quote-content form input[type="submit"]{
  background-color: var(--theme_color);
  color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0rem;
  transition: all 0.3s;
}
.quote-content form input[type="submit"]:hover{
  filter: brightness(1.1);
}
.quote-content p.tip{
  font-size: 12px;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.quote-content .wpcf7-spinner{
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
body .quote-content .wpcf7 form.invalid .wpcf7-response-output, body .quote-content .wpcf7 form.unaccepted .wpcf7-response-output, body .quote-content .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  font-size: 14px;
  border: none;
  margin-top: 0;
}
body .quote-content .wpcf7 form .wpcf7-response-output{
  padding: 0;
  font-size: 14px;
  border: none;
  margin-top: 0;
  margin: 0;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transform: scale(0);
  text-align: center;
  z-index: 9;
}
.modalcontent .wpcf7-response-output:before{
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%); 
}
body .quote-content .wpcf7 form .wpcf7-response-output.active{
  transform: scale(1);
}
.modalcontent .sent .wpcf7-response-output:before{
  background-image: url('../img/duigou-bg.svg');
}
.modal .modalcontent:after{
  display: none;
  width: 500px;
  height: 250px;
  content: "";
  position: absolute;
  left: 0;
  transform: translate(-30%,50%);
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(215deg,white,#036bc4);
  border-radius: 50%;
}


.quote-content .right::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.quote-content .right::-webkit-scrollbar-track,
.quote-content .right::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.quote-content .right::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px transparent inset;
}

.quote-content .right::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px #EBEBEB inset;
}
.quote-content .right::-webkit-scrollbar-corner {
  background: transparent;
}
.modalcontent .close{
  display: block;
  width: 20px;
  cursor: pointer;
  height: 20px;
  background: url('../img/cloes.svg') no-repeat center/contain;
  position: absolute;
  right: 2rem;
  top: 1rem;
  z-index: 9;
}
body .wpcf7 form .wpcf7-response-output{
  border: none;
  padding: 0;
}

.flex2>p{
  /* white-space: nowrap; */
  font-size: 15px;
  min-width: 60px;
  margin-bottom: 1rem;
}
body.modal-q{
  overflow: hidden;
}
.postree{
  position: relative;
  max-width: 506px;
  margin: auto;
}
form#sytech-newsletter-subscription p.failed.active, form#sytech-newsletter-subscription p.success.active{
  top: -3.4rem!important;
  max-width: unset!important;
  white-space: nowrap;
  font-size: 14px;
  background-color: var(--theme_color)!important;
}
form#sytech-newsletter-subscription p.failed:after, form#sytech-newsletter-subscription p.success:after{
  bottom: -0.5rem!important;
  border-top: 0.6rem solid var(--theme_color)!important;
}
form#sytech-newsletter-subscription p.failed:before, form#sytech-newsletter-subscription p.success:before{
  top: .9rem;
  width: 1rem!important;
  height: 1rem!important;
  filter: brightness(20);
}
.perss{
  position: relative;
}
.about_purpose .head h2{
  font-size: 3.5rem;
}
.about_purpose{
  background: unset!important;
}
.single-application .head h2{
  color: rgb(51,51,51);
  font-size: 2.8rem;
  line-height: 53px;
}
.search-overlay{
  position: fixed;
  z-index: 9999 ;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.search-overlay.active{
  display: block;
}
div#n2-ss-2 .n2-bar-justify-content-center {
    gap:0.8rem;
}
.product_app .main ul {
  display: flex!important;
}
.product_app .main ul li {
  flex: 1;
}
.single-post .sy_social_sidebar {
  display: none;
}