@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Sarmady:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarmady:wght@400;700&display=swap");
@import url(https://db.onlinewebfonts.com/c/98e0131acf288147cc240765cd62d241?family=Sarmady+Bold+Compressed+Italic);
@font-face {
  font-family: "Sarmady";
  src: url("themes/custom/sic/fonts/Sarmady-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Sarmady";
  src: url("themes/custom/sic/fonts/Sarmady-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Sarmady";
  src: url("themes/custom/sic/fonts/Sarmady-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f4f4f4;
  font-family: "Inter";
}
.navbar {
  background-color: transparent;
  font-family: Inter;
  --bs-navbar-padding-y: 20px !important;
}
.navbar-toggler {
  padding: 0 !important;
  line-height: 1;
  background-color: transparent;
  border: none !important;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar .show {
  height: 100vh;
}
.nav_link {
  color: #3c463b !important;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.8s;
  z-index: 9998;
}
.new_modal {
  margin-top: 50px;
}
.navbar,
.navbar-nav li a {
  font-size: 16px;
}
.search_menu_on_mobile_view {
  font-size: 16px;
}

.nav_active {
  font-weight: bold;
}
.accessibilty_dropdown {
  top: 65% !important;
  right: 15vw !important;
}
#increaseTextSize,
#decreaseTextSize,
#speech {
  cursor: pointer;
}
.search_container {
  padding: 0px 243px !important;
  margin-top: 145px !important;
}

.search_result_title {
  margin-top: 40px !important;
}

.search_result_desc {
  margin-bottom: 20px !important;

  font-size: 24px !important;

  color: #3c463b;
}
.search_logo {
  padding-left: 72px !important;
}

.search_result {
  margin-top: 50px !important;
}
@media (min-width: 1500px) {
  .accessibilty_dropdown {
    right: 11vw !important;
  }
}
@media (min-width: 2000px) {
  .accessibilty_dropdown {
    right: 8vw !important;
  }
}
@media (max-width: 576px) {
  .search_logo {
    padding-left: 30px !important;
  }
  .navbar .show {
    height: 120vh;
  }
  .navbar-nav li a {
    font-size: 24px;
    padding: 20px 0px !important;
  }
  .search_menu_on_mobile_view {
    font-size: 24px;
    padding: 15px 0px !important;
  }
  .nav-link {
    color: white !important;
    border-bottom: 0.1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0px !important;
  }
  .search_container {
    padding: 0px 30px !important;
  }

  .mobile_accessibilty {
    border: 0.1px solid rgba(255, 255, 255, 0.1);

    display: none;
  }
}

.avatar_icon {
  width: 30px;
  height: 30px;
  padding-left: 5px;
  padding-top: 2px;
}

.search_img {
  cursor: pointer;
  margin-top: 4px !important;
}
.modal-content {
  background-color: red;
}
.modal-body {
  min-height: max-content;
  height: 300px;
}
.modal_search {
  outline: none;
  background-color: #ebf0e4;
  font-size: 32px !important;
}
.search_section {
  background-color: #ebf0e4;
  min-height: 100vh;
  padding: 25px 0px 0px 0px;
}
.secrch_modal {
  z-index: 9999 !important;
}
.partner-btn {
  background-color: #61a435;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  min-width: max-content;
}

.partner-btn:hover {
  background-color: #55922c;
}

/* Hero Section */
.hero {
  height: 100vh;
  background-image: url("/themes/custom/sic/images/homeheader.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(142deg, #fff 24.09%, #3e7b15 63.54%, #000 97.83%);
  z-index: 1;
}

.hero-content {
  z-index: 2;
  color: white;
}

.hero-content h1 {
  color: #fff;
  text-shadow: -1px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hero-content p {
  width: auto;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 768px) {
  .hero {
    background-image: url("/themes/custom/sic/images/mobile_header.png");
    background-size: cover;
    height: 94vh;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
  }
  .hero-content {
    z-index: 2;
    color: white;
  }
  .hero-content h1 {
    font-size: 46px;
  }
}

.stats_section_text_color {
  color: #45789f;
}
.hone_stats_image_wrapper {
  width: 560px;
  height: 550px;
}
@media (max-width: 1200px) {
  .hone_stats_image_wrapper {
    width: 500px;
    height: 550px;
  }
}
@media (max-width: 990px) {
  .hone_stats_image_wrapper {
    width: 384px;
    height: 400px;
    margin-top: 88px;
  }
}
@media (max-width: 820px) {
  .hone_stats_image_wrapper {
    width: 350px;
    height: 300px;
    margin-top: 100px;
  }
}

/* ------------------------portfolio================ */
.porfolio_section {
  background: linear-gradient(153.87deg, #ccd6b2 55.77%, #6d8fae 113.77%);
  padding-top: 100px;
  padding-bottom: 56px;
}
.portfolio {
  color: #45789f;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.porfolio_section p {
  font-family: Inter;
  font-size: 29px;
}

.fixed-height {
  height: 250px;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #45789f;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 400px;
}

.logo-card img {
  width: 140px;

  height: 200px;
}

.logo-card {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #45789f;
  margin-left: 8px;
  width: 300px;
  height: 400px;
  overflow: hidden;
}

.logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.carousel_icon {
  background-color: #71a742;
}

.home_carousel_grid {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 7px !important;
}
.home_stats {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .home_stats {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .home_stats {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .logo-card {
    width: 286px;
  }
  .porfolio_section p {
    font-family: Inter;
    font-size: 24px;
  }
}

/* -------------------------------------------------News section---------------------------- */
.news_home_container {
  margin-top: 100px;
}
.newsheading {
  color: #3c463b;
  font-family: Inter;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .news_home_container {
    margin-top: 50px;
  }
  .newsheading {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
.partner_heading {
  color: #3c463b;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 36px;
}

.news-card img {
  width: 100%;
  height: auto;
}
.news-title {
  font-size: 20px;
  font-weight: 600;
  font-family: Inter;
  margin-top: 22px !important;
}
.news-category {
  font-size: 12px;
  color: #45789f;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Inter;
}
.cart_image {
  max-width: 100%;
}
.cart_image {
  transition: transform 0.5s, filter 1.5s ease-in-out;
}
.cart_image:hover {
  transform: scale(1.1);
}
.news_image_slicing {
  aspect-ratio: 10/7;
  width: 100%;
}
.news-card img {
  height: 100%;
}
.big_news_title {
  font-size: 28px;
}

@media (max-width: 768px) {
  .partner_heading {
    font-size: 32px;
  }
}
/* ----------------------------------Become Partner----------------- */
.parter_section {
  background-color: #ebf0e4;
  margin-top: 6%;
}

.parter_section p {
  font-family: Inter;
}
.partner_paragraph {
  font-size: 20px;
}

.img-absolute {
  bottom: 0px;
}

.companies_logo_main_div {
  padding-top: 100px;
}

.companies_logo_main_div h2 {
  font-size: 36px;
  color: #3c463b;
}
.companies_section {
  padding-top: 20px;
}
/* Footer Styles */

.footer {
  background: #5d6161;
  font-family: Inter;
}
.footer_tiles_heading {
  color: #9b9b99;
  font-size: 16px;
}
.footer_first_paragraph {
  font-size: 14px;
}
.nav-item {
  font-size: 14px;
}
.nav-item-unhovered {
  font-size: 14px;
}
.nav-item:hover {
  font-weight: 600;
}

.horizontal {
  width: 100vw;
  margin-left: -12%;
}

.logo_img_one {
  width: 134px;
  height: 60px;
}
.logo_img_two {
  width: 215px;
  height: 65px;
}
.logo_img_three {
  width: 231px;
  height: 65px;
  margin-top: 60px !important;
}
.partner_form_section {
  width: 75%;
}
.partner_form {
  background: #ebf0e4;
  padding-top: 170px;
  padding-right: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .partner_form {
    padding-top: 130px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .companies_logo_main_div {
    padding-top: 50px;
  }
}

/* -----------------------Partner----------------- */
.form_container {
  font-family: Inter;
}
.form-title {
  font-weight: 600;
  color: #3d5c45;
}

.partner_image {
  background-color: white;
}
.file-upload {
  border: 2px dashed #bcbcbc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #757575;
  cursor: pointer;
}
.file-upload:hover {
  background-color: #f1f1f1;
}

.no-underline {
  color: #3c463b;
  text-decoration: none;
}
.no-underline-new {
  color: white;
  text-decoration: none;
  font-size: 20px !important;
}

.partner_text_border {
  border-bottom: 0.1px solid rgba(8, 8, 8, 0.1);
  padding-bottom: 5px;
}
#fund_form {
  padding-bottom: 100px;
}
#company_form {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .companies_section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .partner_form_section {
    width: 100%;
    padding-top: 50px;
  }
  .form-title {
    font-size: 36px;
  }
}
/* -----------------------------------------Contact Us-------------------------- */

.custom-container {
  margin-top: 5%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.custom-heading {
  font-size: 46px;
  color: #3c463b;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;

  line-height: 55.67px;
}
.custom-image {
  width: 700px;
  height: 500px;
}

.contact-section {
  font-family: Inter;
  background-color: #ebf0e4;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #3c463b;
}
.contact-info-one {
  padding-top: 60px;
}
.contact-info {
  padding-top: 50px;
}
.form-section {
  border-radius: 10px;
}

.main_phone_section {
  background-color: #fff;
}

@media (max-width: 768px) {
  .main_phone_section {
    background-color: transparent;
    border: none !important;
  }
}
.emial_section {
  background-color: #fff;
}
.select_country {
  background: transparent;
  border: none;
  outline: none;
}
.contact_us_from_heading {
  font-size: 36px;
}
@media (max-width: 1025px) {
  .custom-image {
    width: 650px;
    height: 500px;
  }
}
@media (max-width: 821px) {
  .custom-image {
    width: 480px;
    height: 400px;
  }
}

@media (max-width: 576px) {
  /*.path-webform .custom-container h1.custom-heading {
    text-align: center;
  }*/
  .contact-custom-form {
    margin: 8px 0 0 0 !important;
  }
  .custom-image {
    width: 100%;
    height: 280px;
  }
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-container {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .contact_us_from_heading {
    font-size: 46px;
  }
}

/* --------------------------New Page--------------------- */
.new_page {
  margin-top: 10%;
}
@media (max-width: 576px) {
  .new_page {
    margin-top: 140px;
  }
}
.news_grid_view {
  margin-top: 50px;
  font-family: Inter;
  margin-bottom: 100px;
}
.news_page_heading {
  color: #3c463b;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.news_mobile_heading {
  color: #3c463b;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 821px) {
  .news_page_heading {
    color: #3c463b;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20%;
  }
}
.news_mobile_heading span {
  font-size: 46px;
}
.inactive_tabs {
  background-color: white;
  color: #2b312a;
}
.active_tabs {
  background-color: #2b312a;
  color: white;
}
.new_border {
  border: 1px solid #2b312a;
  min-width: max-content;
  background-color: white;
  font-size: 14px;
}
.category {
  color: #45789f;
}
.big_news_section {
  margin-top: 100px;
  padding-bottom: 50px;
}

.new_grid_row {
  padding-bottom: 30px;
}
.new_grid_row_one {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .big_news_section {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .news_grid_view {
    margin-bottom: 50px;
  }
}
/* --------------------------Article--------------------- */
.artile_page {
  margin-top: 10%;
}
.artile_page_category {
  font-size: 16px;
}
.article_content {
  font-family: Inter;
  margin-top: 100px;
  color: #3c463b;
}
.article_content h3 {
  font-size: 28px;
}
.article_main_heading {
  font-size: 36px;
}
.article_related {
  margin-top: 100px;
  margin-bottom: 100px;
}
.article_image_slice {
  height: 520px;
  display: flex;
  justify-content: center;
}
.article_paragraph {
  font-size: 18px;
}

@media (max-width: 1025px) {
  .artile_page {
    margin-top: 13%;
  }
}

@media (max-width: 821px) {
  .artile_page {
    margin-top: 17%;
  }
}
@media (max-width: 768px) {
  .artile_page {
    margin-top: 120px;
  }
  .article_content {
    margin-top: 50px;
  }
  .article_related {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .article_image_slice {
    height: 282px;
  }
  .article_main_heading {
    font-size: 46px;
  }
}

.article_image_slice img {
  max-width: 95vw;
}
/* ---------------------------Privacy-------------- */
.privacy_page {
  background-color: #ebf0e4;
}
.privacy_head_container {
  padding-top: 100px;
  padding-bottom: 60px;
  font-family: Inter;
}
.privacy_content {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Inter;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.privacy_content h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .privacy_head_container {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .privacy_content {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* -----------------------------Investment------------------- */
.invest_page {
  font-family: Inter;
}
.investment {
  background: #ebf0e4;
  padding-top: 170px;
}
@media (max-width: 576px) {
  .investment {
    padding-top: 140px;
  }
}
@media (min-width: 2500px) {
  .investment {
    margin-top: 4%;
  }
}
.invest_section_main_content {
  width: 50%;
}
.invest_portfolio_section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.invest-logo-card {
  background-color: white;
  width: 100%;
  height: 295px;
  padding: 34px 55px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #acbf8b;
  overflow: hidden;
}

.invest-logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.active_invest_tab {
  background-color: #90ac6a !important;
  color: white !important;
  border: none !important;
  font-size: 14px !important;
}
.inactive_invest_tab {
  background-color: #c1c0bd;
  color: white;
}
.investment_principles {
  background: #90ac6a;
  padding-top: 100px;
  padding-bottom: 100px;
}
.investment_principles h3 {
  font-size: 32px;
}
.principles_icon_section p {
  color: #dce2cd;
}
.principle_image_section {
  margin-top: 50px;
  width: 505px;
  height: 641px;
  justify-content: center;
  align-items: center;
}
.principle_section_circle_image {
  width: 300px;
  height: 300px;
}
.principles_icon_section {
  padding-top: 115px;
}
.principle_icon_spacing {
  margin-top: 50px !important;
}
.subcsector_section {
  background: #ebf0e4;

  padding: 100px 0;
}
.subsector {
  width: 265px;
  height: 125px;
  border-radius: 4px;
  border: 1px solid #acbf8b;
  background-color: white;
  margin-top: 25px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 14px !important;
}
.subsector_content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.subsector_cards_section {
  margin-top: 50px;
}
.subsector_para {
  margin-top: 14px !important;
  font-size: 16px !important;
}

.parter_new_section {
  background-color: white;
  margin-top: 10%;
}

.parter_new_section p {
  font-family: Inter;
}
.principle_icon_image {
  width: 50px;
  height: 50px;
}

.line-container {
  margin-top: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.line {
  width: 40px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 3px;
}

.highlighted {
  background-color: #799d4e;
}
@media (max-width: 1200px) {
  .principle_image_section {
    width: 440px;
  }
  .priciple_icon_desc {
    width: 220px !important;
  }
}

@media (max-width: 990px) {
  .principle_image_section {
    width: 330px;
  }
  .priciple_icon_desc {
    width: 220px !important;
  }
  .principle_section_circle_image {
    width: 244px;
    height: 244px;
  }
}
@media (max-width: 821px) {
  .principle_image_section {
    width: 340px;
  }
  .priciple_icon_desc {
    width: 170px !important;
  }
  .principle_section_circle_image {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .principle_image_section {
    width: 360px;
    height: 440px;
    margin: 50px auto 0 auto;
  }
  .invest_section_main_content {
    width: 100%;
  }
  .principles_icon_section {
    padding-top: 57px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .principle_section_circle_image {
    width: 200px;
    height: 200px;
  }
  .invest_portfolio_section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .investment_principles {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .subcsector_section {
    padding: 50px 0 0 0;
  }
  .subsector_cards_section {
    margin-top: -20px;
  }
  .subsector {
    width: 94%;
    height: 120px;
    margin-top: 18px;
    justify-content: start;
    margin-left: 10px !important;
  }
  .subcsector_section .container h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .invest-logo-card {
    height: 190px;
    padding: 34px 55px;
  }
}

@media (max-width: 550px) {
  .principle_image_section {
    width: 93vw;
    height: 440px;
    margin: 50px auto 0 auto;
  }
}
/* ----------------------------Career----------------- */
.career_section {
  margin-top: 4%;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .career_section {
    padding-top: 140px;
  }
}
.career_section_main_content {
  width: 50%;
}
.career_section_main_content h1 {
  font-size: 46px;
}
.career_first_para {
  padding-bottom: 100px;
  font-size: 20px;
}
.work_reason {
  font-size: 46px;
  color: #3c463b;
}

.career_image_slice {
  height: 696px;
  padding-bottom: 100px;
}
.career_opportunity_main_image {
  width: 480px;
  height: 500px;
}

.lead_transformative {
  text-align: start;
  background-color: #ebf0e4;
  border: 1px solid #90ac6a;
  border-radius: 5px;
  height: 180px;
  overflow: hidden;
}
.opportunities {
  margin-top: 100px;
  background-color: #90ac6a;
  padding: 100px 0 50px 0;
}
.opportunities h2 {
  font-size: 46px;
}
.career_carts_grid {
  margin-top: 50px !important;
}
.career_carousel_image {
  background-image: url(/themes/custom/sic/images/career_dots.png);
  height: 500px;
}
.career_carousel_image img {
  margin-left: 100px;
}
.career_carousel_text {
  margin-top: 60px !important;
  color: #3c463b;
}
.career_carousel_section {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.footer_before_images {
  margin-top: 100px !important;
}
@media (max-width: 821px) {
  .career_opportunity_main_image {
    width: 380px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .career_opportunity_main_image {
    width: 360px;
    height: 400px;
  }
  .career_first_para {
    padding-bottom: 50px;
    font-size: 18px;
  }
  .career_image_slice {
    height: 496px;
    padding-bottom: 50px;
  }
  .opportunities {
    margin-top: 50px;
    padding: 50px 0 50px 0;
  }
  .opportunities h2 {
    font-size: 36px;
  }
  .footer_before_images {
    margin-top: 0px !important;
  }
  .career_section_main_content {
    width: 100%;
  }
  .work_reason {
    font-size: 36px;
  }
}
/* -------------------------About------------------------ */
.about_hero {
  height: 100vh;
  background-image: url("/themes/custom/sic/images/about_header.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(142deg, #fff 24.09%, #3e7b15 63.54%, #000 97.83%);
  z-index: 1;
  opacity: 0.3;
}
.minister_container {
  background-color: #ebf0e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .minister_container {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.about_minister_content {
  font-size: 20px;
}
.about_minister_content_new {
  font-size: 20px;
}
.minister_small_description {
  font-size: 16px;
}
.about_minister_section {
  margin-top: 100px;
}
.images_section {
  margin-top: 100px !important;
}
.about_image_card {
  background-color: white;
  padding: 30px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #acbf8b;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.about_image_card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ceo_container {
  margin-top: 100px;
  background-color: #e5edf3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about_content_section {
  margin-top: 100px;
  margin-left: 150px;
  margin-right: 150px;
}
.about_new_image {
  margin-top: 50px;
  margin-bottom: 100px;
}
.member_main_section {
  margin-top: 100px;
  background-color: #f2f2f2;
  padding-top: 5%;
  padding-bottom: 50px;
}
.member_main_section h2 {
  font-size: 36px;
  color: #3c463b;
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .member_main_section h2 {
    padding-bottom: 0px;
  }
}
.board_member_grid {
  margin-top: 50px !important;
}
.excutive_team_grid {
  margin-top: 50px !important;
}
.member_card {
  height: 477px;
}
.excutee_card {
  height: 400px;
  border-radius: 2.71px;
}
.member_image {
  background-color: #c1c0bd;
  border-radius: 3px;
  height: 355px;

  position: relative;
}
@media (max-width: 992px) {
  .member_image {
    height: 280px;
  }
  .member_card {
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .member_image_slice_one {
    width: 260px;

    position: absolute;

    bottom: 0;

    transform: translate(-50%);

    left: 50%;
  }
}

.member_image_slice_one {
  position: absolute;
  bottom: 0;
}
.member_image_slice_two {
  width: 230px;
  height: 318px;
}
.executive_image {
  width: 265px;
  height: 453px;
}
.excecutive-card-main-div {
  background-color: #ccd6b2;
}
.exceutive_card_plus_icon {
  height: 60px;
  background-color: #acbf8b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.exceutive_card_plus_icon img {
  width: 36px;
  height: 36px;
}
.strong_text {
  color: #6c8a4c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 12px;
  font-weight: 500;
}
.excutive_team_section {
  padding-top: 100px;
}
.excutive_team_section h2 {
  font-size: 36px;
  color: #3c463b;
}
.companies_para_setion {
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 100px;
  margin-top: 100px;
}
.center-image {
  position: relative;
  text-align: center;
  color: #3c463b;
}
.about_new_image_expanded {
  max-width: 80%;
}
.ceo_detail {
  background-color: #6c8a4c;
  text-align: start;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
}
.ceo_wrapper {
  position: relative;
  width: 265px;
  height: 453px;
  overflow: hidden;
}
.ceo_image,
.ceo_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.member_backward_btn {
  background-color: #9b9b99;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member_backward_btn:hover {
  background-color: #4d4f4f;
}
.member_backward_btn img {
  width: 19px;
  height: 19px;
}

.minister_section_image {
  width: 123px;
  height: 184px;
}
.executive_section_image_one {
  width: 260px;
  height: 310px;
  position: absolute;
  bottom: -6px;
}
.executive_section_image_two {
  width: 245px;
  height: 310px;
}
.executive_section_image_four {
  width: 250px;
  height: 310px;
}
.team_member_name {
  font-size: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;

  font-weight: 500 !important;
}
.board_member_title {
  font-size: 18px;
}
.board_member_title_last {
  font-size: 20px;
}
.board_member_content_section {
  padding: 10px;
}

@media (max-width: 1200px) {
  .excutee_card {
    overflow: hidden;
    width: 225px !important;
    /* height: 412px; */
    height: 514px;
  }

  .executive_section_image_one {
    width: 200px;
    height: 280px;
    position: absolute;
    bottom: 0px;
  }
  .team_member_name {
    font-size: 15px;
  }
  .ceo_wrapper {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .excutee_card {
    overflow: hidden;
    width: 324px !important;
    /* height: 412px; */
    height: 514px;
  }

  .executive_section_image_one {
    width: 245px;
    height: 310px;
    position: absolute;
    bottom: 0px;
    left: 30px;
  }
  .ceo_wrapper {
    width: 324px;
  }
}
@media (max-width: 768px) {
  .board_member_title_last {
    font-size: 14px;
  }
  .board_member_title {
    font-size: 16px;
  }

  .about_minister_content {
    font-size: 18px;
  }
  .member_card {
    height: 400px;
  }
  .ceo_wrapper {
    height: 325px;
    width: auto;
  }
  .about_hero {
    height: 100vh;
    background-image: url("/themes/custom/sic/images/about_mobile_view.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: start;
    align-items: end;
    position: relative;
  }
  .about_header_title {
    font-size: 46px !important;
  }
  .about_minister_section {
    margin-top: 50px;
  }
  .about_image_card {
    height: 200px;
  }
  .images_section {
    margin-top: 50px !important;
  }
  .about_content_section {
    margin-top: 50px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .ceo_container {
    margin-top: 50px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .companies_para_setion {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-top: 100px;
  }
  .about_new_image_expanded {
    max-width: 100%;
  }
  .member_main_section {
    margin-top: 50px;
    padding-bottom: 1px;
  }

  .excutive_team_section {
    padding-top: 50px;
  }
  .member_image_slice_one {
    width: auto;
    height: 285px;
  }
  .member_image_slice_two {
    width: 155px;
    height: 285px;
  }

  .executive_section_image_one {
    width: 200px !important;
    height: 250px;
    position: relative;
    /* top: -28px; */
    top: 8px;
  }
  .executive_section_image_three {
    width: 155px;
    height: 310px;
    margin-top: 39px !important;
  }

  .executive_section_image_two {
    width: 155px;
    height: 310px;
    margin-top: 42px !important;
  }
  .executive_section_image_four {
    width: 155px;
    height: 310px;
  }
  .excutee_card {
    height: 385px;
    overflow: hidden;
    width: 238px !important;
  }
  .executive_section_image_one img.w-100.h-100.object-fit-cover {
    position: absolute;
    left: 0%;
    bottom: 0;
    height: auto !important;
  }
  .team_member_name {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .member_card {
    height: 380px;
  }
  .executive_section_image_one {
    width: 190px !important;
    height: 250px;
    position: relative;
    /* top: -28px; */
    top: -2px;
    left: 20px;
  }
}

@media (max-width: 516px) {
  .executive_section_image_one {
    width: 155px !important;
    height: 250px;
    position: relative;
    top: 2px;
    left: 0;
  }
}

@media (max-width: 400px) {
  .executive_section_image_one {
    width: 155px !important;
    height: 250px;
    position: relative;
    top: 2px;
    left: 0;
  }
}
@media (max-width: 383px) {
  .member_card {
    height: 390px;
  }
}
/* --------------------------ToolTip----------- */
.tooltip-container {
  position: relative;
  display: inline-block;
}
.tooltip-container .tooltip-text {
  visibility: hidden;
  width: 250px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* Tooltip arrow */
.tooltip-container .tooltip-text::before {
  visibility: hidden;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5 transparent;
}
.slick-next,
.slick-prev {
  background-color: #000 !important;
  color: white !important;
  padding-top: 1px !important;
  border-radius: 5px !important;
}
/* ----------------------Login Page------------------ */
.login_page {
  background-color: #ebf0e4;
  height: 100vh;
}
.not_found_page {
  background-color: #ebf0e4;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.not_found_page span {
  font-size: 152px;
}
.forgot_color {
  color: #45789f;
}

/* -------------------------------------------- */
.overflow-x-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.overflow-x-scroll::-webkit-scrollbar {
  display: none;
}

/* -----------------------------Email template--------------------- */
.email_section {
  background-color: #ebf0e4;
  min-height: 100vh;
  overflow-y: hidden;
}
.email-template {
  max-width: 90vh;
  margin: 40px auto 0 auto;
  background-color: white;
  border-radius: 8px;
  padding: 30px;
}

.email-template-header img {
  max-width: 100px;
}
.email-footer {
  margin-top: 140px;
}
.social_twitter_template {
  margin-left: 10px !important;
}
/* ----------------------------------------- */
.dropdown-hover:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.news_category_page_heading {
  margin-top: 100px;
  padding-bottom: 50px;
}
.mobile_accessibilty {
  border: 0.1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

.principle_icon_title {
  margin-top: 20px !important;
}
.priciple_icon_desc {
  margin-top: 10px !important;
  font-size: 16px;
  width: 275px;
}

.arabic:hover {
  text-decoration: underline;
  cursor: pointer;
}
.english:hover {
  text-decoration: underline;
  cursor: pointer;
}
.image_description {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .image_description {
    margin-top: 50px;
    margin-left: 20px;
  }

  .principle_icon_title {
    margin-top: 16px !important;
  }
}

.dropdown-menu {
  --bs-dropdown-link-hover-bg: #ecf4d7 !important;
  --bs-dropdown-link-active-bg: #61a435 !important;
}
@media (max-width: 520px) {
  .career_opportunity_main_image {
    width: 94vw;
    height: 400px;
    margin: auto;
  }
}

.logo_image_card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo_image_card {
  background-color: white;
  padding: 30px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 150px;
}

@media (max-width: 1000px) {
  .logo_image_card {
    padding: 30px 10px;
  }
}

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

@media (max-width: 591px) {
  .logo_image_card {
    padding: 30px 60px;
  }
}
.news_section_arabic_content {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: Sarmedy;
}
.companies_section-arrows {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .companies_section-arrows {
    padding-bottom: 50px;
  }
}

.pattern_images {
  background-color: #e5e5e5;
}

.stats_section_para {
  font-size: 24px;
  line-height: 50px;
  color: #3c463b;
  font-family: Inter;
  font-weight: 400;
  margin-top: 70px;
}
.stats-para-section {
  margin-top: 30px;
}

.navbar-collapse {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.navbar-collapse ::-webkit-scrollbar {
  display: none;
}

.strong-text-new {
  font-size: 16px;
}

.about_content_section span {
  font-size: 36px;
}

.about_content_section p {
  font-size: 20px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .strong-text-new {
    font-size: 11px;
  }
  .about_content_section span {
    font-size: 26px;
  }

  .news-card-content .card-body {
    height: auto;
    padding-bottom: 10px;
  }
}

.footer_last_section {
  color: #9b9b99;
}

.arabic {
  font-family: Sermady sans-serif !important;
  font-weight: 500;
  font-size: 20px;
}
.arabic-link,
.english-link {
  color: #0000008c !important;
}

.news-card-content .card-body {
  height: 260px !important;
}

/* Executiv Section-Detail */
.bio-details{
margin-top:90px;
}

.exceutive_detail_section {
  text-align: left;
  background-color: #acbf8b;
  padding-top: 30px;
  padding-bottom: 87px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px -4px 0px -9px;
}
.exceutive_detail_section_para {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.listing_section {
  margin-top: 20px;
}

.listing_section .listing_heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.listing_section .list {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .exceutive_detail_section {
    text-align: left;
    background-color: white;
    padding: 0px;
   
    margin: 0px !important;
  }

.mobile_view_detail_section{
background-color: #acbf8b;
padding: 30px;
margin: 20px 15px 10px 4px;

}
}

@media (max-width: 769px) {
.mobile_view_detail_section{
background-color: #acbf8b;
padding: 30px;
margin: 20px 12px 10px 4px;

}
}

@media (max-width: 576px) {
.mobile_view_detail_section{
background-color: #acbf8b;
padding: 30px;
margin: 20px 4px 10px 4px;

}
}

@media (min-width: 1400px) {
  .exceutive_detail_section {
    text-align: left;
    background-color: #acbf8b;
    padding-top: 30px;
    padding-bottom: 87px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px 10px 0px -9px;
  }
}

/* Contact Us Accordians */
.custome-sub-title {
  color: #61a435;
  font-weight: 500;
  font-size: 22px;
  line-height: 26.63px;
}

.accordion-button::after {
  background-image: url("https://sic.ipdsquare.com/themes/custom/sic/images/Accordian_plus_icon.png") !important;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("https://sic.ipdsquare.com/themes/custom/sic/images/minus_icon.png") !important;
  background-size: contain;
  width: 32px;
  height: 4px;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #3c463b !important;
  background-color: white !important;
  box-shadow: none !important;
}
.accordion-item {
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.accordion-header button {
  color: #3c463b !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  padding: 33px 0 !important;
}
.accordion-button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.accordion-body {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 20px 100px 20px 0px !important;
  text-align:justify;
  color: #3c463b;
}
.faqs-question{
width: 85%;
}

@media (max-width: 769px){
.accordion-body {
  padding: 20px 40px 20px 0px !important;
}
.accordion{
  padding: 0 8px;
}
}
.exceutive_card_plus_icon:hover {
    background-color: #93A771 !important;
}
.bio-details, .bio-details-res {
    display: none;
    overflow: hidden;
}
.bio-details .exceutive_detail_section {
  display: none;
}
.home_page_portfolio_content{
margin-left: 11px;
}
