.banner-area {
    position: relative;
    overflow: hidden;
    z-index: 1;

}

/* .banner-area, .banner-area div{
    height: 90vh;
} */
.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

a{
    color:#f9c300;
}



.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-area .section-content {
    padding: 165px 0px 100px 0px;
}

.banner-area .content {
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
}

.banner-area .content h1 {
    font-size: 45px;
    font-weight: 600;
}

.banner-area .content h1 span {
    font-weight: 300;
}

.appinment-forms {
    position: relative;
    z-index: 9;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    border-radius: 30px;
    margin-left: 35px;
}

.shape-bottom-center {
    background-size: cover;
    background-position: center bottom;
    height: 100% !important;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.theme-hard::after {
    background-color: #232323;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.innercontent {
    padding: 80px 0px;
}

.h5-service-area .h4-service-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}

.h5-service-area .h4-service-column .icon-wrapper span {
    width: 90px;
    height: 90px;
    background-color: #f0f1f3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
}

.h5-service-area .h4-service-column .icon-wrapper span img {
    width: 65px;
}

.h5-service-area .h4-service-column .service-content h5 {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #000;
}
.img-bx-sec-photo {
    width: 100%;
    margin: auto;
    height: 400px;
}
.img-bx-sec-photo img {
    border-radius: 15px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.img-bx-desc h3 {
    font-size: 35px;
    margin-top: 20px;
    text-align: justify;
}
.content_wrapper {
    padding: 50px 40px;
}
.content_wrapper ul li {
    list-style: circle;
    color: #fff;
    margin-bottom: 10px;
}
.bg-theme {
    background-color: #1571af;
}
.description ul{
    padding-left: 0px;
}
.description li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 8px;
    list-style: none;
    line-height: 1.8;
}
.description li i {
    position: absolute;
    left: 0px;
    top: 4px;
}
.description li i {
    width: 18px;
    height: 18px;
    line-height: 19px !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 0 0 0 0;
    text-align: center;
    min-width: 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #ffd600;
    font-size: 8px !important;
}
.tasklist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 0;
    width: 100%;
    margin-top: 50px;
}
.sausage {
    align-items: flex-start;
    background: #ffd600;
    border-radius: 99px;
    display: flex;
    flex-direction: row;
    color: #000;
    gap: 10px;
    font-size: 22px;
    padding: 10px 25px;
    transition: .5s all
}

.sausage:hover{
    background: #fafafa;
}
.sausage:hover span{
    transform: rotate(90deg);
}

.sausage.flip-animate {
    perspective: 1000px;
  }
  .sausage.flip-animate span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
      /* text-transform: capitalize; */
      visibility: visible;
  }
  .sausage.flip-animate span:before {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: color 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
    visibility: hidden;
  }
  .sausage.flip-animate:hover span, .sausage.flip-animate:focus span {
    transform: rotateX(90deg) translateY(-22px);
      visibility: hidden;
  }
  .sausage.flip-animate:hover span:before, .sausage.flip-animate:focus span:before {
    color: #aa8453;
      visibility: visible;
  }


  .aboutImg{
    width: 100%;
    height: 100%;
  }
  .aboutImg img{
    display: block;
    width: 100%;
  }

  .about_box{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* text-align: center; */
    height:100%;
  }
  /* .text-middle{
    margin:0 auto;
  } */


  .why-sofa-img{
    width:100%;
    height:100%;
    border-radius: 10px;
    border: 10px solid #FFC600;

  }
  .why-sofa-img img{
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 0px;

  }
  .cta-section{
    position:relative;
    width:100%;
    border-radius:20px;
    /* height:300px; */
    margin-top:100px;
    /* border: 5px solid #FFC600; */
    background-color:   #124E66;

    

  }
  .txt-white{
    color:white;
  } 

  .cta-img{
    position: absolute;
    height: 380px;
    width: 293px;
    border: 5px solid #FFC600;
    right: 71px;
    border-radius: 10px;
    top: -65px;

  }
  .cta-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }



  .mb-70{
    margin-bottom: 90px;
    margin-top:130px;
  }