html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 15px;
    color: #170243;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .5px;
    font-family: 'Nunito', sans-serif;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    color: #666;
    margin-bottom: 15px;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}

h1 {
    font-size: 42px;
    line-height: 52px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

p {
    font-size: 16px;
    line-height: 24px;
}

a {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
}

span {
    display: inline-block;
}

img {
    width: 100%;
  
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

a:hover {
    text-decoration: none;
}

div {
    margin: 0;
    padding: 0;
}

figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

figure:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

section {
    z-index: 1;
    padding: 80px 0;
    position: relative;
}

input,textarea,select{
    background: #fff;
    padding: 5px 7px;
    width: 100%;
    border:none;
}
input:focus,textarea:focus,select:focus,button:focus{
    outline: none;
}


.di{
    display: inline-block;
} 

/*-- font-weight --*/

.f-1 {
    font-weight: 100;
}

.f-2 {
    font-weight: 300;
}

.f-3 {
    font-weight: 400;
}

.f-4 {
    font-weight: 500;
}


.fa-phone {
    transform: rotate(40deg);
}


/*-- Button, Anchor --*/

a:hover{
    color: #f4821f;
}

.link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-left: 5px solid #f58625;
    background: rgb(112 112 114);
    margin-top: 15px;
}

.link:hover {
    background: #000;
    color: #fff;
}

.pro-dev:after,.pro-dev:hover:after,.hover,a,a:hover,img,img:hover, #myHeader,.home-service ul li,.home-service ul li:hover,.fab-home .col-md-3{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
section .image{
    position: relative;
}
section .image img{
    z-index: 1;
}
section .image:after{
    content: '';
    opacity: .2;
    position: absolute;
    border-top: 15px solid #f4821f;
    width: 100%;
    left: -17px;
    top: -17px;
}
section .image:before{
    content: '';
    opacity: .2;
    position: absolute;
    border-left: 15px solid #f4821f;
    width: 15px;
    height: 100%;
    left: -17px;
    top: -17px;
}
section .image img:nth-child(2){
    position: absolute;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    width: 200px;
    bottom: 0;
    right: 0;
}
section:hover .image img:nth-child(2){
    transform: translate(15px,15px);
}

section h2 {
    position: relative;
    padding-left: 20px;
}
section h2:after {
    content: '';
    position: absolute;
    border-left: 5px solid #f38628;
    left: 0;
    top: 7px;
    height: 30px;
}

/*-- Gototop --*/
a#gotop {
    border-radius: 5px;
    color: #000;
    z-index: 9;
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: .5;
    font-size: 25px;
    line-height: 25px;

}
a#gotop:hover {
    opacity: 8;
}
.color{
    color: #f4821f;
}
/*-----------------------------------------
------------- ( Header )
-----------------------------------------*/
.pl-a{
    margin-left: 15px;
}
header .top-heder {
    background: #f5f4f4;
    border-bottom: 1px solid #f1f1f1;
}

header .top-heder .social {
    display: flex;
    justify-content: flex-end;
}
header .social ul li a{
    border-left: 1px solid #aaa;
    text-align: center;
    padding: 7px 0;
    width: 40px;
}
header .social ul {
    border-right: 1px solid #aaa;
}

header .social ul li a:hover{
    background: #000;
}

header .top-heder a{
    margin-bottom: 0;
}

header .menu {
    position: relative;
    background: #fff;
    z-index: 99;
}

header .menu .navbar {
    padding: 0;
}

header .menu .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

header .menu .navbar-brand img{
    width: auto;
    height: 52px;
}

header .menu .navbar-collapse {}

header .menu ul {}

header .menu .nav-link {
    padding: 0 15px !important;
    text-transform: uppercase;
    letter-spacing: .7px;
    line-height: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #6f6e73;
}

header .menu .nav-link:hover, header .menu .drop:hover .drop-ntn, header .menu .drop .drop-text a:hover {
    color: #f4821f !important;
}

header .menu .drop .drop-text {
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    background: #fff;
    display: none;
    width: 220px;
}

header .menu .drop:hover .drop-text{
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: dropbox;
    animation-name: dropbox;
    display: block;
}

