@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

/* css reset  */
/*! Note Use Rem Unit */
* {
  margin: 0px;
  padding: 0px;
}

:root {
  --primary: #682972;
  --secondary: #8cc63e;
  --secondary-dark: #6c9932;
  --tertiary: black;
  --quaternary: white;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
}

/** Header */
.top-banner {
  display: flex;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 2;
  align-items: center;
  justify-content: space-around;
  padding: 1rem 0rem;
  background-color: var(--secondary);
}
.top-banner-left,
.banner-left-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-banner-left img {
  width: 20px;
  margin-left: 2rem;
}
.top-banner a {
  text-decoration: none;
  color: #000;
  margin-left: 0.5rem;
  font-weight: 500;
}

header {
  background-color: rgb(255, 255, 255);
  box-shadow: 5px 5px 12px #8888887c;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  z-index: 2;
  top: 50px;
  width: 100vw;
  padding: 1rem 1rem;
  /* display: none; */
}
/* header-left-block  */
.header-left-block {
  display: flex;
  margin-left: 23px;
  align-items: center;
}
/* logo-block */
.logo {
  width: 230px;
}
/* navbar-link */
.nav-links {
  margin: 0px 23px;
  position: relative;
}
.nav-links ul {
  display: flex;
  list-style: none;
}
.nav-links a {
  margin: 0px 20px;
  font-size: 1.125rem;
  text-decoration: none;
  color: var(--tertiary);
  font-weight: 600;
  position: relative;
}
.nav-links ul li :hover {
  color: var(--secondary);
}
.nav-links a span {
  position: absolute;
  top: 4px;
  right: -20px;
}
.nav-links-block {
  position: absolute;
  top: 70px;
  left: 30%;
  background-color: var(--secondary);
  padding: 1rem 2rem;
  border-radius: 10px;
  display: none;
}
.nav-links-each ul {
  list-style: none;
  padding: 1rem 0rem;
}
.nav-links-each ul li {
  margin-bottom: 1rem;
}
.nav-links-each ul li a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  margin-bottom: 1rem;
}
.nav-links-top {
  display: flex;
  justify-content: space-between;
}
.nav-links-top img {
  margin-left: 1rem;
}
.nav-links-top h4 {
  font-size: 0.875rem;
  /* color: white; */
}
.nav-links-top a {
  font-size: 0.875rem;
  text-decoration: none;
  color: black;
  font-weight: 700;
}
.nav-links-each {
  position: relative;
  margin: 1rem 0px;
  background-color: white;
  padding: 1rem 1rem;
  border-radius: 5px;
}
.nav-links-top-sub-links {
  position: absolute;
  width: 220px;
  left: 220px;
  top: 0px;
  background-color: white;
  padding: 1rem 1rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  font-weight: 600;
}
.nav-links-top-sub-links-second {
  position: absolute;
  width: 250px;
  left: 220px;
  top: 0px;
  background-color: rgb(255, 255, 255);
  padding: 1rem 1rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.nav-links-each p {
  /* color: white; */
  font-size: 0.75rem;
}
/* header-right-block */
.header-right-block {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  margin-right: 23px;
}
/* right-block-btn  */
.right-block-btn {
  padding: 1rem 1rem;
  border: none;
  background-color: var(--primary);
  border-radius: 3px;
  margin-left: 1rem;
  transition: all 1s;
}
.right-block-btn a {
  text-decoration: none;
  font-size: 1rem;
  color: rgb(255, 255, 255);
}

.right-block-btn.hero {
  background-color: var(--secondary);
}
.accessibility-icon {
  cursor: pointer;
}
.accessibility-tool {
  position: absolute;
  top: 90px;
  background-color: var(--quaternary);
  padding: 1.5rem;
  border: 2px solid black;
  display: none;
}

.show {
  display: block;
}

.increase-block,
.decrease-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
  cursor: pointer;
}

.increase-block img,
.decrease-block img {
  width: 20px;
}

/** Hero Section */
.hero-section {
  /* height: 480px; */
  margin-top: 10rem;
  margin-bottom: 2rem;
  position: relative;
}

.swiper-container {
  /* width: 800px; */
  /* height: 650px; */
}
.bottom-blob {
  position: absolute;
  /* bottom: 0px; */
}
.swiper-slide {
  background-color: #682972;
  color: aliceblue;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: url(./images/team-supporting-invalid-coworker.jpg) no-repeat center; */
  height: 90dvh;
  position: relative;
  background-size: cover;
}

