@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.wrapper {
  max-width: 1340px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.fa-envelope:before {
    padding: 0 8px!important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #222;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Bebas Neue", "Nunito Sans";
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #2fa0f6;
  min-width: 120px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
}

.button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.button span {
  display: none;
}

.banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    height: 700px;
}

.column {
  float: left;
  width: 50%;
}

.row {
  display: contents;
  clear: both;
}

h1 {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 152.5%;
  text-transform: uppercase;
  color: #FFFFFF;
}

p.banner-text {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 152.5%;
  color: #FFFFFF;
  padding-top: 20px;
}
.banner .wrapper.site-header__wrapper {
  padding-top: 100px;
}
input[type=search] {
  background-clip: padding-box;
  background-color: white;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: none;
  width: 100%;
  padding: 0.375rem 1.25rem;
  transition: border-color 0.2s;
  font-family: 'Nunito Sans';
 font-style: normal;
 font-weight: 400;
 font-size: 22px;
 line-height: 152.5%;
/* identical to box height, or 34px */


color: #7483AD;
}

input[type=search]:focus {
  transition: all 0.5s;
  box-shadow: 0 0 40px #f9d442b9;
  border-color: #f9d342;
  outline: none;
}

form.search-form {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 490px;
  height: 72px;
  padding: 10px;
  margin-top: 50px;
}

label {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

input.search-field {
  margin-bottom: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  height: 51px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 18px;
}

input.search-submit {
  padding: 1rem 1.3rem;
  border-radius: 20px;
  font-size: 1rem;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.button {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase; 
  background: #EABD20;
  color: #292826;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
}

.button:hover,
.button:active,
.button:focus {
  cursor: pointer;
  background: #d4b743;
  color: #292826;
  outline: 0;
}

i.fa.fa-search {
  color: #B4AEAE;
  font-size: 25px;
  margin-left: 20px;
}

#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px 0;
}
#counter .item{
  width: 100%;
} 
#counter .item .count {
  color: #000000;
  font-size: 40px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 68px;
  letter-spacing: 0.12em;
}
#counter .item h4{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}
img.customer-logo {
  width: 80px;
}
.count-sec {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 50px;
  line-height: 68px;
  letter-spacing: 0.12em;
}
hr.solid {
  width: 200px;
  border: 1px solid #df8400;
  transform: rotate(90deg);
}
img#about-con {
  width: 90%;
}
img#heading-bar {
  width: auto;
  margin-bottom: 25px;
}
h2 {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 144.5%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
h4.h2-another {
    color: #000000;
}
.wrapper.site-header__wrapper.pr-1 h2 {
    text-align: center;
}
p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.10em;
  text-transform: capitalize;
  color: #2E2828;
}
.top-banner {
    text-align: center;
}
.column1 {
  width: 70%;
}
.column2 {
  width: 30%;
}
div#row-bt {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.column1 a {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #EABD20;
}
.column2 a {
  padding: 16px 26px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #000000;
  border-radius: 20px;
}
.column2 a:hover {
    background-color: #df8400;
}
.ab-top {
 padding: 50px 0;
}
div#about-margin {
  margin-top: 80px;
}
img#about-left {
  margin-left: 50px;
  width: 92%;
}
div#about-margin a {
  font-size: 18px;
}
.wrapper.site-header__wrapper.pr-1 {
  width: 100%;
  display: grid;
  margin: 60px 0 0 0;
  max-width: 100%;
  justify-content: space-around;
  align-content: center;
  justify-items: center;
}

.authorixed-filter{
    filter: brightness(none)
}
.authorixed-filter:hover {
    filter: opacity(80%)
}

