/* start gallery css */

#carousel .owl-nav{
    display: none;
}
.wrapper {
    width: 100%;
  }
  .photobanner {
    position: relative;
    height: 233px;
    margin-bottom: 30px;
    display: flex;
  }

  .photobanner img {
    margin: 0px 25px;
    box-shadow: 2px 2px 8px #8a8a8a;
  }

  .photobanner {
    animation: bannermove 50s linear infinite alternate-reverse;
  }

  @keyframes bannermove {
    from {
      left: 0px;
    }
    to {
      left: -2700px;
    }
  }

/* end gallery css */



/* start service css */
a,
        a:active,
        a:focus {
            color: black;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
.fancy-title-view1 {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}
.fancy-title-view1 h2 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.fancy-title-view1 p {
    margin-bottom: 0px;
    display: inline-block;
}
.fancy-title-view1 i {
    font-size: 22px; }
.fancy-title-view1-color h2,
.fancy-title-view1-color p {
    color: #ffffff;
}

        .light-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background-color: #000;
}
.categories-view1-full {
    padding: 80px 0px 80px 0px;
    margin-top: 0;
    margin-bottom: 0;
    background: url(https://thumbs.dreamstime.com/b/red-bull-hangar-museum-salzburg-austria-fantastic-rac-care-cars-airplanes-bikes-amazing-glass-next-to-airport-place-name-184980944.jpg);
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}
.categories,.categories-view1-wrap {
    float: left;
    width: 100%;
}
.categories ul li       { list-style: none; }
.categories > ul > li   {
    float: none;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    vertical-align: top;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
    padding: 30px 30px 30px 75px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
}
.categories-view1 i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
        color: #fb236a;
    width: 70px;
    height: 70px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 18px;
    margin-top: -36px;
    background-color: #040545;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.categories-view1 li:hover i {
    color: #ffffff;
    background-color: #040545;
}
.categories-view1 a {
    display: block;
    font-weight: 700;
    margin-bottom: 0px;
}

.main-load-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
.main-load-btn a {
    display: inline-block;
    line-height: 1;
    padding: 18px 45px;
    color: #ffffff;
    border-radius: 40px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fb236a;
}
.main-load-btn a:hover {
    background-color: #040545;
}
.more-spacer {
    float: left;
    width: 100%;
    margin: 10px 0px;
}


/* end service css */



/* client testimonial css */

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #040545;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
        margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100%;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #040545;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #040545;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/*  end client testimonial css*/



/* start about section css */

.about-load-btn {
    float: left;
    text-align: center;
}
.about-load-btn a {
    display: inline-block;
    line-height: 1;
    padding: 9px 15px;
    color: #ffffff;
    border-radius: 18px;
    /* font-weight: 600; */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #040545;
}

/* end about css */


/* start catelog pdf css */
.scroll-container {
    height: 1500px;
    overflow-y: scroll;
    border: 1px solid #ddd; /* Optional: Add a border for better visibility */
    user-select: none; /* Prevent text selection */
}
.no-download {
    pointer-events: none; /* Disable mouse events */
}
/* end catelog pdf css */




/* start service core values css */
.common-sec.live-calls {
    /* background-color: #e7e7e7; */
    padding: 50px 0;
    /* background-image: url('https://www.abpowerbd.com/images/background/home-bg-img.webp'); */
    background-size: cover;
    background-position: center;
    /* opacity: .5; */
}

.common-sec .container {
    position: relative;
}

.common-sec .row {
    /* background-color: #e7e7e7;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-sec .img-box {
    padding: 5px;
    border-radius: 8px;
    overflow: hidden;
}

.common-sec img {
    max-width: 100%;
    height: auto;
    display: block;
}

.common-heading{
  font-size: 27px;
}
.common-sec .common-heading {
    color: #008000; /* Green text color */
    font-weight: bold;
}


.common-sec .checked {
    list-style: none;
    padding-left: 0;
}

.common-sec .checked li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

ul.checked li:before {
    content: "✓";
    font-weight: bolder;
    color: #fff;
    width: 20px;
    height: 19px;
    background: #040545;
    position: absolute;
    left: 0;
    top: 2px;
    transition: all 200ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.checked li {
    padding: 0 0 0 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1rem;
}




.btn.common-btn {
    background-color: #ff0000; /* Red button color */
    color: #fff;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
    border: 2px solid #ff0000;
}

.btn.common-btn:hover {
    background-color: #ffffff; /* Darker red on hover */
    color: #ff0000;
    border: 2px solid #ff0000;
}

a.common-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #ffffff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}


/* end service core values css */




/* start catelog css */
img.no-download {
    width: 100%;
}

/* end categlog */






/* start client testimoial css */
*{
	margin:0px;
	padding:0px;
}
#client-logos .item {
    margin: 1px;
}
.cover-wrapper {
    padding: 0px;
}
.client-inners img {
    height: 100%;
    object-fit: contain;
}
.client-inners {
    border: 1px solid #ccc;
    height: 85px;
    text-align: center;
    padding: 8px;
}

.owl-nav img {
    width: 34px;
}
.owl-prev img {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -20px;
}
.owl-next img {
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -20px;
}

/* end client testimoial css */




.common-sec:nth-child(even):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-bottom: 1px solid #f6f6f6;
    z-index: -1;
}

.corporateBox:before, .corporateBox:after {
    content: "";
    border: 4px solid var(--site-secondary-color);
    border-radius: 50px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.corporateBox .service-icon img {
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    transition: 2s;
}


.corporateBox .service-icon img {
    box-shadow: 0 0 5px 0 #040545;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 2px;
}


img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}


