.fixed_btn_1,
a {
    text-decoration: none
}
a:hover {
    color: unset;
}
.accordion-button:hover {
    z-index: 1;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul.point_benefit {
    margin: 0;
    padding: 0
}

.error-message,
.error-messages {
    color: red
}

.dropdown button,
.menu-item a {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.dropdown button,
.nav-item .nav-link {
    font-weight: 600 !important
}

.banner-head,
.dropdown button,
.menu-item a {
    font-style: normal;
    line-height: normal
}

* {
    box-sizing: border-box;
}

:root {
    --bs-border: #ddd;
    --bs-white: #fff;
    --light-blue: #009ee3;
    --black: #000;
    --bs-arrow: #777;
    --head-blue: #17367f
}

body {
    font-size: 18px;
    font-family: Muli
}

ul {
    list-style: none
}

.form-group,
.image-container,
.mapouter,
.sub-dropdown-parent,
.video-main,
/*footer a*/
{
    position: relative
}

.mySlides,
.product-head-mobile,
.sub-dropdown-parent:hover>.sub-dropdown-menu {
    display: none
}

.sub-dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #00000026;
    border-radius: .25rem
}

.img-content a,
.inner-head,
.video {
    text-align: center
}

.blog .theme-btn span i {
    color: var(--bs-white);
    background-color: var(--light-blue);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    line-height: 1.5
}

.theme-btn a.btn-add,
.theme-btn button.btn-add {
    width: 180px;
    height: 50px;
    color: #5d5d5a;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff
}

.theme-btn a.btn-add:before,
.theme-btn button.btn-add:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--light-blue);
    transition: .3s .2s;
    left: 0;
    top: 0
}

.theme-btn a.btn-add:after,
.theme-btn button.btn-add:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--light-blue);
    transition: .3s;
    right: 0;
    bottom: 0
}

.theme-btn a.btn-add p,
.theme-btn button.btn-add p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 13px;
    top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700
}

.theme-btn a.btn-add p:before,
.theme-btn button.btn-add p:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 0;
    background-color: var(--light-blue);
    transition: .3s .4s;
    right: 13px;
    top: 0
}

.theme-btn a.btn-add p:after,
.theme-btn button.btn-add p:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 0;
    background-color: var(--light-blue);
    transition: .3s;
    left: -13px;
    bottom: 0
}

.menu-item a:hover,
.theme-btn a.btn-add:hover,
.theme-btn button.btn-add:hover,
.video-slider .slick-dots li.slick-active button:before {
    color: var(--light-blue)
}

.flato-img img,
.theme-btn a.btn-add:hover:after,
.theme-btn a.btn-add:hover:before,
.theme-btn button.btn-add:hover:after,
.theme-btn button.btn-add:hover:before {
    width: 100%
}

.theme-btn a.btn-add:hover p,
.theme-btn button.btn-add:hover p {
    z-index: 1
}

.theme-btn a.btn-add:hover p:after,
.theme-btn a.btn-add:hover p:before,
.theme-btn button.btn-add:hover p:after,
.theme-btn button.btn-add:hover p:before {
    height: 100%
}

.theme-btn a.btn-add:active,
.theme-btn button.btn-add:active {
    outline: 0;
    border: none
}

.theme-btn a.btn-add:focus,
.theme-btn button.btn-add:focus {
    outline: 0
}

a.nav-link.btn-add.dawnload-bnt {
    width: 250px
}

.menu-item {
    padding: 0 10px
}

.slick-next,
.slick-prev {
    bottom: 43px;
    padding: 20px 5px
}

.dropdown button {
    background: #fff;
    border: 0;
    padding: 10px
}

.banner-slider a:hover,
.submit-button,
.submit-button:hover,
.theme-btn span i,
.view-btn a {
    background-color: var(--light-blue)
}

.my img {
    height: 532px
}

.banner-content {
    padding-left: 30px
}

.form-select:focus,
.navbar-toggler:focus {
    box-shadow: unset
}

.banner-head {
    color: #fff;
    font-size: 80px;
    font-weight: 700
}

.banner p {
    color: var(--bs-white);
    margin-bottom: 30px
}

.banner .banner-content {
    top: 0
}

