.spaced {
  padding: 100px 0;
}
.pagebanner .banner-title {
  color: #fff;
  font-size: 70px;
  font-family: "Abhaya Libre";
  text-transform: uppercase;
}
.item-video a.html5lightbox {
  display: block;
  position: relative;
}
.item-video a.html5lightbox::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(/wp-content/themes/dplaw/img/play-blue.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  margin-left: 4px;
  opacity: 0.6;
}
.item-video a.html5lightbox::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-video:hover a.html5lightbox::before {
  opacity: 1;
}
.video-content {
  font-weight: 400;
  line-height: 32px;
}
.video-title {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 18px;
}
.videoimg img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.video-detail {
  padding: 0 12px 12px;
}
.itemspace {
  border: 3px solid #fff;
  box-shadow: 0 0 5px #000;
}
.item-video:first-child {
  margin-top: 0;
}
.sidebar-form {
  padding: 25px 25px 50px;
  background-color: #000;
  position: relative;
  background: url(/wp-content/themes/dplaw/img/sidebar-bg.png) no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  background-position: center left;
}
.form-group {
  margin-bottom: 24px;
}
.form-control {
  background: transparent;
  border-radius: 0;
  box-shadow: none !important;
  outline: 0 !important;
  max-height: 90px;
  resize: none;
  border: 0;
  border-bottom: 1px solid #eee;
  height: calc(2.75rem + 2px);
  font-weight: 300;
}
.form-control:focus {
  background: transparent;
}
.dark-bg-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.dark-bg-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.dark-bg-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.dark-bg-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.dark-bg-form .form-control {
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sidebar-form .form-title {
  font-size: 20px;
  font-weight: 200;
}
.sidebar-form .form-title span {
  font-weight: 500;
  display: block;
  font-size: 32px;
  line-height: 42px;
}
.sidebar-form div.wpcf7-response-output {
  text-align: center;
}
.sidebar-form .form-btn .btn-wrap.btnwrap {
  width: 100%;
}
.sidebar-form .form-btn .btn-wrap.btnwrap .btn {
  width: 100%;
}
.sidebar-form span.wpcf7-not-valid-tip {
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 12px;
  color: red;
  line-height: 1.35;
  font-weight: 400;
}
.sidebar-form .wpcf7-form {
  position: relative;
}
.sidebar-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.sidebar-form div.wpcf7-response-output {
  position: absolute;
  bottom: auto;
  border: 0 !important;
  line-height: 1;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 0.5rem;
  width: 100%;
  font-weight: 400;
  background: transparent;
  color: red;
}
.sidebar-form .wpcf7-response-output.alert-danger {
  color: red;
}
.sidebar-form .wpcf7-response-output.alert-success {
  color: green;
}
.sidebar-form div.wpcf7-mail-sent-ok {
  color: #398f14 !important;
}
.sidebar-form div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.widget.widget-cat-list {
  border: 7px solid #eaeaea;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.cat-list ul li a {
  color: #000;
  padding: 10px 20px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.widget_title {
  margin-top: -17px;
  padding-left: 15px;
}
span.cat-title {
  font-family: "Metropolis";
  color: #000;
  font-weight: 400;
  font-size: 22px;
  background: #fff;
  margin-top: -20px;
}
.cat-list li a img,
.cat-list li a svg {
  width: 11px;
  height: 11px;
  fill: #4059ad;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.cat-list ul li a:hover,
.cat-list ul li a.active {
  background-color: #4059ad;
  color: #fff;
}
.cat-list ul li a:hover svg,
.cat-list ul li a.active svg {
  fill: #fff;
}
.cat-list ul {
  margin: 0;
  padding: 0;
}
.default-page-content h2 {
  font-family: "Abhaya Libre";
  font-size: 55px;
  font-weight: 400;
  color: #142b54;
  text-transform: uppercase;
}
.default-page-content h3 {
  font-family: "Abhaya Libre";
  font-size: 42px;
  font-weight: 700;
  color: #142b54;
  text-transform: uppercase;
}
.default-page-content img {
  margin-bottom: 25px;
}
.default-page-content ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 38px;
  text-align: left;
}
.default-page-content ul li::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/dplaw/img/right-arrow-point.svg);
  width: 30px;
  height: 20px;
  background-size: 18px;
  left: 0;
  top: 9px;
  background-repeat: no-repeat;
}
.testimonial-page-loop {
  height: 100%;
  width: 100%;
  min-height: 160px;
  border: 1px solid #ddd;
  padding: 50px 30px 20px;
  position: relative;
  margin: 40px 0;
  display: inline-block;
  transition: all 0.5s ease;
}
.testimonial-page-loop:hover {
  box-shadow: 2px 2px 10px #bab6b6;
}
.testimonial-page-loop::after {
  content: "";
  background-image: url(/wp-content/uploads/2021/01/quotes.png);
  width: 100px;
  height: 100px;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  background-repeat: no-repeat;
  right: 30px;
  background-position: center;
}
.testimonial-title {
  width: 100%;
  text-align: right;
  font-size: 22px;
  font-weight: 600;
}
.all-testimonials-wrap {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 50px;
  margin-top: 40px;
}
.testimonial-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.testimonial-icon img {
  width: 24px;
}
.testimonial-icon {
  width: 60px;
  height: 60px;
  background: #4059ad;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: -30px;
}
.elm-button {
  margin-top: 15px;
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  background-repeat: no-repeat;
  width: 200px;
  box-shadow: none;
  position: relative;
  border: 0 solid #5795d1;
  text-transform: uppercase;
  line-height: 1;
  background-size: cover !important;
  height: 58px;
  background: #4059ad;
  color: #fff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (max-width: 767px) {
  .all-testimonials-wrap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .testimonial-icon {
    right: 0;
    left: 0;
    margin: auto;
  }
}
input[type="file"]::-webkit-file-upload-button {
  padding: 10px 25px !important;
  border: 1px solid #4059ad !important;
  background-color: #4059ad;
  color: #fff !important;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
}
input[type="file"]:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  background-color: #000 !important;
  color: #fff !important;
}
.file-control-field label {
  text-transform: uppercase;
}
input[type="file"]:not(:disabled):not([readonly]) {
  padding-top: 0;
  margin: 0;
}
.disabled1 {
  opacity: 0.3;
  cursor: not-allowed !important;
}
input[type="date"] {
  padding: 0;
  color: #a2a1a1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
input[type="date"]:before {
  content: attr(placeholder) !important;
  margin-right: 0.5em;
  text-transform: capitalize;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}
.wpcf7-not-valid-tip {
  background: red;
  display: block;
  color: #fff;
  font-size: 11px;
  padding: 3px 7px;
  text-align: center;
  line-height: 100%;
  position: absolute;
}
.btnwrap {
  position: relative;
}
.btnwrap span.wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.wpcf7-response-output {
  background: red;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  right: 0;
  text-align: center;
  padding: 0;
  color: #fff;
  line-height: normal;
  margin-top: 20px;
  font-size: 14px;
  position: absolute;
  margin: 0 !important;
  bottom: -40px;
  border: 0 !important;
  left: 15px;
}
.btnwrap.submit-btn-wraper input {
  box-shadow: none;
  border: none;
  padding: 0 45px;
  min-width: auto;
  width: 100%;
}

.page-template-our-office-template .contentarea2 {
  padding-top: 170px;
}
.page-template-our-office-template .officeloc {
  padding-top: 30px;
}
.screen-reader-response {
  opacity: 0;
}
