.banner {
    background-color: #fffaef;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    background: #000;
    padding-top: 80px;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../img/images/bannerbg.svg);
}
.banner h1{
    margin: 0;
    font-size: 2rem;
}


.innercont {
    padding-top: 50px;
    padding-bottom: 2rem;
}

.banner nav {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    z-index: 1;

}
.bancont{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.breadcrumb {
    font-size: .9rem;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    padding: 6px 0;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: .8rem;
    color: #d3d3d3;
    margin: 0 8px;
}

.breadcrumb-item.active {
    opacity: .75;
    color: #ffffff;
}




/*---------------------------------------*/
/*::::::::::::::::FORM:::::::::::::::*/
/*---------------------------------------*/

.myform label{
    font-size: .8rem;
    opacity: .75;
    margin: 0;
}
.myform input,
.myform textarea,
.myform select{
    font-size: .9rem;
    width: 100%;
    margin-bottom: .5rem;
    padding: 8px 15px;
    border-radius: .3rem;
    box-shadow: none;
    border: 1px solid rgb(63 81 181 / 15%);
    outline: 0;
    color: #4f6b78;
    background-color: rgb(255 255 255 / 60%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myform input:focus,
.myform textarea:focus,
.myform select:focus{
    border-color: #2196f38c;
    box-shadow: 0px 0px 20px #2196f31f;
}
.myform input[readonly]:focus,
.myform textarea[readonly]:focus,
.myform select[readonly]:focus{
    border-color: #ddd;
}
.myform input::placeholder,
.myform textarea::placeholder,
.myform select::placeholder{
    opacity: .5;
}
.myform .btn{
    padding: 12px 25px;
}
.myform select{
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
}
.myform .select{
    position: relative;
}
.myform .select:after{
    content: '\f107';
    position: absolute;
    right: 10px;
    top: 14px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 10px;
    opacity: .75;
    pointer-events: none;
}

.mainhead.center{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.subhead{
    font-weight: 400;
    font-size: 1.15rem;
    position: relative;
}
/* ABOUT */
p{
    font-size: 15px;
    opacity: .75;
    line-height: 25px;
}
.image{
    border-radius: .5rem;
    width: 100%;
}
.iconcard{
    display: flex;
    flex-flow: column;
    gap: 10px;
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 10px;
    height: 100%;
    border-radius: .25rem;
    background-color: #1a1a1a;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
}
.iconcard:hover{
    border: 1px solid rgb(255 255 255 / 50%);
}
.iconcard .icon{
    width: 44px;
    margin-top: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconcard .icon img{
    width: 35px;
}
.iconcard .cardhead{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconcard .cardhead.big{
    font-size: 2rem;
}
.iconcard p{
    font-size: .875rem;
    opacity: .75;
    margin-bottom: 5px;
}

.lightbg{
    background-color: #fff;
    color: #212121;
}
.cardimg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    position: relative;
}
.round-icon{
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
}
.round-icon img{
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 5px;
}
.icn-service{
    position: relative;
}
.margin-top{
    margin-top: 22px;
}
.image2{
    position: relative;
}
.image2::before{
    position: absolute;
    content: '';
    height: 90%;
    width: 500px;
    background-color: #fff;
    border-top-left-radius: 10px;
    left: -1.5rem;
    top: -1.5rem;
    max-width: 100%;
}
.industryimg{
    position: relative;
    width: 550px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mid{
    display: flex;
    justify-content: center;
}
.about3{
    background-image: url(../img/industries/i2.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.about3::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
}
.image3{
    position: relative;
}
.image3::before{
    position: absolute;
    content: '';
    height: 90%;
    width: 500px;
    background-color: #fff;
    border-top-right-radius: 10px;
    right: -1.5rem;
    top: -1.5rem;
    max-width: 100%;
}
.image3 img{
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.listflex{
    display: flex;
    gap: 40px;
}
.con-contents{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.con-contents input, .con-contents textarea{
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ffffff8c;
    color: #fff;
}
.con-contents input:focus-visible, .con-contents textarea:focus-visible{
    outline: none;
    border-bottom: 1px solid #fff;
    transition: all .3s;
}
.con-contents label{
    font-size: 14px;
}
.contact-container{
    position: relative;
}
.contact-container::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #eeeeee3b;
    margin: auto;
    left: 70px;
    right: 0;
}
.contact-right{
    padding-left: 80px;
}
.icon-con{
    height: 50px;
    background: rgb(255 255 255 / 20%);
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-con img{
    width: 30px;
}
.con-cont{
    width: calc(100% - 50px);
}
iframe{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}


.testimonial{
    position: relative;
}
.testheading::before{
    position: absolute;
    content: '\f10e';
    font-size: 70px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #fff;
    opacity: .6;
    top: 0;

}
.posrel{
    position: relative;
}
.testheading{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
}
.testbg{
    position: relative;
}
.testbox{
    width: 100%;
}
.testibox{
    background-color: #fff;
    padding: 20px;
    border-radius: .5rem;
}
.testcon img{
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.testcon{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.testcon h6{
    color: #000;
    font-weight: 700;
    margin: 0;
}
.testcon p{
    color: #000;
    margin: 0;
}
.testibox p{
    color: #000;
}
.test-prev{
    position: relative;
    bottom: 21px;
    left: -80px;
    margin: auto;
}
.test-next{
    position: relative;
    margin: auto;
    top: 30px;
}
.test-next, .test-prev{
    border: 1px solid #eee;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.test-next::after{
    content: '\f054' !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.test-prev::after{
    content: '\f053' !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.float-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 400px;
}
.in-date {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    padding: 1px 8px;
    padding: 5px 15px;
    margin-bottom: 1rem;
    width: max-content;
}
.news-in p {
    text-align: justify;
}
.mytable {
    width: 100%;
    margin-bottom: 1rem;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 0.3rem;
    overflow: hidden;
    font-size: .9rem;
}

.mytable thead th {
    font-weight: 500;
    color: #fff;
    background-color: #e41d22;
    overflow: hidden;
}

.mytable td,
.mytable th {
    border: 1px solid #eeeeee3b;
    padding: 10px;
    overflow: hidden;
    transition: .3s;
    background: transparent;
    color: #fff;
}


.mytable tr {
    transition: .3s;
}

.mytable tr:hover {
    background: rgba(32, 32, 32, 0.1);
}
.connect{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
}


.map img{
    width: 800px;
    max-width: none;
  }
  .value{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .flexcenter{
    display: flex;
    justify-content: center;
  }
  .circle-contents h4{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .circle1{
    height: 170px;
    width: 170px;
    border: 2px dashed #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .map {
    position: relative;
    background-color: #000;
  }
  
  .marker {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .marker .icon {
    width: 50px;
    height: 50px;
    background-color: #898989;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  
  
  .line {
    width: 2px;
    height: 100px;
    background-color: #898989;
    margin-top: 5px;
  }
  
  
  
  .innerdiv{
    height: 40px;
    width: 40px;
    background-color: #595959;
    border-radius: 50%;
  }
  .innerdiv img{
    width: 20px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .automation .icon i{
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .h::before{
    height: 68% !important; 
  }
  .hh::before{
    height: 75% !important;
  }
  
  /*Gallery*/
  .galbox{
      height: 200px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      transition: all .2s ease-in-out;
      cursor: zoom-in;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .galbox i{
      position: relative;
      font-size: 35px;
      opacity: 0;
      transition: all .2s ease-in-out;
  }
  
  .galbox:before{
      position: absolute;
      content: '';
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0;
      transition: all .2s ease-in-out;
  }
  .galbox:hover:before{
      opacity: 0.5;
  }
  .galbox:hover.galbox i{
      opacity: 1;
  }
  
  
  /*carrers*/
  
  .accordion-item{
    border-bottom: 0;
    margin-bottom: 10px;
    border-radius: 10px !important;
    border: none !important;
}
.accordion-button {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 10px !important;
    overflow: hidden;

}
.accordion-button:not(.collapsed) {
    background-color: #000 !important;
    color: #fff;
    box-shadow: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: brightness(0) invert(1);
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-body, .comment-flex p{
    font-size: 14px;
    color: #2D363F;
    opacity: 75%;
}
.accordion-flush{
    padding-top: 1rem;
}
  .accordion-body h5{
          border-bottom: 1px dotted;
    width: max-content;
  }
  
  .career .hilist li{
      color: #000;
  }
  .career .hilist li:before{
      filter: brightness(0);
  }
  
/* Responsive */

@media(max-width: 1299px){
    .flexmsp{
      flex-direction: column;
    }
   
    .flexcenter{
      margin-top: 5rem;
    }
    .wmp{
      margin: auto;
      width: 100% !important;
    }
    .m1{
      left: 46.2% !important;
    }
    .m2{
      top: 64% !important;
      left: 63.5% !important;
    }
    .m3{
      top: 41% !important;
      left: 62.5% !important;
    }
    .m4{
      top: 68% !important;
      left: 71% !important;
    }
    
  }

@media(max-width: 1199px){
    .row-flex{
        display: flex;
        flex-direction: column-reverse;
    }
    .width{
        width: 100%;
    }
}

@media(max-width: 991px){
    .top{
        margin-top: 15px;
    }
    .image2::before, .image3::before{
        left: 0;
        width: 450px;
    }
    .image2 .industryimg, .image3 .industryimg{
        left: 1.5rem;
        width: 500px;
    }
    .mid{
        display: block;
    }
    .contact-container::before{
        display: none;
    }
    .contact-right{
        padding-left: 0;
    }
    
}
@media(max-width: 767px){
    .pad{
        margin-top: 4rem;
    }
    .testheading{
        justify-content: flex-start;
    }
    .testheading::before {
        top: 15px;
        font-size: 60px;
    }
    .testpage{
        margin-left: 5rem;
    }
    .m4{
        top: 73% !important;
      }
      .m2 {
        top: 70% !important;
      }
      .m3 {
        top: 35% !important;
      }
}
@media(max-width: 575px){
    .image2::before , .image3::before {
        left: 0;
        width: 260px;
    }
    .image2 .industryimg, .image3 .industryimg{
        left: 1.5rem;
        width: 280px;
    }
    .mid{
        display: flex;
        margin: auto;
    }
    .listflex{
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .flexwdm{
        flex-direction: column !important;
        gap: 12px !important;
    }
    .icon {
        width: 30px !important;
        height: 30px !important;
      }
      .innerdiv{
        width: 20px !important;
        height: 20px !important;
      }
      .innerdiv img{
        width: 10px !important;
      }
      .m1 {
        left: 46.5% !important;
        top: 11% !important;
    }
    .m2 {
      top: 78% !important;
    }
    .m3 {
      top: 26% !important;
    }
    .m4 {
      top: 81% !important;
    }
}
@media(max-width: 300px){
    .rflex{
      flex-direction: column;
    }
  }