.banner-slider .slick-next,
.banner-slider .slick-prev {
    background-color: transparent;
    border: none;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-next::before,
.slick-prev::before {
    font: 30px/1 FontAwesome !important;
    color: var(--bs-arrow);
    position: absolute
}

.img-border,
.img-content {
    display: flex;
    justify-content: center
}

.banner-slider a,
.video,
.video-main,
.wrapper {
    display: inline-block
}

.slick-prev {
    position: absolute;
    left: 37px;
    z-index: 1
}

.slick-next {
    position: absolute;
    left: 12%
}

.slick-prev::before {
    content: "\f104"
}

.slick-next::before {
    content: "\f105"
}

.banner-slider a {
    color: var(--bs-white);
    border-radius: 10px;
    border: 1px solid var(--bs-white);
    padding: 12px 17px
}

.expertise b,
.inner-head {
    color: var(--head-blue);
    font-weight: 700;
    font-style: normal
}

.banner-slider a:hover {
    border: 1px solid var(--light-blue)
}

.banner-slider .slick-dots,
.cust_slid .slick-dots {
    position: absolute;
    border: 0;
    display: flex;
    bottom: 40px;
    left: 30px;
    width: fit-content
}

.banner-slider .slick-dots li button,
.brand-slider .slick-dots li button,
.cust_slid .slick-dots li button,
.trust .slick-dots li button {
    border: 0;
    border-radius: 50%;
    font-size: 0;
    padding: 4px;
    margin: 0 8px;
    background-color: var(--bs-arrow);
    width: 14px;
    height: 14px
}

.banner-slider .slick-dots .slick-active button,
.brand-slider .slick-dots .slick-active button,
.cust_slid .slick-dots .slick-active button,
.trust .slick-dots .slick-active button {
    padding: 6px;
    background-color: var(--light-blue)
}

.expertise {
    padding-bottom: 50px
}

.inner-head {
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 50px
}

.expertise b {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px
}

.expertise h2 {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px
}

.event-box h4,
/*footer h4,*/
/*footer h5*/
{
    line-height: 30px;
    text-transform: capitalize
}

.img-border {
    border: 1px dashed var(--light-blue);
    width: 90px;
    height: 90px;
    align-items: center;
    border-radius: 50%
}

.fancybox-content {
    width: 100% !important;
    min-height: 600px !important
}

.video,
.waves {
    border-radius: 100%
}

.blog-box img,
.blog-content img,
.green-world-content img,
.img-content,
.prod-mg img,
video {
    border-radius: 10px
}

.wrapper {
    position: absolute;
    top: 80px;
    left: 80px;
    transform: translate(-50%, -50%)
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fff;
    color: #000;
    z-index: 999
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0
    }

    50% {
        opacity: .9
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0
    }
}

.fa-play:before {
    content: "\f04b"
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(255 255 255);
    opacity: 0;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: 3s ease-in-out infinite waves;
    animation: 3s ease-in-out infinite waves
}

