/** Shopify CDN: Minification failed

Line 7:8 Expected URL token but found "url"

**/
@import url("https://fonts.googleapis.com/css2?family=Poppins+A1:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url ("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.2/css/all.min.css");
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}


/*-----------default-css-----------*/
div#submenu-4 {
    padding: 10px 10px 15px;
}
span.menu-list__link-title:hover {
    text-decoration: underline;
}
span.mega-menu__link-title {
    font-size: 14px;
}
.mega-menu__column {
  grid-column: span 7;
}
.overflow-menu:after{
  width: 300px;
  display: none;
}
.menu-list__submenu.color-scheme-matches-parent {
  left: 49%;
  margin-top: 22px;
  width: 250px;
}
.mega-menu a.mega-menu__link:hover {
    color: #000;
    text-decoration: underline;
}
.mega-menu.section.section--full-width-margin.section--page-width{
  grid-template-columns: inherit !important;
}
li.mega-menu__column.mega-menu__column--span-1 {
    padding: 0 10px;
}
overflow-list.overflow-menu li a[aria-controls="submenu-4"] {
    position: relative;
    left: -5px;
}
overflow-list.overflow-menu li a[aria-controls="submenu-4"]:after {
    position: absolute;
    content: ">";
    top: auto;
    right: -2px;
    font-size: 16px;
    font-weight: 500;
    transform: rotate(90deg);
}

/*----------------------------media mixing--------------------*/
/*-----------default-css-----------*/
.dropbtn {
  background-color: #1f8ed0;
  color: white;
  padding: 16px 40px 16px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Arrow icon */
.dropbtn .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.dropdown {
  margin-bottom: 30px;
  position: relative;
  width: max-content;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: rgb(65, 121, 153);
}

/* Rotate arrow on hover */
.dropdown:hover .arrow {
  transform: translateY(-50%) rotate(180deg);
}

body {
  font-family: "Poppins";
  background: #fff;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
body a {
  color: #eb0001;
  text-decoration: none;
}
body a:hover, body a:focus {
  text-decoration: none;
  outline: none;
  color: #030303;
}
body ol,
body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body h1 {
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: capitalize;
  line-height: 1.3;
  font-family: "Poppins";
}
body h1 span {
  color: #030303;
}
body h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: capitalize;
  line-height: 40px;
  color: #000;
  font-family: "Poppins";
}
body h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: capitalize;
  color: #030303;
  font-family: "Poppins";
}
body h3 span {
  color: #030303;
}
body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #030303;
  font-family: "Poppins";
  line-height: 30px;
  text-transform: capitalize;
}
body h5 {
  font-size: 18px;
  font-weight: 300;
  color: #030303;
  font-family: "Poppins";
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 5px;
}
body h6 {
  font-size: 16px;
  font-weight: 600;
  color: #4e4c67;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 5px;
}
body input {
  margin: 10px 0;
}

.gray_bg {
  background: #fcfcfc;
}

section {
  padding: 50px 0;
}

.fa{

}

p {
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 30px;
  color: #000;
}
p a {
  color: #1f8ed0;
}
p a:hover {
  text-decoration: underline;
}

