@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

/* ::selection {
	background-color: #e81e25;
	color: #fff;
} */
.lightbox {
    z-index: 10000000000 !important;
}

.clear {
  clear: both;
}

.img {
  width: 100%;
  display: block;
}
.smart-home-fg{
  width: 100%;
    }

    .col_sm_10-fg{
      width: 85%;
      float: left;
      margin: 1% 0%;
    }

    .mrg-left{
      margin-left: 2%;
    }

    .smart-home-fg h3{
      font-size: 17px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    }

    .smart-home-fg p{
      font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0%;
    color: #000;
    }
/*--------------Contact us-------------*/
.contact-dis {
    display: flex;
    width: 100%;

}
.contact-box1{
    width: 50%;
    height: 600px;
    background-color: #f7f7f7;
    clip-path:polygon(0% 0%, /* top-left */ 100% 12%, /* top-right */ 100% 100%, /* bottom-right */ 0% 90% /* bottom-left */);
    margin: 0px;
}      
 .contact-box2{
    width: 50%;
    height: 600px;
    background-color: #f7f7f7;
    clip-path:polygon(0% 12%, /* top-left */ 120% -2%, /* top-right */ 100% 90%, /* bottom-right */ 0% 100% /* bottom-left */);
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: start;    
    flex-direction: column;
    padding: 3% 10% 3% 3%;
}   
.contact-us{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    column-gap: 30px;
}   
.contactdet-box1{
    display: flex ;
    justify-content: start;
    align-items: center;
    row-gap: 10px;
    column-gap: 15px;
}
.cont-icon{
    width: 55px;
}
.cont-details{

}
.contact-box2 h2{
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.contact-box2 p{
    margin: 25px 0;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 140%;
    color: #000;
}
.contact-box2 h3{
    padding: 0;
    margin: 0px 0 10px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.cont-details h2{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    color: #001e84 !important;
}
.cont-details a{
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.cont-container {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0px;
}

.base-rectangle,
.overlay-rectangle {
  position: absolute;
  width: 100%;
  height: 100%;
}

.base-rectangle {
    background: #92b1ff8f;
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-rectangle {
    background: rgb(158 197 251 / 35%); /* red with transparency */
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -111;

}
  .contactbx{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    row-gap: 20px;
    column-gap: 25px;
        padding-top: 3%;
}
.contact-box3{
    width: 35%;
}
.contactbx h2{
    font-size: 55px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    line-height: 140%;
    color: #000;
    text-align: left;
}
.contactbx p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    color: #000;
    text-align: justify;
}
.contact-box4{
     width: 35%;
    background-color: #fff;
    padding: 2%;
}
@media only screen and (max-width: 1500px) {
    .contact-box4 {
        width: 45%;
    }
}
@media only screen and (max-width: 1400px) {
    .contact-us {
        align-items: self-start;
        flex-direction: column;
        row-gap: 20px;
    }
}
@media only screen and (max-width: 1300px) {
    .bg-abt {
        top: 0px;
    }
    .contact-box2 {
        paddi
        ng: 5% 3% 3% 3%;
    }
    .smart-home-fg {
      width: 98%;
      margin: 3% 1% 1%;
    }
}
@media only screen and (max-width: 1200px) {
    .bg-abt {
        top: 25px !important;
    }

}
@media only screen and (max-width: 1160px) {
    .contact-box4 {
        width: 50%;
    }
}
@media only screen and (max-width: 1030px) {
  .smart-home-fg {
    width: 98%;
}
}
@media only screen and (max-width: 1000px) {
    .bg-abt {
      height: 100vh !important;
    }
    .form-grid {
        gap: 10px;
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    
}
@media only screen and (max-width: 900px) {
    .contactbx {
        flex-direction: column;
    }
    .contact-box3 {
        width: 100%;
        padding: 1% 5%;
    }
    .contact-box4 {
        width: 90%;
    }

}
@media only screen and (max-width: 800px) {
    .contact-dis {
        flex-direction: column;
    }
    .contact-box1 {
        width: 100%;
        clip-path: none; 
    }
    .contact-box2 {
        width: 100%;
        clip-path: none;
        height: 450px;
        padding: 3% 3% 3% 3%;
        justify-content: flex-start;
    }
}
/*--------------Contact us-------------*/
/*section 2*/
.section-bg {
  position: relative;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  z-index: 1;
  overflow: hidden;
  /* to contain the pseudo-element */
}

/* Black or any color overlay */
.section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  /* <-- black with 50% opacity */
  z-index: 0;
}

/* Ensure section content appears above overlay*/
.section-bg > * {
  position: relative;
  z-index: 1;
}

.ftr-bgg {
  background-color: #000;
  padding: 15px 0px;
}

/*section 2*/

.real-time-content {
  width: 41%;
  top: 16%;
  position: relative;
  left: 10%;
}

/*--------------------------------------------------------------
New Css Start
--------------------------------------------------------------*/



.prd_bulet ul{
  display: flex;
  flex-wrap: wrap;
    list-style-type: none;
  margin-top: 22px;
}

.prd_bulet li {
  width: 31%;
  margin: 1%;
  font-family: "Open Sans", sans-serif;
}

.right-arrow {
  font-weight: 900;
  color: #6674ba;
}

.prd_bg h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  line-height: 140%;
  color: #000;
}

.prd_bg {
  background: radial-gradient(farthest-corner at 50% 50%, #fff, #fff, #f1f1f1);
  border: 1px solid #eee;
  padding: 28px 0px;
  transition: all 0.3s linear;
  text-decoration: none;
}

.prd_bg:hover {
  box-shadow: 0 0 10px #ccc;
  transform: scale(1.05);
}

.con i {
  margin-top: 5px;
  color: #fff;
}

.con {
  text-align: center;
}

.con-text a {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;

}

.con-text2 a {
font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;

}

        .con-text2 a::before {
            content: "\f095"; /* Unicode for phone icon */
            font-family: "Font Awesome 5 Free"; /* Font Awesome family name */
            font-weight: 900; /* Required for solid icons */
            margin-right: 8px; /* Space between icon and text */
        }

.ftr_txt p strong {
  color: #82bb41;
}

.fix_nav {
  z-index: 99999999;
  padding: 0px 0px;
  position: absolute;
  /*border-bottom: 1px solid #cccccc80;*/
}

.icon-shape {
      width: 100px;
    height: 100px;
    /*background-color: #f7f6f4;*/
    border-radius: 50% 50%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 0px 6px;
    margin: 0 auto;
    transition: transform 0.3s ease;
    justify-content: center;
    align-items: center;
}
.icon-shape img{
      width: 65px;
}
.icon-shape:hover {
  transform: translateY(-4px);
}

.icon-shape-main {
  width: 140px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.icon-shape-main:hover {
  transform: translateY(-4px);
}

.icon-shape2 {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50% 50%;
  background-color: #434551;
  transition: transform 0.3s ease;
  justify-content: center;
  align-items: center;
}
.icon-shape2 img{
 width: 55px;
}
.icon-shape2:hover {
  transform: translateY(-4px);
}
.white-icon {
    filter: brightness(0) invert(1);
}

/*--------------------------------------------------------------
New Css Ends
--------------------------------------------------------------*/

/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 75px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 31px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  left-content: center;
  text-decoration: none;
  z-index: 999999;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 170px;
    right: 10px;
    font-size: 26px;
  }
}

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
  width: 100%;
  z-index: 999999;
}

.top {
  width: 96%;
  margin: 0 auto;
  max-width: 1600px;
}

.top2 {
  width: 90% !important;
  margin: 0 auto;
  max-width: 1600px;
}

.logo {
  width: 200px;
  transition: all 0.4s linear;
}

.logo_text_ftr h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  float: left;
  transition: all 0.4s linear;
  color: #6a8c23;
  margin: 1% 0%;
}

