@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



:root {

    --black: #2A2A2A;

    --white: #fff;

    --orange: #CF422E;

    --light-grey: #DFE2E7;

    --darkgrey: #8C8C8C;

    --body-font: "Karla", sans-serif;

    --heading-font: "Lato", sans-serif;

}

::selection{

    background: #bd3724;

    color: var(--white);

}

body,

html {

    overflow-x: hidden;

    scroll-behavior: smooth;

}



body {

    background: var(--white);

    color: var(--darkgrey);

    font-size: 16px;

    line-height: 24px;

    font-family: var(--body-font);

    font-weight: 500;

}



p,

li {

    font-size: 15px;

    font-weight: 400;

    line-height: 1.5;

    font-family: var(--body-font);

    color: var(--black);

}

h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: var(--heading-font);

    color: var(--black);

    font-weight: 600;

}



li:not(:last-child) {

    margin-bottom: 4px;

}



a {

    text-decoration: none !important;

    font-family: var(--body-font);

    color: var(--orange);

}



p:last-child {

    margin-bottom: 0;

}



img {

    height: 100%;

    width: 100%;

    object-fit: cover;

}



h3 {

    font-size: 28px;

    line-height: 34px;

}



h4 {

    font-size: 24px;

    line-height: 30px;

}



.sec-space {

    padding: 98px 0;

}



.btn,

.tnp-submit {

    height: 44px;

    line-height: 42px;

    text-align: center;

    font-size: 13px;

    font-weight: 500;

    border: 1px solid transparent;

    text-transform: capitalize;

    font-family: var(--heading-font);

    padding: 0 24px;

    min-width: 140px;

    border-radius: 8px;

    flex-shrink: 0;

    position: relative;

    overflow: hidden;

}



.btn-primary,

.tnp-submit {

    background: var(--orange);

    color: var(--white);

    border: none;

}



.btn-primary:hover,

.btn-primary:focus,

.btn-primary:active {

    background: var(--black);

    color: var(--orange);

    border-color: none;

}



.btn-outline {

    color: var(--orange);

    border-color: var(--orange);

}



.btn-outline:hover,

.btn-outline:focus,

.btn-outline:active {

    border-color: var(--orange);

    background: var(--orange);

    color: var(--white);

}



.btn-line {

    height: auto !important;

    line-height: 1 !important;

    font-weight: 700;

    color: var(--orange);

    font-family: var(--heading-font);

    padding: 0 !important;

    min-width: auto !important;

    letter-spacing: 1px;

    border-radius: 0 !important;

    text-decoration: underline !important;

    text-underline-offset: 1px;

}



.btn-line:hover,

.btn-line:focus,

.btn-line:active {

    color: var(--black);

}



.section-heading {

    margin-bottom: 42px;

    max-width: 60%;

}



.form-control,

select.form-control {

    font-size: 14px;

    background: transparent;

    border-radius: 4px;

    border: 1px solid #8C8C8C;

    min-height: 40px;

    padding: 8px 20px;

    color: var(--black);

    font-weight: 500;

}



.form-control::placeholder,

textarea::placeholder {

    color: #8C8C8C;

    text-transform: capitalize;

    font-weight: 400;

    font-size: 13px;

}



textarea {

    width: 100%;

    height: 80px;

    background: transparent;

    border: 1px solid #8C8C8C;

    border-radius: 4px;

    padding: 8px 20px;

    color: var(--orange);

}



.form-control:focus,

textarea:focus {

    border-color: var(--orange) !important;

    background: #F5F5F5;

    box-shadow: none;

    outline: none;

}



.form-group {

    position: relative;

    margin-bottom: 1rem;

}



.form-group .bi {

    color: var(--black);

    font-size: 20px;

    position: absolute;

    left: 0;

}



.contact-form {

    padding: 40px;

    border-radius: 20px;

    background: var(--white);

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}



.contact-form label {

    font-size: 14px;

    color: var(--black);

    font-weight: 700;

    margin-bottom: 0;

}



.contact-form label strong {

    color: var(--orange);

    font-size: 16px;

}



.contact-form .form-row {

    row-gap: 0 !important;

}



.owl-carousel .owl-nav {

    position: absolute;

    width: 100%;

    top: 45%;

    left: 0;

}



.owl-carousel .owl-nav button.owl-next,

.owl-carousel .owl-nav button.owl-prev {

    background: transparent;

    height: 40px;

    width: 40px;

    border: none;

    border-radius: 4px;

    color: var(--darkgrey);

    font-size: 28px;

    margin-left: 8px;

    transition: 0.3s ease-in-out;

    position: inherit;

}



.owl-carousel .owl-nav button.owl-next {

    right: -50px;

}



.owl-carousel .owl-nav button.owl-prev {

    left: -57px;

}



.owl-carousel .owl-nav button:hover,

.owl-carousel .owl-nav button:focus,

.owl-carousel .owl-nav button:active {

    color: var(--white);

    background: var(--orange);

    border: none;

    outline: 0;

}



.video-slider.owl-carousel .owl-nav {

    top: 36%;

}