.default_btn a {
  background: #1f8ed0;
  padding: 14px 33px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.default_btn a:hover {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.default_btn.blue_btn a {
  background: #191919;
}

.default_btn.white_btn a {
  background-color: #fff;
  color: #030303;
}
.default_btn.white_btn a:hover {
  background: #eb0001;
  color: #fff;
}



.addTocart a {
    background: #e1e1e1;
    border-radius: 20px;
    font-size: 14px;
    padding: 10px 20px;
    color: #000;
    transition: 
  ease-in-out .3s;
}
.addTocart a:hover {
    background: #1f8ed0;
    color: #fff;
    transition: ease-in-out .3s;
}


.blue_btn a {
    background: #1f8ed0;
    border-radius: 20px;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    transition: 
  ease-in-out .3s;
}
.blue_btn a:hover {
    background: #000 !important;
    color: #fff;
    transition: ease-in-out .3s;
}

.list_with_arrows {
  margin: 0 0 30px;
}
.list_with_arrows li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}
.list_with_arrows li:after {
  content: "\f05d";
  font: normal normal normal 14px / 1 FontAwesome;
  color: #eb0001;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 4px;
}
.list_with_arrows li a {
  color: #030303;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.list_with_arrows li a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #030303;
}

.sec-wrap {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

.products-sec .products-bx .products-tx .price-box .addTocart button {
  background: #e1e1e1;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 20px;
  color: #000;
  border: 0;
  cursor: pointer;
  transition: ease-in-out .3s;
}

.products-sec .products-bx .products-tx .price-box .addTocart button:hover {
  background: #1f8ed0;
  color: #fff;
}

/*-----------header-----------*/
header {
  position: absolute;
  width: 100%;
  z-index: 999999;
  top: 0;
  background: #fff;
  animation: slide-down;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.top-header {
  background: #000;
}
.top-header .sec-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .sec-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header a {
  padding: 7px 0;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.top-header a:hover {
  color: #1f8ed0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-header a i {
  padding-right: 7px;
}
.top-header .login {
  text-align: right;
}
.top-header .login a {
  display: inline-block;
  padding-left: 30px;
}
header .logo {
  padding: 20px 0;
    width: 210px;
}
header .logo img {
  width: 100%;
  transition: width 0.3s ease;
}
header .menu-wrap {
  width:72%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-wrap .searchbar {
  max-width: 380px;
  width: 100%;
  padding: 30px 0;
}
header .menu-wrap .searchbar .search-box {
  padding: 0;
  display: flex;
  align-items: center;
  border: 1px solid #1f8ed0;
  border-radius: 30px;
  overflow: hidden;
}
header .menu-wrap .searchbar .search-box input {

  border: none;
  padding: 10px 10px 10px 20px;
  margin: 0;
  width: 100%;
}
header .menu-wrap .searchbar .search-box input:focus {
  border: none;
  box-shadow: none;
}
header .menu-wrap .searchbar .search-box button {
  height: 40px;
  background: #1f8ed0;
  color: #fff;
  border: none;
  padding: 7px 20px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  animation: slide-down;
}
.sticky .menu-wrap .searchbar{
      padding: 20px 0;
}
.sticky .logo {
  padding: 8px 0;
}
.sticky .logo img {
  width: 190px;
  transition: width 0.3s ease;
}
.sticky .mainmenu > ul > li > a {
  line-height: 65px;
}
.sticky .mainmenu .btn a {
  line-height: 10px;
}

@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainmenu ul {
  text-align: right;
}
.mainmenu > ul > li {
  margin-right: 0px;
}
.mainmenu > ul > li:last-child a {
  padding-right: 0;
}
.mainmenu > ul > li > a {
  padding: 0 10px;
  font-size: 16px;
  line-height: 90px;
}

.mainmenu.light li a {
  color: #030303;
  text-transform: capitalize;
  font-weight: 400;
}
.mainmenu.light li a:hover {
  color: #eb0001 !important;
}
.mainmenu.light li.btn a {
  background: #eb0001;
  border-radius: 3px;
  padding: 13px 17px;
  line-height: 10px;
  color: #fff !important;
}
.mainmenu.light li.btn a:hover {
  background: #000;
  color: #fff !important;
}

.mainmenu.desktop li.has-sub a {
  padding-right: 5px;
}
.mainmenu.desktop li.has-sub a:hover {
  color: #fff;
}
.mainmenu.desktop li.has-sub a:after {
  display: none;
}
.mainmenu.desktop li.has-sub li {
  margin: 0;
}
.mainmenu.desktop li.has-sub li a {
  padding: 13px 20px;
  font-size: 16px;
  color: #030303;
  font-weight: 500;
}
.mainmenu.desktop li.has-sub li a:hover {
  color: #fff !important;
  background: #000;
}

.mainmenu ul ul {
  width: 250px;
  background: #fff;
  padding: 0 0px;
  box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.22);
}

.mainmenu ul ul ul {
  top: 0;
  right: 300px;
  left: auto;
}

nav {
  position: relative;
}

@media screen and (max-width: 991px) {
  header.sticky .nav-ul {
    margin: 0;
  }
  .header_fixed .nav-ul {
    background: #01172e !important;
  }
  .header_fixed .button.button {
    top: 10px;
  }
}

/*-----------home_banner-----------*/
.video_banner{
  height: 700px;
  padding: 0;

}
.video-wrapper{
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.video_banner video{
  width: 100%;
   height: 700px;
  object-fit: cover;
}

/*
.video_banner .video-wrapper {
    position: relative;
}

.video_banner .video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video_banner .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
*/





/*-----------------------------about us-------------------*/
.about-sec .counter {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1333333333);
  padding: 50px;
  gap: 30px;
  border: 1px solid #ddd;
}
.about-sec .counter li {
  width: 46%;
  /* border-right: 1px solid $color-border;
   border-bottom: 1px solid $color-border;*/
  padding: 20px 0px;
}
.about-sec .counter li:nth-child(1), .about-sec .counter li:nth-child(3) {
  width: 55%;
}
.about-sec .counter li:nth-child(2), .about-sec .counter li:nth-child(4) {
  width: 31%;
}
.about-sec .counter li .counter-box {
  display: flex;
  font-size: 40px;
  font-weight: 500;
  color: #eb0001;
  line-height: 50px;
}
.about-sec .counter li span {
  font-size: 17px;
  color: #030303;
}

/*--------------------Logo Slider--------------------*/
.client-logo{
  background: #f2f2f2;
  padding: 30px 0;
}
.LogoSlider {
  position: relative;
  padding-top: 60px;
}
.client-logo img {
  max-height: 90px;
  object-fit: contain;
  width: auto !important;
  margin: 0 auto;
}

.client-logo .owl-carousel,
.client-logo .owl-nav.disabled {
  display: none;
}



/*-----------------ProductCenter-------------------*/
.ProductCenter{
  position: relative;
  padding: 50px 0;
}
.ProductCenter h2{
  text-align: center;
  margin: 0 0 40px;
}
.ProductCenter .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.ProductCenter .row .content{
  width: 32%;
  /*padding: 20px;*/
/*  display: flex;
  align-items: center;
  justify-content: center;*/
  box-shadow: 0px 5px 9px 5px rgba(0, 0, 0, 0.0705882353);
/*  min-height: 120px;
  max-height: 120px;*/
  /*border-radius: 20px;*/
  margin: 0 0 20px;
  text-align: center;
  transition: ease-in-out .3s; 
}
.ProductCenter .row .content .img{
  width: 100%;
  height: 250px;
  display: flex;
}
.ProductCenter .row .content .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
      object-position: bottom;
}
.ProductCenter .row .content a{
  font-size: 20px;
  color: #000;
  font-weight: 600;
  display: block;
}
.ProductCenter .row .content a p{
  line-height: 20px;
  padding: 10px;
}

.ProductCenter .row .content:hover{
  background: #1f8ed0;
  color: #fff;
  transition: ease-in-out .3s; 

}
.ProductCenter .row .content:hover a,
.ProductCenter .row .content:hover a p{
  color: #fff;
}





/*------------------products-------------------*/
.products-sec{
  padding: 40px 0;
}
#products-slider {
    display: flex;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
#products-slider .item{
  cursor: pointer;
  width: 100%;
}
.products-sec .products-bx {
  position: relative;
  padding: 15px;
  /*box-shadow: 0px 5px 9px 5px rgba(0, 0, 0, 0.0705882353);*/
  border-radius: 20px;
  overflow-y: hidden;
  margin: 0px;
  border: 1px solid #e7e7e7;
  transition: ease-in-out .3s; 
}
.products-sec .products-bx a{
  color: #000;
}
.products-sec .products-bx:hover{
   transition: ease-in-out .3s; 
   box-shadow:0px 0px 11px 8px rgba(0, 0, 0, 0.0705882353);
}
.products-sec .products-bx:hover .icons{
  opacity: 1 !important;
   transition: ease-in-out .3s;
}
.products-sec .products-bx .products-img{
  height: 225px;
  width: 100%;
  display: flex;
  overflow:hidden;
  position: relative;
  margin: 0 0 10px;
}
.products-sec .products-bx .products-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  border-radius:10px 10px 0 0 ;
}
.products-sec .products-bx .icons{
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  opacity: 0;
   transition: ease-in-out .3s;
}
.products-sec .products-bx .icons a{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  padding: 5px;
  display: block;
  margin: 0 0 10px;
  color: #000;
  background-color: #fff;
}
/* .products-sec .products-bx .products-img .icons a .fa{
  color:#000;
} */
.products-sec .products-bx .icons a:hover{
  background: #1f8ed0;
  color: #fff;
}
/* .products-sec .products-bx .products-img .icons a:hover .fa{
  color:#fff;
} */
.products-sec .products-bx .products-tx{
  border-top:1px solid #e7e7e7;
  padding: 18px 0 5px; 
}
.products-sec .products-bx .products-tx .title{
  font-size: 18px;
  font-weight: 500;
  min-height: 50px;
  text-transform: uppercase;
  display: block;
}
.products-sec .products-bx .products-tx .star{
  color: #ffc000;
}
.products-sec .products-bx .products-tx  .price-box{
  display: flex;
  justify-content: space-between;
  margin-top: 30px; 
}
.products-sec .products-bx .products-tx  .price-box .price{
  font-size: 20px;
  font-weight: bold;
  color: #1f8ed0;
}
.products-sec .products-bx .products-tx  .price-box .addTocart a{
  background: #e1e1e1;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 20px;
  color: #000;
  transition: ease-in-out .3s; 
}
.products-sec .products-bx .products-tx  .price-box .addTocart a:hover{
  background: #1f8ed0;
  color: #fff;
  transition: ease-in-out .3s; 
}
.products-sec  .owl-dots{
  text-align: center;
  display: block;
}
.products-sec  .owl-dots .owl-dot{ 
  width: 18px;
  height: 18px;
  background: #4e4e4e;
  border-radius: 100%;
  display: inline-block;
  margin:10px 5px;
}
.products-sec  .owl-dots .owl-dot.active{
  background: #1f8ed0;
}
.products-sec .owl-dots{}


span.price {
    font-size: 20px;
    font-weight: bold;
    color: #1f8ed0;
}

/*------------------monitor-sec------------------*/
.monitor-sec{
  position: relative;
}
.monitor-sec .row{
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}
.monitor-sec .row .monitor-box{
  width: 60%;
  display: flex;
  justify-content: space-between;
  box-shadow:0px 0px 11px 8px rgba(0, 0, 0, 0.0705882353);
  padding: 50px;
  border-radius: 20px;
}
.monitor-sec .row .monitor-box .img{
  width: 44%;
}
.monitor-sec .row .monitor-box .img img{
  width: 100%;
}
.monitor-sec .row .monitor-box .text{
  width: 50%;
}
.monitor-sec .row .monitor-box .text h3{
  font-size: 22px;
  line-height: 33px;
}
.monitor-sec .row .monitor-box .text .star{
  color: #ffc000;
}
.monitor-sec .row .monitor-box .discription{
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin: 0 0 20px;
}
.monitor-sec .row .displays-box{
  width: 40%;
  background: url(https://cdn.shopify.com/s/files/1/0668/8433/7738/files/displays-img.png?v=1758890235) no-repeat;
  background-size:cover; 
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.monitor-sec .row .displays-box .display-content{
  position: absolute;
  bottom: 0;
  padding: 40px;
  background: #000000;
background: linear-gradient(359deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
top:auto;
}
.monitor-sec .row .displays-box .display-content h3{
  color: #fff;
}

button.addTocart {
  background: #e1e1e1;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 20px;
  color: #000;
  border: 0;
  cursor: pointer;
  transition: ease-in-out .3s;
}

button.addTocart:hover {
  background: #1f8ed0;
  color: #fff;
}


/*----------------faq sec----------------*/
.faq-sec {
  position: relative;
}
.faq-sec .row{
  display: flex;
  gap:10px;
  justify-content: space-between;
}
.faq-sec .row .img-box{
  width: 30%;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  height: 600px;
}
.faq-sec .row .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-sec .row .faq_main{
  width: 68%;
}

.faq_row {
  margin: 0 0 30px;
  text-align: left;

}
.faq_row:last-child {
  border-bottom: 0;
}
.faq_row .faq_question {
  padding: 15px 20px 15px 30px;
  position: relative;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0px 5px 9px 5px rgba(0, 0, 0, 0.0705882353);
  border-radius: 20px;
}
.faq_row .faq_question.active {
  background: #1f8ed0;
}
.faq_row .faq_question.active .h3 {
  color: #fff;
}
.faq_row .faq_question.active .icon-shape:before, .faq_row .faq_question.active .icon-shape:after {
  background: #000;
}
.faq_row .answercont {
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  margin: -13px 0 10px;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.12);
      border-radius: 0 0 10px 10px;
}
.faq_row .answercont .answer {
  padding: 30px 20px 20px 30px;
  line-height: 1.5rem;
  text-align: left;
  position: relative;
}

.faq_row .answercont .answer p {
  font-weight: 400;
  font-size: 16px;
}
.faq_row .answercont .answer p:last-child {
  margin: 0;
}
.faq_row .faq_question.active + .answer {
  padding-top: 20px;
}


.faq_row .faq_question-text h3, .faq_row .faq_question-text .h3 {
  margin: 0;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "poppins";
}
.faq_row .icon.active {
  background: transparent;
  border: 2px solid #fff;
}
.faq_row .icon:hover {
  cursor: pointer;
}
.faq_row .icon-shape {
  position: relative;
  width: 50px;
  height: 50px;
}
.faq_row .icon-shape::after {
  position: absolute;
  content: "+";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  font-family: 'Font Awesome 5 Pro';
  color: #000;
  font-size: 28px;
  line-height: 20px;
  font-weight:800;
  
  transition: all 0.5s ease;
}
.faq_row .icon .icon-shape.active::after {
  transition: all 0.5s ease;
  content: "-";
  color: #fff;
  width: 20px;
  height: 20px;
  background: none;
  font-family: 'Font Awesome 5 Pro';
  font-size: 28px;
  line-height: 20px;
  font-weight:800;
 
}



/*-----------inquiries_form------------*/
.inquiries_form h2 {
  margin: 0 0 10px;
}
.inquiries_form .form-control,
.inquiries_form select,
.inquiries_form input,
.inquiries_form textarea {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px;
  color: #030303;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  border-radius: 5px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0 0px;
}
.inquiries_form textarea {
  height: auto !important;
}
.inquiries_form .description {
  font-size: 12px;
}
.inquiries_form .btn.btn-send,
.inquiries_form .gform_button {
  background: #eb0001;
  padding: 10px 33px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
}
.inquiries_form .btn.btn-send:hover,
.inquiries_form .gform_button:hover {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



/*-------------------------Footer--------------------------*/
footer {
  background: #f2f2f2;
  color: #000;
  padding: 80px 0 60px;
  position: relative;
}
footer .row{
  display: flex;
  align-items: center;
}

footer a:hover {
  color: #eb0001;
}


footer .Footer_Menu{
  width: 40%;
}
footer .Footer_Menu ul li {
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
}
footer .Footer_Menu ul li a{
  color: #000;
  transition: ease-in-out .3s;
  font-size: 16px;
}
footer .Footer_Menu ul li a:hover{
  color: #1f8ed0;
  transition: ease-in-out .3s;

}
footer .Footer_Logo{
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .Footer_Logo img {
  margin: 0 20px 0 0;
  width: 210px;
}
footer .Footer_Logo p {
  margin: 0;
  line-height: 25px;
  font-size: 14px;
  color: #000;
  width: 60%;
}
footer h3 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
}

.last_foot {
  padding: 10px 0;
  background: #000;
}
.last_foot .row{
  display: flex;
  justify-content: space-between;
}
.last_foot .row .copyright{}
.last_foot p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.last_foot .links a {
  color: #fff;
  font-style: normal;
  margin-left: 16px;
  line-height: 30px;
  font-size: 14px;
}
.last_foot .links a:hover {
  color: #1f8ed0;
}
section[class*="hero-wrapper"]{
  padding: 0 !important;
}
 

  /*------------------about page---------------*/
/*----------------------about page-------------------*/
.about_banner {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: url(/cdn/shop/files/bannerimg.jpg?v=1763467137) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.about_banner .wrap {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 15px;
  z-index: 3;
  position: relative;
}
.about_banner:after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: #040B19;
  background: linear-gradient(72deg, rgb(4, 11, 25) 0%, rgba(5, 16, 38, 0) 100%);
}
.about_banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about_banner .text {
  position: relative;
  z-index: 1;
}
.about_banner .text h5 {
  color: #1E90FF;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: 19px;
}
.about_banner .text .h1 {
  margin: 0 0 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  font-size: 52px;
}
.about_banner .text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  width: 80%;
  margin: 0 0 40px;
}



.welcome-sec{
  padding: 50px 0;
}
.welcome-sec .row{
  display: flex;
  justify-content: space-between;
}

.welcome-sec .row >div {
  width: 48%;
}
.welcome-sec .row .img-box{
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.welcome-sec .row .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome-sec .text-content{
  padding: 30px 0;
}
.welcome-sec .text-content ul{
  padding-left: 20px; 
}
.welcome-sec .text-content ul li{
  list-style-type: decimal;
  margin: 0 0 10px;
}



/*-----------------Offering-------------------*/
.Offering-Markets{
  position: relative;
  padding: 50px 0;
}
.Offering-Markets h2{
  text-align: center;
  margin: 0 0 40px;
}
.Offering-Markets .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.Offering-Markets .row .content{
  width: 32%;
  /* padding: 20px; */
  box-shadow: 0px 5px 9px 5px rgba(0, 0, 0, 0.0705882353);
  margin: 0 0 20px;
  text-align: center;
  transition: ease-in-out .3s;
}
.Offering-Markets .row .content a{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: block;
}
.Offering-Markets .row .content .img {
    width: 100%;
    height: 250px;
    display: flex;
    
}
.Offering-Markets .row .content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
   
}
.Offering-Markets .row .content a p {
    line-height: 20px;
    padding:14px 10px;
}
.Offering-Markets .row .content:hover{
  background: #1f8ed0;
  color: #fff;
  transition: ease-in-out .3s; 

}
.Offering-Markets .row .content:hover a, .Offering-Markets .row .content:hover a p {
    color: #fff;
}



.offering-sec {
  position: relative;
  padding: 50px 0;
}
.offering-sec .offering-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.offer-row{
  position: relative;
}
.offer-row .wrap {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
}
.offer-row .wrap .col{

  min-height: 200px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;

}

.offer-row .wrap .col:before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(/cdn/shop/files/bannerimg.jpg?v=1763467137) no-repeat;
  background-size: cover;
  opacity: .1;
  z-index: 0;
  width: 100%;
  height: 100%; 
}

.offer-row .wrap .col h3{
    font-size: 17px;
    padding: 20px;
    min-height: 70px;
    background: #1f8ed0;
    color: #fff;
    margin: 0;
    position: relative;
}
.offer-row .wrap .col ul{
    padding: 20px;
    position: relative;
}
.contact_aadress{
  padding-bottom: 50px;
}
.contact_aadress{
  padding-bottom: 50px; 
}
.contact_aadress .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
}
.contact_aadress .address {
    text-align: center;
    background: #fff;
    margin-right: -30px;
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 20px;
    right: -40px;
    box-shadow: 0px 5px 9px 4px #0002;
    width: 300px;
}
.contact_aadress .map {
    width: 90%;
}
 
.contact_aadress .wrap .icons {
      width: 70px;
    margin: 0 auto 20px;
}
.contact_aadress .wrap address{
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.contact-form button.button.submit-button.size-style.button {
    background: #00a9fd;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
}
.contact-form button.button.submit-button.size-style.button:hover {
    background: #000;
  }

section#hero {
    padding: 50px 0;
    background: #f3f3f3;
}


#hero{
  position: relative;
  padding: 0 !important;
}

