/** Shopify CDN: Minification failed

Line 1487:0 All "@import" rules must come first

**/
h1 , h2 , h3 , h4 {
  font-family: "Poppins", sans-serif;
}

header.bg-light.py-3 ul , header.bg-white.py-3 ul {
    display: flex;
        list-style: none;
        font-size: 16px;
        justify-content: flex-end;
        margin: 0px;
    align-items:center;
}

header.bg-light.py-3 img {
    width: 80%;
}
/* header black before button  */
header .head-cont:before{
    content: "";
    width: 5px;
    height: 120%;
    background: #000;
    position: absolute;
    left: -13px;
    top: -3px;
    border-radius: 50px;
}
header .head-cont{
  position: relative;
}
header.bg-light.py-3 {
    position: fixed;
    width:100%;
    z-index: 999;
    background-color: transparent !important;
  padding: 20px !important;
}
header.bg-light.py-3 .container {
    background: white;
    padding: 20px 30px;    
    border-radius: 20px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

header.bg-light.py-3 li {
    margin-right: 10px;
}
header.bg-light a.head-cont, header.bg-light a.head-shop {
    font-size: 13px !important;
    padding: 10px 20px;
}

header.bg-light.py-3 .search-link img , header.bg-light.py-3 .cart-link img{
  width: 100% !important ;
}
header a.head-cont , header a.head-shop,
section.shopify-section-header-white header a.head-cont, 
section.shopify-section-header-white header a.head-shop {
  font-size: 14px !important;
  padding: 10px 20px;
}
.navbar-expand-lg {
    padding: 0;
}
 a.head-cont , a.head-shop {
    background: #5CFFE6;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
   border: none !important;
}
header a.head-shop{
  margin-left:4px !important;
}
header a.head-cont:hover , header a.head-shop:hover {
    background: black !important;
    color: white;
}

a.head-cont:hover , a.head-shop:hover {
    background: black;
    color: white;
}

.banner a.head-cont:hover {
    background: #fff;
    color: #000;
}

.game-wrk{
  height: 70px;
    border-left: 6px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* section.banner {
    padding: 250px 0;
    background-image: url("../images/image%20(17).png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
} */
section.banner h5 {
    color: #5CFFE6;
    font-size: 18px;
    font-weight: 800;
}

section.banner h1 {
    font-size: 55px;
    color: white;
    font-weight: 700;
}

section.banner h6 {
    color: white;
    font-size: 14px;
    font-weight: 800;
    margin-top: 30px;
}

section.banner .row.text-center.text-md-left.align-items-center.ban-2 {
    margin: auto;
    width: 35%;
    margin-top: 30px !important;
}

a.head-cont.c-2 {
    background: white;
}
a.head-cont.c-2:hover {
    background-color: #5CFFE6;
    color: black;
}

section.what-we {
    padding: 80px 0px;
}

section.what-we h5 {
    font-size: 18px;
    font-weight: 800;
}

section.what-we h2 {
    font-size: 45px;
    font-weight: 800;
    color: black;
}

section.what-we p {
    font-size: 16px;
    text-align: left;
}

section.what-we .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px; 
}

section.what-we .col-md-7 h2 {
    text-align: left;
}

section.what-we img {
    width: 100%;
  position: relative;
}
section.what-we img:before {
    content: '';
    width: 85px;
    height: 85px;
    background-image: url('/cdn/shop/t/17/assets/play_icon.png?v=1750839805');
    background-size: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.what-we .col-md-2.text-md-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
section.what-we img.svg-o {
    width: 35%;
    background: black;
    padding: 15px 15px;
    border-radius: 10px;
    border-bottom-right-radius: 20px;
}
.row.text-center.what-row {
    border-top: 1px solid black;
    padding: 30px 0px;
    margin-top: 30px;
    padding-bottom: 0px;
}

section.what-we a.head-cont {
    margin: auto;
    width: 12%;
    font-size: 18px;
    margin-top: 30px;
    padding: 12px;
}

section.our-shop {
    background: black;
    padding: 80px 0px;
    border-radius: 60px;
}

section.our-shop h5 {
    font-size: 18px;
    color: white;
    font-weight: 800;
}

section.our-shop h2 {
    font-size: 45px;
    color: white;
    font-weight: 800;
}

.our-shop a.head-cont {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 30px;
}

.product-c img {
    width: 100%;
    height: 250px !important;
    object-fit: contain;
}

.product-c {
    background: #CFFFF8;
    padding-bottom: 10px;
    border-radius: 15px;
    border-bottom-right-radius: 50px;
    text-align: left;
    height: 430px;
  border: 2px solid #5CFFE6;
  position: relative;
}

.product-c h6 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
  padding-right: 30px; 
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* Number of lines you want to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-c p {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
}

.product-c .wishlist img {
    width: 12%;
    rotate: -90deg;
    height: 40px !important;
  display: none;
}

.product-c .wishlist {
   
    /* rotate: 90deg;
    position: relative;
    top: -140px;
    left: 48%;
    height: 0px;      */
  position: absolute;
 top: 30%;
 right: -10px;
 opacity: 0;
 visibility: hidden;
 transition: all 0.3s ease-in-out !important;
}

.product-c:hover .wishlist {
    opacity: 1;
    visibility: visible;
}

.product-c .wishlist:before {
    content: 'add_shopping_cart';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    height: 40px;
    width: 40px;
    background: #bffffa;
    border-radius: 50%;
    top: 38%;
    right: 18px;
    z-index: 999999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-c .wishlist:hover:before {
    color: #fff;
    background: #000;
}

.product-c:hover .wishlist {
    display: block !important;
}

section.our-shop .row.shop {
    margin-top: 30px;
    margin-bottom: 35px;
}
section.our-shop a.head-cont:hover {
    background: white;
    color: black;
}

section.IoT.Consulting img {
    width: 98%;
}

section.IoT.Consulting {
    padding: 80px 0px;
}

section.IoT.Consulting h5 {
    font-size: 22px;
    font-weight: 800;
    color: black;
}

section.IoT.Consulting h2 {
    font-size: 40px;
    color: black;
    font-weight: 700;
    line-height: normal;
}

section.IoT.Consulting p {
    font-size: 18px;
    color: black;
    margin-bottom: 40px;
}

section.IoT.Consulting span {
    color: #5CFFE6;
}

section.IoT.Consulting .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

section.IoT.Consulting.two {
    background: #5cffe645;
    border-radius: 60px;
    padding-bottom: 50px;
}

.counter-box {
    font-family: sans-serif;
  }
  
  .counter {
    font-size: 48px;
    font-weight: bold;
    color: #000;
  }
  
  .counter-title {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
  }
  section.what-we.blog .blogs img {
    width: 100%;
}

section.what-we.blog .blogs {
    text-align: left;
    margin-top: 30px;
}

section.what-we.blog .blogs h5 {
    margin-top: 20px;
    font-size: 22px;
    margin-right: 15px;
    margin-bottom: 15px;
}

section.what-we.blog .blogs a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}  

section.what-we.blog a.head-cont {
    background: black;
    color: #5CFFE6;
}

section.what-we.blog a.head-cont:hover {
    background: #5CFFE6;
    color: black;
}

section.what-we.blog.video {
    background: rgb(92 255 230 / 30%);
    border-radius: 45px;
}

section.what-we.blog.video h2 {
    margin-bottom: 35px;
}

h2.counter-title {
    font-size: 80px !IMPORTANT;
    font-weight: 800;
    color: #000 !important;
}

section.IoT.Consulting.two p.counter-subtitle {
    font-size: 18px;
    font-weight: 800;
  padding: 0;
}

h2.counter-title span.counter {
    font-size: 80px;
    color: #000;

}

section.IoT.Consulting.two p {
    padding: 0;
}

section.IoT.Consulting.two .text-cent {
    display: flex;
    flex-direction: column;
    align-items: center;
  transition: all 0.3s ease-in-out !important;
}

section.IoT.Consulting.two h2 {
  font-size: 40px;
}

section.IoT.Consulting.two .text-cent:hover {
    transform: translateY(-20px);
}

section.IoT.Consulting.two .row.count {
    margin-top: 45px;
}

section.IoT.Consulting.two.contact {
    background: white !important;
}

section.IoT.Consulting.two.contact h2 {
    margin-bottom: 30px;
    font-size: 46px;
}

section.IoT.Consulting.contact p {
    padding-right: 80px; 
}

/* section.IoT.Consulting.two.contact p {
    border-bottom: 1px solid gray;
    padding-bottom: 30px;
    margin-bottom: 20px !important;
} */

.cont-info p {
    border: none !important;
    margin: 0px !important;
}

.cont-info {
    display: flex;
    width: 85%;
    justify-content: space-between;
  display: none;
}

section.IoT.Consulting.two.contact .contact-form {
    width: 100%;
    border: 5px solid #5cffe678;
    border-radius: 10px;
    padding: 30px;
}
form#contact_form input , form#contact_form textarea {
    border: none;
    border-bottom: 1px solid #e3e2e2;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
  padding: 10px 0px;
  font-size: 14px;
}
#contact_form .form-group{
  margin-top: 10px;
}
#contact_form .form-group input::placeholder
#contact_form .form-group textarea::placeholder {
  opacity: 0.6
}
#shopify-section-contact-form-sec #contact_form .form-group {
    margin-top: 20px;
}