.swiper-slide.second {
  height: auto;
  padding: 3rem 0rem;
  background-color: transparent;
  color: black;
}

.reference-section {
  margin-top: 6rem;
  padding: 4rem;
}

.reference-section h4 {
  color: var(--secondary);
  text-align: center;
  font-size: 2rem;
}

.reference-slide-container {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.reference-slide-container h3 {
  color: var(--secondary-dark);
  font-style: italic;
}

.ref-slide-left-block,
.ref-slide-right-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.ref-slide-right-block p,
.ref-slide-left-block p {
  width: 80%;
  margin: auto;
  font-size: 1.3rem;
  /* line-height: 1.5rem; */
  font-weight: 500;
  text-align: center;
}

.ref-slide-left-block img,
.ref-slide-right-block img {
  width: 50px;
}

.swiper-slide:nth-of-type(2) {
  /* background: url(./images/full-shot-happy-disabled-friends-lifestyle.jpg) no-repeat center; */
}

.swiper-slide:nth-of-type(3) {
  /* background: url(./images/pexels-andrea-piacquadio-3768131.jpg) no-repeat center; */
  /* background-size: cover; */
}

.hero-slide-overlay {
  background-color: #2e2e2f82;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
}
.hero-slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* grid-template-columns: repeat(1, 1fr); */
  height: 100%;
  width: 100dvw;
}
.hero-slide-left-block {
  position: relative;
  z-index: 1111;
  padding: 2rem 10rem;
  text-align: center;
  color: #ffffff;
}
.hero-slide-left-block h1 {
  /* margin-top: 2rem; */
  width: 60%;
  margin: auto;
}
.hero-slide-left-block p {
  width: 60%;
  margin: auto;
}

.hero-slide-right-block {
  text-align: center;
  position: absolute;
}
.hero-slide-right-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  margin-bottom: 2rem;

  /* border-bottom-left-radius: 30%; */
  /* border-radius: 50%;
  border-top-left-radius: 30% ;
  /* border-top-right-radius: 0% ; */
  /* border-bottom-right-radius: 0% ; */
  /* -webkit-mask-image: url(data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/LS0+CiAgICAgICAgICAgICAgPHN2ZyBpZD0ic3ctanMtYmxvYi1zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSI+CiAgICAgICAgICAgICAgICAgICAgPGRlZnM+IAogICAgICAgICAgICAgICAgICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9InN3LWdyYWRpZW50IiB4MT0iMCIgeDI9IjEiIHkxPSIxIiB5Mj0iMCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3RvcCBpZD0ic3RvcDEiIHN0b3AtY29sb3I9InJnYmEoMjQ4LCAxMTcsIDU1LCAxKSIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN0b3AgaWQ9InN0b3AyIiBzdG9wLWNvbG9yPSJyZ2JhKDI1MSwgMTY4LCAzMSwgMSkiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgICAgICAgICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgICAgICAgICAgICAgIDwvZGVmcz4KICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9InVybCgjc3ctZ3JhZGllbnQpIiBkPSJNMjguNSwtMjguNkMzNi42LC0yMC41LDQyLjQsLTEwLjIsNDIuOSwwLjZDNDMuNSwxMS40LDM4LjgsMjIuNywzMC44LDMwLjdDMjIuNywzOC43LDExLjQsNDMuNCwwLjIsNDMuMkMtMTAuOSw0Mi45LC0yMS44LDM3LjgsLTMwLjEsMjkuOEMtMzguNCwyMS44LC00NCwxMC45LC00My42LDAuNEMtNDMuMSwtMTAsLTM2LjYsLTIwLC0yOC4zLC0yOC4xQy0yMCwtMzYuMiwtMTAsLTQyLjUsMC4xLC00Mi42QzEwLjIsLTQyLjcsMjAuNSwtMzYuNywyOC41LC0yOC42WiIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAgNTApIiBzdHJva2Utd2lkdGg9IjAiIHN0eWxlPSJ0cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlIDBzOyI+PC9wYXRoPgogICAgICAgICAgICAgIDwvc3ZnPg==); */
  /* -webkit-mask-image: url("./images/Vector.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center; */
}
.hero-slide-left-block {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.hero-slide-left-block h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.hero-slide-left-block p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}

/** Service Location */

