* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #FFDE59 50%,
            transparent,
            transparent)
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter_18pt-Regular;
    src: url(../assets/fonts/Inter_18pt-Regular.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../assets/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Staatliches-Regular;
    src: url(../assets/fonts/Staatliches-Regular.ttf);
}




::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}


h1 {
    font-family: Staatliches-Regular;
    font-size: 65px;
    font-weight: 100;
}

h2 {
    font-family: Staatliches-Regular;
    font-size: 38px;
    line-height: 100%;
    font-weight: 100;
    color: #000000;
}

h3 {
    font-family: Poppins-Regular;
}

h4 {
    font-family: Staatliches-Regular;
    letter-spacing: 2px;
    font-weight: 100;
}

a {
    text-decoration: none;

}

li {
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    font-family: Inter_18pt-Regular;

}


/* header  */

.hd-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hd-cont .logo img {
    height: 55px;
    object-fit: contain;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}

.sub-head {
    height: 50px;
    width: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
}

.mn-hd {
    height: 100%;
    padding: 10px 0;
    width: 100%;
    background-color: #0000008f;
    margin-top: 2px;
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
}

.navs ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.navs ul li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    transition: 0.3s;
    font-family: Poppins-Regular;
}

.navs ul li a:hover {
    color: #FFDE59;
}

.sub-hd-cont {
    display: flex;
    justify-content: end;
    align-items: center;
}

.ct-num {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    font-family: Poppins-Regular;
}
.ct-num a{
    color: #fff;
}

.ct-btn {
    padding: 10px 25px;
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    margin-left: 20px;
    text-wrap: nowrap;
}

.dropbtn {
    color: rgb(255, 255, 255);
    font-family: Poppins-Regular;
    border: none;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown {
    display: inline-block;
    padding-bottom: 20px;
    margin-top: 19px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-height: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    left: 0;
    /* height: 100%; */
    margin-top: 20px;
    padding: 30px 50px;
}

.dropdown-content h2 {
    font-size: 30px;
    margin: 10px 0;
    color: #666666;
    width: fit-content;
    /* max-width: 400px; */
    transition: all 0.3s ease;
    cursor: pointer;
}

.dropdown-content .tab-links-link:hover h2 {
    color: #000000;
    position: relative;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f4f4f4;
}

.show {
    display: block;
}

/* Hover to show dropdown */
.dropdown:hover .dropdown-content {
    display: block;
}
.tab-conts{
    display: flex;
    gap: 120px;
}


.page-wrapper {
    width: 600px;
    margin: 0 auto;
}


.teb-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}





.scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tab-links-link {
    padding: 24px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.tab-links-link:hover {
    text-decoration: none;
    background-color: #6699cc;
}

/* .link-active {
    color: #003366 !important;
    text-decoration: none;
    background-color:#aed0f2;
  } */



  .tab-content-container {
    display: block;
    border: 1px solid #ebebeb;
    border-top: 10px solid #6699cc;
    width: 100%;
    padding: 24px;
}

.tab-content {
    display: block;
    opacity: 1;
}

.content-active {
    display: block;
    opacity: 1;
}

.tab-hide {
    display: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}





#side-navbar {
    background: rgb(102, 153, 153);
    width: 200px;
    height: 100vh;
    font-size: 130%;
    position: fixed;
    overflow-x: hidden;
  }

  .side-navbar-a, .drop-button {
    display: block;
    padding: 10px 8px;
    border: none;
    color: white;
    background: inherit;
    font-size: 20px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  #dropdown-container {
      background: rgb(102, 106, 197);
      padding-left: 8px;
  }

  #dropdown-container a{
    color: black;
    display: block;
    padding: 10px 12px;
    text-decoration: none;
  }




a, button {
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}
.container {
    max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}
.open-menu, .close-menu {
    cursor: pointer;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}
.close-menu {
    position: absolute;
    top: 0;
    right: 1rem;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}
