.page-home .page-content {
    padding: 0 0px;
}

#spltr-6A20BFB4-8666-4BB9-B7F8-3604724C2F8A {
    padding: 150px 170px;
    background: linear-gradient(239deg, rgba(0, 0, 0, 0) 9.95%, rgba(0, 0, 0, 0.06) 63.49%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-home .image-popup-container-for-zoom-preview .close-button-for-zoom-preview:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url("/template/c0173968/images/pre-min-icon.svg") no-repeat center !important;
    right: 5px;
    top: 13px;
}
/*Feature project start*/
.widget-article.feature-project-section {
    padding:0px 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:56px 20px;
}
.widget-html.feature-content-title {
    padding: 100px 60px 0px;
}
.feature-content-title .feature-title {
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: -0.044em;
    color: #000000;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}
.feature-project-section figure {
   margin: 0;
   cursor:pointer;
}

.feature-project-section .item-project-box .pro-image{
  position:relative;
}
/*.feature-project-section .item-project-box .pro-image:before {
    content: '';
    bottom: 0px;
    left: 0px;
    min-height:182px;
    width: 100%;
    background: linear-gradient(182.21deg, rgba(0, 0, 0, 0) -20.62%, rgba(0, 0, 0, 0.13) 22.32%, #000000 112.69%);
    position: absolute;
    background-size: cover;
	opacity:0;
	  -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
    z-index: 1;
}*/
.feature-project-section .item-project-box:hover .pro-image::before{
    opacity:100;
	  -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.feature-project-section .item-project-box .item-des{
   background: linear-gradient(182.21deg, rgba(0, 0, 0, 0) -20.62%, rgba(0, 0, 0, 0.13) 22.32%, #000000 112.69%);
}
.feature-project-section .item-project-box:hover .item-des{
 opacity:100;
   -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
  
}
.feature-project-section .item-project-box img {
    transition: all .5s ease-in;
}
.feature-project-section .item-project-box:hover img {
    transform: scale(1.1);
}
.feature-project-section .pro-image {
    height:688px;
	overflow:hidden;
}
.feature-project-section .image-item img {
    border-radius:0px;
	height:100%;
	width:100%;
	object-fit:cover;
}

.feature-project-section .pro-title-name {
    font-family: Albert Sans;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0;
	color:#000000;
	margin: 16px 0px 11px;
}
.feature-project-section .item-project-box {
    position: relative;
}

.feature-project-section .sub-title-name {
    font-family: Albert Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
}
.feature-project-section .item-des {
    font-family: Albert Sans;
	font-weight: 400;
	font-size: 16px;
	line-height:24px;
	letter-spacing: 0;
	padding: 50px;
    color: #fff;
    position: absolute;
    bottom: 0;
	opacity:0;
	  -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
z-index: 1;
}
.feature-project-section .item-des p{
    font-family: Albert Sans;
	font-weight: 400;
	font-size: 16px;
	line-height:24px;
	letter-spacing: 0;
    color: #fff;
}
.feature-project-section .item-des p:last-child{
  margin:0;
}
.explore-button-section a {
    display: inline-flex;
    padding: 10px 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    color: #000000;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    min-width: 220px;
    text-align: center;
    min-height: 44px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.explore-button-section a:hover{
   background-color:#000000;
   color:#ffffff;
}
.explore-button-section {
    text-align: center;
    margin-top:55px;
   padding:0px 60px 155px;
}

/*Feature project end*/

/*pop up design*/
.image-popup-container-for-zoom-preview .image-wrapper-for-zoom-preview {
  display: block;
  font-size: 0;
  max-width: 1240px;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-popup-container-for-zoom-preview img.popup-image-for-zoom-preview {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  object-fit: cover;
}
.image-popup-container-for-zoom-preview {
  box-shadow: 0 0 5px #99999900 !important;
  min-width: unset;
  overflow: visible !important;
  background:rgba(0, 0, 0, 0.95);
  padding: 20px;
  border-radius:0px;
  left: 50% !important;
  top: 50% !important;
  position: fixed !important;
  transform: scale(1) translate(-50%,-50%);
  opacity: 0;
  transition: all 300ms ease-out;
  width: 100% !important;
  height: 100% !important;
}
span.close-button-for-zoom-preview {
    right: 13px;
    top: 13px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    margin-right:0;
}
.image-popup-container-for-zoom-preview .close-button-for-zoom-preview {
    background: transparent;
}
/*popup design end*/



/*project Slider start*/
.widget-gallery.project-slider-section .article-title {
    display: none;
}
.widget-gallery.project-slider-section {
    padding: 100px 0px 230px;
    background-color: #000000 !important;
}

.project-slider-container {
    display: flex;
    align-items: center;
    padding: 0 60px;
    gap: 60px 100px;
    max-width: 1520px;
    margin: 0 auto;
 }
.project-slider-container .project-slider-title{
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: -0.044em;
    margin: 0 0 12px 0;
    padding: 0;
    color: #ffffff;
}
.project-slider-container .content-section {
    width:58%;
   display: flex;
    gap: 0 20px;
}

.project-slider-container .page-number {
    margin-bottom: 20px;
   font-family: Albert Sans;
   font-weight: 500;
   font-size: 30px;
    letter-spacing: 0;
    width: 20%;
    padding-top: 20px;
}
.project-slider-container .right-content {
    width: 80%;
}
.project-slider-container .page-number .current {
   color: #fff;
}

.project-slider-container .page-number .total {
      color: rgba(255, 255, 255, 0.30);
}
.project-slider-container .description {
  padding-bottom:80px;
}
.project-slider-container .description p,
.project-slider-container .description {
  font-family: Albert Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.80);
}

.project-slider-container .description p {
  margin:0 0 20px 0;;
  padding:0;
}

.project-slider-container .navigation {
     display: flex;
     gap: 30px;
     margin-top: 60px;
}

.project-slider-container .image-section {
    width: 42%;
}

.project-slider-container .image-wrapper {
    position: relative;
    width: 100%;
    max-height: 680px;
    overflow: hidden;
}

.project-slider-container .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-next{
	width:44px !important;
	height:38px !important;
    margin: 0 10px !important;
}

.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-next {
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/c0173968/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 12px 13px;
    margin: 0;
    background-color: transparent;
    padding: 0;
}
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-prev{
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/c0173968/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    margin:0 8px 0 0;
    background-color: transparent;
    padding: 0;
	transform: rotate(180deg);
}
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-next:hover,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background-position: 11px -25px;
}
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-position: 5px -29px;
}
.widget-gallery.project-slider-section .owl-theme .owl-controls {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    max-width: 1115px;
    margin-top: -110px !important;
    margin: 0 auto;
    position: relative;
}
.project-slider-container figure {
    margin: 0;
}
.project-slider-container .image-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

/*project slider end*/


/*testimonial content section*/
.widget-gallery.testimonial-section{
    background-image: url(/template/c0173968/images/testimonial-bg.png);
    padding:400px 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  
}
.widget-gallery.testimonial-section .owl-carousel {
    max-width: 1500px;
    margin: 0 auto;
    background-color: #000000;
    padding:80px 120px;
}
.widget-gallery.testimonial-section p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #fff;
   font-family: Albert Sans;
   font-weight: 400;
  font-size: 28.55px;
   line-height: 42.33px;
  letter-spacing:-0.044em;
  text-align: center;
}
.widget-gallery.testimonial-section .designation-name{
  font-family: Albert Sans;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.80);
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  margin: 30px 0 0 0;
  padding:0;
}
.widget-gallery.testimonial-section .article-content {
    position: relative;
    padding-top: 68px;
}

