
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');



.padd-0{
padding: 0px;
}

.logo{
width: 85%;
}

.affix .logo{
    

    
}


.affix .navbar-default .navbar-nav>li>a{
    
    color: #000;
    padding: 15px 0px;
}


header{


z-index: 2;
width: 100%;
background: #fff;

}
.navbar-default .navbar-nav>li>a{
 color:black;
}


.affix .logo1{
    
    display: none;
    
}


.logo2{
    
    display: none;
    
}
.affix .logo2{
    
    display: block;
    
}

.welback{
background: #fff;
position: relative;


}


.callpart{
display: flex;
color: #fff;
margin: 15px 0px 15px 0px;
/* text-align: center; */
align-items: center;

font-family: 'Josefin Sans', sans-serif;

}


.call{
width: 25%;

}


.cal{
width: 75%;
text-align: right;
margin: 0px;
line-height: 15px;
}



.cal p{
  margin: 0px;
    font-size: 17px;
    font-weight: 500;
}


.slider_banner_shap4 {
    left: 1%;
    top: 68%;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
    position: absolute;
    opacity: .6;
}

.tri-pattern-3 {
position: absolute;
display: block;
left: -5%;
top: 0%;
animation-name: rotateMe;
animation-duration: 25s;
animation-iteration-count: infinite;
animation-timing-function: linear;

}


.circles-two {
       position: absolute;
    width: 180px;
    height: 180px;
    animation-name: rotateMe;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    right: 18%;
    top: 10%;
}


.circles-two .c-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #8d888e;
    opacity: 0.50;
    border-radius: 50%;
        animation-name: ScaleMe;
    animation-delay: 3s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circles-two .c-2 {
position: absolute;
left: -30px;
top: -20px;
width: 100px;
height: 100px;
background: #fbfbfb;
opacity: 0.50;
border-radius: 50%;
z-index: 1;
animation-name: ScaleMe;
animation-delay: 3s;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}




.welcomepart{
margin: 50px 0px 0px 50px;



}



.padd0{
    
    padding: 0px;
}
/* 
.wpo-about-img{
    
   
    
    
} */


.subheading{
font-size: 13px;
font-weight: 500;   
letter-spacing: 2px;
padding-left: 70px;
position: relative;
font-family: 'Poppins', sans-serif;
margin-bottom: 15px;
color: #f00;
}
.subheading:before{


content: '';
position: absolute;
left: 0%;
top: 45%;
width: 60px;
height: 1px;
background: #f00;

}







.welbtn{
text-align: center;
margin-top: 50px;
}






.mainheading{
font-size: 55px;
font-weight: 200;
line-height: 60px;
color:#35353c;
margin-bottom: 30px;
font-family: 'Poppins', sans-serif;

}

.mainheading span{
font-weight: 800;
}


.qodef-shortcode{
         display: flex;
    border-top: 1px solid #a6a6a6;
    padding-top: 20px;
    margin-top: 30px;
    align-items: center;
}

 .qodef-m-button-icon {
        align-items: center;
    background-color: #f1060d;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 54px;
    justify-content: center;
    margin: 0;
    width: 54px;
    color: #fff;
}
 .qodef-m-button-text {
    font-size: 15px;
    line-height: 20px;
    margin-left: 19px;
}



.process-box {
    float: left;
    width: 100%;
    margin-top: 60px;
    padding: 30px 0;
    position: relative;
}

.process-box:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px;
    height: 8px;
    background: #000;
}

.process-box h3, .bold-title {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 30px;
    color: #333;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 500;
}

.creat-list {
    float: left;
    margin: 10px 0;
    width: 100%;
}


.creat-list li {
    float: left;
    margin-right: 7px;
    list-style: none;
}
.creat-list li a, .text-link {
    float: left;
    padding-left: 30px;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    padding-left: 55px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    color: #292929;
}

.creat-list li a:before, .text-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}










@keyframes floatingx {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(15px, 0);
    }
    to {
        transform: translate(0, -0px);
    }
}


.floating1 {
    animation-name: floatingx;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    
   
}



@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}


.floating2 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}




.mkd-portfolio-list-holder{
overflow: hidden;
position: relative; }



.mkd-portfolio-list-holder .mkd-pli-text-holder {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0%;
left: 0;
padding: 30% 16%;
background-color: #3c3737;
overflow: hidden;
box-sizing: border-box;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform .4s ease;
-moz-transition: -moz-transform .4s ease;
transition: transform .4s ease;
    color: #fff;
}

