body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.cms-home #maincontent.page-main,
.cms-about-us #maincontent.page-main {
    margin: 0 !important;
}

.right-nav li:nth-of-type(1) {
    min-width: auto !important;
}

a {
    text-decoration: none !important;
}

.product-nav {
    margin: 0;
    padding: 0;
}

.product-nav li {
    list-style: none;
    display: inline-block;
}

.product-nav li a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: none;
    color: #141617;
    transition: all ease-in-out 0.3s;
}

.product-nav li a:hover {
    color: #FF4D00;
    transition: all ease-in-out 0.3s;
}

.right-nav {
    padding: 0;
    margin: 0;
}

.right-nav li {
    list-style: none;
    display: inline-block;
}

.search {
    height: 46px;
    border: 1px solid #101010!important;
    border-radius: 0 !important;
    font-family: 'Roboto', sans-serif!important;
    font-size: 13px !important;
    color: #141617 !important;
    transition: all ease-in-out 0.3s!important;
    background: none!important;
}

#searc input {
    background: none!important;
}

.search:focus,
.search:hover {
    box-shadow: none !important;
    border-color: #FF4D00 !important;
    transition: all ease-in-out 0.3s;
}

.right-nav li a {
    display: inline-block;
    padding: 0 !important;
}

@media (min-width: 1300px) {
    .cms-home .container,
    .cms-home .container-lg,
    .cms-home .container-md,
    .cms-home .container-sm,
    .cms-home .container-xl {
        max-width: 1300px !important;
    }
}

.footer-main h3 {
    font-weight: 400;
    color: #404040;
}

.btn-red {
    height: 42px;
    border-radius: 4px;
    background: #ce0606;
    border: 1px solid #c5c5c5;
    width: 100%;
    border: 0;
    color: #fff;
}

.form-control {
    height: 43px !important;
}

.footer {
    padding: 45px 0 0;
    background: #25282a;
    height: auto!important;
}

footer h5 {
    color: #404040;
    font-weight: 400;
}

.footer-contact-nav {
    padding: 0;
    margin: 0;
}

.footer-contact-nav li {
    list-style: none;
    display: inline-block;
    margin-right: 18px;
    border-right: 1px solid #404040;
}

.footer-contact-nav li a {
    display: inline-block;
    color: #404040;
    padding-right: 18px;
}

.footer-nav {
    padding: 0;
    margin: 0;
}

.footer-nav li {
    list-style: none;
}

.footer-nav li a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
    transition: all ease-in-out 0.3s;
}

.footer-nav li a:hover {
    color: #FF4D00;
    transition: all ease-in-out 0.3s;
    padding-left: 5px;
}

.footer-nav-main {
    background: #1E1E1E;
}

.footer-nav-main p {
    color: #fff !important;
}


/* Updated */

header {
    border-bottom: 1px solid #f0f0f0;
}

.menu-bar {
    width: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-bar i {
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #FF4D00;
    display: block;
    margin: 2px 0;
}

.btn-action {
    position: relative;
    display: inline-block;
    width: 204px;
    height: 66px;
    padding: 15px 0px;
    text-align: center;
    background: transparent;
    font-family: 'Roboto', sans-serif!important;
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    line-height: 30px;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
}

.btn-action::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 220px;
    top: -90px;
    left: -144px;
    background: #fff;
    z-index: 3;
    opacity: 0.2;
    transform: rotate(40deg);
    transition: all ease-in-out 0.3s;
}

.btn-action:hover::before {
    left: 266px;
    transition: all ease-in-out 0.3s;
}

.btn-action::after {
    position: absolute;
    content: '';
    width: 204px;
    height: 66px;
    top: -3px;
    left: -3px;
    z-index: -1;
    transition: all ease-in-out 0.2s;
}

.btn-action:hover::after {
    top: 2px;
    left: 2px;
    width: 194px;
    height: 56px;
    transition: all ease-in-out 0.2s;
}

