body {
    margin: 0;
    padding: 0;
    font-family: "Catamaran", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in;
    color: inherit;
}

p,
section.carrer-sec ul li,
section.carrer-sec ol li,
ol.about-sensors li,
.allaboutsensores li,
.banner-list li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
}

input,
select,
textarea {
    width: 100%;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-transparent: #0000;
    --color-red: #F54029;
    --color-62656C: #62656C;
    --color-D0D0D0: #D0D0D0;
    /* --fs-40: 40px;
    --lh-50: 50px; */
    --fs-50: 50px;
    --lh-60: 60px;
    --fs-60: 60px;
    --lh-62: 62px;
    --fs-30: 30px;
    --lh-40: 40px;
    --fs-40: 40px;
    --lh-50: 50px;
    --fs-22: 22px;
    --lh-28: 28px;
    --fs-25: 25px;
    --fs-28: 28px;
    --lh-37: 37px;
    --fs-66: 66px;

}

::selection {
    background-color: var(--color-red);
    color: var(--color-white);
}

/* HEADER  */

header.custom-header {
    position: fixed;
    width: 100%;
    background: var(--color-white);
    z-index: 111;
    top: 0;
    transition: 0.5s ease-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

header.custom-header.scrolled {
    top: -100%;
}

.margin-top {
    margin-top: 148px;
}

.top-header {
    background: var(--color-black);
    color: var(--color-white);
}

.serachbars-top {
    max-width: 245px;
    width: 100%;
    padding: 10px 0px;
}

.grid-serachbar {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-white);
    padding: 4px 10px;
}

.serachbars-top input,
.serachbars-top button {
    background: var(--color-transparent);
    box-shadow: none;
    border: none;
    color: var(--color-white);
}

ul.top-navlist {
    display: flex;
    gap: 30px;
}

ul.top-navlist li a,
ul.bottom-navlists li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

/* ul.top-navlist li a:hover,
ul.bottom-navlists li a:hover {
    color: var(--color-red);
} */

.grid-topheader {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: end;
}

ul.bottom-navlists {
    display: flex;
    gap: 30px;
}

.menu-item-has-children {
    position: relative;
    padding-right: 20px;
}

li.menu-item-has-children::after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    transform: translateY(-50%) rotate(45deg);
    content: "";
    transition: 0.3s ease-in;
}


.grid-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.request-quote a {
    color: var(--color-white);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 19px 20px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.request-quote a::after,
.universal-btn a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-red);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.3s ease-in;
    border-radius: 6px;
    overflow: hidden;
}

.request-quote a::before,
.universal-btn a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-black);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.3s ease-in;
    border-radius: 6px;
    overflow: hidden;
}

.request-quote a:hover::after,
.universal-btn a:hover::after {
    height: 0;
}

.universal-btn a {
    color: var(--color-white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 14px 10px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    min-width: 248px;
    z-index: 1;
}

.main-logo {
    max-width: 351px;
    width: 100%;
}

.bottom-header {
    padding: 10px 0px;
}


/* 
li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>a,
li.menu-item-has-children>ul.sub-menu:hover>li.menu-item-has-children>a:hover {
    color: var(--color-white);
    background: var(--color-red);
} */


li.menu-item-has-children {
    position: relative;
}

/* ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 340px;
    left: -25%;
    padding-top: 45px;
    display: none;
} */

ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -25%;
    padding-top: 45px;
    display: none;
    width: auto;
    min-width: 300px;
    white-space: nowrap;
    animation: slideup 0.2s ease-in;
}





li.menu-item-has-children .sub-menu li a {
    padding: 13px 30px 13px 12px;
}

/* li.menu-item-has-children .sub-menu li a:hover {
    background: var(--color-red);
    color: var(--color-white);

} */

li.menu-item-has-children .sub-menu li:first-child {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-top: 15px;
}


li.menu-item-has-children .sub-menu li:last-child {
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-bottom: 15px;
}



ul.sub-menu li a {
    display: block;
}

li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
    left: 100%;
    top: 0;
    padding-top: 0px !important;
}

li.menu-item-has-children .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    padding: 0px 10px;
    padding-top: 0px;
}

li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children::after {
    right: 30px;
    top: 18px;
}

li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:first-child::after {
    top: 35px !important;
}