form button.head-cont{
  margin-top: 20px;
   background: #5CFFE6;
    color: black;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 15px;
    font-weight: 600;
  border: none;
  font-size: 14px;
}
form button.head-cont:hover {
  background-color: #000;
  color: #fff;
}
footer {
    background: #5CFFE6;
    padding: 80px 0px;
    padding-bottom: 20px;
}

footer .jiis,footer .foot {
    margin: 0;
}

footer h5 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
    color: #000;
}

.footer-col-one img {
    width: 100%;
}

.footer-col-one {
    background: #ffffff96;
    border-radius: 15px;
    padding: 22px 25px;
    text-align: left;
}
.footer-col-one p {
    font-size: 15px;
    text-align: left;
    color: black;
}
footer ul.foot-nav li a {
    color: #232323;
  text-decoration: none;
}

.subscribe-form {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  .subscribe-form input[type="email"] {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    background: #F5F5F5;
    box-sizing: border-box;
  }

  .subscribe-form button {
    width: 40%;
    padding: 12px;
    background-color: #5cffe6;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color:#000;
  }

  .subscribe-form button:hover {
    background-color: #000;
    color: #fff;
  }

  .footer-col-one.e {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    height: 156px !important;
}

.icons img.ui-icon {
    width: 10%;
    margin-right: 15px;
}

.icons {
  width: 100%;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 15px;}


    .footer-col-one.o img {
        width: 55%;
    }

    .footer-col-one.o ul {
        margin-left: 0px;
        list-style: none;
        padding: 0px;
        font-size: 16px;
        line-height: 30px;
    }
    .footer-col-one.o {
        height: 520px !important;
    }
    p.jus {
        display: none;
    }
    .yee {

        overflow: hidden;
        position: relative;
      }
section.what-we .yee {
  border-radius: 20px;
  border-bottom-right-radius: 60px;
}

    
      .yeep img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: transform 0.4s ease;
        /* border-radius: 30px 30px 80px 30px; */
      }
      .yee img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.4s ease;
      }
.blogs .yeep {
    overflow: hidden;
    border-radius: 20px; 
    border-bottom-right-radius: 80px;
    margin-bottom: 10px;
}
.what-row:hover svg #arrow-icn{
  fill: #000;
  transition: 1s;
}
.what-row:hover svg #arrow-bg{
  fill: #00ffea;
  transition: 1s;
}
.what-row:hover .yee img {
    transform: scale(1.1);
}
.blogs:hover .yeep img{
  transform: scale(1.05);
}
.product-c .yee img:hover {
    transform: scale(1.1);
}
.product-c .yee {
    background-color: #fff;
        border-radius: 20px 20px 80px 00px;
}

.top_head .clr-white,.clr-white {
  color: #fff;
}
.blog-feed.page-width.section-blogs-new-padding.container {
    margin-top: 40px;
}
    

.text-md-left{
  text-align: left;
}
.text-md-right{
  text-align: right;
}
section.IoT.Consulting.two.contact .row {
    align-items: flex-start;
}
.article-card__info.caption-with-letter-spacing.h5 span:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #6a6a6a;
}
.article-card__info.caption-with-letter-spacing.h5 .view-count {
    margin: 0;
}

section a.head-cont, section a.head-shop {
    padding: 16px 35px;
    font-size: 18px;
    line-height: 22px;
}
.article-card__image.media.media--hover-effect {
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
    border-bottom-right-radius: 100px;
}