.logo_text_ftr {
  width: 140px;
  float: none;
  margin: 0 auto;
}

.navbarrr {
  width: fit-content;
  float: right;
}

/*banner*/
.banner-container {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  position: relative;
  overflow: hidden;
}

.banner-container-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-txt {
  position: absolute;
  top: 30%;
  width: 100%;
}

.banner-txt h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 140%;
  margin: 0;
  font-size: 58px;
  padding: 10px 0 0 !important;
  font-weight: 600;
  text-align: center;
}

.banner-txt p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 140%;
  margin: 0;
  font-size: 18px;
  padding: 10px 0 0 !important;
  font-weight: 400;
  text-align: center;
}

.banner-txt p a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slide.active {
  opacity: 1;
}

/* Dummy background images */
/*.slide:nth-child(1) {
  background-image: url(../images/banner1.jpg);
}

.slide:nth-child(2) {
  background-image: url(../images/banner2.jpg);
}

.slide:nth-child(3) {
  background-image: url(../images/banner3.jpg);
}
*/
/* Overlay for better text readability */
.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 1;
}

/* Content container */
.slide-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  /*margin: 0 auto;*/
  padding: 0 50px;
  color: white;
  margin-left: 60px;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease 0.3s;
}

.slide.active .slide-content {
  opacity: 1;
  transform: translateX(0);
}

.slide-content h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 140%;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  font-family: "Roboto", sans-serif;
}

.slide-content p {
  font-size: 24px;
  font-weight: bold;
  text-align: justify;
  line-height: 140%;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", sans-serif;
}

/* .slide-content p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 140%;
  text-align: justify;
  max-width: 1000px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
} */

.slide-content .cta-button {
  display: block;
  background: linear-gradient(45deg, #20397a, #4884e1);
  color: white;
  padding: 9px 34px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  /*margin: 0 auto;*/
  margin: 0px;
  width: 255px;
  font-family: "Open Sans", sans-serif;
}

.slide-content .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
  background: linear-gradient(45deg, #4884e1, #20397a);
}

/* Navigation arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 3;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.nav-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.prev {
  left: 40px;
}

.next {
  right: 40px;
}

/* Navigation dots */
.nav-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 3;
}

