.corporate-border,
.corporate-sec {
  margin-bottom: 2rem;
}
.main-banner-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.main-banner {
  display: block;
  width: 100% !important;
  height: 500px;
  object-fit: cover;
  margin-top: 95px;
}
.banner-title {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  text-align: left;
  text-shadow: 1px 1px #484848;
}
#productTabContent .card a,
.career_row,
.event-item,
.form_image,
.image_hover_all,
.media_content,
.media_inner {
  position: relative;
}
.sec-padding {
  padding: 80px 0;
}
.form-control {
  background-color: #f1f1f1;
  border: none;
  border-radius: 1px;
  padding: 13px 20px;
}
.contact-form {
  padding: 50px;
}
.contact-form .btn {
  border-color: #000;
}
.contact-form .btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.form-control:focus {
  background-color: #f8f8f8;
  border-color: #fff0;
  outline: 0;
  box-shadow: none;
}
.corporate-sec h1 {
  margin-bottom: 25px;
}
.corporate-border {
  border: 1px solid #eeecec;
  padding: 70px;
}
.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
  align-items: center;
  font-weight: 500;
}
.contact-info i {
  font-size: 1.3rem;
  color: #000;
  margin-top: 3px;
  flex-shrink: 0;
}
.contact-info a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .contact-info li {
    font-size: 0.95rem;
  }
  .contact-info i {
    font-size: 1.1rem;
  }
}
#our-shades .main .card-imag,
.image_hover {
  overflow: hidden;
  transition: 0.9s;
}
.image_hover img {
  transition: 0.9s;
  width: 100%;
}
.event-item:hover .border-left img,
.image_hover_all:hover .image_hover img {
  transform: scale(1.1);
}
#faqs .Ans-content p a,
.blog-section a,
.border-left a,
.cat_img_container a,
.category-image-container a,
.current-box a,
.event-item a,
.image_hover_all a,
.newsletter-sec a,
.search-box a {
  text-decoration: none;
}
.image_hover_all h5 {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}
.event-item {
  padding: 30px;
  margin-top: 5rem;
}
.border-left {
  border-left: 1px solid #ccc;
  overflow: hidden;
  transition: 0.9s;
}
.event-item a h3 {
  padding: 20px;
  color: #0d1214;
  font-size: 22px;
  line-height: 30px;
}
.border-left img {
  transition: 0.9s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 7px 7px 19px #00000029;
}
.w-80 {
  width: 80%;
}
.current-box a h3,
.newsletter-sec a h5 {
  color: #000;
}
#mediaModal .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
#mediaModal .modal-content {
  background-color: #fff0;
}
#mediaModal .modal_close_btn {
  top: 3%;
  right: 11%;
}
#mediaModal {
  backdrop-filter: blur(5px);
  background-color: #00000075;
}
#mediaModal button {
  opacity: 1 !important;
}
#mediaModal .carousel-control-next {
  right: -35px;
  font-size: 1.8rem;
  color: #fff;
}
#mediaModal .carousel-control-prev {
  left: -35px;
  font-size: 1.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  #mediaModal .modal-dialog {
    max-width: 95%;
  }
  #mediaModal .carousel-item img {
    max-height: 70vh;
  }
}
.media_inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  transition: 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.media_inner {
  height: auto;
}

.blogs_image {
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
}

.blogs_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 12px 20px;
  transition: 0.4s ease;
}

.media_content h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
      font-weight: 400;
}

.main_button h6 {
      font-size: 14px;
    font-weight: 400;
    color: #ffc000;
    border-bottom: 1px solid #dba500;
    display: inline-block;
}

@media (hover: hover) {
  .media_inner:hover .media_content {
    transform: translateY(-20%);
  }
}