.blog-feed.page-width.section-blogs-new-padding button#loadMore:hover {
    background: #5cffe6;
    color: #000;
}
.blog-feed.page-width.section-blogs-new-padding button#loadMore {
    transition: all 0.3s ease-in-out !important;
    font-weight: 600;
}
.secStory.contact .row {
    align-items: center;
}
div#shopify-section-contact-form-main .secStory.contact .row {
    align-items: center;
}
.article-card__info.caption-with-letter-spacing.h5 span {
    font-size: 16px;
}
.article-card-wrapper .card--standard>.card__content .card__information {
    padding-top: 0;
}
.store-visit-cta h2 {
    font-size: 36px;
    margin-bottom: 15px;
}
.store-visit-cta {
    border-radius: 40px;
}
.banner--small:not(.banner--adapt) {
    min-height: inherit !important;
    padding: 200px 0 90px;
}
.banner__content.banner__content--middle-center.page-width {
    padding: 0;
}
.banner__box.content-container {
    padding: 0;
    height: auto;
    min-width: inherit;
    max-width: inherit;
}
.banner__box.content-container .banner__text.rte {
    display: none;
}
.banner__box.content-container .banner__heading.inline-richtext {
    font-size: 50px;
    line-height: 65px;
}
.product-card-wrapper .card, .contains-card--product {
    background: transparent;
    border: none;
}
facet-filters-form.facets.facets-vertical-sort {
    margin-bottom: 20px;
}
.all-blogs .article-card-wrapper .card {
    border: none;
    --ratio-percent: none !important;
}
#shopify-section-template--24225080017183__main .all-blogs  .article-card__info {
    display: none !important;
}
.all-blogs .article-card .card__heading {
    order: inherit;
    margin-top: 20px;
    font-size: 22px;
    line-height: 32px;
}
.all-blogs .article-card__image.media.media--hover-effect {
    border: 1px solid #e7e7e7;
    position: relative;
    height: 280px;
}
.all-blogs .card .card__inner .card__media {
    position: relative !important;
    width: 100% !important;
}
.all-blogs .card__inner.color-background-1 {
    --ratio-percent: none !important;
    display: block;
}
.all-blogs .card--media .card__inner .card__content {
    display: none;
}
section header.bg-white.py-3 {
    padding: 17.5px 0 !important;
}
.sidebar-section {
    margin-top: 20px;
}
.product__info-container .product__title h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.product__info-container .product-page__review-summary .review-count {
    font-size: 17px;
    color: #000;
}
.product__info-container .price__container {
    font-size: 32px;
    color: #000;
    margin: 0;
}
.product__info-container .product__tax.caption.rte {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.product__info-container .price {margin-bottom: 20px;}
.product__info-container .installment {
    font-size: 16px;
    color: #000;
}
.product-form__quantity .form__label {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.product-form__quantity .quantity .quantity__input {
    border: none;
    color: #000;
}
.product-form__quantity .quantity .quantity__button {
    padding: 0 20px;
    color: #000;
    opacity: 1;
}
.product__info-container .product-form__input {display: inline-block;}
.product-form__quantity .quantity {
    width: 60%;
}
.product__info-container .product-form__buttons {
    max-width: inherit;
}
.product__info-container .product-form__buttons .product-form__submit {
    width: 70%;
    float: right;
    background: #000;
    color: #5cffe6;
    font-weight: 600;
}
.product__info-container .product-form {
    margin-top: -78px !important;
}
.product__info-container .product-form__buttons .product-form__submit:hover {
    color: #000;
    background: #5cffe6;
}
.product__info-container .product-form__buttons .product-form__submit:before,
.product__info-container .product-form__buttons .product-form__submit:after {
    display: none;
}
.description .nav-tabs a {
    font-weight: 600;
}
.related-products .related-products__heading {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
}
footer .jiis a {
    color: #000;
    text-decoration: none;
}
.secFounder .thumb {
    overflow: hidden;
    border-radius: 30px;
    border-bottom-right-radius: 150px;
    height: 680px;
}
.secFounder .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
h2.related_title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
}
.blog.blog_gm p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.product-c form button {
    font-size: 0;
    border: none;
    position: absolute;
    height: 40px;
    width: 40px;
    background: #bffffa;
    border-radius: 50%;
    top: 38%;
    right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out !important;
}
.product-c form button:hover {
    background: #000;
    color: #fff;
}
.product-c form button:before {
    content: 'add_shopping_cart';
    font-family: 'Material Symbols Outlined';
    font-size: 18px;
}
.product-c:hover form button {
    opacity: 1;
    visibility: visible;
}
.customer button:before,.customer button:after,
.cart__warnings .button:before,.cart__warnings .button:after,
.cart__ctas .cart__checkout-button:before,.cart__ctas .cart__checkout-button:after {
    display: none !important;
  opacity: 0;
  visibility: hidden
}
.customer button,.cart__warnings .button,
.cart__ctas .cart__checkout-button {
    background: #5cffe6 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out !important;
}
.customer button:hover,.cart__warnings .button:hover,
.cart__ctas .cart__checkout-button:hover{
    background: #000 !important;
    color: #fff;
}
#recover, #logi,.customer.register h1 {
    font-size: 36px;
    font-weight: 800;
    color: #000;
}
header.bg-light a.head-cont {
    margin-left: 15px !important;
}
.our-shop a.head-cont {
  display: none !important;
}
section.banner .row {
    margin: 0;
}
quantity-popover .quantity input {width: 70px;border-color: #999999;}
quantity-popover .quantity  button {
    padding: 0 12px;
}
header .d-flex.align-items-center.gap-2 .cart-link {
  margin-right: 7px;
}
.shopify-policy__body .inner_banner {
    background-image: url(//shillehtek.com/cdn/shop/files/image_41.png?v=1748380017);
    margin-left: -110px;
    margin-right: -100px;
    margin-bottom: 60px;
}
.shopify-policy__container {
    max-width: 87% !important;
  padding-bottom: 70px;
}
.col_inner .footer-col-one.o {
    padding: 22px 20px;
}
.icon_ct span img {
    background: #000;
    padding: 12px 10px;
    width: 12%;
    border-radius: 100%;
    margin-left: 10px;
  
}
.inner_banner.iot-game {
    position: relative;
  z-index: 1;
  padding-bottom: 65px;
}
.inner_banner.iot-game:before {
    content: '';
    width: 407px;
    height: 315px;
    background-image: url('/cdn/shop/files/iot_banner_before.png?v=1753878694');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  z-index: -1;
}
.inner_banner.iot-game:after {
    content: '';
    width: 407px;
    height: 317px;
    background-image: url('/cdn/shop/files/iot_banner_after.png?v=1753878694');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
  z-index: -1;
}
.inner_banner .btn-cta {
    display: inline-block;
}
section#iot_contact {
  padding-top: 120px;
}
div#shopify-section-pricing-section .secPricing {
    padding-bottom: 0;
}
.shopify-challenge__container .shopify-challenge__button {
    background: #5cffe6;
    color: #000;
    font-weight: 600;
}
.shopify-challenge__container .shopify-challenge__button:hover {
    background: #000;
    color: #fff;
}
div#news_success {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 20px 10px;
}
.top_head .ct_number h4 {
    font-size: 18px;
}
.top_head .ct_number h4 a {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
}
.top_head .ct_number {
    margin-top: 30px;
}
.top_head .ct_number h4 a:hover {
    background: #5cffe6;
    color: #000;
}
.ct_number a {
    background-color: #5CFFE6;
    width: fit-content;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 26px 10px 22px;
    color: #000;
    font-weight: 700;
}
.ct_number a svg {
    width: 20px;
    height: 20px;
}
.ct_number a .icon {
    margin-right: 10px;
}
.ct_number a:hover {
    background: #000;
    color: #fff;
}
.ct_number a:hover svg path {
    fill: #fff !important;
}
.pxFormGenerator .powered-by,
.pxFormGenerator .hulkapps-branding {
    display: none !important;
    visibility: hidden !important;
}
.formContainer .formElement_0.form-group {
    margin-bottom: 0px !important;
}
.formContainer .formElement_0.form-group input {
    height: 48px !important;
}
.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .btn {
    padding: 12px 20px !important;
}
.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .btn:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.hulk-powered-wrapper.text-right {
    display: none !important;
}


