* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

.MAIN-color {
    color: #da251a;
}

.SECOND-color {
    color: #183883;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

a:focus {
    color: #da251a;
}

.form-control:focus {
    border-color: #dee2e6;
    box-shadow: 0px 0px 10px #44444440;
}


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.container {
    max-width: 1350px;
}

.container-fluid {
    --bs-gutter-x: 0rem;

}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    background-color: #f6f6f6;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
}

.accordion-body {
    font-size: 20px;
}


.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #052c65;
    background-color: #f6f6f6;
    box-shadow: none;
}



/* products dots */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #2d292a;
    margin: 0 10px;
}

.owl-dots button.owl-dot.active {
    background-color: #da251a;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}



/* back to top css  */
#back-to-top {
    display: block;
    color: #fff;
    background-color: #da251a;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.26);
    font-size: 12px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 65px;
    right: 25px;
    transition: .2s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    border: 2px solid transparent;
}

#back-to-top:hover {
    cursor: pointer;
    color: #da251a;
    background-color: #fff;
    border: 2px solid #da251a;
}



#back-to-top.show {
    opacity: 1;
    visibility: visible;
}



.section-heading {
    color: #da251a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.main-text {
    font-size: 45px;
    line-height: 58px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}



/* ***************************************  PAGE NAV   *************************************** */
.page-nav {
    padding: 190px 0px 120px;
    background-image: url('../img/about/about-bg.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
}


.page-nav h1 {
    margin-bottom: 15px;
    font-size: 50px;
    font-family: "Space Grotesk", sans-serif;
}

.page-nav .breadcrumb li {
    display: inline-block;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
}

.page-nav .breadcrumb ul li a {
    color: #fff;
}

.page-nav .breadcrumb ul li a:hover {
    color: #da251a;
}

.page-nav .breadcrumb ul li a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px 0 9px;
}

.page-nav .breadcrumb ul li a:hover::after {
    color: #fff;
}

