
.boxed_wrapper{
    background-color: var(--background-color);
}

.working-block-one .inner-box .count-text{
    transform: translateX(50%);
}

.content_block_one .content-box .inner-box .single-item{
    max-width: 100%;
}

.about-section .content_block_one p,
.about-style-three .content_block_one p{
    margin: inherit;
}

.expertise-section{
    padding-top: 200px !important;
}

.expertise-section .image-layer{
    bottom: 25px !important;
}

.expertise-section .image-layer img{
    max-width: 624px;
    max-height: 713px;
}

.about-section .image-box .image-2 img{
    max-width: 350px;
    max-height: 250px;
}

.chooseus-style-two .bg-layer{
    z-index: initial !important;
}

.banner-carousel .banner-bg-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.banner-carousel .banner-bg-img div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-block-one .inner-box .lower-content .designation,
.team-block-one .inner-box .lower-content .title{
    font-size: small;
    white-space: nowrap;
}

.map-section{
    position: relative;
    height: 600px;
}

.map-section div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.loader {
  width: 40px;
  aspect-ratio: 1;
   --c: linear-gradient(#FFF 0 0);
   --m: radial-gradient(farthest-side,#fff 92%,#0000);
  background:
    var(--c),var(--m),
    var(--c),var(--m),
    var(--c),var(--m);
  background-size: 8px 15px,8px 8px;
  background-repeat: no-repeat;
  animation: l15 2s infinite;
}
@keyframes l15 {
  0%     {background-position: 0 0               ,0 100%,50% 0               ,50% 100%,100% 0               ,100% 100%}
  11.11% {background-position: 0 calc(100% - 8px),0 100%,50% 0               ,50% 100%,100% 0               ,100% 100%}
  22.22% {background-position: 0 calc(100% - 8px),0 100%,50% calc(100% - 8px),50% 100%,100% 0               ,100% 100%}
  33.33% {background-position: 0 calc(100% - 8px),0 100%,50% calc(100% - 8px),50% 100%,100% calc(100% - 8px),100% 100%}
  44.44% {background-position: 0 0               ,0 15px,50% calc(100% - 8px),50% 100%,100% calc(100% - 8px),100% 100%}
  55.55% {background-position: 0 0               ,0 15px,50% 0               ,50% 15px,100% calc(100% - 8px),100% 100%}
  66.66% {background-position: 0 0               ,0 15px,50% 0               ,50% 15px,100% 0               ,100% 15px}
  77.77% {background-position: 0 0               ,0 100%,50% 0               ,50% 15px,100% 0               ,100% 15px}
  88.88% {background-position: 0 0               ,0 100%,50% 0               ,50% 100%,100% 0               ,100% 15px}
  100%   {background-position: 0 0               ,0 100%,50% 0               ,50% 100%,100% 0               ,100% 100%}
}

.clients-section .clients-logo img{
    width: 170px !important;
}