
.casement{
    display: flex;
    flex-direction: column;
}
.tpimag{
    text-align: center;
}
.cntpgtxt{
    position: absolute;
    top: 30%;
    left: 45%;
}
.cntpgtxt h1{
    font-size: 28px;
    color: #fff;
}
.cntpgtxt span{
    font-size: 28px;
    color: #50aab2 !important;
}
.promdl {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 50px;
}
.projectdesgin{
    display: flex;
    padding: 20px;
    padding-bottom: 50px;
}
#linestri{
    width: 4px;
    height: 65px;
    border-radius: 100px;
    background-color: #50aab2;
    margin-right: 5px;

}
#linestri1{
    width: 4px;
    height: 35px;
    border-radius: 100px;
    background-color: #50aab2;
}
.projecttxtw{
    text-align: center;
}
.projecttxtw h1{
  font-size: 52px;
  color: #062a4d;
  padding-top: 15px;
  padding-bottom: 50px;
}
.projecttxtw h2{
  font-size: 60px;
  color: #062a4d;
  padding-top: 15px;
  padding-bottom: 50px;
}

#cls-mdl1-sec{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 120px 0;
}
#cls-mdl1-sec h5{
   font-size: 16px;
   font-weight: 400;
}
#cls-mdl1-sec h1{
   font-size: 58px;
   padding-bottom: 80px;
}
.servicesexplore{
    display: flex;
}
.servicesexplore{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.servicesexplore img{
padding: 40px;
}
.serviceexp{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serviceexp h3{
   padding-bottom: 30px;
}
   .serviceexp h5{
    border: solid 1px #000;
    padding: 10px;
   }
/* }

#projectsec{
    width: 100%;
    height: 120vh;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-around;
    align-items: center;
}

#projectsec .projectbtn{
    font-size: 20px;
    color: #000;
    border: 1px solid #000;
    padding: 20px;
    margin: 20px;
    cursor: pointer;
}
#projectsec #projectbtn{
    display: flex;
}
.allproject{
}
.allimagepro{
    position: relative;
    text-align: center;
    padding: 50px 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.allproject1{
    position: absolute;
    text-align: center;
    padding: 50px 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.allproject2{
    position: absolute;
    text-align: center;
    padding: 50px 50px;
    display: flex;
}
.allproject img{
    width: 350px;
    height: 300px;
    padding: 25px;
} */
 .container{
	max-width: 100%;
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.row img{
	max-width: 80%;
	vertical-align: middle;
    margin: 20px;
}
/*.gallery*/
.gallery{
    width: 100%;
    display: block;
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    justify-content: center;

}
.gallery .gallery-filter{
	padding: 0 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.gallery .gallery-filter .filter-item{
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin:0 10px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	line-height: 1.2;
	transition: all 0.3s ease;
}
.gallery .gallery-filter .filter-item.active{
	color: #00a0e3;
	border-color : #00a0e3;
} */
/* .gallery .gallery-item{
	width: calc(100% / 5);
	padding: 15px;
} */
.gallery .gallery-item-inner img{
	width: 90%;
}
.gallery .gallery-item.show{
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.gallery .gallery-item.hide{
	display: none;
}
/*responsive*/
/* ------------cls-3------ */
@media (max-width: 1500px){
    .servicesexplore img{
        width: 80%;
       margin: 20px;
    }
}
/* -----------end----- */

@media (max-width: 1350px){
    .gallery-item-inner {
        width: 400px;
    }
}
@media (max-width: 1200px){
    .gallery-item-inner {
        width: 350px;
    }
}
@media (max-width: 1050px){
    .gallery-item-inner {
        width: 300px;
    }
}
@media(max-width: 991px){
	.gallery .gallery-item{
		width: 30%;
	}
    
}
@media(max-width: 880px){
	.gallery .gallery-item{
		width: 40%;
	}  
}
@media (max-width: 800px){
    #cls-mdl1-sec h1 {
        font-size: 46px;
    }
    #cls-mdl1-sec {
        height: auto;
        padding-bottom: 50px;
    }
    .servicesexplore {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
}


@media(max-width: 767px){	
	.gallery .gallery-filter .filter-item{
		margin-bottom: 10px;
	} 
    .gallery .gallery-item{
		width: 44%;
	}  
}
@media (max-width: 670px){
    
    #cls-mdl1-sec h1 {
        text-align: center;
        font-size: 30px;
    }
}
@media(max-width: 620px){
	.gallery .gallery-item{
		width: 58%;
	}   
    .projecttxtw h1 {
        font-size: 42px;
    }
    .projecttxtw h2 {
        font-size: 48px;
    }
    .servicesexplore img {
        margin: 0px;
    }
    .servicesexplore img {
        padding: 10px;
    }
}
@media(max-width: 470px){
	.gallery .gallery-item{
		width: 65%;
	}   
    .serviceexp h2 {
        text-align: center;
        font-size: 20px;
    }
}
@media(max-width: 400px){
	.gallery .gallery-item{
		width: 75%;
	} 
    .projecttxtw h1 {
        font-size: 36px;
    }
    .projecttxtw h2 {
        font-size: 42px;
    }  
    
}
@media(max-width: 360px){
	.gallery .gallery-item{
		width: 85%;
	}   
}
@media(max-width: 320px){
	.gallery .gallery-item{
		width: 100%;
	}   
    .gallery-item-inner {
        width: 250px;
        display: flex;
        justify-content: flex-end;
        margin-left: 30px;
    }
}
@media(max-width: 290px){
    .gallery-item-inner {
        margin-left: 10px;
    }
}
@media(max-width: 260px){
    .gallery-item-inner {
        width: 200px;
        display: flex;
        justify-content: flex-end;
        margin-left: 30px;
    }
}
/* ------------cls-3------ */


/* ------------end------ */
