.banner-slider-button-prev{
    position: absolute;
    top: 50%;
    left:30px;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color:#fff;
    background-color:#0000;
    border-radius:50%;
    border:2px solid #ee7d1c;
    
}

.banner-slider-button-next{
    position: absolute;
    top: 50%;
    right:30px;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color:#fff;
    background-color:#0000;
    border-radius:50%;
    border:2px solid #ee7d1c;
}

.banner-slider-button-prev,.banner-slider-button-next{
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-carousel .content-box{
    max-width:900px;
}

.banner-style-16 .content-box h6,.sub-title{
    color:#e97b17;
}
.theme-btn-one{
    background-color:#e97b17;
}

.service-block-four .inner-box .link-btn a{
    color:#e97b17;
}
.about-style-five{
    background-color:#fff;
}
.about-style-five .content-box .list-inner .list-item li ,.about-style-five .content-box p ,.about-style-five .content-box h2{
    color:#000;
}

.about-style-five .content-box .list-inner .list-item li:before {
    filter: invert(1);
}
.about-style-five .content-box h2{
    font-style:normal;
}

.project-1-overlay:before{
    background-color:#e97b17;
}
.theme-color{
    color:#e97b17;
}
.c_primary {
    color: #e97b17;
}

.project-1-content {
    position: absolute;
    left: 15px;
    bottom: 40px;
    transition: .5s;
    transform: translateY(10px);
    opacity: 0;
}
.bgfix {
  background-image: url('../images/align/home/probg.jpg');
  background-size: cover; /* Fixed typo "cove" → "cover" */
  background-position: center;
  background-attachment: fixed;

  clip-path: polygon(
    0% 0%, 100% 0%, 100% 85%, 
    90% 90%, 80% 85%, 70% 90%, 
    60% 85%, 50% 90%, 40% 85%, 
    30% 90%, 20% 85%, 10% 90%, 
    0% 85%
  );
}

.bggr{
    background-image: linear-gradient(335deg, #feebda 50%, transparent 50%);
    /*background-image: linear-gradient(39deg, #feebda 50%, transparent 50%);*/
}



.contact-section .form-inner .form-group button{
    background-color:#e97b17;
}
.contact-section .content-box h3 a {
    display: inline-block;
    color: #e97b17;
}
.contact-section .content-box span{
    color:#e97b17;
}
.working-section.home-17{
    background-color:#fff;
}

.chooseus-style-two .image-layer .shape-1 {
    position: absolute;
    right: -5px;
    bottom: 71px;
    width: 463px;
    height: 463px;
    background: #e97b17;
    border-radius: 50%;
}

.chooseus-style-two .image-layer .shape-2 {
    position: absolute;
    right: -18px;
    bottom: 75px;
    width: 491px;
    height: 510px;
    border: 2px solid #b9b9b9;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .image-box .icon-box{
    background-color:#e97b1c;
}

.working-section.home-17 .working-block-one .inner-box .icon-box {
    background: #fff8e2;
}

.working-section.home-17 .working-block-one .inner-box .icon-box span {
    background: #e97b17;
}
.testimonial-section.home-16 {
    background: #000000;
}
.testimonial-section .outer-container {
    position: relative;
    padding: 120px 0px 115px 0px;
    background: #000000;
}

.inner-box .icon-box .icon{
  width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-box .icon-box .icon img{
  width: 80px;
    height: 80px;
    
}

.icon-box{
    display:flex;
    justify-content:center;
    align-items:center;
}

.fun-fact-1-block img{
    width:60px;
}
.contact-section {
    background-color:#ffffff;
}
.bg-layer{
    z-index:-1;
}
.bg-layer:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
background-image: linear-gradient(90deg, #000000d1, transparent 50%);
}

.banner-carousel .swiper-slide .bg-layer{
    height:950px;
}

.sidemenu-nav-toggler:hover {
    background-color: #e97b17;
    border-color: #e97b17;
}
