@font-face {
    font-family: 'Calibri-Bold';
    src: url("../fonts/Calibri-Bold.TTF");
}

@font-face {
    font-family: 'Calibri-Bold-Italic';
    src: url("../fonts/Calibri-Bold-Italic.ttf");
}

@font-face {
    font-family: 'Calibri-Italic';
    src: url("../fonts/Calibri-Italic.ttf");
}

@font-face {
    font-family: 'Calibri-Light';
    src: url("../fonts/Calibri-Light.ttf");
}


@font-face {
    font-family: 'Calibri-Light-Italic';
    src: url("../fonts/Calibri-Light-Italic.ttf");
}

@font-face {
    font-family: 'Calibri-Regular';
    src: url("../fonts/Calibri-Regular.ttf");
}

@font-face {
    font-family: 'Gothic-Bold';
    src: url("../fonts/Gothic-Bold.TTF");
}

@font-face {
    font-family: 'Gothic-Bold-Italic';
    src: url("../fonts/Gothic-Bold-Italic.ttf");
}

@font-face {
    font-family: 'Gothic-Italic';
    src: url("../fonts/Gothic-Italic.ttf");
}

@font-face {
    font-family: 'Gothic-Regular';
    src: url("../fonts/Gothic-Regular.TTF");
}

@font-face {
    font-family: 'Borel-regular';
    src: url("../fonts/Borel-regular.TTF");
}

@font-face {
    font-family: 'Lucida';
    src: url("../fonts/Lucid_ Calligraphy_Bold.otf");
}

@font-face {
    font-family: 'Gothic';
    src: url("../fonts/GOTHIC.TTF");
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Gothic-Regular', sans-serif !important;
}

p,
ol li,
ul li {
    font-size: 16px;
    font-family: 'Gothic-Regular', sans-serif !important;
    color: #000000;
}

strong {
    font-family: 'Gothic-Bold' !important;
    /*color: #000;*/
}

.bg_gray {
    background-color: #676767;
}

button {
    border: none;
}

section {
    padding: 50px 0;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gothic-Bold', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

/* ---------------- Theme Button CSS Start ---------------- */
.theme_btn {
    margin-top: 30px;
}

.theme_btn .theme-primary-btn {
    background: #F48131;
    padding: 14px 16px;
    color: #fff;
    transition: all .5s ease;
}

.theme_btn .theme-primary-btn span {
    margin-left: 5px;
}

.theme_btn .theme-primary-btn:hover {
    background: #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

/* ---------------- Theme Button CSS End ---------------- */

/* ---------------- Read More Button CSS Start ---------------- */
.read-more-btn a {
    display: flex;
    align-items: center;
}

.read-more-btn a span {
    margin-left: 8px;
}

/* ---------------- Read More CSS End ---------------- */


/* ---------------- Theme Main title CSS Start ---------------- */
.theme-title {
    margin-top: 15px;
    margin-bottom: 55px;
}

.theme-title h2 {
    font-size: 45px;
}

/* ---------------- Theme Main title CSS Start ---------------- */

/* ---------------- Theme mini title CSS Start ---------------- */
.theme-main-title .theme-mini-title span {
    color: #888888;
    font-family: 'Gothic-Bold', sans-serif;
    font-size: 16px;
    border-bottom: 2px solid #F48131;
    padding-bottom: 3px;
}

.theme-main-title .theme-mini-title .text-white {
    border-bottom: 2px solid #fff;
}

/* ---------------- Theme mini title CSS End ---------------- */

/* ---------------- Inner Banner CSS Start  ----------------*/
.inner-banner {
    background-image: url(../images/inner-banner.png);
    padding: 60px 0;
}

.inner-banner .inner-banner-txt p {
    font-size: 16px;
}

.inner-banner .inner-banner-main-img img {
    width: 100%;
    height: 380px;
    object-fit: contain;
}

/* ---------------- Inner Banner CSS End  ----------------*/

/* ---------------- Innerpage-title CSS End ---------------- */
.innerpage-title h2,
.innerpage-title h1 {
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 40px;
}

.innerpage-title h2::before,
.innerpage-title h1::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #F48131;
    width: 120px;
    height: 4px;
}

.innerpage-title.text-center h2,
.innerpage-title.text-center h1 {
    position: relative;
}

.innerpage-title.text-center h2::before,
.innerpage-title.text-center h1::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    background: #F48131;
    width: 120px;
    height: 4px;
    transform: translate(-50%, -50%) !important;
}

/* ---------------- Innerpage-title CSS End ---------------- */

/* ---------------- Breadcrumb-wrap Section CSS Start ---------------- */
.breadcrumb-wrap-section {
    /* padding: 18px 0; */
    padding: 40px 0 20px;
    /* margin-top: 20px; */
    background: #f7f8fa;
}

.breadcrumb-wrap-section .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-wrap-section .breadcrumb .breadcrumb-item {
    color: #000;
    font-size: 15px;
}

.breadcrumb-wrap-section .breadcrumb .breadcrumb-item.active {
    color: #F48131;
}

/* ---------------- Breadcrumb-wrap Section CSS Start ---------------- */

/* ---------------- Header Section CSS Start ---------------- */

/* ---------------- Top bar CSS start ---------------- */
.top_bar_wrap_section {
    padding: 7px 0 15px;
    background: #f7f8fa;
    position: relative;
    z-index: 1;
}

.top_bar_wrap_section .top_bar_left_wrap .top-bar_social_icon ul {
    display: flex;
}

.top_bar_wrap_section .top_bar_left_wrap .top-bar_social_icon ul li:first-child {
    margin-left: 0;
}

.top_bar_wrap_section .top_bar_left_wrap .top-bar_social_icon ul li {
    margin: 0 5px;
}

.top_bar_wrap_section .top_bar_left_wrap .top-bar_social_icon ul li:last-child {
    margin-right: 0;
}

.top_bar_wrap_section .top_bar_right_wrap {
    float: right;
    display: flex;
    margin-top: 7px;
}

.top_bar_wrap_section .top_bar_right_wrap a {
    font-size: 16px;
}

.top_bar_wrap_section .top_bar_right_wrap a span {
    margin-right: 10px;
}

.top_bar_wrap_section .top_bar_right_wrap .language_wrap {
    margin-left: 25px;
}

.top_bar_wrap_section .top_bar_right_wrap .language_wrap img {
    width: 24px;
}

/* ---------------- Top bar CSS start ---------------- */
/* ------ Sticky Header Start  ------*/
.fixed-top-header.sticky {
    position: fixed;
    z-index: 100;
    animation: slideDown 0.60s ease-out;
    padding: 7px 0;
    transition: none;
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    width: 100%;
}

.fixed-top-header.sticky .navbar-brand img {
    max-width: 160px;
}

.fixed-top-header.sticky .navbar .nav-item .nav-link {
    padding: 28px 5px;
}

.fixed-top-header.sticky .top_bar_wrap_section,
.fixed-top-header.sticky .navbar::after,
.fixed-top-header.sticky .navbar::before {
    display: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* ------ Sticky Header End  ------*/
.navbar {
    padding: 0;
    position: relative;
    background: #fff;
    /* z-index: 9; */
}

.navbar .navbar-container {
    position: relative;
}

.navbar::after {
    position: absolute;
    content: '';
    top: -9px;
    left: -25px;
    height: 9px;
    width: 25%;
    background: #fff;
    transform: skewX(42deg);
    z-index: 1;
}

.navbar::before {
    position: absolute;
    content: '';
    bottom: -9px;
    left: -25px;
    height: 9px;
    width: 25%;
    background: #fff;
    transform: skewX(-42deg);
    z-index: 9;
}

.navbar .navbar-brand {
    padding: 0;
}

.navbar .navbar-brand img {
    max-width: 210px;
    width: 100%;
}

.navbar .navbar-nav {
    margin-left: 6%;
}

.navbar .nav-item:first-child {
    padding-left: 0;
}

.navbar .nav-item {
    padding: 0 8px;
    position: relative;
}

.header-wrap-section .navbar-nav {
    position: relative;
}

/* ------------ Mega Menu CSS Start ------------*/
.header-wrap-section .tab {
    float: left;
    background-color: #fafafa;
    width: 25%;
    max-height: 430px;
    height: 430px;
    padding: 20px;
    /* position: relative; */
    z-index: 999;
    overflow-y: auto;
}

.header-wrap-section .tab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ffffff;
}

.header-wrap-section .tab::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
}

.header-wrap-section .tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #e6e6e6;
}

.header-wrap-section .tab::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -100%;
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    z-index: -1;
}