.products-tab {
  width: 43%;
  height: 448px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
}
.products-tab:hover {
    filter: brightness(0.40) invert(1);
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px;
}
.products-tab img#heading-bar {
  width: 50%;
}
.products-tab h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 144.5%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
.product-gri-0 {
  padding: 0px 35px;
}
.wrapper.site-header__wrapper.pr-2 {
  width: 100%;
  display: grid;
}
h5 {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.065em;
  color: #EEEEEE;
}
h6 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #DCDBDB;
  width: 75%;
}
.enquire {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  height: 540px;
  align-items: center;
}
.wrapper.site-header__wrapper.pr-2.pro-details {
  margin: 80px auto;
  margin-bottom: 0;
}
div#why-quality {
  align-items: center;
  margin-bottom: 30px;
}
.why-choose{
  display: flex;
}
img.why-logo {
  width: 16%;
  height: 16%;
  margin-right: 30px;
}
h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 144.5%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0A2F63;
  margin-bottom: 10px;
}
.col-01:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.choose-btn a {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 144.5%;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    text-align: end;
    background: #F8F8F8;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 12px 15px 12px 40px;
}
.choose-btn a.choose-2 {
    padding: 12px 40px 12px 15px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    text-align: start;
}
.choose-btn a.choose-2 span {
    font-size: 16px;
    text-transform: initial;
}
.choose-btn a span {
    font-size: 16px;
    text-transform: initial;
}
.choose-btn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    column-gap: 15px;
}
img#testimonial-sec {
    width: auto;
}
.column4 {
    width: 30%;
    float: left
}
.column5 {
    width: 70%;
    float: left;
}
.testimonial h4 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 144.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.testimonial p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.08em;
    text-transform: capitalize;
    color: #FFFFFF;
}

img.client-logo {
    width: auto;
    /*animation: scroll 60s linear infinite;*/
}
a.client-logo span {
    margin-top: 5px;
    font-size: 18px;
}
.slide1 {
    animation: scroll 60s linear infinite;
}
.slide1 a.client-logo {
    text-align: center;
    display: block;
    animation: scroll 60s linear infinite;
}
.slide1-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider1 {
 overflow: hidden;
 z-index: -1;
 margin-bottom:80px;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
} 

a, button{
    transition:0.5s;
}

a, p{
    font-size:14px;
}

a, button, input, textarea, select{
    outline:none !important;
}

fieldset{
    border:0;
}

.title{
    color:var(--primary);
}

.flex, .fixed_flex{
    display:flex;
}

.flex-content{
    width:100%;
    position:relative;
}

.padding_2x{
    padding:2rem;
}

.padding_3x{
    padding:3rem;
}

.padding_4x{
    width: 100%;
    padding-top: 80px;

}

.btnf{
    padding:0.8rem 2rem;
    border-radius:5px;
    text-align:center;
    font-weight:500;
    text-transform:uppercase;
}

.btn_1{
    border:1px solid var(--primary);
    background-color:var(--primary);
    color:var(--secondary);
}

.btn_1:hover{
    background-color:transparent;
    color:var(--primary);
}

.btn_2{
    border:1px solid var(--secondary);
    background-color:var(--secondary);
    color:var(--primary);
}

.btn_2:hover{
    border:1px solid var(--primary);
    background-color:var(--primary);
    color:var(--secondary);
}

.design-support-component {
    margin: 0 auto;
}

.faq-container {
    width: 100%;
    margin: 60px 0;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-question {
 background-color: #df8527;
    color: #fff;
    padding: 0px 20px;
    padding-top: 5px;
    padding-bottom: 2px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    transition: background-color 0.5s ease;
    font-size: 18px;
    font-family: 'Nunito Sans';
    align-items: center;
}

.faq-question.active {
  background-color: #000000;
  color: #fff;
}


.faq-answer {
  display: none;
  background-color: transporent;
  border: solid 1px #e2e2e2;
  padding: 15px 30px;;
  color: #000;
  transition: height 0.5s ease;
  overflow: hidden;
}

.col-md-4 ul li {
    font-size: 18px;
    font-family: 'Noto Sans';
    margin-bottom: 12px;
    padding: 5px;
    color: black;
}
.col-md-4 ul li:hover {
    color: white;
    background-color: #183C83;
    border-radius: 3px;
    padding: 5px;
}
img.img-widh {
    width: auto;
}
img.img-widh-toggle {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}
.faq-answer.active {
    display: flex;
    align-content: center;
    align-items: center;
    height: auto !important;
    padding: 15px;
    color: #fff;
    position: inherit;
    right: 100px;
    column-gap: 10px;
}

.faq-icon {
    font-weight: bold;
    margin-left: 10px;
    transition: transform 0.5s ease;
    padding: 15px;
    color: #fff;
    position: absolute;
    right: 100px;
    font-size: 20px;
}

.faq-icon.minus {
  transform: rotate(45deg);
}

/* Add transition to the height of the answer when closing */
.faq-answer:not(.active) {
  height: 0 !important;
  transition: height 5s ease;
}
.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
}
.column li {
    font-family: 'Noto Sans';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.10em;
    text-transform: capitalize;
    color: #2E2828;
}
@media (max-width:920px){
    .flex{
        flex-wrap:wrap;
    }
    
    .btnf{
        padding:0.5rem 1rem;
    }
    
    a, p{
        font-size:12px;
    }
}