@media screen and (max-width: 1800px) and (min-width: 1400px) {
  .footer-col-one.o {
      height: 535px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1239px) {

  header.bg-light.py-3 li {
    margin-right: 8px;
  }
  
  header.bg-light.py-3 .container {
    padding: 8px 15px;
  }

  /* Logo smaller */
  .navbar-brand img {
    max-height: 50px;
    width: auto;
  }

  /* Even smaller menu font */
  .navbar-nav .nav-link {
      font-size: 0.7rem;
      padding: 0.2rem 0.2rem !important;
  }

  /* Icons size smaller */
  .search-link img,
  .cart-link img {
    max-height: 24px;
    width: auto;
  }

a.head-cont {
    background: #5cffe6;
    color: #000;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 15px;
    font-weight: 700;
    border: none !important;
}
  
  /* Contact button a bit more compact */
  .head-cont {
    font-size: 0.8rem;
    padding: 0.35rem 0.7rem;
    white-space: nowrap;
  }

  /* Maintain horizontal layout */
  .navbar .d-flex.flex-column {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.5rem;
  }
}


@media (min-width: 1240px) and (max-width: 1700px) { 
  header.bg-light.py-3 li {
    margin-right: 8px;
  }
header.bg-light.py-3 .container{
  padding: 10px 40px;
}
  
  /* Logo smaller */
  .navbar-brand img {
    max-height: 70px; /* adjust as needed */
    width: auto;
  }

  /* Smaller menu font size */
  .navbar-nav .nav-link {
    font-size: 12.8px;
    padding: 3.2px 6.4px !important;
  }

  /* Icons size slightly smaller */
  .search-link img,
  .cart-link img {
    max-height: 30px;
    width: auto;
  }

  /* Contact button smaller and align inline */
  .head-cont , .a.head-shop {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
    white-space: nowrap;
  }

  /* Ensure contact button and icons stay inline */
  .navbar .d-flex.flex-column {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.75rem;
  }

}


@media (min-width: 768px) and (max-width: 991px) {
  section.banner .row.text-center.text-md-left.align-items-center.ban-2{
    width:55%;
  }
  section.banner h1 , section.what-we h2 , section.our-shop h2{
    font-size: 40px;
  }
  section.what-we a.head-cont{
    width: 20%;
  }
  h2.counter-title span.counter , h2.counter-title {
    font-size: 60px !important;
  }
  .cont-info .cont-one
  {
    width: 100%;
  }  
  .subscribe-form button{
    width: 80%;
  }
  .subscribe-form button{
    font-size: 22px;
  }
  .footer-col-one{
    height: 526px;
  }
  .visad{
    width: 80%;
  }
  footer h5 {
    font-size: 20px;
  }
}
.disp-gm-new{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
}

@media screen and (max-width: 1400px) { 

    .footer-col-one.o , .footer-col-one {
      height: 500px !important;
  }
  .footer-col-one.e {
      height: 144px !important;
  }
}

@media only screen and (max-width: 520px) {
      section.IoT.Consulting .col-md-6 {
        padding: 0 10px;
      }
        header .head-cont:before{
            content: "";
            width: 0;
        }
        header .head-cont{
          position: relative;
        }
      
        section.banner h1 {
            font-size: 30px;
        }
        
        section.banner h6 {
            font-size: 14px;
            line-height: 25px;
          margin-top: 6px;
        }
        
        section.banner .row.text-center.text-md-left.align-items-center.ban-2 {
            width: 100%;
          margin-top: 0 !important;
        }
        
        section.banner a.head-cont {
            width: 70%;
          margin-top: 15px; 
          font-size: 14px;
        }
        section.what-we h2 {
            font-size: 28px;
            line-height: normal;
            text-align: center;
        }
                
        section.what-we img.svg-o {
            width: 15%;
        }
        
        section.what-we a.head-cont {
            width: 90%;
            text-align: center;
        }
        header.bg-light.py-3 {
            margin: 0px;
            width: 100%;
            border-radius: 0px;
          padding: 0 !important;
        }
        
        header.bg-light.py-3 img {
            width: 90%;
        }

        section.our-shop {
            border-radius: 0px;
        }
        
        section.our-shop h5 {
            font-size: 16px;
            text-align: center;
        }
        
        section.our-shop h2 {
            font-size: 30px;
            text-align: center;
        }
        
        .product-c {
            margin-bottom: 25px;
        }
        
        section.our-shop a.head-cont {      
          display: flex;
          justify-content: center;
          width:100%;
        }
        
        section.IoT.Consulting img {
            width: 100%;
        }
        
        section.IoT.Consulting h5 {
            margin-top: 40px;
            width: 100%;
            text-align: center;
        }
        
        section.IoT.Consulting h2 {
            font-size: 30px;
            text-align: center;
            width: 100%;
        }
        
        section.IoT.Consulting a.head-cont {
          display: flex;
          justify-content: center;
          width: 100%;
        }
        
        section.IoT.Consulting.two {
            border-radius: 0px;
        }
        
        h2.counter-title {
            font-size: 55px !important;
          text-align: center;
        }
        
        h2.counter-title span.counter {
            font-size: 60px;
          text-align: center;
        }
        
        section.what-we.blog .blogs h5 {
            font-size: 20px;
        }
        
        section.what-we .row.text-md-left.text-md-center.align-items-center {
            display: flex;
            justify-content: center;
        }
        section.what-we img {
            margin-bottom: 22px;
            border-radius: 25px;
        }
        
        section.what-we h5 {
            text-align: center;
        }
        .cont-info {
            flex-direction: column;
            align-items: center;
            width: 100%;
        }
        
        section.IoT.Consulting.two.contact p {text-align: center;padding: 0;}
        
        
        section.IoT.Consulting p {text-align: center;padding: 0;}
        
        .blogs h5 {
            text-align: left !IMPORTANT;
        }
        p.foot {
            display: none;
        }
        
        .footer-col-one.e {
            margin-top: 10px !important;
        }
        img.visad {
            display: none;
        }
        
        .footer-col-one.o {
            margin-top: 10px;
        }
        p.jus {
            display: block;
            text-align: center ! IMPORTANT;
        }
        p.jiis {
            text-align: center !important;
        }
        section.banner .col-md-6.text-md-left {
            margin-top: 45px;
        }
        
      }

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
## Bootstrap Sameheight
## Miscellaneous
## Font Fix Screen
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
cite {
  font-weight: 600;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #111111;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #111111;
  border: medium none;
  color: #fff;
  padding: 2px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
form.post-password-form label > input {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 8px;  
}
form.post-password-form input {
  padding: 11px 15px;
  font-weight: 700;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link,
a:visited {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
body {
  font-family: 'Poppins',sans-serif;
}
h1,h2,h3 {
  font-weight: 700;
}
p {
  color: #020202;
}

/*-------------------------------------------------------------
                CUSTOM CSSS START  
--------------------------------------------------------------*/
.inner_banner {
  padding: 200px 0 90px;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.inner_banner p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
.inner_banner p a {
  color: #fff;
  text-decoration: none;
}
.inner_banner p .sep {
  margin: 0 7px;
}
.top_head h5 {
  color: #020202;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.top_head h2 {
  color: #020202;
  font-size: 50px;
  line-height: 70px;
  margin: 0;
}
.secStory {
  padding: 100px 0 84px;
}
.secStory .row {
  margin-top: 60px;
  position: relative;
}
.secHelp,.secValues {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.secHelp:before,.secValues:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #5CFFE6;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  z-index: -1;
  pointer-events: none;
  opacity: 0.3;
}
.secHelp .row,.secValues .row  {
  margin-top: 40px;
}
.storyBox {
  border: 3px solid #000;
  padding: 30px 20px 30px 90px;
  position: relative;
  border-radius: 20px;
  transition: all 0.3s ease-in-out !important;
}
.storyBox:hover {
  border-color: #5CFFE6;
}
.storyBox .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 10px;
}
.storyBox h4 {
  color: #020202;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.storyBox p {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
}
.storyBox:not(:last-child) {
  margin-bottom: 96px;
}
.secStory .row .col-12.col-md-6:first-child .storyBox {
  margin-right: 54px;
}
.secStory .row .col-12.col-md-6:nth-child(2) .storyBox {
  margin-left: 54px;
}
.secStory .row {
  align-items: center;
}
.timeline_story {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  width: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.timeline_story .dots {
  width: 27px;
  height: 27px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -12px;
  background: #000;
}
.timeline_story .dots:first-child {
  top: 88px;
}
.timeline_story .dots:nth-child(2) {
  top: 330px;
}
.timeline_story .dots:nth-child(3) {
  top: auto;
  bottom: 78px;
}
.helpBox .help_thumb {
  height: 318px;
  object-fit: cover;
  border-radius: 20px 20px 70px 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.helpBox .help_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out !important;
}
.helpBox:hover .help_thumb img {
  transform: scale(1.1);
}
.helpBox h3 {
  color: #232323;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 38px;
}
.helpBox p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}
.helpBox a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.top_head p strong {
  font-weight: 600;
}
.top_head p {
  font-size: 18px;
  line-height: 32px;
}
.secFounder {
  padding: 100px 0;
}
.valueBox {
  text-align: center;
  padding: 23px 20px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid transparent;
  min-height: 270px;
  margin: 0 10px;
  transition: all 0.3s ease-in-out !important;
}
.valueBox:hover {
  border-color: #5CFFE6;
}
.valueBox img {
  margin-bottom: 10px;
}
.valueBox h4 {
  color: #232323;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
.valueBox p {
  color: #232323;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.secVision {
  padding: 147px 0 100px;
}
.secProject {
  padding: 60px 0 73px;
  background-size: cover;
  background-position: center;
}
.btn-custom {
  display: inline-block;
  background: #5CFFE6;
  color: #232323;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 27px;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.3s ease-in-out !important;
}
.btn-custom:hover {
  background: #fff;
  color: #232323;
}
.top_head .btn-custom {
  margin-top: 40px;
}
.inner_banner h1 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
}
.inner_banner p {
  display: none;
}
.card__heading a {
    text-decoration: none !important;
}
.card--standard>.card__content .card__information {
    display: flex;
    flex-direction: column;
}
.article-card__info.caption-with-letter-spacing.h5 {
    order: 1;
}
.article-card .card__heading {
    order: 2;
    margin-top: 10px;
}
.blog-feed.page-width.section-blogs-new-padding button#loadMore {
    margin: 20px auto 50px;
}


/* IOT Page CSS*/

.secServices {
  padding: 80px 0 100px;
}
.srvBox {
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: 2px solid transparent;
  border-radius: 20px;
  min-height: 235px;
  padding: 25px 12px;
  transition: all 0.3s ease-in-out !important;
}
.srvBox:hover {
  border-color: #5CFFE6;
}
.srvBox .thumb img {
  width: auto;
}
.srvBox .thumb {
  margin-bottom: 12px;
}
.srvBox .ctn h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  color: #232323;
  margin-bottom: 10px;
}
.srvBox .ctn p {
  color: #232323;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
div#slider_services .owl-dots {
  display: none;
}
div#slider_services .owl-nav {
  display: block;
}
div#slider_services .owl-nav button,
div#slider_help .owl-nav button{
  width: 55px;
  height: 55px;
  background: #000;
  border-radius: 10px 10px 10px 20px;
  border: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  top: 36%;
}
div#slider_services .owl-nav button.owl-prev,
div#slider_help .owl-nav button.owl-prev {
  left: -100px;
}
div#slider_services .owl-nav button.owl-next,
div#slider_help .owl-nav button.owl-next {
  right: -100px;
}
div#slider_services .owl-nav button img, 
div#slider_help .owl-nav button img {
  width: 40%;
}
div#slider_services {
  margin-top: 40px;
}
.work_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 56px 12px 47px;
  min-height: 261px;
}
.work_box .thumb {
  margin-bottom: 10px;
}
.work_box .ctn h4 {
  font-size: 20px;
  line-height: 24px;
  color: #232323;
  font-weight: 700;
  margin-bottom: 10px;
}
.work_box .ctn p {
  margin: 0;
  color: #232323;
  font-size: 14px;
  line-height: 24px;
}
.work_grid {
  padding: 21px;
  min-height: 304px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.secWork .col-12.col-md-3:first-child .work_grid {
  padding-right: 32px;
}
.secWork .col-12.col-md-3:nth-child(2) .work_grid {
  padding-left: 34px;
  padding-right: 30px;
}
.secWork .col-12.col-md-3:nth-child(3) .work_grid {
  padding-left: 33px;
  padding-right: 32px;
}
.secWork .col-12.col-md-3:last-child .work_grid {
  padding-left: 32px;
}
.work_grid:before {
  content: '';
  width: 28px;
  height: 3px;
  background: #000;
  position: absolute;
  right: -25px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.secWork .col-12.col-md-3:last-child .work_grid:before {
  display: none;
}
.secWork {
  padding: 70px 0;
}
.secPricing {
  padding: 100px 0 50px;
}
.secPricing .row {
  margin-top: 40px;
}
.price_box {
  background: rgb(92 255 230 / 30%);
  position: relative;
  padding: 40px 30px;
  border-radius: 20px;
  border-bottom-right-radius: 100px;
}
.price_box h2 {
  font-size: 50px;
  line-height: 75px;
  color: #232323;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin: 0;
}
.price_box h3 {
  padding: 20px;
  background: rgb(255 255 255 / 50%);
  border-radius: 10px;
  border-bottom-right-radius: 70px;
  color: #232323;
  font-size: 38px;
  line-height: 57px;
  margin: 0;
}
.price_box ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px;
}
.price_box ul li {
  font-size: 16px;
  line-height: 27px;
  color: #232323;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
}
.price_box ul li img {
  width: 80%;
}
.price_box ul li:not(:first-child) {
  margin-top: 16px;
}
.price_box ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.secPricing .col-12:nth-child(2) .price_box {
  background: rgb(92 255 230 / 100%);
}
.secPricing .col-12:nth-child(2) .price_box ul {
  margin-bottom: 120px;
}
.secContact {
  padding: 50px 0;
}
.top_head h3 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #000;
}
.icon_ct span {
  margin-right: -10px;
    padding: 6px 9px;
}
.icon_ct span a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.icon_ct:hover span a {
  color: #595959;
}
.icon_ct {
  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
}
.tst_box {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 30px 22px 30px 35px;
}
.tst_box .info {
  position: relative;
  padding-left: 98px;
  min-height: 78px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.tst_box .info img {
  width: 78px !important;
  height: 78px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.tst_box .info h4 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.tst_box .info p {
  margin: 0;
  font-size: 16px;
  color: #000;
}
.tst_box .txt {
  margin-bottom: 37px;
}
.tst_box .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 0;
}
.tst_box .ctn {
  display: flex;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.tst_box .ctn .stars {
  margin-right: 10px;
}
div#slider_testimonials {
  margin-top: 40px;
}
div#slider_testimonials .owl-dots {
  display: none;
}
div#slider_testimonials .owl-nav {
  display: none;
}
.secTestimonials {
  padding: 50px 0;
}
.tst_box .ctn p {
  margin: 0;
}
.secStudy {
  padding: 50px 0 100px;
}
.secStudy .row, #slider_help {
  margin-top: 40px;
}
.top_head h4 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.secServices .top_head h2 {
  margin-bottom: 15px;
}
.secWork{
    background-color: #5cffe66b;
    border-radius: 100px;
    pointer-events: none;
}
/* .secHelp:before, .secValues:before, .secWork:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #5CFFE6;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 100px;
    z-index: -1;
    pointer-events: none;
    opacity: 0.3;
} */

