﻿/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url("../bootstrap/font/bootstrap-icons.css");

/*.container{max-width: 1199px;}*/
/* body {font-family: 'Roboto', sans-serif;} */
body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1, .h1 {
    font-size: 2.5rem;
    font-weight: 400;
}

.h1 {
    font-weight: 300 !important;
}

/* 40px, Regular  */
@media (max-width: 992px) {
    h1, .h1 {
        font-size: 1.75rem;
    }

    /* 28px, Regular  */
}

h2 {
    font-size: 2.175rem;
    font-weight: 400;
}

/*38px;Regular*/
@media (max-width: 992px) {
    h2 {
        font-size: 1.75rem;
    }

    /* 28px, Regular  */
}

h3 {
    font-size: 2.188rem;
    font-weight: 400;
}

/*35px;Regular*/
@media (max-width: 992px) {
    h3 {
        font-size: 1.5rem;
    }

    /* 24px, Regular  */
}

h4,
.h4 {
    font-size: 1.125rem;
    font-weight: 400;
}

/*18px;Regular*/
h5 {
    font-size: 1.125rem;
    font-weight: 400;
}

/*18px;Regular*/
h4 a {
    font-size: 1.125rem;
    font-weight: 400;
}

/*18px;Regular*/
p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
}

/*16px;Regular*/
a {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

/*16px;Regular*/
ol,
ul {
    line-height: 1.75rem;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*-----------------COMMAN-CLASS------------------*/
.z-99 {
    position: relative;
    z-index: 50;
}

.w-35 {
    width: 35% !important;
}

.text-blue {
    color: #000b4f;
}

@media (max-width: 575px) {
    .wm-35 {
        width: 35% !important;
    }
}

.bg-yellow {
    background-color: #FFCC12;
}

.line-height-0 {
    line-height: 0 !important;
}

.btn {
    background: #4e4e50;
    border: 2px solid transparent;
    color: #fff !important;
    padding: 10px 35px;
    border-radius: 0;
}

    .btn:hover {
        background: #fff;
        border: 2px solid #fff;
        color: #4e4e50 !important;
        transition: 0.5s;
        background-image: unset !important;
        transition: 0.5s;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .btn-check:focus + .btn,
    .btn:focus {
        background: #fff;
        border: 2px solid #fff;
        color: #4e4e50 !important;
        transition: 0.5s;
        background-image: unset !important;
        transition: 0.5s;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

@media (max-width: 992px) {
    .btn {
        padding: 5px 30px;
    }
}

.ul-styling li::before {
    content: "\F280";
    font-family: bootstrap-icons !important;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.ul-styling-right li::after {
    content: "\F280";
    font-family: bootstrap-icons !important;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.text-white-hover {
    color: #fff !important;
}

    .text-white-hover:hover {
        color: #FFCC12 !important;
    }

/*-----------------HEADER------------------*/
#top-header {
    background-color: #4e4e50;
    z-index: 999;
    position: relative
}

    #top-header .nav-link {
        display: unset;
    }

#header {
    position: relative;
    z-index: 999;
    width: 100%;
}

    #header .navbar {
        position: absolute;
        width: 100%;
    }

    #header .navbar-nav {
        position: relative;
    }

    /*#header .navbar-brand{position:absolute;top: -52px;}
*/
    /*@media(min-width:1400px){#header .navbar-brand{position:absolute;top: -55px;}#header .navbar-brand { width: 35% !important;}}
*/
    #header .dropdown-toggle::after {
        content: unset;
    }

.nav-link {
    color: #000;
}

    .nav-link.active,
    #header .navbar-nav .nav-link:hover {
        color: #FFCC12 !important;
    }

#header .fa-angle-down::before {
    vertical-align: -0.10em;
}

#header .navbar-nav .dropdown-item.active,
#header .navbar-nav .dropdown-item:active,
#header .dropdown-item:focus,
#header .dropdown-item:hover {
    background-color: #FFCC12 !important;
}

/* @media (min-width: 992px)and (max-width: 1199px){ #header .navbar-brand {top:0;right: 35%;}} */
@media (max-width: 992px) {
    #header .navbar-brand {
        position: relative;
        top: unset;
        width: 55% !important;
    }

    #header .shadow-mobile {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
        background-color: #4e4e501c;
        border: 1px solid #000;
        padding: 15px;
    }
}

/*-----------------HM-BANNER------------------*/
#hm-banner .hm-video {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 80px;
    width: 100%;
}

#hm-banner .hm-banner-desc {
    position: relative;
    z-index: 5;
    margin-top: 476px;
    padding: 20px 0px;
    background-color: #0000008c;
    color: #fff;
}

@media (max-width: 1199px) and (min-width: 991px) {
    #hm-banner .hm-banner-desc {
        margin-top: 352px;
    }
}

@media (max-width: 991px) {
    #hm-banner .hm-video {
        top: 65px;
        position: relative;
    }
}

@media (max-width: 768px) {
    #hm-banner .hm-video {
        top: 45px;
    }
}