li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:last-child::after {
    top: 19px !important;
}


/* li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover::after {
    border-color: var(--color-white);
    transform: rotate(-45deg);
} */


.grid-serachbar input,
.grid-serachbar input::-webkit-input-placeholder {
    color: var(--color-white);
    font-size: 15px;
    line-height: normal;
}

.all-here {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

/* HEADER END */

/* MENU ICON ANIMATED  */

.bars {
    width: 60px;
    cursor: pointer;
}

.top-menu .bars .line {
    stroke: var(--color-white);
}

.bars .line {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    stroke-linecap: square;
    transition: stroke-dasharray 400ms, stroke-dashoffset 1s;
}

.bars .line.top {
    stroke-dasharray: 40 172;
}

.bars .line.middle {
    stroke-dasharray: 40 111;
}

.bars .line.bottom {
    stroke-dasharray: 40 172;
}

.bars.active .top {
    stroke-dashoffset: -132px;
}

.bars.active .middle {
    stroke-dashoffset: -71px;
}

.bars.active .bottom {
    stroke-dashoffset: -132px;
}

.menu-icon {
    max-width: fit-content;
    width: 100%;
    display: none;
}

.top-menu {
    display: none;
    max-width: fit-content;
    width: 100%;
}

.bottom-header .grid-topheader {
    display: none;
}

.close-here {
    max-width: fit-content;
    width: 100%;
    padding-bottom: 10px;
    display: none;
    cursor: pointer;
}

/* MENU ICON ANIMATED END */


/* HOME BANNER MAIN SEC  */

section.homepagebanner-sec {
    min-height: 805px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
    object-position: center !important;
    z-index: -1;
    height: 100%;
}

.fs-60 {
    font-size: var(--fs-60);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-62);
    text-transform: uppercase;
    padding-bottom: 35px;
}

.fs-30 {
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-40);
}


.home-content p {
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-40);
}

.home-content {
    max-width: 678px;
    width: 100%;
    color: var(--color-white);
}

.home-content .universal-btn {
    padding-top: 35px;
}

/* HOME BANNER MAIN SEC END */

/* HOME ABOUT BANNER SEC  */
section.homeabout-sec {
    background: var(--color-black);
    color: var(--color-white);
    padding: 80px 0px;
}

.universal-btn.white a::before {
    background: var(--color-white);
}

.universal-btn.white a:hover {
    color: var(--color-black);
}

.iframe-video {
    padding-top: 35px;
    max-width: 816px;
    width: 100%;
    margin: 0 auto;
}

.homeabout-container {
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}



.fs-50 {
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-60);
    text-transform: uppercase;
    padding-bottom: 30px;
}

.mini-title {
    color: var(--color-red);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 20px;
}

.center-data .universal-btn {
    padding-top: 25px;
}

.iframe-video iframe {
    width: 100%;
}

/* HOME ABOUT BANNER SEC END */



/* HOMEM FIXED WING SECTION  */
.fixedwinghome {
    position: relative;
    min-height: 795px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    color: var(--color-white);
    z-index: 1;
    padding: 30px 0px;

}


.fixed-wingholders {
    max-width: 465px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.fs-40 {
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-50);
    padding-bottom: 20px;
    /* 125% */
}

.fixed-wingholders .universal-btn {
    padding-top: 20px;
}

.wings-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 74%;
    margin-left: auto;
}

.overaly-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    max-width: 445px;
    width: 100%;
}

.grid-parts .fixedwinghome:nth-child(even) .wings-video,
.grid-parts .fixedwinghome:nth-child(even) .overaly-icon {
    left: 0;
    right: auto;
}

.grid-parts .fixedwinghome:nth-child(even) .fixed-wingholders {
    margin-left: auto;
}

img.overaly-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

img.banner-imagee {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: calc();
}

.image-only {
    max-width: 1074px;
    width: 100%;
}


.fixedwinghome.leftside .overaly-icon {
    right: auto;
    left: 0;
    opacity: 0.2;
}

.fixed-wingholders .fs-40 {
    text-transform: uppercase;
}

.fixedwinghome.leftside .fixed-wingholders {
    margin-left: auto;
}

section.allpart-sec.opcityy .overaly-icon {
    opacity: 0.2;
}

/* HOMEM FIXED WING SECTION END */