.widget-gallery.testimonial-section .article-content:before {
    content: '';
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/template/c0173968/images/quote-icon.svg);
    width: 38px;
    height: 32px;
    position: absolute;
    background-repeat: no-repeat;
}
.widget-gallery.testimonial-section .owl-theme .owl-controls {
    margin-top: 68px;
    text-align: center;
}
/*testimonial content end*/
.about-gallery-left-slider img{
  height:497px !important;
  object-fit:cover;
}

/*start: jssor slider css */
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider div.jssor-slider-container .container, .home-slider div.jssor-slider-container {
    width: 1920px;
    height: 810px;
    padding: 0 !important;
    text-align: center;
}
.home-slider div.jssor-slider-container {
    margin: 0 auto;
}
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider .jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.home-slider .jssor-slider-container .caption-wrapper {
    left: 260px;
    text-align: left;
    border-radius: 0;
    bottom: 180px;
    max-width: 1000px;
    padding: 0;
}

.home-slider .jssor-slider-container .caption-wrapper [u="caption"] {
    padding: 0;
}
.home-slider .jssor-slider-container .caption-wrapper .title {
  padding: 0;
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 92px;
  line-height: 100px;
  letter-spacing: -0.044em;
  padding: 0;
  margin: 0 0 35px;
  color: #fff;
}
.home-slider .jssor-slider-container .caption-wrapper [u="caption"] a {
  padding: 10px 20px;
  border: 1px #fff solid;
  color: #fff;
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  max-width: 220px;
  width: 100%;
  height: 44px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home-slider .jssor-slider-container .caption-wrapper [u="caption"] a:hover{
  background:#fff;
  color:#000;
}
.home-slider .jssor-slider-container .slide::after {
    background: #000;
    opacity: 0.56;

}
/*end: jssor slider css */