/*product carosuel*/

.swiper{
width: 100%;
margin:0 auto;
padding: 20px;
margin: 1rem;
height: 80%;

}

.swiper .swiper-slide{
position:relative;
background-color:transparent;
padding: 10px 10px 40px 10px;

border-radius: 10px;

}
.swiper .swiper-slide img{
    object-fit: cover ;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: auto;
    
}
.swiper .swiper-slide span{
    color: #000;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 200;
    font-size: 20px ;
    text-align: center;
    width:100%;
    min-width: fit-content;
    letter-spacing: 2px;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after{
    color:#fff;
    font-size: 1rem;
     background-color: #0A2E62;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     min-width: 40px;
     height: 40px;
     border-radius: 5px;
    
}

/* PCB-img with content */

.pcb-img-content{
    width: 100%;  
   
}

.pcb-img-single{
    display: flex;
    padding: 4rem;
    gap: 5rem;
}

.pcb-img-single img {
    width: 50%;
}

.pcb-img-single p{
    /* width: 50%; */
    justify-content: center;
    align-items: center;
     text-align: justify;
    color: #fff;
    line-height: 3rem;
    display: flex;
    
}
.pcb-img-single h2 {
     color:#fff;
}

@media (max-width:870px){
    .pcb-img-single{
display: flex;
flex-direction: column;
    }
}

/* DESIGN SUPPORT */    /* DESIGN SUPPORT */
.design-support-component .components{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    padding: 4rem;
}
.design-support-component .components p{
    color: #F7F7F7;
    font-family: 'Bebas Neue';
   font-size: 2rem;
   padding: 2rem;
}

.design-support-component .components ul{
    color: #E8EFF6;
    font-family:'Noto Sans';
   
    font-size: 1.5rem;
}
.design-support-component .components ul li{
    padding: 1rem 2rem;
}
/* PRODUCTS   PRODUCTS  PRODUCTS   PRODUCTS -Category background image and h,p content start */
.Category2-banner-set{
    background-image: url('../img/category-main-1-banne.png');
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.prodect-heading{
    font-size: 42px !important;
    text-align: center;
}
.prodect-subtitle{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    max-width: 800px;
}


.Category3-banner-set{
    background-image: url('../img/category-main-3-banne.png');
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 

.Category4-banner-set{
    background-image: url('../img/category-main-4-banne.png');
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*  PRODUCTS   PRODUCTS  PRODUCTS   PRODUCTS  scc -Category background image and h,p content start */
@media (max-width:870px){
    .design-support-component .components{
display: flex;
flex-direction: column;
    }
}


/***************************
               FOOTER
****************************/
footer{
    background-color:var(--primary);
    color:var(--lite);
}

footer h3 {
    margin: 35px 0 15px 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 139.5%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    width: 180px;
}

footer a{
    color:var(--lite);
    display:block;
    margin:15px 0;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 139.5%;
    letter-spacing: 0.06em;
    color: #EAE5E5;
}

a.brand.footer-log {
    width: 75%;
}

footer a:hover{
    color:#df8400;
}

footer fieldset{
    padding:0;
}

footer fieldset input{
    background-color:#334f6c;
    border:0;
    color:var(--lite);
    padding:1rem;
}

footer fieldset .btnf{
    border-radius:0;
    border:0;
}

footer fieldset .btn_2:hover{
    background-color:var(--secondary);
    border:0;
    color:var(--primary);
}

footer .flex:last-child{
    align-items:center;
}

footer .flex:last-child .flex-content:last-child{
    text-align:right;
}

footer .flex:last-child p{
    color:var(--white);
}

footer .flex:last-child a{
    width:40px;
    display:inline-block;
    background-color:#334f6c;
    color:var(--white);
    padding:0.5rem;
    margin-right:3px;
    text-align:center;
}

footer .flex:last-child a:hover{
    background-color:var(--secondary);
    color:var(--gray);
}
/*footer.padding_4x {*/
/*    z-index: -1;*/
/*}*/
.footer-bg {
    background: rgba(28, 28, 28, 1);
}

footer p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 139.5%;
    letter-spacing: 0.06em;
    color: #EDECEC;
    width: 390px;
}

p.footer-text {
    width: 260px;
}
h3.quick-links {
    width: 130px;
}
a.footer-social-icon .fas {
    font-size: 18px;
    line-height: 36px;
    transition: .3s;
    color: #fff;
}
a.footer-social-icon i {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000000;
    text-align: center;
    transition: .6s;
    margin-right: 15px;
}
a.footer-social-icon {
    display: flex;
    align-items: center;
}
a.footer-social-icon .fas:hover {
    background-color: #848282;
}
.copyright h3 {
    text-align: center;
    width: 100%;
}
.copyright .social-menu ul li a {
    background-color: #df8400;
}
.copyright .social-menu ul li a:hover {
    background-color: #000000;
}
.social-menu {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.copyright {
    border-bottom: 1px solid rgba(255, 252, 252, 0.5);
}
.copy-right h6 {
    text-align: center;
    width: 100%;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #E8EFF6;
    margin: 10px 0;
}

.newsletter {
    background: #FFFFFF;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: -50px;
}

img.email-two {
    width: 15%;
}

.mail-con {
    display: flex;
    align-items: center;
        justify-content: start;
    column-gap: 20px;
}
.mail-con h4 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 144.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0A2F63;
    margin-bottom: 0px;
}
.mail-con span {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 39px;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: #2E2828;
}
.text input[type="text"] {
    background: #000000;
    font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 39px;
letter-spacing: 0.06em;
color: #FFFFFF;
padding: 16px 20px;
border: none;
width:70%;
}
i#last-icon {
    padding: 18px 20px;
}
i#last-icon::before {
    color: #FFFFFF;
    transform: rotate(90deg);
    font-size: 30px;
}
.text {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.text button {
    background: #df8400;
    border: none;
}

   main{
   max-width: 100%;
   margin:0px auto;
    }
.swiper.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden h2 {
    text-align: center;
}
.center {
    display: flex;
    justify-content: space-between;
    background: none;
    border-radius: 20px;
    padding: 10px 18px;
}

button.w3-bar-item.w3-button.testbtn.w3-padding-16 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 144.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0A2E62;
    display: grid;
    justify-items: center;
}

.container{max-width:900px;margin:auto}.title{text-align:center;font-family:Arial;margin-top:50px;margin-bottom:50px}.accordion__item{margin-bottom:10px}.accordion__item__header{background-color:#CBEAFE;padding:15px;cursor:pointer;position:relative;color:#000;font-family:Arial;font-weight:400;font-size:20px}.accordion__item__header::before{height:15px;width:15px;content:"";position:absolute;right:15px;top:15px;transition:.5s all;transform:rotate(45deg);border-right:2px solid #000;border-bottom:2px solid #000}.accordion__item__header.active{background-color:#33a0ff;color:#fff;transition:.5s}.accordion__item__header.active::before{transform:rotate(-135deg);top:23px;border-right:2px solid #fff;border-bottom:2px solid #fff}.accordion__item__content{overflow-y:auto;padding:0;display:none}

.testbtn {
  border:none;    
    background: none;
}

.banner.product-banner {
    height: 577px;
}
img#pro-icon-inner {
    width: 60%;
}
img#pro-icon-inner1 {
    width: 50%;
}
.outer-product:hover {
    background: #df8527;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
    padding: 18px 2px;
    border-radius: 65px;
    width: 50%;
}
img#pro-icon-inner:hover {
    filter: brightness(0) invert(1);
}
img#pro-icon-inner1:hover {
    filter: brightness(0) invert(1);
}
.outer-product.pro-deal:hover {
    padding: 20px 0px;
}
.outer-product.pro-deal1:hover {
    padding: 15px 15px;
}
.outer-product.pro-deal {
    padding: 20px 0px;
    width: 90%;
}
.outer-product.pro-deal1 {
    padding: 15px 15px;
}
.outer-product {
    padding: 18px 2px;
    width: 50%;
}

