

.bg-pg:before{
	display:none !important;
}
.bg-pg{
	background-color: #222222 !important;
}
.project-content{
	position:relative;
	margin:25px;
}
.b-bottom-pg{
		border-bottom: 1px solid #000 !important;
	}
.project-content a{
	width:100%;
	
	background-size:cover;
	background-position:center center;
	position:relative;
	overflow:hidden;
}
.p-t-70{
	padding-top:70px !important;
}
.color-pg-2{
	color:#bf897f !important;
}
.project-content a .project-bottom {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.project-content a .project-bottom .project-bottom-info {
    display: flex;
    width: 100%;
    align-items: center;
    position: absolute;
    bottom: -80px;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    padding: 20px;
    transition: .3s ease;
    padding-bottom: 100px;
}
.project-content a .project-bottom .project-bottom-info .project-title{
	color:#FFFFFF;
	font-size:25px;
	font-family: 'Montserrat', sans-serif;
}
.project-content a .project-bottom .project-bottom-info .project-price {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    margin-left: auto;
    font-style: italic;
}
.project-content a .project-bottom .project-bottom-description{
	color:#FFFFFF;
	font-family: 'Montserrat', sans-serif;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:flex;
	align-items:center;
	padding:20px;
	opacity:0;
	visibility:hidden;
	transition:.5s ease;
}
.project-content a .project-bottom .project-bottom-description .project-bottom-description-btn{
	margin-left:auto;
	
}
.project-content a .project-bottom .project-bottom-description .project-bottom-description-btn span{
	cursor: pointer;
	padding:10px;
	border:1px solid #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	transition:.3s ease;
}
.project-content a .project-bottom .project-bottom-description .project-bottom-description-btn span:hover{
	background-color:#FFFFFF;
	color:#000000;
	transition:.3s ease;
}
.project-content a:hover .project-bottom .project-bottom-description{
	opacity:1;
	visibility:visible;
	transition:.5s ease;
}
.project-content a:hover .project-bottom .project-bottom-info {
	transition:.3s ease;
	bottom:0;
}
.p-rl-100{
	padding:0 100px !important;
}
.project-bottom-description-text ul {
    list-style: none;
    margin-top: 10px;
}
.project-bottom-description-text ul li{
	float:left;
	padding:0 10px;
	border-right: 1px solid #484545;
	font-size:15px;
}
.project-bottom-description-text ul li b{
	padding-right:5px;
}
.project-bottom-description-text ul li:first-child{
	padding-left:0 !important;
}
.project-bottom-description-text ul li:last-child{
	border:none !important;
}
@media(max-width:999px){
	.p-rl-100{
		padding:inherit !important;
	}
	.m-p-20{
		padding:20px !important;
	}
	.project-content a{
		height:200px !important;
	}
	.project-content a .project-bottom .project-bottom-info .project-title{
		font-size:20px !important;
	}
}
.mb-50{
	margin-bottom:50px !important;
}
.custom-radio{
	position:relative;
	display:flex;
	width:100%;
	margin-bottom:30px;
}
.custom-radio-content{
	position: relative;
	padding:10px 20px;
	font-size:20px;
	text-align:center;
	cursor:pointer;
	border:1px solid #000;
	margin-right:10px;
	padding-left:40px;
	transition:.3s ease;
}
.custom-radio-content:hover{
	background-color:#d3d2d2;
	transition:.3s ease;
}
.custom-radio-content.selected-custom-radio{
	background-color:#000000;
	color:#FFFFFF;
}
.custom-radio-content:before{
	content:"";
	position:absolute;
	left:15px;
	width:15px;
	height:15px;
	border-radius:50%;
	top:50%;
	transform:translateY(-50%);
	border:1px solid #000;
	background-color:#FFFFFF !important;;
}

.h-x-small-pages-header{
	height:20vh !important;
}
.h-small-pages-header{
	height:30vh !important;
}
.bg-dark2{
	background-color:#000000 !important;;
}
.h-small-pages-header h1{
	font-size:60px !important;
}
.bg-dark2 h1,.bg-dark2 h4{
	color:#FFFFFF !important
}
.project-slider-container{
	height:100vh;
}
.project-slider{
	height:calc(100vh - 15vh);
}
.project-slider a {
	height:100%;
	width:100%;
	display:block;
}
.newest-project-slider{
	position:relative;
}
.project-slider a img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.project-slider-thumb{
	margin-top:10px;
}
.project-slider-thumb img{
	width:100%;
	height:100px;
	object-fit:cover;
}
.project-slider-next,.project-slider-prev{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    border: 2px solid;
    z-index: 99;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    width: 50px;
    height: 50px;
    cursor:pointer;
}
.project-slider-next {
    right: 20px;
}
.project-slider-prev{
	left:20px;
}
.m-tb-40{
	margin-top:40px !important;
	margin-bottom:40px !important;
}
.project-detail-description{
	background-color: #27282b;
	color:#FFFFFF;
	padding:20px;
	min-height: 250px;
}
.project-detail-container .project-detail-title{
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	margin-bottom:10px;
}
.project-detail-container span{
	font-weight:thin;
	font-family: 'Montserrat', sans-serif;
	display:block;
	text-align:center;
}
.project-detail-container small{
	font-style:italic;
	font-family: 'Montserrat', sans-serif;
	display:block;
	text-align:center;
}
.font-montserrat{
	font-family: 'Montserrat', sans-serif;

}
.fw-normal{
	font-weight:normal !important;
}
.fs-20{
	font-size:20px !important;
}
.project-detail-description .product-detail-description-content:last-child{
	border:none !important;
}
.product-detail-description-content{
	display:flex;
	width:100%;
	padding:10px 0;
	border-bottom: 1px solid #6a6a6a;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.product-detail-description-content b{
	display:block;
	width:50%;
	
}
.product-detail-description-content span{
	display:block;
	width:50%;
	float:right;
	text-align:right;
}
.mb-10{
	margin-bottom:10px !important;;
}
.contact-info .social-icon {
    margin-top: 20px; }
    .contact-info .social-icon a {
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      font-size: 13px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      margin-right: 3px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      color: #FFF;
      }
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:45px !important;
	
}
.select2-container{
	width:100% !important;
}
.select2-container .selection{
	width:100% !important;
}
.select2-container--default .select2-selection--single{
	height:50px !important;
	padding:10px !important;
}
.p-font-bookman *{
	font-family: 'Montserrat', sans-serif;
	color: #555;
}
.bookman{
	font-family: 'Montserrat', sans-serif;
}
.txt-cont img{
	margin:10px 0 !important;
}
@media(max-width: 999px){
	.hmone{
		display: none !important;
	}
	.slider .parallax-slider .swiper-slide{
	min-height: 250px !important;
	height: 250px !important;
    }
	.pages-header{
		height: 200px !important;
	}
	.top-20{
		top: 20px !important;
	}
	.path{
		font-size: 10px !important;
	}
	.cont h1{
		font-size: 18px !important;
		margin-bottom: 10px !important;
	}
	.bg-img {
		background-attachment: inherit !important;
	}
	.padding-15{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.nav-scroll{
		background-color:#3c3c3a !important;;
	}
	.logo img{
		height:50px !important;
		width:auto;
	}
	.mobile-div{
		height:60px !important;
	}
	
}
.border-soft-white{
	border-color:rgba(255,255,255,.4);
}
.logo img{
	height:65px;
	width: auto !important;
}
.portfolio .gallery .items .item-img {
    /* height: 300px !important; */
    background-size: cover !important;
    background-position: center;
}
	.portfolio .gallery .items .item-img1 {
    height: 300px !important;
    background-size: contain !important;
}
	@media(max-width: 999px){
	.portfolio .gallery .items .item-img {
    height: 270px !important;
    background-size: contain !important;
}
.row-top{
	    margin-top: 60px !important;
	}
	.pages-header {
    height: 172px!important;
}
}
.family-montserrat{
	font-family: 'Montserrat', sans-serif !important;
}

	.slick-slide {
  margin: 0 20px;
}
.mt-20{
	margin-top:20px;
}
.mt-50{
	margin-top:50px;
}
.bg-light-gray{
	background-color:#f1f1f1 !important;
}
.p-80{
	padding:80px !important
}
.mb-10{
	margin-bottom:10px;
}
.w-full{
	width:100%;
}
.fw-400{
	font-weight:400;
}
.fs-20{
	font-size:20px;
}