*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.container-main {
    max-width: 1320px;
    margin: 0 auto;
}

body {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.25;
    font-weight: 600;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-header {
    padding: 12px 0px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mob-header{
    display: none;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left img {
    width: auto;
    max-width: 100%;
    max-height: 80px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-main {
    background: #00aeef;
    padding: 6px 0px;
}

.top-bar-left ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-left ul li {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.top-bar-left ul li a {
    color: #fff;
}

.top-bar-left ul li i {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.social-media-icon i {
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #00aeef;
    font-size: 14px;
    margin-right: 5px;
}

.header-links {
    /* background-color: #00aeef; */
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.header-links ul {
    display: flex;
    align-items: center;
}

.header-links ul li {
    text-transform: uppercase;
    color: #231f20;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.header-links ul li.active a,
.header-links ul li:hover a {
    color: #00aeef;
}

.header-links ul li a {
    color: #231f20;
    padding: 18px 20px;
}

/* .quote-btn {
    background-color: #9f001c;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 20px;
    border-radius: 6px;
} */


.cta a,
.home-products-content p a,
.home-banner-content a,
.quote-btn a,
.home-about-left a,
.contact-btn input {
    font-size: 16px;
    height: 45px;
    width: max-content;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #231f20;
    background-color: #fff;
    border-radius: 6px;
}

.quote-btn a {
    background-color: #9f001c;
    color: #fff;
    height: 56px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.quote-btn a:hover,
.home-banner-content a:hover,
.home-products-content p a:hover,
.cta a:hover {
    background-color: #231f20;
}

.cta a:hover {
    color: #fff;
}

.home-banner-main {
    /* margin-top: -25px; */
    position: relative;
    height: 550px;
}

.home-banner-info::before,
.home-about-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/gear-bck.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
    opacity: 0.4;
    z-index: -1;
}

.home-banner-img {
    width: 53%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* clip-path: polygon(0% 0%, 75% 20%, 85% 85%, 0% 100%); */
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
    height: 550px;
}

.home-banner-info {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.home-banner-info .container-main {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.home-banner-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 47%;
    padding-left: 50px;
}

.home-banner-content h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.3;
    color: #231f20;
    margin-bottom: 25px;
}

.home-banner-content h2 span {
    color: #00aeef;
}

.home-banner-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #231f20;
    margin-bottom: 13px;
}

.home-banner-slider {
    position: relative;
}

.home-banner-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 30px;
}

.home-banner-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00aeef;
}

.home-banner-slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.home-products-main,
.home-quality-products-main,
.manufacturer-info-main,
.our-partners-main,
.counter-area-main,
.why-us-main,
.contact-us-main,
.contact-details-main,
.products-main,
.certifications-main,
.our-team-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-products-heading {
    margin-bottom: 40px;
}

.home-products-heading h2,
.home-about-left h2,
.manufacturer h2,
.industry-application-content h2,
.why-us h2,
.contact-us-right h2,
.our-team h2 {
    font-size: 36px;
    color: #00aeef;
    text-align: center;
    margin-bottom: 15px;
}

.home-products-heading p,
.home-about-left p,
.about-img-content p,
.manufacturer p,
.industry-application-content p,
.industry-application-content ul li,
.why-us p,
.contact-us-right p {
    font-size: 16px;
    color: #231f20;
    line-height: 1.75;
    font-weight: 400;
    text-align: center;
}

.home-products-flex,
.home-quality-products-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.home-products-block,
.home-quality-products-block {
    width: 25%;
    padding: 15px;
}

.home-products-bg {
    height: 245px;
    position: relative;
}

.home-products-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #231f20;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    border-radius: 6px;
}

.home-products-block:hover .home-products-bg::before {
    opacity: 0.4;
}

.home-products-bg img,
.home-about-right img {
    border-radius: 6px;
}

.home-products-content {
    margin-top: 15px;
}

.home-products-content h4,
.home-quality-products-block h3,
.contact-details-block h3 {
    font-size: 22px;
    color: #00aeef;
    margin-bottom: 7px;
}

.home-products-content h4 {
    margin-bottom: 20px;
}

.home-products-content h4 a {
    color: #00aeef;
    display: block;
}

.home-products-content p,
.home-quality-products-block p,
.cta-text p,
.contact-details-block p {
    font-size: 16px;
    color: #231f20;
}

.home-about-main,
.home-about-right {
    position: relative;
}

.home-about-main::before {
    height: 100%;
    background-image: url(../images/white-bck.webp);
}

.home-about-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 150px;
}

.home-about-left,
.home-about-right {
    width: 50%;
}

.home-about-left {
    padding-right: 50px;
}

.home-about-left h2,
.home-about-left p,
.about-img-content p,
.industry-application-content ul li {
    text-align: unset;
}

.home-about-left p {
    margin-bottom: 12px;
}

.home-about-left a {
    background-color: #00aeef;
    color: #fff;
    margin-top: 25px;
}

.home-about-left a:hover {
    background-color: #231f20;
}

.about-img-content {
    position: absolute;
    bottom: -55px;
    left: -40px;
    background-color: #00aeef;
    padding: 20px 25px;
    border-radius: 6px;
}

.about-img-content span {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
    margin-right: 7px;
}

.about-img-content p {
    color: #fff;
    display: flex;
    align-items: center;
}

.home-quality-products-main,
.cta-main {
    background-color: #00aeef;
}

.home-quality-products-block {
    width: 33.33%;
}

.home-quality-products-block img {
    width: 70px;
    height: 70px;
    filter: invert(1);
    margin-bottom: 20px;
}

.home-quality-products-block h3,
.home-quality-products-block p,
.cta-text p {
    color: #fff;
}

.home-quality-products-block h3 {
    margin-bottom: 15px;
}

.manufacturer {
    max-width: 1050px;
    margin: 0 auto;
}

.manufacturer h2 {
    color: #231f20;
}

.manufacturer p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
}

.cta-main {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #9f001c;
}

.cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta h2 {
    padding-right: 20px;
    color: #fff;
    max-width: 900px;
}

.home-products-content p a,
.home-banner-content a,
.contact-btn input {
    background-color: #00aeef;
    color: #fff;
}

.industry-application-main {
    position: relative;
}

.industry-application-bg {
    height: 420px;
}

.industry-application-bg img {
    opacity: 0.2;
}

.industry-application-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.industry-application-info .container-main {
    height: 100%;
}

.industry-application-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 50px 0px;
}

.industry-application-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
    column-gap: 80px;
}