button.w3-bar-item.w3-button.testbtn.w3-padding-16 h3 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 144.5%;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}

div#Category1 main{
    background: #183C83;
}
div#Category2 main{
    background: #183C83;
}
div#Category3 main{
    background: #183C83;
}
div#Category4 main{
    background: #183C83;
}
div#Category5 {
    background: #183C83;
}
img#product-left {
    margin-left: 0;
    width: 92%;
    border: solid 30px white;
    border-top: 0;
}
h2.prodect-heading {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 144.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
p.prodect-subtitle {
    color: white;
}
.text.news {
    justify-content: end;
    align-items: inherit;
}
.col {
  flex: 1 0 18%;
  margin: 5px;
  display: grid;
  align-items: center;
  justify-items: center;
}
.row.product-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 80px;
}
.col h3 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 144.5%;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
}
p.inr-tx {
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}
.enquire a {
    padding: 16px 26px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #df8400;
    background: #FEFEFE;
    width: 40%;
    border-radius: 20px;
    margin-top: 20px;
}
.enquire a:hover {
    background-color: #df8400;
    color: white;
}
.w3-bar.w3-theme.center {
    margin-top: 80px;
}
h3.sign {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 144.5%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0A2F63;
}
img.sign-img {
    width: 30%;
    margin-top: 40px;
}
.column.policy {
    text-align: end;
}
.quality {
    margin-top: 80px;
}
div#ab-bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height:730px;
}
div#contect-details {
    background: rgba(210, 117, 19, 1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
    padding: 50px;
}
h4.contact-title {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 144.5%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
div#contect-details a {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.50;
    letter-spacing: 0.06em;
    color: #F7F7F7;
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}
div#bg-form {
    width: 100%;
    padding-top:90px;
    display: flex;
    align-items: center;
}
div#bg-form .column5 {
    margin-left: 5%;
    width: 65%;
}
h4.contact-title.color {
    float: left;
    color: #000000;
    padding: 0 15px;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
        padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}
