@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
}

.captcha-sbumit-wrap span {
  font-size: 12px;
  margin-bottom: 5px;
}
.captcha-sbumit-wrap input,
.captcha-sbumit-wrap label,
.captcha-sbumit-wrap span {
  display: block;
  font-weight: 300;
}

.captcha-sbumit-wrap label {
  font-size: 15px;
}

.captcha-sbumit-wrap .option-box {
  padding: 0;
}

.captcha-sbumit-wrap .icheckbox_square {
  margin-right: 5px;
}
.icheckbox_square {
  background-position: 0 0;
}
.icheckbox_square,
.iradio_square {
  background: rgba(0, 0, 0, 0) url("skins/square.png") no-repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 22px;
}

.portfolio_col a {
  display: block;
  position: relative;
  text-decoration: none !important;
}
.portfolio_col a > img {
  max-width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
  display: block;
}

.portfolio_col a .caption-box {
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.8); */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  /* visibility: hidden; */
}
/* .portfolio_col a:hover .caption-box {
  opacity: 1;
  visibility: visible;
} */
.portfolio_col a .caption-box .table-cell span {
  display: block;
  color: #464646;
  font-family: "TT Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  margin-top: 22px; /* 24.64px */
  margin-bottom: 5px;
}
.portfolio_col a .caption-box .table-cell h4 {
  color: #101763;
  font-family: Sora;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 33.75px */
  letter-spacing: -0.25px;
  margin: 0 !important;
}
/* .portfolio_col a .caption-box .table-cell {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
} */
.portfolio_col {
  margin-bottom: 30px;
}