.secHelp .row, .secValues .row, .secWork .row {
  margin-top: 40px;
}
div#shopify-section-contact-form-sec .secStory .row {
    margin-top: 0;
}

/*IOT Page CSS*/

 header.bg-white.py-3 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
/*main {
    margin-top: 122px;
} */

.secStory.contact .row {
  margin-top: 0 !important;
}
.blog-article img {
    border-bottom-right-radius: 70px;
    transition: all 0.3s ease-in-out !important;
  height: 250px !important;
  object-fit: cover;
}
.blog-article a {
    color: #000;
    text-decoration: none;
}
.blog-article:hover img {
    transform: scale(1.02);
}
.blog-article h3 {
    margin-top: 20px;
}
.secStory.contact .top_head.text-left {
    padding-right: 40px;
}
div#FacetsWrapperDesktop {
    display: flex;
    flex-direction: column;
}
.facets-vertical .active-facets {
    order: 1;
}
div#FacetsWrapperDesktop details#Details-3-template--24225080082719__product-grid {
    order: 2;
}
div#FacetsWrapperDesktop details#Details-1-template--24225080082719__product-grid {
    order: 3;
}
div#FacetsWrapperDesktop details#Details-2-template--24225080082719__product-grid {
    order: 4;
}
.facets__item label, .facets__item input[type=checkbox] {
    font-weight: 400;
}
.facets__summary span {
    font-weight: 700;
    color: #000;
}
.facets-vertical .active-facets-vertical-filter h2 {
    font-size: 22px;
    color: #000;
}
.tab-content p,.tab-content ul {
    font-weight: 400;
}
.tab-content ul li strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.tab-content ul li {font-weight: 400;font-size: 14px;margin-bottom: 15px;}
.tab-content p strong {
    font-size: 24px;
}
.tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar-nav .nav-link.fw-bold {
    font-weight: 800 !important;
}

