body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background: #f6f9ff;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

section.our-service {
  /*    width: 1349px;
*/
  margin: 0 auto;
  display: block;
}

li {
  list-style-type: none;
}

section {
  width: 100%;
  /*    padding: 20px 0;
*/
  background-color: #f6f9ff;
}

.our-clients,
.case-studies,
.contact-us,
.footer-sec {
  background-color: white;
}

p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/*****Banner-part****/
/*#myDiv {
    display: none;
}*/
.header-content {
  width: 100%;
  padding-top: 40px;
}

.right-banner {
  width: 50%;
  /*    position: relative;
*/
}

.kit-logo {
  /*width: 100%;*/
  text-align: center;
  position: absolute;
  top: -140px;
  z-index: 10;
  left: 564px;
}

.right-banner h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  width: 100%;
}

.right-banner h2:after {
  content: " ";
  position: absolute;
  width: 69px;
  height: 69px;
  background: url(../images/cloud-network.gif) no-repeat;
  background-size: contain;
  top: -40px;
  right: -77px;
}

.right-banner h2 b {
  color: #ffc403;
  font-weight: 500;
}

.page-btn {
  width: 100%;
  padding-top: 0px;
  justify-content: start;
  align-items: center;
  gap: 15px;
}

.buss-widget .page-btn {
  margin: auto;
}

.explore-btn {
  background: #ffc403;
  border: none;
  z-index: 1000;
  color: #313131;
}

.explore-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: black;
  border-radius: 25px;
  box-shadow: inset 2px 2px 2px 0px #313131, 7px 7px 20px 0px #313131a1;
  transition: all 0.5s ease;
}

.explore-btn:hover {
  color: #fff;
}

.explore-btn:hover:after {
  left: 0;
  width: 150px;
}

.problem-heading h3 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}

.problem-heading p {
  margin-bottom: 0;
  width: 65%;
  margin: 0 auto;
}

.right-banner h2 span {
  color: #1b79e4;
  font-weight: 500;
  display: inline;
  padding-left: 3px;
}

.left-banner {
  width: 39%;
  position: relative;
  overflow: hidden;
  top: -40px;
}

.outer-layer {
  width: 100%;
  height: 300px;
  background: url(../images/right-part.webp) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 0px 2px 4px 6px;
}

.outer-layer .item {
  width: 100%;
  height: 300px;
  position: relative;
  top: 31px;
  left: -3px;
}

.banner-slider.owl-carousel .owl-item img {
  display: block;
  border-radius: 0 0 13px 13px;
}
.banner-slider.owl-carousel .owl-item .kariot-kit img{
	width: auto !important;
}
.banner-top-right{
}

.device-class {
  width: 1349px;
  margin: 0 auto;
  position:relative;
}

.device-range {
  width: 100%;
  align-items: flex-end;
  padding-top: 15px;
  width: 100%;
}

.kariot-kit {
  width: 100%;
  position: relative;
  min-height: 0px;
}

.kariot-kit img.kariot-kit {
  position: absolute;
  top: -115px;
  left: 48%;
  transform: translate(-50%);
  width: 200px;
  z-index: 1;
}

.kariot-kit img.wifi-signal {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -182px;
  left: 52%;
  transform: translate(-50%);
}

.device-indu {
  width: 30%;
  position: relative;
}

.device-indu::before,
.device-gover::before,
.device-com::before {
  content: "";
  position: absolute;
  width: 418px;
  height: 217px;
  background: url(../images/indu-before.webp) no-repeat;
  top: -39px;
  left: 210px;
  background-size: contain;
}

.device-gover::before {
  width: 4px;
  height: 134px;
  background: url(../images/gov-before.webp);
  top: -65px;
  left: 209px;
}

.device-com::before {
  background: url(../images/comm-before.webp);
  width: 418px;
  height: 192px;
  left: -305px;
  top: -32px;
}

.device-indu::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 23px;
  background: #00adef;
  left: 207px;
  bottom: 73px;
  border-radius: 18px;
  animation: line-move1 3s 8s infinite;
}

@keyframes line-move1 {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translate(0, -125px);
  }

  20% {
    transform: translate(0, -155px);
  }

  40% {
    transform: translate(0, -155px) rotate(15deg);
  }

  45% {
    transform: translate(0px, -160px) rotate(30deg);
  }

  50% {
    transform: translate(3px, -163px) rotate(33deg);
  }

  55% {
    transform: translate(5px, -167px) rotate(38deg);
  }

  60% {
    transform: translate(10px, -169px) rotate(45deg);
  }

  65% {
    transform: translate(20px, -175px) rotate(90deg);
  }

  100% {
    transform: translate(400px, -178px) rotate(90deg);
    animation-delay: 15s;
  }
}

.device-gover::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 23px;
  background: #00adef;
  left: 206px;
  bottom: 73px;
  border-radius: 18px;
  animation-delay: 3s !important;
  animation: line-move2 5s 30s infinite;
}

@keyframes line-move2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-125px);
  }
}

.device-com::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 23px;
  background: #00adef;
  left: 105px;
  bottom: 73px;
  border-radius: 18px;
  animation-delay: 10s !important;
  animation: line-move3 5s 50s infinite;
}