.owl-carousel .owl-dots {

    text-align: center;

    margin-top: 24px;

}



.owl-carousel button.owl-dot {

    background: 0 0;

    color: inherit;

    border: none;

    padding: 0 !important;

    font: inherit;

    width: 10px;

    height: 10px;

    margin: 0 4px;

    border-radius: 8px;

    background: var(--light-grey);

    transition: 0.3s ease-in-out;

}



.owl-carousel button.owl-dot.active {

    background: var(--orange);

    width: 32px;

}



.bg-light {

    background-color: #EFEFEF !important;

}



/* Top Header */

.top-header {

    background: var(--black);

    padding: 8px 0;

}



.con-box {

    font-size: 15px;

    color: var(--orange) !important;

    font-weight: 500;

}



.con-box span {

    color: var(--white);

    font-weight: 300;

}



.con-box:hover span {

    color: var(--white);

}



.con-box .bi,

.feature-box .bi {

    display: inline-block;

    height: 24px;

    width: 24px;

    line-height: 24px;

    text-align: center;

    font-size: 10px;

    background: transparent;

    color: var(--orange);

    border: 1px solid var(--orange);

    border-radius: 32px;

    margin-right: 4px;

    flex-shrink: 0;

}



.border-separator {

    border-right: 1px solid #8C8C8C86;

    padding-right: 24px;

    margin-right: 24px;

}



.nav-link {

    font-size: 15px;

    font-weight: 400;

    padding: 0 !important;

    text-transform: capitalize;

    font-family: var(--body-font);

    color: var(--white);

    position: relative;

    transition: 0.4s ease-in-out;

}



.navbar-nav li,

.top-header ul.nav .nav-item {

    transition: 0.3s ease-in-out;

    position: relative;

}



.navbar-nav li:not(:last-child),

.top-header ul.nav .nav-item:not(:last-child) {

    margin-right: 40px;

}



.navbar-nav li.active>a,

.navbar-nav li:hover>a,

.top-header .nav-item:hover>.nav-link,

.top-header .nav-item:focus>.nav-link,

.top-header .nav-item:active>.nav-link, 

.menu-left a:hover, .menu-left a:hover h3 {

    color: var(--orange);

}





/* Language Translator  */

.gt_options {

    position: absolute !important;

    top: 87%;

    background: #fff !important;

}



#gt_float_wrapper {

    position: relative;

    margin-bottom: -7px;

}



.gt_float_switcher,

.gt_options {

    width: 142px;

}



.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,

.gt_float_switcher .gt_options a {

    font-size: 14px;

}



.gt_float_switcher .gt_options a {

    padding: 8px 15px !important;

}



.gt_float_switcher .gt-selected .gt-current-lang {

    padding: 2px 15px !important;

}



.gt_float_switcher .gt-selected .gt-current-lang {

    display: flex;

    align-items: center;

}



.gt_float_switcher-arrow {

    margin-left: auto;

}



.gt_float_switcher img {

    width: 24px !important;

    border-radius: 0px !important;

}





/* Header  */

.myHeader {

    background: var(--white);

    width: 100%;

    transition: 0.3s ease-in-out;

    z-index: 99;

}



.navbar {

    position: static;

}



.navbar-brand img {

    height: 44px;

    width: auto;

}



.navbar-toggler-icon {

    color: var(--orange);

    font-size: 36px;

}



.myHeader.fixed {

    position: fixed !important;

    top: 0;

    left: 0;

    width: 100%;

    background: var(--white);

    z-index: 99;

    transition: 0.3s ease-in-out;

    animation: fadeInDown 0.3s ease forwards;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}



.myHeader .nav-link {

    color: var(--black);

    font-weight: 700;

}



.dropdown-menu {

    top: 10px !important;

    padding: 0 !important;

    font-size: 15px;

    font-weight: 300;

    min-width: 200px;

    color: var(--white);

    background-color: var(--orange);

    border-radius: 0;

}



.dropdown-item {

    color: var(--white);

    padding: 10px 16px 10px 40px;

    position: relative;

}



.dropdown-item::before {

    content: "\F2EA";

    font-family: 'Bootstrap-icons';

    color: var(--white);

    font-size: 14px;

    position: absolute;

    top: 4;

    left: 20px;

}

.dropdown-menu .menu-item{

    margin: 0 !important;

}



/* .top-header .nav-item:hover .dropdown-menu{

    display: block;

}  */

.dropdown-toggle::after {

    display: none;

}



.dropdown-menu .dropdown-item:focus,

.dropdown-menu .dropdown-item:hover, .dropdown-menu .nav-item.active {

    color: var(--white) !important;

    background-color: #e9523d;

}

.dropdown-menu .nav-item.active a{

    color: var(--white) !important;

    text-decoration: underline !important;

}

.nav-item.dropdown .nav-link {

    padding-right: 20px !important;

}



.nav-item.dropdown .nav-link::before {

    content: "\F282";

    font-family: 'Bootstrap-icons';

    color: var(--darkgrey);

    font-size: 14px;

    position: absolute;

    top: 0;

    right: 0;

}







