.header-area .logo img {
  width: 85px;
}
.header-area #top-bar {
  border-bottom: 1px solid rgba(120, 103, 103, 0.38);
}

@media screen and (max-width: 768px) {
  .home_banner_slider img {
    height: 100vh !important;
    object-fit: cover;
    object-position: center;
  }
}
.cookie_consent {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
}
.cookie_consent a {
  display: inline-block;
}

span.error {
  color: red;
  font-size: 14px;
}

.fade-section {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider-main-area::before,
.home_banner_slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 100px 70px -30px rgba(0, 0, 0, 0.78) inset !important;
  -webkit-box-shadow: 0px 100px 70px -30px rgba(0, 0, 0, 0.78) inset !important;
  -moz-box-shadow: 0px 100px 70px -30px rgba(0, 0, 0, 0.78) inset !important;
  opacity: 1;
  z-index: 10;
}
.slider-main-area .owl-dots,
.home_banner_slider .owl-dots {
  bottom: 0;
}
.slider-main-area .owl-dots .owl-dot.active span,
.home_banner_slider .owl-dots .owl-dot.active span {
  background: #e2544b;
}
.slider-main-area .owl-dots .owl-dot span,
.home_banner_slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: #3c3c3c;
}

.intelligent-header.bg_transparent {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .intelligent-header.bg_transparent .topbar_container marquee {
    color: #fff;
  }
  .intelligent-header.bg_transparent .topbar_container .link_box a {
    color: #fff;
  }
}
.intelligent-header.bg_transparent .main-menu ul li.active a {
  color: #e2544b;
}
.intelligent-header.bg_transparent .main-menu ul li a {
  color: #fff;
}
.intelligent-header.bg_transparent .main-menu ul li a.menu-icon i {
  color: #fff;
}
.intelligent-header.bg_transparent .main-menu ul.submenu-mainmenu li a {
  color: #413434;
}

*::selection {
  background: #1991c5;
  color: #ffffff;
}

*::-moz-selection {
  background: #1991c5;
  color: #ffffff;
}

*::-webkit-selection {
  background: #1991c5;
  color: #ffffff;
}

section {
  clear: both;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

.headroom--unpinned {
  transform: translateY(0);
}

.hide-top-bar {
  opacity: 0;
  max-height: 0;
}

.href_link {
  color: rgb(226, 84, 75);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}

.scroll_top_80 {
  scroll-margin-top: 80px;
}

.mw-auto {
  max-width: 100% !important;
}

.mw-150 {
  max-width: calc(100% - 30px);
}

.topbar_container {
  padding: 8px 0 4px;
  display: grid;
  grid-template-columns: 7fr 2fr 0fr;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  max-height: 50px;
  opacity: 1;
  overflow: hidden;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .topbar_container {
    grid-template-columns: 4fr 2fr 0fr;
  }
}
@media screen and (max-width: 576px) {
  .topbar_container {
    grid-template-columns: 3fr 2fr 0fr;
  }
}
@media screen and (max-width: 400px) {
  .topbar_container {
    grid-template-columns: 2fr 2fr 0fr;
  }
}
@media screen and (max-width: 576px) {
  .topbar_container marquee {
    font-size: 12px;
  }
}
.topbar_container p {
  text-align: end;
  font-size: 14px;
}
.topbar_container .link_box {
  text-align: end;
}
.topbar_container .link_box a {
  color: rgb(65, 52, 52);
  font-size: 14px;
}
.topbar_container .link_box a:not(:last-child) {
  margin-right: 12px;
  border-right: 2px solid rgba(120, 103, 103, 0.38);
  padding-right: 12px;
}
@media screen and (max-width: 576px) {
  .topbar_container .link_box a:not(:last-child) {
    margin-right: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 576px) {
  .topbar_container .link_box a {
    font-size: 10px;
  }
}
.topbar_container .link_box a:hover, .topbar_container .link_box a.active {
  color: #e2544b;
}
.topbar_container .link_box img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
  margin: 0;
  margin-right: 6px;
}

.floating_social_link {
  border-radius: 20px 0 0 20px;
  position: fixed;
  top: 50%;
  right: 0;
  background: rgb(25, 145, 197);
  width: auto;
  height: auto;
  z-index: 99;
  transform: translateY(-50%);
}
.floating_social_link ul {
  padding: 10px 4px 10px 10px;
}
.floating_social_link ul li {
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.floating_social_link ul li:first-child {
  margin-top: 4px;
}
.floating_social_link ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  padding-bottom: 12px;
}
.floating_social_link ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.social_link_horizontal {
  width: auto;
  height: auto;
  z-index: 99;
}
.social_link_horizontal ul {
  padding: 10px;
  background: rgb(25, 145, 197);
  border-radius: 100px;
}
.social_link_horizontal ul li a {
  padding: 0 10px;
}
.social_link_horizontal ul li img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.main-menu ul li.active {
  border-bottom: 3px solid #e2544b;
}
.main-menu ul li.active a {
  color: #e2544b;
}

ul.submenu-mainmenu li.active {
  border-bottom: 0;
}
ul.submenu-mainmenu li.active a {
  color: #e2544b !important;
}

.text_primary {
  color: #1991c5;
}

.swal2-popup .swal2-actions button {
  background: linear-gradient(100.07deg, #E2544B 6.41%, #0288C2 110.3%);
  border-radius: 100px;
  width: 100px;
}
.swal2-popup .swal2-actions button:hover {
  background: linear-gradient(100.07deg, #E2544B 6.41%, #0288C2 110.3%) !important;
}

.g_span_3 {
  grid-column: span 3;
}

@media screen and (max-width: 768px) {
  .owl-prev,
  .owl-next {
    display: none !important;
  }
}
.banner_section {
  float: left;
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.banner_section::before {
  background: transparent none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.about_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/about_banner_bg.png") no-repeat scroll center top/cover;
}

.awards_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/awards_banner_bg.png") no-repeat scroll center top/cover;
}

.founders_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/founders_banner_section_bg.png") no-repeat scroll center top/cover;
}

.promoter_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/promoter_banner_section_bg.png") no-repeat scroll center top/cover;
}

.history_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/history_banner_section_bg.png") no-repeat scroll center top/cover;
}

.sustainability_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/sustainability_banner_section_bg.png") no-repeat scroll center top/cover;
}

.our_business_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/our_business_banner_section_bg.png") no-repeat scroll center top/cover;
}

