html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* demo styles */

body {
    background: #f0f0f0;
    color: #000;
}

.page {
    background: #fff;
    width: 920px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    overflow: hidden;
}

.font-container {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 40px;
    line-height: 1.3;
    white-space: nowrap;
    padding-bottom: 5px;
}

h1 {
    position: relative;
    background: #444;
    font-size: 32px;
    color: #fff;
    padding: 10px 20px;
    margin: 0 -20px 12px -20px;
}

.letters {
    font-size: 25px;
    margin-bottom: 20px;
}

.s10:before {
    content: "10px";
}

.s11:before {
    content: "11px";
}

.s12:before {
    content: "12px";
}

.s14:before {
    content: "14px";
}

.s18:before {
    content: "18px";
}

.s24:before {
    content: "24px";
}

.s30:before {
    content: "30px";
}

.s36:before {
    content: "36px";
}

.s48:before {
    content: "48px";
}

.s60:before {
    content: "60px";
}

.s72:before {
    content: "72px";
}

.s10:before,
.s11:before,
.s12:before,
.s14:before,
.s18:before,
.s24:before,
.s30:before,
.s36:before,
.s48:before,
.s60:before,
.s72:before {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #999;
    padding-right: 6px;
}

pre {
    display: block;
    padding: 9px;
    margin: 0 0 12px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    font-weight: normal;
    font-style: normal;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    overflow-x: auto;
    border-radius: 4px;
}


/* responsive */

@media (max-width: 959px) {
    .page {
        width: auto;
        margin: 0;
    }
}

body {
    font-family: "GRAPHIK";
}


/* my css */

section {
    padding: 100px 0;
}

h2 {
    font-size: 44px;
    font-family: "Graphik";
    line-height: 56px;
    font-weight: 400;
    color: #ffffff;
}

h3 {
    font-size: 20px;
    font-family: "Graphik";
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

h4 {
    font-size: 32px;
    font-family: "Graphik";
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-family: "Graphik";
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #002072;
}

p {
    font-size: 17px;
    font-family: "Graphik";
    line-height: 27px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Graphik";
}

ul {
    list-style: none;
}

.header_menu ul {
    display: flex;
    justify-content: flex-end;
}

header {
    background: #fff;
    padding: 0px;
}

.header_upper ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    margin: 10px 0px 0px 0px;
}

.details_mobile li:nth-child(2) {
    padding-left: 23px;
    padding-right: 0;
}

.details_mobile li i {
    padding-right: 7px;
    font-size: 16px;
    line-height: 21px;
}

.header_menu ul li a {
    text-decoration: none;
    color: #000;
    padding: 22px 14px;
    display: block;
    font-size: 17px;
    line-height: 22px;
    font-family: "Graphik";
}

.logo_img {
    padding-top: 10px;
}

.details_mobile li {
    color: #707070;
    font-size: 16px;
    line-height: 21px;
    font-family: "Graphik";
    padding-right: 2px;
}

.header_menu ul li {
    font-size: 18px;
    font-weight: 600;
}

.specialised_section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.specialised_image img {
    width: 100%;
}

.specialised_content h4 {
    color: #fff;
    text-transform: none;
    font-size: 44px;
    font-weight: 300;
    line-height: 57px;
    padding-bottom: 20px;
}

.specialised_content h2 {
    font-size: 62px;
    line-height: 57px;
    font-weight: 500;
    padding-bottom: 20px;
}

.know_more a {
    color: #fff;
    padding: 10px 24px 9px 24px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    border: 2px solid #fff;
    line-height: 19px;
}

.performance_quality .know_more a {
    background-color: #fff;
    color: #00247d;
    font-weight: 600;
}

.manufacturing_2 .know_more a {
    background-color: #fff;
    color: #00247d;
    font-weight: 600;
}

.manufacturing_3 .know_more a {
    background-color: #fff;
    color: #00247d;
    font-weight: 600;
}

.certificate_1 p {
    padding-bottom: 19px;
    font-size: 16px;
    line-height: 21px;
}