/* Sub Mega Menu  */

.header-menu .nav-link {

    padding: 20px 20px 20px 0 !important;

}



.header-menu li.nav-item.dropdown {

    position: static;

}



.dropdown-submenu {

    width: 100%;

    background: var(--light-grey);

    position: absolute;

    top: 100%;

    left: 0;

    transform: translateY(10%);

    transition: 0.3s ease-in-out;

    opacity: 0;

    visibility: hidden;

    z-index: 1;

}



.header-menu .nav-item:hover .dropdown-submenu {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}



.header-menu .nav-item.dropdown .nav-link::before {

    content: "\F282";

    font-family: 'Bootstrap-icons';

    color: var(--darkgrey);

    font-size: 14px;

    position: absolute;

    top: 32%;

    right: 0;

}



.menu-cta {

    padding: 40px;

}



.menu-bg {

    top: 0;

    right: 0;

    object-fit: cover;

    width: 27%;

    height: 100%;

    z-index: -1;

}



.menu-bg::before {

    content: "";

    width: 100%;

    height: 100%;

    background: #2c2c2cd4;

    position: absolute;

    top: 0;

    left: 0;

}



.menu-left {

    padding: 40px 0;

}



.menu-left .row {

    row-gap: 20px;

}



.menu-left h3,

.menu-cta h4 {

    font-size: 20px;

    font-weight: 800;

    text-transform: capitalize;

    position: relative;

    padding-bottom: 2px;

    margin-bottom: 8px;

}



.menu-cta h4 {

    font-weight: 500;

    color: var(--white);

}



.menu-left ul,

.menu-left ol {

    list-style-type: none;

}



.menu-left a {

    color: var(--black);

}



.menu-thumb{

    max-width: 86%;

}

.menu-thumb img{

    object-fit: contain;

    object-position: top left;

    background: var(--white);

}



/* Banner  */

.banner {

    z-index: 1;

}



.banner-img {

    position: relative;

    width: 100%;

    height: 100vh; /* or your desired height */

    overflow: hidden;

}



.banner-img::before {

    content: "";

    width: 100%;

    height: 100%;

    background: #212121bd;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

}



.banner-img img , .banner-img iframe {

    position: absolute;

    top: 50%;

    left: 50%;



    width: 120vw;   /* force extra width */

    height: 120vh;  /* force extra height */



    transform: translate(-50%, -50%);

    pointer-events: none;

}



.banner-wrapper {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 90%;

    z-index: 2;

}



.banner-text {

    max-width: 70%;

}



.banner-text h1 {

    font-size: 54px;

    line-height: 60px;

    font-weight: 700;

    color: var(--white);

    margin-bottom: 20px;

    text-transform: capitalize;

}



.banner-text p {

    font-size: 16px;

    color: var(--light-grey);

    padding: 0 4%;

}



.banner-slider.owl-carousel .owl-nav button.owl-prev {

    left: 20px;

}



.banner-slider.owl-carousel .owl-nav button.owl-next {

    right: 20px;

}



/* Product Category  */

.product-cat-box,

.manual-list li a,