#hero .wrap{
display: flex;
    align-items: stretch;
    justify-content: space-between;
}
#hero .wrap .text{
    width: 56%;
    padding: 40px 40px 40px 0;;
}
#hero .wrap .text h1{
      font-size: 50px;
}
#hero .wrap .img{
  width: 40%;
  display: flex;

} 
#hero .wrap .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-----------------core-solutions-------------------*/
#core-solutions{
  position: relative;
  padding: 0px 0;
}
#core-solutions .container{
  position: relative;
  z-index: 1;
}
#core-solutions .wrap {
    background: #000000d6;
    padding: 40px 40px;
    text-align: left;
    width: max-content;
    max-width: 780px;
    width: 90%;
}
#core-solutions h2{
  margin: 0 0 20px;
  color: #fff !important;
}
#core-solutions h3{
  color: #fff !important;
  font-size: 20px;
  margin: 0 0 10px;
}
#core-solutions p {
  color: #fff !important;
  line-height: 20px;
}
#core-solutions .idsm-grid {
  gap: 10px;

}
#core-solutions .idsm-grid .idsm-card{
  padding:20px 20px;
  border-bottom: 1px solid #ddd;
/*  color: #fff;
  background: #fff;*/
    border-left: 5px solid #1f8ed0;
}
#core-solutions .idsm-grid .idsm-card:last-child{
  border-bottom: 0;
}
#core-solutions video.bg-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* #core-solutions .idsm-grid .idsm-card:hover{
  background: #1f8ed0;
  color: #fff;
  transition: ease-in-out .3s; 
}
#core-solutions .idsm-grid .idsm-card:hover p{
  color: #fff ;
}

