body {
    font-family: "Roboto", serif;
}
*{
    margin: 0;
    padding:0 ;
}

h1,h2,h3,h4,h5,h6{margin: 0;}

p {
    font-size: 16px;
    color: #141515;
}

.collapse.navbar-collapse {
    justify-content: right;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown.single-menu:hover .dropdown-menu {
    display: block;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

/****slider********/

.banner-text-left h2,
.banner-block h2 {
    background: url(../images/text-bg.jpg) repeat-x 0 50% / cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: bg-anim 30s linear infinite;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
}
.banner-block .txt-lft h2 {
    margin-bottom: 0;
}
@keyframes bg-anim {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 1000px 50%;
    }
}
.innerpage-banner {
    position: relative;
}
.banner-block .txt-lft {
    border: 2px dashed #c2c2c2;
    position: absolute;
    top: 50%;
    left: 20%;
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    background: rgba(255, 255, 255, 0.8);
    padding: 14px 26px;
}
.carousel-caption {
    left: 50%;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    width: 100%;
}
.banner-text-left .txt-lft p {
    color: #000;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 22px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
}
.banner-text-left .txt-lft {
    text-align: left;
    border: 2px dashed #c2c2c2;
    padding: 30px 20px;
}
.slider-block i.fa {
    color: #000;
    font-size: 35px;
    background: #129250;
    padding: 7px 18px;
}
.carousel-control-prev {
    display: inline-block;
    width: auto;
    top: 42%;
    left: 16px;
    height: 0px;
}
.carousel-control-next {
    display: inline-block;
    width: auto;
    top: 42%;
    right: 16px;
    height: 0px;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 400px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 400px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

header li .nav-link,
.dropdown-item {
    font-size: 14px;
    padding: 5px 25px 5px 15px;
    text-transform: capitalize;
    color: #000; font-weight:300;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
font-family: "Roboto", serif;
font-weight:400;
}

header li .nav-link:hover,
header li .nav-link:focus {
    color: #129250;
}

.dropdown-menu:before {
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    z-index: 100000;
    background: transparent;
    display: block;
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    top: -9px;
    left: 20%;
}
.dropdown-menu {
    border-radius: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #129250;
}
.dropdown-submenu ul.dropdown-menu:before {
    display: none;
}
.dropdown-menu {
    border-radius: 0;
}

header {
/*    border-bottom: 5px solid #129250;*/
}
.nav-link.active,
.dropdown-item.active {
    color: #129250;
}
.dropdown-item.active {
    background: transparent;
}
h1.heading {
    font-size: 26px;
    color: #141515;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 18px;
    position: relative;
}
h1.heading::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #129250;
    left: 0;
}
h1.sub-heading {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 18px;
    color: #141515;
}
a.link,
a.link:hover,
a.link:focus {
    color: #129250;
    text-decoration: underline;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #129250;
}
.breadcumb {
/*    background: url("../images/breadcrumb-bg.jpg") no-repeat top center/cover;*/
    padding: 0px 0;

}
.breadcumb .breadcrumb {
    background: transparent !important;
    margin-bottom: 0px;
    padding: 10px 0px;
	float:right;
}
.breadcrumb li a,
.breadcrumb li {
    letter-spacing: 1px;
    font-weight:bold;
    font-size: 12px;
    color: #129250;
	
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
    font-weight: lighter;
    padding-right: 14px;
    padding-left: 14px;
}
.breadcrumb li.active {
    font-weight: bold;
    color: #fff;
}
.breadcrumb li.active a {
    font-weight: bold;
}
.breadcrumb li.active a:hover{
    text-decoration: none;}
.same-page-padding {padding: 4em 0em;}
.height10 {height: 10px;}
.height20 {height: 20px;}
.height30 {height: 30px;}
.height40 {height: 40px;}
.height50 {height: 50px;}
.height60 {height: 60px;}

.working-life-img img.img-fluid {
    border: 2px dashed #129250;
    padding: 6px;
}
.working-life-at-pfti hr {
    margin: 3em 0em;
}
hr.blockborder {
    margin: 20px 0;
}
.row.bgrey {
    background: #fff; /*old color */
    padding: 40px 20px;
}
.card{
    border-radius: 0px;
}
.card.subcard{
    background: #129250;
}
.card-body {
    background: #fff;
}
.mb-0 > a {
    display: block;
    position: relative;
}
.mb-0 > a:after {
    content: "\f078"; 
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
    content: "\f077"; 
}
.accordioncust > .card > .card-header a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.accordioncust > .card > .card-header a:hover{
    text-decoration: none;
}
.card.subcard > .card-header > a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.card.subcard > .card-header a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.card.subcard > .card-header > a:hover{
    text-decoration: none;
}
.card-header{
    padding:.75rem 1.25rem;
    border-radius: 0;
    border-bottom: 1px solid #0f693a;
    display: inline-grid;
    background:#129250 ;
}

.card.subcard > .card-header a:hover {
    text-decoration: none;
}
div#accordion {
    padding: 40px 0;
}
.card-header:first-child {
    border-radius: 0;
}
.card{border: 1px solid rgb(18 146 80);}
/*end accorditon*/


/*heroslidersection*/
/*end heroslidersection*/

