@font-face {
  font-family: "MiguelExtraLight";
  src: url(../fonts/MiguelExtraLight.ttf);
}
@font-face {
  font-family: "HelveticaNeueMediumExtended";
  src: url(../fonts/HelveticaNeueMediumExtended.otf);
}
@font-face {
  font-family: "HelveticaNeueUltraLight";
  src: url(../fonts/HelveticaNeueUltraLight.otf);
}
@font-face {
  font-family: "NewYork";
  src: url(../fonts/NewYork.otf);
}
@font-face {
  font-family: "HelveticaNeueRegular";
  src: url(../fonts/HelveticaNeueRegular.otf);
}
@font-face {
  font-family: "Helvetica-Neue-65-Medium";
  src: url(../fonts/Helvetica-Neue-65-Medium.ttf);
}
@font-face {
  font-family: "Light";
  src: url(../fonts/Light.ttf);
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica.ttf);
}
body {
  font-family: "HelveticaNeueUltraLight";
  background-color: #0b1014;
  color: #ffffff !important;
  font-weight: bold !important;
}

a {
  text-decoration: none !important;
}

ul {
  margin-bottom: 0px !important;
}

p {
  color: #fff !important;
  letter-spacing: 1.4px;
  font-weight: bold !important;
}

.btn-success {
  background-color: #252E36;
}

.btn-success:hover {
  background-color: #3D454D;
}

#video_sec .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  #video_sec .bg-video-wrap {
    height: auto;
  }
}
@media (max-width: 768px) {
  #video_sec .bg-video-wrap {
    height: auto;
  }
}
@media (max-width: 425px) {
  #video_sec .bg-video-wrap {
    height: auto;
  }
}
@media (max-width: 325px) {
  #video_sec .bg-video-wrap {
    height: auto;
  }
}
#video_sec video {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  background-position: center;
}
@media (max-width: 1024px) {
  #video_sec video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #video_sec video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 425px) {
  #video_sec video {
    width: 100%;
    height: 100%;
  }
}
#video_sec .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec h1 {
  text-align: center;
  color: #dbdee1;
  position: absolute;
  top: -5%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 11.5em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NewYork";
  letter-spacing: 15px;
}
@media (max-width: 1024px) {
  #video_sec h1 {
    font-size: 9em;
  }
}
@media (max-width: 768px) {
  #video_sec h1 {
    font-size: 6em;
    margin-top: -8%;
  }
}
@media (max-width: 500px) {
  #video_sec h1 {
    font-size: 3em;
    margin-top: -14%;
  }
  .liner_Sec {
    padding-top: 25px !important;
  }
}
@media (max-width: 425px) {
  #video_sec h1 {
    font-size: 2em;
    margin-top: -14%;
  }
}
#video_sec p {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 80px;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16PX;
  width: 100%;
  display: flex;
  justify-content: LEFT;
  align-items: center;
  letter-spacing: 2.2PX;
  font-weight: 300;
}
@media (max-width: 768px) {
  #video_sec p {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 21px;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 13PX;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    letter-spacing: 2.2PX;
  }
}
@media (max-width: 425px) {
  #video_sec p {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 9%;
    bottom: 0;
    left: 30px;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 15PX;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    letter-spacing: 0.5PX;
  }
}
#video_sec button {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 85%;
  bottom: 65px;
  left: 0px;
  right: 80%;
  margin: auto;
  z-index: 3;
  font-size: 16PX;
  width: 100%;
  display: flex;
  justify-content: LEFT;
  align-items: center;
  letter-spacing: 1PX;
  border: 1px solid #252e36;
  display: inline-block;
  width: 10%;
  font-weight: bold;
}
@media (max-width: 1024px) {
  #video_sec button {
    text-align: center;
    color: #fff;
    position: relative;
    top: 99%;
    bottom: 53px;
    left: 28px;
    right: 66%;
    margin: auto;
    z-index: 3;
    font-size: 11PX;
    width: 100%;
    display: flex;
    justify-content: LEFT;
    align-items: center;
    letter-spacing: 1PX;
    border: 1px solid #252e36;
    display: inline-block;
    width: 25%;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  #video_sec button {
    text-align: center;
    color: #fff;
    position: relative;
    top: 99%;
    bottom: 53px;
    left: 28px;
    right: 66%;
    margin: auto;
    z-index: 3;
    font-size: 11PX;
    width: 100%;
    display: flex;
    justify-content: LEFT;
    align-items: center;
    letter-spacing: 1PX;
    border: 1px solid #252e36;
    display: inline-block;
    width: 25%;
    font-weight: bold;
  }
}
@media (max-width: 425px) {
  #video_sec button {
    text-align: center;
    color: #fff;
    position: relative;
    top: 88%;
    bottom: 55px;
    left: 28px;
    right: 66%;
    margin: auto;
    z-index: 3;
    font-size: 11PX;
    width: 100%;
    display: flex;
    justify-content: LEFT;
    align-items: center;
    letter-spacing: 1PX;
    border: 1px solid #252e36;
    display: inline-block;
    width: 24%;
    font-weight: bold;
  }
}

#video_sec1 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  #video_sec1 .bg-video-wrap {
    height: auto;
  }
}
@media (max-width: 768px) {
  #video_sec1 .bg-video-wrap {
    height: auto;
  }
}
@media (max-width: 425px) {
  #video_sec1 .bg-video-wrap {
    height: auto;
  }
}
@media (max-width: 325px) {
  #video_sec1 .bg-video-wrap {
    height: auto;
  }
}
#video_sec1 video {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  background-position: center;
}
@media (max-width: 1024px) {
  #video_sec1 video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #video_sec1 video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 425px) {
  #video_sec1 video {
    width: 100%;
    height: 100%;
  }
}
#video_sec1 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec1 h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 12.5em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "NewYork";
  letter-spacing: 15px;
}
@media (max-width: 1024px) {
  #video_sec1 h1 {
    font-size: 9em;
    letter-spacing: 10px;
  }
}
@media (max-width: 768px) {
  #video_sec1 h1 {
    font-size: 33px;
    margin-top: -5%;
    letter-spacing: 10px;
  }
}
@media (max-width: 425px) {
  #video_sec1 h1 {
    font-size: 33px;
    margin-top: -5%;
    letter-spacing: 10px;
  }
}
@media (max-width: 425px) {
  #video_sec1 h1 {
    font-size: 33px;
    margin-top: -5%;
    letter-spacing: 10px;
  }
}
#video_sec1 h5 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 80px;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16PX;
  width: 100%;
  display: flex;
  justify-content: LEFT;
  align-items: center;
  letter-spacing: 0.5PX;
}
@media (max-width: 768px) {
  #video_sec1 h5 {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 21px;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 13PX;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5PX;
  }
}
@media (max-width: 425px) {
  #video_sec1 h5 {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 21px;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 13PX;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5PX;
  }
}