.dot {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.dot.active {
  background: white;
  transform: scale(1.3);
  border-color: white;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
}

/* Responsive design */
@media (max-width: 1024px) {
  .slide-content h1 {
    font-size: 2.8rem;
  }

  .slide-content p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .slide-content {
    padding: 0 30px;
    text-align: center;
  }

  .slide-content h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .slide-content p {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .slide-content .cta-button {
    padding: 10px 10px;
    font-size: 16px;
  }

  .nav-arrow {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .prev {
    left: 20px;
  }

  .next {
    right: 20px;
  }

  .slide-counter {
    top: 30px;
    right: 30px;
    font-size: 1rem;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .slide-content h1 {
    font-family: "Roboto", sans-serif;

    font-size: 1.8rem;
  }

  .slide-content p {
    font-family: "Open Sans", sans-serif;

    font-size: 0.9rem;
  }

  .slide-content .cta-button {
    padding: 10px 24px;
    font-size: 0.9rem;
  }
}

/*banner*/

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.link {
  text-decoration: none;
  color: #233d62;
}

.link4 {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}

.link4:hover {
  color: #c3c3c3;
}

/* #Progress
    ================================================== */
.progress-wrap {
  position: fixed;
  right: 16px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap i {
  position: absolute;
  font-size: 24px;
  color: #0a3b84;
  text-align: center;
  line-height: 46px;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  transition: color 200ms linear;
}

.progress-wrap:hover i {
  color: #000;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.circle-button {
  width: 150px;
  height: 150px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #222;
  cursor: pointer;
  flex-direction: column;
  transition: transform 0.3s ease;
  margin: 0 auto;
}

.circle-button:hover {
  transform: scale(1.05);
}

.circle-button .arrow {
  font-size: 20px;
  margin-top: 5px;
}

/*.polygon-section {
    width: 100%;
    height: 504px;
    background: linear-gradient(90deg, #6674ba 0%, #6674ba 50%, #658dc2 50%, #658dc2 100%);
    clip-path: polygon(50% 9%, 100% 0, 100% 70%, 50% 79%, 0 70%, 0 0);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -147px;
    z-index: 1;
    gap: 130px;
}

        
.polygon-content {
    text-align: center;
    color: white;
    z-index: 10;
    margin-top: -53px;
}
        
.polygon-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    min-height: 70px;
}
        
.polygon-subtitle {
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    opacity: 0.9;
}
        
@media (max-width: 768px) {
    .polygon-section {
        height: 300px;
    }
    
    .polygon-title {
        font-size: 28px;
    }
    
    .polygon-subtitle {
        font-size: 16px;
    }
}*/

/*poly main*/
.img-poly-icon {
  width: 140px;
  margin: 0 auto;
}

/* Original Polygon Section */
.polygon-section {
    width: 100%;
    height: 495px;
    background: linear-gradient(90deg, #6674ba 0%, #6674ba 50%, #658dc2 50%, #658dc2 100%);
    clip-path: polygon(50% 9%, 100% 0, 100% 70%, 50% 79%, 0 70%, 0 0);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -47px;
    z-index: 1;
    gap: 32px;
}

.polygon-content {
    text-align: center;
    color: white;
    z-index: 10;
    width: 17%;
     margin-top: -53px;
  transition: transform 0.3s ease;
}

.polygon-content:hover {
  transform: translateY(-10px);
}

.icon-shape-main {
  width: 80px;
  /*height: 80px;*/
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.polygon-content:hover .icon-shape-main {
  transform: scale(1.1);
}

.polygon-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
  min-height: 70px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}

.polygon-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  /*text-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
  /*opacity: 0.9;*/
}

/* Content below for demo */
.content-below {
  padding: 80px 20px;
  background: white;
  text-align: center;
}

.content-below h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

.icon-top-mrg {
  margin-top: -95px;
}

.bg-sec {
  background-image: url(../images/bg-sec.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
}

.bg-sec2 {
  background-image: url(../images/bg-sec2.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
}

.bg-abt {
  background-image: url(../images/bg-manufacturre.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
}

.abt-marg-top {
  margin-top: -127px;
}

.section2-text h1 {
  font-size: 68px;
  font-weight: 700;
  text-align: justify;
  text-transform: uppercase;
  margin: 0%;
  letter-spacing: 5px;
  color: #363636;
  margin-bottom: 2%;
  font-family: "Roboto", sans-serif;
}

.section2-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-transform: capitalize;
  margin: 0%;
  color: #363636;
}

.section2-text h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: justify;
  text-transform: capitalize;
  margin: 0%;
  color: #363636;
}

.section4-text h2 {
  font-size: 58px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin: 0%;
  letter-spacing: 5px;
  color: #363636;
  font-family: "Roboto", sans-serif;
}

.section4-text p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  margin: 0%;
  color: #363636;
  font-family: "Open Sans", sans-serif;
}

.section4-text h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: justify;
  text-transform: capitalize;
  margin: 0%;
  color: #363636;
}

.ipcamera-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.marg-img-top {
  margin-top: 0px;
}


.new-1 hr {
 padding: 40px 0px;
}

.service-text h2 {
  font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 0%;
    letter-spacing: 5px;
    color: #363636;
}

.service-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  margin: 0%;
  color: #363636;
}

.sec-pdg {
  padding: 70px 100px 12% 100px;
}

.bg-poly {
  clip-path: polygon(0% 0%, 100% 7.32%, 100% 91.75%, 0% 100%);
  background-color: #353f4a;
  margin-top: -49px !important;
  height: 600px;
}

.bg-poly1 {
  clip-path: polygon(0% 11.75%, 100% 0%, 100% 100%, 0% 89.23%);
  background-color: #45526d;
}

.bg {
  background-color: #353f4a;
  clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  -webkit-clip-path: polygon(0 0, 60% 10%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  width: 100%;
  height: 697px;
  position: relative;
  overflow: hidden;
  top: -67px;
  background-image: url(../images/camera4.png);
  background-size: cover;
}

.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  -webkit-clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  background: linear-gradient(91deg, rgb(21 30 74 / 0%), rgb(7 31 58 / 82%));
}

.bg-abt {
  background-color: #353f4a;
  clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  -webkit-clip-path: polygon(0 0, 60% 10%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  width: 100%;
  height: 697px;
  position: relative;
  overflow: hidden;
  top: -67px;
  background-image: url(../images/camera4.png);
  background-size: cover;
}

.bg-abt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  -webkit-clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  background: linear-gradient(91deg, rgb(21 30 74 / 0%), rgb(7 31 58 / 82%));
}


.bg-smrt {
  background-color: #353f4a;
  clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  -webkit-clip-path: polygon(0 0, 60% 10%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  width: 100%;
  height: 697px;
  position: relative;
  overflow: hidden;
  top: -67px;
  background-image: url(../images/smarthome4.png);
  background-size: cover;
}

.bg-smrt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  -webkit-clip-path: polygon(0 0, 60% 8%, 100% 0, 100% 100%, 60% 88%, 0 100%);
  background: linear-gradient(91deg, rgb(21 30 74 / 0%), rgb(7 31 58 / 82%));
}

.real-time {
  -webkit-clip-path: polygon(0 15%, 60% 0, 60% 100%, 0 87%);
  clip-path: polygon(0% 21%, 60% 9%, 60% 100%, 0 100%);
  background: #353f4a;
  width: 95%;
  height: 614px;
  margin-top: 0%;
  position: relative;
  overflow: hidden;
}

.real-time-overlay {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    46deg,
    rgba(0, 5, 22, 0.8),
    rgba(12, 55, 114, 0.8)
  );
}

.real-time-overlay h2 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  margin: 0 !important;
  margin-top: 5% !important;
  text-align: left;
  margin-bottom: 2% !important;
  font-family: "Roboto", sans-serif;
}

.real-time-overlay h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  text-transform: capitalize;
  margin: 0%;
  color: #fff;
}