.industry-application-content ul li {
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.industry-application-content ul li i {
    color: #fff;
    background-color: #00aeef;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

.our-partners-main {
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-partners-slider .owl-carousel .owl-stage-outer {
    padding: 2px;
}

.our-partner-block img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 12px;
}

.cta-main.solution {
    background-color: #00aeef;
}

.cta-text p {
    margin-top: 10px;
}

.cta-main.solution .cta a {
    border: 2px solid #fff;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
}

.cta-main.solution .cta a:hover {
    background-color: #fff;
    color: #231f20;
}

.footer-main {
    padding-top: 70px;
    /* padding-bottom: 70px; */
    background: #231f20;
    position: relative;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.footer-logo {
    max-width: 140px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-block p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 25px;
    max-width: 320px;
    font-weight: 600;
}

.footer-block h6 {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    padding-bottom: 15px;
}

.footer-block ul li {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
    transition: all 0.35s;
    padding-top: 13px;
}

.footer-block.add ul li {
    padding-left: 0;
}

.footer-block ul li a {
    color: #ffffff;
}

.footer-block.add ul li {
    display: flex;
    align-items: baseline;
}

.footer-block.add ul li i {
    margin-right: 10px;
}

.footer-copyright-main {
    /* background: #050505; */
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.footer-copyright p a {
    color: #00aeef;
}

.footer-block .social-media-icon {
    padding-top: 20px;
}

.footer-block .social-media-icon i {
    background: #00aeef;
    color: #fff;
}

.breadcrumbs-main {
    position: relative;
    background: #00aeef;
    padding-top: 60px;
    padding-bottom: 60px;
}

.breadcrumbs h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.home-about-flex.about-page {
    padding-bottom: 0px;
}

.home-about-main.about-page::before {
    content: unset;
}

.counter-area-block img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 20px;
}

.counter-area-flex {
    display: flex;
    margin: -15px;
}

.counter-area-block {
    width: 33.33%;
    padding: 15px;
}

.counter-area-block:nth-child(odd) .counter-area-block-inner {
    background: #00aeef;
}

.counter-area-block-inner {
    padding: 30px;
   background-color: #f8f8f8;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 9%);
}

.counter-area-block h2,
.team-title h4 {
    font-size: 20px;
    line-height: 1.16;
    font-weight: 700;
    color: #0194c7;
}

.counter-area-block h3 {
    margin-top: -7px;
}

.counter-area-block:nth-child(odd) h2,
.counter-area-block:nth-child(odd) p {
    color: #fff;
}

.counter-flex {
    display: flex;
    align-items: center;
}

.counter-area-block img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    margin-top: -10px;
    filter: invert(1);
}

.counter-area-block:nth-child(odd) img {
    filter: invert(0);
}

.counter-area-block p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.33;
    color: #1c2436;
    margin-top: 15px;
}

.why-us-main{
    background-color: #f8f8f8;
}

.industry-application-content.about-page p{
    max-width: 900px;
}
.contact-us-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-us-left,
.contact-us-right {
    width: 50%;
}

.contact-us-left {
    height: 600px;
}

.contact-us-left img,
.certifications-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.contact-us-right h6,
.certifications-left h6 {
    color: #2e2e2e;
    text-align: left;
}

.contact-us-right {
    padding-left: 70px;
}

.contact-form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
    padding-top: 30px;
}