.corporateBox {
    color: var(--site-secondary-color);
    text-align: center;
    padding: 0 15px 5px;
    position: relative;
    z-index: 1;
    height: 100%;
}


.corporateBox:after {
    border-style: dotted;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    top: 35%;
    bottom: 55px;
}


.corporateBox:before, .corporateBox:after {
    content: "";
    border: 4px solid var(--site-secondary-color);
    border-radius: 50px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-section .about-text {
    margin-top: -9px;
}



.sub-heading {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: red;
    line-height: 34px;
    margin-bottom: 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.text-center .sub-heading::before {
    content: "";
    background-color: red;
    width: 24px;
    height: 3px;
    margin-right: 10px;
}


.sub-heading::after {
    content: "";
    background-color: red;
    width: 24px;
    height: 3px;
    margin-left: 10px;
}


.about-text .sub-heading::after {
    content: "";
    background-color: #ff0000;
    width: 24px;
    height: 3px;
    margin-left: 10px;
}


.intro-body {
    max-width: 900px;
    background: linear-gradient(86deg, #042147, #8d888821);
    padding: 10px;
    border-radius: 5px;
}

strong {
    font-weight: bolder;
    color: black;
}



/* contact and about us div */

.commonPrefooter {
    padding: 0px 0px; /* Padding around the section */
    position: sticky; /* Ensures the :before pseudo-element is positioned correctly */
}



.cta {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.cta:before {
    content: "";
    background-color: #040545; /* Adjusted green color with transparency */
    opacity: 0.9; /* Slightly reduce opacity for a softer background */
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1; /* Place the background behind the content */
}

.large-heading {
    font-size: 1.5rem; /* Adjust font size */
    color: #fff; /* White text color */
    font-weight: 700;
    line-height: 1.4; /* Adjust line height for readability */
    margin-bottom: 0; /* Remove bottom margin */
}


.commonPrefooter .cta-contact,
.commonPrefooter .cta-phone {
    display: inline-flex;
    align-items: center;
    color: #040545; /* Text color to match background */
    background-color: #fff; /* Button background color */
    border-radius: 50px; /* Rounded button corners */
    padding: 6px 15px; /* Button padding */
    font-weight: bold;
    font-size: 1rem; /* Adjust font size */
    transition: background-color 0.3s ease-in-out;
}

.commonPrefooter .cta-contact:hover,
.commonPrefooter .cta-phone:hover {
    background-color: #040545; /* Button hover effect */
    color: #fff; /* Text color on hover */
    border: 2px solid white;
}

.commonPrefooter .cta-contact i,
.commonPrefooter .cta-phone i {
    margin-right: 8px; /* Space between icon and text */
    font-size: 1.2rem; /* Adjust icon size */
}

@media (max-width: 991.98px) {
    .large-heading {
        margin-bottom: 20px; /* Space between heading and buttons on smaller screens */
    }

    .common-btn {
        margin-bottom: 10px; /* Space between buttons on smaller screens */
        margin-right: 0; /* Remove margin on the right for smaller screens */
    }
}


/* certificate section css */
.common-sec {
    padding: 60px 0;
    background-color: #f9f9f9;
  }

.common-heading {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.home-gallery {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.home-gallery img {
  width: 100%;
  border-radius: 8px;
  height: 380px !important;
}
.Certifications {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.Certificate {
  max-width: 280px;
  flex: 1;
}

.Certificate img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.Certificate img:hover {
  transform: scale(1.05);
}

.text-center.mt-4 {
  margin-top: 30px;
}




.home-gallery .common-heading {
  font-size: 22px;
  margin-bottom: 10px;
}

.home-gallery img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .Certifications {
      flex-direction: column;
  }

  .Certificate {
      max-width: 100%;
  }

  .text-center {
      margin-top: 20px;
  }
}


/* start service and solutions */

.title a {
    color: red !important;
}
.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.service-icon span {
    display: inline-block;
}

.service-icon img {
    width: 100px;
    height: 100px;
    transition: transform 0.3s ease;
}

.service-icon img:hover {
    transform: scale(1.1);
}


.corporateBox:hover .service-icon img {
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    transform: rotatey(360deg);
}

.corporateBox .service-icon img {
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    transition: 2s;
}
.corporateBox .service-icon:before {
    content: '';
    background-color: #040545;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    position: absolute;
    top: 49%;
    left: -20px;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.corporateBox .service-icon {
    background: #ffffff;
    height: 86px;
    width: 86px;
    margin: 0 auto 40px;
    border-radius: 50%;
    border: 15px solid #fff;
    position: relative;
}


@media (max-width: 576px) {
  .corporateBox .service-icon {
    height: 0px;
    width: 86px;
  }
}

.corporateBox:before, .corporateBox:after {
    content: "";
    background-color: #fff;
    border: 4px solid #040545;
    border-radius: 50px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


.corporateBox:after {
    border-style: dotted;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    top: 35%;
    bottom: 55px;
}



/* start feature products css */
bg-section .common-box .common-heading a {
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
    display: block;
    text-align: center;
    padding: 5px;
}


.bg-section .common-box .content {
    background: white;
}

/* end feature css */

.btn-danger {
    color: #fff;
    background-color: #ed0b21;
    border-color: #ed0b21;
}


.carousel-item-a.intro-item {
    position: relative;
    background-size: cover;
    background-position: center;
  }
  
  .carousel-item-a.intro-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(26, 26, 26, 0.5); Adjust the opacity here (0.5 = 50% opacity) */
    z-index: 1;
  }
  
  .intro-content {
    position: relative;
    z-index: 2; /* Ensure the text/content appears on top of the overlay */
  }
  
  .about-text p{
    text-align: justify;
  }
  