.left{
    text-align: left;
}

.bordered{
    border: 4px dashed grey;
    background: #fff;
    text-align: center;
   align-items: center;
   border-radius: 8px;
}

  .author_box .date_desc {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
  }

section.consultform_sec1.contact_alt1 p.date_desc {
    color: #000;
}

section.consultform_sec1.contact_alt1 .info_box_1 {
    color: #000;
}

section.consultform_sec1.contact_alt1 .info_box_1 a {
    color: #000;
}

.consultform_sec1.home_18 .social-links li a{
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 49px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    /*color: #000;*/
    border-radius: 50%;
}

.contact_form_wrap.bg_color label{
    font-size: 17px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    font-family: "Inter";
  }
  .contact_form_wrap.bg_color label span{
    color: #000;
  }

  .gray_bg_1 .sec_title{
    color: #000;
  }

  .gray_bg_1 .title {
    font-size: 22px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    font-family: "Inter";
  }


  /*career page css*/

  .career-section {
  /*background: linear-gradient(90deg, #012244 0%, #012244 100%);*/
  padding: 40px 20px;
  color: #fff;
}

.career-heading {
  font-size: 38px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.career-section p {
  font-size: 16px;
  /*max-width: 650px;*/
  /*margin: 0 auto 40px;*/
  color: #000;
}

.career-form-container {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow:-6px 8px 8px -3px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.career-form-container:hover {
  transform: translateY(-4px);
}

.form-title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #012244;
  border-bottom: 2px solid #D8261B;
  padding-bottom: 10px;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #012244;
}

label span {
  color: #D8261B;
}

input[type="text"],
input[type="email"],
input[type="file"],
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus,
textarea:focus {
  border-color: #D8261B;
  outline: none;
  box-shadow: 0 0 6px rgba(216, 38, 27, 0.3);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  background: #D8261B;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #b71f16;
}

@media (max-width: 768px) {
  .career-section {
    padding: 40px 15px;
  }

  .career-heading {
    font-size: 28px;
  }

  .career-form-container {
    padding: 30px 20px;
  }
}
    /*end here*/

    .about_image-box {
    position: relative;
    padding-right: 30px;
    /*padding-top: 20px;*/
    margin-bottom: 30px;
    opacity: 0.6;
}

/*financial statement page css*/

.financial-table {
  margin-top: 20px;
  filter: drop-shadow(8px 8px 10px gray);
}

.table thead th {
  background-color: #012244;
  color: #fff;
  border: none;
}

.table td, .table th {
  vertical-align: middle;
  font-size: 15px;
  padding: 14px 16px;
}

.btn-danger {
  background-color: #D8261B;
  border: none;
  transition: background 0.3s ease;
}

.btn-danger:hover {
  background-color: #b71f16;
}

.shadow-sm {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.solutions_icon_box {
    margin: 10px 0px;
    display: block;
    text-align: center;
}

.solutions_icon_box i{
    font-size: 35px;
}

p.solutions_text {
    font-size: 16px;
    line-height: 26px;
    color: #6f6b6a;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    text-align: center;
    margin: 0px 40px;
    margin-bottom: 35px;    
}
h4.solutions_title{
    font-size: 18px;
    line-height: 37px;
    color: #1c1a1a;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #ede6e6;
}

.solutions_block_one {
    filter: drop-shadow(8px 8px 10px gray);
    background-color: #ffffff;
    height: 280px;
}

.news_details_block h4{
    font-size: 21px !important;
    line-height: 28px;
}

.post_content_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    /*margin-bottom: 5px;*/
}

.post_content_item p {
    font-size: 18px;
    line-height: 1.1;
    color: #6a6b74;
    font-weight: 400;
    font-family: "Inter";
}

.post_content_item p i{
    color:#012244;
    font-size: 12px;
    padding-right: 10px;
}


.post_content_item .icon-box {
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 1;
    flex-shrink: 0;    
    transform: translateY(5px);
}

.post_content_item .icon-box:after {
    position: absolute;
    top: 12px;
    left: 14px;
    content: '';
    width: 12px;
    height: 12px;
    z-index: -1;
    background-color: var(--theme-color);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.rounded-5 {
  border-radius: 5px !important;
}

.post_content_two .list_text li i{
    color:#012244;
    font-size: 12px;
    padding-right: 10px;
}

section.sidebar-page-container .shape {
    position: absolute;table-layout: ;
    top: 0;
    left: 0;table-layout: ;
    bottom: 0;
    right: 0;
    overflow: hidden;
    text-align: right;
    opacity: 0.1;
}

.consultform_sec1 .d_shadow img{
    filter: drop-shadow(8px 8px 10px gray) !important;
}

.shadow{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.my-bg1{
    background-image: url(../images/background/choose_us_bg1.png);
    background-position: right top;
    background-size: auto;
    background-repeat: repeat-y;
}

.blog-details-content .news_details_block .inner-box .post_title_box h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
}