.header-wrap-section .tab button {
    display: block;
    background-color: inherit;
    color: #808080;
    padding: 0 0 18px 0;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.header-wrap-section .tab button {
    position: relative;
}

.header-wrap-section .tab button.active a::before {
    position: absolute;
    content: url(../images/right-arrow-menu.png);
    right: -6px;
    top: 1px;
}

.header-wrap-section .tab button a {
    color: #808080;
}

.header-wrap-section .tab button:last-child {
    padding-bottom: 0;
}

.header-wrap-section .tab button a:hover {
    color: #dc6b1d;
}

.header-wrap-section .tab button.active a {
    /* background-color: #ccc; */
    color: #dc6b1d;
    font-family: 'Gothic-Bold', sans-serif;
    font-size: 17px;
}

.header-wrap-section .mega-menu {
    position: fixed;
    z-index: 9;
    top: 138px;
    /* padding: 20px; */
    left: 0;
    right: 0;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    max-height: 430px;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    z-index: 9;
    pointer-events: none;
}

.fixed-top-header.sticky .mega-menu {
    top: 88px;
}

.header-wrap-section .nav-item:hover .mega-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: scaleY(1) !important;
    pointer-events: auto;
    transform: scaleY(1) !important;
    /* -webkit-transition: top 1s ease, -webkit-transform 1.3s cubic-bezier(.30, 1, .32, 1);
    transition: top 1s ease, -webkit-transform 1.3s cubic-bezier(.30, 1, .32, 1);
    transition: transform 1.3s cubic-bezier(.30, 1, .32, 1), top 1s ease;
    transition: transform 1.3s cubic-bezier(.30, 1, .32, 1), top 1s ease, -webkit-transform 1.3s cubic-bezier(.30, 1, .32, 1);
    visibility: cubic-bezier(.30, 1, .32, 1) 1.3s;
    -webkit-transform: 1.3s cubic-bezier(.30, 1, .32, 1) 1.3s;
    transform: 1.3s cubic-bezier(.30, 1, .32, 1) 1.3s; */
}

.header-wrap-section .tabcontent {
    float: left;
    padding: 0px 20px 0px 40px;
    width: 70%;
    border-left: none;
    /* height: auto; */
    display: none;
    position: relative;
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-wrap-section .tabcontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ffffff;
}

.header-wrap-section .tabcontent::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
}

.header-wrap-section .tabcontent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #e6e6e6;
    padding: 7px 15px;
}

.header-wrap-section .tabcontent .menu-products-img {
    position: absolute;
    bottom: 40px;
    right: 0;
    max-width: 25%;
}

.header-wrap-section .tabcontent .main-menu-ul li .menu-title {
    font-family: 'Gothic-Bold', sans-serif;
    font-size: 16px;
    border-bottom: 2px dotted #797979;
    padding-bottom: 4px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.header-wrap-section .tabcontent .main-menu-ul .menu-sub-cat {
    padding-bottom: 15px !important;
}

.header-wrap-section .tabcontent .main-menu-ul li a:hover {
    color: #f48131;
}

.header-wrap-section .tabcontent .main-menu-ul .sub-menu-wrap {
    /* margin-top: 15px; */
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr)) !important;
    grid-gap: 5px 40px !important;
    display: grid;
    max-height: 185px;
    overflow-y: auto;
}

.header-wrap-section .tabcontent .main-menu-ul .sub-menu-wrap::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.header-wrap-section .tabcontent .main-menu-ul .sub-menu-wrap::-webkit-scrollbar {
    width: 3px;
    background-color: #f1f1f1;
    border-radius: 50px;
    height: 100%;
    /* display: none; */
}

.header-wrap-section .tabcontent .main-menu-ul .sub-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #f48131;
    border: 2px solid #f48131;
}

.header-wrap-section .tabcontent .main-menu-ul .sub-menu-wrap li {
    margin-bottom: 8px;
}

.header-wrap-section .tabcontent .main-menu-ul .sub-menu-wrap li a {
    font-size: 15px;
}

/* ------------ Mega Menu CSS End ------------*/

.navbar .nav-item:last-child {
    margin-right: 0;
}

.navbar .nav-item .nav-link {
    font-size: 18px;
    color: #000;
    padding: 33px 5px;
    position: relative;
}

.navbar .nav-item .nav-link.active::before {
    position: absolute;
    content: '';
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F48131;
}

.navbar .nav-item .nav-link.active {
    color: #f48131;
}

.navbar .nav-item .nav-link:hover {
    color: #f48131;
}

/* ---------------- search_wrap-box CSS Start ---------------- */
/* ---------------- search_wrap-box CSS Start ---------------- */

.search-wrap .input {
    position: absolute;
    top: 0;
    right: 1px;
    box-sizing: border-box;
    width: 0px;
    height: 38px;
    padding: 0 18px;
    outline: none;
    font-size: 16px;
    border-radius: 50px;
    color: #29313a;
    border: 1px solid #f48131;
    transition: all 0.8s ease;
}

.search-wrap::-webkit-input-placeholder {
    color: var(--tm-primary);
}

.search-wrap::-moz-placeholder {
    color: var(--tm-primary);
}

.search-wrap:-ms-input-placeholder {
    color: var(--tm-primary);
}

.search-wrap:-moz-placeholder {
    color: var(--tm-primary);
}

.search-wrap .search_btn {
    position: absolute;
    width: 38px;
    height: 38px;
    background: #f48131;
    border-radius: 50%;
    right: 1px;
    top: 0;
    cursor: pointer;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    transition: all 0.8s ease;
}

.search-wrap .input.active {
    width: 270px;
    right: 1px;
}

.wrapper.search-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    height: 38px;
    bottom: 0;
    margin: auto;
}

.search_btn.animate {}

.search-wrap .search_btn img {
    position: absolute;
    top: 10px;
    left: 11px;
    color: #000;
    width: 18px;
}

/* ---------------- search_wrap-box CSS End ---------------- */

/* ---------------- Home Banner Section CSS Start ---------------- */
.main-banner-section {
    position: relative;
}

.main-banner-section .owl-nav {
    position: absolute;
    bottom: 40px;
    right: 8%;
}

.navbar .navbar-toggler {
    border: 0;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active {
    box-shadow: none !important;
}

.main-banner-section .owl-nav .owl-next,
.main-banner-section .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 50%;
    line-height: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 5px;
    border: 1px solid #fff !important;
}

.main-banner-section .owl-nav .owl-next img,
.main-banner-section .owl-nav .owl-prev img {
    filter: brightness(0) invert(1);
}

/* ---------------- Home Banner Section CSS End ---------------- */

/* ---------------- Home About Section CSS Start ---------------- */
.home-about-wrap-section .about-img-wrap-img {
    position: relative;
}

.home-about-wrap-section .about-img-wrap-img::after {
    position: absolute;
    content: '';
    top: -37px;
    left: -25px;
    height: 300px;
    width: 200px;
    background: #F48131;
    z-index: -1;
    border-top-right-radius: 40px;
}

.home-about-wrap-section .about-img-wrap-img img {
    width: 100%;
    height: 649px;
    object-fit: cover;
    border-top-right-radius: 60px;
}

.home-about-wrap-section .established-year-wrap {
    position: absolute;
    content: '';
    background: #F48131;
    bottom: 0;
    left: 0;
    padding: 12px 70px 15px 20px;
    border-top-right-radius: 50px;
}

.home-about-wrap-section .established-year-wrap .established-title {
    font-size: 20px;
    color: #fff;
    font-family: 'Gothic-Bold', sans-serif;
}

.home-about-wrap-section .established-year {
    font-size: 50px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    font-family: 'Gothic-Bold', sans-serif;
    line-height: 50px;
}

.home-about-wrap-section .about-title {
    margin-top: 24px;
    margin-bottom: 24px;
}

.home-about-wrap-section .about-title h1 {
    font-size: 45px;
}

/* ---------------- Home About Section CSS End ---------------- */

/* ---------------- Home Products Section CSS Start ---------------- */
.home-our-products-wrap-section {
    position: relative;
    background-image: url(../images/our-product-bg-shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: -70px; */
    /* padding-top: 120px; */
}

.main-banner-section .owl-dots {
    display: none !important;
}

.home-our-products-wrap-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #F7F8FA;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
}

.home-our-products-wrap-section .products-main-box {
    margin-bottom: 40px;
}

.home-our-products-wrap-section .product-main-wrap-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.home-our-products-wrap-section .product-main-wrap-box ul li {
    width: 20%;
}

.home-our-products-wrap-section .products-img-wrap {
    background: white;
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    transition: all .5s ease;
}

.home-our-products-wrap-section .products-main-box:hover .products-img-wrap {
    background: #F48131;
}

.home-our-products-wrap-section .products-img-wrap img {
    padding: 0px;
    height: 71px;
    width: 100%;
    object-fit: contain;
}

.home-our-products-wrap-section .products-main-box:hover img {
    /* filter: brightness(0) invert(1); */
}

.home-our-products-wrap-section .products-name {
    margin-top: 20px;
}

.home-our-products-wrap-section .products-name a {
    font-size: 20px;
    font-family: 'Gothic-Bold', sans-serif;
    color: #000;
    transition: all .5s ease;
}

.home-our-products-wrap-section .products-main-box:hover .products-name a {
    color: #F48131;
}

/* ---------------- Home Products Section CSS End ---------------- */

/* ---------------- Future of wire termination Section CSS Start ---------------- */
.future-wire-termi-wrap-section {
    background: #F48131;
    position: relative;
    /* padding-bottom: 200px; */
    z-index: 1;
}

.future-wire-termi-wrap-section::after {
    position: absolute;
    /* content: url(../images/shape/video-wrap-shape-top.png); */
    content: '';
    background-image: url(../images/shape/video-wrap-shape-top.png) !important;
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 478px;
    left: 0;
    top: 0;
    opacity: .1;
    z-index: -1;
}

.future-wire-termi-wrap-section::before {
    position: absolute;
    /* content: url(../images/shape/video-wrap-shape-bottom.png); */
    content: '';
    background-image: url(../images/shape/video-wrap-shape-bottom.png) !important;
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 478px;
    right: 0;
    bottom: 0;
    opacity: .1;
    z-index: -1;
}

