:root {
  --primary-color: #065126;
  --hover-color: #0e8541;
  --dark-color: #161616;
  --light-color: #f8f8f9;
  --ash-color: #555555;
  --white-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish", serif;
}

body {
  /* border: 1px solid red; */
  width: 100vw;
  min-height: 100vh;
  /* overflow-x: hidden; */
  /* padding-top: 27px; */
}

nav {
  /* border: 0.5px solid red; */
  padding-top: 20px;
  backdrop-filter: blur(10px);
  /* height: 70px; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
nav .container {
  border: 0.5px solid #d3d3d3;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px;
}
nav .row {
  /* border: 1px solid blue; */
}
.lo_go {
  font-family: Mulish;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0%;
}
.lo_go img {
  /* border: 1px solid red; */
  width: 55px;
}
nav .container .row ul {
  margin-bottom: 0;
  justify-content: space-between;
  list-style-type: none;
  /* border: 1px solid red; */
}
nav ul li a {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: var(--ash-color);
  text-decoration: none;
  /* border: 1px solid red; */
  padding: 8px 24px;
  border-radius: 7px;
  transition: 0.3s ease-in-out;
  display: flex;
  /* justify-content: center;
align-items: center; */
  gap: 8px;
}
nav ul li a:hover {
  color: var(--dark-color);
  text-decoration: none;
  border: 0.5px solid #d3d3d3;
}
nav ul li a.active {
  background: var(--dark-color);
  color: var(--light-color);
}
nav ul li a.active:hover {
  background: var(--white-color);
  color: var(--dark-color);
  border: 0.5px solid #d3d3d3;
}

nav .btn {
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: 0.3s ease-in-out;
}
nav .btn:hover {
  background: var(--hover-color);
}

.put_nav,
.nav_cancel {
  display: none;
}

section {
  background-color: var(--light-color);

  display: flex;
  justify-content: center;
}
.section_one {
  /* background: url(../images/bg.png) no-repeat center center/cover; */
  background-image: url(../images/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 992px;
  padding-top: 155px;
  padding-bottom: 57px;
}
.section_one .container {
  /* border: 1px solid red; */
}
.section_one .row {
  /* border: 1px solid blue; */
  min-height: 780px;
}
.section_one .row .col-sm-12 {
  /* border: 1px solid green; */
}
.header_text h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 61px;
  line-height: 85.4px;
  letter-spacing: 0%;
  color: var(--dark-color);
}
.header_text p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: var(--ash-color);
}
.header_left_wrapper {
}
.header_left {
  /* border: 1px solid blue; */
  min-height: 300px;
  width: 100%;
}
.header_float {
  /* border: 1px solid red; */
  padding: 8px;
  border: 0.5px solid #065126;
  gap: 9px;
  border-radius: 10px;
}
.header_float img {
  /* border: 1px solid red; */
}
.header_float p {
  /* border: 1px solid red; */
  font-family: Mulish;
  font-weight: 400;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: 0%;
  margin-bottom: 0;
  color: var(--ash-color);
}
.header_left_btn {
  /* border: 1px solid blue; */
  width: 100%;
}
.header_left_btn button,
.header_left_btn a,
.section_two_col_two a {
  width: 100%;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  padding: 11px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
}

/* btn {
  width: 100%;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  padding: 11px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
} */
.icon {
  font-size: 20px;
  color: var(--primary-color);
}
.social-icon {
  font-size: 20px;
  color: var(--white-color);
  /* border: 1px solid var(--white-color); */
  padding: 10px;
  /* border-radius: 50%; */
}

.btn {
  border: var(--primary-color) 1px solid;
  color: var(--primary-color);
}
.btn:hover {
  border: var(--primary-color) 1px solid;
  color: var(--primary-color);
}

.btn-primary {
  background: var(--primary-color);
  border: none;
  color: var(--light-color);
}

.header_left_btn button,
.section_two_col_two a {
  color: var(--dark-color);
  border: 0.5px solid #d3d3d3;
  margin-bottom: 16px;
  backdrop-filter: blur(10px);
  background: var(--light-color);
}
.header_left_btn button:hover,
.section_two_col_two a:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* .header_left_btn a {
  color: var(--light-color);
  background: var(--primary-color);
  text-decoration: none;
}
.header_left_btn a:hover {
  background: var(--hover-color);
} */
.header_left_btn button img,
.header_left_btn a img {
  /* border: 1px solid blue; */
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  position: relative;
  width: 24px;
}

.header_left_btn button:hover img,
.header_left_btn a:hover img {
  animation: rollUp 0.5s ease-in-out forwards;
}