#core-solutions .idsm-grid .idsm-card:hover h3{
  color: #fff;
} */



#why-idsm{
  position: relative;
  overflow: hidden;
  background: url(/cdn/shop/files/bannerimg.jpg?v=1763467137) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}

#why-idsm:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:#1f8ed0;
  opacity: .7;
  z-index: 0;
}
#why-idsm .container{
  position: relative;
  z-index: 1;
}

#why-idsm .wrap{
display: flex;
    align-items: stretch;
    justify-content: space-between;
}
#why-idsm .wrap .text{
    width: 50%;
    padding: 40px 0 40px 40px ;
    margin-right: 0;
    margin-left: auto;  
}


#why-idsm h2{
  color: #fff;
}
#why-idsm p, #why-idsm li{
  color: #fff;
}
 #why-idsm  ul {
  display: flex;
  flex-wrap: wrap;
  marks: 20PX 0;
 }
#why-idsm  ul li{
  width: 100%;
}



/*-------------------------Get_Newsletter--------------------------*/
#homepage-cta {
  background: url(/cdn/shop/files/cta-sec-bg.jpg?v=1758893286) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 70px 0;
  position: relative;
  background-position: 50% 50%;
}
#homepage-cta:after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: #040B19;
  opacity: 0.888;
  z-index: 0;
}

#homepage-cta .container{
  position: relative;
  z-index: 1;
}
#homepage-cta .content {
  position: relative;
  z-index: 1;
}
#homepage-cta h2 {
  margin: 0 0 20px;
  line-height: 1.4;
  color: #fff;
}
#homepage-cta h2 span {
  display: block;
}
#homepage-cta p {
  color: #fff;
  font-weight: normal;
}
#homepage-cta .blue_btn .idsm-btn{
      background: #1f8ed0 !important;
      transition: all .3s;
}
#homepage-cta .blue_btn .idsm-btn:hover{
  background: #fff !important;
  color: #000 !important;
  transition: all .3s;
}