@keyframes line-move3 {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translate(0, -125px);
  }

  20% {
    transform: translate(0, -155px);
  }

  40% {
    transform: translate(0, -155px) rotate(-15deg);
  }

  45% {
    transform: translate(0px, -160px) rotate(-30deg);
  }

  50% {
    transform: translate(-3px, -163px) rotate(-33deg);
  }

  55% {
    transform: translate(-5px, -167px) rotate(-38deg);
  }

  60% {
    transform: translate(-10px, -169px) rotate(-45deg);
  }

  65% {
    transform: translate(-20px, -175px) rotate(-90deg);
  }

  100% {
    transform: translate(-350px, -175px) rotate(-90deg);
    animation-delay: 5s;
  }
}

.image-ind {
  width: 420px;
}

.image-ind img {
  width: 100%;
}

.text-ind,
.text-gov,
.text-com {
  width: auto;
  background: #ffc403;
  border-radius: 25px;
  padding: 5px 13px;
  position: relative;
  top: 21px;
  left: 70px;
}

.text-gov {
  left: -85px;
  top: -5px;
}

.text-com {
  left: -160px;
  top: 0px;
}

.text-ind p,
.text-gov p,
.text-com p {
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.device-gover {
  width: 35%;
  justify-content: flex-end;
  position: relative;
  left: 15px;
}

.image-gov {
  width: 380px;
}

.image-gov img {
  width: 100%;
}

.device-com {
  width: 30%;
  justify-content: flex-end;
  position: relative;
}

.image-com {
  width: 350px;
}

.image-com img {
  width: 100%;
}

.span-text {
  width: 100%;
  position: absolute;
}

.data-value {
  width: 110px;
  height: 24px;
  border: 1px solid #1b79e4;
  color: #1b79e4;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 10px;
  top: 104px;
  left: 17px;
  font-weight: 500;
  background: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
}

p .data-value {
  left: 278px;
  top: 108px;
  height: 34px;
  width: 90px;
}

.ph-value .data-value {
  left: 85px;
  top: 173px;
  width: 105px;
}

span.data-value.flex-class.wavement-class {
  top: 172px;
  left: 330px;
  width: 100px;
}

.device-gover .data-value,
.level-value span.data-value.flex-class {
  width: 68px;
  left: 45px;
  top: 100px;
  height: 34px;
}

.device-gover .data-value,
.usage-value span.data-value.flex-class {
  width: 79px;
  left: 265px;
  top: 50px;
  height: 30px;
}

.device-gover .alert-value .data-value {
  left: 122px;
  top: 36px;
  width: 83px;
}

.device-gover .motor-value .data-value {
  left: 405px;
  top: 96px;
  width: 65px;
  height: 37px;
}

.device-com .data-value {
  width: 105px;
  left: 283px;
  top: 50px;
}

.device-com .pay-value .data-value {
  left: 70px;
  top: 78px;
  width: 65px;
  height: 34px;
}

.device-com .tanker-value .data-value {
  left: 18px;
  top: 190px;
  width: 94px;
  height: 34px;
}

/* banner-text-animation */

.ml4 {
  margin: 0;
  display: inline-block;
}

.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 120px;
  top: 47px;
  right: 0;
  opacity: 0;
  width: 100%;
  transform-origin: 0 0;
}

.ml4 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.ml4 .text-wrapper1 {
  position: relative;
  overflow: hidden;
}

.ml4 .text-wrapper2 {
  position: absolute;
  left: 218px;
  display: none;
}

p.owl-p {
  position: absolute;
  right: 5px;
  top: -26px;
  font-size: 15px;
  font-weight: 600;
  z-index: 99999;
  margin: 0;
  display: block;
  width: auto;
}

/***********  problem-section ***********/

.problem-heading {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
}

.problem-heading h3 {
  font-size: 40px;
  font-size: 600;
  line-height: 44px;
}

.problem-tab {
  width: 100%;
  background: #f6f9ff;
  border-radius: 35px;
  padding: 20px;
  z-index: 9;
  position: relative;
  height: auto;
}

.problemtab-heading {
  width: 43%;
}

.problemtab-content {
  width: 57%;
}

.pro-head {
  color: black !important;
  font-size: 18px !important;
  line-height: 24px;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

div#v-pills-tab a p {
  color: black;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.tab-image {
  width: 670px;
  height: 450px;
}

.tab-image img {
  width: 100%;
}

/************ contact-us part ***********/

.contact-sec {
  width: 100%;
  align-items: flex-start;
}

.contact-left {
  width: 420px;
  height: 500px;
  position: relative;
}

.contact-left video {
  position: absolute;
  top: -80px;
  width: 560px;
  left: -110px;
}

.contact-left:after {
  content: "";
  position: absolute;
  background: url(../images/contact-us-img.webp) no-repeat;
  bottom: 100px;
  right: 15px;
  width: 250px;
  height: 195px;
  background-size: contain;
}

/*******/
.water-crisis {
  width: 420px;
  height: 100px;
  position: absolute;
  bottom: -105px;
  left: 55%;
  transform: translate(-50%, 50%);
  border-radius: 50px;
  border: 1px solid #1b79e4;
  padding: 8px;
}

.water-crisis span {
  width: 55%;
  height: 10px;
  background: #fff;
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
}

.water-crisis p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #1b79e4;
  font-weight: 600;
  margin: 0;
  line-height: 27px;
}

.water-crisis p::before,
.water-crisis p::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc403;
  top: -5px;
}

.water-crisis p::before {
  left: 22%;
}

.water-crisis p::after {
  right: 22%;
}

/******/
.contact-right {
  width: 60%;
}

.right-head {
  width: 100%;
  align-items: center;
}

.head-right {
  width: 57%;
}

