:root{--card:#ffffff;}
/* Archieve Banner */
.miniBanner{}
.miniBanner h1{display:inline-block;}
.miniBanner p{text-align:center; color:var(--primary-foreground);}
.swiftFilter{display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); row-gap:16px; column-gap:16px; align-items:end;}
.filter-select{position:relative; border:1px solid #000000; border-radius:8px; float:left; width:100%; background:#ffffff; padding:8px 14px; margin-top:5px;}
.filter-select-arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 1;
    background: var(--accent, #000000);
    color: #ffffff;
    line-height: 1;
    font-size: 12px;
    border-radius: 50%;
    /* padding: 4px; */
    font-weight: 600;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.filter-onclick{position:absolute; top:0; left:0; width:100%; background:transparent; cursor:pointer; z-index:1; height:40px;}
.filter-dropdown{background:var(--card); box-shadow:0 1px 4px rgba(38,50,56,0.2); border-radius:8px; position:absolute; width:100%; min-width:200px; padding:14px; top:50px; left:0; z-index:2;}
.filter-dropdown label{display:inline-block;}
.filter-dropdown .bts-dropdown{padding:0 !important;}
.filter-dropdown ul{margin-bottom:0; margin-top:8px;}
.filter-dropdown li{list-style:none; margin-bottom:8px;}
.filter-placeholder{font-size:16px; display:block; width:90%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.filter-price-range .filter-extra-controls{display:flex; flex-direction:column; gap:10px;}
.filter-area-range .filter-extra-controls{display:flex; flex-direction:column; gap:10px;}
/* Swift Filter specific styles */
.swift-filter-container{position:relative; min-height:530px;}
.swift-filter-loading{text-align:center; padding:40px 20px; font-size:16px; color:#666;}
.swift-filter-error{background:#f8d7da; color:#721c24; padding:15px; border:1px solid #f5c6cb; border-radius:4px; margin:20px 0; text-align:center;}
.no-properties-found{text-align:center; padding:40px 20px; color:#666;}
/* Enhanced Loading States */
.swift-filter-loading{display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:200px; background:rgba(255,255,255,0.9); border-radius:8px; margin:20px 0;}
.swift-filter-loading .loading-spinner{width:40px; height:40px; border:4px solid #f3f3f3; border-top:4px solid #000; border-radius:50%; animation:swift-spin 1s linear infinite; margin-bottom:15px;}
@keyframes swift-spin{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}
/* Skeleton Loading Animation */
.swift-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); background-size:200% 100%; animation:swift-skeleton-loading 1.5s infinite;}
@keyframes swift-skeleton-loading{
  0%{background-position:200% 0;}
  100%{background-position:-200% 0;}
}
/* Skeleton Property Cards */
.swift-skeleton-container{display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:20px; padding:20px 0;}
.swift-skeleton-card{border:1px solid #e0e0e0; border-radius:8px; overflow:hidden; background:#fff; box-shadow:0 2px 4px rgba(0,0,0,0.1);}
.swift-skeleton-image{width:100%; height:200px; background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); background-size:200% 100%; animation:swift-skeleton-loading 1.5s infinite;}
.swift-skeleton-content{padding:15px;}
.swift-skeleton-title{height:20px; background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); background-size:200% 100%; animation:swift-skeleton-loading 1.5s infinite; border-radius:4px; margin-bottom:10px;}
.swift-skeleton-subtitle{height:16px; width:70%; background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); background-size:200% 100%; animation:swift-skeleton-loading 1.5s infinite; border-radius:4px; margin-bottom:15px;}
.swift-skeleton-details{display:flex; gap:10px; margin-bottom:10px;}
.swift-skeleton-detail{height:14px; flex:1; background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); background-size:200% 100%; animation:swift-skeleton-loading 1.5s infinite; border-radius:4px;}
.swift-skeleton-price{height:18px; width:40%; background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); background-size:200% 100%; animation:swift-skeleton-loading 1.5s infinite; border-radius:4px; margin-top:10px;}
.swift-filter-sidebar-header{display:none;}
.swift-apply-filter-btn{background-color:var(--accent); border:none; outline:none; border-radius:8px; font-weight:500;}
.swift-filter-mobile-btn{display:none; border:none; outline:none; background:var(--accent); border-radius:6px; font-weight:500;}
.swift-filter-sidebar{display:block;}
/* Sort Filter */
.filter-sort-wrapper .form-select{color:#111111; border:1px solid #222323; border-radius:8px; outline:none; box-shadow:none; padding:8px 10px;}
.filter-sort-wrapper .form-select {
    color: #111111;
    border: none;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    padding: 0 2px 0 0;
    background-color: transparent;
    border-bottom: 1px solid var(--accent);
    border-radius: 0;
    background-position: right 0 center;
}
.filter-sort-wrapper .form-select:focus{border-color:var(--accent); box-shadow:none;}
/* Featured Properties Slider */
.swift-featured-properties-slider-container{position:relative; margin:0; padding:0;}
.swift-featured-properties-swiper{position:relative; width:100%; height:100%;}
.swift-featured-properties-swiper .swiper-slide{display:flex; justify-content:center; align-items:center;}
.swift-featured-properties-swiper .project-item{width:100%; height:100%; margin:0;}
.swift-featured-properties-swiper .project-item:hover .project-img img{transform:scale(1.2);}
/* Swiper Navigation Buttons - Brand Colors */
.swift-featured-properties-swiper .swiper-button-next,.swift-featured-properties-swiper .swiper-button-prev{color:var(--accent); background:rgba(255,255,255,0.8); width:40px; height:40px; border-radius:50%; transition:all 0.3s ease; top:40%;}
.swift-featured-properties-swiper .swiper-button-next:after,.swift-featured-properties-swiper .swiper-button-prev:after{font-size:18px; font-weight:bold;}
.swift-featured-properties-swiper .swiper-button-next:hover,.swift-featured-properties-swiper .swiper-button-prev:hover{background:var(--accent); color:white;}
/* Swiper Pagination - Brand Colors */
.swift-featured-properties-swiper .swiper-pagination-bullets{bottom:unset !important; top:unset !important; left:0; width:100%; position:relative; padding-top:1rem;}
.swift-featured-properties-swiper .swiper-pagination-bullet{background:var(--contrast-2); opacity:0.5; width:10px; height:10px;}
.swift-featured-properties-swiper .swiper-pagination-bullet-active{background:var(--accent); opacity:1; width:12px; height:12px;}
/* Responsive adjustments for slider */
@media (max-width:767px){
  .swift-featured-properties-swiper .swiper-button-next,.swift-featured-properties-swiper .swiper-button-prev{width:30px; height:30px;}
  .swift-featured-properties-swiper .swiper-button-next:after,.swift-featured-properties-swiper .swiper-button-prev:after{font-size:14px;}
}
@media (max-width:767px){
  .swift-filter-mobile-btn{display:block;}
  .swift-filter-sidebar{position:fixed; top:0; left:-100%; width:80%; height:100%; background:#fff; z-index:9999; transition:left 0.3s ease-in-out; overflow-y:auto; box-shadow:rgba(0,0,0,0.35) 0 5px 15px;}
  .swift-filter-sidebar.active{left:0;}
  .swift-filter-sidebar-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--contrast-2);
    margin-bottom: 1rem;
}
  .swift-filter-sidebar-header h4{margin-bottom:0; color:#ffffff;}
  .swift-filter-close-btn{background:none; border:none; font-size:34px;line-height: 1; cursor:pointer; color:#ffffff; padding: 0;}
  .miniBanner h1{font-size:30px; line-height:1.4;}
}
/* Pagination styles */
.swift-filter-pagination-wrapper{display:flex; justify-content:center; align-items:center; gap:5px; margin:30px 0 15px;}
.swift-filter-page-btn{font-size:16px; line-height:1; background:#fff; border:1px solid #ddd; color:#333; padding:8px 12px; cursor:pointer; border-radius:4px; transition:all 0.3s ease;}
.swift-filter-page-btn:hover{background:#f5f5f5; border-color:#999;}
.swift-filter-page-btn.active{background:#000000; color:#fff; border-color:#000000;}
.swift-filter-page-btn:disabled{opacity:0.5; cursor:not-allowed;}
.swift-filter-results-info{text-align:center; color:#666; font-size:14px; margin-bottom:20px;}
/* Map styles */
.swift-filter-map-section{margin-top:30px;}
.swift-filter-map{width:100%; border-radius:8px; box-shadow:0 2px 10px rgba(0,0,0,0.1);}
ol,ul{list-style:none;}
.content{width:100%; position:relative; z-index:4; float:left; background:var(--background);}
.fl-wrap{float:left; position:relative;}
.map-popup-wrap{display:block; width:300px !important; position:relative; margin-bottom:-10px; margin-left:-3px;}
.map-popup{display:block; width:100%; position:relative; overflow:hidden; border-radius:10px; box-shadow:0 9px 16px rgba(58,87,135,0.15);}
.map-popup-wrap:before{top:100%; left:50%; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; margin-top:-1px; z-index:20;}
.map-popup-wrap:before{border-color:transparent; border-top-color:var(--card); border-width:15px; margin-left:-15px;}
.map-popup img{width:100%; height:230px; -webkit-transition:all 2000ms cubic-bezier(0.19,1,0.22,1) 0ms; -webkit-transform:translateZ(0); transform:translateZ(0); transition:all 2000ms cubic-bezier(0.19,1,0.22,1) 0ms;}
.listing-img-content:hover img{-webkit-transform:scale(1.15); -moz-transform:scale(1.15); transform:scale(1.15);}
.listing-content{background:var(--card); padding:25px 20px; z-index:20; border-bottom-left-radius:10px; border-bottom-right-radius:10px; width:100%;}
.infoBox-close{position:absolute; width:30px; height:30px; line-height:30px; top:20px; right:20px; color:var(--primary-foreground); border-radius:100%; z-index:20; box-shadow:0 0 0 5px rgba(255,255,255,0.4); cursor:pointer; padding:0 10px;}
.infoBox-close:hover{background:var(--card); color:var(--foreground);}
.listing-title h4{float:left; width:100%; text-align:left; font-size:16px; font-weight:500; color:var(--foreground); padding-bottom:5px; margin:0;}
.listing-title h4 a{color:var(--primary);}
.listing-img-content{overflow:hidden;}
.listing-img-content:before{content:""; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; background:var(--primary); opacity:0.3;}
.cluster img{display:none;}
.cluster{width:40px !important; height:40px !important;}
.cluster div{text-align:center; font-size:15px !important; color:var(--primary-foreground) !important; font-weight:500; border-radius:100%; width:40px !important; height:40px !important; line-height:38px !important; box-shadow:0 0 0 4px rgba(0,0,0,0.1); border:2px solid var(--card); -webkit-transition:all 300ms linear; transition:all 100ms 3inear; animation:cluster-animation 1.5s infinite;}
.cluster div:hover{background:var(--muted-foreground);}
@keyframes cluster-animation{
  0%,100%{box-shadow:0 0 0 4px rgba(0,0,0,0.1);}
  50%{box-shadow:0 0 0 9px rgba(0,0,0,0.1);}
}
.map-popup-location-phone,.map-popup-location-info{float:left; color:var(--muted-foreground); font-size:13px; width:100%; text-align:left; margin-bottom:5px;}
.map-popup-location-phone i,.map-popup-location-info i{padding-right:10px; font-size:14px; color:var(--primary);}
.map-card-rainting{position:absolute; z-index:10; left:20px; top:-28px;}
.map-card-rainting i{float:left; color:#facc39; margin-right:6px;}
.map-popup-reviews-count{color:rgba(255,255,255,0.9); position:relative; top:-4px;}
.map-popup-category{position:absolute; top:20px; left:20px; font-weight:500; color:var(--primary-foreground); z-index:20; padding:10px 12px; border-radius:4px; box-shadow:0 0 0 3px rgba(255,255,255,0.2);}
/*-------------Map---------------------------------------*/
.map-container{float:left; width:100%; position:relative; overflow:hidden;}
.map-container.column-map{width:100%; -webkit-transform:translate3d(0,0,0); overflow:hidden; height:74vh;}
.map-container.column-map.right-pos-map{right:0;}
.map-container.column-map.left-pos-map{left:0;}
.map-container #map-main{position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; overflow:hidden;}
.mapzoom-in,.mapzoom-out{position:fixed; background:var(--primary); right:10px; z-index:100; top:50%; cursor:pointer; width:40px; height:40px; border-radius:100%; color:var(--primary-foreground); line-height:40px; margin-top:-20px; box-shadow:0 0 0 5px rgba(255,255,255,0.4); -webkit-transform:translate3d(0,0,0); padding:0 16px;}
.mapzoom-in:before,.mapzoom-out:before{font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; content:"\f068";}
.mapzoom-in:before{content:"\f067";}
.mapzoom-in{margin-top:-80px;}
.mapnavigation li{border:none; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; text-decoration:none; margin:0; padding:0;}
.mapnavigation{position:absolute; bottom:50px; right:7px; z-index:30; width:170px;}
.mapnavigation a{width:70px; padding:5px 20px; border-radius:4px; color:var(--primary-foreground); float:left; margin-left:10px; text-decoration:none; box-shadow:0 0 0 4px rgba(255,255,255,0.4);}
.mapnavigation a,.mapzoom-in:hover,.mapzoom-out:hover{background:var(--primary);}
.map-popup-category,.infoBox-close,.cluster div{background:var(--primary);}
.mt-7{margin-top:8em;}
.projectsTop{background:var(--muted);}
.projectsTop .form-fields{background:var(--card);}
.projectsTop .form-fields:focus{border-color:var(--red);}
.projectsTop input.form-fields{padding-block:7px;}
.myProperties #map{height:630px;}
.myProperties .gm-style img{max-width:none; width:100%;}
.myProperties .propertyBox{position:relative;}
.myProperties .propertyBox:before{position:absolute; content:""; width:40px; height:2px; background:var(--red); left:0; bottom:0; transition:all 0.3s;}
.myProperties .propertyBox:hover:before{width:100%;}
.myProperties span.icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:var(--primary-foreground); font-size:24px; width:100%; height:100%; display:flex; background:rgba(0,0,0,0.4); justify-content:center; align-items:center; opacity:0; transition:all 0.3s;}
.myProperties .propertyBox:hover span.icon{opacity:1;}
.myProperties span.badge{position:absolute; top:0; left:0; z-index:1; background:var(--primary); border-radius:0; font-weight:400; padding:8px 10px;}
.myProperties .propertData h2{font-size:20px; line-height:25px; margin-bottom:1.5rem; text-transform:capitalize; font-weight:inherit; color:var(--foreground);}
.myProperties .propertData ul li span{color:var(--red); font-weight:500;}
/***
====================================================================
Single Properties
====================================================================
***/
.singleBlogImage{overflow:hidden;}
.singleBlogImage:hover img{transform:scale(1.2);}
.singleBlogImage img{width:100%; height:auto; transition:all 0.3s;}
.singleHeader{}

.singleHeader h1,.singleHeader h3{font-size:32px; margin:0; color:#000000; max-width:670px; font-weight:600;}
.singleHeader h4{font-size:16px; line-height:25px; margin-top:6px; font-weight:500; color:var(--muted-foreground, var(--accent));}
.singleHeader h4 br{display:none !important;}
.singleHeader h4 i{margin-right:5px; margin-left:5px;}
.singleHeader h5{position:relative; margin:0 0 14px 0; display:inline-block; font-weight:500; color:var(--foreground); font-size:20px; line-height:22px;}
.singleBlogContent ul li{list-style:none; padding-left:0; position:relative;margin-bottom:.5rem ;}
.singleBlogContent ul li:before{content:"— "; color:var(--muted-foreground);}


.sPropertyR {
    position: sticky;
    top: 110px;
    background: var(--contrast);
    padding: 1.5rem;
    z-index: 10;
    margin-bottom: 2rem;
}
@media (max-width:991px){
  .sPropertyR{position:relative; top:0;}
}
.omBtn{transition:0.3s ease-in-out !important; padding:10px 20px; font-size:16px; display:inline-block; font-weight:500; color:var(--primary-foreground, #ffffff); text-align:center; transition:all 0.3s; /* display:inline-flex; */
  gap:5px; align-items:center; border-radius:0; background:var(--primary, var(--accent)); text-align:center; border-radius:4px;}
.omBtn svg{font-size:26px; fill:var(--primary-foreground);}
.omBtn:hover{color:var(--primary-foreground, #ffffff); background:var(--contrast-2);}
.propertyTable li{padding:4px;}
.omBtnRow{border-top:1px solid #c2c2c2; padding-top:14px;}
.agentRow img{    aspect-ratio: 1 / 1; border-radius:0 !important; background:#eeeeee; object-fit:cover;object-position:top center;}
.agentRow .agentContact h4{font-size:20px; color:var(--base-3, #ffffff); margin-bottom:10px; font-weight:500;}
.agentRow .agentContact a{font-size:16px; color:var(--base-3, #ffffff); line-height:18px; transition:all 0.3s; font-weight: 500;}
.agentRow .agentContact a:hover{color:var(--accent);}
.propertyTable{display:flex; justify-content:flex-end; flex-direction:column; max-width:470px;}
.propertyTable{}
.propertyTable li{display:flex; justify-content:space-between; padding:8px 4px; border-bottom:1px solid #d2d2d2;}
.propertyPrice{text-align:right;}
.singleNav .nav{gap:0;}
.singleNav .nav.nav-tabs .nav-link{color:var(--muted-foreground); padding-inline:2em;}
.singleNav .nav.nav-tabs .nav-item.show .nav-link,.singleNav .nav.nav-tabs .nav-link.active{border:none; border-bottom:1px solid var(--red); color:var(--red); border-radius:0; background-color:var(--base);}
.singleTabContent #myDocument{min-height:70vh; padding-block:2rem;}
.singleTabContent .omBtn2{padding:1rem 1.5rem; color:var(--foreground); font-size:18px; font-weight:500; background:var(--muted); border-radius:30px; display:inline-block; transition:all 0.3s;}
.singleTabContent .omBtn2:hover{background:var(--chart-2); color:var(--muted-foreground);}
.singleTabContent #map{height:700px;}
#map2{height:400px;}
#simpleGallery{display:grid; grid-template-columns:repeat(auto-fit,minmax(310px,1fr)); gap:10px; transition:all 0.3s; adding-block:20px;}
#simpleGallery a{transition:all 0.3s;}
#simpleGallery a:hover{transform:scale(1.1);}
#myDocument .myPdf{height:700px;}
.sl-overlay{background:var(--primary);}
.sl-wrapper .sl-close{color:var(--primary-foreground);}
.sl-wrapper .sl-navigation button{color:var(--primary-foreground);}
@media (max-width:991px){
  .singleNav .nav.nav-tabs .nav-link{padding-inline:1em; font-size:15px;}
}
@media (max-width:767px){
  .propertyPrice{text-align:left; margin-top:0.5em;}
  .singleHeader h4{font-size:16px; line-height:22px;}
  .singleTabContent #map{height:500px;}
  #map2{height:300px;}
  .singleNav .nav{gap:0;}
  .singleHeader h1,.singleHeader h3{font-size:26px; line-height:30px;}
  #myDocument .myPdf{height:400px;}
  .singleTabContent #myDocument{min-height:initial;}
}
@media (max-width:575px){
  }
@media (max-width:480px){
  }
/* New Properties Page */
.projectGrid{height:auto; display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:30px;}
.project-item{position:relative; overflow:hidden; display:block; z-index:1; transition:all 0.3s ease; position:relative; color:var(--foreground); /*     border:1px solid rgba(0,0,0,0.1); */
  overflow:hidden; box-shadow:var(--shadow-sm);}
.project-img{position:relative; overflow:hidden;}
.project-img .position-absolute{position:absolute !important; width:100%; height:100%;}
.project-item h2{font-size:24px; margin-bottom:0;}
.project-item span.project-pill{position:absolute; top:4px; left:4px; background:var(--contrast-2,#000000); z-index:1; padding:4px 12px; color: #ffffff; font-size:14px; line-height:1.2;}
.project-item span.project-pill.available{background:#ffffff; color:#000000;}
.project-item .project-abs{position:absolute; width:100%; height:auto; background:var(--primary); z-index:10; opacity:0; padding:1rem; visibility:hidden; transition:all 0.3s; left:0; bottom:-150%;}
.project-item .project-abs .table{border:initial;}
.project-item .project-abs .boldTag{font-size:30px; color:#ffffff; line-height:36px; font-weight:500; text-align:center;}
.project-item h3{white-space:wrap; text-overflow:normal; color:var(--gold); font-size:22px; margin-bottom:14px;}
.project-item h4{font-size:16px; line-height:24px;margin-bottom: 8px !important; color:#444444;}
.project-item span{font-size:16px; margin:0 !important; color:var(--accent);}
.project-item .project-footer{padding:16px; min-height:auto; transition:all 0.3s;background:#ffffff;}
.project-item .project-abs h4,.project-item .project-abs span{color:var(--primary-foreground);}
/* .project-item:before{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:var(--gold); opacity:0; visibility:hidden; transition:.3s all ease; z-index:99;}
*/

/* .project-item:after{content:"\f061"; position:absolute; top:20px; right:20px; font-size:16px; line-height:30px; text-align:center; font-family:'Font Awesome 6 Free'; font-weight:900; color:#ffffff; width:30px; height:30px; background:#000000; opacity:0; visibility:hidden; transition:.3s all ease; z-index:100; border-radius:50%; transition:all 0.3s;}
*/
.project-item:hover .project-abs{opacity:1; visibility:visible; bottom:0;}
.project-item .table tbody{color:var(--primary-foreground); font-size:14px;}
.project-item .table >:not(caption) > * > *{padding:0.5rem 0.5rem; color:var(--primary-foreground); background-color:var(--primary); border-bottom-width:var(--bs-border-width); box-shadow:none;}
.project-img img{width:100%;transition:all 0.3s;}
.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px; filter:brightness(0.5);}
.project-item .project-content{opacity:0; visibility:hidden; z-index:100; position:relative;}
.project-item .project-content .icon{position:absolute; top:40px; right:0; bottom:20px; width:40px; height:40px; line-height:40px; text-align:center; background:var(--primary); border-radius:50%; transition:all 0.3s ease; z-index:11;}
.project-item .project-content .icon i{font-size:14px; transition:all 0.3s; color:var(--primary-foreground);}
.project-item .project-content .icon:hover i{transform:translateX(3px);}
.project-item .project-content .project-inner{position:absolute; bottom:0; left:25px; transition:all 0.3s ease;}
.project-item.sold .project-content .project-inner h4{color:var(--primary-foreground);}
.project-item.sold .project-content .project-inner h3{color:var(--primary-foreground);}
.project-item.sold .project-content .project-inner h2{color:var(--primary-foreground);}
.project-item .project-content .project-inner h4{text-transform:capitalize; font-size:14px; line-height:14px; font-weight:500; margin:0;}
.project-item .project-content .project-inner h3{font-size:35px; line-height:35px; font-weight:700; margin:0; text-transform:capitalize;}
.project-item .project-content .project-inner h2{font-size:25px; line-height:35px; font-weight:700; margin:0;}
.project-item:hover:before{opacity:0.8; visibility:visible;}
.project-item:hover .project-content{opacity:1; visibility:visible;}
.project-item:hover .project-content .icon{right:25px;}
.project-item:hover .project-content .project-inner{bottom:20px;}
/* Utility */
.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; /* prevents line breaks */
  border:0;}


  .sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#eeeeee !important;
    opacity: 1 !important;
    display: none;
    z-index: 1035;
}