input.btn.btn-primary.rounded-0.py-2.px-4 {
    background: #000000;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    padding: 10px 35px;
}
div#form-type {
    display: flex;
}
.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
    height: 45px;
        display: block;
    width: 100%;
    font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 139.5%;
letter-spacing: 0.06em;
/*text-transform: uppercase;*/
color: #888383;
}

.product-grid.abttop {
    margin: 0;
    justify-content: space-between;
    margin: 80px 0;
}
.products-tab.abt {
    width: 24%;
    height: 372px;
}
img.about-pr {
    width: 32%!important;
}
h3.ab-pro {
    font-size: 20px;
}

/** {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  box-sizing: border-box;*/
/*}*/

html {
  font-size: 65%;
  box-sizing: border-box;
}

/*body {*/
/*  height: 100vh;*/
/*  font-family: "Poppins", sans-serif;*/
/*  font-weight: 300;*/
/*  color: #444;*/
/*  line-height: 1.9;*/
/*}*/

.tes-bg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 670px;
        margin-bottom: 80px;
}
/* === True Code === */
.slider {
  height: 50rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider .slide {
  position: absolute;
  top: 0;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
}
div#category-pro {
    align-items: start;
    padding-bottom: 50px;
}
div#category-pro .column1 {
    padding-top: 30px;
}
.top-btn {
    padding: 16px 26px;
    text-align: center;
    background: #eabd20;
    width: 30%;
    border-radius: 20px;
    margin-top: 20px;
}
.top-btn:hover {
    background: #1e8d31;
}
.top-btn a {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
div#footer-designR {
    width: 60%;
}
div#footer-design {
    width: 40%;
}
.sli-bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    height: 540px;
    align-items: center;
}
.row2 {
  display: flex;
  flex-wrap: wrap;
}