#video_sec3 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  #video_sec3 .bg-video-wrap {
    height: auto;
  }
}
#video_sec3 img {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#video_sec3 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec3 h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 768px) {
  #video_sec3 h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 33px;
    bottom: 0;
    /* left: 5%; */
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 44px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: top;
    font-family: "NewYork";
  }
}
#video_sec3 h5 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 5%;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #video_sec3 h5 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 36%;
    bottom: 0;
    left: 5%;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#video_sec3 a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 70%;
  /* bottom: 24%; */
  left: 5%;
  right: 85%;
  margin: auto;
  z-index: 3;
  margin-top: -10px;
  border: 1px solid #3D454D;
  background-color: #252E36;
  color: #ffffff;
  padding: 9px 18px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
.cont-sub-mit{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #video_sec3 a {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 64%;
    /* bottom: 24%; */
    left: 32%;
    max-width: 34%;
    width: 100%;
    right: 89%;
    margin: auto;
    z-index: 3;
    margin-top: 25px;
    border: 1px solid #3D454D;
    background-color: #252E36;
    color: #ffffff;
    padding: 7px 10px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 2px;
    transition: 0.5s;
  }
}
#video_sec3 a:hover {
  background-color: #3D454D;
  color: #ffffff;
  transition: 0.5s;
}

#video_sec5 img {
  width: 100%;
  background-position: center;
}
#video_sec5 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
 
}
#video_sec5 video {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  background-position: center;
}
@media (max-width: 1024px) {
  #video_sec5 video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #video_sec5 video {
    width: 100%;
    height: 100%;
  }
  .mrg-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 425px) {
  #video_sec5 video {
    width: 100%;
    height: 100%;
  }
}
#video_sec5 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec5 h1 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24%;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 1024px) {
  #video_sec5 h1 {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 42.4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NewYork";
  }
}
#video_sec5 h5 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 5%;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 75%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 3px;
  line-height: 23.2px;
}
@media (max-width: 1024px) {
  #video_sec5 h5 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}

@media (max-width: 500px) {
  #video_sec5 h5 {
    width: 100% !important;
  }

}
#video_sec5 a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 70%;
  /* bottom: 24%; */
  left: 5%;
  right: 85%;
  margin: auto;
  z-index: 3;
  margin-top: -10px;
  border: 1px solid #3D454D;
  background-color: #252E36;
  color: #ffffff;
  padding: 9px 27px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
#video_sec5 a:hover {
  background-color: #3D454D;
  color: #ffffff;
  transition: 0.5s;
}

#video_sec6 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  /* #video_sec6 .bg-video-wrap {
    height: auto !important;
  } */
}
#video_sec6 video {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  background-position: center;
}
@media (max-width: 1024px) {
  #video_sec6 video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #video_sec6 video {
    width: 100%;
    height: 100%;
  }
  #amb_1_bg6 p {
    text-align: justify !important;
    width: 100% !important;
  }

}
@media (max-width: 425px) {
  #video_sec6 video {
    width: 100%;
    height: 100%;
  }
}
#video_sec6 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec6 h1 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 768px) {
  #video_sec6 h1 {
    text-align: left;
    color: #fff;
    position: absolute;
    top: -43%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NewYork";
  }
}
#video_sec6 h5 {
  text-align: start;
  color: #fff;
  position: absolute;
  top: 35%;
  bottom: 0;
  right: 30px;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 42%;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-bottom: 3px;
  line-height: 23.2px;
}
@media (max-width: 1024px) {
  #video_sec6 h5 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 11%;
    bottom: 0;
    right: 70px;
    margin: auto;
    z-index: 3;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    line-height: 21px;
    padding: 1.5px;
  }
}
@media (max-width: 500px){
  #video_sec6 .bg-video-wrap {
    height: auto;
  }
  #video_sec6 h1 {
    top: -64%;
    font-size: 35px;
  }
#video_sec6 h5 {
  text-align: justify;
  top: 40%;
}
.video_sec30-hide{
  display: block !important;
}
.video_sec30-hide .db_titlec h1{
  padding-top: 20px;
}
.video_sec30-show{
  display: none !important;
}
}
@media (max-width: 376px){
  #video_sec6 h5 {
    font-size: 14px;
    right: 11px;
    letter-spacing: 0.6px;
    width: 94%;
    line-height: 19px;
  }
  

}
.video_sec30-hide{
  display: none;
}
.video_sec30-show{
  display: block;
}

.video_sec305-show{
  display: block;
}
.video_sec305-hide{
  display: none;
}

@media (max-width:500px){
  .video_sec305-show{
    display: none !important;
  }

  
  .video_sec305-hide{
    display: block !important;
  }
  .video_sec305{
    padding-bottom: 30px;
  }
  .video_sec305 video{
    width:100%;
  }
  .video_sec305 img{
    width:100%;
  }
  .video_sec305 h5{
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: "HelveticaNeueUltraLight";
    width: 100%;
    color: #fff;
  }
  
  .video_sec305 h1{
    text-align: center;
    padding-top: 10px;
    font-family: "NewYork";
    font-size: 36.4px;
    width: 100%;
    color: #fff;
    margin-bottom: 0px !important;
  }

  .video_sec306 video{
    width:100%;
  }
  .video_sec306 p{
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: "HelveticaNeueUltraLight";
    width: 100%;
    color: #fff;
  }
  .video_sec306 h1{
    text-align: center;
    padding-top: 10px;
    /* font-family: "NewYork"; */
    font-size: 36.4px;
    width: 100%;
    color: #fff;
    margin-bottom: 0px !important;
  }
}



#video_sec6 a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 70%;
  /* bottom: 24%; */
  left: 5%;
  right: 85%;
  margin: auto;
  z-index: 3;
  margin-top: -10px;
  border: 1px solid #3D454D;
  background-color: #252E36;
  color: #ffffff;
  padding: 9px 27px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
#video_sec6 a:hover {
  background-color: #3D454D;
  color: #ffffff;
  transition: 0.5s;
}

#video_sec22 {
  background-image: url(Assets/Images/solutions/Ai/tp1.png);
}
#video_sec22 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  #video_sec22 .bg-video-wrap {
    height: auto !important;
  }
}
#video_sec22 video {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  background-position: center;
}
@media (max-width: 1024px) {
  #video_sec22 video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #video_sec22 video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 425px) {
  #video_sec22 video {
    width: 100%;
    height: 100%;
  }
}
#video_sec22 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec22 h1 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  right: -5%;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 768px) {
  #video_sec22 h1 {
    text-align: left;
    color: #fff;
    position: absolute;
    top: -55%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 28.4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NewYork";
  }
}
#video_sec22 h5 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 35%;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-bottom: 3px;
  line-height: 23.2px;
}
@media (max-width: 1024px) {
  #video_sec22 h5 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 11%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    line-height: 14.2px;
    padding: 1.5px;
  }
}
#video_sec22 a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 70%;
  /* bottom: 24%; */
  left: 5%;
  right: 85%;
  margin: auto;
  z-index: 3;
  margin-top: -10px;
  border: 1px solid #3D454D;
  background-color: #252E36;
  color: #ffffff;
  padding: 9px 27px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
#video_sec22 a:hover {
  background-color: #3D454D;
  color: #ffffff;
  transition: 0.5s;
}
#video_sec32 .bg-video-wrap video{
  width: 100%;
}