/*--------WE ARE COMMITTED TO PROVIDE SAFE INDUSTRIAL SOLUTIONS ---------*/
/* #industrial-solutions {background:url('../../assets/img/provide-industrial-solutions-backgroung-img.png')no-repeat center center ;background-size:cover;position:relative;}
#industrial-solutions .card-img-overlay .card-block {  position: absolute;   top: 100px; right: 0;  left: 0; z-index: 2;}
#industrial-solutions .card-img-overlay .card-block-bottom {  position: absolute;    right: 0; bottom: 0; left: 0; z-index: 2;}
#industrial-solutions .img-text { position: absolute;bottom:0px;background: rgb(0,0,0);background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);width:100%;transition:ease-out 0.5s;}
#industrial-solutions .card:hover .img-text{opacity:0;}
#industrial-solutions .card .card-img-overlay {opacity:0;}
#industrial-solutions .card .card-img-overlay:hover {opacity:1; background:#000000a3;transition: all 0.5s ease-in-out;border-radius:0px;}
@media (max-width: 1200px) and (min-width: 990x){#industrial-solutions .card-img-overlay .card-block {top: 60px;}}
@media (max-width: 576px){#industrial-solutions .card-img-overlay .card-block {top: 25px;padding-right: 0 !important;padding-left: 0 !important;}} */
#hm-products,
#get-in-touch {
    background: url('../../assets/img/provide-industrial-solutions-backgroung-img.png')no-repeat center center;
    background-size: cover;
    position: relative;
}

    #hm-products .card-img-overlay .card-block {
        position: absolute;
        top: 100px;
        right: 0;
        left: 0;
        z-index: 2;
    }

    #hm-products .card-img-overlay .card-block-bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    #hm-products .img-text {
        position: absolute;
        bottom: 0px;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        transition: ease-out 0.5s;
    }

    #hm-products .card:hover .img-text {
        opacity: 0;
    }

    #hm-products .card .card-img-overlay {
        opacity: 0;
    }

        #hm-products .card .card-img-overlay:hover {
            opacity: 1;
            background: #000000a3;
            transition: all 0.5s ease-in-out;
            border-radius: 0px;
        }

@media (max-width: 1200px) and (min-width: 990x) {
    #industrial-solutions .card-img-overlay .card-block {
        top: 60px;
    }
}

@media (max-width: 576px) {
    #industrial-solutions .card-img-overlay .card-block {
        top: 25px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/*-----------------PROJECTS-HIGHLIGHTS-NEWS & UPDATES------------------*/
#customized-solutions .project-box-title {
    position: relative;
    z-index: 1;
    bottom: 40px;
}

    #customized-solutions .project-box-title .bg-white {
        padding: 35px 0px 0px 5px;
        color: #000;
        background-color: transparent !important;
    }

    #customized-solutions .project-box-title .bg-yellow {
        padding: 15px 15px;
        background-color: #4e4e50 !important;
        transition: 0.8s;
    }

        #customized-solutions .project-box-title .bg-yellow:hover {
            background-color: #FFCC12 !important;
        }

/*----------------HM-SERVICES-----------------*/
.banner-services {
    background: url('../../assets/img/banner-services.png')no-repeat center center;
    background-size: cover;
}

#hm-services a .bg-grey {
    background-color: #4e4e50;
    padding: 17px 35px;
    color: #fff;
    transition: ease-in 0.5s;
}

    #hm-services a .bg-grey:hover {
        background-color: #FFCC12;
    }

/*-----------------PROJECTS-HIGHLIGHTS-NEWS & UPDATES------------------*/
#highlights .project-box-title {
    position: relative;
    z-index: 1;
    bottom: 30px;
}

    #highlights .project-box-title .bg-white {
        padding: 15px 25px;
        color: #000;
    }

        #highlights .project-box-title .bg-white:hover {
            background-color: #FFCC12 !important;
            color: #fff;
        }

    #highlights .project-box-title .bg-yellow {
        padding: 15px 15px;
    }

@media (max-width: 991px) {
    #highlights .border-end {
        border-right: unset !important;
    }
}

/*-----------------HM_LOGO------------------*/
#hm-logo {
    background: url('../../assets/img/hm-logo-banner.png')no-repeat center center;
    color: #fff;
    background-size: cover;
}

    #hm-logo .grayscale-effect img {
        transition: all .4s linear;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -o-transition: all .4s linear;
    }

    #hm-logo .grayscale-effect img {
        transform: scale(0.8);
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

    #hm-logo .grayscale-effect:hover img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

/*-----------------FOOTER------------------*/
.footer-banner {
    background: url('../../assets/img/footer-banner.png?111')no-repeat center center;
    color: #fff;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

#footer a {
    color: #fff;
}

    #footer a:hover,
    #footer a.active {
        color: #FFCC12;
    }

@media (max-width: 768px) {
    #footer .ul-styling li::before {
        content: unset;
    }
}

.grayscale-effect img {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.grayscale-effect img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.grayscale-effect:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

/*-----------------INNER-BANNER------------------*/
/*padding: 100px 0;*/
#inner-banner .bg-light-blue {
    background-color: #FFCC12;
    text-align: center;
    color: #000;
    opacity: 0.9;
}

.bg-light-blue a {
    color: #000 !important
}

@media (max-width: 991px) {

    /* padding: 141px 0; */
    #inner-banner .bg-light-blue {
        background-color: #FFCC12;
        text-align: center;
        opacity: 0.9;
        color: #000
    }
}

/*#4e4e50;*/
/*-----------------BUSINESS------------------*/
.business-banner {
    background: url('../../assets/img/business-team-manager-meeting.png?1')no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

/*-----------------Material------------------*/
.material-banner {
    background: url('../../assets/img/materials-banner.png?1')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

/*-----------------Material------------------*/
.projects-banner {
    background: url('../../assets/img/projects-banner.png?1')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

/*-----------------Material------------------*/
.design-standards-banner {
    background: url('../../assets/img/design-standards-banner.png?1')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

/*-----------------Material------------------*/
.technology-banner {
    background: url('../../assets/img/technology-banner.png?1')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

/*-----------------We-Care-For------------------*/
.care-banner {
    background: url('../../assets/img/we-care-for-banner.png?1')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

/*-----------------Loaction------------------*/
.loaction-banner {
    background: url('../../assets/img/fiberworks-location-banner.png?1')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

#loaction a {
    color: #000;
}

    #loaction a:hover {
        color: #FFCC12;
    }

#loaction .fa {
    border-radius: 50%;
    color: #fff;
    padding: 10px 12px;
    margin: auto 10px;
    background-color: #4e4e50;
    transition: 0.4s;
}

#loaction .fa-fax,
#loaction .fa-envelope {
    padding: 12px !important;
}

#loaction .fa:hover {
    background-color: #FFCC12;
}

#loaction .fa-map-marker {
    padding: 10px 14px !important;
}

/*----------------Services------------------*/
.services-banner {
    background: url('../../assets/img/services-banner.png')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

#services .nav-link {
    color: #000;
    border-radius: 0 !important;
    border-right: 2px solid #000 !important;
    height: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

    #services .nav-link:hover,
    #services .nav-link.active {
        color: #FFCC12;
    }

#services .nav-pills li:last-child a {
    border-right: none !important;
}