@media (max-width: 768px) {
  .media_content {
    padding: 10px 15px;
  }

  .media_content h5 {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .media_content {
    position: static; /* 🔥 stack content below image */
  }

  .media_content h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .main_button h6 {
    font-size: 13px;
  }
}
.w-90 {
  width: 90%;
}
.career_right_content h2,
.ourvalues h2 {
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 45px;
}
.career_right_content {
  margin-left: 90px;
}
.form_image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.current-opening h2 {
  font-size: 40px;
  margin-bottom: 24px;
}
.current-box:hover {
  box-shadow: 1px 1px 8px #ccc;
}
.current-box a ul li {
  list-style: none;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.career_row {
  border-bottom: 1px solid #ececec;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #000;
}
.contact-list i {
  font-size: 16px;
  color: #000;
  margin-right: 4px;
}
.insight_single_content h5 {
  margin-top: 30px !important;
  margin-bottom: 10px;
  font-size: 20px;
}
.insight_single_content ul {
  margin-bottom: 40px;
}
.insight_single_content p,
.insight_single_content ul li {
  font-size: 16px;
  line-height: 25px;
  font-family: Gotham;
  margin-bottom: 20px !important;
  margin-top: 0;
  font-weight: 500;
}
.button_apply a,
.button_apply button {
  display: inline-block;
  background: #000;
  padding: 10px 30px;
  transition: 0.8s;
  border: 1px solid #fff0;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 400;
}
.button_apply a:hover,
.button_apply button:hover {
  border-color: #000;
  color: #000;
  background: 0 0;
}
.insight_single_content .modal-content {
  max-width: 500px;
  margin: auto;
}
.modal-body input {
  border: 1px solid #ccc;
  border-left: 4px solid #000;
  padding: 10px;
}
.btn-dark {
  background: #000;
  border: none;
  border-radius: none;
}
.btn-dark:hover {
  background: #222;
  border-radius: none;
}
.modal-header h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 18px;
}
#onloadModal .modal-body {
  padding: 15px;
}
.modal-body {
  padding: 10px 25px;
}
#mobileMenuAbout
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li:last-child,
.arch-caption {
  padding-bottom: 20px;
}
.modal-body .form-control {
  background-color: #fff;
  border-radius: 1px;
  padding: 15px 20px !important;
}
.modal-body .form-control:focus {
  background-color: #f8f8f8 !important;
  border-color: #fff0;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-left: 4px solid #000;
}
.iframe-modal-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.play-btn,
.video-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-header .btn-close {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 16px;
  opacity: 2;
  position: absolute !important;
  top: -2%;
  right: -6% !important;
  background-color: #fff;
  background-size: 28%;
  border-radius: 100%;
  z-index: 9;
  box-shadow: #0000001a 0 4px 12px;
}
.video-play-button {
  position: relative;
  display: block;
  height: 100%;
}
.video-icon {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.video-icon i {
  font-size: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video-thumb img {
  border-radius: 6px;
  display: block;
}
.play-btn {
  position: absolute;
  font-size: 70px;
  color: #fff;
  opacity: 0.9;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.video-thumb:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.mar-l-5 {
  margin-left: 5rem;
}
.f-400 {
  font-weight: 400;
}
.arch-caption {
  padding-top: 30px;
  border-left: 1px solid #74747442;
}
.archclub-sec .arch-caption h3 {
  font-size: 22px;
  padding-left: 30px;
  line-height: 30px;
  font-weight: 500;
}
.archclub-sec .archclub-box {
  margin-top: 5rem;
}
.archclub-box h3 {
  padding: 20px 20px 20px 30px;
  font-size: 22px;
  line-height: 30px;
}
.pr-5 {
  padding-right: 3rem;
}
.csr_last_left ul,
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.pl-5 {
  padding-left: 3rem;
}
.border-right {
  border-left: 1px solid #696969;
  padding-left: 54px;
}
.welcome-sec h2 {
  font-size: 6rem;
  line-height: 6.2rem;
}
.welcome-sec h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 28px;
}
.video-wraper .video-icon i {
  font-size: 60px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wraper {
  position: relative;
  height: 560px;
  width: 100%;
}
.video-wraper .infra-video-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.video-wraper img.video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.3s;
}
.video-wraper button.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: 0 0;
  border: none;
  color: #000;
  font-size: 7rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.video-wraper.hide-overlay button,
.video-wraper.hide-overlay img {
  opacity: 0;
  pointer-events: none;
}
.blog-section a h5,
.recent-blog a h5 {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000;
}
.products_discraption ol > li,
.products_discraption ul > li {
  font-size: 15px !important;
  color: #212529 !important;
  font-family: Gotham !important;
}
.blog-section img {
  transition: transform 0.3s;
  object-fit: cover;
  height: 300px;
}
.blog-section img:hover {
  transform: scale(1.03);
}
.blog-section h1 {
  font-size: 2.9rem;
}
.recent-blog a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.faq-section .nav-item {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #999;
  font-weight: 600;
  text-align: left;
  padding: 10px 0;
}
.faq-section .nav-item.active {
  color: #000;
  border-bottom: 2px solid #000;
  background: 0 0;
}
.faq-section h5 {
  margin-top: 20px;
}
.faq-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff !important;
  color: #000 !important;
}
.faq-section .nav-pills .nav-link {
  color: #ccc;
}
.tab-content {
  padding-left: 5rem;
}
.faq-section #faqTabs {
  position: sticky;
  top: 15%;
}
.client-section .client-box {
  background: #fff;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.client-section .client-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px #00000014;
}
.client-section img {
  padding: 10px;
  object-fit: contain;
}
.productsec h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#productTab,
.light-gray-sec .brochure-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#productTab .nav-item .nav-link {
  padding: 10px 80px;
  font-size: 22px;
  border-bottom: none;
  background-color: #f0f0f0 !important;
  color: #959595;
  font-weight: 400;
}
#productTab .nav-item.show .nav-link,
#productTab .nav-link.active {
  background-color: #fff !important;
  border-bottom: none;
  color: #495057;
}
.productsec .tab-content {
  padding: 2.9rem 3.2rem;
}
#productTabContent .card:hover .product-thubnail-img img {
  transform: scale(1.1);
  transition: 0.8s ease-in-out;
}
#productTabContent .card .product-thubnail-img {
  height: 300px;
  transition: 0.8s ease-in-out;
  overflow: hidden;
}
#productTabContent .card .product-thubnail-img img {
  width: 100%;
  height: 100%;
}
#productTabContent .card-img-overlay {
  height: 100%;
  padding: 80px;
  z-index: 999;
  flex-direction: column;
}
#productTabContent .card a h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 34px;
}
#productTabContent .card a p {
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  display: inline-block;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
#productTabContent .card:hover a p {
  opacity: 1;
  transition: 0.8s ease-in-out;
}
#productTabContent .card a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  opacity: 0.9;
  z-index: 999;
}
.residentialsec h4 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
  font-family: Gotham, sans-serif;
}
.residentialsec .service-box div {
  overflow: hidden;
  height: auto;
}
.profile-sec {
  margin-top: -10px;
}
.profile-sec h2 {
  font-size: 4rem;
  line-height: 6.2rem;
}
.profile-sec .bi-linkedin {
  font-size: 3rem;
  color: #ffc30d;
}
.profile-sec .bi-linkedin:hover {
  color: #fff;
}
.w-60 {
  width: 60%;
}
.milestone-sec {
  border: 1px solid #e5e5e5;
  padding: 70px 6.5rem;
}
.milestone-sec h2 {
  font-size: 2.5rem;
}
.milestone-sec h6 {
  width: 70%;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.milestone-sec img {
  width: 11%;
}
.vision li {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
}
.vision_sec {
  padding-right: 5rem;
}
.vision_sec h4 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #000;
}
.w-85 {
  width: 85%;
}
.light-gray-sec .brochure-btn a:hover {
  background: #ffc30d;
  color: #000;
}
.custom-modal {
  width: 420px;
  min-height: 480px;
  margin: auto;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 25px #00000040;
}
.custom-modal .form-control {
  height: 50px;
  border-radius: 8px;
}
.custom-modal h5 {
  font-size: 20px;
  line-height: 1.4;
}
.about_main_flex_home {
  display: flex;
  position: relative;
}
.first_block_wrapper {
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 50%;
  position: static;
}
.cladding_wrapper .first_block_wrapper {
  height: 38vw;
  flex-basis: 33.33%;
  max-width: 33.33%;
}
.first_block_wrapper picture {
  transition: 1.6s;
  animation-name: ImagesAccordion__zIndex--1jXZh;
  animation-duration: 3s;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: auto;
}
.first_block_wrapper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.about_main_flex_home .first_block_wrapper:first-child img,
.first_block_wrapper:first-child img {
  object-position: left;
}
.content_about_wrapper {
  position: relative;
  z-index: 9;
  padding: 60px;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  transition: 1.6s;
}
.content_about_wrapper img {
  width: 200px;
  object-fit: cover;
  height: 100px;
  position: absolute;
  left: 0;
  transition: 2s;
}
.about_main_flex_home .first_block_wrapper:first-child img:hover {
  object-position: top;
}
.first_block_wrapper:nth-child(3) picture {
  right: 0;
}
.first_block_wrapper picture {
  width: 33.33%;
  margin-left: 1px;
}
.first_block_wrapper:nth-child(3) img {
  object-position: right;
}
.first_block_wrapper:hover:first-child .content_about_wrapper::after,
.first_block_wrapper:hover:nth-child(2) .content_about_wrapper::after {
  content: "";
  transition-delay: 0s;
  opacity: 0;
}
.cladding_wrapper .content_about_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  width: 1px;
  transition-delay: 1.6s;
}
.cladding_wrapper .content_about_wrapper {
  padding: 10px;
}
.always_image img,
.cladding_wrapper .first_block_wrapper:hover picture {
  width: 100%;
}
.first_block_wrapper:hover picture {
  animation: none;
  z-index: 91;
  width: 100%;
}
.about_main_flex_home.desk_top_open > div:hover picture img {
  position: relative !important;
}
.first_block_wrapper:hover .content_about_wrapper {
  z-index: 92;
}
.first_block_wrapper:first-child .content_about_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  width: 1px;
}
.first_block_wrapper:nth-child(2):hover picture {
  transition:
    width 1s ease-in-out,
    left 1s ease-in-out;
  left: 0;
}
.first_block_wrapper:nth-child(2) picture {
  left: 33.33333%;
  margin-left: 1px;
  right: 0;
}
.first_block_wrapper:hover .content_about_wrapper > img {
  left: 0;
}
.first_block_wrapper:nth-child(2) img {
  object-position: center;
}
.first_block_wrapper.center_flow:hover .content_about_wrapper > img {
  left: -100% !important;
}
.about_main_flex_home.desk_top_open > div:hover {
  z-index: 98;
}
.first_block_wrapper.right_flow:hover .content_about_wrapper > img {
  left: -200% !important;
}
.slider-container {
  border-radius: 0;
}
#faqs .Ans-content p {
  display: flex;
  gap: 8px;
}
.Qns {
  padding-bottom: 5px;
}
.Ans {
  padding: 0 0 10px;
  display: flex;
}
.Ans h6 {
  font-size: 17px;
  color: #000;
  padding-right: 5px;
}
.Ans p {
  font-size: 16px;
}
.products_discraption ol {
  padding-left: 15px;
}
.products_discraption ul {
  padding-left: 15px;
  list-style-type: disc;
}
.Ans ul,
.insight_single_content ol {
  padding-left: 20px;
}
.products_discraption ul > li {
  margin-bottom: 8px;
  font-weight: 400;
}
.products_discraption ol > li {
  margin-bottom: 15px;
  font-weight: 400;
}
.products_discraption ol > li a,
.products_discraption p a,
.products_discraption ul > li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #d9a300 !important;
}
.products_discraption h2 {
  font-size: 25px;
  font-style: normal;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 35px;
}
.products_discraption p {
  margin-bottom: 15px;
}
.products_discraption {
  width: 70%;
  margin: 0 auto 64px;
}
.products_discraption h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 14px;
  margin-top: 0;
}
.Ans ul {
  padding-bottom: 10px;
  list-style: disc;
}
.Ans ul li {
  margin-bottom: 6px;
  color: #000;
  font-size: 15px !important;
  font-family: Gotham !important;
  font-weight: 400;
}
.insight_single_content ol li,
.insight_single_content ul li {
  font-size: 16px;
  font-family: Gotham;
  margin-top: 0;
  line-height: 25px;
}
#our-shades .main .card-image {
  background: #fff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