.col-01 {
  flex: 1 0 18%;
  margin: 25px 10px;
  color: white;
display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.col-01 img {
    width: 55%;
}
@media (min-width: 600px) and (max-width: 767px) {
  .slider .slide {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .slider .slide {
        width: 440px;
  }
}
.slider .slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .slide .testimonial {
  width: 90%;
  min-height: 300px;
  padding: 30px 40px;
  position: relative;
  background-color: #F8F8F8;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.slider .slide .testimonial:hover img {
  filter: none;
  transition: filter ease 0.3s;
}
.slider .slide .testimonial::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='30' viewBox='0 0 40 30'%3E%3Cpath id='Caminho_1' data-name='Caminho 1' d='M9.091,11.964a8.878,8.878,0,0,0-1.3.13A7.2,7.2,0,0,1,8.3,10.731,8.453,8.453,0,0,1,9.237,9.04a9.974,9.974,0,0,1,1.2-1.477,13.579,13.579,0,0,1,1.38-1.21,8.469,8.469,0,0,1,1.424-.928,7.557,7.557,0,0,1,1.3-.7l1.075-.445.945-.395L15.588,0,14.4.289c-.381.1-.845.208-1.374.343a10.78,10.78,0,0,0-1.759.625,12.351,12.351,0,0,0-2.05.934A18.711,18.711,0,0,0,7.04,3.577,15.531,15.531,0,0,0,4.946,5.471,14.039,14.039,0,0,0,3.133,7.8a16.3,16.3,0,0,0-1.4,2.6A22.276,22.276,0,0,0,.8,13.08a24.3,24.3,0,0,0-.766,4.884,25.087,25.087,0,0,0,.056,3.5c.03.409.086.806.126,1.08l.05.337.052-.012a9,9,0,0,0,6.689,6.883,8.948,8.948,0,0,0,9.063-3.1,9.041,9.041,0,0,0-2.191-13.3A8.94,8.94,0,0,0,9.091,11.964Zm21.935,0a8.878,8.878,0,0,0-1.3.13,7.2,7.2,0,0,1,.507-1.363,8.453,8.453,0,0,1,.935-1.691,9.974,9.974,0,0,1,1.2-1.477,13.579,13.579,0,0,1,1.38-1.21,8.469,8.469,0,0,1,1.424-.928,7.557,7.557,0,0,1,1.3-.7l1.075-.445.945-.395L37.523,0l-1.19.289c-.381.1-.845.208-1.374.343a10.781,10.781,0,0,0-1.759.625,12.445,12.445,0,0,0-2.05.936,18.711,18.711,0,0,0-2.176,1.387A15.647,15.647,0,0,0,26.88,5.471,14.034,14.034,0,0,0,25.068,7.8a16.306,16.306,0,0,0-1.4,2.6,22.286,22.286,0,0,0-.933,2.677,24.3,24.3,0,0,0-.766,4.884,25.092,25.092,0,0,0,.056,3.5c.03.409.086.806.126,1.08l.05.337.052-.012a9,9,0,0,0,6.689,6.883A8.948,8.948,0,0,0,38,26.652a9.041,9.041,0,0,0-2.191-13.3A8.94,8.94,0,0,0,31.026,11.964Z' transform='translate(0)' fill='%2305bcb4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
  top: -15px;
  left: 12px;
  line-height: 1;
  font-size: 10rem;
  font-family: inherit;
  color: var(--color-primary);
  z-index: 1;
}
.slider .slide .testimonial img {
  width: 14rem;
  margin: 0 auto;
  filter: grayscale(1);
  transition: filter ease 0.3s;
}
.slider .slide .testimonial .testimonial__text {
font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.10em;
    text-transform: capitalize;
    color: #2E2828; 
}

.btns {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 25px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.btns .slider__btn {
  z-index: 10;
  border: 2px solid #05BCB4;
  background: #fff;
  font-family: inherit;
  color: #05BCB4;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 0rem;
  cursor: pointer;
}
section.wrapper.site-header__wrapper.testimonials {
    display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-550px * 7));
  }
}
.client {
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 50%;
 top:4rem; 
}
.client .client-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(100% * 14);
}
.client .client {
  height: 100px;
  width: 100%;
}
.column04 {
  float: left;
  width: 23%;
}
.industries {
    padding: 50px 0;
    background-color: #dcdcdc38;
    margin: 80px 0;
}
.column04 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}

.column04 img {vertical-align: middle;}

.column04 .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}
.content h4 {
    color: white;
    font-size: 22px;
    margin: 0;
}

