
:root
{
    --primaryTheme: #8722e0;
    --primaryBackground: #fff;
}
.mtb-50{
    margin: 50px;
}
.mt-20{
margin-top: 20px;
}


.p-top{
        padding-top: 20px;
    }
.p{
    font-size: 15px;
}
.ptb-40{
    padding: 40px 0px;
}
.ptb-20{
    padding: 20px 0px;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}

.pb-40{
    padding-bottom: 40px;
}
.p-20{
    padding: 20px;
}
.ml-5{
    margin-left: 5px;
}
.mr-5{
    margin-right: 5px;
}
.center{
    text-align: center;
}
.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
   /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}
.navbar-nav li{
    padding-left: 15px;
    padding: 10px;
}
li {
    list-style: none;
}
ul.p-0 {
    padding-left: 0px;
}
ul li i{
    padding-right: 10px;

}
ul li i::before {
    color: #8721e0;
}
.footer-logo ul li i::before {
    color: #fff;
}
header
    {
    position: relative;
    z-index: 99;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}
.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 40px;
    z-index: 11;
    float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 45%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 2px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}
/*----------------------header start----------------------------*/
.megaMenuRow img
{
    border-radius:5px;
}
.megaMenuLinkBox a i 
{
    padding: 6px 7px;
    color: #176b6d;
}
#header .row div a, .navigationLinkContainer>a:hover {
    background: #f2f2f2;
}

.top-header {
    background: #0b3c3d;
    line-height: 40px
}

.top-header-left p,
.top-header-right a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0 15px 0 0
}

.service-contact ul li i,
.top-header-left i,
.top-header-right i {
    margin-right: 5px
}

.top-header-right {
    float: right
}

.top-header-right a {
    margin-right: 0;
    margin-left: 15px
}

.website_len {
    background: #176b6d;
    border: none;
    color: #fff
}

.form-control:focus {
    box-shadow: none !important
}

.linkBox {
    text-align: right;
    color: #176b6d !important;
    text-transform: capitalize;
    width: 100%;
    display: block
}

.whiteText {
    color: #fff !important
}

.header {
    /*position: fixed;*/
    /*top: 0;*/
    z-index: 500;
    background: linear-gradient(180deg, #fff 0, rgb(255 255 255));
    /*box-shadow: 5px -2.4px 4px #fff;*/
    color:#343434;
    /*padding: 0px 16px;*/
    width: 100%;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

/*.header div[class*=col] {*/
/*    position: initial*/
/*}*/

.header .row.align-items-stretch {
    display: flex;
    align-items: stretch
}

.logoContainer {
   width: 110px;
   max-width: 100%;
}

.filterOptionBox,
.logoContainer img {
    width: 100%;
    display: block
}

.navigationLeft {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: static;
}

.linksContainer {
    height: 100%;
    width: 100%;
    transition: .3s
}

.navigationLinks {
    list-style: none;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigationLinkContainer {
    display: flex;
    align-items: center;
}

.navigationLinkContainer>a {
    color: var(--primaryTitleColor) !important;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px !important;
}
.mobileNav .contactInfo a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 0px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    color: #8721e0;
}
#header .row div a,
.navigationLinkContainer>a {
    /*text-shadow: 1px 1px 15px rgba(0, 0, 0, .3) !important*/
}

.navigationLinkContainer>a:not(.noLineBelow)::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 10px;
    height: 2px;
    width: 0;
    background-color: #176b6d;
    transition: width .33s linear
}

.navigationLinkContainer:hover>a::before {
    width: calc(100% - 20px)
}

.batchesIcon .fa-minus,
.batchesIcon.active .fa-plus,
.categoriesDetails .hiddenText,
.fixedNavigationPhoneText,
.footer-item ul.footer-social li a:before,
.iconCard .fa-heart,
.iconCard:hover .fa-heart-o,
.itineraryBox:last-child::before,
.mobileNav,
.navigationMenuOpen,
.navigationProfile {
    display: none
}
.searchHeaderPopUp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(255, 255, 255, 1);
    display: none;
    align-items: flex-start;
    backdrop-filter: blur(12px);
}



.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
/*megamenu css*/


.megaMenu {
    width: 70%;
    top: 100%;
    left: 50%;
    /*color: #000;*/
    font-weight: 400;
    position: absolute;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(50px) translateX(-50%);
}

.haveMegaMenu.active .megaMenu {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: translateY(0) translateX(-50%);
}

@media only screen and (min-width: 991px)
{
    
.haveMegaMenu:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: translateY(0) translateX(-50%);
}

}

.megaMenu a {
    font: inherit;
    color: inherit
}

.list-item img {
    max-width: 250px;
}

.megaMenuRow {
    border-bottom: 3px solid #176b6d;
    background-color: #fff;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .16), 2px 2px 7px rgba(0, 0, 0, .2);
}

.megaMenuLinkContainer,
.package-content img,
.package-content ul li,
.package-tab-menu ul li {
    margin-bottom: 15px
}

.megaMenuLinkContainer .megaMenuLinkBox.hasSubMegaMenu>a {
    font-weight: 700;
    /* justify-content: center; */
    padding-bottom: 7px;
}
 .logoContainer img{
     width: 150px;
 }
@media only screen and (min-width: 991px)
{
    .megaMenuLinkContainer .megaMenuLinkBox.hasSubMegaMenu>a {
        font-size: 105%;
    }

    
}
    .subMegaMenu ul{
        padding: 0;
    }
.megaMenuLinkBox{
    padding: 10px 0px !important;
}
.megaMenu a {
    
    text-decoration: none;
}
.filterMobileBtn:last-child,
.iconCard:last-child,
.itineraryBox:last-child .itineraryHeader,
.megaMenuLinkContainer .megaMenuLinkBox:last-child {
    border: none
}

@media screen and (max-width:991px) {

   

    .megaMenu>div:first-child,
    .megaMenuRow {
        overflow-y: auto;
        height: 100vh
    }

    .navigationMenuOpen {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        font-size: 20px;
        justify-content: center;
        color: #8721e0;
        cursor: pointer;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    }
    
    .subMegaMenu .row {
        margin: 0;
    }
.navigationLinks .input-group{
    margin: 12px 10px;
}


    .linksContainer {
        height: 100vh;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        pointer-events: none;
        opacity: 0;
        z-index: 1;
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, .16)
    }

    .linksContainer.active,
    .megaMenu {
        opacity: 1;
        pointer-events: initial
    }

    .linksContainer div[class*=col] {
        padding: 0
    }
.mobileNav .social-icons {
    padding: 7px 0px;
    gap: 7px;
    font-size: 16px;
    display: flex !important;
}
    .navigationLinkContainer a:hover {
        background-color: #f0f0f0
    }

    .navigationLinks {
        width: 80%;
        font-size: 12px;
        max-width: 280px;
        position: relative;
        justify-content: flex-start;
        flex-direction: column;
        background-color: #fff;
        transition: .5s;
        height: 100%;
        padding-bottom: 80px;
        overflow-y: auto;
        transform: translateX(-100%);
        align-items: unset;
        padding-left: 0px;
    }
    .goBackBtn, .mobileNav .closeBtn {
        height: 62px;
        top: 0;
        font-size: 16px;
        transition: .3s;
        cursor: pointer;
        position: absolute;
    }

    .haveMegaMenu.active .megaMenu,
    .linksContainer.active .navigationLinks {
        transform: translateX(0)
    }

    .haveMegaMenu .megaMenu,
    .megaMenu,
    .subMegaMenu {
        transform: translateY(0) translateX(-107%)
    }

    .mobileNav,
    .navigationProfile {
        display: block;
    }
   .mobileNav{
       padding-left: 15px;
    }
    
    .megaMenuLinkContainer {
        margin-bottom: 0;
        padding-left: 0;
    }

    .goBackBtn {
        width: 100%;
        left: 0;
        /* top: 0; */
        align-items: center;
        z-index: 1;
        background-color: #efefef;
        display: none;
        position: fixed;
        font-size: 18px;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
        color: black;
    }
    .hasSubMegaMenu .goBackBtn {
        z-index: 1
    }
    .goBackBtn i {
        font-size: 15px;
        margin: 0 7px 0 10px;
        pointer-events: none;
    }
    .mobileNav .closeBtn {
        width: 32px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
        background-color: transparent
    }

    .fixedNavigationPhoneText {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        max-width: 280px;
        z-index: 1;
        display: block;
        line-height: 1.5;
        padding: 7px 12px;
        font-weight: 500;
        background-color: #fff;
        color: #8721e0;
    }

    .fixedPhoneLink {
        font-size: 1.3em;
        font-weight: 700
    }
