/*--fonts load--*/

@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular-slnt=0.ttf");
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold-slnt=0.ttf");
}

@font-face {
    font-family: "Inter-ExtraBold";
    src: url("../fonts/Inter-ExtraBold-slnt=0.ttf");
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("../fonts/Inter-SemiBold-slnt=0.ttf");
}

@font-face {
    font-family: "Inter-Light";
    src: url("../fonts/Inter-Light-slnt=0.ttf");
}

@font-face {
    font-family: "Inter-Medium";
    src: url("../fonts/Inter-Medium-slnt=0.ttf");
}


/*--common styles--*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter-Regular";
    font-size: 15px;
    line-height: 21px;
}

.container {
    width: 95%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.mr_15 {
    margin-right: 15px;
}

.ml_10 {
    margin-left: 10px;
}


/*--banner styles--*/


/*--home page start--*/

header {
    position: relative;
    height: 100vh;
    min-height: 600px;
}

.head_section {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
}

.banner_owl_carousel,
.banner_owl_carousel .owl-stage-outer,
.banner_owl_carousel .owl-stage,
.banner_owl_carousel .owl-item,
.banner_image_slider .container,
.banner_image_slider {
    height: 100%;
}

.banner_image_slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.logo a {
    display: block;
    width: 200px;
}

.head_inner_section {
    padding: 15px 0px 15px;
}

.main_menus .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 0rem 1.5rem;
    font-size: 14px;
}

.main_menus .nav-link:last-child {
    padding-right: 0rem;
}

.main_menus .nav-link:hover,
.main_menus .nav-link.active {
    color: #e40234;
}

.banner_slider {
    height: calc(100% - 25%);
}

.banner_carousel {
    width: 75%;
    max-width: 535px;
    color: #fff;
    position: relative;
    top: 30%;
    z-index: 9;
}

.banner_owl_carousel .owl-dots {
    margin-top: 0px !important;
    position: absolute;
    bottom: 20%;
    left: 8%;
}

.banner_carousel h2 {
    font-family: "Inter-Light";
    font-size: 26px;
    position: relative;
    margin-bottom: 45px;
}

.banner_carousel h2::after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0px;
    width: 55px;
    height: 4px;
    background: #e40234;
}

.banner_carousel h1 {
    font-family: "Inter-ExtraBold";
    font-size: 51px;
    margin-bottom: 60px;
}

.banner_carousel p {
    font-size: 15px;
    margin-bottom: 0px;
    max-width: 85%;
    font-family: "Inter-Light";
}

.banner_carousel .carousel-indicators {
    bottom: -100px;
    left: 0px;
    right: auto;
    margin-left: 0px;
    margin-bottom: 0px;
    align-items: center;
}

.banner_carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.banner_carousel .carousel-indicators li.active {
    width: 10px;
    height: 10px;
}


/*--offers section--*/

.content_section {
    padding: 70px 0px;
}

.our_offers_section {
    background: url('../img/offers/bg.jpg') no-repeat center center;
    background-size: cover;
}

.section_sub_titles {
    font-size: 26px;
    font-family: "Inter-Light";
    position: relative;
    margin-bottom: 58px;
}

.section_sub_titles::after {
    position: absolute;
    content: "";
    bottom: -18px;
    left: 0px;
    width: 55px;
    height: 4px;
    background: #e40234;
}

.section_main_titles {
    font-size: 36px;
    font-family: "Inter-SemiBold";
    color: #e40234;
    margin-bottom: 60px;
    line-height: 52px;
}

.home_products_list {
    margin-bottom: 20px;
}

.home_products_inner_list {
    border-radius: 8px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s;
}

.home_products_inner_list p {
    margin-bottom: 0px;
    color: #fff;
    line-height: 24px;
}

.home_gasket_list,
.home_washers_list,
.home_rubber_list,
.home_heatshield_list {
    padding-top: 58px;
}

.home_gasket_list .home_products_list_content,
.home_washers_list .home_products_list_content,
.home_rubber_list .home_products_list_content,
.home_heatshield_list .home_products_list_content {
    max-width: 73%;
}

.home_gasket_list {
    background: url('../img/offers/pr_bg_1.jpg') no-repeat center center;
    background-size: cover;
}

.home_gasket_list:hover {
    background: url('../img/offers/pr_bg_hv_1.jpg') no-repeat center center;
    background-size: cover;
}