/*---------------contact------------------*/
.contact-banner {
    background: url('../../assets/img/contact-us-banner.png')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

/* .form-control {padding:1.125rem 1.125rem} */
/*--------------job-seeker------------------*/
.job-banner {
    background: url('../../assets/img/job-banner.png')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

/*--------------News And Events------------------*/
.news-media-banner {
    background: url('../../assets/img/news-media-banner.png?1')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

#videos {
    background: url('../../assets/img/video-bg-img.png')no-repeat center center;
    background-size: cover;
}

#events-brochures .events-details {
    height: 675px;
    overflow: auto;
}

@media (max-width: 991px) {
    #events-brochures .events-details {
        height: 375px;
    }
}

#events-brochures .brochure-box h4 {
    color: #000;
}

    #events-brochures .brochure-box h4:hover {
        color: #FFCC12;
    }

#news .bg-yellow {
    padding: 15px 15px;
    background-color: #4e4e50 !important;
    transition: 0.8s;
}

    #news .bg-yellow:hover {
        background-color: #FFCC12 !important;
    }

#news .news-content {
    position: relative;
    background-color: #fff;
    bottom: 50px;
}

#news .news-btn {
    position: absolute;
    bottom: 20px;
}


/*--------------products------------------*/

#hm-products {
    overflow-x: hidden !important;
}

.simple-text,
.overlay-sim-text-2 {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.effect-image-1 {
    position: relative;
    display: block;
}

.overlay-sim-text-2 p {
    text-align: center;
}

.simple-overlay {
    opacity: 0;
    visibility: hidden;
}

.effect-image-1:hover .simple-overlay {
    visibility: visible;
    opacity: 1;
}

/*.overlay-sim-text-2 {
    position: absolute;
    right: 0%;
    bottom: 0%;
    opacity: 0;
}*/

.btnn {
    background: rgba(78, 78, 80, 0.8);
    border: 2px solid transparent;
    color: #fff !important;
    padding: 10px 20px;
    /*padding: 10px 35px;*/
    border-radius: 0;
}
@media (min-width: 576px) {
.overlay-sim-text-2
{
    /*   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 80%;
    height: 100%;*/ margin-bottom: 22px;
}}

/*.simple-text {	position: absolute;   bottom: 0px;   left: 0px;   width: 100%;   background: #ff9901cf; color: #fff;}*/
.effect-image-1:hover .overlay-xs-1 {
    opacity: 1;
    visibility: visible;
    display: block;
}

.effect-image-1:hover .simple-text {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .effect-image-1 {
        margin: 0px 0px;
    }
}

/* #products .nav-item {  border-bottom: 2px solid #ececec;} */
#products .nav-link:focus,
#products .nav-link:hover,
#products .navbar-nav .nav-link.active,
#products .navbar-nav .show > .nav-link {
    color: #FFCC12 !important;
}


/* ADVANTAGE */

.about-us-banner {
    background: url('../../assets/img/about-us-banner.png?1')no-repeat center center;
    color: #fff;
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    margin-top: 50px;
}

#about-us .circle:hover {
    background-color: #FFCC12;
}

#about-us .circle {
    background-color: #4e4e50;
    border-radius: 40px;
    padding: 22px 14px;
    margin: auto;
}

#about-us img {
    width: 37px;
    height: 35px;
}

/* WHO-ARE-WE */
/* #who-are-we .counter{position:relative;border-right: 3px solid #000b4f;border-left: 3px solid #000b4f;height: 120px;}
#who-are-we .counter::after{content: "";width: 201px;height: 3px;background-color: #000b4f;top: -2px;left: -3px;position: absolute;}
#who-are-we .counter::before{content: "";width: 198px;height: 3px;background-color: #000b4f;bottom: 0px;left: -3px;position: absolute;}
#who-are-we .counter h3{position: relative;}
#who-are-we .counter h3::after {position: absolute;content: "";background-color: #000b4f;width: 10px;height: 3px;bottom: -78px;right: 0;
} */

#overview h4:hover {
    color: #FFCC12
}

/*------------------Materials------------------*/
#material-content {
    background-color: #f5f5f7;
    ;
}

    #material-content .content li {
        position: relative;
        padding-left: 18px;
    }

    #material-content .nav-item {
        border-bottom: 2px solid #ececec;
    }

    #material-content .nav-link,
    #material-content .nav-tabs {
        border: unset;
    }

    #material-content .content li:before,
    #engineering .content li:before,
    .projects1.content li:before {
        content: "\F280";
        font-family: bootstrap-icons !important;
        margin-right: 5px;
        position: relative;
        color: #ffc107;
    }

    #material-content .nav-tabs .nav-link {
        border: unset;
    }

        #material-content .nav-tabs .nav-link.active {
            background-color: unset;
            border: unset;
        }

        #material-content .nav-tabs .nav-link:visited {
            border: unset !important;
        }

        #material-content .nav-tabs .nav-link:hover {
            color: #ffc107;
            border: unset;
        }

#awards .nav-tabs {
    border: unset;
}

    #awards .nav-tabs .nav-link {
        border: unset;
    }

        #awards .nav-tabs .nav-link.active {
            background-color: unset;
            border: unset;
        }

        #awards .nav-tabs .nav-link:hover {
            color: #ffc107;
            border: unset;
        }

        #awards .nav-tabs .nav-link:visited {
            border: unset !important;
        }