.navigationProfile img {
    width: 150px;
    max-width: calc(100% - 38px);
}
.profileContainer {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    height: 62px;
    background-color: #efefef;
}

    .megaMenu,
    .megaMenuLinkContainer .megaMenuLinkBox.hasSubMegaMenu>a {
        font-weight: 400
    }

    .haveMegaMenu.active .goBackBtn {
        display: flex
    }

    .mobileNav .closeBtn:hover {
        color: #fff;
        background-color: red
    }

    .navigationLinkContainer {
     
        position: relative
    }

    .navigationLinkContainer a {
        transition: .5s;
        position: relative;
        padding: 10px;
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .navigationLinkContainer a.viewMoreBtn {
        margin: 7px auto;
        text-align: center;
        width: calc(100% - 24px);
        color: #176b6d;
        padding: 7px 12px;
        border-radius: 6px;
        transition: .33s linear;
        border: 1px solid #176b6d
    }

    .navigationLinkContainer a.viewMoreBtn:hover {
        background-color: #176b6d;
        color: #fff
    }

    .navigationLinkContainer .haveMegaMenu a {
        padding: 7px 35px 7px 12px;
        display: block;
        width: 100%
    }

    .modalBtn,
    .navigationLinkContainer>a::before {
        display: none
    }

    .megaMenuLinkBox {
        position: relative
    }

    .megaMenu,
    .subMegaMenu {
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 9;
        transition: .5s;
        width: 100%;
        height: 100vh
    }

    .megaMenuLinkBox.hasSubMegaMenu::before,
    .navigationLinkContainer.haveMegaMenu::before {
        content: "\f105";
        right: 0;
        padding-right: 15px;
        height: 68%;
        width: 50px;
        display: flex;
        position: absolute;
        font-family: fontAwesome;
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
        font-size: 14px;
        color: #8721e0;
        font-weight: 700;
        cursor: pointer
    }

    .megaMenu {
        /*color: #000;*/
        visibility: visible
    }

    .megaMenu .container {
        width: 100%
    }

    .subMegaMenu {
        background-color: #fff;
        padding-top: 62px;
    }
    
    .subMegaMenu ul {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .hasSubMegaMenu.active .subMegaMenu {
        transform: translateY(0) translateX(0)
    }

    .subMegaMenu .megaMenuLinkBox {
        border: none;
        width: 100%
    }

    .megaMenu>div::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff
    }

    .megaMenu>div::-webkit-scrollbar-thumb {
        background-color: #dfdfdf
    }

    .megaMenuRow {
        padding: 62px 0 0;
        border: none;
        display: flex;
        flex-direction: column;
        align-content: flex-start
    }
}

/*-------------header end-------------------------*/


.icons {
    display: inline-flex;
    margin-left: auto;
}
.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}
.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}
.topbar{
    background-color: #8721e0;
    padding: 10px 0;
}
.topbar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.topbar ul li{
    display: inline-block;
    padding-left: 10px;;
}
.topbar ul li a{
    color: #fff;
    text-decoration: none;
}
.site-machinery{
    margin:  80px 0;
}

.site-machinery h2{
    font-family: "Montserrat", serif;
    font-size: 50px;
    text-align: center;
    color: #8721e0;
    font-weight: 600;
    margin: 25px 0;
}
.line{
    width: 100px;
    height: 2px;
    background-color: #8721e0;
    display: inline-block;
}
.custom-btn{
    background-color: #8721e0 !important;
}
.custom-btn-outline{
    border: 1px solid #8721e0 !important;
}
.custom-btn-outline:hover{
    background-color: #8721e0 !important;
    color:  #fff!important;
}
.product-box{
    border: 1px solid #e3e3e3;
    padding: 18px;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    margin-bottom: 30px;
}
.product-list{
     margin-top: 50px;
     margin-bottom: 50px;
}
.custom-btn-group {
    margin-top: 25px;
}
.product-box h3 a{
    text-decoration: none;
    color: #333;
    font-family: "Montserrat", serif;
}
.abt-text h2{
    font-size: 40px;
    color: #8721e0;
}
.rounded-btn{
    border-radius: 100px !important;
}
.site-industry{
    margin: 80px 0;
}
.industry-header h2 {
    font-family: "Montserrat", serif;
    font-size: 25px;
    /* text-align: center; */
    color: #8721e0;
    font-weight: 600;
    margin: 20px 0;
}
.industry-header h3{
    font-family: "Montserrat", serif;
    font-size: 25px;
    color: #8721e0;
    font-weight: 600;
   
}
.industry-header h4{
    font-family: "Montserrat", serif;
    font-size: 25px;
    color: #8721e0;
    font-weight: 600;
   
}
.mtb-20{
    margin-bottom: 20px;
    margin-top: 20px;
}
h2.packageBoxTitle{

    font-family: "Montserrat", serif;
    font-size: 25px;
    color: #8721e0;
    font-weight: 600;
    margin: 0px 0px 15px;
}
p.text{
    color: #000;
    font-size: 15px;
}
.industry-box {
    text-align: center;
    margin-top: 25px;
}
.industry-box img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.industry-box p{
    background-color: #8721e0;
    margin: 0;
    padding: 0;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
}


.blog-box h4{
    white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.blog-box{
    border: 1px solid  #e3e3e3;
   border-radius: 10px;
    padding: 10px;
    box-shadow: 4px 5px 5px 0px rgba(191,191,191,0.75);
-webkit-box-shadow: 4px 5px 5px 0px rgba(191,191,191,0.75);
-moz-box-shadow: 4px 5px 5px 0px rgba(191,191,191,0.75);
margin-bottom: 20px;
}
.blog-btn {
    text-align: right;
}
.site-footer{
    background-color: #8721e0;
    padding-top: 80px;
    padding-bottom: 20px;
/*    margin-top: 55px;*/
    color: #fff;
    z-index: 1;
    position: relative;
}

.footer-logo h3{
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}
.footer-logo ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-logo ul li{
    display: inline-block;
    padding-left: 10px;
}
.footer-logo ul li a{
    color: #fff;
}
.footer-heading h4{
 color: #fff;
 margin: 0;

}
.footer-heading ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-heading ul li{
    padding-top: 15px;
}

.footer-heading ul li a{
    color: #fff;
    text-decoration: none;
}
.underline{
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #fff;
}

.footer-bottom ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 15px;
}