.future-wire-termi-wrap-section .future-wire-termi-box {
    text-align: center;
}

.future-wire-termi-wrap-section .future-wire-termi-img {
    border: 1px solid #e1e1e1;
    display: inline-block;
    border-radius: 50%;
    padding: 20px;
}

.future-wire-termi-wrap-section .future-wire-termi-img span {
    object-fit: contain;
    background: #fff;
    width: 220px;
    height: 220px;
    margin: auto;
    border-radius: 50%;
    transition: all .5s ease;
    display: block;
}

.future-wire-termi-wrap-section .future-wire-termi-img span img {
    width: 100%;
}

.future-wire-termi-wrap-section .future-wire-termi-col:first-child .future-wire-termi-img span:hover {
    background-color: #0092df;
}

.future-wire-termi-wrap-section .future-wire-termi-col:nth-child(2) .future-wire-termi-img span:hover {
    background-color: #61af32;
}

.future-wire-termi-wrap-section .future-wire-termi-col:nth-child(3) .future-wire-termi-img span:hover {
    background-color: #941a25;
}

.future-wire-termi-wrap-section .future-wire-termi-logo {
    margin-top: 30px;
}

.future-wire-termi-wrap-section .future-wire-termi-logo img {
    height: 40px;
    width: 100%;
    object-fit: contain;
}

.future-wire-termi-wrap-section .future-wire-termi-name {
    margin-top: 20px;
}

.future-wire-termi-wrap-section .future-wire-termi-name h3 {
    color: #fff;
}

.future-wire-termi-wrap-section .start-img-wrap {
    margin-right: 10px;
}

.future-wire-termi-wrap-section .bold-border {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.future-wire-termi-wrap-section .future-wire-termi-bottom_wrap .text p {
    line-height: 30px;
    margin-bottom: 30px;
}

.future-wire-termi-wrap-section .bottom-text-wrap {
    position: absolute;
    width: 100%;
    max-width: 70%;
    bottom: 0;
}

/* ---------------- Future of wire termination Section CSS End ---------------- */

/* ---------------- Elmex video Section CSS Start ---------------- */
.vide-wrap-section {
    padding: 56px 0 20px;
    position: relative;
}

.vide-wrap-section .video-wrap-box {
    margin-top: 0px;
    z-index: 9;
    position: relative;
}

.vide-wrap-section .video-img-wrap img {
    width: 100%;
}

/* ---------------- Elmex video Section CSS End ---------------- */

/* ---------------- Counter Section CSS Start ---------------- */
.counter-wrap-section {
    padding-top: 20px;
    padding-bottom: 70px;
}

.counter-wrap-section .counter-main-wrap-box .counter-items {
    display: flex;
    align-items: center;
}

.counter-wrap-section .counter-items .counter-icon-wrap span {
    width: 80px;
    height: 80px;
    line-height: 77px;
    background: #f48131;
    display: block;
    border-radius: 50%;
}

.counter-wrap-section .counter-items .counter-icon-wrap span img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    padding: 4px 15px;
}

.counter-wrap-section .counter-items .counter-value {
    margin-left: 40px;
}

.counter-wrap-section .counter-items .counter-value p {
    margin-bottom: 0;
    font-size: 45px;
    font-family: 'Gothic-Bold', sans-serif;
}

.counter-wrap-section .counter-items .counter-value .plus-icon {
    font-size: 45px;
    font-family: 'Gothic-Bold', sans-serif;
}

.counter-wrap-section .counter-items .counter-value h3 {
    font-size: 20px;
    color: #888888;
    font-family: 'Gothic-Regular', sans-serif;
}

/* ---------------- Counter Section CSS End ---------------- */

/* ---------------- Latest News Section CSS Start ---------------- */
.latest-news-wrap-section .latest-news-main-wrap-box {
    box-shadow: 0px 6px 14px #00000029;
}

.latest-news-wrap-section .latest-news-img img {
    width: 100%;
    height: 281px;
    object-fit: cover;
}

.latest-news-wrap-section .latest-news-main-wrap {
    position: relative;
}

.latest-news-wrap-section .latest-news-details-wrap {
    padding: 20px 15px;
}

.latest-news-wrap-section .latest-news-slider .item {
    margin: 0 8px;
}

.latest-news-wrap-section .latest-news-slider .owl-stage {
    padding-bottom: 25px;
}

.latest-news-wrap-section .latest-news-title a {
    font-size: 20px;
    font-family: 'Gothic-Bold', sans-serif;
    transition: all .2s ease;
}

.latest-news-wrap-section .latest-news-title a:hover {
    color: #F48131;
}

.latest-news-wrap-section .read-more-btn {
    margin-top: 20px;
}

.latest-news-wrap-section .read-more-btn a:hover {
    color: #000;
}

.latest-news-wrap-section .read-more-btn a span img {
    transition: all .5s ease;
    width: 15px;
}

.latest-news-wrap-section .read-more-btn a:hover {
    color: #F48131;
}

.latest-news-wrap-section .read-more-btn a:hover span img {
    margin-left: 3px;
}

.latest-news-wrap-section .owl-nav {
    display: block !important;
    position: absolute;
    top: -90px;
    right: 0;
}

.latest-news-wrap-section .owl-dots {
    display: block !important;
}

.latest-news-wrap-section .owl-dots {
    display: none;
}

.latest-news-wrap-section .owl-nav .owl-next {
    margin-left: 10px;
}

.latest-news-wrap-section .owl-nav .owl-prev {
    margin-right: 10px;
}

.latest-news-wrap-section .owl-nav button img {
    height: 30px;
}

/* .latest-news-wrap-section .owl-dots .owl-dot.active span{
    background: transparent;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #F48131;
    border-radius: 50%;
}
.latest-news-wrap-section .owl-dots .owl-dot span{
    background: #000;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}
.latest-news-wrap-section .owl-dots{
    position: absolute;
    top: -83px;
    right: 34px;
}
.latest-news-wrap-section .owl-dots .owl-dot span{
    margin: 0 3px;
} */

/* ---------------- Latest News Section CSS End ---------------- */

/* ---------------- Footer Section CSS Start ---------------- */
.footer-wrap-section {
    background: #676767;
    position: relative;
}

.footer-wrap-section::before {
    position: absolute;
    content: url(../images/footer-bg-shape-1.png);
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.footer-wrap-section .main-footer {
    padding: 70px 0;
    position: relative;
}

.footer-wrap-section .main-footer::after {
    position: absolute;
    content: '';
    top: -25px;
    left: -25px;
    height: 30px;
    width: 35%;
    background: #676767;
    transform: skewX(42deg);
    z-index: 1;
}

.footer-wrap-section .main-footer::before {
    position: absolute;
    content: '';
    bottom: -25px;
    left: -25px;
    height: 30px;
    width: 35%;
    background: #676767;
    transform: skewX(-42deg);
    z-index: 9;
}

.footer-wrap-section .footer-widget .footer-contact-items {
    display: flex;
    margin-bottom: 25px;
}

.footer-wrap-section .footer-widget .footer-contact-icon {
    margin-right: 10px;
}

.footer-wrap-section .footer-widget .footer-contact-items a {
    color: #fff;
}

.footer-wrap-section .footer-widget .footer-phone a {
    font-size: 22px;
}

.footer-wrap-section .footer-social-icon ul {
    display: flex;
}

.footer-wrap-section .footer-social-icon ul li:first-child {
    margin-left: 0;
}

.footer-wrap-section .footer-social-icon ul li {
    margin: 5px;
}

.footer-wrap-section .footer-social-icon ul li:last-child {
    margin-right: 0;
}

.footer-wrap-section .footer-social-icon ul li img {
    width: 33px;
    filter: brightness(0) invert(1);
}

.footer-wrap-section .footer-widget .footer-title {
    margin-bottom: 20px;
}

.footer-wrap-section .footer-widget .footer-title h4 {
    color: #fff;
    font-size: 20px;
}

.footer-wrap-section .footer-widget .footer-links li a {
    color: #fff;
    font-size: 15px;
    transition: all .2s ease;
}

.footer-wrap-section .footer-widget .footer-links li a:hover {
    color: #F48131;
}

.footer-wrap-section .footer-widget .footer-links li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.footer-wrap-section .footer-widget .footer-links li::before {
    position: absolute;
    content: url(../images/footer-link-right-arrow.png);
    left: 0;
    top: 0;
    color: #fff;
}

.footer-wrap-section .footer-widget .footer-links li:last-child {
    padding-bottom: 0;
}

.footer-wrap-section .footer-widget .footer-news-letter p {
    color: #fff;
    font-size: 15px;
}

.footer-wrap-section .subscribe-wrap .email-wrap-box {
    position: relative;
}

.footer-wrap-section .subscribe-wrap input {
    height: 55px;
    font-size: 15px;
}

.footer-wrap-section .subscribe-wrap input:focus {
    box-shadow: none;
    border: 1px solid #F48131;
}

.footer-wrap-section .subscribe-wrap .subscribe-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #F48131;
    border: none;
    height: 40px;
    width: 40px;
    margin: 8px 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

.footer-wrap-section .subscribe-wrap .subscribe-btn:hover {
    background: #000;
}

.footer-wrap-section .subscribe-wrap .subscribe-btn img {
    width: 20px;
}

.footer-bottom {
    background: #F48131;
    padding: 15px 0;
}

.footer-bottom .copyright-wrap {
    text-align: center;
}

.footer-bottom .copyright-wrap p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.footer-bottom .developmentby-wrap {
    float: right;
}

.footer-bottom .developmentby-wrap img {
    width: 18px;
    filter: grayscale(1) brightness(9);
    transition: var(--tm-transition);
}

.footer-wrap-section .get-in-touch-wrap {
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-wrap-section .get-in-touch-wrap a {
    position: absolute;
    right: 35px;
    top: -26px;
    background: #f48131;
    padding: 20px 10px 7px;
    font-size: 19px;
    color: #fff;
    font-family: 'Borel-regular', sans-serif;

}

.footer-wrap-section .get-in-touch-wrap a::before {
    position: absolute;
    content: '';
    top: 9px;
    right: -16px;
    width: 44px;
    height: 44px;
    background: #dc6b1d;
    z-index: -1;
    transform: rotate(-35deg);
}

/* ---------------- Footer Section CSS End ---------------- */

/* -------------- Top Scroll Button CSS Start -------------- */
#scroll-top-btn {
    display: inline-block;
    background-color: #000;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-top-btn::after {
    content: "\2191";
    /* font-family: 'Line Awesome Free'; */
    font-weight: normal;
    font-style: normal;
    font-size: 1.7em;
    line-height: 45px;
    color: #fff;
}

#scroll-top-btn:hover {
    cursor: pointer;
    background-color: #F48131;
}