#industries-overview {}
#industries-overview .wrap{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#industries-overview .wrap .text{
  width: 47%;
}
#industries-overview .wrap .imgBox{
  width: 47%;
  display: flex;
} 
#industries-overview .wrap .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#industries-detail{
  position: relative;
  padding: 50px 0;
}
#industries-detail h2{
  text-align: center;
  margin: 0 0 40px;
}
#industries-detail .idsm-grid  {
  margin: 0;
}
#industries-detail .idsm-grid .idsm-industry{
  /*box-shadow: 0px 5px 9px 5px rgba(0, 0, 0, 0.0705882353);*/
  min-height: 160px;
  margin: 0 0 20px;
  transition: ease-in-out .3s; 
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #ddd;
}
#industries-detail .idsm-grid .idsm-industry:nth-child(2n+1){
  flex-direction: row-reverse;
}
#industries-detail .idsm-grid .idsm-industry:last-child{
  margin-bottom: 0;
}
#industries-detail .idsm-grid .idsm-industry .content{
  width: 60%;
  padding:40px 30px;
}
#industries-detail .idsm-grid .idsm-industry .content p{
  margin: 0 0 20px;
}
#industries-detail .idsm-grid .idsm-industry .img-box{
    width: 37%;
    display: flex;
}
#industries-detail .idsm-grid .idsm-industry .img-box img {
    object-fit: cover;
}
#industries-detail .idsm-grid .idsm-industry p:last-child{
  margin: 0;
}


#services{
  position: relative;
  padding: 50px 0;

}
#services .services-grid{
      display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px;
}
#services .idsm-service{
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 0 20px;
  border-left: 5px solid #1f8ed0d1;
}
#services .idsm-service p{
  margin: 0;
}
#services .idsm-service p:empty{
  display: none;
}
#services .idsm-service p:last-child{
  margin: 0;
}



/*-------------------------industries-cta--------------------------*/
#industries-cta {
  background: url(/cdn/shop/files/cta-sec-bg.jpg?v=1758893286) no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  padding: 40px 0;
}
#industries-cta:after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: #040B19;
  opacity: 0.8;
  background: #002E5A;
  z-index: 0;
}

#industries-cta .container{
  position: relative;
  z-index: 1;
}
#industries-cta .content {
  position: relative;
  z-index: 1;
}
#industries-cta h2 {
  margin: 0 0 20px;
  line-height: 1.4;
  color: #fff;
}
#industries-cta h2 span {
  display: block;
}
#industries-cta p {
  color: #fff;
  font-weight: normal;
}
#industries-cta .blue_btn .idsm-btn{
  display: inline-block;
}

.idsm-list li{
  color: #fff;
}
.shopify-section{
  padding: 0;
}
.shopify-section.core-solutions-wrapper, .shopify-section.hero-banner-wrapper, 
.shopify-section.why-idsm-wrapper, .shopify-section.industries-detail-wrapper,
.shopify-section.industries-overview-wrapper, .shopify-section.homepage-cta-wrapper,
.shopify-section.industries-cta-wrapper, .shopify-section.services-grid-wrapper{
  padding: 0;
}

/*-------------------------whishlist--------------------------*/
.whishlist div#products-slider {
    display: block !important;
}
div#wishlist-products {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
}