#video_sec30 h1 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  right: -5%;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 768px) {
  #video_sec30 h1 {
    text-align: left;
    color: #fff;
    position: absolute;
    top: -55%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 41px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NewYork";
  }
}
#video_sec30 h5 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 5%;
  right: -5%;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 3px;
  line-height: 23.2px;
}
@media (max-width: 1024px) {
  #video_sec30 h5 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 11%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    line-height: 30px;
    padding: 1.5px;
  }
}

#video_sec8 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  #video_sec8 .bg-video-wrap {
    height: auto !important;
  }
}
#video_sec8 img {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#video_sec8 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec8 h1 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: -15%;
  bottom: 0;
  left: -5%;
  right: 5%;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 1024px) {
  #video_sec8 h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 33.4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NewYork";
  }
}
#video_sec8 h5 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 35%;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  line-height: 23.2px;
}
#video_sec8 a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 70%;
  /* bottom: 24%; */
  left: 5%;
  right: 85%;
  margin: auto;
  z-index: 3;
  margin-top: -10px;
  border: 1px solid #3D454D;
  background-color: #252E36;
  color: #ffffff;
  padding: 9px 27px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
#video_sec8 a:hover {
  background-color: #3D454D;
  color: #ffffff;
  transition: 0.5s;
}

#video_sec32 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  #video_sec32 .bg-video-wrap {
    height: auto !important;
  }
}
#video_sec32 img {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#video_sec32 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec32 h1 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: -15%;
  bottom: 0;
  left: -5%;
  right: 5%;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 1024px) {
  #video_sec32 h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 33.4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NewYork";
  }
}
#video_sec32 h5 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 35%;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  line-height: 23.2px;
}
#video_sec32 a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 70%;
  /* bottom: 24%; */
  left: 5%;
  right: 85%;
  margin: auto;
  z-index: 3;
  margin-top: -10px;
  border: 1px solid #3D454D;
  background-color: #252E36;
  color: #ffffff;
  padding: 9px 27px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
#video_sec32 a:hover {
  background-color: #3D454D;
  color: #ffffff;
  transition: 0.5s;
}

#video_sec7 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  #video_sec7 .bg-video-wrap {
    height: auto !important;
  }
}
#video_sec7 video {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  background-position: center;
}
@media (max-width: 1024px) {
  #video_sec7 video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #video_sec7 video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 425px) {
  #video_sec7 video {
    width: 100%;
    height: 100%;
  }
}
#video_sec7 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec7 h1 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 1024px) {
  #video_sec7 h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 40.4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NewYork";
  }
}
@media (max-width: 500px){
  #video_sec7 h1 {
    top: -63px;
  }
  #video_sec7 h5 {
    top: 52%;
  }
}
#video_sec7 h5 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 5%;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 75%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 3px;
  line-height: 23.2px;
}
@media (max-width: 1024px) {
  #video_sec7 h5 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
    line-height:27px;
    letter-spacing: 1px;
  }
}
#video_sec7 a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 70%;
  /* bottom: 24%; */
  left: 5%;
  right: 85%;
  margin: auto;
  z-index: 3;
  margin-top: -10px;
  border: 1px solid #3D454D;
  background-color: #252E36;
  color: #ffffff;
  padding: 9px 27px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
#video_sec7 a:hover {
  background-color: #3D454D;
  color: #ffffff;
  transition: 0.5s;
}

#video_sec15 .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  #video_sec15 .bg-video-wrap {
    height: auto !important;
  }
}
#video_sec15 img {
  min-width: 100%;
  z-index: 1;
  text-align: center;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#video_sec15 .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, red, yellow);
  background-size: 3px 3px;
  z-index: 99999;
}
#video_sec15 h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  right: -5%;
  margin: auto;
  z-index: 3;
  font-size: 90.4px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "NewYork";
}
@media (max-width: 1024px) {
  #video_sec15 h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 56px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NewYork";
  }
}
@media (max-width: 500px){
#video_sec15 h1 {
  top: 30%;    
  font-size: 35px;
}
}
@media (max-width: 326px){
#video_sec7 h1 {
    top: -100px;
    font-size: 27.4px;
} 
}

#video_sec15 h5 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 35%;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  line-height: 23.2px;
}
#video_sec15 a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 70%;
  /* bottom: 24%; */
  left: 5%;
  right: 85%;
  margin: auto;
  z-index: 3;
  margin-top: -10px;
  border: 1px solid #3D454D;
  background-color: #252E36;
  color: #ffffff;
  padding: 9px 27px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
#video_sec15 a:hover {
  background-color: #3D454D;
  color: #ffffff;
  transition: 0.5s;
}

#head_qut {
  background-color: #252e36;
  color: #ffffff;
}
#head_qut .head_txt {
  margin-left: 7%;
  padding: 5% 0% 0% 0%;
  height: 600px;
}
#head_qut .head_txt h1 {
  margin-top: 20px;
  margin-bottom: 8%;
  color: #fff;
  font-size: 45.23px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
#head_qut .map {
  height: 600px;
}
#head_qut h5 {
  font-weight: bold;
  letter-spacing: 1px;
}

#gray_solutions {
  background-color: #212831;
  padding: 5%;
}
@media (max-width: 1024px) {
  #gray_solutions {
    padding: 3%;
    margin-top: -5%;
  }
}
@media (max-width: 768px) {
  #gray_solutions {
    padding: 3%;
    margin-top: 0%;
  }
}
@media (max-width: 425px) {
  #gray_solutions {
    padding: 3%;
    margin-top: 0%;
  }
}
@media (max-width: 375px) {
  #gray_solutions {
    padding: 3%;
    margin-top: 0%;
  }
}
#gray_solutions .left_sec h4 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #gray_solutions .left_sec h4 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  #gray_solutions .left_sec h4 {
    font-size: 42px;
  }
}
@media (max-width: 425px) {
  #gray_solutions .left_sec h4 {
    font-size: 42px;
  }
}
@media (max-width: 375px) {
  #gray_solutions .left_sec h4 {
    font-size: 42px;
  }
}
#gray_solutions .right_sec p {
  font-size: 1.4rem;
  font-weight: 100;
  margin-top: 5px;
}
#gray_solutions .right_sec p span {
  font-family: "HelveticaNeueUltraLight";
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #gray_solutions .right_sec p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #gray_solutions .right_sec p {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  #gray_solutions .right_sec p {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  #gray_solutions .right_sec p {
    font-size: 18px;
  }
}

.liner_Sec {
  display: flex;
  padding-top: 109px;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: center;
  align-items: center;
}

.line-home {
  display: flex;
  width: 100%;
  justify-content: center;
}

.line-inner-1 {
  width: 44%;
  height: 5px;
  background-color: #fff;
}

.line-inner-2 {
  width: 50%;
  height: 2px;
  background-color: #fff;
}