.real-time-overlay p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  margin: 0%;
  color: #fff;
}

.flex-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.flex-box-smrt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.flex-box-1 {
  display: flex;
  align-items: center;
}

.flex-box1 {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
}

.flex-box3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.col_sm_10 {
  width: 78%;
  float: left;
  margin: 1%;
}

.col_sm_100 {
  width: fit-content;
  float: left;
  margin: 1%;
}

.ftr-marg-top {
  margin-top: -150px !important;
  z-index: -1;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
  width: 100%;
  margin: 0 auto;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm2_1 {
  width: 50%;
  float: left;
  margin: 0%;
}

.col_sm2_11 {
  width: 36%;
  float: left;
  margin: 0%;
}

.col_sm2_111 {
  width: 57%;
  float: left;
  margin: 0%;
}

.col_sm3 {
  width: 31.33%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm5 {
  width: 18%;
  margin: 1%;
  float: left;
}

.col_sm8 {
  width: 31%;
  margin: 1%;
  float: left;
}

.col_sm88 {
  width: 65%;
  float: left;
  margin: 1%;
}

.col_sm9 {
  width: 58%;
  float: left;
  margin: 1%;
}

.col_sm99 {
  width: 38%;
  float: left;
  margin: 1%;
}

.col_sm11 {
  width: 58%;
  margin: 1%;
  float: left;
}

.col_sm111 {
  width: 38%;
  float: right;
  margin: 1%;
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/

.ftr_txt h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0% 0% 6% 0%;
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.ftr_txt h2 span {
  color: #25a794;
}

.ftr_txt p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 3% 0%;
  line-height: 150%;
  color: #fff;
  text-align: center;
}

.ftr_txt ul {
  padding: 0% !important;
}

.ftr_txt ul li a {
  font-family: "Open Sans", sans-serif;
  color: #233d62;
  text-decoration: none;
  line-height: 180%;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

.ftr_lt_txt {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  margin: 0;
}

.ftr_right {
  text-align: right;
}

.remote-meg-left {
  margin-left: 78px;
}

.remote-txt h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #363636;
  width: 100%;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0 !important;
  text-align: justify;
  margin-bottom: 2% !important;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
  width: 45px;
  height: 45px;
  position: fixed;
  display: flex;
  right: 1%;
  bottom: 2.5%;
  transition-duration: 1s;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  z-index: 9999;
  background-color: #25a794;
  border-radius: 50%;
  align-items: center;
  left-content: center;
}

.top_arrow:hover {
  background-color: #03a0e3;
}

/* buttons */
.button-35 {
    border: 1px solid #6770b9;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  background-color: #6770b9;
  border-radius: 30px;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 15px 90px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  letter-spacing: 2px;
}

.button-35:hover {
  border: 1px solid #6770b9;
  background-color: #fff;
  color: #6770b9;
}

.button-37 {
  align-items: center;
  font-family: "Open Sans", sans-serif;
  background-color: #6770b9;
  border-radius: 30px;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  letter-spacing: 2px;
}

.button-37:hover {
  border: 1px solid #6770b9;
  background-color: #fff;
  color: #6770b9;
}

.icon-mrg-top {
  margin-top: 29px;
}

/* buttons end */

.display-mb {
  display: none;
}

.display-db {
  display: block;
}

.btn-center {
  text-align: left;
}

.about-pdg-top {
  padding-top: 100px;
}

/*banner inner page*/
.banner {
  text-align: center;
  position: relative;
  z-index: 1;
  height: 470px;
}

.banner-inner {
  
  background-size: initial;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 120px),
    50% calc(100% - 60px),
    0% calc(100% - 120px)
  );
  padding-bottom: 60px;
}

