@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page_desCription_main_container {
  margin-top: 124px;
}
.page_desCription_main_container .page_dec_all_conatent_wrapper .page_title_wrapper p {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin: 0 !important;
  color: #000;
  text-transform: uppercase;
}
.page_desCription_main_container .page_dec_all_conatent_wrapper p {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  word-wrap: break-word;
  word-break: keep-all;
}
.page_desCription_main_container .page_dec_all_conatent_wrapper h1, .page_desCription_main_container .page_dec_all_conatent_wrapper h2, .page_desCription_main_container .page_dec_all_conatent_wrapper h3, .page_desCription_main_container .page_dec_all_conatent_wrapper h4, .page_desCription_main_container .page_dec_all_conatent_wrapper h5, .page_desCription_main_container .page_dec_all_conatent_wrapper h6 {
  font-size: 36px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 48px;
  word-wrap: break-word;
  word-break: keep-all;
  color: #000;
  margin: 0;
}

.banner_hero_section .banner_section_wrapper p, .new_banner_section .banner_section_wrapper p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner_hero_section .banner_section_wrapper .page_dec_btn_white, .new_banner_section .banner_section_wrapper .page_dec_btn_white {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100px;
  height: 26px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  transition: 0.5s all ease;
}
.banner_hero_section .banner_section_wrapper .page_dec_btn_white a, .new_banner_section .banner_section_wrapper .page_dec_btn_white a {
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02, .new_banner_section .new_banner_wrapper .new_banner_card02 {
  position: relative;
  margin-bottom: 56px;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 a, .new_banner_section .new_banner_wrapper .new_banner_card02 a {
  display: flex;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .hover_switch02 img, .banner_hero_section .new_banner_wrapper .new_banner_card02 .hover_switch02 video, .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02 img, .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02 video {
  width: 100%;
  height: auto;
  padding: 0 0.5rem;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .hover_switch02 img:last-of-type, .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02 img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .hover_switch02:hover, .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02:hover {
  cursor: none;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .hover_switch02:hover img:last-of-type, .new_banner_section .new_banner_wrapper .new_banner_card02 .hover_switch02:hover img:last-of-type {
  opacity: 0;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper {
  margin-top: 14px;
  padding: 0 0.5rem;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  font-family: "Manrope", sans-serif;
  transition: all 0.3s ease;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a:hover, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a:hover {
  text-decoration: underline;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: #000000;
  word-wrap: break-word;
  text-decoration: none;
  transition: all 0.3s ease;
}
.banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a:hover, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a:hover {
  text-decoration: underline;
}

.home_accordian_section_container .accordian_main_container .accordian_content_wrapper p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin: 0 !important;
}
.home_accordian_section_container .accordian_main_container .accordian_content_wrapper h1, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h2, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h3, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h4, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h5, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h6 {
  width: 60%;
  font-size: 36px;
  line-height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: keep-all;
  margin-bottom: 0;
}
.home_accordian_section_container .accordian_wrapper .home_accordian_sub_content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 !important;
}
.home_accordian_section_container .accordian_wrapper .home_accordian_sub_content ul li {
  padding: 4px 12px;
  border: 0.75px solid #999393;
  border-radius: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.industries_section .industries_section_heading p {
  font-size: 18px;
  line-height: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6 {
  font-size: 36px;
  line-height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: keep-all;
  width: 60%;
  margin-bottom: 0;
}

.industries_section_carousal {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.industries_section_carousal .industries_section_carousal_card {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite;
  white-space: nowrap;
}
.industries_section_carousal .industries_section_carousal_card h1, .industries_section_carousal .industries_section_carousal_card h2, .industries_section_carousal .industries_section_carousal_card h3, .industries_section_carousal .industries_section_carousal_card h4, .industries_section_carousal .industries_section_carousal_card h5, .industries_section_carousal .industries_section_carousal_card h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 56px;
  margin-right: 24px;
}
.industries_section_carousal .industries_section_carousal_card span svg {
  width: 40px;
  height: 40px;
  margin-right: 24px;
  animation: rotate360 5s linear infinite;
}
.industries_section_carousal .industries_section_carousal_card_right {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: scrollRight 25s linear infinite;
  white-space: nowrap;
  margin-top: 8px;
}
.industries_section_carousal .industries_section_carousal_card_right h1, .industries_section_carousal .industries_section_carousal_card_right h2, .industries_section_carousal .industries_section_carousal_card_right h3, .industries_section_carousal .industries_section_carousal_card_right h4, .industries_section_carousal .industries_section_carousal_card_right h5, .industries_section_carousal .industries_section_carousal_card_right h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 56px;
  margin-right: 24px;
}
.industries_section_carousal .industries_section_carousal_card_right span svg {
  width: 40px;
  height: 40px;
  margin-right: 24px;
  animation: rotateReverce 5s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(-50%); /* start off-screen right */
  }
  100% {
    transform: translateX(0%); /* end off-screen left */
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(0); /* start off-screen right */
  }
  100% {
    transform: translateX(-50%); /* end off-screen left */
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateReverce {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.new_client_exp_main_container .new_client_exp_heading_wrapper {
  padding-bottom: 24px;
}
.new_client_exp_main_container .new_client_exp_heading_wrapper p {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.new_client_exp_main_container .client_grid .clinet_grid_wrapper {
  row-gap: 32px;
}
.new_client_exp_main_container .client_grid .clinet_grid_wrapper .clinet_grid_wrapper_logo_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: auto;
  width: 100%;
}
.new_client_exp_main_container .client_grid .clinet_grid_wrapper .clinet_grid_wrapper_logo_wrapper img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  filter: rgb(0, 0, 0);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
}
.new_client_exp_main_container .client_grid .clinet_grid_wrapper .clinet_grid_wrapper_logo_wrapper:hover img {
  cursor: default;
  filter: none;
  -webkit-filter: grayscale(0);
}

.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide {
  cursor: grab !important;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  min-height: 26em;
  background-color: #f8f8f8;
  padding: 32px;
  border-radius: 16px;
  row-gap: 80px;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading {
  width: 100%;
  padding-left: 24px;
  border-left: 2px solid #000000;
  display: flex;
  gap: 8px;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h1, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h2, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h3, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h4, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h5, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h6, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading p {
  font-size: 24px;
  line-height: 32px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading_quots_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 12px;
  height: 12px;
  margin-top: 7px;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading_quots_wrapper svg {
  width: 12px;
  height: 12px;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h1, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h2, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h3, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h4, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h5, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_logo_wrapper {
  width: 140px;
  height: auto;
}
.testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_logo_wrapper img {
  max-width: 100%;
  height: auto;
}

.page_menu_container .page_menu_wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  list-style: none;
  gap: 24px;
  padding-left: 0;
  margin-bottom: 24px;
}
.page_menu_container .page_menu_wrapper ul li a {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.page_menu_container .page_menu_wrapper ul li a.active {
  font-weight: 500;
}

.project_list_main_container .new_banner_section .new_banner_wrapper .new_banner_card {
  position: relative;
  width: 100%;
  margin-bottom: 56px;
}
.project_list_main_container .new_banner_section .new_banner_wrapper .new_banner_card:last-child {
  margin-bottom: 0;
}
.project_list_main_container .new_banner_section .new_banner_wrapper .hover_switch {
  display: flex;
  cursor: none;
}
.project_list_main_container .new_banner_section .new_banner_wrapper .hover_switch img, .project_list_main_container .new_banner_section .new_banner_wrapper .hover_switch video {
  width: 100%;
  height: auto;
}
.project_list_main_container .new_banner_section .new_banner_wrapper .hover_switch > img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.project_list_main_container .new_banner_section .new_banner_wrapper .hover_switch:hover > img:last-of-type {
  opacity: 0;
}
.project_list_main_container .project_content_wrapper {
  gap: 8px !important;
}
.project_list_main_container .project_content_wrapper a {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0 !important;
  text-decoration: none;
}
.project_list_main_container .project_content_wrapper a p {
  margin-bottom: 0;
}
.project_list_main_container .project_content_wrapper .project_title_detail p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  word-wrap: break-word;
  word-break: keep-all;
  margin-bottom: 0;
}

.about_service_description .page_title_wrapper p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0 !important;
}
.about_service_description .page_title_wrapper h1, .about_service_description .page_title_wrapper h2, .about_service_description .page_title_wrapper h3, .about_service_description .page_title_wrapper h4, .about_service_description .page_title_wrapper h5, .about_service_description .page_title_wrapper h6 {
  font-size: 36px;
  line-height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000000;
  word-wrap: break-word;
  word-break: keep-all;
  margin: 0 !important;
}

.about_brand_identity_container .about_brand_identity_wrapper .big_heading h1, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h2, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h3, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h4, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h5, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h6 {
  font-size: 64px;
  line-height: 72px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0 !important;
}
.about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper {
  padding-top: 24px;
}
.about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h1, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h2, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h3, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h4, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h5, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h6 {
  width: 60%;
  font-size: 36px;
  line-height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  word-break: keep-all;
  word-wrap: break-word;
  margin-bottom: 0;
}
.about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_wrapper .accordion-body p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.blog_card_main_container .blog_card_wrapper .card_container {
  margin-bottom: 56px;
}
.blog_card_main_container .blog_card_wrapper .card_container .card_wrapper .card_image_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog_card_main_container .blog_card_wrapper .card_container .card_wrapper .card_image_wrapper a {
  text-decoration: none;
}
.blog_card_main_container .blog_card_wrapper .card_container .card_wrapper .card_image_wrapper a:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 24px;
  overflow: hidden;
}
.blog_card_main_container .blog_card_wrapper .card_container .card_wrapper .card_image_wrapper a img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  transition: all 6s ease-in-out;
}
.blog_card_main_container .blog_card_wrapper .card_container .card_wrapper:hover .card_image_wrapper img {
  transform: scale(2);
}
.blog_card_main_container .blog_card_wrapper .card_description {
  text-decoration: none;
  color: #000000;
  margin-top: 24px;
}
.blog_card_main_container .blog_card_wrapper .card_description h1, .blog_card_main_container .blog_card_wrapper .card_description h2, .blog_card_main_container .blog_card_wrapper .card_description h3, .blog_card_main_container .blog_card_wrapper .card_description h4, .blog_card_main_container .blog_card_wrapper .card_description h5, .blog_card_main_container .blog_card_wrapper .card_description h6 {
  width: 94%;
  font-size: 20px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  word-break: keep-all;
  margin-top: 16px;
}
.blog_card_main_container #load_more_button {
  font-size: 15px;
  line-height: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  background: #D93744;
  color: #ffffff;
  border: 1px solid #D93744;
  border-radius: 4px;
  padding: 14px 32px 14px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}
.blog_card_main_container #load_more_button:hover {
  background: #ffffff;
  color: #D93744;
}

.address_derails_main_container .address_derails_block {
  padding-bottom: 112px;
}
.address_derails_main_container .address_derails_wrapper h1, .address_derails_main_container .address_derails_wrapper h2, .address_derails_main_container .address_derails_wrapper h3, .address_derails_main_container .address_derails_wrapper h4, .address_derails_main_container .address_derails_wrapper h5, .address_derails_main_container .address_derails_wrapper h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0 !important;
  padding-bottom: 4px;
}
.address_derails_main_container .address_derails_wrapper a, .address_derails_main_container .address_derails_wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  width: 80%;
  margin: 0 !important;
}
.address_derails_main_container .contact_address_main_container .contact_gmap_wrapper {
  width: 100% !important;
  height: 60lvh;
}

.contact_accordian_main_container .page_dec_all_conatent_wrapper h1, .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, .contact_accordian_main_container .page_dec_all_conatent_wrapper h6 {
  font-size: 36px;
  line-height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0 !important;
  word-wrap: break-word;
  word-break: keep-all;
  width: 50%;
}
.contact_accordian_main_container .page_dec_all_conatent_wrapper .page_title_wrapper p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0 !important;
  text-transform: uppercase;
}
.contact_accordian_main_container .accordian_wrapper .contact_accordian_body_text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  line-height: 24px;
  margin-bottom: 0;
}

.Projrct_Details_banner_container .Projrct_Details_banner_image_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.Projrct_Details_banner_container .Projrct_Details_banner_image_wrapper img, .Projrct_Details_banner_container .Projrct_Details_banner_image_wrapper video {
  width: 100%;
  height: auto;
}

.Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block .project_title, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h1, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h2, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h3, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h4, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h5, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 0;
}
.Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block p {
  font-size: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper p:first-child {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 1px;
  color: #000000;
  margin: 0;
}
.Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper p:nth-child(2) {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding-bottom: 4px;
  color: #555555;
  margin: 0;
}
.Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper .page_dec_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background-color: #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 8px;
  padding: 10px 24px;
  cursor: pointer;
  transition: 0.5s all ease;
}
.Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper .page_dec_btn a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper .page_dec_btn img {
  width: 8px;
  height: 8px;
}
.Project_details_heading_main_Container .client_exp_new_desc_wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  word-break: keep-all;
  margin-bottom: 16px;
}
.Project_details_heading_main_Container .client_exp_new_desc_wrapper p:last-child {
  margin-bottom: 0;
}