/*-------------------------media--------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .container {
    max-width: 1320px;
    width: 97%;
    margin: 0 auto;
  }
  .sec-wrap {
      max-width: 1320px;
      width: 97%;
      margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .container {
    max-width: 1320px;
    width: 97%;
    margin: 0 auto;
  }
  .sec-wrap {
      max-width: 1320px;
      width: 97%;
      margin: 0 auto;
  }
  body h2 {
    font-size: 32px;
    line-height: 44px;
  }
  body p {
    line-height: 24px;
  }
  .mainmenu > ul > li > a {
    font-size: 15px;
    line-height: 80px;
    padding: 0 5px;
  }
  .mainmenu > ul > li {
    margin-right: 0;
  }
  .logo {
    padding: 22px 0;
  }
  .logo img {
    width: 220px;
  }

  .products-sec .products-bx .products-tx .price-box{
    display: block;
  }
  .products-sec .products-bx .products-tx .price-box .addTocart a{
    display: block;
    margin-top: 10px; 
  }
  .products-sec .products-bx .products-tx{
    padding-bottom: 5px; 
  }
  #products-slider {
      grid-template-columns: 1fr 1fr 1fr;
  }
  .about_banner .text .h1{
        font-size: 40px;
  }

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

   .container {
    max-width: 1320px;
    width: 97%;
    margin: 0 auto;
  }
  .sec-wrap {
      max-width: 1320px;
      width: 97%;
      margin: 0 auto;
  }
  header .menu-wrap {
    width: 56%;
  }
  .mainmenu{
    width: auto;
  }
  .mainmenu.mobile .menu-toggle {
    top: -1px;
    background: transparent;
    position: relative;
    padding: 0;
  }
  .mainmenu .menu-toggle {
    padding: 10px 15px;
  }
  .mainmenu .menu-toggle span.bars {
    margin-right: 0;
  }
  .mainmenu .menu-toggle span.bars span {
    width: 32px;
    height: 3px;
    border-radius: 0;
    margin: 0 0 8px;
    background: #000 !important;
  }
  .mainmenu .menu-toggle span.bars span:last-child {
    margin: 0;
  }
  .mainmenu > ul > li {
    margin-right: 0;
  }
  .mainmenu > ul > li > a {
    line-height: 24px;
    font-weight: 600 !important;
    color: #030303 !important;
  }
  .mainmenu.light li a {
    color: #000 !important;
  }
  .mainmenu ul ul {
    padding: 0;
  }
  body p {
    font-size: 15px;
    line-height: 26px;
  }
  .mainmenu {
    border-top: none;
    margin: 20px 0;
  }
  .mainmenu.mobile > ul {
    max-width: 300px !important;
    box-shadow: 2px 0 10px #000;
  }
  .mainmenu ul ul {
    box-shadow: none;
    border-top: none;
  }
  .mainmenu.mobile ul ul {
    background: #f1f2f2 !important;
  }
  .mainmenu li a {
    font-size: 14px;
    padding: 15px 10px 15px 25px;
    font-weight: 600 !important;
  }

  .mainmenu ul ul ul {
    right: 0;
  }
  .mainmenu > ul > li:last-child {
    display: none;
  }
  .logo {
    margin: 0px 0;
  }
  .logo img {
    width: 180px;
  }
  .sticky .logo {
    margin: 0px 0;
    padding: 20px 0;
  }
  .sticky .logo img {
    width: 200px;
  }
  .sticky .mainmenu.mobile .menu-toggle {
    top: 0px;
  }
  .sticky .mainmenu > ul > li > a {
    line-height: 20px;
  }
  body h2 {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 40px;
  }

  #products-slider {
    display: grid;
  }
  
  .video_banner {
      height: auto;
  }
  .video_banner video{
    height: auto;
  }
  .ProductCenter .row .content {
   width: 48%;
    min-height: auto;
  }

  .monitor-sec .row{
    flex-wrap: wrap;
  }
  .monitor-sec .row >div{
    width: 100% !important;
  }
  .monitor-sec .row .displays-box{
    height: 400px;
  }


  footer {
    padding: 80px 0 30px;
  }
  footer .Footer_Logo {
    margin: 0 0 50px;
    text-align: center;
    flex-wrap: wrap;
            width: 90%;
  }
  footer .Footer_Logo img {
      margin: 0 auto;
      margin-bottom: 20px;
      width: 260px;
  }
  footer .Footer_Logo p{
    width: 100%;
    text-align: center;
  }

  footer .Footer_Menu {
    margin: 0 0 40px;
    text-align: center;
            width: 90%;
  }
  footer h3 {
    margin: 0 0 20px;
  }
  #products-slider {
      grid-template-columns: 1fr 1fr 1fr;
  }
  .products-sec .products-bx .products-tx .price-box .price {
      font-size: 18px;
  }
  .products-sec .products-bx .products-tx .price-box .addTocart a {
      font-size: 13px;
      padding: 8px 16px;
  }
  .faq_row .faq_question-text h3, .faq_row .faq_question-text .h3 {
      font-size: 18px;
  }
  .faq_row .faq_question {
      padding: 10px 0px 10px 20px;
      border-radius: 10px;
  }
  .faq_row .icon-shape {
      width: 44px;
      height: 30px;
      text-align: center;
  }
  .faq_row .icon-shape::after {
      font-size: 16px;
  }
  footer .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .about_banner .text .h1{
        font-size: 40px;
  }
  .Offering-Markets .row .content{
    width: 49%;
  }
  .offer-row .wrap {
      grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  #hero .wrap .text h1{
    font-size: 40px;
  }
  #hero .wrap .text{
    width: 100%;
    text-align: center;
    padding: 40px 10px 40px 10px;
  }
  #hero .wrap .img{
    display: none;
  }
 
  div#wishlist-products {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  #why-idsm .wrap .img{
      display: none;
  }
  #why-idsm .wrap .text{
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  body h2 {
    font-size: 30px !important;
    line-height: 40px;
    margin: 0 0 20px;
  }
  body h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .logo {
    margin: 0px 0;
    width: 220px;
  }
  .sticky .logo {
    margin: 0px 0;
    width: 220px;
  }
  header .menu-wrap .searchbar{
        max-width: 260px;
  }
  .ProductCenter .row .content{
    margin: 0 0 10px;
  }
  .monitor-sec .row .monitor-box{
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .monitor-sec .row .monitor-box .img {
    width: 60%;
    margin: 0 auto 30px;
  }
  .monitor-sec .row .monitor-box .text {
      width: 100%;

  }
  .monitor-sec .row .displays-box .overlay{
        padding: 30px 20px;
  }
  .faq-sec .row .faq_main h2{
    text-align: center;
  }
  .faq-sec .row .img-box{
    display: none;
  }
  .faq-sec .row .faq_main{
    width: 100%;
  }
  .faq-sec{
    padding-top: 0; 
  }
  .faq_row .faq_question-text .h3{
    font-size: 16px;
  }
  footer {
    padding: 70px 0 50px;
  }
  footer .row{
        flex-direction: column-reverse;
  }
  footer .footer_menu h4 {
    text-align: center;
  }
  footer .Footer_Logo{
    width: 100%;
  }
  footer .Footer_Menu{
    text-align: center;
    width: 100%;
    margin: 0;
  }
  footer .footer_menu ul {
    text-align: center;
    margin: 0 auto 40px;
  }
 footer .Footer_Logo img{
  margin: 0 auto 20px;
 }
 footer .Footer_Logo p{
  text-align: center;
 }
 .last_foot .row{
  flex-wrap: wrap;
 }
 .last_foot .row > div{
  width: 100%;
  text-align: center;
 }
  .last_foot {
    text-align: center;
  }
  .last_foot ul {
    text-align: center;
    margin: 5px 0 0;
  }
  .log_page .log_Form {
    padding: 40px 20px;
    text-align: center;
  }
  #products-slider {
      grid-template-columns: 1fr 1fr ;
  }
  .products-sec .products-bx .products-img{
    height:300;
  }
  .about_banner .text{
    text-align: center;
  }
  .about_banner .wrap{
    padding: 50px 0;
    width: 85%;
  }
  .about_banner .text .h1{
    font-size: 30px;
  }
  .about_banner .text p{
    width: 100%;
  }

  .offer-row .wrap {
      grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  #hero .wrap .text h1{
    font-size: 35px;
  }
    #core-solutions .idsm-grid .idsm-card{
    width: 100%;
        min-height: auto;
    max-height: max-content;
  }
  #core-solutions .idsm-grid .idsm-card p{
    margin: 0;
  }
  #core-solutions .wrap{
    margin: 0 auto;
  }
  #industries-detail .idsm-grid .idsm-industry{
    display: flex;
    flex-wrap: wrap;
  }
  #industries-detail .idsm-grid .idsm-industry .content{
    width: 100%;
    order: 2;
  }
  #industries-detail .idsm-grid .idsm-industry .img-box{
    width: 100%;
    order: 1;
    height: 260px;
  }
  #services .services-grid{
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }

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

  body h2 {
    font-size: 25px !important;
    line-height: 30px;
  }

    .container {
        max-width: 1320px;
        width: 95%;
    }
  .default_btn a {
    padding: 10px 33px;
    font-size: 16px;
  }
  .sticky .logo {
    margin: 0px 0;
    padding: 10px 0;
  }
  .sticky .mainmenu.mobile .menu-toggle {
    top: 0px;
  }
  .sticky .logo img {
        width: 150px;
  }
  header .logo {
      padding: 10px 0 0;
  }
  header .logo img {
    width: 150px;
  }
  header .menu-wrap .login_btn {
    display: none;
  }
  header .menu-wrap .login_btn a {
    padding: 10px 8px !important;
    font-size: 13px;
  }
  header .top-header .sec-wrap{
    flex-wrap: wrap;
    text-align: center;
  }
  header .top-header .sec-wrap > div{
    width: 100%;
    text-align: center;
  }
  header .top-header .sec-wrap .call{
    display: none;
  }
  header .top-header .login a{
    padding: 5px 10px;
  }
  header .menu-wrap{
    justify-content: flex-end;
  }

  header .menu-wrap .searchbar{
    display: none;
  }
  .products-sec{
    text-align: center;
  }

  .video_banner video {
    height: auto;
  }
  .ProductCenter .row .content a {
      font-size: 16px;
  }
  #products-slider {
        grid-template-columns: 1fr;
    }
  .monitor-sec {
      padding: 0 0 50px;
  }
  footer .Footer_Logo img{
    width: 250px;
    margin: 0 auto 20px;
  }
  footer .foot_contact {
    width: 279px;
  }
  .last_foot .links a{
    font-size: 12px;
    line-height: 13px;
  }

  .welcome-sec .row {
    flex-wrap: wrap;
  }
  .welcome-sec .row >div{
    width: 100%;
    padding-top: 0;
  }

  .about_banner .text .h1 {
    font-size: 25px;
  }

  .offer-row .wrap {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .Offering-Markets h2{
    font-size: 22px !important;
    line-height: 30px;
  }
  .Offering-Markets .row .content{
    margin: 0 0 10px;
            width: 100%;
  }
  #why-idsm ul li {
    width: 100%;
  }
  #why-idsm ul li:after{
    color: #fff;
  }
  #industries-overview .wrap .text {
    width: 100%;
}
  #industries-overview .wrap .imgBox{
    display: none;
  }
  #homepage-cta .idsm-btn{
    word-break: break-all;
      display: inline-block;
  }
  #industries-detail .idsm-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    gap: 10px;
  }
  #services h2{
  text-align: center;
  }
  div#wishlist-products {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .ProductCenter .row .content{
    width: 100%;
  }
  #core-solutions .wrap{
    padding: 40px 0px;
    width: 100%;
  }
  #hero .wrap .text h1 {
    font-size: 25px;
  }


  .contact_aadress .wrap{
    flex-wrap: wrap;
  }
  .contact_aadress .address{
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
  .contact_aadress .map {
    width: 100%;
  }
}

/*----- Product Single-----*/
.productSpecifications {
margin: 0 auto;
padding: 30px 25px;
    border: 1px solid #ddd;
    border-radius: 20px;
    width:100%
}
.productSpecifications h2{
  font-size: 30px;
}
.productSpecifications .left-tables,
.productSpecifications .right-tables {
width: 48%;
}

