.t-m-0 {
  margin: 0 !important;
}

.t-mb-5 {
  margin-bottom: 3rem !important;
}

.t-pt-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.t-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
  
.t-col-sm-6{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.t-col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.t-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {

.t-col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  }
  
.t-col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  }

}
.t-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

.t-container-fluid {
  /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.t-bg-primary {
  background-color: #ef7e00 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f4687 !important;
}

.t-text-center {
  text-align: center !important;
}

.t-d-inline-flex {
  display: inline-flex !important;
}

.t-align-items-center {
  align-items: center !important;
}

.t-justify-content-center {
  justify-content: center !important;
}

.t-border {
  border: 1px solid #dee2e6 !important;
}

.t-rounded-circle {
  border-radius: 50% !important;
}

.t-text-white {
  color: #fff;
  font-size: 23px;   
}


.t-text-white h6 {
  font-family: 'Amatic SC', bold !important;
  font-size: 23px !important; 
}

.t-text-white h4 {
  font-size: 32px !important; 
}

.t-display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .t-display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}