.contact-form-block {
    width: 50%;
    padding: 7px;
}

.contact-form-block.full {
    width: 100%;
}

.contact-form-block input,
.contact-form-block textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #2e2e2e;
    background: #f8f8f8;
    border: none;
    border-radius: 10px;
    padding: 0px 15px;
    box-shadow: none;
    outline: none;
    width: 100%;
    height: 58px;
}

.contact-us-right h2,
.contact-us-right p{
    text-align: unset;
}

.contact-form-block textarea{
    padding: 15px;
    height: 158px;
}
.contact-btn {
    margin-top: 10px;
}

.contact-btn input{
    border: unset;
}

.contact-details-main{
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-details-flex{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.contact-details-block{
    width: 33.33%;
    padding: 15px;
}

.contact-details-block img{
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 auto;
}

.contact-details-block h3{
    margin-top: 20px;
    margin-bottom: 12px;
}

.contact-details-block h3,
.contact-details-block p{
    text-align: center;
    color: #231f20;
}

.contact-details-block p a{
    color: #231f20;
}

.products-main{
    position: relative;
}

/* .products-main::before{
    position: absolute;
    content: "";
    background-image: url(../images/frame-of-different-metal-bolts-and-nuts.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: -1;
} */

.product-paginations {
    padding-top: 50px;
}

/* .products-main .home-products-content h4{
    text-align: center;
} */

.product-paginations .pagination-sm .page-link {
    padding: 10px 20px;
    font-size: 16px;
    color: #231f20;
}

.product-paginations .page-item.active .page-link,
.product-paginations .page-link:hover{
    background-color: #9f001c;
    border-color: #9f001c;
    color: #fff;
}

.certifications-flex{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    justify-content:center;
}

.certifications-block{
    width: 33.33%;
    padding: 15px;
}

.our-team-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}

.team-block {
    width: 33.33%;
    padding: 15px;
}

.team-bg {
    height: 500px;
}

.team-title {
    padding: 15px;
    background-color: #00aeef;
}

.team-title h4 {
   color: #fff;
}
