/*Added from Sharathlal file*/

.tab-log img{
    max-width: 170px;
}
.tab-content-box{
    justify-content: center;
}

.tab-box .nav-tabs .nav-link{
    border-bottom: 5px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav > li > a{
    padding:0px;
    
}
.nav > li{
    padding: 10px 63px; 
}
.nav > li:hover{
    border-bottom: 5px solid #d4a741;
}
.nav > li.active{
    border-bottom: 5px solid #d4a741;
    
}
.nav-tabs > li.active > a{
    border-bottom: 5px solid transparent;
    border: 1px solid #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
    border: 1px solid transparent;
}
.nav-tabs > li.active > a:focus{
     border: 1px solid transparent;
}
.nav > li img{
    width:170px;
}
.tab-box .nav-tabs .nav-link a:hover{
    border-bottom: 5px solid #d4a741;
}
.tab-box .nav-tabs .nav-link.active{
    border-bottom: 5px solid #d4a741;
}
.tab-box .nav-link{
    padding: 10px 53px;
}
.construction .owl-carousel .owl-dots.disabled {
    display: block;
}
.construction-img{
    position: relative;
}
.contruction-name{
    position: absolute;
    bottom: 10px;
    left: 2%;
}
.contruction-name h5{
    font-family: 'futuraMediumBT';
    color: #fff;
    font-size: 17px;
}
.construction{
    position: relative;
}
.tab-bg{
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
    padding-left: 2.14286rem ;
    padding-right: 2.14286rem ;
    padding-top: 6.571rem ;
    padding-bottom: 3.57143rem ;
    width: 50%;
    min-height: 500px;
}
.tab-bg h4{
    font-size: 23px;
    font-family: 'futuraMediumBT';
    color: #8a8a8a;
    padding-bottom: 15px;
    margin: 0;
    padding-top: 10px;
}
.tab-bg p{
    font-size: 17px;
    font-family: 'futuraMediumBT';
    color: #777777;
    padding-bottom: 30px;
}
.tab-bg a{
    text-decoration: none;
    font-size: 18px;
    font-family: 'futuraMediumBT';
    color: #d4a741;
}
.tab-bg a:hover{
    color: #000;
}
.construction .owl-carousel button.owl-dot {
    background: #777;
    height: 8px;
    width: 8px;
    margin-right: 5px;
    border-radius: 50%;
  }
.construction .owl-carousel button.owl-dot.active {
    background: #d4a741;
}
.tab-box{
    padding-bottom: 30px;
}
/*Added from Sharathlal file*/