
.auto-container {
    font-size: 18px;
}

.text_two {
    text-decoration: none;
}


.door-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.door-list li {
  margin-bottom: 8px;
  display: flex;
  /* align-items: center; */
}
.door-list i {
  margin-right: 8px;
  color: #C69453; 
  font-size: 1.1rem;
}

.contact-details__info li .icon {
  min-width: 80px;
  /* font-size: small; */
}

 /* h6 {
  margin-bottom: 5px;
  /* font-weight: 500; */
/* }  */
.gap {
  margin-bottom: 0px;
}

.contact-details__info li .text span {
    font-size: 14px;
    
}

.contact-details__info li .text a {
    font-size: 14px;
}

/* .sec-title h2 {
  font-weight: var(500);
} */

.fa-check-circle::before {
  margin-left: -1px;
}

.feature-block {
    margin-bottom: 7px;
    margin-top: 99px;
}

.counter-block {
    position: relative;
    margin-bottom: 86px;
}

.door-list strong {
  margin-right: 4px;
}

.team-block .info-box .name {
  font-size: 18px;
}

.about-section {
  padding-bottom: 30px;
}

.about-section .content-column .inner-column .text.two {
  text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    font-weight: 500;
}

.help-title {
  font-weight: 500;
}

.innerpage .accordion-box .block .acc-btn {
  font-weight: 500;
}

.help-contact p {
  font-weight: 500;
}

.help-contact a {
  font-weight: 500;
}


.sidebar-column {
    height: fit-content;
    overflow: visible;
}

.service-sidebar {
    position: sticky;
    top: 20px;
    z-index: 100; /* Ensure it stays above other content */
}


.banner-section-one .slide-item .bg-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.door-list i {
  color: var(--theme-color1);
}

.sec-title .sub-title:before {
  filter: hue-rotate(322deg);
}

@media only screen and (max-width: 767px) {
  .col-xl-4.col-lg-4.order-2.order-lg-1 {
    display: flex;
    justify-content: center;
    /* text-align: center; */
    margin-top: 30px;
    margin-bottom: -102px;
  }
  
  .service-sidebar {
    max-width: 500px;
    width: 100%;
  }
  
  .sidebar-service-list a {
    justify-content: center;
  }

  .page-title .title {
  font-size: 35px;
  color: #ffffff;
  /* font-weight: 600; */
  margin-bottom: 0px;
}

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 40px;
    min-height: 100px;
    margin-bottom: -65px;
}

.team-block .info-box .name {
    font-size: 25px;
}
.team-block .info-box .designation {
    position: relative;
    color: #7a7a7a;
    font-size: 20px;
    display: block;
    -webkit-transition: all 300ms 
ease;
    transition: all 300ms 
ease;
}

.team-section {
        padding-top: 50px;
        margin-bottom: -50px;
}

    .services-section-two {
        padding: 50px 0 50px 0;
    }

    .contact-list-one {
    position: relative;
    padding: 261px 0px 0px 20px;
}
.icon {
  margin-right: 20px;
}

    .about-section .content-column {
        margin: 30px 0px 30px 0px;
    }
    .pb-70 {
    padding-bottom: 10px !important;
}

section > .container, section > .container-fluid {

  padding-bottom: 60px;
}

.contact-details__info li .text a {
    font-size: 17px;
}

.contact-details__info li .text span {
    font-size: 16px;
}

h6 {
    /* font-size: var(--h6-font-size); */
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
    font-size: 18px;
    margin-bottom: 3px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
    margin-bottom: 90px;
}

    .header-style-one .header-lower .logo-box {
        height: auto;
        min-width: 250px;
        padding: 8px 10px;
        margin: 0;
    }

    .sticky-header .logo {
    padding: 5px 0;
}

    .icon {
        margin-right: 5px;
    }

        .header-style-one .main-box .outer-box {
        margin-right: 10px;
    }



}




