.head-sec span {
    font-size: 35px;
    font-family: var(--other-font);
    letter-spacing: 3.5px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--territiary-color);
}
		.tj-breadcrumb-shape .breadcrumb-shape-one {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: -1;
			}
		.tj-breadcrumb-shape .breadcrumb-shape-two {
			position: absolute;
			top: 0;
			right: 0;
			z-index: -1;
		}
		.tj-breadcrumb-shape .breadcrumb-shape-1 {
			position: absolute;
			top: 25%;
			left: 58%;
			transform: translate(-50%, -50%);
			opacity: 0.2;
			z-index: -1;
		}
		.tj-breadcrumb-shape .breadcrumb-shape-2 {
			position: absolute;
			left: 8%;
			top: 15%;
			opacity: 0.2;
			z-index: -1;
		}
		.tj-breadcrumb-shape .breadcrumb-shape-3 {
			position: absolute;
			left: 8%;
			top: 25%;
			opacity: 0.2;
			z-index: -1;
		}
		.tj-breadcrumb-shape .breadcrumb-shape-4 {
			position: absolute;
			transform: translateX(-50%);
			left: 42%;
			bottom: 30px;
			opacity: 0.2;
			z-index: -1;
		}
		.tj-breadcrumb-shape .breadcrumb-shape-5 {
			position: absolute;
			transform: translateX(-50%);
			left: 40%;
			bottom: 60px;
			opacity: 0.2;
			z-index: -1;
		}
		.tj-breadcrumb-shape .breadcrumb-shape-6 {
			position: absolute;
			right: 20%;
			bottom: 40px;
			opacity: 0.3;
			z-index: -1;
		}
		.tj-breadcrumb-shape .breadcrumb-shape-7 {
			position: absolute;
			right: 80px;
			top: 25%;
			transform: translateY(-50%);
			opacity: 0.3;
			z-index: -1;
		}
		.tj-breadcrumb-shape .breadcrumb-shape-8 {
			position: absolute;
			right: 80px;
			top: 30%;
			transform: translateY(-50%);
			opacity: 0.3;
			z-index: -1;
		}
section.banner-section {
    padding: 0;
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #282828;
    background-image: url(https://webency.themejunction.net/wp-content/uploads/2024/03/breadcrumb_bg-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-color: var(--tj-color-grey-6); */
    position: relative;
    z-index: 1;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
section.banner-section h1{
     line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 30px;
    font-weight: bold; 
}
section.banner-section span{
      font-size: 16px;
    color: var(--white-color);
    font-weight: bold;
}
section.banner-section .breadcrumb-link {
    font-size: 16px;
    font-weight: bold;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
}
section.testimonial-sec .container-fluid{
 padding:0; 
}
section.testimonial-sec .head-sec{
  max-width:100%;
  display:flex;
  width:100%;
  justify-content:space-between;
  align-items: center;
  padding-left:15px;
  padding-right:15px;
  margin-bottom: 40px;
}
section.testimonial-sec .head-left {
    max-width: 500px;
    width: 100%;
}
section.testimonial-sec .head-right{
  max-width: 570px;
    width: 100%;
}
section.testimonial-sec .head-right p{
 margin-bottom:0; 
}
section.testimonial-sec .testimonial-list {
    padding-left: 5%;
}
section.testimonial-sec{
 padding-left:0;
 padding-right:0;
 position:relative;
 background: var(--lt-bg-color);
}
section.testimonial-sec .testimonial-card {
    border-radius: 30px;
    border: 1px solid transparent;
    opacity: 0.9;
    width: 100%;
    padding: 35px 20px;
    margin-bottom: 2px;
    margin-top: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 0 3px #0000000f;
    margin-left: 2px;
    background: #fff;
}
section.testimonial-sec .auother-image {
    width: 80px;
    height: 80px;
    border: 1px solid var(--territiary-color);
    padding: 5px;
    border-radius: 50%;
}
section.testimonial-sec .auother-image img{
 height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%; 
}
section.testimonial-sec .test-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
section.testimonial-sec .test-about::before{
	    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background:#dcdee7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
section.testimonial-sec .testimonial-card:hover .test-about::before{
background:var(--territiary-color);
}
.auother-text h4.title{
 margin-bottom: 5px;
    background: linear-gradient(90deg, var(--territiary-color) 0%, var(--secondary-color) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s; 
  font-size:22px;
}
.auother-text span.sub-title{
  font-size:16px;
}
section.testimonial-sec .rating_wrap {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 8px 15px;
    margin-bottom: 30px;
}
section.testimonial-sec .star-ratings {
    unicode-bidi: bidi-override;
    color: #fff;
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 1.1;
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-text-stroke: 1px #ffb800;
}
section.testimonial-sec .fill-ratings {
    color: #ffb800;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
section.testimonial-sec .test-upper {
    display: flex;
    justify-content: space-between;
}
section.testimonial-sec .testimonial-quote {
    max-width: 60px;
    margin: auto;
}
section.testimonial-sec .testimonial-card:hover {
    border-color: var(--territiary-color);
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
section.testimonial-sec .test-upper-img {
    position: absolute;
    top: 5%;
    right: 2%;
    z-index: 1;
}
section.testimonial-sec .test-bg {
    position: absolute;
    bottom: 5%;
    left: 0;
}
section.testimonial-sec .owl-carousel button.owl-dot{
 background: rgba(95, 57, 255, 0.15);
    width: 48px;
    height: 8px;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    margin: 0 4px; 
}
section.testimonial-sec .owl-carousel button.owl-dot.active{
    background: linear-gradient(90deg, var(--territiary-color) 0%, var(--territiary-color) 100%);
}
section.testimonial-sec .owl-dots {
    text-align: right;
    padding-right: 30px;
    margin-top: 80px;
}
section.portfolios-sec .head-sec{
 text-align:center;
  max-width:760px;
  margin:auto;
   margin-bottom:50px;
}
section.portfolios-sec .head-sec h2{
  margin-bottom:30px;
}
section.portfolios-sec .head-sec p{
 text-align:center; 
}

.portfolio-single-item {
    width: 32%;
}
.portfolio-single{
 position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s; 
}
.portfolio-single img{
 border-radius: 10px;
 width: 100%;
 height:385px;
 object-fit: cover;
}
.portfolio-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 8px;
    background: linear-gradient(62deg, var(--territiary-color) 36.25%, rgba(112, 95, 255, 0) 89.24%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 23px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.portfolio-header {
    max-width: calc(100% - 75px);
    width: 100%;
}
.portfolio-header span{
      display: block;
    color: var(--white-color);
    margin-bottom: 5px;
    line-height: 1;
  font-size:16px;
}
.portfolio-header h3{
  color: var(--white-color);
    margin-bottom: 0px;
  font-size:20px;
}
.portfolio-header h3 a{
 color:var(--white-color); 
}
.portfolio-content .portfolio-arrow a {
    width: 65px;
    height: 45px;
    line-height: 1;
    border-radius: 3px;
    background: var(--lt-bg-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
}
.portfolio-content .portfolio-arrow a i{
 color:var(--territiary-color); 
}
.portfolio-single:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.portfolio-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.portfolio-items .portfolio-inner{
  width:32%;
}
.portfolio-items .portfolio-inner .portfolio-single-item{
  width:100%;
}
.portfolio-items .portfolio-inner .portfolio-single-item .portfolio-single img{
  height:180px;
}
section.portfolios-sec{
	padding-bottom:90px;
}