.head-left {
  width: 40%;
  border-right: 1px solid #00000070;
}

.head-left h4 {
  font-size: 85px;
  font-weight: 700;
}

.head-left h4 span {
  color: #ffc403;
}

/***********form-part***********/

.form-part {
  width: 90%;
  padding: 20px;
}

.form-part .form-group {
  width: 47%;
  height: 90px;
  margin-bottom: 10px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #adadad;
  outline: none;
  font-size: 14px;
  border-radius: 10px;
  background: unset;
}

.form-group textarea {
  width: 100%;
  border: none;
  border: 1px solid #adadad;
  outline: none;
  font-size: 14px;
  border-radius: 10px;
  background: unset;
  padding: 10px;
  height: 100px;
}

.form-part label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}

.form-part label span {
  color: red;
  font-size: 18px;
  position: absolute;
  right: -11px;
  top: -5px;
}

.form-control:focus {
  border-color: #adadad;
  outline: 0;
  box-shadow: none;
  background: unset;
}

.radio-data {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
}

.popupform-radio {
  width: 100%;
  justify-content: flex-start;
  gap: 40px;
}

.check-opt input {
  width: auto;
}

.check-opt input[type="radio"] {
  appearance: none;
  width: 14px !important;
  height: 14px;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  background-clip: content-box;
  padding: 2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.check-opt input[type="radio"]:checked {
  background-color: #1b79e4;
  border: 2px solid #1b79e4;
}

.check-opt input[type="radio"]:checked + label {
  color: #1b79e4;
  font-weight: 700 !important;
}

.form-submit {
  width: 100%;
  margin-bottom: 10px;
}

.send-btn {
  width: 100%;
  padding: 19px;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.send-btn:hover {
  background: #f2b327;
  color: #000;
}

.captcha-btn,
.submit-btn {
  width: 48%;
}

#g-recaptcha {
  transform: scale(0.65);
  -webkit-transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.form-textarea {
  width: 100%;
}

.form-textarea .form-group {
  width: 100%;
  margin-bottom: 70px;
  height: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  right: 3px !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 23px !important;
}

.intl-tel-input .flag-container {
  padding: 5px !important;
}

.intl-tel-input .selected-flag {
  padding: 0 0 0 5px !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: unset !important;
}

/*---------------------------- */

.container {
  max-width: 1270px;
}

.solution-layout {
  display: flex;
  margin-top: 0;
  padding-top: 190px;
  justify-content: space-between;
}

.solution-sec {
  background: #0a2148f0;
  padding-top: 0;
  position: relative;
  margin-top: -138px;
}

.solution-layout .col-sm-12 {
  display: flex;
}

.solution-parts h4 {
  font-size: 36px;
  color: #fff;
  line-height: 59px;
  font-weight: 600;
}

.solution-parts h4 span.case-span {
  color: white !important;
  padding-left: 0;
  margin-right: 10px;
}

.solution-parts p {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  line-height: 28px;
  margin-bottom: 48px;
}

.solution-parts {
  width: 100%;
  padding-top: 40px;
}

.solution-parts ul {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: 21px;
  align-items: center;
  position: absolute;
}

.solution-parts ul li {
  list-style: none;
  width: 130px;
}

.solution-parts ul li .li-span-p {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.solution-parts ul li p {
  font-size: 12px;
  margin: 0;
  line-height: normal;
}

.solution-right {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
  padding: 0 0 30px 0;
}

.solution-right:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url(../images/h-line.webp);
  top: 43%;
  z-index: 999;
  background-repeat: no-repeat;
  left: 56px;
}

.solution-right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url(../images/h-line.webp);
  top: 16%;
  z-index: 999;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.four-parts {
  width: 46%;
  margin-bottom: 15px;
  padding-right: 0px;
}

.four-parts .solution-text {
  color: #fff;
  padding-top: 18px;
  font-size: 20px;
  font-weight: 600;
}

.four-parts p {
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  line-height: 28px;
}

.solution-parts ul span {
  width: 50px;
  height: 50px;
  background: #192d4f;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 9px;
  display: inline-block;
  text-align: center;
}

.solution-parts h4 span {
  color: #ffc403;
  position: relative;
  padding-left: 20px;
}

@keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }

  to {
    stroke-dasharray: 1500 1500;
  }
}

.solution-parts h4 span path {
  animation: draw 3s infinite;
  stroke: #ffc403;
  stroke-width: 8px;
  stroke-dasharray: 0 1500;
}

.solution-parts h4 span svg {
  position: absolute;
  top: 0;
  left: -6px;
  width: 226px;
  height: 55px;
  pointer-events: none;
}

.solution-sec video {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: fill;
}

.solution-sec .container {
  position: relative;
  z-index: 1;
}

.solution-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0a2148b5;
  z-index: 1;
  left: 0;
  top: 0;
}

.for-left {
  width: 35%;
  position: relative;
}

.for-right {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 36px;
}

.kariotfor .container {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 53px;
  position: relative;
}

.for-left img {
  width: 100%;
}

.for-left-cnt {
  width: 100%;
  position: absolute;
  padding: 0 58px;
  top: 160px;
}

.for-left-cnt h5 {
  font-size: 56px;
  color: #1b79e4;
  font-weight: 700;
  margin: 0;
  line-height: 46px;
}

.for-left-cnt h6 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.stage {
  width: 64px;
  display: inline-block;
  padding: 0 15px;
}

.dot-flashing,
.dot-flashing::before,
.dot-flashing::after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #1b79e4;
}

