@font-face {
    font-family: 'Inter18ptSemiBold';
    src: url('/wp-content/themes/laifual/assets/fonts/Inter18pt-SemiBold.eot');
    src: url('/wp-content/themes/laifual/assets/fonts/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-SemiBold.woff') format('woff'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-SemiBold.ttf') format('truetype'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter18ptRegular';
    src: url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Regular.eot');
    src: url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Regular.woff') format('woff'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Regular.ttf') format('truetype'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter18ptBold';
    src: url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Bold.eot');
    src: url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Bold.woff') format('woff'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Bold.ttf') format('truetype'),
        url('/wp-content/themes/laifual/assets/fonts/Inter18pt-Bold.svg#Inter18pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
  overflow-x: hidden;
  font-family: 'Inter18ptRegular' !important;
}
body p,body{
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
body p{
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
* {
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: 'Inter18ptRegular';
}
summary {
  list-style: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: var(--heading--font-weight-strong) !important;
}
h1,h2,.h1,.h2,h3,.h3{
  color: #202a36;
  font-family: 'Inter18ptSemiBold' !important;
}
h4,h5,h6,.h4,.h5,.h6{
  color: #202a36;
  font-family: 'Inter18ptRegular' !important;
  font-weight: 400 !important;
}
a{
  text-decoration: none;
  outline: none;
  font-family: 'Inter18ptRegular' !important;
}
a:hover {
  text-decoration: none;
  color: #135da6;
}
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;
}
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-left: auto !important;
  margin-right: auto !important;
}
.head_search{
  position: relative;
}
.head_search > img:hover{
  cursor: pointer;
}
.head_search .searchwp-form{
  opacity: 0;
  transform: rotateX(90deg);
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 10;
  margin-top: 15px;
}
.head_search .searchwp-form.active{
  transition: opacity .3s, transform .3s;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
  transform-origin: top;
}
.head_search #searchwp-form-1 .swp-input{
  width: 200px !important;
  height: 45px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-image: none !important;
}
#searchwp-form-1 input[type=submit] {
  height: 45px;
  width: 45px;
  padding: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-image: url('/wp-content/uploads/2025/08/search-white.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
#searchwp-form-1 input[type=submit]:hover{
  border-color: #135da6 !important;
}
.head_search form.searchwp-form .swp-flex--gap-md {
  gap: 0;
}
/* searh modal */
.searchwp-modal-form__content input.search-submit{
  color: transparent !important;
}
.searchwp-modal-form__footer{
  background-image: none;
}
.searchwp-modal-form-default .searchwp-modal-form__content .search-form label{
  display: none;
}
.searchwp-modal-form-default .search-form .search-field {
  border-color: #135da6;
  margin-right: 0;
}
.searchwp-modal-form-default button.searchwp-modal-form__close.button{
  background-color: #135da6 !important;
}
.searchwp-modal-form-default button.searchwp-modal-form__close.button:hover::before{
  color: #ffffff !important;
}
.searchwp-modal-form__content input.search-submit{
  display: none;
}
.head_main{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  padding: 11.5px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.head_logo h1{
  line-height: 0;
}
.head_menu{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.head_menu .menu-item a{
  font-size: 18px;
  color: #202a36 !important;
  text-transform: capitalize;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: 'Inter18ptSemiBold' !important;
}
.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target{
  font-size: 18px;
  color: #202a36 !important;
  text-transform: capitalize;
  position: relative;
  font-family: 'Inter18ptSemiBold' !important;
}
.ubermenu-skin-minimal .ubermenu-current_page_item.ubermenu-item-level-0 > .ubermenu-target,
.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target:hover{
  color: #175CA2 !important;
}
.head_menu .menu-item a::after{
  content: '';
  display: inline-block;
  background-image: linear-gradient(#135da6, #135da6);
  background-position: 100% 100%;
  background-size: 0 3px;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sub-menu-toggle{
  display: none !important;
}
.primary-navigation .ubermenu-nav,
.primary-navigation > div > .menu-wrapper{
  column-gap: 30px;
}
.primary-navigation .ubermenu-nav{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.head_menu .menu-item a:hover{
  text-decoration: none;
  color: #135da6 !important;
}
.head_menu .menu-item a:hover::after{
  background-position:0 100%;
  background-size: 100% 3px;
  transition: all .6s cubic-bezier(.36,.33,0,1);
  width: 100%;
}
.head_menu .current-menu-item a{
  text-decoration: none !important;
}
.btn_dark{
  height: 40px;
  padding: 0 25px;
  border: 1px solid #135da6;
  background-color: #135da6;
  border-radius: 25px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-family: 'Inter18ptSemiBold' !important;
}
.btn_dark:hover{
  background-color: #ffffff;
  color: #135da6;
}
.btn_light{
  height: 40px;
  padding: 0 25px;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 25px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-family: 'Inter18ptSemiBold' !important;
}
.btn_light:hover{
  background-color: #ffffff;
  color: #135da6;
}
.head_cta{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  column-gap: 35px;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  width: 32px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}
.swiper-pagination{
  bottom: 18px !important;
}
.home_cat{
  padding: 65px 0;
}
.home_cat_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  row-gap: 35px;
}
.home_cat_item{
  width: 49%;
  position: relative;
  overflow: hidden;
}
.home_cat_item > img{
  width: 100%;
  height: 630px;
  object-fit: cover;
}
.rotate-on-hover{
  transition: transform 0.5s ease;
}
.recommend_image,
.app_image{
  overflow: hidden;
}
.app_image > img{
  object-fit: cover;
  width: 420px;
  height: 360px;
}
.recommend_image:hover .rotate-on-hover,
.app_image:hover .rotate-on-hover,
.home_cat_item:hover .rotate-on-hover{
  transform: rotate(1deg) scale(1.1);
}
.home_cat_content{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 65px;
  text-align: center;
}
.classification{
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
}
.home_cat_content .h3{
  font-size: 48px;
  color: #ffffff;
  margin-top: 0;
}
.cat_btn{
  font-size: 18px;
  color: #135da6;
  background-color: #ffffff;
  border-radius: 50px;
  width: 200px;
  height: 60px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 25px auto 0;
  font-family: 'Inter18ptSemiBold' !important;
}
.cat_btn img{
  transition: all ease 0.3s;
}
.cat_btn:hover img{
  margin-left: 10px;
}
.home_application{
  padding: 50px 0;
  margin-bottom: 80px;
}
.heading_h2{
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: 'Inter18ptSemiBold' !important;
}
.p_content{
  font-size: 18px;
}
.text_center{
  text-align: center;
}
.home_application_box{
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 100px;
}
.home_application_item .h3{
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  display: block;
}
.app_image{
  position: relative;
}
.app_image a{
  position: absolute;
  top: 20px;
  right: 25px;
}
.swiper-button-prev{
  width: 52px;
  height: 52px;
  background-image: url('/wp-content/uploads/2025/08/prev.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next{
  width: 52px;
  height: 52px;
  background-image: url('/wp-content/uploads/2025/08/next.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next::after,
.swiper-button-prev::after{
  display: none;
}
.swiper-button-prev-app{
  bottom: 0;
  left: 42.5%;
  top: auto;
}
.swiper-button-next-app{
  bottom: 0;
  right: 42.5%;
  top: auto;
}
.app_control_box{
  position: relative;
}
.resource_recommend_box{
  margin: 50px 0 35px 0;
}
.resource_recommend_item{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #ffffff;
}
.taxonomy_section .resource_item:first-child{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #F3F5F6;
  width: 100%;
}
.taxonomy_section .resource_item:first-child .resource_item_content{
  padding-left: 50px;
  width: 50%;
}
.recommend_content,
.recommend_image{
  width: 50%;
}
.recommend_content{
  padding: 50px 40px;
}
.recommend_image img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.time{
  font-size: 16px;
  color: #1a204c;
}
.taxonomy_section .resource_item:first-child > img{
  width: 50%;
  height: 420px;
  object-fit: cover;
}
.resource_item > img{
  width: 100%;
  height: 257px;
  object-fit: cover;
}
.taxonomy_section .resource_item:first-child .resource_item_content .h3,
.recommend_content .h3{
  font-size: 30px;
  margin: 10px 0 20px 0;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.taxonomy_section .resource_item:first-child .resource_item_content .h3 + p,
.recommend_content .h3 + p{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home_resources{
  background-color: #f2faff;
  padding: 90px 0;
}
.click_a,
.resource_click {
  display: block;
  text-align: right;
  margin-top: 45px;
}
.resource_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  row-gap: 30px;
  column-gap: 20px;
  flex-wrap: wrap;
}
.resource_item{
  width: 32%;
  padding: 35px;
  background-color: #ffffff;
  height: 310px;
  position: relative;
  transition: all ease 0.3s;
}
.resource_item .h3{
  font-size: 24px;
  margin: 10px 0 20px 0;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resource_item .h3 + a{
  position: absolute;
  left: 35px;
  bottom: 35px;
}
.resource_item:hover{
  box-shadow: 0px 1px 10px -4px #999;
}
.cat_btn:focus{
  background-color: #ffffff !important;
  color: #135da6 !important;
}
.blue_btn,
.blue_btn:focus{
  background-color: #135da6 !important;
  color: #ffffff !important;
}
.btn_group .cat_btn:focus,
.btn_group .blue_btn:focus{
  margin: 0 !important;
}
.blue_btn:hover{
  color: #ffffff;
}
.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;
}
.box.header-bottom.box-active {
  position: fixed;
  z-index: 9999;
  height: 64.06px;
  box-shadow: 0 16px 24px rgb(14 13 18 / 7%);
  top: 0;
  background-color: #ffffff;
}
.box.header-bottom.box-active .head_logo img{
  width: 150px;
}
.box.header-bottom.box-active .head_main {
  padding: 8.5px 0;
}
.return-top {
  background: #135da6;
  border: 1px solid #135da6;
  bottom: 50px;
  color: #fff;
  font-size: 18px;
  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: transparent;
  color: #135da6;
}
.home_contact{
  height: 650px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_contact_item{
  background-color: rgba(0,0,0,0.65);
  padding: 65px 45px;
  max-width: 590px;
}
.home_contact_item .heading_h2{
  color: #ffffff;
  margin: 0 0 15px 0;
}
.home_contact_item p{
  color: #ffffff;
  margin-bottom: 35px;
}
.home_contact_item .cat_btn{
  margin-left: 0;
  margin-right: auto;
}
.home_choose{
  padding: 90px 0;
}
.choose_box > .vc_column-inner{
  background-color: #f5fbff;
  padding: 35px 40px !important;
  transition: all ease 0.3s;
}
.choose_box > .vc_column-inner:hover{
  box-shadow: 0px 1px 10px -4px #999;
}
.choose_box .wpb_content_element{
  margin-bottom: 0 !important;
}
.choose_box{
  text-align: center;
}
.stats-top .stats-number,
div.stats-desc>div.counter_suffix{
  font-size: 48px !important;
  font-family: 'Inter18ptSemiBold' !important;
}
.stats-desc {
  margin: 15px 0 0 0 !important;
}
.stats-block.stats-top {
  margin-bottom: 15px !important;
}
footer{
  padding: 70px 0 50px 0;
  background-color: #102f4e;
}
.foot_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
}
.foot_item *{
  color: #ffffff;
}
.social{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.menu_link{
  padding: 0;
  text-align: center;
}
.foot_item:nth-child(1){
  width: 38%;
  text-align: center;
  padding-right: 150px;
  border: 0;
}
.foot_item{
  width: 20.5%;
  border-left: 1px solid #135da6;
}
.foot_item .h3{
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
}
.menu_link li{
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.logo_text{
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0 30px 0;
}
.foot_copy{
  margin-top: 80px;
}
.foot_copy p{
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.page_content{
  padding: 50px 0 90px 0;
}
.width_1080{
  max-width: 1080px;
  margin: 0 auto;
}
.titlebar_breadcrumbs a span{
  color: #333333;
}
.titlebar_breadcrumbs span{
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  margin: 0 2px;
}
.titlebar_breadcrumbs {
  padding: 17.65px 0;
}
.titlebar_breadcrumbs a:hover{
  border-color: #333333;
}
.titlebar_breadcrumbs a:hover span{
  color: #333333;
}
.taxonomy_section{
  padding: 50px 0 90px 0;
}
.title_box{
  text-align: center;
}
.title_box::after{
  content: '';
  width: 100px;
  height: 6px;
  background-color: #175CA2;
  display: block;
  margin: 30px auto 0;
}
.tax_resource_box .resource_recommend_item{
  background-color: #F3F5F6;
}
.tax_resource_box .resource_item{
  padding: 0;
  background-color: #F3F5F6;
  height: inherit;
}
.resource_item_content{
  padding: 35px 25px;
  position: relative;
  height: 280px;
}
.tax_resource_box .resource_item .h3 + a {
  left: auto;
  right: 25px;
  bottom: 35px;
}
.tax_resource_box{
  margin-top: 50px;
}
.tax_resource_box .resource_recommend_box{
  margin-top: 0;
}
.resource_box .resource_item_content .h3 + p{
  display: none;
}
.wp-pagenavi span.current{
  font-weight: 400;
  color: #ffffff;
  background-color: #175CA2;
}
.wp-pagenavi a, .wp-pagenavi span{
  border: 0 !important;
  background-color: #eaeaea;
  color: #175CA2;
  font-size: 16px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0 3px !important;
}
.wp-pagenavi a:focus, .wp-pagenavi span:focus{
  background-color: #175CA2 !important;
  color: #ffffff !important;
}
.wp-pagenavi {
  text-align: center;
}
.page-nav {
  display: block;
  width: 100%;
  margin-top: 25px;
}
.single_blog_content h2,
.single_blog_content h2 strong,
.single_blog_content h2 b{
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
}
.single_blog_content h3,
.about_content_box h3,
.single_blog_content h3 strong,
.about_content_box h3 strong,
.single_blog_content h3 b,
.about_content_box h3 b{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.about_content_box h2,
.about_content_box h2 strong,
.about_content_box h2 b{
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 30px;
}
.about_content_box strong,
.single_blog_content strong,
.single_product_content strong{
  font-size: 18px;
  font-family: 'Inter18ptSemiBold';
  font-weight: 400;
  margin: 20px 0 10px 0;
  color: #175CA2;
}
.single_blog_content b,
.about_content_box b{
  font-size: 18px;
  font-family: 'Inter18ptSemiBold';
  color: #175CA2;
}
.single_blog_content p,
.about_content_box p{
  line-height: 28px;
}
.sp_one_content ol,
.sp_one_content ul,
.single_blog_content ol,
.single_blog_content ul,
.about_content_box ol,
.about_content_box ul{
  padding-left: 20px;
  margin-bottom: 25px;
}
.sp_one_content ol li,
.sp_one_content ul li,
.single_blog_content ol li,
.single_blog_content ul li,
.about_content_box ol li,
.about_content_box ul li{
  list-style: disc;
  line-height: 28px;
  font-size: 16px;
}
.sp_one_content ol li::marker,
.sp_one_content ul li::marker,
.single_blog_content ol li::marker,
.single_blog_content ul li::marker,
.about_content_box ol li::marker,
.about_content_box ul li::marker{
  font-size: 20px;
}
.title_section {
  margin-bottom: 35px;
  padding-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
.title_section .titlebar {
  font-size: 32px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: transparent;
  border-left: 0;
  padding-bottom: 20px;
}
.title_section .titlebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  left: 0;
  bottom: -5px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #175CA2;
}
.knowpage{
  padding: 50px 0 90px 0;
}
.contact_us{
  margin-bottom: 0;
  padding: 90px 0;
  background-image: url('/wp-content/uploads/2025/08/contact-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.contact_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.contact_box .cat_btn{
  margin-left: 0;
  margin-right: auto;
  margin-top: 40px;
}
.contact_item{
  width: 40%;
}
.contact_item h2,
.contact_item p{
  color: #ffffff !important;
  text-align: left;
}
.contact_item h3{
  font-size: 36px;
  text-align: center;
  color: #202a36;
  margin-bottom: 30px;
}
.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, .nf-form-content select {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #202A36 !important;
    font-family: 'Inter18ptRegular' !important;
    font-size: 16px;
    line-height: 26px;
}
nf-field{
    margin-bottom: 15px;
    display: block;
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 9px !important;
}
.nf-form-content input[type=button]{
    background: #175CA2 !important;
    border: 0;
    color: #ffffff;
    transition: all .5s;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    width: 240px !important;
    height: 50px !important;
    padding: 0 !important;
    font-family: 'Inter18ptRegular' !important;
    font-weight: 400 !important;
}
.nf-form-content input[type=button]:hover{
    color: #ffffff !important;
}
.nf-form-content label{
    color: #333333;
}
.nf-form-content label {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter18ptRegular' !important;
    font-weight: 400 !important;
}
.contact_item:nth-child(2){
  background-color: #F2FAFF;
  padding: 30px;
  border-radius: 8px;
  width: 60%;
}
.nf-field-element textarea {
    height: 130px !important;
    border-radius: 6px !important;
}
.nf-field-element input[type=submit]{
  background-color: #102F4E !important;
  color: #ffffff !important;
  width: 100% !important;
  text-align: center;
  border: 0 !important;
}
.nf-field-element select,
.nf-field-element input{
  border-radius: 6px !important;
}
.label-above .nf-field-label{
  display: none;
}
.download_cat{
  border-top: 4px solid #175CA2;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 0;
}
.download_cat .menu-item{
  width: 33.33333333%;
  background-color: #175CA2;
  height: 80px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.download_cat .menu-item a:focus,
.download_cat .menu-item a{
  color: #ffffff !important;
  font-size: 24px;
  line-height: 30px;
}
.download_page .menu-item:first-child,
.download_cat .current-menu-item{
  background-color: #ffffff;
}
.download_page .menu-item:first-child a,
.download_page .menu-item:first-child a:focus,
.download_cat .current-menu-item a:focus,
.download_cat .current-menu-item a{
  color: #175CA2 !important;
}
.download_catelogue_item{
  background-image: linear-gradient(to right, #102F4E 33%, #F3F5F6 33%, #F3F5F6 100%);
  padding: 35px;
}
.dae-shortcode-download-wrapper .dae-shortcode-download-text{
  font-weight: 600 !important;
}
.download_catalogue{
  overflow: hidden;
}
table,
tbody,
tr{
  border: 0 !important;
}
td{
  border: 1px solid #e6e6e6 !important;
  font-size: 16px;
  color: #404040;
  text-align: center;
}
table tr:first-child td strong{
  color: #ffffff;
}
table tr:first-child td{
  background-color: #175CA2;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Inter18ptSemiBold' !important;
}
table tr:hover{
  background-color: #f6f6f6;
}
table tr:first-child td:hover{
  background-color: #175CA2;
}
.download_drawing{
  margin: 60px 0 0 0;
}
.download_drawing_item{
  margin-bottom: 30px;
}
.tax_resource_box .application_item{
  width: 49%;
}
.resource_box .application_item .resource_item_content .h3 + p{
  display: block !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tax_resource_box .application_item .resource_item_content{
  height: 330px;
}
.tax_resource_box .application_item .resource_item_content .cat_btn{
  margin-left: 0;
}
.application_item .resource_item .h3{
  margin-top: 0;
}
.taxonomy_section .application_item:first-child{
  align-items: center;
}
.single_app_content h2{
  font-size: 36px;
}
.introduce{
  margin: 50px 0 80px 0 !important;
}
.introduce_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin-top: 35px;
}
.control_swiper{
  width: 45%;
  border-left: 2px solid #D0D0D0;
  padding-left: 30px;
}
.gallery_swiper{
  width: 50%;
  overflow: hidden;
}
.control_swiper .swiper-wrapper {
  flex-wrap: wrap;
  height: auto;
}
.control_swiper .swiper-slide{
  width: 100% !important;
}
.control_content{
  display: none;
  opacity: 0;
  transition: all ease 0.3s;
}
.introduce_box .swiper-slide-thumb-active .control_content{
  display: block;
  opacity: 1;
}
.introduce_box .h3{
  color: #D0D0D0;
  font-size: 30px;
}
.introduce_box .swiper-slide-thumb-active .h3{
  color: #202A36;
}
.introduce_box .swiper-slide-thumb-active .control_box{
  position: relative;
}
.introduce_box .swiper-slide-thumb-active .control_box::before{
  content: '';
  display: block;
  width: 5px;
  height: 70px;
  background-color: #175CA2;
  position: absolute;
  top: 0;
  left: -33px;
}
.control_box{
  margin-bottom: 40px !important;
}
.control_box:hover{
  cursor: pointer;
}
.single_app_content h3{
  font-size: 30px;
  margin-bottom: 25px;
}
.product_one h2{
  text-align: center;
}
.product_box{
  margin: 100px 0;
}
.product_box1{
  margin-top: 50px;
}
.product_one_up{
  background-color: #F2FAFF;
}
.product_introduce{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.product_introduce_item{
  width: 47%;
}
.btn_group{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 30px;
  margin-top: 35px;
}
.product_introduce_item h2{
  font-size: 36px;
  margin-bottom: 20px;
  color: #202A36;
  text-align: left;
}
.product_introduce_item p{
  font-size: 16px;
  line-height: 26px;
  color: #202A36;
}
.product_introduce_item strong {
  display: block;
  margin: 12px 0 2px 0;
}
.product_introduce_item br{
  display: none;
}
.request_btn{
  width: 230px;
}
.btn_group a{
  margin: 0;
  width: 230px !important;
}
.product_tab_box{
  margin-bottom: 70px;
}
.product_tab_box img{
  width: 100%;
  height: 431px;
  object-fit: cover;
}
.image_swiper{
  overflow: hidden;
}
.product_tab_title{
  text-align: center;
}
.product_tab_title .h3{
  color: #D0D0D0;
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding-bottom: 8px;
}
.product_tab_title .h3:hover{
  cursor: pointer;
}
.product_tab .swiper-slide-thumb-active .h3{
  color: #175CA2;
  border-bottom: 3px solid #175CA2;
}
.text_swiper {
  max-width: 800px;
  margin: 0 auto 35px;
}
.product_one_down{
  margin-top: 90px;
}
.text_swiper .swiper-wrapper{
  justify-content: center;
}
.product_two{
  height: 520px;
  width: 100%;
  background-color: #175CA2;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.product_design{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.product_design_item{
  width: 49%;
}
.product_design_item .heading_h2{
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: 'Inter18ptSemiBold' !important;
}
.product_design_item p{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.product_design_item .cat_btn{
  margin-left: 0;
  margin-top: 40px;
  width: 235px;
}
.product_three{
  background-image: url('/wp-content/uploads/2025/09/development.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px;
  background-position: bottom;
}
.product_development .heading_h2{
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: 'Inter18ptSemiBold' !important;
  text-align: center;
}
.product_development p{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.product_four{
  padding-top: 90px;
}
.product_four .heading_h2{
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: 'Inter18ptSemiBold' !important;
  margin-bottom: 50px;
}
.product_download{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 70px;
}
.product_download_item{
  width: 49%;
  background-color: #F2FAFF;
  padding: 20px;
  transition: all ease 0.3s;
}
.product_download_item a{
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 20px;
  color: #202A36;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Inter18ptSemiBold' !important;
}
.product_download_item:hover{
  box-shadow: 0px 1px 4px 0px #eee;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus, .nf-form-content select:focus {
    border: 1.5px solid #444444 !important; /* 例如，使用黑色实线边框 */
    outline: none !important; /* 移除默认的outline，如果你不希望有额外的轮廓 */
}
.nf-form-content select{
  color: #444444 !important;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img,
input:focus,
a:focus{
  outline: unset !important;
}
#fancybox-wrap{
  width: 40% !important;
  left: 25% !important;
  height: 430px !important;
}
.contact_page .nf-form-content .list-select-wrap .nf-field-element>div,
.contact_page .nf-form-content input:not([type=button]),
.contact_page .nf-form-content textarea, .nf-form-content select,
#fancybox-content .nf-form-content .list-select-wrap .nf-field-element>div,
#fancybox-content .nf-form-content input:not([type=button]),
#fancybox-content .nf-form-content textarea, .nf-form-content select{
  border: 1px solid #999999 !important;
  padding: 10px !important;
}
#fancybox-content > div{
  height: 100% !important;
  width: 100% !important;
}
.cat_one_box p,
.cat_one_box .heading_h2{
  text-align: center;
}
.cat_one .heading_h2{
  margin-bottom: 30px;
}
.cat_one_box{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cat_two{
  background-color: #F2FAFF;
  padding: 50px 0;
  margin: 60px 0 30px 0;
}
.cat_child_box{
  margin-top: 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 35px;
  flex-wrap: wrap;
}
.cat_child_item{
  width: 49%;
}
.cat_child_image{
  background-color: #ffffff;
  height: 317px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D0D0;
}
.cat_child_image img{
  height: 300px;
  width: 300px;
  object-fit: cover;
}
.cat_child_content{
  background-color: #F3F5F6;
  padding: 35px;
}
.cat_child_content .h3{
  font-size: 24px;
  color: #202A36;
  text-align: center;
  margin-top: 0;
}
.cat_child{
  margin: 60px 0;
}
.cat_child_content .btn_group{
  justify-content: center;
}
.cat_four{
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/wp-content/uploads/2025/09/background.jpg');
}
.cat_four_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cat_form{
  padding: 40px 37.5px;
  background-color: #F2FAFF;
}
.cat_four_item:first-child{
  width: 60%;
}
.cat_four_item:last-child{
  width: 35%;
}
.cat_four_item h2{
  font-size: 36px;
  margin-bottom: 20px;
  color: #202A36;
}
.cat_four_item h3{
  font-size: 30px;
  line-height: 36px;
  color: #202A36;
  margin-bottom: 18px;
}
.cat_four_item p{
  font-size: 16px;
  line-height: 26px;
  color: #202A36;
  margin-bottom: 15px;
}
.cat_four_item hr{
  border-color: #D9D9D9;
  margin: 25px 0;
}
.cat_four_item ul{
  padding: 0 0 0 20px;
  margin: 25px 0;
}
.cat_four_item li{
  list-style: disc;
  font-size: 16px;
  line-height: 26px;
  color: #202A36;
}
.cat_form h3{
  font-size: 36px;
  color: #202A36;
  text-align: center;
}
.cat_faq{
  padding: 90px 0 0 0;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  border: none;
  background: transparent;
  outline: none!important;
  margin: 7.5px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.accordion button:hover,.accordion button:focus {
  cursor: pointer;
  color: #ffffff;
  background-color: #f1f1f1;
}
.accordion button:hover::after,.accordion button:focus::after {
  cursor: pointer;
  color: #ffffff;
  outline: none!important
}
.accordion button .accordion-title {
  font-size: 20px !important;
  color: #202A36 !important;
  font-family: 'Inter18ptSemiBold' !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: #202A36;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 8px;
  left: 13.5px;
  width: 2px;
  height: 13px;
  background: #202A36;
}
.accordion button[aria-expanded=true] {
  color: #202A36;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: inherit;
  min-height: inherit;
  will-change: opacity, max-height;
  padding: 20px 20px 0 20px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear;
  will-change: opacity,max-height;
  font-size: 16px;
  line-height: 28px;
}
.accordion .accordion-content p {
  font-size: 16px;
  line-height: 28px;
  color: #202A36;
  margin: 0 0 15px;
}
.accordion-item button:not(:hover):not(:active):not(.has-background) {
  background-color: #F3F5F6 !important;
  color: #202A36!important;
  padding: 17px 25px;
  transition: all ease 0.3s;
}
.accordion button .accordion-title:hover,
.accordion button[aria-expanded=true] .accordion-title {
  color: #202A36 !important;
}
.accordion button{
  background-color: #F3F5F6;
  padding: 17px 25px;
  margin: 0 !important;
}
.accordion button[aria-expanded=true]{
  background-color: #f1f1f1;
  padding: 17px 25px;
}
.accordion-item {
  margin-bottom: 20px;
}
.cat_faq .heading_h2{
  font-size: 36px;
  text-align: center;
  line-height: 40px;
}
.cat_faq_box{
  margin-top: 40px;
}
.cat_faq .btn_group{
  justify-content: center;
  margin-top: 50px;
}
.single_product_page{
  padding: 90px 0;
}
.single_product_page .heading_h2{
  text-align: center;
  font-size: 36px;
}
.single_product_page .heading_h2::after{
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  margin: 25px auto 0;
  background-color: #175CA2;
}
.single_product_gallery {
  margin: 0 auto;
}
.product-gallery .swiper-pagination-bullet-active {
    background: #175CA2;
}
.product-gallery .swiper-button-next, .product-gallery .swiper-button-prev {
    color: #ffffff;
    background-color: #175CA2;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.product-gallery .swiper-button-next.swiper-button-disabled,.product-gallery .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.product-gallery .swiper-button-next:after,.product-gallery .swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
.product-gallery .swiper-button-prev:after,.product-gallery .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}
.swiper_control{
    overflow: hidden;
    position: relative;
}
.product-gallery img{
    margin: 0 auto;
}
#bx-pager{
    margin-top: 25px;
}
#bx-pager .swiper-wrapper{
    justify-content: space-between;
}
#bx-pager img{
    border: 2px solid transparent;
}
#bx-pager .swiper-slide-thumb-active img{
    border: 2px solid #175CA2;
}
.swiper_control img{
  margin: 0 auto;
}
#bx-pager{
  max-width: 480px;
}
.single_product_content{
  padding: 90px 0;
}
.vc_tta.vc_tta-style-modern .vc_tta-tabs-list {
  padding: 0 !important;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab>a{
  border: 0 !important;
  background-image: none !important;
  background-color: #175CA2 !important;
}
.vc_tta.vc_general .vc_tta-tab>a{
  font-size: 24px !important;
  line-height: 30px !important;
  font-family: 'Inter18ptRegular' !important;
  color: #ffffff !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a{
  background-color: transparent !important;
  border: 0 !important;
  color: #175CA2 !important;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab{
  margin: 0 !important;
  width: 33.33% !important;
}
.vc_tta-tabs-container{
  border-top: 4px solid #175CA2 !important;
}
.vc_tta.vc_tta-style-modern .vc_tta-panel-body, .vc_tta.vc_tta-style-modern .vc_tta-panel-heading{
  background-image: none !important;
  border: 0 !important;
  background-color: #ffffff !important;
  padding: 50px 0 !important;
}
.single_product_content h3{
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 35px;
}
.single_product_content h4{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Inter18ptSemiBold' !important;
}
.single_product_content p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.flex-column .vc_column-inner > .wpb_wrapper{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex-column .wpb_single_image{
  width: 25%;
}
.flex-column .wpb_text_column.wpb_content_element{
  width: 70%;
}
.single_product_content table{
  width: 100%;
  height: auto;
}
.slider_table{
  margin: 28px 0;
}
.single_product_content table th{
  background: #175CA2;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Inter18ptRegular";
  padding: 8px;
  border: 1px solid #FFFFFF;
  font-weight: 300;
  text-align: center;
}
.single_product_content table td{
  background: #EEEEEE;
  text-align: center;
  border: 1px solid #FFFFFF !important;
  font-size: 14px;
  color: #474747;
  font-family: "Inter18ptRegular";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.single_product_content table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.diagram_box .swiper-slide-thumb-active .cat_btn{
  background-color: #135da6;
  color: #ffffff;
}
.diagram_box .cat_btn{
  background-color: #F4F4F4;
  color: #135da6;
  border-radius: 8px;
}
.diagram_box .cat_btn:hover{
  cursor: pointer;
}
.diagram_image {
  margin-top: 40px;
  text-align: center;
}
.single_application .heading_h2{
  text-align: left;
}
.single_application_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  row-gap: 25px;
  column-gap: 25px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.single_application_item{
  width: 23%;
  text-align: center;
}
.single_application_item .h3{
  font-size: 24px;
  line-height: 30px;
}
.single_application .heading_h2::after{
  display: none;
}
.white_box .vc_column-inner > .wpb_wrapper{
  background-color: #ffffff;
  padding: 30px;
  transition: all ease 0.3s;
}
.match_box strong,
.white_box strong{
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Inter18ptSemiBold' !important;
  margin: 35px 0 20px 0;
  display: block;
}
.gray_box br,
.white_box br{
  display: none;
}
.more_link{
  font-size: 18px;
  color: #175CA2;
  font-family: 'Inter18ptSemiBold' !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  margin-top: 50px;
}
.more_link::after{
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background-image: url('/wp-content/uploads/2025/08/click.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.white_box .wpb_text_column{
  margin-bottom: 0;
}
.gray_box .vc_column-inner > .wpb_wrapper{
  background-color: #F3F5F6;
  padding: 30px;
  height: 306px;
  margin: 15px 0;
  transition: all ease 0.3s;
}
.gray_box strong{
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Inter18ptSemiBold' !important;
  margin: 35px 0 20px 0;
  display: block;
  color: #175CA2;
}
.contact_page .heading_h2{
  font-size: 36px;
}
.uavc-list-content span.uavc-list-desc{
  font-size: 18px;
  line-height: 28px;
  color: #175CA2;
}
.uavc-list-icon{
  margin-right: 15px !important;
}
.padding_50{
  padding-left: 50px !important;
}
.white_box .vc_column-inner > .wpb_wrapper:hover{
  box-shadow: 0px 1px 10px -4px #000;
}
.match_box .vc_column-inner > .wpb_wrapper:hover,
.gray_box .vc_column-inner > .wpb_wrapper:hover{
  box-shadow: 0px 1px 10px -4px #999;
}
.vc_toggle_title h2{
  font-size: 20px !important;
  color: #202A36 !important;
  font-family: 'Inter18ptSemiBold' !important;
  line-height: 26px;
  padding: 10px 0;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
  height: 14px !important;
  width: 1px !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
  width: 14px !important;
  height: 1px !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  width: 14px !important;
  margin-left: 0 !important;
  height: 1px !important;
  background: #202A36 !important;
  border: 1px solid #202A36 !important;
  margin-top: 23px;
}
.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
  background: #202A36 !important;
}
.vc_toggle_default .vc_toggle_icon::before {
  border: 1px solid #202A36 !important;
}
.vc_toggle_icon{
  position: relative !important;
  transform: unset !important;
}
.vc_toggle_title{
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  justify-content: space-between !important;
  background-color: #F3F5F6 !important;
  padding: 17px 25px !important;
  transition: all ease 0.3s;
}
.vc_toggle_title:hover,
.vc_toggle_title:focus{
  background-color: #f1f1f1 !important;
}
.vc_toggle_content {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 20px 20px 0 20px !important;
}
.match_box .vc_column-inner > .wpb_wrapper{
  background-color: #F2FAFF;
  padding: 25px;
  transition: all ease 0.3s;
  height: 334px;
  margin: 15px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
}
.match_box .number{
  font-size: 15px;
  color: #175CA2;
  font-family: 'Inter18ptSemiBold' !important;
}
.match_box .wpb_single_image{
  margin-bottom: 0 !important;
}
.match_box br{
  display: none;
}
.white p{
  color: #ffffff;
}
.provide_solutions .vc_toggle_title h2{
  color: #ffffff !important;
}
.provide_solutions .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.provide_solutions .vc_toggle_default .vc_toggle_icon::after,.provide_solutions .vc_toggle_default .vc_toggle_icon::before {
  background: #ffffff !important;
}
.provide_solutions .vc_toggle_default .vc_toggle_icon::before {
  border: 1px solid #ffffff !important;
}
.provide_solutions .vc_toggle_title{
  background-color: transparent !important;
  padding: 17px 0 !important;
  border-bottom: 1px solid #ffffff !important;
}
.provide_solutions .vc_toggle_title:hover,
.provide_solutions .vc_toggle_title:focus{
  background-color: transparent !important;
}
.provide_solutions .vc_toggle_content{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.provide_solutions .vc_toggle_content *{
  color: #ffffff !important;
}
.provide_solutions .vc_toggle{
  margin-bottom: 0 !important;
}
.white_box .stats-top .stats-number,
.white_box div.stats-desc>div.counter_suffix{
  color: #175CA2 !important;
  text-align: left !important;
}
.white_box .stats-block .stats-text{
  color: #102F4E !important;
  text-align: left !important;
  margin-top: 20px !important;
}
.white_box .stats-top .aio-icon-top,
.white_box .stats-top .stats-desc {
  text-align: left !important;
}
.white_box .align-icon{
  text-align: left !important;
}
.white_box .vc_column-inner > .wpb_wrapper .stats-block.stats-top{
  height: 245px !important;
}
.history{
  padding: 90px 0;
}
.equipment .heading_h2,
.honors .heading_h2,
.history .heading_h2{
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
}
.equipment .heading_h2 + p,
.history h2 + p{
  text-align: center;
  margin-bottom: 35px;
}
.history_today{
  margin: 30px auto;
  display: block;
}
.history_today + p{
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-family: 'Inter18ptSemiBold' !important;
}
.history_item{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 35px;
  align-items: center;
  background-color: #F3F5F6;
  border-radius: 15px;
  padding: 15px;
}
.history_content .year{
  font-size: 18px;
  color: #175CA2;
}
.history_box{
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  padding-bottom: 100px;
}
.honors .heading_h2 + img{
  margin: 40px auto;
  display: block;
}
.honor_section{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 35px;
  margin-bottom: 70px;
}
.honor_half{
  width: 48.5%;
}
.honor_up{
  position: relative;
  margin-bottom: 35px;
}
.honor_cover{
  position: absolute;
  left: 50px;
  top: 50px;
  max-width: 400px;
}
.honor_up img{
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.honor_up .bigtext{
  font-size: 128px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Inter18ptBold' !important;
}
.honor_up p{
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
.honor_item{
  background-color: #F3F5F6;
  padding: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 20px;
  align-items: flex-start;
  margin: 15px 0;
}
.honor_item p{
  font-size: 16px;
}
.equipment{
  padding: 90px 0 0 0;
}
.model_box .nav.nav-tabs{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  border-top: 4px solid #175CA2;
  border-bottom: 0;
}
.model_box .nav.nav-tabs li{
  width: 33.3333%;
}
.model_box .nav.nav-tabs li a:focus,
.model_box .nav.nav-tabs li a{
  font-size: 24px;
  line-height: 30px;
  font-family: 'Inter18ptRegular';
  color: #ffffff !important;
  border: 0;
  background-color: #175CA2 !important;
  text-align: center;
  border-radius: 0;
  margin: 0;
  padding: 14px 0;
}
.model_box .nav.nav-tabs li.active a:focus,
.model_box .nav.nav-tabs li.active a{
  background-color: #ffffff !important;
  border: 0;
  color: #175CA2 !important;
}
.model_box .tab-content{
  margin-top: 35px;
}
.model_item {
  background-color: #F2FAFF;
}
.model_item p {
  padding: 25px;
  text-align: center;
  margin-bottom: 0;
  min-height: 52px;
}
.model_box .tab-pane{
  position: relative;
}
.model_item img{
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.swiper-button-prev-pv,
.swiper-button-prev-hv,
.swiper-button-prev-tv{
  left: -100px;
}
.swiper-button-next-pv,
.swiper-button-next-hv,
.swiper-button-next-tv{
  right: -100px;
}
/*********404*************/
.cls-1 {
  fill: #666;
}
.cls-2 {
  fill: #175CA2;
}
.cls-3 {
  fill: #175CA2;
}
.cls-4 {
  fill: #ccc;
}
.cls-5 {
  fill: #175CA2;
}
.cls-6,
.cls-7,
.cls-8 {
  fill: #6f9ac5;
}
.cls-10,
.cls-6 {
  opacity: 0.6;
}
.cls-7 {
  opacity: 0.4;
}
.cls-9 {
  fill: #6f9ac5;
}
.cls-11 {
  fill: #6f9ac5;
}
.cls-12 {
  fill: #6f9ac5;
}
.cls-13 {
  fill: #6f9ac5;
}
.cls-14 {
  fill: #175CA2;
}
.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-live-search-result{
  flex-wrap: nowrap !important;
  align-items: center;
}
.about_content_box ol,
.about_content_box ul,
.default_page ol,
.default_page ul,
.single_product_content ol,
.single_product_content ul{
  padding-left: 20px;
  margin-bottom: 15px;
}
.about_content_box ol li,
.about_content_box ul li,
.default_page ol li,
.default_page ul li,
.single_product_content ol li,
.single_product_content ul li{
  list-style: disc;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.about_content_box ol li::marker,
.about_content_box ul li::marker,
.default_page ol li::marker,
.default_page ul li::marker,
.single_product_content ol li::marker,
.single_product_content ul li::marker{
  font-size: 20px;
}
.ubermenu-skin-minimal.ubermenu-responsive-toggle{
  display: none;
}
.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
  font-size: 16px;
  font-weight: 400 !important;
}
a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_above {
  text-align: center;
}
.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image{
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ubermenu .ubermenu-submenu .ubermenu-target:hover{
  text-decoration: none !important;
}
.ubermenu-submenu > .ubermenu-item > .ubermenu-target > .ubermenu-target-title,
.ubermenu-tabs-group > .ubermenu-tab > .ubermenu-target > .ubermenu-target-title{
  font-size: 16px;
  line-height: 24px;
  color: #202a36 !important;
  text-transform: capitalize;
  position: relative;
}
ul.ubermenu-submenu.ubermenu-submenu-id-779.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
ul.ubermenu-submenu.ubermenu-submenu-id-783.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  width: 140% !important;
  left: -20% !important;
}
.ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-target:hover,
.ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-item > .ubermenu-target:hover{
  background-color: #F3F5F6;
}
ul.ubermenu-submenu.ubermenu-submenu-id-779 .ubermenu-item-layout-image_above>.ubermenu-image{
  width: 165px;
  height: 115px;
  margin-bottom: 15px;
  object-fit: cover;
}
.slider_table {
  position: relative;
  width: 100%;
  overflow: auto;
}
.diagram_image *{
  margin: 0 auto;
}
.diagram_image .wp-caption-text {
  margin-bottom: 35px !important;
  font-size: 16px;
}
.diagram_gallery_swiper .swiper-slide{
  height: 1px !important;
}
.diagram_gallery_swiper .swiper-slide.swiper-slide-active{
  height: auto !important;
}
#nf-form-3-cont .label-above .nf-field-label {
  display: block;
}
@media (max-width: 1366px){
  header .container{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .single_application_item .h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .stats-block .stats-text {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px){
  #fancybox-wrap{
    width: 90% !important;
    left: 5% !important;
  }
  .primary-navigation > div > .menu-wrapper {
    column-gap: 15px;
  }
  header .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .heading_h2,
  .home_cat_content .h3 {
    font-size: 38px;
  }
  .home_application_item .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .recommend_content .h3 {
    font-size: 24px;
  }
  .p_content {
    font-size: 16px;
  }
  .home_application {
    margin-bottom: 50px;
  }
  .stats-top .stats-number, div.stats-desc>div.counter_suffix {
    font-size: 38px !important;
  }
  .choose_box > .vc_column-inner {
    padding: 25px 20px !important;
  }
  .foot_item:nth-child(1) {
    width: 30%;
    padding-right: 25px;
  }
  .foot_item{
    width: 23%;
  }
  .primary-navigation .ubermenu-nav, .primary-navigation > div > .menu-wrapper {
    column-gap: 0;
  }
  .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 16px;
  }
  .home_cat_item > img {
    height: 450px;
  }
  .app_image > img {
    width: 100%;
    height: 280px;
  }
  .resource_item {
    width: 31.9%;
  }
  .product_three .container{
    width: 100%;
  }
  .cat_child_content .btn_group {
    flex-wrap: wrap;
    gap: 15px;
  }
  .cat_four_item:last-child,
  .cat_four_item:first-child {
    width: 100%;
  }
  .cat_four_box{
    gap: 35px;
  }
  .swiper-button-next-pv, .swiper-button-next-hv, .swiper-button-next-tv {
    right: 0;
    top: 40%;
  }
  .swiper-button-prev-pv, .swiper-button-prev-hv, .swiper-button-prev-tv {
    left: 0;
    top: 40%;
  }
  .gray_box.vc_col-sm-3{
    width: 50%;
  }
  .match_box.vc_col-sm-3 {
    width: 50%;
  }
  .taxonomy_section .resource_item:first-child > img {
    height: 320px;
  }
  .tax_resource_box .application_item {
    width: 48.9%;
  }
  .introduce_box .h3 {
    font-size: 26px;
  }
  .resource_item > img {
    height: 210px;
  }
}
@media (max-width:991px){
  .head_cta{
    display: none;
  }
  .heading_h2,
  .home_cat_content .h3 {
    font-size: 32px;
  }
  .click,
  .cat_btn img{
    width: 30px;
  }
  .cat_btn {
    font-size: 18px;
    width: 180px;
    height: 50px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  .recommend_content .h3,
  .resource_item .h3{
    font-size: 20px;
  }
  .resource_item{
    height: 250px;
    width: 48.5%;
  }
  .resource_box{
    flex-wrap: wrap;
  }
  .choose_box {
    width: 50% !important;
  }
  .foot_item:nth-child(1) {
    width: 100%;
  }
  .foot_box{
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .foot_item{
    width: 33%;
  }
  .foot_item:nth-child(2){
    border-left: 0;
  }
  .home_contact {
    height: 500px;
  }
  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    display: block;
    font-size: 16px !important;
    color: #175CA2 !important;
    font-family: 'Inter18ptSemiBold' !important;
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100% !important;
  }
  .ubermenu .ubermenu-item-layout-image_above>.ubermenu-image{
    display: none;
  }
  a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_above {
    padding-left: 30px;
  }
  .ubermenu-submenu > .ubermenu-item > .ubermenu-target > .ubermenu-target-title, .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-target > .ubermenu-target-title{
    padding-left: 15px;
    text-align: left;
  }
  .ubermenu-submenu-id-779 > li,
  .ubermenu-submenu-id-779 > li > ul{
    padding: 0 !important;
  }
  .menu-button-container{
    display: none !important;
  }
  .contact_item:nth-child(2),
  .contact_item,
  .product_download_item,
  .product_design_item,
  .product_introduce_item{
    width: 100%;
  }
  .contact_box,
  .product_design,
  .product_introduce{
    flex-wrap: wrap;
    gap: 35px;
  }
  .product_introduce_item > img{
    width: 100%;
  }
  .product_one_up{
    padding: 50px 0;
  }
  .product_tab_box img {
    height: 339px;
  }
  .product_two {
    height: inherit;
    padding: 50px 0
  }
  .product_three{
    padding: 50px 0;
  }
  .contact_item h3 {
    font-size: 32px;
  }
  .vc_tta.vc_tta-style-modern .vc_tta-tab {
    width: 100% !important;
  }
  .single_application_item {
    width: 31%;
  }
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container{
    display: block !important;
  }
  .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{
    display: none;
  }
  .page-id-135 .vc_col-sm-3.white_box {
    width: 50%;
    margin: 15px 0;
  }
  .honor_up .bigtext {
    font-size: 68px;
  }
  .honor_up p {
    font-size: 20px;
  }
  .honor_up img {
    height: 240px;
  }
  .honor_cover {
    max-width: 100%;
    padding-right: 30px;
  }
  .model_box .nav.nav-tabs li a:focus, .model_box .nav.nav-tabs li a {
    font-size: 20px;
  }
  .request_btn {
    width: 230px;
  }
  .taxonomy_section .resource_item,
  .tax_resource_box .application_item {
    width: 100%;
  }
  .taxonomy_section .resource_item > img {
    width: 100% !important;
    height: 320px;
    object-fit: cover;
  }
  .taxonomy_section .resource_item .resource_item_content {
    padding: 35px 50px !important;
    width: 100% !important;
    height: auto !important;
  }
  .taxonomy_section .resource_item,
  .taxonomy_section .application_item{
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    background-color: #F3F5F6;
    width: 100%;
    flex-wrap: wrap;
  }
  .taxonomy_section .resource_item .resource_item_content .h3{
    font-size: 26px !important;
  }
  .taxonomy_section .application_item .resource_item_content .h3{
    font-size: 30px !important;
  }
  .introduce_box{
    flex-wrap: wrap;
    gap: 35px;
  }
  .gallery_swiper,
  .control_swiper{
    width: 100%;
  }
  .download_cat .menu-item {
    width: 100%;
  }
  .download_cat{
    flex-wrap: wrap;
  }
    ul.ubermenu-submenu.ubermenu-submenu-id-779.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width, ul.ubermenu-submenu.ubermenu-submenu-id-783.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
         width: auto !important; 
         left: 0 !important; 
    }  
}
@media (max-width: 600px){
  .page-id-135 .vc_col-sm-3.white_box{
    width: 100%;
  }
  .request_btn {
    width: 230px;
  }
  .home_cat_box{
    flex-wrap: wrap;
  }
  .home_cat_item{
    width: 100%;
  }
  .swiper-button-prev-app{
    left: 38%;
  }
  .swiper-button-next-app{
    right: 38%;
  }
  .home_application_box{
    padding-bottom: 60px;
  }
  .home_application {
    margin-bottom: 20px;
  }
  .home_resources {
    padding: 60px 0;
  }
  .resource_recommend_item{
    flex-wrap: wrap;
  }
  .recommend_content{
    width: 100%;
    order: 1;
  }
  .recommend_image{
    width: 100%;
  }
  .resource_item{
    width: 100%;
  }
  .home_contact {
    background-position: bottom;
  }
  .vc_row.vc_column-gap-30 {
    margin: 0 !important;
  }
  .choose_box {
    width: 100% !important;
  }
  .foot_item {
    width: 50%;
    border-left: 0;
  }
  .menu-button-container{
    padding: 7px 0 0 0 !important;
  }
  .menu-wrapper > li > .sub-menu.sub-active{
    display: block;
  }
	.primary-navigation > div > .menu-wrapper > li > .sub-menu{
		border: 0;
		width: auto;
	}
  .menu-wrapper > li > .sub-menu{
    display: none;
  }
  .menu-wrapper > li > .sub-menu.sub-active{
    display: block;
  }
	.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: inline-block !important;
  }
  .menu-item .fa{
    display: none;
  }
  .head_menu button.sub-menu-toggle {
    display: inline-block !important;
    color: #0c2446 !important;
    position: absolute;
    top: 4px;
    right: 0;
    text-align: center;
  }
  .icon-plus::after{
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
  }
  .icon-minus::after{
    content: "\f106";
    font: normal normal normal 18px/1 FontAwesome;
  }
  .menu-image-title-after.menu-image-title{
    margin: 0;
    font-size: 14px;
  }
  .icon-plus svg,.icon-minus svg{
    display: none;
  }
  .icon-plus,.icon-minus{
    justify-content: center;
  }
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding: 18px 2px;
    border-bottom: 1px solid #eee;
  }
  .home_cat_item > img {
    height: 350px;
  }
  .app_image > img {
    height: 320px;
  }
  .recommend_image img {
    height: 314px;
  }
  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    margin-top: 5px;
    margin-right: 20px;
  }
  .btn_group{
    flex-wrap: wrap;
    gap: 15px;
  }
  .product_tab_title .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .product_tab_box img {
    height: 200px;
  }
  .product_download_item a {
    font-size: 16px;
    line-height: 24px;
  }
  .cat_child_item {
    width: 100%;
  }
  .accordion button .accordion-title {
    font-size: 18px !important;
  }
  .cat_form {
    padding: 40px 30px;
  }
  .cat_form h3 {
    font-size: 32px;
  }
  .single_application_box{
    column-gap: 15px;
  }
  .single_application_item {
    width: 47%;
  }
  .single_application_item .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .vc_tta.vc_general .vc_tta-tab>a {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .single_product_content table{
    width: auto !important;
  }
  .honor_section{
    flex-wrap: wrap;
    gap: 35px;
  }
  .honor_half{
    width: 100%;
  }
  .model_box .nav.nav-tabs{
    flex-wrap: wrap;
  }
  .model_box .nav.nav-tabs li {
    width: 100%;
  }
  .gray_box.vc_col-sm-3 {
    width: 100%;
  }
  .white_box .vc_column-inner > .wpb_wrapper {
    height: auto;
  }
  .match_box.vc_col-sm-3 {
    width: 100%;
  }
  .padding_50 {
    padding-left: 0 !important;
  }
  .single_app_content{
    padding-bottom: 0;
  }
  .introduce_box .h3 {
    font-size: 24px;
  }
  .taxonomy_section .resource_item .resource_item_content .h3{
    font-size: 20px !important;
  }
  .taxonomy_section .application_item .resource_item_content .h3{
    font-size: 30px !important;
  }
  .single_blog_content{
    padding-bottom: 0;
  }
  .contact_us{
    background-position: right;
  }
  .download_catelogue_item {
    padding: 0;
  }
  .mobile_margin{
    margin-top: 35px;
  }
}
@media (max-width: 375px){
  .foot_item {
    width: 100%;
  }
}