.mkd-portfolio-list-holder .mkd-pli-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}


.mkd-portfolio-list-holder:hover .mkd-pli-text-holder {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .6s ease;
    -moz-transition: -moz-transform .6s ease;
    transition: transform .6s ease;
}



.mkd-portfolio-list-holder .mkd-pli-text .mkd-pli-title {
opacity: 0;
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
-webkit-transition: -webkit-transform .3s ease,opacity .3s;
-moz-transition: -moz-transform .3s ease,opacity .3s;
transition: transform .3s ease,opacity .3s;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    /* text-transform: uppercase; */
    line-height: 35px;

}



.mkd-portfolio-list-holder:hover .mkd-pli-text .mkd-pli-title {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform .5s ease .5s,opacity .5s .3s;
-moz-transition: -moz-transform .5s ease .5s,opacity .5s .3s;
transition: transform .5s ease .5s,opacity .5s .3s;
}


.mkd-pli-text p{
    
    color: #acacac;
}











.mkd-pli-category{
color: #fff;
text-transform: uppercase;
}

.mkd-pli-category-holder{
    margin-top: 15px;
}

.mkd-pli-category:hover{

color: #dc2c1d;

}


.applicationback{
background: url('../img/application/back.jpg') no-repeat;
position:relative;
background-size: cover;
padding: 80px 0px 0px;
margin: 50px 0px 0px;

}



.application{
    
    position: relative;
    
}


.application li{
    display: inline-block;
    width: 17.7%;
    text-align: center;
    background: #fff;
    padding: 20px 30px;
    margin: 0% 1%;
    box-shadow: 0 15px 22px rgb(0 0 0 / 29%);
    
}

.appname{
font-size: 20px;
margin-top: 10px;
color: #333;
font-weight: 300;
}

.center{
    text-align: center;
}




.categoryback{
background: url('../img/cat/back.jpg') no-repeat;
background-size: cover;
position: relative;
padding: 40px 0px;
overflow: hidden;
/* margin-top: 50px; */
color: #afacac;
font-weight: 500;
}


.catheading{
    
       font-family: 'Poppins', sans-serif;
    font-size: 55px;
    font-weight: 200;
    line-height: 60px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}


.catheading span{

font-weight: 800; 

}


.catheading:before{
    
  width: 150px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -25%;
    content: '';
    bottom: 0%;
    
}


.category{
       color: #fff;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 0px;
}


.sec-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
}

.line-item {
    float: left;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgb(153 153 153 / 21%);
    height: 100%;
    position: relative;
}

.line-item:first-child {
    border-left: 1px solid rgba(153, 153, 153, 21%);
}


.featurepoint{
    
    margin: 50px 0px 10px;
    
}

.number {
font-size: 50px;

-webkit-text-stroke-width: 1px;
color: transparent;
-webkit-text-stroke-color: #fff;
-webkit-text-fill-color: transparent;

}


.infraback{
    margin: 50px 0px;
    position: relative;
}









.dotted-pattern-4 {
    position: absolute;
    display: block;
   
        left: -13%;
    top: -6%;

animation-name: ScaleMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;


}







.infrapart{
    display: flex;
    margin: 20px 0px;
    position: relative;
  
    
}


.dot{
    
    position: absolute;
    top: 0%;
    left: 37%;
    
}


.infraspan{
    
  
    background: #000;
    height: 2px;
    width: 15px;
    margin: 50px 0px;

}



.infraicon{
    width: 20%;
    margin-right: 5%;
}

.infradetail{
    
    width: 80%;
    
}
.infradetail h5{
    
    font-size: 27px;
    color: #222;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 20px;
    
}




.factback{


background: url('../img/fact/back.jpg') no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 20px 0px;
    margin-bottom: 30px;

}




.application {
padding: 50px 0px 70px;
position: relative;
}

.appleftside {
top: 10%;
left: -14%;
position: absolute;
width: 24%;
opacity: 1;
}


.counter-amy-number{

font-size: 50px;
font-family: 'Josefin Sans', sans-serif;

line-height: 40px;
    margin: 0px;
}


.counter-amy-title{
    
 font-size: 15px; 
    margin: 0px;
}

.counter-amy{
    padding: 40px 0px;
}

.red{
    color: #fff;    ;   
    background: #f00;
}

.gray{
    
    background: #f3f4f6;
    color: #000;
    
}