#service_12 .pd_tp {
  padding-top: 65px;
  padding-bottom: 55px;
  /* padding-left: 0px; */
}
@media (max-width: 1024px) {
  #service_12 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #service_12 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 425px) {
  #service_12 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 375px) {
  #service_12 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
#service_12 .pd_tp .serv_title_name h1 {
  margin-bottom: 55px;
  margin-top: 20px;
  font-family: Helveticaneue, sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-size: 45.23px;
  line-height: 1;
  font-weight: 300;
}
#service_12 .ser_main {
  padding-bottom: 55px;
}
#service_12 .ser_main .left_sec h1 {
  text-align: left;
  color: #fff;
  font-size: 91px;
}
@media (max-width: 1024px) {
  #service_12 .ser_main .left_sec h1 {
    font-size: 62px;
  }
}
#service_12 .ser_main .right_sec {
  float: right;
  margin-top: 138px;
  padding: 0px 50px;
}
@media (max-width: 1024px) {
  #service_12 .ser_main .right_sec {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  #service_12 .ser_main p {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  #service_12 .ser_main p {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
  }
}
@media (max-width: 425px) {
  #service_12 .ser_main p {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
  }
}
@media (max-width: 375px) {
  #service_12 .ser_main p {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
  }
}
#service_12 .heroContent {
  position: absolute;
  top: 76%;
  left: 20%;
  transform: translate(-50%, -50%);
}
#service_12 .heroContent h1 {
  color: #fff;
  font-size: 52px;
  line-height: 70px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #service_12 .heroContent h1 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  #service_12 .heroContent h1 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media (max-width: 425px) {
  #service_12 .heroContent h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 375px) {
  #service_12 .heroContent h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 1024px) {
  #service_12 .heroContent {
    top: 82%;
    left: 38%;
  }
}
@media (max-width: 768px) {
  #service_12 .heroContent {
    top: 70%;
    left: 15%;
}
}
@media (max-width: 425px) {
  #service_12 .heroContent {
    top: 82%;
    left: 38%;
  }
}
@media (max-width: 375px) {
  #service_12 .heroContent {
    top: 82%;
    left: 38% !important;
  }
  #video_sec p {
    top: 40%;
  }
  #video_sec h1 {
    margin-top: -1%;
    padding-left: 10px;
    color: #fff;
  }
}
#service_12 .btn-success {
  border-color: #212831;
  width: 100%;
  border: none;
  outline: none !important;
  background-color: #212831;
  padding: 8px;
}
#service_12 .btn-success .btn-success:not(:disabled):not(.disabled).active:focus,
#service_12 .btn-success .btn-success:not(:disabled):not(.disabled):active:focus,
#service_12 .btn-success .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none !important;
}
#service_12 .btn-success .btn-success:not(:disabled):not(.disabled).active,
#service_12 .btn-success .btn-success:not(:disabled):not(.disabled):active,
#service_12 .btn-success .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #212831;
  border-color: #212831;
}
#service_12 .btn-success .btn-success.focus,
#service_12 .btn-success .btn-success:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgb(33, 40, 49) !important;
}
#service_12 .pd_sec {
  padding: 50px 14px;
}
#service_12 .pd_sec a {
  background-color: #3D454D;
  padding: 10px;
  display: inherit;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  transition: 0.5s;
  font-weight: bold;
}
#service_12 .pd_sec a:hover {
  background-color: #252E36;
  color: #fff;
  transition: 0.5s;
}

#service_1 .pd_tp {
  padding-top: 65px;
  padding-bottom: 55px;
  /* padding-left: 0px; */
}
@media (max-width: 1024px) {
  #service_1 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #service_1 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 425px) {
  #service_1 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 375px) {
  #service_1 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
#service_1 .pd_tp .serv_title_name h1 {
  margin-bottom: 55px;
  margin-top: 20px;
  font-family: Helveticaneue, sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-size: 45.23px;
  line-height: 1;
  font-weight: 300;
}
#service_1 .ser_main {
  padding-bottom: 55px;
}
#service_1 .ser_main .left_sec h1 {
  text-align: left;
  color: #fff;
  font-size: 91px;
}
@media (max-width: 1024px) {
  #service_1 .ser_main .left_sec h1 {
    font-size: 62px;
  }
}
#service_1 .ser_main .right_sec {
  float: right;
  margin-top: 138px;
  padding: 0px 50px;
}
@media (max-width: 1024px) {
  #service_1 .ser_main .right_sec {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  #service_1 .ser_main p {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  #service_1 .ser_main p {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
  }
}
@media (max-width: 425px) {
  #service_1 .ser_main p {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
  }
}
@media (max-width: 375px) {
  #service_1 .ser_main p {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
  }
}
#service_1 .heroContent {
  position: absolute;
  top: 82%;
  left: 27%;
  transform: translate(-50%, -50%);
}
#service_1 .heroContent h1 {
  color: #fff;
  font-size: 52px;
  line-height: 70px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #service_1 .heroContent h1 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  #service_1 .heroContent h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 425px) {
  #service_1 .heroContent h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 375px) {
  #service_1 .heroContent h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 1024px) {
  #service_1 .heroContent {
    top: 82%;
    left: 38%;
  }
}
@media (max-width: 768px) {
  #service_1 .heroContent {
    top: 82%;
    left: 38%;
  }
}
@media (max-width: 425px) {
  #service_1 .heroContent {
    top: 82%;
    left: 38%;
  }
}
@media (max-width: 375px) {
  #service_1 .heroContent {
    top: 82%;
    left: 38%;
  }
}
#service_1 .btn-success {
  border-color: #212831;
  width: 100%;
  border: none;
  outline: none !important;
  background-color: #212831;
  padding: 8px;
}
#service_1 .btn-success .btn-success:not(:disabled):not(.disabled).active:focus,
#service_1 .btn-success .btn-success:not(:disabled):not(.disabled):active:focus,
#service_1 .btn-success .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none !important;
}
#service_1 .btn-success .btn-success:not(:disabled):not(.disabled).active,
#service_1 .btn-success .btn-success:not(:disabled):not(.disabled):active,
#service_1 .btn-success .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #212831;
  border-color: #212831;
}
#service_1 .btn-success .btn-success.focus,
#service_1 .btn-success .btn-success:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgb(33, 40, 49) !important;
}
#service_1 .pd_sec {
  padding: 50px 14px;
}
#service_1 .pd_sec a {
  background-color: #3D454D;
  padding: 10px;
  display: inherit;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  transition: 0.5s;
  font-weight: bold;
}
#service_1 .pd_sec a:hover {
  background-color: #252E36;
  color: #fff;
  transition: 0.5s;
}