#why-us #text1::before,
#text2::before,
#text3::before,
#text4::before,
#text6::before {
    bottom: -28px;
    font-weight: 500
}

@keyframes rotateMain {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotateInner {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

#why-us .centralized {
    display: flex;
    align-items: center;
    justify-content: center
}

#why-us .main-container {
  
    height: 700px;
    width: 100%;
    position: relative
}

    #why-us .main-container .main-circle {
        border: 6px solid #e4e4e4;
        border-radius: 100%;
        box-sizing: border-box;
        padding: 24px;
        height: 300px;
        width: 300px;
        position: relative
    }

        #why-us .main-container .main-circle .inner {
            background-image: linear-gradient(to right, #e2e2e2, #fdfdfd);
            border: 4px solid #e3e3e3;
            border-radius: 100%;
            box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .2);
            box-sizing: border-box;
            color: #000;
            font-size: 16px;
            height: 100%;
            line-height: 1.5;
            text-align: center;
            width: 100%
        }

    #why-us .main-container .bubble-container {
        border: 6px;
        box-sizing: border-box;
        height: 300px;
        position: absolute;
        width: 300px;
        opacity: 0;
        transform: rotate(0);
        transition: transform .7s ease-in, opacity 1s
    }

        #why-us .main-container .bubble-container .pointer {
            background: #fff;
            border: 4px solid #e4e4e4;
            border-radius: 100%;
            box-sizing: border-box;
            position: absolute;
            left: calc(-17px + 3px);
            height: 34px;
            top: calc(50% - 17px);
            width: 34px
        }

            #why-us .main-container .bubble-container .pointer .arrow {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px 14px 7px 0;
                border-color: transparent #e4e4e4 transparent transparent;
                position: absolute;
                left: -15px;
                top: 5.52px
            }

            #why-us .main-container .bubble-container .pointer .inner {
                border-radius: 100%;
                box-sizing: border-box;
                height: 14px;
                width: 14px
            }

        #why-us .main-container .bubble-container .bubble {
            border-radius: 100%;
            box-sizing: border-box;
            position: absolute;
            height: 110px;
            top: calc(50% - 55px);
            left: -145px;
            width: 110px;
            transform: rotate(0);
            transition: .8s;
            cursor: pointer
        }

            #why-us .main-container .bubble-container .bubble .inner {
                background: #e9e9e9;
                border-radius: 100%;
                box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .2);
                box-sizing: border-box;
                height: 84px;
                width: 84px;
                overflow: hidden
            }

#why-us .border-image {
    background: #e9e9e9;
    display: inline-block;
    width: 95px;
    height: 95px;
    line-height: 97px;
    text-align: center;
    border-radius: 100%;
    box-sizing: content-box;
    border: 12px solid #00083b
}

#why-us .main-container .bubble-container .bubble,
.main-container .bubble-container .pointer .inner {
    background: #4e4e50
}

#why-us .bubble:hover {
    background-image: linear-gradient(to right, #ffcb05, #b48907, #4e4e50, #4e4e50) !important;
    box-shadow: 0 4px 15px 0 rgb(245 196 45)
}

#why-us #text1::before {
    content: 'Consistent good quality';
    position: absolute;
    width: 177px;
    right: -45px
}

#why-us #text2::before {
    content: 'Proactive team';
    position: absolute;
    width: 177px;
    right: -69px
}

#why-us #text3::before {
    content: 'Good client handholding';
    position: absolute;
    width: 177px;
    right: -91px
}

#why-us #text4::before {
    content: 'Strong site team for installation services';
    position: absolute;
    width: 310px;
    right: -113px;
    top: -45px;
}

#why-us #text5::before {
    content: 'Motivated site team for shutdown';
    position: absolute;
    bottom: -27px;
    width: 260px;
    right: -17px;
    font-weight: 500
}

#why-us #text6::before {
    content: 'Reasonable market price';
    position: absolute;
    width: 180px;
    right: -41px
}

#why-us #text7::before {
    content: 'Short delivery time/Ontime delivery';
    position: absolute;
    bottom: -30px;
    width: 270px;
    right: -96px;
    font-weight: 500
}

#why-us .feature-box {
    border: 2px solid #e4e4e4;
    padding: 15px
}

@media only screen and (max-width:991px) {
    #text5::before {
        bottom: -51px;
        width: 190px;
        right: -88px
    }

    #text7::before {
        bottom: -50px;
        width: 190px;
        right: -122px
    }

    #text6::before {
        bottom: -51px;
        width: 160px;
        right: -42px
    }
}


#design-standards .content li {
    position: relative;
    padding-left: 18px;
}

    #design-standards .content li:before {
        content: "\F280";
        font-family: bootstrap-icons !important;
        margin-right: 5px;
        position: relative;
        color: #FFCC12;
    }

#design-standards .nav-tabs,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
}

    #design-standards .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: white !important;
    }

#design-standards .nav-item {
    border-bottom: 2px solid #ececec;
    width: 100%;
}

#header .navbar-brand {
    width: 40%;
}

@media(max-width:1199px) and (min-width:992px) {
    #header .navbar-brand {
        width: 40%;
        left: 3%;
        top: -38px !important;
    }
}

#chemicals-equiments {
    padding-top: 160px !important;
    margin-top: -100px;
}

.mob_logoo {
    max-width: 200px;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu > li:hover > .submenu {
    display: block;
}

@media(min-width:991px) {
    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: -160px;
        top: 5px;
    }
}



#who-are-we .counter {
    border: 4px solid #000b4f;
    margin: 0 10px;
    position: relative;
    padding: 10px 10px 10px 50px;
}

#who-are-we .icons-whyus {
    width: 80px;
    height: 80px;
    display: block;
    background-color: #00083b;
    position: absolute;
    left: -42px;
    top: 42px;
    box-sizing: border-box;
    padding: 12px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 5px solid #fff;
}

