@font-face {
    font-family: 'ExoRegular';
    src: url('../fonts/regular/ExoRegular.eot');
    src: url('../fonts/regular/ExoRegular.eot') format('embedded-opentype'), url('../fonts/regular/ExoRegular.woff2') format('woff2'), url('../fonts/regular/ExoRegular.woff') format('woff'), url('../fonts/regular/ExoRegular.ttf') format('truetype'), url('../fonts/regular/ExoRegular.svg#ExoRegular') format('svg');
}

@font-face {
    font-family: 'ExoBold';
    src: url('../fonts/bold/ExoBold.eot');
    src: url('../fonts/bold/ExoBold.eot') format('embedded-opentype'), url('../fonts/bold/ExoBold.woff2') format('woff2'), url('../fonts/bold/ExoBold.woff') format('woff'), url('../fonts/bold/ExoBold.ttf') format('truetype'), url('../fonts/bold/ExoBold.svg#ExoBold') format('svg');
}

@font-face {
    font-family: 'ExoMedium';
    src: url('../fonts/medium/ExoMedium.eot');
    src: url('../fonts/medium/ExoMedium.eot') format('embedded-opentype'), url('../fonts/medium/ExoMedium.woff2') format('woff2'), url('../fonts/medium/ExoMedium.woff') format('woff'), url('../fonts/medium/ExoMedium.ttf') format('truetype'), url('../fonts/medium/ExoMedium.svg#ExoMedium') format('svg');
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    scroll-behavior: smooth;
}

a {
    color: #3c98ff;
}

a:hover {
    color: #23527c;
    text-decoration: none;
}

.alert.alert-success.alert-dismissable {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
    background-color: #4BB543;
    border-color: #4BB543;
}
.alert-success-massage {
    right: 5px;
    top: 5px;
    display: flex;
    color: #fff;
    align-items: center;
}
.alert-success-massage strong {
    margin-right: 5px;
}

.alert-success-massage .close:hover {color: #fff;} 

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.right-header {
    display: flex;
    align-items: center;
}

.right-header a {
    display: flex;
    align-items: center;
}

.right-header a:hover {
    color: #a70d4d;
}

.right-header i {
    font-size: 30px;
    margin-right: 10px;
}
.right-header a {color: #414141;}

.right-header span {
    font-size: 18px;
}

.navbar-brand {
    display: none;
}

.main-header {
    padding: 10px 0px 10px 0px;
    background-color: #293742;
}

  .navbar-nav {
    letter-spacing: 0.5px;
    font-family: 'ExoMedium';}
    
.main-header .navbar-nav .nav-item a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 0 35px;
}

.main-header .navbar-nav .nav-item a:first-child {
    padding-left: 0px;
}

.main-header .navbar-nav .nav-item a.active {
    color: #a70d4d;
}

.main-header .navbar-nav .nav-item a:hover {
    color: #a70d4d;
    background: transparent;
}

.main-header .navbar-nav .nav-item a:focus {
    color: #a70d4d;
    background: transparent;
}

.main-header .dropdown-menu.show {
    width: 300px;
    padding: 0px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    padding: 8px 0px;
}
.main-header .dropdown-menu.show a.dropdown-item.active {    background: transparent;}

.main-header .navbar-nav .nav-item a.dropdown-item {
    border-bottom: 0px solid #ddd;
    display: block;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #333;
}

.main-header .navbar-nav .nav-item a.dropdown-item:first-child {
    padding-left: 15px;
}

.main-header .navbar-nav .nav-item a.dropdown-item:focus {
    outline: none;
    background: #fff;
    color: #a70d4d;
}

.main-header .navbar-nav .nav-item a.dropdown-item:hover {
    outline: none;
    background: #fff;
    color: #a70d4d;
}

.main-header .navbar-nav .nav-item a.dropdown-item.active {
    color: #a70d4d;
}

.main-header a#navbardrop {
    color: #fff;
}

.main-header a#navbardrop:hover {
    color: #af1356;
}

.main-header a#navbardrop.active {
    color: #af1356;
}

.main-header .our-Products .dropdown-menu.show {
    width: 1140px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -192px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
}

.main-header .our-Products .dropdown-menu.show .dropdown-item {
    width: 20%;
    border: none;
    color: #333;
}

.main-header .our-Products .dropdown-menu.show .dropdown-item.largemenu {
    width: 33.33%;
    white-space: normal;
}

