:root {
  --theme-color: #0095e5;
}
.banner-content{
    padding: 60px 0px;
    padding-right: 0px;
}
.banner-content h6 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
}
.banner-content p {
    line-height: 32px;
    border-left: 3px solid var(--theme-color);
    padding-left: 20px;
    padding-right: 25px;
}
.theme-text{
    color:#0095e5;
}
.banner-image img{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-top: 30px;
}
.banner-image{
    padding-top: 10px;
    padding-bottom: 15px;
}
.theme-btn-1 i{
    margin-left: 10px;
}
.theme-outline-btn{
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    color: var(--theme-color);
    border:1px solid var(--theme-color);
}
.theme-outline-btn i{
    margin-left: 10px;
}

.slick-slide img {
    display: inline-block;
    text-align: center;
    width: 80px;
    /* border: 1px solid #7a7a7a; */
    border-radius: 50%;
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.ltn__category-item-name h6{
    font-size: 14px;
    font-weight: 500;
}
.ltn__category-area .slick-slide{
    width: 170px !important;
}

.ltn__category-slider-active-six {
    border-bottom: 1px dashed #414242 !important;
    border-top: 1px dashed #414242 !important;
    padding-top: 45px;
}
.about-us-img-wrap img {
    width: 100%;
}
.about-us-page .about-us-img-wrap img{
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.ltn__faq-area p{
    margin-bottom: 0px;
    font-size: 14px;
}
.ltn__copyright-area a:hover{
    color:#fff;
    font-weight: 500;
}
.border-top {
    border-top: 1px dashed #414242 !important;
}
footer .ltn__social-media li a{
    width: 45px;
    height: 45px;
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}
.contact-info-widget{
    padding-left: 50px;
}
footer p{
    margin-bottom: 1em;
}
.ltn__testimonial-area{
    margin-bottom: 80px;
}

.ltn__blog-details-wrap hr {
    margin-top: 10px;
    margin-bottom: 47px;
    border-top: 1px solid #333333 !important;
}

.banner-image .scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 5px 10px 5px;
    position: relative;
}

.banner-image .scroll-container .scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 60s linear infinite;
}
.banner-image .scroll-container .scrolling-text a i{
    color:#ffc107;
    margin-right: 5px;
}
.banner-image .scroll-container .scrolling-text a {
    padding-right: 20px;
    border-right: 2px solid #000;
    margin-right: 20px;
}
.banner-image .scroll-container .scrolling-text a:last-child{
    border-right: none !important;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.award-scroller .container .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;

}
.award-scroller .container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
.award-scroller .container .slider .logos .fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.award-scroller{
  padding-bottom: 80px;
}

#whatsappBtn {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 1000;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 40px;
    transition: background-color 0.3s ease;
}
#download-cost-sheet {
    position: fixed;
    bottom: 260px;
    right: 0px;
    z-index: 1000;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    transition: background-color 0.3s ease;
}
#download-cost-sheet img{
    width: 60px;
}
.seo-footer{
    background: var(--section-bg-1);
    padding-top: 50px;
    
}
.seo-link{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.seo-link a{
  font-size: 14px;
}

.footer-show-btn {
    background: #0095e5;
    border: none;
    margin-top: 20px;
    padding-top: 5px;
    border-radius: 0;
    position: relative;
    line-height: 7px;
    color: #fff;
}
.footer-show-btn {
    width: 140px;
    margin: 0px auto;
    height: 40px;
}


.ltn__testimonial-slider-3-active .slick-list {
  overflow: hidden !important;
  padding: 0 !important;
}

.ltn__testimonial-slider-3-active .slick-slide {
  margin: 0 10px; /* space between cards */
}

.ltn__testimonial-slider-3-active .slick-track {
  display: flex !important;
}

.ltn__testimonial-slider-3-active .slick-slide > div {
  width: 100% !important;
}
.ltn__main-menu .active{
  color: var(--theme-color);
}
.ltn__call-to-action-area h1 {
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 30px;
    text-shadow: 1px 2px 3px #494747;
}
.call-to-action-inner-6 {
    padding: 30px 60px;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider.bottom-client-logo-slider {
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider.bottom-client-logo-slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider.bottom-client-logo-slider .slide {
  height: 200px;
  width: 250px;
}
.bootom-footer-btn{
  margin-top: 80px;
}
.slider.bottom-client-logo-slider .slide img{
  width: 100% !important;
  height: 100%;
}

.inner-page-top-banner {
    background: #F2F6F7;
    padding: 20px 0px;
}
.inner-page-top-banner h2{
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Barlow", sans-serif;
    margin-bottom: 5px;
}
.breadcrumb li{
    margin-top: 0px;
}
.about-us-page{
  padding: 60px 0px;
}
.team-img img{
  width: 100%;
}
.team-info h4{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
}
.team-info h6 {
    color: var(--ltn__secondary-color) !important;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ltn__team-details-member-info h2{
  font-size: 24px;
}
.ltn__team-details-member-info h6{
    font-size: 14px;
    font-weight: 500;
}
.team-details-img img{
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.ltn__blog-area .ltn__blog-brief p{
    height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
}
.ltn__comment-inner p{
  margin-bottom: 10px;
}