.certificate_1 h3 {
    padding-bottom: 19px;
    font-weight: normal;
    letter-spacing: 1.5px;
    opacity: 1;
    font-size: 18px;
}

.certificate_1_img img {
    padding-bottom: 30px;
}

section.products_range {
    background: #fff;
}

.product_range_heading h4 {
    text-align: center;
    padding-bottom: 30px;
}

.product_part img {
    border: 10px solid #f2f2f2;
    padding: 20px;
    height: 250px;
    object-fit: contain;
    width: 100%;
}

.welcome_section {
    background-size: cover;
    background-repeat: no-repeat;
}

.product_part h5 {
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}

.welcome_left h5 {
    color: #fff;
}

.welcome_left p {
    color: #fff;
    padding-bottom: 20px;
}

.welcome_right_one:first-child {
    border-bottom: 1px solid #fff;
}

.welcome_right_one:nth-child(2) {
    border-bottom: 1px solid #fff;
}

.welcome_right_one {
    padding-top: 25px;
}

.welcome_right {
    padding-left: 50px;
}

.super_img {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 270px;
}

.superior_part h5 {
    padding-top: 30px;
    text-align: center;
    color: #111111;
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 25px;
}

.performance_quality {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.performance_left h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 21px;
    width: 73%;
    letter-spacing: 1.15px;
    opacity: 1;
}

.performance_left {
    background: #363788e3;
    padding: 40px;
}

/* .automain_parent {
    height: 100%;
    display: flex;
    align-items: center;
} */

.performance_left p {
    padding-bottom: 25px;
    color: #fff;
}

.manufacturing_2 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.quality_buttton {
    background: #fff;
    color: #0c369f;
    padding: 12px 34px;
    display: inline-block;
}

.manufacturing_3 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.welcome_left {
    padding-top: 25px;
}

.download_section {
    background: #fff;
}

.certificate_1 {
    background: #00247d;
    padding: 60px;
    text-align: center;
    color: #fff;
	height: 100%;
}

.download_section .know_more a {
    border-bottom: 3px solid #fff;
    font-size: 14px;
    line-height: 18px;
}

footer {
    background: #111111;
    padding-top: 100px;
}

.quick_link h3 {
    color: #fff;
    padding-bottom: 10px;
    opacity: 1;
    letter-spacing: 1.27px;
    font-weight: 600;
}

.footer_link li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
}

ul.footer_link li {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: "Graphik";
    font-size: 15px;
    line-height: 32px;
    opacity: 0.5;
}

.footer_address ul li a {
    color: #a59c9c;
    text-decoration: none;
}

.footer_last {
    padding-top: 40px;
}

.quick_link {
    padding-bottom: 50px;
}

.footer_last_23 p {
    color: #a59c9c;
    border-top: 1px solid #a59c9c;
    text-align: center;
    padding: 40px 0px 40px 0px;
    font-size: 14px;
    line-height: 18px;
}

.automain {
    position: absolute;
    top: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    opacity: 1;
    transform: translate(40px, -30px);
}

.carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    opacity: 1;
    transform: translate(-30px, -40px);
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #00247d;
}

.owl-carousel button,
.owl-carousel button.owl-dot {
    border: 1px solid #00247d;
}

.welcome_left h5 {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 5px;
}

.welcome_left h2 {
    width: 65%;
    font-size: 42px;
    line-height: 42px;
    padding-bottom: 20px;
    font-weight: 500;
}

.welcome_left h2 span {
    display: block;
}

.welcome_left .know_more {
    padding-top: 50px;
}

.welcome_left p {
    line-height: 25px;
}

.welcome_right_one h3 {
    color: #fff;
    padding-bottom: 15px;
    font-weight: 400;
    text-transform: none;
    font-size: 24px;
    line-height: 31px;
}

.welcome_right_one p {
    color: #fff;
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 25px;
}

.quick_link h3 {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 21px;
}

section.contact_upper {
    background-size: cover;
    background-repeat: no-repeat;
}

section.contact_upper ul {
    display: flex;
}

section.contact_upper ul li {
    color: #fff;
    padding-right: 4px;
    margin-right: 20px;
}

