*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face{
    font-family:'HelveticaNeueBlack';
    src:url("../fonts/HelveticaNeueBlack.otf");
    font-display: swap;
}
@font-face{
    font-family:'HelveticaNeueBold';
    src:url("../fonts/HelveticaNeueBold.otf");
    font-display: swap;
}
@font-face{
    font-family:'HelveticaNeueHeavy';
    src:url("../fonts/HelveticaNeueHeavy.otf");
    font-display: swap;
}
@font-face{
    font-family:'HelveticaNeueLight';
    src:url("../fonts/HelveticaNeueLight.otf");
    font-display: swap;
}
@font-face{
    font-family:'HelveticaNeueMedium';
    src:url("../fonts/HelveticaNeueMedium.otf");
    font-display: swap;
}
@font-face{
    font-family:'HelveticaNeueThin';
    src:url("../fonts/HelveticaNeueThin.otf");
    font-display: swap;
}

/* Banner Section  */
.slick-next, .slick-prev {
    top: 45%;
}
.single-item .slick-next:before, .single-item .slick-prev:before {
    color: #ffffff !important;
    font-size: 40px !important;
}

/* Below Banner Introduction Section */
section#introduction-content {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}
.introduction-contnet-heading h1 {
    font-size: 35px;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
    padding-bottom: 10px;
}
.introduction-contnet-heading h1 span {
    color: #1361FF;
}
.introduction-contnet-heading p {
    font-size: 24px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
    padding-bottom: 20px;
}
.introduction-contnet-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.introduction-contnet-body p {
    font-size: 15px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    padding-bottom: 15px;
    line-height: 1.5;
}
.introduction-body-image img {
    width: 280px;
    padding-left: 10px;
}
.beacon-customers {
    background-image: url(https://beacon-india.com/wp-content/themes/beaconindia/images/newhome-images/beacon-customers.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 100px;
    margin-top: 20px;
}
@media(max-width:768px){
    .beacon-customers {
        background-image: url(https://beacon-india.com/wp-content/themes/beaconindia/images/newhome-images/beacon-customers-mb.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}
.becon-details p {
    font-size: 16px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    color: #fff;
}
.becon-details p.numbers {
    font-size: 40px;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
    color: #fff;
}
.becon-details {
    border-right: 1px solid #fff;
    /* padding: 0 30px 0 20px; */
}
.becon-details.experience {
    border: none;
}

/* Slider Section */
#brands-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-bg {
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-image 0.5s ease-in-out;
    position: relative;
}

.slider-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    color: white;
    gap: 5%;
    z-index: 2;
    padding: 55px 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-info {
    width: 30%;
    min-width: 280px;
    padding: 20px;
    border-radius: 10px;
    margin-left: 5%;
}
.slider-info-btn a {
    background: #1361FF;
    color: #fff;
    /* display: block; */
    font-size: 20px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
    padding: 12px 65px;
    border-radius: 25px;
}
.slider-info h2 {
    font-size: 32px;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
}
.slider-info hr {
    /* width: 150px; */
    height: 2px;
    background: #c9c9c9;
    border: none;
    margin-top: 10px;
}
.slider-info h3 {
    font-size: 32px;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
}
.slider-info ul {
    padding-left: 20px;
    padding-bottom: 20px;
    min-height: 81px;
}
.slider-info ul li {
    font-size: 20px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
}
.slider-info img {
    max-width: 100%;
    width: 250px;
    margin-bottom: 35px;
}
.card-slider {
    width: 60%;
    overflow: hidden;
    position: relative;
}

.card-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 10px;
    padding: 10px;
}

.card {
    flex: 0 0 calc((100% - 30px) / 3.5); /* 3 full + 0.5 card logic */
    max-width: calc((100% - 30px) / 3.5);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s;
}

.card.active {
    /* Optional: Transform or highlight active card */
}
.card.active img {
    box-shadow: #FE7C2E 0px 5px 25px, #FE7C2E 0px 5px 25px;
  }
  .card.hidden {
    display: none;
  }
  
.card img {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}

/* .controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
} */
.controls {
    position: absolute;
    left: 90%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    top: 45px;
}
.controls button {
    font-size: 35px;
    background: none;
    border: 2px solid white;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.slider-index {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 4px 12px;
    border-radius: 10px;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
}

.slider-line {
    position: absolute;
    bottom: 60px;
    height: 2px;
    width: 37%;
    background-color: white;
    opacity: 1;
    z-index: 5;
    right: 8%;
}

@media (max-width: 770px) {
    .slider-content {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 40px 0;
        background-image: url(https://beacon-india.com/wp-content/themes/beaconindia/images/newhome-images/slider-mb-bg.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .slider-info,
    .card-slider {
        width: 100%;
    }

   

    .card-slider {
        overflow-x: scroll;
    }
    .card img {
        max-width: 100%;
        border-radius: 5px;
        /* width: 100%; */
        /* width: 200px; */
    }
    /* .controls {
        position: absolute;
        bottom: 15px;
        left: 25%;
    } */
        .controls {
        position: absolute;
        top: 15px;
        left: 85%;
    }
    .slider-index {
        position: absolute;
        bottom: 15px;
        right: 25px;
    }
}

 @media(max-width:450px){
    .controls button {
        font-size: 18px;
        width: 25px;
        height: 28px;
    }
 } 
  @media(min-width:451px) and (max-width:770px){
    .controls button {
        font-size: 25px;
        width: 32px;
        height: 39px;
    }
  }
  



/* tabs Section */
@media only screen and (max-width: 991px) {
   #mb-ProductTab ul.resp-tabs-list {
        display: none;
    }
    #mb-ProductTab h2.resp-accordion {
        display: block;
    }
    .tab-content-box {
        margin: 10px;
    }
    .tab-content-box h3 {
        font-size: 18px !important;
        min-height: unset !important;
    }
}
@media(min-width:991px){
    .tab-content-box {
        min-height: 580px !important;
    }
}
.tab-content-box:last-child {
    min-height: unset !important;
}
section#accordion-tabs {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #fff !important;
}
.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    background: #f9f9f9;
}
  
  .accordion-header {
    padding: 10px;
    background: #f0f0f0;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
  }
  
  .accordion-content {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 20px;
    display: none;
  }
  
  .accordion-item.active .accordion-content {
    display: block;
  }
  
  .tab-button {
    padding: 5px 10px;
    background: #e0e0e0;
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .tab-button.active {
    background: #ccc;
    font-weight: bold;
  }
  
  .tab-content .tab-panel {
    display: none;
  }
  
  .tab-content .tab-panel.active {
    display: block;
  }
  .solution-suite-heading hr {
    width: 150px;
    height: 5px;
    background: #c9c9c9;
    border: none;
}
.solution-suite-heading h2 {
    font-size: 32px;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
    padding: 0 0 25px 0;
}
li.accordion-item.active .accordion-header {
    background: #EA0000;
    color: #fff;
    font-size: 20px;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
    padding: 15px;
}
li.accordion-item.active {
    background: #183A56;
}
li.accordion-item.active ul {
    padding: 15px;
}
li.accordion-item.active ul li {
    background: none;
    color: #fff;
    font-size: 16px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
    letter-spacing: 1px;
}
li.tab-button.active {
    color: #00D0FF !important;
}
.accordion-header {
    background: #F9F9F9;
    border: none;
    font-size: 20px;
    font-family: "poppins", sans-serif; 
    font-weight: 600 !important;
    padding: 15px;
}
.tab-content-box img {
    max-width: 100%;
    width: 100%;
}
.tab-content-box {
    background: #F4F4F4;
    padding: 10px 10px 25px;
    border-radius: 10px;
    margin: 10px 0px;
}
.tab-content-box h3 {
    font-size: 24px;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
    padding: 25px 5px 15px 5px;
    min-height: 125px;
}
h3.head-hig {
    min-height: unset !important;
}
.tab-content-box ul li {
    font-size: 14px;
    font-family: "DMSans", sans-serif;
    padding: 3px 0;
}
.tab-content-box ul {
    padding-left: 20px;
    padding-bottom: 20px;
    /* min-height: 280px; */
}
.tab-content-box a {
    background: #1361FF;
    color: #fff;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 25px;
}
  
@media(max-width:768px){
    
    
    details #open {
        font-size: 16px !important;;
    }
    details #open:after {
        font-size: 18px !important;;
    }
    details #close {
        font-size: 16px !important;;
    }
    details #close:after {
        font-size: 18px !important;;
    }
}
/* Buy Solidworks Online Section */
section#buy-solidworks-online {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0 50px;
}
.buy-solidworks-online-image {
    position: relative;
}
.buy-solidworks-online-image img {
    max-width: 100%;
    width: 100%;
}
.buy-solidworks-online-content {
    position: absolute;
    width: 95%;
    bottom: 0px;
    left: 25px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buy-solidworks-online-content h4 {
    font-size: 32px !important;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
    padding-bottom: 5px;
}
.buy-solidworks-online-content h4 span {
    color: #FF2424!important;
}
.buy-solidworks-online-content p {
    font-family: "DMSans", sans-serif;
    /* font-weight: 600; */
    letter-spacing: 1px;
    font-size: 14px;
    padding-bottom: 20px;
}
.buy-solidworks-online-content a {
    color: #fff;
    background: #1361FF;
    padding: 10px 35px;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
}
.buy-solidworks-online-content a img {
    width: 30px;
    padding: 0 5px 0 4px;
}
.quick-links hr {
    width: 150px;
    height: 5px;
    background: #c9c9c9;
    border: none;
}
.quick-links h4 {
    font-size: 32px !important;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
    padding-bottom: 20px;
}
.quick-links ul {
    padding-left: 30px;
}
.quick-links ul li {
    font-size: 16px;
    font-family: "DMSans", sans-serif;
    list-style-type: disc;
    padding: 0;
    letter-spacing: 1px;
}
.quick-links ul li::marker {
    color: #00D0FF;
    font-size: 25px;
}
.quick-links ul li a {
    color: #000;
    font-family: "DMSans", sans-serif;
}

@media(max-width:1157px) and (min-width:992px){
    .buy-solidworks-online-content {
    left: 15px;
}
    .buy-solidworks-online-content h4 {
    font-size: 26px !important;
}
    .buy-solidworks-online-content p {
    font-size: 14px !important;
    padding-bottom: 0px !important;
}
    .buy-solidworks-online-btn {
    width: 200px !important;
    text-align: right !important;
}
.buy-solidworks-online-content a {
    padding: 10px 30px;
}


.event-time h6 {
    font-size: 24px !important;
}
.event-title h6 {
    font-size: 14px !important;
}
.event-time h4 {
    font-size: 12px !important;
}
}



/* Webinars and Events Section */
section#events {
    padding: 35px 0px;
    background-color: #F5F4FA;
    background: url("../images/newhome-images/events-bg.webp");
    width: 100%;
    float: left;
}
.event-head hr {
    width: 150px;
    height: 5px;
    background: #c9c9c9;
    border: none;
}
.event-head h4 {
    font-size: 32px !important;
    color: #000000 !important;
    padding: 0 0 25px 0;
     font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
}
  .event-slide {
  /* padding: 0px 0px 10px 10px; */
  background: #FFF;
  margin: 10px;
  position: relative;
  width: 95% !important;
  border-radius: 15px;
}

