

/* Default styles */

.pad-up-down {
  padding-top: 140px;
  padding-bottom: 70px;
}

/* Media query for mobile devices */

@media only screen and (max-width: 576px) {
  .pad-up-down {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

@media   only screen and (min-width: 577px) and (max-width: 767px) {
  .pad-up-down {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

/* Media query for tablets */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pad-up-down {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
/*------
.text-one {
  color: #F00;
  font-family: Poppins;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.yaarely-0 {
  color: #F00;
  text-decoration: none;
}------------*/
.maxmax{
color: #F00;
font-weight: 800;
font-size: 20px;
}
.maxmax-one{
  color: #F00;
  font-weight: 800;
  font-size: 1.8125rem;
  }



  @media (max-width: 576px) {
    .mur {
      display: none;
    }
  }

  @media (min-width: 575px) {
    .max {
      display: none;
    }
  }
  @media (min-width: 575px) and (orientation: portrait) {
    .topnav {
      display: none;
    }
  }
    
  
  
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    transition: all 0.4s ease;
    z-index: 999;
  }
  
  
  /* Styles for the home page menu */
  .home-menu li a {
    color: #fff;
    /* Red text color */
  }
  
  /* Styles for the about us page menu */
  .all-menu li a {
    color: #000;
  
    /* Blue text color */
  }
  .nav-bg{
    background-color: #f00;
  }
  
  
  /*--------------
  .nav-links li a.active {
    color: #F00; /* Change this to the desired color for the active link *
    font-weight: bold; /* Optionally, you can modify other styles for the active link *
  }
  ------------------*/
  
  nav.sticky {
    padding: 15px 20px;
    background: #f00;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  
  }
  
  nav .nav-content {
    height: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  nav.sticky .logo a {
    color: #fff;
  }
  
  .nav-content .nav-links {
    display: flex;
  }
  
  .nav-content .nav-links li {
    list-style: none;
    margin: 0 8px;
  }
  
  .nav-links {
    padding-top: 20px;
  }
  
  .nav-links li a {
    text-decoration: none;
    padding: 10px 4px;
    transition: all 0.3s ease;
    text-align: center;
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;

  }
  @media (max-width: 769px) {

    .nav-links li a {
      text-decoration: none;
      padding: 10px 4px;
      transition: all 0.3s ease;
      text-align: center;
      font-family: Poppins;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.5rem;
      text-transform: uppercase;
     
    
    }
  }
 
  
  .nav-links li a:hover {
    color: #F00;
    text-decoration: underline;
    text-decoration-color: #F00;
    /* Add this line to set the underline color */
    text-decoration-thickness: 2px;
    /* Add this line to set the thickness of the underline */
    text-underline-offset: 8px;
    /* Add this line to adjust the vertical position of the underline */
  }
  
  
  nav.sticky .nav-links li a {
    color: #fff;
    transition: all 0.4s ease;
  }
  
  nav.sticky .nav-links li a:hover {
    color: #0E2431;
  }
  
  /*-----------Sub menu start---------------*/
  .nav-links .submenu {
    display: none;
    position: absolute;
    background-color: #F00;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding: 10px 0;
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
  }
  
  .nav-links li:hover .submenu {
    display: block;
    color: #000;
  }
  
  .nav-links .submenu li {
    width: 100%;
    text-align: left;
    padding: 8px 20px;
  }
  
  .nav-links .submenu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #EAEAEA;
  }
  
  .nav-links .submenu li a:hover {
    color: #fff;
  }
  
/*----------sub menu end------------------*/

.home {
  height: 100vh;
  width: 100%;
  background: url("../img/home/banner@2x.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.content {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
  padding-top: 200px;
}

.full h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 3.743rem;
  font-style: normal;
  font-weight: 900;
  line-height: 4.35663rem;
  text-transform: uppercase;
  text-align: center;
}

.full h1 .about {
  color: #fff;
}

.full h1 .us {
  color: #f00;
}

.view-more-btnone {
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 0.538px solid #F00;
  color: #FFF;
  font-family: Poppins;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: left;
  margin-top: 20px;
}

.view-more-btnone:hover {
  background-color: #FF0000;
  color: white;
}

/* Default styles for laptop/desktop mode */

/* Add the following media query for tablet devices */
@media (max-width: 769px) {

  /* Adjust the navigation padding */
  nav {
    padding: 10px;
  }

  /* Modify the logo size */
  nav .nav-content .logo img {
    max-width: 100px;
  }

  /* Reduce the font size of the navigation links */
  .nav-links li a {
    font-size: 0.75rem;
  }

  /* Reduce the font size of the home section text */
  .home .content .full h1 {
    font-size: 2.5rem;
  }

  /* Modify the size of the view more button */
  .view-more-btnone {
    padding: 10px 20px;
    font-size: 1rem;
  }

  /* Adjust the position of the home section content */
  .content {
    top: 50%;
    padding-top: 150px;
  }
}

/* Add the following media query for mobile devices */
@media (max-width: 480px) {

  /* Modify the navigation height and padding */
  nav {
    height: 60px;
    padding: 5px;
  }

  /* Modify the logo size */
  nav .nav-content .logo img {
    max-width: 80px;
  }

  /* Reduce the font size of the navigation links */
  .nav-links li a {
    font-size: 0.625rem;
  }

  /* Reduce the font size of the home section text */
  .home .content .full h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  /* Modify the size of the view more button */
  .view-more-btnone {
    padding: 8px 15px;
    font-size: 0.875rem;
  }

  /* Adjust the position of the home section content */
  .content {
    top: 50%;
    padding-top: 100px;
  }
}





/*---------------------Common css for all page start-------------*/

/*--------
.all-in-two{
  padding-top: 50px;
}-----*/
.all-in-two p{
  color: black;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: capitalize;
}
.all-in-one p {
  color: black;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: capitalize;

}

.all-in-three p{
  color: black;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: capitalize;
  text-align: left;

}
/*----------
.all-in-three {
  margin-top: 150px;
}---------------*/
/* Default styles for both mobile and tablet */
.all-in-two p,
.all-in-one p {
  color: black;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: capitalize;
}

/* Media query for tablets */
@media (max-width: 768px) {
  .all-in-two p,
  .all-in-one p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

/* Media query for mobile devices */
@media (max-width: 576px) {
  .all-in-two p,
  .all-in-one p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}


.astra h2 {
  color: black;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.astra h3 {
  color: #f00;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}


/* Media query for mobile devices */
@media (max-width: 767px) {
  .astra h2,
  .astra h3 {
    text-align: center;
    font-size: 24px;
  }
}

/* Media query for laptop devices */
@media (min-width: 768px) {
  .astra h2,
  .astra h3 {
    text-align: justify;
    font-size: 24px;
  }
}

/* Additional styles for specific media queries */
@media (max-width: 767px) {
  .astra h3 {
    color: #f00;
  }
}

@media (min-width: 768px) {
  .astra h2 {
    color: black;
  }
}


.title {
  color: #f00;
  position: relative;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.home-about {
  height: 100vh;
  width: 100%;
  background: url("../img/home/banner@2x.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home- {
  height: 100vh;
  width: 100%;
  background: url("../img/home/banner@2x.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home {
  height: 100vh;
  width: 100%;
  background: url("../img/home/banner@2x.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home {
  height: 100vh;
  width: 100%;
  background: url("../img/home/banner@2x.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/*---------------------Common css for all page end-------------*/

/*----------------Nav Menu Section and image start---------------------*/



/*--------------image content section start------------------*/

/*--------------image content section end------------------*/



/*----------------Nav Menu Section and image end---------------------*/

/*---------------About Us section start--------------*/
.about-us {
  color: #121212;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}

.about-us h1 {
  color: #121212;
  text-align: center;
  font-size: 91px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: 96px;

}

.about-us h1 .about {
  color: #000;
}

.about-us h1 .us {
  color: #f00;
}

.about-us p {
  color: #121212;
  text-align: justify;
  font-size: 1.125rem;
  font-family: Poppins;
  font-weight: 500;
  font-style: bolder;
  line-height: 2.75rem;
  border: 1px solid #F00;
  padding: 25px;

}

/* Styles for mobile devices */
@media (max-width: 767px) {
  .about-us h1 {
    font-size: 24px;
  }
}

/* Styles for tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  .about-us h1 {
    font-size: 32px;
  }
}

/*---------------About Us section end--------------*/


/*---------------INDUSTRY OVERIEW start -----------------*/

.bg-img {
  position: relative;
  background-image: url(../img/home/mask-group@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;

  /* Add padding to the container for better visibility */
}

.bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Adjust the color and opacity as desired */
}

.overview {
  padding-top: 50px;
  padding-bottom: 50px;
}

.industry {
  color: #FFFFFF;
  text-align: left;
  padding: 20px;
}

.industry h1 {
  font-size: 32px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.industry h1 .about {
  color: #FF0000;
  font-size: 3.75rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
}

.industry h1 .us {
  color: white;
  font-size: 3.75rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
}

.industry p {
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: capitalize;
}

.over {
  position: relative;
}

.over img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: 0;
}



/* For Mobile */
@media (max-width: 767px) {
  .industry h1 {
    font-size: 4px;
    line-height: 1.1;
  }
  
  .industry p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* For Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .industry h1 {
    font-size: 28px;
    line-height: 1.15;
  }
  
  .industry p {
    font-size: 1.0625rem;
    line-height: 1.875rem;
  }
}


/* For Mobile */
@media (max-width: 767px) {
  .industry h1 .about,
  .industry h1 .us {
    font-size: 1.7rem;
    line-height: 2.25rem;
  }
}

/* For Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .industry h1 .about,
  .industry h1 .us {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}


/*---------------INDUSTRY OVERIEW end -----------------*/



/*-------------vision start -------*/
.vis {
  padding-top: 100px;
  padding-bottom: 25px;
}

.vision {
  border: 1px solid #F00;
  padding: 20px;
}

.vision h1 {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.vision p {
  color: #121212;
  text-align: justify;
  font-size: 18px;
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  line-height: 163.15%;
  text-transform: capitalize;

}

.vision h1 .about {
  color: #000;
}


.vision h1 .us {
  color: #f00;
}

.vision-one img {
  margin-left: 100px;
  margin-top: 50PX;

}
/* Styles for mobile devices */
@media (max-width: 978px) {
  .vis {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.vision-one{
display: none;
}
  .col-lg-8, .col-lg-4 {
    width: 100%;
  }

  .vision-one {
    margin-top: 20px;
  }

  .vision-one img {
    max-width: 100%;
    height: auto;
  }
}

/*-------------vision end -------*/

/*-------------Mission start -------*/
.mis {
  padding-bottom: 100px;
  padding-top: 75px;
}

.mission {
  border: 1px solid #F00;
  padding: 20px;
}

.mission h1 {
  color: #F00;
  text-align: center;
  font-size: 32px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.mission p {
  color: #202020;
  text-align: justify;
  font-size: 18px;
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  line-height: 163.15%;
  text-transform: capitalize;

}

.mission h1 .about {
  color: #000;
}


.mission h1 .us {
  color: #f00;
}

.mission-one img {
  margin-left: 100px;
  margin-top: -15px;

}
/* Styles for mobile devices */
@media (max-width: 978px) {
  .mis {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.mission-one{
display: none;
}
  .col-lg-8, .col-lg-4 {
    width: 100%;
  }

  .mission-one {
    margin-top: 20px;
  }

  .mission-one img {
    max-width: 100%;
    height: auto;
  }
}
/*-------------Mission end -------*/

/*-----------Our Services Start-------------*/
.maxi {
  padding-top: 50px;
  padding-bottom: 50px;
}

.maxi-one h1 {
  text-align: center;
  font-family: Poppins;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
}
@media (max-width:987px ){
  .maxi-one h1 {
    text-align: center;
    font-family: Poppins;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 4.375rem;
    text-transform: uppercase;
  }
}

.maxi-one h1 .about {
  color: #fff;
}


.maxi-one h1 .us {
  color: #f00;
}

.maxi {
  background-color: #000;
}

.ser p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: capitalize;
  margin-top: 240px;
}

/* Media query for mobile devices */
@media (max-width: 1200px) {
  .ser p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 5px;
    padding: 10px;
  }
}


.ser-one p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: capitalize;
  padding-top: 190px;
}
/* Media query for mobile devices */
@media (max-width: 1200px) {
  .ser-one p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 10px;
  }
}



.image-container {
  justify-content: center;
  align-items: center;
}

.image-wrapper {
  position: relative;
  margin: 10px;
  transition: border-color 0.3s;
}

.image-wrapper:hover {
  border-color: #F00;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: rgba(255, 0, 0, 0.50);
  opacity: 0;
  transition: opacity 0.3s;
}

.image-wrapper:hover .overlay {
  opacity: 1;
}

.text {
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;

}

.text h2 {
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;

  position: absolute;
  top: 75%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: Mulish;
  font-size: 1.32025rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.48525rem;

}

.text img {
  width: 100%;
  height: auto;
}

.view-more {
  color: #000;
  text-align: center;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175.7%;
  flex-shrink: 0;
  text-decoration: none;
  color: #000;

}

.image-wrapper:hover .view-more {
  display: flex;
  align-items: center;
}

.view-more i {
  margin-left: 5px;
}

.view-more:hover {
  color: white;
}




/*-----------Our Services end-------------*/



.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two columns with equal width */
  grid-gap: 10px;
  /* Gap between grid items */
  width: 90%;
  height: 90%;
  padding-left: 180px;
}

.grid-item {
  /* Adjust the width and height of grid items as desired */
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /* Maintain a square aspect ratio */
  position: relative;
  overflow: hidden;
}

.grid-item img {
  /* Position and resize the image to fit the grid item */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.view-more-btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: #121212;
  text-align: center;
  font-size: 0.80769rem;
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  line-height: 1.34613rem;
  border-radius: 0.33656rem;
  border: 0.538px solid #F00;
  margin-left: 250px;
}

.view-more-btn:hover {
  background-color: #FF0000;
  color: white;
  border-radius: 5px;
}

.level {
  padding-top: 50px;
  padding-bottom: 100px;
}

.chip  {
  padding-top: 120px;
}

.chip h1 {
  color: #F00;
  text-align: center;
  font-size: 2.8125rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
}


.chip h1 .about {
  color: #000;
}


.chip h1 .us {
  color: #f00;
}

.chip p {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

/* Styles for mobile devices */
@media (max-width: 767px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    align-items: center;
  }
  
  .view-more-btn {
    margin-left: 10px;
  }
  
  .chip {
    padding-top: 25px;
  }
  .chip h1{
    text-align: left;
  }
  .chip p{
    text-align: left;
  }
}

/* Styles for tablet devices */
@media (min-width: 768px) and (max-width: 991px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 120px;
  }
  
  .view-more-btn {
    margin-left: 300px;
    text-align: center;
  }
  
  .chip {
    padding-top: 80px;
  }
  
}

/* Styles for larger screens */
@media (min-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 180px;
  }
  
  .chip {
    padding-top: 120px;
  }
  
}

/*----------Chip Level Service end------------------*/

/*--------------Surveillance systems start----------*/
.bg-imgone {
  position: relative;
  background-image: url(../img/home/group-74@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding-bottom: 100px;
  /* Add padding to the container for better visibility */
}

.bg-imgone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Adjust the color and opacity as desired */
}


.system {
  color: #FFFFFF;
  text-align: left;
  padding: 20px;
}

.system h1 {

  text-align: left;
  font-size: 2.555rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
  padding-top: 50px;
}

.system h1 .about {

  color: white;

}

.system h1 .us {
  color: #FF0000;

}

.system p {
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
}

.logo-containersystem {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-containersystem {
  width: 10px;
  /* Increase the width value to adjust the logo size */
  height: auto;
  margin: 0 10px;
}


.over-two img{
margin-left: 23px;
}

@media (max-width: 987px){
  .over-two img{
    margin-left: 0px;
    }
    
.system h1 {

  text-align: left;
  font-size: 2.155rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
  padding-top: 10px;
}
}





/*--------------Surveillance systems end----------*/


/*----------------Keys to our Success start------------*/
.key {
  padding-top: 50px;
  padding-bottom: 50px;
 
}

.key h1 {
  color: #000;
  text-align: center;
  font-size: 2.8125rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
}

.key h1 .about {
  color: #000;
}


.key h1 .us {
  color: #f00;
}

.key-one {
  background: #FFF;
  box-shadow: 6.439024448394775px 6.439024448394775px 12.07317066192627px 0px rgba(0, 0, 0, 0.20);
  transition: border-color 0.3s;
  padding: 40px;
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  border: 5px solid transparent;
  height: 280px;
}

.key-one:hover {
  border-color: #f00;
  /*----
  box-shadow: 6.439024448394775px 6.439024448394775px 12.07317066192627px 0px rgba(255, 0, 0, 0.5);---*/
}


.key-one p {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  line-height: 2.01219rem;
  padding-top: 10px;
}



@media only screen and (max-width: 768px) {
  .key-one img {
    width: 50%;
    height: 50%;
  }
}

/*----------------Keys to our Success end------------*/


/*-------------Brands start----------*/
.brand h1 {
  color: #F00;
  text-align: center;
  font-size: 2.8125rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
}

.brand p {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  flex-wrap: wrap;
}

.logo-container img {
  width: 210px;
  /* Increase the width value to adjust the logo size */
  height: auto;
  margin: 0 10px;
  margin-right: 35px;
  /* Adjust the gap between logos */
}



.logo-containerone {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.logo-containerone img {
  width: 200px;
  /* Increase the width value to adjust the logo size */
  height: auto;
  margin-right: 30px;
  /* Adjust the gap between logos */
  text-align: center;

}





#ourclients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}

#ourclients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

#ourclients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#ourclients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 125px;
  line-height: 100px;
  text-align: center;
}

#ourclients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  width: 150px;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;

}


/*-------------Brands end----------*/


/*------------Footer-----------*/
.footer-item {
  display: flex;
  align-items: center;
}

.footer-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}

.footer-item i {
  margin-right: 10px;
}

.final{
  padding: 20px;
}
.bg-one {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5px 0;
  /* Add padding to the container for better visibility */
}

.bg-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Adjust the color and opacity as desired */
}

.footer-logo img {
  z-index: 2;
  position: relative;
  padding-top: 5px;
}

.center-line {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  border-top: 2px solid #fff;
  z-index: 1;
}

.mix {
  padding-top:5px;
  padding-bottom:5px;
}

.pra {
  padding-top: 50px;
}

.pra p {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}


.social-icons {
  display: flex;
  padding-top: 20px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #555;
}


.container-maxi {
  display: flex;
  align-items: center;
}

.list-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-container li {
  margin-bottom: 15px;
  /* Adjust the spacing between list items */
}


.image {
  width: 20px;
  /* Adjust the width as needed */
  height: 20px;
  /* Adjust the height as needed */
  margin-right: 10px;
  /* Adjust the spacing between image and text */
}

.text {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}


.bug {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.footer-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  /* Add a bottom margin to create the desired gap */
}

.footer-text {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
  margin-left: 10px;
  /* Add a left margin to create the desired gap */
}


.custom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.left {
  flex: 1;
  text-align: left;
  color: #FFF;
  font-family: Poppins;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9375rem;
}

.right h1 {
  flex: 1;
  text-align: right;
  color: #FFF;
  font-family: Poppins;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9375rem;
  text-decoration: none;
}

.right h1 .about {
  color: #fff;
}

.us a {
  text-decoration: none;
  color: #F00;
}

.footer {
  padding: 50px;
}

/* Styles for mobile and tablet devices */

@media (max-width: 991px) {
  /* Write your CSS rules for mobile and tablet devices here */

  /* Example: Adjust the padding for the footer */
  .footer {
    padding: 20px;
  }

  /* Example: Adjust the font size for the footer text */
  .footer-text {
    font-size: 14px;
  }

  /* Example: Hide the center line */
  .center-line {
    display: none;
  }

  /* Add more CSS rules as needed */
}

.fast{
  padding-left: 150px;
}


@media (max-width: 1023px) {
  .fast{
    padding-left: 10px;
    padding-top: 50px;
  }
}

@media (max-width: 1023px) {
  .footer-content{
    padding-left: 10px;
    padding-top: 20px;
  }
}




/*-------------------------ABOUT US PAGE START-------------------------*/

/*---------------------About us ----------------------*/


a,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.title {
  color: #f00;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}
/*-----
section {
  padding: 60px 0;
  /* min-height: 100vh;*
}-----------*/

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: 15px;
}

.sec-title .title {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-align: justify;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
/* Styles for both mobile and laptop */
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 15px;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .sec-title h2 {
    font-size: 1rem;
    font-weight: 900;
    color: #000;
    font-family: Poppins;
    text-transform: uppercase;
    text-align: left;
  }
}

/* Media query for laptop devices */
@media (min-width: 768px) {
  .sec-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    font-family: Poppins;
    text-transform: none;
    text-align: left;
  }
}

.sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #f00;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #fff;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;

  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #000;
  text-decoration: none;
  color: white;

}

.btn-style-one:hover {
  background-color: #f00;
  color: #ffffff;
}


.about-section {
  position: relative;
  /*----------
  padding: 200px 0 70px;------------*/
}

.about-section .sec-title {
  margin-bottom: 15px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}


.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 5px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: orange;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}

.about-section .image-column .inner-column:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 44px solid #F00;
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  border-radius: 46px;
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff
}

/*-------------------------ABOUT US PAGE end-------------------------*/







/*---------------Another page css code Start--------------------*/



.my-listone {
  font-size: 20px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 50px;
}

.my-listone li {
  display: flex;
  align-items: top;
  /* Align items at the top */
  margin-bottom: 10px;

}

.my-listone li i {
  margin-right: 11px;
  color: #89347b;
  flex-shrink: 0;
  /* Prevent icon from shrinking */
  padding-top: 8px;
  font-size: 25px;
  /* Increase the font size to your desired value */
}


.my-listone li .item-content {
  flex-grow: 1;
  /* Expand item-content to fill remaining space */
}

.my-listone li p {
  color: black;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: capitalize;
}

/*-----------
.sales {
  padding-top: 100px;
}------------*/

.data {
  padding-top: 20px;
}

/*----
.chip {
  padding-top: 100px;
} -----*/

.surve {
  padding-top: 100px;
}

/*---------------Chip-------------*/
.glen {
  padding: 0 10px;

}

.icon-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Adjust the gap size as needed */
}

.icon-heading .icon {
  font-size: 20px;
  /* Increase the font size as needed */
  color: #F00;
  /* Change the color to your desired color */
}

.heading {
  margin: 0;
}

.flexi {

}
 /* Add CSS styles here */

 .accordion-wrapper {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.accordion-label {
  cursor: pointer;
}

.accordion-content {
  display: none;
  margin-top: 10px;
}

/* Show the content when the radio input is checked */
input[type="radio"]:checked~.accordion-content {
  display: block;
}

/* Adjust font size for mobile */
@media (max-width: 576px) {
  .accordion-label {
      font-size: 16px;
  }

  .accordion-content p {
      font-size: 14px;
  }
}

/* Adjust font size for tablet */
@media (max-width: 768px) {
  .accordion-label {
      font-size: 20px;
  }

  .accordion-content p {
      font-size: 16px;
  }
}

/* Styles for mobile and tablet devices */
@media (max-width: 991px) {
  .accordion {
    margin-bottom: 15px;
  }

  .accordion-label {
    font-size: 18px;
  }

  .accordion-content {
    padding: 10px;
    font-size: 14px;
  }

  .accordion input[type="checkbox"] {
    display: none;
  }

  .accordion input[type="checkbox"]:checked + .accordion-label::after {
    transform: rotate(90deg);
  }

  .accordion input[type="checkbox"]:checked + .accordion-label::before {
    border-bottom-color: transparent;
  }

  .accordion input[type="checkbox"]:checked ~ .accordion-content {
    max-height: 500px;
  }
}


.heading {
  color: #000;
  /* Unique color for heading one */
  text-align: justify;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}


.paragraph {
  margin-top: 10px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  text-transform: capitalize;
  padding-left: 27px;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 1000px;
  margin: 0 auto;
}

.accordion {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 2.375rem;
}

.accordion:last-child {
  margin-bottom: 0;
}

.accordion-label {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 16px;
  background: rgb(65, 65, 65);
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;

}

.accordion-label:hover {
  background: rgb(251, 3, 3);
}

.accordion-label::after {
  content: "\276F";
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-content {
  max-height: 0;
  padding: 0 16px;
  color: rgba(4, 57, 94, 1);
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}

.accordion-content p {
  margin: 0;
  color: rgba(4, 57, 94, .7);
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
}

input:checked+.accordion-label {
  background: rgb(251, 3, 3);
}

input:checked+.accordion-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

input:checked~.accordion-content {
  max-height: 100vh;
  padding: 16px;
}



.sec-title .about {
  color: #000;
}

.sec-title .us {
  color: #f00;
}

/*---
.upper {
  margin-top: -70px;
  margin-bottom: -100px;
}---*/

.cont p {
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;

}


/*-------------------Surveillance html------------*/
.fav p {
  font-size: 18px;
  line-height: 2;

  text-align: unset;

}

.featuresone {
  overflow: hidden;
  padding-bottom: 100px;


}

.section-title h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;

}

.section-title p {
  color: #000;
  text-align: center;
  font-size: 28px;
}

/* Media query for tablets */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 1.75rem;
  }

  .section-title p {
    font-size: 24px;
  }
}

/* Media query for mobile devices */
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 1.5rem;
  }

  .section-title p {
    font-size: 20px;
  }
}
.featuresone .nav-tabsone {
  border: 0;
  border-right: 2px solid rgb(65, 65, 65);
}

.featuresone .nav-link {
  border: 0;
  transition: 0.3s;
  color: black;
  border-radius: 0;
  /*
  border-right: 2px solid black;
  */
  margin-top: 10px;
  border-radius: 10px;
  padding-left: 10px;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;

}

.tabtab p {
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
}


.nav-tabsone-hover .nav-link {
  cursor: pointer;
  color: #000;
}

.nav-tabsone-hover .nav-link:hover {
  background-color: #f00;
  color: #000;
}

.nav-tabsone-hover .tab-pane {
  display: none;
}

.nav-tabsone-hover .tab-pane.active {
  display: block;
}



.featuresone .nav-link.active {
  color: white;
  border-color: black;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.5;
  background-color: #f00;
  border-radius: 20px;
  padding: 10px;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
}

.featuresone .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.featuresone .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: black;
  font-family: Poppins;
  font-size: 1.8125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4.375rem;
  text-transform: uppercase;
}

