#service {
  background-color: #f0f4ff;
  padding-top: 50px;
}

.serviceDiv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 30px 60px;
  gap: 20px;
}

.serviceDiv a {
  width: 18%;
  background: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  padding-block-start: 24px;
  padding-block-end: 18px;
  padding-inline-start: 18px;
  padding-inline-end: 18px;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 0px 3px 1px rgb(212, 212, 212);
  transition: all 0.3s;
}

.serviceDiv img {
  width: 33%;
}

h1 {
  color: black;
  font-family: impact, Sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
}

.serviceDiv h4 {
  color: #545454;
  font-family: myriad pro, Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: center;
}

.serviceDiv a:hover {
  background-image: linear-gradient(to right, #048def 0%, #0449a9 100%);
  transform: translateY(10px);
}

.serviceDiv a:hover img {
  filter: invert(1);
}

.serviceDiv a:hover h4 {
  color: white;
}

.excutionProcessDiv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5vw;
  gap: 20px;
}

.imgExceution {
  width: 30%;
  background: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  padding-block-start: 24px;
  padding-block-end: 18px;
  padding-inline-start: 18px;
  padding-inline-end: 18px;
  gap: 20px;
  box-shadow: 0px 0px 3px 1px rgb(212, 212, 212);
  transition: all 0.3s;
  margin-bottom: 50px;
}

.imgExceution div {
  margin-top: -45px;
  text-align: left;
}

.imgExceution img {
  width: 17%;
}

.imgExceution h3 {
  color: #545454;
  font-family: proxima nova alt bold, Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.imgExceution p {
  color: #545454;
  font-family: myriad pro, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.coreValue {
  background-image: linear-gradient(90deg, #048def 0%, #0449a9 100%);
  padding-left: 3vw;
  padding-right: 3vw;
}
h2 {
  font-family: impact, Sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}
.coreValDiv {
  width: 33%;
}
.coreValDiv img {
  width: 30%;
}
.coreValDiv h3 {
  color: #f0efef;
  font-family: proxima nova alt bold, Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.coreValDiv p {
  text-align: center;
  color: #d3d3d3;
  font-family: myriad pro, Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.centerImgCore {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -3em;
}
.centerImgCore img {
  width: 25%;
}
.clientDiv img {
  width: 13%;
  margin-left: 10px;
  margin-right: 10px;
}
.techDiv img {
  height: 50px;
}
.techDiv p {
  font-family: myriad pro, Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #545454;
  margin-bottom: 0px;
  padding-left: 20px;
}
.techonologyMain {
  padding-left: 5vw;
  padding-right: 5vw;
}
.imageSection {
  background-image: url(../images/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
}
.imageSection div {
  position: relative;
  padding: 0px 5vw;
  color: white;
}
.imageSection section {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #00132cab;
  position: absolute;
}
.imageSection h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
  width: 60%;
}
.imageSection p {
  font-family: proxima nova alt semi-bold, Sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.numberMainDiv {
  background-image: linear-gradient(90deg, #048def 0%, #0449a9 100%);
  margin: 40px 5vw;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
}
.numberMainDiv h3 {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 18px;
}
.numberMainDiv p {
  margin-bottom: 0px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
.numberDiv div {
  margin-top: 40px;
  margin-bottom: 40px;
}
.requestDiv {
  position: fixed;
  top: 40%;
  right: 0px;
  background-image: linear-gradient(90deg, #048def 0%, #0449a9 100%);
  font-family: myriad pro, Sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 4;
  padding: 15px;
  right: -50px;
  transform: rotate(-90deg);
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0449a9;
  outline: none;
}
.form-select:active,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #0449a9;
  outline: none;
}
.submitButton {
  outline: none;
  border: 1px solid #0449a9;
  color: white;
  background: #0449a9;
  padding: 7px 20px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 18px;
}
.submitButton:hover {
  background: #048def;
  border: 1px solid #048def;
  box-shadow: 0px 0px 1px 3px #a5cffc;
}
@media (max-width: 800px) {
  .serviceDiv a {
    width: 30%;
  }

  .serviceDiv h4 {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .coreValDiv {
    width: 44%;
  }
  .centerImgCore img {
    width: 20%;
  }
  .imgExceution {
    width: 45%;
  }
}
@media (max-width: 500px) {
  .serviceDiv a {
    width: 45%;
  }
  .imgExceution {
    width: 90%;
  }
  .serviceDiv h4 {
    font-size: 14px;
  }
  .coreValDiv {
    width: 90%;
  }
}
@media (max-width: 450px) {
  .coreSub {
    display: block !important;
  }
  .centerImgCore {
    display: none;
  }
}

@media (max-width: 300px) {
  .serviceDiv a {
    width: 90%;
  }
}
