.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;
}
/*---------ng---------*/

.services-box {
  background-color: #feebda;
  color: white;
  /*width: 250px;*/
  padding: 30px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.services-box:hover {
  background-color: #e97b17;
}

.services-box h3,
.services-box p {
  margin: 0px;
  text-align: center;
}

.services-box i {
  background-color: white;
  color: #d2691e;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-bottom: 16px;
  font-size: 24px;
}

.rwd-table {
  /*margin: auto;*/
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

/*.rwd-table tr:first-child {*/
/*  border-top: none;*/
  /*background: #428bca;*/
/*  color: #fff;*/
/*}*/

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
  border: 1px solid grey;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
thead, tbody, tfoot, tr, td, th {
 
    border-width: 1px;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table thead tr:first-child th {
  background-color: #428bca;
  color: white;
}

.rwd-table thead tr:nth-child(2) th {
  background-color: #428bca;
  color: white;
  font-weight: normal;
}