.home_washers_list {
    background: url('../img/offers/pr_bg_2.jpg') no-repeat center center;
    background-size: cover;
}

.home_washers_list:hover {
    background: url('../img/offers/pr_bg_hv_2.jpg') no-repeat center center;
    background-size: cover;
}

.home_rubber_list {
    background: url('../img/offers/pr_bg_3.jpg') no-repeat center center;
    background-size: cover;
}

.home_rubber_list:hover {
    background: url('../img/offers/pr_bg_hv_3.jpg') no-repeat center center;
    background-size: cover;
}

.home_heatshield_list {
    background: url('../img/offers/pr_bg_4.jpg') no-repeat center center;
    background-size: cover;
}

.home_heatshield_list:hover {
    background: url('../img/offers/pr_bg_hv_4.jpg') no-repeat center center;
    background-size: cover;
}

.home_lasercut_list,
.home_viewall_list {
    background: url('../img/offers/pr_bg_5.jpg') no-repeat center center;
    background-size: cover;
}

.home_lasercut_list:hover,
.home_viewall_list:hover {
    background: url('../img/offers/pr_bg_hv_5.jpg') no-repeat center center;
    background-size: cover;
}

.home_products_section {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
}

.home_products_inner_list .home_products_list_title {
    font-size: 22px;
    font-family: "Inter-SemiBold";
    margin-bottom: 18px;
}

.products_list_link {
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 16px;
    background: #e40234;
    padding: 2px 12px;
    cursor: pointer;
}

.products_list_link i {
    color: #fff;
}


/*--process section--*/