.section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #4b4a4a;
}

.section-subtext {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #4b4a4a;
}

.product-nav a {
    position: relative;
}

.product-nav a::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    height: 1px;
    background-color: #FF4D00;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
}

.product-nav a:hover::after {
    width: 50%;
    transition: all ease-in-out 0.3s;
}


/* Pathway Section */

.pathway-section {
    background-color: #fff;
    padding: 90px 0;
}

.wireframe-wrap img {
    width: 100%;
    height: auto;
    transform: scale(0.98);
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.wireframe-wrap img:hover {
    transform: scale(1);
}

.cycle-image-wrap img {
    max-width: 500px;
    width: 100%;
    cursor: pointer;
    transform: scale(0.95);
    transition: all ease-in-out 0.3s;
}

.cycle-image-wrap img:hover {
    transform: scale(1);
    transition: all ease-in-out 0.3s;
}


/* Product wireframe section */

.product-wireframe-section {
    background-color: #292929;
    padding: 90px 0;
}

.product-wireframe-section .section-title {
    color: #fff;
    font-size: 30px;
}

.product-wireframe-section .section-title span {
    color: #FF4D00;
}

.product-wireframe-section .section-subtext {
    color: #fff;
    font-size: 21px;
    line-height: 40px;
}

.product-list a {
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.product-list a:hover {
    color: #FF4D00;
    transition: all ease-in-out 0.3s;
}


/* Featured products section */

.featured-product-section {
    background-color: #fff;
    padding: 100px 0;
}

.featured-product-section .section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #FF4D00;
}

.product-wrap {
    margin-bottom: 200px;
}

.product-wrap:last-child {
    margin-bottom: 0;
}

.product-wrap h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}

.product-wrap p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #141617;
}

.product-wrap .link {
    font-weight: 700;
    color: #141617;
    transition: all ease-in-out 0.3s;
}

.product-wrap .link:hover {
    color: #FF4D00;
}

.product-wrap .btn {
    padding: 8px 12px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #141617;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    font-size: 17px !important;
}

.product-wrap .btn:hover {
    background-color: #141617;
    color: #fff;
    border: 1px solid #fff;
}

.product-box-style:hover .btn {
    border: 1px solid #000;
    transition: all ease-in-out 0.3s;
}

.product-wrap .compare-btn {
    color: #484848;
    font-weight: 400;
}

.product-wrap img {
    width: 100%;
    height: auto;
    transform: scale(0.96);
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.product-wrap img:hover {
    transform: scale(1);
    transition: all ease-in-out 0.3s;
}

.product-wrap .product-1 {
    max-width: 531px;
}

.product-wrap .product-2 {
    max-width: 324px;
}

.product-wrap .product-3 {
    max-width: 333px;
}


/* News section */

.news-section {
    padding: 70px 0;
    background-color: #FF4D00;
}

.news-section .section-title {
    font-weight: 400;
    color: #fff;
    font-size: 25px;
}

.news-section .section-subtext {
    color: #fff;
    font-size: 29px;
    line-height: 45px;
}

.news-section .section-subtext span {
    color: #fff;
    font-size: 21px;
}

.news-section .section-subtext .arrow-icon {
    display: block;
    width: 51px;
    height: 31px;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    background-position: -79px 0;
    transform: scale(0.8);
    transition: all ease-in-out 0.3s;
}

.news-description:hover .arrow-icon {
    transform: rotate(-90deg) scale(0.8);
    transform-origin: center;
    transition: all ease-in-out 0.3s;
}


/* Ambio disk section */

.ambiodisk-section {
    background-color: #0099a9;
    padding: 90px 0;
}

.ambiodisk-section .section-title {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}

.ambiodisk-section .section-subtext {
    color: #fff;
    font-size: 21px;
    line-height: 40px;
}

.ambiodisk-section img {
    max-width: 649px;
    width: 100%;
    height: auto;
}

.video-btn {
    border: 3px solid #FF4D00;
}

.video-btn::after {
    background: #FF4D00;
    border: 3px solid #FF4D00;
}

.banner-btn {
    border: 3px solid #283f4a;
}

.banner-btn::after {
    background: #283f4a;
    border: 3px solid #283f4a;
}

.header-icon img {
    width: 28px;
}

.header-icon {
    background: url('../images/icon.png') no-repeat;
    transition: all ease-in-out 0.3s;
    transform: scale(0.8);
}

.description {
    width: 20px;
    height: 24px;
    background-position: 0 0;
}

.description:hover {
    background-position: 0 -30px;
    transition: all ease-in-out 0.3s;
}

.profile {
    width: 28px;
    height: 27px;
    background-position: -21px 0;
}

.profile:hover {
    background-position: -21px -30px;
    transition: all ease-in-out 0.3s;
}

.header-icon.cart {
    width: 29px;
    height: 29px;
    background-position: -50px 0;
}

.header-icon.cart:hover {
    background-position: -50px -30px;
    transition: all ease-in-out 0.3s;
}

.minicart-wrapper .action.showcart.cart::before {
    vertical-align: unset !important;
}

.miniquote-wrapper,
.minicart-wrapper {
    margin: 0 !important;
}

.search-wrap {
    max-width: 380px;
    width: 100%;
}

.logo {
    max-width: 235px;
    width: 100%;
    float: none !important;
    margin: 0 !important;
}

.banner-section {
    background-image: url('../images/banner.jpg');
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 100px);
    min-height: 420px;
}

