.h6-f {
    font-size: 25px;
}

/* Leadership-page css  */
.leadership-team-section .team-data {
    padding: 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* at-text-section  */
.at-text-sec .at-animate h3 {
    font-family: Lato;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    max-width: 944px;
    margin: auto;
}

.at-text-sec {
    background: rgba(14, 106, 237, 0.03);
}

/* what-section  */
.what-wrapper h2 {
    text-align: center;
    margin: 0;
}

.what-card-wrpp {
    margin-top: 20px;
    border-bottom: 1px solid #092C471A;
    border-bottom-style: dashed;
}

.what-card-wrpp .what-card {
    border: 1px solid #092C471A;
    border-radius: 20px;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: 100%;
    transition: all 0.3s ease;
}

.what-card-wrpp .what-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 20px 60px 0px #00000020;
}

.what-card-wrpp .what-card .what-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-card-wrpp .what-card-content p {
    text-align: center;
    color: #747474;
    max-width: 274px;
    margin: auto;
    padding-top: 5px;
}

.what-card-wrpp .what-card-content h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    max-width: 222px;
    margin: auto;
    text-align: center;
}

.what-card-wrpp .what-width h5 {
    max-width: 200px !IMPORTANT;
}

.latest-insights .network-content p {
    max-width: 513px;
}

.btn-primary {
    color: unset;
    background-color: unset;
    border-color: unset;
}

/* pop-page  */
.modal-dialog {
    max-width: 1080px;
    margin: auto;
}

.nate-con-wrp h3 {
    font-family: Rational Display;
    font-weight: 600;
    font-size: 38px;
    color: #FFFFFF;
    margin: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #0E6AED;
    background-clip: padding-box;
    border: none;
    border-radius: 20px;
    outline: 0;
    box-shadow: 18px 32px 54px 0px #0E6AED12;
    padding: 50px;
}

