:root {
  --primaryColor: #0000ff;
  --secondaryColor: #e4e9ff;
  --blackColor: #000;
  --whiteColor: #fff;
  --greyColor: #6e6e6e;
  --h1-60-px-exo-2-font-family: "Exo 2";
  --h1-60-px-exo-2-font-weight: 700;
  --h1-60-px-exo-2-font-size: 60px;
  --h1-60-px-exo-2-letter-spacing: 0px;
  --h1-60-px-exo-2-line-height: normal;
  --h1-60-px-exo-2-font-style: normal;
  --h2-40-px-exo-2-font-family: "Exo 2";
  --h2-40-px-exo-2-font-weight: 700;
  --h2-40-px-exo-2-font-size: 40px;
  --h2-40-px-exo-2-letter-spacing: 0px;
  --h2-40-px-exo-2-line-height: normal;
  --h2-40-px-exo-2-font-style: normal;
  --h3-30-px-exo-2-font-family: "Exo 2";
  --h3-30-px-exo-2-font-weight: 400;
  --h3-30-px-exo-2-font-size: 30px;
  --h3-30-px-exo-2-letter-spacing: 0px;
  --h3-30-px-exo-2-line-height: normal;
  --h3-30-px-exo-2-font-style: normal;
  --h4-25-px-exo-2-font-family: "Exo 2";
  --h4-25-px-exo-2-font-weight: 400;
  --h4-25-px-exo-2-font-size: 25px;
  --h4-25-px-exo-2-letter-spacing: 0px;
  --h4-25-px-exo-2-line-height: normal;
  --h4-25-px-exo-2-font-style: normal;
  --h5-20-px-exo-2-font-family: "Exo 2";
  --h5-20-px-exo-2-font-weight: 400;
  --h5-20-px-exo-2-font-size: 20px;
  --h5-20-px-exo-2-letter-spacing: 0px;
  --h5-20-px-exo-2-line-height: normal;
  --h5-20-px-exo-2-font-style: normal;
  --p-18-px-alegreya-sans-font-family: "Alegreya Sans";
  --p-18-px-alegreya-sans-font-weight: 400;
  --p-18-px-alegreya-sans-font-size: 18px;
  --p-18-px-alegreya-sans-letter-spacing: 0px;
  --p-18-px-alegreya-sans-line-height: normal;
  --p-18-px-alegreya-sans-font-style: normal;
  --small-16-px-alegreya-sans-font-family: "Alegreya Sans";
  --small-16-px-alegreya-sans-font-weight: 400;
  --small-16-px-alegreya-sans-font-size: 16px;
  --small-16-px-alegreya-sans-letter-spacing: 1.6px;
  --small-16-px-alegreya-sans-line-height: 0px;
  --small-16-px-alegreya-sans-font-style: normal;
  --hnum-60-px-Londrina-font-family: "Londrina";
  --hnum-60-px-Londrina-font-weight: 500;
  --hnum-60-px-Londrina-font-size: 60px;
  --hnum-60-px-Londrina-letter-spacing: 0px;
  --hnum-60-px-Londrina-line-height: normal;
  --hnum-60-px-Londrina-font-style: normal;
}

@font-face {
  font-family: "Exo_2";
  src: url(../assets/Font/Exo_2/Exo2-Regular.ttf);
}

@font-face {
  font-family: "Alegreya_Sans";
  src: url(../assets/Font/Alegreya_Sans/AlegreyaSans-Regular.ttf);
}

@font-face {
  font-family: "Londrina";
  src: url(../assets/Font/Londrina/LondrinaOutline-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x:hidden;
  font-family: "Exo_2";
  background-color: var(--whiteColor);
   max-width: 100%;
}

.page_title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2%;
}

.page_title .page_header {
  font-family: var(--h2-40-px-exo-2-font-family);
  font-size: var(--h2-40-px-exo-2-font-size);
  font-weight: var(--h2-40-px-exo-2-font-weight);
}

.page_title .page_subheader {
  font-family: var(--small-16-px-alegreya-sans-font-family);
  font-size: var(--small-16-px-alegreya-sans-font-size);
  font-weight: var(--small-16-px-alegreya-sans-font-weight);
}

