@media (max-width: 990px) {
  .about-page .block-content.white:not(.image-bg) {
    height: auto !important;
  }
}
@media (max-width: 580px) {
  .about-page .app-tabs ul li a {
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-content.heading .content {
    /* padding-left: 0;
    padding-right: 0; */
  }
}
.page-template-template-privacy .wrapper p a {
    color: #d76634;
}
@media (max-width: 1200px) {
  .app-footer .row > div > a {
    width: 100%;
  }
  .app-footer .app-footer-container img {
    width: 100%;
  }
  .tentwenty-logo img {
    height: 100%;
    object-fit: contain;
  }
  .tentwenty-logo {
    width: max-content !important;
    margin-left: auto;
    display: block;
    height: 16px;
  }
}
@media (max-width: 1366px) {
  .wpcf7-form-control-wrap[data-name="Subject"]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
    display: block;
    background: url("../assets/css/chosen-sprite.png") no-repeat 0 10px;
  }
  .wpcf7-form-control-wrap[data-name="Subject"] {
    position: relative;
  }
}
@media (max-width: 990px) {
  .wrapper.ccm-page {
    padding-bottom: 0.1px;
  }
}
.errorpage .page-content p {
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}
.errorpage .main__title {
  font-size: 140px;
  line-height: 0.9;
  font-weight: 800;
  text-align: center;
  color: #d9672a;
  margin-bottom: 10px;
  margin-top: 0;
}
.errorpage .page-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.errorpage {
  padding: 200px 0;
}
.back__to__home__btn::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("../assets/images/icon-arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 10px;
  height: 20px;
  background-size: 20px;
  width: 20px;
  filter: invert(0.5);
}
.back__to__home__btn::before {
  content: "";
  background-image: linear-gradient(to right, #f5892c, #bb4227);
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
}
@media (min-width: 1200px) {
  .back__to__home__btn:hover::after {
    animation-name: bounceX;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .back__to__home__btn:hover {
    padding-left: 10px;
  }
}
.back__to__home__btn {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-right: 20px;
  display: block;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

  font-size: 25px;
  position: relative;
  color: #3b3b3b;
  border-image: linear-gradient(to right, #fff, #000);
  width: 270px;
  margin: auto;
  font-weight: 400;
}

@media (max-width: 580px) {
  .app-footer > .app-footer-note .row.app-container,
  .app-footer > .app-footer-note .row.app-container span,
  .app-footer > .app-footer-note .row.app-container a {
    text-align: center;
    display: block;
    width: 100% !important;
  }
  .errorpage .page-content p {
    text-align: center;
  }
  .errorpage .main__title {
    font-size: 70px;
  }
  .errorpage .page-title {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
  }
  footer p.footer__agency__text a{
    display: inline !important;
  }
  footer p.footer__agency__text{
    /* display: block !important;text-align: center !important; */
  }
}

footer p.footer__agency__text {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #fff;
}
footer p.footer__agency__text a{
font-size: inherit;
  font-weight: 600;
  text-decoration: none;
color:#fff !important;
}
@media (max-width:580px){
  footer p.footer__agency__text {
  text-align:center;
  /* display: inline !important; */
  }
 .page-template-template-contact .block .block-content.half:nth-child(odd) .content, section.project-details-page nav .block-content.half:nth-child(odd) .content{
  padding: 40px 5px;
  margin-bottom: 0;
 }
  .page-template-template-contact .block-content .content{
padding: 40px 5.5555555556vw;
 }
.page-template-template-about .block .block-content.half:nth-child(even) .content,.page-template-template-about section.project-details-page nav .block-content.half:nth-child(even) .content,.page-template-template-about .block .block-content.half:nth-child(odd) .content,.page-template-template-about section.project-details-page nav .block-content.half:nth-child(odd) .content{
  padding-top: 40px;
  padding-bottom: 40px;
}
  }

.contact-form .intl-tel-input.allow-dropdown input{
  padding-left:0;
  }

.page-template-template-privacy .block-content ul:not(.slick-dots) li::before{
     content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background-color: #000;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 15px;
}
.page-template-template-privacy .block-content ul:not(.slick-dots) li{
  /* padding-left: 15px; */
  display: flex;
  align-items: flex-start;
}
.page-template-template-privacy .wrapper p a{
  color: blue;

}
section.project-details-page .project-detail-slider .project-counter{
  z-index: 8;
}
.page-template-template-privacy .block-content.heading h2{max-width: 100%;}
a.cta__primary , .cta__primary{
  padding: 10px 15px;
  border:1px solid #000 ;
  color: #000 !important;
  display: inline-block;
}
a.cta__primary:hover , .cta__primary:hover{
  background-color: #bb4227;
  color: #fff !important;
  border-color: #bb4227;
}
