.servs-text{
	text-align: center;
    line-height: 22px;
    padding-top: 38px;
    margin-bottom: 0px;
    font-size: 15px;
}


.mission-vission{
	padding:20px 0 70px 0;
}

.mission{
	background: #898989;
	padding: 25px 30px 25px 30px;
	    z-index: 9;
}

.mission .newbtn{
	border: solid 1px #fff;
    padding: 4px 15px 4px 15px;
    font-size: 14px;
    text-transform: capitalize;
}

.vission .newbtn{
	border: solid 1px #fff;
    padding: 4px 15px 4px 15px;
    font-size: 14px;
    text-transform: capitalize;
	background: #000;
}



.vission{
	background: #0f64c2;
	padding: 25px 30px 25px 30px;
	color:#fff;
	    z-index: 9;
}

.mission h3{
	font-size: 28px;
    padding: 0 0 7px 0;
	color:#ffffff;
}

.mission .text{
	    font-size: 16px;
    text-align: justify;
    color: #fff;
	padding-bottom:20px;
}

.vission h3{
	font-size: 28px;
    padding: 0 0 7px 0;
}

.vission .text{
	padding-bottom:20px;
	color:#ffffff;
}

.footer-style-three{
	z-index:9;
}

.sec-weserve{
	padding:50px 0 60px 0;
	border: 1px solid #e6f0fa;
}

.weserve{
	font-size: 36px!important;
    text-align: center;
    font-weight: 700;
}

.we-text{
	padding: 4px 0 20px 0;
	text-align: center;
}

.we-serve{
	/* background:#c2c2c2; */
	background:#ffffff;
	text-align: center;
	padding: 25px 0;
	border: 1px solid #c2d9ef;
    border-radius: 7px;
}

.we-serve h3{
	font-size:22px;
	font-weight:600;
	text-align: center;
}

.we-serve img{
	width:100px;
}

.pd-t-20{
	padding-top:20px;
}

.bg-gray {
    background-color: #f6f6f6;
}

.prod-single {
    margin: 0 0 100px;
    position: relative;
	border: solid 1px #84bdfd;
}

.prod-info {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    background-color: #1c589c;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    bottom: -38px;
        padding: 18px 20px 22px;
}

.prod-info h4{
	color:#ffffff;
	font-size: 24px;
}

.serv-heading{
	font-size: 22px;
    padding-bottom: 15px;
}

.serv-text{
	text-align:justify;
}

.serv-btn{
	line-height: 22px;
    padding: 10px 15px;
	font-size:14px;
}

.iiot{
	padding-top:50px;
}


.cont-fom{
	border: solid 1px #ddd;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ddd;
    padding: 20px 15px;
}

.inner-about{
	left: 29%!important;
    top: -26px!important;
}

.img-overlay {
    position: absolute;
    top: 0;
    width: 95%;
    height: 95%;
    background: rgba(0, 0, 0, 0.3);
    padding: 14px;
	border-radius: 7px;
}

.img-overlay .text-wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radius-7{
	border-radius: 7px;
}

.left-sec{
	width:50%;
	float:left;
}

.left-sec p{
	margin-bottom: 2px;
}

.right-sec{
	width:50%;
	float:right;
}

.right-sec p{
	margin-bottom: 2px;
}

.pd-t-40{
	padding-top:70px;
}

.iiot-heds{
	font-size: 16px;
    padding: 15px 0 5px 0;
}

.team-title{
	font-size: 18px;
    color: #1c589c;
    padding-bottom: 10px;
}

.leader-title{
	font-size: 25px;
    padding: 40px 0 10px 6px;
}

.gallery{
	padding:40px 0 60px 0;
}

#gallery {
  padding-top: 20px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  border: solid 1px #d81e27;
}

.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}




#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

.infra-section{
	padding-bottom:60px;
}

.text-center{
	text-align:center;
}

.float {
    position: fixed;
    width: 14%;
    height: 14%;
    bottom: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1111;
    left: -40px;
    margin-right: -6px;
}

.why-us{
	font-size: 36px;
    color: #1c589c;
    padding-bottom: 10px;
}

.why-ch p{
	margin-bottom: 2px;
}

.certificate{
	background: #e4e4e4;
    padding: 20px 0 20px 20px;
}