/* service-section */
.service-block {
  /* padding: 6rem; */
  width: 85%;
  margin: auto;
  margin-top: 4rem;
}
.service-block-h {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

/* service-grid-container  */
.service-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  justify-content: center;
  /* align-items: center; */
}
/* service-grid-container-block */
.service-grid-container-block {
  color: white;
  padding: 3rem;
  border-radius: 2rem;
}

.service-grid-container-block:nth-of-type(5) {
  grid-column: 2 / 4;
}

.service-grid-container-block:nth-of-type(5) p {
  width: 90%;
}
/* grid-container-block-info */
.grid-container-block-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
/* info-logo-block */
.info-logo-block {
  display: flex;
  justify-content: center;
  background-color: #f0f0f0fe;
  border-radius: 5rem;
  padding: 1rem;
}
/* info-block-logo */
.info-block-logo {
  width: 50px;
}
/* info-block-link */
.info-block-link {
  text-decoration: none;
}
.info-block-link:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.info-block-link h1:hover {
  color: var(--secondary);
  text-decoration: underline;
}
/* info-block-heading */
.info-block-heading {
  color: rgb(0, 0, 0);
  font-size: 1.563rem;
  line-height: 2rem;
  font-weight: 600;
}
/* info-block-para */
.info-block-para {
  font-size: 1rem;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 1.5rem;
}

/** Location Section */
.location-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.location-container {
  width: 80%;
  margin: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.location-left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.location-left-block h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: var(--secondary);
}

.location-left-block p {
  font-size: 1.1rem;
  width: 80%;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

/** service-page  */
.service-hero-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10rem;
  height: 600px;
}

.service-hero-container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.service-hero-mid-block {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #ffffff;
  display: none;
}
.service-hero-mid-block h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--secondary);
}
.service-hero-mid-block h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.service-hero-mid-block p {
  font-size: 1.3rem;
  line-height: 2.5rem;
  width: 80%;
  text-align: center;
}
.service-content-container {
  width: 65%;
  margin: auto;
  margin-top: 8rem;
}
.service-content-container h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: var(--secondary-dark);
}
.service-content-container h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--secondary-dark);
}
.service-content-container p {
  font-size: 1.3rem;
  line-height: 2rem;
  width: 90%;
  margin-bottom: 2rem;
}

.quote-para {
  display: flex;
  align-items: flex-start;
  margin: 3rem 0rem;
  display: none;
}

.quote-para p {
  color: #648b31;
  font-size: 1rem;
  margin-left: 1rem;
  font-weight: 500;
}

.quote-para-info {
  padding-left: 1rem;
}
.quote-para.second p {
  color: #060606;
  font-size: 1rem;
  margin-left: 0rem;
  font-weight: 500;
}
.quote-para.second img {
  width: 150px;
  border-radius: 50%;
}
.quote-para h4 {
  color: var(--primary);
  margin-bottom: 1rem;
}
.service-content-img {
  text-align: center;
}
.service-content-img img {
  width: 650px;
  height: 450px;
  border-radius: 20px;
  margin-bottom: 4rem;
}

.service-content-container ul {
  list-style: none;
  margin-left: 2rem;
}
.service-content-container ul li {
  margin-bottom: 0.7rem;
}
.service-content-container ul li::before {
  content: "\2022";
  color: var(--secondary);
  font-weight: bold;
  display: inline-block;
  width: 2rem;
  margin-left: -2rem;
  margin-bottom: 0.5rem;
}
.service-content-container a {
  color: var(--secondary-dark);
}
.service-content-para.points {
  margin-bottom: 3rem;
}
.service-hero-mid-block h3 {
  text-align: center;
}

/** Contact Page Section */
.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 1rem 0rem;
  /* margin-bottom: 2rem; */
  margin-top: 12rem;
  border-top: solid 12px var(--primary);
  border-bottom: solid 10px var(--secondary);
  display: none;
}

.contact-container h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--primary);
}

.contact-container a {
  background-color: var(--primary);
  color: white;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bolder;
  padding: 0.8rem 1.2rem;
  border: none;
  text-decoration: none;
  border-radius: 0.125rem;
  margin-top: 1rem;
}