.dropdown_menu li .action_btn {
  width: 100%;
  justify-content: center;
  display: flex;
}

.hero {
  background-image: url(../assets/bnr_transparent.png);
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.arrow-image {
  transform: rotate(180deg);

  margin-right: 100px;
}

.main-arrow {
  left: 1197px;
  width: 100px;
}

.container-hero {
  margin: auto;
  width: 100%;
  height: auto;
}

.container-hero-2 {
  width: 91%;
  margin: 30px auto;
  height: 100%;
  display: flex;
}

.hero-wrapper {
  margin-top: auto;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro_container {
  width: 40%;
  margin: 0% -5% 0% 0%;
}

.box {
  width: 45%;
  margin: 0% -5% 0% 0%;
}

.hero-image {
  position: relative;
  width: 100%;
  height: 90%;
}

.box .rectangle {
  left: 85px;
  width: 475px;
  height: 588px;
  top: 0;
  border-radius: 150px;
  border-right-width: 2px;
  border-right-style: solid;
  border-color: var(--primaryColor);
}

.box .div {
  right: 20px;
  position: absolute;
  width: 469px;
  height: 588px;
  top: 0;
  border-radius: 150px;
  border-right-width: 2px;
  border-right-style: solid;
  border-color: var(--primaryColor);
}

.box .rectangle-2 {
  right: 20px;
  position: absolute;
  width: 469px;
  height: 588px;
  top: 0;
  border-radius: 150px;
  border-right-width: 2px;
  border-right-style: solid;
  border-color: var(--primaryColor);
}

.box .rectangle-3 {
  right: 20px;
  position: absolute;
  width: 469px;
  height: 588px;
  top: 0;
  border-radius: 150px;
  border-right-width: 2px;
  border-right-style: solid;
  border-color: var(--primaryColor);
}

.box .img {
  position: absolute;
  /* width: calc(100% - 75px); */
  height: 575px;
  object-fit: fill;
  top: 2px;
  right: 20px;
  border-radius: 150px;
  transform: rotate(-1deg);
}

.box .hero-stats {
  position: absolute;
  width: 150px;
  height: 212px;
  top: 50%;
  transform: translateY(-50%);
}

.box .overlap-group {
  margin-top: 60%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box .text-wrapper {
  font-family: "Exo_2";
  font-weight: var(--h2-40-px-exo-2-font-weight);
  color: var(--whiteColor);
  font-size: var(--h2-40-px-exo-2-font-size);
  letter-spacing: var(--h2-40-px-exo-2-letter-spacing);
  line-height: var(--h2-40-px-exo-2-line-height);
  white-space: nowrap;
  font-style: var(--h2-40-px-exo-2-font-style);
}

.box .text-wrapper-2 {
  font-family: var(--h4-25-px-exo-2-font-family);
  font-weight: var(--h4-25-px-exo-2-font-weight);
  color: var(--whiteColor);
  font-size: var(--h4-25-px-exo-2-font-size);
  text-align: center;
  letter-spacing: var(--h4-25-px-exo-2-letter-spacing);
  line-height: var(--h4-25-px-exo-2-line-height);
  font-style: var(--h4-25-px-exo-2-font-style);
}

.intro_1 {
  margin-top: 25px;
  font-family: var(--h1-60-px-exo-2-font-family);
  font-weight: var(--h1-60-px-exo-2-font-weight);
  margin-bottom: 25px;
}

.group {
  width: auto;
  height: auto;
  background-color: var(--whiteColor);
  border-radius: 100px;
  background: linear-gradient(180deg,
      rgba(0, 0, 255, 0.75) 0%,
      rgba(0, 0, 191, 0.5) 100%);
  padding: 20px 30px;
}

.group .text-wrapper {
  font-family: "Exo 2-Bold";
  font-weight: 700;
  color: var(--whiteColor);
  font-size: 60px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.custom-button {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rectangle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-radius: 24px;
  font-size: 16px;
  transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: var(--h5-20-px-exo-2-font-family);
  font-weight: var(--h5-20-px-exo-2-font-weight);
  font-style: var(--h5-20-px-exo-2-font-style);
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-radius: 50%;
  margin-left: 12px;
  transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: rotate(-45deg);
}

.custom-button:hover .rectangle {
  order: 1;
}

.custom-button:hover .circle {
  order: -1;
  margin-left: 0;
  margin-right: 12px;
}

.download_btn {
  color: var(--whiteColor);
    background-color: var(--blackColor);
    font-family: var(--h5-20-px-exo-2-font-family);
    font-weight: var(--h5-20-px-exo-2-font-weight);
    font-size: var(--h5-20-px-exo-2-font-size);
    font-style: var(--h5-20-px-exo-2-font-style);
    border-radius: 24px;
    padding: 10px 20px;
    border: none;
}

.download_btn:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.conatiner_btn {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 90%;
}

.animationimg {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 5%;
  flex-direction: row;
  align-items: center;
}

.twitter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: var(--blackColor);
  color: var(--secondaryColor);
  transition: background-color 0.3s, color 0.3s;
}

.twitter-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.linkedin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: var(--blackColor);
  color: var(--secondaryColor);
  transition: background-color 0.3s, color 0.3s;
}

.linkedin-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.github-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: var(--blackColor);
  color: var(--secondaryColor);
  transition: background-color 0.3s, color 0.3s;
}

.github-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.envelope-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: var(--blackColor);
  color: var(--secondaryColor);
  transition: background-color 0.3s, color 0.3s;
}