.dot-flashing {
  position: relative;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
}

.dot-flashing::before {
  left: -20px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 19px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #1b79e4;
  }

  50%,
  100% {
    background-color: #e1efff;
  }
}

.for-left-cnt + p {
  width: 70%;
  color: #000;
  margin-top: 16px;
  font-size: 13px;
  line-height: 21px;
  position: absolute;
  bottom: 94px;
  left: 62px;
}

.for-left-box {
  background: #fdf3db;
  border-radius: 20px;
  padding: 20px 34px 5px 34px;
  width: 50%;
  text-align: center;
}

.for-left-box .text-count {
  font-size: 30px;
  text-align: center;
  color: #1b79e4;
  font-weight: 700;
  margin: 0;
}

.for-left-box .flowmeter {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0;
}

.for-left-box ul {
  padding: 0;
  display: flex;
  position: relative;
  left: 0;
}

.for-left-box ul li {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 15px;
  align-items: flex-start;
  font-weight: 700;
  font-size: 13px;
  padding: 0 0px;
}

.for-left-box ul li span {
  font-size: 20px;
  color: #1b79e4;
  width: 100%;
  font-weight: 700;
  line-height: 18px;
  min-height: 20px;
}

.for-left-box ul li:nth-child(2) {
  margin: 0 12px;
}

.for-right-box {
  background: #fff0e5;
  border-radius: 20px;
  padding: 20px 34px;
  width: 48%;
  text-align: center;
}

.for-right-box img {
  width: 270px;
}

.for-right-box .text-count {
  font-size: 30px;
  text-align: center;
  color: #ff730c;
  font-weight: 700;
  margin: 0;
}

.for-right-box .flowmeter {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0;
}

.for-right-box ul {
  padding: 0;
  display: flex;
  position: relative;
  left: 0;
  width: 100%;
}

.for-right-box ul li {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 15px;
  align-items: flex-start;
  font-weight: 700;
  font-size: 13px;
  padding: 0 10px;
  justify-content: center;
}

.for-right-box ul li span {
  font-size: 20px;
  color: #ff730c;
  width: 100%;
  font-weight: 700;
  line-height: 18px;
  min-height: 20px;
}

.kariotfor {
  padding: 0;
  background: #f6f9ff;
}

.for-bottom-box {
  width: 100%;
  display: FLEX;
  flex-wrap: wrap;
  justify-content: space-between;
}