/** SIL Page */
.service-content-section {
  margin-bottom: 6rem;
}
.service-content-section.privacy {
  margin-top: 16rem;
}
.service-sil-content-section {
  margin-top: 7rem;
  margin-left: 0;
  margin-bottom: 5rem;
}
.service-sil-content-section h1 {
  font-size: 45px;
  font-weight: 600;
  color: #000;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}

.service-sil-content-container {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.sil-each-block {
  display: flex;
  flex-direction: column;
  background-color: var(--secondary);
  border-radius: 10px;
}

.sil-location-img-block img {
  width: 100%;
  border-radius: 10px;
}
.sil-info-block,
.sil-info-each {
  display: flex;
  align-items: center;
}
.sil-location-block,
.sil-info-block,
.sil-each-block a {
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.sil-location-block h4,
.sil-location-block h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sil-info-each {
  /* margin: 1rem; */
  margin-right: 1rem;
}
.sil-info-each h3 {
  font-size: 0.875rem;
}
.sil-info-each img {
  margin-right: 0.5rem;
}
.service-content-container.career h1,
.how-section-container h1 {
  text-align: center;
  color: var(--tertiary);
  font-size: 4.5rem;
  /* margin-bottom: 4rem; */
}
.service-content-container.career h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4rem;
}
.service-content-container.career p {
  text-align: center;
}
.service-content-container h1,
.testimonial-section h1,
.reference-section h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}

.reference-section h1 {
  line-height: 3rem;
  width: 65%;
  margin: auto;
  margin-top: 2rem;
}

/* position-section */
.position-section {
  margin-top: 8rem;
}
.position-container {
  width: 70%;
  margin: auto;
  border-radius: 20px;
  /* height: 400px; */
  background-color: var(--secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var();
  padding: 2rem;
}
.position-section h1 {
  width: 50%;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.position-container p {
  width: 60%;
  text-align: center;
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.position-container button {
  font-size: 1rem;
  font-weight: 600;
  color: black;
  background-color: var(--quaternary);
  border: none;
  border-radius: 6px;
  padding: 1rem 2rem;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}
.position-container.checklist {
  background-color: var(--primary);
  color: var(--quaternary);
}
.position-container button:hover {
  background-color: var(--tertiary);
  color: white;
  cursor: pointer;
}
/* submit-btn  */
.submit-btn {
  font-size: 1rem;
  color: white;
  background-color: var(--primary);
  border: none;
  border-radius: 6px;
  padding: 1rem 2rem;
  margin-top: 2rem;
  /* margin-left: 14rem; */
  transition: background-color 0.3s ease;
}
/* submit-btn-link :hover */
.submit-btn-link :hover {
  background-color: var(--secondary);
  cursor: pointer;
}
.submit-btn.second {
  margin-top: 0rem;
  margin-left: 0rem;
}
/* how-section */
.how-section {
  background-color: #f8f8f8;
  padding: 2rem 3rem;
  margin-top: 4rem;
}
/* how-section-container */
.how-section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  padding: 2rem;
}
/* how-container-content-block */
.how-container-content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* how-container-content-block h1 */
.how-container-content-block h1 {
  font-size: 2rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: #000;
}
/* how-container-content-block p */
.how-container-content-block p {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #000;
}
/* how-container-grid-block  */
.how-container-grid-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  grid-gap: 2rem;
  padding: 2rem 1rem;
}

/* grid-block-info */
.grid-block-info {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  border-radius: 10px;
  padding: 2rem 1rem;
  gap: 1rem;
  height: 300px;
  box-shadow: 4px 3px 5px rgba(52, 51, 51, 0.444);
}
.grid-block-info:nth-of-type(1) {
  background-color: var(--primary);
  color: var(--quaternary);
}
.grid-block-info:nth-of-type(2) {
  background-color: var(--secondary);
  color: var(--quaternary);
}
.grid-block-info:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.701);
  color: var(--quaternary);
}
.grid-block-info:nth-of-type(4) {
  background-color: rgb(1, 83, 189);
  color: var(--quaternary);
}
/* grid-block-info img */
.grid-block-info img {
  width: 23%;
}
/* grid-block-info h1 */
.grid-block-info h1 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
}
/* grid-block-info p  */
.grid-block-info p {
  font-size: 16px;
  line-height: 1.3rem;
  font-weight: 500;
  text-align: center;
}
.how-container-grid-block.career h2 {
  text-align: center;
  font-size: 1.125rem;
}

