/*Input Your Custom CSS Here*/

.why-us-sec ol {
list-style: none;
margin: 0;
padding-left:30px;
}
.why-us-sec ol li {position: relative;}
.why-us-sec ol li:before {
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
background: #0f263a;
position: absolute;
top: 8px;
left: -30px;
z-index: 2;
transition: .4s ease-in-out;
}
.why-us-sec ol li:hover:before {left: -20px;}

.project-cena{position:absolute;top: 0;
  color: #fff;
  background: rgba(0,0,0,.5);
  width: 100%;
  padding: 5px 10px;}
  
.d-none{display:none;}  
.shadow{box-shadow: 2px 4px 3px 3px #5353531A;}
.max{width:30px;height:30px;}
.align-items-center{align-items:center;}
.d-flex{display:flex;}
.teltexr{font-size:25px;}
.mb-5{margin-bottom:40px}
.pb-3{padding-bottom:20px;}
.call-to-action-sec2{border:1px solid #fab90a;padding:30px;}

.mt-3{margin-top:30px}
.m-0{margin:0;}
.w-100{width: 100%;}

/************************************************
***************** HERO ***************************
************************************************/

.buildings-hero{
    position:relative;
    background:#0f172a;
    color:#fff;
    overflow:hidden;
    padding:90px 0;
}

.buildings-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(30,41,59,.90));
}

.buildings-hero .container{
    position:relative;
    z-index:2;
}

.buildings-hero h1{
    font-size:46px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 25px;
    color:#f1c40f;
}

.buildings-hero p{
    font-size:18px;
    line-height:1.8;
    opacity:.95;
    margin-bottom:35px;
}

.hero-buttons{
    margin-top:25px;
}

.hero-buttons .btn{
    padding:15px 34px;
    border-radius:4px;
    font-size:16px;
    font-weight:600;
    margin-right:15px;
    margin-bottom:10px;
}

.btn-orange{
    background:#ff8b00;
    color:#fff;
}

.btn-orange:hover{
    background:#e97900;
    color:#fff;
}

.btn-outline{
    border:2px solid #fff;
    color:#fff;
    background:none;
}

.btn-outline:hover{
    background:#fff;
    color:#222;
}

.hero-image img{
    width:100%;
    border-radius:10px;
    box-shadow:0 25px 60px rgba(0,0,0,.35);
}

/************************************************
**************** ADVANTAGES **********************
************************************************/

.section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:55px;
    margin-top: 20px;
}

.section-title h2{
    font-size:36px;
    margin-bottom:15px;
    font-weight:700;
}

.section-title p{
    color:#777;
    font-size:17px;
}

.advantage{
    background:#fff;
    border:1px solid #eee;
    border-radius:8px;
    padding:35px;
    text-align:center;
    transition:.3s;
    margin-bottom:30px;
    min-height:270px;
}

.advantage:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.advantage i{
    width:90px;
    height:90px;
    line-height:90px;
    background:#f1c40f;
    color:#fff;
    font-size:36px;
    border-radius:50%;
    margin-bottom:25px;
}

.advantage h3{
    font-size:23px;
    margin-bottom:15px;
}

.advantage p{
    color:#666;
    line-height:1.8;
}

/************************************************
**************** TYPES ***************************
************************************************/

.types{
    background:#f7f8fa;
}

.type-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:30px;
    transition:.3s;
    border:1px solid #eee;
}

.type-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.type-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.type-content{
    padding:30px;
}

.type-content h3{
    margin-top:0;
    margin-bottom:15px;
    font-size:24px;
}

.type-content p{
    color:#666;
    line-height:1.8;
}

.type-content ul{
    padding-left:18px;
    margin-top:20px;
}

.type-content li{
    margin-bottom:8px;
}

@media(max-width:991px){

.buildings-hero{
padding:70px 0;
text-align:center;
}

.hero-image{
margin-top:45px;
}

.buildings-hero h1{
font-size:36px;
}

.section-title h2{
font-size:30px;
}


/************************************************
************** WHY US ****************************
************************************************/

.why-us{
    padding:90px 0;
    background:#fff;
}

.why-image img{
    width:100%;
    border-radius:8px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.why-content h2{
    font-size:36px;
    font-weight:700;
    margin-top:0;
    margin-bottom:25px;
}

.why-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.check-list{
    list-style:none;
    padding:0;
    margin:0;
}

.check-list li{
    margin-bottom:18px;
    font-size:17px;
    line-height:1.8;
}

.check-list i{
    color:#ff8b00;
    font-size:20px;
    width:30px;
}

/************************************************
**************** TIMELINE ************************
************************************************/

.timeline-section{
    padding:90px 0;
    background:#f7f8fa;
}

.timeline{
    position:relative;
    margin-top:50px;
}

.timeline:before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:4px;
    background:#ff8b00;
    margin-left:-2px;
}

.timeline-item{
    position:relative;
    margin-bottom:50px;
}

.timeline-item:after{
    content:"";
    display:block;
    clear:both;
}

.timeline-left,
.timeline-right{
    width:45%;
    background:#fff;
    border-radius:8px;
    padding:30px;
    border:1px solid #eee;
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.timeline-left{
    float:left;
}

.timeline-right{
    float:right;
}

.timeline-icon{
    position:absolute;
    left:50%;
    margin-left:-28px;
    width:56px;
    height:56px;
    line-height:56px;
    text-align:center;
    background:#ff8b00;
    color:#fff;
    border-radius:50%;
    font-size:22px;
    top:18px;
    z-index:2;
}

.timeline h3{
    margin-top:0;
    font-size:24px;
}

.timeline p{
    color:#666;
    line-height:1.8;
}

/************************************************
*************** PRODUCTION ***********************
************************************************/

.production{
    padding:90px 0;
}

.production-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:8px;
    padding:35px;
    margin-bottom:30px;
    transition:.3s;
    min-height:230px;
}

.production-box:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.production-box i{
    font-size:42px;
    color:#ff8b00;
    margin-bottom:20px;
}

.production-box h3{
    margin-top:0;
    font-size:24px;
}

.production-box p{
    color:#666;
    line-height:1.8;
}

.production-image img{
    width:100%;
    border-radius:8px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/************************************************
**************** CTA *****************************
************************************************/

.cta{
    background:#0f172a;
    color:#fff;
    padding:80px 0;
    text-align:center;
}

.cta h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:25px;
}

.cta p{
    font-size:18px;
    line-height:1.8;
    max-width:850px;
    margin:0 auto 35px;
}

.cta .btn{
    padding:16px 40px;
    font-size:18px;
}

@media(max-width:991px){

.timeline:before{
display:none;
}

.timeline-left,
.timeline-right{
width:100%;
float:none;
margin-bottom:30px;
}

.timeline-icon{
position:relative;
left:auto;
margin:0 auto 20px;
display:block;
top:0;
}

.why-image{
margin-bottom:40px;
}

}
