.page-template-template-page-our-people .card {
  border: 0;
}

.page-template-template-page-our-people .row .column {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .page-template-template-page-our-people .row .column {
    max-width: 280px;
  }
}

.page-template-template-page-our-people .position {
  min-height: 49px;
}

.page-template-template-page-our-people .row .column .card img {
  margin-bottom: 15px;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
}

.page-template-template-page-our-people .row .column .card h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.page-template-template-page-our-people .openBtn {
  margin-top: 10px;
  background-color: #0067b1 !important;
  color: #fff;
  border-color: #0067b1;
  border-radius: 0;
}

.page-template-template-page-our-people .modal-header {
  border-bottom: 0;
}

.page-template-template-page-our-people .modal-body {
  display: flex;
  padding-bottom: 40px;
}

.page-template-template-page-our-people #imageModal {
  max-height: 250px;
  max-width: 250px;
  object-fit: cover;
  margin-right: 20px;
}

.page-template-template-page-our-people .modal-dialog {
  max-width: 1000px !important;
}

.page-template-template-page-our-people .modal-header {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-template-template-page-our-people .modal-body .content {
    min-width: 550px;
  }
}

@media screen and (max-width: 991px) {
  .page-template-template-page-our-people .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-template-template-page-our-people .row.popup-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .page-template-template-page-our-people .modal-body {
    flex-direction: column;
    align-items: center;
  }

  .page-template-template-page-our-people #imageModal {
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
  }

  .page-template-template-page-our-people .modal-body {
    padding-bottom: 20px;
  }
}

#form-create-user .form-control::placeholder {
  color: #6c757d;
}

#menu-primary-menu-1
  .menu-item-has-children
  .dropdown-menu
  .menu-item-has-children
  .dropdown-menu {
  display: none;
  right: -30px !important;
}

/* training-enquiry date field width */
#input_16_10 {
  width: 100%;
}

.callout-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.callout-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 40%;
  margin: 15px;
  text-align: center;
}

.callout-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.callout-title {
  font-size: 24px;
  margin: 10px 0;
}

.callout-text {
  font-size: 16px;
  color: #555;
}

/* Banner for White Paper Page */
.banner-white-paper {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  image-rendering:auto !important;
}

.custom-btn.btn-new{
	color:#000 !important;
	border-radius:8px;
	text-transform:initial !important;
	padding: 10px 20px;
	transition:box-shadow 0.3s ease;
}

.custom-btn.btn-new:hover{
	color:#0067b1 !important;
	text-decoration:underline;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.callout-title i{
	color:#00AEEF;
}

@media (max-width: 768px) {
  .callout-box {
    flex: 1 1 100%;
  }
}