/** footer-block  */
.footer-section {
  margin-top: 80px;
  background-color: #24282f;
  padding: 1rem 4rem;
  margin-top: 8rem;
}
/* footer-top-content */
.footer-block-top-content {
  display: flex;
  /* padding: 1rem 2rem 4rem 2rem; */
  border-bottom: 1px solid gray;
}
/* left-block  */
.footer-top-left-block {
  display: flex;
  flex-direction: column;
  width: 300px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
/* logo-block  */
.left-block-logo {
  width: 13rem;
}
/* left-block-img  */
.left-block-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/* left-block-first-img  */
.left-block-first-img {
  width: 6.7rem;
}
/* mid-section  */
.footer-top-mid-block {
  display: flex;
  margin: 1rem;
}
/* mid-left-block  */
.mid-left-block {
  margin: 0rem 2.5rem;
}
/* mid-left-block-heading */
.mid-left-block-heading {
  font-size: 1.125rem;
  color: white;
  line-height: 2rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.706);
  line-height: 2rem;
}

.footer-section ul li a:hover {
  color: white;
}

.footer-section h1 {
  font-size: 1.125rem;
  color: white;
  line-height: 2rem;
}

/* mid-mid-block */
.mid-mid-block {
  margin: 2rem 2.5rem;
}

/* mid-right-block  */
.mid-right-block {
  margin: 0rem 2rem;
}

/* footer-right-block  */
.footer-right-block {
  margin: 1rem;
  margin-left: 0px;
  display: flex;
}
/* right-left-block  */
.footer-right-block-left-content-block {
  margin: 0rem 1rem;
}
/* right-right-block */
.footer-right-block-right-content-block {
  margin: 0rem 2.5rem;
  display: flex;
  align-items: flex-start;
}
/* right-top-block  */
.right-top-block {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}

/* right-mid-block */
.right-mid-block {
  /* margin: 2rem 0; */
  margin-right: 1rem;
}

/* footer-bottom-top-content */
.footer-bottom-top-block-content {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
}
/* bottom-left-block  */
.bottom-top-left-block {
  margin-top: 2rem;
}
/* logo-block */
.top-left-block-logos {
  border: 2px solid white;
  width: 20rem;
  color: white;
  margin: 1rem;
}
/* top-left-block-para */
.top-left-block-para {
  color: rgba(255, 255, 255, 0.673);
  font-size: 1rem;
  font-style: italic;
  line-height: 2rem;
}

/* bottom-top-right-block-heading */
.bottom-top-right-block-heading {
  font-size: 0.875rem;
  margin: 2rem;
  color: rgba(255, 255, 255, 0.644);
  margin-left: 16px;
}
/* bottom-top-right-block-span a  */
.bottom-top-right-block-span a {
  color: rgba(255, 255, 255, 0.644);
}
.bottom-top-right-block-span :hover {
  color: white;
}
/* bottom-top-right-block-images */
.bottom-top-right-block-images {
  margin: 2rem;
  display: flex;
  align-items: center;
  margin-left: 0px;
}
.top-right-block-image {
  width: 25px;
  margin: 0rem 0.5rem;
}