.upper_ul i {
    font-size: 13px;
}

.location_box i {
    font-size: 70px;
    color: #00247d;
}

.location_box i {
    font-size: 45px;
    color: #00247d;
    padding-bottom: 25px;
}

.location_box h3 {
    padding-bottom: 15px;
}

.location_box {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 40px;
    border-bottom: 8px solid #00247d;
    height: 100%;
}

.quote_left h6 {
    color: #00247d;
}

.quote_left h2 {
    color: #000;
    padding-bottom: 20px;
    font-size: 40px;
}

.quote_left h6 {
    color: #00247d;
    border-bottom: 1px solid #00247d;
    display: inline-block;
}

.contact_form input {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background: #f0f0f0;
    height: 45px;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 16px;
    padding-bottom: 10px;
}

.contact_form textarea {
    width: 100%;
    background: #f0f0f0;
    border: none;
    margin-bottom: 20px;
    font-size: 15px;
    padding-top: 13px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.contact_form input[type="submit"] {
    background: #00247d;
    color: #fff;
}

.location_map iframe {
    width: 100%;
}

section.get_quote:before {
    content: "";
    position: absolute;
    background: #eeeeee;
    width: 100%;
    top: 0;
    height: 250px;
    z-index: -1;
}

section.get_quote {
    position: relative;
    background: #fff;
}

.location_map iframe {
    width: 100%;
    /* height: 400px; */
}

.upper_ul li:last-child a {
    color: #fff;
}

.about_left h2 {
    color: #000;
}

.about_left h2 {
    color: #000;
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 25px;
}

.about_left p {
    padding-bottom: 15px;
}

.about_img img {
    width: 100%;
    margin-bottom: 20px;
}

.upper_ul li a {
    color: #fff;
    position: relative;
    display: block;
}

ul.upper_ul li a:hover {
    color: #fff;
}

.product_right img {
    width: 100%;
}

.product_left h2 {
    color: #000;
}

.product_left ul {
    list-style: disc;
}

.product_left h2 {
    color: #000;
    padding-bottom: 15px;
}

.product_left ul li strong {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    border-bottom: 1px solid #000;
}

.product_left ul li {
    padding-bottom: 10px;
}

section.products {
    background: #fff;
}

.product_img {
    text-align: center;
    margin-bottom: 50px;
}

.product_img h5 {
    padding-top: 10px;
    color: #000;
}

section.product_detail {
    padding-top: 100px;
    padding-bottom: 50px;
}

.about_left span {
    display: block;
}

.career_form {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 15px hsl(0deg 0% 0% / 10%);
    border-radius: 10px;
}

.career_form label {
    display: block;
    padding-bottom: 10px;
}

.career_form input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background: #f9f7f7;
    border: 1px solid #0000001a;
    padding: 10px;
}

section.career {
    padding: 50px 0;
}

section.career {
    padding: 50px 0;
    background: #fff;
}

.career_form input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #0000001a;
    padding: 10px;
}

.career_form input[type="submit"] {
    width: 30%;
    background: #00247d;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 20px;
}

.career_img img {
    width: 100%;
}

.career_content p:last-child {
    padding-top: 10px;
    padding-bottom: 35px;
}

section.contact_upper {
    padding: 15px 0;
}

section.contact_upper h2 {
    text-transform: uppercase;
    font-size: 40px;
}

.contact_form input:focus-visible {
    outline: 1px solid #b7b6b6;
}

.about_left p:first-child {
    color: #00247d;
    padding-bottom: 15px;
    font-weight: 500;
    text-transform: none;
    font-size: 24px;
    line-height: 31px;
}

.manufacturing_left h2 {
    color: #000;
}

.manufacturing_left ul {
    padding-left: 0px;
}

.manufacturing_left h2 {
    padding-bottom: 15px;
    color: #000;
}

.manufacturing_img img {
    width: 100%;
    margin-bottom: 20px;
}

.quality_img img {
    width: 100%;
    margin-bottom: 20px;
}

.manufacturing_left li {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #00247d;
}