@keyframes rollUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* .section_one .row img{
    border: 1px solid blue;
    object-fit: cover;
    height: 100%;
    
} */
.mid_img_wrapper {
  position: relative;
}
.mid_img_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  pointer-events: none;
  z-index: 1;
}
/* Skeleton Loading Effect on Image */
.skeleton_holder {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f3f3f3 25%, #e0e0e0 50%, #f3f3f3 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  position: relative;
  overflow: hidden;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.skeleton_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.skeleton_holder.loaded {
  animation: none;
  background: none;
}
.skeleton_holder.error {
  background: #ffdddd;
}

.header_right {
  /* border:1px solid blue; */
  min-height: 200px;
}
.header_right_count {
  /* border: 1px solid red; */
}
.header_right_count h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0%;
  color: var(--primary-color);
  margin-bottom: 0;
}
.header_right_count p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: 0%;
  color: var(--ash-color);
  margin-bottom: 8px;
}
.header_right_imgs {
  /* border: 1px solid red; */
  padding-left: 16px;
}
.header_right_imgs .image-holder {
  /* border: 1px solid green; */
  margin-left: -15px;
  width: 40px;
  height: 40px;
}
.header_right_imgs .image-holder img {
  /* bottom: 1px solid red; */
  border-radius: 10px;
  /* border: 1.5px solid #048b3d; */
}
.section_two {
  /* border: 1px solid blue; */
  padding-top: 108px;
  padding-bottom: 108px;
  min-height: 815px;
}
.section_two .row {
  /* border: 1px solid green; */
  min-height: 600px;
  /* gap: 140px; */
  /* flex-direction: column-reverse; */
}
.voice_wrapper {
  /* border: 1px solid blue; */
  position: relative;
}
.zip {
  /* border: 1px solid red; */
}
.zip .col-4 {
  /* border: 1px solid yellow; */
  padding: 0;
}

.voice_wrapper .skeleton_holder {
  /* border: 1px solid red; */
  /* width: 200px; */
  height: 200px;
  /* position: absolute; */
  border-radius: 10px;
}

/* .voice_wrapper .skeleton_holder:first-child{
    top: 0;
    left: 0;
}
.voice_wrapper .skeleton_holder:nth-child(2){
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.voice_wrapper .skeleton_holder:nth-child(3){
    bottom: 0;
    left: 0;
}
.voice_wrapper .skeleton_holder:last-child{
    bottom: 0;
    right: 0;
} */
.section_two_col_two {
  /* border: 1px solid red; */
  position: relative;
  padding-bottom: 50px;
}
.section_two_col_two h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 39px;
  line-height: 54.6px;
  letter-spacing: 0%;
  color: var(--primary-color);
}
.section_two_col_two p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--ash-color);
  margin-bottom: 16px;
}
.section_two_col_two a {
  text-decoration: none;
  width: 179px;
  margin-bottom: 0;

  position: absolute;
  left: 15px;
  bottom: 0;
}
.section_three {
  padding-top: 79px;
  padding-bottom: 79px;
  min-height: 961px;
  background: url(../images/section_three_bg.png) no-repeat center center/cover;
  background-color: #065126;
}
.section_three .container {
  /* border: 1px solid blue; */
}

.video_frame {
  width: 90%;
  height: 563px;
  /* border: 1px solid red; */
  margin-bottom: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /* background: url(../images/video_frame.png) no-repeat center center/cover; */
}

/* .video_frame img{
    position: absolute;
    top:50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%,-50%);
} */
.section_three p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 39px;
  line-height: 54.6px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--light-color);
}
.section_four {
  /* border: 1px solid blue; */
  padding-top: 72px;
  padding-bottom: 72px;
}
.section_four .row {
  /* border: 1px solid red; */
}
.section_four .row:first-child {
  margin-bottom: 16px;
}
.s_four_t_left {
  /* border: 1px solid yellow; */
  padding-right: 100px;
}
.s_four_t_left h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 31px;
  line-height: 43.4px;
  letter-spacing: 0%;
  color: var(--primary-color);
}
.s_four_t_left p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--ash-color);
}
.flip_wrapper {
  /* border: 1px solid yellow; */
}
.flip {
  border: 0.5px solid #999999;
  padding: 16px;
  padding-bottom: 32px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 480px;
}
.flip .skeleton_holder {
  /* border: 1px solid red; */
  height: 247px;
  margin-bottom: 31px;
  transition: transform 0.5s ease-in-out, opacity 0.7s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

.flip:hover .skeleton_holder {
  transform: translateY(-100%);
  opacity: 0;
}
.flip_reveal {
  /* border: 1px solid blue; */
  position: relative;
  transition: transform 0.7s ease-in-out;
  z-index: 1;
  transform: translateY(0);
}
.flip:hover .flip_reveal {
  transform: translateY(-260px);
}

.flip_reveal h4 {
  font-family: Mulish;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 40px;
  transition: 1s ease-in-out;
}
.flip_reveal p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: var(--ash-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  /* max-height:44px; */
  /* border: 1px solid yellow; */
  transition: 1s ease-in-out, max-height 0.5s ease-in-out;
}
.flip:hover .flip_reveal h4,
.flip:hover .flip_reveal p {
  color: var(--light-color);
}
.flip:hover .flip_reveal p {
  /* -webkit-line-clamp: 9; */
  height: 300px;
}
.flip_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  background-image: url(../images/swirl_bg.png) center center/cover;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.5s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}

