@charset "utf-8";
/* CSS Document */
.pagetitle {
  height: auto;
  width: 100%;
  background-color: #001A14;
}
.pagetitle h1 {
  color: white;
  margin: 0;
  padding: 80px 0 0 0;
  font-family: "Poppins Bold";
  font-size: 58px;
  text-align: center;
}
.pagetitle p {
  padding: 20px 300px 20px 300px;
  margin: 0;
  font-family: "Poppins Regular";
  font-size: 18px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .pagetitle h1 {
    padding: 80px 20px 20px 20px;
    font-size: 52px;
    line-height: 56px;
  }
  .pagetitle p {
    padding: 20px;
  }
}
.service-left {
  width: 100%;
  height: 540px;
}
.service-left-img1 {
  background-image: url("assets/images/Data Engineering.jpg");
  background-position: center;
  background-size: cover;
  float: left;
  width: 30%;
  height: 540px;
}
.service-left-img2 {
  background-image: url("assets/images/Digital Product Building.jpg");
  background-position: center;
  background-size: cover;
  float: left;
  width: 30%;
  height: 540px;
}
.service-left-img3 {
  background-image: url("assets/images/Cloud.jpg");
  background-position: center;
  background-size: cover;
  float: left;
  width: 30%;
  height: 540px;
}
.service-left-content {
  float: left;
  width: 70%;
  height: 540px;
  align-content: center;
  text-align: center;
}
.service-left-content h1 {
  color: #00171f;
  margin: 0;
  padding: 0;
  font-family: "Poppins Bold";
  font-size: 42px;
  text-align: center;
}
.service-left-content p {
  padding: 0 10% 0 10%;
  margin: 0;
  font-family: "Poppins Regular";
  font-size: 18px;
  color: black;
  text-align: center;
}
.service-right {
  width: 100%;
  height: 540px;
}
.service-right-img1 {
  background-image: url("assets/images/Artificial intelligence.jpg");
  background-position: center;
  background-size: cover;
  float: right;
  width: 30%;
  height: 540px;
}
.service-right-img2 {
  background-image: url("assets/images/FinancialServices.jpg");
  background-position: center;
  background-size: cover;
  float: right;
  width: 30%;
  height: 540px;
}
.service-right-content {
  float: left;
  width: 70%;
  height: 540px;
  align-content: center;
  text-align: center;
}
.service-right-content h1 {
  color: #00171f;
  margin: 0;
  padding: 0;
  font-family: "Poppins Bold";
  font-size: 42px;
  text-align: center;
}
.service-right-content p {
  padding: 0 10% 0 10%;
  margin: 0;
  font-family: 'Poppins Regular';
  font-size: 18px;
  color: black;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .service-left-img1 {
    width: 100%;
    float: left;
  }
  .service-left-img2 {
    width: 100%;
    float: left;
  }
  .service-left-img3 {
    width: 100%;
    float: left;
  }
  .service-right-img1 {
    width: 100%;
    float: left;
  }
  .service-right-img2 {
    width: 100%;
    float: left;
  }
  .service-left-content {
    width: 100%;
    height: auto;
  }
  .service-right-content {
    width: 100%;
    height: auto;
  }
  .service-right-content h1 {
    margin-top: 80px;
  }
  .service-left-content h1 {
    margin-top: 80px;
  }
  .service-right-content p {
    margin-bottom: 20px;
  }
  .service-left-content p {
    margin-bottom: 20px;
  }
}
.merzise {
  display: none;
}
.simple {
  display: block
}
@media screen and (max-width: 800px) {
  .merzise {
    display: block;
  }
  .simple {
    display: none;
  }
}


.contactmapforinnerpages
{
	float: left;
    height: 40vh;
    width: 100%;
    padding: 0;
    margin: 0;
	text-align: center;
	align-content: center;
    background-color: #00171f;
}