html{margin: 0;padding: 0;overflow-x: hidden;}
.project-header-section{

    background: linear-gradient(rgb(0,0,0,0.7),rgb(0,0,0,0.7),rgb(0,0,0,0.7)),url('images/tarrace-seatting-area-evening-view.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.project-header-section .header-title {padding-top: 100px;}
.project-header-section .header-title h2{color: #fff;font-size: 40px;}
.project-header-section .header-title h1{color: #fff;font-size: 70px;}
.project-header-section .find-btn{

    background-color: transparent;
    border:2px solid #fe6703;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px 35px 10px 35px;
}
.project-header-section .header-title {
    padding-top: 60px;
    padding-bottom: 80px;
}
.project-header-section .header-title {
    padding-top: 60px;
    padding-bottom: 80px;
}

.project-header-section .find-btn:hover{background-color:#fe6703 ;border:2px solid #fff;}
.projects-box{margin: 60px 0px 60px 0px !important;}
.project-features{
        padding-top: 60px;
    padding-bottom: 60px;
}
.project-features .project-title h2{
    padding-bottom: 30px;
    font-weight: 800;
    font-size: 42px;
	}
.project-features .col-sm-4{
    margin: 10px 5px 10px 5px;
    flex: 0% !important;
    box-shadow: 0px 1px 1px 2px rgb(225 225 225 / 37%);
    background-color: #fff;
    padding: 0;
}
h1.telnumber a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.project-features .box{width: 100%;height: 15vh;display: flex;}
.project-features .services-icon{
    clip-path: circle(40% at 100% 0%);
    background: #f5f5f5;  
}
.project-features .services-icon img{
    width: 45px;
    height: 45px;
    margin:8px 0px 0px 255px;
}
.project-features .services-text{/*width: 100%;*/padding-left: 0px; }
.project-features .services-text h4{font-weight: 600;padding-top: 0px;font-size: 25px;}
.project-features .col-sm-4 p{padding: 0px 20px 0px 20px !important;}
.project-features .col-sm-4:hover .services-icon{
    height: 18vh;
    clip-path: circle(40% at 100% 0%);
    background: #fe6703;
    transition: .5s ease;
}
.project-features .col-sm-4:hover .fa{color: #fff;}



/*.projecthighlights{padding-bottom: 70px !important;}*/
.contact-section{
    width: 100%;
    padding: 60px 0px 60px 0px;
    background-color: #fe6703;
    text-align: center;
    color: #fff;
        margin-bottom: 50px;
}
span.copyrights {
    font-size: 12px;
}
.callbtn a {
    background: #fff;
    padding: 10px 30px 10px 30px;
    margin-top: 14px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.contact-section .col-sm-4{
    width: 30%;
    height: 50vh;
    margin:8px;
    padding-left: 30px;
}
.contact-section .col-sm-4 img{
    width: 100%;
    height: 50vh;
}
.box2 {
    background: whitesmoke;
    padding: 24px;
    margin-bottom: 20px;
    height: 272px;
    padding-top: 25px;
}
.services-icon1 img {
    width: 24%;
}
.contact-section .col-sm-4 h4{text-align: center;padding: 30px;color: #fff;}
.contact-section .col-sm-4 h1{text-align: center;color: #fff;font-weight: 900;font-size: 35px;padding-bottom: 10px;}
.contact-section .col-sm-4 #btn1{
    margin: 20px -25px 0px 10px;
    width: 180px;height: 8vh;
    padding: 10px;
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
}
.contact-section .col-sm-4 #btn1:hover{background-color: #000;border:2px solid #fff;color: #fff;}
.contact-section .col-sm-4 #btn2{
    margin: 20px -25px 0px 35px;
    width: 180px;height: 8vh;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    border:2px solid #fff;
}
.contact-section .col-sm-4 #btn2:hover{border:2px solid #fff;background-color: #000;}

@media only screen and (max-width: 600px) {
.project-features {
    padding-top: 0;
    padding-bottom: 60px;
}
.project-header-section .header-title h1 {
    color: #fff;
    font-size: 40px;
}
.project-features .project-title h2{font-size: 28px;}
}
@media (min-width: 576px){
.col-sm-12 {
    flex: auto !important;
    width: 100%;
    padding: 0px 20px 0px 20px;
}
}
@media (max-width: 768px){
button.navbar-toggler .navbar-toggler-right .border-0 .collapsed{
    display:block !important;
    position:absolute !important;
    right:0 !important;
    top: 0 !important;
    z-index:1 !important;
}
a.navbar-brand{position:relative !important;}
.projects p.titlep1{text-align:left;}
}
