* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-BoldItalic.woff2") format("woff2"),
    url("fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"),
    url("fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"),
    url("fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Medium.woff2") format("woff2"),
    url("fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-MediumItalic.woff2") format("woff2"),
    url("fonts/OpenSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"),
    url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"),
    url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Italic.woff2") format("woff2"),
    url("fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"),
    url("fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

.service-landingPage {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banner {
  width: 100%;
  height: 70vh;
}

.service-banner img {
  max-width: 100%;
}

/* Intro Service Page */

.service-intro-container {
  height: 100%;
  width: 100%;
  display: flex;
  margin: auto;
  background: rgb(23, 40, 82);
}
.service-intro-container .intro-left {
  display: flex;
  /* height: 100%; */
  width: 50%;
  box-shadow: 0 0 25px rgb(48, 59, 98);
  overflow: hidden;
  margin-top: 3%;
  margin-bottom: 0.5%;
}
.service-intro-container .intro-left:hover img {
  transform: scale(1.2);
}
.service-intro-container .intro-right h2 {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.service-intro-container .intro-left img {
  width: 100%;
  height: 100%;
  transition: ease all 0.7s;
}
.service-intro-container .intro-right {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  width: 50%;
  color: #ffffff;
  margin: auto;
  padding: 50px;
  font-size: 1.2rem;
}
.service-intro-container .intro-right p {
  margin-top: 1.3rem;
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}

/* Service Solution Cards / Service Card Container*/

.servicecard-container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: auto;
}
.cards-service {
  height: auto;
  /* height:100%; */
  width: 22%;
  min-width: 280px;
  margin: 3% auto;
  background: rgb(23, 40, 82);
  color: #ffffff;
  border-radius: 10px;
  transition: ease all 0.7s;
  border: 1px solid #242424;
  box-sizing: border-box;
}
.cards-service:hover {
  transform: scale(1.075);
  box-shadow: inset 30px 50px 100px rgb(59, 59, 59);
}
.cards-service .image-container-cards {
  height: 50%;
  width: 100%;
  margin: 0 auto 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
}

.cards-service .image-container-cards img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cards-service .image-container-cards video {
  height: 100%;
  width: 100%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cards-service h2 {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  line-height: 105%;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.cards-service ul {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  margin-left: 1rem;
  width: 89%;
}
.cards-service ul li {
  list-style-type: disc;
  margin-left: 1rem;
}

/* Quality Improvement */

.quality-improvement-container {
  height: 100%;
  width: 100%;
  /* margin: auto; */
  box-shadow: inset 20px 20px 200px #bcbcbc;
  display: flex;
  justify-content: space-around;
  transition: ease all 0.7s;
}
.quality-improvement-container:hover {
  box-shadow: inset 20px 20px 200px #d4d4d4;
}
.quality-improvement-container .quality-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  width: 50%;
}
.quality-improvement-container .quality-left a {
  width: fit-content;

  margin-top: 2rem;
  border-radius: 5px;
  color: rgb(211, 211, 211);
  /* padding: 5px; */
  background: rgb(23, 40, 82);
}
.quality-improvement-container .quality-left a:hover {
  color: rgb(23, 40, 82);
  transition: ease 0.3s;
  background-color: #ffffff;
  border: 1px solid rgb(23, 40, 82);
}
.quality-improvement-container .quality-right {
  width: 50%;
  overflow: hidden;
}
.quality-improvement-container .quality-right:hover img {
  transform: scale(1.1);
}
.quality-improvement-container .quality-right img {
  height: 100%;
  width: 100%;
  transition: ease all 0.7s;
}
.quality-improvement-container .quality-left h2 {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
}
.quality-improvement-container .quality-left p {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.quality-improvement-container .quality-left a {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 10px;
}

/* Outsourcing services */

.outsourcing-services {
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
}
.outsourcing-container {
  padding: 5% 0 5% 0;
  display: flex;
  width: 100%;
  height: 100%;
  /* padding-left: 1rem; */
}
.outsourcing-container .outsourcing-image {
  display: flex;
  align-items: center;
  /* margin: 1.0rem; */
  margin-right: 1rem;
  width: 50%;
  /* height: 60vh; */
  overflow: hidden;
  box-shadow: 0 0 30px rgb(58, 58, 58);
}
.outsourcing-container .outsourcing-image:hover img {
  transform: scale(1.1);
}
.outsourcing-container .outsourcing-image img {
  width: 100%;
  height: 100%;
  transition: ease all 0.7s;
}
.outsourcing-container .outsourcing-text {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem;
  width: 50%;
  font-size: 1.1rem;
  color: #000;
}
.outsourcing-container .outsourcing-text h2 {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
}
.outsourcing-container .outsourcing-text p {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 2% 0;
}
.outsourcing-container .outsourcing-text ul li {
  margin: 1rem 0;
  margin-left: 1rem;
  list-style-type: disc;
  list-style: disc;
  color: #000;
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

/* Media Querry */

@media screen and (max-width: 768px) {
  .service-intro-container {
    /* height: auto; */
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 3rem 0;
  }
  .service-intro-container .intro-left {
    width: 100%;
  }
  .service-intro-container .intro-right {
    width: 100%;
    font-size: 0.8rem;
  }
  .service-intro-container .intro-right p {
    width: 100%;
  }

  .outsourcing-container {
    display: flex;
    flex-direction: column;
    padding: 5% 5% 5% 5%;
    width: 100%;
    /* padding-left: 10%; */
  }
  .outsourcing-container .outsourcing-image {
    width: 100%;
    /* height: auto; */
    /* margin-left: 0; */
  }
  .outsourcing-container .outsourcing-text {
    /* margin-left: 0; */
    margin-top: 10px;
    width: 100%;
    font-size: 1rem;
  }
  .outsourcing-container .outsourcing-text h2 {
    font-size: 1.3rem;
  }

  .servicecard-container {
    padding-top: 5%;
  }

  .cards-service h2 {
    line-height: 105%;
    font-size: 1rem;
    margin-left: 1rem;
  }
  .cards-service ul {
    margin-top: 1rem;
    font-size: 1rem;
    margin-left: 1rem;
  }
  .cards-service ul li {
    font-size: 0.8rem;
  }

  .quality-improvement-container {
    width: 100%;
    box-shadow: inset 20px 10px 100px #bcbcbc;
  }
  .quality-improvement-container .quality-left {
    width: 100%;
    /* width:100%; */
  }

  .quality-improvement-container .quality-right {
    display: none;
  }

  .service-landingPage {
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262622;
  }
  .service-banner {
    width: 100%;
    height: 20vh;
    background-color: #262622;
  }
  .service-banner img {
    max-width: 100%;
  }
  .servicecard-container {
    height: auto;
    margin-bottom: 2rem;
  }
  .servicecard-container .cards-service {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .service-intro-container {
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding: 3rem 0;
  }
  .service-intro-container .intro-left {
    width: 100%;
  }
  .service-intro-container .intro-right {
    width: 100%;
    font-size: 0.8rem;
  }

  .outsourcing-container {
    display: flex;
    flex-direction: column;
    padding: 5% 5% 5% 5%;
    width: 100%;
    /* padding-left: 10%; */
  }
  .outsourcing-container .outsourcing-image {
    width: 100%;
    /* height: auto; */
    /* margin-left: 0; */
  }
  .outsourcing-container .outsourcing-text {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 1rem;
  }
  .outsourcing-container .outsourcing-text h2 {
    font-size: 1.3rem;
  }

  .servicecard-container {
    padding-top: 5%;
  }

  .cards-service h2 {
    line-height: 105%;
    font-size: 1rem;
    margin-left: 1rem;
  }
  .cards-service ul {
    margin-top: 1rem;
    font-size: 1rem;
    margin-left: 1rem;
  }
  .cards-service ul li {
    font-size: 0.8rem;
  }

  .quality-improvement-container {
    width: 100%;
    box-shadow: inset 20px 10px 100px #bcbcbc;
  }
  .quality-improvement-container .quality-left {
    width: 100%;
  }

  .quality-improvement-container .quality-right {
    display: none;
  }

  .service-landingPage {
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262622;
  }
  .service-banner {
    width: 100%;
    height: 20vh;
    background-color: #262622;
  }
  .service-banner img {
    width: 100%;
    height: 20vh;
  }
  .servicecard-container {
    height: auto;
    margin-bottom: 2rem;
  }
  .servicecard-container .cards-service {
    height: auto;
  }
}

@media screen and (max-width: 400px) {
  .cards-service video {
    width: 280px;
  }
  .service-intro-container {
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding: 3rem 0;
  }
  .service-intro-container .intro-left {
    width: 100%;
  }
  .service-intro-container .intro-right {
    /* width: 90%; */
    width: 100%;
    font-size: 0.8rem;
  }

  .outsourcing-container {
    display: flex;
    flex-direction: column;
    padding: 5% 5% 5% 5%;
    width: 100%;
    /* padding-left: 10%; */
  }
  .outsourcing-container .outsourcing-image {
    width: 100%;
    /* height: auto; */
    /* margin-left: 0; */
  }
  .outsourcing-container .outsourcing-text {
    /* margin-left: 0; */
    margin-top: 10px;
    width: 100%;
    font-size: 1rem;
  }
  .outsourcing-container .outsourcing-text h2 {
    font-size: 1.3rem;
  }

  .servicecard-container {
    padding-top: 5%;
  }

  .cards-service h2 {
    line-height: 105%;
    font-size: 1rem;
    margin-left: 1rem;
  }
  .cards-service ul {
    margin-top: 1rem;
    font-size: 1rem;
    margin-left: 1rem;
  }
  .cards-service ul li {
    font-size: 0.8rem;
  }

  .quality-improvement-container {
    width: 100%;
    box-shadow: inset 20px 10px 100px #bcbcbc;
  }
  .quality-improvement-container .quality-left {
    width: 100%;
  }

  .quality-improvement-container .quality-right {
    display: none;
  }

  .service-landingPage {
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262622;
  }
  .service-banner {
    width: 100%;
    height: 20vh;
    background-color: #262622;
  }
  .service-banner img {
    width: 100%;
    height: 20vh;
  }
  .servicecard-container {
    height: auto;
    margin-bottom: 2rem;
  }
  .servicecard-container .cards-service {
    height: auto;
  }
}

/* Service Section Index Page for both Solutions and Technologies page */

.service section {
  height: auto;
  width: 100%;
  display: grid;
  place-items: center;
  overflow-y: hidden;
  background-color: #ffffff;
}

#only-service {
  background: url(images/14.jpg);
  background-position: 80%;
  height: 100vh;
}
.service img {
  mix-blend-mode: white;
}
.service {
  text-align: left;
  background-color: rgb(23, 40, 82);
  height: auto;
}

.service .contain {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 1rem 3rem;
  align-items: center;
  background-color: rgb(23, 40, 82);
  gap: 5%;
  justify-content: left;
}
.contain .service-left {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-align: left;
}
.contain .service-right {
  display: flex;
  background: url(images/Buisnes-8.jpg);
  background-size: 100% 100%;
  height: 150%;
  width: 50%;
}
.contain .service-right img {
  height: 100%;
  width: 100%;
}
.service .contain p {
  margin-top: 1rem;
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: fit-content;
  padding: 30px 0;
}
.service .contain a {
  width: fit-content;
  color: rgb(23, 40, 82);
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1.3rem;
  padding: 5px;
  margin-top: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.service-left h2 {
  font-family: "Open Sans", verdana, Helvetica, sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.service .contain button {
  margin-top: 20px;
}
.service .contain img {
  width: 55%;
  height: 90%;
  animation: appear 2s;
  transition: all ease;
  border-radius: 3%;
}

.service .contain a:hover {
  transform: translateX(5px);
  transition: ease 0.4s;
  background-color: rgb(23, 40, 82);
}
.service .contain a:hover {
  color: rgb(23, 40, 82);
  background-color: rgb(23, 40, 82);
  transition: ease all 0.4s;
  font-weight: bolder;
  border-color: rgb(23, 40, 82);
  opacity: 100%;
  box-shadow: 1px 2px 10px rgb(255, 247, 247);
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .service {
    padding: 10px;
  }
  .service .section {
    text-align: left;
    padding: 10px;
  }
  .service .section {
    padding: 0 2em;
    overflow-y: scroll;
    box-sizing: border-box;
  }
  .service .contain {
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .service-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
  }
  .service-left h2 {
    width: fit-content;
    margin-left: 0;
    display: inline-flex;
  }

  .service {
    background-color: rgb(23, 40, 82);
  }
  .service {
    background-color: rgb(23, 40, 82);
  }

  .service .contain .service-left h2 {
    font-size: 1.7rem;
  }
  .service .contain {
    padding-right: 50px;
    gap: 0%;
  }

  .service .contain .service-left {
    height: auto;
    width: 100%;
    text-align: left;
  }
  .service .contain h2 {
    font-size: 1.5rem;
  }
  .service .contain .service-left a {
    font-size: 1.5rem;
    text-align: left;
  }
  .service .contain .service-left p {
    text-align: left;
    width: 100%;
    font-size: 1.4rem;
  }
  .service .contain .service-right {
    display: none;
  }
  #only-service {
    height: 60vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(images/14.jpg);
    background-position: 77% 75%;
  }
}

.service .contain {
  padding-top: 10%;
  padding-bottom: 10%;
  height: 100%;
}

/* @media screen and (max-width: 1700px){
    .service-banner{
        width: 100%;
        height: max-content;
    }
    .service-landingPage {
        height: max-content;
    }

} */