.footer-bottom ul li{
    display: inline-block;
    padding-left: 8px;

}
.footer-bottom ul li a{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.footer-bottom p{
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.divider-line{
    width: 100%;
    display: inline-block;
    background-color: #d9d9d9;
    height: 1px;
    margin-top: 30px;
}
.abt-btn2{
    width: 200px;
}
.abt-number{
    margin-bottom: 25px;
}
.abt-number p{
margin-bottom: 0;
font-size: 14px;
}
.abt-number h4{
    font-size: 34px;
    color: #8721e0;
}

@media screen and (max-width: 540px) {
   .carousel-item img{
   aspect-ratio: 1/1;
    object-fit: cover;
   }
   .navbar-brand img{
    width:  80%;
   }
   .navbar-toggler{
    padding: 0 !important;
   }
   .site-machinery h2{
    font-size: 25px;
   }
   .nav-tabs{
    font-size: 16px;
   }
  
 
   .site-machinery{
    margin-top: 20px;
   }
 
  .abt-btn {
    text-align: center;
  }
  .industry-header h2{
    font-size: 35px;
  }
  .site-industry{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .industry-box img{
    width: 100%;
  }
  .footer-heading{
    margin-top: 20px;
  }
  .site-footer{
    padding-top: 35px;
  }
  .blog-box h4{
    margin-top: 10px;
  }
 /* .abt-number{
    text-align: center;
  }*/
  .abt-clm{
    display: flex;
    flex-direction: column-reverse;
  }
  .industry-header h2{
    font-size: 25px;
  }
  .packageBox{
      padding: 10px !important; 
    
  }
  }

 .pr-2 {
    padding-right: 0px!important;
}
.third-grid-img {
    height: 50%;
    width: 100%;
    object-fit: cover;
}
.main-grid-img{
    height: 430px !important;
    object-fit: cover;
}
.details-button{
    margin: 40px 0;
}
.packageBox {
    padding: 20px ;
    /*border: 1px solid #ccc;*/
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.1);
}
.moreless-button{
    padding: 5px;
    float: right;
    color: #8721e0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.moreless-button1{
    padding: 5px;
    /*float: right;*/
    color: #8721e0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.left-align{
    text-align: right;
}
  #section {
  word-wrap: break-word;
}

.moretext {
  display: none;
}

.moretext1 {
  display: none;
}
/* Container for zoom effect */
.img_producto_container {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

/* Image with background and zoom effect */
.img_producto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out;
}
.img_producto_container_small{

  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
/* Hover effects */
.img_producto_container:hover .img_producto {
  transition: transform 0.5s ease-out;
}
.dark-mode {
    position: fixed;
    top: 50%;
    left: 96%;
}
.detail-slider{
    display: none;
}
@media (max-width: 767px) {
    .details-button {
        padding: 0px 15px;
    }
    .dark-mode {
    position: fixed;
    top: 50%;
    left: 85%;
}
.detail-slider{
    display: block;
}
.row.abt-clm{
    display: none;
}

.site-about .row.abt-clm{
    display: block;
}

.col-md-7.pr-2.product-title {
    margin-left: 0px!important;
}
.topbar ul li {
    padding-left: 0px!important;
}
.ptb-40 {
     padding: 10px 0px; 
}
}



.right_conatct_social_icon{
     background: linear-gradient(to top right, #1325e8 -95%, #8721e0 100%);
}
.contact_us{
    background-color: #f1f1f1;
    padding: 50px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
        padding: 30px 10px 10px 10px
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 14px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 380px;
    width: 360px;
    padding: 40px 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #fff;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
    color: #fff;
}
.info_single span{
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}

button.contact_form_submit {
    background: #8721e0;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px 0px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

/*home banner slider css*/
.homeBannerSlide {
    position: relative;
}
.homeBannerImagesBox {
    min-height: 450px;
    aspect-ratio: 8/3;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767px) {
    .homeBannerImagesBox {
        aspect-ratio: 1 / 1 !important;
    }
}


.homeBannerImagesBox::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: linear-gradient(45deg, #0000004d, transparent);*/
}
.homeBannerImagesBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.homeBannerContentBox {
    position: absolute;
    top: 50%;
    width: calc(100% - 32px);
    color: white;
    transform: translateY(-50%);
}
.homeBannerTitle {
    font-size: 4.3vw;
    font-weight: 700;
    line-height: 1.2;
    max-width: 700px;
    text-shadow: 1px 1px 2px black;
}
.homeBannerSubText {
    font-size: 1.8vw;
    font-weight: normal;
    margin: 7px 0 15px;
    text-shadow: 1px 1px 2px black;
}
.homeBannerButtonCarouselBox {
    /* height: 70px; */
    /* margin-bottom: 40px; */
    transform: translateY(-50%);
    /* color: white; */
    z-index: 8;
    position: relative;
}
.homeButtonSlides {
    background: white;
    display: flex;
    padding: 7px 3px;
    gap: 7px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15), 0 0 50px rgba(0,0,0,0.04);
}
.homeButtonSlide {
    flex: 1;
    display: flex;
    cursor: pointer;
    padding: 7px 16px;
    text-align: center;
    border-radius: 8px;
    align-items: center;
    transition: 0.4s;
    /*margin: 0 4px;*/
    font-weight: 700;
    justify-content: center;
}
.homeButtonSlide i {
    height: 35px;
    width: 35px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--primaryTheme);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), inset 1px 1px 2px rgba(255,255,255,0.5);
}
/*.homeButtonSlide:hover, */
.homeButtonSlide.active {
    background: var(--primaryBackground);
}
.homeBannerButton {
    display: block;
    width: max-content;
    background: var(--primaryTheme);
    color: white;
    transition: 0.5s;
    padding: 7px 12px;
    border-radius: 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), inset 1px 1px 2px rgba(255,255,255,0.3);
    background: #8722e0;
    text-decoration: none;
}
.homeBannerButton:hover {
    color: white;
    background: black;
}
.homeButtonSlides .owl-stage-outer {
    margin: 0;
    /*border-radius: 7px;*/
}
.homeButtonSlides .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    height: 25px;
    line-height: 1 !important;
    width: 25px;
    font-size: 16px;
    border-radius: 50%;
    transform: translate(0%, -50%);
    border: 2px solid;
}
.homeButtonSlides .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    font-size: 16px;
    border-radius: 50%;
    transform: translate(0%, -50%);
    border: 2px solid;
}
.homeButtonSlides .owl-nav {
    margin: 0;
}
.disabled
{
    opacity: 0.3;
    cursor: not-allowed;
}
.filterContainerBox.active {
    overflow-y: auto;
    height: 100vh;
    bottom: 0;
}

.homeBannerSlides{
    background-color: #fff!important;
}

.homeButtonSlides {
    background: none;
    display: flex;
    /* padding: 7px 3px; */
    gap: 7px;
    border-radius: 12px;
    box-shadow: none;
}

.homeBannerButtonCarouselBox {
    transform: translateY(-98%);
}

.homeButtonSlides{
    padding: 0;
}

.homeButtonSlide {
    padding: 12px 12px 10px;
    font-size: 16px;
/*    background: var(--primaryBackground);*/
    color: #fff;
    border-radius: 16px 16px 0 0;
}

/*.homeButtonSlide:hover,*/
.homeButtonSlide.active {
    background: var(--primaryBackground);
    color: black;
}

.homeButtonSlide i {
    color: #fff;
    background: none;
    box-shadow: none;
/*    text-shadow: 1px 1px 2px black;*/
}
/*.homeButtonSlide:hover i, */
.homeButtonSlide.active i {
    color: black;
    text-shadow: none;
}
.homeButtonSlides .owl-next, .homeButtonSlides .owl-prev {
    background: #fff !important;
    color: var(--primaryTheme) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
}
.blog-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    border-radius: 10px;
    margin: 30px 0px;
}
h6.blog-author{
    color: #6e6e6e;
    font-weight: 400;
}

h6.blog-author p{
    font-size: 16px;
}
/* Ensure that images inside col-md-2 and col-md-4 are contained properly */
.image img {
  width: 100%;  /* Makes the image fill its container */
  height: 100%;
  border-radius: 8px 0px 0px 8px !important;
  object-fit: cover; /* Ensures image covers the area and doesn't overflow */
}