.top_head .clr-white,.clr-white {
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .top_head h2 {
    font-size: 42px;
    line-height: 56px;
  }
  .storyBox p,.valueBox p,
  .helpBox p,.top_head p {
    font-size: 16px;
    line-height: 26px;
  }
  .helpBox h3,.valueBox h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .secStory {
    padding: 80px 0;
  }
  .secHelp, .secValues {
    padding: 60px 0;
  }
  .secFounder {
    padding: 70px 0;
  }
  .secVision {
    padding: 90px 0 70px;
  }
  .helpBox .help_thumb {
    height: 250px;
  }
  .helpBox a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .top_head h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .top_head h4 {
    font-size: 19px;
  }
  .helpBox h3, .valueBox h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .helpBox .help_thumb {
    height: 210px;
  }
  .inner_banner {
    padding: 160px 0 80px;
  }
  .inner_banner h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .inner_banner p {
    font-size: 16px;
  }
  .storyBox h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .storyBox:not(:last-child) {
    margin-bottom: 75px;
  }
  .timeline_story .dots:nth-child(2) {
    top: 330px;
  }
  .timeline_story .dots:first-child {
    top: 68px;
  }
  .timeline_story .dots:nth-child(3) {
    bottom: 88px;
  }
  header.bg-light.py-3 li {
    margin-right: 10px;
  }  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 12px;
  }  
  header.bg-light.py-3 .search-link img, header.bg-light.py-3 .cart-link img {
    width: 80% !important;
  }  
  header .head-cont , header a.head-shop{
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 6px;
    /* margin-left: 10px !important; */
  }  
  .navbar-brand {
    margin-right: 0;
    width: 150px;
  }
  div#slider_services .owl-nav button.owl-next, div#slider_help .owl-nav button.owl-next {
      right: -20px;
  }
  div#slider_services .owl-nav button.owl-prev, div#slider_help .owl-nav button.owl-prev {
      left: -20px;
  }
  div#slider_services .owl-nav button, div#slider_help .owl-nav button {
      width: 35px;
      height: 35px;
      border-radius: 10px;
  }
  .product__info-container .product-form__buttons .product-form__submit {
    width: 52%;
  }
  .load-more-button {
      width: 50% !important;
  }
  .shopify-policy__body .inner_banner {
      margin-left: -70px;
      margin-right: -70px;
  }
}

