/********** Template CSS **********/
:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}

ul li{
    font-size: 19px;
    font-weight: 500;
    font-family: 'Archivo', sans-serif;
    line-height: 30px;
    margin: 0px 0px 10px;
}
p{
    font-size: 19px;
    font-weight: 500;
    font-family: 'Archivo', sans-serif;
}
.img-responsive {
  margin-bottom: 30px;
}
.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 21px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

/* popup */
.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
  }
  .form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .form-container {
    background-color: #2d3638;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: #000000;
  }
  .close-button {
    background: none;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
  }
  .form-popup-bg:before {
    content: '';
    background-color: #fff;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .form-group {
    margin: 10px 0px;
}

.left{
    background: url("https://www.hashmicro.com/free-product-tour/images/freedemoasset.jpg") no-repeat center;
    background-size: cover;
    height: 100%;
  }


/*** Carousel Start ***/
.carousel-caption {
    position: absolute;
 right: 15%;
    bottom: 1.25rem;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;

}
.carousel-content h1{
    font-size: 45px;
}
.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;

    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
 
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 30%;
    left: 0;
    /* background: var(--bs-primary); */
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    /* background: var(--bs-secondary); */
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 30%;
    right: 0;
    /* background: var(--bs-primary); */
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    /* background: var(--bs-secondary); */
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-white);
    color: #000000;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-white);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 0;
    opacity: 1;
    transition: 0.5s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/BANNER.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


.layout_theme {
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 70px 0px 70px 0px;
    background-color: #2455a2;
}
.item_box-partners{
    height: 100%;
padding: 30px 30px 30px 30px;
background-color: #EFF3F6;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #DDDDDD;
border-radius: 15px 15px 15px 15px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.item_box-partners img{
    height: 90px;
    display: block;
    margin: 0 auto;
}
.item_box-partners span{
    color: #000;
}
.item_box {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.item_box_service img {
    height: 90px;
    display: block;
}
.item_box_service p {
    font-size: 12px;
}

    .item_box img {
        width: 40px;
    }
    .item_box span{
        font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.bg-heroIndustr {
    background: url(../img/background.png)  no-repeat;
    background-size: cover;
}
.bg-heroService {
    background: url(../img/Industriesbanner.png)  no-repeat;
    background-size: cover;
}
.bg-heroIndustr-Partners{
    background: url(../img/Partners\ and\ Programs.png)  no-repeat;
    background-size: cover;
}
.bg-heroIndustrabout{
    background: url(../img/aboutbackground.png)  no-repeat;
    background-size: cover;
}
.bg-hero {
    background: url(../img/Retail-ERP-3.png)  no-repeat;
    background-size: cover;
}
.bg-hero6 {
    background: url(../img/news_benner.png)  no-repeat;
    background-size: cover;
}
.bg-hero1{
  background: url(../img/pro-tutorial.jpg)  no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}
.bg-light{
    background-color: #e1e1e1;
}
.about-start,
.about-end {
    background:#e1e1e152;
   
}
.form-control:disabled, .form-control:read-only{
    background-color: #ffffff;
    color: #000;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -59px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -34px;
        z-index: 1;
    }
}

.service-item, .contact-item {
    box-shadow: 3px -3px 8px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}



/* .service-item:hover,
.contact-item:hover {
    background: url(../img/service.jpg) bottom center no-repeat;
    background-size: cover;
}  */

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
   
    background: var(--secondary);
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;

    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: #FFFFFF;
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}


/* Quote css Start */
.quote-box{
    border-radius: 12px;
    transition: all 0.5s;
    background-color: #ffffff;
}
.quote-box:hover{
    background-color: #2455a2;
    color: #ffffff;
}

.bg-quote {
background-color: #061e59 !important;
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

/* erp */

.mid-cta--v2 {
    background: none
}

.mid-cta--v2 .container {
    width: 1280px;
    max-width: 100%
}

.mid-cta--v2 .mid-cta-content {
    background: #2455a2;
    color: #000;
    padding: 20px;
    justify-content: flex-end;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .mid-cta--v2 .mid-cta-content {
        padding:0 20px 0 0
    }
}

.mid-cta-content {
    background-color: #025e7e;
    border-radius: 6px;
    box-shadow: 0px 8px 32px rgba(0,0,0,0.3);
    padding: 20px 45px
}

.mid-cta-content h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 20px
}
.mid-cta-copy{
    margin-left: 30px;
}
@media screen and (min-width: 992px) {
    .mid-cta-content {
        display:flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-evenly
    }

    .mid-cta-content h2 {
        font-size: 32px
    }
}

.mid-cta-content .speedline {
    position: absolute;
    right: 0;
    top: 27px;
    transform: translateX(34%)
}

@media screen and (min-width: 992px) {
    .mid-cta-copy {
        margin-bottom:0
    }
}

/*  */

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg)right no-repeat;
    background-size: 80%;
}