/* footer-bottom-bottom-block-content */
.footer-bottom-bottom-block-content {
  padding: 1rem 2rem;
}
/* bottom-block-content-first-heading */
.bottom-block-content-first-heading {
  color: rgba(255, 255, 255, 0.285);
  font-size: 0.875rem;
  display: inline;
}
/* bottom-block-content-first-link */
.bottom-block-content-first-link {
  text-decoration: none;
}
.bottom-block-content-first-link :hover {
  color: white;
}
/* bottom-block-content-second-link */
.bottom-block-content-second-link {
  color: rgba(255, 255, 255, 0.29);
  font-size: 0.813rem;
}
.bottom-top-left-text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-left-block-links {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
  width: 70%;
}
.top-left-block-links h1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 1rem 0rem;
}
.top-left-block-links p {
  font-size: 0.75rem;
  line-height: 2rem;
  color: white;
}
/* Referral-form-section */
.Referral-form-section {
  margin-top: 14rem;
}
/* Referral-form-container */
.Referral-form-container {
  width: 80%;
  margin: auto;
}
/* Referral-form */
.Referral-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
/* Referral-form h1 */
.Referral-form h1 {
  font-size: 2.375rem;
  line-height: 1rem;
  font-weight: 700;
  margin: 2rem;
  text-align: center;
}
/* referral-form-top-top-block */
.referral-form-top-top-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}
/* referral-form-top-top-block p */
.referral-form-top-top-block p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000;
}
/* top-block-drop-down */
.top-block-drop-down {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/* referral-form-top-top-block select */
.referral-form-top-top-block select {
  background-color: #d1d0da66;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  color: #000;
  transition: 0.5s;
  outline: none;
}
.referral-form-top-top-block select:focus {
  border: 1px solid rgb(206, 206, 206);
}
/* top-block-radio */
.top-block-radio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* radio-block-input */
.radio-block-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* top-block-input */
.top-block-input {
  display: flex;
  flex-direction: column;
}
/* top-block-input input */
.top-block-input input {
  background-color: #d1d0da66;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  margin: 0.5rem 0rem;
  transition: 0.5s;
  outline: none;
}
/* top-block-input input:focus */
.top-block-input input:focus {
  border: 1px solid rgb(206, 206, 206);
}

/* top-block-checkbox */
.top-block-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/* check-box-input */
.check-box-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/* top-block-client-info */
.top-block-client-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/* top-block-client-info h2 */
.top-block-client-info h2 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #000;
}
/* .top-bottom-block-inputs */
.top-bottom-block-inputs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/* flex-block */
.flex-block {
  display: flex;
  gap: 1rem;
}
/* flex-block input */
.flex-block input {
  width: 50%;
  font-size: 1rem;
  background-color: #d1d0da66;
  border: none;
  border-radius: 4px;
  transition: 0.5s;
  outline: none;
}
/* flex-block input:focus */
.flex-block input:focus {
  border: 1px solid rgb(206, 206, 206);
}
/* flex-block select */
.flex-block select {
  width: 53.1%;
  font-size: 1rem;
  background-color: #d1d0da66;
  border: none;
  border-radius: 4px;
  outline: none;
}
/* flex-block select:focus */
.flex-block select:focus {
  border: 1px solid rgb(206, 206, 206);
}
/* top-bottom-block-inputs input */
.top-bottom-block-inputs input {
  padding: 1rem 1.5rem 1rem 0.5rem;
  font-size: 1rem;
  background-color: #d1d0da66;
  border: none;
  border-radius: 4px;
  outline: none;
}
/* top-bottom-block-inputs input:focus */
.top-bottom-block-inputs input:focus {
  border: 1px solid rgb(206, 206, 206);
}
/* textarea */

/* top-block-client-info textarea */
.top-block-client-info textarea {
  padding: 1rem;
  font-size: 1rem;
  background-color: #d1d0da66;
  border: none;
  border-radius: 4px;
  outline: none;
}
/* top-block-client-info textarea:focus */
.top-block-client-info textarea:focus {
  border: 1px solid rgb(206, 206, 206);
}
/* referral-form-link */
.referral-form-link {
  text-decoration: none;
  margin: 1rem 0rem;
}
/* referral-form-submit-btn:hover */
.referral-form-submit-btn:hover {
  border: 2px solid #fa941b;
  background-color: white;
  color: #fa941b;
}
/* referral-form-submit-btn */
.referral-form-submit-btn {
  cursor: pointer;
  padding: 1rem 4rem;
  font-size: 1rem;
  color: white;
  background-color: #fa941b;
  border-radius: 4px;
  border: none;
  /* width: 200px; */
  /* text-align: center; */
}