.fertilizer_products_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/fertilizer_products_banner_section_bg.png") no-repeat scroll center top/cover;
}

.financial_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/financial_banner_section_bg.png") no-repeat scroll center top/cover;
}

.governance_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/governance_banner_section_bg.png") no-repeat scroll center top/cover;
}

.investors_information_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/investors_information_banner.png") no-repeat scroll center top/cover;
}

.contact_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/contact_banner.png") no-repeat scroll center top/cover;
}

.career_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/career_banner.png") no-repeat scroll center top/cover;
}

.career_details_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/career_details_banner.png") no-repeat scroll center top/cover;
}

.media_news_banner_section {
  background: rgba(0, 0, 0, 0) url("/img/banner/media_news_banner_section_bg.png") no-repeat scroll center top/cover;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.gradient_section_bg {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
}
.gradient_section_bg h2,
.gradient_section_bg p {
  color: #fff;
}

.social-logo {
  text-align: center;
}
.social-logo img {
  width: 86px;
}

.footer-middle .container.full_container_lg,
.footer-bottom .container.full_container_lg {
  max-width: 1600px;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
}

.footer_links li {
  margin-bottom: 0.5rem;
}
.footer_links li a {
  font-weight: 500;
  color: #b7bdb7;
}
.footer_links li a:hover {
  color: #fff;
}

.section-title > h2.gradient_title {
  background: linear-gradient(92.69deg, #E2544B 8.17%, #1991C5 96.34%);
  background-clip: text;
  color: transparent;
  font-size: 76px;
  line-height: unset;
  font-weight: 900;
}
.section-title > h2.gradient_title.sm {
  font-size: 56px;
}

.title_heading {
  color: rgb(70, 82, 87);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 33px;
  margin: 0;
  text-align: center;
}

.section_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #1991c5;
}

.bg_primary_lite {
  background-color: rgb(239, 247, 250);
}

.banner_para {
  padding: 30px;
  background: rgb(208, 227, 235);
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  color: rgb(65, 76, 70);
  font-family: "Source Sans 3", sans-serif;
}

.gradient_btn {
  display: block;
  max-width: max-content;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(100.07deg, #E2544B 6.41%, #0288C2 110.3%);
}
.gradient_btn:hover {
  background: linear-gradient(100.07deg, #C3433B 6.41%, #077AAC 110.3%);
  color: #fff;
}

.counter-area2 .heading_box {
  z-index: 10;
  position: relative;
  display: block;
}
.counter-area2 .heading_box .section_title,
.counter-area2 .heading_box p {
  color: #fff;
}
.counter-area2 .counter-bottom2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-area2 .counter-bottom2 .counter_marker {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}
.counter-area2 .counter_desc {
  color: #fff;
  z-index: 10;
  position: relative;
  text-align: center;
}

.our_business_section .nav,
.our_plants_section .nav {
  align-items: center;
  justify-content: center;
}
.our_business_section .nav .nav-item .nav-link,
.our_plants_section .nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: rgb(68, 81, 85);
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
  transition: font-weight 0.3s ease;
}
.our_business_section .nav .nav-item .nav-link.active,
.our_plants_section .nav .nav-item .nav-link.active {
  background: transparent;
  color: rgb(226, 84, 75);
  font-weight: bold;
  border-bottom: 2px solid rgb(226, 84, 75);
  border-radius: 0;
}

.tab_all {
  height: 100%;
}
.tab_all .cat-name-container2 {
  height: 100%;
}
.tab_all .cat-name-container2 .tab-content {
  height: 100%;
}
.tab_all .cat-name-container2 .tab-content .tab-pane {
  height: 100%;
}
.tab_all .cat-name-container2 .tab-content .tab-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.upcoming-area {
  height: 100%;
}
.upcoming-area.business_content::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 10px solid rgb(205, 228, 238);
  transform: translate(-40px, -30px);
}
@media screen and (max-width: 992px) {
  .upcoming-area.business_content::before {
    display: none;
  }
}
.upcoming-area.business_content .upcoming-img {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upcoming-area.business_content .upcoming-img img {
  padding: 50px;
  width: 100%;
  height: 350px;
  object-fit: contain;
  object-position: center;
}
.upcoming-area.group_content::before {
  content: "";
  width: 85%;
  height: 60%;
  background-color: transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 50%;
  border: 10px solid rgb(205, 228, 238);
  transform: translate(-50%, 65%);
}
@media screen and (max-width: 992px) {
  .upcoming-area.group_content::before {
    display: none;
  }
}
.upcoming-area.group_content .upcoming-img {
  background: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upcoming-area.group_content .upcoming-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  padding: 50px;
}
@media screen and (max-width: 992px) {
  .upcoming-area.group_content .upcoming-img img {
    padding: 0;
  }
}

.ostwal_group_section {
  background-image: url("/img/ostwal_group_section_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.upcoming-text {
  height: 500px;
  background-color: #284551;
}
@media screen and (max-width: 768px) {
  .upcoming-text {
    height: 100%;
  }
}
.upcoming-text span.title_heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: rgb(226, 84, 75);
}
.upcoming-text h3,
.upcoming-text p {
  color: #fff;
}
.upcoming-text h3 {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.upcoming-text p.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.blog-container-inner.promoters-inner {
  border-bottom: 0;
}
.blog-container-inner.promoters-inner img {
  width: 300px;
  height: auto;
}
.blog-container-inner.promoters-inner .visual-inner {
  background-color: transparent;
  text-align: start;
}
.blog-container-inner .visual-inner {
  background: #fff;
  padding: 20px 20px 10px;
}
.blog-container-inner .visual-inner .date_field {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: rgb(226, 84, 75);
}

.testimonials_tab .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 0;
  border-right: 0;
  border-left: 1px solid rgb(224, 233, 237);
}
.testimonials_tab .nav-item:last-child .nav-link {
  border-radius: 0 10px 0 0;
  border-left: 0;
  border-right: 1px solid rgb(224, 233, 237);
}
.testimonials_tab .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-weight: 400;
  font-size: 18px;
  color: #788083;
  transition: font-weight 0.3s ease;
  border-top: 1px solid rgb(224, 233, 237);
  border-radius: 0;
}
.testimonials_tab .nav-item .nav-link.active {
  color: #e2544b;
  font-weight: bold;
}

.testimonials-slider .testimonial-item {
  background: linear-gradient(100.07deg, #E2544B 6.41%, #0288C2 110.3%);
}
.testimonials-slider .testimonial-item .content {
  padding: 50px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.testimonials-slider .testimonial-item .content h2,
.testimonials-slider .testimonial-item .content .heading,
.testimonials-slider .testimonial-item .content .sub_heading {
  font-family: "Montserrat", sans-serif;
}
.testimonials-slider .testimonial-item .content h2 {
  font-weight: 700;
  font-size: 64px;
  color: rgba(255, 255, 255, 0.23);
}
.testimonials-slider .testimonial-item .content .heading {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
}
.testimonials-slider .testimonial-item .content .sub_heading {
  font-weight: 400;
  font-size: 20px;
  color: rgb(248, 200, 200);
}
.testimonials-slider .testimonial-item .content p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.testimonials-slider .testimonial-item .img_column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.testimonials-slider .testimonial-item .img_column .slide_img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border: 10px solid #fff;
  border-bottom: 0;
  padding: 1rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .testimonials-slider .testimonial-item .img_column .slide_img {
    max-width: 250px;
  }
}

.what_we_do_list_container {
  background: rgba(95, 124, 154, 0.11);
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.what_we_do_list_container ul {
  padding-left: 1rem;
}
.what_we_do_list_container ul li {
  color: rgb(42, 55, 61);
  font-weight: bold;
  list-style-type: disc;
}

.award_slide_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  border: 1px solid rgb(221, 221, 221);
  background: #fff;
  padding: 30px;
}
.award_slide_item .award_card {
  display: flex;
  align-items: center;
}
.award_slide_item .award_card img {
  margin: 0;
  margin-right: 1rem;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: top;
}
.award_slide_item .award_card .title {
  color: rgb(45, 58, 43);
  font-weight: 700;
  font-size: 14px;
  text-align: start;
}

.company-slider.indicator-style .owl-nav {
  display: flex !important;
}
@media screen and (max-width: 576px) {
  .company-slider.indicator-style .owl-nav {
    display: none !important;
  }
}
.company-slider.indicator-style .owl-nav .owl-prev,
.company-slider.indicator-style .owl-nav .owl-next {
  opacity: 1 !important;
  border: 2px solid rgb(208, 218, 222);
  background: rgba(255, 255, 255, 0.6392156863);
}
.company-slider.indicator-style .owl-nav .owl-prev i,
.company-slider.indicator-style .owl-nav .owl-next i {
  color: rgb(65, 76, 70);
}

.company_slide_item {
  position: relative;
}
.company_slide_item img {
  margin: 0;
  object-fit: contain;
  object-position: top;
}
.company_slide_item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: start;
  width: 100%;
  height: auto;
}
.company_slide_item .content h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.company_slide_item .content p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.vision_section {
  background: linear-gradient(98.56deg, rgba(226, 84, 75, 0.9) 5.6%, rgba(25, 145, 197, 0.9) 108.93%), url("/img/vision_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vision_section h2,
.vision_section p {
  color: #fff;
}
.vision_section .col_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision_section .col_left h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vision_section .col_right {
    border-left: 4px solid #fff;
    padding-left: 2rem;
  }
}
.vision_section .col_right p.fw-400 {
  font-weight: 400;
}

.mission_section ul {
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.mission_section ul li {
  padding-bottom: 0.5rem;
  list-style-type: disc;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(65, 76, 70);
}

.future_plan_row_1 {
  padding: 30px;
  background: #fff;
}
.future_plan_row_1 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: rgb(2, 136, 194);
}
.future_plan_row_1 ul li {
  color: rgb(65, 76, 70);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgb(179, 209, 221);
}
.future_plan_row_1 ul li:last-child {
  border-bottom: 0;
}

.future_plan_row_2 {
  padding: 30px;
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
}
.future_plan_row_2 h2.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: rgb(255, 255, 255);
}
.future_plan_row_2 .bundle_table li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.future_plan_row_2 .bundle_table li.table_header {
  font-weight: bold;
}
.future_plan_row_2 .bundle_table li:last-child {
  border-bottom: 0;
}

.evolution_container {
  background-image: url("/img/evolution_lg_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.evolution_row img {
  width: 400px;
  height: 100%;
  object-fit: cover;
}
.evolution_row .ev_list_container {
  padding: 2rem 2rem 2rem 4rem;
  background-color: rgb(70, 82, 87);
}
@media screen and (max-width: 768px) {
  .evolution_row .ev_list_container {
    padding: 2rem;
  }
}
.evolution_row .ev_list_container li {
  list-style-type: disc;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.evolution_row .bottom_box {
  padding: 2rem 4rem;
  background-color: rgb(25, 145, 197);
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .evolution_row .bottom_box {
    padding: 2rem;
  }
}

.group_journey_container {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
  text-align: center;
  position: relative;
}
.group_journey_container .history_bg_text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(60px, 15vw, 200px);
  /* Adjust size as needed */
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  /* Light opacity */
  white-space: nowrap;
  z-index: 0;
}
.group_journey_container .history_bg_text.up {
  top: 20%;
}
.group_journey_container .history_bg_text.sm {
  font-size: clamp(60px, 7vw, 200px);
}
@media screen and (max-width: 768px) {
  .group_journey_container .history_bg_text.sm {
    font-size: clamp(30px, 7vw, 200px);
  }
}
.group_journey_container h2,
.group_journey_container p {
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
}
.group_journey_container h2 {
  font-weight: 300;
  font-size: 42px;
}
.group_journey_container p {
  font-weight: 400;
}

.timeline-img,
.timeline-text {
  border: 3px solid rgb(42, 53, 57);
}

.timeline-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.timeline-text {
  background-color: rgb(42, 53, 57);
}
.timeline-text p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}
.timeline-text p.timeline-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.timeline-text ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.timeline-text ul li {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  margin-bottom: 12px;
}

.plants_card_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.partner_slide_item h2 {
  font-weight: 500;
  font-size: 16px;
  color: rgb(65, 76, 70);
  font-family: "Montserrat", sans-serif;
}

.custom_stripped_table thead tr th {
  color: rgb(25, 145, 197);
  border: 0;
}
.custom_stripped_table thead tr th:first-child {
  text-align: center;
}
.custom_stripped_table tbody tr:nth-of-type(odd) > * {
  background-color: rgb(224, 238, 244);
  box-shadow: none;
  border: 0;
}
.custom_stripped_table tbody tr:nth-of-type(odd) > *:first-child {
  border-radius: 6px 0 0 6px;
}
.custom_stripped_table tbody tr:nth-of-type(odd) > *:last-child {
  border-radius: 0 6px 6px 0;
}
.custom_stripped_table tbody tr td {
  border: 0;
  color: rgb(70, 82, 87) !important;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.custom_stripped_table tbody tr td:first-child {
  font-weight: 600;
  text-align: center;
}
.custom_stripped_table tbody tr td span {
  font-weight: 600;
}
.custom_stripped_table tbody tr td ul {
  padding-left: 2rem;
}
.custom_stripped_table tbody tr td ul li {
  list-style-type: disc;
}

.investors_docs_container .investor_doc_box {
  margin: 0;
  margin-bottom: 1rem;
  padding: 20px;
  background: rgb(239, 247, 250);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
}
.investors_docs_container .investor_doc_box:not(:last-child).border_bottom_1 {
  border-bottom: 1px solid #D5D5D5;
  border-radius: 0;
}
.investors_docs_container .investor_doc_box.career_job_card .content h2 {
  font-style: italic;
  margin: 0;
  margin-bottom: 1rem;
}
.investors_docs_container .investor_doc_box.career_job_card .content p {
  margin: 0;
  margin-bottom: 6px;
}
.investors_docs_container .investor_doc_box.career_job_card .content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #E2544B;
}
.investors_docs_container .investor_doc_box .content {
  text-align: start;
}
@media screen and (max-width: 768px) {
  .investors_docs_container .investor_doc_box .content {
    margin-bottom: 1rem;
  }
}
.investors_docs_container .investor_doc_box .content h2,
.investors_docs_container .investor_doc_box .content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: rgb(25, 145, 197);
}
.investors_docs_container .investor_doc_box .content p {
  margin: 0;
  color: rgb(92, 105, 110);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.investors_docs_container .investor_doc_box a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}

