::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #ec8c20;
  /* background-image: -webkit-linear-gradient(45deg, rgb(0 0 0) 25%, transparent 25%, rgba(0, 0, 0, 0) 50%, rgb(0 0 0) 50%, #000000 75%, transparent 75%, transparent); */
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}

.h4serv
  {
    font-size: 22px !important;
    color: #ec8c20;
    text-transform: capitalize;
}
.service__details-content b, strong
  {
    font-weight: 600;
    color: #ec8c20;
    font-size: 17px;
}
.whats:hover {
  background: #0d56ae;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
hr.custom-divider {
    width: 50%;
    margin: 0px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, #eeaa3f 0%, #00000021 40%, transparent 80%);
}
.custom-divider {
    height: 2px !important;
}

.blog-one__shape-1 {
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    background: #e2aa02;
    filter: blur(150px);
    z-index: -1;
    opacity: .35;
}

.blog-one__shape-2 {
    left: 0px;
    top: 0;
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    background: #e2aa02;
    filter: blur(150px);
    z-index: -1;
    opacity: .35;
}
 .icn-loc {
    padding-right: 11px;
    padding-top: 5px;
}
 .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wave path { fill: #fff;   }

 ul.social li {
    position: relative;
    color: #fff;
    margin-bottom: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
 }
 .icnfoot {
    padding-right: 10px;
}
 ul.social li:hover {
    color: var(--theme-color);
}
.footer-main{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: sticky;
}

.footer-main::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000bd;
    opacity: 1;
    content: "";
    z-index: -2;
}
.project__two-single {
  position: relative;
  height: 430px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  border-bottom: 7px solid #f1ad57;
}
.project__two-single .image {
  width: 100%;
  height: 100%;
}
.project__two-single .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
  .newdiv p {
    color: #fff;
}
 .radius {
    border-radius: 20px;
}
 .partestmonial p{
    margin-bottom: 0;
    color: #ffffffbf;
}
 .foot-logo {
    width: 220px;
}
.clr1 {
     color: #ec8c20;
    text-transform: capitalize;
}

 .blog-image {
    height: 310px;
    border-radius: 20px;
}
  .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}


 .blog-details {
    height: 390px;
    border-radius: 20px;
}
  .blog-details img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
 

.service-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    height: 265px;
}
.clrlang {
    color: #ec8c20;
    font-weight: 600;
}
.breadcrumb__area::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(302deg, #2323228a 0%, #232322, #232322 100%);
    opacity: 0.7;
    z-index: 9;
}
.z-index {
     z-index: 9;
}

.contact__two-single-info:last-child {
    margin-bottom: 0;
    border: 0;
}
.contact__two-single-info {
    padding: 25px 30px 25px 30px;
    border-radius: 20px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
    min-height: 240px;
}
.contact__two-single-info h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ec8c20;
    text-transform: capitalize;
}
.read-more-text {
    max-height: 8.5em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
    margin-bottom: 10px;
    margin-top: 10px;
}
.read-more-btn {
    background: none;
    border: none;
    color: #232322;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    margin-top: 10px;
    text-transform: capitalize;
    font-family: var(--primary-font);
}
.read-more-text.expanded {
  max-height: 1000px;  
}
.why-choose-us__four-image {
    position: relative;
    margin-left: 20px;
}
.aboutimg1 {
    height: 454px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    margin-bottom: 25px;
}
.about1 .aboutimg1:after {
    content: '';
    background-color: #fbf1e7;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    right: 43%;
    transform: translateX(50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
}
.mrgin {
    margin-right: 10px;
}
 .radiusbl {
    border-radius: 10px;
}
 .font-weight {
    font-weight: 500;
}

.h4blog {
    font-size: 20px;
}
 .blog-widget-title {
    text-transform: capitalize;
}

/*service details */
.service__details-content h1 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #ec8c20;
}
.service__details-content p {
    margin-bottom: 15px;
    /* opacity: 0.9; */
}

 
.service__details-content b, strong a{
    color: #ff870d;
}
.grecaptcha-badge{display: none;}
.banner {
    position: relative;
    width: 100%;
    height: 73vh;
    overflow: hidden;
}
.service__details-content h3 {
    margin-bottom: 15px;
    /* color: #ff870d; */
    font-size: 20px;
}
.detailserv-content {
    direction: ltr;  
    text-align: left;
}

.detailserv-content h2 {
    margin-top: 18px;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 26px;
    color: #ff870d;
}

.two-col .col-txt ul li {
    margin-bottom: 15px;
}

