section.common_banner .course-head-1 h1{
    font-weight: 500;
    font-size: 38px;
}
section.common_banner .course-head-1 h1 span{
    font-weight: 700;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
section.common_banner .banner-title{
    background: linear-gradient(90deg, #001632e0 50%, #FFFFFF45 100%);
}
.course-head-1{
    margin-top: 20px;
}


/*Tabs*/

section.build-sec {
  background: var(--white-color);
  padding-bottom: 0;
}
section.build-sec .tab__title {
  margin: 25px 0 0;
  border-bottom: 1px solid #f3f3f3d5;
  
    .tab__button:first-of-type {
      margin:0;
  }
}
  
section.build-sec .tab__button {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    /* border-right: 1px solid #e5e5e5; */
    background: transparent;
    outline: none;
    margin: 0 -5px;
    cursor: pointer;
    width: 20%;
    font-size: 14px;
}
  
section.build-sec .tab_button-active {
    border-bottom: none;
    background: var(--heading-color);
    color: var(--white-color);
    
   
  
}

section.build-sec .tab__inside {
  
  visibility: hidden; 
  opacity: 0;
  height: 0;
  transform: translateY(10px);
  transition: transform .3s ease-in;
  
  .tab__inside-img {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    
  img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
  }
}
}
  
section.build-sec .tab__inside-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    p {
      color: #000;
      font-size: 14px;
      font-weight: 100;
      opacity: 1;
      font-weight: 400;
    }
  
}
section.build-sec .main-btn{
    max-width: 260px;
}
section.build-sec h3{
  color: var(--heading-color);
  position: relative;
  margin-bottom: 30px;
}
section.build-sec h3::before{
  position: absolute;
  content: '';
  bottom: -10px;
  width: 100px;
  height: 2px;
  background: var(--heading-color);
  z-index: 2;
}

section.build-sec .tab__inside-active {
    padding: 30px 0;
  visibility: visible; 
  opacity: 1;
  height: 100%;
    transform: translateY(0);
    transition: transform .3s ease-out 0.1s, opacity .3s ease-out 0.1s;
}

/* pre construction */

section.post-construction .service-box {
  background-color: var(--lt-color);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: left;
}
section.post-construction svg{
  width: 100%;
  height: 100%;
  fill: var(--heading-color);
}
section.post-construction li{
    list-style: disc;
    margin-bottom: 10px;
}
section.post-construction ul{
    padding-left: 20px;
}
section.post-construction .service-box h5{
  color: var(--heading-color);
}
section.post-construction h2{
  color: var(--heading-color);
}
section.post-construction .col-md-3{
  margin-bottom: 65px !important;
}
section.post-construction .head-sec p{
    width: 70%;
}

section.post-construction .service-number {
  background-color: var(--heading-color);
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: -20px;
}
section.post-construction{
  background: var(--white-color);
  padding-top: 0;
}
.pre-const{
  background: var(--lt-bg-color) !important;
}


.head-sec{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.head-sec p{
    color: #000;
    width: 75%;
    margin-top: 10px;
}


/* staffing cta */


section.staffing-cta{
    background: url(../images/talent-cta.jpg);
    position: relative;
    padding-bottom: 0;
    background-attachment: fixed;
    padding-top: 100px;
}
section.staffing-cta::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF00 0%, #03045EC7 80%);
}
section.staffing-cta .container{
    position: relative;
}
section.staffing-cta .row{
    justify-content: end;
}
.cta-cont{
    background: #03045EC7;
    width: 50%;
    padding: 60px;
    border-radius: 15px 15px 0 0;
    padding-bottom: 120px;
}
.cta-cont h2{
    color: var(--white-color);
}












@media (max-width: 980px){  
section.post-construction .col-md-1{
  display: none;
}
}
@media (max-width: 540px){  
section.build-sec .tab__button{
  font-size: 10px;
  padding: 10px;
}
section.build-sec .tab__inside .col-6{
  width: 100%;
}
.tab__inside-img{
  padding: 0 !important;
}
section.build-sec .tab__inside-text{
  margin-top: 30px;
  padding: 0;
}
section.post-construction .col-md-3{
  width: 100%;
}
section.post-construction .col-md-1{
  display: none;
}
section.build-sec .col-12{
  padding: 0;
}
section.build-sec .container{
  padding: 0;
} 


}