.banner-wrap {
    height: calc(100vh - 100px);
    min-height: 420px;
}

.banner-wrap h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #000;
    /* margin-top: 180px; */
    margin-top: 72px;
}

.banner-wrap .banner-links a {
    color: #000;
    text-decoration: underline!important;
}

.banner-button-wrap h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #4b4a4a;
    text-shadow: 0px 0px 12px rgb(255, 255, 255);
}

.banner-button-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.social-media li {
    padding: 5px 0;
}

.social-media a:hover {
    padding-left: 40px !important;
}

.footer-nav.social-media a {
    position: relative;
    padding-left: 40px;
}

.footer-nav.social-media a::after {
    position: absolute;
    content: '';
    top: 4px;
    left: 10px;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    transition: all ease-in-out 0.3s;
}

.footer-nav.social-media a.facebook::after {
    background-position: -21px -59px;
    width: 8px;
    height: 15px;
}

.footer-nav.social-media a.linkedin::after {
    background-position: 0 -60px;
    width: 20px;
    height: 20px;
    top: 1px;
}

.footer-nav.social-media a.twitter::after {
    background-position: -30px -61px;
    width: 14px;
    height: 12px;
}

.footer-nav.social-media a.instagram::after {
    background-position: -44px -61px;
    width: 15px;
    height: 14px;
}

.footer-nav.social-media a.linkedin:hover::after {
    background-position: 0px -81px;
    transition: all ease-in-out 0.3s;
}

.footer-nav.social-media a.facebook:hover::after {
    background-position: -21px -81px;
    transition: all ease-in-out 0.3s;
}

.footer-nav.social-media a.twitter:hover::after {
    background-position: -30px -82px;
    transition: all ease-in-out 0.3s;
}

.footer-nav.social-media a.instagram:hover::after {
    background-position: -44px -82px;
    transition: all ease-in-out 0.3s;
}


/* Email */

.email-wrap label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.email-wrap .email {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.email-wrap .email:focus,
.email-wrap .email:hover {
    background: transparent;
    box-shadow: none;
    border-color: #FF4D00;
    transition: all ease-in-out 0.3s;
}

.email-wrap .email-submit {
    width: 70px;
    height: 43px;
    background: #fff;
    color: #25282a;
    border: 1px solid #fff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all ease-in-out 0.3s;
}

.email-wrap .email-submit:hover {
    background-color: transparent;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.email-wrap {
    position: relative;
}

.email-wrap #newsletter-error.mage-error {
    position: absolute;
    top: 64px;
    left: 15px;
}

.address-wrap a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff !important;
}