.online.event-slide .event-title {
    background: #FF8532 !important;
}
.event-image {
    padding: 15px;
}
/* .event-slide img {
    padding: 15px;
    border-radius: 10px;
} */
.event-img {
    height: unset !important;
    object-fit: contain;
    object-position: center;
    margin: 2% auto;
    display: block;
    width: 100%;
    max-width: 100%;
}
.event-title {
    background: #0055A4;
    /* position: absolute; */
    top: 0px;
    right: 0px;
    padding: 8px 10px;
    width: 40%;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 15px;
}
.event-title h6 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
}
/* .event-time {
    padding: 20px 20px 40px 20px;
} */
.event-time {
    padding: 10px;
    float: right;
    background: #1361ff;
    border-radius: 100px;
    width: 20%;
    margin-right: 15px;
}
/* .event-time h6 {
    font-size: 60px;
    margin-bottom: 0px;
    color: #000000;
     font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
    letter-spacing: 1px;
} */

.event-time h6 {
    font-size: 32px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-align: center;
}
/* .event-time h4 {
    font-size: 16px !important;
    color: #000000 !important;
    margin-bottom: 0px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
} */

.event-time h4 {
    font-size: 14px !important;
    color: #ffffff !important;
    margin-bottom: 0px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    text-align: center;
}
.event-main-head {
    padding: 0px 15px 35px 15px;
}
.event-main-head h4 {
    font-size: 21px !important;
    color: #000000 !important;
    margin-bottom: 15px;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    line-height: 1.3;
    display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-main-head p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 80px;
}
.evrnt-cta {
    padding: 0px 20px 30px 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.evrnt-cta a {
    color: #000000;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #000000;
    border-radius: 25px;
    font-size: 14px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
    width: 80%;
    text-align: center;
}
.online.event-slide {
  background: #fff !important;
}
.online.event-slide .event-title {
  background: #0055a4 !important;
}
.evrnt-cta a:last-child {
    background: #1361FF !important;
    color: #ffffff !important;
    border: none !important;
}
.event-slider.slick-initialized.slick-slider .slick-prev {
    border: 2px solid #000 !important;
    /* left: 43% !important; */
    left: 27% !important;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    top: -11% !important;
    /* background: #1361FF; */
    padding: 3px;
    border-radius: 25px;
    font-size: 0px;
    position: absolute;
    opacity: 1 !important;
  }

  .event-slider.slick-initialized.slick-slider .slick-prev::before {
    content: "";
    width: 31px !important;
    color: #000 !important;
    z-index: 999 !important;
    border-radius: 30px;
    padding: 10px 5px 10px 0px;
    font: 15px / 1 FontAwesome !important;
}

  .event-slider.slick-initialized.slick-slider .slick-next {
    border: 2px solid #000 !important;
    top: -11%;
    /* right: 48%; */
    right: 64%;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    /* background: #1361FF; */
    padding: 3px;
    border-radius: 25px;
    font-size: 0px;
    position: absolute;
    opacity: 1 !important;
  }

  .event-slider.slick-initialized.slick-slider .slick-next::before {
    content: "";
    width: 27px !important;
    color: #000 !important;
    z-index: 999 !important;
    border-radius: 30px;
    padding: 10px;
    font: 15px / 1 FontAwesome !important;
}
/* .slick-slide.slick-current.slick-active .event-slide {
    border-bottom: 5px solid #1361FF;
} */


/* Latest Blogs Section */
section#latest-blogs {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}
.latest-blogs-heading hr {
    width: 150px;
    height: 5px;
    background: #c9c9c9;
    border: none;
}
.latest-blogs-heading h4 {
    font-size: 32px !important;
    color: #000000 !important;
    padding: 0 0 25px 0;
  font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
}
.latest-blog-contents {
    background: #F9FCFF;
}
.latest-blog-contents img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}
p.publish-date {
    font-size: 14px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    color: #939393;
    padding: 0 20px 25px;
}
.latest-blog-contents h4 {
    font-size: 22px !important;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
    padding: 0 20px 20px;
}
p.byperson {
    font-size: 16px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    color: #939393;
    padding: 0 20px 25px;
}
.latest-blog-contents p {
    font-size: 16px !important;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    padding: 0 20px 25px 20px;
    display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-readmore {
    padding: 20px 20px 40px;
}
.blog-readmore a {
    font-size: 14px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 8px 30px;
    color: #000;
}
.latest-blog-body {
    padding-bottom: 45px;
}
.book-a-demo-at-your-office {
    background: url(https://beacon-india.com/wp-content/themes/beaconindia/images/newhome-images/book-demo-at-office.webp);
    background-size: 100% 100%;
}
@media(max-width:767px){
    .introduction-contnet-heading h1 p {
    font-size: 18px !important;
}
    .book-a-demo-at-your-office {
        background: url(https://beacon-india.com/wp-content/themes/beaconindia/images/newhome-images/book-a-demo-mb-bg.webp);
        background-size: 100% 100%;
    }
    .book-demo-at-office {
        padding: 47% 5% 10% 5% !important;
    }
    .buy-solidworks-online-btn {
    width: 200px;
    text-align: right;
}
    .buy-solidworks-online-content h4 {
        font-size: 20px !important;
        padding-bottom: 5px;
    }
        .buy-solidworks-online-content p {
        padding-bottom: 0px;
    }
}
.book-demo-at-office{
    padding: 50px;
}
.book-demo-at-office p {
    color: #fff;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
    font-size: 32px;
    padding-bottom: 30px;
}
.book-demo-at-office a {
    font-size: 16px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
    background: #1361FF;
    color: #fff;
    padding: 10px 50px;
    border-radius: 25px;
}



/* Testimonial Section */
.test-slider p {
    font-size: 14px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    color: #000;
    padding-bottom: 15px;
}
.testi-info h5 {
    font-size: 21px;
    color: #1361FF;
    font-family: "poppins", sans-serif; 
    font-weight: 600 !important;
}
.testi-info h4 {
    font-size: 14px !important;
    font-family: "DMSans", sans-serif;
    font-style: normal;
    letter-spacing: 1px;
}

  .testi-box {
    padding: 10px;
  }

  .testi-info {
    padding: 2px 5px 5px 8px;
    border-left: 3px solid #000000;
    margin: 2px;
  }

  .testi-info p {
    font-size: 12px;
    color: #929292;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .testi-info h6 {
    font-size: 16px;
    font-weight: 500;
    color: #1361FF;
    margin-bottom: 0px;
  }

  .test-slider-box ul.slick-dots {
    display: none !important;
  }

  .test-slider-box.slick-initialized.slick-slider .slick-prev {
    border: 2px solid #000 !important;
    left: 1% !important;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    top: 115% !important;
    /* background: #1361FF; */
    padding: 3px;
    border-radius: 25px;
    font-size: 0px;
    position: absolute;
    opacity: 1 !important;
  }

  .test-slider-box.slick-initialized.slick-slider .slick-prev::before {
    content: "";
    width: 28px !important;
    color: #000 !important;
    z-index: 999 !important;
    border-radius: 30px;
    padding: 10px 5px 10px 0px;
    font: 15px / 1 FontAwesome !important;
  }

  .test-slider-box.slick-initialized.slick-slider .slick-next {
    border: 2px solid #000 !important;
    top: 115%;
    right: 80%;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    /* background: #1361FF; */
    padding: 3px;
    border-radius: 25px;
    font-size: 0px;
    position: absolute;
    opacity: 1 !important;
  }

  .test-slider-box.slick-initialized.slick-slider .slick-next::before {
    content: "";
    width: 28px !important;
    color: #000 !important;
    z-index: 999 !important;
    border-radius: 30px;
    padding: 10px;
    font: 15px / 1 FontAwesome !important;
}
  .slick-next:before, .slick-prev:before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 28px !important;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00392b;
    margin: 0 4px;
    right: 0;
    top: 1px;
}
.find-more-testimonials p {
    font-size: 16px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.find-more-testimonials a {
    background: #1361FF;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-family: "poppins", sans-serif;
    font-weight: 600;
}
.find-more-testimonials {
    padding-top: 70px;
}

  section#testimonials {
    padding: 35px 0px;
    width: 100%;
    float: left;
}
.testimonial-heading {
    padding-bottom: 30px;
}
.testimonial-heading h4 {
    font-size: 32px !important;
     font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
    text-align: left;
}
.testimonial-heading hr {
    width: 150px;
    height: 5px;
    background: #c9c9c9;
    border: none;
}


/* Customers Logo Section */
section.customer {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0 25px;
}
.customer-wrap {
    padding: 0 !important;
}
section.customer hr {
    width: 150px;
    height: 5px;
    background: #c9c9c9;
    border: none;
    margin: 0 auto;
}
section.customer h4 {
    font-size: 32px !important;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
    padding: 20px 0 0 !important;
}
.item p {
    font-size: 16px;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}
.item h5 {
    font-size: 24px;
    color: #1361FF;
    font-family: "poppins", sans-serif; 
    font-weight: 600;
}
.reviewed-person h4 {
    font-size: 16px !important;
    font-family: "DMSans", sans-serif;
    font-style: normal;
    letter-spacing: 1px;
}
.reviewed-person {
    border-left: 4px solid #333333;
    padding-left: 15px;
}
@media(max-width:768px){
    .introduction-contnet-heading h1 {
        font-size: 24px;
    }
    .introduction-contnet-heading p {
        font-size: 18px;
    }
    .introduction-contnet-body p {
        font-size: 13px;
        text-align: justify;
    }
    .introduction-contnet-body {
        flex-direction: column;
        align-items: center;
    }
    .beacon-customers {
        padding: 30px 60px;
    }
    .becon-details.deatail-two {
        border: none !important;
    }
    .becon-details p.numbers {
        font-size: 30px;
    }
    .becon-details p {
        font-size: 13px;
    }
    .becon-details {
        padding-bottom: 15px;
    }
    .buy-solidworks-online-content h4 {
        font-size: 20px !important;
        padding-bottom: 5px;
    }
    .buy-solidworks-online-content p {
        font-size: 14px;
        padding-bottom: 0px;
        color: #000;
    }
    .buy-solidworks-online-content a {
        padding: 10px 24px;
        font-size: 13px;
    }
    .buy-solidworks-online-content a img {
        width: 26px;
    }
    .buy-solidworks-online-content {
        position: absolute;
        /* top: 26px; */
        left: 15px;
        color: #fff;
    }
    .quick-links h4 {
        font-size: 24px !important;
        padding-bottom: 10px;
    }
    .quick-links ul li {
        font-size: 14px;
    }
    .event-head h4 {
        font-size: 24px !important;
    }
    .latest-blogs-heading h4 {
        font-size: 24px !important;
    }
    .testimonial-heading h4 {
    font-size: 24px !important;
}
section.customer h4 {
    font-size: 24px !important;
    padding: 12px 0 0 !important;
}
.testimonial-heading hr {
    margin-bottom: 10px;
}
.event-head hr {
    margin-bottom: 10px;
}
.quick-links hr {
    margin-bottom: 10px;
}
.solution-suite-heading h2 {
    font-size: 24px;
}
.solution-suite-heading hr {
    margin-bottom: 10px;
}
    .latest-blog-contents {
        margin-bottom: 25px;
    }
    .book-demo-at-office p {
        font-size: 24px !important;
        padding-bottom: 20px;
    }
    .book-demo-at-office a {
        font-size: 14px !important;
        padding: 10px 30px !important;
    }
    .testi-info h5 {
        font-size: 18px !important;;
        padding-bottom: 5px;
    }
    .reviewed-person h4 {
        font-size: 14px !important;
}
.find-more-testimonials p {
    font-size: 14px;
}
.find-more-testimonials a {
    padding: 10px 20px;
    font-size: 14px;
}
.slider-info h2 {
    font-size: 18px;
}
.slider-info h3 {
    font-size: 20px;
    padding-bottom: 10px;
}
.slider-info ul li {
    font-size: 16px;
}
.slider-info-btn a {
    font-size: 15px;
    padding: 12px 40px;
    margin-left: 20px;
}
.slider-line {
    display: none;
}

}

@media(max-width:538px){
    .buy-solidworks-online-content {
    flex-direction: column;
    position: unset !important;
    padding: 20px 0 !important;
}
.buy-solidworks-online-btn {
        width: 100% !important;
        text-align: left !important;
    }
    .buy-solidworks-online-text {
    margin-bottom: 20px !important;
}
    .buy-solidworks-online-content p {
        font-size: 14px !important;
        padding-bottom: 5px;
    }
    .event-time h6 {
        font-size: 16px !important;
    }
    .event-time h4 {
        font-size: 12px !important;
    }
    .event-title h6 {
        font-size: 10px !important;
    }
}
@media(min-width:991px) and (max-width:1200px){
    .becon-details p.numbers {
        font-size: 30px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .becon-details.deatail-two {
        border: none !important;
    }
    .becon-details {
        padding-bottom: 15px;
    }
    .becon-details p.numbers {
        font-size: 32px;
    }
    .buy-solidworks-online-content h4 {
        font-size: 20px !important;
        padding-bottom: 5px;
    }
    .buy-solidworks-online-content p {
        font-size: 14px;
        padding-bottom: 5px;
        color: #000;
    }
    .buy-solidworks-online-content a {
        padding: 10px 20px;
        font-size: 12px;
    }
    .buy-solidworks-online-btn {
        width: 210px;
        text-align: right;
    }
    .buy-solidworks-online-content a img {
        width: 26px;
    }
    .buy-solidworks-online-content {
        position: absolute;
        bottom: 0;
        left: 15px;
        color: #fff;
    }
    .quick-links h4 {
        font-size: 24px !important;
        padding-bottom: 10px;
    }
    .quick-links ul li {
        font-size: 12px;
    }
}
@media(min-width:320px) and (max-width:510px){
    .becon-details p.numbers {
        font-size: 26px;
    }
    .beacon-customers {
        padding: 30px 30px;
    }
    .buy-solidworks-online-content h4 {
        font-size: 18px !important;
        padding-bottom: 8px;
    }
    .buy-solidworks-online-content p {
        font-size: 12px;
        padding-bottom: 5px;
    }
    .buy-solidworks-online-content {
        position: absolute;
        top: 15px;
        left: 20px;
        color: #fff;
    }
    .buy-solidworks-online-content a {
        padding: 12px 15px;
        font-size: 13px;
    }
}
@media(max-width:400px){
    .beacon-customers .row .col-xs-6{
        width: 100%;
    }
    .becon-details.deatail-one {
        border: none;
    }
    .becon-details.deatail-three {
        border: none !important;
    }
    .becon-details {
        text-align: center;
    }
}
@media(min-width:1020px) and (max-width:1170px){
    .event-slider.slick-initialized.slick-slider .slick-prev {
        /* left: 50% !important; */
        left: 33% !important;
        width: 40px;
        height: 40px;
      }
      .event-slider.slick-initialized.slick-slider .slick-next {
        top: -11%;
        /* right: 40%; */
        right: 55%;
        width: 40px;
        height: 40px;
      }
}
@media(min-width:900px) and (max-width:1020px){
    .event-slider.slick-initialized.slick-slider .slick-prev {
        /* left: 60% !important; */
        left: 35% !important;
        width: 40px;
        height: 40px;
      }
      .event-slider.slick-initialized.slick-slider .slick-next {
        top: -11%;
        /* right: 27%; */
        right: 54%;
        width: 40px;
        height: 40px;
      }
}
@media(min-width:760px) and (max-width:990px){
    .event-slider.slick-initialized.slick-slider .slick-prev {
        /* left: 70% !important; */
        left: 42% !important;
        width: 40px;
        height: 40px;
      }
      .event-slider.slick-initialized.slick-slider .slick-next {
        top: -11%;
        /* right: 15%; */
        right: 45%;
        width: 40px;
        height: 40px;
      }
}
@media(min-width:768px) and (max-width:900px){
   
      .test-slider-box.slick-initialized.slick-slider .slick-prev {
        left: 2% !important;
        top: 120% !important;
        width: 40px;
        height: 40px;
      }
    
    
      .test-slider-box.slick-initialized.slick-slider .slick-next {
        top: 120% !important;
        right: 82%;
        width: 40px;
        height: 40px;
      }
}
@media(min-width:576px) and (max-width:766px){
    .event-slider.slick-initialized.slick-slider .slick-prev {
        /* left: 75% !important; */
        left: 44% !important;
        width: 40px;
        height: 40px;
      }
      .event-slider.slick-initialized.slick-slider .slick-next {
        top: -11%;
        /* right: 5%; */
        right: 38%;
        width: 40px;
        height: 40px;
      }
      .evrnt-cta {
        padding: 0px 20px 30px 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .evrnt-cta a {
        font-size: 14px;
        width: 100%;
    }
}
@media(max-width:576px){
    .event-slider.slick-initialized.slick-slider .slick-prev {
        left: 35% !important;
        width: 40px;
        height: 40px;
        top: 106% !important;
    }
      .event-slider.slick-initialized.slick-slider .slick-next {
        top: 106%;
        right: 30%;
        width: 40px;
        height: 40px;
      }
      section#events {
        padding: 35px 0px 70px 0px;
    }
   
}
@media(min-width:400px) and (max-width:575px){
    .test-slider-box.slick-initialized.slick-slider .slick-prev {
        left: 3% !important;
        top: 120% !important;
        width: 40px;
        height: 40px;
      }
    
    
      .test-slider-box.slick-initialized.slick-slider .slick-next {
        top: 120% !important;
        right: 65%;
        width: 40px;
        height: 40px;
      }
}
@media(max-width:400px){
    .test-slider-box.slick-initialized.slick-slider .slick-prev {
        left: 3% !important;
        top: 115% !important;
        width: 40px;
        height: 40px;
      }
    
    
      .test-slider-box.slick-initialized.slick-slider .slick-next {
        top: 115% !important;
        right: 64%;
        width: 40px;
        height: 40px;
      }
}
 @media(max-width:991px){
    .event-time h6 {
        font-size: 24px;
    }
    .event-time h4 {
        font-size: 14px !important;
    }
    .event-main-head h4 {
        font-size: 16px !important;
    }
    .event-main-head p {
        font-size: 12px;
    }
    .event-title {
        padding: 7px 15px;
    }
    .event-title h6 {
        font-size: 12px;
    }
    .latest-blog-contents h4 {
        font-size: 18px !important;
    }
    .latest-blog-contents p {
        font-size: 14px !important;
    }
    p.byperson {
        font-size: 15px !important;
    }
    .blog-readmore a {
        font-size: 13px;
        padding: 8px 20px;
    }
 }
 @media(max-width:333px){
    .evrnt-cta {
        padding: 0px 20px 30px 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .evrnt-cta a {
        font-size: 14px;
        width: 90%;
    }
 }
@media(max-width:570px){
    .event-main-head p {
        min-height: unset !important;
    }
}
@media(min-width:1355px) and (max-width:1390px){
    .slider-info-btn a {
        padding: 12px 75px !important;
    }
}
@media(min-width:1390px) and (max-width:1475px){
    .slider-info-btn a {
        padding: 12px 25% !important;
    }
}
@media(min-width:1475px) and (max-width:2560px){
    .slider-info-btn a {
        padding: 12px 20% !important;
    }
    .slider-info-btn {
        display: ruby-text;
    }
}

/* read more & read less  */

details{
    display:inline;
  }
  
  details {
    position:relative;
  }
  details summary {
    display:block;
    cursor: pointer;
    color: red;
  }
  details summary:focus {
    outline:none;
  }
  details[open] {
    display:block;
    padding-bottom:25px;
    padding-top:0px;
    animation: open .2s linear;
  }
  details[open] summary {
    position:absolute;
    bottom: 0;
    left:0;
  }
  
  details #open{
    padding-left:5px;
    text-align:middle;
    color: #1361ff;
    font-size: 20px;
    font-family: "DMSans", sans-serif;
}
  details #open:after{
      display: inline-block;
      position:relative;
      top: -3px;
      padding-left: 8px;
      content: "\00bb";
      transform: rotate(90deg);
      font-size: 20px;
  }
  details[open] #open{display:none;}
  details #close{
    display:none;
    color: #1361ff;
    font-size: 20px;
    font-family: "DMSans", sans-serif;
}
    details #close:after {
        display: inline-block;
        position: relative;
        top: 4px;
        padding-left: 8px;
        content: "\00bb";
        transform: rotate(275deg);
        font-size: 20px;
    }

  details[open] #close{display:block;}
  
  ::-webkit-details-marker {display: none;}
  
  
  
  
  
  @keyframes open {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  #mobile-tabs{
    display: none !important;
  }
  section.dt-tabs {
    display: block;
}
  @media(max-width:991px){
    #mobile-tabs{
        display: block !important;
    }
    section.dt-tabs {
        display: none !important;
    }
  }
  div#mobile-tabs .container {
    padding-bottom: 30px;
}
.mb-hed p {
    font-size: 15px;
    color: #b21f1a;
    font-weight: 600;
    font-family: 'poppins-SemiBold', sans-serif !important;
}
.emp-list-title h3 a {
    font-size: 16px;
    color: #1193d4;
    font-family: "DMSans", sans-serif;
    margin-bottom: 0px !important;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ffffff !important;
}