.banner-inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    #043a85 0%,
    #043a85 50%,
    rgb(11 58 130) 100%
  );
  opacity: 0.7;
}

.banner-inner:after {
  background-image: url(../images/slider-pattern.png);
  background-size: initial;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner-txt {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 9;
}

/*serv*/
.icon-serv {
  width: 100px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.icon-serv:hover {
  transform: scale(1.1);
}

.brd {
  border: 2px solid #3f3f3f;
  padding: 16px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.serv-text h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin: 0%;
  color: #000;
}


/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/


    .form-container-career {
        background: #fff;
        padding: 30px;
        max-width: 1400px;
        margin: auto;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .form-grid-career {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .form-group-career {
        position: relative;
        flex: 48%;
    }

    .form-group-career:nth-child(4),
    .form-group-career:nth-child(5) {
        flex: 48%;
    }

    
    .form-group-career:nth-child(6),
    .form-group-career:nth-child(7) {
        flex: 98%;
    }

    .form-group-career input,
    .form-group-career textarea,
    .form-group-career select {
        width: 100%;
        padding: 18px 10px 10px 10px;
        border: 1px solid #ddd;
        font-size: 16px;
        background: none;
        outline: none;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .form-group-career textarea {
        resize: none;
        height: 120px;
    }

    .form-group-career label {
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        background: #fff;
        padding: 0 5px;
        color: #999;
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .form-group-career input:focus,
    .form-group-career textarea:focus {
        border-color: #1f71b9;
        /* box-shadow: 0 0 8px rgba(255, 124, 0, 0.4); */
    }

    .form-group-career input:focus+label,
    .form-group-career input:not(:placeholder-shown)+label,
    .form-group-career textarea:focus+label,
    .form-group-career textarea:not(:placeholder-shown)+label {
        top: 0;
        transform: translateY(-50%);
        background: #fff;
        color: #434343;
        font-size: 12px;
    }

    .form-group-career:nth-child(6) label {
        top: 18% !important;
    }

    .form-group-career input:focus+label,
    .form-group-career input:not(:placeholder-shown)+label,
    .form-group-career textarea:focus+label,
    .form-group-career textarea:not(:placeholder-shown)+label {
        top: 0 !important;
    }

    .form-group-career select,
    .form-group-career input[type="file"] {
        width: 100%;
        padding: 12px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
    }

    .form-group-career select:focus+label,
    .form-group-career select:valid+label {
        top: 0;
        transform: translateY(-50%);
        background: #fff;
        color: #434343;
        font-size: 12px;
    }


    @media (max-width: 768px) {}

    @media (max-width: 480px) {
        .form-container-career {
            padding: 20px;
        }

        .submit-btn {
            font-size: 14px;
            padding: 12px 16px;
        }

        .form-group-career input,
        .form-group-career textarea {
            font-size: 14px;
            padding: 16px 8px 8px 8px;
        }

        .form-group-career label {
            font-size: 14px;
        }

        .form-group-career input:focus+label,
        .form-group-career input:not(:placeholder-shown)+label,
        .form-group-career textarea:focus+label,
        .form-group-career textarea:not(:placeholder-shown)+label {
            font-size: 10px;
        }
    }
  /*form*/




/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/

.bullet ul {
  list-style-image: url(../images/bullet.png);
  margin-left: 18px;
  padding: 0;
}

.bullet ul li {
  font-size: 16px;
  font-weight: 400;
  margin: 1.6% 0%;
  line-height: 150%;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  text-align: left;
}

.bullet span {
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1500px) {
  .about-pdg-top {
    padding-top: 0px !important;
  }
  .bg {
    background-position: 39%;
  }
}

@media only screen and (max-width: 1480px) {
  #cssmenu > ul > li > a {
    margin: 5px 12px;
    padding: 10px 3px;
  }
}

@media only screen and (max-width: 1400px) {
  .col_sm_10-fg {
    width: 82%;
  }
  #cssmenu > ul > li > a {
    padding: 10px 0px;
  }

  #wowslider-container1 .ws-title span h2 {
    font-size: 51px !important;
  }

  .icon-shape-main {
    width: 140px;
  }

  .sec-pdg {
    padding: 0px 10px 0px 10px;
  }

  .bg {
    background-position: 47%;
  }

  .real-time {
    height: 753px;
  }

  .polygon-section {
    gap: 80px;
  }

  .polygon-title {
    font-size: 18px;
  }

  .icon-shape-main {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 1338px) {
  .navbarrr {
    padding: 1.56% 0%;
  }

  #cssmenu > ul > li > a {
    font-size: 15px;
    /* margin: 5px 5px; */
    padding: 10px 4px;
  }
}

@media only screen and (max-width: 1300px) {
  .col_sm_10-fg {

    width: 74%;

  }

  #cssmenu > ul > li > a {
    margin: 5px 11px;
    padding: 10px 0px;
  }

  .logo {
    width: 140px;
    margin: 1.5% 0%;
  }

  .sec-pdg {
    padding: 0px 0px 0px 0px;
  }

  .bg {
    background-position: 52%;
  }
}

@media only screen and (max-width: 1200px) {
  
  .real-time-content {
    width: 41%;
    top: 28%;
  }

  .bg22 {
    height: 730px !important;
  }
  .remote-meg-left {
    margin-left: 69px;
  }
  .flex-box {
    margin-bottom: 30px;
  }

  .bg {
    height: 867px;
  }
  .bg-sec {
    padding-bottom: 6%;
  }
  .navbarrr {
    float: right;
  }

  .col_sm88 {
    width: 58%;
  }

  .col_sm8 {
    width: 37%;
  }

  .polygon-section {
    gap: 60px;
  }

  .polygon-title {
    font-size: 16px;
    min-height: 60px;
  }

  .icon-shape-main {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 1100px) {
  .about-pdg-top {
    margin-bottom: 84px;
  }
  #wowslider-container1 .ws-title span button {
    padding: 10px 30px !important;
    font-size: 13px !important;
  }

  .navbarrr {
    padding: 0.24% 0% !important;
  }

  #wowslider-container1 .ws-title span h2 {
    font-size: 32px !important;
  }

  #cssmenu > ul > li.has-sub > a:before {
    right: -5px !important;
  }

  #cssmenu > ul > li.has-sub > a:after {
    right: -8px;
  }

  #cssmenu > ul > li > a {
    margin: 20px 8px;
    font-size: 14px;
  }

  .bullet ul li {
    font-size: 13px;
  }

  .polygon-section {
    height: 560px;
    gap: 62px;
  }

  .remote-meg-left {
    margin-left: 59px;
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1125px) {
  .triangle {
    margin-top: -14% !important;
  }
  .polygon-section {
    gap: 35px;
  }

  .polygon-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1100px) {
  .bg {
    background-position: 55%;
  }
  .btn h3 {
    padding: 6px 21px;
    font-size: 12px;
  }
  .prd_bg h2 {
    font-size: 20px;
  }
  .real-time-overlay h2 {
    padding-left: 0%;
  }
  .real-time-content {
    top: 30%;
  }
}

