@import url("../../css2");
body {
    font-family: "Libre Franklin", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #24272c;
    font-weight: 400
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Libre Franklin", sans-serif;
    line-height: 1.5;
    font-weight: 600 !important
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    line-height: 1.2
}
::selection {
    background: #2f333a;
    color: #fff
}
a {
    text-decoration: none !important
}
p {
    line-height: 1.6
}
.bg-hero-150 {
    position: relative;
    padding: 150px 0;
    background-size: cover !important;
    align-self: center;
    background-position: center center
}
.section {
    padding: 100px 0;
    position: relative
}
@media (max-width: 768px) {
    .section {
        padding: 60px 0
    }
}
.section-two {
    padding: 48px 0;
    position: relative
}
.bg-overlay {
    background-color: rgba(22, 28, 45, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}
.title-heading .heading {
    font-size: 42px !important;
    letter-spacing: 0.2px;
    line-height: 1.5
}
@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 34px !important
    }
}
.title-heading .heading.sub-heading {
    font-size: 32px !important
}
@media (max-width: 768px) {
    .title-heading .heading.sub-heading {
        font-size: 28px !important
    }
}
.title-heading .letter-spacing {
    letter-spacing: 1px
}
.title-heading .para-desc {
    font-size: 20px;
    letter-spacing: 0.5px
}
@media (max-width: 768px) {
    .title-heading .para-desc {
        font-size: 16px
    }
}
.section-title {
    position: relative
}
.section-title .title {
    letter-spacing: 0.5px;
    font-size: 28px !important
}
@media (max-width: 768px) {
    .section-title .title {
        font-size: 24px !important
    }
}
.para-desc {
    max-width: 600px;
    font-size: 16px
}
.avatar.avatar-small {
    width: 40px;
    height: 40px
}
.avatar-two.avatar-small {
    width: 30px;
    height: 30px
}
.avtar-three.avatar-small {
    width: 45px;
    height: 45px
}
.social-icon li a {
    color: #adb5bd;
    border: 1px solid #252f4c;
    display: inline-block;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative
}
.social-icon li a .fea-social {
    stroke-width: 2
}
.social-icon li a:hover {
    background-color: #EA580C;
    border-color: #EA580C !important;
    color: #fff !important
}
.social-icon li a:hover .fea-social {
    fill: #EA580C
}
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important
    }
}
.row>* {
    position: relative
}
h1,
.fs-1,
.h1,
.fs-1 {
    font-size: 42px !important
}
h2,
.fs-2,
.h2,
.fs-2 {
    font-size: 36px !important
}
h3,
.fs-3,
.h3,
.fs-3 {
    font-size: 30px !important
}
h4,
.fs-4,
.h4,
.fs-4 {
    font-size: 24px !important
}
h5,
.fs-5,
.h5,
.fs-5 {
    font-size: 18px !important
}
h6,
.fs-6,
.h6,
.fs-6 {
    font-size: 16px !important
}
.shadow {
    box-shadow: 0 0 3px rgba(36, 39, 44, 0.15) !important
}
.bg-primary {
    background-color: #EA580C !important
}
.bg-soft-primary {
    background-color: rgba(234, 88, 12, 0.05) !important;
    color: #EA580C !important
}
.bg-blur-primary {
    backdrop-filter: blur(12px);
    background-color: rgba(234, 88, 12, 0.8)
}
.text-primary {
    color: #EA580C !important
}
a.text-primary:hover,
a.text-primary:focus {
    color: #d24f0b !important
}
.bg-secondary {
    background-color: #838589 !important
}
.bg-soft-secondary {
    background-color: rgba(131, 133, 137, 0.05) !important;
    color: #838589 !important
}
.bg-blur-secondary {
    backdrop-filter: blur(12px);
    background-color: rgba(131, 133, 137, 0.8)
}
.text-secondary {
    color: #838589 !important
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #76787c !important
}
.bg-success {
    background-color: #3bf3a6 !important
}
.bg-soft-success {
    background-color: rgba(59, 243, 166, 0.05) !important;
    color: #3bf3a6 !important
}
.bg-blur-success {
    backdrop-filter: blur(12px);
    background-color: rgba(59, 243, 166, 0.8)
}
.text-success {
    color: #3bf3a6 !important
}
a.text-success:hover,
a.text-success:focus {
    color: #23f29b !important
}
.bg-warning {
    background-color: #fcb249 !important
}
.bg-soft-warning {
    background-color: rgba(252, 178, 73, 0.05) !important;
    color: #fcb249 !important
}
.bg-blur-warning {
    backdrop-filter: blur(12px);
    background-color: rgba(252, 178, 73, 0.8)
}
.text-warning {
    color: #fcb249 !important
}
a.text-warning:hover,
a.text-warning:focus {
    color: #fca730 !important
}
.bg-info {
    background-color: #6cf !important
}
.bg-soft-info {
    background-color: rgba(102, 204, 255, 0.05) !important;
    color: #6cf !important
}
.bg-blur-info {
    backdrop-filter: blur(12px);
    background-color: rgba(102, 204, 255, 0.8)
}
.text-info {
    color: #6cf !important
}
a.text-info:hover,
a.text-info:focus {
    color: #4dc4ff !important
}
.bg-danger {
    background-color: #ee2f20 !important
}
.bg-soft-danger {
    background-color: rgba(238, 47, 32, 0.05) !important;
    color: #ee2f20 !important
}
.bg-blur-danger {
    backdrop-filter: blur(12px);
    background-color: rgba(238, 47, 32, 0.8)
}
.text-danger {
    color: #ee2f20 !important
}
a.text-danger:hover,
a.text-danger:focus {
    color: #e32111 !important
}
.bg-dark {
    background-color: #24272c !important
}
.bg-soft-dark {
    background-color: rgba(36, 39, 44, 0.05) !important;
    color: #24272c !important
}
.bg-blur-dark {
    backdrop-filter: blur(12px);
    background-color: rgba(36, 39, 44, 0.8)
}
.text-dark {
    color: #24272c !important
}
a.text-dark:hover,
a.text-dark:focus {
    color: #191b1e !important
}
.bg-muted {
    background-color: #8492a6 !important
}
.bg-soft-muted {
    background-color: rgba(132, 146, 166, 0.05) !important;
    color: #8492a6 !important
}
.bg-blur-muted {
    backdrop-filter: blur(12px);
    background-color: rgba(132, 146, 166, 0.8)
}
.text-muted {
    color: #8492a6 !important
}
a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important
}
.bg-light {
    background-color: #f2f6fa !important
}
.bg-soft-light {
    background-color: rgba(242, 246, 250, 0.05) !important;
    color: #f2f6fa !important
}
.bg-blur-light {
    backdrop-filter: blur(12px);
    background-color: rgba(242, 246, 250, 0.8)
}
.text-light {
    color: #f2f6fa !important
}
a.text-light:hover,
a.text-light:focus {
    color: #e0e9f3 !important
}
.bg-footer {
    background-color: #202942 !important
}
.bg-soft-footer {
    background-color: rgba(32, 41, 66, 0.05) !important;
    color: #202942 !important
}
.bg-blur-footer {
    backdrop-filter: blur(12px);
    background-color: rgba(32, 41, 66, 0.8)
}
.text-footer {
    color: #202942 !important
}
a.text-footer:hover,
a.text-footer:focus {
    color: #181e30 !important
}
.service.service-one {
    transition: all 0.5s ease
}
.service.service-one:hover {
    background-color: #EA580C;
    color: #fff;
    transition: all 0.5s ease
}
.service.service-one:hover i {
    color: #fff !important
}
.service.service-one:hover .para {
    color: #fff !important
}
.service.service-one:hover a {
    color: #fff !important
}
.service.service-two {
    transition: all 0.5s ease
}
.service.service-two:hover {
    background-color: #f2f6fa !important
}
.service .content .title:hover {
    color: #EA580C !important
}
.service.service-three .service-img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease
}
.service.service-four i {
    height: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background-color: rgba(234, 88, 12, 0.1)
}
.service.service-five .btn {
    background-color: rgba(234, 88, 12, 0.1)
}


:root {
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
  }
.cd__main{
    display: block !important;
    background: transparent !important;
 }

 @keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .gallery-item {
    display: block;
  }
  
  .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }
  
  .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }
  
  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .lightbox-modal .lightbox-content {
    width: 100%;
  }
  
  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }
  
  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-inner {
    width: 75%;
  }
  
  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }
  
  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }
  
  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }
  
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
      filter: none;
  }