html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-block-start: 0;
    margin-block-end: .9rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active,
a:hover {
    color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-block-end: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],
template {
    display: none
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    width: auto;
    -webkit-appearance: button
}

[type=button],
[type=submit],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
    font-weight: 700
}

table tfoot th,
table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
    border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
    table table {
        font-size: .8em
    }

    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,
dl,
dt,
li,
ol,
ul {margin-block-start: 0;margin-block-end: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent}



.elementor-navigation ul li a {font-size: 15px;  padding: 13px 18px !important;}
.elementor-navigation ul li {padding-right: 4px;}
.elementor-navigation ul li:last-child {padding-right: 0px;}
.main-slider .swiper-slide-bg {border-radius: 16px;}

.main-slider .swiper-pagination-bullet {width: 14px;height: 14px;background: #62C3D0;}
.main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 28px;height: 14px;border-radius: 24px;}
.box-1:before {
    content: "";
    position: absolute;
    border-top: dotted #0A62A5 5px;
    height: 5px;
    left: -21px;
    top: 188px;
    transform: rotate(90deg);
    width: calc(100% - -25px);
}


.box-2:before {
    content: "";
    position: absolute;
    border-top: dotted #00AAB4 5px;
    height: 5px;
    left: 2px;
    top: 170px;
    transform: rotate(90deg);
    margin: 0 auto;
    width: calc(100% - 25px);
}
.box-3:before {
    content: "";
    position: absolute;
    border-top: dotted #00AAB4 5px;
    height: 5px;
    left: 10px;
    top: 184px;
    transform: rotate(90deg);
    margin: 0 auto;
    width: calc(100% - 40px);
}
.box-4:before {
    content: "";
    position: absolute;
    border-top: dotted #008CB4 5px;
    height: 5px;
    left: -27px;
    top: 170px;
    transform: rotate(90deg);
    margin: 0 auto;
    width: calc(100% - -60px);
}

.box-5:before {
    content: "";
    position: absolute;
    border-top: dotted #008CB4 5px;
    height: 5px;
    left: 0px;
    top: 170px;
    transform: rotate(90deg);
    margin: 0 auto;
    width: calc(100% - -36px);
}

.box-6:before {
    content: "";
    position: absolute;
    border-top: dotted #008CB4 5px;
    height: 5px;
    left: 57px;
    top: -102px;
    transform: rotate(90deg);
    margin: 0 auto;
    width: calc(100% - 90px);
}
.box-7:before {
    content: "";
    position: absolute;
    border-top: dotted #00AA87 5px;
    height: 5px;
    left: 65px;
    top: -101px;
    transform: rotate(90deg);
    margin: 0 auto;
    width: calc(100% - 130px);
}
.box-8:before {
    content: "";
    position: absolute;
    border-top: dotted #0A62A5 5px;
    height: 5px;
    left: 49px;
    top: -101px;
    transform: rotate(90deg);
    margin: 0 auto;
    width: calc(100% - 91px);
}
.box-9:before {
    content: "";
    position: absolute;
    border-top: dotted #00AAB4 5px;
    height: 5px;
    left: 49px;
    top: -102px;
    transform: rotate(90deg);
    margin: 0 auto;
    width: calc(100% - 179px);
}
.product-box .elementor-widget-container .elementor-icon-box-icon {
    border: solid #cccccc 1px;
    border-radius: 16px;
    padding: 20px;
}
.product-box .elementor-widget-container:hover .elementor-icon-box-icon {
    background: #fff;
}
.product-box .elementor-widget-container:hover .elementor-icon-box-icon .elementor-icon {
    fill: #62C3D0;
    color: #62C3D0;
}
.product-box .elementor-widget-container:hover .elementor-icon-box-content h3 {
    color: #fff !important;
}
.product-box {
    cursor: pointer;
}

.product-section-1:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #00000066;
}
.our-team-box li a {
    background: #62C3D0 !important;
}
.elementor-navigation ul li .sub-menu {
    background: #62C3D0;
    border-radius: 12px;
    min-width: 196px !important;
    padding: 20px 0;
}