.best-supplier-li .item .pic {
    min-height: 50px;
    border: 1px #f8f8f8 solid;
    width: 65%;
    margin-bottom: 20px;
}
.best-supplier-li .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.col-6.col-sm-4.col-md-3.col-xl-2.mb-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.best-supplier-li .row {
    display: flex;
    flex-wrap: wrap;
}
.featured {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #dadada;
}
.pcb-section {
    width: 100%;
    margin-top: 40px;
    text-align: center;
        margin-bottom: 50px;
}
@media(max-width: 1024px){
#counter .item h4 {
    font-size: 20px;
}
.count-sec {
    font-size: 40px;
}
#counter .item .count {
    font-size: 35px;
}
div#row-bt {
    margin-top: 35px;
}
h4.h2-another {
    font-size: 20px;
}
.column2 a {
    font-size: 14px;
}
.column2 {
    width: 37%;
}
.enquire {
    height: 370px;
}
.mail-con h4 {
    font-size: 20px;
}
.mail-con span {
    font-size: 14px;
}
h2 {
    font-size: 40px;
}
h4 {
    font-size: 20px;
}
div#why-quality {
    margin-bottom: 40px;
}
.products-tab {
    width: 45%;
}
.product-grid {
    margin: 50px 10px;
}
.choose-btn a.choose-2 span {
    font-size: 12px;
}
.choose-btn a span {
    font-size: 12px;
}
.choose-btn a {
    font-size: 12px;
}
img#about-left {
    margin-left: 0;
    width: 100%;
}
.wrapper.site-header__wrapper.pr-2.pro-details {
    margin: 40px auto;
}
.slider1 {
    margin-bottom: 40px;
}
img.client-logo {
    width: 200px;
}
}
@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}
@media screen and (max-width: 800px) {
  .testbtn {   
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 1px !important;    
  font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
    .row2 {
    display: block;
}
.faq-answer.active {
    height: auto!important;
}
.faq-icon {
    right: 15px;
}
    #counter .item .count {
    font-size: 30px;
}
.banner .wrapper.site-header__wrapper {
    padding-top: 20px;
}
.banner.product-banner {
    height: 295px;
}
.count-sec {
    font-size: 35px;
}
#counter .item h4 {
    font-size: 16px;
}
#counter {
    padding: 30px 0;
}
.ab-top {
    padding: 30px 0;
}
h4.h2-another {
    font-size: 14px;
}
h4 {
    font-size: 18px;
}
i.fas {
    font-size: 14px;
}
.column2 a {
    padding: 16px 19px;
}
div#about-margin {
    margin-top: 40px;
}
.column2 {
    width: 46%;
}
img#heading-bar {
     width: 100%; 
    margin-bottom: 25px;
}
h1 {
    font-size: 35px;
}
.products-tab h3 {
    font-size: 24px;
}
.enquire {
    height: 280px;
}
div#why-quality {
    align-items: flex-start;
}
.mail-con h4 {
    font-size: 16px;
}
.mail-con span {
    font-size: 10px;
}
i#last-icon::before {
    font-size: 20px;
}
.text input[type="text"] {
    font-size: 12px;
}
.text.news {
    height: 60px;
}
i#last-icon {
    padding: 19px 20px;
}
.outer-product.pro-deal1 img#pro-icon-inner {
    width: 45px;
}
button.w3-bar-item.w3-button.testbtn.w3-padding-16 h3 {
    font-size: 18px;
}
img#pro-icon-inner {
    width: 35%;
}
.column4 {
    width: 40%;
}
div#contect-details {
    padding: 5px;
}
div#ab-bg {
    height: 620px;
}
}

@media (max-width:1100px){
    footer .flex:first-child{
        flex-wrap:wrap;
    }
    
    footer .flex:first-child .flex-content{
        flex: 1 1 40%;
    }
}

@media (max-width:920px){
    footer .flex:last-child .flex-content:last-child{
        text-align:left;
    }
    footer p {
    width: 100%;
}
}