.productSpecifications .left-tables {
float: left;
}

.productSpecifications .right-tables {
float: right;
}

.productSpecifications .productInfo{
    margin-bottom: 30px;
}
.productSpecifications h3 {
    background: #1273b2 !important;
    padding: 3px 0 3px 10px;
    font-size: 18px;
    width: auto;
    margin-bottom: 5px;
    border-left: 3px solid #1273b2;
    line-height: 27px;
    color: #fff;
}
.productSpecifications table{
  border: 1px solid #dcddde;
  width: 100%;
  border-spacing: 0;
  border-right: 0;
}
.productSpecifications table th{
  background: #f0f1f2;
  color: #1f8ed0;
  font-size: 13px;
  padding:5px 10px;
  width: 30%;
  border-top: 1px solid #dcddde;
  border-spacing: 0px;
}
.productSpecifications table td{
  /*background: #f4f4f4;*/
  padding: 5px 25px;
  font-size: 13px;
  border-top: 1px solid #dcddde;
  border-right: 1px solid #dcddde;
  border-spacing: 0px;
  /* width: 60%; */
}
.productSpecifications table tr{
  border-spacing: 0px;
}
.productSpecifications table tr:first-child td,
.productSpecifications table tr:first-child th{
  border-top: 0;
}
.productSpecifications table td p{
  font-size: 13px;
}
button.download-pdf-button {
    background: #1273b2 !important;
    color: #fff;
    padding: 1em 2em;
    border: none;
    margin-top: 10px;
    width: 60%;
    font-size: 15px;
    border-radius: 15px;
    cursor: pointer;
}

/* Responsive layout */
@media (max-width: 992px) {
  .productSpecifications .left-tables,
  .productSpecifications .right-tables {
  width: 100%;
  float: none;
  }
  .product-information .product-information__media slideshow-slides {
      height: auto !important;
  }
  .product-information .product-details{
    padding-top: 50px;  
  }
  .productSpecifications{
    padding: 0;
    border: none;
    width: 100%;
    margin: 0;
  }
  .productSpecifications .productInfo{
      overflow-x:auto; 
  }
}

/*------------------------------------------*/
section.shopify-section.hero-wrapper{
  padding:  0 !important;
}
.product-information{
  padding-top: 50px; 
}
.product-information .product-media img {
    width: 75% !important;
    height: 80% !im;
}


.product-information .button[id^=BuyButtons-ProductSubmitButton-],
.product-form-buttons .shopify-payment-button__button{
  background: #1273b2 !important;
  border-radius: 15px;
}
.product-information .button[id^=BuyButtons-ProductSubmitButton-]:hover,
.product-form-buttons .shopify-payment-button__button:hover{
  opacity: .9;
}

.product-information .product-information__media slideshow-slides {
  height: 550px;
  border: 1px solid #dcddde;
}
.product-information .product-information__media .product-media{
  justify-content: center;
  align-items: center;
  object-fit: contain;
}
.product-information .product-details .user-select-text .h3 p{
    font-size: 25px;
    word-break: break-all;
} 

.product-information .product-information__media  .slideshow-controls__thumbnails .slideshow-control{
  border: 1px solid #dcddde;
  padding: 3px;
  opacity: .8;
  height: 60px;
}
.product-information .product-information__media  .slideshow-controls__thumbnails .slideshow-control:is([aria-selected=true]){
  opacity: 1;
  outline: 1px solid #1f8ed0;
}
.resource-list .product-card, #predictive-search-products .resource-card{
  border: 1px solid #dcddde;
  padding: 5px;
  border-radius: 20px;
  transition: ease-in-out .3s;
}
.resource-list .product-card:hover, #predictive-search-products .resource-card:hover{
  transition: ease-in-out .3s;
    box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.0705882353);
}
.resource-list .product-card .card-gallery, #predictive-search-products .resource-card .resource-card__media{
      padding: 10px;
    border-bottom: 1px solid #ddd;
}
.resource-list .product-card .contents .text-block, 
#predictive-search-products .resource-card .resource-card__media {
  padding: 5px 10px 0 ;
  font-weight: bold;
}
#predictive-search-products .resource-card .resource-card__media {
  display: flex;
}
#predictive-search-products .resource-card .resource-card__media  img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.resource-list .product-card  product-price,
#predictive-search-products .resource-card .resource-card__content{
    padding: 10px 10px 0 ;
}
#predictive-search-products .resource-card .resource-card__content .price{
  font-weight: bold;
  font-style: 15px;
}

/*-----------------Products page-------------------*/


.collection-wrapper .product-card .product-card__content {
  position: relative;
  padding: 15px;

  border-radius: 20px;
  overflow-y: hidden;
  margin: 0px;
  border: 1px solid #e7e7e7;
  transition: ease-in-out .3s; 
}
.collection-wrapper .product-card .product-card__content:hover{
   transition: ease-in-out .3s; 
   box-shadow:0px 0px 11px 8px rgba(0, 0, 0, 0.0705882353);
}
.collection-wrapper .product-card .product-card__content:hover .icons{
  opacity: 1 !important;
   transition: ease-in-out .3s;
}
.collection-wrapper .product-card .product-card__content slideshow-component{
  border-bottom: 1px solid #ddd;
}
.collection-wrapper .product-card .product-card__content slideshow-component slideshow-slide{
  height: 270px;
  width: 100%;
  display: flex;
  overflow:hidden;
  position: relative;
  margin: 0 0 10px;
}
.collection-wrapper .product-card .product-card__content slideshow-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  border-radius:10px 10px 0 0 ;
}
.collection-wrapper .product-card .product-card__content slideshow-slide .icons{
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  opacity: 0;
   transition: ease-in-out .3s;
}
.collection-wrapper .product-card .product-card__content slideshow-slide .icons a{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  padding: 5px;
  display: block;
  margin: 0 0 10px;
  color: #000;
  background-color: #fff;
}