#scroll-top-btn:active {
    background-color: #F48131;
}

#scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

/* -------------- Top Scroll Button CSS Start -------------- */

/* -------------- Vision Mission Section CSS Start -------------- */
.vision-mision-wrap-section .vision-mission-main-box {
    text-align: center;
    padding: 30px;
    background-color: #f1f2f5;
    height: 100%;
    transition: all .5s ease;
}

.vision-mision-wrap-section .vision-mission-main-box .vision-mision-title h2 {
    font-size: 25px;
}

.vision-mision-wrap-section .vision-mission-main-box .vision-mision-icon img {
    margin-bottom: 20px;
}

.vision-mision-wrap-section .vision-mission-main-box:hover {
    background-color: #F48131;
}

.vision-mision-wrap-section .vision-mission-main-box:hover .vision-mision-icon img {
    filter: brightness(0) invert(1);
}

.vision-mision-wrap-section .vision-mission-main-box:hover .vision-mision-title h2 {
    color: #fff;
}

.vision-mision-wrap-section .vision-mission-main-box:hover .vision-mision-text p {
    color: #fff;
}

/* -------------- Vision Mission Section CSS End -------------- */

/* -------------- evers of Growth Section CSS Start -------------- */
.levers-grow-wrap-section .levers-grow-box {
    margin-right: 50px;
}

.levers-grow-wrap-section .levers-grow-img {
    position: relative;
}

.levers-grow-wrap-section .levers-grow-img::after {
    position: absolute;
    content: '';
    top: -37px;
    right: -25px;
    height: 300px;
    width: 200px;
    background: #F48131;
    z-index: -1;
    border-top-left-radius: 40px;
}

.levers-grow-wrap-section .levers-grow-img img {
    width: 100%;
    height: 703px;
    object-fit: cover;
    border-top-left-radius: 55px;
}

/* -------------- evers of Growth Section CSS End -------------- */

/* -------------- Milestones Section CSS Start -------------- */
.milestones-wrap-section {
    position: relative;
    background-image: url(../images/shape/our-product-bg-shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -200px;
    padding-top: 180px;
}

.milestones-wrap-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #F7F8FA;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
}

.milestones-wrap-section .milestone-slider .owl-item .year-wrap span {
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: 'Gothic-Bold', sans-serif;
}

.milestones-wrap-section .item {
    margin: 0 8px;
}

.milestones-wrap-section .milestone-slider .owl-item:nth-child(odd) .year-wrap span {
    background-color: #F48131;
}

.milestones-wrap-section .milestone-slider .owl-item:nth-child(even) .year-wrap span {
    background-color: #434343;
}

.milestones-wrap-section .milestone-slider .owl-item:nth-child(odd) .year-wrap {
    margin-bottom: 150px;
    position: relative;
}

.milestones-wrap-section .milestone-slider .owl-item:nth-child(odd) .year-wrap::before {
    position: absolute;
    content: '';
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    background: #F48131;
    width: 2px;
    height: 296px;
    transform: translate(-50%, -50%) !important;
    z-index: -1;
}

.milestones-wrap-section .milestone-slider .owl-item:nth-child(even) .year-wrap {
    margin-bottom: 80px;
    position: relative;
}

.milestones-wrap-section .milestone-slider .owl-item:nth-child(even) .year-wrap::before {
    position: absolute;
    content: '';
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    background: #434343;
    width: 2px;
    height: 250px;
    transform: translate(-50%, -50%) !important;
    z-index: -1;
}

.milestone-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.milestone-item:nth-child(n+7) .milestone-slider-text {
    background: #000;
}

.milestones-wrap-section .milestone-slider-text,
.milestone-item:nth-child(n+13) .milestone-slider-text {
    background: #f48131;
    padding: 13px;
    box-shadow: 0px 3px 6px #00000029;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 50%;
    display: grid;
    align-items: center;
}

.milestone-item {
    display: inline-block;
    max-width: 15.667%;
    width: 100%;
}

.milestone-slider-items.text-center {
    padding: 10px 10px;
}

.milestones-wrap-section .milestone-slider-text p {
    text-align: center;
    font-family: 'Gothic-Bold', sans-serif;
    margin-bottom: 0;
    color: #fff;
}

.milestones-wrap-section .owl-stage-outer {
    padding-bottom: 0px;
}

.milestones-wrap-section .owl-nav {
    display: flex !important;
    justify-content: center;
}

.milestones-wrap-section .owl-nav {
    display: flex !important;
}

.milestones-wrap-section .owl-nav .owl-prev,
.milestones-wrap-section .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background: #f48131 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.milestones-wrap-section .owl-nav .owl-prev img,
.milestones-wrap-section .owl-nav .owl-next img {
    filter: brightness(0) invert(1);
}

/* -------------- Milestones Section CSS End -------------- */

/* -------------- Manufacturing Excellence Section CSS Start -------------- */
.manufac-excell-wrap-section {
    position: relative;
}

.manufac-excell-wrap-section::before {
    position: absolute;
    content: url(../images/shape/global-prese-shape.png);
    right: 0;
    bottom: -350px;
}

.manufac-excell-wrap-section .manufac-excell-img img {
    width: 100%;
    padding-right: 60px;
}

.manufac-excell-wrap-section .manufac-excell-img {
    position: relative;
}

.manufac-excell-wrap-section .manufac-excell-img::before {
    position: absolute;
    content: '';
    top: -37px;
    left: -25px;
    height: 300px;
    width: 200px;
    background: #F48131;
    z-index: -1;
    border-top-right-radius: 40px;
}

/* -------------- Manufacturing Excellence Section CSS End -------------- */

/* -------------- Global Presence Section CSS Start -------------- */

.global-presen-wrap-section p strong {
    color: #F48131;
}

.global-presen-wrap-section .global-presen-img img {
    width: 100%;
}

/* -------------- Global Presence Section CSS End -------------- */

/* -------------- About FAQ's Section CSS Start -------------- */
.about-faqs-wrap-section .about-faqs-txt-wrap {
    padding-right: 50px;
}

.about-faqs-wrap-section .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.about-faqs-wrap-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #f48131;
    border-bottom: 1px solid;
}

.about-faqs-wrap-section .accordion-button::after {
    width: 20px;
    height: 20px;
    background-image: url(../images/plus.png);
    background-position: center;
    background-color: #F48131;
    border-radius: 50%;
    padding: 13px;
}

.about-faqs-wrap-section .accordion-button:not(.collapsed)::after {
    width: 20px;
    height: 20px;
    background-image: url(../images/minus.png);
    background-color: #F48131;
    border-radius: 50%;
    padding: 13px;
}

.about-faqs-wrap-section .accordion-body {
    padding: 10px 0;
    text-align: justify;
}

.about-faqs-wrap-section .accordion-item {
    border-bottom: 1px solid #c5c5c5;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.about-faqs-wrap-section .accordion-button {
    font-size: 23px;
    padding: 20px 0;
}

.about-faqs-wrap-section .about-faqs-img img {
    width: 100%;
}

/* -------------- About FAQ's Section CSS End -------------- */

/* -------------- Products Main Categ Section CSS End -------------- */
.products-main-categ-wrap-section {
    padding-top: 40px;
}

.products-wrap-box .products-main-box {
    margin-bottom: 50px;
}

.products-main-box:hover .products-img {
    border: 3px solid #F48131;
}

.products-wrap-box .products-img {
    border: 3px solid #D1D1D1;
    padding: 30px 35px;
    border-radius: 8px;
}

.products-wrap-box .products-img img {
    width: 100%;
    height: 309px;
    object-fit: contain;
}

.products-wrap-box .products-title {
    margin-top: 30px;
}

.products-wrap-box .products-title a {
    font-size: 21px;
    font-family: 'Gothic-Bold', sans-serif;
}

.products-wrap-box .products-title a:hover {
    color: #F48131;
}

