@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
body { font-family: 'Poppins', sans-serif; overflow-x: hidden; }
* { margin: 0; padding: 0; }
ul, p, h1, h2, h3, h4, h5, h6 { margin-bottom: 0; }
li { list-style: none; }
a:hover { text-decoration: none; }
button:focus { outline: none; }
.btn:focus { border: none; box-shadow: none; }
p { font-size: 18px; line-height: 32px; font-weight: 400; color: #333333; }
h3 { font-size: 32px; color: #023047; font-weight: 600; line-height: 50px; }
.common-btn { display: inline-block; font-size: 18px; padding: 12px 30px; background-color: #FFFFFF; color: #484848; border-radius: 8px; border: 2px solid transparent; }
.common-btn:hover { border: 2px solid #0076C0; background-color: #0076C0; color: #FFFFFF; transition: 0.3s all ease-in; }
.outline-btn { background-color: transparent; border: 2px solid #0076C0; color: #0076C0; }
.white-outline-btn { background-color: transparent; border: 2px solid #ffffff; color: #ffffff; position: relative; }
.white-outline-btn:hover { border: 2px solid #ffffff; background-color: #ffffff; color: #0076C0; transition: 0.3s all ease-in; }
.outline-btn:hover { background-color: #0076C0; color: #fff; border-color: #0076C0; }
.common-section { padding: 100px 0; }
.blog-inner-section{max-width: 70%;margin: 0 auto;}
.common-bottom-padding { padding-bottom: 100px; }
.custom-container { padding: 0 220px; }
.title-box { text-align: center; }
.title-box h2 { font-size: 30px; position: relative; color: #0076C0; line-height: 40px; font-weight: 500; display: inline-block; margin-bottom: 40px; }
.title-box h2:before, .title-box h2:after { content: ''; position: absolute; display: inline-block; top: 50%; transform: translateY(-50%); width: 100px; height: 4px; background-color: #FFC425; }
.title-box h2:before { left: -110px; }
.title-box h2:after { right: -110px; }
header .top-header .left-box { width: 50%; display: inline-block; vertical-align: middle; text-align: left; }
header .top-header .right-box { width: 49%; display: inline-block; vertical-align: middle; text-align: right; }
header .top-header { font-size: 12px; background-color: #282828; color: #fff; padding: 10px 0; }
header .top-header p, header .top-header a { font-size: 12px; color: #fff; line-height: 100%; font-weight: 400; }
header .top-header li, header .top-header img { display: inline-block; }
header .top-header .left-box li { display: inline-block; vertical-align: top; text-align: left; }
header .top-header .left-box li:first-child { margin-right: 20px; }
header .top-header .left-box p { margin-bottom: 5px; }
header .top-header .left-box a:hover { color: #FFC425; }
header .top-header .left-box img { margin-top: -5px; }
header .top-header .left-box .icon-box { width: auto; vertical-align: top; display: inline-block; margin-right: 10px; }
header .top-header .left-box .con-box { width: auto; display: inline-block; vertical-align: top; margin-left: -5px; line-height: 25px; }
header .top-header .right-box .con-box { display: inline-block; }
header .top-header .right-box .dropdown .btn { color: #fff; font-size: 12px; padding: 0; }
header .top-header .right-box img { margin-right: 5px; }
header .main-header { background-color: #fff; }
header .main-header a { color: #1A1A1A; }
header .main-header li.active a:before { display: block; }
header .main-header .logo-box { width: 15%; display: inline-block; vertical-align: middle; }
header .main-header .center-nav-box { width: 64%; display: inline-block; vertical-align: middle; margin-left: -5px; text-align: center; }
header .main-header .center-nav-box li { display: inline-block; }
header .main-header .center-nav-box a { font-size: 18px; padding: 30px 15px; position: relative; display: inline-block; text-transform: capitalize !important; }
header .main-header .center-nav-box a::before { position: absolute; width: 24px; height: 4px; background-color: #FFC425; display: none; bottom: 25px; content: ''; border-radius: 50px; left: 50%; transform: translate(-50%); }
header .main-header .center-nav-box a:hover::before { display: block; transition: all 0.5s ease-in-out; }
header .main-header .right-box { width: 20%; display: inline-block; vertical-align: middle; text-align: right; }
header .main-header .right-box input { width: 180px; height: 43px; border: 1px solid #1A1A1A; border-radius: 50px; padding: 0 40px 0 15px; }
header .main-header .right-box .form-group .fa.fa-search { position: relative !important; right: auto !important; top: auto !important; transform: none !important; color: #717171; }
header .main-header .right-box .search-form .search-btn { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); padding: 0; }
header .main-header .right-box .menu-box { display: inline-block; margin-right: 20px; }
header .main-header .right-box .menu-btn { margin-right: 15px; }
header .main-header .right-box .menu-btn span { display: block; width: 30px; height: 3px; background-color: #484848; margin-bottom: 5px; transition: 0.6s; }
header .main-header .right-box .menu-btn span:last-of-type { margin-bottom: 0; }
header .main-header .right-box .form-group { display: inline-block; vertical-align: middle; position: relative; margin-bottom: 0; }
header .main-header .right-box .menu-btn { width: 10%; display: inline-block; vertical-align: middle; }
header .main-header .right-box .lang-box { width: 20%; display: inline-block; vertical-align: middle; margin-left: -5px; }
header .top-header .right-box .dropdown li { display: block; }
header .top-header .right-box .dropdown li a { color: #484848; font-size: 13px; padding: 10px !important; }
header.shrink { position: fixed; left: 0; right: 0; z-index: 99; }

/* header.shrink .top-header{display:none;} */
header.shrink .main-header { display: block; box-shadow: 0 0 10px #d0d0d0; }
.dropdown-toggle::after { display: none; }
.banner-bottom-padding { padding-top: 80px; }
.banner-section { height: 750px; background-size: cover; background-position: center center; position: relative; color: #fff; }
.banner-section .banner-text { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; }
.banner-section .banner-text h3 { font-size: 30px; font-weight: 500; position: relative; display: inline-block; margin-bottom: 15px; color: #fff; }
.banner-section .banner-text h3:before, .banner-section .banner-text h3:after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 100px; height: 3px; background-color: #FFC425; }
.banner-section .banner-text h3:before { left: -115px; }
.banner-section .banner-text h3:after { right: -115px; }
.banner-section .banner-text h1 { font-size: 52px; font-weight: 500; margin-bottom: 15px; }
.banner-section .banner-text p { width: 65%; margin: 0 auto; margin-bottom: 30px; color: #fff; }
.banner-section .banner-text li { display: inline-block; }
.banner-section .banner-text li a { font-size: 18px; padding: 0 20px; text-decoration: underline; color: #fff; }
.banner-section .banner-text li a:hover { color: #FFC425; font-weight: 400; }
.banner-section #banner-slider.owl-carousel .owl-nav.disabled { display: block; }
#banner-slider.owl-carousel .owl-dots { position: absolute; left: 0; right: 0; bottom: 30px; text-align: center; }
#banner-slider.owl-carousel .owl-dots button.owl-dot.active span { width: 30px; background-color: #FFC425; }
#banner-slider.owl-carousel .owl-dots button.owl-dot span { display: inline-block; height: 4px; width: 15px; background-color: #717171; border-radius: 3px; margin-right: 10px; }
#banner-slider.owl-carousel .owl-nav button.owl-next, #banner-slider.owl-carousel .owl-nav button.owl-prev { background-color: #ffffff3d; height: 60px; width: 60px; border-radius: 50%; top: 50%; position: absolute; transform: translateY(-50%); }
#banner-slider.owl-carousel .owl-nav button.owl-next { right: 50px; }
#banner-slider.owl-carousel .owl-nav button.owl-prev { left: 50px; }
#banner-slider.owl-carousel .owl-nav button i { font-size: 24px; font-weight: 600; color: #fff; }
.our-products-section .title-box { margin-bottom: 40px; }
.our-products-section .resp-tabs-container .detail-box .left-box { width: 60%; display: inline-block; vertical-align: top; }
.our-products-section .resp-tabs-container .detail-box .right-box { width: 40%; display: inline-block; vertical-align: top; margin-left: -5px; }
.our-products-section .resp-tabs-container .detail-box .right-box img { width: 100%; }
.our-products-section .resp-tabs-container .detail-box .left-box { color: #1A1A1A; }
.our-products-section .resp-tabs-container .detail-box .left-box h3 { margin-bottom: 15px; position: relative; padding-left: 20px; }
.our-products-section .resp-tabs-container .detail-box .left-box h3:before { content: ''; display: inline-block; height: 50px; width: 5px; background-color: #FFC425; position: absolute; top: 0; bottom: 0; left: 0; }
.our-products-section .resp-tabs-container .detail-box .left-box li { font-weight: 500; width: 32%; font-size: 18px; display: inline-block; margin-bottom: 15px; }
ul.common-list li { position: relative; padding-left: 15px; }
ul.common-list li:before { content: ''; display: inline-block; height: 6px; width: 6px; background-color: #0076C0; position: absolute; top: 11px; transform: none; left: 0; border-radius: 50%; }
.our-products-section .resp-tabs-container .detail-box .left-box ul { margin-bottom: 15px; }
.our-products-section .resp-tabs-container .detail-box .left-box p { margin-bottom: 15px; width: 90%; }
.our-products-section ul.resp-tabs-list { margin-bottom: 50px; }
.our-products-section .resp-tabs-list li { width: 30%; display: inline-block; vertical-align: middle; margin-right: 65px; border: 2px solid none; background-color: #fff !important; padding: 20px 35px !important; box-shadow: 0 0 15px rgba(15, 15, 15, 0.226); }
.our-products-section .resp-tabs-list li .icon-box img { height: 70px; width: auto; }
.our-products-section .resp-tabs-list li:last-child { margin-right: 0; }
.our-products-section .resp-tab-item.hor_1.resp-tab-active { border: 2px solid #FFC425 !important; margin-bottom: 0 !important; }
.our-products-section .resp-tab-item.hor_1:hover { border: 2px solid #FFC425 !important }
.our-products-section .resp-tabs-list li h2 { font-size: 24px; text-align: center; color: #023047; }
.our-products-section .resp-tab-item.hor_1 .icon-box { width: 20%; display: inline-block; vertical-align: middle; }
.our-products-section .resp-tab-item.hor_1 .con-box { width: 80%; display: inline-block; vertical-align: middle; margin-left: -5px; }
.our-products-section .resp-tab-content-active { border: none !important; padding: 0 !important; }
.about-us-section { background-color: #f8f8f8; height: 670px; padding-top: 60px; margin-bottom: 115px; }
.about-us-section p { width: 80%; color: #333333; margin: 0 auto; line-height: 35px; }
.about-us-section h3 { width: 60%; margin: 0 auto; margin-bottom: 15px; }
.about-us-section img { width: 100%; transition: 0.3s all ease-in-out }
.about-us-section .img-box { position: relative; overflow: hidden; }
.about-us-section .left-box { width: 50%; display: inline-block; vertical-align: middle; overflow: hidden; }
.about-us-section .img-box:hover img { transform: scale(1.1); transition: 0.3s all ease-in-out; }
.about-us-section .left-box { padding-right: 20px; }
.about-us-section .right-box { padding-left: 20px; }
.about-us-section .right-box { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; overflow: hidden }
.about-us-section h4 { font-size: 24px; line-height: 40px; position: absolute; bottom: 40px; left: 0; right: 0; text-align: center; color: #fff; }
.certification-section li { width: 20%; display: inline-block; vertical-align: middle; text-align: center; margin-left: -5px; }
.certification-section li .common-box { background-color: #fff; box-shadow: 0 0 15px rgba(15, 15, 15, 0.226); padding: 40px 30px; height: 300px; margin: 0 20px; position: relative; border: 1px solid #7171713b; display: block; }
.certification-section li .common-box:hover { border: 1px solid #FFC425; transition: 0.3s all ease-in-out }
.certification-section li:last-of-type .common-box { margin-right: 0; }
.certification-section li .common-box img { width: 100%; }
.certification-section li .common-box p { position: absolute; bottom: 55px; left: 0; right: 0; color: #1A1A1A; height: 55px; width: 95%; margin: 0 auto; line-height: 27px; }
.certification-section li .common-box span { display: block; position: absolute; bottom: 40px; width: 125px; height: 4px; background-color: #FFC425; left: 50%; transform: translate(-50%); }
.clients-section { background-color: #023047; height: 370px; padding-top: 60px; margin-bottom: 100px; }
.clients-section .title-box h2 { color: #fff; }
.clients-section .clients-container .owl-carousel .owl-item { margin-bottom: 30px; }
.clients-section .clients-container .inner-box { background-color: #fff; padding: 40px; box-shadow: 0 0 15px rgba(15, 15, 15, 0.226); }
.clients-section .clients-container .inner-box .client-con-box { margin-bottom: 30px; }
.clients-section .clients-container img { width: 80px; height: 80px; border: 2px solid #FFC425; border-radius: 50%; }
.clients-section .clients-container .name-box h2 { font-size: 24px; color: #0076C0; line-height: 40px; }
.clients-section .clients-container .img-box { width: 25%; display: inline-block; vertical-align: middle; }
.clients-section .clients-container .name-box { width: 75%; display: inline-block; vertical-align: middle; margin-left: -5px; }
.clients-section .clients-container .data-box p { height: 115px; color: #717171; }
.news-section .col-md-6 { padding: 0; overflow: hidden; }
.news-section img { width: 100%; }
.news-section .con-box { padding: 60px; }
.news-section .img-box:hover { transform: scale(1.1); transition: 0.3s all ease-in-out; }
.news-section .img-box { transition: 0.3s all ease-in-out; }
.news-section .col-md-6:nth-child(3) .con-box { padding-left: 0; }
.news-section .con-box h4 { font-size: 24px; color: #1A1A1A; margin-bottom: 10px; }
.news-section .con-box h3 { margin-bottom: 15px; }
.news-section .con-box p { width: 85%; color: #333333; }
.news-section .con-box a { color: #484848; text-decoration: underline; }
.news-section .con-box a:hover { color: #0076C0; }
.cta-section { height: auto; background-image: url(../images/cta-banner.png); background-size: cover; background-position: center center; color: #fff; text-align: center; }
.cta-section h2 { font-size: 48px; line-height: 40px; margin-bottom: 30px; }
.cta-section p { font-size: 24px; width: 80%; margin: 0 auto; margin-bottom: 30px; line-height: 40px; font-weight: 400; color: #fff; }
.industry-section ul { text-align: center; }
.industry-section li h4 { font-size: 24px; font-weight: 500; color: #fff; position: absolute; bottom: 65px; left: 30px; }
.industry-section li span { background-color: #FFC425; position: absolute; bottom: 40px; left: 0; height: 80px; width: 10px; display: inline-block; }
.industry-section ul li.active { width: 30% !important; }
.industry-section ul li { display: inline-block; height: 480px; background-repeat: no-repeat !important; background-size: cover !important; margin-right: 25px; transition: all .3s linear; position: relative; overflow: hidden; width: 20%; background-position: center !important; }
.industry-section ul li:last-child { margin-right: 0; }
.industry-section ul li:hover { width: 30%; }
.clients-logo-section { padding-bottom: 80px; }
.clients-logo-section li { width: 16%; display: inline-block; vertical-align: middle; text-align: center; }
footer { background-color: #023047; color: #fff; }
footer .top-footer { padding: 40px 0 20px 0; border-bottom: 1px solid #ffffff4f; }
footer a { color: #fff; font-size: 18px; line-height: 35px; display: inline-block; }
footer p { color: #fff; }
footer a:hover { color: #FFC425; }
footer li { display: inline-block; }
footer .footer-list li span { display: inline-block; vertical-align: middle; width: 2px; height: 15px; background-color: #fff; opacity: 0.5; margin: 0 30px; }
footer .top-footer .logo-box { width: 20%; display: inline-block; vertical-align: middle; }
footer .top-footer .right-box { width: 80%; display: inline-block; vertical-align: middle; margin-left: -5px; text-align: right; }
footer .main-footer { padding-top: 40px; height: auto !important; padding-bottom: 40px; }
footer .main-footer p { margin-bottom: 20px; line-height: 35px; }
footer .main-footer .social-box a { display: block; height: 35px; width: 35px; border: 1px solid #fff; padding: 0 8px; margin-right: 30px; text-align: center; }
footer .main-footer .social-box li:last-child a { margin-right: 0; }
footer .main-footer .list-box ul { display: inline-block; }
footer .main-footer .list-box li { display: block; margin-bottom: 15px; position: relative; padding-left: 15px; }
footer .main-footer .list-box li:last-child { margin-bottom: 0; }
footer .main-footer .list-box li:before { content: ''; display: inline-block; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
footer .main-footer .common-box { margin-bottom: 20px; }
footer .main-footer .contact-box { padding-left: 50px; }
footer .main-footer .contact-box .icon-box { width: 10%; display: inline-block; text-align: center; vertical-align: top; }
footer .main-footer .contact-box .icon-box i { font-size: 25px; margin-top: 5px; }
footer .main-footer .contact-box .con-box { width: 80%; display: inline-block; margin: 0 auto; vertical-align: top; }
footer .main-footer .contact-box .common-box:last-of-type, footer .main-footer .contact-box .common-box p:last-of-type { margin-bottom: 0; }
footer .bottom-footer { padding: 15px 0; border-top: 1px solid #ffffff4f; }
footer .bottom-footer .left-box { width: 25%; display: inline-block; vertical-align: middle; }
footer .bottom-footer .right-box { width: 75%; display: inline-block; vertical-align: middle; margin-left: -5px; text-align: right; }
.back-to-top { cursor: pointer; height: 40px; width: 40px; border-radius: 50%; background: #FFC425; text-align: center; padding: 6px; position: fixed; bottom: 20px; right: 34px; z-index: 9999; bottom: 95px; }
.back-to-top a { color: #fff; font-size: 18px; }
.back-to-top:hover { background-color: #0076C0; }
.common-inner-banner-section { position: relative; }
.common-inner-banner-section .inner-banner-box { width: 100%; position: absolute; bottom: 0; }
.common-inner-banner-section .inner-banner-box .left-box h1 { font-size: 36px; font-weight: 600; background-color: #FFC425; display: inline-block; padding: 20px 40px; color: #fff; }
.common-inner-banner-section .inner-banner-box .left-box { width: 50%; display: inline-block; vertical-align: middle; }
.common-inner-banner-section .inner-banner-box .right-box { width: 50%; display: inline-block; vertical-align: middle; text-align: right; margin-left: -5px; }
.common-inner-banner-section .inner-banner-box .right-box p { font-size: 18px; color: #fff; }
.common-inner-banner-section .inner-banner-box .right-box p i { margin: 0 10px; }
.common-inner-banner-section .inner-banner-box .right-box p a { color: #fff; }
.common-inner-banner-section .inner-banner-box .right-box a:hover { color: #FFC425; }
.inner-about-us-section .right-con-box h4 { font-size: 24px; font-weight: 500; color: #FFC425; margin-bottom: 10px; }
.inner-about-us-section .right-con-box h3 { width: 80%; margin-bottom: 15px; }
.inner-about-us-section .left-img-box { width: 40%; display: inline-block; vertical-align: middle; }
.inner-about-us-section img { width: 100%; }
.inner-about-us-section .right-con-box { width: 60%; display: inline-block; vertical-align: middle; margin-left: -5px; padding-left: 50px; }
.inner-about-us-section .right-con-box p { margin-bottom: 10px; }
.inner-about-us-section .right-con-box a { margin-top: 20px; }
.about-service-banner .inner-box { padding-top: 100px; padding-bottom: 95px; }
.about-service-banner .left-box { width: 50%; display: inline-block; vertical-align: middle; background-color: #023047; }
.about-service-banner .right-box { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; background-color: #FAFAFA; }
.about-service-banner .left-box h3, .about-service-banner .left-box p { color: #fff; }
.about-service-banner h3 { margin-bottom: 30px; }
.about-service-banner p { margin-bottom: 30px; height: 150px; }
.about-service-banner .left-box p { width: 90%; }
.about-service-banner .right-box p { width: 60%; }
.about-service-banner .left-box .inner-box { padding-left: 220px; position: relative; }
.about-service-banner .left-box .inner-box img.globe-img { position: absolute; left: 0; bottom: 0; top: 50%; transform: translateY(-50%); }
.about-service-banner .right-box .inner-box { padding-left: 60px; position: relative; }
.about-service-banner .right-box .inner-box img.about-img { position: absolute; right: 20px; bottom: 0; }
.history-section .history-container { padding-top: 60px; }
.history-section .title-box h3 { width: 80%; margin: auto; margin-bottom: 15px; }
.history-section .title-box p { width: 95%; margin: auto; }
.history-section .left-box { width: 50%; display: inline-block; vertical-align: middle; }
.history-section .right-box { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; }
.history-section .right-box img { width: 100%; }
.history-section .left-box ul li { font-size: 24px; color: #484848; font-weight: 500; margin-bottom: 20px; }
.history-section .left-box ul li span { display: inline-block; padding-left: 15px; width: 90%; }
.history-section .left-box ul li img { vertical-align: top; margin-top: 6px; }
.get-in-touch-section { padding: 60px 0; background-image: url(../images/connect-bg.png); background-size: cover; }
.get-in-touch-section h3, .get-in-touch-section p { color: #fff; }
.get-in-touch-section .left-box h3 { margin-bottom: 30px; }
.get-in-touch-section p { margin-bottom: 15px; width: 87%; }
.get-in-touch-section .right-box p { width: 95%; }
.get-in-touch-section .left-box { width: 60%; display: inline-block; vertical-align: middle; }
.get-in-touch-section .right-box { width: 40%; display: inline-block; vertical-align: middle; margin-left: -5px; }
.get-in-touch-section .left-box a { color: #FFC425; }
.get-in-touch-section ul li { width: 35%; display: inline-block; font-size: 24px; color: #fff; margin-bottom: 20px; }
.get-in-touch-section ul li:last-of-type { margin-bottom: 0; }
.get-in-touch-section ul.common-list li:before { background-color: #FFC425; }
.get-in-touch-section .right-box .form-container { width: 95%; background-color: #FFD051; padding: 30px 40px 45px 30px; margin: 0 auto; }
.get-in-touch-section .right-box h3, .get-in-touch-section .right-box p { color: #484848; }
.get-in-touch-section .right-box h3 { margin-bottom: 10px; }
.get-in-touch-section .right-box form { width: 95%; }
.get-in-touch-section .form-control { padding: 10px 20px 10px 0; font-size: 24px; font-weight: 400; line-height: 1.5; color: #484848; background-color: transparent; border: none; border-bottom: 1px solid #717171; opacity: 0.5; border-radius: 0; }
.get-in-touch-section .form-control:focus { box-shadow: none; }
.get-in-touch-section .form-group { margin-bottom: 30px; }
.get-in-touch-section .btn { border: 2px solid #484848; padding: 12px 30px; font-size: 18px; color: #484848; border-radius: 8px; }
.get-in-touch-section .btn:hover { background-color: #484848; color: #FFC425; }
.culture-section { background-color: #FAFAFA; }
.culture-section h3 { margin-bottom: 15px; }
.culture-section .upper-box { margin-bottom: 90px; }
.culture-section img { width: 100%; }
.culture-section .left-box { width: 50%; display: inline-block; vertical-align: middle; }
.culture-section .right-box { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; }
.culture-section p { margin-bottom: 20px; }
.culture-section p:last-of-type { margin-bottom: 0; }
.culture-section .upper-box .left-box { padding-right: 45px; }
.culture-section .lower-box .right-box { padding-left: 60px; }
.sustainability-section { position: relative; }
.sustainability-section img.big-globe { position: absolute; left: 0; top: 55%; transform: translateY(-50%); height: 75%; }
.sustainability-section .title-box p { width: 70%; margin: 0 auto; }
.sustainability-section .sustain-container { padding-top: 60px; }
.sustainability-section .left-box { width: 70%; display: inline-block; vertical-align: middle; }
.sustainability-section .left-box img { width: 100%; }
.sustainability-section .right-box { width: 30%; display: inline-block; vertical-align: middle; margin-left: -5px; }
.sustainability-section .right-box img { width: 100%; }
.sustainability-section .left-box h3 { margin-bottom: 15px; }
.sustainability-section .left-box p { margin-bottom: 20px; width: 66%; }
.sustainability-section .left-box li { font-size: 18px; font-weight: 400; color: #484848; margin-bottom: 20px; width: 87%; }
.sustainability-section .left-box li:last-child { margin-bottom: 0; }
.sustainability-section .left-box ul.common-list li::before { top: 11px; background-color: #0076C0; }
.philanthropy-section .left-box { width: 50%; display: inline-block; vertical-align: middle; }
.philanthropy-section .right-box img { width: 100%; margin-top: -180px; }
.philanthropy-section .right-box { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; padding-left: 80px; }
.philanthropy-section .left-box h3 { margin-bottom: 15px; color: #ffffff; }
.philanthropy-section .left-box p { margin-bottom: 20px; width: 95%; color: #ffffff; }
.philanthropy-section .left-box p:last-of-type { margin-bottom: 0; }
.philanthropy-section { background: #023047 url('../images/philanthropy-bg.png'); padding: 40px 0; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; margin-top: 90px; }
.value-chain-section .title-box p:first-of-type { width: 80%; margin: 0 auto; margin-bottom: 15px; }
.value-chain-section .title-box p { width: 92%; margin: 0 auto; }
.value-chain-section .value-chain-container { padding-top: 60px; }
.value-chain-section .value-chain-container img { width: 100%; filter: grayscale(100%); transition: 0.5s ease; height: 100%; object-fit: cover; }
.value-chain-section .value-chain-container .row { margin: 0; }
.value-chain-section .value-chain-container .col-md-6 .img-box { width: 50%; display: inline-block; vertical-align: top; }
.value-chain-section .value-chain-container .col-md-6 .img-box .inner-img { overflow: hidden; height: 580px; }
.value-chain-section .value-chain-container .col-md-6 .img-box:hover img { filter: grayscale(0); transition: 0.5s ease; transform: scale(1.2); }
.value-chain-section .value-chain-container .col-md-6 { padding: 0; }
.value-chain-section .value-chain-container .col-md-6 .con-box { width: 50%; display: inline-block; vertical-align: top; margin-left: -5px; }
.value-chain-section .value-chain-container .col-md-6 .con-box .inner { padding: 40px; height: 580px; }
.value-chain-section .value-chain-container .col-md-6 .con-box h3 { margin-bottom: 20px; }
.value-chain-section .value-chain-container .col-md-6 .con-box p:first-of-type { margin-bottom: 15px; }
.made-in-section { background-image: url('../images/made-in-canada-bg.png'); background-repeat: no-repeat; background-position: right; background-size: cover; height: 520px; }
.made-in-section .made-in-box { width: 45%; }
.made-in-section .made-in-box h5 { font-weight: 500; font-size: 24px; line-height: 36px; color: #ffffff; margin-bottom: 12px; }
.made-in-section .made-in-box h2 { font-weight: 600; font-size: 28px; line-height: 48px; margin-bottom: 16px; color: #ffffff; }
.made-in-section .made-in-box p { color: #ffffff; }
.career-section .title-box { margin-bottom: 60px; }
.career-section .title-box p { width: 63%; margin: 0 auto; }
.about-us-slider-section .slider-box { border: 2px solid #717171; padding: 30px 20px; border-radius: 10px; height: 100%; }
.about-us-slider-section .slider-box p { color: #717171; margin-bottom: 0px; font-size: 18px; line-height: 25px; height: 275px; }
.about-us-slider-section .slider-box h4 { font-size: 30px; color: #023047; }
.about-us-slider-section { position: relative; }
.about-us-slider-section .slider-container { display: flex; align-items: center; justify-content: center; height: 395px; width: 78%; perspective: 1000px; transform-style: preserve-3d; overflow-x: hidden; overflow-y: hidden; margin: 0 auto; }
.about-us-slider-section .slide { background-size: cover; background-repeat: no-repeat; border-radius: 5px; height: 390px; overflow: hidden; position: absolute; top: 0; left: 0; width: 20%; z-index: 1000; transition: all 0.3s ease-in-out; opacity: 0; padding-top: 15px; }
.about-us-slider-section .slide.slide-1 { transform-origin: right; transform: rotateY(40deg) scale(0.82) translateZ(10px); left: -1.2% !important; z-index: 1; opacity: 1; top: -17px; height: 420px; }
.about-us-slider-section .slide.slide-2 { transform-origin: right; transform: rotateY(14deg) scale(0.88); left: 20% !important; z-index: 2; opacity: 1; }
.about-us-slider-section .slide.slide-3 { left: 41% !important; transform: scale(0.86); z-index: 2; opacity: 1; }
.about-us-slider-section .slide.slide-4 { transform-origin: left; transform: rotateY(-12deg)scale(0.88); left: 62% !important; z-index: 2; opacity: 1; }
.about-us-slider-section .slide.slide-5 { transform-origin: left; transform: rotateY(-40deg) scale(0.75); margin-left: 0; left: 83% !important; z-index: 1; opacity: 1; top: -30px; height: 455px; }
.about-us-slider-section .buttons-container .arrow.left { position: absolute; left: 70px; }
.about-us-slider-section .buttons-container .arrow.right { position: absolute; right: 70px; }
.about-us-slider-section .buttons-container { position: absolute; left: 0; width: 100%; right: 0; margin: 0 auto; top: 45%; transform: translateY(-50%); }
.about-us-slider-section .arrow { background: #023047; cursor: pointer; color: #ffffff; width: 50px; height: 50px; margin: 0; border: none; }
.career-section .left-box { width: 55%; display: inline-block; vertical-align: top; padding-right: 10px; height: 628px; }
.career-section .right-box { width: 45%; display: inline-block; vertical-align: top; margin-left: -5px; padding-left: 10px; }
.career-section .blue-bg { background-color: #023047; }
.career-section .left-box .blue-bg { height: 100%; }
.career-section .left-box .left-content { width: 50%; display: inline-block; vertical-align: middle; padding: 30px 30px; }
.career-section .left-box .left-img { width: 50%; display: inline-block; margin-left: -5px; vertical-align: middle; height: 100%; }
.career-section .left-box .left-img img { width: 100%; height: 100%; margin-left: 2px; }
.career-section .right-box .blue-bg { padding: 30px; height: auto; }
.career-section .right-box .blue-bg:first-child { margin-bottom: 20px; }
.career-section .blue-bg h3 { font-weight: 600; font-size: 28px; line-height: 36px; color: #ffffff; margin-bottom: 10px; }
.career-section .blue-bg p { margin-bottom: 20px; color: #ffffff; font-size: 16px; line-height: 30px; }
.career-section .blue-bg .white-outline-btn { font-size: 14px; padding: 9px 15px; }
.clients-logo-section .owl-carousel .owl-nav.disabled { display: block; }
.clients-logo-section .owl-carousel .owl-nav button.owl-prev { position: absolute; left: -40px; top: 50%; transform: translateY(-50%); }
.clients-logo-section .owl-carousel .owl-nav button.owl-next { position: absolute; right: -40px; top: 50%; transform: translateY(-50%); }
.clients-logo-section .owl-carousel .owl-nav button i { font-size: 24px; color: #333333; }
.career-work-section .career-content-box .left-box { width: 40%; display: inline-block; vertical-align: middle; padding-right: 20px; }
.career-work-section .career-content-box .right-box { width: 60%; display: inline-block; vertical-align: middle; margin-left: -5px; padding-left: 20px; }
.career-work-section .career-content-box .left-box h3 { margin-bottom: 20px; width: 66%; }
.career-work-section .career-content-box .left-box p { margin-bottom: 15px; width: 95%; }
.career-work-section .career-content-box .left-box p a { color: 0076C0; font-weight: 600; transition: 0.5s; }
.career-work-section .career-content-box .left-box p a:hover { color: #023047; }
.career-work-section .career-content-box .left-box p:last-of-type { width: 80%; }
.career-work-section .career-content-box img { width: 100%; }
.career-work-section .title-box { margin-bottom: 57px; }
.career-work-section .title-box p { width: 60%; margin: 0 auto; }
.common-inner-banner-section { background-repeat: no-repeat !important; background-size: cover !important; background-position: center !important; height: 350px; }
.common-inner-banner-section.career-main-banner-section { background-image: url('../images/career-banner.png'); }
.common-inner-banner-section.about-us-main-banner-section { background-image: url('../images/about-banner-img.png'); }
.common-inner-banner-section.sustainability-main-banner-section { background-image: url('../images/sustainability-banner.png'); }
.common-inner-banner-section.value-chain-main-banner-section { background-image: url('../images/value-chain-banner.png'); }
.career-work-section .career-content-box .left-box { width: 40%; display: inline-block; vertical-align: middle; padding-right: 20px; }
.career-work-section .career-content-box .right-box { width: 60%; display: inline-block; vertical-align: middle; margin-left: -5px; padding-left: 20px; }
.career-work-section .career-content-box .left-box h3 { margin-bottom: 20px; width: 66%; }
.career-work-section .career-content-box .left-box p { margin-bottom: 15px; width: 95%; }
.career-work-section .career-content-box .left-box p a { color: #0076C0; font-weight: 600; transition: 0.5s; }
.career-work-section .career-content-box .left-box p a:hover { color: #023047; }
.career-work-section .career-content-box .left-box p:last-of-type { width: 80%; }
.career-work-section .career-content-box img { width: 100%; }
.career-work-section .title-box { margin-bottom: 57px; }
.career-work-section .title-box p { width: 60%; margin: 0 auto; }
.culture-diversity-section .culture-box { margin-bottom: 80px; }
.culture-diversity-section .culture-box .left-box { width: 40%; display: inline-block; vertical-align: middle; padding-right: 20px; }
.culture-diversity-section .culture-box .right-box { width: 60%; display: inline-block; vertical-align: middle; margin-left: -5px; padding-left: 20px; }
.culture-diversity-section h3 { color: #ffffff; margin-bottom: 15px; }
.culture-diversity-section p { color: #ffffff; margin-bottom: 15px; }
.culture-diversity-section img { width: 100%; }
.culture-diversity-section p:last-of-type { margin-bottom: 0; }
.culture-diversity-section { background-color: #023047; }
.culture-diversity-section .diversity-box .left-box { width: 65%; }
.culture-diversity-section .diversity-box .left-box .diversity-content-box { background-color: rgba(255, 255, 255, 0.05); padding: 40px; }
.culture-diversity-section .diversity-box .right-box { width: 50%; margin-left: auto; margin-top: -300px; }
.culture-diversity-section .diversity-box p { width: 77%; }
.job-opening-section .title-box p { width: 60%; margin: 0 auto; }
.job-opening-section .title-box { margin-bottom: 60px; }
.job-opening-section .post-box { padding: 20px 30px; border: 2px solid #888888; margin-bottom: 30px; }
.job-opening-section .post-box:last-of-type { margin-bottom: 0; }
.job-opening-section .post-box .job-title { width: 33%; display: inline-block; vertical-align: middle; }
.job-opening-section .post-box .job-location { width: 33%; display: inline-block; vertical-align: middle; text-align: center; }
.job-opening-section .post-box .job-apply { width: 33%; display: inline-block; vertical-align: middle; text-align: right; }
.job-opening-section .post-box .job-title h4 { color: #023047; font-size: 24px; }
.job-opening-section .post-box .job-apply a { color: #0076C0; }
.job-opening-section .post-box .job-apply a:hover { color: #FFC425; }
.job-opening-section .post-box .job-apply a .yellow-arrow { display: none; }
.job-opening-section .post-box .job-apply a:hover .yellow-arrow { display: inline-block; }
.job-opening-section .post-box .job-apply a:hover .blue-arrow { display: none; }
.join-our-team-section { background-image: url('../images/join-our-team-bg-img.png'); background-repeat: no-repeat; background-position: center; background-size: cover; }
.join-our-team-section .join-our-team-box h2 { font-size: 48px; color: #ffffff; margin-bottom: 20px; }
.join-our-team-section .join-our-team-box p { color: #ffffff; margin-bottom: 30px; }
.team-galary-section .title-box p { width: 60%; margin: 0 auto; }
.team-galary-section .team-galary-box .common-box { margin-left: -5px; padding: 0 15px; display: inline-block; vertical-align: top; height: 500px; }
.team-galary-section .team-galary-box img { width: 100%; }
.team-galary-section .team-galary-box .common-box img { width: 100%; height: 100%; transition: 0.8s; object-fit: cover; }
.team-galary-section .team-galary-box .first-img-box { width: 28%; }
.team-galary-section .team-galary-box .second-img-box { width: 22%; }
.team-galary-section .team-galary-box .first-img-box .normal-img { height: 100%; }
.team-galary-section .team-galary-box .second-img-box .small-img-box { width: 100%; margin-bottom: 30px; height: 235px; }
.team-galary-section .team-galary-box .second-img-box .small-img-box:last-of-type { margin-bottom: 0; }
.team-galary-section .team-galary-box .common-box:first-child { padding-left: 0; margin-left: 0; }
.team-galary-section .team-galary-box .common-box:last-of-type { padding-right: 0; }
.team-galary-section .team-galary-box { width: 100%; }
.team-galary-section .team-galary-box .common-box .normal-img:hover img, .team-galary-section .team-galary-box .common-box .small-img-box:hover img { transform: scale(1.1); }
.team-galary-section .team-galary-box .common-box .normal-img, .team-galary-section .team-galary-box .common-box .small-img-box { overflow: hidden; }
.team-galary-section .title-box { margin-bottom: 60px; }
.common-inner-banner-section.head-protection-main-banner-section { background-image: url('../images/head-protection-banner-img.png'); }
.head-protection-products-section .head-protection-box { padding: 30px; box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08); }
.head-protection-products-section .head-protection-box .img-box { position: relative; width: 45%; margin-bottom: 30px; }
.head-protection-products-section .head-protection-box .img-box > img { width: 100%; }
.head-protection-products-section .head-protection-box .img-box .overly-img { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; text-align: center; }
.head-protection-products-section .head-protection-box h3 { margin-bottom: 15px; }
.head-protection-products-section .head-protection-box p { margin-bottom: 50px; height: 65px; }
.head-protection-products-section .col-md-4 { padding: 0 20px; }
.head-protection-products-section .row { margin: 0 -20px; }
.head-protection-products-section .head-protection-box { margin-bottom: 40px; }
.head-protection-products-section .title-box { margin-bottom: 60px; }
.head-protection-products-section .title-box p { width: 83%; margin: 0 auto; }
.head-protection-products-section .col-md-4:nth-last-child(1) .head-protection-box, .head-protection-products-section .col-md-4:nth-last-child(2) .head-protection-box { margin-bottom: 0; }
.contact-with-us-section { background: #023047 url('../images/philanthropy-bg.png'); padding: 40px 0; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; position: relative; }
.contact-with-us-section .left-contact-box .form-control { border: none; border-radius: 6px; background-color: #35596C; box-shadow: none; margin-bottom: 20px; font-size: 18px; padding: 10px 20px; height: 55px; }
.contact-with-us-section .left-contact-box textarea { height: 165px !important; }
.contact-with-us-section .left-contact-box select, .contact-with-us-section .left-contact-box select option { color: #ffffff; }
.contact-with-us-section .left-contact-box .form-control::placeholder { color: #ffffff; }
.contact-with-us-section .left-contact-box .form-control:focus { color: #fff; }
.contact-with-us-section .title-box h2 { color: #ffffff; }
.contact-with-us-section .title-box h2:before, .contact-with-us-section .title-box h2:after { display: none; }
.contact-with-us-section .left-contact-box { width: 60%; }
.contact-with-us-section .title-box { text-align: left; margin-bottom: 30px; }
.contact-with-us-section .title-box p { color: #ffffff; }
.contact-with-us-section .right-img-box { position: absolute; right: 80px; bottom: 0; width: 31%; }
.contact-with-us-section .right-img-box img { width: 100%; }
.ronco-gallery-section .first-gallery-box { margin-bottom: 20px; }
.ronco-gallery-section .img-box img { width: 100%; height: 100%; transition: 0.8s; }
.ronco-gallery-section .img-box { height: 100%; }
.ronco-gallery-section .common-box { height: 400px; margin-left: -5px; padding: 0 10px; }
.ronco-gallery-section .common-box:first-child { margin-left: 0; padding-left: 15px; }
.ronco-gallery-section .common-box:last-of-type { padding-right: 15px; }
.ronco-gallery-section .first-common-box { width: 32%; display: inline-block; vertical-align: top; }
.ronco-gallery-section .second-common-box { width: 18%; display: inline-block; vertical-align: top; }
.ronco-gallery-section .common-box .img-box:hover img { transform: scale(1.1); }
.ronco-gallery-section .common-box .img-box { overflow: hidden; }
.ronco-gallery-section .title-box p { width: 50%; margin: 0 auto; }
.ronco-gallery-section .title-box { margin-bottom: 60px; }
.common-top-section { margin-top: 100px; }
.ronco-gallery-section .second-gallery-box .second-common-box { width: 20%; }
.ronco-gallery-section .second-gallery-box .first-common-box { width: 33%; }
.ronco-gallery-section .second-gallery-box .first-common-box:last-of-type { width: 27%; }
.eye-protection-main-banner-section { background-image: url('../images/head-protection-banner-img.png'); }
.eye-product-list-section { box-shadow: inset 0 47px 40px -38px rgb(0 0 0 / 47%); }
.eye-product-list-section .eye-product-list-box { text-align: center; }
.eye-product-list-section .eye-product-list-box li { display: inline-block; vertical-align: middle; padding: 30px 30px; position: relative; }
.eye-product-list-section .eye-product-list-box li:after { content: ""; width: 2px; height: 30px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background-color: rgba(156, 3, 3, 0.2); }
.eye-product-list-section .eye-product-list-box li:last-of-type:after { display: none; }
.eye-product-list-section .eye-product-list-box li a { color: #333333; font-size: 24px; font-weight: 400; }
.product-list-section .product-list-box { background: #FAFAFA; padding: 20px; height: 100%; }
.product-list-section .product-list-box .img-box { text-align: center; margin-bottom: 25px; position: relative; }
.product-list-section .product-list-box .img-box img { width: 100%; margin-top: auto; }
.product-list-section .product-list-box h6 { font-size: 22px; color: #023047; margin-bottom: 5px; line-height: 36px; }
.product-list-section .title-box { margin-bottom: 60px; }
.glasses-product-section .col-md-3 { margin-bottom: 30px; }
.goggles-product-section .title-box h2, .glasses-product-section .title-box h2, .eyewash-product-section .title-box h2 { margin-bottom: 0; }
.product-list-section .img-box .overly { background-color: rgba(72, 72, 72, 0.4); position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: none; }
.product-list-section .img-box .overly a { text-decoration: underline; color: #ffffff; font-size: 24px; font-weight: 600; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; }
.product-list-section .product-list-box:hover .overly { display: block; }
.product-inner-application-section { background: #023047 url('../images/philanthropy-bg.png'); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }
.product-inner-application-section .title-box h2::before, .product-inner-application-section .title-box h2::after { display: none; }
.product-inner-application-section .title-box { text-align: left; margin-bottom: 40px; }
.product-inner-application-section .title-box h2 { color: #ffffff; margin-bottom: 0; }
.product-inner-application-section .common-list li { color: #FFFFFF; width: 33%; display: inline-block; font-size: 24px; margin-bottom: 30px; padding-left: 20px; }
.product-inner-application-section .common-list li:last-of-type, .product-inner-application-section .common-list li:nth-last-child(2), .product-inner-application-section .common-list li:nth-last-child(3) { margin-bottom: 0; }
.product-inner-application-section ul.common-list li::before { height: 8px; width: 8px; background-color: #FFFFFF; top: 15px; }
.product-inner-tabs-section .resp-tab-content { border: none; padding: 0; margin-top: 60px; }
.product-inner-tabs-section .resp-tabs-list { padding-left: 220px; border-bottom: 2px solid #0076C0; }
.product-inner-tabs-section .resp-tabs-list li { padding: 20px 40px !important; font-size: 24px; background-color: #ffffff !important; border-color: transparent !important; color: #333333; }
.product-inner-tabs-section .resp-tabs-list li.resp-tab-active { border: 2px solid #0076C0 !important; border-bottom-color: transparent !important; margin-bottom: -2px !important; border-radius: 8px 8px 0px 0px; color: #0076C0 !important; }
.product-inner-content-section .left-box { display: inline-block; width: 40%; vertical-align: top; padding-right: 40px; }
.product-inner-content-section .right-box { width: 60%; display: inline-block; vertical-align: top; margin-left: -5px; padding-left: 40px; }
.product-inner-content-section .right-box img:nth-child(1) { margin-bottom: 15px; display: block; }
.product-inner-content-section .right-box h2 { margin-bottom: 10px; color: #023047; }
.product-inner-content-section .right-box h6 { color: #1A1A1A; font-size: 24px; margin-bottom: 20px; line-height: 36px; font-weight: 500; }
.product-inner-content-section .right-box p { margin-bottom: 15px; }
.product-inner-content-section .right-box p:last-of-type { margin-bottom: 20px; }
.product-inner-content-section .right-box .common-list li { width: 49%; display: inline-block; vertical-align: top; margin-bottom: 15px; }
.product-inner-content-section .right-box .common-list li:nth-child(odd) { width: 49% !important; padding-right: 15px; }
.product-inner-content-section .right-box .common-list, .product-inner-content-section .right-box ul { margin-bottom: 25px; }
.product-inner-content-section .right-box .image-list-box { margin-bottom: 35px; }
.related-product-section .common-width-box { width: 20%; display: inline-block; margin-left: -5px; vertical-align: top; padding: 0 15px; }
.related-product-section .common-width-box:first-of-type { margin-left: 0; }
.product-inner-content-section .product__carousel .gallery-top { border: 10px solid #FAFAFA; border-radius: 3px; margin-bottom: 20px; }
.product-inner-content-section .product__carousel .gallery-top .swiper-slide { position: relative; overflow: hidden; }
.product-inner-content-section .product__carousel .gallery-top .swiper-slide a { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.product-inner-content-section .product__carousel .gallery-top .swiper-slide a img { width: 100%; height: 100%; object-fit: contain; }
.product-inner-content-section .product__carousel .gallery-top .swiper-slide .easyzoom-flyout img { min-width: 100%; min-height: 100%; }
.product-inner-content-section .product__carousel .gallery-thumbs .swiper-slide { position: relative; transition: border .15s linear; border: 5px solid #FAFAFA; border-radius: 3px; cursor: pointer; overflow: hidden; height: calc(100% - 2px); margin-right: 20px !important; width: 22% !important; }
.product-inner-content-section .product__carousel .gallery-thumbs .swiper-slide img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 100%; }
.industry-benefits-section .industry-benefits-box .accordion .card.active i.fa-plus:before { content: "\f068"; display: block; color: #0076C0; }
.industry-benefits-section .industry-benefits-box .btn-link { border: none; background: transparent; border-radius: 0; display: block; text-decoration: none; position: relative; color: #0076C0; font-size: 24px; width: 100%; text-align: left; font-weight: 500; padding: 20px 30px; }
.industry-benefits-section .industry-benefits-box .btn-link:hover { text-decoration: none; }
.industry-benefits-section .industry-benefits-box { text-align: left; }
.industry-benefits-section .industry-benefits-box .card-header { background: transparent; border: none; padding: 0; }
.industry-benefits-section .industry-benefits-box .btn-link i { position: absolute; right: 35px; color: #1A1A1A; font-size: 20px; top: 50%; transform: translateY(-50%); }
.industry-benefits-section .industry-benefits-box .accordion > .card { border: none; border-bottom: 2px solid rgba(51, 51, 51, 0.4); border-radius: 0px; }
.industry-benefits-section .industry-benefits-box .accordion p { font-size: 18px; width: 90%; }
.industry-benefits-section .industry-benefits-box .card-body { padding: 5px 35px 20px; }
.industry-benefits-section .industry-benefits-box .btn-link { color: #023047; }
.industry-benefits-section .industry-benefits-box .card.active .btn-link { color: #0076C0; }
.industry-benefits-section .industry-benefits-box .accordion .card:first-of-type { border-top: 2px solid rgba(51, 51, 51, 0.4); }
.product-inner-tabs-section .heading-box { background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #FAFAFA; padding: 15px 30px; }
.product-inner-tabs-section .heading-box h6 { font-size: 24px; color: #023047; font-weight: 500; }
.product-inner-tabs-section .content-box h6 { font-size: 24px; color: #1A1A1A; font-weight: 400; }
.product-inner-tabs-section .product-datatable .common-width-box { width: 25%; display: inline-block; vertical-align: middle; margin-left: -5px; }
.product-inner-tabs-section .product-datatable .common-width-box:first-of-type { margin-left: 0; }
.product-inner-tabs-section .product-datatable .content-box { border-bottom: 2px solid rgba(51, 51, 51, 0.4); padding: 20px 30px; }
.product-inner-tabs-section .product-datatable .content-box:last-of-type { border-bottom: 0; }
.industry-benefits-section .title-box { margin-bottom: 60px; }
.industry-benefits-section .title-box p { width: 60%; margin: 0 auto; }
.related-product-section .title-box h2 { margin-bottom: 0; }
.common-inner-banner-section .inner-banner-box .right-box p { text-transform: uppercase; }
header .lang-box li.dropdown:hover .dropdown-menu { display: block; }
header .lang-box li.dropdown .dropdown-menu img { width: 40px; margin-right: 10px; }
header .lang-box li.dropdown .dropdown-menu li { display: block; }
header .lang-box li.dropdown .dropdown-menu li a { padding: 10px 15px; }
header .lang-box li.dropdown .dropdown-menu li a:hover { color: #0076C0; }
header .lang-box li.dropdown .dropdown-menu li a::before { display: none !important; }
.blog-section .common-img-box { position: relative; margin-bottom: 215px; }
.blog-section .common-img-box img { width: 100%; filter: grayscale(1); }
.blog-section .common-img-box:hover img { filter: grayscale(0); }
.blog-section .common-cont-box span { background: #FFC425; font-size: 16px; padding: 20px; display: block; width: 42%; }
.blog-section .common-cont-box a { display: block; font-size: 24px; color: #fff; margin: 20px 0; width: 88%; line-height: 38px; }
.blog-section .common-cont-box p { font-size: 18px; color: #fff; }
.blog-section .common-cont-box { position: absolute; bottom: -165px; background: #023047; padding: 30px; right: 0; width: 85%; }
.blog-section .common-cont-box .blog-title { height: 204px; margin-bottom: 50px; }
.blog-section .title-box p { width: 63%; margin: 0 auto; }
.blog-section .title-box { margin-bottom: 60px; }
.blog-section .common-cont-box:hover { background: #EDEDED; }
.blog-section .common-cont-box:hover a { color: #023047; }
.blog-section .common-cont-box:hover p { color: #333333; }
.blog-section .common-cont-box:hover .white-outline-btn { border-color: #0076C0; color: #0076C0; }
.blog-section .common-cont-box:hover .white-outline-btn:hover { background: #0076C0; color: #fff; }
.blog-section .common-cont-box .white-outline-btn { font-size: 18px; display: inline-block; width: auto; padding: 6px 30px; margin: 0; }
.blog-section .col-md-4:nth-last-child(1) .common-img-box, .blog-section .col-md-4:nth-last-child(2) .common-img-box, .blog-section .col-md-4:nth-last-child(3) .common-img-box { margin-bottom: 166px; }
.blog-section .pagination { text-align: center; display: block; margin-top: 40px; }
.blog-section .pagination a.current, .blog-section .pagination span.current { background: #023047; color: #ffffff; }
.blog-section .pagination a, .blog-section .pagination span { padding: 10px 20px; background-color: #FAFAFA; margin-right: 20px; display: inline-block; color: #333333; font-size: 24px; text-decoration: none; }
.blog-section .pagination a.next, .blog-section .pagination a.prev { background-color: transparent; }
.press-releases-section .common-cont-box .blog-title { height: 204px; margin-bottom: 20px; }
.press-releases-section .common-cont-box { width: 90%; }
.main-product-section .title-box { margin-bottom: 60px; }
.main-product-section .title-box p { width: 60%; margin: 0 auto; }
.main-product-section .our-product-box { position: relative; }
.main-product-section .our-product-box .our-product-title { position: absolute; top: 40px; left: 30px; right: 40px; bottom: 0; }
.main-product-section .our-product-box .our-product-title img { margin-bottom: 30px; }
.main-product-section .our-product-box h3 { color: #ffffff; font-size: 32px; font-weight: 600; margin-bottom: 15px; }
.main-product-section .our-product-box p { color: #ffffff; }
.main-product-section .h-box { background: rgba(0, 118, 192, 0.8); position: absolute; left: 0; right: 0; bottom: 0; width: 100%; right: 0; margin: 0 auto; opacity: 0; height: 0;  display: none;}
.main-product-section .h-box .h-product-box { position: absolute; top: 40px; left: 40px; bottom: 40px; }
.main-product-section .our-product-box:hover .h-box { z-index: 1; top: 0; bottom: 0px; transition: 0.8s all ease; opacity: 1; display: block; height: 100%;}
.main-product-section .our-product-box > img { width: 100%; }
.main-product-section .our-product-box .h-box .common-list li:before { background-color: #ffffff; }
.main-product-section .our-product-box .h-box .common-list li { color: #ffffff; margin-bottom: 20px; font-size: 24px; }
.main-product-section .our-product-box .h-box .common-list { margin-bottom: 90px; }
.main-product-section .our-product-box .h-box h3 { margin-bottom: 30px; }
.main-product-section .row { margin: 0 -20px; }
.main-product-section .col-md-4 { padding: 0 20px; }
.faq-section .faq-box .active .card-header h2 button i.fa-minus:before { content: "\f067"; display: block; color: #1A1A1A; }
.faq-section .faq-box .btn-link { border: none; border-radius: 0; display: block; text-decoration: none; position: relative; font-size: 24px; width: 100%; text-align: left; font-weight: 500; padding: 20px 30px; background: #023047; color: #fff }
.faq-section .faq-box .btn-link:hover { text-decoration: none; }
.faq-section .faq-box { text-align: left; }
.faq-section .faq-box .card-header { background: transparent; border: none; padding: 0; }
.faq-section .faq-box .btn-link i { background-color: #ffc425; border-left: 2px solid #C4C4C4; position: absolute; right: 0px; font-size: 20px; top: 0; bottom: 0; width: 70px; height: 68px; text-align: center; line-height: 70px; }
.faq-section .faq-box .accordion .common-width-box > .card { border: none; border-bottom: 2px solid rgba(51, 51, 51, 0.4); border-radius: 0px; }
.faq-section .faq-box .accordion p { font-size: 18px; width: 90%; }
.faq-section .faq-box .card-body { padding: 20px 30px 20px; }
.faq-section .faq-box .btn-link.collapsed { color: #023047; background-color: #FAFAFA; }
.faq-section .faq-box .card.active .btn-link i { background-color: #FFC425; color: #ffffff; }
.faq-section .card.active .btn-link { background-color: #023047; color: #ffffff; }
.faq-section .faq-box .accordion .common-width-box:first-of-type .card { border-top: 2px solid rgba(51, 51, 51, 0.4); }
.faq-section .faq-box .accordion .left-box { width: 50%; display: inline-block; vertical-align: top; padding-right: 25px; }
.faq-section .faq-box .accordion .right-box { width: 50%; display: inline-block; padding-left: 25px; margin-left: -5px; vertical-align: top; }
.faq-section .faq-box .accordion .card { margin-bottom: 20px; border: none; }
.faq-section .faq-box .btn-link.collapsed i { background-color: transparent; border-left: 2px solid #C4C4C4; }
.faq-section .faq-box .btn-link i img { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; }
.faq-section .faq-box .btn-link i .minus-img { display: block; }
.faq-section .faq-box .btn-link i .plus-img { display: none; }
.faq-section .faq-box .btn-link.collapsed i .plus-img { display: block; }
.faq-section .faq-box .btn-link.collapsed i .minus-img { display: none; }
.faq-section .faq-box .card-body p span { color: #0076C0; }
.faq-section .title-box { margin-bottom: 60px; }
.faq-section .title-box p { width: 60%; margin: 0 auto; }
.general-question-section .pagination { text-align: center; display: block; margin-top: 80px; }
.general-question-section .pagination a.current, .general-question-section .pagination span.current { background: #023047; color: #ffffff; }
.general-question-section .pagination a, .general-question-section .pagination span { padding: 10px 20px; background-color: #FAFAFA; margin-right: 20px; display: inline-block; color: #333333; font-size: 24px; text-decoration: none; }
.general-question-section .pagination a.next, .general-question-section .pagination a.prev { background-color: transparent; }
footer .footer-list li:last-child span { display: none; }
.main-product-section .our-product-box:hover .our-product-title { opacity: 0; }
.industry-links-section .industry-link-box { background: #FAFAFA url('../images/industry-links-bg.png'); padding: 60px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.industry-links-section .title-box { margin-bottom: 60px; }
.industry-links-section .title-box p { width: 60%; margin: 0 auto; }
.industry-links-section .industry-link-box .common-list li { margin-bottom: 20px; font-size: 24px; }
u.industry-links-section .industry-link-box .common-list li::before { height: 8px; width: 8px; }
.industry-links-section .industry-link-box .common-list li:last-of-type { margin-bottom: 0; }
.industry-links-section .pagination { text-align: center; display: block; margin-top: 50px; }
.industry-links-section .pagination a.current, .industry-links-section .pagination span.current { background: #023047; color: #ffffff; }
.industry-links-section .pagination a, .industry-links-section .pagination span { padding: 10px 20px; background-color: #FAFAFA; margin-right: 20px; display: inline-block; color: #333333; font-size: 24px; text-decoration: none; }
.industry-links-section .pagination a.next, .industry-links-section .pagination a.prev { background-color: transparent; }
.blog-inner-section .title-box h2:before, .blog-inner-section .title-box h2:after { display: none; }
.blog-inner-section .title-box h2 { margin-bottom: 20px; }
.blog-inner-section .title-box h6 { font-size: 24px; color: #333333; font-weight: 500; line-height: 45px; width: 72%; margin: 0 auto; }
.blog-inner-section .title-box { margin-bottom: 30px; }
.blog-inner-section .blog-inner-client-box { margin: 0 auto; display: block; width: 40%; }
.blog-inner-section .blog-inner-client-box .client-info { display: inline-block; width: 50%; vertical-align: middle; }
.blog-inner-section .blog-inner-client-box .client-date { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; padding-left: 64px; }
.blog-inner-section .blog-inner-client-box .date-box span { background: #FFC425; font-size: 16px; padding: 20px; display: block; width: 63%; }
.blog-inner-section .blog-inner-client-box .client-info img { width: 100px; display: inline-block; vertical-align: middle; }
.blog-inner-section .blog-inner-client-box .client-info .client-title { width: auto; display: inline-block; vertical-align: middle; padding-left: 20px; }
.blog-inner-section .blog-inner-client-box .client-info .client-title h6 { font-size: 24px; color: #1A1A1A; margin-bottom: 7px; }
.blog-inner-section .blog-inner-content > img { width: 100%; margin-bottom: 40px; }
.blog-inner-section .blog-inner-content img { width: 100%; }
.blog-inner-section .blog-inner-content h6 { font-size: 24px; color: #1A1A1A; font-weight: 500; margin-bottom: 30px; }
.blog-inner-section .blog-inner-content p { margin-bottom: 20px; }
.blog-inner-section .blog-inner-content .left-img-box { display: inline-block; vertical-align: middle; width: 50%; padding-right: 20px; }
.blog-inner-section .blog-inner-content .right-img-box { display: inline-block; vertical-align: middle; width: 50%; margin-left: -5px; padding-left: 20px; }
.blog-inner-section .blog-inner-content .common-img-box { position: relative; margin-bottom: 30px; }
.blog-inner-section .blog-inner-content .common-img-box h6 { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); color: #ffffff; width: 60%; margin: 0 auto; text-align: center; line-height: 45px; }
.blog-inner-section .blog-inner-content .left-img-box.common-img-box h6 { right: 20px; }
.blog-inner-section .blog-inner-content .right-img-box.common-img-box h6 { left: 20px; }
.blog-inner-section .blog-inner-comments h2 { font-size: 36px; color: #023047; font-weight: 600; line-height: 40px; margin-bottom: 30px; }
.blog-inner-section .blog-inner-comments .comment-box img { width: 100px; display: inline-block; vertical-align: top; }
.blog-inner-section .blog-inner-comments .comment-box .comment-info { display: inline-block; width: auto; vertical-align: top; padding-top: 20px; padding-left: 20px; }
.blog-inner-section .blog-inner-box { margin-bottom: 40px; }
.blog-inner-section .blog-inner-comments .comment-box { margin-bottom: 45px; }
.blog-inner-section .blog-inner-content p { width: 96%; }
.blog-inner-section .blog-inner-content h6 { width: 80%; line-height: 45px; }
.post-comment-section { background: #023047 url('../images/philanthropy-bg.png'); padding: 40px 0; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; position: relative; height: 600px; margin-bottom: 100px; }
.post-comment-section .left-contact-box .form-control { border: none; border-radius: 0px; background-color: #F3F3F3; box-shadow: none; margin-bottom: 20px; font-size: 18px; padding: 10px 20px; height: 55px; }
.post-comment-section .left-contact-box textarea { height: 165px !important; }
.post-comment-section .left-contact-box .form-control::placeholder { color: #717171; }
.post-comment-section .left-contact-box .form-control:focus { color: #717171; }
.post-comment-section .title-box h2:before, .post-comment-section .title-box h2:after { display: none; }
.post-comment-section .left-contact-box { width: 60%; margin-top: 100px; }
.post-comment-section .title-box { text-align: left; margin-bottom: 30px; }
.post-comment-section .title-box p { color: #333333; }
.post-comment-section .right-img-box { position: absolute; right: 80px; bottom: 0; width: 31%; }
.post-comment-section .right-img-box img { width: 100%; }
.post-comment-section .left-contact-box .left-white-box { background-color: #ffffff; padding: 40px; box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12); }
.yellow-btn { background-color: #FFC425; color: #ffffff; transition: 0.5s; }
.yellow-btn:hover { border: 2px solid #023047; background-color: #023047; color: #ffffff; }
.post-comment-section .title-box h2 { color: #0076C0; margin-bottom: 10px; }
.post-comment-section .left-contact-box .form-group label { font-size: 18px; line-height: 27px; margin-bottom: 7px; }
.media-center-section .title-box p { width: 60%; margin: 0 auto; }
.media-center-section .title-box { margin-bottom: 60px; }
.media-center-section .media-center-box:hover span { -webkit-text-stroke: 2px #FFC425; -webkit-text-fill-color: #FFC425; }
.media-center-section .media-center-box:hover h2 { color: #0076C0; }
.media-center-section .media-center-box span { font-size: 150px; -webkit-text-stroke: 2px #3333338f; -webkit-text-fill-color: transparent; font-weight: 600; margin-bottom: 10px; line-height: 225px; }
.media-center-section .media-center-box h2 { color: #023047; font-size: 32px; margin-bottom: 7px; }
.media-center-section .media-center-box p { width: 90%; }
.media-center-section .media-center-box { margin-bottom: 40px; }
.media-center-section .media-center-video .video-container { margin-bottom: 30px; }
.media-center-section .media-center-video h2 { font-size: 36px; color: #023047; font-weight: 500; line-height: 55px; text-align: center; }
.media-center-catalogue-section { position: relative; padding: 80px 0; z-index: 1; height: 560px; margin-bottom: 200px; }
.media-center-catalogue-section .catalogue-bg { position: absolute; left: 0; top: 0; right: 120px; height: 560px; z-index: -1; }
.media-center-catalogue-section .title-box h2:before, .media-center-catalogue-section .title-box h2:after { display: none; }
.media-center-catalogue-section .title-box h2 { text-align: left; color: #ffffff; margin-bottom: 20px; }
.media-center-catalogue-section .title-box { text-align: left; }
.media-center-catalogue-section .title-box h3 { color: #ffffff; font-size: 36px; margin-bottom: 12px; width: 80%; line-height: 55px; }
.media-center-catalogue-section .title-box p { color: #ffffff; margin-bottom: 30px; width: 20%; }
.media-center-catalogue-section .slider-box .slider-item-box { padding: 20px; background-color: #ffffff; box-shadow: 1px 1px 9px 0px #888888; }
.media-center-catalogue-section .slider-box .slider-item-box .slider-title { width: 85%; display: inline-block; vertical-align: middle; height: 83px; }
.media-center-catalogue-section .slider-box .slider-item-box .slider-btn { display: inline-block; width: 15%; vertical-align: middle; margin-left: -5px; }
.media-center-catalogue-section .slider-box .slider-item-box .slider-btn a { background-color: #EDEDED; padding: 10px; display: inline-block; }
.media-center-catalogue-section .slider-box .slider-item-box .slider-btn .white-btn { display: none; }
.media-center-catalogue-section .slider-box .slider-item-box:hover .slider-btn a .white-btn { display: block; }
.media-center-catalogue-section .slider-box .slider-item-box:hover .slider-btn a .gray-btn { display: none; }
.media-center-catalogue-section .slider-box .slider-item-box:hover .slider-btn a { background-color: #FFC425; }
.print-materials-section .title-box { width: 50%; display: inline-block; vertical-align: middle; text-align: left; margin-bottom: 40px; }
.print-materials-section .title-box h2:before, .print-materials-section .title-box h2:after { display: none; }
.print-materials-section .title-box h2 { margin-bottom: 20px; }
.print-materials-section .title-box h3 { line-height: 55px; font-weight: 500; }
.print-materials-section .right-info { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; padding-left: 60px; }
.print-materials-section .print-materials-box { background-color: #EDEDED; padding: 30px; border-bottom: 6px solid #DCDCDC; }
.print-materials-section .print-materials-box:hover { border-bottom: 6px solid #FFC425; }
.print-materials-section .print-materials-box > img { width: 60px; display: inline-block; vertical-align: middle; }
.print-materials-section .print-materials-box .print-materials-title { display: inline-block; width: 40%; vertical-align: middle; margin-left: -5px; padding-left: 20px; }
.print-materials-section .print-materials-box .print-materials-btn { display: inline-block; width: 45%; vertical-align: middle; margin-left: -5px; }
.print-materials-section .print-materials-box .print-materials-btn a { background-color: #DADADA; padding: 10px; display: inline-block; margin-left: 135px; }
.print-materials-section .print-materials-box .print-materials-btn .white-btn { display: none; }
.print-materials-section .print-materials-box:hover .print-materials-btn a .white-btn { display: block; }
.print-materials-section .print-materials-box:hover .print-materials-btn a .gray-btn { display: none; }
.print-materials-section .print-materials-box:hover .print-materials-btn a { background-color: #FFC425; }
.media-blog-section .con-box { width: 50%; display: inline-block; vertical-align: top; margin-left: -4px; height: 455px; }
.media-blog-section .con-box.gray-bg { background: #FAFAFA url(../images/industry-links-bg.png); background-size: cover; background-repeat: no-repeat; }
.media-blog-section .con-box.blue-bg { background: #023047 url(../images/philanthropy-bg.png); background-size: cover; background-repeat: no-repeat; }
.media-blog-section .con-box .inner-box { padding: 40px; }
.media-blog-section .img-box { width: 50%; display: inline-block; vertical-align: top; margin-left: -4px; height: 455px; }
.media-blog-section .img-box .inner-img { height: 100%; overflow: hidden; }
.media-blog-section .img-box .inner-img img { width: 100%; height: 100%; filter: grayscale(100%); transition: 0.5s ease; object-fit: cover; }
.media-blog-section .img-box:hover .inner-img img { filter: grayscale(0); transition: 0.5s ease; transform: scale(1.2); }
.media-blog-section .con-box .inner-box h3 { font-size: 36px; margin-bottom: 20px; }
.media-blog-section .con-box .inner-box p { margin-bottom: 30px; }
.media-blog-section .col-md-6 { padding: 0; }
.media-blog-section .row { margin: 0; }
.media-blog-section .col-md-6:nth-child(2) .con-box { width: 100%; }
.media-blog-section .con-box.blue-bg h3 { color: #ffffff; }
.media-blog-section .con-box.blue-bg p { color: #ffffff; }
.media-blog-section .col-md-6:nth-child(2) .con-box h3 { width: 80%; }
.media-blog-section .col-md-6:nth-child(2) .con-box p { width: 80%; }
.media-blog-section { margin: 0 50px; }
.media-center-catalogue-section .owl-carousel .owl-stage-outer { padding-left: 0px; width: 60%; margin-left: auto; margin-right: 70px; position: absolute; right: 0px; bottom: -407px; height: 520px; }
.media-center-catalogue-section .slider-box .slider-item-box > img { margin-bottom: 20px; }
.media-center-catalogue-section .owl-carousel .owl-nav.disabled { display: block !important; }
.media-center-catalogue-section .owl-carousel .owl-nav { position: absolute; right: 250px; top: -207px; }
.media-center-catalogue-section .owl-carousel .owl-nav i { font-size: 25px; font-weight: 900; }
.media-center-catalogue-section .owl-carousel .owl-nav button.owl-next, .media-center-catalogue-section .owl-carousel .owl-nav button.owl-prev { border: none; background-color: #ffffff; margin: 0 8px; color: #023047; border-radius: unset; padding: 14px 20px !important; }
.blog-inner-section .blog-inner-comments .comment-box:last-of-type { margin-bottom: 0; }
footer .footer-list li:last-child span { display: none; }
.blog-inner-section .right-link-box { text-align: right; }
.blog-inner-section .right-link-box a { color: #333333; font-size: 20px; }
.blog-inner-section .right-link-box a i { margin-right: 10px; display: inline-block; }
.blog-inner-section .right-link-box a:hover { color: #FFC425; }
.industry-link-box li a { color: #212529 }
.industry-link-box li a:hover { color: #0076C0; }
.table-responsive { display: inline-table; }
.tg { border-collapse: collapse; border-spacing: 0; width: 100%; }
.tg tbody { border: none }
.tg th { background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #FAFAFA; padding: 15px 30px; font-size: 24px; color: #023047; font-weight: 600; text-align: left; overflow: hidden; width: auto; }
.tg td { font-size: 24px; color: #1A1A1A; font-weight: 400; padding: 14px 25px; text-align: left; overflow: hidden; }
.tg th:first-of-type { width: auto; }
.tg .tg-0lax { vertical-align: top; font-weight: normal; }
.tg tr { border-bottom: 2px solid rgba(51, 51, 51, 0.4); }
.tg tr:last-of-type { border: none; }
.tg tr:last-of-type { border: none; }
.contact-us-main-banner-section { background-image: url('../images/contact-us-main-banner.png'); }
.contactus-get-in-touch-section .get-in-touch-form .form-control { border: none; border-radius: 0px; background-color: #F3F3F3; box-shadow: none; margin-bottom: 20px; font-size: 18px; padding: 10px 20px; height: 55px; }
.contactus-get-in-touch-section .get-in-touch-form textarea { height: 165px !important; }
.contactus-get-in-touch-section .get-in-touch-form .form-control::placeholder { color: #717171; }
.contactus-get-in-touch-section .get-in-touch-form .form-control:focus { color: #717171; }
.contactus-get-in-touch-section .get-in-touch-form .form-group label { font-size: 18px; line-height: 27px; margin-bottom: 7px; }
.contactus-get-in-touch-section .img-box img { width: 100%; }
.contactus-get-in-touch-section .col-md-4, .contactus-get-in-touch-section .col-md-8 { padding: 0 30px; }
.contactus-get-in-touch-section .row { margin: 0 -30px; }
.contactus-get-in-touch-section .title-box { margin-bottom: 80px; }
.contactus-get-in-touch-section .title-box p { width: 80%; margin: 0 auto; }
.contactus-get-in-touch-section .get-in-touch-form .submit-btn { margin-top: 30px; padding-left: 15px; }
.contactus-info-section { background-color: #023047; padding: 30px 96px; }
.contactus-info-section .contactus-data li { width: 13%; display: inline-block; margin-left: -5px; margin-right: 80px; position: relative; }
.contactus-info-section .contactus-data li:first-of-type, .contactus-info-section .contactus-data li:last-of-type { width: 20%; }
.contactus-info-section .contactus-data li:last-of-type { margin-right: 0; }
.contactus-info-section .contactus-data li img { border: 1.5px solid #FFFFFF; border-radius: 50px; padding: 10px; display: inline-block; vertical-align: top; position: absolute; left: 0; top: 0; }
.contactus-info-section .contactus-data li .contact-info { width: auto; display: inline-block; vertical-align: top; padding-left: 57px; }
.contactus-info-section .contactus-data li .contact-info h6 { color: #ffffff; font-size: 18px; font-weight: 400; margin-bottom: 6px; }
.contactus-info-section .contactus-data li .contact-info p, .contactus-info-section .contactus-data li .contact-info a { font-size: 18px; color: #ffffff; font-weight: 500; transition: 0.5s; }
.contactus-info-section .contactus-data li .contact-info a:hover { color: #FFC425; }
header .main-header .right-box .menu-box { display: none; }
header .main-header .right-box input { width: 220px; height: 50px; }
header .main-header .right-box .form-group .fa.fa-search { top: 18px; }
header .main-header .center-nav-box .dropdown-menu { border-radius: 0; top: 88px !important; left: 0 !important; padding: 0; right: auto !important; transform: none !important; float: none !important; }
header .main-header .center-nav-box .dropdown { cursor: pointer; transition: 0.5s; position: relative; }
header .main-header .center-nav-box .dropdown-menu a { display: block !important; padding: 10px 15px !important; color: #242424 !important; font-size: 17px !important; }
header .main-header .center-nav-box .dropdown-menu .dropdown-menu a { font-size: 15px; }
header .main-header .center-nav-box .dropdown-menu a:hover { background-color: transparent; color: #0076C0 !important; }
header .main-header .center-nav-box .dropdown-menu a:hover span { color: #00acef; }
header .main-header .dropdown button { transition: 0.5s; }
header .main-header .dropdown span { color: #1A1A1A; display: inline-block; vertical-align: middle; transition: 0.5s; font-size: 18px; }
header .main-header .center-nav-box .sub-menu-open .dropdown-menu { display: block; }
header .main-header .center-nav-box .dropdown.show .dropdown-menu.show { display: none; }
.media-menu-open .media-first-dropdown { display: block; }
header .main-header .center-nav-box .dropdown.show .media-first-dropdown.show { display: none; }
header .main-header .dropdown a .down-arrow.hover-arrow { margin-left: 10px; position: relative !important; transform: none !important; padding-left: 0; }
header .main-header .dropdown .down-arrow.mobile-view-arrow { display: none; }
header .main-header li.dropdown ul.dropdown-menu li.dropdown:hover > a { background-color: transparent; color: #0076C0 !important; }
header .main-header li.dropdown { position: relative; }
header .main-header ul.dropdown-menu { padding-top: 0; margin-top: 0; width: 100%; position: absolute; background-color: #fff !important; }
header .main-header ul.dropdown-menu li { display: block !important; white-space: nowrap; padding: 0 !important; }
header .main-header ul.dropdown-menu li a { color: #333 !important; display: block !important; }
header .main-header ul.dropdown-menu ul.dropdown-menu { left: 100% !important; top: 0 !important; }
header .main-header ul.dropdown-menu { display: none; background-color: #FAFAFA !important; }
header .main-header li.dropdown .down-arrow { transition: 0.5s; color: #1A1A1A; position: absolute; width: 20px; text-align: center; cursor: pointer; top: 50%; transform: translateY(-50%); right: 0; font-size: 20px; }
header .main-header li.dropdown .dropdown-menu .down-arrow { position: absolute; right: 20px; top: 20px; transform: translateY(-50%); color: #333; font-size: 20px; }
header .main-header li.dropdown:focus-visible { outline: none; }
header .main-header .dropdown-menu.first-dropdown { width: 310px !important; min-width: unset; }
header .main-header .center-nav-box li.dropdown:hover ul.dropdown-menu.first-dropdown { display: block; }
header .main-header .center-nav-box li.dropdown ul.dropdown-menu.first-dropdown li.dropdown:hover ul.dropdown-menu.second-menu { display: block; }
header .main-header .center-nav-box li.dropdown:hover ul.dropdown-menu.media-first-dropdown { display: block; }
header .main-header li.dropdown ul.dropdown-menu.media-first-dropdown { width: auto; min-width: none; }
header .main-header .center-nav-box ul.dropdown-menu.first-dropdown li img { margin-right: 20px; }
header .main-header .center-nav-box ul.dropdown-menu.first-dropdown span { display: none; }
.center-nav-box li.dropdown ul.dropdown-menu.second-menu li { padding-left: 12px; position: relative; }
.center-nav-box li.dropdown ul.dropdown-menu.second-menu li:before { content: ""; width: 8px; height: 8px; background-color: #0076C0; position: absolute; left: 25px; top: 15px; display: inline-block; border-radius: 50px; }
.center-nav-box li.dropdown ul.dropdown-menu.second-menu li a { padding: 7px 50px !important; font-size: 16px !important; }
header .main-header .center-nav-box li.dropdown li a::before { display: none; }
.product-inner-content-section .product-inner-content-popup-box .form-control { border: none; border-radius: 0px; background-color: #F3F3F3; box-shadow: none; margin-bottom: 20px; font-size: 14px; padding: 10px 20px; height: 45px; }
.product-inner-content-section .product-inner-content-popup-box .form-control::placeholder { color: #717171; }
.product-inner-content-section .product-inner-content-popup-box .form-control:focus { color: #717171; }
.product-inner-content-section .product-inner-content-popup-box .form-group label { font-size: 16px; line-height: 27px; margin-bottom: 7px; }
.product-inner-content-section .product-inner-content-popup-box .modal-content .model-header { border-bottom: 1px solid #e9ecef; padding: 10px 20px; }
.product-inner-content-section .product-inner-content-popup-box .modal-content .model-header .model-title { font-size: 24px; color: #1A1A1A; font-weight: 500; }
.product-inner-content-section .product-inner-content-popup-box .modal-content .model-header .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; }
.product-inner-content-section .product-inner-content-popup-box .modal-dialog { max-width: 65%; top: 50%; transform: translateY(-50%); }
.product-inner-content-section .product-inner-content-popup-box .submit-btn { display: block; width: 100%; margin-left: 15px; }
.product-inner-content-section .product-inner-content-popup-box .submit-btn .common-btn { text-transform: capitalize; }
.main-product-section .h-box .h-product-box .common-list a { color: #fff; }
.main-product-section .h-box .h-product-box .common-list a:hover { color: #FFC425 }
.mfp-gallery .mfp-image-holder .mfp-figure { width: 600px !important; }
img.mfp-img { width: 100% !important; }
.banner-section .banner-text { width: 88%; margin: 0 auto; }
.loader-box { margin: 0 auto; text-align: center; }
.loader-box { position: fixed; left: 0; right: 0; width: 100%; z-index: 9999999; opacity: 1; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); height: 100%; }
.goggles-product-section .col-md-3 { margin-bottom: 30px; }
.privacy-section .privacy-content-box h3 { font-size: 32px; color: #023047; font-weight: 600; line-height: 35px; margin-bottom: 20px; }
.privacy-section .privacy-content-box p { font-size: 18px; line-height: 35px; font-weight: 400; color: #333333; margin-bottom: 10px; }
.privacy-section .privacy-content-box p a { color: #0076C0; transition: 0.5s; }
.privacy-section .privacy-content-box p a:hover { color: #FFC425; }
.privacy-section .privacy-content-box ul li { font-size: 18px; font-weight: 400; color: #484848; margin-bottom: 15px; }
.privacy-section .privacy-content-box { margin-bottom: 30px; }
.terms-of-use-section .terms-of-use-content-box h3 { font-size: 32px; color: #023047; font-weight: 600; line-height: 35px; margin-bottom: 20px; }
.terms-of-use-section .terms-of-use-content-box p { font-size: 18px; line-height: 35px; font-weight: 400; color: #333333; margin-bottom: 10px; }
.terms-of-use-section .terms-of-use-content-box { margin-bottom: 30px; }
header .main-header .dropdown .btn { padding-right: 0; }
.certification-section .title-box h2 { margin-bottom: 0; }
.our-products-section .title-box h2 { margin-bottom: 0; }
.news-section .title-box h2 { margin-bottom: 0; }
.industry-section .title-box h2 { margin-bottom: 0; }
.certification-section .title-box { margin-bottom: 40px; }
.news-section .title-box { margin-bottom: 40px; }
.industry-section .title-box { margin-bottom: 40px; }
.clients-logo-section img { width: auto !important; }
.media-center-section ul.resp-tabs-list li { width: 33%; display: inline-block; vertical-align: top; margin-left: -6px; background-color: #ffffff !important; }
.media-center-section ul.resp-tabs-list li:first-child { margin-left: 0; }
.media-center-section ul.resp-tabs-list li.resp-tab-active { border: none !important; padding: 13px 15px !important; }
.media-center-section .resp-tabs-container { border: none !important; }
.media-center-section .resp-tab-content { border: none !important; padding: 0 !important; }
.inner-about-us-section .right-con-box .about-content { overflow-x: hidden; overflow-y: scroll; height: 393px; padding-right: 25px; }
.inner-about-us-section .right-con-box .about-content::-webkit-scrollbar { width: 10px; }
.inner-about-us-section .right-con-box .about-content::-webkit-scrollbar-track { background: #f1f1f1; }
.inner-about-us-section .right-con-box .about-content::-webkit-scrollbar-thumb { background: #77caff; }
.inner-about-us-section .right-con-box .about-content::-webkit-scrollbar-thumb:hover { background: #555; }
.media-center-section ul.resp-tabs-list li.resp-tab-active span { -webkit-text-stroke: 2px #FFC425; -webkit-text-fill-color: #FFC425; }
.media-center-section ul.resp-tabs-list li.resp-tab-active h2 { color: #0076C0; }
.product-inner-tabs-section .resp-tabs-container { min-height: 200px; }
.recent-blog-section { background-color: #FAFAFA; margin-bottom: 100px; }
.paged-2 .blog-section .common-cont-box .blog-title { height: 305px; }
.paged-2 .blog-section .common-img-box img { height: 467px; }
.paged-2 .blog-section .col-md-4:nth-last-child(1) .common-img-box, .paged-2 .blog-section .col-md-4:nth-last-child(2) .common-img-box { margin-bottom: 166px; }
.top-header .right-box .down-arrow.mobile-view-arrow { display: none; }
header .top-header .right-box .dropdown-menu { min-width: 110px; }
.product-inner-content-section .product-inner-content-popup-box .modal-body h2 { font-size: 18px; margin-bottom: 15px; margin-top: 15px; color: #023047; }
.product-inner-content-section .product-inner-content-popup-box .modal-body img:first-child { margin-right: 30px; }
.modal-open .back-to-top { display: none; }
.main-product-section .h-box .h-product-box ul.common-list li::before { top: 15px; }
.about-us-slider-section .slide.slide-5 p { font-size: 20px; height: 327px; transition: 0.5s; }
.about-us-slider-section .slide.slide-1 p { height: 303px; }
.about-us-slider-section .custom-container { padding: 0; width: 76%; margin: 0 auto; position: relative; }
.about-us-slider-section .slide.slide-5 h4 { font-size: 35px; transition: 0.5s; }
.head-protection-products-section .head-protection-box .img-box .overly-img img { width: 110px; }
.inner-about-us-section .right-con-box .about-content { scrollbar-width: thin; }
.inner-about-us-section .right-con-box .about-content { scrollbar-color: #0076C0 #EAE8E8; scrollbar-width: thin; }
.certification-section ul { text-align: center; }
.sustainability-section .sustain-container-bottom { margin-top: 50px; }
.sustainability-section .sustain-container-bottom .left-box { width: 50%; }
.sustainability-section .sustain-container-bottom .right-box { width: 50%; }
.sustainability-section .sustain-container-bottom p { margin-bottom: 15px; }
.sustainability-section .sustain-container-bottom p:last-of-type { margin-bottom: 0; }
.head-office-point { background: #0076C0 !important; border: 2px solid #0076C0 !important; }
.manufacturing-point { background: #FFC425 !important; border: 2px solid #FFC425 !important; }
.distribution-point { background: #EA8112 !important; border: 2px solid #EA8112 !important; }
.office-point { background: #66A40B !important; border: 2px solid #66A40B !important; }
.map-img-box { position: relative; height: 450px; background-image: url('../Contact Us â€“ Ronco_files/world-map-img.png'); background-size: 960px; background-repeat: no-repeat; background-position: 0 120px; }
.map-img-box img { display: none; }
.our-office-section { background: #FAFAFA url('../images/our-office-bg-img.png'); background-repeat: no-repeat; background-size: cover; background-position: center; }
.our-office-section .title-box p { width: 55%; margin: 0 auto; }
.our-office-section .title-box { margin-bottom: 60px; }
.our-office-section .right-box .our-office-box { background-color: #ffffff; box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12); padding: 20px; display: none; height: 550px; }
.our-office-section .right-box .our-office-box:first-child { display: block; }
.our-office-section .right-box .our-office-box img { margin-bottom: 20px; }
.our-office-section img { width: 100%; }
.our-office-section .left-box { display: inline-block; vertical-align: top; position: relative; background-image: url('./Contact Us â€“ Ronco_files/world-map-img.png'); width: 880px; }
.our-office-section .right-box { display: inline-block; vertical-align: top; width: 550px; margin-left: -5px; padding-left: 40px; float: right; }
.our-office-section .left-box .flag img { width: 60px; }
.our-office-section .left-box .flag { position: absolute; }
.our-office-section .left-box .flag.romania { top: 225px; right: 370px; background: #FFC425; border: 2px solid #FFC425; }
.our-office-section .right-box .our-office-box .contact-info li { position: relative; margin-bottom: 10px; }
.our-office-section .right-box .our-office-box .contact-info li i { position: absolute; left: 0; top: 3px; color: #333333; font-size: 22px; }
.our-office-section .right-box .our-office-box .contact-info li span { padding-left: 35px; display: inline-block; }
.our-office-section .right-box .our-office-box .contact-info li span p, .our-office-section .right-box .our-office-box .contact-info li span a { color: #333333; line-height: 27px; font-weight: 500; font-size: 18px; transition: 0.5s; }
.our-office-section .right-box .our-office-box .contact-info li span a:hover { color: #FFC425; }
.our-office-section .right-box .our-office-box .contact-info h4 { font-size: 32px; color: #333333; font-weight: 600; margin-bottom: 15px; }
.our-office-section .right-box .our-office-box h4 { margin-bottom: 10px; }
.our-office-section .right-box .our-office-box h4 span { font-size: 17px; }
.our-office-section .left-box .flag img { display: none; }
.our-office-section .left-box .flag { color: white; font-weight: bold; background-color: #0076C0; display: block; border: 2px solid #0076C0; height: 15px; width: 15px; border-radius: 100%; cursor: pointer; animation: fadein .5s; animation: pulse 1.5s infinite; }
.our-office-section .left-box .flag.canada, .our-office-section .left-box .flag.canada-1 { background-color: #eeeeee; border: 2px solid #eeeeee; animation: pulsecanada 1.5s infinite; }
.our-office-section .flag-indicator-box li { position: relative; padding-left: 20px; margin-bottom: 10px; }
.our-office-section .flag-indicator-box li span { background-color: #0076C0; display: block; border: 2px solid #0076C0; height: 12px; width: 12px; border-radius: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.our-office-section .flag-indicator-box li.north-america-box span { background: #0076C0 !important; border: 2px solid #0076C0 !important; }
.our-office-section .flag-indicator-box li.europe-box span { background: #FFC425; border: 2px solid #FFC425; }
.our-office-section .flag-indicator-box li.asia-box span { background: #66A40B; border: 2px solid #66A40B; }
.our-office-section .flag-indicator-box li.distribution-box span { background: #EA8112 !important; border: 2px solid #EA8112 !important; }
.our-office-section .left-box .north-america.flag { background: #EA8112; border: 2px solid #EA8112; }
.our-office-section .left-box .malaysia.flag { bottom: 50px; right: 127px; }
@keyframes pulsecanada {
	from { box-shadow: 0 0 0 0px #777777; }
	to { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
}
@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeout {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes pulse {
	from { box-shadow: 0 0 0 0px #777777; }
	to { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
}
@keyframes pulses {
	from { box-shadow: 0 0 0 0px #777777; }
	to { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
}
.our-office-section .left-box .all-office { width: 15px; height: 15px; display: block; position: absolute; left: 145px; top: 225px; background-color: #66A40B; padding: 0; border: solid 1px #333; border-radius: 50%; cursor: pointer; animation: pulse 1.5s infinite; }
.our-office-section .left-box .all-office .office-address { display: none; position: relative; }
.our-office-section .left-box .all-office:hover .office-address { display: block; background: #fff; width: 200px; padding: 10px 15px; box-shadow: 0 0 10px #afabab; z-index: 1; }
.our-office-section .left-box .all-office .flag { animation: none; display: block; position: relative; font-size: 13px; background-color: transparent !important; border: none !important; color: #333; margin-bottom: 5px; }
.our-office-section .left-box .all-office .small { width: auto; font-size: 13px; line-height: normal; font-weight: 600; }
.our-office-section .left-box .all-office .flag:hover { color: #EA8112; }
.circle { width: 10px; height: 10px; display: inline-block; margin-right: 10px; background-color: #0076C0; border-radius: 50%; }
.our-office-section .left-box .all-office.usa-office { top: 275px; left: 130px; }
.our-office-section .left-box .all-office.china-office { left: auto; right: 135px; top: 255px; }
.our-office-section .left-box .all-office.bangladesh-office { left: auto; right: 155px; top: 300px; }
.our-office-section .left-box .all-office.malaysia-office { bottom: 50px; right: 127px; left: auto; top: auto; }
.our-office-section .left-box .all-office.romania-office { top: 225px; right: 370px; bottom: auto; left: auto; }
.our-office-section .Office-location-map-address { width: 1440px; margin: 0 auto; }

/*certification-page*/
.certifications-main-section .title-box p { width: 90%; margin: 0 auto; }
.certifications-main-section .title-box { margin-bottom: 0px !important; }
.certifications-main-section .left-box { width: 50%; display: inline-block; vertical-align: middle; }
.certifications-main-section .right-box { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; }
.certified-section h4 { margin-bottom: 20px; font-size: 24px; }
.certified-section p { margin-bottom: 15px; }
.certified-section .common-list li { margin-bottom: 20px; font-size: 18px; }
.certified-section .left-box { width: 50%; display: inline-block; vertical-align: middle; padding-right: 20px; }
.certified-section .right-box { width: 50%; display: inline-block; vertical-align: middle; margin-left: -5px; padding-left: 20px; }
.certified-section .right-box img { margin-left: auto; display: block; max-width: 100%; }

/*Proudly-certified section*/
.proudly-certified-section { background-color: #FAFAFA; }
.proudly-certified-section .title-box { margin-bottom: 40px; }
.proudly-certified-section .proudly-certified-box { box-shadow: 0 0 15px rgb(15 15 15 / 23%); padding: 30px; background-color: #ffffff; height: 100%; }
.proudly-certified-section .proudly-certified-box .img-box { height: 88px; margin-bottom: 30px; }
.proudly-certified-section .proudly-certified-box .con-box h5 { font-size: 24px; font-weight: 500; margin-bottom: 20px; height: 53px; }
.proudly-certified-section h4 { margin-bottom: 30px; font-size: 24px; }
.sustainability-section .sustain-container-bottom p a { color: #484848; text-decoration: underline; font-weight: 600; }
.sustainability-section .sustain-container-bottom p a:hover { color: #0076C0; }
footer .main-footer .common-list { margin-bottom: 20px; }
footer .main-footer .common-list li:before { background-color: #ffffff; }
footer .main-footer .common-list li { margin-bottom: 12px; font-size: 18px; }
footer .main-footer .list-box { padding-left: 30px; }
footer .main-footer .col-md-3:first-child { flex: 0 0 30%; max-width: 30%; }
footer .main-footer .col-md-3:nth-child(2) { flex: 0 0 18%; max-width: 18%; }
footer .main-footer .col-md-3:nth-child(3) { flex: 0 0 18%; max-width: 18%; }
footer .main-footer .col-md-3:nth-child(4) { flex: 0 0 34%; max-width: 34%; }
.proudly-certified-section .title-box h2 { margin-bottom: 0; }
.media-center-section .owl-item.current .media-center-box span { -webkit-text-stroke: 2px #FFC425; -webkit-text-fill-color: #FFC425; }
.media-center-section .owl-item .media-center-box span { -webkit-text-stroke: 2px #3333338f; -webkit-text-fill-color: transparent; }
.media-center-section .owl-item.current .media-center-box h2 { color: #0076C0; }
.media-center-section .owl-item .media-center-box h2 { color: #023047; }
.media-center-section .owl-carousel .owl-nav button { border: none; background-color: #023047; margin: 0 8px; color: #ffffff; border-radius: unset; padding: 14px 18px !important; position: absolute; top: 40%; transform: translateY(-50%); }
.media-center-section .owl-carousel .owl-nav button i { font-size: 25px; color: #ffffff; }
.media-center-section .owl-carousel .owl-nav button.owl-prev { left: -100px; }
.media-center-section .owl-carousel .owl-nav button.owl-next { right: -100px; }
.media-center-section.media-tabs-section { display: none; }
header .main-header .right-box .lang-box .dropdown-menu { min-width: 234px; padding: 0; left: -50px !important; }
header .main-header .right-box .lang-box .dropdown-menu a { padding: 5px 12px; }
header .top-header .right-box .dropdown-menu { padding: 0; }
.news-section .row { margin: 0; }
.career-work-section .career-content-box .left-box p:last-of-type { margin-bottom: 0; }
.product-list-section .title-box h2 { margin-bottom: 0; }
.product-list-section .col-md-3 { margin-bottom: 30px; }
.product-inner-tabs-section.common-section { padding-bottom: 0 !important; }
.postid-1375 .tg td:nth-last-child(1) { display: none; }
.product-inner-tabs-section .product-datatable p { margin-bottom: 15px; padding: 10px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #FAFAFA; }
.product-inner-tabs-section .product-datatable p:last-child { margin-bottom: 0; }
.product-inner-tabs-section .product-datatable p a { position: relative; color: #023047; padding-left: 40px; font-size: 24px; }
.product-inner-tabs-section .product-datatable p a:before { content: ''; height: 8px; width: 8px; background-color: #023047; position: absolute; top: 50%; transform: translateY(-50%); left: 20px; border-radius: 50%; }
.product-inner-content-section .right-box h6 { display: none; }
.image-list-box li { display: inline-block; vertical-align: middle; margin-right: 15px; }
.image-list-box { margin-bottom: 25px; }
.image-list-box li:last-of-type { margin-right: 0; }
.about-us-slider-section .slider-box p img { width: 140px; height: auto; margin-top: 15px; display: block; }

/* 02-11-2022 */
header .top-header .left-box .con-box, header .top-header .left-box .icon-box { vertical-align: middle; }
#banner-slider.owl-carousel .owl-nav button.owl-next:hover, #banner-slider.owl-carousel .owl-nav button.owl-prev:hover { background-color: #FFC425; }
.about-us-section p { margin-bottom: 50px; }
.news-section img { height: 100%; }
.news-section .img-box { height: 100%; }
.clients-logo-section img { margin: 0 auto; }
footer .bottom-footer .right-box .footer-list li span { margin: 0 15px; }
.sustainability-section .sustain-container-bottom .right-box { padding-left: 50px; }
.sustainability-section img.big-globe { z-index: 0; }
.our-office-section.common-section { display: table; margin: 0 auto; width: 100%; }

/* menu-french */
header.fr-CA .main-header .center-nav-box a { padding: 30px 10px; }
header.fr-CA .main-header .center-nav-box { width: 66%; }
header.fr-CA .main-header .right-box { width: 18%; }
.french-language .head-protection-products-section .head-protection-box p { height: 105px; }
.product-inner-content-section .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .product-inner-content-section .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { font-size: 22px; }
.product-inner-content-section .swiper-button-next, .product-inner-content-section .swiper-button-prev { background: #fff; display: block; padding: 5px; text-align: center; width: 40px; box-shadow: 0 0 10px #e3e3e3; }
.related-product-section .related-product-box { display: flex; }
.search-results .title-box { margin-top: 50px; }
.search-no-results .product-list-section { margin: 50px; }
.common-inner-banner-section .inner-banner-box .left-box { width: 40%; }
.common-inner-banner-section .inner-banner-box .right-box { width: 60%; }
.form-notes { text-align: right; }
.form-notes p { font-size: 14px; }
.postid-1345 .product-inner-content-section .right-box .outline-btn, .postid-4491 .product-inner-content-section .right-box .outline-btn { margin-top: 30px; }
.banner-section .modal-dialog { max-width: 60%; }
.banner-section .modal-body { padding: 0; }
.banner-section .modal-dialog .close { font-size: 20px; font-weight: 400; color: #fff; opacity: 1; height: 30px; width: 30px; background-color: #0076C0; border-radius: 50%; padding: 5px 8px; text-shadow: none; position: absolute; right: -12px; top: -10px; z-index: 1; }
.banner-section .modal-dialog iframe { width: 100%; height: 50vh; }
iframe body { line-height: 0; }
#video { background-color: #000; }
.popup-box #video3 { position: absolute; top: 50%; transform: translateY(-50%); }
.french-language .value-chain-section .value-chain-container .col-md-6 .img-box .inner-img { height: 919px; }
.french-language .value-chain-section .value-chain-container .col-md-6 .con-box .inner { height: 919px; }
.french-language .career-work-section .career-content-box .left-box p a { cursor: pointer; }
.media-center-section .media-center-video .video-container { position: relative; }
.youtube-button { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; text-align: center; transform: translateY(-50%); }
.youtube-button i { color: red; font-size: 45px; }
.media-centre-popup #video3 { position: fixed !important; transform: translateY(0) !important; }
.media-centre-popup #video1, .media-centre-popup #video2, .media-centre-popup #video3 { top: 18%; }
.media-centre-popup  .modal-dialog { max-width: 50%; }
.media-centre-popup  iframe { height: 450px; }
.media-centre-popup .modal-dialog .close { font-size: 20px; font-weight: 400; color: #fff; opacity: 1; height: 30px; width: 30px; background-color: #0076C0; border-radius: 50%; padding: 5px 8px; text-shadow: none; position: absolute; right: -12px; top: -10px; z-index: 1; cursor: pointer; }
.page-id-4110 .clients-logo-section { display: none; }
.media-centre-popup .modal-body, .banner-section .modal-body { padding: 0 !important; }
.ytp-pause-overlay { display: none !important; }
.ytp-expand-pause-overlay .ytp-pause-overlay { display: none !important; }
.vp-center.showfocus #player { max-width: 100% !important; }

/* 15-Mar-2023 */
.about-us-slider-section .buttons-container .arrow.left { right: 70px; left: auto; }
.about-us-slider-section .buttons-container .arrow.right { left: 70px; right: auto; }
.catalouges-list-section .slider-item-box { padding: 20px; background-color: #ffffff; box-shadow: 1px 1px 9px 0px #888888; }
.catalouges-list-section .slider-item-box > img { margin-bottom: 20px; width: 100%; }
.catalouges-list-section .slider-item-box .slider-title { width: 85%; display: inline-block; vertical-align: middle; }
.catalouges-list-section .slider-item-box .slider-btn { display: inline-block; width: 15%; vertical-align: middle; margin-left: -5px; }
.catalouges-list-section .title-box { margin-bottom: 60px; }
.catalouges-list-section .title-box p { width: 60%; margin: 0 auto; }
.catalouges-list-section .slider-item-box .slider-btn a { background-color: #EDEDED; padding: 10px; display: inline-block; }
.catalouges-list-section .slider-item-box .slider-btn .white-btn { display: none; }
.catalouges-list-section .slider-item-box .slider-btn a:hover { background-color: #FFC425; }
.catalouges-list-section .slider-item-box .slider-btn a:hover .gray-btn { display: none; }
.catalouges-list-section .slider-item-box .slider-btn a:hover .white-btn { display: block; }
.catalouges-list-section .col-md-3 { padding-bottom: 30px; }
.about-us-section { height: auto !important; margin-bottom: 0 !important; padding: 100px 0; }
.banner-section .banner-text { top: auto; bottom: 100px; }
.grecaptcha-badge { right: auto !important; left: 0; width: 70px !important; z-index: 999; -webkit-transition: width 0.5s ease-in-out !important; -moz-transition: width 0.5s ease-in-out !important; -o-transition: width 0.5s ease-in-out !important; transition: width 0.5s ease-in-out !important; }
.grecaptcha-badge:hover { width: 256px !important; }
.product-inner-content-section .right-box ul li { width: 49%; display: inline-block; vertical-align: top; margin-bottom: 15px; position: relative; padding-left: 15px; }
.product-inner-content-section .right-box ul li::before { content: ''; display: inline-block; height: 6px; width: 6px; background-color: #0076C0; position: absolute; top: 11px; transform: none; left: 0; border-radius: 50%; }
.image-list-box li { width: auto !important; padding-left: 0 !important; margin-bottom: 0 !important; }
.image-list-box li::before { display: none !important; }
.application-data p { width: 48%; display: inline-block; margin-right: 15px; border-radius: 4px; }
h4.notfound { padding: 80px; }
.mobile-banner { display: none !important; }
.search-results .common-section { padding-bottom: 0; }
.search-results .title-box { margin-top: 0 !important; }
.search-results  .clients-logo-section { padding-top: 100px; }

/*  */
.search .common-list li h6 { color: #023047; font-weight: 400; font-size: 20px; padding-left: 15px; }
.search ul.common-list li::before { content: ''; display: inline-block; height: 6px; width: 6px; background-color: #023047; position: absolute; top: 24px; transform: none; left: -4px; border-radius: 50%; margin: 0 20px; }
.search ul.common-list li { background: #FAFAFA; padding: 15px; display: block; border-radius: 10px; margin-bottom: 20px; transition: all .5s ease-in-out; }
.search ul.common-list li:hover { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.product-inner-tabs-section .resp-tabs-list li { background-color: #0076c0 !important; color: #fff; border-radius: 8px 8px 0 0; }
.product-inner-tabs-section .resp-tabs-list li.resp-tab-active { background-color: #fff !important; }
.title-box .search-count { background-color: #0076c0; color: #fff; text-align: left; padding: 10px; border-radius: 4px; margin-top: 20px; }
.home-video-popup { height: 750px !important; }
.home-video-popup html { overflow: hidden !important; }
header .top-header .right-box .lang-box { display: flex; justify-content: right; gap: 30px; align-items: center; }
#subscribemodal .modal-dialog { max-width: 600px; margin: 0 auto; padding: 0px; }
#subscribemodal .row { padding: 25px; }
#subscribemodal .submit-btn { padding: 0 25px; width: 100%; margin: 0 auto; text-align: center; }
#subscribemodal .modal-header { background-color: #023047; }
#subscribemodal .modal-title.w-100.font-weight-bold { color: #fff; }
#subscribemodal .close { color: #fff; }
#subscribemodal .submit-btn .common-btn { padding: 10px 25px; }
#subscribemodal .submit-btn { padding-left: 90px !important; }
header .mobile-newsletter { display: none; }
a.desktop-newsletter { border: 2px solid; padding: 10px; border-radius: 6px; cursor: pointer; }
a.desktop-newsletter:hover { text-decoration: none; background: #fff; border-color: #fff; color: #0376b8 !important; transition: 0.3s all ease-in; }
a.desktop-newsletter { border: 2px solid #0775b9; padding: 10px; border-radius: 6px; cursor: pointer; background: #0076bf; color: #ffffff !important; transition: 0.3s all ease-in; }
.dropdown.dropdown-mobile {display:none;}


.click-info-btn{background-color: transparent;border: 2px solid #26e726;color: #26e726;}
.click-info-btn:hover{border: 2px solid #26e726;background-color: #26e726;color: #fff;transition: .3s all ease-in;}


.industry-section .catalogue_page span {background-color: #ffc425;position: absolute;bottom: 40px;left: 0;height: 80px;width: 10px;display: inline-block;}
.industry-section .catalogue_page .boximg {border-left: none !important;border-right: none !important;}
figure.box__image.catalogue_page {margin-right: 25px !important;}
.industry-section .catalogue_page .img__text12 {font-size: 24px;font-weight: 500;color: #fff;position: absolute;bottom: 65px;left: 30px;}
.main-product-section .our-product-box {margin: 0 0 40px}


.main-product-section .our-product-box {margin: 0 0 40px;}

@media only screen and (min-width: 640px) and (max-width: 767px) {
.product-inner-content-section .right-box ul li:before{position: relative; top: -1px; margin-right: 10px;}
.custom-container .resp-tabs-container .resp-tab-content .product-datatable p{padding-left: 20px}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
.product-inner-content-section .right-box ul li:before{position: relative; top: -1px; margin-right: 10px;}
.custom-container .resp-tabs-container .resp-tab-content .product-datatable p{padding-left: 20px}
}  

@media only screen and (min-width: 320px) and (max-width: 479px) {
.product-inner-content-section .right-box ul li:before{position: relative; top: -1px; margin-right: 10px;}
.custom-container .resp-tabs-container .resp-tab-content .product-datatable p{padding-left: 20px}