.banner-slider {
    position: relative;
}

.banner-slider .slide-item {
 
    width: 100%;
}
.banner-slider .slide-item img{
 
    width: 100%;
}



/*.slide-item .content {*/
/*    display: flex;*/

/*}*/

.content .slogan {
    padding: 120px 20px 0 150px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.content .slogan .title-sm {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: .5px;
}

.content .slogan .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 62px;
    border: 2px solid #FFF;
    text-transform: capitalize;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    z-index: 1;
}

.content .slogan .banner-btn:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    transition: all 0.4s ease;
    z-index: -1;
}

.content .slogan .banner-btn:hover:after {
    height: 100%;
}



/* category */
.category {
    margin: 50px 0;
}

.category-title {
    font-weight: 600;
    font-size: 36px;
    color: #333;
    margin: 50px 0;
    line-height: 40px;
    text-transform: capitalize;
}

.category .nav-tabs {
    gap: 40px;
    border: none;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 99%;
    overflow-clip-margin: unset;
    overflow-x: scroll;
    padding-bottom: 10px;
}

.category .nav-tabs a {
    height: 40px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    cursor:pointer;
    line-height: 24px;
}

.category .nav-tabs a:hover,
.category .nav-tabs a.active {
    background-color: rgba(72, 52, 212,0.4);
    color: var(--primary-color);
}

.category-item {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}



.category-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    text-transform: capitalize;
    height: 60px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all .4s ease;
    position: relative;
    z-index: 1;
}

.category-btn:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    transition: all 0.4s ease;
    z-index: -1;
}

.category-btn:hover:after {
    height: 100%;
}

.category-btn:hover {
    color: #fff !important;
}

.partners {
    background-color: #FAFAFD;
    padding: 30px 0;
}

.partners .single-item-partner {
    width: 200px;
    height: 70px;
    display: flex;
    margin: 0 auto;

}

.partners .single-item-partner img {
    width: 100%;
    height: 100%;
}

.products-category {
    margin: 10px 0 70px;
}

.products-category .products-row {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.products-category .product-item {
    width: 650px;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    padding: 50px 80px;
    position: relative;
    z-index: 1;
    height: 450px;
}

.products-category .product-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.549);
    content: '';
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all .6s ease;
}

.product-item .product-content {
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
}