.products-wrap-box .products-text {
    margin-top: 15px;
}

.products-wrap-box .products-text p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* -------------- Products Main Categ Section CSS End -------------- */

/* -------------- Products Sub Categ Section CSS Start -------------- */
.products-main-categ-wrap-section,
.products-sub-categ-wrap-section,
.products-cate-wrap-section {
    padding-top: 40px;
}

.products-sub-categ-wrap-section .products-wrap-box .products-img img {
    width: 100%;
    height: 215px;
    object-fit: contain;
}

/* -------------- Products Sub Categ Section CSS End -------------- */

/* -------------- Products Details Section CSS Start -------------- */
.products-details-wrap-section .products_main_img {
    border: 3px solid #D1D1D1;
    border-radius: 8px;
}

.products-details-wrap-section .products_main_img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    padding: 30px;
}

.products-details-wrap-section .details-gallery-thumbs .swiper-slide {
    width: 110px;
    height: 100%;
    border: 1px solid #C1C1C1;
    padding: 10px;
    border-radius: 5px;
}

.products-details-wrap-section .details-gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.products-details-wrap-section .approval-by-wrap {
    border-bottom: 1px solid #dadadac1;
    padding-bottom: 20px;
}

.products-details-wrap-section .products-details-text {
    padding-left: 70px;
}

.products-details-wrap-section .products-details-title h1 {
    font-size: 28px;
    position: relative;
    padding-bottom: 18px;
}

.products-details-wrap-section .products-details-title h1::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #F48131;
    width: 95px;
    height: 4px;
}

.products-details-wrap-section .approval-title p {
    color: #f48131;
    margin-bottom: 0;
}

.products-details-wrap-section .general-data-wrap .general-data-title p {
    color: #f48131;
}

.products-details-wrap-section table tbody td {
    font-size: 15px;
    color: #000;
    padding: .4rem .7rem;
    width: 50%;
}

.products-details-wrap-section table tr:nth-child(even) {
    background-color: #f3f2f2;
}

.products-details-wrap-section .prod-desc-tab .nav-tabs {
    border-bottom: none;
    background: #F48131;
    padding: 12px 20px;
    border-radius: 5px;
}

.products-details-wrap-section .nav-tabs .nav-link {
    padding: 0;
}

.products-details-wrap-section .nav-tabs .nav-item:first-child {
    padding-left: 0;
}

.products-details-wrap-section .nav-tabs .nav-item {
    padding: 0 20px;
}

.products-details-wrap-section .nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.products-details-wrap-section .nav-tabs .nav-link {
    font-size: 18px;
    color: #fff;
    font-family: 'Gothic-Bold', sans-serif;
    border: 0;
}

.products-details-wrap-section .nav-tabs .nav-link:focus-visible,
.products-details-wrap-section .nav-tabs .nav-link:focus,
.products-details-wrap-section .nav-tabs .nav-link:hover {
    border: 0px;
    padding: 0;
    outline: 0px !important;
}

.products-details-wrap-section .nav-tabs .nav-link.active {
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0px;
    border-right: 0;
    background-color: transparent;
    padding-bottom: 4px;
}

.products-details-wrap-section .tab-content .accordion-button {
    background-color: #f7f8fa;
    border: 0px;
}

.products-details-wrap-section .tab-content .accordion-button p {
    margin-bottom: 0;
}

.products-details-wrap-section .tab-content .accordion-item {
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0;
}

.products-details-wrap-section .tab-content .accordion-button:focus {
    box-shadow: none;
}

.products-details-wrap-section .tab-content .accordion-button:not(.collapsed) {
    color: #F48131;
    border-bottom: 0;
}

.products-details-wrap-section .accordion-body {
    padding: 15px 0;
}

.products-details-wrap-section .accessories-main-wrap {
    /* width: fit-content; */
    min-width: 50%;
    border: 1px solid #e2e2e2fc;
    border-radius: 5px;
    margin-bottom: 20px;
}

.products-details-wrap-section .accessories-main-wrap:last-child {
    margin-bottom: 0;
}

.products-details-wrap-section .accessories-header {
    background-color: #d8d8d8;
    padding: 8px 20px;
}

.products-details-wrap-section .accessories-wrap-box {
    /* display: flex; */
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
}

.products-details-wrap-section .accessories-box {
    border: 1px solid #e2e2e2fc;
}

.products-details-wrap-section .accessories-box:last-child {
    margin-left: 0px;
}

.products-details-wrap-section .accessories-box {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.products-details-wrap-section .accessories-box .accessories-text-wrap {
    width: 70%;
}

.products-details-wrap-section .accessories-box .accessories-img-wrap {
    width: 30%;
}

.products-details-wrap-section .accessories-box .accessories-text-wrap .accessories-img-wrap img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.products-details-wrap-section .accessories-text-wrap ul li {
    font-size: 16px;
}

.products-details-wrap-section .download-wrap-box table tr {
    background-color: #fff;
}

.products-details-wrap-section .download-wrap-box table tr td {
    padding: 15px 20px;
    vertical-align: middle;
}

.download-pdf-wrap {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.download-pdf-wrap .dowloa-icon {
    margin-left: 30px;
}

.pro-faqs .accordion-button {
    font-size: 20px;
    font-family: 'Gothic-Regular', sans-serif;
}

.pro-faqs .accordion-button::after {
    width: 20px;
    height: 20px;
    background-image: url(../images/plus-black.png);
    background-position: center;
}

.pro-faqs .accordion-button:not(.collapsed)::after {
    width: 20px;
    height: 20px;
    background-image: url(../images/minus-black.png);
    background-position: center;
}

/* .pro-faqs .accordion-button:not(.collapsed){
    box-shadow: none;
} */
.products-cate-wrap-section .freed-through-wrap {
    margin-top: 25px;
}

.products-cate-wrap-section .freed-through-wrap p {
    font-family: 'Gothic-Bold', sans-serif;
    margin-bottom: 10px;
}

/* -------------- Products Details Section CSS End -------------- */

/* -------------- Inquiry Form Section CSS Start -------------- */
.inquiry-form {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.inquiry-form-title {
    background-color: #F3F2F2;
    padding: 13px;
}

.inquiry-form-title p {
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
    color: #F48131;
}

.inquiry-form .form-control {
    padding: .8rem .75rem !important;
    border-radius: 3px;
}

.inquiry-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #F48131;
}

.inq-main-wrap-box {
    padding: 20px;
}

/* -------------- Inquiry Form Section CSS End -------------- */

/* -------------- Products Sidebar box  -------------- */
.products-cate-wrap-section .products-sidebar .r_filter-search {
    border: 1px solid #D4D4D4;
    border-radius: 3px;
}

.products-cate-wrap-section .products-sidebar .r_filter-search button {
    background: #F48131;
    padding: 12px 15px !important;
    display: flex;
    align-items: center;
}

.products-cate-wrap-section .products-sidebar .r_filter-search button img {
    width: 20px;
}

.products-cate-wrap-section .products-sidebar .accordion-button:not(.collapsed)::after {
    content: '\23F5';
    font-size: 20px;
    background-image: none;
    rotate: -90deg;
    color: #000;
}

.products-cate-wrap-section .products-sidebar .accordion-button::after {
    content: '\23F5';
    font-size: 20px;
    background-image: none;
}

.products-cate-wrap-section .products-sidebar .accordion-button {
    box-shadow: none;
    padding: 13px 0;
}

.products-cate-wrap-section .products-sidebar .accordion-button p {
    margin-bottom: 0;
}

.products-cate-wrap-section .products-sidebar .accordion-button:not(.collapsed) {
    background: #fff;
    border-bottom: 1px dotted #D4D4D4;
}

.products-cate-wrap-section .products-sidebar .accordion-item {
    border-bottom: 1px dotted #D4D4D4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.products-cate-wrap-section .accordion-body {
    padding: 10px 0;
}

.products-cate-wrap-section .products-sidebar .accordion-item:first-child .accordion-button {
    padding-top: 0;
}

.products-filter-list ul {
    padding-left: 15px;
}

.products-filter-list ul li {
    border-bottom: 1px dotted #D4D4D4;
    padding: 5px;
    font-size: 15px;
}

.products-filter-list ul li:last-child {
    border-bottom: 0px;
}

.products-filter-list ul li span {
    margin-left: 8px;
}

.products-cate-wrap-section .fp_data {
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr)) !important;
}

.products-cate-wrap-section .fp_img img {
    padding: 15px;
}

.products-cate-wrap-section .fp_details ul li:first-child {
    padding-top: 0;
}

.products-cate-wrap-section .fp_details ul li {
    font-size: 14px;
    color: #676767;
    border-bottom: 1px dotted #D4D4D4;
    padding: 4px 0;
}

.products-cate-wrap-section .fp_details ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0px;
}

.products-cate-wrap-section .fp_details ul li:nth-child(1) {
    color: #000;
}

.products-cate-wrap-section .fp_details ul li:nth-child(2) {
    color: #000;
}

.products-cate-wrap-section .fp_box:hover {
    border: 1px solid #F48131;
}

/* -------------- Products Sidebar Emd  -------------- */

/* -------------- Case Studies Section CSS Start  -------------- */
.case-studies-wrap-section .case-studies-title {
    /* margin-bottom: 10px; */
    margin: 10px 0;
}