.custom_accordion .accordion-head {
  border-radius: 6px 6px 0 0;
  background-color: rgb(239, 247, 250);
  color: rgb(25, 145, 197);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.custom_accordion .accordion-head:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  color: rgb(102, 111, 115);
  position: absolute;
  top: 0;
  right: 1rem;
}
.custom_accordion .accordion-head.collapsed {
  background-color: rgb(239, 247, 250);
  border-radius: 6px;
}
.custom_accordion .accordion-head.collapsed:after {
  content: "\f077";
}
.custom_accordion .accordion-head:hover, .custom_accordion .accordion-head:focus {
  color: rgb(25, 145, 197);
}
@media screen and (max-width: 768px) {
  .custom_accordion .accordion-head {
    font-size: 16px;
  }
}
.custom_accordion .single-accordion {
  margin-bottom: 1rem;
}
.custom_accordion .collapse {
  border-radius: 0 0 6px 6px;
}
.custom_accordion .collapse.show {
  background: rgb(239, 247, 250);
}
@media screen and (max-width: 768px) {
  .custom_accordion .accordion-body {
    padding: 10px 25px;
  }
}

.investor_nav_box li {
  font-family: "Montserrat";
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: rgb(82, 93, 98);
  background-color: rgb(239, 247, 250);
}
.investor_nav_box li.list_heading {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  border-radius: 10px 10px 0 0;
}
.investor_nav_box li:not(:last-child) {
  border-bottom: 1px solid rgb(203, 222, 230);
}
.investor_nav_box li:last-child {
  border-radius: 0 0 10px 10px;
}