.contact_form textarea:focus-visible {
    outline: 1px solid #b7b6b6;
}

.career_form input:focus-visible {
    outline: 1px solid #b7b6b6;
}

.career_form textarea:focus-visible {
    outline: 1px solid #b7b6b6;
}

ul.details_mobile li a {
    color: #707070;
}

.quality_left h2 {
    color: #000;
}

.view_all {
    text-decoration: underline !important;
}

.footer_right li:first-child {
    line-height: 25px;
    padding-bottom: 20px;
}

.footer_right li a {
    line-height: 25px;
}

.welcome_section .know_more a {
    padding: 12px 28px;
}

.quality_left h4 {
    padding-bottom: 10px;
}

.quote_left h4 {
    padding-bottom: 15px;
}

.download_button a {
    font-size: 14px;
    line-height: 18px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    display: inline-block;
}

.header_menu ul li a:hover {
    color: #00247d;
}

.automain .know_more a:hover {
    color: #00247d;
    background: #fff;
    transition: all 0.5s;
    border-radius: 1px;
}

.welcome_left .know_more a:hover {
    color: #00247d;
    background: #fff;
    transition: all 0.5s;
    border-radius: 1px;
}

.performance_hover a:hover {
    background: #00247d00;
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.5s;
}

.coming_design h4 {
    text-align: center;
}

ul.upper_ul {
    padding-bottom: 10px;
}

.upper_ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: -26px;
    top: 1px;
    font-weight: bolder;
    padding-right: 10px;
}
.quality_left ul {
    padding-left: 0px;
}

.quality_left ul li {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #00247d;
}

section.error_page {
    background: #00247d;
}

.error_heading p {
    color: #fff;
}

.error_heading h2 {
    font-size: 100px;
    display: block;
    line-height: 90px;
}

.error_link {
    display: flex;
    justify-content: center;
    align-items: center;
	    margin-top: 30px;
}

.home_link a {
    display: block;
    padding: 9px 14px;
    background: #bf1818;
    color: #fff;
    margin-right: 15px;
    border: 1px solid #fff;
}

.contact_link a {
    display: block;
    padding: 9px 14px;
    color: #fff;
    border: 1px solid #fff;
    background: #121111;
}

.error_heading {
    text-align: center;
}

.thank_head p:first-child {
    color: #00247d;  
}

.thank_head p {
    text-align: center;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
}

.thank_head_two {
    text-align: center;
    margin-top: 25px;
}

.thank_head_two p:first-child {
    color: red;
}

.thank_head_two p {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 10px;
}

.thank_head_two p a {
    color: red;
}

.thank_head_two p:last-child {
    padding-bottom: 0;
}

.contact_form label {
    width: 100%;
}

.contact_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 30%;
    padding: 10px;
    margin-top: 20px;
}

.product_img img {
    width: 100%;
    padding: 7px;
    border: 5px solid #fff;
}

.view_button {
    text-align: center;
}

.view_button a {
    color: #fff;
    padding: 11px 24px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    border: 2px solid #00247d;
    background: #00247d;
    margin-top: 20px;
    border-radius: 2px;
}

div#carouselExampleControls .carousel-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.products_range .owl-nav {
    display: block;
}

.products_range .owl-carousel button, .owl-carousel button.owl-dot {
    margin: 0px 0px 0px 0px;
}

.products_range .owl-carousel .owl-nav [class*=owl-] {
    color: #00247d;
    font-size: 60px;
}

.manufacturing_left h4 {
    font-size: 32px;
    line-height: 40px;
    color: #00247d;
    margin-bottom: 10px;
}

.quality_left h4 {
    padding-bottom: 10px;
    color: #00247d;
}

.view_button a:hover {
    background: #fff;
    color: #00247d;
}

.dpdf {
    text-align: center;
}

.dpdf a {
    display: inline-block;
    color: #00247d;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.navigation-portrait .nav-menus-wrapper { 
    background-color: #ffffff;
}

.mh {
    display: none;
}

header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9999999999999999;
    box-shadow: 0px -3px 9px 1px #0000001a;
    background: #fff;
}