.event-box,
.inner-banner-about,
.inner-banner-certification,
.inner-banner-events {
    background-repeat: no-repeat;
    background-size: cover
    overflow:hidden;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.trust {
    position: relative;
    margin-bottom: -3%
}

.trust-slider-for {
    z-index: -11
}

.trust-slider-nav {
    z-index: 11;
    top: -50px
}

.img-content {
    width: 17%;
    align-items: center;
    flex-direction: column;
    background-color: var(--bs-white);
    padding: 10px;
    border: 1px solid #0000001f
}

.trust .slick-initialized .slick-slide {
    display: block;
    display: flex;
    justify-content: center
}

.brand-slider .slick-dots,
.trust .slick-dots {
    justify-content: center;
    position: relative;
    display: flex
}

.img-content b {
    color: var(--head-blue);
    color: #6a6a6a;
    font-weight: 600;
    font-size: 15px
}

.about-content b,
.event-box h4,
.green-world-content p,
/*footer h4,*/
/*footer h5 */
{
    font-weight: 700;
    font-style: normal
}

.trust .slick-dots {
    width: 20%;
    left: 39%;
    right: 23%;
    bottom: -8px
}

.brand-slider .slick-dots {
    width: 100%;
    left: -10px;
    right: 0;
    bottom: -20px;
    border: 0
}

.event-box {
    background-image: url(../images/event-bg.jpg);
    background-position: center;
    height: auto;
    padding: 37px 0;
    display: flex;
    justify-content: center
}

.event-box h4 {
    margin-bottom: 20px;
    color: #17367f;
    font-family: Muli;
    font-size: 24px
}

.copyright-bg a,
.view-btn a,
/*footer,*/
/*footer a,*/
/*footer a:hover*/
{
    color: var(--bs-white)
}

.event-box li {
    display: flex;
    align-items: center
}

.event-box p {
    margin: 0 0 0 15px
}

.blog-box .app-btn,
.blog-box b,
.blog-box img,
.blog-box p,
.form-group,
/*footer h4,*/
/*footer h5 */
{
    margin-bottom: 20px
}

.bdr-add {
    padding: 15px 0;
    border-bottom: 1px dashed;
    border-top: 1px dashed
}

.pad-type,
/*footer ul*/
{
    padding: 0
}

.view-btn a {
    border-radius: 50%;
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.pad-left {
    padding-left: 0 !important
}

.pad-right {
    padding-right: 0 !important
}

.blog,
.thankyou-section,
/*footer */
{
    padding: 100px 0
}

.brand-slider img {
    border: 1px solid var(--bs-border);
    border-radius: 10px;
    padding: 30px;
    height: 140px;
    object-fit: contain;
    width: 300px
}

.blog-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 426px
}

.lets-talk h3,
b.blog-head,
h3.blog-head {
    font-style: normal;
    letter-spacing: -1.44px;
    margin-bottom: 50px
}

.lets-talk ul li a {
    color: #666
}

/*footer {*/
/*    background-color: var(--head-blue)*/
/*}*/

/*footer ul {*/
/*    margin: 0*/
/*}*/

.expertise-icon,
.usa-banner .set-content p,
/*footer li*/
{
    margin-bottom: 15px
}

/*footer a:hover:after {*/
/*    width: calc(100% - 0px)*/
/*}*/

/*footer h4,*/
/*footer h5 {*/
/*    color: #fff;*/
/*    font-size: 25px*/
/*}*/

/*footer .social-icon a:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 10px;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    transition: .5s;*/
/*    background: 0 0*/
/*}*/

.inner-banner-about {
    background-image: url(../images/about-banner-bg.jpg);
    padding: 100px 0;
    margin-top:90px;
}
.contact-banner, .video_banner{margin-top:90px;overflow:hidden;}
.contact-head h1,
.inner-banner-about h1,
.inner-banner-about h2,
.inner-banner-blog h2,
.inner-banner-certification h1,
.inner-banner-certification h2,
.inner-banner-events h2 {
    color: var(--bs-white);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 15px
}

.blog-content,
.blog-detail,
.certification-inner,
.characteristics,
.event-inner,
.filter-content,
.green-world,
.lets-talk,
.manufacturing_area,
.navigating,
.partner_content,
.pph {
    padding: 40px 0
}

.green-world-content p {
    font-size: 35px;
    line-height: 50px
}

.blue-add,
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item {
    color: #00a3ff
}

.green-add {
    color: #4aa900
}

.about-content b {
    color: #17367f;
    font-size: 32px;
    line-height: 1
}

.about-content p,
.blog-content p,
.blog-detail p,
.blog-detail td,
.blog-detail ul li,
.lets-talk p,
.navigation_pera {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.blog-detail td {
    border: 1px solid #000;
    padding: 10px
}

.blog-detail ul,
.dref-spinning,
.plated-bags,
.table ul,
.usa-discription ul {
    list-style: disc
}

.blog-detail table {
    margin-bottom: 13px
}

.close,
.lets-talk h3,
.next,
.prev,
b.blog-head,
h3.blog-head {
    font-weight: 700
}

.location {
    margin-bottom: 50px
}

.inner-banner-certification {
    background-image: url(../images/certifications-banner-bg.jpg);
    padding: 100px 0
}

.certificate-gallery h3,
.certificate-gallery p {
    background-color: var(--bs-border);
    padding: 15px 20px
}

.certificate-gallery h3 {
    font-size: 18px
}

.certificate-gallery img,
.cursor,
.dropdown-icon {
    cursor: pointer
}

.certification-inner .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.certification-inner .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: fit-content;
    max-width: 1200px
}

.close,
.filter-inner .slick-next::before,
.form-group label,
.image-container .after,
.next,
.prev,
.ripple,
.ripple:after,
.ripple:before {
    position: absolute
}

.close {
    top: -10px;
    right: 25px;
    font-size: 35px;
    z-index: 99;
    border: none;
    background: 0 0;
    color: #fff
}

.close:focus,
.close:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.next,
.prev {
    color: #fff;
    cursor: pointer;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    font-size: 20px;
    transition: .6s;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.next:hover,
.prev:hover {
    background-color: #000c
}

b.blog-head,
h3.blog-head {
    color: #333;
    font-size: 48px !important;
    line-height: 60px;
    display: block
}

.blog-content h4 {
    color: #17367f;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

.inner-banner-events {
    background-image: url(../images/event-banner-bg.jpg);
    background-position: bottom;
    padding: 100px 0
}

.contact-head {
    max-width: 865px;
    top: 10%;
    left: 100px
}

.breadcrumb-item.active {
    color: var(--bs-white) !important
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #00a3ff !important
}

.mapouter {
    text-align: right;
    width: 100%;
    height: 400px
}

.gmap_canvas {
    overflow: hidden;
    background: 0 0 !important;
    width: 100%;
    height: 400px
}

.gmap_iframe {
    width: 100%;
    height: 438px
}

.lets-talk h3 {
    color: #333;
    font-size: 48px;
    line-height: 50px;
    display: block
}

.filter-content b,
.filter-content h3,
.lets-talk b {
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -.24px;
    font-style: normal
}

.lets-talk b {
    color: #17367f;
    font-size: 24px;
    margin-bottom: 20px;
    display: block
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color .3s
}

.form-group textarea {
    max-height: 200px
}

.form-group label {
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #777;
    transition: top 0.3s, font-size 0.3s, color .3s
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--light-blue);
    outline: 0
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group select:focus+label,
.form-group select:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
    top: -9px;
    font-size: 12px;
    color: var(--light-blue);
    background-color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px
}

.submit-button {
    display: block;
    padding: 10px 25px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s
}

.m-add {
    margin-bottom: 60px
}

.filter-content img {
    margin-bottom: 18px;
    border-radius: 10px
}

.filter-content b,
.filter-content h3 {
    color: #17367f;
    font-size: 22px;
    margin-bottom: 20px
}

.filter-content p,
.table td {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.16px;
    border-bottom-width: 0
}

.filter-content p {
    height: 88px
}

.ym_add {
    margin-bottom: 30px
}

.table td {
    padding: 5px
}

.event-inner b,
.event-inner h3 {
    font-style: normal;
    font-weight: 700
}

.W-25 {
    width: 35%;
    border-radius: 10px 0 0;
    border-right: 1px solid var(--bs-white);
    padding-left: 30px !important
}

.W-75 {
    width: 75%;
    border-radius: 0 10px 0 0
}

.table th {
    background: #17367f;
    color: var(--bs-white)
}

.table-striped {
    background: #f3f3f3
}

.filter-inner .slick-prev {
    background: 0 0;
    border-radius: 50%;
    border: 0;
    padding: 0;
    top: 50%;
    bottom: 50%;
    left: 13px;
    z-index: 1;
    font-size: 0
}

.event_img {
    object-fit: fill;
    height: 400px;
    object-fit: cover
}

.event-inner .modal,
.image-container .after {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.event-inner b {
    color: #17367f;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.24px
}

.text-border {
    border-bottom: 1px solid var(--bs-border);
    padding: 10px 0
}

.event-inner h3 {
    margin-bottom: 50px;
    color: #333;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -1.44px
}

.after img {
    display: flex;
    align-items: center;
    justify-content: center
}

.image-container:hover .after {
    display: block;
    /*background-image: url(../images/hover-bg.png);*/
    background-position: center;
    cursor: pointer
}

.modal-backdrop {
    background-color: transparent
}

.event-inner .modal {
    position: fixed;
    overflow: hidden;
    background-color: #0000008a;
    opacity: 1
}

.event-inner .button-close {
    background: #000;
    color: #fff;
    border-radius: 50%
}

.event-inner close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1
}

.theme-btn {
    display: flex;
    justify-content: space-around
}

.theme-btn span i {
    color: var(--bs-white);
    display: flex;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    line-height: 1.5
}

.date-after p {
    color: #999;
    margin: 0
}

.ripple {
    left: -6px;
    top: -6px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #ffffffa3;
    -ms-box-shadow: 0 0 0 0 #ffffffa3;
    -o-box-shadow: 0 0 0 0 #ffffffa3;
    box-shadow: 0 0 0 0 #ffffffa3;
    -webkit-animation: 5s infinite ripple;
    animation: 5s infinite ripple
}

.ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fade {
    transition: opacity .15s linear;
    background: #0000009e
}

.inquiry_select {
    width: 100%;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 5px;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    -webkit-appearance: none
}

/*.copyright-bg {*/
/*    background-color: var(--light-blue);*/
/*    color: var(--bs-white)*/
/*}*/

/*footer .logo-img-footer a:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 1px;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    transition: .5s;*/
/*    background: 0 0*/
/*}*/

/*footer .logo-img-footer img {*/
/*    margin-bottom: 16px*/
/*}*/

/*footer .logo-img-footer a:hover:after {*/
/*    width: 0*/
/*}*/

.form-select {
    padding: 10px
}

a.address-width {
    max-width: 230px
}

.dref-text {
    font-weight: 700;
    font-size: larger;
    margin-bottom: 22px
}

.thankyou-section h3 {
    text-transform: capitalize;
    font-size: 60px;
    color: var(--light-blue);
    font-weight: 900;
    margin-bottom: 20px
}

.air-text p,
.blog-box p,
.lead-text p {
    font-size: 14px
}

.thankyou-section .theme-btn span i {
    margin-left: 10px
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 10px 20px #0003;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.sticky+.content {
    padding-top: 102px
}

.blog-box img {
    max-height: 250px
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none
}

button.button-top {
    padding: 20px
}

.lead-text {
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    width: 49%
}

.air-text {
    margin: 0 auto;
    width: 38%
}

.blog-box h5 {
    color: #111;
    height: 76px;
    overflow: hidden;
    max-width: 350px
}

.blog-box h5 a {
    color: #333
}

.blog-box p {
    color: #444;
    height: 75px;
    max-width: 350px
}

.modal-backdrop.show {
    opacity: 0;
    display: none
}

.category-content b,
.details-content-pane b {
    color: #000
}

.additional-content .products-feature-tabs,
.details-content-pane {
    padding: 30px 0
}

.filter-inner,
.usa-discription {
    padding: 60px 0
}

.usa-discription .inner-head {
    text-align: left;
    margin-bottom: 20px
}

.category-content {
    text-align: justify
}

.usa-banner img {
    width: 100%;
    height: 350px
}

.usa-banner .contact-head {
    top: 6%
}

@media screen and (max-width: 1535px) {
    .my img {
        height: auto
    }

    img.banner-bg-img {
        height: 664px
    }

    .img-content {
        width: 26%
    }
}

@media screen and (max-width: 1365px) {
    .banner-head {
        font-size: 50px !important
    }

    img.banner-bg-img {
        height: 620px
    }

    .img-content b {
        text-align: center;
        font-size: 16px
    }
}

@media screen and (max-width: 1199px) {
    img.banner-bg-img {
        height: 490px
    }

    .banner-head {
        font-size: 48px !important
    }

    .img-content {
        width: 30%
    }
}

@media screen and (max-width: 992px) {
    .banner-head {
        font-size: 37px !important
    }

    img.banner-bg-img {
        height: 450px
    }

    .img-content {
        width: 48%
    }
}

@media screen and (max-width: 768px) {
    .my img {
        display: block
    }

    img.banner-bg-img {
        height: 400px
    }

    .banner-content {
        padding: 0 30px
    }

    .air-text,
    .lead-text {
        width: 100%;
        margin-top: 13px
    }

    .event-box {
        padding-left: 50px
    }

    .img-content {
        width: 65%
    }
}

@media screen and (max-width: 576px) {
    .pro-btn {
        margin-top: 15px
    }

    img.banner-bg-img {
        height: 570px
    }

    .banner .banner-content {
        top: 0 !important;
        padding-top: 22px;
        background: radial-gradient(circle, #0D4A71 0%, #022A4E 100%)
    }

    .banner-content .row {
        flex-direction: column-reverse
    }

    .banner p {
        margin-top: 10px
    }

    .img-content {
        width: 75%
    }
}

@media screen and (max-width: 480px) {
    .banner-head {
        font-size: 22px !important
    }

    .banner-slider .slick-dots {
        bottom: 20px
    }

    .banner .slick-next {
        bottom: 25px !important
    }

    .banner .slick-prev {
        bottom: 25px
    }
}

.our-brands {
    margin-top: 70px
}

.show_cfc {
    max-width: 870px;
    margin: 0 auto
}

.cust_slid .slick-dots {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: -20px;
    width: 100%;
    left: -10px;
    right: 0;
    border: 0
}

.copyright-bg,
.logo-img-footer p,
/*footer li*/
{
    font-size: 16px
}

.cust_slid img {
    border: 1px solid var(--bs-border);
    width: 170px;
    height: 150px;
    object-fit: contain;
    padding: 19px 17px;
    border-radius: 22px
}

.contact-2 {
    padding-left: 25px;
    margin-bottom: 15px
}

.bottom-whatsapp {
    position: fixed;
    bottom: 20px;
    width: 55px;
    right: 22px;
    height: 55px;
    z-index: 999
}

.benefits_pharma,
.iltration_pharma {
    margin: 40px 0
}

.mmp_solutions {
    margin-top: 0
}

.nvgg_content {
    padding-left: 50px
}

.coustom_industry {
    margin-bottom: 35px;
    color: #333;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px
}

.custom_pera {
    color: #17367f;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 26px 0 11px
}

.title-link:hover {
    text-decoration: underline
}

.pleatex {
    border-radius: 5px;
    border: .5px solid #ddd6;
    background: #17367fe6;
    backdrop-filter: blur(1.5px);
    padding: 19px 13px;
    display: inline-block;
    color: #fafafa;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    float: inline-end;
    margin-top: 10px
}

.mg_area {
    margin-top: 26px
}

.point_benefit h2 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #000
}

.navigating_bottom {
    margin-top: 45px
}

i.angle-arrow {
    padding: 8px;
    height: 32px;
    width: 32px;
    background: #009ee3;
    border-radius: 65%;
    color: #f5f5f5;
    display: inline-block;
    text-align: center;
    line-height: 16px
}

ul.point_benefit li {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
    gap: 11px;
    font-size: 16px;
    color: #666;
    line-height: 23px;
    margin-bottom: 10px;
    justify-content: start
}

.pioneers_industry {
    background-image: url(../images/industry-bg.png);
    background-size: cover;
    padding: 80px 0;
    text-align: center
}

.pioneers_industry h2 {
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 30px
}

.navigating .submit-button,
.pioneers_industry a {
    padding: 15px 30px;
    border-radius: 15px;
    background: #00a3ff;
    text-transform: capitalize;
    display: inline-block;
    font-style: normal
}

.pioneers_industry h3 {
    color: #17367f;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px
}

.pioneers_industry p {
    color: #666;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 30px
}

.line {
    width: 66px;
    height: 2px !important;
    border-radius: 20px;
    margin: 0 auto
}

.pioneers_industry a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.get_quote {
    color: #3336;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -.9px
}

.iltration_pharma {
    margin-bottom: 80px
}

@media only screen and (max-width: 1535px) {

    .benefits_pharma,
    .iltration_pharma {
        margin-top: 60px
    }

    .iltration_pharma {
        margin-bottom: 60px
    }

    .coustom_industry {
        font-size: 42px;
        margin-bottom: 30px
    }

    .custom_pera {
        font-size: 26px
    }
}

@media only screen and (max-width: 1365px) {
    .nvgg_content {
        padding-left: 40px
    }

    .pioneers_industry {
        padding: 60px 0
    }
}

@media only screen and (max-width: 1199px) {
    .nvgg_content {
        padding-left: 30px
    }

    .coustom_industry {
        font-size: 38px;
        margin-bottom: 16px
    }

    .pleatex {
        font-size: 14px;
        padding: 16px 8px
    }

    .pioneers_industry h2 {
        font-size: 40px
    }
}

@media only screen and (max-width: 991px) {

    .benefits_pharma,
    .iltration_pharma,
    .pioneers_industry {
        margin-top: 40px
    }

    .coustom_industry {
        font-size: 32px;
        margin-bottom: 16px
    }

    .nvgg_content {
        padding-left: 0
    }

    .pioneers_industry p {
        font-size: 20px
    }

    .get_quote {
        line-height: 26px
    }

    .pharm_mg {
        margin-top: 21px
    }
}

@media only screen and (max-width: 767px) {
    .coustom_industry {
        font-size: 25px;
        margin-bottom: 16px;
        line-height: 34px
    }

    .pioneers_industry p {
        font-size: 16px;
        line-height: 34px
    }

    .pioneers_industry h3 {
        font-size: 30px
    }

    .pioneers_industry h2 {
        font-size: 35px
    }

    .coustom_industry,
    .navigation_pera {
        margin-top: 30px
    }

    .navigating {
        padding: 40px 0
    }

    .pleatex {
        float: revert;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 574px) {
    .coustom_industry {
        margin-top: 0
    }
}

@media only screen and (max-width: 479px) {

    .benefits_pharma,
    .iltration_pharma,
    .navigating,
    .pioneers_industry {
        margin-top: 30px
    }

    .custom_pera {
        font-size: 20px;
        line-height: 25px
    }

    .pioneers_industry h3 {
        font-size: 25px
    }

    .pioneers_industry p {
        line-height: 24px;
        margin-bottom: 20px
    }

    .pioneers_industry h2 {
        font-size: 28px;
        margin-top: 20px
    }

    .pioneers_industry a {
        padding: 10px 33px;
        font-size: 18px
    }
}

.pioneers_industry {
    margin-bottom: 60px
}

.navigating .submit-button {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 27px
}

.category-content {
    height: auto !important;
    font-size: 18px !important
}

.set-content p {
    color: #fff;
    margin-bottom: 25px
}

.blog-content img {
    height: 350px;
    object-fit: initial
}

.slick-dots li.slick-active button:before {
    color: transparent
}

.slick-dots li button:before {
    font-size: 0
}

.video-slider .slick-dots li button:before {
    font-size: 18px;
    color: var(--bs-arrow);
    opacity: 1;
    border-radius: 999px
}

.blog-detail h2 {
    margin-bottom: 12px
}

.blog-detail ul li {
    line-height: 24px;
    margin-bottom: 10px
}

.title-bold {
    color: var(--head-blue);
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

.fixed_btn_1 {
    z-index: 999;
    padding: 8px 20px;
    background: #22285f;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    right: -2.8%;
    bottom: 63%;
    transform: rotate(-90deg)
}

#exampleModal .left_ft_modal a,
.fixed_btn_1:hover {
    color: #fff
}

/*.website_area {*/
/*    padding: 10px;*/
/*    background: #22285f;*/
/*    color: #fff !important*/
/*}*/

.event-img-home {
    width: 330px !important;
    height: 318px;
    object-fit: cover
}

.details-tabs-content .fade {
    background: 0 0
}

.details-tabs {
    border-bottom: 1px solid transparent
}

.details-tabs .nav-link.active {
    font-weight: 600;
    color: var(--head-blue);
    border: 2px solid #ddd;
    border-top: 2px solid var(--head-blue)
}

.details-tabs .nav-link:hover {
    border: 2px solid #ddd;
    border-top: 2px solid var(--head-blue)
}

.details-tabs .nav-link {
    display: block;
    margin-bottom: -2px;
    font-size: 20px;
    color: #333;
    border: 2px solid #ddd;
    padding: 12px 67px;
    transition: border-color .6s ease-in-out !important
}

.details-tabs .nav-link h3 {
    font-weight: 900
}

.details-content-pane h2 {
    font-size: 22px;
    margin-bottom: 12px
}

.details-content-pane p {
    margin: 0 0 12px;
    line-height: 36px;
    color: #212529
}

.accordion-button:focus {
    border: none;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--head-blue)
}

.accordion-button {
    font-size: 22px;
    color: #6d6d6d
}

.Product-detail-faq {
    padding-bottom: 40px
}

.products-feature-tabs {
    padding: 80px 0
}

.product-page-header {
    width: 100%
}

.contact-banner:before {
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(circle, #0D4A71 0%, #022A4E 100%);
    width: 100%;
    height: 100%
}

.manufacturing.slick-next::before,
.slick-prev::before {
    background-image: url(../images/right.png);
    left: 0;
    width: 32px;
    height: 33px;
    font: unset
}

.manufacturing.slick-prev:before,
.slick-next:before {
    background-image: url(../images/left.png);
    right: 0;
    width: 32px;
    height: 33px;
    font: unset
}

.short_dis,
.short_title {
    font-size: 16px;
    font-style: normal;
    line-height: 24px
}

.manufacturing .slick-next {
    left: 92%
}

.short_title {
    color: #333;
    font-weight: 700
}

.short_dis {
    color: #666;
    font-weight: 400;
    margin: 10px 0
}

.partner_head h3,
.partner_quote {
    font-size: 24px
}

.filter_products img {
    padding-top: 80px;
    width: 100%
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}

td,
th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px
}

tr:nth-child(2n) {
    background-color: #f9f9f9
}

tr.highlight {
    background-color: #e6f7ff
}

.partner_head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.partner_heading h1,
.partner_heading h2 {
    font-size: 60px;
    line-height: 67px;
    color: #17367f;
    font-weight: 700
}

.partner_wrap {
    padding: 0 150px;
    margin-bottom: 80px
}

.partner_feature {
    border: 1px solid var(--light-blue);
    border-radius: 6px;
    padding: 60px;
    position: relative
}

.partner_title {
    width: fit-content;
    background: #fff;
    position: absolute;
    top: -34px;
    left: 34%;
    padding: 0 20px
}

.logo h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600
}

.partner_quote {
    color: #333
}

.products-feature-tabs ul {
    padding-left: 0
}

.products-feature-tabs ul li {
    color: #212529;
    line-height: 30px
}

#exampleModal .left_ft_modal {
    border-right: 2px solid #ccc !important;
    background-color: #1d489a;
    color: #fff;
    display:none;
}

#exampleModal .modal-dialog {
    /*max-width: 850px*/
}

