/* * {
  outline: 1px solid red;
} */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.navbar-brand {
  margin-left: auto;
}
.navbar {
  background-color: #f1f1f1;
}
.col-text {
  place-self: center;
}
.img-logo {
  min-width: 120px;
}

/* -------------------header------------------ */
/* .header {
}
.header-row {
  background-color: #f1f1f1;
  display: flex;
  padding: 20px 20px;
}
.box {
  flex-basis: 1;
} */
/* -------------------identification------------------ */
.identification-col-img {
  text-align: center;
}
.identification-image-size {
  width: 200px;
}
.identification-row {
  background-color: #1f468a;
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)),
    url(images/background.png);
  background-size: cover;
  min-height: 300px;
  padding: 50px 300px;
}

.identification-p {
  color: white;
  padding: 30px 200px;
  text-align: center;
  margin-bottom: 0;
  align-self: center;
  font-size: 1.2rem;
  line-height: 1.8;
}
.identification-section-content {
  display: flex;
}

/* ------------------Acknowledging------------------- */
#Acknowledging {
  position: relative;
  display: flex;
  align-items: center;
}
/* #Acknowledging:before {
  content: '';
  background: url('images/school.png') no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  z-index: -1;
  filter: blur(5px);
} */
.Acknowledging-p {
  padding: 30px 200px;
  color: black;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
.Acknowledging-row {
  background-color: #f1f1f1;
  padding: 50px 300px;
}
.Acknowledging-title {
  text-align: center;
}

/* ------------------collected------------------- */
.collected-row {
  background-color: #1a7986;
  min-height: 200px;
  display: flex;
  align-content: center;
  padding: 50px 10px;
}
.collected-title {
  color: white;
  text-align: center;
}
#myGroup {
  padding: 30px 100px;
}

/* --------------------------------------------- */
.wrapper {
  padding: 1.5rem 0;
  filter: url('#goo');
}

.button {
  display: inline-block;
  text-align: center;
  background: var(--color);
  color: var(--bg);
  font-weight: bold;
  padding: 1.18em 1.32em 1.03em;
  line-height: 1;
  border-radius: 1em;
  position: relative;
  min-width: 8.23em;
  text-decoration: none;
  font-size: 1.25rem;
}

.button:before,
.button:after {
  width: 4.4em;
  height: 2.95em;
  position: absolute;
  content: '';
  display: inline-block;
  background: var(--color);
  border-radius: 50%;
  transition: transform 1s ease;
  transform: scale(0);
  z-index: -1;
}

.button:before {
  top: -25%;
  left: 20%;
}

.button:after {
  bottom: -25%;
  right: 20%;
}

.button:hover:before,
.button:hover:after {
  transform: none;
}

/* ------------------Acknowledging------------------- */
#PurposeOfCollecting {
  position: relative;
  display: flex;
  align-items: center;
}
/* ------------------Protecting Your Privacy------------------- */
.ProtectingYourPrivacy {
  position: relative;
  display: flex;
  align-items: center;
}
.ProtectingYourPrivacy-row {
  background-color: #1f468a;
  padding: 50px 300px;
}
.ProtectingYourPrivacy-title {
  text-align: center;
  color: #f1f1f1;
}
.ProtectingYourPrivacy-p {
  padding: 30px 200px;
  color: #f1f1f1;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
}
/* ------------------E-service------------------- */
.E-Services-row {
  background-color: #f1f1f1;
  min-height: 200px;
  display: flex;
  align-content: center;
  padding: 50px 10px;
}
.E-Services-title {
  color: black;
  text-align: center;
}
#myGroup1 {
  padding: 30px 200px;
}
/* ------------------Relevant Legislation------------------- */
.RelevantLegislation {
  position: relative;
  display: flex;
  align-items: center;
}
.RelevantLegislation-row {
  background-color: #f1f1f1;
  padding: 50px 300px;
}
.RelevantLegislation-title {
  text-align: center;
  color: black;
}
.RelevantLegislation-p {
  padding: 30px 200px;
  color: black;
  text-align: justify;
}
.LinkStyle {
  text-decoration: none;
  color: black;
}
.LinkStyle:hover {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}
/* -------------------------------------------------- */
.PurposeOfCollecting-title {
  text-align: center;
}

/* -----------------------footer-distributed---------------------------- */

.footer-distributed {
  background-color: #1f468a;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font: normal 16px sans-serif;
  padding: 30px 50px;
}
.footer-distributed-row {
  background-color: #1f468a;
  padding: 50px 10px;
}
.footer-distributed-p {
  margin-bottom: 0;
  color: #f1f1f1;
  text-align: center;
}

.ContactUs-row {
  background-color: #1a7986;
  padding: 50px 300px;
}
.button-48 {
  border-radius: 30px;
  appearance: none;
  background-color: #ffffff;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 0.8em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1),
    background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
    color 100ms cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  min-width: 300px;
}
.button-48:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #1f468a;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 30px;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #ffffff;
}

.button-48 span {
  z-index: 1;
  position: relative;
}

.button-49 {
  border-radius: 30px;
  appearance: none;
  background-color: #1f8c9a;
  border-width: 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 0.8em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1),
    background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
    color 100ms cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  min-width: 200px;
}
.button-49:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #1f468a;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 30px;
}

.button-49:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-49:after {
  background-color: #ffffff;
}

.button-49 span {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .Acknowledging-p,
  .ProtectingYourPrivacy-p,
  .RelevantLegislation-p,
  .identification-p {
    padding: 30px 40px 0 40px;
  }

  .button-48,
  .button-49 {
    min-width: 350px;
    margin: 10px 0;
  }
  #myGroup,
  #myGroup1 {
    padding: 0;
  }
  .identification-col-img {
    display: none;
  }
  .collected-title,
  .Acknowledging-title,
  .PurposeOfCollecting-title,
  .ProtectingYourPrivacy-title,
  .RelevantLegislation-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .identification-row,
  .Acknowledging-row,
  .ProtectingYourPrivacy-row,
  .ContactUs-row,
  .RelevantLegislation-row {
    padding: 50px 10px;
  }
}
li {
  font-size: 1.2rem;
  line-height: 1.8;
}