.process_section {
    background: url('../img/process/bg.jpg') no-repeat center center;
    background-size: cover;
    /* padding-bottom: 150px; */
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.process_title {
    font-family: "Inter-SemiBold";
    font-size: 22px;
}

.process_description {
    font-size: 15px;
    margin-bottom: 0px;
    font-family: "Inter-Light";
}

.process_division {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    position: relative;
}

.process_one,
.process_three {
    position: absolute;
    top: 120px;
    left: 70%;
    width: 150%;
    height: 17px;
    background: #d7ebf4;
    transform: skew(-20deg, 20deg);
    z-index: 1;
}

.process_one {
    animation-name: progress1;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes progress1 {
    0% {
        top: 65px;
        left: 70%;
        width: 0%;
        opacity: 0;
        visibility: hidden;
    }
    100% {
        top: 120px;
        left: 70%;
        width: 150%;
        opacity: 1;
        visibility: visible;
    }
}

.process_three {
    animation-name: progress3;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes progress3 {
    0% {
        top: 65px;
        left: 70%;
        width: 0%;
        opacity: 0;
        visibility: hidden;
    }
    100% {
        top: 120px;
        left: 70%;
        width: 150%;
        opacity: 1;
        visibility: visible;
    }
}

.process_two,
.process_four {
    position: absolute;
    top: 15px;
    left: 100px;
    width: 150%;
    height: 17px;
    background: #d7ebf4;
    transform: skew(20deg, -20deg);
    z-index: 1;
}

.process_two {
    animation-name: progress2;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes progress2 {
    0% {
        top: 65px;
        left: 70%;
        width: 0%;
        opacity: 0;
        visibility: hidden;
    }
    100% {
        top: 15px;
        left: 100px;
        width: 150%;
        opacity: 1;
        visibility: visible;
    }
}

.process_four {
    animation-name: progress2;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes progress4 {
    0% {
        top: 65px;
        left: 70%;
        width: 0%;
        opacity: 0;
        visibility: hidden;
    }
    100% {
        top: 15px;
        left: 100px;
        width: 150%;
        opacity: 1;
        visibility: visible;
    }
}

.process_img {
    display: inline-block;
    background: url('../img/process/block_bg.png') no-repeat center center;
    background-size: 160%;
    width: 175px;
    height: 175px;
    position: relative;
    z-index: 2;
}

.process_img img {
    width: 50px;
    position: relative;
    top: 42px;
    left: -5px;
}

.process_inner_division {
    max-width: 65%;
    margin: 0 auto;
}

.process_division:nth-child(2n) .process_inner_division {
    position: relative;
    margin-top: 100px;
}

.process_count {
    position: absolute;
    font-size: 28px;
    width: 45px;
    height: 45px;
    font-family: "Inter-SemiBold";
    color: #aaaaac;
    transform: skew(20deg, -25deg);
    z-index: 9;
}

.process_count_1 {
    background: url('../img/process/num_1.png') no-repeat center center;
    background-size: cover;
}

.process_count_2 {
    background: url('../img/process/num_2.png') no-repeat center center;
    background-size: cover;
}

.process_count_3 {
    background: url('../img/process/num_3.png') no-repeat center center;
    background-size: cover;
}

.process_count_4 {
    background: url('../img/process/num_4.png') no-repeat center center;
    background-size: cover;
}

.process_count_5 {
    background: url('../img/process/num_5.png') no-repeat center center;
    background-size: cover;
}

.process_division:nth-child(2n+1) .process_count {
    top: -5px;
    left: 22%;
    transform: rotate(-10deg);
}

.process_division:nth-child(2n) .process_count {
    top: -1px;
    left: 0%;
    transform: rotate(-6deg);
}


/*--sevices section--*/

.home_service_section {
    background: url('../img/services/bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.home_service_section * {
    color: #fff;
}

.home_services_list_content {
    margin-bottom: 0px;
    line-height: 26px;
}

.home_service_section .section_sub_titles::after {
    background: #fff;
}

.home_service_section .section_main_titles {
    margin-bottom: 105px;
}

.home_services_list_title {
    font-size: 22px;
    font-family: "Inter-SemiBold";
    margin-bottom: 20px;
}

.home_services_section {
    max-width: 95%;
    margin: 0 auto;
}

.home_services_inner_list {
    padding-right: 40px;
}

.home_services_list_icon {
    width: 85px;
    margin-bottom: 55px;
}


/*--milestone section--*/

.home_milestone_section {
    background: url('../img/milestone/bg.jpg') no-repeat center center;
    background-size: cover;
    margin-bottom: 130px;
}

.home_milestone_section * {
    color: #fff;
}

.milestone_list_title {
    font-size: 30px;
    font-family: "Inter-ExtraBold";
    color: #e40234;
    margin-bottom: 28px;
}

.milestone_list_title .count {
    color: #e40234;
}

.milestone_list_content {
    font-family: "Inter-SemiBold";
    max-width: 60%;
    font-size: 20px;
    line-height: 32px;
}

.milestone_descrip_section {
    margin-top: 80px;
}

.milestone_description {
    font-size: 14px;
    font-family: "Inter-Medium";
    max-width: 80%;
    line-height: 26px;
    margin-bottom: 20px;
}

.miles_readmore_link {
    font-size: 15px;
    font-family: "Inter-Bold";
    color: #e40234;
}

.miles_readmore_link:hover {
    color: #fff;
    text-decoration: none;
}

.milestone_work_image {
    position: relative;
}

.milestone_work_image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 420px;
}


/*--home mission section--*/

.home_mission_section {
    background: url('../img/mission/bg.jpg') no-repeat right center;
    background-size: contain;
}

.home_mission_section .section_main_titles {
    max-width: 90%;
}

.home_mission_section .home_mission_inner_content {
    max-width: 80%;
}

.home_mission_description {
    font-family: "Inter-Medium";
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 55px;
}

.founder_details {
    margin-bottom: 80px;
}

.founder_name {
    font-family: "Inter-SemiBold";
    margin-bottom: 15px;
    color: #e40234;
    font-size: 26px;
}

.founder_designation {
    font-family: "Inter-Medium";
    font-size: 20px;
    font-style: italic;
    margin-bottom: 0px;
}

.mission_more_link {
    font-family: "Inter-SemiBold";
    color: #e40234;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

.mission_more_link::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #e40234;
}

.mission_more_link:hover {
    color: #e40234;
    text-decoration: none;
}

.founder_image {
    max-width: 400px;
    padding-top: 60px;
    margin: 0 auto;
}

.founder_image img {
    max-width: 100%;
}


/*--home our articls section--*/

.home_article_section {
    background: url('../img/articles/bg.jpg') no-repeat right center;
    background-size: cover;
    padding-bottom: 40px;
}

.home_testimonial_section {
    padding-top: 4px;
}

.home_testimonial_inner_section {
    margin: 0 0 0 auto;
    max-width: 92%;
}

.testimonial_slider_divition {
    background: #fff;
    box-shadow: 0 0px 12px #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.testimonial_slider_seeall {
    /* min-height: 339px; */
    background: #e40234;
    padding: 50px 25px 25px;
    color: #fff;
    position: relative;
    height: 97%;
}

.testimonial_slider_seeall .testimonial_seeall_title {
    font-family: "Inter-Medium";
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
}

.testimonial_slider_seeall .testimonial_readmore {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.testimonial_slider_seeall .testimonial_readmore a {
    color: #fff;
}

.testimonial_slider_content {
    padding: 25px;
}

.testimonial_date {
    font-family: "Inter-Medium";
    font-size: 12px;
    color: #e40234;
}

.testimonial_description {
    font-family: "Inter-SemiBold";
    font-size: 19px;
    line-height: 32px;
}

.testimonial_owl_carousel.owl-carousel .owl-stage {
    display: flex;
}

.testimonial_owl_carousel.owl-carousel.owl-drag .owl-item {
    flex: 1;
    max-width: 380px;
}

.testimonial_owl_carousel .owl-carousel .owl-dot {
    outline: none;
}

.testimonial_readmore {
    font-family: "Inter-Bold";
    margin-bottom: 0px;
    text-align: right;
}

.testimonial_readmore a {
    display: inline-block;
    color: #e40234;
    font-size: 14px;
    text-transform: uppercase;
}

.testimonial_readmore a:hover {
    text-decoration: none;
}


/*--partner company section--*/

.home_partners_section {
    background: url('../img/partners/bg.jpg') no-repeat right top;
    background-size: 60%;
    padding-bottom: 150px;
}

.home_partners_inner_section {
    max-width: 460px;
    padding-top: 50px;
}

.partners_owl_carousel .owl-item {
    width: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 71px;
}

.partners_owl_carousel .testimonial_slider_img img {
    max-width: 100%;
    width: auto;
}

.partners_owl_carousel .owl-dots {
    position: relative;
    bottom: -65px;
    text-align: left;
    margin-top: 0px !important;
}

@media only screen and (max-width: 1440px) {
    .home_partners_section {
        background-size: 65%;
    }
}

@media only screen and (max-width: 1366px) {
    .home_partners_section {
        background-size: 70%;
    }
}

@media only screen and (max-width: 1300px) {
    .home_partners_section {
        background-size: 80%;
    }
}


/*--footer section--*/

.footer {
    background: #011327;
    padding: 50px 0px 10px;
}

.footer * {
    color: #fff;
}

.footer_logo {
    width: 265px;
    margin-bottom: 60px;
}

.address_item {
    margin-bottom: 60px;
}

.address_item:last-child {
    margin-bottom: 0px;
}

.address_title {
    font-family: "Inter-Medium";
    font-size: 21px;
    margin-bottom: 40px;
    position: relative;
}

.address_title::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0px;
    width: 50%;
    border-bottom: 1px solid #9c9c9c;
}

.address_item ul li {
    font-family: "Inter-Light";
    font-size: 14px;
    line-height: 21px;
}

.contact_item ul li {
    margin-bottom: 10px;
}

.certificates_img {
    display: inline-block;
    width: 75px;
    margin-right: 10px;
}

.certificates_img:last-child {
    margin-right: 0px;
}

.social_links a {
    display: inline-block;
    width: 50px;
    margin-right: 16px;
}

.social_links a:last-child {
    margin-right: 0px;
}

.subscrip_form {
    margin-bottom: 45px;
}

.subscrip_form form {
    display: flex;
}

.subscrip_form input {
    height: 45px;
    background: #808893;
    border: none;
    color: #fff;
    font-size: 14px;
}

.subscrip_form input::-webkit-input-placeholder {
    color: #fff;
}

.subscrip_form input:focus {
    color: #fff;
    background: #808893;
    outline: none;
    border: none;
    box-shadow: none;
}

.connected_section {
    max-width: 85%;
}

.connected_section .address_title {
    color: #ffff91;
}

.signup_btn {
    font-family: "Inter-Medium";
    font-size: 17px;
    background: #e40234;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    min-width: 100px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.signup_btn:focus {
    outline: none;
}

.copyrights {
    margin-top: 90px;
    padding-bottom: 5px;
    font-size: 15px;
    font-family: "Inter-Light";
}


/*--home page end--*/


/* Written for Reveal animations*/

.reveal {
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}