.brand {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    color: #d32f2f;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
.title-large {
    font-family: inherit;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: inherit;
    color: #252a32;
    text-align: center;
    text-transform: capitalize;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.navbar .menu-wrapper.offcanvas .menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
    transition-delay: 0.2s;
}

 .navbar .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 20rem;
    width: 100%;
    padding: 1.5rem 1rem;
    z-index: 2;
    overflow-y: auto;
    color: #252a32;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar .menu-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.navbar .menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
}
.navbar .menu-link:hover {
    color: #d32f2f;
}
.navbar .menu-item {
    position: relative;
}
.navbar .menu-item a {
    font-family: Poppins-Regular;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    display: block;
    color: #252a32;
    transition: color 0.35s ease-out;
}
.navbar .menu-item a:hover {
    color: #1B0854;
}
.navbar .menu-item.has-collapsible {
    position: relative;
}
.navbar .menu-item.has-collapsible .menu-child {
    display: none;
}
.navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    padding: 0.25rem;
    color: #000000;
    padding-left: 2.5rem;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
}
.navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
    color: #1B0854;
}
.navbar .menu-item.has-collapsible span i {

    position: absolute;
    top: 0.7rem;
    right: 1rem;
    transition: all 0.35s ease;
}
.navbar .menu-item.has-collapsible span i:hover {
    color: #1B0854;
}
.navbar .menu-item.active.has-collapsible .menu-child {
    display: block;
    transition: all 0.35s ease;
}
.navbar .menu-item.active.has-collapsible span i {
    transform: rotate(90deg);
}
.fr-up {
    overflow: hidden;
    position: relative;
}
.fr-up2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.open-menu i{
    color: #fff;
    font-size: 30px;
}
.close-menu i{
    color: #000000;
    font-size: 30px;
}
.open-menu{
    display: none;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
  }

  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }

  .collapse {
    display: none;
    transition: all 0.3s ease;
}

.open {
    display: block;
}
#construction li a{
    font-size: 13px;
}
#hardware li a{
    font-size: 13px;
}
#architectural li a{
    font-size: 13px;
}
#construction{
    padding-left: 20px;
}
#architectural{
    padding-left: 20px;
}
#hardware{
    padding-left: 20px;
}
.menu-link-sub{
    position: relative;
    font-size: 14px !important;
}
.menu-link-sub i {
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    transition: all 0.35s ease;
}
#sectors{
    margin-left: 20px;
}



.sidenav {
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

  .sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-family: Poppins-Regular;
    display: block;
    transition: 0.3s;
    text-align: center;
  }


  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .open-nav i{
    color: #fff;
  }
  .closebtn i{
    color: #fff;
    font-size: 30px;
  }










/* header close  */


/* index */

.slide-img {
    width: 100%;
    height: 100%;
}

.slide-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main-slide {
    position: relative;
}

.main-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0));
    z-index: 2;
}

.ind1 {
    position: relative;
}

.ind1 .container {
    position: absolute;
    left: 0;
    bottom: 40%;
    transform: translateY(50%);
    right: 0;
    z-index: 3;

}


.ind1-cont p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.ind1-cont h1 {
    max-width: 700px;
    line-height: 67px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}

.ind1-tp-p {
    font-size: 20px;
    margin-bottom: 20px;
}

.ln-txt {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;

}

.ln-txt p {
    margin-left: 10px;
    text-align: center;
}

/* .ln-txt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 95%;
    width: 3px;
    background-color: #fff;
    border-radius: 3px;
} */
.mn-sub-sld{
    padding: 0 5px;
}
.mn-sub-slid{
    max-width: 700px;
    top: -60px;
    position: relative;
    z-index: 2;

}
.mn-sub-slid .item img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ffffff;

}
.mn-sub-slid .item .txt {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #FFFFFF;
    font-size: 15px;
}
.mn-sub-slid .item {
    padding: 0 5px;
    position: relative;
}

.ind-ct-2 {
    padding: 7px 20px;
    background-color: #FFDE59;
    color: #000000;
    width: fit-content;
    border-radius: 5px;
    margin-top: 20px;
}

.ind-ct-3 {
    padding: 7px 20px;
    color: #ffffff;
    width: fit-content;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #ffffff;
}