@media screen and (max-width: 860px) {
.secStory .row .col-12.col-md-6:first-child .storyBox {
    margin-right: 34px;
  }
  .secStory .row .col-12.col-md-6:nth-child(2) .storyBox {
    margin-left: 34px;
  }
  .storyBox {
    padding: 20px 20px 20px 70px;
  }
  .storyBox .thumb img {
    width: 50px;
  }
  .storyBox p {
    font-size: 15px;
  }
  .storyBox h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .storyBox:not(:last-child) {
    margin-bottom: 60px;
  }
  .top_head h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .secStory {
    padding: 60px 0;
  }
  .secHelp:before, .secValues:before {
    border-radius: 40px;
  }
  .secFounder .row.align-items-center {
    align-items: flex-start !important;
  }
  .valueBox {
    padding: 15px;
  }
  .valueBox h4,.helpBox h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .valueBox p,.helpBox p {
    font-size: 12px;
    line-height: 22px;
  }
  .top_head h5 {
    font-size: 16px;
  }
  .helpBox a {
    font-size: 14px;
  }
  .top_head p {
    font-size: 14px;
    line-height: 22px;
  }
  .navbar-toggler {
      padding: 8px 10px;
      background: #5cffe6 !important;
      border: none;
      box-shadow: none !important;
      outline: none !important;
  }
  .navbar-toggler .navbar-toggler-icon {
      filter: brightness(0) !important;
  }
  
  .navbar-toggler:focus .navbar-toggler-icon {
      filter: brightness(0);
  }
  .product__info-container .product__title h1,
  .product__info-container .price__container {
    font-size: 24px;
  }
  .related-products .related-products__heading {
    font-size: 32px;
  }
  .col-tabs .nav-tabs {
      margin: 0;
  }
  .col-tabs .tab-content {
      padding: 20px 0;
  }
  .related-products ul.grid.product-grid {margin: 0;}
  .related-products .collection-add-to-cart {
      top: 28%;
      width: 30px;
      height: 30px;
  }
  .related-products .collection-add-to-cart .material-symbols-outlined {font-size: 18px;}
  .product-form__quantity .quantity {
    width: 50%;
  }
  .product__info-container .product-form__buttons .product-form__submit {
      width: 48%;
      font-size: 12px !important;
  }
  .product__info-container .product-form {
      margin-top: -78px !important;
  }  
  .inner_banner.iot-game:after {
      width: 323px;
      height: 245px;
  }
  .inner_banner.iot-game:before {
      width: 313px;
      height: 245px;
  }
}