.elementor-navigation ul li .sub-menu:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #71c3d1;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
}
.elementor-navigation ul li .sub-menu li a:hover{ background: transparent !important;}

.elementor-navigation ul li .sub-menu li a.elementor-sub-item.elementor-item-active {
    background: transparent !important;
}
.product-box h3 {
    margin-bottom: 0px;
}


.why-us-ection {
    border-bottom: solid #D7D7D7 1px;
    padding-bottom: 20px;
}

.faq-accordion .elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc !important;
    margin-bottom: 20px;
}
.faq-accordion .elementor-accordion-item {
    border-radius: 16px !important;
}
.faq-accordion .elementor-accordion-icon.elementor-accordion-icon-right {
    margin-top: 7px;
}

.careers-innter {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.two-half {
    width: 50%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;
}
.one-half {
    width: 100%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;

}
.three-half {
    width: 33%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;
}

.my-input {
    border: 1px solid #000000 !important;
    background: #FFFFFF;
    border-radius: 16px !important;
    height: auto !important;
    padding: 16px 20px 11px !important;
    font-size: 16px !important;
    line-height: 29px !important;
    font-family: "Inter", Sans-serif;
}
.modal-careers .request-form {
    margin-top: 40px;
    padding-top: 0 !important;
}

.my-input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 18px !important;
    line-height: 29px !important;
}
.my-input::-moz-placeholder {
    color: #ccc;
    font-size: 18px !important;
    line-height: 29px !important;
}
.my-input:-ms-input-placeholder {
    color: #ccc;
    font-size: 18px !important;
    line-height: 29px !important;
}
.my-input:-moz-placeholder {
    color: #ccc;
    font-size: 18px !important;
    line-height: 29px !important;
}
.two-half label {
    display: flex;
}

.red {
    color: red !important;
    margin-left: 5px;
}
.label-block {
    position: absolute;
    top: -7px;
    left: 29px;
    z-index: 9;
    background: #fff;
    padding: 0 5px;
}

.my-select {
    -moz-padding-start: calc(0.75rem - 3px);
    background-image: url(assets/images/down-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000000 !important;
    background-color: #FFFFFF !important;
    border-radius: 16px !important;
    height: auto !important;
    padding:16px 20px 11px !important;
    font-size: 16px !important;
    line-height: 29px !important;
    font-family: "Inter", Sans-serif;
}
.label-block p {
    margin: 0;
}
.submit-btn {
    border-radius: 8px !important;
    background-color: #62C3D0 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px;
    font-family: "Noto Sans Arabic", Sans-serif;
    position: relative;
    padding: 12px 60px 12px 20px !important;
}

.submit-btn2 {
    border-radius: 8px !important;
    background-color: #62C3D0 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px;
    font-family: "Noto Sans Arabic", Sans-serif;
    position: relative;
    border-color: #62C3D0;
    color: #fff;
    padding: 12px 60px 12px 20px;
}
.input-wrapper2 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 210px;
}

.input-wrapper2::before {
    content: "";
    top: 12px;
    background: url(assets/images/btn-arrow.png);
    width: 22px;
    position: absolute;
    height: 26px;
    z-index: 9;
    opacity: 1;
    right: 25px;
    transition: all .4s ease;
}

.input-wrapper2:hover::before {
    left: auto;
    right: 14px;
}
.input-wrapper2 p {
    margin: 0px;

}


.box-uniquen-1 {
    border: 1px solid #00000033;
    padding: 20px;
}
.box-uniquen-1 h3 {
   margin: 0px !important;
}
.box-uniquen-1 img {
    width: 100px;
    height: 100px;
}

.certification-box {
    background-image: url(assets/images/border-dotted.svg) !important;
    border-radius: 16px;
    padding: 48px;
    height: 100%;
}

.certification-box h3 {
    margin-bottom: 0;
}