.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}
.emp-list-accordin{
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
  
    margin-bottom: 20px;
  }
  .emp-list-accordin{
    display: none;
  }
  .openicon .emp-list-accordin{
    display: inline-block;
   
  }
  .emp-list-title{
    width: 100%;
    float: left;
    margin-bottom: 0px;
  }
  .emp-list-title h3 a {
    border-bottom: 2px solid #c1c1c1;
    padding: 15px 25px 15px 25px;
    font-size: 24px;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff !important;
    width: 100%;
    position: relative;
    display: inline-block;
    font-family: "DMSans", sans-serif;
    width: 100%;
    cursor: pointer;
}
  .emp-list-title h3 a:after{
    content: "\f067";
    color: #ffffff!important;
    position: absolute;
    top: 14px;
    right: 0;
    width: 30px;
    display: inline-block;
    height: 20px;
    font: normal normal normal 18px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  
  }
  .openicon .emp-list-title h3 a:after{
    content:"\f068"!important;
    color: #00d0ff!important;
  }
  .resp-tab-content {
    display: none;
    padding: 0px;
    background-color: #ffffff;
}
h2.resp-accordion.hor_1:has(.res-item3.mb-hed,.res-item4.mb-hed, .res-item1.mb-hed, .res-item2.mb-hed ) {
    background: #ffffff !important;
}
.resp-tab-content.hor_1 .emp-list-title{
    background: #183a56 !important;
}
.emp-accordin.openicon .emp-list-title a {
    color: #00d0ff !important;
}
h2.resp-accordion.hor_1.resp-tab-active:has(.mb-hed){
    background: #ea0000 !important;
    
} 
h2.resp-accordion.hor_1.resp-tab-active .mb-hed p{
    color: #ffffff !important;
}
h2.resp-accordion.hor_1 .mb-hed p{
    color:#000000 !important;
}
div#logo-container {
    max-width: 220px !important;
    min-height: 150px !important;
}
@media(max-width:768px){
    .slider-info-btn {
        display: inline-block !important;
    }
}
@media(max-width:450px){
    .card {
        flex: 0 0 40%;
        max-width: 40%;
    }
    div#logo-container {
        max-width: 135px !important;
        min-height: 100px !important;
        /* margin-bottom: 10px; */
        float: right;
        margin-top: -20px;
    }
    .slider-info img {
        margin-bottom: 4px !important;
    }
    .slider-info h3 {
        font-size: 22px !important;
        padding-bottom: 7px !important;
    }
    .card-track {
        padding: 6px 10px 10px 10px;
    }
    .slider-info-btn a {
        font-size: 13px !important;
        padding: 9px 30px !important;
        margin-left: 7px !important;
    }
}
@media(min-width:450px) and (max-width:770px){
    .card {
        flex: 0 0 30% !important;
        max-width: 30%;
    }
    div#logo-container {
        max-width: 190px !important;
        min-height: 100px !important;
        margin-bottom: 10px;
        float: right;
        margin-top: -100px;
        margin-right: 30px;
    }
    .slider-info img {
        margin-bottom: 4px !important;
    }
}
.test-slider-box {
    min-height: 155px;
}
@media(min-width:550px) and (max-width:991px){
    .test-slider-box {
        min-height: 125px;
    }
}
@media(max-width:550px){
    .test-slider-box {
        min-height: 200px;
    }
}
.resp-tab-content.hor_1.resp-tab-content-active .emp-accordin:last-child .emp-list-title {
    margin-bottom: 10px; 
}
a.hed-link {
    background: none;
    color: #000000;
    padding: 0px;
    font-size: 24px;
    font-family: 'poppins-SemiBold', sans-serif !important;
     font-weight: 700 !important;
    text-decoration: none;
}
a.hed-link:hover{
    text-decoration: none;
}
/* .col-lg-4.col-md-4.col-sm-4.rigt {
    float: none !important;
    margin-left: 0 !important;
    clear: none !important;
  } */