/* feedback-section */
.feedback-section {
  margin-top: 10rem;
}
/* feedback-container */
.feedback-container {
  width: 80%;
  margin: auto;
  padding: 4rem;
}
/* feedback-container-top-info h1  */
.feedback-container-top-info h1 {
  color: #648b31;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4rem;
}
/* feedback-container-top-info p */
.feedback-container-top-info p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
/* top-info-list */
.top-info-list {
  margin: 2rem;
}
/* top-info-list ul */
.top-info-list ul {
  list-style: none;
}
/* top-info-list ul li */
.top-info-list ul li {
  margin-bottom: 0.7rem;
}
/* top-info-list ul li::before */
.top-info-list ul li::before {
  content: "\2022";
  color: var(--secondary);
  font-weight: bold;
  display: inline-block;
  width: 2rem;
  margin-left: -2rem;
  margin-bottom: 0.5rem;
}
/* top-info-list a */
.top-info-list a {
  color: var(--secondary-dark);
}
/* feedback-form-info h1  */
.feedback-form-info h1 {
  color: #648b31;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 4rem;
}
/* feedback-form  */
.feedback-form {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
/* feedback-top-input-block  */
.feedback-top-input-block {
  display: flex;
  flex-direction: column;
}
/* feedback-form input */
.feedback-form input {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #909090;
  font-size: 1.125rem;
  outline: none;
}
/* feedback-form input:focus */
.feedback-form input:focus {
  border: 1px solid #6c9932;
}
/* feedback-form input:hover */
.feedback-form input:hover {
  border: 1px solid #6c9932;
}
/* top-labal */
.top-labal {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  line-height: 3rem;
}
/* feedback-flex-block  */
.feedback-flex-block {
  display: flex;
  gap: 1rem;
}
/* feedback-flex-block span */
.feedback-flex-block span {
  width: 50%;
  display: flex;
  flex-direction: column;
}
/* feedback-top-textarea-block */
.feedback-top-textarea-block {
  display: flex;
  flex-direction: column;
}
/* feedback-top-textarea-block textarea  */
.feedback-top-textarea-block textarea {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #909090;
  font-size: 1.125rem;
  outline: none;
}
/* feedback-top-textarea-block textarea:focus */
.feedback-top-textarea-block textarea:focus {
  border: 1px solid #6c9932;
}
/* feedback-top-textarea-block textarea:hover */
.feedback-top-textarea-block textarea:hover {
  border: 1px solid #6c9932;
}
/* feedback-radio-block */
.feedback-radio-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* feedback-radio-block p */
.feedback-radio-block p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  line-height: 1rem;
}
/* feedback-radio-block-input */
.feedback-radio-block-input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 600;
}
/* feedback-submit-link */
.feedback-submit-link {
  background-color: #6c9932;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: 1s;
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
/* feedback-submit-btn */
.feedback-submit-btn {
  border: none;
  background-color: #ffffff00;
}
/* feedback-submit-link:hover */
.feedback-submit-link:hover {
  background-color: #86b205;
}

/* career-pagee-css  */
/* testimonial-section */
.testimonial-section {
  margin-top: 8rem;
  color: white;
}
/* textimonial-container  */
.textimonial-container {
  width: 65%;
  margin: auto;
  border-radius: 10px;
  /* padding: 3rem; */
  /* background-color: #682972; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
/* textimonial-container h1 */
.textimonial-container h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  color: #000000ad;
  margin-bottom: 0rem;
}
/* textimonial-container h2 */
.textimonial-container h2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: #000000e3;
}

.textimonial-container h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--secondary-dark);
}
/* textimonial-flex-block  */
.textimonial-flex-block {
  /* background-color: #6c9932; */
  width: 90%;
  padding: 4rem;
  padding-top: 2rem;
  margin-top: 8rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding-left: 0px;
}
/* textimonial-flex-block p */
.textimonial-flex-block p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #000;
}
/* testimonial-logo-block */
.testimonial-logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8rem;
  gap: 1rem;
}
/* t-logo */
.t-logo {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 3px solid #6c9932;
  box-shadow: 2px 2px 5px #24282f65;
  object-fit: cover;
}

.Referral-form-section {
  margin-bottom: 6rem;
}

.feedback-section {
  margin-bottom: 6rem;
}

/* .testimonial-logo-block .left-arrow {
  rotate: 180deg;
} */

/**Media Quiries  */
@media (max-width: 1250px) {
  .hero-slide-right-block img {
    width: 500px;
    height: 300px;
    object-fit: cover;
  }
  .service-grid-container {
    grid-gap: 1rem;
  }
}

@media (max-width: 1024px) {
  .service-grid-container-block {
    padding: 2rem;
  }

  .service-block {
    width: 90%;
  }
}

