.hactora-project.latest-projects-one-section{
  position: relative;
  display: block;
  padding: 100px 0 100px;
  background: #f7f8f9;
  /*min-height: 735px;*/
}
.hactora-project.latest-projects-one-section:before{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 382px;*/
  content: "";
  background: #ffffff;
}
.hactora-project.latest-projects-one-section .container {
 max-width: 1450px;
}
.hactora-project .latest-projects-one-bg {
  position: absolute;
  bottom: 115px;
  left: 100px;
  height: 383px;
  width: 599px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.hactora-project .latest-pro-one-title{
  min-height: 300px;
}
.hactora-project .latest-pro-one-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 28px;
}
.hactora-project .latest-pro-one-title p {
  margin: 0;
  line-height: 24px;
}
.latest-pro-one-single{}
.hactora-project .latest-pro-one-img-box{
  position: relative;
  display: block;
  overflow: hidden;
}
.hactora-project .latest-pro-one-img-box:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  background: rgba(2, 15, 32, 0)
}
.hactora-project .latest-pro-one-img-box img{
  width: 100%;
  transition: .5s;
}
.hactora-project .latest-pro-one-img-box:hover img {
  transform: scale(1.08);
}
.hactora-project .latest-pro-one-img-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  height: 80px;
  width: 310px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  padding: 0 25px;
}
.hactora-project .latest-pro-one-img-title .content{}
.hactora-project .latest-pro-one-img-title .content h5{
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
}
.hactora-project .latest-pro-one-img-title .content h5 a{
  color: #fff;
}
.latest-pro-one-img-title .icon{}
.hactora-project .latest-pro-one-img-title .icon .qico::before{
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}
.latest-pro-one-img-title .icon a{}
.hactora-project .latest-pro-one-img-title .icon a:hover{
  color: #fff;
}
.hactora-project .latest-pro-one-img-title .icon a span {
  font-size: 35px;
  color: #fff;
  line-height: 45px;
}
.hactora-project .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.hactora-project .thm-section-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}
.hactora-project .section_title-subheading {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.hactora-project .sub-title-shape-left:before {
  position: relative;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  display: inline-block;
  margin-right: 12px;
}