@media(max-width:991px){
    a.hed-link {
        background: none;
        color: #000000;
        padding: 0px;
        font-size: 18px;
        font-family: 'poppins-SemiBold', sans-serif !important;
        font-weight: 700 !important;
        text-decoration: none;
    }
}



  .row.hig-row .col-lg-4.col-md-4.col-sm-4 {
    min-height: 640px;
}

.load-toggle {
    display: none;
  }
  .load-toggles {
    display: none;
  }
  .more-items {
    display: none;
  }
  .more-item {
    display: none;
  }

  .load-toggle:checked + .more-items {
    display: block;
  }
  .load-toggles:checked + .more-item {
    display: block;
  }
  
  /* Hide the Load More button after checkbox is checked */
  .load-toggle:checked ~ .load-more-btn {
    display: none !important;
  }
  .load-toggles:checked ~ .load-more-btns {
    display: none !important;
  }
   .load-more-btn {
    display: inline-flex;
    margin-top: 10px;
    background: #007bff;
    color: white;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
}
  .load-more-btns {
    display: inline-flex;
    margin-top: 10px;
    background: #007bff;
    color: white;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-family: 'poppins-SemiBold', sans-serif !important;
    font-weight: 700 !important;
}
.load-more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 20%;
    margin: 0px auto;
}
/* .info-list-container ul:nth-child(2) li .fa-whatsapp:before {
       
    } */