@-webkit-keyframes dropbox {
    from {
        transform: translateY(40px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes dropbox {
    from {
        transform: translateY(40px);
    }
    to {
        transform: translateY(0);
    }
}

header .menu .drop .drop-text a{
    color: #999;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    line-height: 30px !important;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

/*-----------------------------------------
------------- ( Header Fix )
-----------------------------------------*/

#myHeader[style="position: fixed;"] {
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: hdrfix;
    animation-name: hdrfix;
    box-shadow: 0 0 5px #aaa;
}

@-webkit-keyframes hdrfix {
    from {
        transform: translateY(-40px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hdrfix {
    from {
        transform: translateY(-40px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}
#myHeader[style="position: fixed;"] ul li a{
    line-height: 70px;
}

/*-----------------------------------------
------------- ( Slider )
-----------------------------------------*/

.slider .center{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
}
.slider .center h1,.slider .center h2{
    letter-spacing: 1px;
}
.slider .center h1{
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 68PX;
    text-transform: uppercase;
}
.slider .center h2{
   color: #f4821f;
    font-weight: 700;


}
.slider .center .text-center h2{
 color: #fff;
     font-weight: 700;
    opacity: .95;
}

/*-----------------------------------------
------------- ( home-service )
-----------------------------------------*/
.home-service{
    padding-top: 50px;
    background: #f1f1f1;
}
.home-service ul{
    display: flex;
}
.home-service ul li{
    flex: 0 0 33.3333%;
    padding-left: 15px;
}
.home-service ul li:nth-child(odd){
    transform: translate(0, 25px);
}
.home-service:hover ul li:nth-child(even){
    transform: translate(0, 25px);
}
.home-service:hover ul li:nth-child(odd){
    transform: translate(0, 0);
}
.home-service ul li a{
    background: #fff;
    text-align: center;
}
.home-service ul li a:hover{
    box-shadow: 0 0 15px #aaa;
}
.home-service p{
    margin-bottom: 0;
    padding: 15px 0;
}
/*-----------------------------------------
------------- ( fab-home )
-----------------------------------------*/
.fab-home .box{
    background: #f1f1f1;
    text-align: center;
    margin-top: 25px;
    height: 100%;
}
.fab-home .col-md-3{
    height: 100%;
}
.fab-home .box img{
    margin-bottom: 20px;
}
.fab-home h5{
    text-transform: uppercase;
}
.fab-home .box p{
    padding: 0 15px 15px;
}
.fab-home .col-md-3:nth-child(even){
    transform: translate(0, 55px);
}
.fab-home:hover .col-md-3:nth-child(odd){
    transform: translate(0, 55px);
}
.fab-home:hover .col-md-3:nth-child(even){
    transform: translate(0);
}

/*-----------------------------------------
------------- ( infra )
-----------------------------------------*/
.infra{
    border-top: 1px solid #f1f1f1;
}

/*-----------------------------------------
------------- ( pro-dev )
-----------------------------------------*/
.pro-dev{
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
}
.pro-dev.left-bg:after{
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    content: '';
    position: absolute;
    background: url(../images/Product.png) center;
    background-size: cover;
}

.pro-dev.right-bg:after{
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    content: '';
    position: absolute;
    background: url(../images/stich.png) center;
    background-size: cover;
}

.left-bg.sampling:after{
    background: url(../images/Sample.png) center;
    background-size: cover;
}
.right-bg.inventory:after{
    background: url(../images/inventory.jpg) center;
    background-size: cover;
}
.left-bg.l-testing:after{
    background: url(../images/Labtesting.jpg) center;
    background-size: cover;
}
.right-bg.cutting:after{
    background: url(../images/Cutting.jpg) center;
    background-size: cover;
}
.left-bg.finishing:after{
    background: url(../images/finishing.jpg) center;
    background-size: cover;
}
.right-bg.washing:after{
    background: url(../images/washing-machine.jpg) center;
    background-size: cover;
}



.pro-dev.left-bg:hover:after{
    background-position: bottom;
}
.pro-dev.right-bg:hover:after{
    background-position: top;
}

.pro-dev .box{
    padding: 0 15px;
}
.pro-dev .box h2{
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #f4821f;
}


/*-----------------------------------------
------------- ( customer-home )
-----------------------------------------*/
.customer-home{
    text-align: center;
    background: #f4821f;
}
.customer-home h1{
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
/*-----------------------------------------
------------- ( clients )
-----------------------------------------*/
.clients{
    padding: 30px 15px;
}
.clients ul{
    padding-top: 15px;
    display: flex;
    flex-wrap:wrap;
}
.clients ul li{
    flex: 0 0 20%;
    padding: 15px;
}
.clients img{
    height: 80px;
    width: auto;
    max-width: 95%;
}
/*-----------------------------------------
------------- ( Map )
-----------------------------------------*/
.map{
    max-height: 340px;
    overflow: hidden;
}
.map iframe{
    width: 100%;
    height: 350px;
}
/*-----------------------------------------
------------- ( Footer )
-----------------------------------------*/

footer {
    text-align: left;
    padding: 50px 0 30px;
    background: #000;
}

footer ul{
    display: inline-block;
}
footer ul li{
    padding: 0 10px;
}
footer ul li a {
    color: #bdbdbd;
    letter-spacing: 2px;
    padding: 7px 20px;
    background: #1a1a1a;
    text-transform: uppercase;
    border-radius: 24px;
    font-size: 12px;
}
footer ul:nth-child(2){
    padding-top: 30px;
}

/*-----------------------------------------
------------- ( Copywrite )
-----------------------------------------*/
.copy{
    background: #000;
    opacity: .9;
}
.copy p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 12px;
    padding: 17px 0;
}

/*-----------------------------------------
------------- ( Page Banner )
-----------------------------------------*/
.page-banner {
    max-height: 450px;
    overflow: hidden;
}
.page-banner .text img {
    border: 5px solid #fff;
    transform: translate(0, -50%);
    background: #fff;
}
.page-banner h2{
    text-transform: uppercase;
    padding-top: 15px;
    color: #000;
}
.container{
    z-index: 2;
    position: relative;
}
/*-- About --*/
.caption:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 30px;
    background: #f1f1f1;
}
.caption img{
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}
.c-profile{}
.cer-mem{
    background: #f1f1f1;
}
.cer-mem ul{
    display: inline-block;
}
.cer-mem ul li{
    margin: 0 5px;
}
.cer-mem ul li:nth-child(odd){
    border-bottom: 5px solid #e0dfdf;
}
.cer-mem ul li:nth-child(even){
    border-top: 5px solid #e0dfdf;
}
.cer-mem .box{
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
}
.con-page .box {
    height: 100%;
    padding-bottom:15px;
    background: #fbfbfb;
    border: 10px solid #fff;
    box-shadow: 0 0 5px #e2e2e2;
}
.con-page .box h4{
    text-transform: uppercase;
    margin-top: 20px;
}
.gallery ul{
    display: flex;
    flex-wrap: wrap;
}
.gallery ul li{
    flex: 0 0 33.3333%;
}
.gallery ul li .box{
    border: 2px solid #fff;
}
/*.gallery ul li:nth-child(even) .box{
    transform: translate(0,-15px);
}
.gallery ul li:nth-child(odd) .box{
    padding-bottom: 15px;
}*/
.txt.bg-2 {
    margin-bottom: 45px;
    background: #f9f9f9;
    padding-top: 16px;
}
.product-range .box ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: center;
}
.product-range .box ul li{
    padding: 3px;
    flex: 0 0 20%;
    background: #f8f8f8;
    border: 3px solid #fff;
}
.product-range .box ul li:hover{
    background: #f1f1f1;
}
.product-range .box p{
    font-size: 12px;
    padding-top: 15px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.category .box{
    background: #f8f8f8;
    border: 10px solid #fff;
    box-shadow: 0 0 5px #f1f1f1;
}
.category .box img{
    margin-bottom: 10px;
}
.fab-page{
    border-top: 1px solid #f1f1f1;
}
.techniques {
    background: #f8f8f8;
}
.techniques ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.techniques ul li{
    padding: 3px;
}
.techniques ul li p{
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
    background: #fff;
    padding: 10px 20px;
    border: 1px dashed #d6d6d6;
}
.techniques ul li p:hover{
    background: #f8f8f8;
}

.box_cat{
    background: #fbfbfb;
    padding: 15px 25px;
}
.box_cat ul,.product_line .col-md-6 ul{
    display: inline-block;
}
.box_cat ul li,.product_line .col-md-6 ul li{
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f1f1f1;
}
.box_cat ul li a{
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: capitalize; 
}
a h6{
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
}
.product_line .col-md-6 ul li{

}

.fab-home .container-fluid {
    background: #f1f1f1;
}

.fab-home .container-fluid .row {
    align-items: center;
}

.fab-home .container-fluid .box {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.fab-home .container-fluid .box p {
    padding: 0;
    font-size: 22px;
    line-height: 32px;
    color: #f5801b;
    font-weight: 700;
}

.fab-home .container-fluid .box h5 {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 42px;
    font-weight: 700;
}

@media (max-width: 1025px){
    header .menu .navbar-brand img {
        height: 28px;
    }
    header .menu .nav-link {
        line-height: 70px;
        font-size: 12px;
    }
    a,p{
        font-size: 12px;
        line-height: 18px;
    }
    header .social ul li a {
        padding: 5px 0;
        width: 32px;
        font-size: 12px;
    }
    .slider .center h1{
        font-size: 36px !important;
        line-height: 46px !important;
    }
   .slider .center h2,.slider .center h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .slider .col-md-8,.slider .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    } 
}

@media (max-width: 992px){
    h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3 {
        font-size: 20px;
        line-height: 20px;
    }

    h4 {
        font-size: 16px;
        line-height: 26px;
    }

    h5 {
        font-size: 14px;
        line-height: 24px;
    }

    h6 {
        font-size: 14px;
        line-height: 24px;
    }
    button.navbar-toggler {
        background: #f1f1f1;
        margin: 15px 0;
        padding: 6px 11px;
    }
    div#collapsibleNavbar {
        position: absolute;
        z-index: 9;
        background: #fff;
        width: 100%;
        text-align: center;
        top: 65px;
    }
    header .menu ul li{
        border-bottom: 1px solid #f1f1f1;
    }
    header .menu .drop .drop-text{
        width: 100%;
    }
    header .menu .drop .drop-text a{
        text-align: center !important;
    }
    .row {
        align-items: center;
    }
    footer ul li{
        padding: 0 5px;
    }
    footer ul li a{
        padding: 7px 15px;
        letter-spacing: 1px;
        font-size: 10px;
    }
    .map iframe{
        height: 200px;
    }
    .pro-dev{
        padding: 50px 0;
        height: auto;
    }
    section{
        padding: 60px 0;
    }
    .pro-dev .container{
        max-width: 100%;
    }
    section.fab-home .row {
        align-items: flex-start;
    }
}

@media (max-width: 991px){}

@media (max-width: 992px){}

@media (max-width: 768px){
    .top-heder{
        text-align: center;
    }
    .home-about h2 {
        margin-top: 50px;
    }
    .home-service{
        text-align: center;
    }
    .home-service h2{
        display: inline-block;
    }
    br{display: none;}
    .fab-home .box{
        margin: 20px 0 !important;
    }
    .fab-home *:nth-child(even) {
        transform: translate(0, 0) !important;
    }
    .pro-dev{
        padding-top: 300px !important;
    }
    .pro-dev.left-bg:after,.pro-dev.right-bg:after{
        height: 280px;
        bottom: 0;
        left: 15px;
        right: 15px;
        width: auto;
    }
    section.infra {
        padding-bottom: 5px;
    }
    footer ul {
        max-width: 400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    footer ul li{
        padding: 5px;
    }
    footer {
        padding: 30px 0;
    }
    .clients ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .clients ul li{
        flex: 0 0 33.3333%;
    }
}

@media (max-width: 767px){
    h2,h1 {
        font-size: 22px;
        line-height: 33px;
    }
    h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .slider .center h1 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .slider .center h2, .slider .center h3{
        font-size: 18px !important;
        line-height: 28px !important;
    }
    header .social {
        display: none !important;
    }
    header .top-heder a{
        line-height: 26px;
    }
    .page-banner .row{
        align-items: top !important;
    }
    .page-banner h2 {
        font-size: 18px !important;
        line-height: 26px !important;
        transform: translate(0);
        text-align: center;
    }
    .caption:after{
        top: 100px;
        bottom: -30px;
    }
    .caption img{
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .page-banner .text img{display: none;}
    .cer-mem ul li{
        margin: 5px;
    }
    .product-range .box ul li{
        flex: 0 0 33.3333%;
    }
    .techniques ul li p{
        padding: 6px 12px;
    }
    section h2:after{
        height: 18px;
        width: 3px;
    }
    section.product_line,.con-page,section.gallery {
        border-top: 1px solid #f1f1f1;
    }
    section.product_line .col-md-6:nth-child(1){
        margin-bottom: 30px;
    }
    .img.mb-5 .col-md-3,.con-page .box{
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .gallery ul li{
        flex: 0 0 50%;
    }
}

@media (max-width: 575px){
    .product-range .box ul li {
        flex: 0 0 50%;
    }
}
.point{
    width: 100%;
    padding: 10px 0;
}