.envelope-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.achievements .assets_shape {
  margin-top: -3%;
  margin-left: 5%;
}

.achievements {
  display: flex;
  justify-content: space-around;
  background-color: var(--secondaryColor);
  padding: 20px;
  border-radius: 14px;
  height: auto;
}

.achievements .achievement_one {
  text-align: center;
  width: 33%;
}

.achievements .number {
  color: var(--primaryColor);
  font-family: var(--hnum-60-px-Londrina-font-family);
  font-size: var(--hnum-60-px-Londrina-font-size);
  font-weight: var(--hnum-60-px-Londrina-font-weight);
}

.achievements .achievement_two {
  text-align: center;
  width: 33%;
  margin-top: 2%;
}

.achievements .achievement_three {
  text-align: center;
  width: 33%;
  margin-top: 5%;
}

.achievements h3 {
  font-family: var(--h3-30-px-exo-2-font-family);
  font-weight: var(--h3-30-px-exo-2-font-weight);
  font-style: var(--h3-30-px-exo-2-font-style);
  margin: 0;
}

.work_experience_main {
  padding: 20px;
  background-color: var(--whiteColor);
}

.work_experience_title {
  display: flex;
  font-family: var(--h2-40-px-exo-2-font-family);
  font-weight: var(--h2-40-px-exo-2-font-weight);
  color: var(--blackColor);
  font-size: var(--h2-40-px-exo-2-font-size);
  text-align: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}

.icon_arrow {
  transform: rotate(-90deg);
}

.work_experience_main .experienced {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  font-family: var(--p-18-px-alegreya-sans-font-family);
  font-weight: var(--p-18-px-alegreya-sans-font-weight);
  color: var(--greyColor);
  text-align: center;
  letter-spacing: var(--p-18-px-alegreya-sans-letter-spacing);
  line-height: var(--p-18-px-alegreya-sans-line-height);
  font-style: var(--p-18-px-alegreya-sans-font-style);
}

.work_experience_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: var(--secondaryColor);
  border-radius: 14px;
}

.timeline {
  position: relative;
  padding: 20px 0;
  margin: 20px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: var(--primaryColor);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
  position: relative;
  width: 50%;
  left: 50%;
  box-sizing: border-box;
}

.timeline-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--whiteColor);
  border: 3px solid var(--primaryColor);
  border-radius: 50%;
  top: 15px;
  left: -10px;
  z-index: 1;
}

.timeline-item:nth-child(odd) {
  left: 0;
  justify-content: flex-start;
}

.timeline-item:nth-child(odd)::before {
  left: auto;
  right: -10px;
}