.lyt-side {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nate-con-wrp p {
    font-family: Rational Display;
    font-weight: 350;
    text-align: center;
    margin: 0;
    color: #FFFFFF;
}

.md-tp-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.linked-icon i {
    font-size: 20px;
    color: #FFFFFF;
}

.linked-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF1A;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.md-pera-wrp p {
    font-weight: 300;
    color: #FFFFFF;
    margin: 0;
    font-family: 'Rational Display';
    max-width: 958px;
}

.md-pera-wrp {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.modal-body {
    position: relative;
    flex: 0;
    padding: 0;
}

.modal-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.modal-header {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: absolute;
    top: 5%;
    right: 50px;
}

.modal-header .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #FFFFFF;
    padding: 7px;
    font-family: Rational Display;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    border-radius: 60px;
    width: 85px;
    gap: 6px;
}

.leadership-image {
    width: 100%;
    flex-grow: 1;
    border-radius: 25px;
    overflow: hidden;
}

.leadership-image img {
    height: 100%;
    object-fit: cover;
}

.btn-close {
    box-sizing: content-box;
    width: 12px;
    height: 12px;
    padding: 0;
    background: unset;
    border: 0;
    border-radius: 0;
    opacity: 100%;
    background-position-x: 75px;
    background-position-y: center;
}

/* submit-custom page  */
.submit-inner {
    max-width: 912px;
}

.submit-inner p {
    max-width: 700px;
}

.accurate-section .form-card h2 {
    text-align: center;
    margin: 0;
}

.accurate-section .form-card p {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: rgba(9, 44, 71, 0.6);
    max-width: 746px;
    margin: auto;
}

.accurate-section .acc-top-head {
    margin-bottom: 42px;
}

.accurate-section .form-card input,
.accurate-section .form-card textarea,
select {
    width: 100%;
    border: 1px solid rgba(9, 44, 71, 0.1);
    padding: 18px 25px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #747474;
    margin-bottom: 25px;
}

.accurate-section .form-card {
    max-width: 830px;
    margin: auto;
}

.accurate-section .form-card textarea {
    width: 100%;
    margin-bottom: 0;
}


.accurate-section .policy-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.accurate-section .policy-check input[type="checkbox"] {
    width: 34px;
    height: 36px;
    margin: 0;
}

.accurate-section .policy-check span {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #747474;
    max-width: 651px;
}

.accurate-section .policy-check a {
    color: #0E6AED;
    text-decoration: underline;
}

.accurate-section .sub-button {
    background: #0E6AED;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 17px;
    width: 100%;
    margin-top: 40px;
    border: 0;
    border-radius: 5px;
    transition: 0.3s ease;
}

.accurate-section .sub-button:hover {
    background: #0953b8;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(14, 106, 237, 0.3);
}

/* muchining page css  */
.muchining-text h2 {
    text-align: center;
    max-width: 1079px;
    margin: auto;
}

.why-ryt-side .why-tp-ryt h3 {
    max-width: 444px;
    margin: 0;
}

.why-ryt-side .why-tp-ryt p {
    color: #747474;
    max-width: 513px;
    margin: 0;
    padding-top: 3px;
}

.why-ryt-side .main-ul-tick li {
    list-style: none;
    font-size: 20px;
    line-height: 44px;
    color: #747474;
}

.why-ryt-side .main-ul-tick {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.why-ryt-side .why_ul_box {
    margin-top: 14px;
}

.why-wrapper .why-ryt-side {
    margin-left: 66px;
}

.work-sec {
    background: #0E6AED;
}

.wrok-wrapper h2 {
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.work-sec .work-box .box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 105px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: auto;
    position: relative;
}

.work-sec .work-box .box-img::after {
    content: "";
    position: absolute;
    border: 4px solid #0E6AED;
    background: #ffff;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 0;
    right: 0;
    font-size: 15px;
}

.work-sec .work-box .box-one::after {
    content: "1";
}

.work-sec .work-box .box-two::after {
    content: "2";
}

.work-sec .work-box .box-three::after {
    content: "3";
}

.work-sec .work-box .box-four::after {
    content: "4";
}

.work-sec .wrok-cont h6 {
    color: #FFFFFF;
    text-align: center;
    max-width: 168px;
    margin: auto;
}


.work-sec .box-img img {
    width: 30px;
    height: 30px;
}

.work-sec .work-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.work-sec .work-box-wrp {
    margin-top: 50px;
}

/* FAQ Sectionn  */
.faq-top-head h2 {
    text-align: center;
    margin: 0;
}

.faq-sec .fq-content {
    max-width: 1100px;
    margin: auto;
    margin-top: 30px;
}

.faq-sec .accordion-flush .accordion-item .accordion-button {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    border: 1px solid rgba(9, 44, 71, 0.1);
    border-radius: 5px;
    padding: 28px 30px;
    font-family: Lato;
}

.faq-sec .accordion-flush {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.faq-sec .accordion-body {
    padding: 24px 30px;
    color: #000000;
    border: 1px solid rgba(9, 44, 71, 0.1);
}

.faq-sec .accordion-button:focus {
    border-color: none;
    box-shadow: unset;
    color: #000000;
    background-color: #fff !important;
}

.faq-sec .accordion-button::after {
    flex-shrink: 0;
    width: 32px;
    height: 26px;
    margin-left: auto;
    content: "";
    display: flex;
    background-image: url('../img/faq-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .2s ease-in-out;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    background: url('../img/faq-arrow.svg') no-repeat;
    transform: rotate(-180deg);
}

.faq-sec .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

.faq-sec .accordion-item {
    background-color: #fff;
    border: none;
}

/* start sec  */
.start-section .start-wrapper h2 {
    text-align: center;
    margin: 0;
}

.start-section .start-wrapper p {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin: 0;
    padding-top: 3px;
}

.start-section .get-anchore {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-wrapper {
    border: 1px dashed #092C4733;
    background: #0E6AED08;
    border-radius: 30px;
}

/* Capabilities_slider */
.hope-slid-sec {
    overflow: hidden;
    background: rgba(14, 106, 237, 0.06);
}

.hope-slid-sec .hope-slider-container {
    overflow: hidden;
}

.hope-slid-sec .hope-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.hope-slid-sec .hope-slider {
    margin-top: 30px;
}

.hope-slid-sec .box-side:hover {
    transform: translateY(-5px);
    box-shadow: 0px 40px 50px 0px #092C471A;
}

.hope-slid-sec .box-side .men-image img {
    transition: all 0.3s ease;
}


.hope-slid-sec .box-side:hover .men-image {
    background: #092C47;
}

.hope-slid-sec .box-side:hover .men-image img {
    filter: brightness(0) invert(1);
}

.hope-slid-sec .slick-initialized .slick-slide {
    padding: 0 10px;
}

.hope-slid-sec .men-image {
    width: 90px;
    height: 90px;
    display: flex;
    background: rgba(9, 44, 71, 0.15);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.box-content h6 {
    margin: 0;
}

.hope-slid-sec .box-content p {
    color: #747474;
    max-width: 367px;
    margin: 0;
}

.progress-bar {
    background-color: #092C47;
}

.hope-slid-sec .info-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.hope-slid-sec .btn-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hope-slid-sec .btn-container button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hope-slid-sec .btn-container button img {
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
    filter: none;
}

.hope-slid-sec .progress {
    max-width: 1420px;
    margin: auto;
    height: 3px;
    margin-top: 50px;
}

.hope-slid-sec .slider-counter {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 25px;
    color: #000000;
    font-family: 'Helvetica Neue';
}

.hope-slid-sec .slider-counter .current-page {
    font-weight: 700;
    font-size: 25px;
    color: #000000;
    text-align: center;
    font-family: 'Helvetica Neue';
}

.hope-slid-sec .total-pages {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    padding-top: 3px;
    font-family: 'Helvetica Neue';
}

.hope-slid-sec .btn-container button:hover {
    transform: translateY(-3px);
    box-shadow: unset;
}


.hope-slid-sec .btn-container button {
    background: #fff;
    border: 0.6px solid #092C47;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}


.hope-slider-container .box-side {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    border: 1px solid rgba(9, 44, 71, 0.1);
    border-radius: 15px;
    padding: 45px;
    gap: 26px;
}

/* slider-hight */
.hope-slider-container .slick-slide>div {
    height: 100%;
}

.hope-slider-container .slick-slide {
    height: auto;
}

.hope-slider-container .slick-initialized .slick-slide {
    display: block;
}

.hope-slider-container .slick-track {
    display: flex;
}


.hope-slider-container .slick-list {
    overflow: visible;
    position: relative;
}

/* printer-page css start */

.printer-text h2 {
    font-family: Lato;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    max-width: 936px;
}

.sla-anchore a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #092C47;
    width: 420px;
    border: 1px solid #092C471A;
    padding: 25px 30px;
    border-radius: 10px;
    position: relative;
}

.sla-anchore a::after {
    content: "";
    position: absolute;
    background: url('../img/sla.svg') no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 22px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.sla-anchore {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 42px;
}


.maximize-sec .maxi-lft-side h2 {
    font-weight: 700;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 56px;
}

.maximize-sec .maxi-lft-wrp {
    background: #0E6AED;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.maximize-sec .maxi-lft-side p {
    color: #FFFFFF !important;
    margin: 0;
    max-width: 567px;
}

.maximize-sec .maxi-lft-side {
    max-width: 578px;
}

.maximize-wrapper .row .col-lg-6.col-md-12 {
    padding: 0;
}

.maximize-sec .maxi-anchor {
    margin-top: 42px;
}

.maximize-sec .maxi-right-wrp {
    height: 100%;
}

.maximize-sec .maxi-right-wrp img {
    height: 100%;
    width: 100%;
}

.maximize-sec .factory-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.maximize-sec .factory-wrp .maxi-lft-side h2 {
    color: #092C47;
}

.maximize-sec .factory-wrp .maxi-lft-side p {
    color: #747474 !important;
    max-width: 528px;
}

.maximize-sec .factory-wrp {
    background: rgba(153, 165, 176, 0.15);
}

.maximize-sec .maximize-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.blazing-div {
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 690px;
    gap: 40px;
    padding: 0 60px 0 30px;
}

.blazing-wrapper {
    display: flex;
    justify-content: end;
}


.blazing-top h2 {
    margin: 0;
}

.blazing-top p {
    margin: 0;
    padding-top: 5px;
    color: #747474;
    max-width: 620px;
}

.blazing-list h6 {
    color: #0E6AED;
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    margin: 0;
}


.blazing-ul-box .main-ul-tick {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.blazing-ul-box .main-ul-tick li {
    list-style: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    color: #747474;
}

/* talk-section  */

.talk-section .talk-top h2 {
    text-align: center;
    margin: 0;
}

.talk-section .talk-top p {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #092C4799;
    margin: 0;
}

.talk-section .sales-anc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
}

.talk-section .talk-wrapper {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

/* blazing-slider  */
.rght-side-blaz .blazing-div {
    padding: 0;
}

.rght-side-blaz .blazing-top p {
    max-width: 640px;
}

.rght-side-blaz .build ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 50px;
}

.rght-side-blaz .build ul li {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.rght-side-blaz .build {
    margin-top: 11px;
}

.rght-side-blaz .exolore-buy {
    display: flex;
    align-items: center;
    gap: 50px;
}

.rght-side-blaz .exolore-buy .white-cta {
    color: #747474;
    border: 1px solid #092C471A;
    border-radius: 5px;
}

.rght-side-blaz .exolore-buy .white-cta:hover {
    color: #fff;
}

.rght-side-blaz .exolore-buy a {
    width: 100%;
    max-width: 180px;
}

.rght-side-blaz {
    margin-left: 60px;
}

.blaz-slider-wrapper {
    position: relative;
    width: 100%;
}

.blazing-slider .why-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 5;

}

.blazing-slider .blaz-custom-prev,
.blaz-custom-next {
    width: 52px;
    height: 52px;
    background: #092C47;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.blazing-slider .blaz-custom-prev img,
.blaz-custom-next img {
    width: 15px;
    height: 15px;
}

.blazing-slider>.container-fluid {
    padding-inline: 0;
}

.blazing-slider .row {
    align-items: center;
}

.blaz-slider-wrapper .blaz-slider {
    margin-inline: 80px;
}

.blazing-slider .blaz-slider .why-card {
    width: 100%;
    display: block !important;
    max-width: 440px;
    margin-inline: auto !important;
}

.blazing-slider .lft-wrp-blaz {
    background: rgba(14, 106, 237, 0.03);
    padding: 120px 60px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.blazing-slider {
    overflow: hidden;
}

/* ------------- */
/* firmware-page css */
.hardware-sec .hardware-btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #0E6AED;
    border: 1px solid rgba(14, 106, 237, 0.35);
    display: inline-block;
    padding: 11px 22px;
    border-radius: 125px;
    background: #0E6AED17;
}

.hardware-btn .white-cta:hover {
    color: #fff !important;
}

.hardware-sec .lft-hrdwre h2 {
    max-width: 320px;
    margin: 0;
}

.hardware-sec .hardleft-wrp {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.hardware-sec .hrdwre-ryt p {
    color: #747474;
    max-width: 578px;
    margin: 0;
}

.hardware-sec .hrdwre-ryt {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.strted-anc {
    display: flex;
}

.hardware-sec .engineers-img {
    max-width: 1380px;
    margin: auto;
}

.hardware-sec .hardware-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.have-project-form .firmware-top p {
    color: #747474;
    max-width: 663px;
}

.have-project-form {
    background: rgba(14, 106, 237, 0.03);
}

.core-section .corelist-ul-box .main-ul-tick {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 0;
}

.core-section .corelist-ul-box .main-ul-tick li {
    list-style: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    color: #747474;
}

.core-section .core-wrapper h2 {
    max-width: 575px;
    margin: 0;
}

.core-section .core-list-wrp {
    padding-top: 12px;
}

.core-section .core-wrapper {
    max-width: 1366px;
    margin: auto;
}

.memory-section {
    min-height: 700px;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/* .programmable-section */

.programmable-section .programable-wrapper h2 {
    max-width: 624px;
    margin: 0;
}

.programmable-section .programable-wrapper {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.programmable-section .prgrm-pera p {
    color: #747474;
    max-width: 570px;
    margin: 0;
}

/* see-work-section */

.see-work-section .see-work-wrp h2 {
    margin: 0;
}

.see-work-section .see-work-wrp {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.see-work-section .see-top {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.see-work-section .see-top {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.see-work-section .industril-con span {
    font-weight: 700;
    font-size: 15px;
    color: #0E6AED;
    line-height: 100%;
}

.see-work-section .industril-con h6 {
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    margin: 0;
}

.see-work-section .industril-con {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.see-work-section .see-left-wrpp {
    display: flex;
    flex-direction: column;
    gap: 147px;
    margin-right: 76px;
}

.see-work-section .see-ryt-wrpp {
    display: flex;
    flex-direction: column;
    gap: 147px;
    margin-left: 76px;
}

/* aware-section */

.aware-section .aware-content h2 {
    margin: 0;
    max-width: 624px;
}

.aware-section .aware-content p {
    color: #747474;
    max-width: 584px;
}

.aware-section .aware-anc-list {
    display: flex;
    gap: 75px;
    padding-top: 10px;
}

.aware-section .aware-anc-list ul {
    padding: 0;
    margin: 0;
}

.aware-section .aware-anc-list ul li {
    list-style: none;
}

.aware-section .aware-anc-list a {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #747474;
}

.aware-section .aware-anc-list a:hover {
    color: #092C47;
}

/* blog-section  */
.speed h4 {
    max-width: 279px;
}

/* ----------------- */
/* aerospace-defence page  css */
.aerospce-inner p {
    max-width: 829px;
}

.advanced-sec .advance-wrp h2 {
    max-width: 721px;
    margin: auto;
    text-align: center;
}

.advanced-sec .aerospce-pera {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advanced-sec .aerospce-pera p {
    max-width: 978px;
    margin: auto;
    text-align: center;
    color: #747474;
}

/* confidence-saection  */

.confidence-content h3 {
    margin: 0;
    max-width: 444px;
}

.confidence-content p {
    color: #747474;
    max-width: 512px;
    margin: 0;
}

.confi-anc {
    margin-top: 42px;
}

/* .confidence-content {
    margin-left: 66px;
} */

/* our-aero-defence */
.our-aero-defence {
    background: rgba(14, 106, 237, 0.03);
}

.defence-card p {
    max-width: 390px;
}

.our-aero-defence .defence-card .choose-img {
    box-shadow: unset !important;
}

.our-aero-defence .defence-card:hover .choose-img {
    box-shadow: 4px 4px 15px 0px #092C4729 !important;
}

/* .Compliance-sec */
.Compliance-sec {
    background: #0E6AED;
}

.Compliance-sec .Compliance-top h2 {
    color: #FFFFFF;
}

.Compliance-sec .com-box:hover {
    background: #FFFFFF;
}

.Compliance-sec .com-box {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.Compliance-sec .com-box .box-content h6,
.Compliance-sec .com-box .box-content p {
    color: #FFFFFF;
}

.Compliance-sec .com-box:hover .box-content h6 {
    color: #092C47;
}

.Compliance-sec .com-box:hover .box-content p {
    color: #747474;
}

.Compliance-sec .com-box .men-image {
    background: rgba(255, 255, 255, 0.2);
}

.Compliance-sec .com-box:hover .men-image {
    background: #0E6AED;
}

.Compliance-sec .new-pro .progress-bar {
    background-color: #FFFFFF;
}

.Compliance-sec .new-pro {
    background: rgba(255, 255, 255, 0.1);
}

.Compliance-sec .new-info-side .btn-container button {
    background: transparent;
    border: 0.6px solid #FFFFFF
}

.Compliance-sec .new-counter {
    color: #FFFFFF;
}

.Compliance-sec .new-counter .current-page,
.Compliance-sec .new-counter .total-pages {
    color: #FFFFFF;
}

/* blog-page css  */
.all-blg-lft .all-box {
    display: flex;
    flex-direction: column;
    gap: 26px;
    height: 100%;
}

.all-blg-lft .all-bx-xon span {
    font-weight: 700;
    font-size: 15px;
    color: #0E6AED;
}

.all-blg-lft .all-bx-xon h6 {
    margin: 0;
    max-width: 420px;
}

.all-blg-lft .row {
    row-gap: 40px;
}

.all-blg-lft .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}

.all-blg-lft .pagination .page-link {
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    color: #000000;
}

.all-blg-lft .pagination .active {
    background: #0E6AED;
}

.all-blg-lft .pagination .active img {
    filter: brightness(0) invert(1);
}

.page-link:focus {
    box-shadow: unset;
}

.all-blg-ryt .search-box-wrapper {
    background: #FFFFFF;
    border-radius: 23px;
    padding: 30px;
    width: 100%;
    border: 1px solid #092C471A;
}

.all-blg-ryt .search-title {
    font-size: 20px;
    color: #092C47;
    margin: 0;
}

.all-blg-ryt .search-underline {
    width: 100%;
    height: 3px;
    margin-top: 10px;
    position: relative;
    background: rgba(14, 106, 237, 0.03);
}

.all-blg-ryt .search-underline::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 90px;
    background: #0E6AED;
    left: 0;
    top: 0;
}

.all-blg-ryt .search-input-box {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #092C471A;
    padding: 17px 20px;
    margin-top: 30px;
}

.all-blg-ryt .search-input-box input {
    width: 100%;
    border: none;
    font-size: 14px;
    outline: none;
    color: #747474;
}

.all-blg-ryt .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.all-blg-ryt .search-icon img {
    width: 15px;
}

.all-blg-ryt {
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.recent-side-wrp .recent-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(9, 44, 71, 0.10);
}

.recent-side-wrp .recent-content-wrp span {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #0E6AED;
}

.recent-side-wrp .recent-content-wrp p {
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #092C47;
    padding-top: 6px;
}

.recent-side-wrp .recent-image-wrp {
    width: 100%;
    max-width: 100px;
}

.recent-side-wrp {
    gap: 30px;
}

.category-boxes a {
    color: #747474;
}

.categories-card-side .category-boxes {
    border-bottom: 1px solid rgba(9, 44, 71, 0.10);
    padding: 18px 0;
}

.all-blg-img {
    overflow: hidden;
    border-radius: 22px;
    height: 100%;
}

.all-blg-img img {
    width: 100%;
    transition: transform 0.4s ease;
    height: 100%;
}

.all-box:hover .all-blg-img img {
    transform: scale(1.09);
}

/* blog-details page  css  */
.details-lft-side .details-top {
    gap: 26px;
}

.details-lft-side .details-content-wrp span {
    color: #0E6AED;
    font-size: 15px;
}

.details-lft-side .details-content-wrp h4 {
    margin: 0;
    padding-top: 12px;
}

.details-lft-side .details-content-wrp p {
    color: #747474;
    padding-top: 5px;
}

.Intelligent-side {
    margin-top: 35px;
}

.Intelligent-side .intel-top h5 {
    max-width: 735px;
}

.Intelligent-side .intel-top p {
    color: #747474;
}

.Intelligent-side .intel-bottom p {
    color: #747474;
}

.details-lft-side p {
    margin-bottom: 1.2rem;
}

.share-on-wraper .share-top {
    gap: 18px;
    align-items: center;
}

.share-on-wraper .share-top h6 {
    margin: 0;
}

.share-on-wraper .icon-sde i {
    color: #FFFFFF;
    font-size: 16px;
}

.share-on-wraper .icon-sde {
    display: flex;
    gap: 20px;
    align-items: center;
}

.share-on-wraper .icon-sde a {
    display: flex;
    gap: 20px;
    background: #0E6AED;
    border: 1px solid #0E6AED;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.share-on-wraper .icon-sde a:hover {
    background: #FFFFFF;
    border: 1px solid #0E6AED;
}

.share-on-wraper .icon-sde a:hover i {
    color: #0E6AED;
}

.share-on-wraper {
    border-top: 1px solid rgba(9, 44, 71, 0.1);
    padding-top: 60px;
    margin-top: 40px;
    width: 1200px;
}

.share-on-wraper .Comments-wrapper .top-comment {
    gap: 15px;
}

.share-on-wraper .Comments-wrapper .top-comment span {
    color: #747474;
}

.share-on-wraper .Comments-wrapper {
    margin-top: 40px;
}

.share-on-wraper .comment-form form {
    background: rgba(14, 106, 237, 0.03);
    padding: 40px;
    border-radius: 40px;
}

.share-on-wraper .comment-form h6 {
    margin: 0;
    padding-bottom: 25px;
}

.share-on-wraper .comment-form form textarea {
    border: 1px solid rgba(9, 44, 71, 0.1);
    padding: 25px;
    border-radius: 5px;
    font-size: 16px;
    color: #747474;
    background: #fff;
}

.share-on-wraper .comment-form {
    margin-top: 25px;
}

.share-on-wraper .comment-form form button {
    background: #0E6AED;
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 11px;
    width: 120px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.share-on-wraper .comment-form form button:hover {
    background: #FFFFFF;
    color: #0E6AED;
    border: 1px solid #0E6AED;
}

.share-on-wraper .next-wrp {
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(9, 44, 71, 0.1);
    border-left: 0;
    padding: 22px 0;
    border-right: 0;
    margin-top: 80px;
}

.share-on-wraper .left-prious {
    align-items: center;
    gap: 8px;
}

.share-on-wraper.accordion-item a {
    color: #747474;
    font-size: 20px;
}

.share-on-wraper .left-prious a:hover {
    color: red;
    color: #747474;
}

.share-on-wraper .next-wrp .left-prious.active a,
.next-wrp .left-prious.active i {
    color: #0E6AED;
}

/* careers-page  */
.careers-content p {
    max-width: 826px;
}

.our-con-wrapper h5 {
    max-width: 950px;
    margin: auto;
    text-align: center;
    font-weight: 400;
    line-height: 46px;
}

.out-con-sec .our-con-wrapper {
    border-bottom: 1px dashed rgba(9, 44, 71, 0.10);
}

/* build-section  */
.build-wrapper .bulid-wrp-lft h2 {
    margin: 0;
    max-width: 509px;
}

.build-wrapper .bulid-wrp-lft p {
    max-width: 529px;
    color: #747474;
    margin: 0;
    padding-top: 8px;
}

.build-wrapper .build-anchorr {
    display: flex;
    margin-top: 25px;
}

/* role-section  */
.tabs-content-card h2 {
    text-align: center;
    margin: 0;
}

.tabs-content-card p {
    max-width: 862px;
    margin: auto;
    text-align: center;
    color: #747474;
    padding-top: 5px;
}

.role-section .role-cards-wrp {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.role-section .rol-card.nav-link.active h6 {
    color: #0E6AED;
}

.role-section .rol-card {
    background: #0E6AED;
    padding: 35px 95px;
    border-radius: 10px;
    border: 1px solid #0E6AED;
}

.role-section .rol-card h6 {
    margin: 0;
    color: #FFFFFF;
}

.role-section .tabs-content-card {
    background: rgba(14, 106, 237, 0.03);
}

/* open role section  */
.heading-rol-wrapper h2 {
    text-align: center;
    margin: 0;
}

.heading-rol-wrapper .filter-wrp {
    display: grid;
    grid-template-columns: 380px 309px 309px 309px;
    justify-content: space-between;
    padding: 45px 30px;
    border-radius: 10px;
    margin: 30px 0;
    background: rgba(14, 106, 237, 0.03);
    border: 1px solid rgba(14, 106, 237, 0.02);
}

.heading-rol-wrapper .filter-box {
    padding: 15px 25px;
    border-radius: 150px;
    background: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(9, 44, 71, 0.06);
    color: #747474;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading-rol-wrapper .search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.heading-rol-wrapper .search-box input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #6b6b6b;
    padding: 0;
    background: transparent;
}

.heading-rol-wrapper .search-box i {
    color: #6b6b6b;
    font-size: 16px;
}

.heading-rol-wrapper .filter-box select {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #747474;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 0;
}

.heading-rol-wrapper .filter-box select::-ms-expand {
    display: none;
}

.open-role-sec .m-box-left {
    display: flex;
    align-items: center;
    gap: 55px;
}

.open-role-sec .m-box-left h6 {
    margin: 0;
}

.open-role-sec .m-box-ryt p {
    margin: 0;
    color: #747474;
}

.open-role-sec .m-box-ryt {
    display: grid;
    grid-template-columns: 250px 280px 100px;
}

.open-role-sec .m-box {
    padding: 55px 70px;
    border: 1px solid rgba(9, 44, 71, 0.06);
    border-radius: 10px;
}

.open-role-sec .open-wrapper .row {
    row-gap: 30px;
}

.role-cards-wrp .active {
    background: transparent;
    border: 1px solid #0E6AED;
}

/* careers-details page  */
.director-sec .loc-wrp span {
    color: #747474;
}

.director-sec .loc-wrp {
    gap: 5px;
}


.director-sec .director-left-side p {
    color: #747474;
    padding-top: 12px;
    max-width: 661px;
}

.director-sec .director-left-side a {
    font-weight: 700;
}

.director-list-wrp ul {
    margin: 0;
}

.director-list-wrp ul li {
    color: #747474;
    padding-bottom: 15px;
}

.director-sec .director-list-wrp {
    margin-top: 45px;
    gap: 50px;
}

.director-sec .director-list-wrp ul {
    margin: 0;
    padding-top: 12px;
}

.director-sec .direc-list-box h5 {
    margin: 0;
}

.director-sec .last-list-wrp .we-know-side {
    padding-left: 0;
    gap: 30px;
    max-width: 1130px;
}

.director-sec .last-list-wrp .we-know-side li {
    list-style: none;
    padding: 0;
}

.direc-list-box .apl-anc {
    display: flex;
}

/* apply-noe page  */
.job-application-sec .jb-apl-wrapper {
    box-shadow: 0px 10px 54px 0px #092C4712;
    background: #fff;
    border-radius: 25px;
    max-width: 1200px;
    margin: auto;
    padding: 85px;
}

.job-application-sec .jb-apl-top {
    text-align: center;
    margin-bottom: 27px;
}

.job-application-sec .jb-apl-top p {
    margin: 0;
    color: #747474;
}

.job-application-sec .top-cards {
    margin-bottom: 25px;
}

.job-application-sec .top-cards label {
    font-size: 16px;
    font-weight: 400;
    color: #092C47;
    display: block;
    margin-bottom: 8px;
}

.job-application-sec .top-cards input {
    width: 100%;
    border: 1px solid #092C4714;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 16px;
    color: #747474;
}

.job-application-sec .jb-apl-top h6 {
    margin: 26px 0;
    text-align: left;
}

.job-application-sec .drop_box_cvr button {
    width: 100%;
    padding: 33px;
    border: 1px solid #092C4714;
    border-radius: 5px;
    gap: 8px;
    background-color: #fff;
}

.job-application-sec .upld-content p {
    font-size: 16px;
    color: #092C47;
    margin: 0;
    line-height: normal;
    font-weight: 600;
}

.job-application-sec .upld-content span {
    font-size: 12px;
    color: #747474;
}

.job-application-sec .top-cards .acc-pera {
    padding-top: 12px;
}

.job-application-sec .top-cards .acc-pera p {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #747474;
    margin: 0;
}

.job-application-sec .custom-select {
    width: 100%;
    border: 1px solid #092C4714;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 16px;
    color: #747474;
    appearance: none;
    background: url("../img/select.svg") no-repeat;
    background-position: right 20px center !important;
    background-color: #fff;
}

.job-application-sec .sub-apl-btn {
    margin-top: 45px;
    justify-content: center;
}

.job-application-sec .job-apl-btn {
    font-weight: 700;
}

.job-application-sec #phone {
    width: 100% !important;
    padding-left: 80px !important;
}

.job-application-sec .iti {
    width: 100% !important;
}

.iti__selected-flag {
    padding: 15px;
}

/* partner-page  */
.logo-section .logosec-wrp h2 {
    text-align: center;
    max-width: 663px;
    margin: auto;
}

.logo-section .logo-box {
    position: relative;
    background: rgba(14, 106, 237, 0.03);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 300px;
    justify-content: center;
    align-items: center;
}

.logo-section .logo-boxes {
    margin-top: 35px;
}

.logo-section .logo-boxes .row {
    row-gap: 25px;
}

.logo-section .logo-box-btn {
    justify-content: center;
    margin-top: 60px;
}

.logo-section .logo-box-btn a {
    width: 177px;
    font-weight: 700;
}

.logo-section .hide {
    display: none !important;
}

/* blue bar (first animation) */
.logo-hover-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0E6AED;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    transition: height 0.35s ease, opacity 0.3s ease;
}

/* text inside */
.logo-hover-info span {
    font-size: 25px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.35s ease;
    transition-delay: 0.3s;
}

/* hover animation */
.logo-box:hover .logo-hover-info {
    height: 70px;
    opacity: 1;
}

/* text shows later */
.logo-box:hover .logo-hover-info span {
    opacity: 1;
    transform: translateY(0);
}

/* contact-page  */
.contact-wrrp-side {
    margin-top: 0  !important;
}

.manufacturer-sec .manu-box h6 {
    text-align: center;
}

.manufacturer-sec .manu-box p {
    color: #747474;
    text-align: center;
    margin: 0;
}

.manufacturer-sec .manu-box {
    border: 1px solid rgba(9, 44, 71, 0.10);
    border-radius: 15px;
    padding: 45px 40px;
    height: 100%;
    transition: all 0.2s ease-in;
}

.manufactur-wrapper .start-anc {
    justify-content: center;
    margin-top: auto;
    padding-top: 40px;
}

.manufactur-wrapper .start-anc a {
    font-size: 16px;
    color: #747474;
    border: 1px solid rgba(9, 44, 71, 0.10);
    border-radius: 5px;
    padding: 16px;
    width: 250px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.manufacturer-sec .manu-box:hover {
    box-shadow: 0px 40px 50px 0px #092C471A;
}

.manufacturer-sec .manu-box:hover .start-anc a {
    background: #0E6AED;
    color: #ffffff;
}

.accurate-section .contact-frm {
    margin-bottom: 25px;
}

.accurate-section .contact-frm h2 {
    margin-bottom: 20px;
}

/* upload cad page  */
.upl-CAD-sec .CAD-card select {
    appearance: none;
/*     background: #fff !important; */
    background: url("../img/select.svg") no-repeat;
    background-position: right 20px center !important;
}

.upl-CAD-sec .upl-cad-cvr input {
    width: 100%;
}

.upl-CAD-sec .upl-cad-cvr {
    margin-top: 30px;
}

.upl-CAD-sec .upl-cad-cvr button {
    width: 100%;
    padding: 38px;
    border: 1px dashed rgba(9, 44, 71, 0.1);
    border-radius: 5px;
    background: #0E6AED08;
    gap: 20px;
}

.upl-CAD-sec .upl-cad-cvr button span {
    color: #0E6AED;
    font-weight: 700;
    font-size: 16px;
}

.upl-CAD-sec .up-frm h2 {
    max-width: 637px;
    margin: auto;
}

.upl-CAD-sec .up-frm {
    margin-bottom: 30px;
}

/* find-manufacturer page  */
.find-manu-sec .up-frm h2 {
    max-width: 544px;
}

.find-manu-sec .find-manu-term span {
    max-width: 100%;
}

.find-manu-sec .policy-check.find-manu-term {
    display: flex;
    align-items: center;
}

/* become-Manufacurer page  */
.Grow-sec .join-anc a {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #0E6AED;
    border: 1px solid rgba(14, 106, 237, 0.35);
    display: inline-block;
    padding: 11px 22px;
    border-radius: 125px;
    background: #0E6AED17;
}

.join-anc .white-cta:hover {
    color: #fff !important;
}


.Grow-sec .grow-content h3 {
    max-width: 444px;
    margin: 0;
}

.Grow-sec .grow-content p {
    color: #747474;
    margin: 0;
    max-width: 513px;
}

.Grow-sec .list-wraper-grow {
    margin-top: 8px;
}

.Grow-sec .list-wraper-grow .grow-list {
    margin: 0;
    padding: 0;
    gap: 11px;
}

.Grow-sec .list-wraper-grow .grow-list li {
    list-style: none;
    font-size: 20px;
    line-height: 35px;
    color: #747474;
    max-width: 489px;
}

.Grow-sec .grow-left-wrp {
    gap: 25px;
}

.how-work-section .how-top h2 {
    text-align: center;
}

.how-work-section .how-top p {
    text-align: center;
    color: #747474;
    margin: 0;
}

.how-work-section .hw-box {
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.how-work-section .hw-con h6 {
    text-align: center;
    font-weight: 600;
}

.how-work-section .hw-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    max-width: 275px;
    margin: auto;
    color: #747474;
    text-align: center;
}

.how-work-section .how-box-wrapper {
    justify-content: space-around;
}

.how-work-section .hw-img {
    box-shadow: 0px 32px 44px 0px #29312514;
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.how-work-section .hw-box:nth-child(1) .hw-img::after {
    content: "1";
}

.how-work-section .hw-box:nth-child(2) .hw-img::after {
    content: "2";
}

.how-work-section .hw-box:nth-child(3) .hw-img::after {
    content: "3";
}

.how-work-section .hw-img::after {
    position: absolute;
    width: 36px;
    height: 36px;
    background: #092C47;
    top: 16px;
    right: 9px;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.how-work-section {
    background: #0E6AED08;
    position: relative;
    overflow: hidden;
}

.how-work-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background: url("../img/line.png") no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.how-work-section .how-main-wrapper {
    gap: 40px;
}

/* Verified Manufacturing */
.verified-inner h1 {
    max-width: 742px;
}

.verified-inner p {
    max-width: 553px;
}

.what-sec .what-leftwrp h2 {
    max-width: 320px;
    text-align: left;
}

.what-sec .what-ryt-wrp p {
    color: #747474;
    max-width: 578px;
    margin: 0;
}

.what-sec .what-wrapper {
    gap: 43px;
    max-width: 1380px;
    margin: auto;
}

.why-join-secc {
    background: #0E6AED08;
}

.why-join-secc .wrp-join-why h2 {
    text-align: center;
}

.why-join-secc .wrp-join-why h5 {
    line-height: 46px;
    color: #747474;
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-weight: 400;
}

.verifed-wrok {
    background: unset;
}

.our-verifi-sec {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.our-verifi-sec .verified-cntnt h2 {
    color: #FFFFFF;
}

.our-verifi-sec .verified-cntnt p {
    color: #FFFFFF;
    margin: 0;
}

.our-verifi-sec .our-verif-ul li {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 34px;
    list-style: none;
    max-width: 407px;
}

.our-verifi-sec .urlist-wrpp .our-verif-ul {
    margin: 0;
    padding: 0;
    gap: 14px;
}

.verified-cntnt {
    max-width: 450px;
}

.our-verifi-sec .urlist-wrpp {
    margin-top: 19px;
}

/* pricay-policy  */
.privacy-policy .policy-wraper p,
.privacy-policy .policy-wraper ul li {
    margin: 0;
    color: #747474;
    padding-top: 12px;
}

.privacy-policy .policy-wraper ul {
    margin: 0;
}

.privacy-policy .policy-wraper ul li {
    padding-bottom: 8px;
}

.privacy-policy .policy-wraper h5 {
    padding-top: 50px;
    margin: 0;
}

.privacy-policy .policy-wraper {
    max-width: 1090px;
}

strong {
    color: #092C47;
    font-weight: 700;
}

.contact-list li {
    list-style: none;
}

.contact-list span {
    color: #0E6AED;
    font-weight: 700;
}

/* sitemap-page  */
.sitemap-inner p {
    max-width: 846px;
}

.site-box-wrp {
    margin-top: 20px;
}

.head-box-sol {
    padding: 22px 30px;
    background: rgba(14, 106, 237, 0.03);
}

.site-ul-box {
    margin-top: 22px;
}

.site-ul-box .top-site {
    padding-left: 60px;
}

.site-ul-box .top-site li {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #092C47;
}

.site-list-left ul {
    margin: 0;
    padding-left: 30px;
}

.site-list-left ul li,
.site-list-ryt ul li {
    color: #747474;
    list-style: none;
    font-size: 20px;
    line-height: 50px;
}

.site-box-wrp {
    gap: 60px;
}

.our-verif-ul li strong {
    color: #fff;
}
.ledr p {
    max-width: 826px;
}
.test-def p {
    max-width: 345px;
}

.spiner-btn {
    position: relative;
}

.spiner-btn .spiner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: none;
}

.why-lft-side {
    margin-left: 50px;
}
.confidence-image-side {
    margin-right: 50px;
}
.m-box-img {
    width: 130px;
}
/* 17 dec  */
.director-ryt-side {
    margin-left: 15px;
}
.upload-inner h1 {
    max-width: 830px;
}
.become-inner p {
    max-width: 553px;
}
.manuactre-reg {
    flex-direction: row !important;
}
.manuactre-reg span:nth-child(2) {
    align-self: center;
}

.manufactur-wrapper .row div:nth-child(2) p {
    max-width: 370px;
    margin: auto;
}

.drop_box_cvr.upload_btn img {
    width: 40px;
    height: 40px;
}

.drop_box_cvr.upload_btn {
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #092C4714;
    border-radius: 5px;
    padding: 33px;
}

.drop_box_cvr.upload_btn input {
    border: 0;
    padding: 0;
}
.detail-image img {
    border-radius: 25px;
}
.first.last {
    display: flex;
    gap: 10px;
    align-items: self-start;
    width: 100%;
}
.custm-qote span {
    max-width: 100% !important;
}
.custm-qote {
    flex-direction: column;
    gap: 0 !IMPORTANT;
}

.custm-qote > span:last-child {
    padding-left: 44px;
    margin-top: -18px;
}
.dot {
    background: rgba(14, 106, 237, 0.03);
    border: 1px dashed rgba(9, 44, 71, 0.1) !important;
}
.hope-slid-sec .milling-turn p {
    max-width: 361px !important;
}

.wrk-cont .wrok-cont h6 {
    max-width: 190px;
}
.why-sec-mac .why-lft-side {
    margin: 0;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.why-sec-mac .why-lft-side img {
    max-height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.why-sec-mac .why-ryt-side {
    margin-left: 16px;
}

/* 18 dec  */
.idl {
    max-height: 170px;       
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.idl::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.idl .main-ul-tick {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.maxi-anchor a ,
.sales-anc a {
    width: 176px;
}
.strted-anc a {
    width: 160px;
}

.Intelligent-side p {
    color: #747474;
    font-size: 18px;
    line-height: 30px;
}
.details-content-wrp  h2 {
    font-size: 40px;
    line-height: 100%;
    padding-top: 5px;
}

.Intelligent-side h3 {
    font-size: 28px;
    margin-top: 30px;
}

.Intelligent-side h4 {
    font-size: 20px;
	margin-top:18px;
}
.detail-image {
    display: flex;
    width: 100%;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#respond.comment-respond input {
    width: 60%;
    padding: 17px 25px;
    border-radius: 5px;
    border: 1px solid rgba(9, 44, 71, 0.1);
    font-size: 14px;
    margin-bottom: 10px;
}

#respond.comment-respond #submit {
    width: 160px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: 30px !IMPORTANT;
    height: 30px;
	margin:0;
}
.comment-form-cookies-consent label {
    color: #747474;
}
.not-found .page-header {
    position: unset;
}

.not-found .page-title {
    text-align: center;
}

.not-found .page-content {
    justify-content: center;
    align-items: center;
    margin: 0;
}
.not-found .page-content p {
    color: #747474;
    text-align: center;
}
.not-found .page-content .cta-found {
    border: 1px solid #0E6AED;
    transition: all 0.3s ease;
}

.not-found .page-content .cta-found:hover {
    background: #ffffff;
    color: #092C47;
        border: 1px solid #0E6AED;
}

#primary  .pagination {
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#primary .pagination .page-item a,
#primary .pagination .page-item span {
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

#primary.site-main header {
    position: unset;
    padding-left: 0;
    padding-right: 0;
}
.network-wrapper {
    margin-bottom: 30px;
}

/* 24 dec  */
.all-bx-xon {
    min-height: 80px;
}

/* 26 dec  */
.why-lft-side {
    height: 100%;
    display: flex;
}

.why-lft-side img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
}

body {
    margin: 0 !important;
}