.footer address {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 767px) {
    .search-wrap {
        min-width: 100%;
    }
    .product-nav a::after {
        bottom: -4px;
    }
    .banner-section,
    .banner-wrap {
        height: calc(80vh - 200px);
        /* min-height: 420px; */
        min-height: 480px;
        background-image: url('../images/banner-small.jpg');
        background-color: #ccc;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banner-wrap h1 {
        margin-top: 72px;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
    }
    .banner-wrap p {
        font-size: 13px!important;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
    }
    .pathway-section {
        padding: 30px 0;
    }
    .cycle-image-wrap img {
        transform: scale(1);
    }
    .section-title {
        font-size: 26px;
    }
    .section-subtext {
        font-size: 22px;
    }
    .product-wireframe-section {
        padding: 40px 0;
    }
    .product-wireframe-section .section-title {
        font-size: 26px;
    }
    .product-wireframe-section .section-subtext {
        font-size: 19px;
        line-height: 30px;
    }
    .featured-product-section {
        padding: 40px 0;
    }
    .featured-product-section .section-title {
        font-size: 23px;
    }
    .product-wrap h3 {
        font-size: 28px;
    }
    .product-wrap .btn {
        border: 1px solid #000;
    }
    .product-wrap {
        margin-bottom: 0;
        padding: 30px 0;
        border-bottom: 1px solid #ececec;
    }
    .product-wrap:last-child {
        border: none;
    }
    .news-section {
        padding: 30px 0;
    }
    .news-section .section-title {
        font-size: 23px;
    }
    .news-section .section-subtext {
        font-size: 24px;
        line-height: 34px;
    }
    .news-section .section-subtext .arrow-icon {
        transform: scale(0.6);
    }
    .ambiodisk-section {
        padding: 40px 0;
    }
    .ambiodisk-section .section-title {
        font-size: 26px;
    }
    .ambiodisk-section .section-subtext {
        font-size: 19px;
        line-height: 30px;
    }
    .btn-action {
        width: 174px;
        height: 56px;
        line-height: 20px;
    }
    .btn-action::after {
        width: 174px;
        height: 56px;
        top: -3px;
        left: -3px;
    }
    .btn-action:hover::after {
        width: 164px;
        height: 46px;
    }
    .footer {
        padding: 20px 0 0;
    }
    .footer-logo img {
        max-width: 110px;
    }
    .footer-menu,
    .social-media {
        padding-bottom: 10px;
        border-bottom: 1px solid #383939;
    }
    .footer-nav.social-media a {
        padding-left: 35px !important;
    }
    .footer-nav.social-media a::after {
        transform: scale(0.8);
        top: 0px;
    }
    .footer-nav.social-media a.linkedin::after {
        top: 0;
    }
    .footer-nav.social-media a.facebook::after {
        top: 2px;
        left: 20px;
    }
    .footer-nav.social-media a.twitter::after {
        top: 4px;
        left: 20px;
    }
    .footer-nav.social-media a.instagram::after {
        top: 4px;
        left: 20px;
    }
    .email-wrap {
        margin-bottom: 10px !important;
    }
    .catalog-category-view .category-box .product-item-info {
        margin-top: 0 !important;
    }
}

.copyrights {
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #fff;
}

.copyright-wraper {
    background: #1a1a1a;
}

.parallax {
    position: absolute;
}

@media (min-width: 768px) {
    .logo {
        margin: inherit!important;
    }
}

.minicart-wrapper .action.showcart:before {
    display: initial!important;
}


/* About Us */

.about-banner-section {
    position: relative;
    background-image: url('../images/about-banner.webp');
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 80vh;
}

.about-banner-section h1 {
    z-index: 9;
    position: relative;
}