.flip:hover .flip_bg {
  transform: translateY(0);
  opacity: 1;
}
.section_five {
  /* border: 1px solid red; */
  background: #06512614;
  padding-top: 48px;
  padding-bottom: 48px;
}
.section_five .row {
  /* border: 1px solid green; */
}
.section_five .book_row {
  /* border: 1px solid red; */
}
.section_five .book_row h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 39px;
  line-height: 54.6px;
  letter-spacing: 0%;
  color: var(--dark-color);
  text-align: center;
}
.section_five .book_row p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--ash-color);
  text-align: center;
  margin-bottom: 76px;
  margin-bottom: 76px;
}
.book_wrapper {
  /* border: 1px solid red; */
  margin-bottom: 76px;
}
.booK_i_wrapper {
  /* border: 1px solid green; */
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;

  width: 44px;
  height: 44px;
  border-radius: 10px;
  /* padding: 10px; */
  background: var(--light-color);
}
.booK_i_wrapper img {
  width: 24px !important;
  position: relative !important;
  height: 24px !important;
  /* border: 1px solid green; */
}

.book_card {
  height: 534px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.book_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;
  height: 100%;
}
.book_card .skeleton_holder {
  /* border: 1px solid blue; */
  min-height: 534px;
}
.book_card .skeleton_holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book_content {
  /* border: 1px solid blue; */
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 90%;
  z-index: 2;
}
.book_content h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0%;
  color: var(--light-color);
  margin-bottom: 24px;
}
.book_content p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: var(--light-color);
  margin-bottom: 0;
}
.book_explore {
  /* border: 1px solid green; */
  margin-bottom: 80px;
}
.book_explore a {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--dark-color);
  text-decoration: none;
}
.impact {
  /* border: 1px solid blue; */
  min-height: 514px;
  margin-bottom: 80px;
}

.impact .row {
  /* border: 1px solid green; */
}
.impact_left {
  /* border:1px solid red; */
}
.impact_left h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 39px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--primary-color);
}
.impact_left p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
}
.impact_btn_wrapper {
  /* border:1px solid yellow; */
  width: 157px;
}
.impact_btn_wrapper button {
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  background: #f8f8f9;
  border: 0.5px solid #999999;
  border-radius: 10px;
}
.impact_btn_wrapper button:first-child {
  background: var(--light-color);
  color: var(--primary-color);
}
.impact_btn_wrapper button:last-child {
  background: var(--primary-color);
  color: var(--light-color);
}
.impact_right {
  /* border:1px solid blue; */
}
.quote_wrapper {
  /* border: 1px solid green; */
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  display: flex;
  gap: 16px;
}
.quote_wrapper::-webkit-scrollbar,
.book_wrapper .row::-webkit-scrollbar {
  display: none;
}
.quote {
  border: 0.5px solid #999999;
  border-radius: 20px;
  padding: 16px;
  width: 353px;
  min-height: 514px;
  background: #fff;
}
.quote img {
  /* width: 32.5px; */
  /* height: 27.5px; */
  width: 80px;
  height: 80px;
  /* border: 1px solid yellow; */
  margin-bottom: 23px;
  border-radius: 10px;
  object-fit: cover;
}
.quote p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  /* border: 1px solid red; */
  margin-bottom: 84px;
  width: 319px;
  white-space: normal;
}

.quote_profile {
  /* border: 1px solid blue; */
}
.quote_profile .skeleton_holder {
  margin-bottom: 16px;
}
.quote_profile .skeleton_holder .skeleton_image {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  /* border: 1px solid green; */
  margin-bottom: 0;
}
.quote_profile h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 0;
}
.quote_profile p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  margin-bottom: 0;
}