.main-header .our-Products .dropdown-menu.show .dropdown-item:hover {
    color: #a70d4d;
    background: transparent;
}

.main-header .our-Products .dropdown-menu.show .braid-gland-packing {
    width: 100%;
    color: #3c98ff;
    font-size: 14px;
}

.main-header .our-Products .dropdown-menu.show .braid-gland-packing:hover {
    color: #a70d4d;
}

.main-header .our-Products .dropdown-menu.show .dropdown-item.active {
    color: #a70d4d;
}

.header.sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
}


/*--------Main Header Start Css---------*/

.main-heading {
    width: 100%;
    position: relative;
}

.main-heading:after {
    width: calc(100% - 100px);
    margin-left: 100px;
    content: '';
    display: block;
    background-color: #d1d1d1;
    height: 1px;
    margin-top: 13px;
}
.main-heading:before { 
    width: 100px;
    content: '';
    display: block;
    background-color: #af1356;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0.5px;}

.main-heading h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 8px;
    color: #af1356;
    text-transform: uppercase;
     font-family: 'ExoMedium';
     letter-spacing: 1px;
}



/*--------Main Header End Css---------*/


/*--------Home Sart Css---------*/

.banner-section {
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: rgba(170, 170, 170, 1);
    border: solid 1px #fff;
}

.carousel-indicators .active {
    background: rgba(0, 0, 0, 1);
}

.carousel-control-next {
    width: 60px;
    right: 20px;
}

.carousel-control-prev {
    width: 60px;
    left: 20px;
}