.product-item:hover .product-content {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.product-item:hover:after {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.products-category .product-title {
    font-size: 24px;
    font-weight: 600;
    color: #303030;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.products-category ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #303030;
    margin-bottom: 20px;
    position: relative;
}

.products-category ul li:before {
    content: "+";
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    color: var(--primary-color);
    position: absolute;
    font-weight: 500;
}

.contact {
    padding: 40px 0 20px;
}

.contact .contact-info {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.contact .address-info li {

    margin-bottom: 30px;

}

.contact li strong {
    font-weight: 600;
    padding-left: 10px;

}
.contact-item li strong {
    color: #303030;
    margin-right: 5px;
    font-weight: 600;
}
.contact-item a:hover {
    transition: all 0.4s ease;
    color: var(--primary-color);
}

.single-media-item {
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.single-media-item:hover {
    transform: translateY(-3px);
}

.single-media-item .media-img {
 display:flex;
    margin-bottom: 20px;
    height: 300px;

}

.single-media-item .media-img img {
    width: 100%;
    border-radius:5px;
    transition: .4s ease;
    object-fit:cover;
    height: 100%;
}

.single-media-item .date {
    margin-right: 30px;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0;
}

.single-media-item .text {
    font-weight: 600;
    font-size: 14px;

    line-height: 1.7;
    margin-bottom: 20px;
}

.single-media-item .read-more {
    width: 120px;
    height: 45px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    padding: 5px;
    margin-top: 10px;
    border-radius: 10px;
    transition: .3s;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.single-media-item .read-more:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.media-inner {
    margin: 10px 0 50px;
}

.media-inner .media-inner-img {
    margin-bottom: 30px;
    width: 100%;
}

.media-inner .media-inner-img img {
    width: 100%;
}

.media-inner .media-content-title {
    color: #303030;
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 30px;
}

.media-inner .media-action {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
    font-size: 14px;
    align-items: center;
    font-weight: 400;
    line-height: 18px;
    color: #5B5B5B;

}

.media-action img {
    width: 18px;
    margin-right: 5px;
    height: 18px;
}

.media-action div {
    display: flex;
    align-items: center;
}

.media-action .view img {
    width: 22px;
    height: 18px;
}

.media-inner .info-text {
    margin-bottom: 30px;
}

.media-inner .info-text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}

.social-media-icon {
    align-items: center;
    display: flex;
    gap: 30px;
}

.social-media-icon a {
    display: flex;
    width: 35px;
    height: 35px;
    transition: .4s;
}

.social-media-icon a:hover {
    opacity: 0.8;
}

.social-media-icon a img {
    width: 100%;
    height: 100%;
}
   table {
      border-collapse: separate;
      border-spacing: 0;
      border: 1px solid #fff;
      width: 100%;
    }
    table td {
      padding: 12px 12px 12px 12px;
      border-bottom: 1px solid #dadadd;
      border-right: 1px solid #dadadd;
    }
 
    .product-sections section {
      display: none;
    }
    .product-sections section.show_me {
      display: block;
    }
.product-detail {
    background-color: #eee;
    padding: 50px 0;
    overflow-x:hidden;
}
.product-sections ul{
    padding-left: 10px;
    list-style: disc;
}

.product-detail .product-text{
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 5px #4834d4;
}
.product-detail .products-tabs{
    gap: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
}

.product-detail .products-tabs a{
     border-radius: 20px;
    font-size: 15px;
    box-shadow: inset 0 0 0 1px #DFE0E2;
    color: #5D6269;
    padding: 12px 12px;
    cursor:pointer;
    font-weight: bold;
}
.product-detail .products-tabs a.active,.product-detail .products-tabs a:hover{
    /*box-shadow: inset 0 0 0 1px #FB5058;*/
    color: var(--primary-color) !important;
    box-shadow: inset 0 0 0 1px #13037d;
    cursor:pointer;
}
   .documents{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .documents article{
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        border-radius: 5px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:10px 20px;

    }
    .documents article .icon{
        width: 40px;
        height: 40px;
    }
    .documents article .title{
       font-size: 18px;
       font-weight: 600;
    }
    .documents .right{
        color: #ccc;
        font-weight: 500;
        font-size: 15px;
    }
    .documents .right a{
        color: var(--primary-color);
        font-weight: 400;
        font-size: 15px;
        transition:.3s ease;
    }
 .documents .right a:hover{
     transform:scale(1.03);
 }
.product-detail .product-img img {
    width: 100%;
    height: 100%;
}

.product-detail .heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    color: #303030;
    margin-bottom: 35px;
}

.product-detail li,
.product-detail p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}


.products {
    margin: 70px 0;
}

.products-title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 28px;
    color: #303030;
    text-transform: capitalize;
}

.products .products-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.products .product-single-item {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.products .product-single-item .pr-img {
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
}

.product-single-item .pr-img img {
    width: 100%;
    height: 100%;
}

.product-single-item .pr-name {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    height:30px;
}
.product-single-item .desc {
     font-size: 13px;
    font-weight: 400;
    color: #444;
    overflow:hidden;
    height: 50px;
    line-height: 17px;
}

.product-single-item a {
    transition: all 0.4s ease;
}

.product-single-item a:hover {
    color: var(--primary-color);

}

.all-products {
    padding: 50px 0;
    background-color: #F3F4F8;
}

.all-products .products {
    margin: 0;
}

.all-products .filter-form .form-group {
    margin-bottom: 30px;
}

.all-products .filter-form .form-group input {
    display: none;
}

.all-products .filter-form .form-group label {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #717175;
    line-height: 25px;
    text-align:center;
    background-color: #E8E9EF;
    height: 56px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.2s;
}

.all-products .filter-form .form-group label:hover{
    transform:translateY(3px);
}
.all-products .filter-form .form-group label.active {
    background-color: var(--primary-color);
    color: #fff;
}

.all-products .filter-form .form-group  .sub-category{
    margin-top:10px;
    border-left:3px solid var(--primary-color);
    padding-left:10px;
    display:none;
}
.all-products .filter-form .form-group  .sub-category li{
    margin-bottom:10px;
}
.all-products .filter-form .form-group  .sub-category label{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    padding: 0 17px;
    display: inline-flex;
}
.filter-submenu {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 300px;
    z-index: 33;
    height: 100vh;
    background-color: #fff;
    transition: all 0.4s ease;
    transform: translateX(-40000px);
}

.filter-submenu.show {
    transform: translateX(0);
}

.filter-submenu .submenu-head {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: flex-end;
}

.filter-submenu .submenu-head {
    cursor: pointer;
}

.filter-submenu .filter-menu {
    height: auto;
    overflow-y: hidden;
    width: 100%;
    font-size: 18px;
    border: none;
}



.products-category-2 {
    margin-bottom: 40px;
}

.products-category-2 .s-item .img {
    width: 370px;
    height: 300px;

}

.products-category-2 .s-item .img img {
    width: 100%;
    height: 300px;
}

.products-category-2 .txt {
    z-index: 1;
    width: 370px;
    height: 200px;
    padding: 20px;
    position: relative;
}

.products-category-2 .txt:after {
    height: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    transition: all 0.6s ease;
    z-index: -1;
    background-color: var(--primary-color);

}

.products-category-2 .txt .title {
    font-size: 24px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 30px;
    line-height: 28px;

}

.products-category-2 .txt .btn {
    width: 182px;
    height: 52px;
    border: 1px solid #303030;
    color: #303030;
    border-radius: 3px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    justify-content: space-between;
}

.products-category-2 .s-item:hover .txt .btn {
    border-color: #fff;
    color: #fff;
}

.products-category-2 .s-item:hover .txt:after {
    height: 100%;
}

.products-category-2 .s-item:hover .txt .title {
    color: #fff;
}

.products .card-item {
        background: #eee;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

/*.products .card-item:hover {*/
/*    color: var(--primary-color);*/
/*}*/

.products .card-item .img {
    overflow: hidden;
}

.products .card-item .img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.products .card-item .img img:hover {
    transform: scale(1.03);
}

.products .card-item .desc {
    background-color: #fff;
    padding: 20px;
    height: 150px;
    display:flex;
    align-items:center;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    
}
.products .card-item .desc:hover{
   color: #4834d4 !important
}
.about {
    background-color: #F3F4F8;
    padding: 50px 0;
}

.about .about-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    color: #333;
    margin-bottom: 30px;
}

.about .text {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
}

.properties {
    margin: 80px 0;
}

.properties .single-item-property {
    background-color: #fff;
    border-radius: 5px;
    background-image: url('../assets/icon/about-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 220px;
    background-position: right;
    padding: 35px 0 0 35px;
    background-position-x: 213px;
    background-position-y: 13px;
}

.properties .single-item-property .text {
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 28px;
    margin-top: 30px;
}

.hell {
    padding: 70px 0;
}

.hell .card-item {
    background-color: #F3F4F8;
    height: 150px;
    width: 270px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    padding: 0 10px;
    gap: 10px;
    transition: all 0.3s;
}

.hell .card-item .image-content {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 5px;
}

.hell .card-item .image-content img {
    object-fit:cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.hell .card-item:hover .image-content img {
    transform: scale(1.02);
}

.hell .card-item .title-sm {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.hell .card-item .example {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #848484;
    text-transform: capitalize;
}

.hell .card-item:hover {
    color: #4834d4;
}
/* elave main.css*/
.section {
    margin: 50px 0;
}

.section .medium-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}

.section p {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}

.gallery .nav .items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  gap: 40px;
  font-size: 18px;
}

.gallery .nav .items .item {
    color: var(--primary-color);
    font-weight: 500;
    transition: all 0.4s ease;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border-radius: 10px;
}

.gallery .nav .items .item:hover,
.nav .items .item.active {
    color: var(--primary-color);
    background-color: rgba(234, 92, 82, 0.6);
    cursor: pointer;
}

.gallery .product-item a {
    position: relative;
    display: flex;
}

.gallery .product-item a i {
    position: absolute;
    top: 50%;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.4s ease;
}

.gallery .product-item a img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 5px;
   
}
.gallery .card{
    border: none;
}
.gallery .product-item.hide {
    display: none;
}

.gallery .product-item.show {
    display: block;
}
.alert{
    display: flex;
    color: var(--primary-color);
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}

.faq {
    height: 50vh;
    margin-top:12px;
}

.accordion-button {
    box-shadow: none !important;
}
.accordion-button p{
    margin-bottom:0;
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../assets/icon/chevron.svg);
}