/* ***************************************  TOP NAVBAR   *************************************** */
.top-header {
    background-color: #020e28;
    position: relative;
    width: 100%;
    padding: 8px 0px;
    line-height: 40px;
    z-index: 101;
    border-bottom: 1px solid;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.top-header a,
.top-header button,
.top-header p,
.top-header span {
    font-size: 14px;
    transition: all 0.3s ease;
}







.top-header .topbar-right {
    margin-bottom: 0;
    display: flex;
}

.top-header .topbar-right li {
    margin-left: 10px;
    position: relative;
    border: 1px solid #da251a;
    border-radius: 50%;
    padding: 15px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header .topbar-right li:first-child {
    margin: 0;
}

.top-header ul li a {
    color: #da251a;
}

.top-header ul li a i {
    font-size: 12px;
}




/* ***************************************  LOGO HEADER   *************************************** */
header {
    width: 100%;
    padding: 15px 0px;
    background-color: #fff;
}

header .logo-details {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .main-logo {
    display: flex;
    gap: 10px;
    align-items: center;
}

header .navbar-brand img {
    width: 130px;
}

header .text h5 {
    font-size: 25px;
}





header .details {
    display: flex;
    align-items: center;
}

header .details .single-box {
    margin-right: 20px;
    width: 250px;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .details .single-box:last-child {
    margin-right: 0px;
}

header .details .single-box .icon {
    height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #da251a;
    border-radius: 10px;
}


header .details .single-box .icon i {
    font-size: 25px;
    color: #da251a;
}


header .details .single-box .text h6 {
    color: #da251a;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
}

header .details .single-box .text p,
header .details .single-box .text a {
    color: #212529;
}









/* ***************************************  NAV HEADER   *************************************** */

.nav-header {
    padding: 10px;
    background-color: rgba(34, 37, 47, 0.4);

    position: sticky;
    top: -0.2px;
    left: 0;
    z-index: 99;
    margin-bottom: -68px;
}

.nav-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* mobile navs  */
.nav-header .bars {
    display: none;
}

.nav-header .bars p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

.nav-header .nav-list {
    display: flex;
    align-items: center;
}


.nav-header .nav-link {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 40px;
    margin-right: 40px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.nav-header li:last-child .nav-link {
    border: none;
    padding: 0;
    margin: 0;
}



.nav-header .nav-link:hover,
.nav-header .nav-link.active,
.nav-header .nav-link:focus {
    color: #da251a;
}

.nav-header .nav-item {
    position: relative;
    transition-delay: 0.4s;
    visibility: visible;
}



/* search and cta  */
.nav-header .search-cta {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-header .search-cta .search {
    position: relative;
}

.nav-header .search-cta .search a {
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.nav-header .search-cta .search a:hover {
    color: #fff;
    background-color: #da251a;
}


/* PC input  */
.nav-header .search-cta .field {
    position: absolute;
    width: 250px;
    bottom: -35px;
    left: -205px;
    opacity: 0;
    transition: .3s;
}

.nav-header .search-cta .field.show {
    width: 250px;
    bottom: -60px;
    left: -205px;
    opacity: 1;
    transition: .3s;
}

.nav-header .search-cta .field .input {
    position: relative;
}

.nav-header .search-cta .field .input i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #da251a;
}

.nav-header .search-cta .cta a {
    background: #da251a;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 32px;
    border-radius: 2px;
    display: inline-block;
    line-height: 28px;
    transition: all 0.3s ease;
}

.nav-header .search-cta .cta a:hover {
    background-color: #020e28;
}


/* NAV HEADER WHiTE  */
.nav-header.white {
    background-color: #fff;
    box-shadow: 0 7px 15px rgb(25 25 25 / 10%);
}

.nav-header.white .nav-link {
    color: #000;
    border-right: 1px solid #000;
}

.nav-header.white .nav-link:hover,
.nav-header.white .nav-link.active,
.nav-header.white .nav-link:focus {
    color: #da251a;
}

/* ***************************************  MOBILE HEADER  *************************************** */
.mobile-header {
    background-color: rgba(34, 37, 47, 0.4);
    box-shadow: 0px 0px 10px #a2a2a2;
    display: none;
    margin-bottom: -93px;
    z-index: 5;
    position: sticky;
    top: -0.8px;
}

.mobile-header .container {
    padding: 10px;
}

.mobile-header .container .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-header .logo img {
    width: 110px;
}

.mobile-header .icon {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mobile-header .icon .search {
    position: relative;
}

.mobile-header .icon .search a {
    background-color: rgb(0 0 0 / 40%);
    color: #da251a;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.mobile-header .icon .search a:hover {
    color: #fff;
    background-color: #da251a;
}




/* MOBILE input  */
.mobile-header .icon .field {
    position: absolute;
    width: 250px;
    bottom: -35px;
    left: -205px;
    opacity: 0;
    z-index: 999;
    transition: .3s;
}

.mobile-header .icon .field.show {
    bottom: -75px;
    opacity: 1;
}

.mobile-header .icon .field .input {
    position: relative;
}

.mobile-header .icon .field .input i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #da251a;
}




.mobile-header .icon .menu a {
    font-size: 18px !important;
    color: #da251a;
    border: 1px solid #da251a;
    padding: 6px 10px;
    height: 43px;
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* NAV  */
.mobile-header .navs {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: #da251a;
    display: none;
}


.mobile-header .navs li {
    margin-bottom: 20px;
}

.mobile-header .navs li:last-child {
    margin: 0px;
}

.mobile-header .navs li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.mobile-header .navs li a.active {
    color: #020e28;
}


.mobile-header .navs .cta {
    display: inline-block;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    color: #da251a;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s;
}


/* ***************************************  BANNER  *************************************** */
.banner .swiper-slide {
    position: relative;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .7;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}

.banner .swiper-slide .bnr-img {
    position: relative;
}

.banner .swiper-slide .bnr-img::after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.459);
}

.banner .swiper-slide .text {
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 48%;
    left: 18%;
    transform: translate(-18%, -48%);
    width: 60%;
}

.banner .swiper-slide .text h1 {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: "Space Grotesk", sans-serif !important;
}

.banner .swiper-slide .text p {
    margin-bottom: 30px;
}

.banner .swiper-slide .text a {
    position: absolute;
    background: #da251a;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 32px;
    border-radius: 2px;
    display: inline-block;
    line-height: 28px;
    transition: all 0.3s ease;
}



/* ***************************************  FEATURES  *************************************** */
.features {
    padding: 100px 0px 70px;
}


.features .wrapper {
    background-color: #f7f7f7;
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: .3s;
    position: relative;
    overflow: hidden;
    min-height: 92%;
}

.features .wrapper:hover {
    background-color: #da251a;
}

.features .wrapper .icon {
    margin-bottom: 30px;
}

.features .wrapper .icon svg {
    height: 60px;
    width: 60px;
}

.features .wrapper .icon svg path {
    fill: #da251a;
}

.features .wrapper:hover .icon svg path {
    fill: #fff;
}


.features .wrapper:hover {
    transition: .3s;
}

.features .wrapper:hover .text {
    color: #fff;
}

.features .wrapper .text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.features .wrapper .numbers {
    position: absolute;
    right: -20px;
    bottom: -80px;
    font-size: 200px;
    font-weight: bold;
    font-family: 'inter';
    opacity: .05;
}


/* ***************************************  HOME ABOUT  *************************************** */
.home-about {
    padding: 100px 0px;
    background-color: #f7f7f7;
}

.home-about .top-content {
    margin-bottom: 60px;
}

.home-about .main-text span {
    color: #da251a;
}

.home-about .top-content .description {
    line-height: 30px;
    margin-top: 30px;
}

.home-about .top-content .description p {
    margin-bottom: 40px;
}

.home-about .top-content .description a {
    background: #da251a;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 32px;
    border-radius: 2px;
    display: inline-block;
    line-height: 28px;
    transition: all 0.3s ease;
}

.home-about .top-content .description a i {
    margin-left: 10px;
}

.home-about .top-content .image {
    overflow: hidden;
    text-align: center;
}

.home-about .top-content .image img {
    transition: .3s;
}

.home-about .top-content .image img:hover {
    transform: scale(1.06);
}

.home-about .video-section {
    z-index: 10;
}

.home-about .video-section .video-wrapper {
    width: 100%;
    overflow: hidden;
}

.home-about .video-section .video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 80%;
}


/* ***************************************  PRODUCTS  *************************************** */
.products {
    padding: 70px 0px 50px;
}

.products .main-text {
    margin-bottom: 50px;
}

.products .wrapper {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.products .wrapper .overlay {
    position: absolute;
    background-image: linear-gradient(360deg, #040423D6 0%, #04042300 63%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.products .wrapper:hover .overlay {
    position: absolute;
    background-image: linear-gradient(360deg, #040423b1 0%, #04042300 63%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 190%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.products .wrapper img {
    width: 100%;
    transition: .3s;
}

.products .wrapper:hover img {
    transform: scale(1.05);
}

.products .wrapper .name-btn {
    position: absolute;
    left: 20px;
    bottom: -35px;
    color: #fff;
    z-index: 3;
    transition: .3s;
}

.products .wrapper:hover .name-btn {
    bottom: 20px;
}

.products .wrapper .name-btn .name {
    margin-bottom: 10px;
}

.products .wrapper .name-btn .box-btn {
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    opacity: 0;
    transition: .3s;
}

.products .wrapper:hover .name-btn .box-btn {
    opacity: 1;
}

.products .wrapper .name-btn .box-btn:hover {
    color: #fff;
    background-color: #da251a;
    border-color: #da251a;
}


/* ***************************************  HOME INDUSTRIES  *************************************** */
.home-industries {
    padding: 70px 0px;
    background-color: #f7f7f7;
}

.home-industries .main-text {
    margin-bottom: 50px;
}

.home-industries .single-industry {
    position: relative;
}

.home-industries .single-industry .image {
    position: relative;
}

.home-industries .single-industry .image .overlay {
    position: absolute;
    background-image: linear-gradient(360deg, #040423D6 8%, #04042300 60%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.home-industries .single-industry .name {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.home-industries .single-industry .name p {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline;
}


/* ***************************************  TEAM  *************************************** */
.team {
    padding: 70px 0px 50px;
}

.team .main-text {
    margin-bottom: 50px;
}

.team .single-member {
    margin-bottom: 30px;
    transition: .3s;
}

.team .single-member .text {
    text-align: center;
    background-color: #020e28;
    border-top: 2px solid #da251a;
    padding: 10px 0px;
    color: #fff;
    transition: .3s;
}

.team .single-member:hover .text {
    text-align: center;
    color: #fff;
    background-color: #da251a;
}

.team .single-member .name {
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 5px;
}


/* ***************************************  TESTIONIALS  *************************************** */
.testimonials {
    padding: 70px 0px;
    background-color: #e9e9e9;
    position: relative;
}

.testimonials .main-text {
    margin-bottom: 50px;
}

.testimonials img.dots.a {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 200px;
}

.testimonials img.dots.b {
    position: absolute;
    bottom: 60px;
    left: 60px;
    width: 200px;
}

.testimonials .wrapper {
    padding: 30px 30px 50px 30px;
    background-color: #fff;
    position: relative;
}

.testimonials .wrapper .name-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.testimonials .wrapper .name-logo .name h4 {
    font-weight: bold;
    font-family: "Space Grotesk", sans-serif;
}

.testimonials .wrapper .name-logo .logo img {
    width: 100px;
}

.testimonials .wrapper .icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.testimonials .wrapper .icon svg {
    fill: #1F1F1F;
    width: 120px;
    opacity: .07;
}

.testimonials .wrapper .review p {
    line-height: 1.8;
    letter-spacing: 1px;
}




/* ***************************************  PARTNERS  *************************************** */
.partners {
    padding: 100px 0px;
}

.partners .slick-slide {
    display: flex;
    justify-content: center;
}


.partners .slider .slide img {
    width: 60%;
    aspect-ratio: 4/3;
    object-fit: contain;
}

/* ***************************************  ABOUT  *************************************** */
.about {
    padding: 100px 0px;
}

.about .main-text {
    margin-bottom: 30px;
}

.about .image img,
.why-choose-us .image img {
    width: 90%;
}



/* solutions  */
.solutions {
    background: url('../img/solutions/bg.jpg'), no-repeat, center;
    background-size: cover;
    padding: 100px 0px;
    color: #fff;
}

.solutions .upper-text {
    margin-bottom: 50px;
}

.solutions .description p {
    font-size: 18px;
    word-spacing: 2px;
    transition: .3s;
}

.solutions .single-box {
    border: 1px solid #ffffff;
    text-align: center;
    padding: 40px 0px;
    position: relative;
}

.solutions .single-box:hover {
    border: 1px solid #da251a;
    color: #da251a;
}

.solutions .single-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #ffffff1c;
    transition: .2s;
}

.solutions .single-box:hover:after {
    height: 100%;
}

.solutions .single-box .icon {
    margin-bottom: 20px;
}

.solutions .single-box .text p {
    font-size: 20px;
    font-weight: 600;
}



/* why choose us  */
.why-choose-us {
    padding: 100px 0px;
}

.why-choose-us .main-text {
    margin-bottom: 30px;
}


/* numbers  */
.about-numbers {
    padding: 100px 0px;
    background-image: url('../img/about/number-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.about-numbers .single-box {
    padding: 30px 0px;
    text-align: center;
    color: #fff;
}

.about-numbers .single-box .number {
    font-size: 50px;
    font-weight: bold;
    font-family: "Space Grotesk", sans-serif;

    display: flex;
    justify-content: center;
}

.about-numbers .single-box .text {
    font-size: 25px;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
}




/* ***************************************  PRODUCT PAGE  *************************************** */
.products-page {
    padding: 20px 10px 100px;
}

.products-page .wrapper {
    text-align: center;
    padding-top: 80px;
}

.products-page .wrapper:last-child {
    margin-bottom: 0px;
}

.products-page .heading {
    margin-bottom: 30px;
}

.products-page .heading h2 {
    font-family: "Inter", sans-serif;
}

.products-page .products-section .single-product {
    margin: 0px 10px;
    overflow: hidden;
    margin-bottom: 50px;
    transition: .3s;
}

.products-page .products-section .single-product:hover {
    transform: translateY(-6px);
    opacity: .9;
}

.products-page .products-section .single-product .image {
    margin-bottom: 10px;
    overflow: hidden;
}

.products-page .products-section .single-product .image img {
    transition: .3s;
}


.products-page .products-section .single-product .name {
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    transition: .2s;
}

.products-page .products-section .single-product:hover .name {
    color: #da251a;
}


/* ***************************************  PRODUCT DETAILS  *************************************** */
.product-details {
    padding: 100px 0px;
}

.product-details .images {
    margin-bottom: 50px;
}

.product-details .images .slider-for {
    width: 75%;
    margin: auto;
}

.product-details .images .slider-for img {
    width: 100%;
}

.product-details .images .slider-nav {
    width: 700px;
    margin: auto;
    margin-top: 30px;
    position: relative;
}

.slider-nav .slick-active.slick-current.slick-slide {
    opacity: 0.7;
}

.product-details .images .slider-for .slick-arrow {
    background-color: #da251a;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.product-details .images .slider-for .slick-prev {
    position: absolute;
    left: -10px;
    top: 45%;
    border-radius: 0px 5px 5px 0px;
}

.product-details .images .slider-for .slick-next {
    position: absolute;
    right: -10px;
    top: 45%;
    border-radius: 5px 0px 0px 5px;
}



.product-details .images .slider-nav .slick-arrow {
    background-color: #da251a;
    color: #fff;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.product-details .images .slider-nav .slick-prev {
    position: absolute;
    left: -50px;
    top: 0;
}

.product-details .images .slider-nav .slick-next {
    position: absolute;
    right: -50px;
    top: 0;
}



/* DESCRIPTION  */
.product-details .text {
    border: 1px solid #a2a2a2;
    padding: 30px;
}

.product-details .text>div {
    margin-bottom: 20px;
}

.product-details .text>div:last-child {
    margin-bottom: 0px;
}

/* POINT  */
.product-details .text .points h5 {
    margin-bottom: 10px;
    font-weight: bold;
}

.product-details .text .points li {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}

.product-details .text .points i {
    color: #da251a;
    font-size: 18px;
    margin-right: 5px;
}


/* new  */
.product-details .text .points li p.head {
    margin-right: 5px;
    font-weight: bold;
    min-width: 200px;
}

.product-details .text .points.flanges li p.head {
    margin-right: 5px;
    font-weight: bold;
    min-width: 260px;
}




/* CONTACT BTNS  */
.contact-btn {
    margin-top: 30px;
}

.contact-btn a {
    background-color: #da251a;
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
    transition: .3s;
}

.contact-btn a:last-child {
    margin: 0;
}

.contact-btn a:hover {
    opacity: .85;
}

.contact-btn a.whtsp {
    background-color: green;
}

.contact-btn a i {
    margin-right: 8px;
}

/* ***************************************  FOOTER  *************************************** */
footer {
    padding: 100px 0px 0px;
    color: #fff;
    background: url('../img/testimonial/bg.png'), no-repeat;
    background-attachment: fixed;
}

footer .form-section {
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #a2a2a2;
}


footer .form-section .text-section .main-text {
    padding-right: 20%;
    margin-bottom: 30px;
}

footer .form-section .text-section .desc {
    color: #fff;
    padding-right: 20%;
    margin-bottom: 50px;
}


footer .form-section .text-section .details .box {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}

footer .form-section .text-section .details .box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #da251a;
    border-radius: 10px;
    flex: 0 0 60px !important;
    height: 60px;
}

footer .form-section .text-section .details .box .icon i {
    font-size: 22px;
}

footer .form-section .text-section .details .box h3 {
    margin-bottom: 5px;
}

footer .form-section .text-section .details .box p,
footer .form-section .text-section .details .box a {
    color: #fff;
}




/* form  */
footer .form-section .form {
    padding: 40px;
    background-color: #da251a;
    position: relative;
}

footer .form-section .form img.dots {
    position: absolute;
    bottom: 60px;
    right: 30px;
    width: 150px;
}

footer .form-section .form .heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 30px !important;
    padding: 0px 0px 0px 0px !important;
}

footer .form-section .form .form-control {
    background-color: #FFFFFF1A;
    margin-bottom: 15px;
    padding: 12px 18px;
    border-radius: 2px;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF52;
}

footer .form-section .form .form-control::placeholder {
    color: #ffffff92 !important;
}

footer .form-section .form .sbmt-btn {
    background: #020e28;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 18px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    display: inline-block;
    line-height: 28px;
    transition: all 0.3s ease;
}

footer .form-section .form .sbmt-btn:hover {
    background-color: #454545;
}

footer .form-section .form .sbmt-btn i {
    margin-left: 3px;
    font-size: 16px;
}


/* Links  */
footer .wrapper {
    padding: 10px 0px;
}

footer .wrapper.brand-section img {
    margin-bottom: 30px;
}

footer .wrapper .heading {
    margin-bottom: 20px;
}

footer .wrapper.icon-section {
    margin-left: 50px;
}

footer .wrapper ul li {
    margin-bottom: 15px;
}

footer .wrapper ul li a {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    transition: .3s;
}

footer .wrapper ul li a:hover {
    color: #da251a;
    padding-left: 10px;
}

footer .wrapper.icon-section a {
    text-align: center;
}

footer .wrapper.icon-section a i {
    color: #da251a;
    font-size: 20px;
    width: 30px;
    margin-right: 5px;
}

footer .wrapper.news-section .desc {
    margin-bottom: 20px;
}

footer .wrapper.news-section input {
    background-color: #FFFFFF1A;
    margin-bottom: 15px;
    padding: 12px 18px;
    border-radius: 2px;
    color: #FFFFFF !important;
    border: 1px solid #da251a;
}

footer .wrapper.news-section input::placeholder {
    color: #ffffff63 !important;
}

footer .wrapper.news-section .sbmt-btn {
    background: #da251a;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 18px;
    margin-top: 20px;
    border-radius: 2px;
    border: 1px solid transparent;
    display: inline-block;
    line-height: 28px;
    transition: all 0.3s ease;
}

footer .wrapper.news-section .sbmt-btn:hover {
    background: #952222;
    border: 1px solid #020e28;
}







/* copyright  */
footer .copyright {
    text-align: center;
    padding: 30px 0px;
    margin-top: 50px;
    border-top: 1px solid #a2a2a2;
}

footer .copyright p a {
    color: #fff;
    border-bottom: 1px solid #da251a;
    transition: .3s;
}

footer .copyright p a:hover {
    color: #da251a;
    border-bottom: 1px solid #da251a;
}







@media (max-width:1200px) {
    .banner .swiper-slide .text {
        top: 48%;
        left: 5%;
        transform: translate(-5%, -48%);
        width: 70%;
    }

    .banner .swiper-slide .text h1 {
        font-size: 50px;
    }
}

@media (max-width:1085px) {

    .product-details .images .slider-for {
        width: 95%;
    }

    .product-details .images .slider-nav {
        width: 70%;
    }

    .products-page .products-section .single-product {
        margin: 0px 0px 30px 0px;
    }

    .about-numbers .single-box .number {
        font-size: 40px;
    }

}

@media (max-width:991px) {

    header,
    .nav-header {
        display: none;
    }

    .mobile-header {
        display: block;
        margin: 0;
        background-color: #fff;
    }

    .mobile-header .logo img {
        width: 90px;
    }

    .mobile-header .icon .field.show {
        bottom: -65px;
    }

    .mobile-header .icon {
        gap: 20px;
    }

    .mobile-header .icon .search a {
        background-color: #fff;
        color: #da251a;
        border: 1px solid #da251a;
    }

    .main-text {
        font-size: 40px;
        line-height: 38px;
    }

    .products .wrapper .name-btn .name {
        font-size: 18px;
    }

    .products .wrapper .name-btn,
    .products .wrapper:hover .name-btn {
        left: 10px;
        bottom: 10px;
    }

    .products .wrapper .name-btn .box-btn {
        opacity: 1;
        padding: 5px 14px;
        color: #fff;
        background-color: #da251a;
        border-color: #da251a;
    }

    footer .wrapper {
        margin-bottom: 30px;
    }

    footer .wrapper.icon-section {
        margin-left: 0px;
    }

    footer .copyright {
        margin-top: 20px;
    }

    .banner .swiper-slide .text h1 {
        font-size: 40px;
    }

    .banner .swiper-slide .text p {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .page-nav {
        padding: 100px 0px 80px;
    }
}


@media (max-width:850px) {
    .banner .swiper-slide .text {
        top: 40%;
        left: 5%;
        transform: translate(-5%, -40%);
        width: 90%;
    }

    .banner .swiper-slide .bnr-img img {
        object-fit: cover;
        height: 80vh;
    }

    .about-numbers .single-box .text {
        font-size: 23px;
    }
}

@media (max-width:767px) {
    .top-header .container .topbar-right {
        justify-content: center;
    }

    .mobile-header .logo img {
        width: 80px;
    }

    .mobile-header .icon .field.show {
        bottom: -60px;
    }

    .features .wrapper {
        padding: 20px;
    }

    .main-text {
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 38px;
    }

    .features {
        padding: 70px 0px 40px;
    }

    .home-about {
        padding: 70px 0px;
    }

    .products {
        padding: 70px 0px 50px;
    }

    .home-industries {
        padding: 70px 0px;
    }

    .team {
        padding: 70px 0px 40px;
    }

    .testimonials {
        padding: 70px 0px;
    }

    .partners {
        padding: 70px 0px;
    }

    footer {
        padding: 70px 0px 0px;
    }


    .home-about .description a,
    .banner .swiper-slide .text a {
        padding: 10px 22px;
    }

    .features .wrapper .icon svg {
        height: 50px;
        width: 50px;
    }

    .features .wrapper .icon {
        margin-bottom: 20px;
    }

    .features .wrapper .text h3 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .features .wrapper .text p {
        font-size: 14px;
    }

    .features .wrapper .numbers {
        font-size: 150px;
        bottom: -60px;
    }

    .team .single-member .name {
        font-size: 20px;
    }

    .testimonials img.dots.a {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 120px;
    }

    .testimonials img.dots.b {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 120px;
    }

    .banner .swiper-slide .text {
        top: 40%;
        left: 5%;
        transform: translate(-5%, -40%);
        width: 99%;
    }

    .home-about .top-content {
        flex-direction: row-reverse;
    }

    .home-about .top-content .image {
        margin-top: 30px;
    }

    .home-about .top-content .image img {
        width: 60%;
    }

    .about .image {
        margin-bottom: 50px;
    }


    .why-choose-us .image {
        margin-top: 50px;
    }

    .about .image img,
    .why-choose-us .image img {
        width: 100%;
    }

    .solutions .single-box {
        margin-bottom: 25px;
    }

    .products-page .heading {
        margin-bottom: 25px;
    }
}

@media (max-width:630px) {
    .banner .swiper-slide .text h1 {
        font-size: 30px;
    }

    .banner .swiper-slide .text p {
        font-size: 12px;
    }

    .about-numbers .single-box .number {
        font-size: 35px;
    }

    .about-numbers .single-box .text {
        font-size: 21px;
    }

}

@media (max-width:575px) {
    .home-industries .single-industry {
        margin: 0px 15px;
    }

    .team .single-member .image {
        margin-bottom: 5px;
    }

    .team .single-member .name {
        font-size: 15px;
    }

    footer .form-section .form {
        padding: 30px;
    }

    .product-details .text {
        padding: 15px;
    }


    .products-page .products-section .single-product .name {
        font-size: 14px;
    }

    footer .form-section .text-section .main-text,
    footer .form-section .text-section .desc {
        padding-right: 0;
    }
}

@media (max-width:380px) {
    .contact-btn a {
        padding: 12px 21px;
    }
}

@media (max-width:370px) {
    .contact-btn a {
        padding: 12px 15px;
        font-size: 15px;
    }
}