.collection-wrapper .product-card .product-card__content slideshow-slide .icons a:hover{
  background: #1f8ed0;
  color: #fff;
}

.collection-wrapper .product-card .product-card__content .products-tx{
  border-top:1px solid #e7e7e7;
  padding: 18px 0 5px; 
}
.collection-wrapper .product-card .product-card__content .contents p{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 22px;
    margin: 0 0 20px;
}
.collection-wrapper .product-card .product-card__content .contents .star{
  color: #ffc000;
}

.collection-wrapper .product-card .product-card__content .contents  .price{
  font-size: 20px;
  font-weight: bold;
  color: #1f8ed0;
}

.product-recommendations .product-card .product-card__content slideshow-component slideshow-slide{
  height: 260px;
  width: 100%;
  display: flex;
  overflow:hidden;
  position: relative;
  margin: 0 0 10px;
}
.product-recommendations .product-card .product-card__content slideshow-component slideshow-slide img{
  object-fit: contain !important;
}

/* Banner Section */
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 80px;
    background: url('/cdn/shop/files/banner-full-02.png?v=1762933939');
    background-size:cover;
    background-position: 10% 50%;
    background-repeat: no-repeat;
    color: white;
    height: auto;
    overflow:hidden;
    position: relative;
    margin-top: 40px;
  }
  /* .banner:before{
    position: absolute;
    width: 70%;
    height: 100%;
    content: "";
    background: url('/cdn/shop/files/banner.png?v=1762926679');
    right: 0;
    top: 0;
    background-size: cover;
    background-position:right center;
    background-repeat: no-repeat;

  } */

  .banner-text {
    flex: 1;
    max-width: 45%;
    position: relative;
    z-index: 1;
  }
.banner-text >p {
  margin:0 0 20px;
}
  .banner h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
  }

  .banner p{
    color: #fff;
  }

  /* Icons */
  .icons {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
  }

  .icon {
    text-align: center;
    width: 110px;
    flex: 1 1 100px;
  }

  .icon img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .icon p {
    font-size: 14px;
    margin: 0;
    color: #cfe7ff;
    line-height: 20px;
  }

  /* Highlight Text */
  .highlight {
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  /* Details */
  .details {
    font-size: 14px;
    line-height: 1.6;
    color: #e3f1ff;
  }

  .details a {
    color: #00c2ff;
    text-decoration: none;
    font-weight: 600;
  }


  /* --------------------
     Responsive Design
  -------------------- */

  /* Tablets */
@media (max-width: 1564px) {
    .banner{
        background-position: 30% 100%;
      
    }
    .banner-text{
      max-width: 50%;
    }
}
@media (max-width: 1220px) {
    .banner:before{
        background-position: 30% 100%;
    }
    .banner-text{
      max-width: 60%;
    }
}
  @media (max-width: 1024px) {
    .banner {
      padding: 50px 40px;
      flex-direction: column;
      text-align: center;
      background-position: center;
      background: linear-gradient(0deg, rgba(0, 74, 142, 0.95) 0%, rgba(10, 102, 184, 0.95) 100%);
    }
    .banner-text {
      max-width: 100%;
    }
    .icons {
      justify-content: center;
    }
    .highlight {
      display: block;
      margin: 20px auto;
      max-width: 90%;
    }
     .banner:before{
        opacity: .1;
    }
  }

  /* Mobiles */
  @media (max-width: 768px) {
    .banner {
      padding: 40px 20px;
      background-position: center top;
      background-size: cover;
    }
    .banner h2 {
      font-size: 1.5rem;
    }
    .icon {
      width: 80px;
    }
    .icon img {
      width: 35px;
      height: 35px;
    }
    .highlight {
      font-size: 13px;
      padding: 10px 15px;
    }
    .details {
      font-size: 13px;
      text-align: left;
    }
    .banner{
        max-height: max-content;
    }
  }

  /* Small Phones */
  @media (max-width: 480px) {
    .banner {
      padding: 30px 15px;
    }
    .banner h2 {
      font-size: 1.3rem;
    }
    .icons {
      gap: 15px;
    }
    .highlight {
      font-size: 12px;
      padding: 8px 12px;
    }
  }

  .product-sec{
    text-align: center;
}
.product-sec p{
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 30px;
    color: #000;
}

/* ------------------------------
   GRID LAYOUT
------------------------------ */
.product-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 3fr));
    gap: 25px;
}

/* ------------------------------
   PRODUCT CARD
------------------------------ */
.app-card {
    position: relative;
    padding: 15px;
    border-radius: 20px;
    overflow-y: hidden;
    margin: 0px;
    border: 1px solid #e7e7e7;
    transition: ease-in-out .3s;
}
.app-card .product-slider{
    margin: 0 0 30px;
}
.app-card .product-slider .owl-item{
    height: 240px;
    display: flex;
}
.app-card .product-slider .owl-item img{
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 10px;
}

.app-card .product-slider .owl-nav button{
    position: absolute;
    top: 50%;
    left: 10px;
    display: none;
    transition: ease-in-out .3s;
    font-size: 30px !important;
}
.app-card .product-slider .owl-nav button.owl-next{
    right: 10px;
    left: auto;
}

.app-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.app-card:hover .owl-nav button{
    display: block;
     transition: ease-in-out .3s;
}

.app-card h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 22px;
    margin: 0 0 20px;
}

.app-card p {
font-size: 16px;
    margin: 0 0 30px;
    line-height: 24px;
    color: #000;
      text-align: left;
}




/* ------------------------------
   Responsive
------------------------------ */
@media (max-width: 1199px) {
    h1 {
        font-size: 45px !important;
    }
}

@media (max-width: 911px) {
    h1 {
        font-size: 35px !important;
    }
    .product-grid {
        grid-template-columns: repeat(2, minmax(0px, 3fr));
        gap: 15px;
    }
}

@media (max-width: 767px) {
    span.menu-drawer__menu-item-text {
      font-size: 14px;
    }
    .menu-drawer__menu-item{
      padding: 5px;
    }
    .menu-drawer__menu-item--mainlist {
      min-height: 0px;
    }
    .menu-drawer__list-item--flat .menu-drawer__menu--childlist {
      margin-left: 20px;
    }
    li.menu-drawer__list-item--flat {
      border-bottom: 1px solid #ddd;
    }
}




@media (max-width: 600px) {
    h1 {
        font-size: 30px !important;
    }
    h2 {
        font-size: 25px !important;
    }
    .product-slider img {
        height: 150px;
    }
    .product-grid {
        grid-template-columns: repeat(1, minmax(0px, 3fr));
        gap: 15px;
    }
    .app-card .product-slider .owl-nav button{
        display: block;
    }
    
    
}