.location-box {

    background: linear-gradient(0deg, #CF422E12, #CF422E04);

    padding: 28px 20px;

    border-radius: 8px;

    border: 1px solid #CF422E20;

    transition: 0.3s ease-in-out;

    display: block;

}



.pro-cat-icon img {

    height: 84px;

    width: 104px !important;

    object-fit: contain;

    filter: brightness(0) saturate(100%) invert(25%) sepia(79%) saturate(1719%) hue-rotate(345deg) brightness(105%) contrast(86%);

}



.product-cat-box h4 {

    font-size: 20px;

    margin-top: 28px;

}



.product-cat-box h4 a {

    color: var(--black);

    font-family: var(--heading-font);

    font-weight: 800;

}



.product-cat-box .btn-line {

    margin-top: auto;

}



.product-cat-box:hover {

    background: var(--orange);

}



.product-cat-box:hover h4 a,

.product-cat-box:hover p,

.product-cat-box:hover .btn-line {

    color: var(--white);

}



.product-cat-box:hover h4 a {

    font-weight: 700;

}



.product-cat-box:hover p {

    color: #ffffffb5;

}



.product-cat-box:hover .pro-cat-icon img {

    filter: brightness(0) invert(1);

}





/* About start  */

.about-img {

    position: relative;

    padding-top: 68%;

    border: 8px solid #fff;

    background-color: var(--white);

    border-radius: 12px;

    z-index: 1;

}



.about-img img {

    object-fit: cover;

    border-radius: 8px;

    position: absolute;

    top: 0;

    left: 0;

}



.about-text h2,

.section-heading h2,

h2 {

    font-size: 40px;

    line-height: 48px;

    margin-bottom: 12px;

    font-weight: 800;

    text-transform: capitalize;

    position: relative;

}



.about-text ul,

.about-text ol {

    list-style-type: none;

    color: var(--black);

    font-weight: 600;

}



.about-text ul li,

.about-text ol li,

.facility-list li {

    position: relative;

    padding-left: 20px;

    margin-bottom: 8px;

}



.about-text ul li::before,

.about-text ol li::before,

.facility-list li::before {

    content: "\F26A";

    font-size: 14px;

    font-family: 'Bootstrap-icons';

    color: var(--orange);

    position: absolute;

    top: 0;

    left: 0;

}



.about-home::before,

.business-stat::before,

.mission-cms .ab-wrap::before {

    content: "";

    width: 25%;

    height: 50%;

    background: var(--orange);

    border-radius: 0 8px 8px 0;

    position: absolute;

    top: 0;

    left: 0;

}



.mission-cms .ab-wrap::before {

    width: 25%;

    height: 50%;

    background: #DFE2E7;

    position: absolute;

    top: 50%;

    left: -4%;

    transform: translateY(-50%);

}



.mission-cms .ab-wrap:nth-child(even):before {

    left: auto;

    right: -4%;

}





/* Business Statistics  */

.business-stat {

    background: #EFEFEF;

}



.business-stat .about-img {

    padding-top: 54%;

    padding-right: 45%;

}



.business-stat .about-img:nth-child(1) {

    margin-bottom: 60px;

}



.business-stat .about-img:nth-child(2) {

    margin-top: 60px;

}



.business-stat::before {

    width: 25%;

    height: 100%;

    border-radius: 0;

    top: 0;

    left: auto;

    right: 0;

}



.business-stat .about-text ul li::before {

    display: none;

}



.business-stat .about-text ul li::after {

    content: "";

    width: 1px;

    height: 100%;

    background: var(--orange);

    position: absolute;

    top: 0;

    left: 0;

}



.business-stat .about-text li {

    max-width: 32%;

    flex: 0 0 32%;

}



.business-stat .about-text h4 {

    font-size: 32px;

    color: var(--orange);

    font-weight: 800;

}



.business-stat .about-text p {

    font-weight: 500;

    font-size: 15px;

}



.business-rating {

    background: var(--white);

    min-width: 186px;

    border-radius: 8px;

    padding: 10px;

    position: absolute;

    bottom: -8%;

    right: 40%;

    z-index: 1;

}



.business-rating img {

    height: 50px;

    width: 50px;

    object-fit: contain;

}



.rating-info span {

    font-size: 20px;

    font-weight: 800;

    color: var(--black);

    font-family: var(--heading-font);

}





/* Industry  */

.industry-img {

    position: relative;

    padding-top: 57%;

    border: 8px solid var(--white);

    border-radius: 8px;

    overflow: hidden;

    z-index: 1;

}



.industry-img::before {

    content: "";

    width: 100%;

    height: 80%;

    background: linear-gradient(#00000000, #000000);

    position: absolute;

    bottom: 0;

    left: 0;

    border-radius: 0 0 8px 8px;

    z-index: 1;

    transition: 0.3s ease-in-out;

}



.industry-img img {

    border-radius: 8px;

    position: absolute;

    top: 0;

    left: 0;

    transition: 0.3s ease-in-out;

}



.industry-text {

    position: absolute;

    bottom: 0;

    left: 0;

    padding: 0 40px 32px;

    z-index: 2;

}



.industry-text h4 {

    color: var(--white);

    margin-bottom: 4px;

}



.industry-text p {

    color: var(--darkgrey);

    font-size: 15px;

    line-height: 20px;

}



.industry-box:hover .industry-img img {

    transform: scale(1.1);

}



/* Acquisition  */

.acq-icon {

    height: 160px;

    width: 100%;

    background: var(--white);

    padding: 20px 32px;

    border-radius: 8px;

    border: 1px solid var(--light-grey);

}



.acq-icon img {

    object-fit: contain;

}





/* Services  */

.services.about-home:before {

    left: auto;

    right: 0;

    top: auto;

    bottom: 0;

    border-radius: 8px 0 0 8px;

}



.service-icon img {

    object-fit: contain;

    transition: 0.3s ease-in-out;

}



.serv-icon {

    height: 40px;

    width: 40px;

    border-radius: 50%;

    background: var(--orange);

    margin-right: 12px;

    transition: 0.3s ease-out;

}



.serv-icon img {

    object-fit: contain;

    filter: brightness(0) invert(1);

    padding: 9px;

}



.service-accordion .acc-btn {

    font-size: 18px;

    font-family: var(--heading-font);

    font-weight: 700;

    color: var(--black);

    text-align: left !important;

}



.service-accordion .acc-btn:focus,

.service-accordion .acc-btn:hover .service-accordion .acc-btn:active,

.faq-accordion .acc-btn:focus,

.faq-accordion .acc-btn:hover .faq-accordion .acc-btn:active {

    outline: none !important;

    text-decoration: none !important;

}



.service-accordion .acc-btn::before,

.faq-accordion .acc-btn::before,

.product-accordion .btn-link::before {

    content: "\F235";

    font-family: 'Bootstrap-icons';

    font-size: 16px;

    color: #8C8C8C40;

    position: absolute;

    top: 8px;

    right: 0;

}



.faq-accordion .acc-btn::before {

    content: "\F13A";

    font-size: 26px;

    top: 2px;

    color: #8c8c8c8a;

}



.service-accordion .acc-btn.collapsed::before,

.faq-accordion .acc-btn.collapsed::before,

.product-accordion .btn-link.collapsed::before {

    transform: rotate(180deg);

}



.service-accordion .card-header,

.faq-accordion .card-header {

    background: transparent;

    border: none;

    padding: 0 32px 0 0;

}



.service-accordion .card-body {

    padding: 0 0 0 54px;

}



.service-accordion .card {

    border: none;

    border-bottom: 1px solid #ededed;

    border-radius: 0;

    padding-bottom: 12px;

    margin-bottom: 12px;

}



.desc {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

}



.sameheight.owl-carousel .owl-stage {

    display: flex;

    justify-content: center;

}



.sameheight .item {

    display: flex;

    flex-wrap: wrap;

    height: 100%;

    padding: 1px;

}





/* Video  */

.video-box a.video-title {

    font-family: var(--heading-font);

    color: var(--black);

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 6px;

    display: block;

}

.video-box:hover a.video-title {

    color: var(--orange);

}

.video-box iframe {

    border-radius: 8px;

    height: 260px;

}

.video-box h6 {

    color: var(--grey);

    font-weight: 600;

    font-size: 15px;

}



/* FAQ  */

.faq {

    background: url(../images/industry-image-5.jpg) no-repeat center;

    background-size: cover !important;

    background-attachment: fixed !important;

    z-index: 1;

}



.faq::before {

    content: "";

    width: 100%;

    height: 100%;

    background: #ffffffe8;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

}



.faq-accordion .acc-btn {

    font-size: 20px;

    color: var(--orange);

    font-weight: 700;

    font-family: var(--heading-font);

    text-align: left !important;

}



.faq-accordion .acc-btn.collapsed {

    color: var(--black);

}



.faq-accordion .card-body {

    margin-top: 12px;

}



.faq-accordion .card {

    border-bottom: 1px solid #d4d4d4 !important;

    padding-bottom: 28px;

    margin-bottom: 28px;

}





/* Testimonials  */

.test-box {

    background: #EFEFEF;

    border-radius: 8px;

    padding: 32px;

    transition: 0.3s ease-in-out;

}



.quote {

    height: 42px;

    width: 42px !important;

    object-fit: contain;

}



.client-img {

    height: 57px;

    width: 57px;

    border-radius: 50%;

    overflow: hidden;

    outline: 2px solid var(--orange);

    outline-offset: 2px;

}



.client-name {

    color: var(--black);

    font-family: var(--heading-font);

    font-weight: 800;

}



.desg {

    color: var(--orange);

    font-weight: 600;

    font-size: 14px;

}



.review {

    border-color: var(--darkgrey) !important;

}



.testimonial-slider .owl-item.active.center .test-box {

    background: var(--orange);

}



.testimonial-slider .owl-item.active.center .test-box .quote {

    filter: brightness(0) invert(1);

    opacity: 0.24;

}



.testimonial-slider .owl-item.active.center .test-box .client-name,

.testimonial-slider .owl-item.active.center .test-box .review,

.testimonial-slider .owl-item.active.center .test-box .review p {

    color: var(--white);

}



.testimonial-slider .owl-item.active.center .test-box .desg {

    color: #ffffff84;

}



.testimonial-slider .owl-item.active.center .test-box .review {

    border-color: #ffffff40 !important;

}



.testimonial-slider .owl-item.active.center .test-box .client-img {

    outline-color: #ffffff40;

}



/* Certificates  */

.certificate-img button {

    height: 110px;

    width: 100%;

    opacity: 0.3;

    transition: 0.3s ease-in-out;

    cursor: pointer;

}



.certificate-img:hover button {

    opacity: 1;

}



.certificate-img img {

    object-fit: contain;

}



/* .tooltip .tooltip-inner {

  background-color: var(--orange) !important; 

} */





/* CTA  */
.cta-wrap {
    border: 1px solid var(--orange);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(0deg, #cf412e17, #cf412e0a);
}
.cta-wrap::before {
    content: "";
    width: 40%;
    height: 100%;
    background: var(--orange);
    position: absolute;
    top: 0;
    left: 0;
}
.cta-wrap .about-img {
    padding-top: 60%;
}


/* Why Us  */
.why-icon {
    height: 68px;
    width: 68px !important;
    flex-shrink: 0;
    margin-right: 16px;
    background: #CF422E20;
}
.why-icon img {
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(25%) sepia(79%) saturate(1719%) hue-rotate(345deg) brightness(105%) contrast(86%);
    padding: 14px;
}
.whyus-box h5 {
    font-size: 18px;
    font-weight: 700;
}
.whyus-box p {
    font-size: 15px;
    margin-bottom: 0;
}
.whyus-row, .video-row {
    row-gap: 40px;
}
.whyus-wrap {
    max-width: 80%;
}
.dots-pattern {
    top: 20%;
    left: -2px;
    width: 75px;
    height: auto;
    object-fit: contain;
}
.home-contact .dots-pattern {
    left: auto;
    right: -2px;
    top: 14%;
}


/* Footer  */
.footer-top {
    background: var(--orange);
    padding: 68px 40px;
    border-radius: 8px;
}
.footer-top-wrap {
    margin-bottom: -100px;
}
.footer-top h2,
.footer-top p {
    color: var(--white);
}
.main-footer {
    background: var(--black);
    padding-top: 180px;
}
.footer-logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
}
.con-box h5 {
    font-size: 13px;
    color: var(--orange);
}
.con-box h5 span,
.con-box li {
    font-size: 16px;
    display: block;
    color: var(--darkgrey);
    font-weight: 400;
    transition: 0.3s ease-in-out;
}
.con-box:hover h5 span {
    color: var(--white);
}
.con-box .bi {
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-right: 8px;
}
.contact-list {
    border-color: #8C8C8C40 !important;
    row-gap: 12px;
}
.footer-row {
    row-gap: 40px;
    padding: 60px 0 40px;
}
.myFooter h3 {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 8px;
}
.myFooter h3:after,
.menu-cta h4:after,
.menu-left h3::before {
    content: "";
    width: 60px;
    height: 2px;
    background: var(--orange);
    position: absolute;
    bottom: 0;
    left: 0;
}
.myFooter .navbar-nav li a {
    font-size: 16px !important;
    font-family: var(--body-font) !important;
    text-transform: capitalize;
    color: var(--darkgrey) !important;
    font-weight: 400 !important;
    padding: 2px 0 !important;
}
.myFooter .navbar-nav li a:hover,
.myFooter .navbar-nav li.active a {
    color: var(--white) !important;
}
.myFooter .navbar-nav li {
    background: transparent !important;
    margin: 0;
    padding-left: 20px;
    position: relative;
}
.myFooter .navbar-nav li::before {
    content: "\F231";
    font-family: 'Bootstrap-icons';
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 0;
    color: #8C8C8C80;
    opacity: 0.4;
}
.myFooter .navbar-nav li.active::before {
    color: var(--white);
}
.social-list li .bi {
    display: block;
    height: 40px;
    width: 40px !important;
    line-height: 42px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid var(--kblue);
    background: var(--orange);
    color: #CDD3E6;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}
.social-list li:not(:last-child) {
    margin-right: 8px;
}
.social-list li:hover .bi {
    color: var(--black);
    background: var(--orange);
}
.myFooter hr {
    background: #cdd3e62e;
}
.copyright {
    padding: 0 0 16px 0;
}
.copyright p {
    color: var(--darkgrey);
}
.copyright p a {
    color: var(--orange);
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* Inner Pages  */
.inner-banner {
    padding: 75px 0;
}
.inner-banner {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.inner-banner::before {
    content: "";
    background: #0e243ae8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.inner-banner h2 {
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
}
.inner-banner .breadcrumb {
    background: transparent;
    color: var(--white);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
    content: " // ";
}
.inner-banner .breadcrumb-item a {
    color: var(--white);
    text-decoration: underline !important;
}
.inner-banner .breadcrumb-item {
    color: var(--orange);
}

.banner_area_text_box.text-center {
    max-width: 60%;
    margin: 0 auto;
}
.banner_area_text_box.text-center p{
    color: #fbfbfb87;
}


/* About Page  */

.about-cms .ab-wrap:nth-child(even) .ab-row {
    flex-direction: row-reverse;
}
.about-cms .ab-wrap:not(:last-child) {
    margin-bottom: 80px;
}
.about-cms .ab-wrap:nth-child(even) .about-text {
    padding: 0 40px 0 0;
}


/* Mission and Vision  */
.mission-img img {
    object-fit: contain;
}
.mission-icon img {
    height: 68px;
    width: 68px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(25%) sepia(79%) saturate(1719%) hue-rotate(345deg) brightness(105%) contrast(86%);
}
.mission-box h3 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 40px;
}
.mission-box {
    padding: 0 40px;
}
.team-box {
    border-radius: 12px;
    overflow: hidden;
}
.team-img {
    padding-top: 120%;
}
.team-img img {
    position: absolute;
    top: 0;
    left: 0;
}
.team-text {
    background: #0c0c0ce8;
    padding: 24px;
    position: absolute;
    bottom: -75%;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out;
}
.team-text h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--white);
}
.team-text h6 {
    font-family: var(--body-font);
    margin-bottom: 0;
    color: var(--orange);
}
.team-box:hover .team-text {
    background: var(--orange);
    bottom: 0;
}
.team-box:hover .team-text h3,
.team-box:hover .team-text h6 {
    color: var(--white);
}
.team-box:hover .team-text p {
    color: #ffffffb5;
}
.team-row,
.guide-row,
.product-row {
    row-gap: 24px;
}
.team-cms .team-wrap:nth-child(2) {
    background: #EFEFEF;
}
.member-desc {
    height: 210px;
    overflow-y: auto;
    padding-right: 6px;
}


/* Contact Page  */
.contact-details .con-list {
    background-size: cover !important;
    padding: 40px 34px;
    border-radius: 12px;
    background: linear-gradient(0deg, #cf412e17, #cf412e0a);
    border: 1px solid var(--orange);
    overflow: hidden;
}
/* .contact-details .con-list::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #cf412e17, #cf412e0a);
    position: absolute;
    top: 0;
    left: 0;
} */
.contact-details .con-list>li:not(:last-child) {
    margin-bottom: 16px;
}
.contact-details .con-list .con-box .bi {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 17px;
    background: var(--orange);
    color: var(--white);
}
.contact-details .con-box h5 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}
.contact-details .con-box h5 span,
.con-box ul li {
    color: var(--black);
    font-weight: 700;
}
.con-box ul {
    list-style-type: none;
}
.con-box ul li {
    line-height: 20px;
}


/* Career Page  */
.businessman-img {
    width: 42%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    bottom: 0;
    right: 0;
}
.career-cta .section-heading {
    max-width: 78%;
}
.career-cta .cta-wrap::before {
    width: 36%;
    height: 100%;
    background: #cf422e14;
    clip-path: polygon(27% 0%, 100% 0%, 100% 100%, 30% 100%, 0% 25%);
    left: auto;
    right: 0;
}
.job-box {
    border: 1px solid var(--light-grey);
    background: #f5f5f5;
    padding: 24px;
    border-radius: 12px;
    transition: 0.3s ease-out;
}
.job-feat li {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
    padding: 2px 12px !important;
    border-radius: 20px;
    background: #2a2a2a1c;
    margin-bottom: 0;
    margin-right: 4px;
}
.job-feat li::before {
    display: none !important;
}
.job-box h4 {
    font-size: 22px;
    font-weight: 800;
}
.job-box:hover {
    background: var(--white);
    border-color: #cf412e42;
}


/* User Manual  */
.user-manual-cms h2 {
    font-size: 32px;
}
.user-manual-cms .manual-block:not(:last-child) {
    margin-bottom: 80px;
}
.manual-list li a {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    font-family: var(--heading-font);
}
.manual-list li a .bi {
    color: var(--orange);
    margin-right: 8px;
}
.manual-list li a:hover {
    color: var(--orange);
    background: linear-gradient(180deg, #cf422e14, #cf422e24);
}
.user-manual-cms h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--orange);
}
.user-manual-cms .manual-row {
    row-gap: 40px;
}
.manual-list li:not(:last-child) {
    margin-bottom: 8px;
}
.user-manual-cms .manual-block:nth-child(3) .manual-list,
.user-manual-cms .manual-block:nth-child(4) .manual-list,
.user-manual-cms .manual-block:nth-child(5) .manual-list {
    columns: 3;
}


/* Video Library  */
.filter-block {
    margin-bottom: 40px;
}
.filter-block h4 {
    font-weight: 900;
}
.filter-block .form-group {
    width: 400px;
    margin-left: 8px;
}
.video-cms .contact-form {
    padding: 20px 40px;
    box-shadow: none;
    border-radius: 8px;
    background: #DFE2E7;
}
.video-cms .contact-form .form-control {
    background: var(--white);
    border: none;
}


/* Technical Guides  */
.guide-box {
    gap: 12px;
    transition: 0.3s ease-in-out;
}
.guide-box:hover,
.job-box:hover,
.location-box:hover {
    transform: translateY(-8px);
}
.guide-box .guide-img {
    position: relative;
    padding-right: 34%;
    border: 1px solid var(--light-grey);
    border-radius: 8px;
    overflow: hidden;
}
.guide-box .guide-img img {
    position: absolute;
    top: 0;
    left: 0;
}
.guide-box .guide-text {
    min-height: 306px;
    padding: 32px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.guide-text h4 {
    font-size: 20px;
    font-weight: 800;
    transition: 0.3s ease-in-out;
}
.guide-box:hover .guide-text h4 {
    color: var(--orange);
}
/* Products start  */
.product-box {
    border: 1px solid var(--light-grey);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.product-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-8px);
}
.product-img {
    position: relative;
    padding-top: 80%;
    overflow: hidden;
    /* background: #F6F6F6; */
    overflow: hidden;
}
.product-img img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}
.product-box:hover .product-img img {
    transform: scale(1.1);
}
.product-text {
    padding-top: 12px;
}
.product-text h5 a {
    font-size: 20px;
    font-family: var(--heading-font);
    color: var(--black);
    font-weight: 800;
    transition: 0.3s ease-in-out;
}
.product-box:hover .product-text h5 a {
    color: var(--orange);
}
.products .row {
    row-gap: 20px;
}