#exampleModal .modal-footer {
    justify-content: start
}

#exampleModal .modal-content {
    border-radius: 0;
    border: none
}

.machine-table .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #e8edf5
}

.machine-table .table th {
    background: 0 0;
    color: var(--black)
}

.machine-table td,
.machine-table th {
    border: none;
    text-align: left;
    padding: 4px 10px;
    font-size: 16px
}

.machine-table tr:nth-child(2n) {
    background-color: #fff
}

.left_ft_modal li {
    margin-bottom: 10px
}

.contact-head {
    position: absolute
}

.mobile-img {
    display: none
}

.product-page-header {
    position: relative
}

.prod-table td {
    text-align: center;
    padding: 15px 0;
    font-size: 20px
}

.inner-tab-text {
    font-size: 16px !important
}

.mrb-pera {
    font-size: 16px;
    color: #666
}

.mrb-head {
    font-size: 48px;
    color: #333;
    font-weight: 600;
    margin-bottom: 24px
}

.feature-count {
    border: 1px solid #1d489a;
    width: 80px;
    height: 80px;
    border-radius: 80%;
    text-align: center;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.count {
    display: flex;
    width: 64px;
    background-color: #1d489a;
    height: 64px;
    border-radius: 80%;
    margin: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px
}

.mrb-subhead {
    color: #333;
    font-size: 24px;
    font-weight: 600
}

.feature-wrapper {
    padding: 60px 0
}

.back-set {
    position: relative;
    padding: 87px 0 100px;
    background-image: url(../images/mrb-images/application-back.jpg);
    height: 100%;
    background-repeat: no-repeat
}

.mrb-bullet {
    font-size: 20px;
    font-weight: 300;
    line-height: 50px
}

.mrb-bullet .fa-solid {
    font-size: 16px
}

.mid-img {
    overflow: visible;
    width: 45%;
    margin: -52px auto 0
}

.application-wrapper .mrb-pera {
    font-weight: 300;
    margin: 0 auto
}

.mid-box {
    display: flex;
    flex-direction: column;
    width: 75%
}

.mrb-img {
    overflow: visible;
    position: absolute;
    bottom: -3%;
    left: 65%
}

.mrb-pera-app {
    width: 70%;
    font-size: 16px;
    color: #666;
    margin-bottom: 45px
}

.industries-wrapper {
    padding: 60px 0 120px
}

.page-header-info {
    color: #fff
}

.page-header-info span {
    color: #0a58ca
}

.tech-table td {
    padding: 16px
}

.tech-table {
    margin-left: 44px
}

.mab-img {
    overflow: visible;
    position: absolute;
    bottom: 0;
    left: 65%
}

.mad-img-pandulam {
    overflow: visible;
    width: 62%;
    margin: 1px auto 0
}

.industries-box .mrb-pera {
    margin: 0;
    margin: 12px 0 48px
}

.industries-box {
    padding: 18px 0
}

.filter-content .theme-btn a.btn-add {
    padding-left: 18px;
    width: 250px
}

.col-sm-3 {
    flex: 0 0 auto;
    max-width: 25%
}

.col-sm-4 {
    flex: 0 0 auto;
    max-width: 33.33%
}

.customer {
    padding: 0 0 40px 0;
}

.filter-inner ul {
    padding-left: 22px;
    list-style: disc;
}

.filter-inner ul li {
    line-height: 32px;
}

/* csss for hover on submenu  */
/*.sub-dropdown-parent:hover>.sub-dropdown-menu {*/
/*    display: block;*/
    /*height: 50vh;*/
    /*overflow-y: scroll;*/
/*    padding: 8px 0;*/
/*}*/

/* active menu highlight css */
/*.nav-link.active {*/
/*    color: #007bff !important;*/
/*    font-weight: bold;*/
/*    border-bottom: 2px solid #007bff;*/
    /* Optional underline */
/*}*/

/*.nav-item.active>.dropdown>.dropdown-toggle {*/
/*    color: #007bff;*/
/*    font-weight: bold;*/

/*}*/

.banner-mobile-img {
    display: none !important
}

.custom-dialog .theme-btn {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    background-color: #022A4E;
}

.custom-dialog {
    height: 100vh;
    margin: 0 auto;
    top: 25%;
}

/*about new css*/
.sub-head-about .custom_pera {
    font-size: 36px;
}

.sub-head-about {
    padding: 0 20px;
    justify-content: center;
    column-gap: 57px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.water-icon {
    width: 15%;
}

.blue-bg-wrap {
    background-color: #009EE3;
    padding: 50px 0;
}

.blue-pera {
    width: 60%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.green-world {
    padding: 60px 0 10px;
}

.map-img-contact {
    width: 600px;
    height: 400px;
    object-fit: cover
}

.f_24 {
    color: #17367f;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 26px 0 11px;
}

.casestudy-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.casestudy-detail {
    padding: 40px 0;
}

.f_14 {
    font-size: 14px !important;
}

.f_12 {
    font-size: 12px !important;
}

.duns_section {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    align-items: center;
}

/* fixed-btn-2 */
.fixed-btn-2 {
    position: fixed;
    top: 63%;
    right: -3%;
    transform: rotate(-90deg);
}

/* Your original styles (kept mostly the same) */
/* GOOGLE TRANSLATE CSS START */
/*.language-select {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border: 1px solid #DDDDDD;*/
/*    border-radius: 5px;*/
/*    padding: .4em 8px;*/
/*    margin: 15px;*/
/*    max-height: fit-content;*/
/*}*/

/*.dropdown-wrapper {*/
/*    position: relative;*/
/*    width: 50px;*/
/*}*/

/*.dropdown-input-lan {*/
/*    width: 100%;*/
/*    border: none;*/
/*    padding-left: 10px;*/
/*    cursor: pointer;*/
/*    white-space: nowrap;*/
/*    text-align: center;*/

/*}*/

/*.dropdown-input-lan:focus {*/
/*    outline: none;*/
/*    border-color: unset;*/
/*}*/

/*.dropdown-list {*/
/*    position: absolute;*/
/*    top: 136%;*/
    /*left: -30px;*/
/*    right: 0;*/
/*    max-height: 250px;*/
/*    overflow-y: auto;*/
/*    background: #fff;*/
/*    z-index: 100;*/
/*    display: none;*/
/*    min-width: max-content;*/
/*    width: auto;*/
/*    white-space: nowrap;*/
/*}*/

/*.dropdown-list.show {*/
/*    display: block;*/
/*}*/

/*.dropdown-list .search-box {*/
/*    padding: 6px 10px;*/
/*}*/

/*.dropdown-list .search-box input {*/
/*    width: 100%;*/
/*    padding: 6px 10px;*/
/*    font-size: 14px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*}*/

/*.dropdown-list .search-box input:focus {*/
/*    outline: none;*/
/*    border-color: none;*/
/*}*/

/*.dropdown-list .list-items div {*/
/*    padding: 8px 12px;*/
/*    cursor: pointer;*/
/*}*/

/*.dropdown-list .list-items div:hover {*/
/*    background-color: #f1f1f1;*/
/*}*/

/* Hide Google Translate elements */
/*.goog-te-banner-frame,*/
/*.skiptranslate {*/
/*    display: none !important;*/
/*}*/

/*#header-top {*/
/*    display: flex;*/
/*    background-color: #fff;*/
/*    justify-content: space-evenly;*/
/*}*/

/* Ensure dropdown remains untranslated */
/*.notranslate {translate: no;}*/
/*.skiptranslate {display: none !important;}*/
/*.modal-body .contact{border:none;padding:0;}*/
/*.select2-container--default .select2-selection--single{border:none;}*/

/* GOOGLE TRANSLATE CSS END */
.certificate-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certificate-img {
    width: 50%;
    border: 1px solid #d5d0d0;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.certificate-section {
    padding-bottom: 80px;
}
.cust_slid .slick-dots li button:before,
.cust_slid .slick-dots li.slick-active button:before,
.brand-slider .slick-dots li button:before,
.brand-slider .slick-dots li.slick-active button:before{
    display:none;
}
#headerinquiry1 .form-group textarea {
    max-height: 50px;
}
#headerinquiry1 .inquiry_select{
    height: 40px;
}
#headerinquiry1 .form-group label{
    top:4px;
}
#headerinquiry1 input{
    height:30px;
    padding:5px;
}
.wa-btn{margin-top:0;}
.set-content p{
        margin-bottom: 6px !important;
    }
    body {
  top: 0 !important;
  position: relative !important;
}
/* Hide hidden translate iframe helpers */
iframe.skiptranslate {
  display: none !important;
}
/* Hide Google top translate banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.iti__selected-country{font-size:13px!important;}