.featuresone .details p {
  color: black;
  margin-bottom: 5px;
  text-align: justify;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
}

.featuresone .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .featuresone .nav-link {
    border: 0;
    padding: 15px;
  }

  .featuresone .nav-link.active {
    color: black;

  }
}

.featuresone .tab-pane:hover {
  display: block;
}

.featuresone .nav-link:hover {
  font-weight: bold;
}

.featuresone .nav-link:hover {
  text-decoration: none;
  color: #000;
  font-family: Poppins;
}

/*---------------Another page css code end--------------------*/



/*----------------Product page ------------------*/
.product {

}

.product-one {
  padding-top: 20px;
}

/* Styles for both mobile and laptop */
.pro h2 {
  color: #000;
  font-family: Poppins;
  font-size: 1.743rem;
  font-style: normal;
  font-weight: 900;
  line-height: 4.35663rem;
  text-transform: uppercase;
  text-align: center;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .pro h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
}

/* Media query for laptop devices */
@media (min-width: 768px) {
  .pro h2 {
    font-size: 1.743rem;
    line-height: 4.35663rem;
    text-align: center;
  }
}

.pro h2 .about{
  color: #000;
}
.pro h2 .us {
  color: #f00;
}

/* Styles for both mobile and laptop */
.pro-one h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #f00;
  font-family: Poppins;
  font-style: normal;
  font-weight: 900;
  line-height: 4.35663rem;
  text-transform: uppercase;
}

.pro-one h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #f00;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .pro-one h2 {
    font-size: 1.4rem;
    line-height: 3rem;
  }

}

/* Media query for laptop devices */
@media (min-width: 768px) {
  .pro-one h2 {
    font-size: 30px;
    line-height: 2.28em;
    text-align: left;
  }
}




/*-------------chip and surveillance------------------*/
.magic{
 
  padding-top: 25px;
}
