@font-face {
  font-family: 'Lato-Regular';
  src: url('/wp-content/themes/liyond/assets/fonts/Lato-Regular.eot');
  src: url('/wp-content/themes/liyond/assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Regular.woff2') format('woff2'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Regular.woff') format('woff'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Medium';
  src: url('/wp-content/themes/liyond/assets/fonts/Lato-Medium.eot');
  src: url('/wp-content/themes/liyond/assets/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Medium.woff2') format('woff2'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Medium.woff') format('woff'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Semibold';
  src: url('Lato-Semibold.eot');
  src: url('/wp-content/themes/liyond/assets/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Semibold.woff2') format('woff2'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Semibold.woff') format('woff'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Semibold.ttf') format('truetype'),
      url('/wp-content/themes/liyond/assets/fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('/wp-content/themes/liyond/assets/fonts/Poppins-Medium.eot');
  src: url('/wp-content/themes/liyond/assets/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/liyond/assets/fonts/Poppins-Medium.woff2') format('woff2'),
      url('/wp-content/themes/liyond/assets/fonts/Poppins-Medium.woff') format('woff'),
      url('/wp-content/themes/liyond/assets/fonts/Poppins-Medium.ttf') format('truetype'),
      url('/wp-content/themes/liyond/assets/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/wp-content/themes/liyond/assets/fonts/Poppins-SemiBold.eot');
  src: url('/wp-content/themes/liyond/assets/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/liyond/assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('/wp-content/themes/liyond/assets/fonts/Poppins-SemiBold.woff') format('woff'),
      url('/wp-content/themes/liyond/assets/fonts/Poppins-SemiBold.ttf') format('truetype'),
      url('/wp-content/themes/liyond/assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body{
  overflow-x: hidden;
  font-family: 'Lato-Regular' !important;
}
body p,body{
  color: #585858;
  font-size: 16px;
  line-height: 1.9;
}
body p{
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #373435;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
  touch-action: none;
  touch-action: pan-y;
}
dl {
margin: 0;
}

dt {
font-weight: normal;
}

ul,
li {
list-style-type: none;
margin: 0;
font-family: 'Lato-Regular';
}
summary {
  list-style: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: var(--heading--font-weight-strong) !important;
}
h1,h2,.h1,.h2{
  color: #000000;
  font-family: 'Poppins-SemiBold' !important;
}
h3,h4,h5,h6,.h3,.h4,.h5,.h6{
  color: #404040;
  font-family: 'Poppins-Medium' !important;
  font-weight: 400 !important;
}
a{
  text-decoration: none;
  outline: none;
  font-family: 'Lato-Regular' !important;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus {
  text-decoration: none !important;
  outline: none !important;
  background-color: transparent !important;
  color: inherit !important;
}
img {
border: 0;
vertical-align: middle;
transition: all 0.6s;
}
table {
border-collapse: collapse;
table-layout: fixed;
width: 100% !important;
word-wrap: break-word;
}
td{
  width: fit-content;
}
input,
textarea,
select,
button {
border: 0;
outline: none;
}
.m-35{
  margin-top: 35px;
}
.m-55{
  margin-top: 55px;
}
.aligncenter{
  display: flex !important;
  justify-content: center !important;
}
.alignrights{
  text-align: right;
}
.mt-base{
  margin-top: 50px;
}
.pt-base{
  padding: 80px 0;
}
.width_800{
  max-width: 800px;
  margin: 0 auto;
}
.vc_row.container{
  margin: 0 auto !important;
}
/* head */
.head_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.head_container{
  max-width: 1720px;
  margin: 0 auto;
}
.head_main{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.head_main_box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.menu_search{
  padding-left: 0;
}
.head_mail img{
  margin-right: 10px;
}
.head_mail a,
.head_mail span{
  font-size: 18px;
  color: #3ba7ff;
  font-family: 'Poppins-Medium' !important;
  line-height: 1;
}
.head_menu .menu-item a{
  font-size: 20px;
  color: #404040 !important;
  font-family: 'Poppins-Medium' !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.sub-menu-toggle{
  display: none !important;
}
.primary-navigation > div > .menu-wrapper{
  column-gap: 50px;
}
.head_menu .menu-item a:hover{
  text-decoration: none;
  color: #3ba7ff !important;
}
.head_menu .current-menu-item a{
  text-decoration: none !important;
}
.primary-navigation .sub-menu .menu-item > a {
  font-size: 14px !important;
  padding: 10px 15px !important;
  transition: 0.2s;
  text-transform: capitalize !important;
}
.primary-navigation .sub-menu .menu-item > a:hover{
  background-color: #000000 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: none !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu{
  min-width: 250px !important;
}
.sub-menu > .menu-item-has-children{
  position: relative;
}
.sub-menu > .menu-item-has-children > .sub-menu{
  position: absolute;
  top: 0;
  left: 250px;
  min-width: 250px !important;
  display: none;
  margin-left: -2px;
  padding: 0;
  list-style: none;
  border: 1px solid #000000 !important;
}
.sub-menu > .menu-item-has-children:hover .sub-menu{
  display: block;
}
.menu-item i._mi {
  font-size: 1em !important;
  color: #777;
}
.head_menu .menu-item a:hover i._mi{
  color: #3ba7ff;
}
.btn_dark{
  padding: 0 25px;
  width: fit-content;
  height: 46px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 20px;
  background-color: #3ba7ff;
  color: #ffffff;
  font-family: 'Poppins-Medium' !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.btn_dark:hover{
  color: #ffffff;
  opacity: 0.8;
}
.btn_dark .fa{
  margin-right: 8px;
}
.btn_light{
  padding: 0 25px;
  width: fit-content;
  height: 46px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 20px;
  background-color: #f5f5f5;
  color: #080808;
  font-family: 'Poppins-Medium' !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.btn_light:hover{
  color: #080808;
  background-color: #e1e1e1;
}
.head_menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  column-gap: 30px;
}
.head_cta{
  margin-left: 30px;
}
.lan{
  display: inline-block;
  margin: 0;
}
.lan .textwidget>ul {
  float: right;
  margin-left: 10px;
}
.lan li.choose-site img{
  width: 24px;
}
.lan li.choose-site {
  position: relative;
}
.lan li.choose-site ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #ffffff;
  width: 90px;
  border: 1px solid #e3e3e3;
  z-index: 10;
}
.lan li.choose-site>ul>li>a {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 100%;
  text-align: left;
  height: auto;
  line-height: 26px;
  font-size: 14px;
  color:#000000;
  text-align: center;
  font-weight: 500;
}
.lan li.choose-site>ul>li:last-child>a {
  border-bottom: none;
}
.lan li.choose-site>ul>li>a:hover, .lan li.choose-site>ul>li:hover>a {
  background-color: #3ba7ff;
  color: #ffffff;
}
.lan li.choose-site ul li {
  margin: 0;
  width: 100%;
}
.lan li.choose-site ul li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.lan li.choose-site>a {
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #3ba7ff;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
}
.lan li.choose-site>a:hover{
  cursor: pointer;
}
.lan li.choose-site>a .fa{
  margin-left: 10px;
}
.lan li.choose-site>a::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/02/map.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.head_logo img{
  width: 129px;
  height: auto;
}
form.searchwp-form .swp-items-stretch{
  position: relative;
}
#searchwp-form-1 input[type='submit'] {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
  background-color: transparent;
  border: 0;
  background-image: url('/wp-content/uploads/2025/02/search.png');
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  padding: 0 !important;
  width: 75px;
  height: 45px;
}
form.searchwp-form input.swp-input--search{
  background-image: unset !important;
  width: 800px !important;
  background-color: rgba(255, 255, 255, 0.8);
}
.searchwp-live-search-result .searchwp-live-search-result--title a {
  font-size: 18px;
  font-weight: 400;
}
.searchwp-live-search-result {
  align-items: center;
}
#searchwp-form-1 .swp-input {
  width: 305px;
  height: 45px;
  border-radius: 50px !important;
  border: 0 !important;
  padding-left: 30px !important;
  font-size: 18px;
}
.home_cat_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
}
.home_cat_item{
  width: 23%;
}
.h2.title_h2{
  font-size: 40px;
  color: #080808;
  text-align: center;
  line-height: 44px;
  font-family: 'Poppins-SemiBold' !important;
  display: block;
}
.title_bar{
  position: relative;
}
.title_bar::before{
  content: '';
  width: 70px;
  height: 5px;
  background-color: #3ba7ff;
  display: block;
  margin: 25px auto;
}
.home_cat{
  padding: 80px 0;
}
.title_p{
  font-size: 18px;
  line-height: 24px;
  color: #585858;
  text-align: center;
  max-width: 930px;
  margin: 15px auto 35px;
}
.home_cat_item a{
  display: block;
  padding: 20px;
  background-color: #ffffff;
  transition: all ease 0.3s;
}
.home_cat_item a:hover{
  background-color: #f5f5f5;
}
.home_cat_item .h3{
  text-align: center;
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #404040;
  min-height: 52px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_about{
  margin: 0 0 80px 0;
}
.home_about_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home_about_item{
  width: 46%;
}
.h3.title_h3{
  font-size: 18px;
  line-height: 26px;
  color: #3ba7ff;
  text-transform: uppercase;
  font-family: 'Poppins-Medium' !important;
}
.home_about_item .h3,
.home_about_item .h2{
  text-align: left;
}
.home_about_item .title_bar::before{
  margin: 0 auto 15px 0;
}
.home_about_item .h2{
  margin: 8px 0 30px 0;
}
.home_about_item .btn_dark{
  margin-top: 35px;
}
.home_about_item p{
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 20px;
}
.home_partner_logo{
  margin-bottom: 80px;
}
.home_partner_item {
  text-align: center;
}
.partner_swiper .swiper-wrapper{
  align-items: center;
}
.home_service_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home_service_section{
  width: 48%;
  position: relative;
}
.home_service_section .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  width: 14px;
  height: 6px;
  border-radius: 4px;
  opacity: 1;
}
.home_service_section .swiper-pagination-bullet-active{
  background-color: #ffffff !important;
}
.home_service_item {
  border-radius: 8px;
  overflow: hidden;
}
.home_service_lists{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 35px;
}
.home_service_list{
  width: 50%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 15px;
}
.home_service_list p{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Lato-Medium' !important;
}
.home_service_section .h2{
  text-align: left;
  margin-bottom: 25px;
}
.home_service_section p{
  margin-bottom: 35px;
}
.home_service_section .h2::before{
  margin: 0 auto 15px 0;
}
.home_service_section:nth-child(2){
  padding-right: 255px;
}
.home_service_list p{
  margin-bottom: 0;
}
.home_blog{
  padding: 100px 0;
}
.home_blog_item .time{
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  margin: 15px 0 5px;
}
.home_blog_item .h3{
  font-size: 20px;
  line-height: 28px;
  color: #080808;
  font-family: 'Poppins-Medium' !important;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_blog_item{
  padding: 20px;
  background-color: #ffffff;
  transition: all ease 0.3s;
  width: 31.5%;
  border-radius: 8px;
}
.home_blog_item:hover{
  background-color: #f5f5f5;
}
.home_blog_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  row-gap: 35px;
}
.home_blog_item img{
  border-radius: 8px;
}
.home_cta{
  background-image: url('/wp-content/uploads/2025/02/cta-bg.jpg');
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.home_cta_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.home_cta_box .h2{
  font-size: 38px;
  line-height: 48px;
  color: #080808;
  width: 70%;
}
.foot_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot_item:nth-child(1){
  width: 37%;
}
.foot_item:nth-child(2){
  width: 16%;
}
.foot_item:nth-child(3){
  width: 12%;
}
.foot_item:nth-child(4){
  width: 20%;
}
.foot_social{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  margin: 25px 0;
}
.footsection{
  padding: 65px 0;
}
.foot_address h3{
  font-size: 20px;
  line-height: 28px;
  color: #080808;
  font-family: 'Poppins-SemiBold' !important;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.foot_address h3::before{
  content: '';
  width: 23px;
  height: 27px;
  background-image: url('/wp-content/uploads/2025/02/address.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.foot_address p{
  margin-bottom: 25px;
}
.foot_address{
  margin-top: 25px;
}
.menu-item-description{
  display: none;
}
.menu_cat{
  padding-left: 0;
}
.menu_cat li a{
  font-size: 17px;
  color: #555555;
  font-family: 'Lato-Medium' !important;
}
.foot_item h3{
  font-size: 20px;
  line-height: 28px;
  color: #080808;
  font-family: 'Poppins-SemiBold' !important;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.foot_item h3 a{
  font-family: 'Poppins-SemiBold' !important;
}
.foot_item a{
  transition: all ease 0.2s;
}
.foot_item a:hover{
  color: #3ba7ff;
}
.foot_contact ul{
  padding-left: 0;
}
.foot_contact ul li{
  font-size: 17px;
  color: #555555;
  font-family: 'Lato-Medium' !important;
  padding-left: 40px;
  position: relative;
}
.foot_contact ul li:nth-child(1):before{
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url('/wp-content/uploads/2025/02/ctaicon1.png');
}
.foot_contact ul li:nth-child(2):before{
  content: '';
  width: 28px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url('/wp-content/uploads/2025/02/ctaicon2.png');
}
.foot_contact ul li:nth-child(3):before{
  content: '';
  width: 26px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url('/wp-content/uploads/2025/02/ctaicon3.png');
}
.foot_copyright p,
.foot_copyright a{
  font-size: 18px;
  line-height: 28px;
  color: #9e9e9e;
  margin-bottom: 0;
}
.foot_copyright a:hover{
  color: #3ba7ff;
}
.foot_copyright {
  padding: 26px 0;
  border-top: 1px solid #dedede;
}
.foot_copy_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.return-top {
  background: #cacaca;
  border: 1px solid #cacaca;
  bottom: 100px;
  color: #fff;
  font-size: 30px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  cursor: pointer;
  transition: all 0.9s ease;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.return-top.hide{
  bottom: -40px;
}
.return-top:hover{
  background: #666666;
  color:#ffffff;
}
.sep-transition{
  transition: All .3s ease;
  -webkit-transition: All .3s ease;
  -moz-transition: All .3s ease;
  -o-transition: All .3s ease;
}
.box.box-active:not(.no-animation) {
  animation: navslide .5s ease forwards;
}
@keyframes navslide{
  from{
      opacity:0;
      -webkit-transform:translate3d(0,-10px,0);
      transform:translate3d(0,-10px,0)
  }
  to{
      opacity:1;
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0)
  }
}
.hidden-sm{
  display: block !important;
}
.box.header-bottom.hidden-sm {
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  height: 132px;
  border-bottom: 1px solid transparent;
}
.box.header-bottom.box-active {
  position: fixed;
  z-index: 9999;
  height: 94px;
  background: #ffffff !important;
  box-shadow: 0 16px 24px rgb(14 13 18 / 7%);
  top: 0;
}
.box.header-bottom.box-active .head_main_box{
  display: none;
}
.box.header-bottom.box-active .head_logo img{
  width: 100px;
}
.box.header-bottom.box-active .head_box {
  padding: 10px 0;
}
.menu-item-object-custom{
  display: none !important;
}
.head_search .menu-item-object-custom{
  display: block !important;
}
.top-banner{
  position: relative;
}
.banner_cover{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.banner_cover h1{
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.banner_cover p{
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  max-width: 1200px;
  margin: 25px auto 0;
}
form.searchwp-form {
  max-width: 800px;
  margin: 35px auto 0;
}
.titlebar_breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}
.titlebar_breadcrumbs a span{
  color: #ffffff;
}
.titlebar_breadcrumbs a{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.titlebar_breadcrumbs span{
  color: #3ba7ff;
  font-size: 18px;
  line-height: 24px;
}
.titlebar_breadcrumbs img{
  margin-right: 10px;
}
.product_cat_one{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
.product_cat_one_item:nth-child(1){
  width: 65%;
  text-align: left;
}
.product_cat_one_item .title_h2{
  text-align: left;
  margin-bottom: 15px;
}
.product_cat_one_item .title_bar::before{
  margin: 0 auto 20px 0;
}
.product_cat_one_item p{
  font-size: 20px;
  line-height: 30px;
  color: #404040;
}
.product_cat_one_boxes{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  gap: 12.5px;
  flex-wrap: wrap;
}
.product_cat_one_box{
  width: 11.7%;
  background-color: #fafafa;
  text-align: center;
  padding: 12px;
  border: 1px solid #fafafa;
  transition: all ease 0.3s;
  border-radius: 8px;
}
.product_cat_one_box h3{
  font-size: 14px;
  line-height: 18px;
  color: #3ba7ff;
  margin-top: 10px;
}
.product_cat_one_box:hover{
  background-color: #ffffff;
  border-color: #3ba7ff;
}
.cat_item_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.cat_item_des h3,
.cat_item_des h3 a{
  font-size: 30px;
  line-height: 56px;
  color: #080808;
  font-family: 'Poppins-SemiBold' !important;
}
.cat_item_des h3::before{
  content: '';
  width: 70px;
  height: 5px;
  background-color: #3ba7ff;
  display: block;
  margin: 0 auto 10px 0;
}
.cat_item_des p{
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cat_item_des{
  width: 65%;
}
.cat_items{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  gap: 100px;
  margin: 100px 0;
}
.cat_product .h3{
  font-size: 16px;
  color: #404040;
  margin-bottom: 0;
}
.cat_product{
  transition: all ease 0.3s;
  padding: 15px;
  border: 1px solid #f5f5f5;
}
.cat_product:hover{
  background-color: #f5f5f5;
}
.cat_product h3{
  font-family: 'Poppins-SemiBold' !important;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 52px;
}
.sp_one_content ul,
.cat_product ul{
  padding-left: 15px;
  padding: 10px 0;
  border-top: 1px solid #666666;
  margin-top: 10px;
}
.sp_one_content li,
.cat_product li,
.category_page_lists .cat_product p{
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  padding-left: 15px;
  position: relative;
  word-break: break-all;
}
.category_page_lists .cat_product p{
  padding-left: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.category_page_lists .child_cat_product p{
  padding-left: 0;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 104px;
  margin-bottom: 0;
  color: #404040;
}
.sp_one_content li::before,
.cat_product li::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3ba7ff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.cat_swiper{
  position: relative;
  padding-top: 50px;
}
.swiper-button-next-cat:hover,
.swiper-button-prev-cat:hover{
  cursor: pointer;
}
.swiper-button-next-cat{
  top: 25px;
  right: 0;
  left: auto;
  color: #464646;
  width: 42px;
  height: 42px;
  background-color: #e9e9e9;
  border-radius: 50%;
}
.swiper-button-prev-cat{
  top: 25px;
  right: 60px;
  left: auto;
  color: #464646;
  width: 42px;
  height: 42px;
  background-color: #e9e9e9;
  border-radius: 50%;
}
.swiper-button-next-cat:after{
  font-size: 16px;
  font-weight: bold;
}
.swiper-button-prev-cat:after{
  font-size: 16px;
  font-weight: bold;
}
.product_cat_three_item{
  height: 700px;
  width: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-end;
}
.custom_solution {
  width: 650px;
  height: 420px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  padding: 0 55px;
  border: 1px solid #eee;
}
.custom_solution h3{
  font-size: 24px;
  line-height: 26px;
  color: #080808;
  font-family: 'Poppins-SemiBold' !important;
  margin-bottom: 10px;
  margin-top: 90px;
}
.custom_solution p{
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 30px;
}
.product_cat_three_box .swiper-pagination-bullet {
  width: 51px;
  height: 51px;
  font-size: 24px;
  font-family: 'Poppins-SemiBold' !important;
  line-height: 51px;
  opacity: 1;
  background-color: #f0f0f0 !important;
}
.product_cat_three_box .swiper-pagination-bullet-active{
  background-color: #3ba7ff !important;
  color: #ffffff !important;
}
.product_cat_three_box .swiper-pagination {
  bottom: 435px;
  width: 645px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  left: 48%;
}
.product_cat_three h3::before{
  margin: 0 auto 15px 0;
}
.product_cat_three h2{
  margin: 8px 0 30px 0;
  text-align: left;
}
.product_cat_three_box .swiper-pagination::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #f5f5f5;
  top: 24px;
  z-index: -1;
}
.product_cat_four{
  margin: 100px 0 0 0;
}
.nf-form-fields-required{
  display: none;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
  background-color: #f5f5f5 !important;
}
.nf-form-content input[type=submit]{
  background-color: #3ba7ff !important;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  height: 44px !important;
  width: 250px !important;
  padding: 0 !important;
  border-radius: 5px !important;
}
.nf-form-content input[type=submit]:hover{
  background-color: rgba(59, 167, 255,0.7) !important;
  color: #ffffff !important;
}
.product_form{
  max-width: 700px;
  margin: 0 auto;
}
.cat_product a {
  display: block;
  overflow: hidden;
}
.cat_product img {
  width: 100%;
  transition: all ease 0.3s;
}
.cat_product:hover img{
  transform: scale(1.05);
}
.cat_product:hover p,
.cat_product:hover h3{
  color: #3ba7ff;
}
.categories_one{
  padding: 100px 0;
}
.category_page_lists .cat_product{
  margin-bottom: 20px;
}
.category_page_lists .cat_product h3{
  margin-top: 8px;
}
.wp-pagenavi span.current{
  font-weight: 400;
  color: #303442;
  background-color: transparent;
}
.wp-pagenavi a, .wp-pagenavi span{
  border: 0 !important;
  background-color: #3ba7ff;
  color: #ffffff;
  padding: 4px 8px 2px 8px !important;
  font-family: 'Poppins-SemiBold' !important;
}
.wp-pagenavi a:focus, .wp-pagenavi span:focus{
  background-color: #3ba7ff !important;
  color: #ffffff !important;
}
.wp-pagenavi {
  text-align: center;
}
.page-nav {
  display: block;
  width: 100%;
  margin-top: 25px;
}
/*********404*************/
.cls-1 {
  fill: #666;
}
.cls-2 {
  fill: #3ba7ff;
}
.cls-3 {
  fill: #3ba7ff;
}
.cls-4 {
  fill: #ccc;
}
.cls-5 {
  fill: #3ba7ff;
}
.cls-6,
.cls-7,
.cls-8 {
  fill: #4a8ec5;
}
.cls-10,
.cls-6 {
  opacity: 0.6;
}
.cls-7 {
  opacity: 0.4;
}
.cls-9 {
  fill: #4a8ec5;
}
.cls-11 {
  fill: #4a8ec5;
}
.cls-12 {
  fill: #4a8ec5;
}
.cls-13 {
  fill: #4a8ec5;
}
.cls-14 {
  fill: #3ba7ff;
}
.com-404 .wrapper{
    max-width: 700px;
    width: 100%;
    margin: auto;
}
.show-antor .search-form{
    text-align: center;
    max-width: 700px;
    width:100%;
    margin: auto;
}
.show-antor #search-bg{
    display: flex;
}
.show-antor p{
    padding:18px 0;
}
.com-404{
     padding: 100px 15px;
}
.searchwp-modal-form-default .searchwp-modal-form__content .search-form label,
.search-form .search-submit{
  display: none;
}
.search-form .search-field{
  margin: 0 !important;
}
.home_banner{
  position: relative;
}
.banner_mao_box{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.banner_mao .fa{
  color: #ffffff;
  font-size: 30px;
}
.swiper-button-next-service,
.swiper-button-prev-service {
  color: #fff;
  bottom: 10px;
  top: auto;
}
.swiper-button-next-service::after,
.swiper-button-prev-service::after{
  font-size: 16px;
  font-weight: bold;
}
.swiper-button-next-service{
  right: 18%;
}
.swiper-button-prev-service{
  left: 18%;
}
.home_service_box .swiper-pagination{
  bottom: 22px;
}
.center{
  text-align: center;
}
.left{
  text-align: left !important;
}
div#comments {
  display: none;
}
.single_bread {
  background-color: #3ba7ff;
  color: #ffffff;
  padding: 11px 0;
}
.single_bread a,
.single_bread span{
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.single_bread span{
  display: inline-block;
  margin: 0 5px;
}
.single_bread img{
  margin-right: 12px;
}
.single_product_one{
  margin: 80px 0;
}
.sp_one_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp_one_gallery,
.sp_one_content{
  width: 47.5%;
}
.sp_one_content .h1{
  font-size: 30px;
  line-height: 40px;
  color: #080808;
  margin-bottom: 25px;
}
.sp_one_content .h1::before{
  margin: 25px 0;
}
.sp_one_content p{
  font-size: 18px;
  line-height: 30px;
  color: #404040;
}
.sp_one_content strong{
  color: #3ba7ff;
  font-size: 20px;
  line-height: 28px;
  display: block;
  margin-top: 20px;
}
.sp_one_content ul{
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.sp_one_btn{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}
.large_btn{
  padding-left: 40px;
  padding-right: 40px;
}
.gallery_swiper,.gallery_thumb_swiper{
  overflow: hidden;
  position: relative;
}
.gallery_swiper{
  margin-bottom: 25px;
}
.gallery_thumb_border img{
  border: 7px solid #f5f5f5;
  padding: 10px;
  opacity: 0.7;
}
.swiper-slide-thumb-active .gallery_thumb_border img{
  opacity: 1;
}
.gallery_border{
  text-align: center;
}
.gallery_thumb_border:hover{
  cursor: pointer;
}
.gallery_thumb_border img{
  width: 92px;
}
.swiper-button-prev-thumb::after,
.swiper-button-next-thumb::after{
  font-size: 20px;
  font-weight: bold;
  color: #080808;
}
.swiper-button-prev-thumb{
  left: 0;
}
.swiper-button-next-thumb{
  right: 0;
}
.gallery_thumb_swiper{
  padding: 0 40px;
}
.single_product_two{
  margin: 100px 0;
}
.sp_two_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sp_side{
  position: sticky;
  top: 95px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 28.5%;
}
.sp_content{
  width: 66%;
}
.sp_side .nf-form-content textarea.ninja-forms-field {
  height: 105px;
}
.bellows .bellows-nav .bellows-target>.bellows-target-description{
  display: none !important;
}
.bellows-subtoggle{
  background-color: transparent !important;
  color: #3ba7ff !important;
}
.sidebar_search{
  margin-bottom: 20px;
}
.sidebar_search #searchwp-form-1 input[type=submit]{
  display: none;
}
.sidebar_search #searchwp-form-1 .swp-input {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100% !important;
  border-radius: 0 !important;
  height: 62px !important;
  border-top-right-radius: 25px !important;
  background-image: url("/wp-content/uploads/2025/02/search-1.png") !important;
  background-size: auto !important;
  background-position: 92% !important;
}
.sidebar-left-content i.fa.fa-list {
  font-size: 20px;
  padding-right: 10px;
}
.sidebar-left-content ul li {
  margin: 2.5px 0 !important;
}
.sidebar-left-content ul li a:hover,
.sidebar-left-content ul li.bellows-active > a{
  background-color: #3ba7ff !important;
  color: #ffffff !important;
}
.bellows-submenu .bellows-current-menu-item .bellows-target{
  color: #3ba7ff !important;
}
.sidebar-left-content ul li a{
  color:#333;
  padding-left:32px;
  font-size:20px;
  padding-top:15px !important;
  padding-bottom:15px !important;
  display:block;
  transition:all 0.4s ease 0s;
  padding-right:10px;
  font-family: 'Lato-Semibold' !important;
  background-color: #f5f5f5 !important;
  color: #080808 !important;
  text-transform: capitalize;
}
.bellows{
  margin-top: 0 !important;
}
.sidebar-left-content ul li .bellows-submenu li a{
  color: #666 !important;
  font-size: 18px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #dcdcdc !important;
  font-family: 'Medium' !important;
}
.sidebar-left-content ul li .bellows-submenu li:last-child a{
  border-bottom: 0 !important;
}
.sidebar-left-content ul li .bellows-submenu li a .bellows-subtoggle{
  color: #3ba7ff !important;
}
.sidebar-left-content ul li a:hover .bellows-subtoggle,
.sidebar-left-content ul li.bellows-active > a .bellows-subtoggle{
  color: #ffffff !important;
}
.sidebar-left-content ul li ul.bellows-menu {
  display: none;
  padding-top:10px;
}
.sidebar-left-content ul li ul.bellows-menu li{
  padding-left:18px;
  border-bottom:none;
}
.sidebar-left-content ul li.current-menu-item ul.bellows-menu,.sidebar-left-content ul li.current-menu-ancestor>ul.bellows-menu{
  display:block;
}
.sidebar-left-content ul li a:hover{
  color:#fff;
  transition:all 0.4s ease 0s;
  background:#3ba7ff !important;
}
.sidebar-left-content ul li .bellows-submenu li a:hover{
  color:#3ba7ff !important;
  transition:all 0.4s ease 0s;
}
.sidebar-left-content ul {
  margin-bottom: 15px !important;
}
.sidebar-left-content ul li:last-child{
  border-bottom:none;
}
.sidebar-left-content li.current-post-ancestor a {
  color:#fff;
  background: #3ba7ff;
}
.sidebar-left-content li.current-post-ancestor >ul.sub-menu{
  display:block;
  padding-top:10px;
}
.sidebar-left-content li.current-post-ancestor >ul.sub-menu li a{
  color:#666;
  background: transparent;
  padding-left:12px;
}
.sidebar-left-content li.current-category-ancestor a{
  color:#fff;
  background: #3ba7ff;
}
.sidebar-left-content li.current-category-ancestor >ul.sub-menu li a{
  background: transparent;
}
.sidebar-left-content li.current-category-ancestor >ul.sub-menu li.current-menu-item a{
  color:#3ba7ff;
}
.sidebar-left-content li.current-post-ancestor>ul.sub-menu li.current-post-ancestor a{
  color:#3ba7ff;
}
.sidebar-left-content li.current-category-ancestor>ul.sub-menu li.current-menu-parent a{
  color: #3ba7ff!important;
}
#menu-side-menu > li > a{
  border-left: 3px solid #3ba7ff;
}
.sp_side .h2{
  font-size: 24px;
  line-height: 40px;
  color: #080808;
  margin: 40px 0 25px 0;
  display: block;
}
.sp_side .h2 img{
  margin-right: 15px;
  vertical-align: baseline;
}
.sp_side .h2::before{
  content: '';
  width: 30px;
  height: 5px;
  background-color: #3ba7ff;
  display: block;
  margin: 0 0 15px 0;
}
.sp_mao{
  padding: 10px 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  z-index: 8999 !important;
  column-gap: 20px;
}
.sp_mao.scroll-to-fixed-fixed{
  background-color: #fff;
  box-shadow: 1px 3px 8px 0px #999999;
}
.sp_mao a{
  font-size: 20px;
  line-height: 30px;
  color: #080808;
  font-family: 'Poppins-SemiBold' !important;
  display: inline-block;
  height: 100%;
  padding: 15px;
  border-top: 3px solid transparent;
}
.sp_mao a.active,
.sp_mao a:hover{
  border-top: 3px solid #3ba7ff;
  color: #3ba7ff;
}
.sp_side form.searchwp-form{
  margin-top: 0;
}
.sp_mao.fixed{
  position: fixed;
  top: 0; /* 固定在顶部 */
  left: 0; /* 根据需要调整 */
}
.sp_content{
  position: relative;
}
.sp_mao_content h2{
  font-size: 26px;
  line-height: 40px;
  color: #080808;
  margin-bottom: 25px;
  font-family: 'Poppins-SemiBold' !important;
}
.sp_mao_content h2::before{
  content: '';
  width: 30px;
  height: 5px;
  background-color: #3ba7ff;
  display: block;
  margin: 0 0 15px 0;
}
.sp_mao_content > div{
  margin: 37px 0 50px 0;
}
.sp_mao_content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp_mao_content li,
.sp_mao_content p,
.single_blog_content li,
.single_blog_content p{
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  margin-bottom: 15px;
}
table,
tbody,
tr{
  border: 0 !important;
}
td{
  border: 1px solid #e6e6e6 !important;
  font-size: 18px;
  color: #404040;
  text-align: center;
}
table tr:first-child td{
  background-color: #3ba7ff;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Lato-Semibold' !important;
}
td:first-child{
  text-align: left;
}
table tr:hover{
  background-color: #f6f6f6;
}
table tr:first-child td:hover{
  background-color: #3ba7ff;
}
.single_form h3{
  text-align: center;
  font-family: 'Poppins-SemiBold' !important;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.single_form h3::before{
  margin-left: auto;
  margin-right: auto;
}
.single_form p{
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.single_form #nf-form-1_1-cont{
  max-width: 720px;
  margin: 25px auto 0;
}
.single_form input[type="submit"]{
  width: 100% !important;
}
.single_product_three{
  margin: 80px 0;
}
.single_three_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.single_three_item:first-child{
  width: 24.4%;
}
.single_three_item:last-child{
  width: 67.3%;
}
.single_three_item h2{
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}
.single_three_item h2::before{
  content: '';
  width: 80px;
  height: 5px;
  background-color: #3ba7ff;
  display: block;
  margin: 0 0 15px 0;
}
.single_three_item:first-child p{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
.single_three_item .cat_product p{
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #404040;
  margin-top: 15px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single_product_four .home_blog_item{
  width: 24%;
}
.single_product_four .home_blog{
  padding-top: 0;
}
.page_top{
  margin-top: 80px;
  margin-bottom: 35px;
}
.page_top h1{
  font-size: 40px;
  font-weight: 400 !important;
  color: #040404;
  text-align: center;
}
.page_top h1::before{
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3ba7ff;
  margin: 0 auto 15px;
}
.side_menu li {
  list-style: none;
  padding: 0 5px;
  line-height: 20px;
  margin: 0 40px;
  display: inline-block;
}
.side_menu a {
  padding: 0 25px;
  width: 240px;
  height: 46px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 20px;
  background-color: #3ba7ff;
  color: #ffffff;
  font-family: 'Poppins-Medium' !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  transition: allease 0.3s;
}
.side_box ul{
  padding-left: 0;
}
.side_box {
  text-align: center;
  margin: 40px 0 0 0;
  min-width: 300px;
}
.side_menu li{
  padding-bottom: 15px;
  border-bottom: 5px solid transparent;
}
.side_menu *{
  transition: all ease 0.3s;
}
.side_menu .current-menu-item a{
  color: #ffffff;
  opacity: 0.8;
}
.side_menu li:hover a{
  color: #ffffff;
  opacity: 0.8;
}
.side_menu a:focus{
  color: #3ba7ff !important;
}
.blog_section {
  padding: 0 0 50px 0;
}
.blog_cat_name {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.blog_cat_name p{
  margin: 0 !important;
}
.blog_cat_name .h4{
  font-family: 'Poppins-Medium' !important;
  font-size: 14px;
  color: #000;
}
.blog_cat_name .time{
  font-size: 14px;
}
.blog_section .home_blog_item .h3{
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
.home_blog_item .h3{
  transition: all ease 0.3s;
}
.home_blog_item:hover .h3{
  color: #3ba7ff;
}
/* ubermenu */
.ubermenu .ubermenu-retractor {
  display: none !important;
}
.ubermenu-skin-white{
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.ubermenu-nav > li > a > span{
  font-size: 20px;
  color: #404040 !important;
  font-family: 'Poppins-Medium' !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.ubermenu-nav > li > a:hover{
  background-color: transparent !important;
  color: #3ba7ff !important;
}
.ubermenu-tabs > ul > li > a:hover,
.ubermenu-tabs > ul > li > a:focus{
  background-color: transparent !important;
  color: #3ba7ff !important;
}
.ubermenu-nav > li > a:hover span,
.ubermenu-nav > li > a:focus span{
  background-color: transparent !important;
  color: #3ba7ff !important;
}
.ubermenu-nav > li > a:hover .ubermenu-sub-indicator{
  color: #3ba7ff !important;
}
.ubermenu-skin-white .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: transparent !important;
}
.ubermenu-nav {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative;
  column-gap: 50px;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
  right: 7px !important;
  top: 46% !important;
  font-size: 18px !important;
}
.ubermenu-tabs-group .ubermenu-sub-indicator{
  display: none !important;
}
.ubermenu-tab-content-panel {
  width: 30% !important;
}
.ubermenu-tab-content-panel .ubermenu-item{
  width: 100% !important;
}
.mega_box {
  text-align: center;
}
.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group {
  width: 70% !important;
  padding-top: 30px !important;
}
.ubermenu-tabs > ul > li {
  width: 50% !important;
  border-right: 1px solid #eee !important;
}
.ubermenu-tabs > ul > li > a{
  font-size: 18px !important;
  font-family: 'Lato-Medium' !important;
  padding: 10px 20px !important;
}
.ubermenu-nojs.ubermenu-skin-white .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, .ubermenu-skin-white .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target{
  background-color: transparent !important;
}
.mega_box img{
  max-width: 270px !important;
  width: 100%;
}
.mega_box .btn_dark{
  padding: 0 25px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  display: flex !important;
  margin: 0 auto !important;
}
.mega_box .btn_dark:hover{
  text-decoration: none !important;
}
.mega_box a.h3{
  font-size: 18px !important;
  font-family: 'Lato-Medium' !important;
}
.mega_box a.h3:hover{
  text-decoration: none !important;
}
.mega_box p{
  font-size: 16px !important;
}
.ubermenu .ubermenu-target{
  display: inline-block !important;
}
.ubermenu .ubermenu-target-text{
  font-size: 18px !important;
  font-family: 'Lato-Medium' !important;
}
.ubermenu .ubermenu-target-text:hover{
  color: #3ba7ff !important;
}
.ubermenu-skin-white.ubermenu-responsive-toggle{
  display: none;
}
#dslireply-title{
  display: none;
}
.single_blog_box{
  padding: 80px 0 0 0;
}
.single_time{
  color: #3ba7ff !important;
  font-size: 18px !important;
  margin-bottom: 30px;
}
.single_time .fa{
  margin-right: 8px;
}
.single_blog_content h2{
  margin-bottom: 20px;
}
.single_blog_content ol,
.single_blog_content ul{
  padding-left: 20px;
}
.single_blog_content ol li{
  list-style: decimal;
}
.single_blog_content li{
  list-style: disc;
}
.single_blog_content a{
  color: #3ba7ff;
}
.sidebar_p .h3 {
  font-size: 24px;
  color: #3ba7ff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-family: 'Poppins-SemiBold' !important;
}
.sidebar_p ul{
  padding: 0;
}
.sidebar_p li{
  padding: 5px 0;
}
.sidebar_p li a{
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  font-family: 'Lato-Medium' !important;
  color: #404040;
}
.sidebar_p li a:hover{
  background-color: transparent;
  color: #3ba7ff;
}
.sp_blog_side {
  padding-left: 55px;
  border-left: 1px solid #3ba7ff;
  padding-top: 10px;
}
.sp_blog_side .affix {
  position: unset;
}
.sp_form {
  margin-top: 0;
  margin-bottom: 35px;
  padding: 25px 25px 10px 25px;
  box-shadow: 0px 1px 5px 3px #eee;
}
.sp_form .h3{
  font-size: 24px;
  color: #040404;
  text-align: center;
  font-family: 'Poppins-SemiBold' !important;
  margin-bottom: 25px;
  margin-top: 0;
}
.sp_form .nf-form-content label{
  display: none;
}
.nf-form-content select.ninja-forms-field {
  border: 1px solid #c4c4c4 !important;
}
.sp_form .nf-form-content .list-select-wrap .nf-field-element>div,.sp_form .nf-form-content input:not([type='button']),.sp_form .nf-form-content textarea {
  background-color: #ffffff !important;
}
.sp_form .nf-form-content input[type='submit']{
  width: 100% !important;
  background-color: #3ba7ff !important;
}
.single_navigation{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 25px 8px;
  margin-top: 80px;
}
.single_nav{
  width: 45%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  gap: 15px;
}
.single_nav:last-child{
  text-align: right;
}
.single_nav span{
  font-family: 'Poppins-Medium' !important;
  font-size: 18px;
  line-height: 1;
  color: #666666;
}
.single_nav a {
  font-family: 'Lato-Medium' !important;
  font-size: 18px;
  line-height: 24px;
  color: #3ba7ff;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single_product_lists{
  margin: 80px 0;
}
.single_product_lists .h2{
  text-align: center;
}
.single_product_lists .h2 a{
  color: #000000;
  font-family: 'Poppins-SemiBold' !important;
}
.single_product_lists .category_page_lists{
  margin-top: 50px;
}
.single_blog_style{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #e9e9e9;
  margin: 15px 0;
}
.single_blog_style img{
  width: 32%;
  object-fit: cover;
}
.single_blog_style_content{
  width: 68%;
  padding: 0 15px;
}
.single_blog_style_content p{
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.category_des_box .h1{
  text-align: center;
  font-family: 'Lato-Regular' !important;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  font-weight: 400 !important;
}
.category_des_box{
  padding: 80px 0 0 0;
}
.category_des_box .btn_dark {
  margin: 40px auto 0;
}
.cat_h2{
  font-size: 26px;
  color: #080808;
  margin-bottom: 25px;
}
.cat_text_item{
  padding: 10px 0;
}
.cat_text_item p{
  font-size: 20px;
  line-height: 30px;
}
.cat_text_item .h2{
  font-size: 26px;
  color: #080808;
  margin-bottom: 15px;
}
.cat_text_item .h2::before{
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background-color: #3ba7ff;
  margin: 0 auto 15px 0;
}
.categories_two{
  background-size: cover;
  height: 780px;
  background-repeat: no-repeat;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-end;
}
.categories_two_item {
  width: 980px;
  height: 500px;
  background-color: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  padding-left: 85px;
  padding-right: 85px;
  margin-right: 160px;
}
.categories_two_item .h2{
  margin-bottom: 25px;
}
.categories_two_item .h2::before{
  margin: 0 auto 15px 0;
}
.categories_two_item p{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}
.categories_two_item .btn_dark{
  margin: 0 0 0 auto;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: #f9f9f9;
  outline: none!important;
  margin: 7.5px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.1);
}
.accordion button:hover,.accordion button:focus {
  cursor: pointer;
  color: #222;
  background-color: #f9f9f9
}
.accordion button:hover::after,.accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  outline: none!important
}
.accordion button .accordion-title {
  font-size: 20px !important;
  color: #002f54 !important;
  font-family: 'Lato-Semibold' !important;
  line-height: 26px;
  padding: 10px 0;
}
.accordion button .icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 13px;
  left: 7.4px;
  width: 13.8px;
  height: 2px;
  background: #333333;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 8px;
  left: 13.5px;
  width: 2px;
  height: 13px;
  background: #333333;
}
.accordion button[aria-expanded=true] {
  color: #222;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  min-height: 8em;
  will-change: opacity, max-height;
  padding: 10px 5px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear,max-height 200ms linear;
  will-change: opacity,max-height;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 5px;
}
.accordion .accordion-content p {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 15px;
}
.accordion-item button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent!important;
  color: #222!important;
  background-color: #f9f9f9!important;
}
.categories_three{
  padding: 100px 0;
}
.cat_faq{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.cat_faq_box{
  width: 47%;
}
.cat_faq_box .h2{
  margin-bottom: 25px;
}
.accordion_q {
  background-color: #002f54;
  color: #ffffff;
  width: 6% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}
.accordion-item button:hover .accordion_q{
  background-color: #3ba7ff;
}
.accordion-item button:hover .accordion-title{
  color: #3ba7ff !important;
}
.accordion-title{
  width: 80%;
  transition: all 0.3s ease;
}
.accordion-item .icon {
  width: 7% !important;
  top: 20px;
}
.accordion button[aria-expanded=true] .accordion_q{
  background-color: #3ba7ff;
}
.accordion button[aria-expanded=true] .accordion-title{
  color: #3ba7ff !important;
}
.accordion button[aria-expanded=true] .icon::before{
  background-color: #3ba7ff !important;
}
.categories_four{
  margin-bottom: 80px;
}
.categories_five .h2{
  text-align: center;
  margin-bottom: 50px;
}
.app_item{
  background-color: #ffffff;
  border: 2px solid #e7e7e7;
  transition: all ease 0.3s;
  min-height: 270px;
}
.app_item p{
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins-Medium' !important;
  text-align: center;
  margin: 20px 0;
  transition: all ease 0.3s;
  padding: 0 15px;
}
.app_item:hover p{
  color: #3ba7ff;
}
.app_item:hover{
  box-shadow: 1px 3px 5px 0px #999;
}
.categories_five{
  padding: 0 0 80px 0;
}
.application_box{
  position: relative;
}
.swiper-button-next-app{
  right: -50px;
}
.swiper-button-prev-app{
  left: -50px;
}
.swiper-button-next-app::after,
.swiper-button-prev-app::after{
  font-size: 30px;
  font-weight: bold;
  color: #444;
}
.app_swiper{
  padding: 15px;
}
.cat_article_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
}
.cat_article_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat_article_item{
  min-height: 355px;
}
.cat_article a{
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #080808;
  font-family: 'Lato-Regular' !important;
  transition: all ease 0.3s;
  padding: 10px 15px;
  border: 1px solid #f0f0f0;
  margin: 0 !important;
}
.cat_article a:hover{
  color: #3ba7ff;
  font-family: 'Lato-Semibold' !important;
}
.cat_article .fa{
  margin-right: 8px;
}
.cat_article_item:nth-child(1){
  width: 36%;
}
.cat_article_item:nth-child(2){
  width: 61.5%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  gap: 20px;
}
.categories_six{
  margin-bottom: 80px;
}
.categories_six .h2{
  text-align: center;
  margin-bottom: 35px;
}
.child_banner{
  height: 600px;
  background-image: url('/wp-content/uploads/2025/03/Liyond-products.jpg');
  background-size: cover;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.child_banner_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.child_banner_item:nth-child(1){
  width: 60%;
}
.child_banner_item:nth-child(2){
  width: 28.5%;
}
.child_banner{
  position: relative;
}
.child_banner .child_breadcrumbs{
  left: 0;
  bottom: 20px;
  position: absolute;
  width: 100%;
}
.child_banner .titlebar_breadcrumbs{
  position: inherit;
  justify-content: flex-start;
}
.child_banner_item .h1{
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 25px;
}
.child_banner_item .title_bar::before{
  margin: 0 auto 15px 0;
}
.child_banner_item p{
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 35px;
}
.categories_advantages{
  padding: 80px 0;
}
.cat_advantage_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.cat_advantage_item{
  width: 47%;
}
.cat_advantage_item h2{
  margin-bottom: 35px;
}
.cat_advantage_item .btn_dark{
  margin-top: 50px;
}
.about_page{
  padding: 80px 0;
}
.main_color *{
  color: #0065d3 !important;
}
.about_page li,
.about_page p{
  font-size: 18px;
  line-height: 30px;
}
.stats-top .aio-icon-top, .stats-top .stats-desc {
  text-align: left !important;
  color: #0065d3 !important;
  font-family: 'Poppins-SemiBold' !important;
}
.stats-block .stats-text{
  font-family: 'Poppins-Medium' !important;
  font-size: 18px !important;
  color: #002f54 !important;
}
.counter_prefix,
.counter_suffix {
  font-size: 14px !important;
  vertical-align: top;
}
.about_page ul{
  padding-left: 0;
}
.about_page li::before{
  content: '✓';
  display: inline-block;
  font-size: 18px;
  color: #0065d3;
  font-weight: bold;
  margin-right: 8px;
}
.about_page li{
  margin: 5px 0;
}
.certificate_box{
  margin: 80px 0;
}
.cert_item p{
  font-family: 'Poppins-Medium' !important;
  font-size: 18px;
  margin-top: 15px;
}
.certificate_box .container{
  position: relative;
}
.factory_show{
  margin: 80px 0;
}
.facSwiper,
.cert_swiper,
.about_cat_swiper{
  margin-top: 50px;
}
.fac_show_item p{
  opacity: 0;
  transition: all ease 0.3s;
  font-family: 'Poppins-Medium' !important;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}
.fac_show_item img{
  transition: all ease 0.3s;
}
.facSwiper .swiper-slide{
  transition: 300ms;
  transform: scale(.9);
}
.facSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  margin: 0 5px
}
.facSwiper .swiper-slide.swiper-slide-active p {
  opacity: 1
}
.about_cat_box{
  margin: 80px 0;
  text-align: center;
}
.about_cat_item h3{
  text-align: center;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 3px solid transparent;
  transition: all ease 0.3s;
  display: inline-block;
}
.about_cat_item:hover h3{
  border-color: #3ba7ff;
}
.about_cat_box .container{
  position: relative;
}
.about_page .title_bar::before{
  margin: 0 auto 15px;
}
.about_new_box .h2,
.about_new_box h2,
.certificate_box h2,
.factory_show h2{
  text-align: center;
  display: block;
}
.about_new_flex{
  margin-top: 35px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.new_flex_item:nth-child(1){
  width: 68%;
}
.new_flex_item:nth-child(2){
  width: 28%;
}
.new_flex_item .home_blog_item .h3{
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lato-Regular' !important;
  margin-top: 8px;
}
.new_flex_item .home_blog_item .time{
  font-family: 'Poppins-Medium' !important;
  font-size: 13px;
}
.new_flex_item .blog_cat_name .h4{
  font-size: 13px;
}
.new_flex_item .home_blog_box{
  margin-top: 0;
}
.new_more{
  display: block;
  margin-top: 15px;
  color: #3ba7ff;
  font-family: 'Poppins-Medium' !important;
}
.new_more .fa{
  margin-left: 8px;
}
.new_flex_item .home_blog_item{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
}
.new_flex_item .home_blog_item img{
  border-radius: 0;
}
.about_new_item {
  background-color: #f5f5f5;
  padding: 25px;
  text-align: center;
}
.about_new_item .btn_dark{
  margin: 25px auto 0;
}
.date_address{
  font-family: 'Poppins-Medium' !important;
  margin-top: 15px;
}
.about_new_item .h3{
  font-size: 20px;
  margin-top: 8px;
}
.new_swiper{
  position: relative;
}
.swiper-button-prev-blog,
.swiper-button-next-blog{
  background-color: #d5d1ce;
  width: 25px;
  height: 94px;
}
.swiper-button-prev-blog::after,
.swiper-button-next-blog::after{
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.swiper-button-next-blog{
  right: 0;
}
.swiper-button-prev-blog{
  left: 0;
}
/* application hidden css */
.categories_five{
  display: none;
}
.single_blog_content a,
p a{
  color: #1434A4;
}
/* .facSwiper .swiper-wrapper{
  transition-timing-function: linear !important;
} */
.fac_show_item {
  text-align: center;
}
.how_we_container{
  height: 100%;
  padding: 125px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.how_we_banner{
  width: 45%;
}
.subtitle{
  color: #0065d3;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Poppins-Medium' !important;
}
.how_we_banner h1{
  font-size: 48px;
  line-height: 60px;
  color: #080808;
  margin: 10px 0 15px 0;
}
.how_we_banner p{
  font-size: 20px;
  line-height: 35px;
}
.how_we_btn_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 25px;
  margin-top: 30px;
}
.button_dark{
  font-size: 18px;
  background-color: #3ba7ff;
  color: #ffffff;
  padding: 10px 55px 9px;
  border-radius: 8px;
  border-bottom: 2px solid #3ba7ff;
  font-family: 'Poppins-Medium' !important;
  transition: all ease 0.3s;
}
.button_light{
  font-size: 18px;
  background-color: #ffffff;
  color: #080808;
  padding: 10px 55px 9px;
  border-radius: 8px;
  border-bottom: 2px solid #3ba7ff;
  font-family: 'Poppins-Medium' !important;
  transition: all ease 0.3s;
}
.button_dark:hover{
  background-color: #ffffff;
  color: #080808;
}
.button_light:hover{
  background-color: #3ba7ff;
  color: #ffffff;
}
.how_list_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin-top: 80px;
}
.how_list_item:nth-child(1){
  width: 38%;
}
.how_list_item:nth-child(2){
  width: 56%;
}
.how_list_item:nth-child(1) h3{
  font-size: 26px;
  line-height: 40px;
  color: #3ba7ff;
  margin-bottom: 35px;
}
.how_list_item ul{
  list-style: none;
}
.how_list_item li{
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  margin: 8px;
  position: relative;
  padding-left: 20px;
}
.how_list_item li::before{
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #3ba7ff;
  border: 2px solid #d8edff;
  position: absolute;
  top: 10px;
  left: 0;
}
.how_icon_list{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 25px;
  flex-wrap: wrap;
}
.how_icon_item{
  width: 47.5%;
}
.how_icon_up{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.how_icon_up img{
  width: 80px;
}
.how_icon_up p{
  font-size: 20px;
  line-height: 30px;
  color: #080808;
  font-family: 'Poppins-Medium' !important;
}
.how_icon_down{
  margin-top: 25px;
}
.how_icon_down p{
  font-size: 18px;
  line-height: 30px;
  color: #404040;
}
.how_products{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.how_prodcut_item{
  width: 48%;
}
.how_prodcut_item h3{
  font-size: 26px;
  line-height: 40px;
  color: #3ba7ff;
}
.how_prodcut_item p{
  font-size: 18px;
  line-height: 30px;
}
.how_products{
  margin: 120px 0;
}
.how_products .btn_dark{
  margin-top: 25px;
}
.how_work_up .subtitle,
.how_service .subtitle{
  text-align: center;
}
.how_work_up h2,
.how_service h2{
  margin: 15px auto 25px;
  max-width: 800px;
}
.how_work_up p,
.how_service p{
  text-align: center;
  max-width: 1150px;
  margin: 0 auto;
}
.how_service_box{
  margin: 100px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.how_service_item{
  width: 50%;
}
.how_service_item:nth-child(1){
  row-gap: 50px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.how_service_item:nth-child(2){
  text-align: right;
}
.how_service_list{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 35px;
}
.how_service_content p,
.how_service_content .h3{
  text-align: left;
}
.how_service_content .h3{
  font-size: 25px;
  color: #080808;
  margin-bottom: 25px;
}
.how_service_content p{
  font-size: 18px;
  line-height: 30px;
}
.how_work_down{
  margin: 50px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 35px;
  flex-wrap: wrap;
}
.work_item{
  padding: 55px 40px;
  width: 31.5%;
  border: 1px solid #d4d1cd;
  transition: all ease 0.3s;
}
.work_item .work_number{
  font-size: 58px;
  line-height: 1;
  color: #3ba7ff;
  font-family: 'Poppins-SemiBold' !important;
  transition: all ease 0.3s;
}
.work_item .h3{
  font-size: 20px;
  line-height: 30px;
  color: #080808;
  font-family: 'Poppins-SemiBold' !important;
  margin: 15px 0;
  transition: all ease 0.3s;
}
.work_item p{
  font-size: 18px;
  line-height: 30px;
  transition: all ease 0.3s;
}
.work_item:hover{
  background-color: #3ba7ff;
}
.work_item:hover .work_number{
  color: #bfebff;
}
.work_item:hover .h3,
.work_item:hover p{
  color: #ffffff;
}
.how_trust{
  margin-top: 120px;
}
.how_trust .h2{
  margin-bottom: 50px;
}
.contact_page .nf-form-content input[type='submit']{
  width: 100% !important;
}
.about_page.contact_page li::before{
  display: none;
}
.contact_page .uavc-list li{
  margin-bottom: 20px !important;
}
.contact_page .uavc-list li,
.contact_page .uavc-list li a{
  font-size: 20px;
  line-height: 40px;
  color: #404040;
}
.contact_page .uavc-list-content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  column-gap: 20px;
}
.contact_page li:last-child .uavc-list-content {
  align-items: flex-start;
}
#skype-chat{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 390px;
}
#skype-chat a{
  width: 33%;
  font-size: 20px;
  line-height: 40px;
  color: #404040;
}
.contact_page .main_color + p{
  font-family: 'Poppins-SemiBold' !important;
}
.star_list ul{
  list-style: none;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.star_list li{
  list-style: none;
  font-size: 18px;
  color: #080808;
  width: 45%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.star_list li::before{
  content: '';
  display: inline-block !important;
  width: 20px;
  height: 19px;
  background-image: url('/wp-content/uploads/2025/03/star.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.SemiBold{
  font-family: 'Poppins-SemiBold' !important;
}
.contact_page .foot_social{
  gap: 20px;
}
.contact_page .foot_social a {
  width: 55px;
  height: 55px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  transition: all ease 0.3s;
}
.contact_page .foot_social a:hover{
  border: 1px solid #3ba7ff;
  background-color: transparent;
}
.map_box .uavc-list p{
  font-size: 18px !important;
  line-height: 30px !important;
}
.map_box .uavc-list-icon{
  background-color: #f2f6f9;
}
.map_box .uavc-list li{
  margin-bottom: 0 !important;
}
.foot_cta:hover{
  color: #ffffff !important;
}
.ubermenu-current_page_ancestor > .ubermenu-target > .ubermenu-target-text,
.ubermenu-current_page_ancestor > .ubermenu-target > .fas,
.ubermenu-current_page_item > .ubermenu-target > .ubermenu-target-text,
.ubermenu-current_page_item > .ubermenu-target > .fas{
  color: #3ba7ff !important;
}
@media (max-width: 1720px){
  .head_container {
    padding: 0 100px;
  }
  .primary-navigation > div > .menu-wrapper {
    column-gap: 25px;
  }
}
@media (max-width: 1680px){
  .product_cat_one_box {
    width: 11.6%;
  }
  .product_cat_three_box .swiper-pagination {
    left: 44%;
    width: 600px;
  }
  .counter_box .vc_col-sm-4{
    width: 50%;
  }
}
@media (max-width: 1560px){
  .head_container {
    padding: 0 50px;
  }
  .primary-navigation > div > .menu-wrapper {
    column-gap: 15px;
  }
}
@media (max-width: 1520px){
  .ubermenu-nav{
    column-gap: 35px;
  }
  .how_we_container{
    top: 38%;
  }
}
@media (max-width: 1440px){
  rs-fw-forcer,
  rs-module-wrap{
    height: 620px !important;
  }
  rs-module{
    max-height: 620px !important;
  }
  .head_menu .menu-item a{
    font-size: 18px;
  }
  .menu-item i._mi{
    margin-top: 0;
  }
  .primary-navigation .sub-menu .menu-item > a {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }
  .home_cat_item .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .home_service_section:nth-child(2) {
    padding-right: 45px;
  }
  .home_blog_item h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .home_cta_box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .foot_item:nth-child(4) {
    width: 22%;
  }
  .product_cat_one_box {
    width: 11.5%;
  }
  .cat_item_btn .btn_dark{
    font-size: 16px;
  }
  .product_cat_three_box .swiper-pagination {
    left: 40%;
  }
  .ubermenu-nav {
    column-gap: 30px;
  }
  .ubermenu-tabs-group .ubermenu-target-text {
    font-size: 15px !important;
  }
  .ubermenu-tabs > ul > li > a {
    padding: 5px 20px !important;
  }
  .sp_mao a {
    font-size: 19px;
  }
  .new_flex_item .blog_cat_name .h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .new_flex_item .home_blog_item .time {
    font-size: 12px;
    line-height: 16px;
  }
  .home_blog_item{
    width: 33%;
  }
  .about_new_item .h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .about_new_item img{
    height: 152px;
  }
  .new_flex_item:nth-child(1) {
    width: 73%;
  }
  .new_flex_item:nth-child(2) {
    width: 25%;
  }
  .page-template-page-contact .top-banner > picture > img,
  .page-template-page-about .top-banner > picture > img {
    height: 300px;
    object-fit: cover;
  }
  .button_dark,
  .button_light {
    padding: 10px 30px 9px;
  }
  .how_we_banner h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .contact_title{
    font-size: 34px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 1366px){
  .head_mail a,
  .head_mail span {
    font-size: 16px;
  }
  .title_h2 {
    font-size: 36px;
  }
  .home_about_item p {
    font-size: 18px;
    line-height: 28px;
  }
  .home_service_list {
    gap: 8px;
  }
  .home_service_list img {
    width: 80px;
  }
  .foot_item:nth-child(4) {
    width: 24%;
  }
  .primary-navigation > div > .menu-wrapper {
    column-gap: 8px;
  }
  .product_cat_one_box {
    width: 19%;
  }
  .product_cat_three_box .swiper-pagination {
    left: 34%;
  }
  .ubermenu-nav {
    column-gap: 15px;
  }
  .how_we_container {
    top: 0;
    left: 0;
    transform: none;
    padding: 50px;
  }
  .how_we_banner {
    width: 60%;
  }
  .how_we_banner p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1280px){
  .head_container {
    padding: 0 15px;
  }
  rs-fw-forcer,
  rs-module-wrap{
    height: 550px !important;
  }
  rs-module{
    max-height: 550px !important;
  }
  .home_service_list p {
    font-size: 16px;
    line-height: 22px;
  }
  .home_cta_box .h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .sidebar-left-content ul li a{
    font-size: 18px;
  }
  .sidebar-left-content ul li .bellows-submenu li a {
    font-size: 16px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .sp_one_content .h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .gallery_thumb_border img {
    width: 70px;
  }
  .sp_mao{
    gap: 0;
  }
  .single_product_four .home_blog_item .h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .single_product_four .home_blog_item .time {
    font-size: 16px;
    line-height: 26px;
  }
  .single .banner_cover h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .single_blog_style_content p{
    font-size: 16px;
  }
}
@media (max-width: 1024px){
  .head_cta,
  .head_search{
    display: none;
  }
  rs-fw-forcer,
  rs-module-wrap{
    height: 450px !important;
  }
  rs-module{
    max-height: 450px !important;
  }
  rs-layer-wrap.rs-parallax-wrap{
    top: 210px !important;
  }
  .home_service_section{
    width: 100%;
  }
  .home_service_item{
    text-align: center;
  }
  .home_service_item img{
    border-radius: 8px;
  }
  .home_service_box{
    gap: 35px;
  }
  .home_service_section:nth-child(2) {
    padding: 0 40px;
  }
  .home_about_box{
    gap: 35px;
  }
  .home_about_item{
    width: 100%;
  }
  .home_about_item:nth-child(1){
    order: 1;
  }
  .foot_item:nth-child(1) {
    width: 47%;
  }
  .foot_item:nth-child(2) {
    width: 22%;
  }
  .foot_item:nth-child(3) {
    width: 22%;
  }
  .foot_item:nth-child(4) {
    width: 47%;
  }
  .foot_box{
    gap: 35px;
  }
  .top-banner picture img{
    height: 500px;
    object-fit: cover;
  }
  .product_cat_one{
    flex-wrap: wrap;
    gap: 20px;
  }
  .product_cat_one_item:nth-child(1) {
    width: 100%;
  }
  .product_cat_one_box {
    width: 24%;
  }
  .cat_item_flex{
    flex-wrap: wrap;
    gap: 20px;
  }
  .cat_item_des {
    width: 100%;
  }
  .cat_item_btn .btn_dark{
    font-size: 18px;
  }
  .custom_solution {
    width: 600px;
  }
  .product_cat_three_box .swiper-pagination {
    bottom: 440px;
    width: 540px;
    left: 30%;
  }
  .sidebar-left-content,
  .sidebar_search + a{
    display: none !important;
  }
  .sp_content,
  .sp_side{
    width: 100%;
  }
  .sp_side form.searchwp-form{
    max-width: inherit;
    margin-bottom: 35px;
  }
  .app_item p {
    font-size: 16px;
  }
  .single_three_item:last-child {
    width: 72.3%;
  }
  .single_three_item h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .about_new_item{
    padding: 15px;
  }
  .swiper-button-prev-app {
    left: 0;
  }
  .swiper-button-next-app {
    right: 0;
  }
  .cert_item {
    padding: 0 30px;
  }
  .how_we_banner h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .button_dark, .button_light {
    padding: 10px 20px 9px;
  }
  .how_service_box,
  .how_products,
  .how_list_box{
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .how_service_item,
  .how_prodcut_item,
  .how_list_item{
    width: 100% !important;
  }
  .how_icon_up {
    justify-content: flex-start;
  }
  .how_service_item:nth-child(1) {
    order: 2;
  }
  .how_service_item:nth-child(2) {
    text-align: left;
  }
  .work_item {
    width: 48%;
  }
  .side_menu li{
    margin: 0;
  }
  .single .titlebar_breadcrumbs,
  .child_banner .titlebar_breadcrumbs {
    flex-wrap: wrap;
  }
  .sp_blog_side {
    padding-left: 0;
    border-left: 0;
    padding-top: 10px;
    margin-bottom: 50px;
  }
  .sp_side{
    margin-top: 50px;
  }
  .sp_side .sidebar_p{
    display: none;
  }
}
@media (max-width: 991px){
  rs-fw-forcer,
  rs-module-wrap{
    height: 350px !important;
  }
  rs-module{
    max-height: 350px !important;
  }
  form.searchwp-form input.swp-input--search{
    width: 500px !important;
  }
  rs-layer-wrap.rs-parallax-wrap{
    top: 150px !important;
  }
  .head_menu .menu-item a {
    font-size: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .head_logo img {
    width: 110px;
    height: auto;
  }
  .head_box{
    justify-content: space-around;
  }
  .head_container{
    padding: 0;
  }
  .home_cat_item {
    width: 31%;
  }
  .home_blog_item {
    width: 49%;
  }
  .home_cta_box h2 {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
  }
  .home_cta_box {
    gap: 35px;
    justify-content: center;
    text-align: center;
  }
  .foot_item:nth-child(2) {
    width: 21%;
  }
  .foot_item:nth-child(3) {
    width: 21%;
  }
  form.searchwp-form {
    max-width: 500px;
  }
  .product_cat_one_box {
    width: 23.7%;
  }
  .custom_solution {
    width: 80%;
  }
  .product_cat_three_box .swiper-pagination {
    left: 12%;
  }
  .child_banner_item img {
    width: 200px;
  }
  .cat_advantage_box {
    align-items: flex-start;
  }
  .ubermenu-skin-white.ubermenu-responsive-toggle{
    display: block !important;
  }
  .head_menu .menu-button-container{
    display: none;
  }
  .ubermenu-skin-white.ubermenu-responsive-toggle{
    font-size: 14px !important;
    color: #3ba7ff !important;
  }
  .ubermenu > .ubermenu-nav{
    display: block !important;
  }
  .head_menu #site-navigation {
    top: 50px;
    right: 20px;
  }
  .head_menu #site-navigation {
    top: 0;
    right: 0;
  }
  .head_box {
    justify-content: space-between;
    padding: 20px;
  }
  .box.header-bottom.box-active .head_box{
    padding: 10px;
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100% !important;
  }
  .ubermenu > .ubermenu-nav {
    padding-top: 35px !important;
  }
  .sp_one_gallery, .sp_one_content {
    width: 100%;
  }
  .sp_one_content{
    order: 1;
  }
  .sp_one_box{
    row-gap: 50px;
  }
  .gallery_thumb_border img {
    width: 92px;
  }
  .single_product_three {
    margin: 0 0 80px 0;
  }
  .single_three_box{
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .single_three_item{
    width: 100% !important;
  }
  .single_three_item .cat_product{
    margin-bottom: 30px;
  }
  .single_product_four .home_blog_item {
    width: 50%;
  }
  .single_product_four .home_blog_box{
    row-gap: 0;
  }
  .sp_mao{
    flex-wrap: wrap;
  }
  .new_flex_item{
    width: 100% !important;
  }
  .about_new_flex{
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .about_page .vc_col-sm-6{
    width: 100%;
  }
  .certificate_box{
    margin-top: 0;
  }
  .about_new_item img {
    height: inherit;
  }
  .how_we_banner {
    width: 100%;
  }
  .how_we_container{
    padding-top: 100px;
  }
  .how_we_banner {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px;
  }
  #skype-chat{
    max-width: inherit;
  }
  .single .banner_cover h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .single .top-banner picture img {
    height: 300px;
  }
  .single_nav a {
    font-size: 14px;
    line-height: 24px
  }
  .single_nav span {
    font-size: 16px;
  }
  .cat_article_box,
  .cat_faq{
    row-gap: 50px;
    flex-wrap: wrap;
  }
  .cat_article_item,
  .cat_faq_box{
    width: 100% !important;
  }
  .categories_three {
    padding: 50px 0;
  }
  .categories_four {
    margin-bottom: 50px;
  }
}
@media (max-width: 580px){
    .ubermenu-tab-content-panel,
    .ubermenu-tabs-group .ubermenu-sub-indicator-close{
        display: none !important;
    }
.ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab>.ubermenu-target{
        border-width: 0 0 1px 0;
        width: 100%;
    }      
  .head_menu #site-navigation {
    top: 50px;
    right: 40px;
  }
  .ubermenu-skin-white.ubermenu-responsive-toggle{
    display: block !important;
  }
  .head_menu .menu-button-container{
    display: none;
  }
  .ubermenu-skin-white.ubermenu-responsive-toggle{
    font-size: 14px !important;
    color: #3ba7ff !important;
  }
  .ubermenu > .ubermenu-nav{
    display: block !important;
  }
  .lan{
    display: block;
  }
  .head_mail{
    display: none;
  }
  .head_container{
    padding: 0 20px;
  }
  .box.header-bottom.hidden-sm{
    height: 112px;
  }
  .box.header-bottom.hidden-sm.box-active{
    height: 94px;
  }
  .head_box {
    justify-content: space-between;
    align-items: flex-start;
  }
  .menu-button-container {
    top: 40px;
  }
  .menu-button-container #primary-mobile-menu .dropdown-icon {
    color: #3ba7ff !important;
  }
  rs-fw-forcer,
  rs-module-wrap{
    height: 180px !important;
  }
  rs-module{
    max-height: 180px !important;
  }
  form.searchwp-form input.swp-input--search{
    width: 300px !important;
    font-size: 14px;
  }
  rs-layer-wrap.rs-parallax-wrap{
    top: 60px !important;
  }
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
    color: #080808 !important;
    padding: 18px 2px;
  }
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item {
    border-bottom: 1px solid #eee;
  }
  .menu-wrapper > li > .sub-menu{
    display: none;
  }
  .menu-wrapper > li > .sub-menu.sub-active{
      display: block;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu{
    border: 0;
    width: auto;
  }
  .head_menu .primary-navigation .primary-menu-container > ul > .current-menu-item > a,
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:hover,
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus,
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
    border-bottom: 1px solid #efefef;
    background-color: transparent !important;
  }
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
    color: #3ba7ff !important;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    height: 51px !important;
    width: 51px !important;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus{
    outline: none !important;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle{
    display: flex !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item {
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu-wrapper > li > .sub-menu.sub-active{
    display: block;
  }
  ul.sub-menu.sub-active {
    width: 100% !important;
  }
  ul.sub-menu.sub-active a{
    color: #3ba7ff;
  }
  .lock-scrolling .site {
    z-index: 1;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle{
    display: none !important;
  }
  .lock-scrolling .menu-button-container {
    top: 0;
  }
  .head_menu .menu-item a {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home_cat {
    padding: 55px 0;
  }
  .title_h2 {
    line-height: 36px;
  }
  .home_cat_box {
    gap: 15px;
  }
  .home_cat_item {
    width: 48%;
  }
  .home_cat_item .h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .home_service_section:nth-child(2) {
    padding: 0 15px;
  }
  .home_service_list {
    width: 100%;
    gap: 15px;
  }
  .home_blog_item {
    width: 100%;
  }
  .home_cta_box h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .foot_item{
    width: 100% !important;
  }
  .foot_item:nth-child(2),
  .foot_item:nth-child(3){
    display: none;
  }
  .title_h2 {
    line-height: 40px;
    font-size: 34px;
  }
  .menu-item-object-custom{
    display: flex !important;
  }
  .menu-item-object-custom a{
    border-bottom: 0;
  }
  .banner_cover h1 {
    font-size: 38px;
    line-height: 42px;
  }
  form.searchwp-form {
    max-width: 300px;
  }
  .product_cat_one {
    padding-bottom: 50px;
  }
  .product_cat_one_box {
    width: 48%;
  }
  .cat_item_des p {
    font-size: 18px;
    line-height: 24px;
    -webkit-line-clamp: 6;
  }
  .cat_item_btn .btn_dark {
    font-size: 16px;
  }
  .cat_item_des h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .cat_item_des h3::before {
    margin: 0 auto 15px 0;
  }
  .product_cat_three_box .swiper-pagination-bullet {
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
  }
  .product_cat_three_box .swiper-pagination {
    bottom: 370px;
    width: 300px;
    left: 4%;
  }
  .product_cat_three_box .swiper-pagination::before{
    top: 19px;
    background-color: #e9e9e9;
  }
  .product_cat_three_item{
    align-items: end;
    background-size: cover;
    background-position: center;
  }
  .custom_solution {
    width: 100%;
    padding: 0 15px 35px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .custom_solution p {
    font-size: 18px;
    line-height: 26px;
  }
  .h2.title_h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .cat_item_des h3, .cat_item_des h3 a {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .home_cta_box .h2 {
    font-size: 26px;
    line-height: 34px;
    width: 100%;
  }
  .child_banner_item{
    width: 100% !important;
  }
  .child_banner_box{
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .child_banner_item .h1 {
    font-size: 24px;
  }
  .child_banner_item p {
    font-size: 14px;
    line-height: 24px;
  }
  .single .titlebar_breadcrumbs,
  .child_banner .titlebar_breadcrumbs {
    flex-wrap: wrap;
  }
  .titlebar_breadcrumbs span {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .child_banner {
    height: 90vh;
    align-items: flex-start;
    padding-top: 25px;
  }
  .child_banner_item img {
    width: 240px;
  }
  .ubermenu > .ubermenu-nav {
    padding-top: 35px !important;
  }
  .box.header-bottom.box-active .head_main_box{
    display: block;
  }
  .box.header-bottom.box-active .head_mail {
    display: none;
  }
  .category_page_lists .child_cat_product p{
    min-height: inherit;
  }
  .cat_advantage_box{
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .cat_advantage_item{
    width: 100%;
  }
  .categories_advantages{
    padding-top: 0;
  }
  .categories_four {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .foot_copy_flex {
    flex-wrap: wrap;
  }
  .foot_copyright p, .foot_copyright a {
    font-size: 16px;
    line-height: 24px;
  }
  .gallery_thumb_border img {
    width: 60px;
  }
  .sp_one_content .h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .sp_mao a {
    font-size: 16px;
    line-height: 20px;
  }
  .sp_mao_content h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .sp_mao.scroll-to-fixed-fixed {
    width: 100% !important;
    left: 0 !important;
  }
  table td {
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  table tr:first-child td {
    font-size: 16px;
    padding: 15px !important;
  }
  .single_form p {
    font-size: 18px;
    line-height: 24px;
  }
  .single_product_four .home_blog_item {
    width: 100%;
  }
  .counter_box .vc_col-sm-4 {
    width: 100%;
  }
  .how_we_container {
    padding-top: 50px;
    position: unset;
    padding: 0;
  }
  .top-banner picture img {
    height: inherit;
    object-fit: cover;
  }
  .how_we_btn_box {
    flex-wrap: wrap;
  }
  .how_icon_item{
    width: 100%;
  }
  .how_service_list img {
    width: 60px;
  }
  .how_service_content .h3 {
    font-size: 22px;
  }
  .how_service_content p {
    font-size: 16px;
    line-height: 26px;
  }
  .work_item{
    width: 100%;
  }
  .star_list li{
    width: 100%;
  }
  .contact_title {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .page-template-page-default .top-banner picture img,
  .page-template-page-news .top-banner picture img {
    height: 300px;
  }
  .foot_contact ul li,
  .foot_address p{
    font-size: 16px;
  }
  .single .top-banner picture img {
    height: 350px;
  }
  .single .banner_cover h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .single_blog_style{
    flex-wrap: wrap;
  }
  .single_blog_style_content,
  .single_blog_style img{
    width: 100%;
  }
  .single_blog_style img{
    height: 230px;
  }
  #fancybox-wrap{
    width: 90% !important;
    left: 5% !important;
  }
  .category .top-banner picture img{
    height: 300px;
  }
  .page-template-page-products .top-banner picture img {
    height: 600px;
  }
  .sp_side{
    position: inherit;
  }
  .categories_two_item {
    margin: 0;
    width: 100%;
    padding: 15px;
    height: 660px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .single_product_two {
    margin: 50px 0;
  }
  .home_cta {
    height: 350px;
  }
}
@media (max-width: 390px){
  .home_cat_box {
    gap: 10px;
  }
  .home_cat_item .h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .banner_cover h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .banner_cover p {
    font-size: 16px;
    line-height: 20px;
  }
}