#service_2 .pd_tp {
  padding-top: 65px;
  padding-bottom: 55px;
  /* padding-left: 0px; */
}
@media (max-width: 1024px) {
  #service_2 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #service_2 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 425px) {
  #service_2 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
@media (max-width: 375px) {
  #service_2 .pd_tp {
    padding-left: 5%;
    padding-bottom: 25px;
  }
}
#service_2 .pd_tp .serv_title_name h1 {
  margin-bottom: 55px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helveticaneue, sans-serif;
  color: #fff;
  font-size: 45.23px;
  line-height: 1;
  font-weight: 300;
}
#service_2 .ser_main {
  padding-bottom: 55px;
}
#service_2 .ser_main .left_sec h1 {
  text-align: left;
  color: #fff;
  font-size: 91px;
}
@media (max-width: 1024px) {
  #service_2 .ser_main .left_sec h1 {
    font-size: 62px;
  }
}
#service_2 .ser_main .right_sec {
  float: right;
  margin-top: 138px;
  padding: 0px 50px;
}
@media (max-width: 1024px) {
  #service_2 .ser_main .right_sec {
    margin-top: 10px;
  }
}
#service_2 .ser_main .right_sec1 {
  float: left;
  margin-top: 138px;
}
#service_2 .heroContent h1 {
  color: #fff;
  font-size: 52px;
  line-height: 70px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  #service_2 .heroContent h1 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  #service_2 .heroContent h1 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media (max-width: 425px) {
  #service_2 .heroContent h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
  }
}
@media (max-width: 375px) {
  #service_2 .heroContent h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
  }
}
@media (max-width: 1024px) {
  #service_2 .heroContent {
    top: 82%;
    left: 38%;
  }
}
@media (max-width: 768px) {
  #service_2 .heroContent {
    top: 82%;
    left: 38%;
  }
}
@media (max-width: 425px) {
  #service_2 .heroContent {
    top: 82%;
    left: 38%;
  }
}
@media (max-width: 375px) {
  #service_2 .heroContent {
    top: 82%;
    left: 38%;
  }
}
#service_2 .btn-success {
  border-color: #212831;
  width: 100%;
  border: none;
  outline: none !important;
  background-color: #212831;
  padding: 8px;
}
#service_2 .btn-success .btn-success:not(:disabled):not(.disabled).active:focus,
#service_2 .btn-success .btn-success:not(:disabled):not(.disabled):active:focus,
#service_2 .btn-success .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none !important;
}
#service_2 .btn-success .btn-success:not(:disabled):not(.disabled).active,
#service_2 .btn-success .btn-success:not(:disabled):not(.disabled):active,
#service_2 .btn-success .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #212831;
  border-color: #212831;
}
#service_2 .btn-success .btn-success.focus,
#service_2 .btn-success .btn-success:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgb(33, 40, 49) !important;
}
#service_2 .pd_sec {
  padding: 50px 14px;
}
#service_2 .pd_sec a {
  background-color: #3D454D;
  padding: 10px;
  display: inherit;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  transition: 0.5s;
  font-weight: bold;
}
#service_2 .pd_sec a:hover {
  background-color: #252E36;
  color: #fff;
  transition: 0.5s;
}

#total_sev {
  padding: 50px 0px;
}
#total_sev .t_serv_title h1 {
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #total_sev .t_serv_title h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
  }
}
#total_sev .t_serv_right {
  margin-top: 10%;
  float: right;
}
#total_sev .t_serv_right a {
  color: #fff;
}
#total_sev .bg_sec {
  margin-top: 20%;
}
#total_sev .bg_sec .bg1 {
  background-image: url(../Images/Homepage/solution1.jpeg);
  background-size: cover;
  height: 320px;
  border-radius: 5px;
  color: #fff;
}
#total_sev .bg_sec .bg1 .serv-text-main {
  margin: 40% 5%;
  display: inline-block;
}
#total_sev .bg_sec .bg2 {
  background-image: url(../Images/solutions/wirelessautomation/solution3.png);
  background-size: cover;
  height: 320px;
  border-radius: 5px;
  color: #fff;
}
#total_sev .bg_sec .bg2 .serv-text-main {
  margin: 40% 5%;
  display: inline-block;
}
#total_sev .bg_sec .bg3 {
  background-image: url(../Images/solutions/Ai/d3.png);
  background-size: cover;
  height: 320px;
  border-radius: 5px;
  color: #fff;
}
#total_sev .bg_sec .bg3 .serv-text-main {
  margin: 40% 5%;
  display: inline-block;
}

#customers_Sec {
  /*-----Testimonial-------*/
}
#customers_Sec .cust_title {
  text-align: center;
}
#customers_Sec .cust_title h1 {
  font-size: 90px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #customers_Sec .cust_title h1 {
    font-size: 54px;
    color: #fff;
  }
}
#customers_Sec .testimonial:after {
  position: absolute;
  top: 0 !important;
  left: 0;
  content: " ";
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
#customers_Sec .testimonial {
  background-color: #252E36;
  padding: 25px;
}
@media (max-width: 768px) {
  #customers_Sec .testimonial {
    padding: 0;
  }
}
#customers_Sec #testimonial4 .carousel-inner:hover {
  cursor: -webkit-grab;
}
#customers_Sec #testimonial4 .carousel-inner:active {
  cursor: -webkit-grabbing;
}
#customers_Sec #testimonial4 .carousel-inner .item {
  overflow: hidden;
}
#customers_Sec .testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
#customers_Sec .testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  border-radius: 100%;
}
#customers_Sec .testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  border-radius: 100%;
}
#customers_Sec .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
#customers_Sec .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 0;
}
#customers_Sec .testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  border-radius: 100%;
  box-shadow: none;
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
#customers_Sec .testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}
#customers_Sec .testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}
#customers_Sec .testimonial4_control_button .carousel-control.left:hover,
#customers_Sec .testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}
#customers_Sec .testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
#customers_Sec .testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#customers_Sec .testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
#customers_Sec .testimonial4_slide span {
  font-size: 2.5em;
  margin-right: 20px;
}
#customers_Sec .testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  /* line-height: 1.4; */
  font-weight: 400;
}
#customers_Sec .testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 2px;
}
#customers_Sec .testimonial .carousel-control-next-icon,
#customers_Sec .testimonial .carousel-control-prev-icon {
  width: 15px;
  height: 155px;
}

#download_app {
  padding: 10% 0%;
}
#download_app .d_title {
  color: #ffffff;
}
#download_app .d_title h1 {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  #download_app .d_title h1 {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5%;
  }
}
#download_app .d_title a {
  margin-top: 30px;
  border: 1px solid #3D454D;
  background-color: #3D454D;
  color: #ffffff;
  padding: 10px 27px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: 0.5s;
}
#download_app .d_title a:hover {
  background-color: #252e36;
  transition: 0.5s;
}
#download_app .d_img {
  margin-top: -20px;
}
@media (max-width: 1024px) {
  #download_app .d_img {
    margin-top: 20px;
  }
}

#footer_sec {
  background-color: #252E36;
  padding: 2% 0px;
}
#footer_sec .ff {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
}
#footer_sec .f_menu {
  margin-top: 30px;
}
#footer_sec .f_menu a {
  text-align: right;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
}
#footer_sec .fa {
  padding: 11px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
#footer_sec .fa:hover {
  opacity: 0.7;
}
#footer_sec .fa-facebook {
  background: #252e36;
  color: white;
  height: 50px;
  width: 50px;
  border: 2px solid #000;
}
#footer_sec .fa-twitter {
  background: #252e36;
  color: white;
  height: 50px;
  width: 50px;
  border: 2px solid #000;
}
#footer_sec .fa-google {
  background: #dd4b39;
  color: white;
}
#footer_sec .fa-linkedin {
  background: #252e36;
  color: white;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
}
#footer_sec .fa-youtube {
  background: #bb0000;
  color: white;
}
#footer_sec .fa-instagram {
  background: #252e36;
  color: white;
  height: 50px;
  width: 50px;
  border: 2px solid #000;
}
#footer_sec .fa-pinterest {
  background: #cb2027;
  color: white;
}
#footer_sec .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#footer_sec .fa-skype {
  background: #00aff0;
  color: white;
}
#footer_sec .fa-android {
  background: #a4c639;
  color: white;
}
#footer_sec .fa-dribbble {
  background: #ea4c89;
  color: white;
}
#footer_sec .fa-vimeo {
  background: #45bbff;
  color: white;
}
#footer_sec .fa-tumblr {
  background: #2c4762;
  color: white;
}
#footer_sec .fa-vine {
  background: #00b489;
  color: white;
}
#footer_sec .fa-foursquare {
  background: #45bbff;
  color: white;
}
#footer_sec .fa-stumbleupon {
  background: #eb4924;
  color: white;
}
#footer_sec .fa-flickr {
  background: #f40083;
  color: white;
}
#footer_sec .fa-yahoo {
  background: #430297;
  color: white;
}
#footer_sec .fa-soundcloud {
  background: #ff5500;
  color: white;
}
#footer_sec .fa-reddit {
  background: #ff5700;
  color: white;
}
#footer_sec .fa-rss {
  background: #ff6600;
  color: white;
}
#footer_sec .cpy_right p {
  font-size: 13px;
  text-align: right;
  margin-top: 30px;
}