@media (max-width:600px){
.row {
    display: block;
}
.column {
    width: 100%;
}
form.search-form{
    width: 100%;
}
i.fa.fa-search {
    font-size: 20px;
}
input.search-field{
    font-size: 16px;
}
.banner {
    height: auto;
}
#counter {
    display: block;
    padding: 20px 0;
}
hr.solid {
    display: none;
}
img#heading-bar {
    width: 50%;
    margin: auto;
}
.banner.product-banner {
    height: 320px;
}
.wrapper.site-header__wrapper.pr-1 {
    padding-top: 20px;
}
.products-tab.abt {
    width: 100%;
    height: 300px;
}
.product-gri-0 {
    padding: 0px 0px;
}
.wrapper.site-header__wrapper.pr-2.pro-details img#heading-bar {
    margin: initial;
}
div#row-bt {
    display: block;
    margin-top: 40px;
}
h4 {
    font-size: 26px;
}
.column1 {
    width: 100%;
}
.column2 {
    width: 100%;
}
.ab-top {
    padding: 20px 0;
}
img#about-left {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;

}
div#about-margin {
    margin-top: 40px;
    margin-bottom: 40px;
}
.products-tab {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
}
.product-grid {
    margin: 20px;
}
.products-tab h3 {
    font-size: 18px;
}
h1 {
    font-size: 28px;
}
.enquire {
    background-size: cover;
    height: auto;
}
h6 {
    width: 100%;
}
h2 {
    font-size: 30px;
}
.wrapper.site-header__wrapper.pr-2.pro-details {
    margin: 40px auto;
    margin-bottom: 0;
}
div#why-quality {
    margin-bottom: 40px;
}
.why-choose {
    display: block;
}
img#about-left {
    margin-top: 50px!important;
}
.choose-btn {
    display: grid;
    justify-content: space-around;
}
.choose-btn a {
    margin-bottom: 15px;
}
img.client-logo {
    width: 130px;
}
.slider1 {
    margin-bottom: 40px;
}
.mail-con span {
    font-size: 10px;
    line-height: 20px;
}
.mail-con h4 {
    font-size: 18px;
    line-height: 50.5%;
}
i#last-icon {
    padding: 12px 20px;
}
i#last-icon::before {
    font-size: 20px;
}
.text input[type="text"] {
    font-size: 10px;
    line-height: 10px;
    padding: 14px 20px;
}
.text.news {
    margin-top: 15px;
    justify-content: space-around;
    align-items: inherit;
}
.newsletter {
    margin-bottom: -90px;
}
a.brand.footer-log {
    width: fit-content;
}
footer .flex:first-child .flex-content {
    flex: 100%;
}
p.footer-text {
    width: 100%;
}
img#about-con {
    width: 100%;
}
.wrapper.site-header__wrapper.w3-bar.w3-theme.center {
    display: block;
}
.w3-bar.w3-theme.center {
    margin-top: 20px;
}
img#pro-icon-inner {
    width: 35%;
}
.row.product-img {
    display: block;
}
.enquire a {
    width: 60%;
}
.column4 {
    width: 100%;
}
div#contect-details {
    box-shadow: none;
}
div#bg-form .column5 {
    margin-left: 0%;
    width: 100%;
}
div#footer-design {
    width: 100%;
}
i#last-icon {
    padding: 12px 8px;
}
div#footer-designR {
    width: 100%;
}
div#ab-bg{
    height: auto;
}
div#contect-details {
    padding: 10px;
}
div#bg-form {
    display: contents;
}
.col-md-6 {
    max-width: 100%;
}
div#form-type {
    display: contents;
}
}
@media (max-width:375px){
.mail-con span {
    font-size: 9px;
}
.enquire a {
font-size:14px;
}
i.fas {
    font-size: 14px!important;
}
div#ab-bg{
    height: auto;
}
div#contect-details {
    padding: 10px;
}
div#bg-form {
    display: contents;
}
.col-md-6 {
    max-width: 100%;
}
div#form-type {
    display: contents;
}
}
@media (max-width:320px){
    footer .flex:first-child .flex-content{
        flex:1 1 100%;
    }
    .enquire a {
font-size:14px;
}
i.fas {
    font-size: 14px!important;
}
div#ab-bg{
    height: auto;
}
div#contect-details {
    padding: 10px;
}
div#bg-form {
    display: contents;
}
.col-md-6 {
    max-width: 100%;
}
div#form-type {
    display: contents;
}
}

@media (min-width: 600px) {
  .button span {
    display: initial;
  }

}

.button--icon {
  min-width: initial;
  padding: 0.5rem;
}

/* edit my muthu.... */
.about-yodha-ul >li{
    list-style-type: circle!important; 
    list-style-position: outside;
}
.category2-banne{
    background-image: url('../images/category2-banne.png');
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;

}
ul.about-yodha-ul {
    padding-left: 40px;
}
i.fas.fa-map-marker-alt {
    width: 40%;
}
h6.yotha {
    float: left;
    text-align: left;
    margin: 0;
}
h6.rent a {
    font-size: 10px;
}
h6.rent {
    font-size: 10px;
    text-align: end;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.copy-right {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
section-8 .wrapper.site-header__wrapper {
    margin-bottom: 80px;
}
section-6 .enquire {
    margin-bottom: 80px;
}
