/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}

.educations .card .card_img_edu {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  overflow: hidden;
  height: 200px;
}

.educations .card .edu-icon {
  width: 0.75rem;
}

.educations .dash {
  margin: 1.5rem 0;
  border-color: var(--tcc-border-color);
  border-bottom: dashed 1px;
  opacity: 0.25;  
}

.educations .card {
  border-bottom: solid 1px;
  border-left: solid 1px;
  border-right: none;
  border-top: none;
  border-color: var(--tcc-border-color);
  border-radius:0.188rem
}

.educationlist .card .card_img_edu {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  overflow: hidden;
  height: 225px;
}

.educationlist .card .edu-icon {
  width: 0.75rem;
}

.educationlist .dash {
  margin: 1.5rem 0;
  border-color: var(--tcc-border-color);
  border-bottom: dashed 1px;
  opacity: 0.25;  
}

.educationlist .card {
  border: solid 1px;
  border-color: var(--tcc-border-color);
  border-radius:0.188rem
}

.news-start .card .card_img_news {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  overflow: hidden;
  height: 200px;
}

.news-start hr {
  margin: 0.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;  
}

.news-start .card {
  border-bottom: solid 1px;
  border-left: solid 1px;
  border-right: none;
  border-top: none;
  border-color: var(--tcc-border-color);
  border-radius:0.188rem
}

.sliderheight{
    max-height: 500px;
}

.img_ex{
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    overflow: hidden;
    height: 225px;
}

.overlay-steelblue2{      
  background-position: center center;
  /*filter: grayscale(100%); */
  background-image:url(../../assets/img/tcc/original-47.png);
}
.overlay-steelblue2:before {      

  background: rgba(3, 30, 69, 0.85);
}
.overlay-secondaryblue2:before {
  background: rgba(2, 12, 26, 0.85);
}
.overlay-lightblue2:before {
  background: rgba(54, 128, 179, 0.85);
}
.overlay-ironred2:before {
  background: rgba(124, 38, 34, 0.85);
}

.ex-bg-holder {
  position: absolute;
  width: inherit !important;
  min-height: 250px;  
  background-repeat: no-repeat;
  z-index: 0;
}
.ex-bg-holder.bg-right {
  left: auto;
  right: 0;
}
.ex-bg-holder.ex-overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);

}
.ex-bg-holder.ex-overlay-steelblue{      
  background-position: center center;
  filter: grayscale(100%); 
  background-image:url(../../assets/img/tcc/original-47.png);
}
.ex-bg-holder.ex-overlay-steelblue:before {      

  background: rgba(3, 30, 69, 0.9);
}

.img_ex2.steelblue, .img_ex2.secondaryblue, .img_ex2.lightblue, .img_ex2.ironred{
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    overflow: hidden;
    height: 225px;
}

.img_ex2.steelblue:before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(3, 30, 69, 0.70);
}

.img_ex2.secondaryblue:before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(2, 12, 26, 0.50);
}

.img_ex2.lightblue:before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(54, 128, 179, 0.50);
}

.img_ex2.ironred:before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(124, 38, 34, 0.85);
}

.newsimage{
     max-height: 375px;
     overflow: hidden;
}
.newsimage img{
     max-height: initial; 
     margin-top: -30%
     
}

.eduback {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  overflow: hidden;
  height: 75vh;
}
.educationTab {
    margin-top: 10px;
}
.educationTab button, .educationTab .nav-link{
    font-family:  var(--tcc-font-sans-serif);
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 500;
    color: #031F45;
    /*background-color: #FFF; */
    border: none;
}
.educationTab button:hover, .educationTab .nav-link:hover{
    font-family:  var(--tcc-font-sans-serif);
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 500;
    color: #020C1A;
    /*background-color: #FFF; */
    border: none;
}

.educationTab button:active, .educationTab .nav-link:active{
    font-family:  var(--tcc-font-sans-serif);
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 800;
    color: #7D2621;
    /*background-color: #FFF; */
    border: none;
}