/* akshay css */
.rs-header-two.has-border {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.078); */
        background: rgb(6 57 107 / 34%);
    /* background: #123156; */
}
.rs-btn.has-theme-orange {
    background: #ffff !important;
    color: #003256 !important;
}
.rs-breadcrumb-one {
    /* margin-top: 100px !important; */
    padding-top: 170px;
    padding-bottom: 170px;
}
.rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 55px;
    margin-bottom: 15px;
    color: transparent !important;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li span {
  color: transparent !important;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li:not(:last-child)::before {

  color: transparent !important;
}
/* img
{

transition: 0.4s ease; width:100%; height:auto; object-fit:cover;
  clip-path: polygon(0% 0%, 88% 0, 100% 10%, 100% 100%, 0% 100%);
} */
 @media (max-width: 768px) {
.rs-breadcrumb-one {
    margin-top: 112px !important;
    padding-top: 0px;
    padding-bottom: 30px;
}
    .why-content {
        width: 100%;
        margin-top: 25px !important;
    }
        .rs-header-two {
        padding: 10px 10px !important;
    }
 }


    .rs-counter-one .rs-counter-number, .rs-counter-one .prefix {
        font-size: 80px !important;
    }
