.typed-heading {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
}

.typed-title {
    font-size: 20px;
    line-height: 1.8;
}

.title-heading .para-desc {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 1.8;
    font-style: oblique;

}

.btn {
    padding: 15px 30px;
    outline: none;
    font-size: 15px;
    letter-spacing: 0;
    transition: all .3s ease;
    border: 1px solid transparent;
}

/* 2 */
.slider-shape-1{
    position: absolute;
    top: 0;
    left: -8%;
}

.slider-shape-2{
    position: absolute;
    top: 50%;
    right: -17%;
    /* right: -24%; */
    z-index: 1;
}

.bg-half-150 {
    padding: 150px 0;
    background-size: cover !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
    background-position: center center;
  }

  /* new header */
  .theme-menu-one{
    background-color: linear-gradient(180deg,#FDF2ED 0%,#fcf1ec 100%);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-top: 34px;
    padding-bottom: 34px;

  }
  /* end */