.case-studies-wrap-section .case-studies-title a {
    color: #F48131;
    font-size: 19px;
    font-family: 'Gothic-Bold', sans-serif;
}

.case-studies-wrap-section .case-studies-img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.case-studies-wrap-section .case-studies-wrap-box {
    background: #F2F4F6;
    padding: 25px;
    margin-bottom: 20px;
}

.case-studies-wrap-section .case-studies-wrap-box:last-child {
    margin-bottom: 0;
}

/* -------------- Case Studies Section CSS End  -------------- */

/* -------------- Case Studies details Section CSS Start  -------------- */
.case-studies-detail-wrap-section .innerpage-title h1 {
    font-size: 30px;
}

.case-studies-detail-wrap-section .case-studies-title {
    font-size: 30px;
}

.case-studies-detail-wrap-section .case-studies-text-wrap {
    margin-bottom: 30px;
}

/* -------------- News & Events Section CSS End  -------------- */
.news-and-events-wrap-section .news-and-events-box {
    margin-bottom: 50px;
}

.news-and-events-wrap-section .news-and-events-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news-and-events-wrap-section .news-and-events-title a {
    font-family: 'Gothic-Bold', sans-serif;
    font-size: 20px;
}

.news-and-events-wrap-section .news-and-events-title a:hover {
    color: #F48131;
}

.news-and-events-wrap-section .news-and-events-date p {
    font-size: 20px;
    color: #F48131;
    margin: 10px 0;
}

.news-and-events-wrap-section .news-and-events-txt {
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
}

.news-and-events-wrap-section .news-and-events-desig p {
    font-size: 16px;
}

/* -------------- News & Events Section CSS End  -------------- */

/* -------------- News & Events Detail Section CSS Start  -------------- */
.news-and-events-detail-wrap-section .innerpage-title h2 {
    font-size: 30px;
}

.news-and-events-detail-wrap-section .date-location-wrap ul {
    display: flex;
}

.news-and-events-detail-wrap-section .date-location-wrap ul li:first-child {
    padding-left: 0;
}

.news-and-events-detail-wrap-section .date-location-wrap ul li {
    font-family: 'Gothic-Bold', sans-serif;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.news-and-events-detail-wrap-section .date-location-wrap ul li::before {
    position: absolute;
    content: '|';
    right: -14px;
    top: 0;
    height: 100%;
    padding: 0 10px;

}

.news-and-events-detail-wrap-section .date-location-wrap ul li:last-child::before {
    content: '';
}

.news-and-events-detail-wrap-section .news-and-events-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.news-and-events-detail-wrap-section .news-and-events-detail-text h2 {
    font-size: 20px;
}

.news-and-events-detail-wrap-section .news-and-events-detail-text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.news-and-events-detail-wrap-section .news-and-events-detail-text ul li:last-child {
    margin-bottom: 0;
}

.news-and-events-detail-wrap-section .news-and-events-detail-text ul li:before {
    position: absolute;
    content: '\2022';
    top: 0;
    left: 0;
    color: #F48131;
    font-size: 20px;
}

/* -------------- News & Events Detail Section CSS End  -------------- */



/* ---------------------designer-pro-csss------------- */



/* ----------------com css  CSS Start ---------------- */


.cor {
    color: #F48131;
}

.gray {
    color: #676767;
}

.bg_oreng {
    background-color: #F48131;
}

.bg_gray {
    background-color: #676767;
}

input:focus {
    box-shadow: none !important;
}

/* ----------------com css  CSS Start ---------------- */
/* ----------------downloads Section CSS Start ---------------- */


.sec_head h1 {
    position: relative;
    width: fit-content;
}

.sec_head h1::after {
    content: '';
    position: absolute;
    width: 70%;
    bottom: -10px;
    left: 15%;
    height: 3px;
    background-color: #F48131;
    opacity: 0;
}

.c_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    grid-gap: 1rem;
}

.downloads_img {
    height: 460px;
    overflow: hidden;
    position: relative;
}

.downloads_img .d_pdf {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.downloads_img img {
    height: 460px;
    object-fit: cover;
    object-position: center;
    padding: 10px;
    transition: 0.4s;
    width: 100%;
}

.downloads_box {
    border: 1px solid #80808054;
    border-radius: 3px;
    cursor: pointer;
}

.downloads_p-name {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 2px solid #F48131;
}

.downloads_p-name span {
    color: #F48131;
    font-family: 'Lucida', sans-serif;
}

.downloads_box:hover {
    background-color: #80808014;
}

.downloads_box:hover img {
    transform: scale(1.2);
}

/* ----------------downloads Section CSS stop ---------------- */

/* ----------------regionalfilter Section CSS start ---------------- */


.r_filter-search {
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    position: relative;
}

.check_boxs-filter {
    max-height: 500px;
    overflow-y: auto;
}

.check_boxs-filter .form-check {
    border-top: 1px dashed #80808029;
    height: 35px;
    align-items: center;
    display: flex;
}

.check_boxs-filter .form-check:first-child {
    border-top: 0
}

.check_boxs-filter .form-check label {
    padding-left: 15px;
}

.form-check-input:checked {
    background-color: #F48131;
    border: 1px solid #F48131;
}

.filter_data-head {
    border-bottom: 1px solid #67676736;
}

.filter_city-address {
    border: 1px solid #C4C4C4;
}

.fca p,
.fca a {
    font-size: 14px;
}

.fca_name {
    width: 55%;
}

.fca {
    width: 45%;
}

/* ----------------regionalfilter Section CSS stop ---------------- */

/* ----------------all products CSS start ---------------- */

.apf_main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    grid-gap: 1rem;
}

.apf_main-box {
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

.apf_main-box:hover .apf_main-img,
.apf_main-box.active .apf_main-img {
    background-color: #F48131;
}

.apf_main-box:hover .apf_main-img img,
.apf_main-box.active .apf_main-img img {
    /* filter: grayscale(0) brightness(9);*/
}

.apf_main-img {
    width: 90px;
    height: 90px;
    transition: 0.3s;
    background-color: #FFF3EB;
    border-radius: 50%;
    display: flex;
    margin: auto auto 15px auto;
}

.apf_main-box p {
    font-size: 14px;
    font-weight: 600;
}

.apf_main-img img {
    margin: auto;
    max-width: 70%;
}

.apf_head p {
    position: relative;
}

.apf_head p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 90px;
    height: 3px;
    background-color: #F48131;
}

.apf_sec-inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    grid-gap: 2rem;
}

.apf_sec-box {
    transition: 0.2s;
    cursor: pointer;
}

.apf_sec-box:hover .apf_sec-img,
.apf_sec-box.active .apf_sec-img {
    border: 3px solid #F48131;
}

.apf_sec-box .apf_sec-img {
    border-radius: 5px;
    transition: 0.2s;
    border: 3px solid #D1D1D1;
}

.apf_sec-box .apf_sec-img {
    height: 230px;
    text-align: center;

}

.apf_sec-box .apf_sec-img img {
    height: 100%;
    width: 80%;
    object-fit: contain;
    margin: auto;
    text-align: center;
}

.apf_thd-inner {
    /* display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; */
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.apf_thd-inner a {
    /* float: left; */
    min-width: 150px;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 0 15px 15px 0;
    background-color: #f7f7f7;
    display: inline-block;
    cursor: pointer;
}

.apf_thd-inner a:hover {
    color: #000;
    background-color: #f1f1f1;
}

.apf_thd-inner a.active,
.apf_thd-inner a:active,
.apf_thd-inner a.active:hover {
    color: #fff;
    background-color: #f48131;
    border-color: #f48131;
}

.all_product-filter-data .r_filter-search {
    width: 40%;
}

.fp_head {
    background-color: #F7F8FA;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
}

.fp_data {

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
    grid-gap: 1rem 1.5rem;
}

.fp_head-inner {
    padding: 10px 15px 10px;
    /* padding-left: 32.5%; */
}

.fp_head-inner img {
    width: 20px;
}

.fp_box {
    border: 1px solid #C4C4C4;
    position: relative;
    border-radius: 2px;
    min-height: 170px;
    z-index: 1;
}

.fp_body {
    position: relative;
    z-index: 9;
    /* height: 100%; */
    align-items: flex-start;
}

.fp_img {
    /* width: 30%;
    height: 100%;
    display: flex; */
    background-color: #fff;
    border: 1px solid #D2D2D2;
}

.fp_img img {
    margin: auto;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.fp_details {
    width: 70%;
    padding: 0 0px 0px 10px;
}

.fp_details p {
    font-size: 13px;
}

.m_filter-box {
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    min-width: 200px;
}

.m_filter-wrap {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
}

.m_filter-box-head {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    font-size: 13px;
    /* white-space: nowrap; */
    height: 60px;
    display: flex;
    align-items: center;
}

.m_filter-body-search {
    border: 1px solid #D4D4D4;
    height: 32px;
    border-radius: 4px;
    padding-right: 5px;
    display: flex;
    align-items: center;
}

.m_filter-body-search input {
    font-size: 12px;
}

.m_filter-body-search input::placeholder {
    color: #D4D4D4;
}

.m_filter-body-search img {
    border-radius: 10px;
    filter: grayscale(10%) brightness(0);
    opacity: 0.4;
    width: 20px;
    height: 17px;
}

.m_filter-check .form-check-label {
    font-size: 12px;
    white-space: nowrap;
}

.m_filter-check {
    max-height: 200px;
    overflow: auto;
}

.m_filter-check .form-check-input {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 0 !important;
}

.m_filter-check .form-check {
    display: block !important;
    min-height: 14px !important;
    line-height: 1;
}

/* ----------------all products CSS stop ---------------- */


/* ----------------valued customer CSS stop ---------------- */
.vc_main .list {
    padding: 10px 25px;
    min-width: 90px;
    text-align: center;
    margin: 0 15px 20px 0;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    cursor: pointer;
}

.vc_main .item p {
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
}

.vc_main .list.active,
.vc_main li:hover {
    color: #fff;
    background-color: #F48131;
    border: 1px solid #F48131;

}

.vc_main .products {

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 1rem 0rem;
}

.vc_main .item {
    overflow: hidden;
    /* width: 250px;
    height: 250px; */
    border-radius: 8px;
}

.vc_main .item_img {
    box-shadow: 0px 6px 14px #00000029;
    border-radius: 4px;
    height: 180px;
    display: flex;
    margin: 10px;
}

.vc_main .item img {
    max-width: 75%;
    margin: auto;

    cursor: pointer;
    transition: 0.5s linear;
}

.vc_main .item:hover img {
    transform: scale(1.1);
}

.vc_main .vc_filter-head ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}


/* ----------------valued customer CSS stop ---------------- */

/* ----------------our team CSS stop ---------------- */

.team_member {
    box-shadow: 0px 6px 14px #00000029;
    border-radius: 4px;
    /* margin-bottom: 40px; */
    height: 100%;
    transition: 0.4s;
    position: relative;
}

/* .team_member .social-icon{
    position: absolute;
    bottom: 0;
} */
.member_name h6 {
    font-size: 20px;
}

.member_name p {
    font-size: 16px;
    height: 50px;
}

.team_member:hover .member_spc {
    display: flex;
    height: 100%;
}

.member_img {
    background-color: #F1F2F5;

}

.member_img .df_img {
    /* max-width: 60%; */
    margin: auto;
}

.member_spc {
    position: absolute;
    left: 0;
    top: 0;
    /* display: none; */
    transition: 0.4s;
    height: 0%;
    overflow: hidden;
    width: 100%;
    background-color: #f48131b8;
}

.member_spc p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 40px 20px 0;
}