.ind-btns {
    display: flex
;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.shape {
    width: 450px;
    height: 80px;
    background-color: #0b1624;
    clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.shape-bx {
    width: 100%;
    height: 30px;
    background-color: #0b1624;
    position: absolute;
    right: 0;
    bottom: 0;
}

.three-bx {
    display: flex;
    gap: 15px;
    top: -60px;
    position: relative;
    z-index: 2;
    width: fit-content;
}

.bxs {
    height: 150px;
    width: 250px;
    background-color: #707070;
    position: relative;
    border: 1px solid #ffffff;
}

.bxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.socls {
    display: flex;
    gap: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.socls i {
    color: #FFFFFF;
    font-size: 24px;
}

.ind2 {
    background-color: #F5FBFF;
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    padding-top: 40px;
}

.mp-img {
    height: 70%;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 100px;
}

.shp-img {
    width: 90%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.ind2-cont-txt {
    position: relative;
    z-index: 3;
    margin-top: 30px;
}

.ind2-tp-p {
    margin-bottom: 10px;
    margin-left: 55px;
}
.ind2-lft{
    position: sticky;
    top: 150px;
}

.ind2-lft h2 {
    max-width: 500px;
}
.ind2-lft h4 {
    width: fit-content;
}

.ind2-tp-p::after {
    content: "";
    position: absolute;
    top: 13px;
    left: -52px;
    width: 50px;
    background-color: #000000;
    height: 2px;
}

.wth-pls h3 {
    margin-bottom: 5px;
    font-size: 30px;
    color: #000000;
}

.wth-pls p {
    font-size: 30px;
    margin-bottom: 10px;
}

.wth-pls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.goto-flx {
    display: flex;
    gap: 60px;
}

.goto {
    display: flex;
    gap: 60px;
    margin-top: 30px;
}


.ind2-rt h2 {
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.comp-dts {
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.comp-dts h3 {
    font-size: 30px;
}

.ind2-cnt {
    padding: 8px 30px;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    margin-top: 40px;
    width: fit-content;
}

.blu-bx {
    background-color: #1B0854;
    height: 50px;
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ylo-bx {
    background-color: #FFDE59;
    height: 25px;
    width: 200px;
    position: absolute;
    right: 250px;
    bottom: 0;
}

.ind3 {
    padding-top: 80px;
    height: 100%;
    padding-bottom: 70px;
}

.ind3-tp-p {
    position: relative;
    margin-left: 55px;
}

.ind3-tp-p::after {
    content: "";
    position: absolute;
    top: 13px;
    left: -55px;
    width: 50px;
    background-color: #000000;
    height: 2px;
}



.ind3-lft-tp-bx {
    height: 230px;
    width: 200px;
    background-color: #F3F3F3;
    position: absolute;
    top: -80px;
    left: -20px;

}

.ind3 .container {
    position: relative;
}

.ind3-lft h2 {
    margin-top: 20px;
    max-width: 400px;
}

.ind3-lft-img img {
    width: 90%;
    object-fit: contain;
}

.ind3-lft-img {
    margin-top: 70px;
    margin-bottom: 30px;
    position: relative;
}
.trngl-crnr{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px !important;
    object-fit: contain;
}
.trngl-crnr2{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px !important;
    object-fit: contain;
}

.ind3-rt h2 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.ind3-rt p{
    margin-bottom: 10px;
    line-height: 22px;
}
.ind3-rt p span{
    font-weight: 600;
}

.ind-3-mr-btn {
    margin-top: 40px;
    font-size: 18px;
    position: relative;
    width: fit-content;
    color: #000000;
}

.ind-3-mr-btn::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 115%;
    background-color: #000000;
    height: 2px;
}

.ind3-rt {
    padding-left: 30px;
}

.ind3-rt-img img {
    width: 100%;
    object-fit: contain;
}

.ind3-rt-img {
    margin-top: 50px;
}

.ind-4-lft-bxs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.ind-4-lft-bx {
    width: 300px;
    height: 230px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
}

.ind4 {
    margin-top: 50px;
}

.ind-4-lft-bx-icon img {
    width: 40px;
    object-fit: contain;

}

.ind-4-lft {
    position: relative;
    width: fit-content;
}

.ind-4-lft-bx-icon {
    width: fit-content;
    margin: 0 auto;

}

.ind-4-lft-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}


.ind4-rt p {
    margin-top: 20px;
}

.ind4-rt {
    padding-left: 30px;
}

.ind4-cnt {
    position: relative;
    margin-top: 80px !important;
    padding: 8px 30px;
    background-color: #1B0854;
    color: #fff;
    width: fit-content;
}
.row.disp-blk{
    flex-direction: row-reverse;
}


.trngl-shp {
    background-color: #ffdd56;
    position: absolute;
    left: -20px;
    bottom: -19px;
    width: 100%;
    height: 103%;
    clip-path: polygon(0% 0%, 0% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.ind5 {
    height: 100%;
    width: 100%;
    padding: 100px 0;
}

.ind5-cont-txt {
    text-align: center;
}

.ind5-cont-txt p {
    max-width: 700px;
    margin: 20px auto;
}

.ind5-cont-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.ind5-cont-btn p {
    padding: 8px 20px;
    background-color: #1B0854;
    color: #fff;
    text-align: center;
}

.cat-img {
    height: 350px;
    width: 100%;
}

.cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-imgs {
    margin-top: 50px;
}

.ind5-btn {
    width: fit-content;
    margin: 0 auto;
    padding: 8px 30px;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-top: 50px;
    color: #000000;
}

.ind6 {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background-color: #1B0854;
    position: relative;
}

.ind6 .rt-bx {
    width: 60%;
    background-color: #31215f;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 350px;


}

.ind6-lft {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.ind6-lft h2 {
    color: #fff;
    margin-bottom: 20px;
}

.ind6-lft p {
    max-width: 400px;
}

.rt-partnrs {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
}

.prtnr-logo {
    width: 100%;
    height: 100px;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.prtnr-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ind6-rt .row{
    justify-content: left;
}
.ind6-rt .row .col-md-4{
    margin-bottom: 20px;
    padding: 0 10px ;
}
.ind6-rt .row .col-md-4 .prtnr-logo{
    margin: 0 auto;
}

.ind7 {
    padding: 100px 0;
}

.ind7-cont h2 {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ind7-cont p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-frm {
    width: 900px;
    height: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.ct-frm button{
    font-family: Inter_18pt-Regular;
}

.cntct-lft {
    width: 40%;
    height: 100%;
}

.cntct-rt {
    width: 60%;
    height: 100%;
    padding: 30px 40px;
    display: flex;
    align-items: center;
}

.cntct-rt form {
    width: 100%;
}
.cntct-rt form button{
    font-family: Inter_18pt-Regular;
}

.cntct-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;

}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.ind-inp-div {
    margin: 5px 0;
}

.ind-inp-div input {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    font-family: Inter_18pt-Regular;
}

.ind-inp-div textarea {
    width: 100%;
    padding: 10px;
    min-height: 100px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    font-family: Inter_18pt-Regular;
}

.ind8 {
    margin-bottom: 80px;
}

.ind8-cont .hdng {
    text-align: center;
}

.ind8-cont .hdng p {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}

.testimonial .tests {
    padding: 20px;
}

.testimonial .test-cont {
    height: 100%;
    width: 100%;
    border: 2px solid #dbdbdb;
    border-radius: 20px 0 20px 20px;
    padding: 20px;
}

.testimonial {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.test-prof {
    width: 50px;
    object-fit: contain;

}

.prof-nm {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.db-nn {
    width: 50px;
    float: right;
}

.con2-conts .ic-txt i {
    margin-top: 15px;
}
.ic-txt a{
    color: black;
}

/* index close */


/* about  */

.page-hdr {
    height: 400px;
    width: 100%;
    position: relative;
    background-image: url(../assets/images/30.jpeg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    margin-top: 57px;
}
.page-hdr.page-hdr2 {
    height: 400px;
    width: 100%;
    position: relative;
    background-image: url(../assets/images/10.jpg);
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
    display: flex;
    margin-top: 57px;
}
.page-hdr.page-hdr2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
}
.page-hdr::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
}

.page-hdr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-navs p {
    color: #fff;
}

.page-navs {
    position: absolute;
    left: 20px;
    bottom: 50px;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    z-index: 1;

}
.page-navs p a{
    color: #fff;
}

.page-hdr .container {
    position: relative;
}

.abt1 {
    height: 100%;
    padding: 80px 0;
}

.abt1-cont h2 {
    margin-top: 20px;
    max-width:530px;
    margin-bottom: 20px;
}

.abt1-cont p {
    max-width: 1000px;
    margin-bottom: 20px;
}

.abt1-tp-p::after {
    content: "";
    position: absolute;
    top: 13px;
    left: -55px;
    width: 50px;
    background-color: #000000;
    height: 2px;
}

.abt1-tp-p {
    position: relative;
    margin-left: 55px;
}

.abt1-lst ul li {
    list-style: disc;
    margin-left: 20px;
}

.abt1-lst {
    margin-bottom: 30px;
}

.abt2-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abt2-cont-bx {
    width: 143px;
    height: 90px;
    background-color: #f0f0f0;
    clip-path: polygon(26% 0%, 100% 0, 74% 100%, 0 100%);
    position: relative;
    max-width: 800px;
}

.abt2-cont-bx img {
    width: 50px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abt2-cont-bx-fl {
    max-width: 350px;
}

.abt2-cont-bx-fl h3 {
    margin-top: 20px;

}

.abt2-cont-bx-fl p {
    margin-top: 10px;

}

.abt2 {
    padding-bottom: 80px;
}

.abt3-cont {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.abt3-cont img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.abt3 {
    margin-bottom: 80px;
}

.abt3-cont-bx {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    padding: 0 30px;

}

.abt3-cont-bx h2 {
    color: #fff;
    max-width: 800px;
    margin-bottom: 10px;
}

.abt3-cont-bx p {
    color: #fff;
    max-width: 800px;
    margin-bottom: 10px;
}

.abt4 {
    height: 100%;
    background-color: #FFDE59;
    padding: 100px 0;
}

.abt4-cont {
    text-align: center;
}

.abt4-cont p {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}

.abt4-cnt {
    padding: 8px 25px;
    border: 1px solid #000000;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px !important;
}

.abt4-cnt a {
    color: #000000;
}

/* about close  */



/* sectors  */

.sector-cont h2 {
    margin-top: 20px;
    max-width: 800px;
    margin-bottom: 20px;
}

.sector-cont p {
    max-width: 1000px;
    margin-bottom: 20px;
}


.teb-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tab-content {
    display: block;
    opacity: 1;
}

.content-active {
    display: block;
    opacity: 1;
}

.tab-hide {
    display: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.tab-links a h2 {
    font-size: 23px;
    color: #7c7c7c;
    transition: all 0.3s ease;
}


.tab-content {
    width: 100%;
    height: 100%;
    padding: 80px 0 100px 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);


}

.tab-content-img1 {
    width: 70%;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.tab-content-img2 {
    width: 300px;
    height: 250px;
    object-fit: cover;
    float: right;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 0;
}

.tab-content-img {
    width: 60%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: -18px;
    top: -52px;
    z-index: 0;
}

.sector-left {
    position: relative;
}

.sector-right h2 {
    font-size: 30px;
}

.sector-right p {
    margin-top: 20px;
}

.sector-right {
    padding-left: 50px;
}

.sector-right-list h4 {
    font-size: 22px;
    letter-spacing: 0;
    color: #000000;
}
.fst-ul ul a{
    color: #000000;
}

.sec-lst-flx:hover {
    scale: 1.05;
    transition: all 0.3s ease;
}
.prdct-sec-innr{
    height: 100%;
    width: 100%;
    padding: 80px 0;
}

.sector-right-list {
    margin-top: 30px;
}

.sec-lst-flx {
    display: flex;
    gap: 10px;
    margin: 14px 0;
    transition: all 0.3s ease;
}

.fl-lst-flx {
    display: flex;
    /* justify-content: space-between; */
    gap: 50px;
}

.sec-lst-flx i {
    margin-top: 5px;
    color: #000000;
}
.prdct-innr-img-bx{
    width: 100%;
    max-width: 400px;
    height: 400px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.prdct-innr-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prdct-inner-cont h2{
    margin-bottom: 20px;
}
.prdct-inner-cont h3{
    margin-top: 20px;
}
.prdct-inner-cont ul li {
    list-style: disc;
    margin-left: 20px;
    margin:15px 0px 10px 20px;
}
.appli{
    margin-bottom: 30px;
}



.tab-links-link.link-active h2 {
    color: #000000 !important;
    transition: all 0.3s ease;
    position: relative;
    width: fit-content;
    margin-left: 20px ! important;

}

.tab-links {
    width: 600px;
}

.tab-link-flx {
    display: flex;
    gap: 20px;
}

.tab-links-link.link-active h2::before {
    width: 100%;
}

.tab-links-link h2::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #000000;
    left: 0;
    bottom: -3px;
    transition: all 0.3s ease;
}

.tab-links-link h2 {
    position: relative;
}

.tab-links-link.link-active i {
    color: #000000;
    display: block;
}

.tab-links-link {
    /* display: flex; */
    gap: 10px;
    /* align-items: center; */
    transition: all 0.3s ease;
    position: relative;
}

.tab-links-link i {
    color: #7c7c7c;
    position: absolute;
    left: 45%;
    right: 50%;
    display: none;
    margin-top: -10px;

}

.hvr-bx {
    width: 200px;
    height: 171px;
    background-color: #FFE100;
    position: absolute;
    top: 43%;
    left: 64%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
}

.cmpny-log-nm {
    width: fit-content;
    margin-bottom: 50px;
}

.cmpny-log-nm .imgbx {
    width: 150px;
    height: 100%;
    margin-bottom: 10px;
}

.cmpny-log-nm .imgbx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cmpny-log-nm h2 {
    margin: 0 auto;
    width: fit-content;
}

.cat-conts h2 {
    font-size: 25px;
    line-height: 100%;
}

.cat-conts {
    margin: 40px 0;
}

.wth-ln {
    position: relative;
    width: fit-content;
    margin-top: 60px !important;
}

.wth-ln::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background-color: #000000;
    left: 105%;
    bottom: 5px;
}

.cat-conts .sector-right-list {
    margin-top: 0px;
}

.cat-img-bx {
    width: 100%;
    height: 100%;
    position: relative;

}

.cat-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0;
}

.cat-img {
    width: 100%;
    height: 300px;
    position: relative;
}

.cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-img-cont {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.cat-cont.row {
    margin-top: 25px;
    justify-content: left;
}

.cat-cont.row .col-md-4 {
    padding: 10px;
}

.cat-conts .fl-lst-flx {
    margin-bottom: 50px;
}

.prdct-img-bx {
    width: 100%;
    height: fit-content;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

.prdct-img-bx img {
    width: 100%;
    object-fit: contain;
}

.prdct-cont {
    margin: 80px 0;
}

.prdct-cont-text h2 {
    font-size: 35px;
    margin-bottom: 20px;

}

.prdct-cont-text h3 {
    font-size: 15px;
    margin-bottom: 20px;

}

.prdct-cont-text p {
    margin-bottom: 10px;

}

.prdct-cont-text p span {
    font-weight: 600;
}

.prdct-cont-text {
    margin-top: 20px;
    /* padding-left: 50px; */
}
/* .prdct-cont-text h2{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}
.prdct-cont-text p{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
} */

.prdct-cont-text .fst-ul li {
    list-style:circle;
    margin-left: 18px;
    margin-bottom: 25px;
}
.prdct-cont-text .fst-ul li ul li{
    list-style: disc;
    margin-bottom: 10px;
}
.prdct-cont-text .fst-ul li ul li p{
    font-size: 13px;
}

.appli-area-cont {
    margin-top: 50px;
}

.appli-area-cont h2 {
    margin-bottom: 20px;
    font-size: 25px;
}

.prdct-cont-text-lst.fst-ul .row{
    justify-content: left !important;
}
.prdct-cont-text-lst ul li p{
    text-transform: uppercase;
}
.prdct-cont-text h3{
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.prdct-cont .cmpny-log-nm .imgbx {
    width: 130px;
    height: 100%;
    margin-bottom: 10px;
}
.prdct-cont .cmpny-log-nm{
    margin: 0 auto;
    margin-bottom: 50px;
}
.sika-adv{
    font-size: 23px !important;
    margin-top: 30px;
}
.prod-img{
    width: 500px;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 40px;

}
.prod-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* sector close  */


/* blog  */


.blg-cont-img {
    height: 250px;
    width: 100%;
}

.blg-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blg-cont-txt {
    padding: 30px 20px;
    text-align: center;

}

.blg-fl-cont {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.blg-cont-txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-conts {
    margin-top: 80px;
}
.blog-conts .col-md-4{
    margin-bottom: 30px;
}
.blog-conts .row{
    justify-content: start;
}

.blg-see {
    position: relative;
    width: fit-content;
    color: #000000;
    margin: 0 auto;
}

.blg-see::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    bottom: 0;
    left: 0;

}
.blg-ul li{
    display: flex;
    gap: 5px;
    margin: 10px 0;

}
.blg-ul p{
    margin: 0 !important;

}
.qstn-blck{
    margin-top: 20px;
}
.blg-ul{
    margin-top: 30px;
}
.qstn-hdng{
    width: 30px;
}

.blg-inner-img {
    width: 900px;
    height: 400px;
}

.blg-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blg-inner-conts {
    margin-top: 50px;
}

.blg-inner-cont-txt h2 {
    font-size: 25px;
    margin: 20px 0;
    max-width: 830px;
}

.blg-inner-cont-txt p {
    max-width: 900px;
    margin: 10px 0;
}

/* blog close  */


/* viedo sec  */

.video-sec{
    height: 100%;
    margin-bottom: 100px;
    padding: 80px 0;
    background-color: #fafafa;
    margin-top: 50px;
}

.sld-itm{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: relative;
}
.sld-itm img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper .play-gif {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper .play-gif svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

/* video sec close  */

/* gallery  */

.gallery-img-bx{
    height: 300px;
    width: 100%;
}
.gallery-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-img-sec .col-md-3{
    padding:  10px;
}
.gallery-img-sec .row{
    justify-content: left;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 1 !important;
}

.mfp-title {
    display: none !important;
}

img.mfp-img {
    max-height: 600px !important;
    cursor: auto !important;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {

    cursor: auto !important;
}

.mfp-close {
    cursor: pointer !important;
}

/* gallery close  */


/* conatct  */
.contact-heading{
    max-width: 610px !important;
}

.frm-flx {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.ct-frm input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #a5a5a5;
    padding: 10px;
    font-family: Inter_18pt-Regular;
}

.ct-frm textarea {
    width: 100%;
    min-height: 100px;
    max-height: 180px;
    max-width: 100%;
    min-width: 100%;
    border-radius: 8px;
    border: 1px solid #a5a5a5;
    padding: 10px;
    font-family: Inter_18pt-Regular;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.inp-div {
    width: 100%;
    margin:  0 0 10px 0;
}

.ic-txt {
    display: flex;
    gap: 10px;
}

.ic-txt i {
    margin-top: 4px;
}

.ic-txt p {
    max-width: 400px;
}

.contact-loc-det {
    margin-left: 50px;
}

.ct-frm button {
    width: 100%;
    background-color: #DBC365;
    height: 45px;
    color: #000000;
    border: none;
    font-size: 16px;
    border-radius: 0 10px 0 10px;
}

.contact-frm button {
    width: 100%;
    background-color: #DBC365;
    height: 45px;
    color: #000000;
    border: none;
    font-size: 16px;
    border-radius: 0 10px 0 10px;
}

.map {
    width: 100%;
    height: 450px;
    margin-top: 70px;

}

.contact-conts {
    margin-top: 70px;
}

/* contact close  */





/* footer  */
.foot-bg {
    height: 100%;
    background-color: #000000;
    padding: 100px 0 40px 0;

}

.foot-cont {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.cont1 img {
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}

.cont1 p {
    color: #FFFFFF;
    max-width: 300px;
}

.cont1 .scls {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.cont1 .scls i {
    font-size: 25px;
    color: #FFFFFF;
    padding: 10px 13px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.bk-tp-btn button {
    background-color: #254099;
    padding: 8px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;

}

.cont2 {
    display: flex;
    gap: 160px;
}

.con2-conts h3 {
    margin-bottom: 20px;
}

.con2-conts p {
    margin: 10px 0;
    max-width: 250px;
}

.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 8%;
    z-index: 22222;

}

.copyright {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
    margin-top: 80px;
    font-weight: 100;
    font-size: 13px;
}

.copyright img {
    position: relative;
    top: 3px;
}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}
.con2-conts a p{
    color: #fff;
}


/* footer close  */