#values {
  padding: 200px 0px;
  background-color: #252E36;
}
@media (max-width: 768px) {
  #values {
    padding: 60px 0px 45px;
}
}
#values .v_title {
  text-align: center;
}
#values .v_title h1 {
  background-color: #fff;
  color: hsla(0, 0%, 100%, 0);
  font-size: 282.88px;
  font-family: "NewYork";
  line-height: 1.2;
  text-shadow: 0 0 8px rgb(156 163 168 / 23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  #values .v_title h1 {
    font-size: 90px;
  }
}
@media (max-width:500px){
  
  #values_sec h1 {
    font-size: 79px !important;
  }
  #vision_sec .vision_title h1 {
    font-size: 95px !important;
  }
  #project_phases .faq .card .card-header .faq-title {
    padding-left: 14px !important;
    font-size: 21px !important;
  }
}
#values .v_cp {
  max-width: 1010px;
  text-align: right;
  margin-top: -25px;
}

#values_sec {
  color: #ffffff;
  background-color: #252E36;
}
#values_sec .pd_sec_val {
  padding: 10% 0%;
}
#values_sec h1 {
  font-size: 90.4px;
}
#values_sec .v_title h1 {
  font-family: "NewYork";
}
#values_sec .v_para {
  margin-top: 30px;
}

#vision_sec {
  background-color: #252E36;
  padding: 10% 0% 0% 0%;
  color: #ffffff;
}
#vision_sec .vision_title {
  text-align: center;
}
#vision_sec .vision_title h1 {
  background-color: #fff;
  color: hsla(0, 0%, 100%, 0);
  font-size: 282.88px;
  margin-top: -38px;
  font-family: "NewYork";
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(156, 163, 168, 0.73);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  #vision_sec .vision_title h1 {
    font-size: 123px;
    margin-top: -20px;
  }
}
#vision_sec .vision_title h1 span {
  font-size: 16px;
}
#vision_sec .vision_title p {
  text-align: right;
  max-width: 400px;
}
#vision_sec .vision_title1 {
  max-width: 350px;
  text-align: right;
  margin-bottom: -30%;
  margin-right: 28px;
}

#cnt_vision {
  background-color: #252E36;
  color: #ffffff;
}
#cnt_vision h2 {
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  #cnt_vision h2 {
    font-size: 1.4em;
  }
}

#project_phases {
  color: #ffffff;
  background-color: #252E36;
  padding: 10% 0%;
}
#project_phases .faq-section {
  min-height: 100vh;
  padding: 10vh 0 0;
}
#project_phases .faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
#project_phases .faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #252E36;
  bottom: -25px;
  margin-left: -30px;
}
#project_phases .faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
#project_phases .faq {
  background: #252E36;
  border-radius: 4px;
}
#project_phases .faq .card {
  border: none;
  background: none;
}
#project_phases .faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  transition: all 0.3s ease 0s;
}
#project_phases .faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 2px;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
#project_phases .faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
#project_phases .faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #252E36;
  line-height: 28px;
  letter-spacing: 1px;
}
#project_phases .faq .card .card-body p {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  #project_phases .faq {
    margin-bottom: 30px;
  }
  #project_phases .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px; 
    padding-left: 10px;
  }
  #amb_1_bg1 p {
    text-align: justify !important;
    width: 100% !important;
  }
}

#cnt_form {
  color: #fff;
  padding: 10% 0%;
}
#cnt_form .cnt_title h1 {
  font-size: 45.5px;
  font-weight: bold;
}
#cnt_form .cnt_title_2 h1 {
  font-size: 90.4px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #cnt_form .cnt_title_2 h1 {
    font-size: 54.4px;
  }
}
#cnt_form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#cnt_form input,
#cnt_form textarea {
  color: #ffffff !important;
  font-weight: bold;
  letter-spacing: 2px;
}
#cnt_form label {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
#cnt_form ::-moz-placeholder {
  color: #fff;
}
#cnt_form ::placeholder {
  color: #fff;
}
#cnt_form .sub_mit {
  width: 100%;
  text-align: center;
  background-color: #212831;
  padding: 10px 15px;
}
#cnt_form .sub_mit a {
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
}

#careers_sec {
  color: white;
  padding: 5% 0%;
}
#careers_sec .bx_sec {
  background-color: #252E36;
  padding: 10%;
  height: 600px;
  margin: 2px;
}
#careers_sec .bx_sec a {
  background-color: #3D454D;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
}
#careers_sec .bx_sec .carr_right {
  padding: 0% 0% 51% 0%;
}
#careers_sec h1 {
  font-weight: bold;
}
#careers_sec h4 {
  font-weight: bold;
}

#ready_sec {
  color: white;
  background-color: #252E36;
}
#ready_sec .redy_cen_sec {
  text-align: center;
  padding: 8% 5%;
}
#ready_sec .redy_cen_sec a {
  border: 2px solid #fff;
  color: white;
  padding: 12px 20px;
  letter-spacing: 2px;
}
#ready_sec h1 {
  font-weight: bold;
}

#sol_tp_sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sol_tp_sec .solu_title h2 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 991px){
#sol_tp_sec .textTile{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;

}
}
@media (max-width: 768px) {
  #sol_tp_sec .solu_title h2 {
    margin-top: 30%;
    font-size: 44.4px;
  }
}
@media (max-width: 768px) {
  #sol_tp_sec p {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 768px){
#sol_tp_sec .solu_title h2 {
    margin-top: 8% !important;
    font-size: 44.4px;
  }
}

#amb_1_bg1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/amb1.jpg);
  height: 600px;
  background-size: cover;
}
@media (max-width: 1024px) {
  #amb_1_bg1 {
    background-position: center;
  }
}
#amb_1_bg1 .amb_1 {
  text-align: right;
}
#amb_1_bg1 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg1 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
#amb_1_bg1 p {
  float: right;
  text-align: left;
}

#amb_1_bg2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/amb2.jpg);
  height: 600px;
  background-size: cover;
  width: 100%;
  background-position: center;
  background-position-y: 60%;
}
#amb_1_bg2 .amb_1 {
  text-align: left;
}
#amb_1_bg2 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg2 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}