/* Sub Category Page  */
.advantage-list {
    columns: 2;
    gap: 80px;
    max-width: 90%;
    margin: 0 auto;
}
.advantage-list::before {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--light-grey);
    position: absolute;
    top: 0;
    left: 50%;
}
.advantage-list li,
.feature-list li {
    position: relative;
    padding-left: 45px;
}
.advantage-list li::before,
.feature-list li::before {
    content: "\F26A";
    font-size: 20px;
    line-height: 20px;
    border: 6px solid #cf422e38;
    border-radius: 50%;
    color: var(--orange);
    font-family: 'Bootstrap-icons';
    position: absolute;
    top: 0;
    left: 0;
}
.feature-list li {
    margin-bottom: 8px;
    padding-left: 24px;
}
.feature-list li::before {
    content: "\F26B";
    font-size: 14px;
    line-height: 14px;
    border: none;
    top: 6px;
}
.advantage-list li:not(:last-child) {
    margin-bottom: 20px;
}
.key-features .about-text h3 {
    font-weight: 700;
}
.key-features .ab-wrap:nth-child(even) .ab-row {
    flex-direction: row-reverse;
}
.key-features .ab-wrap:not(:last-child) {
    margin-bottom: 40px;
}
.key-features .feature-wrap:not(:last-child){
     margin-bottom: 60px;
}