#who-are-we .counter::before {
    content: '';
    position: absolute;
    background: rgb(255 255 255);
    width: 80px;
    height: 5px;
    bottom: -4px;
    right: 10px;
}

#who-are-we .counter::after {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 80px;
    height: 5px;
    top: -5px;
    right: -5px;
}

#who-are-we .accordion-button:focus {
    box-shadow: none;
}

#who-are-we .accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 500;
    background-color: transparent;
}

@media only screen and (max-width:570px) {
    #who-are-we .counter {
        padding: 10px 10px 10px 80px;
    }

    #who-are-we .icons-whyus {
        left: -22px;
        top: 20px;
    }
}

#chemicals-equiments .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

#chemicals-equiments .accordion-button:focus {
    box-shadow: none;
    color: #FFCC12;
    font-weight: 500;
    background-color: transparent;
}

#chemicals-equiments .accordion-button .fa-angle-right :focus {
    color: red !important;
}

#chemicals-equiments .accordion-button::after {
    content: unset;
}

#chemicals-equiments .bi-plus {
    font-size: 30px;
    padding-right: 5px;
    cursor: pointer;
}

#chemicals-equiments .accordion-button {
    background-color: unset;
}

    #chemicals-equiments .accordion-button.active {
        color: #FFCC12;
    }

#chemicals-equiments .nav-link:focus,
#chemicals-equiments .nav-link:hover,
#chemicals-equiments .navbar-nav .nav-link.active,
#chemicals-equiments .navbar-nav .show > .nav-link {
    color: #FFCC12 !important;
}


.csr-banner {
    background: url('../../assets/img/BANNER-CSR.png')no-repeat center center;
}

#chairman-message {
    background: url('../../assets/img/CHAIRMAN-MSG.png')no-repeat center center;
    margin: 0 auto;
    display: flex;
    min-height: 600px;
    background-size: 100% 100%;
}

    #chairman-message article > p {
        font-family: 'Roboto', sans-serif;
        width: 75%;
        margin: 0 auto;
    }

@media (max-width: 992px) {
    #chairman-message {
        background: url('../../assets/img/CHAIRMAN-MSG.png')no-repeat center center;
        margin: 0 auto;
        display: flex;
        background-size: cover
    }

        #chairman-message article > p {
            width: 100%;
            margin: 0 auto;
        }
}

#products .accordion-button:focus {
    box-shadow: none;
    color: #FFCC12;
    font-weight: 500;
    background-color: transparent;
}

#products .accordion-button .fa-angle-right :focus {
    color: red !important;
}

#products .accordion-button::after {
    content: unset;
}

#products .bi-plus {
    font-size: 30px;
}

#products .accordion-button {
    background-color: unset;
}

    #products .accordion-button.active {
        color: #FFCC12;
    }

    #products .accordion-button:not(.collapsed) {
        box-shadow: unset;
    }

.main-container {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 800px;
    overflow: hidden;
}

.main {
    margin: 0px auto;
    width: 577px;
    height: 548px;
    position: relative;
}

.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 3px solid #e3e4ec;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}

.icon-block {
    width: 82px;
    height: 82px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
    -webkit-background-image: linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 100%);
    border: 11px solid #e3e4ec;
}

    .icon-block img {
        margin: 0px auto;
        width: 86%;
        animation: Rotate-reverse 20s linear infinite;
        -webkit-animation: Rotate-reverse 20s linear infinite;
    }