@media screen and (max-width: 767px) {
  .secStory.contact .top_head a {display: flex;justify-content: center;}
  
section.banner .row.text-center.text-md-left.align-items-center {margin-left: 0;margin-right: 0;}
  .inner_banner {
    padding: 160px 0 60px;
  }
  .inner_banner.iot-game {
    padding-bottom: 40px;
  }
  .inner_banner h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .inner_banner p {
    font-size: 15px;
  }
  header.bg-light.py-3 .container {
    padding: 15px 20px;
    border-radius: 0;
  }
  .timeline_story {
    display: none;
  }
  .secStory .row .col-12.col-md-6:first-child .storyBox {
    margin: 20px;
  }
  .secStory .row .col-12.col-md-6:nth-child(2) .storyBox {
    margin: 20px;
  }
  .helpBox .help_thumb {
    height: 350px;
  }
  .valueBox h4, .helpBox h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .valueBox p, .helpBox p {
    font-size: 16px;
    line-height: 28px;
  }
  .helpBox a {
    font-size: 16px;
  }
  .secHelp .row .col-12.col-md-4:not(:last-child) {
    margin-bottom: 20px;
  }
  .secFounder .thumb {
    margin-bottom: 30px;
    height: 450px;
  }
  .top_head p {
    font-size: 15px;
    line-height: 26px;
  }
  .secValues .row .col-12.col-md-4:not(:last-child) {
    margin-bottom: 20px;
  }
  .valueBox {
    padding: 23px 20px;
  }
  .secVision {
    padding: 70px 0 50px;
  }
  .top_head h2 br {
    display: none;
  }
  .btn-custom {
    font-size: 16px;
    padding: 12px 24px;
  }
  .top_head .btn-custom {
    margin-top: 20px;
  }
  .secProject {
    padding: 60px 0;
  }
  .secStory .row {
    margin-top: 20px;
  }
  .secFounder {
    padding: 50px 0;
  }
  .secStory .row .col-12.col-md-6:first-child .storyBox,
  .secStory .row .col-12.col-md-6:nth-child(2) .storyBox {
    margin: 20px 0;
  }
  h2.related_title{
    font-size: 30px;
    line-height: 36px;
  }
  .article-content > h2:nth-child(2) {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .store-visit-cta {
      border-radius: 20px !important;
  }
  .store-visit-cta h2 {
      font-size: 22px !important;
  }
  .store-visit-cta .btn-cta {
      font-size: 14px !important;
  }
  .blog.blog_gm p {
    font-size: 18px !important;
    line-height: 24px !important
  }
  section.IoT.Consulting.two.contact h2 {
      font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  section.IoT.Consulting.two.contact .contact-form {
    padding: 10px;
  }
  .top_head .ct_number {
    display: flex;
    justify-content: center;
}
  .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: inherit !important;
}
.banner__box.content-container .banner__heading.inline-richtext {
    font-size: 28px;
    line-height: 30px;
}
.banner--small:not(.banner--adapt) {
    padding: 160px 0 60px;
}
    ul#product-grid {margin-left: 0;}
    ul#product-grid .card__heading {
        font-size: 14px;
    }
    ul#product-grid .card-information>.price {
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 600;
    }
    ul#product-grid .product-page__review-summary {
        font-size: 14px;
    }
    header.bg-light.py-3 ul , header.bg-white.py-3 ul{
        margin-top: 10px;
      align-items: flex-start;
    }
    .navbar-toggler:focus .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }
    .navbar-toggler:focus {
        background: #000;
    }
    section.banner {
        padding: 150px 0 60px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    section.secStory.contact .top_head {
        margin-top: 30px;
    }
    section.what-we {
        padding: 40px 0;
    }
    section.what-we .col-md-7 h2 {
        font-size: 24px;
    }
    section.what-we .col-md-7 p {
        font-size: 15px;
        line-height: 28px;
    }
    section.what-we .col-md-2 svg {
        width: 40px;
    }
    section.what-we .col-md-2.text-md-center {
        flex-direction: row;
        justify-content: flex-start;
    }
    section.our-shop,section.IoT.Consulting {
        padding: 40px 0;
    }
    section.IoT.Consulting h5 {
        margin-top: 20px;
    }
    section.IoT.Consulting.two p.counter-subtitle {
        margin-bottom: 20px;
      padding: 0;
    }
    img.visad {
        display: block;
    }
    .footer-col-one.o {
        height: auto !important;
    }
    .footer-col-one.e {
        height: auto !important;
        border-radius: 10px;
        padding: 20px;
    }
    .footer-col-one {
        padding: 20px;
      }
      .footer-col-one.e h5 a {
        font-size: 18px !important;
    }
    .footer-col-one.e .icons img.ui-icon {
        width: 8%;
    }
    footer {
        padding: 40px 0;
    }
    section.banner h1 br,
    section.what-we h2 br,
    section.IoT.Consulting h2 br {
        display: none;
    }
    section.secStory.contact .top_head h4 {
        margin-top: 30px;
        font-size: 14px;
    }
    section.secStory.contact .top_head h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .icon_ct {
        font-size: 14px;
    }
    .icon_ct span.icon svg {
        width: 36px;
        margin-right: 0px;
    }
    .inner_banner h1 {
        font-size: 28px;
        line-height: 1;
        margin: 0;
    }
    .inner_banner p {
        display: none;
    }
    .secStory {
        padding: 40px 0;
    }
    .secHelp, .secValues {
        padding: 40px 0;
    }
    .helpBox .help_thumb {height: 250px;}
    .secServices {padding: 40px 0 60px;}
    .secWork {
        border-radius: 40px;
        padding: 40px 0;
    }
    .work_grid {
        overflow: hidden;
        min-height: 354px;
    }
  .secWork .col-12.col-md-3:nth-child(2) .work_grid,
  .secWork .col-12.col-md-3:nth-child(3) .work_grid,
  .secWork .col-12.col-md-3:last-child .work_grid {
    margin-top: -6px;
  }
    .price_box {
        padding: 30px 20px;
        border-bottom-right-radius: 60px;
    }
    .price_box h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .price_box h3 {
        padding: 10px 20px;
        font-size: 26px;
        line-height: 48px;
        border-bottom-right-radius: 50px;
    }
    .secPricing .col-12:nth-child(2) .price_box ul {
        margin-bottom: 40px;
    }
    .secPricing .col-12.col-md-4:not(:first-child) {
        margin-top: 30px;
    }
    section.secStory.contact .top_head {
        margin-bottom: 30px;
    }
    section.secStory.contact .top_head h2 {
        font-size: 24px;
        line-height: 32px;
    }
    section.secStory.contact {
        padding-top: 0;
    }
    .secTestimonials {
        padding: 10px 0 40px;
    }
    .secStudy {
        padding: 20px 0 40px;
    }
    .secStudy .col-12.col-md-4:not(:first-child) {
        margin-top: 20px;
    }
    div#slider_services .owl-nav,  
    div#slider_help .owl-nav{
        display: none;
    }
    div#slider_services .owl-dots,
    div#slider_help .owl-dots {
        display: block;
        text-align: center;
    }
    div#slider_services .owl-dots .owl-dot,
    div#slider_help .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        background: #ddd;
        border-radius: 100%;
        margin: 0 3px;
    }
    div#slider_services .owl-dots .owl-dot.active,
    div#slider_help .owl-dots .owl-dot.active {
        background: #000;
    }
    .blog-container {
        margin-top: 0 !important;
    }
    .article-template header {
        margin-top: 0;
    }
    .article-template__title {
        font-size: 24px !important;
        line-height: 30px;
    }
    .article-template__content {
        padding: 0 15px;
    }
    .article-template__content iframe {
        width: 100%;
        height: 250px;
    }
    .article-template__content p {
        font-size: 14px;
    }
    .subscription-content h1 {
        font-size: 24px;
    }
    .article-content.locked h2 {
        font-size: 22px;
        margin-top: 0 !important;
    }
    .article-content.locked .rte li {
        font-size: 16px;
    }
    .rte li {
        font-size: 14px;
    }
    .storyBox {
        min-height: 158px;
    }
    .secStory .row .col-12.col-md-6:nth-child(2) .storyBox:first-child {
        margin-top: 0;
    }
    .secPricing {
        padding: 50px 0;
    }
    .blog-feed-header select {
        width: 100%;
    }
    .blog-feed-header .search-wrapper {
        width: 100%;
    }
    .blog-feed.page-width.section-blogs-new-padding.container {
        margin-top: 40px;
    }
    section.what-we.blog.video .col-md-4 a:last-child {
        margin-top: 0 !important;
    }
    section.what-we.blog.video a.head-cont {
        margin-top: 0;
    }
    .footer-col-one.e .icons {
        margin-bottom: 10px;
    }
  .blog-feed-header .search-wrapper {
    width: 100% !important;
  }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 8px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.fw-bold {
      background: #5cffe6;
      color: #000;
  }
    .secStory.contact .top_head.text-left {
      text-align: center;
      padding: 0;
  }
  .secStory.contact .top_head .icon_ct {
      justify-content: center;
  }
  .blog-sidebar .row {
      display: block !important;
      text-align: center;
  }
  .blog-sidebar .row .col-6 {max-width: 100% !important;width: 100%!important;}
  .blog-sidebar .row .col-6.col-md-6:first-child {
      margin-bottom: 20px;
  }
  .blog-sidebar {
      padding: 0 15px;
  }
  .footer-col-one.o, .footer-col-one {
    height: auto !important;
  }
  .all-blogs .article-card .card__heading {
      font-size: 18px;
      line-height: 26px;
  }
  .disp-gm-new {
    padding: 0 10px;
  }
  header .search-link img, header .cart-link img {width: 85%;}  
  .product__info-container .product-form__buttons .product-form__submit {
      width: 52%;
      font-size: 14px !important;
  }
  .shopify-policy__container {
      max-width: 100% !important;
  }
  .shopify-policy__body .inner_banner {
      margin-left: -20px;
      margin-right: -20px;
  }
  header.bg-light a.head-cont,header.bg-light a.head-shop {
      margin-left: 0px !important;
  }
  .inner_banner.iot-game:before,
  .inner_banner.iot-game:after {
        width: 235px;
        height: 185px;
    }
    .inner_banner.iot-game {
      padding-bottom: 30px;
    }
}

@media screen and (max-width: 390px) {
  .inner_banner h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .inner_banner {
    padding: 130px 0 40px;
  }
  .top_head h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .valueBox p, .helpBox p,
  .top_head p {
    font-size: 14px;
    line-height: 24px;
  }
  .inner_banner.iot-game:before, .inner_banner.iot-game:after {
        width: 213px;
        height: 165px;
    }
}


section.secStory.contact h2 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.3;
}

.contact-uss {
    border: 4px solid #5CFFE6;
    padding: 30px;
    border-radius: 15px;
}

#shopify-section-contact-form-sec form .form-control {
    padding-bottom: 20px !important;
}

@media screen and (min-width: 1800px) {
  .footer-col-one.o {
    height: 537px !important;
}
}

@media screen and (min-width: 1540px) {
  .footer-col-one.col_first {
    padding: 30px 25px;
  }
}
.col_first{
      height: 538px;
}
 .icon_ct{
    background-color: #5CFFE6;
    width: fit-content;
    border-radius: 10px;
    /* padding: 0px 9px; */
    padding-right: 30px;
  }
    .icon_ct:hover{
    background-color: #000;
    color:#fff;
    width: fit-content;
    border-radius: 10px;
    /* padding: 0px 9px; */
    padding-right: 30px;
  }
  .btn-cta{
        background: #5CFFE6;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
   border: none !important;
  }
  .btn-cta:hover{
        background: #fff;
    color: #5CFFE6;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
   border: none !important;
  }