.our-uniqueness-section .swiper-slide.profile-card {box-shadow: none !important;}
.our-uniqueness-section .swiper-slide .profile-header.ekit-team-img.ekit-img-overlay.ekit-team-img-block {margin-bottom: 8px !important;}
.our-uniqueness-section .swiper-slide {padding: 20px 20px 10px !important;}
.our-uniqueness-section .profile-designation {display: none;}
.our-uniqueness-section .ekit-wid-con .ekit-team-slider .swiper, .ekit-wid-con .ekit-team-slider .swiper-container {padding: 0!important;margin-right: 0!important;}
.our-uniqueness-section .ekit-wid-con .profile-header>img, body .profile-header>img {width: 115px!important;height: 115px!important;-o-object-fit: inherit!important;object-fit: inherit!important;}
.testimonial-carousel .elementor-testimonial__image {display: none;}
.testimonial-carousel .elementor-testimonial__cite {margin-left: 0px !important;margin-top: 20px;}
.testimonial-carousel .swiper-slide.swiper-slide-active {opacity: 1;  margin-top: 0; }
.testimonial-carousel .swiper-slide {opacity: 0.5; margin-top: 20px;}
.testimonial-carousel .swiper-pagination-bullet {width: 14px;height: 14px;background: #62C3D0;}
.testimonial-carousel .swiper-pagination-bullet-active {width: 28px;height: 14px;border-radius: 24px;}
.testimonial-carousel .elementor-main-swiper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {width: 100% !important;}
.footer-text a {color: #71c3d1;}
.footer-text {margin-bottom: 0px !important;}

.footer--nav ul {list-style-type: none;columns: 5;display: block !important;}
.footer--nav ul li a {padding: 0px 20px !important;}
.footer--nav ul li a::after{display: none !important;}
.elementor-container {padding-right: 35px;padding-left: 35px;}
.zro-pain-section .request-quote .ekit-popup-btn {
    background-color: #62C3D0 !important;
    border-color: #62C3D0 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px;
    font-family: "Noto Sans Arabic", Sans-serif;
    position: relative;
    padding: 15px 20px 15px 50px !important;
    cursor: pointer;
    color: #fff !important;
    transition: all .4s ease;
}
.zro-pain-section .request-quote .ekit-popup-btn:before {
    top: 12px !important;
    background: url(assets/images/btn-arrow.png) !important;
    width: 22px !important;
    height: 26px !important;
    z-index: 9;
    opacity: 1 !important;
    left: 14px;
    transition: all .4s ease;

}
.zro-pain-section .request-quote .ekit-popup-btn:hover {
    padding-left: 15px !important;
    padding-right: 50px !important;
}
.zro-pain-section .request-quote .ekit-popup-btn:hover:before {
    left: auto;
    right: 14px;
}
.product-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.product-nav li {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
    letter-spacing: -0.01em;
    font-family: "Inter", Sans-serif;
}
.product-nav li span {
    color: #999999;
}

.zro-pain-section .ekit-popup-modal__footer {
    border: transparent !important;
    margin-bottom: 30px;

}
.did-floating-label {
    display: flex;
}
.bog-post-section .elementor-post {
    background-image: url(assets/images/border-dotted.svg) !important;
    border-radius: 16px;
    padding: 20px 28px 30px !important;
    height: 100%;
}
.bog-post-section .elementor-post img {
    border-radius: 16px !important;
    top: 0 !important;
    transform: inherit !important;
    max-width: 100% !important;
    left: 0px !important;
}

.bog-post-section h3 {
    color: #000;
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}
.bog-post-section h3 a {
    color: #000 !important;
}
.bog-post-section .elementor-post-date {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}
.bog-post-section .elementor-post__read-more {
    font-size: 18px !important;
    line-height: 29px !important;
    font-weight: 400;
}
.our-provesses-mobile{display: none;}

.social-fixed {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 9;
}

.social-custom {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.social-custom li {
    width: 38px;
    height: 38px;
    background: #62C3D0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.social-custom li a {
    color: #fff;
}
.social-custom li a i {
    font-size: 20px;
}

.input-wrapper {
    position: relative;
    max-width: 210px;
    margin: 0 auto;
}
.input-wrapper:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/btn-arrow.png) !important;
    background-position: right .75rem center;
    background-size: 22px 26px;
    top: 11px;
    right: 42px;
    z-index: 9;
    width: 38px;
    height: 26px;
    transition: all 0.2s linear 0s;
    background-repeat: no-repeat;
    cursor: pointer;
}

.our-provesses-mobile .elementor-widget-wrap>.elementor-element {
    width: 100%;
    position: relative;
}

.our-provesses-mobile .elementor-widget-wrap>.elementor-element:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 30px;
    width: 1px;
    height: 52px;
    border: dotted #008CB4 2px;
    border-radius: 100px;
}
.our-provesses-mobile .elementor-widget-wrap>:last-child.elementor-element:after {
    border: transparent;
}
.rest-post{
    margin: 0px;
    list-style: none;
    background-image: url(assets/images/border-dotted.svg) !important;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
}
.rest-post .elementor-icon-list-items.ekit-post-list-wrapper {
    margin: 0px;
    list-style: none;
}