.timeline-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: var(--whiteColor);
  margin: 0 20px;
  flex-shrink: 0;
}

.timeline-logo img {
  max-width: 80%;
  max-height: 80%;
}

.timeline-content {
  padding: 15px 20px;
  background-color: var(--whiteColor);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  max-width: 400px;
}

.timeline-content h5 {
  display: flex;
  margin: 0;
  font-size: 1.25rem;
  color: var(--primaryColor);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.timeline-content h6 {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: bold;
}

.timeline-content p {
  margin: 5px 0 0;
}

.years {
  font-size: 0.9rem;
  color: var(--greyColor);
}

.testimonial_main {
  padding: 20px;
  background-color: var(--secondaryColor);
}

.testimonial_title {
  display: flex;
  font-family: var(--h2-40-px-exo-2-font-family);
  font-weight: var(--h2-40-px-exo-2-font-weight);
  color: var(--blackColor);
  font-size: var(--h2-40-px-exo-2-font-size);
  text-align: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1rem;
  /* overflow: hidden; */
  position: relative;
}

.section_card {
  text-align: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 3rem 1rem 1rem;
  background-color: var(--whiteColor);
  border-radius: 14px;
  transition: opacity 1s ease-in-out;
}

.section_card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-65%, -65%);
  width: 80%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--primaryColor);
  z-index: -1;
  transition: 0.5s;
}

.section_card span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  font-size: 2rem;
  size: 10%;
  color: var(--whiteColor);
}

.section_card h4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primaryColor);
  transition: 0.3s;
}

.section_card p {
  margin-bottom: 1.5rem;
  color: var(--greyColor);
  transition: 0.3s;
}

.section_card img {
  margin-bottom: 1rem;
  max-width: 80px;
  border-radius: 100%;
  border: 2px solid var(--primaryColor);
  transition: 0.3s;
}

.section_card h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primaryColor);
  transition: 0.3s;
}

.section_card h6 {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--blackColor);
  transition: 0.3s;
}

.section_card:hover::before {
  width: 525%;
}

.section_card:hover :is(h4, h5) {
  color: var(--whiteColor);
}

.section_card:hover :is(p, h6) {
  color: var(--secondaryColor);
}

.section_card:hover img {
  border-color: var(--whiteColor);
}

.pagination-controls {
  text-align: center;
  margin-top: 20px;
}