/* Ensure no overflow in the container */
.row.abt-clm {
  overflow: hidden;
}
.product-shadow{
   
    margin: 40px 0px;
}
.col-md-7.pr-2.product-title {
/*    padding: 20px 35px 20px 35px;*/
    margin-left: -25px;
    background: #fff;
    border-radius: 20px;
    border-radius: 1px soli #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 50px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;

}

.abt-btn.product-btn{
    margin-bottom: 0px !important;

}


.image {
  width: 100%;
  height: 100%;
  overflow: hidden; /* Prevents image overflow */
}
.blog-breadcrumb{
    background: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    height: 40vh;
}
.container-fluid{
padding: 0px!important;
}

.social-icons a{

color: rgb(135 33 224)!important;
    text-decoration: none!important;
}

.send-inquiry{
    margin-top: 40px;
width: 100% !important;
}
/*button.btn.btn-primary {
    margin-top: 20px;
    
}
*/
.side-search {
    width: 100%;
    background:  rgb(135 33 224);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
.side-search .btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #000000;
    cursor: pointer;
}
.side-search input {
    width: 95%;
    height: 40px;
    outline: 0;
    border: none;
    padding-left: 14px;
}
.side-search .btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}
.side-search .btn:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.sidebar {
    margin-left: 50px;

}

.side-title {
    padding: 15px 20px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: rgb(135 33 224);
    line-height: 1;
    text-transform: capitalize;
}
.side-cate ul {
    padding: 5px 20px;
    background: #FFFFFF;
}

.side-cate ul li {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    line-height: 45px;
}

.side-cate ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-right: 50px;
    transition: color .3s;
    line-height: 45px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #4b4b4b;
    text-decoration: none;
}
.tab-section{
    padding-bottom: 100px;
}


.slide_four .owl-carousel .item {
            padding: 10px;
            background-color: transparent;
            text-align: center;
            border-radius: 8px;
/*            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
        }
  .slide_four    .item img {
            max-width: 100%;
/*            height: 450px;*/
        }




.slide_four .owl-item.active.center{
    opacity: 1;
    scale: 1.1;

}

.slide_four .owl-item.active{
    opacity: 0.3;
    transition-duration: 75ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}


/*swiper-slide2*/

main {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  min-height: 100vh;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
}

.bg {
  position: fixed;
  top: -4rem;
  left: -12rem;
  z-index: -1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: -1;
  width: 9.375rem;
  opacity: 0;
}

main > div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}