.rest-post .elementor-icon-list-items.ekit-post-list-wrapper li a {
    color: #000 !important;
}
.post-content .elementor-container {
    padding-left: 0;
    padding-right: 0;
}

/* responsive all page css*/
@media only screen and (max-width: 1552px) {
    .footer--nav ul {
        columns: 3;
    }
}

@media only screen and (max-width: 1440px) {
    .elementor-navigation ul li a{ font-size: 15px; padding: 13px 9px !important;}
    .footer--nav ul {columns: 4;}
    .info-footer .elementor-widget-wrap.elementor-element-populated {padding-top: 10px !important;padding-bottom: 10px !important;}

}
@media only screen and (max-width: 1280px) {
    .elementor-navigation ul li a{ font-size: 14px; }
    .footer--nav ul {columns: 4;}

}
@media only screen and (max-width: 1024px) {

    .our-uniqueness-section .ekit-wid-con .profile-header > img, body .profile-header > img {height: auto !important;-o-object-fit: cover !important;object-fit: cover !important;}
    .elementor-18 .elementor-element.elementor-element-f5d5f0b .elementor-menu-toggle {margin: 0;justify-content: flex-end;background: transparent;}
    .pl-100 {padding-left: 20px !important;}
    .label-block p {margin-bottom: 0px;}
    .my-input {padding: 10px 20px !important;font-size: 14px !important;line-height: 24px !important;}
    .my-select{padding: 10px 20px !important;font-size: 14px !important;line-height: 24px !important;}
    .label-block label {font-size: 14px;}
    .my-input::-webkit-input-placeholder {font-size: 14px !important;line-height: 24px !important;}
    .my-input::-moz-placeholder {font-size: 14px !important;line-height: 24px !important;}
    .my-input:-ms-input-placeholder {font-size: 14px !important;line-height: 24px !important;}
    .my-input:-moz-placeholder {font-size: 14px !important;line-height: 24px !important;}
    .product-bg img {height: 250px;}
}

