body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", sans-serif;
    color: black;
    background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul{
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style-type: none;
    text-decoration: none !important;
}
a{
    transition: all 0.3s ease-in-out;
}
a:hover{
    opacity: 0.8;
}
img{
    max-width: 100%;
}
.container-fluid{
   max-width: 1380px; 
}
.container{
    max-width: 1220px;
}
.artech-btn-wrapper{
    padding: 9px 12px;
    background: #FE7D00;
    border: 1px solid #FE7D00;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    min-width: 140px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    min-height: 46px;
}
.artech-btn-wrapper:hover{
    opacity: 0.7;
}
.subtitle-text{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
    color: #09291F;
    margin-bottom: 12px;
}
@media (max-width: 1199px) { 
    .subtitle-text{
        font-size: 32px;
    }
}
@media (max-width: 991px) { 
    .subtitle-text{
        font-size: 28px;
    }
}
@media (max-width: 767px) { 
    .subtitle-text{
        font-size: 26px;
    }
}
@media (max-width: 575px) { 
    .subtitle-text{
        font-size: 22px;
    }
}
.paragraph-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #717171;
    margin-bottom: 18px;
}
@media (max-width: 767px) { 
    .paragraph-text{
        font-size: 15px;
    }
}
@media (max-width: 575px) { 
    .paragraph-text{
        font-size: 14px;
    }
}
/* header bar */
.header-wrapper-main{
    padding: 12px 0;
    background-color: white;
}
.header-wrapper-main .navbar-brand{
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}
@media (max-width: 1199px) { 
    .header-wrapper-main .navbar-brand{
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 991px) { 
    .header-wrapper-main .navbar-brand{
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) { 
    .header-wrapper-main .navbar-brand{
        width: 50px;
        height: 50px;
    }
}
.header-wrapper-main .navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.header-wrapper-main .navbar-toggler{
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}
.header-wrapper-main .navbar-collapse{
 justify-content: end;
}
@media (max-width: 991px) { 
    .header-wrapper-main .navbar-collapse{
        position: absolute;
        padding: 15px;
        background: white;
        right: 0;
        left: 0;
        top: 90px;
        z-index: 5;
        border-radius: 12px;
    }
}
.header-wrapper-main .navbar-nav .nav-item .nav-link{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #09291F;
    padding: 0;
    margin-right: 50px;
    display: inline-block;
}
@media (max-width: 991px) { 
    .header-wrapper-main .navbar-nav .nav-item .nav-link{
        margin: 0 0 20px 0;
    }
}
.header-wrapper-main .navbar-nav .nav-item .nav-link.active{
    color: #FE7D00;
}
.header-wrapper-main .navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0px;
}
@media (max-width: 991px) { 
    .header-wrapper-main .navbar-nav .nav-item:last-child .nav-link{
        margin: 0px;
    } 
}
/* header bar */
/* banner section */
.banner-wrapper-main{
    padding: 55px 0;
    background-color: #F5F7FA;
}
.banner-wrapper-main .row{
    align-items: center;
}
.banner-detail-text{
     
}
.banner-detail-text h2{
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 76px;
    color: #09291F;
    margin-bottom: 14px;
}
@media (max-width: 1199px) { 
    .banner-detail-text h2{
        font-size: 57px;
        line-height: 65px;
    }
}
@media (max-width: 991px) { 
    .banner-detail-text h2{
        font-size: 52px;
        line-height: 58px;
    }
}
@media (max-width: 767px) { 
    .banner-detail-text h2{
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 575px) { 
    .banner-detail-text h2{
        font-size: 36px;
        line-height: 45px;
    }
}
.banner-detail-text h2 span{
    color: #FE7D00;
}
.banner-detail-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #717171;  
    margin-bottom: 20px;
}
@media (max-width: 575px) { 
    .banner-detail-text p{
        font-size: 15px;
    }
}
.banner-img-wrapper{
    width: 100%;
    height: 100%;
}
@media (max-width: 1199px) { 
    .banner-img-wrapper{
       height: 500px;
    }
}
@media (max-width: 991px) { 
    .banner-img-wrapper{
       height: 450px;
    }
}
@media (max-width: 767px) { 
    .banner-img-wrapper{
        margin-top: 40px;
        height: 300px;
    }
}
@media (max-width: 575px) { 
    .banner-img-wrapper{
        height: 200px;
    }
}
.banner-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* banner section */
/*  Future */
.future-detail-wrapper{
    padding: 80px 0;
}
.future-detail-wrapper .row{
    align-items: center;
}
@media (max-width: 767px) { 
    .future-detail-img-wrapper {
        margin-bottom: 35px;
    }
}

.future-detail-img-wrapper .row{
   margin: -8px;  
}
.future-detail-img-wrapper .row > *{
   padding: 8px;  
}
.future-detail-img-wrapper .img-wrapper{
    width: 100%;
    height: 183px;
    overflow: hidden;
    border-radius: 8px;
}
@media (max-width: 767px) { 
   .future-detail-img-wrapper .img-wrapper{
        height: 160px;
    }  
}
@media (max-width: 575px) { 
   .future-detail-img-wrapper .img-wrapper{
        height: 140px;
    }  
}
.future-detail-img-wrapper .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.thefuture-detail-text{
    max-width: 550px;
    width: 100%;
    margin: auto;
}
@media (max-width: 767px) { 
    .thefuture-detail-text{
        max-width: 100%;
    }  
}
/*  Future */
/* About us */
.aboutus-wrapper{

}
.about-detail-text{
    display: flex;
    align-items: center;
}
@media (max-width: 575px) { 
    .about-detail-text{
        flex-direction: column;
    } 
}
.about-detail-text .about-detail{
    max-width: 550px;
    width: 100%;
    margin: auto;
    flex: 0 0 50%;
    padding: 0 18px;
}
.about-img-wrapper{
    background-color: #09291F;
    padding: 60px 15px;
    flex: 0 0 50%;
}
@media (max-width: 767px) { 
    .about-img-wrapper{
        padding: 40px 15px;
    }
}
@media (max-width: 575px) { 
    .about-img-wrapper{
        padding: 25px 15px;
    }
}
.about-img-wrapper .about-img{
    width: 100%;
    max-width: 650px;
    margin: auto;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1199px) { 
   .about-img-wrapper .about-img{
        min-height: 350px;
    }  
}
@media (max-width: 991px) { 
   .about-img-wrapper .about-img{
        min-height: 320px;
    }  
}
@media (max-width: 767px) { 
   .about-img-wrapper .about-img{
        min-height: 280px;
    }  
}
@media (max-width: 575px) { 
   .about-img-wrapper .about-img{
        min-height: 200px;
    }  
}
.about-img-wrapper .about-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* About us */
/* electronic circuit */
.electronic-circuit-wrapper{
    padding: 80px 0;
    background-color: #F5F7FA;
}
.electronic-text-wrapper{
    text-align: center;
    margin-bottom: 45px;
}
.electronic-text-wrapper h3{
    margin-bottom: 12px;
}
.electronic-circuit-wrapper .row {
    margin: -8px;
}
.electronic-circuit-wrapper .row .col-6{
    padding: 8px;
}
.electronic-box-wrapper{
    width: 100%;
    height: 245px;
    overflow: hidden;
    border-radius: 12px;
    /* margin-bottom: 25px; */
}
@media (max-width: 1199px) { 
    .electronic-box-wrapper{
        height: 220px;
    }
}
@media (max-width: 991px) { 
    .electronic-box-wrapper{
        height: 200px;
    }
}
@media (max-width: 767px) { 
    .electronic-box-wrapper{
        height: 180px;
        /* margin-bottom: 20px; */
    }
}
@media (max-width: 575px) { 
    .electronic-box-wrapper{
        height: 160px;
        /* margin-bottom: 15px; */
    }
}
.electronic-box-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* electronic circuit */
/* other-services */
.other-services-wrapper{
    padding: 80px 0;
}
@media (max-width: 991px) { 
    .other-services-wrapper{
        padding: 60px 0;
    }
}
.other-services-wrapper .row{
    margin: 0 -7px;
}
.other-services-wrapper .row>*{
    padding: 0 7px;
}
.other-services-titel{
    margin-bottom: 30px;
}
.other-services-imgbox{
    width: 100%;
    height: 277px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 18px;
}
@media (max-width: 1199px) { 
    .other-services-imgbox{
        height: 260px;
    }
}
@media (max-width: 991px) { 
    .other-services-imgbox{
        height: 240px;
    }
}
@media (max-width: 767px) { 
    .other-services-imgbox{
        height: 220px;
    }
}
@media (max-width: 575px) { 
    .other-services-imgbox{
        height: 200px;
    }
}
.other-services-imgbox .imgbox{
   width: 100%;
   height: 100%;
   position: relative;
}
.other-services-imgbox .imgbox::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #FE7D00 0%, rgba(254, 125, 0, 0) 100%);
    opacity: 0;
    transition: all 0.3s ease;
}
.other-services-imgbox .imgbox img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.services-detail-text{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}
h5{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF; 
    transition: all 0.3s ease; 
}
p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #FFFFFF; 
    transition: all 0.3s ease;
}
.other-services-imgbox:hover .imgbox::before{
    opacity: 1;
}
.other-services-imgbox:hover .services-detail-text{
    opacity: 1;
}
/* other-services */
/* faq */
.faq-wrapper-main{
    padding: 80px 0;
    background-color: #F5F7FA;
}
@media (max-width: 767px) { 
    .faq-wrapper-main{
        padding: 60px 0;
    }
}
.accordion-wrapper .accordion-item{
    margin-bottom: 15px;
    border: none;
    background-color: white;
    border-radius: 12px;
}
.accordion-wrapper .accordion-item .accordion-header .accordion-button{
    background: transparent;
    outline: none;
    box-shadow: none;  
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    color: #1E1E1E; 
}
.accordion-wrapper .accordion-item .accordion-collapse .accordion-body{
   padding-top: 0;
}
.accordion-wrapper .accordion-item .accordion-collapse .accordion-body p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #717171;
}
/* faq */
/* subscribe-wrapper */
.subscribe-wrapper{
    padding: 80px 0;
    background-color: #09291F;
}
@media (max-width: 767px) { 
    .subscribe-wrapper{
        padding: 60px 0;
    }
}
.subscribe-title{
    text-align: center;
    margin-bottom: 35px;
}
.subscribe-title .subtitle-text{
    text-align: center;
    color: white;
    margin-bottom: 6px;
}
.subscribe-title .paragraph-text{
    color: #717171;
}
.subscribe-wrapper form{
    max-width: 550px;
    width: 100%;
    margin: auto;
}
.subscribe-wrapper .form-group{
    display: flex;
    align-items: center;
}
@media (max-width: 767px) { 
    .subscribe-wrapper .form-group {
        flex-direction: column;
    }
}
.subscribe-wrapper .form-group .form-control{
    padding: 11px 13px;
    outline: none;
    box-shadow: none;
    border: none;
    margin-right: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.005em;
    color: #717171;
    min-height: 46px;
    border-radius: 12px;
}
@media (max-width: 767px) { 
    .subscribe-wrapper .form-group .form-control{
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.subscribe-wrapper .form-group button{
    border-radius: 12px;
}
/* subscribe-wrapper */
/* footer */
.footer-wrapper-main{
    background-color: #03150F;
}
.main-footer-wrapper{
    padding: 60px 0 10px;
}
.main-footer-wrapper p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
@media (max-width: 767px) { 
    .main-footer-wrapper p{
        font-size: 15px;
        line-height: 24px;
    }
}
@media (max-width: 575px) { 
    .main-footer-wrapper p{
        font-size: 14px;
        line-height: 24px;
    }
}
.logo-wrapper{
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
}
@media (max-width: 991px) { 
    .logo-wrapper{
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) { 
    .logo-wrapper{
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
}
.logo-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.pages-link-wrapper{
    margin: 20px 0;
}
.pages-link-wrapper h4{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.pages-link-wrapper ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 15px;
}
.social-media-block{
    margin: 20px 0;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.social-icons li a{
    width: 31px;
    height: 31px;
    display: inline-flex;
}
.social-icons li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.call-link-text{
    margin-bottom: 15px;
}
.call-link-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.call-link-text a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    display: inline-block;
}
.copyright-text{
    padding: 18px 0;
    margin-top: 18px;
    border-top: 1px solid  rgba(255, 255, 255, 0.13);
}
.copyright-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #FFFFFF;
}

/* footer */