main > div h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #005baa;
  background-image: linear-gradient(45deg, #005baa, #000000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

main > div hr {
  display: block;
  background: #005baa;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

main > div p {
  line-height: 1.6;
}

main a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

main > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}

main > div > a:hover {
  border: 0.125rem solid #005baa;
  color: #005baa;
}

.swiper{
  width: 100%;
  padding-top: 3.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.swiper-slide {
  width: 18.75rem;
  /*height: 28.125rem;*/
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.producion-line .swiper-slide p {
    color: #6c757d;

}

 .swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}
/*
.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}
*/
.swiper-slide-active div {
/*  display: block;*/
  opacity: 1;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1628944682084-831f35256163?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1515309025403-4b0184873cef?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=735&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1545671913-b89ac1b4ac10?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1598977123118-4e30ba3c4f5b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1570481662006-a3a1374699e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=765&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 48rem) {
  main {
    display: flex;
    align-items: center;
  }
  .bg,
  .bg2 {
    opacity: 0.1;
  }
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 100%;
  }
}





/* parten css  */
/*! partners */.partners{width:100%;margin-top:80px; padding-bottom:150px; position:relative}
.partners::before{content:'';background-color:#8721e0;width:50%;height:100%;position:absolute;left:0;top:0;z-index:-1}
.partners::after{content:'';background-color:#f7f7f7;width:50%;height:100%;position:absolute;right:0;top:0;z-index:-1}
.partners_content{width:70%;margin:0 auto;z-index:10}
.partners_content .tit_h2{color:#fff;padding-top:120px;font-size:46px;font-weight:600;}
.par_text{display:flex;flex-direction:row;justify-content:space-between}
.text_block{color:#fff;width:35%;margin:30px 0 0 0%;font-weight:300;line-height:26px; font-size:18px;letter-spacing: 1px;}
.text_white{color:#8721e0;width:35%;margin:30px 0% 0 0;font-size:16px;font-weight:600;line-height:32px}
.partners_swiper{margin-top:45px;padding-bottom:120px}
.partners_re{position:relative}
.partners_swiper .swiper-button-prev,.partners_swiper .swiper-button-prev.swiper-button-disabled{color:#fff;opacity:1}
.partners_swiper .swiper-button-next,.partners_swiper .swiper-button-next.swiper-button-disabled{color:#8721e0!important;opacity:1}
.partners_swiper .swiper-button-prev,.partners_swiper .swiper-rtl .swiper-button-next{left:-35px}
.partners_swiper .swiper-button-next,.partners_swiper .swiper-rtl .swiper-button-prev{right:-45px}
.partners_swiper .swiper-slide{border-radius:8px;display:flex;flex-direction:column;padding:70px 0}
.partners_swiper .swiper-slide::after{position:absolute;content:'';width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid #d9d9d9;left:0;top:0;border-radius:8px}
.partners_swiper .swiper-slide p{margin:0 50px;font-size:16px;color:#666;height:66px;display:flex;justify-content:center;align-items:center;margin-bottom:20px;line-height:22px;font-weight:300;line-height:22px}
.partners_swiper .swiper-slide img{width:50%;z-index:2}
.partners_re .swiper-button-next:after,.partners_re .swiper-button-prev:after{font-size:36px!important}
 
        /* Carousel */
        .carousel-container {
            position: relative;
/*            width: 90%;*/
            overflow: hidden;
            margin-top: 45px;
        }

        .carousel-track {
            display: flex;
            gap: 20px;
            transition: transform 0.5s ease-in-out;
        }

        .carousel-item-p {
            flex: 0 0 calc(33.33% - 20px); /* 3 items in a row */
            background: white;
            padding: 30px;
            border-radius: 10px;
/*            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);*/
            text-align: center;
        }

        .carousel-item-p img {
            width: 100px;
            margin-bottom: 10px;
        }

        .carousel-item-p p {
    font-size: 16px;
    color: #767676;
    padding: 10px;
}
        /* Navigation Arrows */
        .carousel-controls {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }

        .carousel-controls button {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            padding: 10px;
            color: #0a1952;
        }
/*! Our Capabilities */
.mySwiper_our .swiper-pagination-bullet{width:30px!important;height:30px!important;color:#fff!important;text-align:center;background-color:#ddd!important;margin:0 5px!important}
.mySwiper_our .swiper-pagination-bullet-active{color:#8721e0!important;background-color:#fff!important}
.our-imgs{position:relative}
.our-imgs::before{position:absolute;left:0;top:0;content:'';background:url(../images/capabilities.png) no-repeat left;width:100%;height:100%}
.our-imgs-content{margin:0 auto;position:absolute;color:#fff;display:flex;flex-direction:column;align-items:flex-start; top: 30%; }
.our-imgs-content .tit_h3{font-size:18px;font-weight:700}
.our-imgs-content .tit_h4{font-weight:200;font-size:16px;margin:1.5625vw 0 2.0833vw 0}
.our-imgs-content .tit_h1{padding:0 30px;font-size:66px;border:2px solid #fff;color: #ffff;
border-radius:10px;margin-bottom:45px;font-weight:600;font-family:Be Vietnam Pro}
.our-imgs-content p{width:calc(100% - 40px);margin-right:40px;text-align:left;font-size:16px}
.swiper-our .swiper-pagination{text-align:left;padding-left:13%;bottom:55px}
/*application & industry*/

/*.main-application{margin:0 auto;width:1400px}*/
.main-application .tit_h1{font-size:46px;color:#8721e0;;margin-top:80px;position:relative;padding-top:20px;text-align:center;font-weight:600;font-family:inherit}
 .tit_h1::before{content:'';width:80px;height:2px;background-color:#8721e0;;position:absolute;left:50%;top:0;margin-left:-40px}
.appli_list{margin-top:40px}
.appli_list ul{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between; padding-left: 0px}
.appli_list li{width:calc(25% - 25px);cursor:pointer;position:relative}
/*.appli_list li::after{background:url(/img/logo_white.png) no-repeat center;position:absolute;width:100%;height:100%;left:0;top:0;content:'';z-index:-1;background-color:#eee}*/
.appli_list li:last-child{margin-right:0}
.appli_list li img{width:100%;height:100%; border-radius: 15px;}
.appli_list li::before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:11;border-radius:15px;background:linear-gradient(180deg,rgba(11,21,89,0) 0,rgba(11,21,89,.35) 53%,#8721e0 100%);transition-duration:.3s;opacity:.8}
.appli_list li:hover::before{opacity:1}
.appli_list li a{position:absolute;left:0;width:100%;height:100%;z-index:12;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:flex-end;top:0;padding-bottom:40px}
.appli_list li:hover a{padding-bottom:40%}
.appli_list li a span{line-height:normal!important}
.appli_list li a i{font-size:50px;color:#fff;line-height:normal}
.appli_list li a p{margin:0!important;color:#fff;font-size:24px;font-weight:500;}

.swiper-our .swiper-pagination {
    text-align: left;
    padding-left: 13%;
    bottom: 55px;
}.mySwiper_our .swiper-pagination-bullet-active {
    color: #8721e0 !important;
    background-color: #fff !important;
}


.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

/*abt strat*/
.region{display:block;width:100%;max-width:1920px;margin:0 auto;padding:0}
.region--top{display:none;position:fixed;top:0;left:0}
.region--bottom{left:0;bottom:0}
.strengths{margin-bottom:171px;width:100%}
.strengths::before{position:fixed;width:1px;background-color:#333;height:100%;left:50%;margin-left:-1px;top:0;content:'';z-index:0}
.strengths--con{display:flex;flex-direction:row;width:100%;margin-top:100px}
.str--con-left{margin-left:6.5%;text-align:center;width:37.5%;z-index:9}
.con--left-tit{font-weight:700;font-size:18px;color:#8721e0;margin-top:62px;margin-bottom:25px;width:100%}
.str--con-right{width:64.5%;background-color:#f5f5f5;margin-left:-8.333vw;z-index:2;max-height:440px}
.con--right-tit{position:relative;width:auto;margin:4.1666vw 13.54vw 0 12.5vw}
.con--right-tit::before{width:80px;height:2px;background-color:#8721e0;content:'';display:block}
.right--tit-h3{color:#8721e0;font-size:36px;font-weight:600;margin:41px auto 30px auto;display:inline-block}
.con--right-tit p{font-size:16px;color:#333;line-height:24px}
.quality--con{display:flex;margin-top:100px;width:100%;flex-direction:row-reverse}
.quality--con-right{width:64.5%;background-color:#f5f5f5;z-index:2;margin-left:0;margin-right:-8.333vw;padding-bottom:100px}
.qua--right-tit{position:relative;width:auto;margin:80px 12.5vw 0 13.54vw}
.qua--right-tit::before{position:absolute;width:80px;height:2px;background-color:#8721e0;left:0;top:0;content:'';display:block}
.qua--right-tit p{font-size:16px;color:#333;line-height:24px}
.qua--con-left{width:37.5%;z-index:3;margin-right:6.5%;text-align:center}
.quality-img{width:100%}
.fil--img{position:relative;z-index:2;
/*    padding-bottom:34.5%;*/
}
.fil--img img{
/*    position:absolute;*/
    width:100%}
.fil--img::after{background:url(/img/logo_white.png) no-repeat center;position:absolute;width:100%;height:100%;left:0;top:0;content:'';z-index:-1;background-color:#eee}
.advantagess{background-color:#fff;position:relative;margin:0 auto;text-align:center;margin-top:100px}
.adv--tit{line-height:48px;font-size:38px;font-weight:600;color:#8721e0;position:relative;padding-top:40px}
.adv--tit::before{content:'';width:80px;height:2px;background-color:#8721e0;left:50%;top:0;margin-left:-40px;position:absolute}
.adv--list{width:100%}
.adv--list ul{display:flex;flex-direction:row;flex-wrap:wrap}
.adv--list li{margin-top:75px;width:calc(25.0% - 40px);margin-right:40px;background-color:#f7f7f7;padding:60px 40px;position:relative;border-radius:3px}
.adv--list li:last-child{margin-right:0}
.adv--list li i{    width: 80px;
    height: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -40px;
    background-color: #f7f7f7;
    font-size: 39px;
    border-radius: 50%;
    line-height: 62px;
    padding-right: 0px;}
.adv--list-tit{line-height:26px;margin:0 auto 20px auto;font-size:20px;font-weight:600;color:#8721e0;text-align:center}
.adv--list li p{margin-bottom:0;font-size:16px;font-weight:400;line-height:26px;color:#666}
.culture{position:relative;padding-bottom:100px;background-size:cover;}
.culture::after{background:url(/img/logo_white.png) no-repeat center;position:absolute;width:100%;height:100%;left:0;top:0;content:'';z-index:-1;background-color:#eee}
.culture .advantagess{background-color:initial;z-index:2}
.culture::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fff 0,rgba(255,255,255,.15) 100%);opacity:1;display:block;z-index:0}
.culture--list{width:100%;margin-top:75px}
.culture--list ul{display:flex}
.culture--list li{margin-right:40px;width:calc(34.33% - 40px);background-color:#fff;padding:80px 40px;display:flex;flex-direction:column;align-items:center}
.culture--list li:last-child{margin-right:0}
.culture--list li img{width:45px;height:45px}
.culture--list-tit{line-height:30px;margin:20px auto 25px auto;font-size:28px;font-family:Be Vietnam Pro;font-weight:600;color:#8721e0;text-align:center}
.culture--list li p{margin-bottom:0;font-size:16px;font-weight:400;line-height:26px;color:#666}
.fil-all{position:relative;background-color:#fff}
.quality--list{margin-top:20px}



.mv-card__overlay{
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    position: relative;

    margin: 30px 0px;
}
.owl-item.active.center .mv-card__overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background: linear-gradient(180deg, rgba(11, 21, 89, 0) 0, rgba(11, 21, 89, .35) 53%, #8721e0 100%);
    transition-duration: .3s;
    opacity: .8;
}
.mv-card_content{
    grid-row-gap: .5rem;
    align-items: center;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    left: 0;
    padding: .5rem .7rem;
    position: absolute;
    right: 0;
    row-gap: .5rem;
    z-index: 20;
}
.mv-card_content h2 {
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 20px;
    color: #fff;
}
.mv-card_subtitle h5 {
    color: #fff;
}
.mv-card_subtitle{
    grid-row-gap: .5rem;
    align-items: center;
    bottom: 80px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    left: 0;
    padding: .5rem .7rem;
    position: absolute;
    right: 0;
    row-gap: .5rem;
    z-index: 20;
}

button.owl-prev {
    border-radius: 100% !important;
    box-shadow: 0 5px 12px 0 rgba(89, 94, 103, .07), 0 10px 30px 0 rgba(89, 94, 103, .085);
    cursor: pointer;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 50px;
}
button.owl-prev span {
    font-size: 45px;
    line-height: 20px;
}
button.owl-next {
    border-radius: 100% !important;
    box-shadow: 0 5px 12px 0 rgba(89, 94, 103, .07), 0 10px 30px 0 rgba(89, 94, 103, .085);
    cursor: pointer;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 50px;
}
button.owl-next span {
    font-size: 45px;
    line-height: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #8721e0!important;
    color: #FFF;
    text-decoration: none;
}
.owl-dots{
    display: none;
}
.producion-line{
    margin-top: 80px;
    margin-bottom: 80px;
}/* Custom Swiper Container */
.custom-swiper {
    width: 100%;
    margin: 50px 0;
}

/* Slide Style */
.custom-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-in-out;
}

/* Card Style */
.custom-card {
    background: white;
    text-align: center;
    padding: 20px;
    width: 800px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    filter: blur(3px);
    transition: all 0.5s ease;
}

/* Active Slide - Raised Effect */
.custom-swiper .swiper-slide-active .custom-card {
    transform: scale(1.1);
    filter: blur(0px);
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);*/
margin: 20px 30px 30px;
}

/* Image */
.custom-card img {
    width: 100%;
    border-radius: 10px;
}

/* Button */
.custom-card button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.swiper-slide.swiper-slide-active {
    z-index: 2;
}
/* Custom Navigation Buttons */
.custom-swiper-button-prev,
.custom-swiper-button-next {
    color: #007bff !important;
}
.tit_h1{font-size:46px;color:#8721e0;;margin-top:80px;position:relative;padding-top:20px;text-align:center;font-weight:600;font-family:inherit}
/*.tit_h1::before{content:'';width:80px;height:2px;background-color:#8721e0;;position:absolute;left:50%;top:0;margin-left:-40px}*/
.modal-beauty {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.345);
    overflow-y: hidden;
}
.close-btn {
    z-index: 2;
    top: 2%;
    right: 2%;
}
.p-20{
    padding: 20px;
}


.postWrapperBox {
    background-color: white;
    border-radius: 15px;
    padding: 20px 20px 12px;
    padding-top: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
}
h2.media-box  {
    border: none;
    color: #000;
    font-size: 28px;
    position: relative;
    margin: 60px 0 12px;
    text-transform: capitalize;
    padding: 0 0px 4px;
    text-align: center;
    font-weight: bold;
    /* width: 100%; */
}
.white-wrapper {
        background-color:#ffffff;
        padding:60px 0;
    }
    .youtubeclass img {
    border-radius: 10px !important;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 27%);

    width: 100% !important;
    height: 300px;
}
.youtubeclass div {
    width: 100%;
}
.postWrapperContainer {
    margin-top: -35px;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left!important;
  text-decoration: none!important;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.career-button{
    background:#8721e0 !important;
    border: 1px solid #8721e0;
}
.overlay {
    padding: 60px 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.general-title{
    color: #fff;
}
.pt-50 {
    padding-top: 50px;
}
img.img-responsive.img-fullwidth {
    width: 100%;
}
.bitmap.quality-img img{
    width: 100%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    
    color: #8721e0;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after  {
    
    color: #8721e0;
}
.left{
    float: left;
}
.right{
    float:right;
}
.pr-20{
    padding-right: 25px;
}
.pl-20{
    padding-left: 20px;
}
.btn.btn-outline-primary{
    color: #8721e0 ;
}
.breadcrumb{
    width: 100%;
}
img.swiper-lazy.breadcrumb.swiper-lazy-loaded {
    margin-bottom: 0px;
    
}
.contact_form {
        overflow:hidden;
        margin: 30px 0 25px;
    }
    .overlay .contact_details {
        color:#fff !important;
    }
    .contact_form textarea {
        height:133px !important;
    }
    .contact_form .form-control {
        margin-bottom: 15px;
    margin-top: 5px;
        /* height: 62px; */
        padding: 8px 20px;
        border-color: #dddddd;
        box-shadow: none;
    }
    #contactform fieldset {
        padding:10px;
        border:1px solid #eee;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
    }
    #contactform legend {
        padding:7px 10px; 
        font-weight:bold; 
        color:#000; 
        border:1px solid #eee; 
        -webkit-border-radius:5px; 
        -moz-border-radius:5px; 
        margin-bottom:0 !important; 
        margin-bottom:20px;
    }
    #contactform span.required{ 
        font-size: 13px; 
        color: #ff0000;
    }
    #message {
        margin: 10px 0; 
        padding: 0;
    }
    .travelInputBox {
    margin-bottom: 10px;
}

.modal-title{
    text-align: center; color:#8721e0 ; font-size: 24px; font-weight: 600;
}

/* ================ The Timeline ================ */

.event .timeline {
  position: relative;
  width: 1100PX;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1em 0;
  list-style-type: none;
}

 .event .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.event .timeline li {
  padding: 1em 0;
}

.event .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 500px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 500px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 70%;
  right: -56px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -56px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 14px;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.event .timeline:before {
  
  z-index: 0;
}
.event .timeline {
    width: 100%;
    padding: 1em 0 1em 0;
}

.event .timeline li {
    padding: 2em 0;
}

.direction-l,
.direction-r {
    float: none;
    width: 100%;

    text-align: center;
}

.flag-wrapper {
    text-align: center;
}

.flag {
    background: rgb(255,255,255);
    z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -11px;
    left: 54%;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255,80,80);
    z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255,255,255);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245,245,245);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    
  z-index: 15;
}

}

@media screen and (min-width: 400px) and (max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
    margin: 1em 4em 0 4em;
}

}

.post-thumb.thumbevntr {
    text-align: left;
    width: 303px;
    margin-bottom: 0px;
}
.post-thumb.thumbevntl {
    text-align: left;
}
.item-event{
    padding: 60px 0px 0px;
}
.card .content {
  display: flex;
  justify-content: center;
  align-items: center;
}


.cards-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
      margin-bottom: 50px;
}

.card {
/*  max-width: 300px;*/
  /*height: 400px;*/
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  margin: 25px 0;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .card {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .card {
    width: 100%;
  }
}
.card .elms-animation,
.card .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.card .elms-animation {
  z-index: 5;
}
.card .elms-animation span {
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
  height: 0;
  width: 0;
  transition: all .5s ease-out;
}
.card .elms-animation span.one {
  top: 0; left: 0;
}
.card .elms-animation span.two {
  top: 0; right: 0;
}
.card .elms-animation span.three {
  left: 0; bottom: 0;
}
.card .elms-animation span.four {
  right: 0; bottom: 0;
}

.card:hover .elms-animation span {
  width: 50%;
  height: 50%;
}

.card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.card .content {
  z-index: 6;
  visibility: hidden;
}
.card:hover .content {
  animation: show .3s .4s linear forwards;
}
.card .content button {
  padding: .6rem 1.3rem;
  border: 3px solid #FFF;
  background: transparent;
  color: #FFF;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  transition: background .3s ease;
}
.card .content button:hover {
  background: #FFF;
  color: #333;
}

@keyframes show {
  to {
    visibility: visible;
  }
}

.bitmap {
    position: relative;
   
}
.bitmap img {
  
    width: 100%;
}
.bitmap::after {
    background: url(/img/logo_white.png) no-repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    background-color: #eee;
}
.cards-container .card{
    width: 100%;
    padding: 30px;
}

.slide_four .owl-carousel .owl-nav button.owl-next,.slide_four .owl-carousel .owl-nav button.owl-prev{
        margin: 5px 95px;
            line-height: 0.5;
}
.slide_four .slide_btn{
    position: relative;
    text-align: center;
        top: -53px;

}
.slide_four .slide_btn a{
        padding: 10px 20px;
    width: 140px;
}

.site-blog{
    margin-bottom: 50px;
}

.homeButtonSlide.active i {
    color: #000 !important;
}
.footer-heading ul li i::before {
    color: #fff;
}

.blog-details .our-imgs::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../images/capabilities2.png) no-repeat left;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.blog-details .our-imgs-content{
     z-index: 2;
     bottom: 120px;
     top: unset;
}

@media (min-width: 1200px) {
    .blog-details img.swiper-lazy.breadcrumb.swiper-lazy-loaded {

      height: 500px;
}
}

 .blog-details .container{
    position: relative;
    top: 0;
 }
.topbar ul li i::before {
  color: #fff;
}

.topbar_inline{
    display: flex;
    justify-content: space-between;
}
.swiper-our .our-imgs-content {
    left: 10%;
   
} 
.swiper-our .tit_h1{
     margin-top: 0px;
}

.swiper-our .swiper-slide p{
    padding: 0px;
}
.career_sec .accordion .card{
width: 100%;
}

.product-box .btn{
    width: 100%;
}

.img-card-modal .mv-card__overlay, .img-card-modal .bg-white{
   border-radius: 0px !important;
}
.img-card-modal .modal-body .col-md-6{
    padding: 0px;
}

.img-card-modal .mv-card__overlay {
    margin: 0px;
    height: 100%;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px !important;
    }
     .img-card-modal .bg-white{
        padding-left: 50px !important;
/*            box-shadow: 4px 5px 5px 0px rgba(191, 191, 191, 0.75);*/
     }
}
  .img-card-modal .card.bg-transparent{
    position: relative;
  }
/*  .img-card-modal  .card.bg-transparent:after{
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    right: 270px;
    top: 0;
    z-index: 1;
    background: linear-gradient(270deg, #8721e000 0, #8721e057 53%, #8721e0a3 100%);
    transition-duration: .3s;
    opacity: .8;
}*/

   .img-card-modal .modal-img, .img-card-modal .mv-card_img{
    height: 100%;
}

 .img-card-modal .mv-card__overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background: linear-gradient(270deg, rgba(11, 21, 89, 0) 0, rgba(11, 21, 89, .35) 53%, #8721e0 100%);
    transition-duration: .3s;
    opacity: .8;

}
 @media (max-width: 767px) {.img-card-modal .modal-img{
    display: none;
 }


}


.travelFormBox .travelInputBox.d-flex{
    justify-content: end;
}

.social-icons i{
    font-size: 20px;
}

        body.dark {background-color: #292c35;
              color: #ddd;} /* #9b59b6 */
            body.article {background-color: #292c35;
              color: #fff;} /* #9b59b6 */
body.dark h1, body.dark .support a {color: #fff;}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}



.nav-link {
    color: #000000a6!important;
}
button.pro-dtl a{
    color: #8721e0;
    text-decoration: none;
}
button.pro-dtl a:hover{
    color: #fff;
    text-decoration: none;
}

.card-title {
    background-color: #8721e0;
    margin: 0!important;
    padding: 0;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    color: #fff!important;
    text-align: center;
    font-size: 16px;
}
.card-body {
    padding: 0px !important;
}

.tab-section {
    padding-bottom: 0px;
}


.tab-section .owl-theme .owl-nav{
    position: absolute;
    top: 35%;
    width: 100%;
}

.tab-section .owl-nav button.owl-prev{
       left: -35px;
    position: absolute;
    opacity: 1; 
     border: 2px solid #8721e0 !important;
     background: #fff !important;
}
.tab-section .owl-nav button.owl-next{
       right: -35px;
    position: absolute;
    opacity: 1; 
     border: 2px solid #8721e0 !important;
      background: #fff !important;
}

.tab-section button.owl-prev span, .tab-section button.owl-next span{
 color: #8721e0;
    line-height: 25px;
}
.tab-section .owl-theme .owl-nav [class*=owl-]:hover span{
   
    color: #FFF !important;
   
}
.details-button .row{
    margin: unset;
}

.modal.img-card-modal.show .modal-dialog{
    transform: translate(0, 150px);
     }

  .tab-section .owl-theme  .owl-nav .disabled {
    display: none !important;
}  









/*team section*/

.gray {
  color: #a5a5a5;
}

.team{
  margin:40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
 width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgb(135 33 224 / 71%);
  /* Primary color, can be changed via colors.css */
  
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover figcaption i{
color: #fff;
font-size: 30px;
}
.team-member figure ul li i::before {
    color: #fff; 
}

/*media*/
.shopify-img img{
    max-width: 30%;
    margin-bottom: 30px;
}

.brz-bg {
    border-radius: 20px;
    box-shadow: 0px 10px 32px -5px rgba(0, 0, 0, 0.19);
    margin: 0px 30px 0px 0px;
    background: #3d3ac426;
        padding: 50px;
    border-radius: 12px;
    margin: 30px 0px 50px;
    transition: 0.3s;
}

.shopify_card  .abt-btn{
        align-items: end;
    display: flex;
    height: 100%;
    margin: 0px;
   
   

}
.shopify_card  .abt-btn a{
     padding: 20px 0px;
      font-size: 16px;
}
.shopify-title{
    padding-right: 30px;
}
    .brz-bg:hover  {
        box-shadow: 0px 20px 40px -10px #0e073661;
    }
.sho-pi .shopify_card .abt-btn{
    height: unset;

    margin-top: 50px;
}
.sho-pi  {
    padding: 50px 30px;
}
.sho-pi  .shopify_card.brz-bg {
    padding: 50px 30px;
    min-height: 450px;
    
}

.brz-bg.white_bg{
    background: #fff;
}
.abt-btn.white_btn a{
   background-color: #fff !important;
   text-align: left; 
   padding: 0;
   color: #8721e0; 
   font-weight: bold;
   font-size: 16px;
}
.shopify.sho-pi.article .shopify_card.brz-bg{
   min-height: 310px;
}

.sho-pi .shopify-img img{
   max-width: 50%;
}


.newsletter{
    background: #3d3ac426;
    padding: 40px 0px;
}


.new_p{
        margin: 40px 0px 20px;
}
.newsletter .abt-btn a {
    padding: 15px 0px;
    font-size: 16px;
}

.new_p p{

font-size:20px;

}


.newsletter .brz-icon-svg {
    display: inline-block;
    width: 1em;

    height: 1em;
    stroke: none;
    max-width: none;
    position: relative;
    fill: currentColor;
    color: currentColor;
}

.blog-details{
    position: relative;
    z-index: 9;
}


.article .shopify-img img

 {
   max-width: 100%;
 }


/*table*/

.table-wrapper {
	 position: relative;
	 border-radius: 0.5rem;
	 overflow: hidden;
}
 .table-wrapper::after {
	 --shadow-size: 20px;
	 content: "";
	 position: absolute;
	 inset: 0;
	 
	 pointer-events: none;
}
 .table-container {
	 max-height: 24rem;
	 overflow: auto;
	 height: 100%;
}
 table {
	 width: 100%;
	 border-collapse: separate;
	/* make border sticky */
}
 th, td {
	 border: none;
	 padding: 1rem 2rem;
	 text-align: center;
}
 th:last-of-type, td:last-of-type {
	 text-align: center;
}
 th {
	 background-color: #8721e0;
     color: #fff;
	 font-weight: bold;
	 position: sticky;
	 top: 0;
	 border-bottom: 2px solid #15928a;
}
 tbody tr:nth-of-type(even) {
	 background-color: #eee;
}
 
.detail-table .table-wrapper th{
    text-align: center;
}


/*detail-tab*/

/* Modern Filled Tabs */
.modern-tabs {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
       box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1);
}

.modern-tabs .nav-tabs {
    border: none;
    margin-bottom: 1.5rem;
}

.modern-tabs .nav-link {
    
    padding: 1rem 1.5rem;
    border-radius: 0;
    font-weight: 500;
    color: #6c757d;
    transition: all 0.3s ease;
    border-left: 1px solid #6c757d3b !important;
   border-right: 1px solid #6c757d3b !important;
}
.modern-tabs.packageBox .nav-tabs .nav-link{
     border-top-left-radius: unset; 
    border-top-right-radius: unset;
}

.modern-tabs .nav-link {
    background: #eee;
    color: #0d6efd;
}

.modern-tabs .nav-link.active {
    background: #0d6efd;
    color: white;
}

/* Content Animation */
.tab-pane.fade {
    transition: all 0.2s ease-out;
}

.tab-pane.fade.show {
    animation: fadeIn 0.5s ease-out;
}
.detail-table .tab-content {
    display: unset !important; 
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.desk-reel .owl-item.center {
    transform: scale(1.5) !important;
    opacity: 1;
    z-index: 1;
}
.desk-reel .owl-item {
    opacity: 0.6;
}
.desk-reel .owl-item {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1.00);
    margin-top: 140px;
    margin-bottom: 115px;
}

.desk-reel .owl-next, .desk-reel .owl-prev {
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
    color: #176b6d !important;
    border: 2px solid #176b6d;
    font-size: 20px;
}
.desk-reel .owl-next {
    right: -20px;
}
.desk-reel .owl-prev {
    left: -24px;
}

.desk-reel button.owl-prev span, .desk-reel button.owl-next span {
    font-size: 45px;
    line-height: 20px;
}

.detail-table .nav-tabs .nav-link.active{
    color: #ffffff !important;
    background-color: #8721e0 !important; 
 }

.detail-table .nav-tabs

 {
 border-top-left-radius: 15px; 
    border-top-right-radius: 15px;
    border: none;
    padding: 0;
    overflow: hidden;
}

.optionToolGallery img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: auto;
}

.faq .accordion-button:not(.collapsed) {
    color: #fff ;
    background-color: #8721e0;

}



/*compare image*/
.compare_img .card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 800px;
  width: 100%;
}

.compare_img  .card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.compare_img .card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.compare_img .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.compare_img .card:hover img {
  transform: scale(1.05);
}

.compare_img .card:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.modern-tabs li{
    min-width: 25%;
    max-width: 20%;
}

.modern-tabs li button{
    width: 100%;
}

/*video-reel*/
.video-container {
    max-width: 360px;
    margin: 0 auto;
}

.video-block {
    position: relative;
    width: 100%;
    padding-top: 177.77%; /* Aspect ratio 9:16 for vertical videos */
    overflow: hidden;
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}
.site-center-aligned .ytp-shorts-mode .ytp-title-link.yt-uix-sessionlink {
    font-size: 10px !important;
  padding-right: 15px !important; 
}

.video-section-content {
    padding: 70px 0px 80px 70px;
}
.headline {
    margin-bottom: 13px;
}
.headline h2 {
    font-weight: 600;
    padding-bottom: 6px;
    margin-top: 0;
    position: relative;
}
.video-section-content__description {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.color_auto {
    color: #8721e0;
}
.video-section-content__description {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.video-section-btn {
    margin-top: 30px;
}

.video-section-btn .gradient-border {
    background: #fff;
    border-color: #fff;
    border-radius: 5rem;
    border-style: solid;
    border-width: 2px;
    color: #000;
    outline: 0;
    transition: background-color .2s 
ease-out;
    font-size: 1rem;
    font-weight: 500;
    line-height: 3.375rem;
    padding: 9px 12px;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px 5px;
}
.video-section__container .row {
    align-items: center;
}

.p_detail_app .appli_list li{
    margin: 10px;
}

.p_detail_app .appli_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}
.p_detail_app .abt-btn p{
    text-align: center;
    width: 100%;
    justify-content: center;
}
.p_detail_app{
    margin-top: 50px;
}

/*inclusion*/

ul.inclsn li:before {
    content: "✓";
    font-size: 17px;
    vertical-align: top;
    line-height: 17px;
    /* margin-right: 10px; */
    position: absolute;
    left: 10px;
    color: #8721e0;
    /* margin-bottom: 13px; */
    padding-top: 4px;
}
.inclu.ng-scope.bac-col {
    overflow: hidden;
    background-color: #8721e029;
}

 .newletter

 {
    z-index: 1;
    position: relative;
}

.newletter {
    background-color: #8721e029;
    padding: 30px 0px;
}

.download-btn{
    width: 100%;
    background-color: #8721e0 !important;
    border: none !important;
    padding-top: 20px !important ;
     padding-bottom: 18px !important;
     font-size: 1.5rem !important;
}

.p_detail_app .abt-btn {
    display: flex;
    justify-content: center;
}

.inclu.ng-scope.card.packageBox{
    border-radius: 12px;
      margin-top: 10px;
    margin-bottom: 16px;
}


.display_hide_responsive .collapse:not(.show) {
    display: block;
}
.display_hide_responsive  .card-header a {
    pointer-events: none;
    text-decoration: unset;
}
.display_hide_responsive  .card-header .collapsed i {
    float: right;
    transform: rotate(0deg);
}

.display_hide_responsive  .card-header i {
    float: right;
    transform: rotate(180deg);
    display: none;
}
.card-industry-header{
    font-family: "Montserrat", serif;
    font-size: 22px;
    color: #8721e0;
    font-weight: 600;

}
.video-section__inner{
    padding-top: 30px;
    background-color:#8721e029;
}
.product-list .product-box p{
    margin-top: 10px;
} 

.product-list .product-box .img-details h3{
    margin-bottom: 0px;
} 

.product-box .img-details  h3 {
        font-size: 1.3rem;
        margin-bottom: 0px;
    }
.item .product-box{
    margin-top: 0px;
}
.video-section  .machine-card{
      padding: 0px;  
    box-shadow: unset;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    border: none;
 }
 
@media(min-width: 992px){
    .machine-card
    {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
   
    margin-bottom: 30px;
    background-color: #fff;
    }
  .packageBox{
    padding: 0px;  
    box-shadow: unset;
    border-radius: 0px;
    margin-top: 0px;
    border: none !important;
  }
 .machine-card .card-header{
     margin-bottom: 15px;
 }
 .bac_col1{
    background-color: #8721e029; 
 }
 .inclu.ng-scope.bac-col {

    background-color: transparent;
}
}
/*----------------faq------------------------*/

@keyframes underlineEffect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.faq-item {
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #f1f1f1;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 20px;
}

.faq-answer {
  display: none;
  padding: 15px;
  font-size: 20px;
  color: #333;
  text-align: left;
  background: #f9f9f9;
  border-radius: 10px;
}

.faq-answer p{
    margin-bottom: 0px;
    font-size: 17px;
}

.abt-clm img{
    object-fit: cover;
    width: 100%;
}

.abt-img.img_producto_container a{
    height: 100%;
}
.img_producto_container{
    height: 100%;
}
.abt-img.img_producto_container a img{
    height: 100%;
}

/*megamenu*/
.goBackBtn {
    display: none;
    background-color: #efefef;
}
  #navbar_top  .navbar-expand-lg .navbar-nav {
     
        align-items: center;
    }
 .navigationLinkContainer>a:not(.noLineBelow)::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 10px;
    height: 2px;
    width: 0;
    background-color: #176b6d;
    transition: width .33s linear;
}

.navigationLinkContainer .haveMegaMenu a{
    color: #222;
}
.product-box .btn:hover a

 {
   color: #fff;
}