.carousel-control-next i {
    font-size: 50px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev i {
    font-size: 50px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item img {
    max-width: 100%;
}

.home-page {
    width: 100%;
    padding-top: 104px;
}


.home-page p {
    color: #333;
    text-decoration: none;
}
.home-page p {
    text-decoration: none;
    line-height: 25px;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;
    
}
.home-page p strong {
    color: #293742;
    font-weight: 500;
}

.welcome-to-asiatic {
    padding-top: 20px;
}

.product-categories-section {
    padding-top: 80px;
}

a.categories-box {
    display: inline-block;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

a.categories-box img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: all cubic-bezier(0.2, 1, 0.2, 1) 0.3s;
    transition: all cubic-bezier(0.2, 1, 0.2, 1) 0.3s;
}

.categories-name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    background: #fff;
    color: #3c98ff;
    padding: 50px;
    font-size: 18px;
}

.categories-name h3 {
    font-size: 18px;
    margin: 0px;
    line-height: normal;
}

a.categories-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

a.categories-box:hover h3 {
    color: #fff;
}

a.categories-box:hover .categories-name::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #af1356;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


/*--------Home End css---------*/


/*------An overview Satrt css---------*/

.banner-section {
    width: 100%;
    text-align: center;
}

.banner-section-bg {
    padding: 100px 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.banner-section h1 {
    font-size: 36px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 8px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

.banner-section h1:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    width: 50px;
    background: #fff;
    height: 4px;
    transform: translateX(-50%);
}

.banner-section ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    z-index: 1;
}

.banner-section ul li a {
    color: #3c98ff;
    text-decoration: none;
}

.banner-section ul li a:hover {
    color: #a70d4d;
}

.banner-section ul li {
    color: #fff;
    font-size: 16px;
    margin: 15px 5px 0px 5px;
}

.an-overview-page {
    width: 100%;
    padding-top: 104px;
}

.an-overview-page p {text-decoration: none;
    line-height: 25px;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;}
    
    .home-page p strong {
    color: #293742;
    font-weight: 500;
}

.corporate-video-section {
    padding-top: 80px;
}

.corporate-iframe {
    text-align: center;
    margin-top: 20px;
}

.corporate-iframe iframe {
    width: 60%;
    height: 400px;
    margin: 0 auto;
    text-align: center;
}


/*------An overview End css---------*/


/*------Our vision Start css---------*/

.our-vision-page {
    width: 100%;
    padding-top: 104px;
}

.our-vision-section {
    width: 100%;
    margin-top: 20px;
}

 .our-vision-section p {
    text-decoration: none;
    line-height: 25px;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;
 }

.our-vision-section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.our-vision-section ul li {
    margin-top: 15px;
    position: relative;
    padding-left: 18px;
    font-family: 'ExoMedium';
    color: #293742;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 22px;
}
.our-vision-section ul li:after {
    content: '';
    font-size: 18px;
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #af1356;
}

.our-vision-section ul li i.fa.fa-check {
    font-size: 16px;
    color: #af1356;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}


/*------Our vision End css---------*/


/*------Quality page Start css---------*/

.quality-page {
    width: 100%;
    padding-top: 104px;
}

.glyphicon-lg {
    font-size: 3em
}

.quality-page .blockquote-box {
    border-right: 5px solid #E6E6E6;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.quality-page .blockquote-box .square {
    width: 100px;
    min-height: 50px;
    margin-right: 22px;
    text-align: center!important;
    background-color: #E6E6E6;
    padding: 20px 0
}

.quality-page .blockquote-box.blockquote-info {
    border-color: #af1356;
    background: #f1f2f3;
}

.quality-page .blockquote-box.blockquote-info .square {
    background-color: #af1356;
    color: #FFF
}

.quality-page-section {
    width: 100%;
    margin-top: 20px;
}

.quality-page-section P {
    text-decoration: none;
    line-height: 25px;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;
}

.quality-page-section i.fa.fa-quote-left { 
    font-size: 32px;
}

.quality-page {
    line-height: 22px;
}

.quality-page .blockquote-box h4 {
    font-family: 'ExoMedium';
    font-weight: 600;
    font-size: 28px;
    margin: 0px;
    padding: 10px 0px;
}


/*------Quality page End css---------*/


/*-----Contact page Page start css-----*/

.contact-page {
    width: 100%;
    padding-top: 104px;
}

.map-section {
    width: 100%;
    padding-top: 100px;
}

.map-section iframe {
    margin-top: 20px;
    width: 100%;
    height: 400px;
}

.registered-section h5 {
   font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    margin: 20px 0px 0px 0px;
    font-family: 'ExoMedium';
    font-weight: 600;
    letter-spacing: 1px;
    
}

.registered-section ul {
    margin: 0px;
    padding: 0px;
}

.registered-section ul li {
    list-style: none;
    margin-top: 10px;
    position: relative;
    align-items: center;
    padding-left: 30px;
    text-decoration: none;
    line-height: 25px;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;
}

.registered-section ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #af1356;
    font-size: 16px
}

.contact-form {
    width: 100%;
}

.contact-form input {
    width: 100%;
    padding: 10px 0 6px 0px;
    border: none;
    border-bottom: solid 2px #a6a9aa;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    font-family: 'ExoMedium';
}

.contact-form textarea {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: solid 2px #a6a9aa;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.contact-form .submitbtn {
    background: #af1356;
    width: 100px !important;
    border-radius: 50px;
    color: #fff;
    border: none;
    
}


/*-----Contact page Page End css-----*/


/* careers-page */

.careers-page {
    width: 100%;
    padding-top: 104px;
    font-size: 16px;
    line-height: 26px;
}

.careers-page .contact-form p {
    margin-top: 20px;
    text-decoration: none;
    line-height: 25px;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;
}

.contact-form input.file-field {
    border: none;
}

.why-us-section {
    width: 100%;
    margin-top: 20px;
}

.why-us-section p {    text-decoration: none;
    line-height: 25px;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;}

.why-us-section ul {
    padding: 0px;
    list-style: none;
}

.why-us-section ul li {
   margin-top: 15px;
    padding-left: 18px;
    font-family: 'ExoMedium';
    color: #293742;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.why-us-section ul li:after {
    content: '';
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #af1356;
}

.why-us-section ul i.fa.fa-check {
    font-size: 16px;
    color: #af1356;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}

.why-us-section h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    margin: 20px 0px 0px 0px;
    font-family: 'ExoMedium';
    font-weight: 600;
    letter-spacing: 1px;
}


/* Clientele page */

.clientele-page {
    width: 100%;
    padding-top: 104px;
    font-size: 16px;
    line-height: 26px;
}
.clientele-page p{
    text-decoration: none;
    line-height: 25px;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;
    
}

.clients-section {
    width: 100%;
    margin-top: 20px;
}

.clients-section img {
    width: 100%;
}


/*--------- Main Product list ---------*/

.main-product-list {
    width: 100%;
}

.imagescenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.imagescenter img {max-width: 100%; max-height: 100%;}

.main-product-img img {
    max-width: 100%;
    max-height: 360px;
}

.product-name {
    width: 100%;
}
.product-name p span {    line-height: 26px;
    text-decoration: none;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;}


.product-name h2 {
    color: #293742;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'ExoMedium';
}

.product-name p {
    font-size: 16px;
    line-height: 26px;
}

.main-product-list {
    width: 100%;
    background-color: #f0f0f0;
    padding: 100px 0px 120px 0px;
}

.tab-section {
    width: 100%;
}

.tab-section .nav.nav-tabs {
    background-color: #111111;
    margin-bottom: 50px;
    margin-top: -60px;
}

.tab-section .nav.nav-tabs .nav-link {
    padding: 20px 30px 16px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    line-height: 24px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-color: transparent;
}

.tab-section .nav.nav-tabs a.nav-link.active {
    background: #fff;
    color: #000;
    border-color: transparent;
}

.tab-section .nav.nav-tabs .nav-link:hover {
    background: #fff;
    color: #000;
    border-color: transparent;
}

.products-deatils {
    width: 100%;
}

.products-deatils p {
    line-height: 26px;
    text-decoration: none;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;
}
.technical-data-section {
    text-decoration: none;
    line-height: 25px;
    text-align: justify;
    font-family: 'open_sansregular';
    color: #293742;
    font-size: 16px;
}
.technical-data-section h5 {
    margin: 0 auto 0 0;
    font-weight: 700;
    font-size: 16px;
}

.technical-section {
    width: 100%;
    list-style: none;
    padding: 0px;
    border-top: 3px solid #111111;
    margin-top: 30px;
}

.technical-section li {
    color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px 8px;
    background-color: #f5f5f5;
    border-bottom: 2px solid #dcdcdc;
}

.technical-section li label {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.technical-section li span {
    color: #333;
    font-size: 14px;
    line-height: 16px;
}
.productslist {width: 100%; margin-top: 23px;display: inline-block;}
.product-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1f1f1f;
    opacity: 0;
    z-index: 1;
}

 .product-img-overlay:after{
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: 15;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 65px;
    margin-top: -32px;
 }

.product-img-overlay:before {
    width: 65px;
    margin-left: -32px;
    height: 1px;
     content: '';
    position: absolute;
    background-color: #fff;
    z-index: 15;
    top: 50%;
    left: 50%;
}


.productslist:hover .product-img-overlay {opacity: .6;}
    
.productslistbox {
    width: 100%;
    height: 305px;
    border: 2px solid #4090c2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.productslist img{max-width: 100%; max-height:100%;}
.productslist p {
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #293742;
    margin: 12px 0px 0px 0px;
}


/*----Footer start css---*/

.footer-section {
    padding: 40px 0px;
    background: #000;
    color: #fff;
    margin-top: 60px;
}
.footer-social {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.footer-social li a {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
}


.copyright {
    text-align: center;
    margin-bottom: 0px;
}

.developed-by {
    text-align: center;
    margin-bottom: 0px;
}

#myBtn i {
    font-size: 24px;
}

#myBtn {
    display: flex;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
    z-index: 3;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: none;
    outline: none;
    bottom: 20px;
    transform: translateX(-3%) translateY(0);
    transition: all .2s linear;
    cursor: pointer;
}

#myBtn:hover {
    background-color: #af1356;
    color: #fff;
    bottom: 25px;
}