.section_five .col-12 {
  /* border: 1px solid pink; */
}
.beyond {
  /* border:1px solid blue; */
  min-height: 460px;
  background: url(../images/swirl_big.png) no-repeat center center/cover;
  background-color: var(--dark-color);
  /* margin-bottom: 47px; */
  border-radius: 20px;
}
.beyond .row {
  /* border: 1px solid yellow; */
  width: 50%;
  /* height: 100%; */
}
.beyond .row span {
  font-family: Mulish;
  font-weight: 400;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--light-color);
}
.beyond .row h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 49px;
  line-height: 68.6px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--light-color);
}
.beyond .row p {
  color: var(--light-color);
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
}
.beyond .row a {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  text-decoration: none;
  color: var(--ash-color);
  padding: 11px 24px;
  border: 0.5px solid #555555;
  background: #fff;
  border-radius: 10px;
}
.beyond .row a img {
  margin-left: 8px;
}
.beyond .row a:hover {
}
footer {
  /* border:1px solid red; */
  background: var(--dark-color);
  min-height: 610px;
  padding-top: 74px;
  padding-bottom: 74px;
}
.newsletter {
  /* border: 1px solid blue; */
  margin-bottom: 80px;
}
.newsletter h3 {
  font-family: Mulish;
  font-weight: 400;
  font-size: 31px;
  line-height: 43.4px;
  letter-spacing: 0%;
  color: var(--light-color);
  margin-bottom: 16px;
  width: 50%;
  /* border: 1px solid yellow; */
}
.newsletter .row {
  /* border: 1px solid yellow; */
  width: 50%;
}
.input_wrapper {
  /* border: 1px solid red; */
  position: relative;
}
.input_wrapper input {
  border: 0.5px solid #f8f8f9;
  padding: 11px 11px 11px 58px;
  font-family: Mulish;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: var(--light-color);
  border-radius: 10px;
  background: transparent;
}
.newsletter .row .input_wrapper img {
  /* border: 1px solid yellow; */
  position: absolute;
  top: 11px;
  left: 32px;
  width: 24px;
  height: 24px;
}

.newsletter .row button {
  border: 0.5px solid #f8f8f9;
  background: #99999933;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
  border-radius: 10px;
  gap: 8px;
  padding: 11px 16px;
}

.footer_logo {
  /* border: 1px solid yellow; */
  margin-bottom: 80px;
}
.footer_logo h3 {
  margin-bottom: 16px;
  font-family: Mulish;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
}
.footer_qualities {
  /* border: 1px solid blue; */
  gap: 16px;
}
.footer_qualities p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
  margin-bottom: 0;
}
.footer_logo .row ul {
  /* border: 1px solid green; */
  gap: 48px;
  margin-bottom: 0;
  justify-content: end;
  list-style: none;
  flex-wrap: wrap;
}
.footer_logo .row ul li a {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
}
.footer_hr {
  border-top: 1px solid #f8f8f9;
  /* border: 1px solid red; */
  padding-top: 8px;
}
.footer_hr p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
  margin-bottom: 0;
}
.footer_socials {
  /* border: 1px solid blue; */
  gap: 16px;
}
.footer_socials img {
  width: 24px;
  height: 24px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}

@media (max-width: 1200px) {
  .impact_left {
    margin-bottom: 64px;
    /* border: 1px solid red; */
  }
}
@media (max-width: 1199px) {
  .s_four_t_left {
    padding-right: 50px;
  }
}