#amb_1_bg5 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/window1.png);
  height: 600px;
  background-size: cover;
  background-position: center;
}
#amb_1_bg5 .amb_1 {
  text-align: right;
}
#amb_1_bg5 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: left;
}
@media (max-width: 1024px) {
  #amb_1_bg5 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
#amb_1_bg5 p {
  color: #fff !important;
  letter-spacing: 1.4px;
  text-align: left;
  font-weight: 600;
}

#amb_1_bg51 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/Smart-Garage-pic-1.jpg);
  height: 600px;
  background-size: cover;
  background-position: center;
}
#amb_1_bg51 .amb_1 {
  text-align: right;
}
#amb_1_bg51 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: left;
}
@media (max-width: 1024px) {
  #amb_1_bg51 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
#amb_1_bg51 p {
  color: #fff !important;
  letter-spacing: 1.4px;
  text-align: left;
  font-weight: 600;
}

#amb_1_bg6 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/window2.png);
  height: 600px;
  background-size: cover;
  width: 100%;
  background-position: center;
  background-position-y: 60%;
}
@media (max-width: 1024px) {
  #amb_1_bg6 {
    background-position-x: 1%;
  }
}
#amb_1_bg6 .amb_1 {
  text-align: right;
}
#amb_1_bg6 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg6 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
#amb_1_bg6 p {
  text-align: left;
  float: right;
  width: 88%;
}

#amb_1_bg61 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/Smart-garage-pic-2.jpg);
  height: 600px;
  background-size: cover;
  width: 100%;
  background-position: center;
  background-position-y: 60%;
}
@media (max-width: 1024px) {
  #amb_1_bg61 {
    background-position-x: 1%;
  }
  #amb_1_bg6 p {
    width: 100%;
  }
  
}
#amb_1_bg61 .amb_1 {
  text-align: right;
}
#amb_1_bg61 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg61 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
#amb_1_bg61 p {
  text-align: left;
  float: right;
}

#amb_1_bg7 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/en2.jpg);
  height: 600px;
  background-size: cover;
  width: 100%;
  background-position: center;
}
#amb_1_bg7 .amb_1 {
  text-align: left;
}
#amb_1_bg7 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg7 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
#amb_1_bg7 p {
  color: #fff !important;
  letter-spacing: 1.4px;
  text-align: start;
  float: left;
}

#amb_1_bg20 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Ai/tp2.png);
  height: 600px;
  background-size: cover;
  width: 100%;
  background-position: center;
}
#amb_1_bg20 .amb_1 {
  text-align: right;
}
#amb_1_bg20 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg20 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
#amb_1_bg20 p {
  color: #fff !important;
  letter-spacing: 1.4px;
  text-align: start;
  float: right;
}

#amb_1_bg8 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/g1.png);
  height: 600px;
  background-size: cover;
  width: 100%;
}
#amb_1_bg8 .amb_1 {
  text-align: left;
}
#amb_1_bg8 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg8 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}

#amb_1_bg9 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Personalizatation/g2.png);
  height: 600px;
  background-size: cover;
  background-position: center;
}
#amb_1_bg9 .amb_1 {
  text-align: right;
}
#amb_1_bg9 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg9 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
  
#amb_1_bg9 p {
  text-align: justify !important;
  width: 100% !important;
}
}
#amb_1_bg9 p {
  float: right;
  text-align: left;
  width: 88%;
}

#amb_1_bg10 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Ai/dl1.png);
  height: 600px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  #amb_1_bg10 {
    background-position: center;
  }
}
#amb_1_bg10 .amb_1 {
  text-align: right;
}
#amb_1_bg10 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg10 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
}
#amb_1_bg10 p {
  float: right;
  text-align: left;
}

#amb_1_bg11 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Ai/vc3.jpg);
  height: 600px;
  background-size: cover;
}
#amb_1_bg11 .amb_1 {
  text-align: left;
}
@media (max-width: 1024px) {
  #amb_1_bg11 .amb_1 {
    text-align: center;
  }
}
#amb_1_bg11 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg11 h1 {
    font-size: 44.4px;
  }
}

#amb_1_bg15 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Ai/scs1.png);
  height: 700px;
  background-size: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  #amb_1_bg15 {
    background-position: center;
  }
}
#amb_1_bg15 .amb_1 {
  text-align: left;
}
#amb_1_bg15 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg15 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
}

#amb_1_bg16 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Ai/scs2.png);
  height: 600px;
  background-size: cover;
  background-position: center;
}
#amb_1_bg16 .amb_1 {
  text-align: right;
}
#amb_1_bg16 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg16 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
}
#amb_1_bg16 p {
  float: right;
  text-align: left;
}

#amb_1_bg17 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.52), rgba(0, 0, 0, 0)), url(../Images/solutions/Ai/scs3.png);
  height: 600px;
  background-size: cover;
  background-position: center;
}
#amb_1_bg17 .amb_1 {
  text-align: center;
}
#amb_1_bg17 h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 90.4px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #amb_1_bg17 h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 44.4px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
}

#dorebell {
  padding: 10% 0%;
  color: #fff;
}
#dorebell .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #dorebell .db_title h1 {
    font-size: 44.4px;
    letter-spacing: 2px;
    margin-top: 15%;
  }
}
#dorebell .dorebell_img img {
  width: 100%;
  float: right;
}

#dorebel2 {
  padding: 10% 0%;
  color: #fff;
}
#dorebel2 .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #dorebel2 .db_title h1 {
    font-size: 44.4px;
    letter-spacing: 2px;
    margin-top: 15%;
  }
}
#dorebel2 .dorebell_img img {
  width: 100%;
  float: right;
}

#dorebel3 {
  padding: 10% 0%;
  color: #fff;
}
#dorebel3 .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #dorebel3 .db_title h1 {
    font-size: 44.4px;
    letter-spacing: 2px;
  }
}
#dorebel3 .dorebell_img img {
  width: 100%;
  float: right;
}

#dorebel4 {
  padding: 10% 0%;
  color: #fff;
}
#dorebel4 .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #dorebel4 .db_title h1 {
    font-size: 44.4px;
    letter-spacing: 2px;
  }
}
#dorebel4 .dorebell_img img {
  width: 100%;
  float: right;
}

#explore_ent {
  padding: 10% 0%;
  color: #fff;
}
#explore_ent .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
  text-align: right;
}
@media (max-width: 1024px) {
  #explore_ent .db_title h1 {
    font-size: 44.4px;
    letter-spacing: 2px;
    /* text-align: center; */
    margin-top: 30px;
  }
  
#explore_ent .db_title p {
  text-align: justify !important;
  width: 100% !important;
}
}
#explore_ent .db_title p {
  float: right;
  font-weight: 400;
  width: 88%;
}
@media (max-width: 1024px) {
  #explore_ent .db_title p {
    font-size: 14px;
  }
}
#explore_ent .dorebell_img img {
  margin-top: 20%;
  width: 65%;
  float: left;
}
@media (max-width: 1024px) {
  #explore_ent .dorebell_img img {
    float: inherit;
  }
}