/*heroaboutsection*/
.heroaboutsection{padding: 70px 0;    background: #fff;}
.heroaboutsection-wt{padding: 70px 0;    background: #fff; background-color:#FFFFFF;}
.heroabout-headt {margin-bottom: 30px;}
.heroabout-headt h2{text-align: center;    position: relative;font-size: 32px; font-weight:600;}

a.theam-btn {
    background: #129250;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    transition: all .5s ease;
}
a.theam-btn:hover{
    text-decoration: none;
    background: #4c4c4e;
}


/*.heroslider-owl-carousel > .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}*/





/*sanjay s*/


/*sanjay e*/
.heroslider-owl-carousel > .owl-nav > button.owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
}
.heroslider-owl-carousel > .owl-nav > button.owl-next{
    position: absolute;
    right: 0;
    top: 45%;
}

.heroslider-owl-carousel > .owl-nav > button.owl-prev,
.heroslider-owl-carousel > .owl-nav > button.owl-next {
    background: #129250;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    line-height: 20px;
}
.heroslider-owl-carousel > .owl-nav > button.owl-prev:hover,
.heroslider-owl-carousel > .owl-nav > button.owl-next:hover{
    background: #129250;
}
.heroslider-owl-carousel > .owl-nav > button.owl-prev:focus,
.heroslider-owl-carousel > .owl-nav > button.owl-next:focus{
    border: transparent;
    outline: transparent;
}
.heroslider-owl-carousel > .owl-nav{margin: 0 !important;}
/*end heroaboutsection*/

/*keyfactssection*/
.keyfactssection {
    padding: 110px 0;
    background: url(../images/keyfact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment:fixed;
}
.keyfacts-counter > div#counter h4 {
    font-size: 26px;
    padding: 30px 0 0;
}
.counter-value {
    font-size: 58px;
    font-weight: bold;
}
div#counter i {
    font-size: 58px;
}
.keyfacts-details h2 {
    margin-bottom: 20px;
}
.custborder {
    border-right: 2px solid #ffffff;
}
.keyfacts-details ul {
    margin-bottom: 0;
}
.keyfacts-details ul li {
    padding-bottom: 5px;
}
.keyfacts-details ul li:last-child{
    padding-bottom: 0px;
}
/*end keyfactssection*/

/*header video section*/
.videoheader {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videoheader video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoheader .container {
  position: relative;
  z-index: 2;
}

.videoheader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .videoheader {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  .videoheader video {
    display: none;
  }
}


.about-details h4 {
    color: #129250;
    font-size: 23px;
    font-style: italic;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 25px;
}
.col-md-4.cust-br {
    border-right: 2px solid #fff;
}



/*end header video section*/


/*productslidersection*/
.infrastructuresection{
    padding: 80px 0;
	/*background: #fff;*/
}
.infrastructure{
    margin-bottom: 30px;
    position: relative;
}
.infrastructure img {
    box-shadow: 10px 10px 10px 0px rgb(176 176 176 / 77%);
    -webkit-box-shadow: 10px 10px 10px 0px rgb(176 176 176 / 77%);
    -moz-box-shadow: 10px 10px 10px 0px rgba(176,176,176,0.77);
}

.heroabout-details p {
    margin: 0;
}

div#demo {
    position: relative;
    margin-bottom: 30px;
}

.slide-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(6, 159, 76, 0.7);
    width: 100%;
    color: #fff;
    padding: 8px 10px;
}

.ourvisionmissionsection{
    padding: 70px 0;
}
/*end visionmissionsection*/

/*whychoosesection*/
.whychoosesection{
    padding: 70px 0;
}
.whychoose h4 {
    margin-bottom: 20px;
    font-size: 26px;
}
.whychoose p {
    text-align: justify;
    margin-bottom: 40px;
    line-height: 26px;
}
.heroabout-headt.whychoose-head {
    margin-bottom: 80px;
}
.whychoose-details {
    display: flex;
}
.whychoose-icon i {
    width: 35px;
    height: 35px;
    background: #129250;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    border-radius: 50%;
}
/*end whychoosesection*/