/* Distributor Page  */

.location-box {
    background: linear-gradient(0deg, #c3c3c32e, #cf422e00);
    height: 100%;
}
.location-box h6 {
    font-style: italic;
    color: var(--darkgrey);
}
.location-box .con-box h5 span {
    color: var(--black);
}

.location-box .contact-list li:not(:last-child) {
    margin-bottom: 8px;
}
.location-box .con-box .bi {
    margin-right: 12px;
    color: var(--orange);
    background: #CF422E20;
    border: none;
}
#distributor_results{
    row-gap: 20px;
}
.distributer-cms .filter-row h2{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700 !important;
    margin-bottom: 6px;
}
.distributer-cms .custom-checkbox{
    flex: 0 0 32%;
    max-width: 32%;
    font-size: 14px;
    line-height: 1.4;
}
.location-box .con-box{
    color: var(--black) !important;
    font-weight: 500;
}
.location-box h6 span {
    display: inline-block;
    color: var(--darkgrey);
    font-size: 12px;
    font-weight: 400;
    padding: 4px 8px;
    background: #f5f5f5;
    border-radius: 12px;
    margin: 0 4px 4px 0;
    font-style: normal;
}
.cnt span{
    color: var(--orange);
    font-weight: 500;
}
.location-box .con-box h5 span, .location-box .con-box li{
    font-size: 15px;
    font-family: var(--body-font);
}