@media (max-width: 860px) {
  header {
    margin-top: 4rem;
  }

  .top-banner {
    height: 80px;
    padding: 1rem 1rem;
  }

  .top-banner-left,
  .banner-left-block {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .top-banner-right {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  .banner-left-block {
    flex-direction: row;
    margin-bottom: 1rem;
  }

  .top-banner-left img {
    margin-left: 0px;
  }

  .logo {
    width: 165px;
  }
  .nav-links a {
    font-size: 0.875rem;
  }
  .service-hero-container {
    margin-top: 9rem;
  }
  .service-hero-mid-block h1 {
    font-size: 3rem;
  }
  .service-hero-mid-block p {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .service-content-img img {
    width: 100%;
    object-fit: cover;
  }
  .service-hero-mid-block {
    padding: 0rem 1rem;
  }
  .service-hero-mid-block h3 {
    text-align: center;
  }
  .how-container-grid-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav-links a span img {
    width: 12px;
  }
  .right-block-btn a {
    font-size: 0.813rem;
  }
  .hero-slide-left-block h1 {
    font-size: 2.5rem;
  }
  .hero-slide-left-block p {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .hero-slide-right-block img {
    width: 400px;
    height: 250px;
  }
  .hero-slide-left-block {
    padding: 5rem 3rem;
  }
  .service-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-grid-container-block:nth-of-type(5) {
    grid-column: 1 / 3;
  }

  .location-container {
    width: 85%;
  }
  .location-right-block img {
    width: 100%;
  }

  .footer-block-top-content {
    flex-direction: column;
    align-items: center;
  }
  .footer-section {
    padding: 1rem 2rem;
  }
  .footer-bottom-top-block-content {
    padding: 1rem 1rem;
  }
  .footer-bottom-bottom-block-content {
    padding: 1rem 1rem;
  }
  .accessibility-tool {
    right: 60px;
    padding: 1rem;
  }
}

@media (max-width: 660px) {
  header {
    margin-top: 4rem;
  }

  .top-banner {
    height: 80px;
    padding: 1rem 0rem;
  }

  .top-banner-left,
  .banner-left-block {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .banner-left-block {
    flex-direction: row;
    margin-bottom: 1rem;
  }

  .top-banner-left img {
    margin-left: 0px;
  }

  .header-left-block {
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0rem;
    align-items: start;
  }
  .nav-links {
    margin-left: 0rem;
  }
  .nav-links-block {
    top: 140px;
    left: 8%;
  }
  .nav-links-top h4 {
    font-size: 0.75rem;
  }
  .nav-links-top a {
    font-size: 0.75rem;
  }
  .nav-links-each ul li a {
    font-size: 0.75rem;
  }
  .nav-links-top-sub-links {
    width: 160px;
    left: 190px;
  }
  .nav-links-top-sub-links-second {
    width: 160px;
    left: 195px;
  }
  .hero-section {
    margin-top: 10rem;
  }
  .service-content-container p {
    font-size: 1.1rem;
    width: 100%;
  }
  .location-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .reference-slide-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .feedback-section {
    margin-top: 16rem;
    margin-bottom: 6rem;
  }

  .Referral-form-section {
    margin-bottom: 6rem;
    margin-top: 20rem;
  }
  .textimonial-flex-block {
    width: 90%;
  }
  .accessibility-tool {
    right: 60px;
    top: 120px;
    padding: 1rem;
  }
}

@media (max-width: 520px) {
  .top-banner a {
    font-size: 0.75rem;
  }
  .nav-links a span {
    right: -12px;
  }
  .nav-links a {
    font-size: 0.75rem;
    margin: 0px 10px;
  }
  .nav-links a span img {
    width: 10px;
  }
  .right-block-btn a {
    font-size: 0.625rem;
  }
  .right-block-btn {
    padding: 0.7rem;
  }
  .accessibility-icon {
    width: 20px;
    margin-right: 10px;
    display: none;
  }
  .hero-slide-right-block img {
    width: 80%;
    height: 350px;
  }
  .hero-slide-left-block h1 {
    font-size: 1.7rem;
  }
  .hero-slide-left-block p {
    font-size: 1rem;
  }
  .hero-slide-left-block {
    padding: 5rem 2rem;
  }
  .service-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-grid-container-block:nth-of-type(5) {
    grid-column: 1 / 2;
  }
  .service-block {
    margin-top: 0rem;
  }
  .location-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .location-left-block h1 {
    font-size: 2rem;
  }
  .service-block-h {
    font-size: 2rem;
  }
  .how-section-container {
    padding: 0rem;
  }
  .how-container-grid-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-content-container.career h3 {
    font-size: 2rem;
  }
  .position-section h1 {
    font-size: 2rem;
  }
  .position-container p {
    font-size: 1rem;
  }
  .bottom-top-right-block-images {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-bottom-top-block-content {
    padding: 1rem 0rem;
  }
  .right-block-btn {
    margin-left: 0px;
  }
  .header {
    padding: 0px 1rem;
  }
  .right-block-btn a {
    font-size: 0.5rem;
  }
  .header {
    margin-top: 3.5rem;
  }

  .textimonial-container {
    width: 80%;
    align-items: flex-start;
  }

  .textimonial-flex-block {
    padding: 0px;
    width: 85%;
    align-items: start;
  }

  .t-logo {
    width: 150px;
    height: 150px;
  }
  .textimonial-container h1 {
    font-size: 1.375rem;
  }
  .service-content-container h1,
  .testimonial-section h1,
  .reference-section h1 {
    font-size: 1.625rem;
  }
  .footer-right-block-right-content-block {
    flex-direction: column;
    gap: 10px;
  }
}

.font-increase {
  font-size: 20px;
}