/*product*/
.capabilities-block {
    padding: 3em;
}
.capabilities-block h3, .capabilities-block h1 {
    color: #129250;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 28px;
}
.products-blockimg-sloteed {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.truss-philips {
    position: relative;
    margin-bottom: 30px;
}
.products-blockimg-sub {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.products-blockimg-sub h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
}
.subpageheadersection {
    background: #fff url(../images/developed-bg.png) repeat 0 0;
    height: auto;
    box-sizing: border-box;
    -webkit-animation: slide 30s linear infinite;
    -moz-animation: slide 30s linear infinite;
    -o-animation: slide 30s linear infinite;
    animation: slide 30s linear infinite;
    /*padding: 120px 0;*/
    padding: 100px 0;
}
.subpageheader-details h3 {
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    font-weight: normal;
}
.subpageheader-details h2 {
    margin: 0;
    font-size: 38px;
    color: #129250;
}
.subpageheader-details > ol.breadcrumb.breadcrumb-arrow {
    background: transparent;
    justify-content: center;
    margin-bottom: 0;
    padding: 5px 0 0;
}
.breadcrumb li a {
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}
.breadcrumb li .fa.fa-angle-double-right {
    color: #fff;
    padding: 0px 14px;
}
.breadcrumb li.active {
    color: #129250;
    text-transform: capitalize;
}
.pan-sloted-sub, .truss-sloted-sub {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.pan-sloted-sub h4, .truss-sloted-sub h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
.truss-philips-sub {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.truss-philips-sub h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
/*end product*/


/*home slider*/
section.productslidersection {
    padding:1px 0 88px 0;
    background: url(../images/keyfact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment:fixed;
}

.home-product-nm{text-align: center;}
.home-product-nm h4{margin-top: 20px;}
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav{
    margin-top: 0;
}

.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev {
    position: absolute;
    top: 35%;
    left: -75px;
    margin: 0;
}
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next {
    position: absolute;
    top: 35%;
    right: -75px;
    margin: 0;
}
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev > span, 
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next > span {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #129250;
    line-height: 45px;
    font-size: 48px;
    color: #fff;
    border-radius: 50%;
    font-family: monospace;
    transform: all .5s ease-in;
}
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev > span:hover,
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next > span:hover{
    background: #000;
    color: #fff;
}
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev:hover,
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next:hover{
    border: none;
    outline: none;
    background: none;
}
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next:focus,
.productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next:focus{
    border: none;
    outline: none;
}
/*end home slider*/


/*footer*/
footer .ft-info .address-ico,
footer .ft-info .tel-ico {
    display: inline-block;
    /*margin-right: 10px; 22-7-2021*/
    margin-right: 15px;
}
.address {
    display: flex;
}
footer .ft-info .address-txt,
footer .ft-info .txt-number {
    color: #333;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
/*footer .mail .fa.fa-envelope {
    margin-right: 8px;
}*/
.mailicon {
    margin-right: 12px;
}
footer {
    padding: 2em 7em;
}

.footer {
    background: #051b35;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    padding: 4.5rem 0 3em;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top: 1px solid #ccc;
}
.copyright {
    background: #333;
    text-align: center;
    padding: 18px;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
}

.copyright p a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

footer img {
    width: 100%;
    margin-bottom: 22px;
}

footer .ft-link h3 {
    color: #129250;
    text-transform: uppercase;
    font-size: 18px;
	font-weight:600;
}

.list-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.list-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.ft-link ul li a::before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 8px;
}

.ft-link ul li a {
    color: #000000;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}

.ft-link ul li a:hover,
.ft-link ul li a:focus {
    color: #129250;
}

footer p {
    font-size: 14px;
}

footer .ft-abt {
    padding: 0px 50px 0px 0px;
}

.ft-link ul li {
    margin-bottom: 7px;
}

footer h3 {
    margin-bottom: 1.2em;
}

footer .ft-info .mail {
    margin: 12px 0px;
    display: flex;
}

footer .ft-info .mail a,
footer .ft-info .txt-number a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

footer .ft-info .mail a:hover,
footer .ft-info .txt-number a:hover {
    color: #129250;
}

.social i.fa {
    font-size: 17px;
}

.social .d-inline {
    padding: 7px;
}

.social a {
    color: #333;
}

.social a:hover {
    color: #129250;
}
/*end footer*/


/*transitionsection*/
.transitionsection {
    padding: 80px 0;
    background: #eeeeee;
}

.transition-details{
    display: flex;
    /*flex-wrap: wrap;*/
}

/*image hover effets*/

.box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 460px;
  height: 450px;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  transition: all 1s;
}

.box .box__blurb {
  opacity: 1;
  transform: translateX(45px);
  transition: opacity 0.5s 2s, transform 0.5s 0.5s;
}

.box .rect__blurb {
  opacity: 0;
  transform: translateX(500px);
  transition: opacity 0.5s 1s, transform 0.5s 1s;
}

.box:hover {
  width: 670px;
}

.box:hover .box__blurb {
  transform: translateX(-500px);
}

.box:hover .rect__blurb {
  transform: translateX(-100px);
}

.transitionhead{
    position: absolute;
    top: 50px;
    left: 80px;
}

.transitionhead h2 {
    font-size: 18px;
    background: #129250;
    padding: 15px 10px;
    position: relative;
    text-transform: uppercase;
}

.transitionhead h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 4px;
    height: 50px;
    background: #129250;
}


.box.box-two, .box.box-thr, .box-for {
    position: relative;
}

.transitionhead-two,.transitionhead-thr, .transitionhead-for{
    position: absolute;
    top: 50px;
    left: 80px;
}

.transitionhead-two h2,.transitionhead-thr h2, .transitionhead-for h2 {
    font-size: 18px;
    background: #129250;
    padding: 15px 10px;
    position: relative;
    text-transform: uppercase;
}

.transitionhead-two h2::before,.transitionhead-thr h2::before, .transitionhead-for h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 4px;
    height: 50px;
    background: #129250;
}
/*end image hover effets*/

/*end transitionsection*/

.aboutpagesection{
    background: url(../images/about-bg.jpg);
}
.valuepagesection{
	   background: url(../images/bnr-core-purpose.jpg);
}
.managementsection{
	   background: url(../images/bnr-mngmnt.jpg);
}
.infrasection{
	   background: url(../images/bnr-infra.jpg);
}
.purposesection{
	   background: url(../images/bnr-core-purpose.jpg);
}
.capabilitiessection {
    background: url(../images/bnr-capability.jpg);
}
.visionsection {
    background: url(../images/bnr-vision.jpg);
}
.uspsection {
    background: url(../images/bnr-usp.jpg);
}
.qualitysection {
    background: url(../images/bnr-quality.jpg);
}
.quality-assurancesection {
    background: url(../images/quality-assurance-bg.jpg);
}
.quality-controlsection {
    background: url(../images/quality-control-bg.jpg);
}
.mediasection {
    background: url(../images/bnr-media-gallery.jpg);
}
.contractpagesection {
    background: url(../images/bnr-contract-manufacturing.jpg);
}
.offshorepagesection {
    background: url(../images/bnr-offshore-manufacturing.jpg);
}
.logisticpagesection {
    background: url(../images/bnr-logistic-manufacturing.jpg);
}
.oempagesection{
    background: url(../images/bnr-oem-manufacturing.jpg);
}
.assemblypagesection{
    background: url(../images/bnr-assembly-manufacturing.jpg);
}
.productspage{
    background: url(../images/bnr-assembly-manufacturing.jpg);
}
.workinglifepagesection{
    background: url(../images/bnr-working-life.jpg);
}
.jobpagesection{
    background: url(../images/bnr-jobs.jpg);
}
.hrpagesection{
    background: url(../images/bnr-hr-polices.jpg);
}
.blog-bannersection{
    background: url(../images/blog-banner.jpg);
}
.contactsection{
    background: url(../images/contact-banner.jpg);
}

.h-height,.workinglifesection {
    
    height:144px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*managementdescsection*/
.managementdescsection {
    padding: 70px 0;
}
.managementdesc-img {
    text-align: center;
}
.managementdesc-head {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.managementdesc-head h5 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.managementdesc-head p{
    margin: 0;
}
.managementdesc ul {
    padding: 0;
    margin: 0 ;
}
.managementdesc ul li {
    line-height: 22px;
    margin-bottom: 10px;
	list-style:none;
	background:url(../images/listing-icn.png) no-repeat left 3px;
	padding-left:20px;
	
}
.managementdesc ul li ::marker {display:none;}
/*managementdescsection*/
.productimg-ul ul li {
    line-height: 22px;
    margin-bottom: 10px;
	list-style:none;
	background:url(../images/listing-icn.png) no-repeat left 3px;
	padding-left:20px;
	
}
.productimg-ul ul li ::marker {display:none;}


.jis-txt ul li {
    line-height: 22px;
    margin-bottom: 10px;
	list-style:none;
	background:url(../images/listing-icn.png) no-repeat left 3px;
	padding-left:20px;
	
}
.jis-txt ul li ::marker {display:none;}




/*aboutpagesection*/
.aboutpage-header h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
	text-align:center
}

.aboutpage-header p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.aboutpage-img{position: relative;}   

.aboutpage-img::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 94%;
    /*border: 3px solid #fff;*/
    height: 96%;
}

.aboutpage-img img {
    box-shadow: 10px 10px 10px 0px rgb(176 176 176 / 77%);
    -webkit-box-shadow: 10px 10px 10px 0px rgb(176 176 176 / 77%);
    -moz-box-shadow: 10px 10px 10px 0px rgba(176,176,176,0.77);
}
/*end aboutpagesection*/

/*corevaluesection*/
.corevaluesection{
    background: #fff;
    padding: 70px 0;
}
.corevaluedetails{}
.corevaluedetails h3{
    margin-bottom: 50px;
}
.corevaluesub {
/*    background: #fff;*/
    margin-bottom: 30px;
    height: 100px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    align-items: center;
/*    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 25%);*/
}
/* .corevalueicon {
   width: 100px;
    height: 100px;
    background: #fff;
    text-align: center;
    line-height: 110px;
    border-radius: 50%;
    margin-right: 30px;
    box-shadow: 0px 0px 17px -7px rgb(0 0 0 / 44%);
    -webkit-box-shadow: 0px 0px 17px -7px rgb(0 0 0 / 44%);
    -moz-box-shadow: 0px 0px 17px -7px rgb(0 0 0 / 44%);
    color: #039c49;
    border: 3px dotted #fff;*/
	.corevalueicon {
  width: 100px;
  height: 57.735px;
  background: red;
  position: relative;
}
.corevalueicon::before {
  content: "";
  position: absolute;
  top: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 28.8675px solid red;
}
.corevalueicon::after {
  content: "";
  position: absolute;
  bottom: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 28.8675px solid red;
}
}
.corevalueicon i{
    font-size: 35px;
}
.corevaluedetails > .corevaluesub:nth-child(even) .corevalueicon {
    background: #039c49;
}
/*.corevaluedetails > .corevaluesub:nth-child(odd) .corevalueicon {
    border: 3px dotted #ababab;
}*/
.corevaluedetails > .corevaluesub:nth-child(even) .corevalueicon i{
    color: #fff;
}
.coretext h4{
    font-size: 15px;
    /*border-left: 2px #039c49 solid;*/
    padding-top: 20px;
	text-align:center;
}

/*end corevaluesection*/

/*productpagesection*/
.productpagesection {
    background: url(../images/product-bg.jpg);
    height:300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.productdetailsection{
    padding: 80px 0;
}

.productpagedetais-nm h3 {
    padding: 0 0;
    color: #129250;
    font-size: 22px;
    padding: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.productpagedetais a {
    display: inline-block;
}

.productpage-img{
    position: relative;
    display: inline-block;
}

.productpage-img .productpage-hide{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;

}
.productpage-img:hover .productpage-hide{
    opacity: 1;
}

.productpage-img{
    margin-bottom: 30px;
}

.productpage-img a{
    border: 1px solid #129250;
    display: inline-block;
    position: relative;
    color: #000;
    overflow: hidden;
}

.productpage-img a img {
    transition: all 0.3s;
    box-sizing: border-box;
    max-width: 100%;
}

.productpage-img a:hover img {
    transform: scale(1.2) rotate(-8deg);
}

.productpage-img a:hover {
    border: 1px solid #129250;
    transition: all .2s ease;
    text-decoration: none;
}

.productpage-img a h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: normal;
    background: #129250;
    padding: 10px 0;
    color: #fff;
}

.productpage-img a:hover h3 {
    transition: all .5s ease-in;
    padding: 20px 0;
}
/*end productpagesection*/


/*qualitysection*/


.rawmaterialsection, .certificationsection, .certificationsection, .experiencesection {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.rawmaterialsection{
/*     background: url(../images/raw-material-bg.jpg);
     background-attachment: fixed;*/
	 padding:70px 0; color:#000;
}

.certificationsection {
/*    background: url(../images/certification-bg.jpg);
    background-attachment: fixed;*/
	padding:70px 0 ;
}
.experiencesection {
/*    background: url(../images/experience-bg.jpg);
    background-attachment: fixed;*/
	padding:70px 0;
}
.qualitydetalpagesection{
    padding: 70px 0;
}
.smallquantitysection {
    background: url(../images/small-quantity-bg.jpg);
    background-attachment: fixed;
}
.erpbasedsystembgsection {
    background: url(../images/erp-based-system-bg.jpg);
    background-attachment: fixed;
	padding:2% 0;
}



.rawmaterialsection p, .certificationsection p, .experiencesection p, .smallquantitysection p, .erpbasedsystembgsection p{color: #000;}
.rawmaterialsection h2, .certificationsection h2, .experiencesection h2, .smallquantitysection h2, .erpbasedsystembgsection h2{color: #fff;}

.qualitydetalpage h2,.heroabout-details h3 {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 28px;
	color:#129250;



	}

.qualitydetalpage h2::before, .heroabout-details h3::before {
    content: "";
    position: absolute;
    /*bottom: 20px;*/
    left: 0;
    /*background: url("../images/dotted-line.png");*/
    width: 100px;
    height: 4px;
    padding: 2px 0;
}

.qualitydetalpage img {
    width: 100%;
}

.qualitydetalpage {
/*    padding: 40px;*/
}

.gry-bg {
    background: #efefef;
}

.qualitydetalpagesection.quality-one {
    background: url(../images/keyfact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.qualitydetalpagesection.quality-one > .container > .row > .col-md-6 > .qualitydetalpage p {
    color: #fff;
}

/*skillbar*/
.quality-skillbar {
    margin-top: 60px;
}

.skill {
    background: linear-gradient(90deg, #129250 0%, #129250 100%);
    text-align: right;
    padding-right: 20px;
    line-height: 17px;
    border-radius: 0 20px 20px 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
p.wide{margin-bottom: 0;}
.back{margin-bottom: 20px;}

/*tailoredmadefastnerssection*/
.tailoredmadefastners-banner {
    background: url(../images/product-sub-bg.jpg);
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tailoredmadefastnerssection,.tailoredmadefastners-details{
    padding: 80px 0;
}

.tailore-material h3 {
    margin: 0;
    font-size: 28px;
    margin-bottom: 20px;
}

.tailore-material ul{
    padding-left:20px;
}

.tailore-material ul li {
    position: relative;
    padding-bottom: 10px;
}

.tailoredmadefastners-heading h3 {
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.tailoredmadefastners-heading h3::before{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    background: url(../images/dotted-line.png);
    width: 100px;
    height: 4px;
    padding: 2px 0;
}
.tailoredmadefastners-heading p {
    margin: 0;
}
.tailoredmadefastners-pad {
    padding: 50px 0;
}
.tailor-img {
    margin: 50px 0;
}
div#myTabContent {
    background: #ececec;
    padding: 10px;
}
/*end tailoredmadefastnerssection*/


/*capabilities-section*/

ul.capability-list {
    padding-left: 20px;
}
.res-capability h3 {    text-transform: uppercase;    margin-bottom: 20px;    font-weight: bold;    color: #08a04d;font-size: 28px;}
.capabilities-blk {    position: relative;}
.capabilities-front{    display: block;}
.capabilities-back{    display: none;}

.capabilities-blk:hover .capabilities-back{    display: block;}
.capabilities-blk:hover .capabilities-front{    display: none;  }
.capabilities-blk:hover .capabilities-img{    border: 2px solid #08a04d;}
.capabilities-blk:hover .capabilities-img.threadtypes-img{
    border:none;
}
.thread-types .capabilities-img {
    border: none;
    padding: 0px;
}
.thread-front {
    display: block;
}
.thread-back {
    display: none;
}
.capabilities-blk:hover .thread-back{
    display: block;
}
.capabilities-blk:hover .thread-front{
    display: none;
}
.capabilities-img {
    border: 2px solid black;
    border-radius: 100%;
    padding: 15px;
    margin-bottom: 10px;
}
.capabilities-blk {
    display: inline-block;
    width: 100px;
    margin: 0px 35px 0px 0px;
    text-align: center;
    vertical-align: top;
}

.capabilities-head h3 {
    color: #08a04d;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0 30px;
    font-size: 28px;
}
/*end capabilities-section*/

/*product sub*/
.product-head h3{
    position: relative;
    padding-bottom: 30px;
    font-size: 36px;
}

.product-head h3::before{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    background: url(../images/dotted-line.png);
    width: 100px;
    height: 4px;
    padding: 2px 0;
}

.product-head h4 {
    font-size: 22px;
    color: #039c49;
    font-weight: bold;
/*      padding: 0px 0 15px;
  border-bottom: 1px solid #ededed;*/
    margin-bottom: 20px;
}

.din-details p {
     margin: 0;
}
.dinstandard {
    display: flex;
}
.din-product {
    margin-right: 30px;
/*    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);*/
}
/*.din-product :hover {
    margin-right: 30px;
    box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 25%);
	transition: all .2s ease;
}

.din-product:hover {
    border: 1px solid #129250;
    transition: all .2s ease;
	padding: 30px 30px;
}
sanjay */
.dinstandard {
    display: flex;
    /*background: #e8e8e8; old bg*/ 
    padding: 2px 0 20px 0;
    margin-bottom: 20px;
    background: #ffffff;       
    border-bottom: 1px solid #efefef;

	

}
/*end product sub*/


/*resources-product*/
.resources-product{
    margin-bottom: 40px
}
/*contetnt add sanjay */


.productcon{color: #129250;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 28px;
}


.resources-product a {
    border: 1px solid #d2d2d2;
    display: inline-block;
    position: relative;
    color: #000;
    overflow: hidden;
}

.resources-product a img {
  transition: all 0.3s;
  box-sizing: border-box;
  max-width: 100%;
}

.resources-product a:hover {
    border: 1px solid #129250;
    transition: all .2s ease;
}

.resources-product a:hover img {
    transform: scale(1.2) rotate(-8deg);
}

.resources-product a h3 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: normal;
}

.resources-product a:hover h3{
    color: #129250;
    transition: all .2s ease;
}
/*end resources-product*/

section.gbsection {
    padding: 70px 0;
    background: #fff;
}

.product-innr {
    box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);
    padding: 20px;
    background: #fff;
    height: 283px;
    margin-bottom: 30px;
}
.product-ulhead{
   /* box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);  box color remove */
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.product-ulhead h4 {
    margin: 03px 0 22px;
    text-align: left;
    color: #129250;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}
.product-innr p{
    margin: 0;
    line-height: 30px;
}
.product-ul{
    column-count: 2;
}

.productimg-ul ul {
    margin: 0;
    line-height: 34px;
}
.productimg {
    border: 1px solid #d9d9d9;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productimg img{
    max-width: 280px;
}


/*resourcingsection*/
.resourcingsection{
    padding: 70px 0;
    background: #fff;
}
.astm-innr {
    box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.astm-minnr {
    box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.ansi-innr{
    /*box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);*/
    padding: 20px;
    background: #fff;
}
.jis-ulhead {
   /* box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);
    padding: 20px;*/
    background: #fff;
}
.jis-head h4 {
    margin-bottom: 15px;
    text-align: left;
    color: #129250;
    font-size: 24px;
	font-style:normal;
    /*font style font-style: italic;*/
    font-weight: bold;
	/*margin-left:15px;*/
	
}

.hhp{margin-left:15px;}
.jis-txt ul {
    margin: 0;
    line-height: 34px;

}
/*end resourcingsection*/


/*contactussection*/
.contactussection{
    padding: 70px 0;
}
.contact-social div i {
    color: #129250;
    font-size: 17px;
}
.addr{display: flex;}
.contact-social div span {
    margin-left: 20px;
    color: #000;
}
.contact-social div a {
    margin-left: 15px;
    display: inline-block;
    color: #000;
}
.hrhead{
    box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);
    padding: 20px;
    background: #fff;
}
.contact-emails {
    display: flex;
    align-items: baseline;
}
/*end contactussection*/

/*uspdetailsection*/
section.uspdetailsection {
    padding: 0px 0 50px;
}
/*end uspdetailsection*/
section.whyus {
    padding: 80px 0 50px;
}
/*end uspdetailsection*/

.dndlogo{text-align: center;}




/*blogsection*/
.blogsection {
    padding: 80px 0;
}
.blogdetails {
    padding: 20px;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;*/
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.blogdetails h3 {
    font-size: 22px;
    height: 55px;
}
.blogdetails img {
    margin: 15px 0;
    border-radius: 10px;
}
.blogdetails p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}
.blogdetails a {
    background: #129250;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    transition: all .5s ease;
}
.blogdetails a:hover{
    text-decoration: none;
    background: #000;
    color: #fff;
}
.blogsection > .container > .row > div {
    padding: 0px 15px 0 15px !important;
}
.blogdetails.maching-screw-details h3 {
    height: inherit;
    font-size: 36px;
    margin-bottom: 20px;
}
.blogdetails.maching-screw-blogdetails ul {
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.blogdetails.maching-screw-blogdetails ul li {
    line-height: 40px;
    border-bottom: 1px solid #d7d7d7;
}
.blogdetails.maching-screw-blogdetails ul li:last-child {
    border-bottom: 0;
}
.blogdetails.maching-screw-blogdetails h5 {
    margin-bottom: 20px;
    /*border-bottom: 1px solid #000;*/
    /*padding-bottom: 20px;*/
}

.blogdetails.maching-screw-blogdetails a {
    background: none;
    color: #000;
    padding: 0;
    font-weight: 400;
    transition: all .5s ease;
}
.blogdetails.maching-screw-details img {
    margin-top: 0;
}
.blogdetails.maching-screw-blogdetails a:hover{
    color: #129250;
}
.blogdetails.maching-screw-blogdetails a.active {
    color: #129250;
}
.blogdetails.maching-screw-details h4 {
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    color: #129250;
}
/*end blogsection*/


/*whatsup code*/
.whtsapp-block {
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 550;
}
/*.whtsapp-lg {
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 550;
}*/
.whtsapp-lg img.img-fluid {
    width: 50px;
}
.circle {
    border-radius: 50%;
    background-color: #000;
    width: 60%;
    height: 60%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
    right: 10px;
    bottom: 15%;
    z-index: -5;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/*end whatsup code*/


/*responsive*/
@media (max-width: 1366px) {
    .subpageheadersection{padding: 100px 0;}
}


@media (max-width: 1280px) {
    .productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev{left: -65px;}
    .productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next{right: -65px;}
}

@media (max-width: 1170px) {

}

@media (max-width: 1024px) {
    .heroaboutsection,section.productslidersection,.transitionsection,.whychoosesection,.ourvisionmissionsection,.contactussection
    {padding: 40px 0;}
    .qualitydetalpagesection,section.uspdetailsection {padding: 40px 0;}
    section.erpbasedsystembgsection.quality-one,section.smallquantitysection.quality-one{padding: 30px 0;}
    .rawmaterialsection, .certificationsection, .certificationsection, .experiencesection,.resourcingsection,.capabilities-block {
    padding: 40px 0;}
    .capabilities-block {padding: 40px 0 10px;}
    .heroabout-headt.whychoose-head {margin-bottom: 40px;}      
    footer .ft-abt{padding: 0;text-align: center;margin-bottom: 40px;}
    section.footer{padding: 40px 0;}
    footer{padding: 0;}
    a.navbar-brand img {max-width: 150px;}
    header li .nav-link{font-size: 12px;}
    .transition-details{flex-wrap: wrap;}
    .box{width: 32%;margin-bottom: 40px;}
    .productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev{left: -46px;}
    .productslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next{right: -46px;}
    .aboutpage-img {text-align: center;}
    .product-innr{height: auto;}
    .product-ulhead h4{margin: 0px 0 20px;}
    .productimg-ul ul{line-height: 26px;}
    .jis-txt ul {margin: 0 0 20px;}
    .subpageheadersection{padding: 90px 0;}
    .blogsection{padding: 40px 0 10px;}
    .blogdetails{margin-bottom: 30px;}
    .blogdetails img{width: 100%;}
    .blogdetails a{font-size: 14px;}
}

@media (max-width: 991px) {
    .carousel-item img{width: 100%;}
    .qualitydetalpage{padding: 0;}
    .working-life-img img {width: 100%;margin-top: 30px;}
    .products-blockimg-sub,.truss-sloted-sub,.truss-philips-sub {position: relative;bottom: 0;left: 0;text-align: center;}
    .products-blockimg-sub h4,.truss-sloted-sub h4,.truss-philips-sub h4 {background: #e6e7e9;padding: 7px 10px;}
    .products-blockimg-sloteed{justify-content: center;}
    .truss-philips,.truss-philips img { width: 100%;}
    .capabilities-block h3, .capabilities-block h1{text-align: center;}
}

@media (max-width: 990px) {
    .aboutpage-img img{margin-bottom: 40px;width: 100%;}
    .qualitydetalpage img{margin-bottom: 40px;}
    .qualitydetalpage h2, .heroabout-details h3{font-size: 22px;}
    .productimg-ul ul {padding: 20px 0 0 20px;}
}

@media (max-width: 768px) {
    footer{padding: 0;}
    .aboutpage-img{text-align: center;}
    .aboutpage-img {text-align: center;}
    .box{width: 100%;}
    .box .box__blurb{transform: translateX(5px);}
    .transitionhead{left: 50px;}
    .transitionhead-two, .transitionhead-thr, .transitionhead-for{left: 35px;}
    .productimg img {max-width: 200px;}
    .productimg-ul ul {padding: 20px 0 0 20px;}
    .product-ulhead h4 {margin: 0 0 30px;font-size: 22px;}
    section.gbsection {padding: 40px 0 10px;}
    .jis-head h4{margin-bottom: 20px;}
    .jis-txt ul {margin-bottom: 20px;padding: 0 0 0 20px;}
    .dinstandard{flex-wrap: wrap;justify-content: center;padding: 20px;}
    .din-product{margin:0 0 25px;}
    .blogdetails a{font-size: 16px;}
    .blogdetails.maching-screw-details h3{font-size: 28px;}

}

@media (max-width: 767px) {
    .heroabout-headt h2 {font-size: 28px;}
    .contact-social{margin-bottom: 40px;}
    footer .ft-abt{}
    footer .ft-link h3{margin: 20px 0 20px;}
    .social {text-align: center;}
    .corevalueicon i{font-size: 24px;}
    .corevalueicon {width: 70px;height: 70px;line-height: 70px;}
    .corevalueicon{margin-right: 15px;}
    .coretext h4{font-size: 17px;}
    .aboutpage-header h2{font-size: 24px;}
    .product-head h4{font-size: 20px;}
    .capabilities-block h3, .capabilities-block h1{font-size: 21px;}
}

@media (max-width: 601px) {
    .coretext h4{font-size: 14px;}
    .res-capability h3{font-size: 20px;}
    .capabilities-head h3{font-size: 20px;}
}

@media (max-width: 480px) {
    .res-capability h3{font-size: 28px;}
    .capabilities-head h3{font-size: 28px;}   
    .subpageheadersection{padding: 75px 0;}
    .blogdetails.maching-screw-details h3{font-size: 26px;}
}

@media (max-width: 320px) {
    .subpageheadersection{padding: 65px 0;}
}

/*end responsive*/
/*new updt*/

.bg-smoke {
  background-color: var(--smoke-color) !important;
}
.position-relative {
    position: relative!important;
}
.overflow-hidden {
    overflow: hidden!important;
}
.explore-shape {
    top: -5%;
    left: 0%;
}
.jump-reverse-img,
.jump-img {
  --duration: 5s;
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
.space,
.space-top {
  padding-top: 120px;
}

.space,
.space-bottom {
  padding-bottom: 120px;
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-title {
  padding-top: var(--section-title-space);
  padding-bottom: var(--section-title-space);
}

.space-title-top {
  padding-top: var(--section-title-space);
}

.space-title-bottom {
  padding-bottom: var(--section-title-space);
}
.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadein {
  --animation-name: fadein-custom;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.sectionLine {
  --animation-name: sectionLine;
}

.slideinright {
  --animation-name: slideinright;
}

.animated {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.ripple-animation, .play-btn2:after, .play-btn2:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}
.text-start {
    text-align: left!important;
}
.pb-1 {
    padding-bottom: 0.25rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.sec-title {
  text-transform: capitalize;
font-family: "Roboto", serif;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  line-height: 58px;
}

.sec-title2 {
  text-transform: capitalize;
font-family: "Roboto", serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  line-height: 46px;
}

.sec-line {
  max-width: 200px;
  height: 8px;
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
}
.sec-line::before {
  content: "";
  height: 4px;
  width: 100%;
  border-radius: 30px;
  background-color: #129250;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-line::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  width: 60px;
  transform: translateY(-50%);
  height: 8px;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  display: block;
  margin-bottom: 20px;
  background-color: #129250;
  animation: sectionLine 5s linear infinite;
}
.explore-shape {
    top: -5%;
    left: 0%;
}
.jump-reverse-img, .jump-img {
    --duration: 5s;
}
.jump-reverse-img, .jump-img, .jump-reverse, .jump {
    animation: jumpping var(--duration, 6s) infinite linear;
}
.shape-mockup {
    position: absolute;
    z-index: 0;
}
@media (min-width: 1400px)
.d-xxl-block {
    display: block!important;
}
@keyframes sectionLine {
  0% {
    left: -60px;
  }
  100% {
    left: 100%;
  }
}
@keyframes sectionLine2 {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
.sec-line.sec-line-left {
  margin: 0;
}

.sec-line2 {
  max-width: 50px;
  height: 10px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.sec-line2::before {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: var(--body-color);
  border-radius: 3px;
}
.sec-line2::after {
  content: "";
  border: 3px solid var(--secondary-color);
  background-color: var(--white-color);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: sectionLine2 4s linear infinite;
}

.sec-text {
font-family: "Roboto", serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
}

.sec-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--secondary-color);
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 8px;
font-family: "Roboto", serif;
}

/* Medium devices */
@media (max-width: 991px) {
  .title-area {
    margin-bottom: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 36px;
    line-height: 43px;
  }
}
.explore-text {
font-family: "Roboto", serif;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.explore-list {
    margin-bottom: 38px;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.explore-list li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    transition: all ease 0.4s;
    color: #555555;
font-family: "Roboto", serif; }
	
	.explore-list li::before {
    content: "";
    border: 5px solid var(--secondary-color);
    background-color: var(--title-color);
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
font-family: "Roboto", serif;
    background-color: #129250;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    padding: 17.5px 28px;
    border-radius: 5px;
    text-shadow: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease;}
	.vs-btn i {
    margin-left: 2px;
    font-size: 14px;
}
.far {
    font-weight: 400;
}
.fal, .far {
    font-family: Font Awesome\ 5 Pro;
}
.vs-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--title-color);
    transform: scale(0);
    z-index: -1;
    border-radius: 0;
    transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}
.img_box1 {
    position: relative;
}
.img_box1 .img_1, .img_box1 .img_2 {
    border-radius: 0px;
    overflow: hidden;
    width: max-content;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.mega-hover {
    position: relative;
    overflow: hidden;
}
.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}
.img_box1 .img_1 img, .img_box1 .img_2 img {
    border-radius: 0;
    height: 100%;
    width: 100%;
}
.mega-hover img {
    transition: all 2s ease;
    transform: scale(1);
}
/*img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}*/
/*img {
    border: none;
    max-width: 100%;
}*/
.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
}
.mega-hover:after, .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}
	.img_box1 .img_2 {
    right: 35px;
    z-index: 0;
    margin: -62px 0 0 auto;
}
.img_box1 .img_1, .img_box1 .img_2 {
    border-radius: 0px;
    overflow: hidden;
    width: max-content;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.mega-hover {
    position: relative;
    overflow: hidden;
}
.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after, .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}
.img_box1 .img_1 img, .img_box1 .img_2 img {
    border-radius: 0;
    height: 100%;
    width: 80%;
}
.mega-hover img {
    transition: all 2s ease;
    transform: scale(1);
}
/*img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}*/
/*img {
    border: none;
    max-width: 100%;
}*/
.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after, .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.img_box1 .img_2 {
    right: 35px;
    z-index: 0;
    margin: -62px 0 0 auto;
}
.img_box1 .exp_box_title {
    color: var(--white-color);
    margin: 0;
    font-size: 34px;
}
.img_box1 .exp_box_text {
    color:#fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.img_box1 .exp_box1 {
    background-color: #129250;
    position: absolute;
    right: 10px;
    top: 50px;
    padding: 45px 30px;
    border-radius: 10px;
    z-index: 1;
}
.img_box1 .exp_box_title {
    color: #fff;
    margin: 0;
    font-size: 34px;
}
.img_box1 .exp_box1:last-child {
    top: auto;
    right: auto;
    left: -30px;
    bottom: 50px;
    background-color: #129250;
}

/*slick slider*/
/** {
  box-sizing: border-box;
}*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */


/* clearfix */

.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}


/* display none until init */

.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}


/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  color: #FFF;
  font-size: 12px;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}





/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}


/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* CUSTOM USER OPTIONS */

.carousel-container {
  width: 100%;
  margin-top: 50px;
}

.item {
  margin: 0;
  border-right: 1px solid #333;
  background: #333;
  color: #f0f0f0;
  text-align: center;
font-family: "Roboto", serif;
}

.item img {
  width: 100%;
}

.item h4 {
  padding: 10px 0;
  color: #f0f0f0;
  font-size:20px;
  background:#129250;
}

.item h6 {
  padding-bottom: 20px;
  color: #f0f0f0;
}

.customNavigation {
  margin-top: -25px;
  text-align: center;
  opacity:0.5;
}

.customNavigation .btn {
  margin: 0;
  position: relative;
  display: inline-block;
  overflow: visible;
  padding: 0.8em 1.1em;
  width: 50%;
  float: left;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  cursor: crosshair;
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition-property: all .1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: #333;
  margin-top:25px;
}

.customNavigation .btn:hover {
  background: #222;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hoverfx img {
  position: absolute;
  left: 0;
  width: 100%!important;
}

.hoverfx:before {
  display: inline-block;
  padding-top: 80%;
  content: '';
  vertical-align: middle;
}

.hoverfx .figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 12px;
  max-width: 60%;
  border: 3px solid #e9e9e9;
  color: #ecf0f1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.hoverfx .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 50%;
  background: #129250;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.item:hover .figure,
.item:hover .overlay {
  opacity: 1;
}
/*slick slider end*/

/*applicatve sector*/
.card {
	position: relative;
/*	max-width: 340px;*/
/*	height: 150px;*/
	display: flex;
	flex-direction: column;

	background-color: #fff;
	box-sizing: 0 5px 202px rgba(0, 0, 0, .5);
/*	margin: 30px 10px;
	padding: 20px 15px;*/
	transition: .3s ease-in-out;
}

.card:hover {
	height: 260px;
}

.img-box {
	position: relative;
/*	width: 260px;*/
/*	height: 260px;*/

	top: -60px;
	left: 0;
	box-sizing: 0 5px 20px rgba(0, 0, 0, .2);
	z-index: 1;
}

.img-box img {
	max-width: 100%;
	border-radius: 4px;
}

.content {
	position: relative;
	margin-top: -140px;
	padding: 10px 15px;
	text-align: center;
	color: #111;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease-in-out;
}

.wrapper .card:hover .content {
	visibility: visible;
	opacity: 1;
	margin-top: -60px;
	transition-delay: .3s;
}

h2.card-one { font-size:16px; margin-top:10px; color:#129250;}

.wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 30px 0 30px;
}
/*applicative sector end*/
.din-product img {max-width:none!important;}
.hexagon1 {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: url("https://i.imgur.com/waDgcnc.jpg") no-repeat;
  background-size: cover;
  /*margin: 10px auto;*/
  height: 200px;
  width: 185px;}
  .hexagon2 {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: url("https://i.imgur.com/waDgcnc.jpg") no-repeat;
  background-size: cover;
  /*margin: 10px auto;*/
  height: 200px;
  width: 185px;}
  .hexagon3 {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: url("https://i.imgur.com/waDgcnc.jpg") no-repeat;
  background-size: cover;
  /*margin: 10px auto;*/
  height: 200px;
  width: 185px;}
  .hexagon4 {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: url("https://i.imgur.com/waDgcnc.jpg") no-repeat;
  background-size: cover;
  /*margin: 10px auto;*/
  height: 200px;
  width: 185px;}
  .hexagon5 {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: url("https://i.imgur.com/waDgcnc.jpg") no-repeat;
  background-size: cover;
  /*margin: 10px auto;*/
  height: 200px;
  width: 185px;}
  .hexagon6 {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: url("https://i.imgur.com/waDgcnc.jpg") no-repeat;
  background-size: cover;
  /*margin: 10px auto;*/
  height: 200px;
  width: 185px;}
.imgwd {width:100%;}
.imgrotate {
  transition: transform .9s ease-in-out;
}
.imgrotate:hover {
  transform: rotate(360deg);
}
  
  
  /*accordian*/
  .mobile-menu-list {margin:0; padding:5px 5px 5px 5px;}
  .mobile-menu-list li {list-style:none; padding:10px 15px; background:#129250; color:#fff; margin-bottom:1px}
  .mobile-menu-list li a {color:#fff;}
  .mobile-menu-list li ul {padding-left:0;}
  .mobile-menu-list li ul li {padding:5px; background:#0b8144;}
  .mobile-menu-list li ul li ul li{padding:5px; background:#129250;}
  
  .name {color:#129250;}
  .name_ttl {color:#aeaeae;}
  .pd  {padding:70px 0;}
  .btm-spc {padding-bottom:25px;}
  .brdr-tp {border-top:1px solid #ccc; padding-top:50px;}
  .brdr-bm-none {border-bottom:none;}
  .bs-std {color:#fff; padding:50px;}
  
  
  /*Inner page design */
  
  .innerpagebg {background-color:#FDFDFD;}
  .innnerbgsection {
    background: url(../images/astmbg.jpg);
    background-attachment: fixed;
}

.bld {font-weight:bolder; color:#019a48; }
.tp-80 {margin-top:50px;}
.brdr-btm p {background:#fbfbfb; padding:10px;}


.ansit{padding-bottom:16px;}

.wh{   position: relative;  /*worlife four*/
    text-transform: uppercase;
    padding-bottom: 10px;
	padding-top:10px;
    font-size: 18px;
    color: #129250;}