.investor_gradient_section {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
}
.investor_gradient_section h2,
.investor_gradient_section p {
  color: #fff;
}
.investor_gradient_section p {
  font-weight: 400;
}
.investor_gradient_section .col-12:not(:last-child) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .investor_gradient_section .col-12:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.27);
    display: block;
    position: absolute;
    right: 3rem;
  }
}

.communication,
.contact_us_form {
  width: 100% !important;
  height: 100%;
}
.communication .h_title,
.contact_us_form .h_title {
  color: rgb(59, 32, 32);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  margin-bottom: 1rem;
}
.communication .single-communication,
.contact_us_form .single-communication {
  display: flex;
}
.communication .single-communication .communication-icon,
.contact_us_form .single-communication .communication-icon {
  width: 100px;
}
.communication .single-communication .communication-icon img,
.contact_us_form .single-communication .communication-icon img {
  width: 60px;
  height: 60px;
}
.communication .single-communication .communication-text,
.contact_us_form .single-communication .communication-text {
  width: 100%;
  border-bottom: 1px solid rgb(227, 223, 223);
}
.communication .single-communication .communication-text .communication-text-title,
.contact_us_form .single-communication .communication-text .communication-text-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgb(28, 19, 18);
}

.communication.small {
  width: 100%;
}
.communication.small .single-communication .communication-icon {
  width: 60px;
}
.communication.small .single-communication .communication-icon img {
  width: 40px;
  height: 40px;
}