.pagination-controls button {
  background-color: var(--blackColor);
  border: none;
  color: var(--whiteColor);
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.pagination-controls button:hover {
  background-color: var(--primaryColor);
}

.pagination-controls .active {
  background-color: var(--primaryColor);
}

.professional_section {
  padding: 20px;
  background-color: var(--whiteColor);
}

.professional_section .description {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  font-family: var(--p-18-px-alegreya-sans-font-family);
  font-weight: var(--p-18-px-alegreya-sans-font-weight);
  color: var(--greyColor);
  font-size: var(--p-18-px-alegreya-sans-font-size);
  text-align: center;
  letter-spacing: var(--p-18-px-alegreya-sans-letter-spacing);
  line-height: var(--p-18-px-alegreya-sans-line-height);
  font-style: var(--p-18-px-alegreya-sans-font-style);
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-wrapper {
  display: flex;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: -webkit-fill-available;
}

.slide {
  display: flex;
  flex: 1 0 100%;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.slide img {
  width: 130px;
  /* height: 130px; */
  object-fit: fill;
  margin-right: 20px;
}

.slider-pagination {
  text-align: center;
  margin-top: 10px;
}

.slider-pagination .dot {
  background-color: var(--primaryColor);
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-pagination .dot.active {
  background-color: var(--blackColor);
}

.schedule_meet_banner {
  width: 100%;
  height: auto;
  background-color: var(--secondaryColor);
  padding: 20px;
}

.schedule_meet_banner .hero_banner_image {
  width: auto;
  height: 400px;
  padding: 2% 2% 2% 3%;
  border-radius: 150px;
  transform: rotate(-1deg);
}

.schedule_meet_banner .banner_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.schedule_meet_banner .banner_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.schedule_meet_banner .banner_section .gretting {
  display: flex;
  width: 30%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.schedule_meet_banner .banner_section .gretting .hello_icon {
  width: 76px;
  height: 76px;
}

.schedule_meet_banner .banner_section .gretting h1 {
  font-family: "Exo_2";
  font-weight: 800;
  font-size: var(--h1-60-px-exo-2-font-size);
  font-style: var(--h1-60-px-exo-2-font-style);
  color: #ced7ff;
}

.schedule_meet_banner .banner_section h1 {
  font-family: "Exo_2";
  font-size: var(--h1-60-px-exo-2-font-size);
  font-style: var(--h1-60-px-exo-2-font-style);
}

.contact_us {
  display: flex;
  background-image: url(../assets/map-transparent.png);
  padding: 5%;
  flex-direction: row;
  justify-content: space-between;
}

.contact_us .contact_us_section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
}

.contact_us .contact_us_title {
  display: flex;
  font-family: var(--h2-40-px-exo-2-font-family);
  font-weight: var(--h2-40-px-exo-2-font-weight);
  color: var(--blackColor);
  font-size: var(--h2-40-px-exo-2-font-size);
  margin: 2%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}

.contact_us .contact_us_subheading {
  font-family: var(--h2-40-px-exo-2-font-family);
  font-size: var(--h2-40-px-exo-2-font-size);
  font-weight: var(--h2-40-px-exo-2-font-weight);
  font-style: var(--h2-40-px-exo-2-font-style);
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-item i {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border-radius: 50%;
  padding: 10px;
  font-size: 24px;
  margin-right: 15px;
}

.contact-details {
  display: flex;
  flex-direction: column;
}

.contact-title {
  font-weight: bold;
  color: var(--blackColor);
  margin: 0;
}

.contact-details .contact-info {
  color: var(--primaryColor);
  margin: 0% 0% 0% 0%;
}

.contact-info a {
  color: var(--primaryColor);
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: none;
}

.contact_us .form-container {
  background-color: var(--secondaryColor);
  padding: 20px;
  border-radius: 15px;
}

.contact_us #error_message {
  margin-bottom: 20px;
  padding: 0px;
  background: #fe8b8e;
  text-align: center;
  font-size: var(--small-16-px-alegreya-sans-font-size);
  transition: all 0.5s ease;
}

.contact_us .form-control {
  border-radius: 10px;
  margin-bottom: 15px;
}

.contact_us .form_btn {
  background-color: var(--blackColor);
  font-size: medium;
  color: var(--whiteColor);
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 24px;
}

.contact_us .form_btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  text-decoration: none;
  cursor: pointer;
}

.footer {
  background-color: var(--secondaryColor);
  border-top: 1px solid #929ba3;
  color: #000;
  padding: 20px 0;
  text-align: center;
}

.contact-info {
  margin: 20px 0;
}

.contact-info p {
  margin: 5px 0;
}

.contact-info i {
  margin-right: 8px;
}

.contact-info a {
  color: var(--primaryColor);
  text-decoration: none;
}

.footer {
  background-color: #e0e8f9;
  padding: 10px 0;
  text-align: center;
}

.footer .social-links {
  justify-content: center;
}

.container-footer {
  margin: 0 auto;
  padding: 0 20px;
}

.contact-info {
  margin: 20px 0;
}

.contact-info p {
  margin: 5px 0;
}

.contact-info i {
  margin-right: 8px;
}

.contact-info a {
  color: var(--primaryColor);
  text-decoration: none;
}

.footer-bottom {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: var(--primaryColor);
  text-decoration: none;
  font-weight: bold;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-contact-details {
  margin-left: 20%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 20%;
}

.footer-contact-details p {
  color: var(--primaryColor);
  text-decoration: none;
  font-weight: bold;
}

.error_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {

  .navbar .links,
  .navbar .action_btn,
  .arrow-image {
    display: none;
  }

  .navbar .toggle_btn {
    display: block;
  }

  .dropdown_menu {
    display: block;
    right: 0;
    left: auto;
    width: 100%;
    z-index: 9999;
  }

  .container-hero-2 {
    flex-direction: column;
    align-items: center;
  }

  .intro_container {
    width: 100%;
    margin: 0;
    text-align: start;
  }

  .box {
    display: none;
  }

  .animationimg {
    justify-content: center;
  }

  .conatiner_btn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .group {
    padding: 15px 25px;
    border-radius: 80px;
  }

  .group .text-wrapper {
    font-size: 50px;
  }

  .rectangle {
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }

  .circle {
    width: 44px;
    height: 44px;
  }

  .custom-button,
  .download_btn {
    width: 80%;
    margin: 10px 0;
  }

  .achievements {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .achievements .achievement_one,
  .achievements .achievement_two,
  .achievements .achievement_three {
    width: 100%;
    margin-top: 10px;
  }

  .achievements .achievement_two {
    margin-top: 10px;
  }

  .achievements .achievement_three {
    margin-top: 10px;
  }

  .achievements .number {
    font-size: 3rem;
  }

  .achievements h3 {
    font-size: 1.25rem;
  }

  .section-grid {
    grid-template-columns: 1fr;
  }

  .testimonial_title {
    font-size: 1.5rem;
    gap: 2rem;
  }

  .section_card {
    padding: 2rem 1rem 1rem;
  }

  .section_card h4 {
    font-size: 1.25rem;
  }

  .section_card h5 {
    font-size: 1rem;
  }

  .section_card h6 {
    font-size: 0.875rem;
  }

  .image_section .first_section {
    flex-direction: column;
  }

  .image_section .first_section a {
    margin-bottom: 15px;
  }

  .image_section .first_section a img {
    width: 80%;
    height: auto;
  }

  .schedule_meet_banner .banner_section {
    flex-direction: column;
    align-items: center;
  }

  .schedule_meet_banner .hero_banner_image {
    height: 300px;
  }

  .schedule_meet_banner .banner_content {
    align-items: center;
    text-align: center;
  }

  .schedule_meet_banner .banner_section .gretting {
    width: 100%;
    justify-content: center;
  }

  .schedule_meet_banner .banner_section .gretting h1 {
    font-size: 40px;
  }

  .schedule_meet_banner .banner_section h1 {
    font-size: 40px;
  }

  .contact_us {
    flex-direction: column;
    align-items: center;
  }

  .contact_us .contact_us_section {
    align-items: center;
  }

  .contact_us .contact_us_title {
    align-items: center;
    text-align: center;
  }

  .contact_us .contact_us_subheading {
    text-align: center;
  }

  .contact_us .form-container {
    width: 80%;
  }

  .footer-contact-details {
    margin-left: 10%;
    margin-right: 10%;
    flex-direction: column;
  }

  .error_section img {
    width: 400px;
    height: auto;
  }

  .error_section h2 {
    font-size: 1.5rem;
  }

  .error_section p {
    font-size: 1.2rem;
  }

  .download_btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 768px) {
  .group {
    padding: 10px 20px;
    border-radius: 60px;
  }

  .group .text-wrapper {
    font-size: 40px;
    white-space: normal;
  }

  .rectangle {
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
  }

  .circle {
    width: 40px;
    height: 40px;
  }

  .section-grid {
    grid-template-columns: 1fr;
  }

  .section_card {
    padding: 2rem 1rem 1rem;
  }

  .section_card h4 {
    font-size: 1rem;
  }

  .section_card h5 {
    font-size: 0.875rem;
  }

  .section_card h6 {
    font-size: 0.75rem;
  }

  .professional_section .description {
    font-size: 16px;
  }

  .image_section .first_section {
    flex-direction: column;
  }

  .image_section .first_section a {
    width: 80%;
    margin-bottom: 10px;
  }

  .image_section .first_section a img {
    width: 70%;
    height: auto;
  }

  .schedule_meet_banner .banner_section .gretting h1 {
    font-size: 35px;
  }

  .schedule_meet_banner .banner_section h1 {
    font-size: 35px;
  }

  .contact_us .contact_us_title {
    font-size: 30px;
    gap: 1rem;
  }

  .contact_us .contact_us_subheading {
    font-size: 25px;
  }

  .contact_us .form-container {
    width: 90%;
  }

  .footer-contact-details {
    margin-left: 5%;
    margin-right: 5%;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .error_section img {
    width: 300px;
    height: auto;
  }

  .error_section h2 {
    font-size: 1.3rem;
  }

  .error_section p {
    font-size: 1rem;
  }

  .download_btn {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }
}

@media (max-width: 576px) {
  .dropdown_menu {
    right: auto;
    left: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .intro_1 {
    font-size: 24px;
  }

  .group {
    padding: 5px 15px;
    border-radius: 40px;
  }

  .group .text-wrapper {
    font-size: 30px;
    white-space: normal;
  }

  .box .text-wrapper {
    font-size: 24px;
  }

  .box .text-wrapper-2 {
    font-size: 16px;
  }

  .animationimg {
    justify-content: start;
  }

  .bnr_shape {
    /* width: 20px; */
    display: none;
  }

  .conatiner_btn {
    margin-left: 17px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .custom-button {
    width: auto;
    margin: 0;
  }

  .custom-button .rectangle {
    margin-right: 5px;
    width: 122px;
    height: 35px;
  }

  .custom-button .circle {
    width: 35px;
    height: 35px;
  }

  .download_btn {
    font-size: 12px;
    width: 131px;
    /* padding: 8px 16px; */
  }

  .social-links {
    margin-top: 10%;
  }

  .twitter-btn,
  .linkedin-btn,
  .github-btn,
  .envelope-btn {
    width: 36px;
    height: 36px;
  }

  .hero-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .box {
    display: none;
  }

  .achievements .assets_shape {
    margin-top: -5%;
    margin-right: 10%;
    width: 80%;
  }

  .achievements {
    padding: 10px;
  }

  .achievements .number {
    font-size: 2.5rem;
  }

  .achievements h3 {
    font-size: 1rem;
  }

  .achievements .achievement_one,
  .achievements .achievement_two,
  .achievements .achievement_three {
    width: 100%;
    margin-top: 15px;
  }

  .achievements .achievement_two {
    margin-top: 15px;
  }

  .achievements .achievement_three {
    margin-top: 15px;
  }

  .timeline-content h5 {
    font-size: 1rem;
    flex-direction: column;
    gap: 0.5rem;
}

  .testimonial_title {
    font-size: 1rem;
    gap: 2rem;
    align-self: aut;
  }

  .section_card {
    padding: 1.5rem 1rem 1rem;
  }

  .section_card h4 {
    font-size: 1rem;
  }

  .section_card h5 {
    font-size: 0.875rem;
  }

  .section_card h6 {
    font-size: 0.75rem;
  }

  .professional_section .description {
    font-size: 14px;
  }

  .slide {
    display: flex;
    flex: 1 0 100%;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }

  .slide img {
    width: 75px;
    height: auto;
    object-fit: fill;
    margin-right: 20px;
  }

  .schedule_meet_banner .hero_banner_image {
    height: 200px;
  }

  /* .schedule_meet_banner .banner_section .gretting h1 {
    font-size: 30px;
  } */

  .schedule_meet_banner .banner_section h1 {
    font-size: 30px;
  }

  .schedule_meet_banner .banner_content h3 {
    font-size: 18px;
  }

  .schedule_meet_banner .banner_section .gretting .hello_icon {
    width: 40px;
    height: 40px;
  }

  .contact_us .contact_us_title {
    font-size: 25px;
    gap: 1.5rem;
  }

  .contact_us .contact_us_subheading {
    font-size: 20px;
  }

  .contact_us .form-container {
    width: 100%;
    padding: 10px;
  }

  .contact_us .form-control {
    margin-bottom: 10px;
  }

  .contact_us .form_btn {
    padding: 0.5rem 0.75rem;
  }

  .footer-contact-details {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom a {
    margin: 5px 0;
  }

  .error_section img {
    width: 250px;
    height: auto;
  }

  .error_section h2 {
    font-size: 1.1rem;
    text-align: center;
  }

  .error_section p {
    font-size: 0.9rem;
    text-align: center;
    padding: 0 1rem;
  }
}