@media only screen and (max-width: 767px) {
    .elementor-container {padding-right: 20px;padding-left: 20px;}
    .footer-copy-right .elementor-container.elementor-column-gap-default {padding: 0px 5px;}
    .elementor-662 .elementor-element.elementor-element-2c31bbd .elementor-widget-container {text-align: center;}
    .footer--nav ul {columns: 2;}
    .elementor-662 .elementor-element.elementor-element-929a4b6 {font-size: 14px!important;line-height: 23px!important;}
    .elementor-662 .elementor-element.elementor-element-36971a7 .elementor-nav-menu .elementor-item {font-size: 14px !important;line-height: 30px !important;padding: 0px !important;}
    .footer-block .elementor-container.elementor-column-gap-default {padding-right: 5px;padding-left: 5px;}
    .elementor-16 .elementor-element.elementor-element-0256e4c .elementor-heading-title {font-size: 25px !important;line-height: 30px !important;}
    .elementor-spacer-inner {height: 20px !important;}
    .elementor-16 .elementor-element.elementor-element-2eb9ec2 .elementor-heading-title{font-size: 25px !important;line-height: 30px !important;}
    .elementor-16 .elementor-element.elementor-element-680ab16 .elementor-heading-title{font-size: 25px !important;line-height: 30px !important;}
    .our-provesses-desktop {display: none;}
    .our-provesses-mobile{display: block; padding-top: 0px;}
    .elementor-16 .elementor-element.elementor-element-5f9d118 {padding: 20px 0 !important;}
    .our-provesses-mobile .elementor-icon-box-wrapper {display: flex !important;text-align: left !important;align-items: inherit;}
    .our-provesses-mobile .elementor-icon-box-wrapper .elementor-icon-box-icon {margin-right: 20px !important;}
    .our-provesses-mobile .elementor-container.elementor-column-gap-default {padding: 0;}
    .elementor-navigation-section .elementor-widget-container img {float: left;max-width: 130px;}
    .elementor-navigation-section .elementor-menu-toggle {position: absolute;top: -53px;right: 0;}
    .elementor-16 .elementor-element.elementor-element-b072c77 .elementor-heading-title {font-size: 18px !important;line-height: 29px !important;}
    .elementor-16 .elementor-element.elementor-element-eefb564 .elementor-heading-title {font-size: 14px !important;}
    .elementor-16 .elementor-element.elementor-element-8c5becd .elementor-heading-title{font-size: 18px !important;line-height: 29px !important;}
    .elementor-16 .elementor-element.elementor-element-5790ad1 .elementor-heading-title{font-size: 14px !important;}
    .elementor-element.elementor-element-5752967.elementor-widget.elementor-widget-spacer {height: 0px !important;}
    .mission-section .elementor-container {padding: 0px !important;}
    .our-team-section .elementor-container {padding: 0px 2px !important;}
    .footer--nav .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {background-color: transparent;color: #000;}
    .elementor-navigation ul li .sub-menu:before{display: none;}
    .our-services .elementor-section .elementor-container {padding: 0 2px !important;}
    .careers-form .two-half {width: 100%;padding: 0;}
    .my-input{font-size: 14px !important;line-height: 24px !important;}
    .careers-form label {font-size: 14px !important;}
    .my-select{font-size: 14px !important;line-height: 24px !important;}
    .label-block {left: 30px;top: -7px;}
    .faq-section .elementor-container {padding: 0;}
    .our-uniqueness-section .elementor-container {padding: 0 2px !important;}
    .box-uniquen-1 img {width: 100px;height: auto;}
    .certification-box {padding: 15px;}
    .certification-section .elementor-container {padding: 0 0px !important;}
    .pl-100 {padding-left: 0px;}
    .modal-careers .modal-content {  padding: 10px 0 0;margin-bottom: 0;}
    .request-form .careers-innter {overflow-x: auto;max-height: 450px; padding-top: 20px;}
    .elementor-475 .elementor-element.elementor-element-5b506e1 {padding: 20px;}
    .our-processes-section .elementor-container {padding-right: 0;padding-left: 0;}
    .our-processes-section {padding: 0px 15px !important;}
    .our-provesses-mobile .elementor-icon i, .our-provesses-mobile .elementor-icon svg {width: auto;height: auto;z-index: 1;}
    .footer--nav .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {background-color: transparent !important;color: #000 !important;}
    .elementor-662 .elementor-element.elementor-element-c59fd46 .elementor-heading-title {text-align: center;font-size: 14px !important;}
    .certification-box p {font-size: 18px !important;}
    .elementor-488 .elementor-element.elementor-element-737da86 {color: #999!important;}
    .footer-text a {color: #71c3d1!important;}
    .wpcf7-not-valid-tip {font-size: 12px;}
    .three-half {width: 100%;}
    .input-wrapper2 {margin-top: 25px;}
    .one-half-submit {padding: 11px 0 0 0;margin-bottom: 0;box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
    .product-section .elementor-container {padding-right: 0;padding-left: 0;}
    .product-section-1 .elementor-container {padding-right: 0px;padding-left: 0px;}
    .product-box h3 {margin-bottom: 0px;line-height: normal !important;padding: 0px;margin-top: 0;}
    .product-box .elementor-widget-container .elementor-icon-box-icon {margin: 0px 0 10px !important;}
    .post-section .elementor-container {padding: 0px;}

}