.two-boxes {
  border-radius: 20px;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.common-box {
  border-radius: 20px;
  background: #e3e3e3;
  width: 48%;
  padding: 20px 10px;
}

.common-box .text-count {
  font-size: 27px;
  font-weight: 700;
  color: #1b79e4;
  margin: 0;
  font-style: unset;
}

.common-box .iot-gateway {
  font-weight: 600;
  color: #000;
  margin: 5px 0 10px 0;
  font-style: unset;
  font-size: 16px;
}

.common-box p {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  text-shadow: 0px 0px 0px;
}

.litters-water.common-box {
  text-align: center;
  background: #d4ffe3;
}

.clients.common-box {
  background: #d4f5ff;
}

.kariotfor .container:before {
  width: 164px;
  content: "";
  position: absolute;
  height: 755px;
  background: url(../images/icons/kariot-for-bg.webp) no-repeat;
  top: -2px;
  left: 195px;
  background-size: contain;
}

.our-service-head {
  text-align: center;
  position: relative;
  width: 50%;
  margin-bottom: 30px;
  margin: 0 auto;
}

.our-service-head h5 {
  font-size: 55px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.our-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our-service-head p {
  font-size: 16px;
  color: #000;
  width: 645px;
  margin: 0 auto;
}

.residental-sec .container {
  display: flex;
  flex-wrap: wrap;
}

.residental-right img {
  width: 100%;
}

.residental-right span {
  margin-top: 9em;
  display: inline-block;
  position: relative;
}

.residental-sec:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #1a73d9;
  left: 0;
  top: 19px;
  border-radius: 0px 45px 45px 0px;
}

.residental-left {
  position: relative;
  padding: 60px 67px 60px 100px;
  color: #fff;
}

.residental-sec {
  position: relative;
}

.residental-left .left-p-text {
  font-size: 36px;
  line-height: 65px;
  font-weight: 600;
}

.residental-left p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.residen-part {
  display: flex;
  flex-wrap: wrap;
  /*    align-items: center;
*/
  margin: 25px 0;
  width: 100%;
}

.residen-part img {
  margin-right: 20px;
  width: 27px;
  height: 36px;
  object-fit: contain;
}

.residen-part span {
  line-height: normal;
  width: 85%;
}

.residen-part span .span-text-p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.government .residental-left {
  color: #000;
}

.explore-more a {
  color: #313131;
  font-size: 16px;
  background: #ffc403;
  padding: 10px 31px;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.residental-right span:before {
  content: "01";
  position: absolute;
  left: -127px;
  font-size: 168px;
  color: #000000;
  font-weight: 600;
  opacity: 0.1;
  top: 20px;
  z-index: 9;
}

/*-------------- bubble animation -----------*/

.bubble {
  position: absolute;
  top: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0.2 !important;
}

.small {
  width: 10px;
  height: 10px;
  left: 50%;
  animation: flow-s 2s linear infinite;
}

.small-l {
  width: 10px;
  height: 10px;
  left: 43%;
  animation: flow-s-l 0.9s linear infinite;
}

.s-medium {
  width: 20px;
  height: 20px;
  left: 43%;
  animation: flow-s 1.3s linear infinite;
}

.medium {
  width: 25px;
  height: 25px;
  left: 45%;
  animation: flow-m 0.8s linear infinite;
}

.large {
  width: 5px;
  height: 5px;
  left: 57%;
  animation: flow-l 0.7s linear infinite;
}

@keyframes flow-l {
  0% {
    top: 53%;
    left: 57%;
    opacity: 0;
  }

  25% {
    top: 49%;
    left: 57.5%;
    opacity: 1;
  }

  50% {
    left: 58%;
    opacity: 1;
  }

  75% {
    left: 57.5%;
    opacity: 1;
  }

  100% {
    top: 32%;
    left: 57%;
    opacity: 0;
  }
}

@keyframes flow-s {
  0% {
    top: 53%;
    left: 50%;
    opacity: 0;
  }

  25% {
    top: 49%;
    left: 51%;
    opacity: 1;
  }

  50% {
    top: 45%;
    left: 52%;
    opacity: 1;
  }

  75% {
    top: 41%;
    left: 51%;
    opacity: 1;
  }

  100% {
    top: 37%;
    left: 50%;
    opacity: 0;
  }
}

@keyframes flow-s-m {
  0% {
    top: 53%;
    left: 43%;
    opacity: 0;
  }

  25% {
    top: 49%;
    left: 42.5%;
    opacity: 1;
  }

  50% {
    top: 45%;
    left: 42%;
    opacity: 1;
  }

  75% {
    top: 41%;
    left: 42.5%;
    opacity: 1;
  }

  100% {
    top: 37%;
    left: 43%;
    opacity: 0;
  }
}

@keyframes flow-m {
  0% {
    top: 53%;
    left: 45%;
    opacity: 0;
  }

  25% {
    top: 48%;
    left: 44.5%;
    opacity: 1;
  }

  50% {
    top: 43%;
    left: 44%;
    opacity: 1;
  }

  75% {
    top: 38%;
    left: 44.5%;
    opacity: 1;
  }

  100% {
    top: 33%;
    left: 45%;
    opacity: 0;
  }
}

@keyframes flow-s-l {
  0% {
    top: 53%;
    left: 43%;
    opacity: 0;
  }

  25% {
    top: 48%;
    left: 43.5%;
    opacity: 1;
  }

  50% {
    top: 43%;
    left: 44%;
    opacity: 1;
  }

  75% {
    top: 38%;
    left: 43.5%;
    opacity: 1;
  }

  100% {
    top: 33%;
    left: 43%;
    opacity: 0;
  }
}

.bubble-spark {
  position: absolute;
  display: inline-block;
  width: 121px;
  height: 217px;
  left: 189px;
  top: 0;
}

/*-------------- End bubble animation -----------*/

.commercial .container {
  display: flex;
  flex-wrap: wrap;
}

.commercial .residental-left {
  color: #000;
}

.commercial .residental-right span:before {
  display: none;
}

.commercial .residental-left:before {
  content: "02";
  position: absolute;
  left: -121px;
  font-size: 165px;
  color: #000000;
  font-weight: 600;
  opacity: 0.1;
  top: -5px;
  z-index: 9;
}

.commercial .residental-left .left-p-text {
  font-weight: 700;
}

.residental-right span video {
  position: absolute;
  left: 5px;
  z-index: 2;
  top: 26px;
}

span.img-span {
  left: -50px;
}

.commercial-content {
  width: 100%;
  display: flex;
  padding: 35px 0;
}

/* .commercial .residental-right span:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 207px;
    background: url(../images/icons/comm-img-bg.webp)no-repeat;
    background-size: 100% 100%;
    left: 200px;
    bottom: -562px;
    z-index: 100;
} */
.commercial .residental-right span:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 166px;
  background: url(../images/icons/comm-img-bg.webp) no-repeat;
  background-size: 100% 100%;
  left: 200px;
  bottom: -548px;
  z-index: 100;
}

.industrial-sec .container {
  display: flex;
  flex-wrap: wrap;
}

.industrial-sec {
  background: #1b79e4;
}

.industrial-sec h3 {
  font-weight: 600;
}

.industrial-sec .residental-right span:before {
  content: "03";
  top: -200px;
  left: -40px;
  z-index: 9;
}

.government .container {
  display: flex;
  flex-wrap: wrap;
}

.gov-img {
  margin-top: 6em !important;
}

.government .residental-left {
  color: #000;
}

.government .residental-left h3 {
  font-weight: 700;
}

.government .residental-right span:before {
  display: none;
}

.government .residental-left:before {
  content: "04";
  position: absolute;
  left: -147px;
  font-size: 165px;
  color: #000000;
  font-weight: 600;
  opacity: 0.1;
  top: -20px;
  z-index: 3;
}

.government .residental-right {
  margin-top: 3em;
}

.government h6 {
  font-weight: 600;
}

.our-clients-head {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0 0 0;
}

.our-clients-head h6 {
  font-size: 55px;
  font-weight: 700;
  color: #000;
}

.our-clients-head p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.our-clients ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.our-clients ul li {
  border: 1px solid #1b79e445;
  border-top: 0;
  padding: 21px;
  border-right: 0;
  align-items: center;
  justify-content: center;
}

.our-clients ul li img {
  width: 162px;
  object-fit: contain;
}

/*
body {
    background: #fff;
}*/

/* .our-clients ul li:first-child,
.our-clients ul li:nth-child(7),
.our-clients ul li:nth-child(13),
.our-clients ul li:nth-child(19) {
    border-left: 0;
} */
.our-clients ul li:nth-child(6n + 1) {
  border-left: 0;
}

/* achivements section */
section.achive-sec {
  background: #fff;
}

.achivement-head {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  padding: 3em 0;
  width: 70%;
  /* height: 100vh; */
  margin: 0 auto;
}
.achivement-head div img {
  width: 160px;
}

.achivement-head h3 {
  font-size: 63px;
  color: #000;
  font-weight: 600 !important;
  display: flex;
  width: auto;
  margin: 0;
  line-height: 52px;
}
.achivement-head h3 span {
  font-size: 145px;
  line-height: 115px;
}

.inner-data {
  width: auto;
  display: flex;
  font-size: 63px;
  color: #000;
  font-weight: 600;
  margin: 0;
  line-height: 52px;
  flex-wrap: wrap;
}

.inner-data span {
  display: block;
  width: 100%;
  font-size: 63px !important;
  line-height: 52px !important;
}

.achive-sec ul {
  padding: 0 0 85px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}

.achive-sec ul li {
  border: 1px solid #1b79e445;
  border-top: 0;
  padding: 21px;
  border-right: 0;
  align-items: center;
  justify-content: center;
}

.achive-sec ul li:nth-child(5n + 1) {
  border-left: 0;
}

.achive-sec ul li img {
  object-fit: contain;
}

.case-studies-tab {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  align-items: flex-start;
}

.case-studies-tab .nav-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  border: none;
}