@media only screen and (max-width: 1000px) {
  .col_sm3 {
    width: 48%;
  }
  .flex-box1 {
    justify-content: flex-start;
  }
  .btn-center,
  .real-time-overlay h3,
  .real-time-overlay p {
    text-align: left;
  }
  .real-time-overlay h2 {
    text-align: left;
    margin: 0 2% 2% !important;
  }
  .real-time-content {
    width: 90%;
    left: unset;
    margin: 0 auto;
  }
  .flex-box {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .real-time {
    -webkit-clip-path: unset;
    clip-path: unset;
    height: 100%;
  }
  .section2-text h1 {
    font-size: 36px;
  }
  .bg-sec {
    padding: 6% 0;
  }
  .col_sm2 {
    width: 98%;
  }

  .col_sm88 {
    width: 58%;
  }

  .col_sm8 {
    width: 37%;
  }

  .col_sm2 {
    width: 48%;
  }

  .remote-meg-left {
    margin-left: 63px;
    margin-bottom: 30px;
  }

  .bg {
    background-position: 58%;
    height: 865px;
  }

  .polygon-section {
    background: linear-gradient(135deg, #6674ba 0%, #658dc2 100%);
    clip-path: none;
    margin-top: 0;
    height: auto;
    padding: 20px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
  }


  .polygon-content {
    margin-top: 0;
    transition: all 0.3s ease;
    width: fit-content;
  }

  .polygon-content:hover {
    transform: translateY(-5px);
  }

  .polygon-title {
    font-size: 16px;
    min-height: auto;
  }

  .icon-shape-main {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .col_sm99 {
    width: 98%;
  }
  .col_sm9 {
    width: 98%;
  }
  .col_sm_10-fg {
    width: 82%;
}

  .banner-container {
    height: 85vh;
  }
  .navbarrr {
    width: 100%;
    position: absolute;
    top: 16%;
    left: 0;
  }

  .top_main {
    position: static;
  }

  .wel_flex {
    display: block;
  }

  .col_sm8 {
    width: 98%;
  }

  .fix_nav {
    padding: 0px 0px !important;
  }

  .col_sm2 {
    width: 48%;
  }

  .ftr_txt h1 {
    margin: 0% 0% 1% 0%;
  }

  .fix_nav {
    position: absolute !important;
  }

  .logo {
    margin: 1%;
    float: left;
    width: 170px !important;
  }
  .triangle {
    margin-top: -27% !important;
  }
  .top {
    width: 100%;
  }


  .ftr_txt h2 {
    margin: 0% 0% 5% 0%;
  }

  .col_sm8 {
    width: 37%;
  }

  .col_sm88 {
    width: 52%;
  }

  .display-mb {
    display: block;
  }

  .display-db {
    display: none;
  }

  /*    .bg {
	    height: 830px;
	}

	.real-time {
	    height: 732px;
	}*/

  .col_sm2 {
    width: 48%;
  }

  .bg {
    height: 836px;
  }

  .slide-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  

  .slide-content h2 {
    font-size: 28px;
    text-align: center;
}

.slide-content h3 {
    font-size: 20px;
}

.slide-content p {
        font-size: 16px;
            text-align: center;
    }

    .flex-box-smrt {
    flex-direction: row;
}

.ipcamera-img {
    width: 98%;
}



}

@media only screen and (max-width: 900px) {
  .col_sm99,
  .col_sm9 {
    width: 98%;
  }
  .col_sm2_11 {
    width: 70%;
  }
  .col_sm2_111 {
    width: 85%;
  }
  .col_sm4 {
    width: 48%;
  }
}

@media only screen and (max-width: 800px) {
  .logo {
    
    padding: 2% 0;
  }

  #wowslider-container1 .ws-title {
    max-width: 48vw !important;
  }

  .col_sm55 {
    width: 34%;
  }

  .col_sm2_1 {
    width: 98%;
  }

  .ftr_txt h1 {
    padding-bottom: 1%;
  }

  .col_sm2 {
    width: 48%;
  }

  .ftr_right {
    text-align: left;
  }

  .polygon-section {
    gap: 20px;
  }

  .remote-meg-left {
    margin-left: 54px;
  }
  .prd_bulet li {
    width: 48%;
  }
}
@media only screen and (max-width: 750px) {
  .polygon-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .col_sm2_111 {
    width: 92%;
    margin: 0 4% 7%;
  }
}
@media only screen and (max-width: 700px) {
      .real-time-content {
        top: 24%;
    }
  .service-text p {
    text-align: justify;
  }
  .real-time-content {
    width: 90%;
    left: unset;
    margin: 0 auto;
  }
  .section2-text h1 {
    font-size: 36px;
    margin-top: 40px;
  }
  .col_sm8 {
    width: 98%;
  }

  .col_sm88 {
    width: 98%;
  }

  .sec-pdg {
    margin-top: -12px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .col_sm2_11 {
    width: 98%;
  }

  .col_sm2 {
    width: 98%;
  }

  .ftr_lt_txt {
    text-align: center;
  }

  .ftr_right {
    text-align: center;
  }

  .polygon-section {
    flex-wrap: wrap;
    gap: 0px;
  }

  .icon-top-mrg {
    margin-top: 0px;
  }

  .icon-mrg-top {
    margin-top: 0px;
  }

  .pdg-icon1 {
    margin-top: 83px;
  }

  .pdg-icon-2 {
    margin-top: 85px;
  }
  .pdg-icon-3 {
    margin-bottom: 184px;
  }
  .pdg-icon-4 {
    margin-bottom: 184px;
  }
  .bg {
    height: 904px;
  }
}

@media only screen and (max-width: 640px) {
  .section2-text h1 {
    font-size: 48px;
    text-align: center;
  }

  .flex-box1 {
    justify-content: center;
    flex-direction: row;
  }
}

@media only screen and (max-width: 600px) {
  .bg-abt {
    height: 130vh !important;
     clip-path: polygon(0 0, 50% 8%, 100% 0, 100% 100%, 50% 88%, 0 100%) !important;
  -webkit-clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 50% 88%, 0 100%) !important;
  }

  .cont-container {
    height: 900px !important;
  }

  .bg-sec {
    background-position: left;
  }

.flex-box-smrt {
        flex-direction: column;
    }


  .search-box {
    width: fit-content;
  }
  .bg22 {
    height: 769px !important;
}
  #wowslider-container1 .ws-title span button {
    font-size: 12px !important;
    padding: 3px 18px !important;
  }

  .ftr_txt p {
    padding-bottom: 1%;
  }

  .ftr_txt h1 {
    padding-bottom: 1%;
  }

  .col_sm5 {
    width: 48%;
  }

  .logo_text_ftr {
    margin: 0 auto;
  }

  .real-time {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .bg {
    height: 770px;
    background-image: none;
    clip-path: polygon(0 0, 50% 14%, 100% 0, 100% 100%, 50% 81%, 0 100%);
    -webkit-clip-path: polygon(0 0, 50% 7%, 100% 0, 100% 100%, 50% 97%, 0 100%);
  }

  .flex-box {
    flex-direction: column-reverse;
  }

  .real-time-overlay h3 {
    text-align: center;
  }

  .real-time-overlay p {
    text-align: justify;
  }

  .real-time-overlay h2 {
    font-size: 30px;
    text-align: center;
  }

  .btn-center {
    text-align: center;
  }

  .header-demo {
    font-size: 1.5rem;
    height: 200px;
  }

  .polygon-content {
    padding: 0px 0px;
  }
  .section4-text h2 {
    font-size: 24px;
  }
  .polygon-title {
    font-size: 18px;
  }
  .button-35 {
    margin-bottom: 10% !important;
  }
  .icon-shape-main {
    width: 60px;
    height: 60px;
  }
  .col_sm3 {
    width: 98% !important;
  }
}

@media only screen and (max-width: 500px) {
  .smart-home-fg {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        margin-bottom: 15px;
        margin-top: 15px;
    }
  .col_sm_10 {
    width: 90%;
  }
  .triangle {
    margin-top: -39% !important;
  }
  #wowslider-container1 .ws-title span h2 {
    font-size: 16px !important;
  }

  #wowslider-container1 .ws-title span {
    width: 100% !important;
  }

  .bg-sec {
    height: auto;
  }
 
}