.about-banner-section .banner-wrap {
    min-height: auto;
}

.about-banner-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/about-banner-overlay.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.about-sub-section {
    background-color: #fff;
}

.whoweare {
    padding: 100px 0 50px;
}

.leadership {
    padding: 50px 0 100px;
}

.careers {
    padding: 50px 0 100px;
}

.about-sub-section .section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px!important;
    color: #FF4D00;
}

.about-sub-section .section-sub-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 21px!important;
    color: #4b4a4a;
}

.about-sub-section .section-subtext {
    font-size: 19px;
    line-height: 35px;
}

.leadership-wrap {
    text-align: center;
    margin: 30px 27px;
}

.leadership-wrap .profile-img {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    background: #f0f0f0;
    overflow: hidden;
    margin-bottom: 30px !important;
    cursor: pointer;
}

.leadership-wrap .profile-img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 0.3s;
}

.leadership-wrap .profile-img::before {
    position: absolute;
    content: attr(data-name);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 200px;
    bottom: 0;
    right: 0;
    margin: auto;
    color: transparent;
    transition: all ease-in-out 0.3s;
}

.leadership-wrap .profile-img:hover::before {
    color: #fff;
    z-index: 1;
    transition: all ease-in-out 0.3s;
}

.leadership-wrap .profile-img:hover::after {
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
}

.leadership-wrap .profile-img:hover img {
    transform: scale(1.4);
    transition: all ease-in-out 2s;
}

.leadership-wrap .profile-img img {
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
}

.leadership-wrap .profile-img {
    margin: 0 auto;
}

.leadership-wrap .profile-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #4b4a4a;
    transition: all ease-in-out 0.3s;
}

.profile-designation {
    font-family: 'Roboto', sans-serif;
    font-size: 11px!important;
    color: #4b4a4a;
    transition: all ease-in-out 0.3s;
}

.leadership-wrap:hover .profile-name,
.leadership-wrap:hover .profile-designation {
    color: #FF4D00;
    transition: all ease-in-out 0.3s;
}

.career-btn {
    border: 3px solid #FF4D00;
}

.career-btn::after {
    background: #FF4D00;
    border: 3px solid #FF4D00;
}

.copyrights {
    padding: 10px 0;
    font-family: 'Roboto', sans-serif!important;
    font-size: 12px;
    color: #FFF;
}

.copyright-wraper {
    background: #353839;
}

@media (max-width: 1100px) {
    .about-banner-section {
        height: 60vh;
    }
}

@media (max-width: 991px) {
    .about-banner-section {
        height: 60vh;
    }
    .whoweare {
        padding: 30px;
    }
    .leadership {
        padding: 20px 0 10px;
    }
    .about-banner-section h1 {
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    }
}

@media (max-width: 767px) {
    .about-banner-section {
        min-height: 340px;
        height: auto;
    }
    .about-banner-section::after {
        background-size: cover;
    }
    .whoweare {
        padding: 30px;
    }
    .leadership {
        padding: 10px;
    }
    .careers {
        padding: 10px 0 50px;
    }
    .about-sub-section .section-title {
        font-size: 23px!important;
    }
    .about-sub-section .section-sub-title {
        font-size: 19px!important;
    }
    .about-sub-section .section-subtext {
        font-size: 19px!important;
        line-height: 30px;
    }
    .modal-content .modal-leadership-wrap {
        padding: 30px;
    }
}

.cms-about-us .page-wrapper {
    padding-top: 0px!important;
}

.modal-leadership-wrap .profile-name {
    color: #FF4D00!important;
    font-weight: 400!important;
    font-size: 25px!important;
    font-family: 'Roboto', sans-serif!important;
}

.modal-leadership-wrap .profile-designation {
    font-size: 14px!important;
    color: #4b4a4a!important;
}

.modal-leadership-wrap .bio {
    font-size: 17px!important;
    line-height: 27px!important;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300!important;
    color: #4b4a4a!important;
}