.big-circle .icon-block:first-child {
    top: -45px;
    left: 42%;
}

    .big-circle .icon-block:first-child::before {
        content: "Water Treatment / Desalination";
        position: absolute;
        width: 200px;
        bottom: 76px;
        right: -72px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(2) {
    top: -3%;
    left: 67%;
}

    .big-circle .icon-block:nth-child(2)::before {
        content: "Dyes & Pigments";
        position: absolute;
        width: 200px;
        bottom: 0px;
        right: -182px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(3) {
    top: 15%;
    left: 87%;
}

    .big-circle .icon-block:nth-child(3)::before {
        content: "Pulp & Paper";
        position: absolute;
        width: 200px;
        bottom: -26px;
        right: -150px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(4) {
    top: 41%;
    left: 95%;
}

    .big-circle .icon-block:nth-child(4)::before {
        content: "Titanium Dioxide Pigment";
        position: absolute;
        width: 150px;
        bottom: -40px;
        right: -156px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(5) {
    top: 67%;
    left: 87%;
}

    .big-circle .icon-block:nth-child(5)::before {
        content: "Construction";
        position: absolute;
        width: 200px;
        bottom: -29px;
        right: -134px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(6) {
    top: 88%;
    left: 69%;
}

    .big-circle .icon-block:nth-child(6)::before {
        content: "Mineral Processing / Mining";
        position: absolute;
        width: 200px;
        bottom: -34px;
        right: -154px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(7) {
    top: 95%;
    left: 43%;
}

    .big-circle .icon-block:nth-child(7)::before {
        content: "Fertilizers / Insecticides / Pesticides";
        position: absolute;
        width: 200px;
        bottom: -62px;
        right: -77px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(8) {
    bottom: -1%;
    left: 18%;
}

    .big-circle .icon-block:nth-child(8)::before {
        content: "Telecommunication";
        position: absolute;
        width: 200px;
        bottom: -37px;
        right: -66px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(9) {
    bottom: 16%;
    left: 0%;
}

    .big-circle .icon-block:nth-child(9)::before {
        content: "Pharmaceutical";
        position: absolute;
        width: 200px;
        bottom: -37px;
        right: -46px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(10) {
    bottom: 43%;
    left: -8%;
}

    .big-circle .icon-block:nth-child(10)::before {
        content: "Original Equipment Manufacturer";
        position: absolute;
        width: 200px;
        bottom: -57px;
        right: 14px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(11) {
    bottom: 69%;
    left: -1%;
}

    .big-circle .icon-block:nth-child(11)::before {
        content: "Viscose / Fiber";
        position: absolute;
        width: 200px;
        bottom: -27px;
        right: 14px;
        transform: rotate(359deg);
        text-align: center;
    }

.big-circle .icon-block:nth-child(12) {
    bottom: 87%;
    left: 17%;
}

    .big-circle .icon-block:nth-child(12)::before {
        content: "Ion Exchange Resins";
        position: absolute;
        width: 200px;
        bottom: -4px;
        right: 70px;
        transform: rotate(359deg);
        text-align: center;
    }

.circle1 .icon-block:first-child::before {
    content: "Chlor Alkali";
    position: absolute;
    width: 100px;
    top: 53px;
    left: 27px;
    transform: rotate(316deg);
}

.circle1 .icon-block:nth-child(2) {
    top: 50%;
    left: -10%;
}

    .circle1 .icon-block:nth-child(2)::before {
        content: "Oil";
        position: absolute;
        width: 100px;
        top: 27px;
        left: 55px;
        transform: rotate(317deg);
    }

.circle1 .icon-block:nth-child(3) {
    top: 83%;
    left: 39%;
}

    .circle1 .icon-block:nth-child(3)::before {
        content: "Chemical";
        position: absolute;
        width: 100px;
        top: 27px;
        left: 55px;
        transform: rotate(315deg);
    }

.circle1 .icon-block:nth-child(4) {
    bottom: 83%;
    left: 47%;
}

    .circle1 .icon-block:nth-child(4)::before {
        content: "Bromine";
        position: absolute;
        width: 100px;
        top: 27px;
        left: 55px;
        transform: rotate(315deg);
    }

.circle1 .icon-block:nth-child(5) {
    bottom: 44%;
    left: 85%;
}

.circle1 .icon-block img {
    transform: rotate(314deg);
}

.circle1 .icon-block:nth-child(5)::before {
    content: "Steel";
    position: absolute;
    width: 100px;
    top: 27px;
    left: 55px;
    transform: rotate(317deg);
}

.circle1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 50%;
    height: 50%;
    border-radius: 50%;
}

    .circle1 .icon-block img {
        animation: img-rotate 20s linear infinite;
        -webkit-animation: img-rotate 20s linear infinite;
    }

/* center logo */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

    .center-logo img {
        max-width: 200px
    }

#customized-solutions .icon-block:hover {
    transform: scale(1.3);
    transition-duration: 1s
}

#customized-solutions-1 .icon-block-1 {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: linear-gradient(180deg, #fff 0, #fff 100%);
    -webkit-background-image: linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 100%);
    border: 11px solid #e3e4ec
}

.icon-block-1 img {
    width: 86%;
}

.d_block {
    display: block !important;
}

#job-seeker .accordion-flush .accordion-item .accordion-button {
    background-color: #e2e5e9;
}

#job-seeker .accordion-button:focus {
    box-shadow: unset;
}

/* Vision, Mission */
#vision_mission .ico .fa {
    width: 100px;
    height: 100px;
    background-color: #e2e2e2;
    padding: 22px 0;
    border-radius: 50%;
    box-shadow: inset 0 1px 3px rgba(45, 62, 80, .3);
    text-shadow: 0 1px 3px rgba(45, 62, 80, .3);
    margin-bottom: 20px;
    font-size: 50px;
    color: #000b4f
}

#vision_mission h3 {
    color: #000b4f
}

#vision_mission .card_vision:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 10px rgba(45, 62, 80, .3)
}

    #vision_mission .card_vision:hover .ico .fa {
        box-shadow: inset 0 3px 10px rgba(45, 62, 80, .3);
        text-shadow: 0 3px 2px rgba(45, 62, 80, .3)
    }

.border_yellow {
    padding: 15px;
    border-bottom: 2px solid #070f471a
}

    .border_yellow p {
        margin-bottom: 0
    }

/* timeline */
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #ddd
}

    .timeline ul li::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: inherit;
        z-index: 1;
        transition: background .5s ease-in-out
    }

    .timeline ul li div {
        position: relative;
        bottom: 0;
        width: 410px;
        padding: 15px;
        background: #f0f0f0;
        visibility: hidden;
        opacity: 0;
        transition: .5s ease-in-out
    }

        .timeline ul li div::before {
            content: "";
            position: absolute;
            bottom: 7px;
            width: 0;
            height: 0;
            border-style: solid
        }

    .timeline ul li:nth-child(odd) div {
        left: 45px;
        transform: translate3d(200px, 0, 0)
    }

        .timeline ul li:nth-child(odd) div::before {
            left: -15px;
            border-width: 8px 16px 8px 0;
            border-color: transparent #f0f0f0 transparent transparent
        }

    .timeline ul li:nth-child(2n) div {
        left: -439px;
        transform: translate3d(-200px, 0, 0)
    }

        .timeline ul li:nth-child(2n) div::before {
            right: -15px;
            border-width: 8px 0 8px 16px;
            border-color: transparent transparent transparent #f0f0f0
        }

time {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #4e4e50
}

.timeline ul li.in-view::after {
    background: #4e4e50
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    text-align: justify
}

@media screen and (max-width:900px) {
    .timeline ul li div {
        width: 250px
    }

    .timeline ul li:nth-child(2n) div {
        left: -289px
    }
}

@media screen and (max-width:600px) {
    .timeline ul li {
        margin-left: 20px
    }

        .timeline ul li div {
            width: calc(100vw - 91px)
        }

        .timeline ul li:nth-child(2n) div {
            left: 45px
        }

            .timeline ul li:nth-child(2n) div::before {
                left: -15px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #f0f0f0 transparent transparent
            }
}

.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.timeline-rhombus ul li div::before {
    bottom: 12px
}

.timeline-star ul li::after {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.timeline-heptagon ul li::after {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%)
}

.timeline-infinite ul li::after {
    animation: 4s infinite scaleAnimation
}