/* ----------------our team CSS stop ---------------- */

/* ----------------certificates CSS start ---------------- */

.certificates_box-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 2rem 1rem;
}

.certificates_box {
    box-shadow: 0px 6px 14px #00000029;
    border-radius: 4px;
    overflow: hidden;
}

.certificates_box p {
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
}

.certificates_img {
    /* height: 100%; */
    display: flex;
}

.certificates_img a {
    margin: auto;
    display: flex;
    padding: 10px;
}

/* ----------------certificates CSS stop ---------------- */



/* ----------------blogs grid CSS stop ---------------- */
.blogs_grid .grid {
    display: grid;
    grid-gap: 27px 30px;
    grid-template-columns: repeat(auto-fill, minmax(23.5rem, 1fr));
    /* grid-auto-rows: 20px; */
    margin: 0;
}

.blogs_grid .content {
    box-shadow: 0px 3px 6px #00000029;
}

.blog_details p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 45px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_details h5 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_img img {
    width: 100%;

}

.blogdetails_inner ul li {
    position: relative;
    padding: 5px 0;
}

.blogdetails_inner ul li::after {
    content: url(../images/blod_details/check-mark.png);
    position: absolute;
    left: -25px;
    top: 10px;
    width: 16px;
}

.blogdetails_inner .quotes {
    margin-top: 90px;
    position: relative;
}

.blogdetails_inner .quotes::after {
    content: url(../images/blod_details/quote.png);
    position: absolute;
    left: 0;
    top: -60px;
    width: 60px;
}


/* ----------------blogs grid CSS stop ---------------- */

/* ----------------engineering grid CSS start ---------------- */

.engineering_data h2 {
    position: relative;
    margin-bottom: 40px;
}

.engineering_data h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100px;
    height: 3px;
    background-color: #F48131;
    opacity: 0;
}

.milestone-slider-text {
    display: inline-block;
}

.enge_flow-box {
    border: 2px solid #b4b4b485;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
    transition: 0.2s;
    height: 100%;
    min-height: 170px;
}

.enge_flow-box:hover {
    border: 2px solid transparent;
    box-shadow: 0 0 10px gray;
}

.enge_number {
    position: absolute;
    right: 15px;
    bottom: 0px;
    font-size: 36px;
    color: gray;
    font-weight: 900;
    opacity: 0.3;
}

.enge_flow-box p {
    margin: 0;
}

.ex_sec_head h1 {
    font-size: 30px;

}

.ex_sec_head h1::after {
    width: 20%;
    left: 40%;
}

#proven {
    background-image: url("../images/engineering/ex.png");
    background-size: cover;
    background-color: #F7F8FA;
}

.ex_box {
    box-shadow: 0px 6px 14px #00000029;
    border-radius: 4px;
    transition: 0.2s;
}

.ex_box p {
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}

.ex_box:hover {
    background-color: #F48131;
}

.ex_box:hover p,
.ex_box:hover h5 {
    color: #fff !important;
}

.ex_box:hover img {
    filter: grayscale(9) brightness(9);
}

/* ----------------engineering grid CSS stop ---------------- */


/* ----------------head_office grid CSS start ---------------- */

.headoffice_map {
    border: 7px solid #E5E5E5;
}

.headoffice_main-wrap .sec_head h1::after {
    left: 0;
}

.get_form input,
.get_form textarea {
    border: 1px solid #D6D6D6;
    width: 100%;
    border-radius: 0;
    padding: 15px;
}

.add_right p {
    font-size: 20px;
}

.add_right p span {
    color: #F48131;
    font-family: 'Lucida', 'san-sarif';
}

.add_box .add_box-img {
    width: 30px;
}

.pagination .page-link {
    margin: 0 5px !important;
    color: #888888;
}

.pagination .active .page-link {
    border: 1px solid #F48131 !important;
    color: #F48131 !important;
    background-color: transparent !important;
}

/* ----------------head_office grid CSS stop ---------------- */

/* ---------------- Error 404 CSS stop ---------------- */

.error404-wrap-section .error404_wrap-box {
    text-align: center;
}

.error404-wrap-section .error404_wrap-box h1 {
    font-size: 70px;
    color: #F48131;
}

.error404-wrap-section .error404_wrap-box h2 {
    font-size: 30px;
    color: #F48131;
    text-transform: capitalize;
    font-family: 'Calibri-Bold', 'san-sarif';
    padding: 20px 0;


}

/* ---------------- Error 404 CSS stop ---------------- */

/* ---------------- Thank You CSS Start ---------------- */
.thank-you-wrap-section .thankyou_wrap-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    padding: 30px;
}

.thank-you-wrap-section .thankyou_wrap-box h1 {
    font-size: 60px;
    color: #F48131;
    padding-bottom: 10px;
}

.thank-you-wrap-section .contact_details {
    border-bottom: 1px solid #F48131;
    padding-bottom: 20px;
}

.thank-you-wrap-section .contact_details a {
    font-size: 19px;
    font-family: 'Gothic-Bold', sans-serif;
    color: #F48131;
}

.thank-you-wrap-section .theme_btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* ---------------- Thank You CSS End ---------------- */

/* ---------------- Career Section CSS Start  ---------------- */
/* Career Section CSS Start */
.career-wrap-section {}

.career-wrap-section .accordion-flush .accordion-item .accordion-button {
    box-shadow: none;
    border: none;
    background: #eff1f3;
    font-size: 23px;
    font-weight: 500;
    color: #000000;
}

.career-wrap-section .accordion-flush .accordion-item {
    margin-bottom: 10px;
    border-bottom: 0px solid #d6d6d6;
}