/* .floatsen{
    color: #3B80C5 !important;
    font-size: 30px !important;
    padding-left: 20px !important;
}
i.fa.fa-whatsapp.floatsen:before {
    color: #3B80C5 !important;
    font-size: 30px !important;
    padding-left: 20px !important;
} */


.tab-content-box.box-1 {
    min-height: 580px !important;
}
 .tab-content-box.box-2 {
    min-height: 580px !important;
}
.tab-content-box.box-3 {
    min-height: 580px !important;
} 
  a.btn-2 {
    position: relative;
    top: 20px;
}
  a.btn-3 {
    position: relative;
    top: 20px;
}
@media(min-width:991px) and (max-width:1028px){
    .tab-content-box.box-1 {
    min-height: 580px !important;
}
 .tab-content-box.box-2 {
    min-height: 592px !important;
}
.tab-content-box.box-3 {
    min-height: 592px !important;
} 
  a.btn-3 {
    position: relative;
    top: 0px;
}
}
@media(min-width:1028px) and (max-width:1200px){
    .tab-content-box.box-1 {
    min-height: 580px !important;
}
 .tab-content-box.box-2 {
    min-height: 584px !important;
}
.tab-content-box.box-3 {
    min-height: 584px !important;
} 
  a.btn-3 {
    position: relative;
    top: 0px;
}
  a.btn-2 {
    position: relative;
    top: 0px;
}
}


#readmore {display: none;}
a#readmoreBtn {
    font-size: 15px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
    padding-bottom: 15px;
    line-height: 1.5;
    color: #1361ff;
    font-weight: 700;
    cursor: pointer;
}
.introduction-contnet-heading h1 p {
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #1361ff !important;
}
.introduction-body-desciption p a {
    color: #1361ff;
}