/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2023 | 06:34:54 */
#home-slider {
	padding: 0;
	margin: 0;
	text-align: center;
}

#home-slider li {
	list-style: none;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    word-wrap: break-word;
	position: relative;
    white-space: nowrap;
    overflow: visible;
	height: 370px;
	width: 400px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1800px) {
	#home-slider li { 
		height: 360px;
		width: 380px;
	}
}

@media only screen and (max-width: 1700px) {
	#home-slider li { 
		height: 310px;
		width: 355px;
	}
}

@media only screen and (max-width: 1600px) {
	#home-slider li { 
		height: 310px;
		width: 335px;
	}
}

@media only screen and (max-width: 1500px) {
	#home-slider li { 
		height: 300px;
		width: 320px;
	}
}

@media only screen and (max-width: 1400px) {
	#home-slider li { 
		height: 280px;
		width: 290px;
	}
}

@media only screen and (max-width: 1300px) {
	#home-slider li { 
		height: 250px;
		width: 250px;
	}
}

#home-slider li > .grid-container > div:nth-child(2):after {
    content: "";
    position: absolute;
    height: 10px;
    background-color: #db2e2b;
    width: 100%;
    bottom: 0;
	left: 0;
}

#home-slider .arw::after {
    content: url(/wp-content/uploads/2023/08/arwright.png);
    display: block;
    position: relative;
    margin: 15px 0 0 0;
}

#home-slider .innersmr {
    padding: 10px 0;
    color: #fff;
}

#home-slider li > .grid-container > div:first-child {
    padding: 45px 35px 0;
    background-color: #054178;
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s ease all;
    -webkit-perspective-origin: top;
}

#home-slider li:hover > .grid-container > div:first-child {
    -webkit-transform: perspective(2000px) rotateY(360deg);
}

#home-slider li > .grid-container > div:nth-child(2) {
    background-color: rgba(0,0,0,.25);
    -webkit-transform: perspective(2000px) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s ease all;
    -webkit-perspective-origin: top;
}

#home-slider li:hover > .grid-container > div:nth-child(2){
    -webkit-transform: perspective(2000px) rotateY(180deg);
}

#home-slider li > .grid-container > div{
    width: 100%;
    height: 100%;
    display: table;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    white-space: normal;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

#home-slider .ttl,
#home-slider .innerttl {
    font-size: 30px;
	font-family: Oswald, sans-serif;
    line-height: 1.1;
    color: #fff;
}

#home-slider .ttl {
    text-shadow: 3px 3px 5px rgba(0,0,0,.4);
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 20px 30px;
}

#home-slider li div {
    text-align: left;
    white-space: normal;
}



/** Property Grid **/
ul.custom-grid {
    padding: 0px;
    margin: 0px;
	text-align: center;
}

ul.custom-grid > li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    word-wrap: break-word;
}

.custom-grid.projects > li {
    width: 500px;
    height: 370px;
    position: relative;
    white-space: nowrap;
    overflow: visible;
    margin: 15px 13px;
}

.custom-grid.projects > li > .grid-container > div:nth-child(2):after{
    content: "";
    position: absolute;
    height: 10px;
    background-color: #db2e2b;
    width: 100%;
    bottom: 0;

}

.custom-grid .arw::after {
    content: url(/wp-content/uploads/2023/08/arwright.png);
    display: block;
    position: relative;
    margin: 15px 0 0 0;
}


.custom-grid .innersmr {
    padding: 10px 0;
    color: #fff;
}

.custom-grid.projects > li > .grid-container > div:first-child {
    padding: 45px 35px 0;
    background-color: #054178;
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s ease all;
    -webkit-perspective-origin: top;
}

.custom-grid.projects > li:hover > .grid-container > div:first-child {
    -webkit-transform: perspective(2000px) rotateY(360deg);
}

.custom-grid.projects > li > .grid-container > div:nth-child(2) {
    background-color: rgba(0,0,0,.25);
    -webkit-transform: perspective(2000px) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s ease all;
    -webkit-perspective-origin: top;
}

.custom-grid.projects > li:hover > .grid-container > div:nth-child(2){
    -webkit-transform: perspective(2000px) rotateY(180deg);
}

.custom-grid.projects > li > .grid-container > div{
    width: 100%;
    height: 100%;
    display: table;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    white-space: normal;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

.custom-grid.projects .ttl,
.custom-grid.projects .innerttl {
    font-size: 40px;
	font-family: Oswald, sans-serif;
    line-height: 1.1;
    color: #fff;
}

.custom-grid.projects .ttl {
    text-shadow: 3px 3px 5px rgba(0,0,0,.4);
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 20px 30px;
}

.custom-grid.projects > li div{
    text-align: left;
    white-space: normal;
}

.custom-grid.projects > li {
    width: 500px;
    height: 370px;
    position: relative;
    white-space: nowrap;
    overflow: visible;
    margin: 15px 13px;

}

.custom-grid .statustab {
    font-size: 24px;
    margin: 0 0 25px 0;
}

.custom-grid .statustab > li {
    margin: 0 13px;
}


.custom-grid .statustab > li > .grid-container {
    color: #000;
    padding: 3px 0;
    display: table;
    position: relative;
    min-width: 100px;
}



.custom-grid .statustab > li:hover > .grid-container,
.custom-grid .statustab > li > .grid-container.active {
    color: #db2e2b;
    cursor: pointer;
}

.custom-grid .statustab > li > .grid-container:before{
    position: absolute;
    display: table;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
    -webkit-transition: .4s all ease;
}

.custom-grid .statustab > li > .grid-container:hover:before,
.custom-grid .statustab > li > .grid-container.active:before {
    background-color: #db2e2b;
}

@media only screen and (max-width: 767px) {
    
    .custom-grid .statustab > li {
    	margin: 0 2px;
    }
    
    .custom-grid.projects > li {
		width: 100%;
		height: 270px;
		position: relative;
		white-space: nowrap;
		margin: 8px 2px;
    }
    
    .custom-grid.projects .ttl {
        font-size: 25px;
    }
    
    .custom-grid.projects .innerttl {
        display: none;
    }
    
    .custom-grid.projects > li > a > div:first-child {
		padding: 25px 25px 0;
		background-color: #054178;
    }
	
	#home-slider .owl-item {
		margin-right: 0px;
	}
	
	#home-slider li {
		height: 290px;
		width: 100%;
	}

}