.contact_us_form {
  background-color: #fff;
  display: inline-block;
  padding: 20px;
  border: 1px solid rgb(221, 221, 221);
  width: 100%;
}
.contact_us_form input.form-control2,
.contact_us_form .nice-select {
  border-radius: 100px;
}
.contact_us_form textarea.form-control2 {
  border-radius: 10px;
}
.contact_us_form textarea.form-control2 {
  height: auto !important;
}
.contact_us_form .nice-select {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.contact_us_form .nice-select:focus {
  border-color: var(--color-primary);
}
.contact_us_form .nice-select .current {
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.contact_us_form .nice-select .list {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.contact_us_form .form-col {
  position: relative;
}
.contact_us_form span.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: 0.4rem;
  left: 2rem;
}

.customGmap {
  width: 100%;
  height: 500px;
}

.contact_us_company_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact_us_company_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_us_company_items .company_slide_item img {
  margin: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 250px;
}
.contact_us_company_items .company_slide_item::before {
  content: "";
  background: linear-gradient(180deg, rgba(155, 134, 133, 0) 40%, #093A4F 100%);
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_us_company_items .company_slide_item:hover .overlay_content {
  opacity: 1;
}
.contact_us_company_items .company_slide_item .overlay_content {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contact_us_company_items .company_slide_item .overlay_content.show {
  opacity: 1;
}
.contact_us_company_items .company_slide_item .overlay_content h3 {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.contact_us_company_items .company_slide_item .overlay_content ul li {
  display: flex;
  margin-bottom: 12px;
  align-items: flex-start;
}
.contact_us_company_items .company_slide_item .overlay_content ul li img {
  margin-right: 12px;
  width: 20px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.contact_us_company_items .company_slide_item .overlay_content ul li p {
  color: #fff;
}
.contact_us_company_items .company_slide_item .overlay_content ul li a.alink {
  color: #fff;
  width: auto;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contact_us_company_items .company_slide_item .overlay_content ul li a.alink:hover {
  color: rgba(255, 255, 255, 0.8117647059);
}

.overlay_card_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .overlay_card_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.overlay_card_items.core_op_items {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .overlay_card_items.core_op_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .overlay_card_items.core_op_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.overlay_card_items.core_op_items .company_slide_item {
  height: 400px;
}
.overlay_card_items.core_op_items .company_slide_item img {
  height: 400px;
}
.overlay_card_items .company_slide_item {
  height: 300px;
}
.overlay_card_items .company_slide_item img {
  margin: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 300px;
}
.overlay_card_items .company_slide_item::before {
  content: "";
  background: linear-gradient(180deg, rgba(155, 134, 133, 0) 40%, #093A4F 100%);
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay_card_items .company_slide_item:hover .overlay_content {
  opacity: 1;
}
.overlay_card_items .company_slide_item .overlay_content {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay_card_items .company_slide_item .overlay_content.show {
  opacity: 1;
}
.overlay_card_items .company_slide_item .overlay_content h3 {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.overlay_card_items .company_slide_item .overlay_content ul li {
  display: flex;
  margin-bottom: 12px;
  align-items: flex-start;
}
.overlay_card_items .company_slide_item .overlay_content ul li img {
  margin-right: 12px;
  width: 20px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.overlay_card_items .company_slide_item .overlay_content ul li p {
  color: #fff;
}
.overlay_card_items .company_slide_item.core_op .overlay_content ul {
  margin-top: 1rem;
}
.overlay_card_items .company_slide_item.core_op .overlay_content ul li {
  color: #fff;
  margin: 0;
  margin-bottom: 8px;
}

.dealers_form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .dealers_form {
    display: flex;
    flex-direction: column;
  }
}
.dealers_form .select2-container {
  width: 100% !important;
}
.dealers_form input,
.dealers_form .select2-selection {
  border: 1px solid rgb(200, 193, 193) !important;
  padding: 10px 20px;
  height: 44px !important;
  border-radius: 100px !important;
  background-color: transparent !important;
  width: 100% !important;
}
.dealers_form input .list,
.dealers_form .select2-selection .list {
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.dealers_form input .select2-selection__rendered,
.dealers_form .select2-selection .select2-selection__rendered {
  line-height: 28px !important;
}
.dealers_form button[type=submit] {
  width: 100%;
  max-width: 100%;
}
.dealers_form .clear_btn {
  position: relative;
  color: rgb(226, 84, 75);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid rgb(226, 84, 75);
  border-radius: 100px;
  margin: 0;
  margin-right: 12px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .dealers_form .clear_btn {
    width: 100px;
    position: absolute;
    top: 50px;
    right: 220px;
    border: none;
  }
}

.nice-select {
  display: block;
  width: 100%;
  line-height: 36px;
  height: 44px !important;
  line-height: 1.5 !important;
  font-size: 16px;
  padding: 10px 30px;
  background: #ffffff;
  color: #565872;
  border: 1px solid #C0CBE7;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 30px;
}
.nice-select .list {
  width: 100%;
  height: auto;
}

.career_form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.5fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .career_form {
    grid-template-columns: 1fr;
  }
}
.career_form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.career_form .select2-container {
  width: 100% !important;
}
.career_form input,
.career_form .select2-selection {
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  background: transparent !important;
  width: 100%;
  height: 50px !important;
  border-radius: 100px !important;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
}
.career_form input::placeholder,
.career_form .select2-selection::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.career_form input .select2-selection__rendered,
.career_form .select2-selection .select2-selection__rendered {
  color: #fff !important;
}
.career_form input .select2-selection__arrow b,
.career_form .select2-selection .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}
.career_form input .select2-selection--single .select2-selection__arrow b,
.career_form .select2-selection .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}
.career_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 12px;
}
.career_form button[type=submit] {
  margin: 0;
  background-color: #fff;
  width: 100%;
  height: 50px;
  border-radius: 100px;
}
.career_form .floating_btn {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.job_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.job_form .item_span_full {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .job_form {
    grid-template-columns: 1fr;
  }
  .job_form .item_span_full {
    grid-column: 1;
  }
}
.job_form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #161616;
}
.job_form input,
.job_form select {
  border: 1px solid rgba(92, 87, 87, 0.2901960784);
  background: transparent;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #161616;
}
.job_form input::placeholder,
.job_form select::placeholder {
  color: #544847;
}
.job_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 12px;
}
.job_form .file-upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.job_form .file-upload input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.job_form .file-upload label {
  padding-left: 1rem;
  width: 100%;
  text-align: start;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  position: relative;
  background: url(https://cdn4.iconfinder.com/data/icons/basic-user-interface-elements/700/export-share-upload-512.png) center center no-repeat #fff;
  border-radius: 30px;
  background-size: 16px 16px;
  background-position-x: 90%;
}

.job_form_modal .modal-content {
  border-radius: 0;
  padding: 40px;
}
.job_form_modal .modal-content .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.job_form_modal .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
.job_form_modal .modal-content .modal-header .modal-title span {
  color: #1991c5;
}
.job_form_modal .modal-content .modal-body {
  padding: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.job_form_modal .modal-content .modal-body::-webkit-scrollbar {
  width: 4px;
}
.job_form_modal .modal-content .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.job_form_modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #1991c5;
  border-radius: 10px;
}
.job_form_modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #1991c5;
}
.job_form_modal .modal-content .modal-body form {
  padding: 0;
}
.job_form_modal .modal-content .modal-footer {
  border: 0;
}

.career_details_banner_section .container {
  z-index: 99;
}

.career_details_section h2 {
  color: rgb(65, 76, 70);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.career_details_section ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.career_details_section ul li {
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
  list-style-type: disc;
}

.privacy_policy_container {
  padding: 30px;
}
.privacy_policy_container h3 {
  font-size: 32px;
  font-family: Sans-serif;
  color: #000000;
}
.privacy_policy_container p,
.privacy_policy_container ul li {
  font-family: Sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  color: #000000;
  line-height: 1.5;
}
.privacy_policy_container p.p_heading,
.privacy_policy_container ul li.p_heading {
  font-size: 20px;
  font-weight: bold;
}

.contact_banner_section {
  background-color: rgb(41, 66, 77);
  background-image: none !important;
}
@media screen and (max-width: 768px) {
  .contact_banner_section {
    height: 75vh;
  }
}
.contact_banner_section h1 {
  font-weight: 700;
  font-size: 53px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contact_banner_section h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.contact_banner_section .contact_header_box {
  max-width: 800px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.contact_banner_section .contact_header_box .item {
  cursor: pointer;
  position: relative;
}
.contact_banner_section .contact_header_box .item a.o_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact_banner_section .contact_header_box .item:not(:last-child) {
  border-bottom: 1px solid rgba(227, 223, 223, 0.2);
}
@media screen and (min-width: 768px) {
  .contact_banner_section .contact_header_box .item:not(:last-child) {
    border-right: 1px solid rgba(227, 223, 223, 0.2);
    border-bottom: 0;
  }
}
.contact_banner_section .contact_header_box .item img {
  margin: 0;
  margin-bottom: 1rem;
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .contact_banner_section .contact_header_box .item img {
    width: 50px;
    height: 50px;
  }
}
.contact_banner_section .contact_header_box .item h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0;
  margin-bottom: 2rem;
}

#ourDealersSec,
#ourOfficesSec,
#contactFormSec {
  scroll-margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .banner_section {
    height: 65vh;
  }
}
@media screen and (max-width: 1200px) {
  .tab-right-sidebar p br {
    display: none;
  }
  .testimonials-slider .testimonial-item .content h2 {
    font-size: 40px;
  }
  .testimonials-slider .testimonial-item .content .heading {
    font-size: 24px;
  }
  .testimonials-slider .testimonial-item .content .sub_heading {
    font-size: 20px;
  }
  .testimonials-slider .testimonial-item .img_column .slide_img {
    max-width: 350px;
  }
}
@media screen and (max-width: 992px) {
  .award_slide_item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .nivoSlider img {
    height: 100vh !important;
    object-fit: cover;
    object-position: center;
  }
  .nivo-directionNav {
    display: none;
  }
  .title_heading {
    font-size: 22px;
  }
  .section_title {
    font-size: 26px;
  }
  .testimonials-slider .testimonial-item .content {
    padding: 30px;
  }
  .testimonials-slider .testimonial-item .content h2 {
    font-size: 30px;
  }
  .testimonials-slider .testimonial-item .content .heading {
    font-size: 20px;
  }
  .testimonials-slider .testimonial-item .content .sub_heading {
    font-size: 18px;
  }
  .testimonials_tab .nav-item {
    flex: 1 1 33.33%;
  }
  .testimonials_tab .nav-item .nav-link {
    width: 100%;
  }
  .plants_card_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .section_title {
    font-size: 22px;
  }
  .section-title > h2.gradient_title {
    font-size: 28px;
  }
  .section-title > h2.gradient_title.sm {
    font-size: 22px;
  }
  .title_heading {
    font-size: 18px;
  }
  .what_we_do_list_container li {
    font-size: 12px;
  }
  .testimonials-slider .testimonial-item .img_column .slide_img {
    max-width: 200px;
  }
  .award_slide_item {
    grid-template-columns: repeat(1, 1fr);
  }
  .plants_card_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .counter.cnt-two,
  .counter_marker {
    font-size: 28px !important;
  }
  .counter-area2 .counter_desc {
    font-size: 12px;
  }
  .upcoming-slider .upcoming-text {
    padding: 20px;
  }
  .upcoming-slider .upcoming-text h3 {
    font-size: 22px;
  }
  .upcoming-slider .upcoming-text span.title_heading {
    font-size: 14px;
  }
}
.newswire-slider .owl-stage-outer {
  padding: 30px 0;
}
.newswire-slider .blog-container-inner {
  position: relative;
  transition: all 0.3s ease;
}
.newswire-slider .blog-container-inner .overlay_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.newswire-slider .blog-container-inner .post-thumb {
  overflow: hidden;
}
.newswire-slider .blog-container-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: transparent;
}
.newswire-slider .blog-container-inner:hover {
  transform: translateY(-20px);
}
.newswire-slider .blog-container-inner:hover::after {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
}
.newswire-slider .blog-container-inner:hover .attachment-blog-list {
  transform: scale(1.1);
}
.newswire-slider .blog-container-inner .attachment-blog-list {
  transition: all 0.3s ease;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.company-slider .company_slide_item .gradient_btn {
  display: none;
}
.company-slider .company_slide_item:hover .gradient_btn {
  display: block;
}

.campaign_news_form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .campaign_news_form {
    display: flex;
    flex-direction: column;
  }
}
.campaign_news_form .input_group {
  display: flex;
  flex-direction: column;
}
.campaign_news_form .input_group label {
  color: rgb(223, 223, 223);
}
.campaign_news_form .input_group .nice-select {
  border: 1px solid rgb(200, 193, 193);
  padding: 10px 20px;
  height: 44px;
  border-radius: 100px;
  background-color: transparent;
  width: 100% !important;
}
.campaign_news_form .input_group .nice-select .current {
  color: rgb(221, 221, 221);
}
.campaign_news_form button[type=submit] {
  width: 100%;
  max-width: 100%;
  height: 44px !important;
  background: #fff;
  color: rgb(66, 65, 65);
}
.campaign_news_form .clear_btn {
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  margin: 0;
  margin-right: 12px;
  width: 100%;
  height: 44px !important;
}
@media screen and (min-width: 992px) {
  .campaign_news_form .clear_btn {
    width: 100px;
    position: absolute;
    top: 70px;
    right: 260px;
    border: none;
  }
}

.media_news_card {
  position: relative;
  transition: all 0.3s ease;
}
.media_news_card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: transparent;
}
.media_news_card.media_news_details_card:hover .blog-title a {
  color: rgb(25, 145, 197);
}
.media_news_card.media_news_details_card .post-for2 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .media_news_card.media_news_details_card .post-for2 img {
    height: 200px;
  }
}
.media_news_card.media_news_details_card .blog-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: rgb(25, 145, 197);
  overflow: visible;
  white-space: normal;
}
.media_news_card.media_news_details_card .floating_meta {
  top: 4px;
}
.media_news_card.media_news_details_card .visual-inner {
  background-color: transparent;
}
.media_news_card:hover {
  transform: translateY(-20px);
}
.media_news_card:hover::after {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
}
.media_news_card:hover .attachment-blog-list {
  transform: scale(1.1);
}
.media_news_card:hover .blog-title a {
  color: rgb(226, 84, 75);
}
.media_news_card:hover .readmore a {
  color: #fff;
  background: linear-gradient(100.07deg, #E2544B 6.41%, #0288C2 110.3%);
}
.media_news_card:hover .post-thumb img {
  transform: scale(1.1);
}
.media_news_card .post-thumb {
  overflow: hidden;
}
.media_news_card .post-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
.media_news_card .visual-inner {
  position: relative;
  padding: 20px;
}
.media_news_card .blog-meta span {
  border-right: 2px solid #aaa;
  margin-left: 6px;
  padding-right: 6px;
}
.media_news_card .blog-meta span:first-child {
  margin: 0;
}
.media_news_card .blog-meta span:last-child {
  border-right: 0;
}
.media_news_card .floating_meta {
  position: absolute;
  top: 0;
  right: 12px;
}
.media_news_card .floating_meta span.published3 {
  color: rgb(65, 76, 70);
}
.media_news_card .blog-title.f_height {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  line-height: 1;
  font-size: 22px;
}
.media_news_card .blog-content.f_height {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media_news_card .readmore a {
  color: rgb(65, 52, 52);
  border: 1px solid rgb(132, 132, 132);
  border-radius: 100px;
}
.media_news_card .readmore a:hover {
  color: #fff;
  background: linear-gradient(100.07deg, #E2544B 6.41%, #0288C2 110.3%);
}

.approach_to_sustainability_section {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
}
.approach_to_sustainability_section h2,
.approach_to_sustainability_section p,
.approach_to_sustainability_section ul li {
  color: #fff;
}
.approach_to_sustainability_section ul {
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.approach_to_sustainability_section ul li {
  list-style-type: disc;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.trust_profile_modal .modal-content {
  border-radius: 0;
  padding: 40px;
}
.trust_profile_modal .modal-content .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.trust_profile_modal .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: rgb(25, 145, 197);
}
.trust_profile_modal .modal-content .modal-header .modal-title span {
  color: #1991c5;
}
.trust_profile_modal .modal-content .modal-body {
  padding: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.trust_profile_modal .modal-content .modal-body h3 {
  color: rgb(70, 82, 87);
  font-weight: 700;
  font-size: 24px;
}
.trust_profile_modal .modal-content .modal-body::-webkit-scrollbar {
  width: 4px;
}
.trust_profile_modal .modal-content .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.trust_profile_modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #1991c5;
  border-radius: 10px;
}
.trust_profile_modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #1991c5;
}
.trust_profile_modal .modal-content .modal-body form {
  padding: 0;
}
.trust_profile_modal .modal-content .modal-body .grey_row {
  background: rgba(145, 152, 159, 0.11);
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .trust_profile_modal .modal-content .modal-body .grey_row .v_line {
    border-right: 1px solid rgba(87, 87, 87, 0.27);
  }
}
.trust_profile_modal .modal-content .modal-body .grey_row ul {
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.trust_profile_modal .modal-content .modal-body .grey_row ul li {
  list-style-type: disc;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
}
.trust_profile_modal .modal-content .modal-footer {
  border: 0;
}

.groups_modal h3 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
.groups_modal h3 span {
  font-weight: normal;
}
.groups_modal a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  color: #1991C5;
}
.groups_modal .bg_blue {
  background-color: #EFF7FA;
  padding: 20px;
  border-radius: 10px;
}
.groups_modal ul {
  padding-left: 2rem;
}
.groups_modal ul.type_num {
  list-style-type: decimal;
}
.groups_modal ul.type_disc li {
  list-style-type: disc;
}
.groups_modal ul li {
  color: #414C46;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.groups_modal ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  color: #1991C5;
}

.dealers_table thead tr th {
  color: rgb(25, 145, 197);
}
.dealers_table tbody tr:nth-of-type(odd) {
  background-color: rgb(224, 238, 244);
}
.dealers_table tbody tr td {
  font-weight: 600;
  font-size: 14px;
  color: rgb(70, 82, 87) !important;
}

.meta_icon {
  width: 16px !important;
  height: 16px;
  object-fit: contain;
  object-position: center;
  float: left;
  margin: 0;
  margin-right: 0.5rem;
  top: 4px;
  position: relative;
}

.owl-dots {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
}

.blog-content.promoters ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.blog-content.promoters ul li {
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

ul.para_ul {
  list-style-type: disc;
  padding-left: 2rem;
}
ul.para_ul li {
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.white_row_box {
  background-color: #fff;
}

.row_box {
  margin: 0;
  margin-bottom: 2rem;
}
.row_box.box_white {
  background-color: #fff;
}
.row_box.box_blue {
  background-color: rgb(239, 247, 250);
}

.presence_image_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.presence_image_container .img_box {
  background: #fff;
  padding: 20px;
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.presence_image_container .img_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: transparent;
}
.presence_image_container .img_box:hover {
  transform: translateY(-14px);
}
.presence_image_container .img_box:hover::after {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
}
.presence_image_container .img_box img {
  width: 150px;
  height: auto;
}

.product_sidebar {
  background-color: #fff;
  border: 1px solid rgb(224, 233, 237);
}
.product_sidebar .product_widget {
  padding: 30px 20px 0;
  background-color: #fff;
  box-shadow: 0px 4px 34px 0px rgba(182, 182, 197, 0.06);
  border-radius: 10px;
  position: relative;
}
.product_sidebar .product_widget .widget-title {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(25, 28, 31);
}
.product_sidebar .product_widget .edu-form-check {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 20px;
}
.product_sidebar .product_widget .edu-form-check label {
  color: rgb(71, 81, 86);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 2rem;
}
.product_sidebar .product_widget .edu-form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product_sidebar .product_widget .edu-form-check input:checked ~ .checkmark {
  background-color: rgb(25, 145, 197);
}
.product_sidebar .product_widget .edu-form-check input:checked ~ .checkmark:after {
  display: block;
}
.product_sidebar .product_widget .edu-form-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product_sidebar .product_widget .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgb(201, 207, 210);
  border-radius: 4px;
}
.product_sidebar .product_widget .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product_search_group input {
  border-radius: 0;
}
.product_search_group input:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.product_search_group button {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
  color: #fff;
  border-radius: 0;
}

.product_cards_container {
  background-color: #fff;
  padding: 20px 10px;
}

.product_card {
  margin: 0;
  padding: 0;
  border: 1px solid rgb(224, 233, 237);
  background: #fff;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  cursor: pointer;
}
.product_card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: transparent;
}
.product_card:hover {
  transform: translateY(-10px) !important;
}
.product_card:hover::after {
  background: linear-gradient(98.56deg, #E2544B 5.6%, #1991C5 108.93%);
}
.product_card.visible {
  opacity: 1;
  transform: translateY(0);
}
.product_card .card_header {
  padding: 50px;
  background: rgb(239, 247, 250);
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product_card .card_header img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.product_card .card_body {
  padding: 20px;
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product_card .card_body table tbody tr:first-child td:last-child {
  height: auto;
  text-overflow: ellipsis;
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.product_card .card_body table tbody tr td {
  color: rgb(83, 90, 86);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.product_card .card_body table tbody tr td:first-child {
  font-weight: bold;
  padding-right: 1rem;
  white-space: nowrap;
}
.product_card .card_body table tbody tr td:last-child {
  padding-left: 6px;
}

.product_modal .modal-title {
  color: rgb(226, 84, 75);
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .product_modal .modal-title {
    font-size: 20px;
  }
}
.product_modal .modal-body h6,
.product_modal .modal-body strong {
  font-weight: bold;
}
.product_modal .modal-body p,
.product_modal .modal-body #modalBrand {
  color: rgb(83, 90, 86);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.product_modal .modal-body .bg_light {
  background-color: rgb(231, 243, 248);
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .bg_light {
    flex-direction: column;
  }
}
.product_modal .modal-body .bg_light div {
  padding: 1rem;
}
.product_modal .modal-body .bg_light div:last-child {
  border-left: 2px solid rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .bg_light div:last-child {
    border-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .details_container {
    flex-direction: column;
  }
}
.product_modal .modal-body .details_container div {
  min-width: 150px;
  padding: 1rem;
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .details_container div {
    min-width: 100px;
    border-image: none;
  }
}
.product_modal .modal-body .details_container div:not(:first-child) {
  border-image: linear-gradient(transparent 10%, rgba(0, 0, 0, 0.21) 10% 70%, transparent 0%) 0 0 0 1/2px;
}
@media screen and (max-width: 992px) {
  .product_modal .modal-body .details_container div:not(:first-child) {
    border-image: none;
  }
}
.product_modal .modal-body ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.product_modal .modal-body ul li {
  color: #414c46;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.filter_chip_container {
  margin: 0;
  margin-bottom: 1rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter_chip_container button {
  padding: 6px 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgb(189, 193, 207);
  border-radius: 100px;
  background-color: #fff;
  color: rgb(111, 117, 140);
  cursor: pointer;
}
.filter_chip_container button i {
  color: rgb(111, 117, 140);
}

.our_plants_section .reports_tab_pills.nav {
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 1rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.our_plants_section .reports_tab_pills.nav::-webkit-scrollbar {
  height: 4px;
}
.our_plants_section .reports_tab_pills.nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.our_plants_section .reports_tab_pills.nav::-webkit-scrollbar-thumb {
  background: rgb(25, 145, 197);
  border-radius: 10px;
}
.our_plants_section .reports_tab_pills.nav::-webkit-scrollbar-thumb:hover {
  background: rgb(25, 145, 197);
}
.our_plants_section .reports_tab_pills.nav button.nav-link {
  width: 200px;
  height: auto;
  text-align: start;
  margin: 0 10px;
  font-size: 14px;
}

.governance_link_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .governance_link_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .governance_link_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.governance_link_container .card {
  background-color: #EFF7FA;
  padding: 20px;
  border: 0;
  text-align: center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.governance_link_container .card img {
  width: 60px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.governance_link_container .card h4,
.governance_link_container .card a {
  color: #1991C5;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-style: solid;
  cursor: pointer;
}

.strategic_growth_acc .content ul {
  padding-left: 2rem;
}
.strategic_growth_acc .content ul li {
  list-style-type: disc;
  color: #414C46;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.group_comp_card img {
  margin: 0;
  margin: 0;
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: auto;
}
.group_comp_card .content {
  padding: 20px;
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: start;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.group_comp_card .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 250px;
}

.mandatory_check {
  color: red;
}

.mobile-menu-area {
  background-color: #EFF7FA;
  position: relative;
}
.mobile-menu-area .mobile_logo {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 50px;
}

.mean-container .mean-bar::after {
  display: block;
  content: "";
  background: transparent url("/img/logo/logo.png") no-repeat;
}
.mean-container a.meanmenu-reveal {
  color: #000;
}
.mean-container a.meanmenu-reveal span {
  background-color: #000;
}
.mean-container .mean-last a {
  padding: 10px !important;
  font-size: 10px !important;
}

.location_form_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.location_form_group .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  height: 50px !important;
  border-radius: 100px;
  background-color: transparent;
  width: 100% !important;
}
.location_form_group .nice-select .current {
  color: #fff;
}
.location_form_group .nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.nice_select_formgroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nice_select_formgroup .nice-select {
  border: 1px solid rgba(92, 87, 87, 0.2901960784);
  background: transparent;
  width: 100%;
  height: 50px !important;
  border-radius: 100px;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #161616;
  display: flex;
  align-items: center;
}
.nice_select_formgroup .nice-select.fixed_height .list {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .what_we_do_para_container {
    max-width: 868px;
  }
}
@media screen and (min-width: 1200px) {
  .what_we_do_para_container {
    max-width: 480px;
  }
}
.select2-selection {
  border: 1px solid rgba(92, 87, 87, 0.2901960784) !important;
  background: transparent;
  width: 100%;
  height: 50px !important;
  border-radius: 100px !important;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #161616;
}
.select2-selection .select2-selection__arrow {
  top: 12px !important;
  right: 12px !important;
}
.select2-selection .select2-selection__rendered {
  padding-left: 0 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=custom_styles.min.css.map */
