.feedback_area.active {
  bottom: 0;
  right: 10px;
  opacity: 1;
}
.feedback_area {
  height: 440px;
}
.feedback_area .feedback_body .radio_wrapper .inputGroup {
  display: inline-block;
  position: relative;
  width: 19%;
}
.feedback_area .feedback_body .radio_wrapper .inputGroup label::after {
  left: 11px;
  background: none;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}
.feedback_area .feedback_body .radio_wrapper .inputGroup label {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
}
.feedback_area label {
  cursor: pointer;
}
.feedback_area label img {
  transition: all 0.6s;
}
.feedback_area
  .feedback_body
  .radio_wrapper
  .inputGroup
  input[type="radio"]:checked
  ~ label
  img {
  transform: scale(1.2);
}
.feedback_area
  .feedback_body
  .radio_wrapper
  .inputGroup
  input[type="radio"].error
  ~ label {
  border-color: red;
}
.feedback_area .feedback_body .radio_wrapper .inputGroup label.error {
  border-color: transparent !important;
  color: red;
  position: absolute;
  text-align: center;
  top: -19px;
  width: 514%;
}
.mainSlider {
  position: relative;
  z-index: 1;
  padding: 0 0 50px;
  min-height: 847px;
  display: flex;
  align-items: center;
}
.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #000;
}
.slider-content h5 {
  color: #fff;
  font-weight: 500;
  font-size: 4.234rem;
  text-transform: uppercase;
}
.custom-slider {
  position: relative;
}
.bg_op {
  background-color: #000;
  opacity: 0.5;
}
.slider-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11.491rem;
  line-height: 160px;
  margin-bottom: 25px;
}
.slider-content h2 span {
  color: #ce63ce;
  display: inherit;
}
.carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}
.custom-slider .carousel-indicators li {
  text-indent: inherit;
  position: relative;
  background-color: #8cc63e;
  margin: 10px 20px 10px 0;
  opacity: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: 0.5s all ease-in-out;
  width: 20px;
  height: 20px;
  justify-content: space-around;
  border-radius: 100%;
  transition: 0.5s all ease-in-out;
  opacity: 0.8;
}
.custom-slider .carousel-indicators {
  position: absolute;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  width: 10%;
  align-items: center;
  top: -85px;
  left: auto;
  flex-direction: column;
  right: -120px;
  z-index: 999;
}
.custom-slider .carousel-indicators li span {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.slider-content a.themeBtn {
  display: inline-block;
  padding: 15px 25px;
}
.custom-slider .carousel-indicators li.active {
  color: #2a9d8f;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 20px;
  height: 20px;
  transition: 0.5s all ease-in-out;
  background-color: var(--bs-dark-pink);
  margin-bottom: 15px;
}
.custom-slider .carousel-indicators li.active span {
  color: #5d1011;
}
.custom-slider .carousel-indicators li span {
  opacity: 0;
}
.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}
.capablities-info {
  text-align: center;
  margin: 50px 0 0;
  box-shadow: 0 2px 59.4px 0.6px rgba(0, 0, 0, 0.05);
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 14px;
}
.capablities-info h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 25px;
}
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #48aadf;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
.sidenav a:hover,
.sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}
.sidenav .closebtn {
  position: absolute;
  top: -7px;
  right: 13px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #fd0001;
  margin-right: 0;
  margin-top: 10px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.mobilecontainer img {
  width: 100px;
  margin: 10px 0;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}
.navigation .caret {
  position: absolute;
  border: 0;
  background: url(../images/img1.png) no-repeat;
  width: 14px;
  height: 9px;
  background-size: 80%;
  background-position: center center;
  right: 10px;
  top: 8px;
}
#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #000;
}
#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 13px 4px;
}
#mySidenav .caret {
  display: none;
}
#mySidenav #hassubmenu {
  position: relative;
}
#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: #000;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
  padding-top: 5px;
}
#mySidenav div {
  border-top: 1px solid #fff;
}
#mySidenav div:last-child {
  border-bottom: 1px solid #fff;
}
#mySidenav a.closebtn + div {
  margin-top: 10px;
}
.navigation ul .show-on-hover:hover > ul.dropdown-menu {
  display: block;
}
.navigation ul li > .dropdown-menu {
  padding: 0;
  border-radius: 0;
  min-width: 164px;
  left: 0;
}
.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
}
.navigation ul li > .dropdown-menu li a {
  float: none;
  display: block;
  text-align: left;
  padding: 0 14px 2px 15px;
  color: #555;
}
.navigation ul li > .dropdown-menu li a:hover {
  background-color: #000;
  color: #fff;
}
.navigation ul li a i {
  padding-left: 10px;
}
.custom-nav .navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  padding-right: 34px;
}
li.dropdown a {
  padding: 0;
  color: #fff;
}
ul.dropdown-menu {
  padding: 9px;
  background-color: #000;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #eb2127;
  text-decoration: none;
  background-color: transparent;
}
ul.dropdown-menu li {
  padding: 8px 0 !important;
}
.navigation ul .show-on-hover:hover > ul.dropdown-menu {
  display: block;
}
.navigation ul li > .dropdown-menu {
  padding: 10px 5px;
  border-radius: 0;
  margin: 0 0 0 -1px;
}
.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
}
.navigation ul li > .dropdown-menu li a {
  color: #fff;
  font-weight: 500;
}
.logo-sec {
  padding: 20px 0;
}
.custom-nav .navbar-nav > li a i {
  margin-left: 125px;
  font-size: 19px;
}
.band-right img {
  padding-right: 24px;
}
.navigation ul li {
  display: inline-block;
  padding: 0 50px 0 0;
}
.navigation ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.main-navigate h1 {
  font-weight: 600;
  text-align: center;
  color: #e92229;
  font-style: italic;
  font-size: 50px;
}
.main-navigate h5 {
  text-align: center;
  color: #000;
  font-size: 22px;
}
.main-navigate {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.logo img {
  width: 70%;
}
.navigation ul li a:hover {
  color: #ccc;
}
.navigation ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #bd0000;
  transition: width 0.3s;
}
.navigation ul li a:hover:after {
  width: 100%;
}
.head-info a {
  color: #fff;
}
.social-info ul li {
  display: inline-block;
  padding-right: 0;
  height: 65px;
  width: 50px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.head-top {
  position: absolute;
  background-color: #bd0000;
  right: 0;
  left: auto;
  width: 100%;
  height: 65px;
  clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.social-info ul li a {
  color: #fff;
}
.social-info ul li:hover {
  background-color: #a80000;
}
.social-info ul {
  display: flex;
}
.head-info a {
  margin: 0 40px;
}
.head-info a i {
  font-size: 20px;
  padding-right: 10px;
}
.head-info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -2rem;
}
.carousel-item img {
  width: 100%;
}
.custom-slider .carousel-indicators li.active span {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.text-body .text-holder {
  position: relative;
  z-index: 2;
}
.text-body .text-holder h3 {
  opacity: 0;
  animation: text-appear 1.2s linear forwards;
  animation-delay: 0.7s;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100px;
  padding: 0;
  margin: 0;
  font-size: 4rem;
}
.text-body .text-holder-2 {
  display: flex;
  position: relative;
}
.text-body .text-holder-2 h3 {
  padding: 0;
  font-weight: 500;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  line-height: 50px;
}
.slider-content a.whitebtn {
  margin-top: 10px;
  display: inline-block;
}
.slider-content .text-holder p {
  color: var(--bs-white);
  font-size: 26px;
}
.slider-column {
  position: relative;
}
.slick-next {
  right: 0;
}
.slick-dots li {
  top: -65px;
}
.slick-dots {
  bottom: 35px;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 140px;
  content: ".";
  opacity: 0.25;
  opacity: 1;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #8cc63e;
}
.mainslider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-thumb {
  position: relative;
  top: -80px;
  right: 40px;
  display: flex;
  align-items: center;
}
.slide-thumb {
  width: 20% !important;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 15px;
  border: 4px solid #8cc63e;
}
.slider-thumb:before {
  content: "";
  border-top: 3px dashed #e40076;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 40px;
  bottom: 67px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.conntecting-sec {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-color: #f2f2f2;
}
.conntecting-sec article h3 {
  font-size: 40px;
}
.conntecting-sec .heading p {
  color: #333;
  text-align: left;
}
.connec-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  justify-content: start;
}
.main-overlay {
  position: relative;
}
.connec-overlay h5 {
  background-color: #e40076;
  padding: 6px;
  color: #fff;
  margin: 12px;
  border-radius: 3px;
  font-weight: 300;
  text-transform: capitalize;
}
.main-overlay img.w-100 {
  border-radius: 10px;
}
.conntecting-info {
  position: relative;
  padding: 10px;
}
.conntecting-info article {
  margin-top: 0;
  position: relative;
  padding-top: 30px !important;
}
.conntecting-sec article {
  padding-top: 40px;
}
.box16 {
  text-align: left;
  color: #fff;
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  transition: 1s all ease-in-out;
  margin: 6px;
}
.box16 .box_link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.box16 .box-content,
.box16:after {
  width: 100%;
  position: absolute;
  left: 0;
}
.box16:after {
  content: "";
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.08) 69%,
    rgba(228, 0, 118, 0.8) 100%
  );
  top: 0;
  transition: 1s all ease-in-out;
}
.box16 .post,
.box16 .title {
  transform: translateY(145px);
  transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0;
}
.box16:hover:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.01) 0,
    rgba(0, 0, 0, 0.09) 11%,
    rgba(0, 0, 0, 0.12) 13%,
    rgba(0, 0, 0, 0.19) 20%,
    rgba(0, 0, 0, 0.29) 28%,
    rgba(0, 0, 0, 0.29) 29%,
    rgba(0, 0, 0, 0.42) 38%,
    rgba(0, 0, 0, 0.46) 43%,
    rgba(0, 0, 0, 0.53) 47%,
    rgba(228, 0, 118, 0.8) 69%,
    rgba(228, 0, 118, 0.8) 84%,
    rgba(228, 0, 118, 0.8) 99%,
    rgba(228, 0, 118, 0.8) 100%
  );
  transition: 1s all ease-in-out;
}
.box16 img {
  width: 100%;
  height: auto;
}
.box16 .box-content {
  padding: 20px;
  margin-bottom: 20px;
  bottom: 20px;
  z-index: 1;
  transition: 1s all ease-in-out;
}
.box16 .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #fff;
}
.box16 .post {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  height: 95px;
}
.box16 .social li a,
.box17 .icon li a {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}
.box16:hover .post,
.box16:hover .title {
  transform: translateY(0);
}
.box16 .social {
  list-style: none;
  padding: 0 0 5px;
  margin: 40px 0 25px;
  opacity: 0;
  position: relative;
  transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0;
}
.box16:hover .social {
  opacity: 1;
  transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
}
.box16 .social:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}
.box16 .social li {
  display: inline-block;
}
.box16 .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6d3795;
  margin-right: 10px;
  transition: all 0.3s ease 0;
}
.box17 .icon li,
.box17 .icon li a {
  display: inline-block;
}
.box16 .social li a:hover {
  background: #bea041;
}
.box16 .social li:last-child a {
  margin-right: 0;
}
.connect-slider .owl-nav {
  position: absolute;
  width: 120px;
  top: 70%;
  left: -44%;
}
.conntecting-sec .offset-md-1 {
  margin-left: 5.333333%;
}
.conntecting-sec .col-lg-2 {
  width: 23.666667%;
}
.connect-slider .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #313131;
  color: #fff;
  border-radius: 100%;
}
.connect-slider .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #e40076;
  color: #fff;
  border-radius: 100%;
}
.manage-solutions-sec {
  padding: 8rem 0;
}
.iot-solution .heading p {
  text-align: center;
  color: #fff;
}
.iot-solution a {
  text-decoration: none;
}
.iot-solution .col-lg-3:nth-child(1) > .iot-solution-info {
  background: url(../images/hoverbanner02.jpg) no-repeat;
}
.iot-solution .col-lg-3:nth-child(2) > .iot-solution-info {
  background: url(../images/hoverbanner03.jpg) no-repeat;
}
.iot-solution .col-lg-3:nth-child(3) > .iot-solution-info {
  background: url(../images/hoverbanner04.jpg) no-repeat;
}
.iot-solution .col-lg-3:nth-child(4) > .iot-solution-info {
  background: url(../images/hoverbanner01.jpg) no-repeat;
}
.iot-solution .col-lg-3:nth-child(5) > .iot-solution-info {
  background: url(https://www.zong.com.pk/uploads/upload_a805bce2b84f08cdcf32a52c3b8e1131.png)
    no-repeat;
}
.iot-solution .col-lg-3:nth-child(6) > .iot-solution-info {
  background: url(https://www.zong.com.pk/uploads/upload_8a24bee0da3afefefe09dcf9b5d96166.png)
    no-repeat;
}
.iot-solution .col-lg-3:nth-child(7) > .iot-solution-info {
  background: url(https://www.zong.com.pk/uploads/upload_853f3e7482f5beee12e988d3da533a4e.pngg)
    no-repeat;
}
.iot-solution .col-lg-3:nth-child(8) > .iot-solution-info {
  background: url(https://www.zong.com.pk/uploads/upload_a7cd47886f70816ad88786f3a2500c5c.jpg)
    no-repeat;
}
.iot-solution .col-lg-3:nth-child(9) > .iot-solution-info {
  background: url(https://www.zong.com.pk/uploads/upload_5831aa310f16ce3b9e7edf3908892ab0.jpg)
    no-repeat;
}
.manage-solutions-sec figure img {
  border-radius: 15px;
}
.manage-solutions-sec figure {
  position: relative;
}
.iot-solution-info:hover svg.icon {
  fill: #8cc63e;
}
.manage-solutions-sec figure:before {
  content: "";
  position: absolute;
  width: 550px;
  height: 620px;
  background-color: #e40076;
  z-index: -1;
  left: -24px;
  border-radius: 10px;
  bottom: -25px;
}
span.circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 21px solid #8cc63e;
  border-radius: 100%;
  top: -60px;
  right: -61px;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
span.circle:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 22px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -22px;
  border-radius: 2px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.manage-solutions-sec article h2 {
  font-size: 42px;
}
.manage-solutions-sec span.element {
  position: absolute;
  right: 28px;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.iot-solution .iot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.iot-solution .container {
  position: relative;
  z-index: 999;
}
.iot-overlay .row {
  position: relative;
  z-index: 2;
}
.download-sec {
  padding: 7rem 0;
  background: url(../images/downloads.jpg) no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.download-sec .download-overlay {
  background-color: #00000057;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.download-sec .container {
  position: relative;
  z-index: 2;
}
.download-sec .heading h2 {
  font-size: 42px;
  color: #fff;
}
.download-sec .heading h2:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #8cc63e;
}
.download-sec a.bmz.primary:hover {
  color: #e40076;
  border: 1px solid #e40076;
  background-color: #fff;
}
.download-sec a.bmz {
  margin-top: 40px;
}
section.one {
  position: relative;
}
section.one:after {
  content: "";
  display: block;
  clear: both;
}
.left {
  width: calc(50% - 0px);
  float: right;
  margin-right: 0;
}
.left .sticky-item {
  margin-top: 50px;
}
.right {
  width: calc(50% - 0px);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-child {
  display: flex;
  width: 50%;
  padding: 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  transition: 0.5s all ease-in-out;
  align-items: center;
}
.right-child h2 {
  font-size: 38px;
}
.right-child.posFix {
  position: relative;
  top: 0;
  transition: 0.5s all ease-in-out;
  margin-top: 0;
}
.right-child.posAbs {
  position: relative;
  bottom: 25px;
  transition: 0.5s all ease-in-out;
}
.bottom {
  width: 100%;
  height: 900px;
  background: #8698b9;
}
.communication-sec {
  padding: 4rem 0;
  position: relative;
}
.commnunication-info img {
  width: 100%;
  height: 100%;
}
.commnunication-img {
  position: absolute;
  overflow: hidden;
  width: 90%;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
}
.commnunication-sec .heading h2 {
  font-size: 42px;
  text-align: left;
}
.commnunication-sec .heading p {
  color: #000;
}
.heading h2 {
  font-size: 42px;
  position: relative;
}
.conntecting-sec .heading h2 {
  font-size: 42px;
  line-height: 50px;
}
.heading p {
  font-size: 23px;
  margin-top: 25px;
  text-align: center;
}
.heading h2:before {
  content: "";
  background-color: #e40076;
  position: absolute;
  width: 20%;
  height: 4px;
  bottom: -10px;
}
.commnunication-sec {
  padding: 3rem 0 6rem;
  position: relative;
  display: none;
}
.commnunication-detail {
  width: 60%;
  position: absolute;
  padding: 25px;
  background-color: #f2f2f2;
  right: 0 !important;
  bottom: 0;
  z-index: 9;
}
.commnunication-info {
  position: relative;
  margin-top: 0;
  width: 100%;
  min-height: 360px;
}
.sticky-cloumn {
  position: sticky;
  top: 0;
}
.commnunication-detail h3 {
  font-size: 24px;
  color: #333;
}
.commnunication-detail p {
  font-size: 20px;
  font-weight: 500;
}
.iot-solution {
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.iot-solution-info .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.iot-solution-info article {
  position: relative;
  z-index: 2;
}
.iot-solution-info:hover .bg-overlay {
  opacity: 0;
}
.simbox-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background-position: 100%;
  z-index: -1;
}
.iot-solutions-sec p {
  font-size: 18px;
}
.hide-title .simbox-bg {
  opacity: 1;
}
.icon {
  width: 160px;
  height: 160px;
  fill: #8cc63e;
}
.iot-solution-info h2 {
  color: #e40076;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 20px;
}
.iot-solution-info {
  border: 2px solid #8cc63e;
  border-radius: 10px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 999;
  background: url(../images/hoverbanner01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  transition: all 0.5s ease;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: #000 0 0 4px;
  padding: 0 5px;
  height: 222px;
}
.iot-solution-info .icon {
  fill: #fff;
}
.iot-solution-info p {
  font-size: 13px;
  font-weight: 600;
  color: #706f6f;
}
.iot-solution-info h2 {
  color: #fff;
}
.iot-solution .heading h2 {
  color: #fff;
}
.iot-solution-info:hover {
  border-radius: 0;
  border: 2px solid transparent;
  background: #fff !important;
}
.iot-solution-info:hover h2 {
  color: #e40076;
}
.iot-solution .col-lg-3 {
  padding: 0 5px;
  width: 16%;
}
.client-sec {
  background-color: #f5f5f5;
  padding: 6rem 0;
  margin-bottom: 100px;
}
.client-sec .heading {
  text-align: center;
}
.client-item img {
  width: inherit !important;
  margin: 0 auto;
}
.client-item {
  margin: 70px 0 20px;
  filter: grayscale(100%);
  text-align: center;
  padding: 15px;
  overflow: hidden;
}
.client-sec .heading h2:before {
  width: 8%;
}
.client-sec .heading h2 {
  text-transform: uppercase;
}
.owl-item.active.center .client-item {
  box-shadow: #000 0 0 4px;
  filter: inherit;
  background-color: #fff;
}
.contact-sec input.form-control:nth-child(2) {
  margin: 0 10px;
}
.contact-sec::before {
  display: none;
}
.contact-main button.themeBtn {
  margin: 17px 0 0 !important;
}
.contact-sec input.form-control {
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 3px;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0.375rem 0.75rem;
}
.contact-sec select.form-control {
  background-color: #efefef;
  border: 1px solid #efefef;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 20px;
  color: #333;
  padding: 0.375rem 0.75rem;
}
.contact-sec select.form-select {
  background-color: #efefef;
  border: 1px solid #efefef;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 20px;
  color: #333;
  padding: 0.375rem 0.75rem;
}
.contact-sec textarea {
  background-color: #efefef;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 17px 15px;
  font-size: 22px;
}
.contact-sec button.themeBtn {
  padding: 12px 50px;
  margin: 25px auto 0;
  display: table;
  background-color: #e40076;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  border: 1px solid #e40076;
}
.contact-sec {
  padding: 5rem 0;
  position: relative;
}
.contact-sec:before {
  content: "";
  background: url(../images/cleaner.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 405px;
  height: 570px;
  left: 0;
  bottom: 70px;
  z-index: 1;
}
.contact-sec button.themeBtn:hover {
  border: 1px solid #e40076;
  color: #e40076;
  background-color: #fff;
}
.contact-sec form {
  margin-top: 2rem;
}
.contact-sec form .d-flex .col {
  padding: 0 5px;
}
.span_pseudo,
.chiller_cb span:before,
.chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0 0;
}
.chiller_cb {
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #8cc63e;
  border-color: #8cc63e;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  color: #8d8d8d;
  font-size: 20px;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
label.label {
  margin-left: 17px;
}
.contact-sec label.label {
  margin: 0;
  font-size: 20px;
  color: #e40076;
}
.check-wrapper {
  display: flex;
}
.check-wrapper:first-child > .chiller_cb {
  margin-right: 39px;
}
.customer-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  background-color: #000;
  padding: 20px;
}
.customer-info {
  position: relative;
  border-radius: 10px !important;
  overflow: hidden;
  transition: 1.5s all ease-in-out;
}
.customer-info img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}
.customer-overlay h4 {
  text-align: left;
  color: #fff;
  font-size: 25px;
}
.customer-overlay p {
  color: #fff;
  font-size: 22px;
}
.customer-sec {
  padding: 6rem 0;
}
.customer-box .customer-overlay h4 {
  font-size: 21px;
  line-height: 32px;
}
.customer-box .customer-overlay p {
  font-size: 16px;
  margin-bottom: 0;
}
.customer-sec .mt-5 {
  margin-top: 1rem !important;
}
.customer-info:hover img {
  transform: scale(1.1);
  transition: 0.5s all ease-in-out;
}
.main-video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  z-index: 999;
  
}
.main-video-sec {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.main-video-overlay h2 {
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
  text-align: left;
  text-transform: uppercase;
}
.main-video-overlay img {
  width: 20%;
}
.main-video-overlay img.funtag {
  position: relative;
  top: -90px;
}
.main-video-sec img.banner {
  width: 100%;
}
.video-wrapper video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.video-wrapper {
  height: 950px;
  width: 100%;
  object-fit: cover;
}
.main-video-overlay article {
  text-align: left;
}
.main-video-overlay article p {
  color: #fff;
  font-size: 32px;
}
.main-video-overlay article a.btn_fill {
  background-color: #fff;
  color: #e40076;
}
header.transparent_header .lg_menu nav > ul > li > a {
  color: #fff;
}
header.transparent_header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.inner_container .bs_section_title {
  margin-bottom: 45px;
}
.bs_category .inner_new_single h1 {
  text-transform: uppercase;
}
.bs_category_holder {
  display: flex;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bs_category_holder {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .bs_category_holder {
    flex-wrap: wrap;
  }
}
.bs_category_holder .bs_category_single:first-child {
  border-radius: 20px 0 0 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bs_category_holder .bs_category_single:first-child {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 575.98px) {
  .bs_category_holder .bs_category_single:first-child {
    border-radius: 20px 20px 0 0;
  }
}
.bs_category_holder .bs_category_single:last-child {
  border-radius: 0 20px 20px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bs_category_holder .bs_category_single:last-child {
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .bs_category_holder .bs_category_single:last-child {
    border-radius: 0 0 20px 20px;
  }
  .equipment-sec .col-lg-3:nth-child(6) {
    border-bottom: inherit;
  }
  .equipment-sec .col-lg-3 {
    border-right: 2px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .equipment-sec .col-lg-3:nth-child(8) {
    border-bottom: 1px solid #ccc;
  }
  .logo {
    position: relative;
    top: 0;
  }
}
.bs_category_single {
  transition: all 0.45s;
  height: 450px;
  overflow: hidden;
  width: 25%;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bs_category_single {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .bs_category_single {
    margin-bottom: 10px;
    width: 100%;
  }
}
.bs_category_single > a {
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 6;
}
.bs_category_single_media_overlay {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  height: 50%;
}
.bs_category_single_content {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-transform: translateY(62%);
  -o-transform: translateY(62%);
  -moz-transform: translateY(62%);
  -ms-transform: translateY(62%);
  transform: translateY(62%);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bs_category_single_content {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .bs_category_single_content {
    transform: none;
  }
}
.bs_category_single_content h4 {
  color: #fff;
  font-size: 15px;
  min-height: 60px;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bs_category_single_content h4 {
    font-size: 24px;
    min-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .bs_category_single_content h4 {
    font-size: 24px;
    min-height: 30px;
  }
}
.bs_category_single_content_wrapper {
  height: 90px;
  opacity: 0;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  transition-delay: 0.3s;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bs_category_single_content_wrapper {
    height: auto;
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .bs_category_single_content_wrapper {
    height: auto;
    opacity: 1;
  }
}
.bs_category_single:focus,
.bs_category_single:hover {
  width: 45%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bs_category_single:focus,
  .bs_category_single:hover {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .bs_category_single:focus,
  .bs_category_single:hover {
    width: 100%;
  }
}
.bs_category_single:focus .bs_category_single_content h4,
.bs_category_single:hover .bs_category_single_content h4 {
  min-height: 30px;
}
.bs_category_single:focus .bs_category_single_media_overlay,
.bs_category_single:hover .bs_category_single_media_overlay {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #e40076 100%);
}
.bs_category_single:focus .bs_category_single_content,
.bs_category_single:hover .bs_category_single_content {
  transform: none;
}
.bs_category_single:focus .bs_category_single_content_wrapper,
.bs_category_single:hover .bs_category_single_content_wrapper {
  opacity: 1;
}
.business_new {
  color: #696969;
  padding: 80px 0;
}
.equipment-sec {
  background-color: #efefef;
  padding: 7rem 0;
  overflow: hidden;
}
.equipment-sec .heading {
  text-align: center;
  margin-bottom: 5rem;
}
.heading h5 {
  font-size: 2.3rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
.heading h5 span {
  color: #e6c416;
  letter-spacing: 2px;
}
.equipment-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  flex-direction: column-reverse;
}
.equipment-info a {
  text-decoration: none;
}
.equipment-info h5 {
  font-weight: 600;
  color: #e40076;
  font-size: 1.1rem;
  position: relative;
  top: -10px;
}
.equipment-info span img {
  width: 60%;
}
.equipment-info span {
  margin-left: 14px;
}
.equipment-sec .col-lg-3 {
  border-right: 2px solid #ccc;
  min-height: 195px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-bottom: 2px solid #ccc;
  position: relative;
  transition: all 0.5s ease;
}
.equipment-sec .col-lg-3:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 65px;
  background-color: #e40076;
  right: -2px;
  bottom: -30px;
  z-index: 9;
}
.equipment-sec .col-lg-3:nth-child(4):after {
  display: none;
}
.equipment-sec .col-lg-3:nth-child(5):after {
  display: none;
}
.equipment-sec .col-lg-3:nth-child(6):after {
  display: none;
}
.equipment-sec .col-lg-3:nth-child(7):after {
  display: none;
}
.equipment-sec .col-lg-3:nth-child(8):after {
  display: none;
}
.equipment-sec .row {
  align-items: center;
  justify-content: center;
}
.equipment-sec .col-lg-3:nth-child(4) {
  border-right: none;
}
.equipment-sec .col-lg-3:nth-child(8) {
  border-right: none;
}
.equipment-sec .col-lg-3:nth-child(5) {
  border-bottom: none;
}
.equipment-sec .col-lg-3:nth-child(6) {
  border-bottom: none;
}
.equipment-sec .col-lg-3:nth-child(7) {
  border-bottom: none;
}
.equipment-sec .col-lg-3:nth-child(8) {
  border-bottom: none;
}
.equipment-sec .col-lg-3:hover {
  transition: all 0.5s ease;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 999;
  background-color: #fff;
  border: 2px solid #e40076;
}
.equipment-sec .col-lg-3:hover:after {
  display: none;
}
.icon-holder {
  height: 140px;
  margin-bottom: 10px;
  width: 100%;
}
.icon-holder svg {
  fill: #8cc63e;
  width: 35%;
  margin: 0 auto;
  display: table;
}
.equipment-sec a.btn.bmz.primary:hover {
  border: 1px solid #e40076;
  background-color: transparent;
  color: #e40076;
}
.zong-business-main {
  padding: 3rem 0 0;
  overflow: hidden;
}
.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  background: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
  text-align: left;
}
figure.effect-lily figcaption > div {
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 15px 20px;
  width: 90%;
  right: 0;
  margin: 0 auto 25px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
figure.effect-lily a.view-btn {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  text-decoration: none;
  font-weight: 600;
}
figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  font-size: 24px;
  color: #fff;
}
figure.effect-lily p {
  color: #fff;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  font-size: 16px;
  opacity: 0;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
figure.effect-lily a.view-btn {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  padding: 5px 20px;
  font-size: 17px;
}
figure.effect-lily:hover a.view-btn {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover p,
figure.effect-lily:hover a.view-btn {
  opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p,
figure.effect-lily:hover a.view-btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.zong-business-main .col-lg-6 {
  width: 33.333333%;
}
.bussiness-detail .d-flex {
  align-content: center;
  justify-content: space-between;
}
.bannner-main {
  position: relative;
}
.bannner-main .banner-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8575805322128851) 0%,
    rgba(0, 0, 0, 0.020045518207282953) 100%
  );
}
.bannner-main .banner-overlay.bg_transparent {
  background-color: transparent;
}
.bannner-main img {
  width: 100%;
}
.bannner-main h1,
.bannner-main h2 {
  color: #ffff;
  font-size: 3rem;
  text-shadow: 2px 2px 4px #333;
}
.bannner-main img.bannner-border {
  display: none;
  position: absolute;
  bottom: -5px;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
}
.bannner-main .banner-overlay p {
  color: #fff;
  font-size: 21px;
  text-shadow: 2px 2px 4px #333;
}
.iot-business-main {
  padding: 3rem 0;
}
.iot-business-info a.btn_fill {
  text-decoration: none;
  padding: 8px 20px;
  margin-top: 10px;
  display: inline-block;
  position: absolute;
  bottom: 28px;
}
.iot-business-info article {
  padding: 9px;
  height: 220px;
  position: relative;
}
.iot-business-info {
  overflow: hidden;
  margin-top: 31px;
}
.iot-business-info a.btn_fill:hover {
  border: 1px solid var(--primary_color);
  color: #e40076;
  background-color: #fff;
}
.iot-business-info figure svg {
  width: 100%;
  height: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: 999;
}
.iot-business-info figure {
  position: relative;
}
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(142, 198, 63, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -83%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.iot-business-info:hover figure.shine::before,
.iot-business-info:hover figure.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.iot-business-info:hover figure.shine img {
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.iot-business-info figure.shine img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  border-radius: 30px 0 30px 0 !important;
}
figure.effect-lily h2 br {
  display: none;
}
.iot-business-info h3 {
  font-size: 20px;
}
.bussiness-detail {
  padding: 1rem 0 5rem;
}
.bussiness-detail figure {
  border-radius: 5px;
  position: relative;
}
.bussiness-detail article p {
  font-size: 18px;
  margin: 30px 0 26px;
}
.bussiness-detail article h3 {
  font-size: 25px;
  margin-bottom: 0;
  position: relative;
}
.bussiness-detail article h4 {
  font-size: 19px;
  margin-bottom: 10px;
}
.bussiness-detail article ul li {
  font-size: 16px;
}
.bussiness-detail article ul {
  padding: 12px 25px 0 15px;
}
.bussiness-detail figure:before {
  content: "";
  position: absolute;
  width: 505px;
  height: 460px;
  background-color: #e40076;
  z-index: -1;
  left: -5px;
  border-radius: 10px;
  bottom: 28px;
}
.bussiness-detail figure img {
  border-radius: 10px;
  width: 95%;
  margin-left: 10px;
}
.contact-spc {
  padding-bottom: 8rem;
}
.iot-bunsi-product {
  background-color: #f5f5f5;
}
.bussiness-detail .d-flex {
  align-items: start;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 25px;
}
.UD-langauage .lg_menu nav > ul > li:not(:last-child) {
  margin-left: 18px !important;
  margin-right: 0 !important;
  margin-top: 0;
}
.UD-langauage header .row {
  flex-direction: row-reverse;
  align-content: center;
  justify-content: center;
}
.UD-langauage .logo .cm_logo {
  width: 75%;
  object-fit: contain;
}
.UD-langauage .menu_container ul {
  display: flex;
  align-content: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.UD-langauage header .logo img {
  display: inline-block;
  position: relative;
  width: 100%;
}
.UD-langauage header .logo {
  width: 15%;
  display: flex;
}
.UD-langauage .conntecting-sec .row {
  flex-direction: row-reverse;
  align-content: center;
  justify-content: start;
}
.UD-langauage .bs_category_single_content {
  text-align: right;
}
.UD-langauage .conntecting-sec .heading h2 {
  text-align: right;
}
.UD-langauage .conntecting-sec .heading h2:before {
  right: 0;
}
.UD-langauage .conntecting-sec .heading p {
  text-align: right;
}
.UD-langauage .conntecting-sec .heading {
  margin-right: 3rem;
  margin-top: 3rem;
}
.UD-langauage .box16 .box-content {
  text-align: right;
}
.UD-langauage .contact-sec input.form-control {
  text-align: right;
}
.UD-langauage .contact-sec .col {
  display: flex;
  justify-content: right;
}
.UD-langauage .contact-sec .d-flex {
  justify-content: end;
}
.UD-langauage .check-wrapper:first-child > .chiller_cb:nth-child(1) {
  margin-right: 0;
}
.UD-langauage .check-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.UD-langauage .contact-sec select.form-control {
  text-align: right;
}
.UD-langauage .contact-sec textarea {
  text-align: right;
}
.UD-langauage .connect-slider .owl-nav {
  position: absolute;
  width: 11%;
  top: 70%;
  right: -585px;
  left: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bannner-main {
    height: 420px;
  }
  .bannner-main img {
    height: 100%;
  }
  .bannner-main h1,
  .bannner-main h2 {
    font-size: 32px;
  }
  .bannner-main h3,
  .bannner-main .banner-overlay p {
    display: none;
  }
  .connect-slider .owl-nav {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .iot-solution .col-lg-3 {
    width: 50%;
  }
  .iot-solution-info h2 {
    font-size: 12px;
  }
  .zong-business-main .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .bannner-main {
    height: 420px;
  }
  .bannner-main img {
    height: 100%;
  }
  .bannner-main h3,
  .bannner-main .banner-overlay p {
    display: none;
  }
  .bannner-main h1,
  .bannner-main h2 {
    font-size: 32px;
  }
  .connect-slider .owl-nav {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .iot-solution .col-lg-3 {
    width: 50%;
  }
  .iot-solution-info h2 {
    font-size: 12px;
  }
  .zong-business-main .col-lg-6 {
    width: 100%;
  }
}