.studies-head h3 {
  font-size: 54px;
  font-weight: 600;
  color: #000;
}

.studies-head p {
  /* font-size: 16px; */
  color: #000;
}

.case-studies-tab .nav-tabs li {
  width: 100%;
  margin-bottom: 16px;
}

.case-studies-tab .nav-tabs li a {
  width: 225px;
  background: transparent;
  display: flex;
  height: 60px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border: 1px solid #9b9b9b;
  font-weight: 500;
  cursor: pointer;
}

.case-studies-tab .nav-tabs li a.active {
  background: #1b79e4;
  color: #fff;
  border-color: transparent;
}

.case-studies-tab .tab-content .tab-pane {
  background: black;
  padding: 30px 50px;
  border-radius: 10px;
  color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

span.case-span {
  /* font-family: 'VersatyloRounded-JR1ma'; */
  font-family: "Lexend", sans-serif;
  /* letter-spacing: 3PX; 
  padding-right: 5px;*/
}

/* p span.case-span, li span.case-span {
    letter-spacing: 1px;
} */
/*p span.case-span,
li span.case-span {
  opacity: 0.8;  margin-right: 5px;
}*/

span.case-span.span-bold {
  opacity: 1;
}

.tab-parts p span.case-span {
  color: #454444;
  font-weight: 400;
}

.case-studies-tab .tab-content .tab-pane .tablist-p {
  font-weight: 600;
  font-size: 30px;
}

.case-studies-tab .tab-pane p {
  font-size: 12px;
}

.case-studies-tab .tab-pane ul {
  padding: 0;
  font-size: 14px;
}

.case-studies-tab .tab-pane ul li {
  margin-bottom: 14px;
  padding-left: 20px;
  background: url(../images/icons/tick.webp);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

.case-studies-tab .tab-pane button {
  width: 167px;
  height: 48px;
  background: #ffc403;
  border-radius: 25px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  border-color: transparent;
}

.case-studies-tab .tab-content {
  padding-right: 61px;
  position: relative;
}

.tab-parts {
  text-align: left;
  margin-bottom: 50px;
}

.contentCircle .CirItem {
  line-height: normal !important;
}

.tab-images {
  margin-bottom: 18px;
}

/*------------- Case Studies --------------*/

.dp-wrap {
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  height: 100%;
}

.dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

.dp-slider div {
  transform-style: preserve-3d;
}

.dp_item {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
}

.dp-img img {
  border-left: 1px solid #fff;
}

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg) translateX(8%) scale(0.9);
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg) translateX(16%) scale(0.8);
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg) translateX(24%) scale(0.7);
}

#dp-next,
#dp-prev {
  position: absolute;
  top: 50%;
  right: 16%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}

#dp-prev {
  left: 15px;
  transform: rotate(180deg);
}

.dp_item {
  width: 90%;
  min-height: 510px;
}

.dp-img {
  text-align: left;
}

.dp_item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.dp-img img {
  object-fit: cover;
  object-position: right;
}

#dp-slider,
.dp-img img {
  height: 590px;
}

#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}

.site-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Circular Std Medium";
  background: #fa8282;
  padding: 14px 43px;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  top: -12px;
  text-decoration: none;
}

.site-btn:hover {
  text-decoration: none;
  color: #fff;
}

/*------------- End Case Studies --------------*/

/*******residential-img-edit*******/

.residential-img-text,
.commercial-img-text,
.indu-img-text,
.gov-img-text {
  width: 100%;
  position: absolute;
}

.residental-right {
  margin-top: 80px;
}

.lorry-text {
  width: 100px;
  height: 25px;
  border: 1px solid #1b79e4;
  color: #1b79e4;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 11px;
  top: 250px;
  left: 200px;
  font-weight: 500;
  background: white;
  text-align: center;
  z-index: 3;
  text-transform: uppercase;
}