@media only screen and (max-width: 470px) {
  .prd_bulet li {
    width: 98%;
  }
  .polygon-content {
    width: 98%;
  }

  .polygon-section {
    display: flex;
    align-items: center;
    background: #6674ba;
  }

  .pdg-icon1 {
    margin-top: 0px;
  }

  .pdg-icon-2 {
    margin-top: 0px;
  }

  .pdg-icon-3 {
    margin-bottom: 0px;
  }

  .pdg-icon-4 {
    margin-bottom: 0px;
  }

  .flex-box {
    align-items: center;
    flex-direction: column-reverse;
  }
}


@media only screen and (max-width: 440px) {

.real-time-content {
    top: 10%;
}

.bg {
    height: 600px;
}

.bg {
    -webkit-clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 100%, 50% 97%, 0 100%);
}


.bg-smrt {
    -webkit-clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 100%, 50% 93%, 0 100%);
}

}

@media only screen and (max-width: 400px) {
  
  .button-35 {
    padding: 15px 70px;
  }

  .col_sm5 {
    width: 98%;
  }

  .col_sm8 {
    width: 98%;
    margin: 1% !important;
  }

  .col_sm88 {
    width: 98%;
  }

  .col_sm4 {
    width: 98%;
  }

  .bg {
    clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 50% 92%, 0 100%);
    -webkit-clip-path: polygon(0 0, 50% 4%, 100% 0, 100% 100%, 50% 97%, 0 100%);
  }

  .polygon-content {
    padding: 10px 10px;
  }

  .polygon-title {
    font-size: 16px;
  }

  .icon-shape-main {
    width: 50px;
    height: 50px;
  }

  /* Animation for content */
  .polygon-content {
    animation: fadeInUp 0.8s ease-out;
  }

  .polygon-content:nth-child(1) {
    animation-delay: 0.1s;
  }

  .polygon-content:nth-child(2) {
    animation-delay: 0.2s;
  }

  .polygon-content:nth-child(3) {
    animation-delay: 0.3s;
  }

  .polygon-content:nth-child(4) {
    animation-delay: 0.4s;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .real-time-content {
    top: 6%;
  }

}

@media only screen and (max-width: 380px) {
.bg22 {
  height: 880px !important;
}
    .flex-box {
        margin-bottom: 0px;
    }
.bg {
    height: 860px;
}
.section2-text h1 {
  font-size: 30px;
  text-align: center;
}

.flex-box1 {
  flex-direction: column;
  gap: 10px;
}
.col_sm_100 {
  margin: 0 auto;
  float: none;
}
.icon-shape {
    margin-bottom: 20px;
}

}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 360px) {
  .col_sm1 {
    width: 100%;
  }

  .bg {
    height: 1172px;
  }

  .col_sm1 {
    width: 100%;
  }

}