/* erp system css */

.box-fitur {
    border-radius: 15px;
    height: 100%;
    padding: 46px 28px;
    min-width: 200px;
    background-color: #131313;
    color: #fff;
    position: relative;
    overflow: hidden;
    
}
.box-fitur h4 {
    color: #8cc640 !important;
}
.box-fitur .box-overlay {
    position: absolute;
    padding: 15px 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: orange;
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s ease;
}


.box-fitur:hover .box-overlay {
  opacity: 1;
  transform: translateY(0)
}

.bg-s4 {
  position: absolute;
  right: 0;
  bottom: -48px;
  z-index: -1
}

.main-product-detail-icon {
  width: 80px;
  height: 80px;
  mask-size: 100%;
  background-color: #ffa111;
  mask-repeat: no-repeat;
  box-shadow: 0
}

.box-fitur:hover .main-product-detail-icon {
  background-color: #fff
}

.box-fitur>p {
  margin-left: 12px
}
/* our parners */



.square-holder {
    padding:30px;
    border: 1px solid #cecece;
    align-items: center;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
    background-color:#f1f1f1;
    min-height:100px
  }
  
  .square-holder img {
    max-width:100%;
    transition: all 0.3s;
  }
  
  .square-holder:hover img{
    filter:none;
  }
/* erp system css */


#usp-section {
    background-color: #fff;
    overflow-x: hidden !important;
    color: #000;
}
.box-container {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
 
}
.box-container h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.box-container p {
    font-size: 18px;
    color: #ffffff;
}
.box-container.float-start ul li{
    font-size: 18px ;
    list-style: 30px;
    margin-top: 10px;
    position: relative;
    list-style-type: none;
    color: #ffffff;
}
.box-container.float-start ul li::before{
  
        content: '\f006';
        font-family: 'FontAwesome';
        float: left;
        margin-left: -1.5em;
        color: #ffe468;
 
   
}
figure {
    margin: 0 0 1rem;
}

.figure-style #pic1, .other-figure-style #pic1 {
    position: relative;
    /* width: 90%; */
}
.figure-style #pic1 img, .other-figure-style #pic1 img {
    position: relative;
    /* width: 90%; */
    box-shadow: 0 0 15px #eaeaea;
    border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1400px)
{
    .figure-style #small-img {
        position: relative;
        margin-top: -65%;
        left: 60%;
        filter: drop-shadow(2px 4px 6px grey);
        height: 45%;
    }
}

