    /*---Header---*/
    body{
        font-family: 'Jost', sans-serif!important;
    }
    a:hover{
        text-decoration:none;
    }

    .main-menu--white .main-menu__item .main-menu__link{
        color: #333;
        line-height:28px;
    }
    .main-menu__sub-list li a{
        line-height:26px;
    }
    .hamburger--white .hamburger-inner, .hamburger--white .hamburger-inner::after, .hamburger--white .hamburger-inner::before {
        background: black;
    }

    .main-menu--white .main-menu__item .main-menu__link::before, .main-menu--white .main-menu__item .main-menu__link > span::after,
    .main-menu--white .main-menu__item .main-menu__link > span::before,
    .main-menu--white .main-menu__item--active .main-menu__link > span::after, .main-menu--white .main-menu__item--active .main-menu__link > span::before {
        background: black;
    }
     .lang-select--white .lang-select__item--active span {
        color: #333;
    }
    .lang-select--white .lang-select__item--active span::after, .lang-select--white .lang-select__item--active span::before {
        background: black;
    }

    .color-white {
        color: #333!important;
    }
    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
    .page-header_2 {
        top: 35px;
    }
    .top-10 {
        top: 10px !important;
    }

    /*---ship from---*/
    @media only screen and (max-width: 1365px) {
        .top-header-ind {
            margin-right: -5px;
        }
    }
    @media only screen and (max-width: 1440px) and (min-width:1366px){
        .topHeader-ul {
        margin-right: 9.5%!important;
        }
    }
    @media only screen and (max-width: 1024px) and (min-width: 768px){
        .top-header-ind {
            margin-right: -5px;
        }
    }

    @media only screen and (max-width: 767px) {
        .top-header-ind {
            margin-right: -8px;
            justify-content:flex-end!important;
        }
        .header_btn-div.animated-button_div.header_btn-div .button-effect{
            margin: 0 20px 0 0;
        }
        .technology-block .inner-box h6{
            font-size: 14px;
        }
        .experiance-tabs .tab-btns .tab-btn{
            font-size: 12px;
            padding: 3px;
        }
    }
    @media only screen and (max-width: 551px){
        .top-header-ind {
            margin-right: -6px;
            justify-content: flex-end!important;
        }
    }
    @media only screen and (max-width: 495px){
        .top-header-ind {
            margin-right: -7px!important;
    }
    }
    @media only screen and (max-width: 476px) and (min-width:415px){
        .top-header-ind {
            margin-right: -5px!important;
        }
     }
    @media only screen and (max-width: 414px){
        .top-header-ind {
            margin-right: -6px;
        }
    }
    @media only screen and (max-width: 399px) and (min-width:394px){
        .top-header-ind {
            margin-right: 7px;
        }
    }
    @media only screen and (max-width: 393px){
        .top-header-ind {
            margin-right: 6px;
        }
    }
    @media only screen and (max-width: 390px){
        .top-header-ind {
        margin-right: -7px;
    }
    }   
    @media only screen and (min-width: 1441px){
	    .topHeader-ul {
		    margin-right: 9.5%!important;
	    }
    } 
    /*---ship from---*/

    /*---roadblock popup banner---*/
    /* .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: end;
      justify-content: flex-start;
      z-index: 9;
    }
    .popup {
      position: relative;
      padding: 20px;
    }
    .close-button {
    position: absolute;
    top: 32px;
    right: 27px;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    background: black;
    color:white;
    border-radius: 50%;
    line-height: 28px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid white;
    }
    .popup img{
      width: 598px;
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.9);
    }
    @media screen and (min-width: 768px) and (max-width:1180px){
    .popup-overlay {
      align-items: center;
      justify-content: center;
    }
    .popup img{
      width: 500px;
    }
   } 
    @media screen and (min-width: 501px) and (max-width:767px){
    .popup img{
        width: 400px;
    }
    }
    @media screen and (max-width: 767px){
    .popup{
        padding:20px 20px 80px 20px;
    }
    }
    @media screen and (min-width: 330px) and (max-width:500px){
    .popup img{
        width: 325px;
    }
    } */
    /*roadblock popup banner*/

    /*loading logo*/
    

   /*---banner---*/
   .banner{
    position: relative;
    margin-top: 113px;  
    }
    .carousel-indicators{
        bottom:70px;
        z-index:1;
    }
    .carousel-indicators .active{
        color: #4cae35;
    }
    
    .carousel-indicators .active {
        background-color: #4cae35;
    }
    .carousel-indicators li {
        background-color: rgba(16,16,16,0.40);
        transition:opacity .4s ease;
    }
   .carousel-item{
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out!important;
    }
    @media(max-width:1199px){
        .carousel-indicators{
                bottom:0px;
            }
        }
    @media (min-width:768px) and (max-width:1365px){
        .banner{
             margin-top:127px;
        }
    }
    @media (max-width:767px){
        .banner{
            /* margin-top:141px; */
            margin-top:130px;
        } 
        .carousel-indicators{
            bottom:-21px;
        }
    }
    /*---banner---*/

    /*---promo-main(calculator)---*/
    .promo-main .input-group{
        flex-wrap:inherit;
    }
    .promo-tabs{
        bottom:-23.6%;
    }
    .pcb__Fabrication {
        display: flex;
        flex-direction: column;
    }
    .getQuote_smallText {
        position: relative;
        top: -46px;
        right: -35px;
    }
    @media only screen and (min-width: 1366px) and (max-width: 1703px){
        .promo-tabs {
            width: 100%;
            max-width: 65%;
        }
    }
    @media(max-width:1269px) and (min-width:1200px){
        .promo-tabs{
            bottom:-129px;
        }
     }
    @media(max-width:1334px) and (min-width:1270px){
        .promo-tabs{
            bottom:-130px;
        }
    }
    @media(max-width:1401px) and (min-width:1335px){
        .promo-tabs{
            bottom:-129px;
        }
    }
    @media(max-width:1660px) and (min-width:1400px){
        .promo-tabs{
            bottom:-129px;
        }
    }
    @media(max-width:1700px) and (min-width:1659px){
        .promo-tabs {
            bottom: -27.2%;
        }
    }
    @media(min-width:1701px) and (max-width:1750px){
        .promo-tabs {
            bottom: -26%;
        }
    }
    @media(min-width:1751px) and (max-width:1800px){
        .promo-tabs {
            bottom: -25.3%;
        }
    }
    @media(min-width:1801px) and (max-width:1830px){
        .promo-tabs {
            bottom: -24.6%
        }
    }
    @media(max-width:1860px) and (min-width:1831px){
        .promo-tabs {
           bottom: -24.4%;
        }
    }
    @media(max-width:1199px){
        .promo-main{
            position:relative;
            margin-top: 200px;
        }
    }
    @media (min-width:768px) and (max-width:991px){
        .promo-main{
            position:relative;
            margin-top: 200px;
        }
        .page-home .promo-tabs {
            max-width: 97%;
        }
        .promo-tabs{
            bottom:-88%;
        }
    }
    @media only screen and (min-width:817px) and (max-width:878px) {
        .tab_lineHeight {
             line-height: 20px !important;
             display: block;
             padding-top:20px!important;
         }
     }
    @media only screen and (min-width:768px) and (max-width:878px) {
        .tab_lineHeight {
            line-height: 20px !important;
            display: block;
            padding-top:12px;
        }
    }
    @media (max-width:767px){
        .promo-main{
            margin:5px 0px 5px 0px;
        }
        .pcb__Fabrication {
            display: block;
        }
        .getQuote_smallText {
            position: initial;
        }
    }
    /*---promo-main(calculator)---*/

    /*---about us---*/
    .about-section .content-column{
        margin-top:70px;
    }
    @media(max-width:1199px){
        .section.about-section{
            margin-top: 211px;
        }
    } 
    @media (min-width:768px) and (max-width:991px){
        .section.about-section{
            margin-top: 211px;
        }
    }
    @media only screen and (max-width:767px) {
        .about-section .content-column{
            margin-top:0px;
        }
        .section.about-section {
            margin-top: 0px!important; 
        }
    }
    /*---about us---*/

    /*---why-choose-us---*/
     .section.bg--lgray.info-block .count-item__count{
        transform: translateY(-100%);
        left: -3px;
    }
    @media only screen and (min-width:768px) and (max-width:991px){
        .section.bg--lgray.info-block .q-s-r{
            margin-bottom:50px;
        }
        .section.bg--lgray.info-block .count-item__count {
            transform: translateY(-115%);
        }
    }
    @media only screen and (max-width:767px){
        .section.bg--lgray.info-block .w-c-u{
            max-width:100%;
            flex:0 0 100%;
        }
        .section.bg--lgray.info-block .q-s-r{
            margin-bottom:50px;
        }
        .section.bg--lgray.info-block .count-item__count{
            display:block;
        }
    }
    @media only screen and (max-width:575px){
        .section.bg--lgray.info-block .q-s-r{
            margin-bottom:83px;
        }
        .counter{
            margin-bottom:18px;
        }
    }
    /*---why-choose-us---*/

    /*---achievement-section---*/
    .achievement-section-container{
        margin-bottom: 50px;
    }
    @media (min-width: 992px){
        .achievement-section {
            min-height: 580px;
        }
    }
    @media (min-width:768px) and (max-width:991px){
        .achievement-section {
            min-height: 580px;
        }
    }
    @media (max-width:767px){
        .achievement-section {
            max-height: 581px;
        }
        .achievement-content{
            margin-top: -56px;
        }
    }
    @media (max-width:575px){
        .achievement-section-container{
            margin-bottom: 0px;
        }
        .achievement-section {
            max-height: 585px;
        }
        .achievement-content{
            margin-top: -90px;
        }
    }
    /*---achievement-section---*/

    /*---testimonial---*/
    section.testimonials{
        padding:50px 0px;
    }
    section.testimonials .slick-prev{
        position: absolute;
        bottom: -45px;
        left: 268px;
    }
    section.testimonials .slick-next{
        position: absolute;
        bottom: -39px;
        left: 301px;
    }
    section.testimonials .slick-prev,.slick-next i{
        font-size:30px;
    }
    .testimonials .slick-slider {
        margin:0 -25px;
    }
    .test-slider{
        width: 1146px!important;
        height: 646px!important;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
    } 
    .section.testimonials .testimonials-slider{
        margin-bottom: 50px;
        position: relative;
    }
     @media only screen and (min-width: 1241px) and (max-width:1860px){
        .test-slider {
           width: 982px!important;
           height: 552px!important;
        }
     }
    @media only screen and (max-width: 1184px){
        .testimonials-slider__item {
            text-align:center;
        }
    }
    @media only screen and (max-width: 1240px) and (min-width:1180px){
        section.testimonials .container{
            max-width: 1104px;
        }
        .testimonials .slick-slider {
             margin:0 -30px;
        }
        .test-slider {
            width: 817px!important;
            height: 460px!important;
        }
    }
    @media only screen and (min-width: 1025px) and (max-width: 1179px){
        .test-slider {
            width: 675px!important;
            height: 380px!important;
        }
    }
    @media only screen and (min-width: 992px) and (max-width: 1179px){
       section.testimonials .slick-prev {
        position: absolute;
        bottom: -45px;
        left: 226px;
        }

        section.testimonials .slick-next {
            position: absolute;
            bottom: -39px;
            left: 258px;
        }
    }
    @media only screen and (min-width: 993px) and (max-width: 1024px){
        .test-slider{
            width: 645px!important;
            height: 362px!important;
        }
        span.p-close svg{
            width:60px;
            height:60px;
        }
    }   
    @media only screen and (min-width: 768px) and (max-width: 992px){
        section.testimonials .slick-prev {
            position: absolute;
            bottom: -45px;
            left: 338px;
        }
        section.testimonials .slick-next {
            position: absolute;
            bottom: -39px;
            left: 372px;
        }
        section.testimonials .heading.heading--white{
            margin-left: -20px;
        }
        .test-slider{
            width: 554px!important;
            height: 312px!important;
        }
        span.p-close svg{
            width:55px;
            height:55px;
        }
    }
    @media only screen and (max-width: 767px){
        section.testimonials .slick-next {
            left: 52%;
            position: absolute;
            bottom: -14%;
        }
        section.testimonials .slick-prev {
            position: absolute;
            bottom: -16%;
            left: 45%;
        } 
        .testimonials .slick-slider {
            margin:0 0px;
        }
        section.testimonials .heading.heading--white{
            padding-left:15px;
        }
        .test-slider {
            width: 348px!important;
            height: 196px!important;
        }
        span.p-close svg{
            width:44px;
            height:44px;
        }
        img.embedded-solution-logo{
            width:70%!important;
        }
    }
  
      @media only screen and (max-width: 500px) and (min-width:450px){
        section.testimonials .slick-prev {
            position: absolute;
            bottom: -18%;
            left: 45%;
        }
        section.testimonials .slick-next {
           position: absolute;
            bottom: -15.8%;
            left: 53%;
        }
    }
       @media only screen and (max-width: 449px) and (min-width:400px){
         section.testimonials .slick-prev {
            position: absolute;
            bottom: -19%;
            left: 45%;
        } 
        section.testimonials .slick-next {
            position: absolute;
            bottom: -16.4%;
            left: 53%;
        }
    }
       @media only screen and (max-width: 414px){
            section.testimonials .slick-prev {
            position: absolute;
            bottom: -21%;
            left: 44%;
        }
        section.testimonials .slick-next {
            position: absolute;
            bottom: -18.5%;
            left: 53%;
        }
    }
       @media only screen and (max-width: 375px){
        section.testimonials .slick-prev {
            position: absolute;
            bottom: -20%;
            left: 44%;
        }
        section.testimonials .slick-next {
            left: 54%;
            position: absolute;
            bottom: -17%;
        }
    }
       @media only screen and (max-width: 360px){
        section.testimonials .slick-prev {
            position: absolute;
            bottom: -20%!important;
            left: 44%!important;
        }
        section.testimonials .slick-next {
            left: 54%!important;
            position: absolute;
            bottom: -17%!important;
        }
    }
       @media only screen and (max-width: 399px) and (min-width:350px){
        section.testimonials .slick-prev {
            position: absolute;
            bottom: -19%;
            left: 44%;
        } 
        section.testimonials .slick-next {
            left: 54%;
            position: absolute;
            bottom: -16%;
        }
    }
        @media only screen and (max-width: 349px) and (min-width:300px){
            section.testimonials .slick-prev {
            position: absolute;
            bottom: -23%;
            left: 44%;
        } 
        section.testimonials .slick-next {
            left: 55%;
            position: absolute;
            bottom: -19%;
        }
    }

    
    @media only screen and (min-width: 992px){
        .testimonials__bg {
            height: calc(100% - -37px);
        }
    }
    #disnone, #disnone-1,  #disnone-2, #disnone-3 {
        display:none;
        position:fixed;
        top:0;
        left:0;
        height:100%;
        width:100%;
        z-index:999999999;
        background: rgba(0,0,0,0.9)
    }
    span.p-close{
        position: absolute;
        right: 5%;
        top: 5%;
    }
    .testi-play-btn{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .testi-play-btn button{
        border:none;
    }
    .testi-play-btn button:hover{
        border:none;
        outline:none;
    }
    img.embedded-solution-logo{
        width:100%;
    }
    /*---testimonial---*/

    /*---our customer---*/
    @media only screen and (max-width:575px){
        .logos-slider__item img{
            width:40%;
        }
    }
    /*---our customer---*/

    /*---footer---*/
    .page-footer__title{
        color:#333333;
        line-height:28px;
    }
    h6.page-footer__title{
        font-size:18px;
    }
    .page-footer__menu a{
        line-height:28px;
    }
    .page-footer__menu .menu-item--active a, .page-footer__menu a:hover{
        opacity:.7;
        color:#333333;
    }
    .page-footer__privacy a{
        color:#333333;
    }
    /*---footer---*/
    