 /*** 
 ====================================================================
         Latest Projects One Section
 ====================================================================
 ***/
 .latest-projects-one-section{
     position: relative;
     display: block;
     padding: 100px 0 100px;
     background: #f7f8f9;
 }
 .latest-projects-one-section:before{
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 382px;
     content: "";
     background: #ffffff;
 }
 .latest-projects-one-section .container {
    max-width: 1450px;
 }
 .latest-projects-one-bg {
	 width: 100%;
 }
 .latest-pro-one-title{}
 .latest-pro-one-title h2 {
     font-size: 40px;
     font-weight: 800;
     line-height: 50px;
     margin-bottom: 28px;
 }
 .latest-pro-one-title p {
     margin: 0;
     line-height: 24px;
 }
 .latest-pro-one-single{}
 .latest-pro-one-img-box{
     position: relative;
     display: block;
     overflow: hidden;
 }
 .latest-pro-one-img-box:before{
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
     content: "";
     background: rgba(2, 15, 32, 0)
 }
 .latest-pro-one-img-box img{
     width: 100%;
     transition: .5s;
 }
  .latest-pro-one-img-box:hover img {
     transform: scale(1.08);
  }
 .latest-pro-one-img-title {
     position: absolute;
     bottom: 30px;
     left: 50%;
     width: 80%;
     background: var(--color-primary);
     display: flex;
     align-items: center;
     justify-content: space-between;
     transform: translateX(-50%);
     padding: 15px 25px;
 }
 .latest-pro-one-img-title .content{}
 .latest-pro-one-img-title .content h5{
     font-size: 22px;
     font-weight: 800;
     line-height: 32px;
 }
 .latest-pro-one-img-title .content h5 a{
     color: #fff !important;
 }
 .latest-pro-one-img-title .icon{
	 margin-left: 10px;
 }
 .latest-pro-one-img-title .icon a{}
 .latest-pro-one-img-title .icon a span {
     font-size: 35px;
     color: #fff;
     line-height: 45px;
 }
 
 
 .testimonials-one-section.two {
     background-color: #0e0e0d;
     background-size: cover;
 }
 .testimonials-one-section.two .thm-section-title h2{
     color: #ffffff;
 }
 .testimonials-one-section.two .testimonials-one-single{
     background-color: rgb(24 31 41);
 }
 .testimonials-one-section.two .testimonials-one-single .client-info .client-content h3{
     color: #ffffff;
 }
 .testimonials-one-section.two .testimonials-one-single .text-box p{
     color: rgb(255 255 255 / 80%);
 }
 .testimonials-one-section.two .testimonials-one-single .testimonials-quote i{
     color: #242b36;
 }
 .testimonials-one-section.two .testimonials-one-carousel.owl-carousel .owl-dots .owl-dot{
     position: relative;
     display: inline-block;
     width: 10px;
     height: 10px;
     background: #ffffff;
     border: 1px solid var(--color-primary);
     margin: 0px 5px;
     padding: 0px;
     border-radius: 50%;
     transition: all 100ms linear;
     transition-delay: 0.1s;
 }
 .testimonials-one-section.two .testimonials-one-carousel.owl-carousel .owl-dot.active{
     background: var(--color-primary);
 }
 
.latest-projects-one-section .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.latest-projects-one-section .thm-section-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}
.latest-projects-one-section .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;
}
.latest-projects-one-section .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;
}
 @media (min-width: 992px){
	.latest-projects-one-bg {
	    position: absolute;
		 bottom: 0;
		 left: 0;
	}
}
 @media (max-width: 1299px){
	 .latest-projects-one-section{
		 padding: 80px 0;
	 }
	 .latest-pro-one-title h2 {
	     font-size: 34px;
	     line-height: 1.2;
	 }
 }
@media (max-width: 1199px) {
	.latest-projects-one-section{
		padding: 70px 0;
	}
	.latest-projects-one-section h2 {
	    font-size: 32px;
	    line-height: 1.3;
	}
	.latest-pro-one-img-title .content h5 {
	    font-size: 18px;
	    line-height: 1.2;
	}
}
@media (max-width: 991px) {
	.latest-projects-one-section{
		padding: 60px 0;
	}
	.latest-projects-one-section h2 {
	    font-size: 26px;
	}
	.latest-projects-one-bg {
	    margin: 30px 0;
	}
}
@media (max-width: 767px) {
	.latest-projects-one-section{
		padding: 50px 0;
	}
	.latest-projects-one-section h2 {
	    font-size: 20px;
	}
}