.bg-footer {
    /* background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain; */
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

@media (max-width: 991.98px) {
  .bg-call-to-action{
    background-image: none;
  }
  .navbar span.text-logo{
    font-size: 12px !important;
  }
  .bg-testimonial{
    background-image: none;
  }
  .figure-style #pic1 img, .other-figure-style #pic1 img {
width: 90%;

}
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .blog .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
  }
  
  .blog .posts-list .post-category {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
  }
  
  .blog .posts-list .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
  }
  
  .blog .posts-list .title a {
    color: var(--color-default);
    transition: 0.3s;
  }
  
  .blog .posts-list .title a:hover {
    color: var(--color-primary);
  }
  
  .blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
  }
  
  .blog .posts-list .post-author-list {
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .blog .posts-list .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Blog Details
  --------------------------------------------------------------*/
  .blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
  }
  
  .blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  
  .blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-default);
  }
  
  .blog .blog-details .content {
    margin-top: 20px;
  }
  
  .blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }
  
  .blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  
  .blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }
  
  .blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .blog .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d;
  }
  
  .blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  .blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
  }
  
  .blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: var(--color-primary);
  }
  
  .blog .blog-details .meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }
  
  .blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(34, 34, 34, 0.15);
  }
  
  .blog .blog-details .meta-bottom i {
    color: #555555;
    display: inline;
  }
  
  .blog .blog-details .meta-bottom a {
    color: rgba(34, 34, 34, 0.8);
    transition: 0.3s;
  }
  
  .blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
  }
  
  .blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  
  .blog .blog-details .meta-bottom .cats li {
    display: inline-block;
  }
  
  .blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }
  
  .blog .blog-details .meta-bottom .tags li {
    display: inline-block;
  }
  
  .blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
  }
  
  .blog .blog-details .meta-bottom .share {
    font-size: 16px;
  }
  
  .blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
  }
  
  .blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
  }
  
  .blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-default);
  }
  
  .blog .post-author .social-links {
    margin: 0 10px 10px 0;
  }
  
  .blog .post-author .social-links a {
    color: rgba(34, 34, 34, 0.5);
    margin-right: 5px;
  }
  
  .blog .post-author p {
    font-style: italic;
    color: rgba(108, 117, 125, 0.8);
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
  .blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-default);
  }
  
  .blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
  }
  
  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 5px 10px;
    position: relative;
    border-radius: 50px;
  }
  
  .blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 50px;
    width: calc(100% - 60px);
  }
  
  .blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
  }
  
  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 25px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button i {
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button:hover {
    background: rgba(0, 131, 116, 0.8);
  }
  
  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .categories ul li+li {
    padding-top: 10px;
  }
  
  .blog .sidebar .categories ul a {
    color: var(--color-default);
    transition: 0.3s;
  }
  
  .blog .sidebar .categories ul a:hover {
    color: var(--color-primary);
  }
  
  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(34, 34, 34, 0.4);
    font-size: 14px;
  }
  
  .blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
  }
  
  .blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
  }
  
  .blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
  }
  
  .blog .sidebar .recent-posts h4 a {
    color: var(--color-default);
    transition: 0.3s;
  }
  
  .blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
  }
  
  .blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.4);
  }
  
  .blog .sidebar .tags {
    margin-bottom: -10px;
  }
  
  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .tags ul li {
    display: inline-block;
  }
  
  .blog .sidebar .tags ul a {
    color: #555555;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0 6px 8px 0;
    border: 1px solid #d5d5d5;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
  }
  
  .blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
  }
  
  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(85, 85, 85, 0.8);
    font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # Blog Comments
  --------------------------------------------------------------*/
  .blog .comments {
    margin-top: 30px;
  }
  
  .blog .comments .comments-count {
    font-weight: bold;
  }
  
  .blog .comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .comments .comment .comment-img {
    margin-right: 14px;
  }
  
  .blog .comments .comment .comment-img img {
    width: 60px;
  }
  
  .blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
  }
  
  .blog .comments .comment h5 a:hover {
    color: var(--color-primary);
  }
  
  .blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-primary);
  }
  
  .blog .comments .comment h5 .reply i {
    font-size: 20px;
  }
  
  .blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 5px;
  }
  
  .blog .comments .comment.comment-reply {
    padding-left: 40px;
  }
  
  .blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .blog .comments .reply-form p {
    font-size: 14px;
  }
  
  .blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
  }
  
  .blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
  }
  
  .blog .comments .reply-form .form-group {
    margin-bottom: 25px;
  }
  
  .blog .comments .reply-form .btn-primary {
    border-radius: 50px;
    padding: 14px 40px;
    border: 0;
    background-color: var(--color-secondary);
  }
  
  .blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(248, 90, 64, 0.8);
  }
  

  /* acoddian */


  .accordion-container {
    width: 80%;
    max-width: 600px;
}

.accordion-item {
    background-color: #FFFFFF; /* White background for items */
    border: 1px solid #E0E0E0; /* Light border */
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Softer shadow */
}

.accordion-header {
    background-color: #6C63FF; /* Soft purple */
    color: #FFFFFF; /* White text */
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #5753C9; /* Darker shade of purple */
}

.accordion-content {
    background-color: #FAFAFA; /* Very light grey for content */
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}

#whatsapp {
  position: fixed;
  right: 25px;
  top: 75%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 99999;
}

/*////////////// News Details ///////////////*/

.whats-news-single{
  border: 1px solid;
}
  .whates-img{
  margin-bottom: 12px;
  height: 300px;
  overflow: hidden;
}
.whates-img img{
  width: 100%;
}
.whates-caption h4{
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
}
.whats-right-img img{
  width:100%;
  height:100%;
}

.whats-right-img{
width:100%;
overflow: hidden;
}
.whats-right-single{
  border: 1px solid;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.colorb{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.content {
  font-size: 15px !important;
  
}
.whates-caption a,.content a{
  outline: none;
  color: black !important;
  text-decoration: none;
}
.hr{
  background-color: #000;
}
.email a{
  float: right;
  color: #2455a2 !important;
  font-size: 18px;
}