@media (max-width: 997px) {
  .input_wrapper {
    /* padding-left: 0; */
  }
  .newsletter h3 {
    width: 100%;
  }
  .newsletter .row {
    width: 100%;
  }
  .mobile_nav_container {
    background: var(--light-color);
  }
  nav {
    backdrop-filter: none;
  }
  .remove_nav {
    position: fixed;
    top: 0;
    /* left: 15px; */
    left: -343px;
    transition: 0.5s ease-in-out;
    /* border: 1px solid red; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 343px;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    background: var(--white-color);
    z-index: 9;
    padding: 16px;
  }
  .remove_nav.active {
    left: 15px;
  }
  .remove_nav .lo_go {
    max-width: 100%;
    /* border: 1px solid red; */
    position: relative;
  }
  .nav_cancel {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    /* border: 1px solid blue; */
    cursor: pointer;
  }
  .remove_nav ul {
    max-width: 100%;
    /* border: 1px solid red; */
    /* padding: none; */
    flex-direction: column;
    align-items: flex-start !important;
  }
  .remove_nav ul li {
    /* border: 1px solid red; */
    width: 100%;
    margin-bottom: 16px;
  }
  .remove_nav ul li a {
    /* border: 1px solid blue; */
    padding: 8px 0;
    /* margin-bottom: 16px; */
    /* width: 100%; */
  }
  nav ul li a:hover,
  nav ul li a.active:hover {
    border: none;
  }
  .remove_nav ul li a.active {
    background: var(--white-color);
    color: var(--dark-color);
  }
  .remove_nav .nav_desk_btn {
    max-width: 100%;
    /* border: 1px solid red; */
  }
  .remove_nav .nav_desk_btn button,
  .remove_nav .nav_desk_btn a {
    width: 100%;
  }
  .put_nav {
    display: flex;
    /* border: 1px solid blue; */
    margin: inherit;
  }
  .lo_go {
    font-family: Mulish;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .nav_burger {
    /* border: 1px solid blue; */
    width: 30px;
    height: 30px;
    padding: 6px 3px;
    cursor: pointer;
  }
  .nav_burger .nav_bar {
    /* border: 1px solid blue; */
    background: var(--dark-color);
    width: 100%;
    height: 2px;
  }

  .beyond {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (max-width: 992px) {
  .beyond .row h3 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
  .beyond .row p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 122px;
  }
}

@media (max-width: 991px) {
  .s_four_t_left h4 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 16px;
  }
  .s_four_t_left p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .section_four .row .col-lg-4 {
    /* border: 1px solid red; */
    margin-bottom: 16px;
  }
  .flip {
    height: 323px;
    padding-bottom: 16px;
  }
  .flip .skeleton_holder {
    margin-bottom: 16px;
    height: 193px;
  }
  .flip_reveal h4 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 16px;
  }
  .flip_reveal p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 0;
    /* height: 200px; */
  }
  .flip:hover .flip_reveal p {
    /* -webkit-line-clamp: 9; */
    height: 200px;
  }
  .flip:hover .flip_reveal {
    transform: translateY(-195px);
  }
  .header_text h4 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 31px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 0;
  }
  .header_text p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 32px;
  }
  .header_left {
    min-height: auto;
    margin-bottom: 32px;
  }
  .header_left .header_float {
    display: none !important;
  }
  .header_right {
    width: 100%;
    flex-direction: row-reverse !important;
    min-height: auto;
    gap: 41px;
    align-items: end;
    margin-top: 16px;
  }
  .header_right .header_float {
    height: 44px;
  }
  .section_two_col_two {
    margin-bottom: 48px;
  }
  .section_two_col_two h4 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .section_two_col_two p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .section_two .row {
    flex-direction: column-reverse;
  }
  .voice_wrapper .row {
    flex-direction: row;
  }
  .section_three {
    min-height: 545px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .video_frame {
    height: 50%;
    width: 100%;
    margin-bottom: 40px;
  }
  .section_three p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
  .book_wrapper {
    margin-bottom: 24px;
  }
  .book_wrapper .row {
    /* display: flex; */
    flex: 0 0 320px;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    /* overflow: hidden; */
  }
  .book_wrapper .row .col-lg-4 {
    /* width: 320px; */
    padding: 0;
    flex: 0 0 320px;
  }
  .book_card {
    height: 444px;
  }
  .section_five .book_row h3 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .section_five .book_row p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;

    margin-bottom: 24px;
  }
  .impact_left {
    /* margin-bottom: 64px; */
  }
  .impact_left h3 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .impact_left p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .quote {
    /* min-height: 406px; */
    min-height: 380px;
  }
  .quote p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 32px;
  }
  .quote img {
    margin-bottom: 16px;
  }
  .quote_profile h4 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .quote_profile p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  /* .mobile_nav{
        border: 0.5px solid red;
        padding-top: 16px;
        backdrop-filter: blur(10px);
        position: fixed;
        top:0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .mobile_nav .container{
        border: 0.5px solid #D3D3D3;
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 10px;
    }
    .mobile_nav img{
        border: 1px solid red;
        width: 24px;
        height: 24px;
    } */
  .newsletter h3 {
    font-family: Mulish;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 32px;
  }
  .input_wrapper {
    padding: 0px;
    margin-bottom: 16px;
  }
  .input_wrapper input {
    font-family: Mulish;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    padding: 11px 11px 11px 46px;
  }
  .newsletter .row .input_wrapper img {
    top: 9px;
    left: 16px;
  }
  .newsletter .row button {
    font-family: Mulish;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .footer_qualities {
    justify-content: space-between;
    margin-bottom: 48px;
  }
  .footer_logo .row ul {
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  nav,
  .voice_wrapper .row,
  .book_wrapper .row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .newsletter .row {
    margin-left: auto;
    margin-right: auto;
  }
  .header_right .header_float {
    height: auto;
  }
  .col-12 {
    /* border: 1px solid red !important; */
  }
}

.about_section_one {
  /* border: 1px solid red; */
  min-height: auto;
  /* min-height: 872px; */
}
.about_section_one .row {
  /* border: 1px solid red; */
  min-height: 600px;
}
.about_header_mid {
  /* border: 1px solid blue; */
}
.about_header_left {
  /* border: 1px solid green; */
  position: relative;
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_head_left_float {
  position: absolute;
  top: 0;
  left: 16px;
  background: #daf5e9;
  padding: 4px 8px !important;
  color: var(--primary-color);
  border-radius: 6px;
  border-top: none !important;
}
.about_header_left h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 61px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
}
.about_header_left p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  padding-top: 16px;
  border-top: 1px solid var(--ash-color);
}
.about_header_mid .skeleton_holder {
  /* max-height: 600px; */
}
.about_header_mid .skeleton_holder img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_header_right {
  display: flex;
  align-items: end;
}
.about_header_right p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 0;
}