#explore_ent15 {
  padding: 10% 0%;
  color: #fff;
}
#explore_ent15 .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
  text-align: left;
}
@media (max-width: 1024px) {
  #explore_ent15 .db_title h1 {
    font-size: 44.4px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 30px;
  }
}
#explore_ent15 .db_title p {
  font-weight: 400;
  float: left;
}
@media (max-width: 1024px) {
  #explore_ent15 .db_title p {
    font-size: 14px;
  }
}
#explore_ent15 .dorebell_img img {
  margin-top: 20%;
  width: 65%;
  float: left;
}
@media (max-width: 1024px) {
  #explore_ent15 .dorebell_img img {
    float: inherit;
  }
}

#smt_b {
  padding: 5% 0%;
  color: #fff;
}
#smt_b .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
  text-align: right;
}
@media (max-width: 1024px) {
  #smt_b .db_title h1 {
    font-size: 44.4px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 5%;
  }
}
#smt_b .db_title p {
  float: right;
  font-weight: 500;
}
#smt_b .dorebell_img img {
  margin-top: 20%;
  width: 65%;
  float: left;
}

#smt_b1 {
  padding: 5% 0%;
  color: #fff;
}
#smt_b1 .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
  text-align: right;
}
@media (max-width: 1024px) {
  #smt_b1 .db_title h1 {
    font-size: 44.4px;
  }
}
@media (max-width:500px){
  #smt_b .dorebell_img img {
    margin-top: 0%;
    width: 100%;
  }
  #smt_b10 .dorebell_img img {
    width: 100% !important;
  }
  #smt_b10 .db_title h1 {
    margin-bottom: 0px;
  }
  #smt_b .db_title h1 {
    margin-bottom: 0px;
  }
  #dorebell .db_title h1 {
    margin-bottom: 0px;
  }
  #smt_b1 .dorebell_img img {
    width: 100% !important;
  }
  #smt_b1 .db_title h1 {
    text-align: center;
    margin-bottom: 0px;
  }
  #smt_b5 .db_title h1 {
    text-align: center !important;
    margin-top:0px;
    margin-bottom: 0px;
  }
  #smt_b5 .db_title p {
    text-align: center !important;
  }
  #video_sec32 h1 {
    font-size: 45px !important;
    top: 0%;
  }
  #amb_1_bg61 .amb_1 {
    text-align: center !important;
  }
  #amb_1_bg16 h1 {
    text-align: center;
  }
  #video_sec3 h1 {
    top:-36px;
    z-index: 99;
    font-size: 35px;
    font-weight: 600;
  }
  #service_2 .pd_tp .serv_title_name h1 {
    font-size: 40.23px;
  }
  #video_sec3 a {
    padding: 4px 0px !important;
    top:68% !important;
    font-size: 12px !important;
  }
  #careers_sec .bx_sec {
    height: auto;
  }
  #careers_sec .bx_sec .carr_right {
    padding: 0% 0% 31% 0%;
  }
  #cnt_form .cnt_title_2 h1 {
    font-size: 28.4px;
    margin-bottom: 40px !important;
  }
  #explore_ent15 .dorebell_img img {
    margin-top: 0px;
    width: 100%;
  }
  .video_sec5-mbl img{
    width:100%;
  }
  .video_sec5-mbl h1{
    font-size: 45px;
  }
  .video_sec5-mbl h4{
    font-size: 45px;
  }
}

#smt_b1 .db_title p {
  text-align: left;
  font-weight: 500;
  float: right;
}
#smt_b1 .dorebell_img img {
  width: 50%;
  float: left;
}

#smt_b2 {
  padding: 5% 0%;
  color: #fff;
}
.smt_b232 .db_titlec h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
  font-weight: 600;
}
#smt_b2 .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
  text-align: right;
}
@media (max-width: 1024px) {
  #smt_b2 .db_title h1 {
    font-size: 44.4px;
  }
#smt_b2 .db_title p {
  text-align: justify !important;
  width: 100% !important;
}
.smt_b232 .db_titlec h1 {
  font-size: 50.4px;
}

}
@media (max-width:500px){
  .smt_b232 .db_titlec h1 {
    font-size: 45.4px;
  }
  #video_sec8 h1 {
    top:93px;
  }
  #video_sec7 h5 {
    top: 19% !important;
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
@media (max-width:326px){
  .smt_b232 .db_titlec h1 {
    font-size: 40.4px;
  }
}
#smt_b2 .db_title p {
  font-weight: 500;
  width: 88%;
  float: right;
}
#smt_b2 .dorebell_img img {
  width: 100%;
  float: left;
}

#smt_b5 {
  padding: 5% 0%;
  color: #fff;
}
#smt_b5 .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
  text-align: right;
}
@media (max-width: 1024px) {
  #smt_b5 .db_title h1 {
    font-size: 44.4px;
    margin-top: 15%;
  }
}
#smt_b5 .db_title p {
  text-align: left;
  font-weight: 500;
  float: right;
}
#smt_b5 .dorebell_img img {
  width: 100%;
  float: left;
}

#smt_b10 {
  padding: 5% 0%;
  color: #fff;
}
#smt_b10 .db_title h1 {
  font-size: 90.4px;
  letter-spacing: 2px;
  text-align: left;
}
@media (max-width: 1024px) {
  #smt_b10 .db_title h1 {
    font-size: 44.4px;
  }
}
#smt_b10 .db_title p {
  text-align: left;
  font-weight: 500;
}
#smt_b10 .dorebell_img img {
  width: 50%;
  float: left;
}/*# sourceMappingURL=stylesheet.css.map */



/* Kiran */
.p-r-303 {
  padding-right: 223px;
}
@media (max-width:1024px){
  .p-r-303 {
    padding-right: 300px;
}
}
@media (max-width:991px){
  .brand img {
    padding-top: 10px;
    width: 45%;
  }
.p-r-303 {
  padding-right: 0px;
  }
  #video_sec3 h5 {
    top: 26%;
  }
  .f_logo img{
    width: 11%;
  }
  #footer_sec .f_menu {
    margin-top: 0px;
  }
  #footer_sec {
    padding: 2.5% 0px;
  }
  .p-al-0{
    padding: 0px !important;
  }
}
@media (max-width:768px){

}

@media (max-width:500px){
  .p-al-0{
    padding: 5px 15px !important;
  }
  .ul_sec{
    text-align: left;
  }
  #footer_sec .fa-linkedin {
    background: #252e36;
    color: white;
    height: 30px !important;
    width: 30px !important;
    border: 2px solid #fff;
}

#footer_sec .fa {
  padding: 7px 8px !important;
  font-size: 12px !important;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px !important;
  border-radius: 50%;
}
#amb_1_bg10 p {
  text-align: justify !important;
}
  #footer_sec .cpy_right p {
    margin-top: 15px;
  }
  #service_12 .heroContent {
    top: 70%;
    left: 27%;
  }
  #service_1 .pd_tp {
    padding-left: 3%;
    padding-bottom: 25px;
  }
  #service_12 .ser_main .right_sec {
    padding: 0px;
  }
  #service_1 .ser_main .right_sec {
    padding: 0px;
  }
  #service_2 .ser_main .right_sec {
    padding: 0px;
  }
  
  #footer_sec {
    padding: 6% 0px;
}
#customers_Sec .testimonial4_slide {
  width: 84%;
}
}

@media (max-width:375px){

}