#project {
  background: #fff;
}

.paddding-btn-load-more {
  padding: 30px;
}

.btn-load-more {
  width: 370px;
  height: 50px;
  font-family: 'GraphikTH-SemiBold';
  font-size: 17px;
  line-height: 28px;
}

.card-columns .card {
  margin-top: 10px;
  margin-bottom: 20px;
  border: none;
}

.card-img-overlay {
  padding: 15px;
  top: -4px;
  left: -3px;
}

.margin-bottom-text-card {
  margin-bottom: 30px;
}

.card-img-overlay .card-title {
  width: 20%;
  min-width: 125px;
  font-size: 13px;
  line-height: 20px;
  height: 25px;
  padding: 2px 0px;
}

.card-body {
  position: relative;
  padding-top: 23px;
}

.card-body h4 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
}

.card-body .card-text {
  font-size: 17px;
}

.card-body .d-flex .flex-fill p {
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 0;
}

.card-body:after {
  padding: 0;
  margin: 0;
  display: block; /* probably not really needed? */
  content: '';
  width: 60px;
  height: 4px;
  background-color: var(--my-color-var);
  position: absolute;
  left: 0;
  top: 0;
}

.card-body h2 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #162e46;
}

.card-body p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #162e46;
  margin: 10px 0 30px 0;
}

.card-body .margin-custom-1 {
  margin: 10px 0px 10px 0px;
}

.card-body p .text-blue,
.card-body .text-blue {
  color: #162e46;
}

.card-body .btn-card {
  padding: 10px 30px 10px 30px;
  font-size: 1.5rem;
  line-height: 1.15;
  margin-top: 35px;
}
.card-body .btn-card2 {
  padding: 12px 30px 12px 30px;
  font-size: 1.5rem;
  line-height: 1.15;
  margin-top: 30px;
  color: #003168;
  font-weight: 700;
  float: right;
}

.box-shadow {
  -webkit-box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
  -moz-box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
  box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
}

.card .box-shadow {
  padding: 15px;
}

#project .custom-select {
  width: 280px;
  height: 50px;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 15px;
  border-radius: 30px;
  font-size: 17px;
}

#project .custom-select:focus {
  border-color: inherit;
  outline: none;
  box-shadow: none;
}
#project .custom-select:hover {
  background-color: #003168;
  color: #fff;
}

#project .custom-select:hover option {
  background-color: #fff;
  color: #000000;
}

@media screen and (max-width: 451px) {
  .btn-load-more {
    width: 100%;
    height: 50px;
    font-family: 'GraphikTH-SemiBold';
  }
  .card-body .btn-card {
    padding: 12px 30px 12px 30px;
    margin-top: 30px;
    margin-right: 5px;
  }
  .card-body .btn-card2 {
    padding: 8px 0px 12px 0px;
    margin-top: 30px;
    color: #003168;
    font-weight: 700;
  }
  .padding-select {
    padding: 40px 11px 11px !important;
  }
  #project .custom-select {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .card-body .btn-card {
    padding: 12px 30px 12px 30px;
    margin-top: 30px;
  }
  .card-body .btn-card2 {
    padding: 8px 0 12px 0;
    margin-top: 30px;
    color: #003168;
    font-weight: 700;
  }
}
@media (max-width: 1380px) and (min-width: 1201px) {
  .card-body .btn-card {
    padding: 12px 30px 12px 30px;
    font-size: 1.5rem;
    line-height: 1.15;
    margin-top: 30px;
    margin-right: 24px;
  }
  .card-body .btn-card2 {
    padding: 12px 30px 12px 30px;
    font-size: 1.5rem;
    line-height: 1.15;
    margin-top: 30px;
    color: #003168;
    font-weight: 700;
  }
}
@media (max-width: 1317px) and (min-width: 1201px) {
  .card-body .btn-card {
    padding: 12px 30px 12px 30px;
    margin-top: 30px;
  }
  .card-body .btn-card2 {
    padding: 12px 30px 12px 30px;
    margin-top: 30px;
    color: #003168;
    font-weight: 700;
  }
}
@media (max-width: 1239px) and (min-width: 992px) {
  .ssr-btn-connect {
    width: 195px;
    font-size: 13px;
    padding: 14px 0 13px 30px;
    border-radius: 25px;
    text-decoration: none !important;
    position: relative;
    line-height: 20px;
  }
  .ssr-svg-ico-connect {
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -14px;
  }
}

.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media screen and (min-width: 992px) {
  .card-columns {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 0px) {
  .card-columns {
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}
/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .card-columns {
    column-count: 3;
  }
}

.padding-select {
  padding: 40px 0 60px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline__label {
  display: inline-block;
  padding: 1em 1.2em 0.8em;
  margin-right: 1em;
  margin-bottom: 0.8em;
  color: #000;
  border: 2px solid;
  border-radius: 60px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.15;
}

.center {
  width: auto;
  margin: 0 auto;
}

.modal-backdrop.show {
  opacity: 0.96;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