/* product Details Page  */
.product-accordion .btn-link,
.add-features h5 {
    font-size: 18px;
    font-weight: 800;
    color: var(--orange);
}
.product-accordion li {
    padding-left: 0 !important;
}
.product-accordion li::before {
    display: none !important;
}
.product-accordion .btn-link::before {
    top: 4px;
}
.image-gallery {
    margin: 0 auto;
    display: table;
}
.primary,
.thumbnails {
    display: table-cell;
}
.primary {
    width: 600px;
    height: 400px;
    border-radius: 12px;
    background-color: #cccccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.thumbnail-image {
    width: 140px;
    height: 140px;
    border-radius: 8px;
    margin: 10px 10px 10px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}
.thumbnail:hover .thumbnail-image,
.selected .thumbnail-image {
    border: 2px solid var(--orange);
}
.additional-features {
    background: linear-gradient(180deg, #f5f5f5, #fff);
}
.additional-features .add-features:not(:last-child) {
    margin-bottom: 40px;
}


/* Service Details  */
.case-box {
    padding: 20px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.case-img {
    position: relative;
    padding-right: 20%;
    border-radius: 12px;
    overflow: hidden;
}
.case-img img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}
.case-box:hover .case-img img {
    transform: scale(1.1);
}
.case-desc {
    padding: 20px 60px;
}
.case-desc .case-title {
    font-size: 22px;
    font-weight: 800;
    font-family: var(--heading-font);
    color: var(--black);
    display: block;
    margin: 12px 0;
}
.case-desc h6 {
    color: var(--darkgrey);
}
.case-box:hover .case-title {
    color: var(--orange);
}
.case-studies li:not(:last-child) {
    margin-bottom: 20px;
}

/* Footer Cookie Box  */
.privacy-box {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 500px;
    padding: 24px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    z-index: 9999;
}
.privacy-box .btn:not(:last-child) {
    margin-right: 8px;
}
.privacy-box h3 {
    font-size: 18px;
    color: var(--black);
    font-weight: 800;
    padding-bottom: 8px;
}

/* Newsletter  */
div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
    margin: 0 !important;
    width: 100% !important;
}
.tnp-field.tnp-field-email.text-white.mb-2 {
    flex-grow: 1;
    width: 100%;
}
input#tnp-1 {
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 4px;
    color: var(--white);
}
.tnp-submit {
    height: 44px !important;
    background-color: var(--white);
    color: var(--orange);
    cursor: pointer;
    margin-left: 4px;
}
.cookie-settings {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 30px;
    background: #fff;
    padding: 20px;
    width: 320px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.dist-logo {
    height: 40px;
    width: 40px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 12px;
}
.signature{
    height: 80px;
    max-width: 50%;
    object-fit: contain;
    object-position: left;
}
.add-features img {
    height: auto;
    width: auto;
}
.envr-cms .about-text ul li, .envr-cms .about-text ol li {
    margin-bottom: 2px;
}