.about_vision_mission {
  /* border: 1px solid blue; */
  min-height: 772px;
  padding-top: 85px;
  padding-bottom: 85px;
  /* background-color: #000000E5; */
  background: url(../images/banner.png) no-repeat center center/cover;
  position: relative;
}
.about_vision_mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.about_vision_mission .row {
  /* border: 1px solid blue; */
}

.about_vision_mission_left .skeleton_holder img,.about_vision_mission_left .skeleton_holder {
  border-radius: 10px;
  /* border: 1px solid blue; */
}

.about_vision_mission_right {
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  /* justify-content: end; */
}
.about_vision_mission_right h3{
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
  background: none;
  outline: none;
  /* border: 1px solid red; */
  border-bottom: 1px solid var(--light-color);
  padding: 4px 0;
  width: 100%;
}

.about_vision_mission_right p {
  /* border: 1px solid red; */
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: var(--light-color);
}

.about_vision_mission_top {
  /* border: 1px solid red; */
  border-bottom: #999999;
  margin-bottom: 4px;
}
.about_vision_mission_top button {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
  background: none;
  outline: none;
  border: none;
  padding: 4px 0;
  width: 40%;
}

.about_vision_mission_top button.active {
  font-weight: 700;
  background: #9999991a;
}

/* 
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  .tab button:hover {
    background-color: #ddd;
  }
  .tablinks.active {
    background-color: #ccc;
}
*/

.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  /* border-top: none; */
  animation: fadeEffect 1s;
}
.tabcontent.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.about_vision_mission_bottom {
  /* border: 1px solid yellow; */
}

.about_vision_mission_bottom p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: var(--light-color);
}

@media (max-width: 991px) {
  .about_vision_mission_top button,
  .about_vision_mission_bottom p {
    font-size: 16px;
  }
  .about_vision_mission .row {
    flex-direction: column;
  }
  .about_vision_mission_left{
    margin-bottom: 32px;
  }
  .about_vision_mission_bottom {
    /* border: 1px solid yellow; */
    margin-bottom: 96px;
  }
  .about_header_left h3 {
    margin-bottom: 16px;
    font-size: 31px;
  }
  .about_header_left p {
    font-size: 13px;
  }
  .about_header_mid {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .about_header_right {
    margin-bottom: 24px;
  }
}

.service_header_left {
  /* justify-content: center; */
}
.service_header_left .about_head_left_float {
  width: auto !important;
}
.service_header_left p {
  /* border: 1px solid red; */
  width: 50%;
}

@media (max-width: 1200px) {
  .service_header_left p {
    /* border: 1px solid red; */
    width: 100%;
  }
}

@media (max-width: 991px) {
  .service_section_one .about_header_mid {
    margin-top: 32px;
    margin-bottom: 0;
  }
}

.books_service_one .about_header_mid {
  /* border: 1px solid red; */
  height: 600px;
  overflow: hidden;
  position: relative;
}
.books_service_one .about_header_mid .skeleton_holder {
  position: absolute;
  width: 60%;
  height: 355px;
}
.books_service_one .about_header_mid .skeleton_holder:first-child {
  bottom: 0;
  left: 0;
  /* transform: translateY(-50%); */
  z-index: 1;
}
.books_service_one .about_header_mid .skeleton_holder:last-child {
  top: 0;
  right: 0;
  /* transform: translateX(-50%); */
}

.books_wrapper {
  margin-bottom: 0;
}
.books_wrapper .col-lg-4 {
  margin-bottom: 76px;
}
.books_section_five {
  background: transparent;
}

@media (max-width: 991px) {
  .books_service_one .about_header_mid {
    /* border: 1px solid red; */
    height: 366px;
  }
  .books_service_one .about_header_mid .skeleton_holder {
    height: 217px;
  }
}

.blogs_section_one {
  /* border: 1px solid blue; */
  padding-top: 109px;
  padding-bottom: 82px;
}
.blogs_section_one .row {
  min-height: 681px;
  /* border: 1px solid green; */
  flex-direction: column;
}
.blogs_explore {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  background: #daf5e9;
  padding: 4px 8px;
  margin-bottom: 8px;
  width: 174px;
  border-radius: 6px;
}

.blogs_section_one h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 61px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 16px;
}