.modal-leadership-wrap .profile-img {
    margin-bottom: 20px !important;
}

.modal-close {
    padding: 8px 20px !important;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 700;
    background: #FF4D00 !important;
    color: #fff;
    border: 1px solid #FF4D00 !important;
    transition: all ease-in-out .3s;
    font-size: 17px !important;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
}

.modal-close:hover {
    background: #fff !important;
    color: #FF4D00 !important;
    transition: all ease-in-out 0.3s;
}

.modal-card-style .modal-leadership-wrap {
    padding: 50px 40px;
}


/* @media (max-width: 991px) {
    .about-banner-section {
        min-height: 600px;
        height: auto;
    }
    .whoweare {
        padding: 30px;
    }
    .leadership {
        padding: 20px 0 10px;
    }
} */


/* @media (max-width: 767px) {
    .about-banner-section {
        min-height: 340px;
        height: auto;
    }
    .about-banner-section::after {
        background-size: cover;
    }
    .whoweare {
        padding: 30px;
    }
    .leadership {
        padding: 10px;
    }
    .careers {
        padding: 10px 0 50px;
    }
    .about-sub-section .section-title {
        font-size: 23px;
    }
    .about-sub-section .section-sub-title {
        font-size: 19px;
    }
    .about-sub-section .section-subtext {
        font-size: 19px;
        line-height: 30px;
    }
    .modal-content .modal-leadership-wrap {
        padding: 30px;
    }
} */

.leadershippopup .modal-header {
    display: none!important;
}

.leadershippopup.modal-popup.modal-slide .modal-footer {
    border: none !important;
    text-align: center !important;
}

.leadershippopup.modal-popup.modal-slide .modal-footer button {
    position: relative;
    width: 90px;
    height: 45px;
    padding: 8px 20px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background: #FF4D00 !important;
    color: #fff;
    border: 1px solid #FF4D00 !important;
    transition: all ease-in-out .3s;
    font-size: 17px !important;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
}

.leadershippopup.modal-popup.modal-slide .modal-footer button span {
    display: none;
}

.leadershippopup.modal-popup.modal-slide .modal-footer button::after {
    position: absolute;
    content: 'Close';
    top: 9px;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
    margin: auto;
}

.leadershippopup.modal-popup.modal-slide .modal-footer button:hover {
    background: #fff !important;
    color: #FF4D00 !important;
    transition: all ease-in-out 0.3s;
}

.leadershippopup.modal-popup .modal-inner-wrap .modal-content {
    padding: 0 !important;
}

.leadershippopup.modal-popup .modal-inner-wrap .modal-dialog {
    margin-bottom: 0 !important;
}

.leadershippopup.modal-popup .modal-inner-wrap {
    max-width: 800px !important;
    width: 100% !important;
}

.modal-content .modal-leadership-wrap {
    padding: 30px;
}

.leadershippopup.modal-popup .modal-inner-wrap .modal-footer {
    position: relative;
    padding: 0 20px 40px !important;
}

.leadershippopup.modal-popup .modal-inner-wrap {
    background: #fff !important;
}

