
.bobo-side-bar {
  bottom: 150px;
  position: fixed;
  right: 10px;
  z-index: 999
}

.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: var(--color-primary);
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}

.bobo-side-bar a + a {
  margin-top: 10px
}

.bobo-side-bar a i {
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.bobo-side-bar a:last-child i {
  font-size: 22px
}



.insucom-foot-block {
  position: relative;
}
.insucom-foot-block .discover-area-box {
  position: relative;
}
@media (max-width: 767px) {
  .insucom-foot-block .discover-area-box {
    padding: 0 20px;
  }
}
.insucom-foot-block .discover-area-box .discover-area {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  padding: 20px 60px;
}
@media (max-width: 767px) {
  .insucom-foot-block .discover-area-box .discover-area {
    padding: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    height: auto;
  }
}
.insucom-foot-block .discover-area-box .discover-area img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.insucom-foot-block .discover-area-box .discover-area div {
  z-index: 1;
}
.insucom-foot-block .discover-area-box .discover-area p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 4px;
}
.insucom-foot-block .discover-area-box .discover-area h2 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
}
@media (max-width: 991px) {
  .insucom-foot-block .discover-area-box .discover-area h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-block .discover-area-box .discover-area h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.insucom-foot-block .discover-area-box .discover-area .btn-box {
  padding: 24px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 8px;
}
.insucom-foot-block .discover-area-box .discover-area .btn-box:hover {
  transition: all 0.3s ease-in-out;
  background-color: var(--bg-color);
  color: var(--color-primary);
}
@media (max-width: 991px) {
  .insucom-foot-block .discover-area-box .discover-area .btn-box {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-block .discover-area-box .discover-area .btn-box {
    margin-top: 20px;
    padding: 12px;
  }
}
.insucom-foot-block .footer-wrapper {
  padding-top: 90px;
  background-color: var(--color-second);
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .insucom-foot-block .footer-wrapper {
    padding-top: 30px;
  }
}
.insucom-foot-block .footer-wrapper .footer-top {
  display: grid;
  gap: 0px;
  padding-bottom: 60px;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .insucom-foot-block .footer-wrapper .footer-top {
    /*gap: 40px;*/
    padding-bottom: 30px;
  }
}
.insucom-foot-block .footer-wrapper .footer-top .col-span-12 {
  grid-column: span 12 / span 12;
}
@media (min-width: 767px) {
  .insucom-foot-block .footer-wrapper .footer-top .col-span-4 {
    padding-right: 10px;
    grid-column: span 4 / span 4;
  }
}
.insucom-foot-block .footer-wrapper .footer-top .footer-logo {
  height: 55px;
  margin-bottom: 30px;
}
.insucom-foot-block .footer-wrapper .footer-top .footer-logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.insucom-foot-block .footer-wrapper .footer-top .text-base {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.insucom-foot-block .footer-wrapper .footer-top .text-base:hover {
  text-decoration-line: underline;
}
.insucom-foot-block .footer-wrapper .footer-top .social {
  display: flex;
  align-items: center;
}
.insucom-foot-block .footer-wrapper .footer-top .social a + a {
  margin-left: 10px;
}
.insucom-foot-block .footer-wrapper .footer-top .social a i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 4px;
}
.insucom-foot-block .footer-wrapper .footer-top .social a i:hover {
  color: var(--color-primary);
  background-color: var(--bg-color) !important;
}
.insucom-foot-block .footer-wrapper .footer-top .social a i:hover img {
  filter: drop-shadow(var(--color-second) 2000px 0);
}
.insucom-foot-block .footer-wrapper .footer-top .social a i img {
  position: relative;
  left: -2000px;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  filter: drop-shadow(#fff 2000px 0);
  max-width: 100%;
  height: auto;
  width: auto;
}
@media (min-width: 767px) {
  .insucom-foot-block .footer-wrapper .footer-top .col-span-8 {
    grid-column: span 8 / span 8;
  }
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  row-gap: 0;
}
@media (max-width: 991px) {
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos {
    row-gap: 40px;
    gap: 20px;
  }

  .insucom-foot-block .footer-wrapper .footer-top .footer-infos {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links .links-title,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links .links-title,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links .links-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links .links-title,
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links .links-title,
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links .links-title {
    margin-bottom: 10px;
  }
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links .links-title .text-lg,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links .links-title .text-lg,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links .links-title .text-lg {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 767px) {
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links .links-title .text-lg,
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links .links-title .text-lg,
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links .links-title .text-lg {
    display: flex;
    line-height: 1.2;
  }
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links .links-title .line,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links .links-title .line,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links .links-title .line {
  height: 2px;
  width: 52px;
  background-color: var(--color-primary);
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links .links-list,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links .links-list,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links .links-list {
  display: flex;
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul + ul,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul + ul,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul + ul {
  margin-left: 32px;
}
@media (max-width: 991px) {
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul + ul,
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul + ul,
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul + ul {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul + ul,
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul + ul,
  .insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul + ul {
    margin-left: 0px;
  }
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul li,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul li,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul li {
  margin-bottom: 10px;
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a .contact-info,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul li a .contact-info,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a .contact-info {
  display: flex;
  align-items: center;
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a span,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul li a span,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a span {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 28px;
  color: #fff;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a span.iconfont {
    width: 35px;
    flex: 0 0 35px;
}


.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a span:hover,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul li a span:hover,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a span:hover {
  text-decoration-line: underline;
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a span + span,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul li a span + span,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a span + span {
  margin-left: 10px;
}
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a span + span:hover,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .service-links ul li a span + span:hover,
.insucom-foot-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a span + span:hover {
  text-decoration-line: underline;
}
.insucom-foot-block .footer-wrapper .footer-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-width: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .insucom-foot-block .footer-wrapper .footer-bottom {
    flex-direction: column;
  }
  .insucom-foot-block .footer-wrapper .footer-bottom .footer-bottom-ul {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-block .footer-wrapper .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.insucom-foot-block .footer-wrapper .footer-bottom span {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
.insucom-foot-block .footer-wrapper .footer-bottom .footer-bottom-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.insucom-foot-block .footer-wrapper .footer-bottom .footer-bottom-ul li span:hover {
  text-decoration-line: underline;
}
.insucom-foot-block .footer-wrapper .footer-bottom .footer-bottom-ul li + li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .insucom-foot-block .footer-wrapper .footer-bottom .footer-bottom-ul li + li {
    margin-left: 12px;
  }
}
.insucom-foot-block .footer-wrapper .footer-shape {
  position: absolute;
  right: -302px;
  top: -160px;
}
.insucom-foot-block .footer-wrapper .footer-shape svg {
  display: block;
  vertical-align: middle;
}
.insucom-foot-block .footer-wrapper .footer-shape .gear {
  animation: rotate 110s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.insucom-foot-block .theme-footer-two {
  background-color: #fbf7ed;
  padding-top: 0;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top {
  padding-top: 210px;
}
@media (max-width: 991px) {
  .insucom-foot-block .theme-footer-two .theme-footer-two-top {
    padding-top: 174px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-block .theme-footer-two .theme-footer-two-top {
    padding-top: 80px;
  }
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one {
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #e3e3e3;
}
@media (min-width: 640px) {
  .insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 991px) {
  .insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .block {
  display: block;
  height: 55px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .block img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box,
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box {
  display: flex;
  align-items: center;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text-icon,
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  height: 60px;
  width: 60px;
  background-color: var(--bg-color);
  color: var(--color-primary);
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text-icon span,
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text-icon span {
  font-size: 20px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text,
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text {
  margin-left: 17px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text p,
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text p {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--color-second);
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text p + p,
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text p + p {
  font-size: 16px;
  color: var(--text-color);
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .media-box {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .media-box {
    justify-content: flex-start;
  }
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .media-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bg-color);
  box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0 4px 13px -2px rgba(19, 16, 34, 0.06);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .media-box a:hover {
  color: var(--color-second);
  transform: translate(0, -0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .media-box a + a {
  margin-left: 10px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two {
  display: grid;
  padding-bottom: 80px;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #e3e3e3;
}
@media (max-width: 991px) {
  .insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two {
    gap: 30px;
  }
}
@media (min-width: 640px) {
  .insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .colum-3 {
  z-index: 99 !important;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-title {
  color: var(--color-second);
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-desc {
  color: var(--text-color);
  line-height: 27px;
  font-size: 16px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul {
  display: flex;
  flex-direction: column;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li + li {
  margin-top: 10px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li a {
  color: var(--text-color);
  line-height: 27px;
  font-size: 16px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li a:hover {
  color: #333;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li a .link:hover {
  text-decoration-line: underline;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li a span + span {
  margin-left: 10px;
}
.insucom-foot-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li a .icon-arrow {
  color: var(--color-primary);
}
.insucom-foot-block .theme-footer-two .footer-bottom span {
  color: var(--color-second);
}
.insucom-foot-block .footer-image {
  position: absolute;
  right: 0;
  top: 250px;
  height: 360px;
  width: 693px;
}
.insucom-foot-block .footer-image img {
  max-width: 100%;
  height: auto;
}
.insucom-foot-block .links-title i {
  display: none;
}
@media (max-width: 767px) {
  .insucom-foot-block .links-title i {
    margin-left: 10px;
    color: #fff;
    display: block;
    cursor: pointer;
  }
  .insucom-foot-block .list-app {
    display: none !important;
  }
  .insucom-foot-block .list-app.show {
    display: block !important;
  }
}