.blog_banner_wrapper {
  /* border: 1px solid red; */
  height: 542px;
  /* min-height: 542px; */
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog_banner_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;
  height: 100%;
}
.blog_banner_wrapper .skeleton_holder {
}
.blogs_banner_content {
  /* border: 1px solid yellow; */
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 90%;
  display: flex;
  align-items: flex-end;
  /* gap:266px; */
  justify-content: space-between;
  z-index: 1;
}
.blogs_banner_content_left {
  width: 70%;
}
.blogs_banner_content_left p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
  margin-bottom: 8px;
}
.blogs_banner_content_left p:last-child {
  margin-bottom: 0;
}
.blogs_banner_content_left h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 39px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--light-color);
  margin-bottom: 8px;
}

.blogs_banner_content a {
  color: var(--light-color);
  padding: 10px 24px;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  background: #9999991a;
  width: 200px;
  border-radius: 10px;
}

.blogs_list_section {
  /* border: 1px solid red; */
  padding-top: 43px;
  padding-bottom: 43px;
}
.blogs_list_section .row {
  /* border: 1px solid yellow; */
}
.blogs_list {
  /* border: 1px solid blue; */
  width: 100%;
}
.blogs_list_top {
  /* border: 1px solid red; */
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogs_list_top h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 0;
}
.search_input_wrapper {
  width: 400px;
  height: 44px;
  border: 0.5px solid #555555;
  position: relative;
  padding: 8px 8px 8px 58px;
  border-radius: 10px;
}
.search_input_wrapper input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  background: transparent;
}
.search_input_wrapper img {
  position: absolute;
  top: 10px;
  left: 24px;
  width: 24px;
  height: 24px;
  /* border: 1px solid blue; */
}
.blogs_list_bottom {
  /* border: 1px solid green; */
  margin-bottom: 80px;
}

.blog_card {
  /* border: 1px solid blue; */
  margin-bottom: 48px;

  /* text-decoration: none; */
}
.blog_card:hover {
  text-decoration: none;
}
.blog_card_img {
  height: 247px;
  margin-bottom: 32px;
  border-radius: 7px;
}
.blog_card_img img {
  /* border: 1px solid red; */
  width: 100%;
  height: 100%;
}
.blog_card h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 0;
}

.blog_card p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 8px;
  margin-bottom: 32px;
  color: var(--dark-color);
}

.blog_profile {
  /* border: 1px solid blue; */
  width: 100%;
  gap: 8px;
}
.blog_profile .skeleton_holder {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.blog_profile p {
  font-family: Mulish;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--dark-color);
}

.blog_profile i {
  /* border: 1px solid blue; */
  cursor: pointer;
}

.explore_more_blogs_wrapper {
  /* border: 1px solid green; */
  width: 100%;
}

.explore_more_blogs_wrapper button {
  border: 0.5px solid #999999;
  padding: 8px 40px;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  border-radius: 10px;

  background: transparent;
}

@media (max-width: 991px) {
  .blogs_list_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .blogs_banner_content_left p {
    font-size: 13px;
  }
  .blogs_banner_content_left h4,
  .blogs_section_one h3 {
    font-size: 31px;
  }
  .blogs_banner_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .blogs_banner_content a {
    margin-top: 24px;
  }
  .blogs_explore {
    font-size: 10px;
  }
}

