::-webkit-input-placeholder{
    font-size: 14px;
}
:-ms-input-placeholder{
    font-size: 14px;
}
::placeholder{
    font-size: 14px;
}
.single-blog-item.blog-grid{   
    /* height: 232px; */
    border-radius: 5px;
    overflow: hidden;
}
.single-blog-item.blog-grid .post-feature.blog-thumbnail {
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}
.carousel-caption{
	position: absolute;
    right: 15%;
    top: 5%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h3{
	font-weight: 800;
	font-size: 2.5rem;
	line-height: normal;
    margin: 1rem;
    color: #ffffff;
}
.carousel-caption span{
    font-size:1.3rem;
    color: #e4b416!important;
	text-transform: uppercase;
}

.carousel-caption p{
    font-size:1.1rem;
}

.carousel-caption .btn{
	margin-top: 1rem;
}

.carousel-item img {
    width: 100%;
}

.team-image img{
    border-radius: 2rem;
}

.required::after{
    content:'*';
    color: #1f3a93;
}

.badge {
    display: inline-block;
    padding: 0.85em 1em;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.65rem;
  }
.badge-primary {
    color: #FFFFFF;
    background-color: #1f3a93;
  }
  
  .badge-light-primary {
    color: #1f3a93;
    background-color: #ebe1e1;
  }

  #social-links ul {
    display: flex;
  }
  #social-links ul li {
    margin-right: 8px;
  }

  .text-secondary{
    color: #e4b417!important;
  }
 
.text-right{
    text-align: right;
}

.underline, .text-underline{
    text-decoration: underline!important;
}
.text-white{
    color: #ffffff!important;
}