@keyframes scaleAnimation {

    0%, 100% {
        transform: translateX(-50%) scale(1)
    }

    50% {
        transform: translateX(-50%) scale(1.25)
    }
}

#chairman-message {
    min-height: 600px;
}

.bs_2 {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background: #f7f7f7;
}

.shadow1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
}

#header .navbar {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.txt-justify,
#chemicals-equiments p,
#ContentPlaceHolder1_pdecs,
#design-standards p {
    text-align: justify;
}

/* Banner Section */
@media (min-width: 992px) {
    .banner_bg {
        height: 100vh;
        max-width: 100%;
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .banner-0 {
        background: url(../../assets/img/fiber-works-products-banners-img.png?33), url('../../assets/img/fiber-works-products-banners-img.webp?33');
    }

    .banner-1 {
        background: url(../../assets/img/banner-1.png?33);
    }

    .banner-2 {
        background: url(../../assets/img/banner-2.png?33);
    }

    .banner-3 {
        background: url(../../assets/img/banner-3.png?33);
    }

    #hm-banner .hm-banner-desc {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

@media (max-width: 992px) {
    #hm-banner {
        margin-top: 100px;
    }
}

@media (max-width: 769px) {
    #hm-banner {
        margin-top: 80px;
    }
}

@media (max-width: 450px) {
    #hm-banner {
        margin-top: 55px;
    }
}

.submenu {
    background: transparent;
    border: unset
}

#inner-banner .bg-light-blue {
    align-self: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    min-width: fit-content;
    bottom: 0;
    padding: 15px 20px;
    height: fit-content;
    left: 0;
}

#inner-banner {
    position: relative;
    background-size: cover;
}

#awards .dropdown-item.active,
.dropdown-item:active {
    color: #000;
    background-color: #ffffff;
}

.sub_menu_parent {
    border-bottom: 1px solid #dadada;
}

#mobile-menu .sub-menu {
    display: none;
}

#mobile-menu .active {
    color: #FFCC12 !important;
    font-weight: 700;
}


/* Social Icons */
#social_side_links {
    position: fixed;
    bottom: 40px;
    right: 0px;
    padding: 0;
    list-style: none;
    z-index: 99;
}

    #social_side_links li a {
        display: block;
    }

        #social_side_links li a img {
            display: block;
            max-width: 40px;
            padding: 10px;
        }

        #social_side_links li a:hover img {
            background: rgba(0, 0, 0, 1.05);
        }

            #social_side_links li a:hover img:hover {
                padding-left: 20px;
                width: 65px;
            }

#technology-section {
    background: url(../../assets/img/video-bg-img.png)no-repeat center center;
    background-size: cover;
}

.so2-gas,
.sulphuric-acid,
.pipe-fitting {
    position: absolute;
    width: 54% !important;
    bottom: 268px !important;
    left: 60px;
    background-color: unset !important;
}

#hero-slider h1 {
    font-size: 48px !important;
    font-weight: 500 !important;
}

#hero-slider h4 {
    font-size: 26px !important;
}

.so2-gas h5 {
    font-size: 20px !important;
}

.so2-gas h4 span::after {
    content: '';
    width: 90%;
    bottom: -8px;
    position: absolute;
    height: 3px;
    background: #f3711c;
}

.pipe-fitting h1,
.pipe-fitting h4,
.pipe-fitting h5 {
    color: #017a8c;
}

.left_tech::after {
    content: '';
    width: 40px;
    height: 75%;
    background: #f7f7f9;
    position: absolute;
    top: 13%;
    right: 3px;
}

.right_tech::before {
    content: '';
    width: 40px;
    height: 75%;
    background: #f7f7f9;
    position: absolute;
    top: 13%;
    left: 3px;
}

.mt-100 {
    margin-top: 100px;
}

@media (max-width: 1200px) {

    .so2-gas,
    .sulphuric-acid,
    .pipe-fitting {
        bottom: 22% !important;
        width: 38% !important;
    }
}


@media (min-width: 769px) {

    .so2-gas,
    .sulphuric-acid,
    .pipe-fitting {
        bottom: 43% !important;
        width: 38% !important;
    }

    #hero-slider h1 {
        font-size: 36px !important;
    }

    .banner_bg {
        height: 580px;
        max-width: 100%;
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }

    @media (min-width: 1200px) {
        .banner_bg {
            height: 670px;
        }
    }

    .banner-0 {
        background: url(../../assets/img/fiber-works-products-banners-img.png?1);
    }

    .banner-1 {
        background: url(../../assets/img/hero-banner1.png?1);
    }

    .banner-2 {
        background: url(../../assets/img/hero-banner2.png?1);
    }

    .banner-3 {
        background: url(../../assets/img/hero-banner3.png?1);
    }

    .banner-4 {
        background: url(../../assets/img/hero-banner4.png?2);
    }

    .banner-5 {
        background: url(../../assets/img/hero-banner5.png?1);
    }

    .banner-6 {
        background: url(../../assets/img/hero-banner6.png?3);
    }

    #hm-banner .hm-banner-desc {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

@media (max-width: 992px) {
    #hm-banner {
        margin-top: 100px;
    }
}

@media (max-width: 769px) {
    #hm-banner {
        margin-top: 80px;
    }

    .mt-100 {
        margin-top: 0px;
    }

    #hero-slider h1 {
        font-size: 28px !important;
    }

    #technology-section .txt-justify {
        text-align: center;
    }

    .left_tech::after {
        content: unset;
    }

    .right_tech::before {
        content: unset;
    }
}

@media (max-width: 450px) {
    #hm-banner {
        margin-top: 55px;
    }
}

.sub-menu .anchor_right:before {
    content: "\F280";
    font-family: bootstrap-icons !important;
    margin-right: 5px;
    position: relative;
    color: #ffc107;
}

.sub-menu .anchor_right:before {
    left: -22px;
}