.two-col .col-txt ul li h4 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
    font-size: 20px;
}
.detailserv-content hr {
    width: 50%;
    margin: 5px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, #000000 0%, #0b7d8b 40%, transparent 80%);
}
.detailserv-content p {
    margin-bottom: 15px;
}

.detailserv-content .borderimgleft {
    border-left: 3px solid #ff870d;
}

.detailserv-content .borderimgright {
    border-right: 3px solid #ff870d;
}

.detailserv-content .sevpag-hero {
    border-radius: 15px;
    width: 100%;
    height: 400px;
    display: block;
    margin: 12px 0;
    object-fit: cover;
}


.detailserv-content .two-col {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 30px 0;
}


.detailserv-content .col-img {
    flex: 0 0 45%;
    max-width: 45%;
}

.detailserv-content .col-txt {
    flex: 0 0 55%;
    max-width: 55%;
}


.detailserv-content .two-col > *:only-child {
    margin: 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
 

.detailserv-content .center {
    text-align: center;
}
.mt1010 {
    margin-top: 10px;
    padding: 20px 35px;
}
.details-thumb1 {
    height: 375px;
    border-left: 3px solid #ff870d;
    margin-right: 15px;
    margin-bottom: 0;
}
.details-thumb2 {
    height: 375px;
    border-right: 3px solid #ff870d;
    margin-left: 15px;
    margin-bottom: 0;
 }
.service__details-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.9s;
}
.service__details-thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}.service__details-content ul li {
    margin-bottom: 10px;
}
.service__details-content ul li {
     list-style: disc;
    margin-left: 20px;
}

.callaction {
    margin-bottom: 20px;
    color: #ec8c20;
    font-size: 28px;
}
.contact__two-call {
    padding: 33px 30px 33px 30px;
    border-radius: 20px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #323231;
}
.ahover{color: #ec8c20;}
.ahover:hover{color: #fff;}
 .widload {
    width: max-content;
}

.service__details-content h2 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ec8c20;
    font-size: 22px;
}
.service__details-content ul {
     padding-left: 15px;
    margin-bottom: 15px;
}
.service-details-page hr:not([size])
  {
   margin-bottom: 10px;
    margin-top: 10px;
}
 .justify-content {
    justify-content: center;
}



 @media (min-width: 0px) and (max-width: 991px)
   {
       .service__details-content b, strong
  {
    font-weight: 600;
    color: #ec8c20;
    font-size: 20px;
}
.service__details-content h3 {
    margin-bottom: 15px;
    /* color: #ff870d; */
    font-size: 19px;
} 

.service__details-content h2 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ec8c20;
    font-size: 20px;
}
.service-widget-1 {
        margin-top: 20px;
    }.service-widget-1
  {
     padding: 20px 15px;
}
    .pb-50 {
    padding-bottom: 30px;
}
    .callaction {
    font-size: 20px;
}
    .service__details-thumb {
        height: 270px;
    }
        .details-thumb1 {
         margin-right: 0px;
    }
        .contact-page-form-area
  {
        margin-top: 20px;
        padding: 15px;
    }
    .contact-map iframe {
     height: 300px; 
}
    .h4blog {
    font-size: 19px;
}
.brand-section img {
     padding: 13px;
    height: 95px; 
}
    .choose-section figure.image {
        padding-left: 0px;
        margin-bottom: 15px !important;
    }
    h1.banner-title {
        font-size: 23px;
        line-height: 33px;
    }
    .banner-main {
        padding: 65px 0px;
    }
.section-title {
        font-size: 24px !important;
        line-height: 32px;
    }
.about-us-image-area .image-2 {
     display: none;
}
    .section-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }
.flex-direction {
     flex-direction: column-reverse;
}
.section-space-top {
        padding-top: 30px;
    }
.mb-50
  {
    margin-bottom: 30px;
}
.project__two-single {
     height: 395px; ;
}
.blog-image {
    height: 260px;
}
.section-space-medium {
        padding: 30px 0;
    }
.service-image img {
    height: 225px;
}
    .header-logo {
        max-width: 185px;
    }
    .header-area {
        padding: 18px 7px;
    }
.why-choose-us__four-image {
     margin-left: 0px;
     margin-top: 25px;
}
.aboutimg1 {
    height: 280px;
 }
.about1 .aboutimg1:after {
     right: 47%; 
}
     .mrgin {
        margin-right: 0px;
        margin-bottom: 10px;
    }
 .blog-details {
    height: 240px;
 }

.banner-text p{
  line-height: 26px; 
}



     
   }