.lorry-text:after {
  content: " ";
  position: absolute;
  background: url(../images/icons/line.webp) no-repeat;
  width: 6px;
  height: 85px;
  background-size: contain;
  left: 48px;
  top: 22px;
}

.residential-img-text p,
.commercial-img-text p,
.indu-img-text p,
.gov-img-text p {
  font-size: 10px;
  line-height: 11px;
  margin-bottom: 0;
  font-weight: 600;
}

.leakage-text.lorry-text {
  left: 316px;
  top: 160px;
  width: 75px;
}

.leakage-text.lorry-text:after {
  height: 105px;
  left: 33px;
  top: 22px;
}

.monitor-text.lorry-text {
  left: 395px;
  top: 90px;
  width: 70px;
}

.monitor-text.lorry-text:after {
  background: url(../images/icons/motor-line.webp) no-repeat;
  height: 200px;
  left: 30px;
  background-size: contain;
}

/*******commercial-img-edit*******/

.commercial-img-text .lorry-text {
  left: 75px;
  top: 315px;
}

.commercial-img-text .level-text.lorry-text {
  left: 590px;
  top: 185px;
}

.commercial-img-text .motor-text.lorry-text {
  left: 200px;
  top: 200px;
  width: 70px;
}

.commercial-img-text .motor-text.lorry-text:after {
  left: 32px;
  height: 110px;
  background-size: cover;
}

.commercial-img-text .lorry-text:after {
  height: 105px;
  left: 40px;
}

.commercial-img-text .leakage-text.lorry-text {
  width: 76px;
  left: 385px;
  top: 150px;
}

.commercial-img-text .leakage-text.lorry-text:after {
  left: 35px;
  height: 85px;
}

.indu-img-text .lorry-text:after {
  height: 78px;
  background: url(../images/icons/line-white.webp) no-repeat;
  background-size: contain;
  top: 24px;
}

/*******industrial-img-edit*******/
.indu-img-text .lorry-text {
  left: 87px;
  top: 271px;
  width: 115px;
  height: 28px;
}

.indu-img-text .leakage-text.lorry-text {
  width: 110px;
  left: 285px;
  top: 165px;
}

.indu-img-text .leakage-text.lorry-text:after {
  height: 106px;
  left: 40px;
  background: url(../images/icons/line-white.webp) no-repeat;
  background-size: contain;
  top: 23px;
}

.indu-img-text .level-text.lorry-text {
  left: 540px;
  top: 240px;
  width: 105px;
}

.indu-img-text .level-text.lorry-text:after {
  height: 90px;
  left: 45px;
}

/*******industrial-img-edit*******/
.government .residental-right span {
  margin-top: 9em;
  left: 15px;
}

.residential-img-text {
  left: 0px;
}

.government .residental-left .left-p-text {
  font-weight: 700;
}

.gov-img-text .lorry-text {
  width: 60px;
  top: 283px;
  left: 30px;
}

.gov-img-text .lorry-text:after {
  left: 30px;
  height: 100px;
}

.gov-img-text .leakage-text.lorry-text {
  left: 165px;
  top: 238px;
  width: 80px;
}

.gov-img-text .leakage-text.lorry-text:after {
  left: 37px;
  height: 100px;
}

.gov-img-text .level-text.lorry-text {
  left: 445px;
  top: 70px;
  width: 85px;
}

.gov-img-text .level-text.lorry-text:after {
  height: 90px;
  left: 40px;
}

.gov-img-text .motor-text.lorry-text {
  left: 390px;
  top: 225px;
  width: 60px;
}

.gov-img-text .motor-text.lorry-text:after {
  height: 82px;
  left: 30px;
}

.video-thiruchendur {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-data-content {
  position: relative;
  z-index: 100;
  top: 0px;
  left: 0;
}

p.highlight-p {
  width: auto;
  background: #1b79e4;
  display: inline-block;
  padding: 2px 15px;
  line-height: 21px;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 12px;
}

.video-thiruchendur:before {
  position: absolute;
  content: " ";
  width: 920px;
  height: 920px;
  /*  background: #000000b0;*/
  background: linear-gradient(
    90deg,
    #000000 0%,
    rgba(0, 0, 0, 0.700585) 48.7%,
    rgba(0, 0, 0, 0) 100%
  );
  /* background: #000000fc; */
  top: 0;
  left: 0;
  z-index: 1;
}

.video-thiruchendur iframe {
  position: absolute;
  top: -200px;
  left: 0;
}

.myslider {
  height: auto;
  width: 50%;
  margin: 10px auto;
}

.myslider .item {
  height: auto;
  width: 100%;
  /*  background: #eeeeee;
*/
}

button.owl-dot, #pro-owl .owl-dot {
  background: #f6f9ff;
  border: none;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  position: relative;
  z-index: 9999;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
}

button.owl-dot span {
  position: relative;
  z-index: -1;
}

button.owl-dot.active, #pro-owl .owl-dot.active {
  color: black;
  background: #e1edfd !important;
  border-radius: 20px;
  border: none !important;
  /*    animation: slide-down .5s ease-out;
*/
}

button.owl-dot.active .pro-head {
  color: #1b79e4 !important;
}

.footer-sec {
  margin-top: 0;
}

/******************/
#loader {
  display: none;
}

/*----------- Sm ---------*/

div#v1.video_1:before {
  background: url(../images/vid_1.webp);
}

div#v2.video_1:before {
  background: url(../images/vid_2.webp);
}

div#v3.video_1:before {
  background: url(../images/vid_3.webp);
}

div#v4.video_1:before {
  background: url(../images/vid_4.webp);
}