.career-wrap-section .accordion-body {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.career-wrap-section .career-require-data ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.career-wrap-section .career-require-data ul li {
    margin-right: 25px;
}

.career-wrap-section .career-require-data ul li p {
    font-size: 17px;
}

.career-wrap-section .career-require-data ul li p strong {
    margin-right: 5px;
}

.career-wrap-section .job-desc-text-wrap h3 {
    font-size: 22px;
    border-bottom: 1px solid #F48131;
    width: fit-content;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.career-wrap-section .job-desc-text-wrap ul {
    list-style: none;
    padding-left: 0;
}

.career-wrap-section .job-desc-text-wrap ul li {
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.career-wrap-section .job-desc-text-wrap ul li::before {
    position: absolute;
    content: '\2192';
    top: -6px;
    left: 0;
    font-size: 21px;
    color: #F48131;
    font-family: 'Gothic-Bold', sans-serif;
}

.apply-now-form-wrap-section {
    padding-top: 115px;
}

.apply-now-form-wrap-section .form-control {
    line-height: 2.4;
}

.apply-now-form-wrap-section .form-control:focus {
    box-shadow: none;
    border: 1px solid #F48131;
}

/* Career Section CSS End */
/* ---------------- Career Section CSS End  ---------------- */

/* ---------------- update CSS start 22-09-2023 ---------------- */

.filter_data .accordion-button {
    background-color: #F7F8FA;
    border-radius: 5px !important;
}

.filter_data .accordion-item {
    margin-bottom: 10px;
    border: 0 !important;
}

.filter_data .accordion-button:not(.collapsed) {
    box-shadow: 0 0 1px #f4813166;
    color: #F48131;
}

.filter_data .accordion-button:focus {
    box-shadow: none !important;
}

.filter_data-cl {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
}

.filter_data-cl p {
    border: 1px solid #67676763;
    padding: 7px 13px;
    cursor: pointer;
    border-radius: 4px;
    width: fit-content;
    margin: 0 10px 10px 0;
    font-size: 15px;
}

/* ---------------- update CSS End 22-09-2023---------------- */

/* -------------- Mobile Menu CSS Start  -------------- */

.mobile-menu {
    display: none;
}

.mobile-menu .nav,
.mobile-menu .nav__sub {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    list-style-type: none;
}

.mobile-menu .nav {
    position: relative;
    width: 400px;
    background-color: #F48131;
    overflow: hidden;
    height: 100%;
    display: block;
}

.mobile-menu .nav__item+.nav__item {
    /* margin-top: 15px; */
}

.mobile-menu .nav__item {
    padding: 15px;
    border-bottom: 1px dotted #fff;
}

.mobile-menu .nav__item a {
    color: #fff;
    align-items: self-start;
}

.mobile-menu .sub__close {
    color: #000 !important;
    font-size: 18px;
}

.mobile-menu .sub__close img {
    /* filter: brightness(0) invert(1); */
    width: 25px;
}

.mobile-menu .nav__link {
    font-weight: 500;
    color: white;
    text-decoration: none;
}

.mobile-menu .nav__sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F48131;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(100%);
    z-index: 999;
}

.mobile-menu .nav__sub.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}

/* -------------- Mobile Menu CSS End  -------------- */

.error404-wrap-section {
    min-height: 50vh;
}

.error {
    color: red;
    font-size: 14px;
}

.footer-news-letter .error {
    color: #fff !important;
}

#state_search-error {
    position: absolute;
    top: 100%;
}

#load-btn,
#show-more-button>button {
    background-image: url(../images/scroll.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-color: transparent !important;
    color: #f48131 !important;
    padding-right: 50px !important;
    border: 1px solid #f48131 !important;
    background-size: 20px;
}

.approval-img>img {
    width: 60px;
}

/* width */
.m_filter-check::-webkit-scrollbar,
.m_filter-wrap::-webkit-scrollbar,
.check_boxs-filter::-webkit-scrollbar,
#results-search::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.m_filter-check::-webkit-scrollbar-track,
.m_filter-wrap::-webkit-scrollbar-track,
.check_boxs-filter::-webkit-scrollbar-track,
#results-search::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.m_filter-check::-webkit-scrollbar-thumb,
.m_filter-wrap::-webkit-scrollbar-thumb,
.check_boxs-filter::-webkit-scrollbar-thumb,
#results-search::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.m_filter-check::-webkit-scrollbar-thumb:hover,
.m_filter-wrap::-webkit-scrollbar-thumb:hover,
.check_boxs-filter::-webkit-scrollbar-thumb:hover,
#results-search::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.advanced_btn {
    background-color: #f48131 !important;
}

button#load-btn:hover,
#show-more-button>button:hover {
    color: #7e7e7e !important;
    filter: grayscale(1) brightness(1);
}

#load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999999999999999;
    background: url(../images/loading-gif.gif) no-repeat center center rgb(0 0 0 / 0%);
    background-size: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.apf_sec-box>h6 {
    font-size: 15px;
    font-family: 'Gothic-Regular';
}

.apf_sec-box.active h6 {
    color: #f48131;
}

.langauge-dd {
    position: absolute;
    width: max-content;
    top: 100%;
    right: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    font-size: 14px;
}

.langauge-dd span>a {
    font-size: 12px !important;
}

.language_wrap:hover .langauge-dd {
    opacity: 1;
    pointer-events: auto;
}

#serch_form {
    display: block;
}

#serch_form h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

#serch_form h4:hover a {
    color: #dc6b1d;
}

#results-search {
    position: absolute;
    top: 100%;
    /* padding: 10px; */
    background: #fff;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.07);
    max-height: 400px;
    overflow-y: auto;
    z-index: 99999999;

    /* border-bottom: 1px solid #eee; */
}

#results-search li span {
    color: #6f6f6f;
}

#results-search li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
}

#results-search li:last-child {
    border-bottom: 0px solid #eee;
}

#search_input_pg {
    padding: 10px 10px 10px 50px;
    border-radius: 30px;
    position: relative;
    background-image: url(../images/search-black.png);
    background-repeat: no-repeat;
    background-position: 10px;
}

/* #search_input_pg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    left: 0;
    top: 0;
    background-image: url(../images/search-black.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
} */

.search-result-list>li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    background-image: url(../images/right-arrow-menu.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.search-result-list>li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
}

.search-result-list>li>h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.search-result-list>li>h5>a:hover {
    color: #dc6b1d;
}

.search-result-list>li>span {
    color: #434343;
}

.technicaldata-section h1,
.technicaldata-section h2,
.technicaldata-section h3,
.technicaldata-section h4,
.technicaldata-section h5,
.technicaldata-section h6 {
    color: #f48131;
    font-size: 18px;
    font-family: 'Gothic-Bold', sans-serif;
}

/* .technicaldata-section p{
    position: relative;
    padding-left: 25px;
}
.technicaldata-section p::before{
    position: absolute;
    content: '\2192';
    top: 0;
    left: 0;
    color: #f48131;
} */
.technicaldata-section ul li {
    position: relative;
    font-size: 17px;
    font-family: 'Gothic-Regular', sans-serif;
    color: #000000;
    padding-left: 15px;
}

.technicaldata-section ul li::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f48131;
}

.technical-data-items:first-child {
    padding-top: 0;
}

.technical-data-items {
    border-bottom: 1px solid #c7c7c7;
    padding: 20px 0;
}

.technical-data-items:last-child {
    /* padding-bottom: 0; */
    border-bottom: 0;
}

.technical-data-items p {
    margin-bottom: 0;
}

.download-pdf-btn {
    display: block;
    text-align: right;
    margin-bottom: 7px;
}

.download-pdf-btn:last-child {
    margin-bottom: 0;
}

.download-pdf-btn a {
    /* background-color: #f48131; */
    color: #f48131;
    display: block;
    /* padding: 10px 25px;
    border-radius: 30px;
    display: block;
    transition: all 0.3s ease-in-out; */
}

/* .download-pdf-btn a:hover{
    background-color: #000;
}
.download-pdf-btn span{
    margin-right: 10px;
}
.download-pdf-btn span img{
    width: 22px;
    filter: brightness(0) invert(1);
    margin-top: -2px;
} */
.download-pdf-btn span {
    margin-right: 5px;
}

.download-pdf-btn span img {
    width: 20px;
    margin-top: -2px;
}

.technicaldata-text span {
    color: #f58640;
    font-weight: bold;
    font-family: 'Lucida';
}

.search-wrap-box .hidden-search-box {
    display: none;
    position: absolute;
    right: 10px;
    background-color: #036;
    height: 50px;
    width: 50%;
    z-index: 9;
    bottom: -65px;
    box-shadow: rgba(17, 17, 26, 0.05) 0 1px 0, rgba(17, 17, 26, 0.1) 0 0 8px;
}

.search-wrap-box .addon-text-box,
.addon-text-box:active {
    background-color: transparent !important;
    border: 0;
    color: #fff !important;
    border-radius: 0;
    margin-left: calc(5px + 0.2em);
    margin-right: calc(5px + 1.13em);
}

.search-wrap-box .form-control {
    width: 20%;
}

.top_bar_phone img {
    width: 18px;
}

.products-categ-text table tr td,
.products-categ-text table tr td p,
.products-categ-text table tr td span {
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-family: 'Gothic-Regular', sans-serif !important;
    color: #000000 !important;
}

.year-wrap {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.engineering_main-wrap p,
.eng-last-section p {
    text-align: justify;
}

.video-img-wrap .video-img-1 {
    aspect-ratio: 1/0.57;
    object-fit: cover;
}

.g-recaptcha {
    /* border: 1px solid #d3d3d3; */
    transform: scale(0.7);
    transform-origin: top left;
}


table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after{
    display: none !important;
}

/* #ObsoleteProduct table, #ObsoleteProduct th, #ObsoleteProduct td {
  border: 1px solid black;
  border-collapse: collapse;
} */
#ObsoleteProduct thead{
    background-color: #f48131;
}
#ObsoleteProduct thead th{
    color: #fff;
    border-bottom: 1px solid #f48131;
}
#ObsoleteProduct.table>:not(caption)>*>*{
    border-color: #e1e1e1;
}
#ObsoleteProduct tbody tr:nth-child(even){
    background: #f7f8fa;
}
table.dataTable.no-footer{
    border-bottom: 0 !important;
}
.absolete-product-section .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    border-radius: 50%;
    background-color: #f48131 !important;
    border: none !important;
    color: #fff !important;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.absolete-product-section .dataTables_wrapper .dataTables_length,
.absolete-product-section .dataTables_wrapper .dataTables_filter{
    margin-bottom: 20px;
}
.suggest-pro-col a{
    color: #0092df;
    border-bottom: 1px solid #0092df;
    width: fit-content;
    font-weight: 500;
    font-family: 'Gothic-Medium', sans-serif;
}