.blogs_view_section_one {
  /* border: 1px solid blue; */
  min-height: auto;
  padding-top: 177px;
  padding-bottom: 44px;
}
.blogs_view_section_one .blog_banner_wrapper {
  height: 370px;
  width: 100%;
}
.blog_content_section {
  /* border: 1px solid red; */
}
.blog_content_section h3 {
  margin-bottom: 16px;
  font-family: Mulish;
  font-weight: 700;
  font-size: 49px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
}
.blog_content_section p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: var(--ash-color);
}
.blog_content_section .blog_profile {
  border-top: 1px solid var(--ash-color);
  padding-top: 16px;
  margin-bottom: 16px;
  width: 348px;
}
.blog_content_section .blog_profile img {
  /* border: 1px solid blue; */
  width: 32px;
  height: 32px;
}
.blog_content_section .blog_profile p {
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 140% !important;
  margin-bottom: 0;
}
.blog_thumbs_up {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .blogs_view_section_one .blog_banner_wrapper {
    height: 200px;
  }
  .blogs_view_section_one {
    margin-bottom: 24px;
  }
  .blog_content_section h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .blog_content_section p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .blog_content_section .blog_profile {
    width: 100%;
  }
}

.contact_header {
  border: 1px solid red;
}
.contact_list_section {
  /* border: 1px solid blue; */
  padding-bottom: 56px;
  height: auto;
}
.contact_list_section .row {
  /* border: 1px solid red; */
  /* min-height: 747px; */
}
.contact_list_left {
  /* border: 1px solid red; */
  padding-right: 160px;
}
.contact_list_left .blogs_explore {
  margin-bottom: 16px;
  width: 108px;
}
.contact_list_left h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 49px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 16px;
}
.contact_list_left p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  margin-bottom: 112px;
}
.contact_social_card {
  /* border: 1px solid red; */
}
.contact_social_card h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 8px;
}
.contact_social_card p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  margin-bottom: 40px;
}
.contact_list_right {
  /* border: 1px solid red; */
  border-radius: 10px;
  background: #f8f8f9;
  border: 0.5px solid #999999;
  padding: 32px;
  min-height: 747px;
}
.contact_list_right h4 {
  font-family: Mulish;
  font-weight: 400;
  font-size: 31px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--dark-color);
  margin-bottom: 8px;
}
.contact_list_right p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  margin-bottom: 40px;
}
.contact_form {
  /* border: 1px solid red; */
}
.contact_form p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 0;
}
.contact_form input {
  padding: 8px;
  height: 32px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #999999;
  margin-bottom: 24px;
  background: transparent;
}
.contact_form textarea {
  padding: 8px;
  /* height: 32px; */
  width: 100%;
  outline: none;
  /* border: 1px solid red; */
  background: transparent;
  /* margin-bottom: 24px; */
  border: 1px solid #999999;
  border-radius: 4px;
  margin-top: 16px;
}
.contact_form button {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  padding: 17px;
  margin-top: 40px;
  background: var(--primary-color);
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  color: #f2f2f5;
  border: none;
}
.contact_form button:hover {
  background: var(--hover-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.contact_section_one,
.contact_list_section {
  background: #fff;
}

@media (max-width: 1200px) {
  .contact_list_left {
    /* border: 1px solid red; */
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .contact_list_left h3,
  .contact_list_right h4 {
    font-size: 20px;
  }
  .contact_list_left p {
    font-size: 13px;
    margin-bottom: 48px;
  }
  .contact_social_card h4,
  .contact_list_right p,
  .contact_form p {
    font-size: 13px;
  }
  .contact_form button {
    width: 100%;
  }

  section {
    background: #fff;
  }
}

@media (max-width: 575px) {
  .beyond .row {
    width: 80%;
  }
  /* .beyond{
        margin-left: auto;
        margin-right: auto;
        width: 90vw;
    } */
  .beyond_correct {
    padding: 0 16px;
  }
  .books_service_one .about_header_mid {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 475px) {
  .section_two .row {
    min-height: 342px;
  }
  .voice_wrapper .skeleton_holder {
    height: 114px;
  }
}

.beyond_correct {
  /* border: 1px solid blue; */
  width: 100%;
  height: auto;
}

.blogs_view_explore {
  border: 0.5px solid #999999;
  padding: 8px 40px;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--ash-color);
  border-radius: 10px;
  background: transparent;
}

.socials_black {
  /* border: 1px solid blue; */
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.socials_black img {
  width: 24px;
  height: 24px;
  /* border: 1px solid red; */
}
@media (max-width: 991px) {
  .blogs_view_explore {
    display: none;
  }
  .socials_black {
    margin-bottom: 48px;
  }
}

@media (max-width: 575px) {
  .blogs_section_one .row,
  .blogs_view_section_one .row {
    padding-left: 16px;
    padding-right: 16px;
  }
}