@media screen and (min-width: 992px) {
    .leadershippopup.modal-popup .modal-inner-wrap {
        max-width: 800px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .leadershippopup.modal-popup .modal-inner-wrap {
        max-width: 500px !important;
    }
}

@media screen and (max-width: 768px) {
    .leadershippopup.modal-popup .modal-inner-wrap .modal-footer {
        position: relative !important;
    }
    .leadershippopup.modal-popup.modal-slide .modal-inner-wrap {
        height: 100vh !important;
        overflow: scroll;
    }
    .leadershippopup .modal-header {
        display: block !important;
    }
    .leadershippopup .modal-footer {
        display: none !important;
    }
    .leadershippopup.modal-popup .modal-inner-wrap .modal-header .action-close {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
        width: 30px;
        height: 30px;
        background: #FF4D00;
        border-radius: 50px;
        color: #fff !important;
        padding: 0;
        display: block;
    }
    .leadershippopup.modal-popup .modal-inner-wrap .modal-header .action-close::before {
        font-size: 13px;
        line-height: 16px;
        color: #fff;
        content: '\f008';
        font-family: 'katena';
        margin: 0;
        font-weight: 600;
        padding: 5px;
    }
}

@media screen and (min-width: 2000px) {
    .cms-about-us .container {
        max-width: 80%!important;
    }
}

.account-settings {
    padding: 60px 20px;
    border: 1px solid #eaeaea;
    transition: all ease-in-out 0.3s;
}

.account-settings:hover {
    box-shadow: 1px 7px 21px -4px rgb(0 0 0/16%);
    transition: all ease-in-out 0.3s;
}

.katena-account-settings h4 {
    color: #282828;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
}

.katena-account-settings h5 {
    color: #282828;
    font-size: 18px !important;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: 100%;
    margin-bottom: 28px;
    text-align: left;
}

.katena-account-settings .account-settings .actions-toolbar {
    margin-top: 30px;
}

.actions-toolbar.button-1 button {
    background-color: #FF4D00 !important;
    border-color: #FF4D00;
}

.actions-toolbar.button-2 button {
    background-color: #2e2e2e !important;
    border-color: #2e2e2e;
}

@media screen and (max-width: 767px) {
    .account-settings {
        padding: 30px 20px;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1800px) {
    .page-title-wrapper .page-title .base {
        text-align: right!important;
    }
}

.category-box .product-img img {
    height: auto!important;
}

@media screen and (max-width: 767px) {
    .banner-wrap h1 {
        margin-top: 48px!important;
        text-shadow: none;
        font-size: 28px;
        /* 	text-shadow:0px 0px 7px rgb(0 0 0 / 80%); */
        margin-bottom: 10px;
    }
    .banner-wrap p {
        font-size: 13px!important;
        text-shadow: none;
        /* text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8); */
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header .row {
        margin-left: 0px !important;
    }
}


/* @media screen and (max-width: 653px) {
.banner-wrap h1 {
    margin-top: 140px;
    text-shadow: none;
	}
} */

@media screen and (min-width: 100px) and (max-width: 320px) {
    .banner-section,
    .banner-wrap {
        height: calc(80vh - 200px);
        /* min-height: 420px; */
        min-height: 550px;
    }
    .banner-wrap h1 {
        margin-top: 40px!important;
        text-shadow: none;
        font-size: 25px;
        margin-bottom: 10px;
    }
}

.catalog-category-view .category-box {
    text-align: center;
}

.catalog-category-view .category-box .product-item-info {
    width: 100%;
    padding: 0;
    text-align: center;
}

.catalog-category-view .category-box .product-item-info {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.products-grid .compare-checkbox input[type=checkbox]:disabled {
    opacity: 0!important;
}

.featured-product-section .action.add-to-cart {
    background-color: #FF4D00;
    border: 1px solid #FF4D00;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    line-height: 130%;
    margin: 0 10px 0 0;
    width: 215px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff!important;
    font-size: 14px!important;
    line-height: 100%!important;
    padding: 0!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    height: 39px;
}

.featured-product-section .compare-checkbox {
    width: 200px;
    background-color: #c7c9c7;
    border: 1px solid #c7c9c7;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase!important;
    font-size: 14px!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    padding: 0!important;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border-radius: 0;
}

.featured-product-section .compare-checkbox .btn {
    text-transform: uppercase!important;
    color: #000!important;
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px!important;
    font-weight: 700!important;
    width: 100%;
    margin-left: 0!important;
    border: 0!important;
}

.featured-product-section .btn:hover {
    background-color: #fff!important;
    color: #000!important;
}

#category-panel .bootstrap-select button,
#sub-category-panel .bootstrap-select button,
#sets-panel .bootstrap-select button {
    display: none!important;
}