.black{
    
    background: #000;
    color: #fff;
    
}


.testiback{
    background: #f1f0f6;
}
.item {
position: relative;
    padding: 30px 50px;
    /* background-color: #f1f0f6; */
    /* border-radius: 60px 60px 60px 60px; */
    /* box-shadow: 0px 35px 60px 0px rgb(0 0 0 / 10%); */
    margin-top: 0px;
    position: absolute;
    width: 25%;
    top: 15%;
    left: 25%;
    color: #fff;
}

.quote-icon {
    position: absolute;
    right: 50px;
    /* bottom: -30px; */
    width: 70px;
    top: 70%;
}

.testimonial-item {
       font-size: 18px;
    /* color: #fff; */
    /* font-style: italic; */
    font-weight: 400;
    /* background: #8caf05; */
    /* padding: 20px 30px; */
    border-radius: 20px;
    line-height: 30px;
    margin: 0px 0px 30px;
   
}

.testimonial-customer-name {
    display: flex;
    align-items: center;
    margin: 0px 0px;
}

.testimg {
    width: 20%;
    margin-right: 3%;
}


.testtext{
    width: 70%;
}



footer{

background: url('../img/footer.jpg') no-repeat;
background-size: cover;
padding: 50px 0px 25px;
    color: #fff;

}


.footerright{

text-align: right;
float: right;

}

.footer-info-block-title {
font-weight: 300;
    font-style: normal;
    letter-spacing: 4px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 37px;
    font-size: 20px;   
}

.footer-info-block-content{

font-size: 13px;
line-height: 26px;
font-weight: 400;
color: #fff;

}

.border-foo{
         border-top: 1px solid #666262;
    padding-top: 25px;
    margin-top: 30px;
}

.align-right{
    text-align: right;
}

.copyright{
        font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.value{
        font-size: 23px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}

.footer-info-block-content p{
    line-height: 30px;
}










@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-o-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ScaleMe {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.15);
    }

    100% {
    transform: scale(1);
    }
}
@-moz-keyframes ScaleMe {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.15);
    }

    100% {
    transform: scale(1);
    }
}
@-o-keyframes ScaleMe {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.15);
    }

    100% {
    transform: scale(1);
    }
}

@keyframes ScaleMe {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.15);
    }

    100% {
    transform: scale(1);
    }
}




@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}













.cat1 {
border-radius: 0 0 400px 400px;
overflow: hidden;

display: inline-block;
position: relative;
max-width: 100%;
    margin-top: 30px;
}






.cat2 {
border-radius:  400px 400px 0 0;
overflow: hidden;

display: inline-block;
position: relative;
max-width: 100%;
}

.catname{
    
     font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #fdfcfc;
    font-weight: 400;
    text-transform: uppercase;
    
}


.catdetail{
    margin-top: 90%;
}
.catdetail p{
    margin-bottom: 30px;
}

.banner-statistics {
    position: relative;
}

.banner-statistics:before, .banner-statistics:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.banner-statistics:after {
    bottom: 0;
    right: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.banner-statistics:hover:before, .banner-statistics:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}

.m-30{
    margin-top: 30px;
}




.qualityback{
margin: 50px 0px 0px;
background: #f5f5f5;
padding: 25px 0px;
}

.qualitypara{
margin-top: 40px;}

.testingbase{
    
display: flex;
    
}


.testinglist{
      box-shadow: 0 15px 22px rgb(0 0 0 / 29%);
    background: #fff;
    
}

.qodef-e-content {

    padding: 20px 10px;
    transition: opacity .2s ease-out;
    color: #282222;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 300;
    
}


.manufacturerback{
    margin-top: 80px;
}


.manufacture {
    font-size: 70px;
    font-weight: 900;
    line-height: 60px;
    color: #e9e9e9;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

/* Pop Up CSS */

.popup{
    background-color: transparent;
    width: auto;
    height: auto;
    /* padding: 30px 40px; */
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 40%;
    border-radius: 8px;
    display: none;
    text-align: center;
    z-index: 99;
}

.popup button{
    display: block;
    margin: 0 0 30px auto;
    background-color: transparent;
    font-size: 30px;
    font-weight: 500;
    color: #ff0000;
    /* padding: 0px 11px; */
    background: #fff;
    border-radius: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}

/* preloader */

.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.container-preloader .animation-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: auto;
    z-index: 100;
    background-color: #ffffff;
}

.container-preloader .animation-preloader img {
    margin: auto;
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}