/*----Footer End css---*/
@media (min-width:768px) {
    .largerow {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .largesection {
        min-width: 50%;
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
}
@media (min-width:992px) and (max-width: 1199px) {
    .main-header .our-Products .dropdown-menu.show {
        width: 930px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -192px;
        margin-top: 15px;
        border-bottom: 1px solid #ddd;
    }
    .main-header .our-Products .dropdown-menu.show .dropdown-item {
        width: 25%;
        border: none;
        color: #333;
    }
    .main-header .our-Products .dropdown-menu.show .dropdown-item.largemenu {
        width: 50%;
    }
    .main-header .our-Products .dropdown-menu.show .braid-gland-packing {
        width: 100%;
        color: #3c98ff;
    }
    .productslistbox {
        width: 100%;
        height: 254px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .main-header .our-Products .dropdown-menu.show {
        width: 690px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -192px;
        margin-top: 15px;
        border-bottom: 1px solid #ddd;
    }
    .main-header .our-Products .dropdown-menu.show .dropdown-item {
        width: 33.33%;
        border: none;
        color: #333;
    }
    .main-header .our-Products .dropdown-menu.show .dropdown-item.largemenu {
        width: 100%;
    }
    .main-header .our-Products .dropdown-menu.show .braid-gland-packing {
        width: 100%;
        color: #3c98ff;
    }
    .productslistbox {
        width: 100%;
        height: 290px;
    }
}

@media (max-width: 767px) {
    .main-heading h1 {
        font-size: 24px;
    }
    .main-heading:after {
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    .home-page {
        padding-top: 74px;
    }
    .product-categories-section {
        padding-top: 50px;
    }
    a.categories-box {
        margin-top: 30px;
    }
    .corporate-iframe iframe {
        width: 90%;
        height: 240px;
    }
    .an-overview-page {
        width: 100%;
        padding-top: 74px;
    }
    .corporate-video-section {
        padding-top: 50px;
    }
    .main-header {
        padding: 0px 0px 15px 0px;
        background-color: #fff;
    }
    .top-header img {
        display: none;
    }
    .navbar-brand {
        display: block;
    }
    .right-header span {
        font-size: 15px;
    }
    .right-header i {
        font-size: 24px;
        margin-right: 6px;
    }
    .navbar-dark .navbar-toggler {
        border-color: #231f20;
        background: #231f20;
        outline: none;
        margin-right: 15px;
    }
    .navbar-dark .navbar-toggler:hover {
        background: #a70d4d;
        border-color: #a70d4d;
        background: #a70d4d;
    }
    .main-header .navbar-collapse {
        padding: 15px;
        background-color: #293742;
        margin-top: 5px;
    }
    
    .navbar-dark .navbar-brand {margin-left: 15px;}
    
    .main-header .navbar-nav .nav-item a {
        padding: 8px 15px;
        letter-spacing: 0.5px;
        font-family: 'ExoMedium';
    }
    .main-header .navbar-nav .nav-item a.dropdown-item {
        padding: 8px 15px 8px;
    }
    .contact-page {
        padding-top: 74px;
    }
    .registered-section {
        padding-top: 50px;
    }
    .map-section {
        padding-top: 50px;
    }
    .careers-page {
        padding-top: 74px;
    }
 
    .careers-page .contact-form {
        margin-top: 50px;
    }

    
    .clientele-page {
        padding-top: 74px;
    }
    .main-product-list {
        padding: 50px 0px 100px 0px;
    }
    .main-header .our-Products .dropdown-menu.show {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 0;
        border-bottom: 1px solid #ddd;
    }
    .main-header .our-Products .dropdown-menu.show .dropdown-item {
        width: 50%;
        border: none;
        color: #333;
    }
    .main-header .our-Products .dropdown-menu.show .dropdown-item.largemenu {
        width: 100%;
    }
    .main-header .our-Products .dropdown-menu.show .braid-gland-packing {
        width: 100%;
        color: #3c98ff;
    }
    .carousel-control-next {
        width: 60px;
        right: 10px;
    }
    .carousel-control-prev {
        width: 60px;
        left: 10px;
    }
    .main-header .dropdown-menu.show {
        margin-top: 0;
        width: 100%;
    }
    .quality-page .blockquote-box h4 {
        font-size: 20px; 
    }

.navbar { padding: 0 0rem;}
.header.sticky .main-header {    padding: 5px 0px 0px 0px;}

.container {max-width: 100%;}
}

@media (max-width: 576px) {
    
    .productslistbox {
        width: 100%;
        height: auto;
    }
    .copyright {
        margin-bottom: 15px;
    }
    .right-header span {
        font-size: 15px;
    }
    .right-header i {
        font-size: 24px;
        margin-right: 6px;
    }
    .tab-section .nav.nav-tabs .nav-link {
        padding: 20px 16px 16px;
    }
    .navbar-dark .navbar-brand img {
        max-width: 190px;
    }
    .main-header .our-Products .dropdown-menu.show {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 0;
        border-bottom: 1px solid #ddd;
    }
    .main-header .our-Products .dropdown-menu.show .dropdown-item {
        width: 100%;
        border: none;
        color: #333;
    }
    .main-header .our-Products .dropdown-menu.show .dropdown-item.largemenu {
        width: 100%;
    }
    .main-header .our-Products .dropdown-menu.show .braid-gland-packing {
        width: 100%;
        color: #3c98ff;
    }
    .footer-social {    justify-content: center;     margin-bottom: 15px;}
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        top: 30px;
        left: 0;
    }
    .navbar.navbar-expand-md.navbar-dark {
        padding: 0px;
    }
    .main-header {
        padding: 0;
    }
    .main-header .navbar-nav .nav-item a {
        padding: 15px 35px;
    }
}