.all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block {
  margin-bottom: 56px;
}
.all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block .project_detail_image_wrapper {
  max-width: 100%;
  height: auto;
}
.all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block .project_detail_image_wrapper img {
  width: 100%;
  height: auto;
}
.all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block .Project_details_image_block {
  padding-top: 56px;
}

.blog_details_banner_section .banner_detail_wrapper {
  width: 100%;
  padding-top: 124px;
}
.blog_details_banner_section .banner_detail_wrapper .banner_details_wrapper_container {
  padding-left: 6%;
}
.blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block {
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_image_block {
  padding-left: 31.5%;
}
.blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_image_block .banner_image_wrapper {
  width: 100%;
  height: auto;
  display: flex;
}
.blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_image_block .banner_image_wrapper img {
  width: 100%;
  height: auto;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block {
  background-color: #ffffff;
  position: absolute;
  padding: 52px 52px 52px 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 42%;
  top: 16%;
}
.blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  text-align: start;
  padding: 0 !important;
  margin: 0 !important;
  word-break: keep-all;
}

.blog_detail_description_container_section .blog_detail_description_container_wrapper {
  padding: 80px 0;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_update_time_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  background-color: #F5F5F5;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  left: 35%;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_update_time_wrapper p {
  font-size: 14px;
  line-height: 28px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 0;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container {
  padding-top: 32px;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #EEEEEE;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper a, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  padding-top: 32px;
  margin: 0;
  color: #000000;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper astrong, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper pstrong {
  font-weight: 700;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ol, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ul {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ol li, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ul li {
  font-size: 16px;
  line-height: 28px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 24px;
  margin-top: 42px;
  margin-bottom: 16px;
}

.blog_details_related_carausal_main_container .releted_blog_left_pad {
  padding-left: 6%;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h6 {
  font-size: 36px;
  line-height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 0;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper {
  padding-bottom: 80px;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .blog_details_related_blog_img_wrapper a img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper {
  text-decoration: none;
  color: #000;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h6 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  padding-top: 16px;
  margin: 0;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0 !important;
  background: #000;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev::after {
  content: " " !important;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev .related_blog__btn_wrapper_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev .related_blog__btn_wrapper_prev img {
  width: 24px;
  height: 24px;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0 !important;
  background: #000;
  left: 80px;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next::after {
  content: " " !important;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next .related_blog__btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next .related_blog__btn_wrapper img {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 1400px) {
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h1, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h2, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h3, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h4, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h5, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h6 {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  .page_desCription_main_container .page_dec_all_conatent_wrapper h1, .page_desCription_main_container .page_dec_all_conatent_wrapper h2, .page_desCription_main_container .page_dec_all_conatent_wrapper h3, .page_desCription_main_container .page_dec_all_conatent_wrapper h4, .page_desCription_main_container .page_dec_all_conatent_wrapper h5, .page_desCription_main_container .page_dec_all_conatent_wrapper h6 {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h1, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h2, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h3, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h4, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h5, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h6 {
    font-size: 28px;
    line-height: 40px;
    width: 80%;
  }
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .address_derails_main_container .contact_address_main_container .contact_gmap_wrapper {
    height: 60lvh;
  }
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h1, .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, .contact_accordian_main_container .page_dec_all_conatent_wrapper h6 {
    width: 70%;
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .about_service_description .page_title_wrapper h1, .about_service_description .page_title_wrapper h2, .about_service_description .page_title_wrapper h3, .about_service_description .page_title_wrapper h4, .about_service_description .page_title_wrapper h5, .about_service_description .page_title_wrapper h6 {
    font-size: 28px;
    line-height: 40px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .big_heading h1, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h2, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h3, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h4, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h5, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h6 {
    font-size: 56px;
    line-height: 64px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper {
    padding-top: 24px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h1, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h2, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h3, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h4, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h5, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h6 {
    font-size: 28px;
    line-height: 40px;
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block .project_title, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h1, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h2, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h3, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h4, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h5, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h6 {
    font-size: 26px;
    line-height: 34px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block {
    padding: 48px 48px 48px 0;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6 {
    font-size: 28px;
    line-height: 40px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h6 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .header_main_Section .header_logo a img {
    max-width: 72px !important;
  }
  .header_main_Section .header_responsive_logo {
    width: 72px !important;
  }
  .header_main_Section .header-menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .header_main_Section .header-menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .header_main_Section .header_menu_container {
    position: fixed;
    width: 80%;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header_main_Section .header_menu_container.active {
    transform: translate(0%);
  }
  .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper .go-back-btn {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper .header-current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header_main_Section .header_menu_container .header-mobile-menu-head-wrapper .mobile-menu-close-btn {
    height: 50px;
    width: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 40px;
  }
  .header_main_Section .header_menu_container ul, .header_main_Section .header_menu_container .header-menu-main-container {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 50px;
  }
  .header_main_Section .header_menu_container ul li, .header_main_Section .header_menu_container .header-menu-main-container li {
    line-height: 1;
    margin: 0;
    display: block;
    padding: 10px 0;
  }
  .header_main_Section .header_menu_container ul li a, .header_main_Section .header_menu_container .header-menu-main-container li a {
    line-height: 50px;
    padding: 0 50px 0 5%;
    display: block;
    color: #000000;
    font-size: 48px;
    font-weight: 500;
  }
  .header_main_Section .page_dec_btn {
    display: none !important;
  }
  .header_main_Section .mobile_menu_Project_btn_wrapper {
    display: block !important;
  }
  .header_main_Section .mobile_menu_Project_btn_wrapper .mobile_menu_Project_btn {
    margin-left: 5% !important;
    margin-top: 16px !important;
  }
  .header_main_Section .mobile_menu_Project_btn_wrapper .page_dec_btn {
    display: flex !important;
    padding: 8px 20px;
  }
  .header_main_Section .item-right {
    align-items: center;
  }
  .header_main_Section .mobile-menu-trigger {
    display: flex !important;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header_main_Section .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #000;
    width: 24px;
    position: relative;
  }
  .header_main_Section .mobile-menu-trigger span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 6px;
  }
  .header_main_Section .mobile-menu-trigger span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: -6px;
  }
  .page_desCription_main_container .page_dec_all_conatent_wrapper h1, .page_desCription_main_container .page_dec_all_conatent_wrapper h2, .page_desCription_main_container .page_dec_all_conatent_wrapper h3, .page_desCription_main_container .page_dec_all_conatent_wrapper h4, .page_desCription_main_container .page_dec_all_conatent_wrapper h5, .page_desCription_main_container .page_dec_all_conatent_wrapper h6 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .page_desCription_main_container .page_dec_all_conatent_wrapper p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .banner_hero_section .banner_section_wrapper p, .new_banner_section .banner_section_wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper {
    margin-top: 12px;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a {
    font-size: 14px;
    line-height: 18px;
  }
  .home_accordian_section_container .accordian_main_container .accordian_content_wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h1, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h2, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h3, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h4, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h5, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .home_accordian_section_container .accordian_wrapper .home_accordian_sub_content ul {
    margin-bottom: 12px !important;
  }
  .home_accordian_section_container .accordian_wrapper .home_accordian_sub_content ul li {
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
  }
  .accordian_wrapper .accordion-flush .accordion-item .accordion-button {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 14px !important;
  }
  .accordian_wrapper .accordion-flush .accordion-item .accordion-body.home_accordian_sub_content {
    padding: 14px;
  }
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6 {
    font-size: 24px !important;
    line-height: 32px !important;
    width: 70%;
  }
  .industries_section .industries_section_heading p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .industries_section_carousal {
    margin-top: 32px;
  }
  .industries_section_carousal .industries_section_carousal_card h1, .industries_section_carousal .industries_section_carousal_card h2, .industries_section_carousal .industries_section_carousal_card h3, .industries_section_carousal .industries_section_carousal_card h4, .industries_section_carousal .industries_section_carousal_card h5, .industries_section_carousal .industries_section_carousal_card h6 {
    font-size: 32px;
    line-height: 40px;
  }
  .industries_section_carousal .industries_section_carousal_card span svg {
    width: 32px;
    height: 32px;
  }
  .industries_section_carousal .industries_section_carousal_card_right h1, .industries_section_carousal .industries_section_carousal_card_right h2, .industries_section_carousal .industries_section_carousal_card_right h3, .industries_section_carousal .industries_section_carousal_card_right h4, .industries_section_carousal .industries_section_carousal_card_right h5, .industries_section_carousal .industries_section_carousal_card_right h6 {
    font-size: 32px;
    line-height: 40px;
  }
  .industries_section_carousal .industries_section_carousal_card_right span svg {
    width: 32px;
    height: 32px;
  }
  .new_client_exp_main_container .new_client_exp_heading_wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card {
    min-height: 24em;
    padding: 24px;
    border-radius: 16px;
    row-gap: 80px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading {
    width: 100%;
    padding-left: 18px;
    border-left: 2px solid #000000;
    display: flex;
    gap: 6px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h1, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h2, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h3, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h4, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h5, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h6, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading p {
    font-size: 18px;
    line-height: 26px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading_quots_wrapper {
    width: 8px;
    height: 8px;
    margin-top: 6px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading_quots_wrapper svg {
    width: 8px;
    height: 8px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info {
    gap: 12px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info img {
    width: 48px;
    height: 48px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h1, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h2, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h3, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h4, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h5, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name p {
    font-size: 12px;
    line-height: 16px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_logo_wrapper {
    width: 108px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .modal_main_container .modal_main_wrapper .modal-content {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .blog_card_main_container .blog_card_wrapper .card_description h1, .blog_card_main_container .blog_card_wrapper .card_description h2, .blog_card_main_container .blog_card_wrapper .card_description h3, .blog_card_main_container .blog_card_wrapper .card_description h4, .blog_card_main_container .blog_card_wrapper .card_description h5, .blog_card_main_container .blog_card_wrapper .card_description h6 {
    width: 90%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .blog_card_main_container #load_more_button {
    font-size: 15px;
    line-height: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    background: #D93744;
    color: #ffffff;
    border: 1px solid #D93744;
    border-radius: 4px;
    padding: 14px 32px 14px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease;
    font-size: 12px !important;
    padding: 10px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .address_derails_main_container .address_derails_block {
    padding-bottom: 112px;
  }
  .address_derails_main_container .address_derails_wrapper h1, .address_derails_main_container .address_derails_wrapper h2, .address_derails_main_container .address_derails_wrapper h3, .address_derails_main_container .address_derails_wrapper h4, .address_derails_main_container .address_derails_wrapper h5, .address_derails_main_container .address_derails_wrapper h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .address_derails_main_container .address_derails_wrapper a, .address_derails_main_container .address_derails_wrapper p {
    font-size: 14px;
    line-height: 18px;
    width: 90%;
  }
  .address_derails_main_container .contact_address_main_container .contact_gmap_wrapper {
    height: 320px;
  }
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h1, .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, .contact_accordian_main_container .page_dec_all_conatent_wrapper h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .contact_accordian_main_container .page_dec_all_conatent_wrapper .page_title_wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact_accordian_main_container .accordian_wrapper .contact_accordian_body_text p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .about_service_description .page_title_wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
  .about_service_description .page_title_wrapper h1, .about_service_description .page_title_wrapper h2, .about_service_description .page_title_wrapper h3, .about_service_description .page_title_wrapper h4, .about_service_description .page_title_wrapper h5, .about_service_description .page_title_wrapper h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .big_heading h1, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h2, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h3, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h4, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h5, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h6 {
    font-size: 48px;
    line-height: 56px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper {
    padding-top: 16px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h1, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h2, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h3, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h4, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h5, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_wrapper .accordion-body p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block .project_title, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h1, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h2, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h3, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h4, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h5, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h6 {
    font-size: 22px;
    line-height: 30px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block p {
    font-size: 18px;
    line-height: 26px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper p:first-child {
    font-size: 13px;
    color: #000000;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper p:nth-child(2) {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 3px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper .page_dec_btn {
    border-radius: 8px;
    gap: 6px;
    padding: 8px 20px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper .page_dec_btn a {
    font-size: 12px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper .page_dec_btn img {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 991px) {
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block {
    padding: 32px 32px 32px 0;
    width: 47.66%;
    top: 12%;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog_details_related_carausal_main_container .releted_blog_left_pad {
    padding-left: 6%;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h6 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .header_main_Section .header_logo a img {
    max-width: 64px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h1, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h2, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h3, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h4, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h5, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h6 {
    width: 65%;
  }
  .home_accordian_section_container .home_accordian_main_container {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_main_container .footer_contact_wrapper h1, .footer_main_container .footer_contact_wrapper h2, .footer_main_container .footer_contact_wrapper h3, .footer_main_container .footer_contact_wrapper h4, .footer_main_container .footer_contact_wrapper h5, .footer_main_container .footer_contact_wrapper h6 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .footer_main_container .footer_contact_details a {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .footer_main_container .footer_contact_wrapper.address_footer p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .footer_main_container .social_footer_container {
    align-items: flex-start !important;
    padding-top: 36px;
  }
  .footer_main_container .social_footer_container .Social_Footer {
    justify-content: flex-start !important;
  }
  .footer_main_container .social_footer_container .Social_Footer .social_icons_wrapper a img {
    width: 18px !important;
    height: 18px !important;
  }
  .footer_main_container .footer_tearms_wrapper {
    margin-top: 12px;
  }
  .footer_main_container .footer_tearms_wrapper p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .footer_main_container .footer_tearms_wrapper .footer_tearms_and_privecy_block {
    flex-direction: column;
    margin-top: 8px;
  }
  .footer_main_container .footer_tearms_wrapper .footer_tearms_and_privecy_block a {
    padding-left: 0 !important;
  }
  .footer_main_container .footer_tearms_wrapper .footer_tearms_and_privecy_block a:first-child::after {
    position: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  .page_menu_container .page_menu_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .page_menu_container .page_menu_wrapper ul {
    display: -webkit-box;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .page_menu_container .page_menu_wrapper ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  .page_menu_container .page_menu_wrapper ul li a.active {
    font-weight: 600;
  }
  .project_list_main_container .project_content_wrapper {
    flex-direction: column !important;
    gap: 4px !important;
  }
  .project_list_main_container .project_content_wrapper a {
    font-size: 14px;
    line-height: 18px;
  }
  .project_list_main_container .project_content_wrapper .project_title_detail p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_card_main_container .blog_card_wrapper .card_container .card_wrapper .card_image_wrapper a img {
    width: 100%;
  }
  .blog_card_main_container .blog_card_wrapper .card_description h1, .blog_card_main_container .blog_card_wrapper .card_description h2, .blog_card_main_container .blog_card_wrapper .card_description h3, .blog_card_main_container .blog_card_wrapper .card_description h4, .blog_card_main_container .blog_card_wrapper .card_description h5, .blog_card_main_container .blog_card_wrapper .card_description h6 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .address_derails_main_container .contact_address_main_container .contact_gmap_wrapper {
    margin-top: 56px;
  }
  .contact_accordian_main_container .accordian_wrapper {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .about_brand_identity_container .about_brand_identity_wrapper .big_heading h1, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h2, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h3, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h4, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h5, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h6 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation {
    margin-bottom: 24px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block .project_title, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h1, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h2, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h3, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h4, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h5, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block p {
    font-size: 16px;
    line-height: 24px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper p:first-child {
    font-size: 12px;
    line-height: 16px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper p:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 2px;
  }
  .Project_details_heading_main_Container .client_exp_new_desc_wrapper p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog_details_banner_section .banner_detail_wrapper {
    width: 100%;
    padding-top: 124px;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_details_wrapper_container {
    padding: 0 6%;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_image_block {
    padding-left: 0;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_image_block .banner_image_wrapper {
    display: block;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_image_block .banner_image_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 24px;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block {
    background-color: #ffffff;
    position: unset;
    padding: 24px 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 76.6%;
  }
  .blog_detail_description_container_section .blog_detail_description_container_wrapper {
    padding: 56px 0;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_update_time_wrapper {
    left: 6%;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container {
    padding-top: 24px;
  }
  .blog_details_related_carausal_main_container .releted_blog_left_pad {
    padding: 0 6%;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper {
    width: 70%;
    justify-content: flex-start;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h6 {
    margin-bottom: 24px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper {
    padding-bottom: 56px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h6 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0.75rem;
    margin: 0;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev .related_blog__btn_wrapper_prev img {
    width: 20px;
    height: 20px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next {
    left: 64px;
    width: 36px;
    height: 36px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next .related_blog__btn_wrapper img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header_main_Section .header_logo a img {
    max-width: 56px !important;
  }
  .header_main_Section .header_responsive_logo {
    width: 56px !important;
  }
}
@media only screen and (max-width: 575px) {
  .page_desCription_main_container {
    margin-top: 92px;
  }
  .page_desCription_main_container .page_dec_all_conatent_wrapper h1, .page_desCription_main_container .page_dec_all_conatent_wrapper h2, .page_desCription_main_container .page_dec_all_conatent_wrapper h3, .page_desCription_main_container .page_dec_all_conatent_wrapper h4, .page_desCription_main_container .page_dec_all_conatent_wrapper h5, .page_desCription_main_container .page_dec_all_conatent_wrapper h6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .page_desCription_main_container .page_dec_all_conatent_wrapper p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .banner_hero_section .banner_section_wrapper, .new_banner_section .banner_section_wrapper {
    padding-top: 24px !important;
    padding-bottom: 12px !important;
    align-items: center;
  }
  .banner_hero_section .banner_section_wrapper p, .new_banner_section .banner_section_wrapper p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .banner_hero_section .banner_section_wrapper .page_dec_btn_white, .new_banner_section .banner_section_wrapper .page_dec_btn_white {
    width: 80px;
    height: 24px;
    border-radius: 8px;
  }
  .banner_hero_section .banner_section_wrapper .page_dec_btn_white a, .new_banner_section .banner_section_wrapper .page_dec_btn_white a {
    font-size: 10px;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02, .new_banner_section .new_banner_wrapper .new_banner_card02 {
    margin-bottom: 40px;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper {
    margin-top: 8px;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name {
    display: flex;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_name a {
    font-size: 12px;
    line-height: 16px;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc {
    display: flex;
    margin-top: 2px;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a, .new_banner_section .new_banner_wrapper .new_banner_card02 .new_banner_details_wrapper .new_banner_project_desc a {
    font-size: 12px;
    line-height: 16px;
  }
  .home_accordian_section_container .accordian_main_container .accordian_content_wrapper p {
    font-size: 14px;
    line-height: 18px;
  }
  .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h1, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h2, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h3, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h4, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h5, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h6 {
    font-size: 18px;
    line-height: 26px;
    width: 60%;
  }
  .home_accordian_section_container .home_accordian_main_container {
    margin-top: 24px;
  }
  .home_accordian_section_container .accordian_wrapper .home_accordian_sub_content ul {
    margin-bottom: 12px !important;
  }
  .home_accordian_section_container .accordian_wrapper .home_accordian_sub_content ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .accordian_wrapper .accordion-flush .accordion-item .accordion-button {
    font-size: 12px !important;
    line-height: 16px;
  }
  .accordian_wrapper .accordion-flush .accordion-item .accordion-body.home_accordian_sub_content {
    padding: 14px;
  }
  .industries_section .industries_section_heading p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .industries_section_carousal {
    margin-top: 24px;
  }
  .industries_section_carousal .industries_section_carousal_card h1, .industries_section_carousal .industries_section_carousal_card h2, .industries_section_carousal .industries_section_carousal_card h3, .industries_section_carousal .industries_section_carousal_card h4, .industries_section_carousal .industries_section_carousal_card h5, .industries_section_carousal .industries_section_carousal_card h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .industries_section_carousal .industries_section_carousal_card span svg {
    width: 24px;
    height: 24px;
  }
  .industries_section_carousal .industries_section_carousal_card_right h1, .industries_section_carousal .industries_section_carousal_card_right h2, .industries_section_carousal .industries_section_carousal_card_right h3, .industries_section_carousal .industries_section_carousal_card_right h4, .industries_section_carousal .industries_section_carousal_card_right h5, .industries_section_carousal .industries_section_carousal_card_right h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .industries_section_carousal .industries_section_carousal_card_right span svg {
    width: 24px;
    height: 24px;
  }
  .new_client_exp_main_container .new_client_exp_heading_wrapper {
    padding-bottom: 16px;
  }
  .new_client_exp_main_container .new_client_exp_heading_wrapper p {
    font-size: 14px;
    line-height: 18px;
  }
  .new_client_exp_main_container .client_grid .clinet_grid_wrapper {
    row-gap: 24px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card {
    min-height: 20em;
    padding: 16px;
    border-radius: 12px;
    row-gap: 60px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading {
    width: 100%;
    padding-left: 12px;
    border-left: 1px solid #000000;
    display: flex;
    gap: 4px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h1, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h2, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h3, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h4, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h5, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h6, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading_quots_wrapper {
    width: 6px;
    height: 6px;
    margin-top: 5px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading_quots_wrapper svg {
    width: 6px;
    height: 6px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info {
    gap: 12px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info img {
    width: 40px;
    height: 40px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h1, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h2, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h3, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h4, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h5, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_info_name p {
    font-size: 10px;
    line-height: 14px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_card_client_block_logo_wrapper {
    width: 88px;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .page_menu_container .page_menu_wrapper ul {
    margin-bottom: 16px;
  }
  .project_list_main_container .new_banner_section .new_banner_wrapper .new_banner_card {
    margin-bottom: 40px;
  }
  .project_list_main_container .project_content_wrapper {
    padding-top: 8px !important;
  }
}
@media only screen and (max-width: 575px) {
  .blog_card_main_container .blog_card_wrapper .card_container {
    margin-bottom: 40px;
  }
  .blog_card_main_container .blog_card_wrapper .card_description h1, .blog_card_main_container .blog_card_wrapper .card_description h2, .blog_card_main_container .blog_card_wrapper .card_description h3, .blog_card_main_container .blog_card_wrapper .card_description h4, .blog_card_main_container .blog_card_wrapper .card_description h5, .blog_card_main_container .blog_card_wrapper .card_description h6 {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 8px !important;
  }
  .blog_card_main_container #load_more_button {
    font-size: 12px !important;
    padding: 10px 32px;
  }
}
@media only screen and (max-width: 575px) {
  .address_derails_main_container .address_derails_block {
    padding-bottom: 40px;
    row-gap: 12px;
  }
  .address_derails_main_container .address_derails_wrapper h1, .address_derails_main_container .address_derails_wrapper h2, .address_derails_main_container .address_derails_wrapper h3, .address_derails_main_container .address_derails_wrapper h4, .address_derails_main_container .address_derails_wrapper h5, .address_derails_main_container .address_derails_wrapper h6 {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 2px;
  }
  .address_derails_main_container .address_derails_wrapper a, .address_derails_main_container .address_derails_wrapper p {
    font-size: 12px;
    line-height: 16px;
    display: flex;
  }
  .address_derails_main_container .contact_address_main_container .contact_gmap_wrapper {
    margin-top: 40px;
    height: 260px;
  }
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h1, .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, .contact_accordian_main_container .page_dec_all_conatent_wrapper h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .contact_accordian_main_container .page_dec_all_conatent_wrapper .page_title_wrapper p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .contact_accordian_main_container .accordian_wrapper .contact_accordian_body_text p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .about_service_description .page_title_wrapper p {
    font-size: 14px;
    line-height: 18px;
  }
  .about_service_description .page_title_wrapper h1, .about_service_description .page_title_wrapper h2, .about_service_description .page_title_wrapper h3, .about_service_description .page_title_wrapper h4, .about_service_description .page_title_wrapper h5, .about_service_description .page_title_wrapper h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .big_heading h1, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h2, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h3, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h4, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h5, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h6 {
    font-size: 32px;
    line-height: 40px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper {
    padding-top: 0.75rem;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h1, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h2, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h3, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h4, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h5, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h6 {
    width: 60%;
    font-size: 18px;
    line-height: 26px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_wrapper .accordion-body p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation {
    margin-bottom: 16px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block .project_title, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h1, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h2, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h3, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h4, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h5, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0.75rem;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper .page_dec_btn {
    gap: 4px;
    padding: 6px 16px;
    cursor: pointer;
    transition: 0.5s all ease;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_desipline_wrapper .page_dec_btn a {
    font-size: 11px;
  }
  .all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block {
    margin-bottom: 40px;
  }
  .all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block .Project_details_image_block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_details_banner_section .banner_detail_wrapper {
    padding-top: 92px;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_image_block .banner_image_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block {
    padding: 16px 0;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .blog_detail_description_container_section .blog_detail_description_container_wrapper {
    padding: 40px 0;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_update_time_wrapper {
    padding: 4px 12px;
    border-radius: 8px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_update_time_wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container {
    padding-top: 16px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper {
    padding-bottom: 32px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper a, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper p {
    font-size: 14px;
    line-height: 18px;
    padding-top: 24px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ol, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ul {
    padding-top: 24px;
    gap: 16px;
    margin: 0;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ol li, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper img {
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 0.75rem;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper {
    padding-bottom: 40px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .blog_details_related_blog_img_wrapper a img {
    border-radius: 16px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper {
    text-decoration: none;
    color: #000;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h6 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0.75rem;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0 !important;
    background: #000;
    left: 0;
    right: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev::after {
    content: " " !important;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev .related_blog__btn_wrapper_prev {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev .related_blog__btn_wrapper_prev img {
    width: 16px;
    height: 16px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0 !important;
    background: #000;
    left: 56px;
    right: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next::after {
    content: " " !important;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next .related_blog__btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next .related_blog__btn_wrapper img {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 390px) {
  .header_main_Section .header_menu_container {
    width: 100%;
  }
}
@media only screen and (max-width: 390px) {
  .page_desCription_main_container .page_dec_all_conatent_wrapper h1, .page_desCription_main_container .page_dec_all_conatent_wrapper h2, .page_desCription_main_container .page_dec_all_conatent_wrapper h3, .page_desCription_main_container .page_dec_all_conatent_wrapper h4, .page_desCription_main_container .page_dec_all_conatent_wrapper h5, .page_desCription_main_container .page_dec_all_conatent_wrapper h6 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .page_desCription_main_container .page_dec_all_conatent_wrapper p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .banner_hero_section .banner_section_wrapper, .new_banner_section .banner_section_wrapper {
    padding-top: 18px !important;
  }
  .banner_hero_section .banner_section_wrapper p, .new_banner_section .banner_section_wrapper p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .banner_hero_section .new_banner_wrapper .new_banner_card02, .new_banner_section .new_banner_wrapper .new_banner_card02 {
    position: relative;
    margin-bottom: 32px;
  }
  .home_accordian_section_container .accordian_main_container .accordian_content_wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
  .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h1, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h2, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h3, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h4, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h5, .home_accordian_section_container .accordian_main_container .accordian_content_wrapper h6 {
    font-size: 16px;
    line-height: 24px;
    width: 80%;
  }
  .home_accordian_section_container .home_accordian_main_container {
    margin-top: 16px;
  }
  .industries_section .industries_section_heading p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .industries_section .industries_section_heading h1, .industries_section .industries_section_heading h2, .industries_section .industries_section_heading h3, .industries_section .industries_section_heading h4, .industries_section .industries_section_heading h5, .industries_section .industries_section_heading h6 {
    font-size: 16px !important;
    line-height: 24px !important;
    width: 80%;
  }
  .industries_section_carousal {
    margin-top: 16px;
  }
  .industries_section_carousal .industries_section_carousal_card h1, .industries_section_carousal .industries_section_carousal_card h2, .industries_section_carousal .industries_section_carousal_card h3, .industries_section_carousal .industries_section_carousal_card h4, .industries_section_carousal .industries_section_carousal_card h5, .industries_section_carousal .industries_section_carousal_card h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .industries_section_carousal .industries_section_carousal_card span svg {
    width: 18px;
    height: 18px;
  }
  .industries_section_carousal .industries_section_carousal_card_right h1, .industries_section_carousal .industries_section_carousal_card_right h2, .industries_section_carousal .industries_section_carousal_card_right h3, .industries_section_carousal .industries_section_carousal_card_right h4, .industries_section_carousal .industries_section_carousal_card_right h5, .industries_section_carousal .industries_section_carousal_card_right h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .industries_section_carousal .industries_section_carousal_card_right span svg {
    width: 18px;
    height: 18px;
  }
  .new_client_exp_main_container .new_client_exp_heading_wrapper {
    padding-bottom: 16px;
  }
  .new_client_exp_main_container .new_client_exp_heading_wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
  .new_client_exp_main_container .client_grid .clinet_grid_wrapper {
    row-gap: 16px;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card {
    width: 100%;
    min-height: 18em;
  }
  .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h1, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h2, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h3, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h4, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h5, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading h6, .testimonial_carousal_wrapper .testimonial_swiper .swiper-slide .testimonial_swiper_card_heading p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 390px) {
  .project_list_main_container .new_banner_section .new_banner_wrapper .new_banner_card {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 390px) {
  .blog_card_main_container .blog_card_wrapper .card_container {
    margin-bottom: 32px;
  }
  .blog_card_main_container .blog_card_wrapper .card_container .card_wrapper .card_image_wrapper a {
    border-radius: 16px;
  }
  .blog_card_main_container .blog_card_wrapper .card_container .card_wrapper .card_image_wrapper a img {
    border-radius: 16px;
  }
  .blog_card_main_container .blog_card_wrapper .card_description h1, .blog_card_main_container .blog_card_wrapper .card_description h2, .blog_card_main_container .blog_card_wrapper .card_description h3, .blog_card_main_container .blog_card_wrapper .card_description h4, .blog_card_main_container .blog_card_wrapper .card_description h5, .blog_card_main_container .blog_card_wrapper .card_description h6 {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
  .blog_card_main_container #load_more_button {
    font-size: 10px !important;
    padding: 8px 24px;
  }
}
@media only screen and (max-width: 390px) {
  .address_derails_main_container .address_derails_block {
    padding-bottom: 32px;
  }
  .address_derails_main_container .contact_address_main_container .contact_gmap_wrapper {
    height: 200px;
    margin-top: 32px;
  }
  .contact_accordian_main_container .page_dec_all_conatent_wrapper h1, .contact_accordian_main_container .page_dec_all_conatent_wrapper h2, .contact_accordian_main_container .page_dec_all_conatent_wrapper h3, .contact_accordian_main_container .page_dec_all_conatent_wrapper h4, .contact_accordian_main_container .page_dec_all_conatent_wrapper h5, .contact_accordian_main_container .page_dec_all_conatent_wrapper h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .contact_accordian_main_container .page_dec_all_conatent_wrapper .page_title_wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
  .contact_accordian_main_container .accordian_wrapper {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 390px) {
  .about_service_description .page_title_wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
  .about_service_description .page_title_wrapper h1, .about_service_description .page_title_wrapper h2, .about_service_description .page_title_wrapper h3, .about_service_description .page_title_wrapper h4, .about_service_description .page_title_wrapper h5, .about_service_description .page_title_wrapper h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .big_heading h1, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h2, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h3, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h4, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h5, .about_brand_identity_container .about_brand_identity_wrapper .big_heading h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper {
    padding-top: 0.5rem;
  }
  .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h1, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h2, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h3, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h4, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h5, .about_brand_identity_container .about_brand_identity_wrapper .about_accordian_text_wrapper .accordian_content_wrapper h6 {
    width: 70%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 390px) {
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation {
    margin-bottom: 16px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block .project_title, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h1, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h2, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h3, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h4, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h5, .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .Project_details_heading_main_Container .client_exp_container .heading_wrapper_designation .new_heading_desc_block p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0.5rem;
  }
  .all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block {
    margin-bottom: 32px;
  }
  .all_project_view_main_container .Project_details_view_wrapper .Project_details_view_block .Project_details_image_block {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 390px) {
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_image_block .banner_image_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block {
    padding: 0.75rem 0;
  }
  .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h1, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h2, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h3, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h4, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h5, .blog_details_banner_section .banner_detail_wrapper .banner_detail_wrapper_block .banner_heading_block .banner_heading_wrapper h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .blog_detail_description_container_section .blog_detail_description_container_wrapper {
    padding: 32px 0;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_update_time_wrapper {
    padding: 4px 12px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_update_time_wrapper p {
    font-size: 11px;
    line-height: 14px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container {
    padding-top: 0.75rem;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper {
    padding-bottom: 24px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper p {
    font-size: 13px;
    line-height: 18px;
    padding-top: 16px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ol, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ul {
    padding-top: 16px;
    gap: 0.75rem;
    margin: 0;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ol li, .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper ul li {
    font-size: 13px;
    line-height: 18px;
  }
  .blog_detail_description_container_section .blog_details_description_block .blog_details_description_main_container .blog_details_description_content_wrapper img {
    border-radius: 0.75rem;
    margin-top: 16px;
    margin-bottom: 0.5rem;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_heading_wrapper h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.75rem;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper {
    padding-bottom: 32px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .blog_details_related_blog_img_wrapper a img {
    border-radius: 0.75rem;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper {
    text-decoration: none;
    color: #000;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h1, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h2, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h3, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h4, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h5, .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-slide .blog_details_related_blog_container .blog_details_related_blog_wrapper .related_blog_description_wrapper h6 {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0.5rem;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
    border-radius: 50%;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev::after {
    content: " " !important;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev .related_blog__btn_wrapper_prev {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-prev .related_blog__btn_wrapper_prev img {
    width: 14px;
    height: 14px;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next {
    left: 40px;
    right: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next::after {
    content: " " !important;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next .related_blog__btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .blog_details_related_carausal_main_container .blog_details_related_carausal_wrapper .blog_details_related_carausal_wrapper_container .blog_details_related_carausal_block .blog_details_related_swiper .swiper-button-next .related_blog__btn_wrapper img {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 390px) {
  .footer_main_container .footer_wrapper .footer_contact_wrapper {
    align-items: center;
  }
  .footer_main_container .footer_wrapper .footer_contact_wrapper h1, .footer_main_container .footer_wrapper .footer_contact_wrapper h2, .footer_main_container .footer_wrapper .footer_contact_wrapper h3, .footer_main_container .footer_wrapper .footer_contact_wrapper h4, .footer_main_container .footer_wrapper .footer_contact_wrapper h5, .footer_main_container .footer_wrapper .footer_contact_wrapper h6 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .footer_main_container .footer_wrapper .footer_contact_wrapper .footer_contact_details {
    align-items: center;
  }
  .footer_main_container .footer_wrapper .footer_contact_wrapper.address_footer p {
    text-align: center !important;
  }
  .footer_main_container .footer_wrapper .social_footer_container {
    align-items: center !important;
  }
  .footer_main_container .footer_wrapper .social_footer_container .Social_Footer .social_icons_wrapper {
    gap: 12px !important;
  }
  .footer_main_container .footer_wrapper .social_footer_container .Social_Footer .social_icons_wrapper a img {
    width: 16px !important;
    height: 16px !important;
  }
  .footer_main_container .footer_wrapper .social_footer_container .footer_tearms_wrapper P {
    text-align: center;
  }
  .footer_main_container .footer_wrapper .social_footer_container .footer_tearms_wrapper .footer_tearms_and_privecy_block {
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .modal_main_container .common_input_wrapper {
    padding-bottom: 1rem !important;
  }
  .modal_main_container .header_from_customar_need {
    padding: 1rem 0 !important;
  }
  .modal_main_container .modal_main_wrapper {
    width: 100%;
    margin: 0 !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content {
    width: 100%;
    border-radius: 0 !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-header .btn-close {
    width: 40px !important;
    height: 24px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper {
    padding: 0px 6% !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h1, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h2, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h3, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h4, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h5, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h6 {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 0.5rem 0 !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .phone_input_wrapper .iti {
    width: 100%;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .phone_input_wrapper .iti .iti__flag-container .iti__selected-flag {
    background: none;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .input_main_box {
    border-radius: 0px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .input_main_box.form-control:focus {
    box-shadow: none;
    border-color: #000000;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .input_main_box::-moz-placeholder {
    font-size: 11px !important;
    color: #000;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .input_main_box::placeholder {
    font-size: 11px !important;
    color: #000;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper label {
    font-size: 11px !important;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .error_message_holder .error {
    color: #D93744;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need {
    padding: 1rem 0 !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h1, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h2, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h3, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h4, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h5, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h6 {
    font-size: 14px !important;
    line-height: 18px !important;
    padding-bottom: 0.75rem !important;
    margin: 0;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper {
    gap: 16px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper .checkbox_holder {
    margin-right: 0.5rem !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper .checkbox_holder .customar_need_check {
    font-size: 11px !important;
    line-height: 15px !important;
    padding-left: 24px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper .checkbox_holder .customar_need_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper .checkbox_holder .customar_need_check .checkmark {
    position: absolute;
    top: -1px !important;
    height: 18px !important;
    width: 18px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .error_message_holder {
    font-size: 11px !important;
    line-height: 14px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer {
    padding: 1rem 0 !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h1, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h2, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h3, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h4, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h5, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h6 {
    font-size: 14px !important;
    line-height: 18px !important;
    padding-bottom: 18px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer .header_from_customar_need_check_wrapper .form-check {
    margin-bottom: 0;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer .header_from_customar_need_check_wrapper .form-check input {
    width: 18px !important;
    height: 18px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer .header_from_customar_need_check_wrapper .form-check .form-check-label {
    font-size: 11px !important;
    line-height: 14px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .submit_button_wrapper .page_dec_btn {
    font-size: 11px !important;
    padding: 4px 14px !important;
    gap: 4px !important;
    border-radius: 8px !important;
  }
  .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .submit_button_wrapper .page_dec_btn img {
    width: 6px !important;
    height: 6px !important;
  }
}
.common_Pad {
  padding-left: 6% !important;
  padding-right: 6% !important;
}

.padd_top_btm {
  padding-top: 56px;
  padding-bottom: 56px;
}

.pad_bott {
  padding-bottom: 56px;
}

.border_bottom {
  border-bottom: 0.5px solid #CCCCCC;
}

.padding_custom_top {
  padding-top: 72px;
}

@media only screen and (max-width: 575px) {
  .padd_top_btm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pad_bott {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 390px) {
  .padd_top_btm {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pad_bott {
    padding-bottom: 32px;
  }
}
.custom-cursor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.74);
  /* border: 2px solid #ff5733; */
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-out, opacity 0.2s;
  /* mix-blend-mode: difference; */
  z-index: 9999;
  opacity: 0; /* Completely hidden on page load */
}
.custom-cursor svg {
  width: 28px; /* Adjust as needed */
  height: 28px; /* Adjust as needed */
  fill: #ffffff; /* Change color if needed */
  rotate: 45deg;
}

.accordian_wrapper .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #dee2e6 !important;
}
.accordian_wrapper .accordion-flush .accordion-item .accordion-button {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px;
  font-weight: 600 !important;
}
.accordian_wrapper .accordion-flush .accordion-item .accordion-button p {
  margin-bottom: 0 !important;
}
.accordian_wrapper .accordion-flush .accordion-item .accordion-button::after {
  content: "" !important;
  background-image: url(../images/svg/Group_43.svg) !important;
}
.accordian_wrapper .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.accordian_wrapper .accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.accordian_wrapper .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/cross.svg") !important;
}

.header_main_Section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
}
.header_main_Section .header_container_wrapper {
  position: relative;
  transition: all 0.5s ease-out;
}
.header_main_Section .header_container_wrapper .header_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.header_main_Section .header_container_wrapper.scrolled_header {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s ease-in;
}
.header_main_Section .header_logo {
  padding: 6px;
}
.header_main_Section .header_logo a {
  display: flex;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
}
.header_main_Section .header_logo a img {
  max-width: 80px;
  height: auto;
}
.header_main_Section .header_menu_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_main_Section .header_menu_container ul li {
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
}
.header_main_Section .header_menu_container ul li a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
  text-decoration: none;
}
.header_main_Section .header_menu_container ul li a.header_active_menu {
  color: #D93744;
}
.header_main_Section .header_menu_container ul li:hover a {
  color: #D93744;
}
.header_main_Section .mobile_menu_Project_btn_wrapper {
  display: none;
}
.header_main_Section .item-right {
  display: flex;
  justify-content: flex-end;
}
.header_main_Section .item-right a {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  display: inline-block;
  /* margin-left: 10px; */
  transition: color 0.3s ease;
}
.header_main_Section .header-mobile-menu-head-wrapper, .header_main_Section .mobile-menu-trigger {
  display: none;
}
.header_main_Section .page_dec_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background-color: #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 8px;
  padding: 6px 16px;
  cursor: pointer;
  transition: 0.5s all ease;
}
.header_main_Section .page_dec_btn a {
  font-size: 13px;
  text-decoration: none;
  color: #ffffff !important;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.header_main_Section .page_dec_btn img {
  width: 8px;
  height: 8px;
}
.header_main_Section .header_responsive_logo {
  position: absolute;
  left: 5%;
  top: 0;
  width: 80px;
  margin: 6px;
}
.header_main_Section .header_responsive_logo img {
  max-width: 100%;
  height: auto;
}

.footer_main_container {
  background-color: #000000;
  color: #ffffff;
  margin-top: 80px;
}
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper {
  display: flex;
  flex-direction: column;
}
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h1, .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h2, .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h3, .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h4, .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h5, .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h1:nth-child(2n), .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h2:nth-child(2n), .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h3:nth-child(2n), .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h4:nth-child(2n), .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h5:nth-child(2n), .footer_main_container .footer_wrapper:first-child .footer_contact_wrapper h6:nth-child(2n) {
  padding-top: 24px;
}
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper .footer_contact_details {
  display: flex;
  flex-direction: column;
}
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper .footer_contact_details a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
}
.footer_main_container .footer_wrapper:first-child .footer_contact_wrapper .footer_contact_details a:hover {
  text-decoration: underline;
}
.footer_main_container .footer_wrapper .footer_contact_wrapper.address_footer {
  text-align: start;
  padding-top: 36px;
}
.footer_main_container .footer_wrapper .footer_contact_wrapper.address_footer p {
  text-align: start;
  font-size: 14px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 0 !important;
}
.footer_main_container .footer_wrapper .social_footer_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
}
.footer_main_container .footer_wrapper .social_footer_container .Social_Footer {
  display: flex;
  justify-content: flex-end;
}
.footer_main_container .footer_wrapper .social_footer_container .Social_Footer .social_icons_wrapper {
  display: flex;
  gap: 20px;
}
.footer_main_container .footer_wrapper .social_footer_container .Social_Footer .social_icons_wrapper a img {
  width: 20px;
  height: 20px;
}
.footer_main_container .footer_wrapper .social_footer_container .footer_tearms_wrapper p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 0 !important;
}
.footer_main_container .footer_wrapper .social_footer_container .footer_tearms_wrapper .footer_tearms_and_privecy_block {
  display: flex;
}
.footer_main_container .footer_wrapper .social_footer_container .footer_tearms_wrapper .footer_tearms_and_privecy_block a {
  font-size: 12px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: underline;
  padding-left: 8px;
}
.footer_main_container .footer_wrapper .social_footer_container .footer_tearms_wrapper .footer_tearms_and_privecy_block a:first-child {
  padding-right: 8px;
  padding-left: 0;
  position: relative;
}
.footer_main_container .footer_wrapper .social_footer_container .footer_tearms_wrapper .footer_tearms_and_privecy_block a:first-child::after {
  content: " ";
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 8px;
}

.whatts_app_floting_icon .float_whattsapp, .chatbot_floting_icon .float_whattsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 42px;
  height: 42px;
  position: fixed;
  right: 20px;
  bottom: 72px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 101;
}
.whatts_app_floting_icon .float_whattsapp svg, .chatbot_floting_icon .float_whattsapp svg {
  width: 24px;
  height: 24px;
}
.whatts_app_floting_icon .float_chatbot, .chatbot_floting_icon .float_chatbot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 42px;
  height: 42px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 101;
}
.whatts_app_floting_icon .float_chatbot svg, .chatbot_floting_icon .float_chatbot svg {
  width: 24px;
  height: 24px;
}

.modal-open {
  overflow: visible !important;
  padding-right: 0 !important;
}

.modal_main_container .modal_main_wrapper {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
}
.modal_main_container .modal_main_wrapper .modal-content {
  max-width: 600px;
  border-radius: 0 !important;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-header {
  border-bottom: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-header .btn-close {
  opacity: 1 !important;
  width: 60px !important;
  height: 30px !important;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-header .btn-close:focus {
  box-shadow: none !important;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper {
  padding: 0px 40px;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h1, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h2, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h3, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h4, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h5, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper h6 {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  text-align: start;
  display: inline-block;
  padding: 10px 0;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .phone_input_wrapper .iti {
  width: 100%;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .phone_input_wrapper .iti .iti__flag-container .iti__selected-flag {
  background: none;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .phone_input_wrapper .iti .iti__selected-dial-code {
  font-size: 12px;
  line-height: 16px;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .input_main_box {
  border-radius: 0px !important;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .input_main_box.form-control:focus {
  box-shadow: none;
  border-color: #000000;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .input_main_box::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  color: #000;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .input_main_box::placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  color: #000;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper label {
  font-size: 12px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .common_input_wrapper .error_message_holder .error {
  color: #D93744;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h1, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h2, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h3, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h4, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h5, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need h6 {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  padding-bottom: 18px;
  margin: 0;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper .checkbox_holder {
  margin-right: 14px;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper .checkbox_holder .customar_need_check {
  font-size: 12px;
  line-height: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper .checkbox_holder .customar_need_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .header_from_customar_need_check_wrapper .checkbox_holder .customar_need_check .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  border: 0.5px solid #a8a0a0;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .error_message_holder {
  font-size: 12px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .error_message_holder .error {
  color: #D93744;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h1, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h2, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h3, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h4, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h5, .modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer h6 {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  padding-bottom: 18px;
  margin: 0;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer .header_from_customar_need_check_wrapper .form-check {
  margin-bottom: 0;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer .header_from_customar_need_check_wrapper .form-check input {
  width: 20px;
  height: 20px;
  border: 0.5px solid #a8a0a0 !important;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .radio_button_main_conainer .header_from_customar_need_check_wrapper .form-check .form-check-label {
  font-size: 12px;
  line-height: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .submit_button_wrapper .page_dec_btn {
  font-size: 15px;
  line-height: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 14px 32px 14px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
}
.modal_main_container .modal_main_wrapper .modal-content .modal-body .modal_from_wrapper .header_form_main_container .submit_button_wrapper .page_dec_btn img {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=main.css.map */