/* WHY HARCO SEMCO SEC MAIN HERE  */

section.whyharcosemco-sec {
    background: var(--color-black);
    color: var(--color-white);
    padding: 75px 0px 98px 0px;
}

.text-red {
    color: var(--color-red) !important;
}

.center-harco {
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.harco-holder {
    max-width: 513px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-white);
    color: var(--color-black);
}

.hraco-imgee {
    height: 295px;
    overflow: hidden;
}

.hraco-imgee img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.grid-whyharco {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding-top: 55px;
}



.harco-holder .universal-btn {
    padding-top: 15px;
}

.bootmharco-grid {
    padding: 30px 30px 45px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.harco-holder .fs-30 {
    font-weight: 700;
    padding-bottom: 10px;
}

.harco-holder p {
    color: var(--color-62656C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.why-hracoo {
    max-width: 574px;
    width: 100%;
    margin: 0 auto;
}

/* WHY HARCO SEMCO SEC MAIN HERE END */





/* INNOVATION MAIN SEC HERE  */

.moreinnovation-sec {
    background: #f54029d1;
    color: var(--color-white);
    padding: 55px 0px;
}

.universal-btn.whitebg a {
    color: var(--color-black);
}

.universal-btn.whitebg a:hover {
    color: var(--color-white);
}

.universal-btn.whitebg a::after {
    background: var(--color-white);
}

.innovation-holders {
    text-align: center;
}

.innovation-holders .universal-btn {
    padding-top: 20px;
}

.custom-footer {
    color: var(--color-white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.gridfooter-contents {
    display: flex;
    gap: 55px;
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}



.gridfooter-contents::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: var(--color-white);
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.grid-details {
    max-width: 278px;
    width: 100%;
}

.innovation-holders .fs-50:nth-child(2) {
    text-transform: capitalize;
}

.footer-logo {
    max-width: 377px;
    width: 100%;
    margin: 0 auto;
}

.universal-btn.whiteborder a::after {
    background: transparent;
}

.universal-btn.whiteborder a {
    border: 1px solid var(--color-white);
    min-width: 176px;
}

.main-footer .universal-btn {
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 55px;
}

.copy-rights p {
    padding-bottom: 0;
    text-align: center;
}

.copy-rights {
    margin-top: 50px;
    padding: 20px 0px;
}

.footer-holders {
    padding-top: 75px;
}

.universal-btn.whiteborder a::before {
    background: var(--color-red);
    height: 0;
}

.universal-btn.whiteborder a:hover::before {
    height: 100%;
}

.universal-btn.whiteborder a:hover {
    border-color: var(--color-red);
}

.fs-22 {
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-28);
    text-transform: uppercase;
}

.grid-details .fs-22 {
    padding-bottom: 10px;
}

.scroll-top {
    position: fixed;
    right: 1.5%;
    bottom: 120%;
    display: block;
    max-width: 80px;
    width: 100%;
    z-index: 11;
    transition: 1s linear;
}

a.scroll-top.active {
    bottom: 2%;
}

/* INNOVATION MAIN SEC HERE END */



/* FIXED WINGS MAIN PAGE HERE  */

.innserbanner-sec {
    background: var(--color-black);
    color: var(--color-white);
    min-height: 794px;
    overflow: hidden;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.mini-menu .breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-white);
}

.mini-menu .breadcrumb-item.active {
    color: var(--color-white);

}



.mini-menu ol li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
}

.allabout-baner {
    max-width: 700px;
    width: 100%;
}

.mini-menu {
    position: absolute;
    top: 30px;
    display: none;
}


.fs-25 {
    font-size: var(--fs-25);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

ul.listof-sen_harness {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

ul.listof-sen_harness li a {
    border-bottom: 1px solid var(--color-transparent);
    line-height: 100%;
}

ul.listof-sen_harness li a:hover {
    border-color: var(--color-white);
}

ul.listof-sen_harness {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 40px;
}

.sensorsholders {
    width: 100%;
    background: var(--color-black);
    color: var(--color-white);
    position: relative;
    z-index: 1;
    min-height: 812px;
    display: flex;
    align-items: center;
    padding: 75px 0px;
}

.absolute-image {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: -1;
    max-width: 432px;
    width: 100%;
}

.topsensor {
    max-width: 617px;
    width: 100%;
    padding-bottom: 20px;
}

.sensorinfo-container {
    max-width: 82.7%;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sensorsholders .bootm-details p {
    font-size: 20px;
}

.grid-senharness {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.sensorinfo-container .fs-50 {
    padding-bottom: 18px;
}

.bootm-details {
    padding-top: 50px;
    max-width: 685px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 75px;
}

/* .bootm-details .universal-btn {
    padding-bottom: 75px;
} */

.sensorinfo-container {
    max-width: 82%;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.sensorharness-sec {
    padding: 45px 0px;
}

.grid-senharness .sensorsholders:nth-child(even) .sensorinfo-container {
    margin: 0 auto;
}

.big-para p {
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 120% */
}

.big-para p:hover a {
    color: var(--color-red);
}

/* FIXED WINGS MAIN PAGE HERE END */



/* ENIVORMNETAL CONTROL SYEMTEM MAIN SEC  */

section.innserbanner-sec.onlyimages .allabout-baner {
    max-width: 735px;
    width: 100%;
}

.image-enviormental {
    max-width: 851px;
    width: 100%;
}

.gridbannerss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

section.innserbanner-sec.onlyimages {
    min-height: 436px;
}

ul.pdflist li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.pdflist li a span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-bottom: 1px solid var(--color-transparent);
    transition: 0.3s ease-in;
}

ul.pdflist li:hover span {
    color: var(--color-red);
    border-color: var(--color-red);
}

ul.pdflist {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 45px 0px;
}

.harcosystemimage {
    max-width: 377px;
    width: 100%;
    margin-bottom: 30px;
}



.fs-28 {
    font-size: var(--fs-28);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-37);
}

.rtd-grid {
    display: flex;
    align-items: start;
    gap: 15px;
    padding: 25px 0px;
}

.rtd-icon {
    max-width: 30px;
    width: 100%;
}

section.aerospacerelblity-sec {
    padding: 55px 0px;
}

.pdfandcontent-holders {
    max-width: 625px;
    width: 100%;
    margin-left: auto;
    position: sticky;
    top: 17%;
}



.allaboutsensores {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.mainfold-sensores {
    max-width: 500px;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: var(--color-black);
    color: var(--color-white);
    display: flex;
    align-items: end;
    padding: 0;
    /* margin: 0 auto; */
}

.mainfold-sensores img {
    height: 485px;
    width: 100%;
    object-fit: contain;
}
.mainfold-sensores a {
    display: block;
    height: 100%;
    width: 100%;
}

.allabout-sensors {
    padding: 15px 20px;
}
.abslute-sens {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.grid-allsensorss {
    gap: 30px !important;
    display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-allsensorss,
.grideven-odd {
    gap: 25px;

}

.grideven-odd {
    display: flex;
    flex-direction: column;

}

/* .grid-allsensorss .mainfold-sensores:nth-child(even) {
    max-width: 629px;
} */

section.allsensors-sec {
    padding: 55px 0px 100px 0px;
}

.grideven-odd .grid-allsensorss:nth-child(even) {
    flex-direction: row-reverse;
}

.title-name .fs-40 {
    font-weight: 600;
    text-transform: uppercase;
}

.title-name {
    padding-bottom: 20px;
}

.allaboutsensores li {
    list-style: disc;
}

.allaboutsensores ul {
    padding-left: 20px;
}

.list-dataa {
    padding-bottom: 20px;
}

/* ENIVORMNETAL CONTROL SYEMTEM MAIN SEC END */




/* CONTACT MAIN SEC HERE  */

.title-faq {
    display: flex;
    align-items: center;
    gap: 30px;
}

.grid-faq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

.bootm-data {
    display: none;
    padding-top: 30px;
}

.bootm-data a {
    display: block;
    max-width: fit-content;
}

.bootm-data a:hover {
    color: var(--color-red);
}

.grid.contacts {
    display: flex;
    align-items: center;
    gap: 95px;
    justify-content: end;
    max-width: 92.5%;
    width: 100%;
    margin-left: auto;
}

.accrodean-map {
    max-width: 961px;
    height: 794px;
    width: 100%;
}

.accrodean-map iframe {
    width: 100%;
    height: 100%;
}

.faq-container {
    max-width: 705px;
    width: 100%;
}

.faq-holders {
    padding: 30px 0px;
    border-bottom: 1px solid var(--color-black);
}

.only-faq .faq-holders:first-child {
    border-top: 1px solid var(--color-black);
}

.faq-holders .fs-28 {
    color: var(--color-red);
}

a.fs-66 {
    font-size: var(--fs-66);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-icon {
    max-width: 27px;
}

section.contactfromhere-sec {
    background: var(--color-black);
    color: var(--color-white);
    padding: 80px 0px;
}

.title-contacts {
    max-width: 58%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}

.universal-input input,
.universal-input textarea {
    border: none;
    border-bottom: 1px solid var(--color-white);
    background: var(--color-transparent);
    padding: 0px 10px 2px 10px;
}

.universal-input input,
.universal-input textarea,
.universal-input input::-webkit-input-placeholder,
.universal-input textarea::-webkit-input-placeholder {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.universal-input {
    margin-bottom: 60px;
}

.submit-btn input {
    color: var(--color-white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: var(--color-red);
    padding: 14px 0px;
    transition: 0.3s ease-in;
    border-radius: 6px;
    border: none;
}

.submit-btn input:hover {
    background: var(--color-white);
    color: var(--color-black);
}

.submit-btn {
    max-width: 248px;
    width: 100%;
    margin: 0 auto;
}

.formdata-holderss {
    max-width: 77.1%;
    width: 100%;
    margin: 0 auto;
}


/* CONTACT MAIN SEC HERE END */



/* HARNESS  */
.hraness-holders {
    max-width: 59%;
    width: 100%;
}

section.engineeringharness-sec {
    padding: 74px 0px;
}

.onlyplane-image {
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
}

.harnesssecmain-sec {
    background: var(--color-black);
    color: var(--color-white);
    padding: 80px 0px;
}

.planeimage-holders {
    position: relative;
    max-width: 1112px;
    margin: 0 auto;
}

.harnessdetails {
    max-width: 360px;
    width: 100%;
    text-align: right;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.bullet-holders span.bulllet {
    position: absolute;
}

.bullet-holders span.bulllet {
    position: absolute;

}

span.bulllet.harness-1 {
    right: 36%;
    top: 41%;
}


.abolute-data {
    display: flex;
    gap: 15px;
    position: absolute;
    width: 100%;
}

.harnessdetails p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.harnessdetails .fs-18,
ul.list-here li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}

span.bulllet {
    max-width: 30px;
    height: 30px;
    /* overflow: hidden; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


span.bulllet::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgb(255, 0, 0);
    height: 30px;
    width: 30px;
    animation: pulsing 1.5s cubic-bezier(0.66, 0, 0, 1) infinite;
}



@keyframes pulsing {
    0% {
        transform: scale(1);
        opacity: 0.8;
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

span.bulllet img {
    position: relative;
    z-index: 1;
}

.abolute-data.harness-1 {
    top: 12%;
    left: -17%;
}

.abolute-data.harness-1 .border-lines {
    max-width: 512px;
    width: 100%;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    min-height: 240px;
}

span.bulllet.harness-2 {
    top: 68%;
    left: 14%;
}


.abolute-data.harness-2 {
    top: 70%;
    left: -20%;
}

.abolute-data.harness-2 .harnessdetails {
    max-width: 268px;
    width: 100%;
}

.abolute-data.harness-2 .border-lines {
    border-top: 2px solid var(--color-white);
    max-width: 117px;
    width: 100%;
}


.abolute-data.harness-3 {
    top: 79%;
    flex-direction: row-reverse;
    right: 22%;
}

span.bulllet.harness-3 {
    top: 77%;
    left: 20%;
}

.abolute-data.harness-3 .border-lines {
    border-top: 2px solid var(--color-white);
    max-width: 237px;
    width: 100%;
}

.abolute-data.harness-3 .harnessdetails {
    text-align: left;
}

.harnessdetails .close-it {
    display: none;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}


.harnessdetails .fs-25 {
    padding-bottom: 10px;
}

.harnessdetails a:hover {
    color: var(--color-red);
}


/* HARNESS END */



/* SECTION PADDING MAIN SEC  */

section.aboutmain-sec {
    background: var(--color-black);
    color: var(--color-white);
}

.section-padding {
    padding: 70px 0px;
}

ul.capablities-list li {
    list-style: disc;
    transition: 0.3s ease-in;
}

ul.capablities-list li:hover {
    color: var(--color-red);
}

ul.capablities-list {
    padding-left: 20px;
    margin-top: 20px;
}

a.read-more {
    color: var(--color-red);
}

.capablity-holders a:hover {
    color: var(--color-red);
}

.capablity-holders {
    margin-bottom: 30px;
}

ul.pdflist li {
    list-style: none;
}

.allaboutsensores ul.pdflist {
    padding: 20px 0px;
}

.grid-heress {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.beforeholders {
    max-width: 495px;
    width: 100%;
    margin: 0 auto;
    border: 10px solid var(--color-red);
    background: #fafafa;
}

.beforefater-grid {
    margin: 0 auto;
    gap: 30px;
    align-items: center;
    padding: 30px 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: fit-content;
    margin: 0 auto;
}

.capablity-holders.full-width {
    text-align: center;
}

.imagebeforeafter {
    max-width: fit-content;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}

.capablity-holders.full-width ul.pdflist {
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.capablity-holders.full-width ul.pdflist li a span {
    color: var(--color-white);
}

.capablity-holders.full-width ul.pdflist li a:hover span {
    color: var(--color-red);
}

/* SECTION PADDING MAIN SEC END */


/* CAREER PAGE  */
.gallery-image {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    padding: 50px 0px;
}

.image-main {
    border: 2px solid var(--color-red);
    height: 480px;
    overflow: hidden;
    border-radius: 5px;
}



.image-main a {
    height: 100%;
    display: block;
}


.image-main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in;
}

section.carrer-sec ul li,
section.carrer-sec ol li {
    list-style: unset;
}

section.carrer-sec ul,
section.carrer-sec ol {
    padding: 10px 0px;
    padding-left: 20px;
    margin: 0;
}

.about-sensors li {
    list-style: revert;
}

.about-sensors {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* CAREER PAGE END */

/* LIGHT BOX CSS MAIN HERE  */

/* LIGHT BOX CSS MAIN HERE END */

section.innserbanner-sec img {
    position: absolute;
    inset: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.beforeholders img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.grid-imagees {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}


section.innserbanner-sec.overalys-banner {
    position: relative;
}

section.innserbanner-sec.overalys-banner::after {
    position: absolute;
    content: "";
    inset: 0;
    background: #0000004d;
    z-index: -1;
}

.grid-parts .fixedwinghome:last-child video.wings-video {
    left: -5%;
}

.grid-parts .fixedwinghome:nth-child(4) video.wings-video {
    /* opacity: 0; */
    top: -10%;
}

ul.banner-list {
    padding-left: 20px;
}

ul.banner-list li {
    list-style: disc;
}

.onlyplane-image.nowireframe {
    max-width: fit-content;
}

.harnessdetails a {
    display: block;
    margin-bottom: 10px;
}


li.menu-item-has-children .sub-menu li a {
    word-wrap: break-word;
    white-space: normal;
    /* line-height: 8px; */
}


/* PAGE SENORS DATA CSS HERE  */

.datalist-heree {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 350px;
    width: 100%;
}

.data-listdetails .fs-22 {
    padding-bottom: 15px;
}

.data-listdetails .fs-22:hover a,
.data-listdetails a:hover {
    color: var(--color-red);
}

.gridsensordataa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.image-herewirframes {
    max-width: 836px;
    width: 100%;
    margin: 0 auto;
}

.data-listdetails p {
    padding-bottom: 5px;
}

/* PAGE SENORS DATA CSS HERE END */



section.innserbanner-sec.onlyimages.singleprocusts img {
    position: static;
}

.produt_imagess {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.products-iamge_gallery {
    height: 137px;
    max-width: 30%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.products-iamge_gallery a{
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;

}

.products-iamge_gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-productsss {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gdesc-inner{
    display: none;
}

@media(max-width:991px) {
    .produt_imagess {
        margin-top: 30px;
    }

    section.innserbanner-sec.onlyimages.singleprocusts{
        padding: 40px 0px;
    }
}

@media(max-width:767px){
     section.innserbanner-sec.onlyimages.singleprocusts{
        padding: 30px 0px;
    }
}

@media(max-width:575px){
    .products-iamge_gallery{
        max-width: 48%;
    }
}