.is-invalid {
    border-color: #dc3545;
}
.is-valid {
    border-color: #28a745;
}
.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
.td-none{
    text-decoration: none;
    color: white;
}

.activee{
    color: #013e53;
}
.line10{
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* our blog page style  */


.blog-card img {
    height: 200px;
    object-fit: cover;
  }
  .blog-title {
    font-weight: 600;
    font-size: 1.1rem;
  }
  .blog-meta {
    font-size: 0.85rem;
    color: #888;
  }
  .blog-excerpt {
    font-size: 0.95rem;
  }

  .contact-wrapper {
    padding: 60px 0;
  }

  .custom-input {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
  }

  .custom-textarea {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    resize: none;
  }

  .custom-button {
    background-color: black;
    color: white;
    border-radius: 30px;
    padding: 8px 30px;
    border: none;
  }

  .contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  @media (max-width: 768px) {
    .contact-image {
      margin-bottom: 30px;
    }
  }
  
  .cust_cl1_29425{
 	height: 120px !important;
    border-radius: 50%;
    width: 120px !important;
    text-align: center;
    margin: 0 auto;
	margin-top:12px;
	}
    .cust_cl2_29425{
    text-align: center;border:none;background-color:#fff;transition: all 0.5s;
  }
  .cust_cl2_29425:hover{
    text-align: center;background-color:#013e53;color:#fff;
  }
  
  .parallax-insights {
    position: relative;
    background: #333 url(../../uploads/banner/insights.jpg);
    min-height: 250px;
    margin: 0;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shadow-colored {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #323c46;
    background: linear-gradient(to right, rgba(50, 60, 70, .9) 0, rgba(50, 60, 70, 0) 80%);
}
.parallax-insights h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 120px;
    position: relative;
    z-index: 1;
}
.cust_cl5_29425{
background: #fdb813;
    padding: 12px;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}
.cust_cl5_29425:hover{ color:#fff;}
.cust_cl1_1525{padding: 40px 0 !important;}
.cust_cl1_2525{
box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.74) !important;
-webkit-box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.74) !important;
-moz-box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.74) !important;
border: 1px solid #d9d9d9;
}

.cust_cl1_1525 .btn-contact-white {
    background: #025976;
    width: 100%;
}
.cust_cl1_2525 .btn-contact-white {
    background: #025976;
    width: 100%;
	color:#fff;
}
.cust_cl2_2525{ padding:60px 0 0 !important;}
.cust_bluebg{ background-color:#013e53;}
.cust_clz_2525 .our-value-box {
    border-top: 1px solid #444;
    padding: 20px;
    color: #fdf1f1;
    background-color: #1b4e65;
    margin-bottom: 20px;
    /* min-height: 167px; */
    height: 327px;
    border-radius: 5px;
}
.cust_clz_2525 .text-blue {
    color: #d7b91f;
    border-bottom: 2px solid #fffafa;
	font-size:20px;
}
.cust_clx_2525 .whychoose-v3-box{
box-shadow: 0px 18px 13px -3px rgba(0,0,0,0.1);
}
.cust_cly_2525 .approach-process-step{
box-shadow: 0px 18px 13px -3px rgba(0,0,0,0.1);
}
.cust_cl1_3525{color: inherit !important;}
.vhidden{ visibility:hidden;}