.video-thiruchendur {
  pointer-events: none;
}

.dp_item[data-position="3"] {
  pointer-events: none;
}

.dp_item[data-position="2"] {
  pointer-events: none;
}

.dp_item[data-position="4"] {
  pointer-events: none;
}

/*----------- Sm ---------*/

.residental-sec span.img-span {
  left: -50px;
}

.gov-img-text {
  top: 47px;
  left: 18px;
}

.residental-sec:before {
  width: 47%;
}

.residental-right span:before {
  left: -80px;
  font-size: 165px;
  top: -20px;
}

.government .residental-right span video {
  left: -61px;
}

.industrial-sec .residential-img-text {
  left: -20px;
}

.industrial-sec .residental-right span {
  left: -60px;
}

.indu-img-text {
  left: -22px;
  top: 31px;
}

.case-studies-page .explore-btn:after,
.case-studies .explore-btn:after {
  background: #1b79e4;
  box-shadow: inset 2px 2px 2px 0px #1b79e4, 7px 7px 20px 0px #1b79e4;
}

/*new changes*/
.device-view {
  /* top: 45px;
    left: 50%; 
    transform: translate(-50%);
    z-index: 999;*/
  cursor: pointer;
  position: relative;
}

.kit-view {
  background: #ffc403;
  border: none;
  z-index: 100;
  color: #303247;
  width: 220px;
  height: 40px;
  padding: 4px 0;
  font-size: 16px;
}

.kit-view:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #1b79e4;
  border-radius: 25px;
  box-shadow: inset 2px 2px 2px 0px #1b79e4, 7px 7px 20px 0px #1966bd;
  transition: all 0.8s ease;
}

.kit-view:hover {
  color: white;
}

.kit-view:hover:after {
  left: 0;
  width: 100%;
}

.theme-btn {
  width: 220px !important;
  background: #303247 !important;
  color: white;
  font-size: 16px;
  z-index: 100;
  border: none;
}

.theme-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #1b79e4;
  border-radius: 25px;
  box-shadow: inset 2px 2px 2px 0px #1b79e4, 7px 7px 20px 0px #1966bd;
  transition: all 0.8s ease;
}

.theme-btn:hover {
  color: white;
}

.theme-btn:hover:after {
  left: 0;
  width: 220px;
}

.theme-btn span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
}

.theme-btn span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div#exampleModal {
  z-index: 1000000;
  top: 30px;
}

.device-video .modal-dialog {
  max-width: 70% !important;
  width: 70%;
  border-radius: 0;
}

.device-video .modal-body {
  padding: 0;
}

.device-video button.close {
  position: absolute;
  top: 3px;
  right: 5px;
  color: #fff;
  opacity: 1;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none !important;
  background-color: rgb(2 96 173);
  width: 20px !important;
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  z-index: 1000;
}

.four-parts span {
  width: 37px;
  height: 37px;
  display: block;
}

.residental-left p span.case-span {
  opacity: 1;
}


/*------------------Banner------------------*/

.mang-heading {
  width: 100%;
  align-items: center;
  padding: 50px 0 0px 0;
  position: relative;
}

.high-banner::after {
  content: " ";
  position: absolute;
  width: 947px;
  height: 100%;
  background: url("../../assets/images/solution/highrise/banner-bg.png") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.right-text {
  width: 45%;
  text-align: left;
}

.heading-back {
  width: 100%;
  color: #000000;
  font-size: 43px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 62px;
}
.denmark-banner .heading-back{
	font-size: 39px;
	line-height: 56px;
}
.banner-slider .owl-dots{
	position: absolute;
    bottom: 0;
}
.banner-slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: auto;
}
.problem-sec{
	position: relative;
    z-index: 99;
}


.right-text .new-sec {
  position: relative;
}

.right-text .new-sec::after {
  content: " ";
  position: absolute;
  background: url("../images/solution/highrise/head-line.png") no-repeat;
  width: 170px;
  height: 20px;
  right: 0px;
  bottom: -15px;
}
.banner-sec::before{
  content: " ";
  position: absolute;
  background: url("../images/banner-bg.jpg") repeat;
  width: 100%;
  height: 100vh;
  top: 0px;
  z-index: 1;
}
.social-links {
    padding-bottom: 13px;
	padding-top:50px;
}
.social-links a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

.heading-back .new-sec {
  color: #1b79e4;
  margin-left: 5px;
  margin-right: 10px;
}
.heading-back .new-sec-text{
	color:#0060AD;
	font-weight: 600;
	padding-left: 10px;
}

.waterflow-img {
  width: 68px;
  height: 68px;
  display: inline-block;
  mix-blend-mode: multiply;
}

.right-text p {
  padding: 0px;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  margin-bottom: 15px;
}

.high-btn {
  width: 190px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-size: 15px;
}

.banner-slider .banner-left-img {
  width: 50% !important;
  position: relative;
}
.first-banner{
	display:none;
}



@media only screen and (max-width: 767px) {
	
.banner-sec::before{
	display:none;
}
.right-text{
	width: 100%;
}
.heading-back{
	font-size: 28px;
	line-height: 50px;
}
.banner-slider .banner-left-img{
	display:none;
}
.denmark-banner .heading-back{
	font-size: 28px;
    line-height: 43px;
}
.right-banner h2, .text-type {
	width: 100%;
	font-size: 26px;
	padding-top: 76px;
}
	
.first-banner{
	display:block;
	text-align: left;
}


}


