.header-one .nav-area
 {
    margin-right: 230px;
}

.rts-btn {
  border-radius: 0px;
}

#search, #menu-btn {
  border-radius: 0px;
}

.contact-info-area-wrapper-p {
    padding: 60px 40px;
}

.single-blog-area-one .bottom-details {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 25px;
    border-top: 1px solid #E9ECF1;
}

.single-blog-area-one .title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.single-blog-area-one p {
   text-align: center;
}

.rts-banner-area-two.two {
    background-image: url(../web/home/slider-two.jpg);
}


.rts-banner-area-two {
    background-image: url(../web/home/slider-one.jpg);
    height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rts-banner-area-two.three {
    background-image: url(../web/home/slider-three.jpg);
}

.rts-call-to-action-area-two {
    background-image: none;
    height: 280px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background-color: #06b9e8;
}

.business-goal-area-2 .consultancy-style-one .signle-consultancy {
  max-width: 100%;
}


.thumbnail-business-area-right-two .large-thumbnail {

    max-width: 500px;

}




  .whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-decoration: none;
  }

  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }

  .whatsapp-float:hover {
    background-color: #1ebe5d;
  }


  @media only screen and (max-width: 991px) {
    .banner-inner-two-content {
        max-width: 100%;
        margin-top: -210px;
    }
}


section.main-wrapper-sticky {
    height: auto;
}

li.has-dropdown .submenu {
    min-width: 340px;
}

.copyright-8-wrapper {
    display: block;
}

.copyright-8-wrapper p {
    text-align: center;
}


section.main-wrapper-sticky .sticky-statement .left-side .icon {
    min-width: 100px;
}