.anchor_right {
    padding-left: 20px;
    padding-right: 10px;
}

    .anchor_right a {
        margin-left: -21px
    }

#sitemap h4 a {
    font-size: 1.38rem;
    font-weight: bold;
}

#hero-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}

.history-banner {
    background: url('../../assets/img/about-history.png?1')no-repeat center center;
}

.group-banner {
    background: url('../../assets/img/The-Group.png?1')no-repeat center center;
}

.vision-value-banner {
    background: url('../../assets/img/Vision-Value.png?1')no-repeat center center;
}

.certifications-banner {
    background: url('../../assets/img/Certifications.png?1')no-repeat center center;
}

.advantages-banner {
    background: url('../../assets/img/about-advantages.png?1')no-repeat center center;
}

.who-we-are-banner {
    background: url('../../assets/img/Who-we-are.png?1')no-repeat center center;
}

.why-us-banner {
    background: url('../../assets/img/Why-us.png?1')no-repeat center center;
}

/* Feedback */
#feedback-section .owl-stage-outer {
    padding: 30px 50px;
    margin-left: -34px;
    width: calc(100% + 100px)
}

#feedback-section .single-testimonial {
    border: 3px solid #4e4e50;
    border-radius: 45px;
    position: relative;
    z-index: 2
}

    #feedback-section .single-testimonial::before {
        content: "";
        position: absolute;
        left: -35px;
        top: -35px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="10" y="60" font-size="50" font-family="Arial">"</text></svg>') 34px 15px/60% no-repeat #fff;
        width: 126px;
        height: 100px;
        transform: rotate(180deg)
    }

    #feedback-section .single-testimonial::after {
        content: "";
        position: absolute;
        right: -35px;
        bottom: -34px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="10" y="60" font-size="50" font-family="Arial">"</text></svg>') 34px 19px/60% no-repeat #fff;
        width: 126px;
        height: 100px
    }

#feedback-section .round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

#feedback-section .client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px
}

#feedback-section .sec-title.white-title h2 {
    color: #000
}

#feedback-section .owl-dots button {
    background: #4e4e50 !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: .3s
}

#feedback-section .owl-dots {
    text-align: center;
    margin-top: 30px
}

    #feedback-section .owl-dots button.active {
        width: 30px
    }

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override
}

    [data-star]::before {
        display: block;
        content: '★★★★★';
        color: #eee;
        font-size: 50px
    }

    [data-star]::after {
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        content: '★★★★★';
        width: 0;
        color: #ffcc12;
        overflow: hidden;
        height: 100%;
        font-size: 50px
    }

[data-star^="1"]::after {
    width: 20%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="2"]::after {
    width: 40%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="3"]::after {
    width: 60%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="4"]::after {
    width: 80%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="5"]::after {
    width: 100%
}

.owl-carousel .owl-stage {
    display: flex
}

#feedback-section .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto
}

#feedback-section .owl-carousel .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column
}

#feedback-section .owl-carousel .flex-text {
    flex-grow: 1
}

#feedback-section .owl-carousel .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px
}

@media (max-width:992px) {
    #feedback-section .single-testimonial {
        border: 1px solid #4e4e50;
    }
}

@media(max-width:1200px) and (min-width:992px) {
    .nav-link {
        padding: 0px 3px !important;
    }
}




/*-----------------HEADER------------------*/
#top-header {
    background-color: #4e4e50;
    z-index: 999;
    position: relative
}

    #top-header .nav-link {
        display: unset;
    }

#header {
    position: relative;
    z-index: 999;
    width: 100%;
}

    #header .navbar {
        position: absolute;
        width: 100%;
    }

    #header .navbar-nav {
        position: relative;
    }

    #header .navbar-brand {
        position: absolute;
        top: -52px;
    }

@media(min-width:1400px) {
    #header .navbar-brand {
        position: absolute;
        top: -55px;
    }

    #header .navbar-brand {
        width: 35% !important;
    }
}

#header .dropdown-toggle::after {
    content: unset;
}

.nav-link {
    color: #000;
}

    .nav-link.active,
    #header .navbar-nav .nav-link:hover {
        color: #FFCC12 !important;
    }

#header .fa-angle-down::before {
    vertical-align: -0.10em;
}

#header .navbar-nav .dropdown-item.active,
#header .navbar-nav .dropdown-item:active,
#header .dropdown-item:focus,
#header .dropdown-item:hover {
    background-color: #FFCC12 !important;
}

/* @media (min-width: 992px)and (max-width: 1199px){ #header .navbar-brand {top:0;right: 35%;}} */
@media (max-width: 992px) {
    #header .navbar-brand {
        position: relative;
        top: unset;
        width: 50%;
    }

    #header .shadow-mobile {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
        background-color: #4e4e501c;
        border: 1px solid #000;
    }
}

@media (min-width:1200px) {

    /* Initial state of the dropdown menu */
    .dropdown_menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        display: block;
        top: 120px;
        transition: all .3s;
        transform: scale(1) !important;
        left: 0;
        width: fit-content;
        background: #fff;
        overflow: unset !important
    }

    .navbar-nav .dropdown__1:hover .dropdown_menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        top: 100%;
        max-height: 85vh;
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .dropdown_menu_1 {
        left: -150px !important;
    }
}

.active {
    color: #FFCC12 !important;
}


/*.fiberworks-imgs {

    width: 100%;
    overflow: hidden;
    position: relative;
}*/


#chemicals-equiments .video-fiberworks {
    float: right;
    width: 39%;
    min-width: 300px;
    margin-left: 30px;
}

@media (max-width: 992px) {
    #chemicals-equiments .video-fiberworks {
        float: unset;
        margin-right: unset;
        width: unset;
        min-width: unset;
        margin-left: unset;
    }
}

.space-between {
    justify-content: space-between;
}


@media (min-width: 992px) {
    .padding {
        padding: 25px;
    }
}

.center-all-text {
    text-align: center !important;
}