#our-shades .main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.9s;
}
#our-shades h5 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
#our-shades .col-md-3 {
  margin-bottom: 30px;
  transition: 0.9s;
}
#our-shades .col-md-3:hover img {
  transform: scale(1.1);
  transition: 0.9s;
}
@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.insight_single_content h1 {
  width: 70%;
  margin-bottom: 50px;
  color: #000;
  font-size: 56px;
  line-height: 66px;
}
.insight_single_content ol li {
  margin-bottom: 20px !important;
  font-weight: 400;
}
.insight_single_content ol li:last-child {
  margin-bottom: 0 !important;
}
.insight_single_content ul li {
  margin-bottom: 10px !important;
  font-weight: 400;
}
.corporate-social ul li,
.procedures-sec ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}
.corporate-social ul,
.insight_single_content ul,
.procedures-sec ul {
  list-style: disc;
  padding-left: 20px;
}
.corporate-sec h1 {
  font-size: 56px;
  line-height: 64px;
  text-shadow: 1px 1px #484848;
  color: #fff;
  font-weight: 500;
}
.corporate-social h2 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 48px;
  margin-bottom: 24px;
}
.corporate-social ul li {
  line-height: 25px;
  color: #000;
}
.procedures-sec {
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #f8f8f8 80%, #fff 50%);
  position: relative;
  padding-top: 90px;
}
.job-section,
.search-section {
  padding: 80px 10px;
}
.procedures-sec ul li {
  line-height: 29px;
  color: #000;
}
.always_title {
  width: 84%;
  position: relative;
}
.procedures-sec .career_right_content {
  margin-left: 30px;
}
.csr_last_left {
  margin-top: 38px;
}
.csr_last_left ul li {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dadada;
  list-style: none;
}
.csr_last_left ul li h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}
.csr_last_image img {
  width: 80%;
  float: right;
  height: 500px;
}
.csr_last_left ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.coming-soon-container ul {
  list-style: none;
}
.coming-soon-container a,
.coming-soon-container ul a {
  text-decoration: none;
  color: #000;
}
.coming-soon-container p {
  font-size: 20px;
  font-weight: 500;
}
.coming-soon-container a {
  color: #ffc30d;
  font-weight: 400;
}
.coming-soon-container h1 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
}
.coming-soon-container h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.search-section {
  max-width: 700px;
  color: #000;
  margin: 0 4rem;
}
.search-section label {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-bar input {
  flex: 1;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.search-bar button {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 12px 24px;
  border-radius: 3px;
  cursor: pointer;
}
.search-bar button:hover {
  background-color: #333;
}
.about-search {
  display: inline-block;
  margin-top: 15px;
  color: #06f;
  text-decoration: none;
  font-size: 14px;
}
.no-results {
  margin-top: 20px;
  font-weight: 600;
  font-size: 22px;
}
.pad-left {
  padding-left: 2rem;
}
.navbar .accordion-header .inner_collapse {
  font-size: 15px;
}
.accordion-button {
  font-size: 15px !important;
}
.navbar .accordion-button {
  padding: 10px 0 !important;
  line-height: 0;
  font-weight: 500 !important;
  border: none !important;
  box-shadow: none;
}
.inner_accordion .accordion-button {
  padding: 0 !important;
}
.navbar .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff0;
}
.inner_accordion .accordion-body ul a,
.navbar .inner_accordion,
.navbar .inner_accordion .accordion-body ul li {
  padding: 10px 0;
}
.navbar .inner_accordion .accordion-item {
  padding: 9px 5px;
  margin-top: 13px;
}
.navbar .accordion-button:focus {
  box-shadow: none;
}
.navbar .accordion-body a {
  color: #000;
  text-decoration: none;
}
.navbar .accordion-body ul li {
  border-bottom: 1px solid #ccc;
}
.navbar .accordion-body ul li:last-child {
  border-bottom: none;
  margin-bottom: -30px !important;
}
.inner_accordion .accordion-body {
  padding-left: 0 !important;
}
.accordion-header a {
  font-weight: 500;
  color: #000;
  transition: 0.5s;
  position: relative;
  z-index: 999999;
  text-decoration: none;
  font-size: 15px;
  line-height: 0;
}
.accordion-button::after,
.inner_collapse::after {
  display: none;
}
.accordion-button::before,
.inner_collapse::before {
  content: "+";
  font-size: 25px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  transition:
    transform 0.2s,
    content 0.2s;
}
.accordion-button:not(.collapsed)::before,
.inner_collapse:not(.collapsed)::before {
  content: "–";
}
.accordion-button,
.inner_collapse {
  position: relative;
  padding-right: 40px;
}

.sec-nav li:last-child {
  border-bottom: none;
}
#mobileMenuAbout {
  padding: 10px 2px;
}

#mobileMenuAbout .accordion-item .accordion-collapse .accordion-body ul li {
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 10px;
}
#mobileMenuAbout
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li:first-child {
  padding-top: 18px;
}


#mobileMenuResources {
  padding: 10px 2px;
}

#mobileMenuResources .accordion-item .accordion-collapse .accordion-body ul li {
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 10px;
}
#mobileMenuResources
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li:first-child {
  padding-top: 18px;
}


#mobileMenuResources {
  padding: 10px 2px;
}

#mobileMenuResources ul{
  padding-top: 10px;
  padding-Bottom: 10px;
}

#mobileMenuResources ul li{
padding-top: 10px;
padding-bottom: 10px;
}
.search-box {
  box-shadow: 1px 2px 7px #ccc;
  padding: 20px;
  margin-bottom: 2rem;
}
.search-box h4 {
  font-size: 16px;
  color: #ecb50c;
}
.search-box h6 {
  font-size: 18px;
  color: #000;
}
