.insucom-foot-innerpage-block {
  position: relative;
  padding-top: 180px;
  background: #f8f8f8;
}
.insucom-foot-innerpage-block .discover-area-box {
  position: relative;
}
@media (max-width: 991px) {
  .insucom-foot-innerpage-block .discover-area-box {
    padding: 0 20px;
    display: none;
  }
}
.insucom-foot-innerpage-block .discover-area-box .discover-area  .logo-pic img{
    position: relative;
    width: 170px;
}
.insucom-foot-innerpage-block .discover-area-box .discover-area {
  position: absolute;
  top: -125px;
  left: 0;
  z-index: 20;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  
  /* height: 240px; */
  border-radius: 10px;
  padding: 50px 80px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .discover-area-box .discover-area {
    padding: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    height: auto;
  }
}
.insucom-foot-innerpage-block .discover-area-box .discover-area img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.insucom-foot-innerpage-block .discover-area-box .discover-area div {
  z-index: 1;
}
.insucom-foot-innerpage-block .discover-area-box .discover-area p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 4px;
}
.insucom-foot-innerpage-block .discover-area-box .discover-area h2 {
  font-size: 26px;
  line-height: 1.7;
  color: #006432;
  white-space: pre-line;
  padding: 0 clamp(30px, 11.111vw, 200px)
}
@media (max-width: 991px) {
  .insucom-foot-innerpage-block .discover-area-box .discover-area h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .discover-area-box .discover-area h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.insucom-foot-innerpage-block .discover-area-box .discover-area .btn-box {
  width: 200px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: var(--color-primary);
  font-family: var(--title-font-family);
  display: inline-block;
  line-height: 60px;
  text-align: center;
}
.insucom-foot-innerpage-block .discover-area-box .discover-area .btn-box:hover {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
@media (max-width: 991px) {
  .insucom-foot-innerpage-block .discover-area-box .discover-area .btn-box {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .discover-area-box .discover-area .btn-box {
    margin-top: 20px;
    padding: 12px;
  }
}
.insucom-foot-innerpage-block .footer-wrapper {
  padding-top: 90px;
  background-color: var(--color-second);
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .footer-wrapper {
    padding-top: 30px;
  }
}
.insucom-foot-innerpage-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-innerpage-block .footer-wrapper .footer-top {
    gap: 40px;
    padding-bottom: 30px;
  }
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .col-span-12 {
  grid-column: span 12 / span 12;
}
@media (min-width: 767px) {
  .insucom-foot-innerpage-block .footer-wrapper .footer-top .col-span-4 {
    padding-right: 10px;
    grid-column: span 4 / span 4;
  }
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-logo {
  height: 55px;
  margin-bottom: 30px;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .text-base {
  margin-bottom: 40px;
  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-innerpage-block .footer-wrapper .footer-top .text-base:hover {
  text-decoration-line: underline;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .social {
  display: flex;
  align-items: center;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .social a + a {
  margin-left: 10px;
}
.insucom-foot-innerpage-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-innerpage-block .footer-wrapper .footer-top .social a i:hover {
  color: var(--color-primary);
  background-color: var(--bg-color);
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .social a i:hover img {
  filter: drop-shadow(var(--color-second) 2000px 0);
}
.insucom-foot-innerpage-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-innerpage-block .footer-wrapper .footer-top .col-span-8 {
    grid-column: span 8 / span 8;
  }
}
.insucom-foot-innerpage-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-innerpage-block .footer-wrapper .footer-top .footer-infos {
    row-gap: 40px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links .links-title,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links .links-title,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links .links-title {
  margin-bottom: 30px;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links .links-title .text-lg,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links .links-title .text-lg,
.insucom-foot-innerpage-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;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links .links-title .line,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links .links-title .line,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links .links-title .line {
  height: 2px;
  width: 52px;
  background-color: var(--color-primary);
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links .links-list,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links .links-list,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links .links-list {
  display: flex;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links ul + ul,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links ul + ul,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links ul + ul {
  margin-left: 32px;
}
@media (max-width: 991px) {
  .insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links ul + ul,
  .insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links ul + ul,
  .insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links ul + ul {
    margin-left: 20px;
  }
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links ul li,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links ul li,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links ul li {
  margin-bottom: 10px;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a .contact-info,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links ul li a .contact-info,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a .contact-info {
  display: flex;
  align-items: center;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a span,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links ul li a span,
.insucom-foot-innerpage-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: 1;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a span:hover,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links ul li a span:hover,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a span:hover {
  text-decoration-line: underline;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a span + span,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links ul li a span + span,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a span + span {
  margin-left: 10px;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .quick-links ul li a span + span:hover,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .service-links ul li a span + span:hover,
.insucom-foot-innerpage-block .footer-wrapper .footer-top .footer-infos .contact-links ul li a span + span:hover {
  text-decoration-line: underline;
}
.insucom-foot-innerpage-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-innerpage-block .footer-wrapper .footer-bottom {
    flex-direction: column;
  }
  .insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .footer-wrapper .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom span {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 24px;
  word-break: break-word;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul  .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-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul .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-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul  .media-box a .iconfont {
  color: #fff;
  font-size: 20px;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul  .media-box a + a {
  margin-left: 10px;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul .media-box {
  display: flex;
  justify-content: flex-end;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul .media-box a:nth-child(1){
  background:#38569a;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul .media-box a:nth-child(2)
{
  background:#d42428
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul .media-box a:nth-child(3)
{
  background:#0073b1
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul .media-box a:nth-child(4)
{
  background:#170b1a
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul .media-box a:nth-child(5)
{
  background:#e60019
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul .media-box a{color:#fff;}
.insucom-foot-innerpage-block a:hover{color:#ffffffb0}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul a:hover{color:#ffffffb0}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul li span:hover {
  text-decoration-line: underline; 
}
.insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul li + li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .footer-wrapper .footer-bottom .footer-bottom-ul li + li {
    margin-left: 12px;
  }
}
.insucom-foot-innerpage-block .footer-wrapper .footer-shape {
  position: absolute;
  right: -302px;
  top: -160px;
}
.insucom-foot-innerpage-block .footer-wrapper .footer-shape svg {
  display: block;
  vertical-align: middle;
}
.insucom-foot-innerpage-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-innerpage-block .theme-footer-two {
  background-color: var(--color-primary);
  padding-top: 0;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top {
  padding-top: 180px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top {
    padding-top: 30px;
  }
}
.insucom-foot-innerpage-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: #ffffff59;
}

@media (min-width: 991px) {
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .block {
  display: block;
  height: 55px;
}
.insucom-foot-innerpage-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-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box,
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box {
  display: flex;
  align-items: center;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text-icon,
.insucom-foot-innerpage-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;
  color: #fff;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text-icon span,
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text-icon span {
  font-size: 20px;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text,
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text {
  margin-left: 17px;
  flex: 1;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text .text-lg,
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text  .text-lg{
   font-family: var(--title-font-family);
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text p,
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text p {
  margin-bottom: 10px;
  font-size: clamp(14px, 0.89vw, 17px);
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .address-box .icon-text p + p,
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .phone-box .icon-text p + p {
  font-size: clamp(14px, 0.89vw, 17px);
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
}
.insucom-foot-innerpage-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-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .media-box {
    justify-content: flex-start;
  }
}
.insucom-foot-innerpage-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-innerpage-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-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .media-box a .iconfont {
  color: var(--color-primary);
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one .media-box a + a {
  margin-left: 10px;
}
.insucom-foot-innerpage-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: #ffffff00;
}
@media (max-width: 991px) {
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two {
    gap: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .colum-3 {
  z-index: 99 !important;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 28px;
  font-family: var(--title-font-family);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-title {
    margin-bottom: 10px;
  }
}
.insucom-foot-innerpage-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-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul {
  display: flex;
  flex-direction: column;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li + li {
  margin-top: 10px;
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li a {
  color: #fff;
  line-height: 27px;
  font-size: clamp(14px, 0.83vw, 16px);
}
.insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-two .theme-footer-two-ul li a:hover {
  color: #ffffffb5;
}
.insucom-foot-innerpage-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-innerpage-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-innerpage-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-innerpage-block .theme-footer-two .footer-bottom span {
  color: #fff;
}
.insucom-foot-innerpage-block .footer-image {
  position: absolute;
  right: 0;
  top: 250px;
  height: 360px;
  width: 693px;
}
.insucom-foot-innerpage-block .footer-image img {
  max-width: 100%;
  height: auto;
}
.insucom-foot-innerpage-block .theme-footer-two-title i {
  display: none;
}


@media(max-width:991px){
  .insucom-foot-innerpage-block .theme-footer-two .theme-footer-two-top .theme-footer-two-top-one {
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 20px;
  }
  .insucom-foot-innerpage-block {
    padding-top: 0;
  }
  .n-titp {
    max-width: 100%;
    overflow: hidden;
    top: -20px;
    line-height: 79px;
    text-align: left;
  }
  .vc-chat-popup-mini-mode1,.vc-chat-second-welcome{bottom: 65px !important;}
}

@media (max-width: 767px) {
  .insucom-foot-innerpage-block .theme-footer-two-title i {
    float: right;
    margin-left: 10px;
    /*color: var(--color-primary);*/
    display: block;
    cursor: pointer;
  }
  .insucom-foot-innerpage-block .list-app {
    display: none !important;
  }
  .insucom-foot-innerpage-block .list-app.show {
    display: block !important;
  }
  .vc-chat-popup-mini-mode1,.vc-chat-second-welcome{bottom: 25px !important;}
}
