<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
    font-family: 'Graphik-Bold';
    src: url('fonts/Graphik-Bold.eot');
    src: url('fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Bold.woff2') format('woff2'),
        url('fonts/Graphik-Bold.woff') format('woff'),
        url('fonts/Graphik-Bold.ttf') format('truetype'),
        url('fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Black';
    src: url('fonts/Graphik-Black.eot');
    src: url('fonts/Graphik-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Black.woff2') format('woff2'),
        url('fonts/Graphik-Black.woff') format('woff'),
        url('fonts/Graphik-Black.ttf') format('truetype'),
        url('fonts/Graphik-Black.svg#Graphik-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url('fonts/Graphik-Medium.eot');
    src: url('fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Medium.woff2') format('woff2'),
        url('fonts/Graphik-Medium.woff') format('woff'),
        url('fonts/Graphik-Medium.ttf') format('truetype'),
        url('fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Light';
    src: url('fonts/Graphik-Light.eot');
    src: url('fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Light.woff2') format('woff2'),
        url('fonts/Graphik-Light.woff') format('woff'),
        url('fonts/Graphik-Light.ttf') format('truetype'),
        url('fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Super';
    src: url('fonts/Graphik-Super.eot');
    src: url('fonts/Graphik-Super.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Super.woff2') format('woff2'),
        url('fonts/Graphik-Super.woff') format('woff'),
        url('fonts/Graphik-Super.ttf') format('truetype'),
        url('fonts/Graphik-Super.svg#Graphik-Super') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Regular';
    src: url('fonts/Graphik-Regular.eot');
    src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Regular.woff2') format('woff2'),
        url('fonts/Graphik-Regular.woff') format('woff'),
        url('fonts/Graphik-Regular.ttf') format('truetype'),
        url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Semibold';
    src: url('fonts/Graphik-Semibold.eot');
    src: url('fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Graphik-Semibold.woff2') format('woff2'),
        url('fonts/Graphik-Semibold.woff') format('woff'),
        url('fonts/Graphik-Semibold.ttf') format('truetype'),
        url('fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html	{ font-family: 'Graphik-Regular'; }

body { padding:0px; margin:0px; background:#fff; font-size:16px; color:#000; line-height:20px; font-family: 'Graphik-Regular';}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio, video, source { display: block; margin: 0; padding: 0; }

a, img { border: medium none; }

a { color: #192432; text-decoration: none;  }

div { margin: 0; padding: 0; }

p { font-size:16px; line-height:24px; padding:0px; margin:0px; color:#444;font-family: 'Graphik-Regular';} 

h1, h2, h3, h4, h5, h6 { font-weight:normal; padding:0px; margin:0px;  line-height: 30px; }

a{ color: #192432; outline:none; }

ul, li { list-style:none;}

a:focus, :focus{ outline:none; }

ul,ol { list-style-type:none; padding:0px; margin:0px; }

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

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } 

* html .clearfix { height: 1%; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clear { clear: both; line-height: 1px; padding:0px; height:0px; font-size:1px; }

.left { float:left; }

.right { float:right; }

.anim { transition:all 1s ease; -moz-transition:all 1s ease; -webkit-transition:all 1s ease; -o-transition:all 1s ease; }

.anim2 { transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }

.row{ width:1170px; margin:auto; padding:0px; position:relative;}

h1 { font-size:32px; color:#393536; font-family: 'Graphik-Bold'; /*text-transform:uppercase;*/ line-height:45px;}



header { float:left; width:100%;}

.logo-top { float:left;  width:100%; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }

.logo { float: left;width: 265px;margin-right: 15px;}

.logo img { float:left;}

.hdr-rht { float:left; width: 100%;}

.hdr-top { float:left; width:auto; padding-top: 7px;}

.hdr-top ul li { float:left; margin:0 10px 0 0; padding:0 10px 0 0; line-height: 17px; border-right:1px solid #cacaca;}

.hdr-top ul li h4 { color:#ad650d; font-family: 'Graphik-Bold'; text-transform:uppercase; font-size:16px; line-height:20px; margin-bottom:0;}

.hdr-top ul li a { color:#fff; font-size:13px; font-family: 'Graphik-Regular'; vertical-align: top;}

/*.hdr-top ul li:first-child { border-right:none;}*/

.hdr-top ul li:last-child { border-right:none; margin-right:0; padding-right:0;}

.hdr-top ul li a:hover { text-decoration: underline;}

.hdr-btm { float:right; width:auto; margin:0px 0 0; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.hdr-btm ul li { float:left; margin:0 10px 0 0;}

.hdr-btm ul li label { color:#455560; font-size:13px; font-family: 'Graphik-Regular'; float:left; margin-right:10px; line-height:28px;}

.hdr-btm ul li.websites .sbHolder {  width:180px; color:#87888a; border:1px solid #ebebeb; padding:0px 0 0 10px; line-height:33px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px;}

.hdr-btm ul li.websites .sbHolder a { font-size:13px; font-family: 'Graphik-Regular'; padding:0px 0 0 0px;}

.hdr-btm ul li.websites .sbHolder a.sbToggle { background: url(../images/web-arr.png) no-repeat 0 0; top: 14px; right: 6px; height: 7px;}

.hdr-btm ul li.websites .sbOptions { margin:0; border-top: solid 1px #ebebeb; }

.hdr-btm ul li.websites .sbOptions li  {border:1px solid #ebebeb; border-top: none; }

.hdr-btm ul li.websites .sbOptions li a { padding:10px; font-family: 'Graphik-Regular'; color:#87888a;}

.hdr-btm ul li.websites .sbHolder a.sbToggle.sbToggleOpen { background-position:0 -7px;}

.hdr-btm ul li a.login-btn { background: #fff; color:#455560;  font-family: 'Graphik-Light'; font-size:15px; /*text-transform:uppercase;*/ padding:4px 45px 4px 20px; display:inline-block; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px;  position:relative; z-index:1; border:1px solid #efefef; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.hdr-btm ul li a.login-btn:before{ background:url(../images/user-ico.png) no-repeat 0 -20px; position:absolute; content:""; top:7px; right:15px; width:19px; height:19px; z-index:2; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.hdr-btm ul li a.login-btn:after { position:absolute; right:0; display:block; content:""; background:#ad650d; height:100%; width:0; top:0; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; z-index:-1; border-radius:3px;}

.hdr-btm ul li a.login-btn:hover{color:#fff;}

.hdr-btm ul li a.login-btn:hover:after { width:100%;}

.hdr-btm ul li a.login-btn:hover:before{ background:url(../images/user-ico.png) no-repeat 0 0px;}

.hdr-btm ul li:last-child { margin-right:0;}


.blog-section h2{
    font-family: 'Graphik-Bold';
    font-size: 32px;
    line-height: 36px;
}
.blog-section p{
        margin-bottom: 15px;
}
.blogpart{
    display: grid;
    grid-template-columns: 60% 30%;
    gap: 10px 40px;
}

.blog .himg img{
    width:100%;
}
.pt {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pt1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.pt4 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pt41 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.pt41 p{
        text-align: center;
}


.is-sticky header { z-index:999; background:#fff;  box-shadow: 0 1px 2px rgba(0,0,0,0.1); }

.is-sticky .menu-pad { border-bottom:none; margin:15px 0 0 0;}



.menu-pad { float:left; width:calc(100% - 280px); height: 50px;margin:15px 0 0 0; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }

.home-banner { float:left; width:100%;}

.home-banner .row	{ position: static;}




.industry-pad { float:left; width:100%; background:#f6f6f6; padding:60px 0; text-align:center;}

.industry-pad .row { padding:0 100px;}

.industry-pad h1 { color:#393536; font-size:40px; font-family: 'Graphik-Bold'; text-transform:uppercase; line-height:45px; margin-bottom:20px;}

.industry-pad p { font-size:18px; color:#333333; font-family: 'Graphik-Medium';}

.industry-cnt p { font-size:18px;line-height: 22px; color:#333333; font-family: 'Graphik-Medium';}

.industry-list { float:left; width:100%; margin:50px 0 0;}

.industry-l { float:left; width:66.5%;}
.ind-lft {width: 50%;float: left;}
.ind-rgt {width: 50%;float: right;}

.industry-l ul li { float:left; width:100%; }

.industry-l ul li .industry-img { float:left; width:100%; position:relative; overflow:hidden;}

.industry-l ul li .industry-img img { width:100%; float:left;}

.industry-l ul li .industry-img .overlay { position:absolute; background:rgba(0,0,0,25%); display:block; content:""; left:-100%; height:100%; width:100%; top:0; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; left: 0; z-index: 99; display: flex;
align-items: center;justify-content: center;text-align: center;}

.industry-l ul li .industry-img .overlay img { width:auto; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto;}

.industry-l ul li .industry-img .overlay.pos-rht { right:-100%; left:auto;}

.industry-l ul li .industry-img .overlay.pos-top { left:auto; top:-100%;}

.industry-l ul li .industry-cnt { float:left; width:100%; padding:15px 20px; /*background:#fff;*/ position:relative; justify-content:center; display:flex; align-items: center; min-height: 268px;}

.industry-l ul li .industry-img .overlay  h2 { width:auto;  left: 0; right: 0; bottom: 0; top: 0; margin: auto; color:#fff; font-size:22px; font-family: 'Graphik-Bold'; text-transform:uppercase; position:relative;}

/*.industry-l ul li .industry-img .overlay  h2:after { position:absolute; display:block; left:0; right:0; margin:0 auto; background:#9cc8bb; height:2px; width:45px; bottom:0; content:"";  transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;  }*/

.industry-l ul li .industry-cnt span.btn-lft { background:#838483 url(../images/arrow-white.png) no-repeat center; width:27px; height:19px; display:inline-block; float:left; position:absolute; bottom:0px; left:0; padding:20px 22px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.industry-l ul li .industry-img.img-rht { float:right;}

.industry-l ul li .industry-cnt span.btn-rht  { background:#838483 url(../images/arrow-white.png) no-repeat center; /*right:0; left:auto;*/}

.industry-l ul li .industry-cnt span.btn-lft.btn-top { background:#838483 url(../images/arrow-white.png) no-repeat center;  width:27px; height:19px; padding:20px 22px; /*top:0; right:0; left:0;*/ bottom: 0;  position:absolute; display:inline-block;}

.industry-l.industry-r { width: 33.3%;}

.industry-l.industry-r ul li .industry-img { width:100%;}

.industry-l.industry-r ul li .industry-cnt { width:100%;}

.industry-l ul li a:hover .industry-cnt span { background-color:#ceaa78;}

.industry-l.industry-r ul li a:hover .industry-cnt span { background-color:#ceaa78;}

.industry-l ul li a:hover .industry-img .overlay { left:0;}

.industry-l ul li a:hover .industry-img .overlay.pos-rht  { right:0; left:auto;}

.industry-l ul li a:hover .industry-img .overlay.pos-top { top:0; left:auto;}

.industry-l ul li a:hover .industry-cnt h2 { color:#ad650d;}

.industry-l ul li a:hover .industry-cnt h2:after { width:100px; background:#ad650d;}

/*.industry-l ul li a:hover .industry-cnt h2:after {  transform: translate3d(0px, 0px, 0px);}*/



.products { float:left; width:100%;/* background:url(../images/project-bg.jpg) no-repeat; background-attachment:fixed; background-size:cover; */ background:#465761; padding:50px 0;} 

.product-cont { float: left; width: 25%; margin-bottom: 0px; margin-right: 3%;  }

.product-cont h2 { font-size: 36px; color: #fff; font-family: 'Graphik-Bold'; float: left; width: 100%; line-height: 44px; padding-right: 0%; }

.product-cont p { float:left; color:#fff;font-family: 'Graphik-Medium'; float:left; width:44%;border-left:1px solid rgba(255,255,255,0.5); padding-left:3%; padding-bottom:10px; font-size: 18px; line-height: 26px; }

#products { float: left; width: calc(100% - 28%); }

#products.owl-carousel .owl-item  { background:#fff;}

#products.owl-carousel .owl-item .item { background:#fff; text-align:center;}

#products.owl-carousel .owl-item h2 { background:#ebebeb; font-size:20px; color:#455560; font-family: 'Graphik-Bold'; display:flex; justify-content:center; align-items:center; line-height:24px; padding:14px 0; float:left; width:100%; min-height:76px; position:relative; z-index:1; border-top:1px solid #b2b9bf;}

#products.owl-carousel .owl-item h2:after { display:block; content:''; position:absolute; height:0%; width:100%; left:0; bottom:0; background:#ad650d; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; -o-transition:all .3s ease; z-index:-1;}

#products.owl-carousel .owl-item .item img { width:auto;}

#products.owl-carousel .owl-item:hover h2 { color:#fff;}

#products.owl-carousel .owl-item:hover h2:after { height:100%;}

#products.owl-carousel .owl-item .item .news-img { position:relative; float:left; width:100%;}

#products.owl-carousel .owl-item .item .news-img img { width: 100%; float: left;}

#products.owl-carousel .owl-item .item .news-img:after { width: 0; height: 0; border-bottom: 286px solid rgba(0,0,0,0.03); border-left: 270px solid transparent; display:block; position:absolute; content:""; right:0; bottom: 76px;}



#products2 { float:left; width:100%;}

#products2.owl-carousel .owl-item  { background:#fff;}

#products2.owl-carousel .owl-item .item { background:#fff; text-align:center;}

#products2.owl-carousel .owl-item h2 { background:#ebebeb; font-size:20px; color:#455560; font-family: 'Graphik-Bold'; display:flex; justify-content:center; align-items:center; line-height:24px; padding:14px 0; float:left; width:100%; min-height:76px; position:relative; z-index:1; border-top:1px solid #b2b9bf;}

#products2.owl-carousel .owl-item h2:after { display:block; content:''; position:absolute; height:0%; width:100%; left:0; bottom:0; background:#ad650d; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; -o-transition:all .3s ease; z-index:-1;}

#products2.owl-carousel .owl-item .item img { width:auto;}

#products2.owl-carousel .owl-item:hover h2 { color:#fff;}

#products2.owl-carousel .owl-item:hover h2:after { height:100%;}

#products2.owl-carousel .owl-item .item .news-img { position:relative; float:left; width:100%;}

#products2.owl-carousel .owl-item .item .news-img:after { width: 0; height: 0; border-bottom: 286px solid rgba(0,0,0,0.03); border-left: 270px solid transparent; display:block; position:absolute; content:""; right:0; bottom: 76px;}



/* mobile menu css */

.mobNav { display:none; position:fixed; right:0px; overflow:hidden; }

.m-menu { display:none; float:right; color:#482679; }

.m-menu { float:left; position:relative; margin-top:0px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; left:0px; top: 0px;}

.m-menu a { display:inline-block; text-align:left; outline:none;  }

.m-menu .mm { position:absolute; top:3px; left:-55px; font-size:16px; color:#482679; text-transform:uppercase; cursor:pointer; padding-right:20px; display:inline-block;  font-family: 'Graphik-Light'; }

.m-menu a span { display:block; background:#ffffff; width: 27px;height: 2px;margin-top: 6px; }

.m-menu a:hover span { background:#ad650d;}

.m-menu div { text-indent: -9999px; position:absolute; top:5px; left:0px; font-size:14px; color:#455560; text-transform:uppercase; cursor:pointer; padding-right:20px; display:inline-block;font-family: 'Graphik-Regular';}

/*.is-sticky .top-list {display: none;}
.is-sticky .menu-sec{padding: 8px 0;}*/


.corporate-section	{ float:left; width:100%; background:#fff; padding:50px 0;}

.corporate-section	h2	{ font-size:30px; color:#393536; font-family: 'Graphik-Bold'; padding-bottom:30px; text-transform:uppercase;}

.left-cont			{ float:left; width:48%; margin-right:4%;}

.left-cont ul li { float:left; width:100%; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ebeaea;}

.left-cont ul li:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0;}

.capab-lft { float:left; width:100%;}

.left-cont ul .capab-li 	{ margin-bottom:10px; display:inline-block; border:none;}

.left-cont ul .capab-li li	{ padding:0; margin:0; border:none;}

.capab-li li a { color:#333333; font-size:17px;  font-family: 'Graphik-Light'; margin:0 0 15px 0; line-height:24px; background:url(../images/yellow-arr.png) no-repeat left 6px; padding:0 0 0 30px; border:none; text-transform:none; }

.left-cont h3 { color:#455560; font-size:26px; text-transform:uppercase; font-family: 'Graphik-Bold'; position:relative; margin-bottom:20px; padding-bottom:12px;}

.left-cont h3:after { position:absolute; left:0; bottom:0; height:2px; background:#a3ccc0; width:50px; display:block; content:"";}

.capab-lft p { color:#333333; font-size:18px; font-family: 'Graphik-Medium'; margin-bottom:20px; line-height:22px;}

.capab-lft a { color:#393536; text-transform:uppercase; font-size:15px; font-family: 'Graphik-Bold'; border:1px solid #ebeaea; padding:8px 20px 8px 15px; display:inline-block;  position:relative; z-index:1;  transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.capab-lft a span { background:url(../images/view-arr.png) no-repeat 0 2px; width:20px; height:15px; display:inline-block; float:right; animation: shake 1s linear infinite; -webkit-animation: shake 1s linear infinite; -moz-animation: shake 1s linear infinite; margin-left:10px;}

.capab-lft a:hover { color:#ad650d; border:1px solid #ad650d;}

.capab-img-rht { float:right; width:100%; margin:0px 0 5px 0;}

.capab-img-rht img { width:100%;border:5px solid #eeeeee;}

.capab-lft.capab-rht {float: right;}

.capab-img-rht.capab-rht {float: left;}

.right-cont			{ float:right; width:48%;}

.video-img			{ float:left; width:100%; position: relative;}

.video-img img{position: relative; width: 100%; float: left;}
.video-img iframe	{ float:left; width:100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 9;}
.play-icon {position: absolute;left: 25px;bottom: 35px;}
.play-icon h2{ color: #fff; font-size:28px;font-family: 'Graphik-Medium'; text-transform: uppercase; padding-left: 70px; position: relative;}
.play-icon h2:after{position: absolute; content: ""; left: 0; top: -7px; background: url(../images/youtube-icon.png) no-repeat 0 0; width: 50px; height: 37px;}

footer	{ background: url(../images/footer-bgg.webp); float:left; width:100%; padding:85px 0 0; background-size: cover; position: relative; z-index: 1; background-size: cover;}
footer::after { position: absolute; top: 0; left: 0; content: ""; background: rgba(0, 0, 0, 0.85); width: 100%; height: 100%; z-index: -1;}

.footer-top		{ float:left; width:100%; padding-bottom:85px;}

.footer-pad		{ float:left; width:16%; margin-left:4%;}

.footer-pad h3	{ font-size:24px; color:#cba777; padding-bottom:20px; text-transform:uppercase; font-family: 'Graphik-Bold'; line-height:30px; }

.footer-pad li 	{ padding-bottom:7px;  background:url(../images/ftr-arw.png) no-repeat 0 6px; padding-left:25px; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; -o-transition:all .3s ease;  }

.footer-pad li a { color:#cdd1d0; font-family: 'Graphik-Regular'; font-size: 14px; line-height: 25px; transition:all .5s ease;} 

.footer-pad li a:hover	{ color: #cba777;}

.footer-pad.footer-fid:first-child 		{ margin-left:0;}

.footer-pad.footer-fid		{ width:15%;}

.footer-pad.footer-fid ul	{ width:100%; float:left;}

.footer-pad.footer-fid ul li{ width:100%; float:left;}

.footer-pad.footer-mid		{ width:22%;}

.footer-pad.footer-mid ul	{ width:100%; float:left;}

.footer-pad.footer-mid ul li	{ width:100%; float:left;}

.footer-pad.footer-mid ul:nth-child(2n-1)	{ width:45%; }

.footer-pad.footer-prod		{ width:16%;}

.footer-pad.footer-prod ul	{ margin-top:51px;}

/*.footer-pad.footer-prod li	{ background:url(../images/footer-arrow-b.png) no-repeat 0 5px;}

.footer-pad.footer-prod li a{ font-size:16px; color:#ad650d;}*/

.footer-pad.footer-cap		{ width:17%;}



.footer-btm		{ float:left; width:100%; /*background:#ececec;*/ border-top:1px solid rgba(255,255,255,0.3); padding:15px 0; margin-top:10px; }

.foot-left		{ float:left;}

.foot-left p	{ color:#fff; font-size:15px; /*padding-top:5px;*/  font-family: 'Graphik-Light'; }

.foot-rgt		{ float:right; padding-top: 10px;}

.foot-rgt p		{ float:left; color:#fff; font-size:20px; margin-right:10px;  font-family: 'Graphik-Light'; padding-top: 5px;}

.social-fd 		{ float:right; }

.social-fd ul li{ float:left; width:auto; }

.social-fd ul li a { background:url(../images/social-icon.png) no-repeat 0 0; width:33px; height:33px; display:inline-block;transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; margin-left:6px;  z-index:99999; position:relative; float:left; }

.social-fd ul li a.fb{background-position: 0 0;width:33px; height:33px;}

.social-fd ul li a.tw{background-position: -38px 0px;  }

.social-fd ul li a.gp{background-position: -77px 0; }

.social-fd ul li a.in{background-position: -116px 0; }

.social-fd ul li a:hover	{ opacity:0.8;} 



/* about page css */

.inner-banner { float:left; width:100%; position:relative;}

.inner-banner img { width:100%; float:left;}

.inner-banner:after { position:absolute; display:block; content:""; left:0;top:0; width:100%; height:100%; background:rgba(0,0,0,0.1);}

.inner-nav { float:left; width:100%; background:#455560;  text-align:center; z-index: 5;}

.inner-nav ul li { float:none; display:inline-block; margin:0 15px; position:relative;}

.inner-nav ul li.active a:before { position:absolute; display:block; content:""; bottom:0; border-top:10px solid #455560; border-left:10px solid transparent; border-right:10px solid transparent; left: 0; right: 0; margin: 0 auto; width: 0; bottom:-9px;}

.inner-nav ul li a { font-size:13px; color:#fff; font-family: 'Graphik-Medium'; text-transform:uppercase; padding:22px 2px; display:block; letter-spacing:1px; position:relative;}

.inner-nav ul li a:after { position:absolute; display:block; content:""; top:0; left:50%; background:#9cc8bb; height:4px; width:0%; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }

.inner-nav ul li a:hover:after { left:0; width:100%;}

.inner-nav ul li.active a, .inner-nav ul li a:hover { color:#9cc8bb;}

.inner-nav ul li.active a:after {  position:absolute; display:block; content:""; top:0; left:0%; background:#9cc8bb; height:4px; width:100%; }

.overview-pad { float:left; width:100%; text-align:center; padding: 50px 0 50px;}

.overview-pad h1 { margin-bottom:15px;}

.overview-pad p { font-size:16px; color:#444444/*#5f5f62*/; font-family: 'Graphik-Medium'; padding:0 165px; line-height:26px;}

.welcome-pad { float:left; width:100%; padding:40px 0; border-bottom:1px solid #f2f2f2;}

.welcome-pad.welcome-nw	{ padding-top:30px; border-bottom:none;}

/*.welcome-l { float:left; width:49%; margin-right:2%;}*/

.welcome-l { float:none; width:49%; margin:0 auto;}

/*.welcome-l .video-img iframe { height:442px;}*/

.welcome-l.welcome-li ul { float:left; width:100%; margin-bottom:20px; padding-top:30px;}

.welcome-l.welcome-li ul li { color:#666666; font-size:20px;  font-family: 'Graphik-Light'; margin:0 0 20px 0; line-height:24px; background:url(../images/yellow-arr.png) no-repeat left 6px; padding-left:30px; text-align:left; }

/**.welcome-r { float:left; width:49%; background:#f6f6f6; margin-right:0; padding:30px;}*/

.welcome-r { float:left; width:49%; background:#f6f6f6; margin-right:0; padding:30px; display:none;}

.welcome-r h3 { font-size:28px; font-family: 'Graphik-Bold'; text-transform:uppercase; color:#455560; text-align:left;margin-bottom:30px;}

.welcome-r ul li { font-size:20px; color:#455560; font-family: 'Graphik-Medium'; text-align:left; margin:0 0 15px 0; padding:0 0 15px 0; border-bottom:1px solid #dddddd; float: left; width: 100%;}

.welcome-r ul li span { width:68%; display:inline-block; float:right; line-height:24px; position:relative; padding-left:30px;}

.welcome-r ul li span:before { position:absolute; display:block; content:":"; left:0; top:-1px;}

.welcome-r ul li:last-child { border-bottom:none;}

.welcome-r.welcome-para	h3	{ margin-bottom:15px; }

.welcome-r.welcome-para p	{ text-align:left; padding:0px 0px; font-size:19px; line-height:28px; }

.welcome-r.welcome-para a  	{ color:#ad650d;}

.welcome-r.welcome-para a:hover	{ text-decoration:underline;}

.welcome-r.welcome-para strong	{ color:#ad650d;}



.mission { float:left; width:100%; text-align:center; padding:30px 0;}

.mission h2 { font-size:30px; color:#455560;  font-family: 'Graphik-Bold'; line-height:40px; position:relative; display:inline-block; margin-bottom:30px; padding-bottom:5px;}

.mission h2:after { position:absolute; display:block; content:""; background:#9cc8bb; left:0; right:0; margin:0 auto; height:2px; width:50px; bottom:0;}

.mission p { margin-bottom:20px; padding:0 165px;}



.directors-pad { float:left; width:100%; background:#f6f6f6; padding:60px 0 0; text-align:center;}

.directors-pad h1 { margin-bottom:60px;}

.directors-pad ul li { float:left; margin-right:4%; width:30.6%; margin-bottom:50px;}

.directors-pad ul li h4 { font-size:18px; color:#455560; font-family: 'Graphik-Bold'; text-transform:uppercase; line-height:24px; margin:0px 0 0 0;}

.directors-pad ul li h4 span { display:block; color:#9A5F16;  font-family: 'Graphik-Regular'; text-transform:none;}

.hover .board-img { float:left; width:100%; margin:0 0 15px 0; position:relative; overflow:hidden; }

.board-img img { border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; float:none; display:inline-block; border: 2px solid transparent; padding: 3px;}

.directors-pad ul li:nth-child(3n+3) { margin-right:0;}

.hover .board-img::before { position: absolute; top: 0; left: -75%;	z-index: 2;	display: block;	content: '';

width: 50%;	height: 100%;	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}

.directors-pad.hover ul li:hover .board-img::before {-webkit-animation: shine .75s; animation: shine .75s;}

.directors-pad.hover ul li:hover .board-img img {  border: 2px solid #9cc8bb;}

.directors-pad.hover ul li:hover h4 { color:#ad650d}

.directors-pad.hover ul li:hover h4 span { color:#455560;}

@-webkit-keyframes shine {

	100% {left: 125%;}

}

@keyframes shine {

	100% {left: 125%;}

}
.e-brochure a{cursor:pointer;}
.org-facts { float:left; width:100%; padding:60px 0;  background:url(../images/orgnaization-fact-bg.webp) no-repeat 0 0; background-size: cover; position: relative;}
.org-facts:after{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 70%);}
.org,.org-img{width: 100%; float: left; z-index: 9; position: relative;}
.org-facts h1 { margin-bottom:40px;	text-align:center; color: #fff;}

.facts-l { float:left; width:48%; margin-right:4%;}

.facts-l ul { float:left; width:100%; margin-bottom:20px;}

.facts-l ul li { color:#666666; font-size:17px;  font-family: 'Graphik-Light'; margin:0 0 15px 0; line-height:24px; background:url(../images/yellow-arr.png) no-repeat left 6px; padding-left:30px; }

.facts-l h4 { font-size:20px; color:#455560; font-family: 'Graphik-Bold'; border-bottom:1px dashed #d8d8d8; line-height:24px; padding-bottom:10px; margin-bottom:15px;}

.facts-l p a { color:#ad650d; }

.facts-l p a:hover { text-decoration:underline;}

.facts-l.facts-r { margin-right:0;}

.facts-l.facts-r p { margin-bottom:12px;}

.location-r h2{font-family: 'Graphik-Bold';line-height: 45px;}

.locations { float:left; width:100%; background:#ad650d; padding:40px 0; text-align:left;}

.location-l { float:left; width:40%; text-align:center;}

.location-r { float:right; width:56%; margin:10px 0 0 0;}

.location-r h1,.location-r h2{ color:#fff; margin-bottom:10px;font-size: 36px;}

.location-r p { color:#fff; font-size:16px;font-family: 'Graphik-Medium'; line-height:25px; margin-bottom:20px; padding:0;}

.location-r a { color:#fff; text-transform:uppercase; font-size:14px; font-family: 'Graphik-Medium'; border:1px solid #fff; padding:6px 40px 6px 18px; display:inline-block;  width:auto; position:relative; z-index:1;}

.location-r a span { position:absolute; right:16px; background:url(../images/white-arr.png) no-repeat 0 2px; width:10px; height:18px; display:inline-block; float:right; animation: shake 1s linear infinite; -webkit-animation: shake 1s linear infinite; -moz-animation: shake 1s linear infinite; -o-animation: shake 1s linear infinite; top:7px;}

@keyframes shake {

	0% { transform: translateX(5px);}

	50% { transform: translateX(0px);}

	100% { transform: translateX(5px);}

}



.location-r a:after { position:absolute; display:block; content:""; background:#fff; left:0; height:100%; width:0; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; top:0; z-index:-1;}

.location-r a:hover:after { width:100%;}

.location-r a:hover { color:#ad650d;}

.location-r a:hover span { background-position:0 -15px;}

.e-brochure { float:left; width:100%; padding:60px 0 10px;}

.e-brochure ul { float:left; width:100%; text-align:center;}

.e-brochure ul li { float:none; width:20%; text-align:center; margin-right:4%; margin-bottom:50px; display:inline-block;}

.e-brochure h1 { text-align:center; margin-bottom:40px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.e-brochure .brochure-pad { float:left; position:relative;  width:100%; text-align:center; margin:0 0 10px 0;}

.e-brochure .brochure-pad:after { position:absolute; display:block; content:''; background:url(../images/catalog-pattern.jpg) no-repeat left top; width:100%; height:100%; left:0; top:0px; z-index:-1; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.e-brochure .brochure-pad img { margin:16px 0 0 0;}

.e-brochure ul li h3 { text-transform:uppercase; font-size:17px; font-family: 'Graphik-Bold'; display:block; margin:0px 0 0 0; float:left; width:100%; text-align:center; line-height:22px; height: 50px;}

.e-brochure ul li h3.black { color:#192432;}

.e-brochure ul li h3.blue { color:#008eb0;}

.e-brochure ul li h3.violet { color:#66498c;}

.e-brochure ul li h3.sandal { color:#c29979;}

.e-brochure ul li h3.orange { color:#e24e26;}

.e-brochure ul li h3.d-green { color:#00b2b6;}

.e-brochure ul li h3.l-green { color:#609640;}

.e-brochure ul li h3.red { color:#a91e1b;}

.e-brochure ul li h3.l-orange { color:#f26d20;}

.e-brochure ul li h3.d-red { color:#b13336;}

.e-brochure ul li h3.l-blue { color:#2aa1cc;}

.e-brochure ul li:nth-child(4n) { margin-right:0;}

.e-brochure ul li:hover h3 { color:#ad650d; }

.e-brochure ul li:hover .brochure-pad:after { position:absolute; display:block; content:''; background:#a4adb2; width:100%; height:87%; left:0; top:0px; z-index:-1;}

.certificate-pad { float:left; width:100%; background:#f6f6f6; padding:60px 0 60px; text-align:center;}

.certificate-pad h1 { margin-bottom:10px; }

.certificate-pad p { margin-bottom:60px;}

.certificate-pad ul li { float:none; display:inline-block; border-right:1px solid #dedede; margin-right:0px; padding-right:0px; width:27%; position:relative; min-height:170px;}

.certificate-pad ul li h4 { color:#45555f; font-size:20px; font-family: 'Graphik-Bold'; margin:20px 0 0 0; position:absolute; top:120px; left:0; right:0; line-height:24px;}

.certificate-pad ul li img {float: none; width: 80%; display: block; margin: 0 auto;}

.certificate-pad ul li:last-child { border-right:none;}

.certificate-pad ul li:nth-child(3) img {float: none; width: 76%; display: block; margin: 0 auto;}

.company-policy { float:left; width:100%; background:#f6f6f6; padding:60px 0 60px; text-align:center;}

.company-policy h1 { margin-bottom:10px; }

.company-policy p { margin-bottom:30px;}

.company-policy ul li { float:none; display:inline-block; border-right:1px solid #dedede; margin-right:0px; padding-right:0px; width:27%; position:relative; min-height:170px;}

.company-policy ul li h4 { color:#45555f; font-size:20px; font-family: 'Graphik-Bold'; margin:20px 0 0 0; position:absolute; top:120px; left:0; right:0; line-height:24px;}

.company-policy ul li img {float: none; width: 80%; display: block; margin: 0 auto;}

.company-policy ul li:last-child { border-right:none;}



.history-pad  { float:left; width:100%; background:#fff; padding:50px 0;}

.history-pad h1 { text-align:center; margin-bottom:50px;}

.history-pad.common h1	{ margin-bottom:10px;}

#history.owl-carousel .bubble-bg { float:none; display:inline-block;}

#history.owl-carousel .bubble-bg h2 { font-size:31px; color:#fff; font-family: 'Graphik-Bold'; text-align:center; line-height:105px;}

#history.owl-carousel .bubble-bg.pink { background:url(../images/pink-bg.png) no-repeat left; width:95px; height:114px; }

#history.owl-carousel .owl-item .item .bubble-bg span {  margin:18px 0 0 0; width:41px; height:41px; float:none; display:inline-block; }

#history.owl-carousel .owl-item .item .bubble-bg.pink span { background:url(../images/pink-round.png) no-repeat center;}

#history.owl-carousel .owl-item .item { text-align:center;}

.bubble-txt { float:left; width:100%; border:1px solid #dbdee1; padding:25px 10px; margin:40px 0 0 0; position:relative; min-height:134px;}

.bubble-txt p { text-align:left;}

.bubble-txt ul li { color: #666666; font-size: 17px; text-align:left; margin-bottom:10px; line-height:24px; background:url(../images/dot-bg.png) no-repeat left 8px; padding-left:18px;}

.bubble-txt ul li:last-child { margin-bottom:0;}

/*.bubble-txt:after { position:absolute; display:block; content:""; top:0; width:0; height:0; border-bottom:10px solid red; border-left: 10px solid transparent; border-right: 10px solid transparent;}*/

#history.owl-carousel .bubble-bg.green { background:url(../images/green-bg.png) no-repeat left; width:95px; height:114px; }

#history.owl-carousel .owl-item .item .bubble-bg.green span { background:url(../images/green-round.png) no-repeat center;}

#history.owl-carousel .bubble-bg.blue { background:url(../images/blue-bg.png) no-repeat left; width:95px; height:114px; }

#history.owl-carousel .owl-item .item .bubble-bg.blue span { background:url(../images/blue-round.png) no-repeat center;  }



.bubble-txt::before { content: ""; position: absolute; bottom: -20px; left: 40px; border-width: 20px 20px 0; border-style: solid; border-color: #dbdee1 transparent; display: block; width: 0; } 

.bubble-txt.top::before { top: -13px; bottom: auto; left: 0; right: 0px; border-width: 0 13px 13px; margin: 0 auto; } 

.bubble-txt::after { content: ""; position: absolute; bottom: -13px; left: 47px; border-width: 13px 13px 0; border-style: solid; border-color: #fff transparent; display: block; width: 0; }

.bubble-txt.top::after { top: -11px; bottom: auto; left: 0; right: 0; margin: 0 auto; border-width: 0 13px 13px; }

.pop-div { float:left; display:none; background:#E8EBE9; width:100%; max-width:720px; }

.about-popup-pad { float:left; width100%; padding:20px; }

.pop-div h1{ color:#455560; text-align:left; margin-bottom:15px; font-size:25px; line-height:25px;  font-family: 'Graphik-Bold';  border-bottom: 1px dashed #b5b5b5; padding-bottom:10px;}

.pop-div h1 span { display:block; text-transform:none;  font-family: 'Graphik-Light'; font-size:16px; float: none;}

.pop-div p { color:#666666; line-height:27px;  font-family: 'Graphik-Light'; font-size:17px; }

.pop-div p:last-child { margin-bottom:0;}

.about-popup-pad span { font-size: 14px; margin-top: 4px;float: left;}

.about-popup-pad img.img-lft { width:180px; float:left; margin:0 20px 20px 0; border: 3px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%;}

.about-popup-pad h3 { color:#455560; text-align:left; margin-bottom:25px; font-size:25px; line-height:25px; font-family: 'Graphik-Bold'; text-transform:uppercase; border-bottom: 1px solid #b5b5b5; padding-bottom:10px;}

.about-popup-pad ul li { float:left; width:100%; margin:0 0 20px 0;}

.about-popup-pad ul li label { width:20%; font-size:16px; color:#455560; float:left;font-family: 'Graphik-Medium'; min-height:1px;}
.about-popup-pad ul li label span {float: none;}
.about-popup-pad ul li .rgt-form {width: calc(100% - 20%);float: right;}

.about-popup-pad ul li label span { font-size:18px;}

.about-popup-pad ul li input[type="text"], .about-popup-pad ul li input[type="email"], .about-popup-pad ul li input[type="tel"] { width:100%; font-size:16px; color:#455560; float:left; border:1px solid #ccc; padding: 5px 10px;}

.about-popup-pad ul li input[type="button"], .about-popup-pad ul li input[type="submit"] { font-size:17px; color:#fff; float:none; border:none; padding: 6px 15px; background:#ad650d; text-transform:uppercase;  font-family: 'Graphik-Light'; margin:0 5px 0 0; cursor:pointer; text-align:right; border-radius:3px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.about-popup-pad ul li input[type="button"]:hover, .about-popup-pad ul li input[type="submit"]:hover { background:#d18931; }

.about-popup-pad ul li input[type="reset"] { font-size:17px; color:#fff; float:none; border:none; padding: 6px 15px; background:#ad650d; text-transform:uppercase;  font-family: 'Graphik-Light'; margin:0 5px 0 0; cursor:pointer; text-align:right; border-radius:3px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.about-popup-pad ul li input[type="reset"]:hover { background:#d18931; }

.about-popup-pad ul li.center-buttons { text-align:center;}

.company-policy { float:left; width:100%; border-top:1px solid #e6e6e6;}

.company-policy .mission { padding:40px 0;}

.company-policy h1 { margin-bottom:30px;}



/* Industrial &amp; Engineering */

.industrial-pad { float:left; width:100%; margin-top:40px;}

.industrial-pad ul li { float:left; width:32.7%; margin-right:10px; margin-bottom:10px; }

.industrial-pad ul li.red		{ border-top:6px solid #eb7375;}

.industrial-pad ul li.green		{ border-top:6px solid #47afba;}

.industrial-pad ul li.yellow, .industrial-pad ul li:nth-child(3){ margin-right:0; float:right;}

.industrial-pad ul li.lt-green	{ border-top:6px solid #889a62;}

.industrial-pad ul li.brown		{ border-top:6px solid #be7113;}

.industrial-pad ul li.pink		{ border-top:6px solid #c71773;}

.industrial-pad ul li.violet	{ border-top:6px solid #66498c;}

.industrial-pad ul li.orange	{ border-top:6px solid #bb8f6d; margin-right:0;}


.industrial-pad ul li .industrial-img { float:left; width:100%; position:relative; overflow:hidden;}

.industrial-pad ul li.yellow .industrial-img { background:no-repeat center; background-size:100% auto; }

.industrial-pad ul li .industrial-img img { width:100%; float:left;}

.industrial-pad ul li .industrial-img .overlay { position:absolute; display:block; content:""; height:100%; width:100%; top:-100%; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;  }

.industrial-pad ul li .industrial-img .desctxt { float:left; width:100%; transform: translateY(-50%); margin-top:calc(50% - 62px); padding:20px 35px; }

.industrial-pad ul li .overlay p { padding:0px 0 25px; color:#fff; font-size:16px; line-height:24px; text-align:left;}

.industrial-pad ul li .overlay span	{ background: url(../images/plus-icon.png) no-repeat center; width:40px; height:40px; float:left;}

.industrial-pad ul li.red .industrial-img .overlay { background:#eb7375;}

.industrial-pad ul li.yellow .industrial-img .overlay { background:rgba(0,0,0,0.5); text-align:center; vertical-align:middle;}

.industrial-pad ul li.green .industrial-img .overlay { background:#47afba;}

.industrial-pad ul li.lt-green .industrial-img .overlay { background:#889a62;}

.industrial-pad ul li.brown .industrial-img .overlay { background:#be7113;}

.industrial-pad ul li.pink .industrial-img .overlay { background:#c71773;}

.industrial-pad ul li.violet .industrial-img .overlay { background:#66498c;}

.industrial-pad ul li.orange .industrial-img .overlay { background:#bb8f6d;}

.industrial-pad ul li .industrial-img .overlay.pos-rht { right:-100%; left:auto;}

.industrial-pad ul li .industrial-img .overlay.pos-top { left:auto; top:-100%;}

.industrial-pad ul li .industrial-cnt { float:left; width:100%; padding:8px 20px; position:relative; height:68px; display: flex; align-content: center; flex-wrap: wrap; border:1px solid #eaeaea; }

.industrial-pad ul li .industrial-cnt h2 { color:#455560; font-size:16px; font-family: 'Graphik-Bold'; text-transform:uppercase; position:relative; padding:0px 20px 0 0; margin:0px; text-align:left; background: url(../images/arrow-rgt.png) no-repeat 100% center; line-height:22px; width:100%; float:left;transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; letter-spacing:0.3px;/* animation:shake 1s linear infinite;*/ }

/*.industrial-pad ul li .industrial-cnt h2:after { position:absolute; display:block; left:0; right:0; margin:0 auto; background: url(../images/arrow-rgt.png) no-repeat right center; height:9px; width:6px; bottom:0; content:"";  transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;  }*/

.industrial-pad ul li .industrial-cnt span.btn-lft { background:#838483 url(../images/arrow-white.png) no-repeat center; width:27px; height:19px; display:inline-block; float:left; position:absolute; bottom:-1px; left:0; padding:20px 22px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.industrial-pad ul li a:hover .industrial-img .overlay { top:0;}

.industrial-pad ul li.yellow .industrial-img .overlay img { float:none; width:auto; background-position:center; position:absolute; top:49%;}

.industrial-pad ul li.yellow:hover .industrial-img .overlay { top:0; }

.industrial-pad ul li.yellow:hover .industrial-cnt h2 { background:none; color:#fff; }

.industrial-pad ul li.yellow .industrial-cnt { float:left; width:100%; padding:40px 40px; position:relative; justify-content:left; display: inline-block; border:none; background:#455560;  border-top:6px solid #d0ac1a; min-height:353px; }

.industrial-pad ul li.yellow h2	{ width:100%; background:none; color:#fff; font-size:24px; font-family: 'Graphik-Bold'; line-height:26px; text-transform:uppercase;}

.industrial-pad ul li.yellow p	{ width:100%; color:#fff; text-align:left; padding:22px 10px 22px 0; float:left;}

.industrial-pad ul li.yellow .industrial-cnt span	{ padding:5px 45px 5px 20px; width:auto; float:left; color:#fff; border:1px solid #f3f4f4; font-size:18px; font-family: 'Graphik-Bold'; line-height:28px; text-transform:uppercase; background:url(../images/white-arrow.png) no-repeat 88% center;transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; letter-spacing:0.5px; /*animation:shake 1s linear infinite*/; }

.industrial-pad ul li.yellow:hover .industrial-cnt span	{ background:#f3f4f4 url(../images/white-arrow-hv.png) no-repeat 92% center; color:#ad650d;}

.industrial-pad ul li:hover .industrial-cnt h2	{ background: url(../images/arrow-rgt-b.png) no-repeat 99% center; color:#ad650d;}



/* Contant Section */

.contact-pad 			 { float:left; width:100%; text-align:center; padding: 50px 0 30px;}

.resp-tab-content h2 	 { font-size:25px; color:#393536;  font-family: 'Graphik-Bold'; text-transform:uppercase; line-height:36px; }

.resp-tab-content p.para { font-size:19px; color:#444444; position:relative; display:inline-block; margin-bottom:30px; padding-bottom:25px;}

.resp-tab-content p.para:after { position:absolute; display:block; content:""; background:#9cc8bb; left:0; right:0; margin:0 auto; height:2px; width:50px; bottom:0;}

.map-section			{ float:left; width:100%; border:1px solid #e2e2e2; }

.map-lft				{ float:left; width:100%; background:#fff; padding:25px; text-align:left;}

.map-lft h3				{ font-size:20px; font-family: 'Graphik-Bold'; color:#455560; padding-bottom:10px; }

.map-lft p				{ font-size:20px; color:#444444; line-height:30px; } 

.map-rgt				{ float:left; width:100%;}

.map-rgt iframe			{ height:280px;}

.contact-address .lft {width: 70%;float: left;height: auto;padding: 2% 0 0;}

.contact-address .lft .left{width: 50%;float: left; padding-right:25px; color:#444444; font-family: 'Graphik-Medium'; font-size:16px; line-height:25px;}

.contact-address .lft  .right{float: left;width: 50%; padding-right:20px; color:#444444; font-family: 'Graphik-Medium'; font-size:16px; line-height:25px;}

.contact-address .right {width: 30%;float: right;}

.contact-address .lft .left p, .contact-address .lft  .right p {  padding-left:0; padding-right:0;}

.contact-address {width: 100%;float: left;}

.enquiry-pad			{ float:left; width:100%; margin-top:70px;}

.enquiry-pad h3			{ font-size:34px; color:#455560;  font-family: 'Graphik-Bold'; text-transform:uppercase; line-height:34px; position:relative; display:inline-block; margin-bottom:15px; padding-bottom:10px; letter-spacing:1px; width: 100%;}

.enquiry-pad h3:after	{ position:absolute; display:block; content:""; background:#9cc8bb; left:0; right:0; margin:0 auto; height:2px; width:50px; bottom:0;}

.enquiry-pad li			{ float:left; width: 24%; margin: 0 1% 30px 0; text-align:left;}

.enquiry-pad li	a		{ float:left; width:100%;font-size:20px; color:#666; min-height:100px;}

.enquiry-pad li:hover a		{ color:#ad650d; }

.enquiry-pad li	a:hover p	{ color:#ad650d; }

.enquiry-pad li	a:hover .date-pad, .enquiry-pad li:hover .date-pad	{ background:#ad650d; color:#fff; }

.enquiry-pad li	p		{ font-size:15px; line-height:22px; color:#444; padding:0px; float:left; width:calc(100% - 70px); height: 60px;
display: flex;align-items: center;justify-content: left;text-align: left;}

/*.enquiry-pad li:nth-child(3n-3)	{ margin-right:0;}	*/

.date-pad				{ float: left; width: 60px;height: 60px;text-align: center;background: #fff;margin-right: 10px;font-size: 28px; color:#455560; font-family: 'Graphik-Bold';-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; display: flex;
align-items: center;justify-content: center;text-align: center;}



.popup 					{ float:left; display:none; background:#fff; width:100%; max-width:820px; min-width:680px; padding: 20px;}

.popup h4				{ font-family: 'Graphik-Medium'; color:#ad650d; font-size:20px; text-transform:uppercase; }

.popup p				{ color:#455560; font-size:17px;line-height:28px;}

.popup a				{ color:#ad650d;}

.popup span				{ color: #F00;}

.popup label			{ float:left; width:30%; min-height:1px; color:#444444; font-size:17px;line-height:28px;}
.contact-form .rgt-form {width: 70%;float: right;}
.contact-form .rgt-form span {font-size: 13px; float: left;margin-top: 4px;}
.lft-address			{ float:left; width:50%; margin-bottom:25px;}

.rht-address			{ float:left; width:50%; margin-bottom:25px;}

.full-address			{ float:left; width:100%; margin-bottom:25px;}

/*.contact-form h3		{ font-family: 'Graphik-Medium'; color:#455560; font-size:20px; text-transform:uppercase; padding:20px 0 20px; border-bottom:1px solid #ddd; }*/

.contact-form h3		{ font-size:24px; color:#455560;  font-family: 'Graphik-Bold'; text-transform:uppercase; line-height:28px; position:relative; display:inline-block; margin-bottom:25px; margin-top:0px; padding-bottom:8px; letter-spacing:1px; text-align:center; width:100%;}

.contact-form h3:after	{ position:absolute; display:block; content:""; background:#9cc8bb; left:0; right:0; margin:0 auto; height:2px; width:50px; bottom:0;}

.contact-form			{ width:100%; float:left; margin:10px 0 0 0;}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"] {font-size: 14px;color: rgba(66, 66, 66, 0.8);/*margin-bottom: 16px;*/padding: 4px 10px;width: 100%;line-height: 25px;font-family: 'Graphik-Regular';background: #FFF none repeat scroll 0% 0%;border: 1px solid #f0f0f0; border-radius:0px;}

.contact-form textarea {font-size: 14px;color: rgba(66, 66, 66, 0.8);margin-bottom: 16px;padding: 8px 10px;width: 100%;line-height: 25px; font-family: 'Graphik-Light';background: #FFF none repeat scroll 0% 0%;border: 1px solid #f0f0f0; border-radius:0px;}

/*.contact-form .submit	{ padding:5px 45px 5px 20px; width:auto; float:left; color:#fff; font-size:18px; border:none; font-family: 'Graphik-Bold'; line-height:28px; text-transform:uppercase; background:#9cc8bb url(../images/white-arrow.png) no-repeat 88% center;transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; letter-spacing:0.5px;  position:relative; cursor:pointer; }

.contact-form .submit:hover	{ background:#ad650d url(../images/white-arrow.png) no-repeat 92% center; color:#fff;}*/

.contact-form .submit { font-size:16px; color:#fff; float:none; border:none; padding: 6px 15px; background:#ad650d; text-transform:uppercase; font-family: 'Graphik-Regular'; margin:0 5px 0 0; cursor:pointer; text-align:right; border-radius:3px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}

.contact-form .submit:hover { background:#d18931; }

.btm-pad				{ float:left; width:100%; text-align:left; font-size:18px; color:#455560; margin-top:10px; font-family:"Times New Roman", Times, serif;}

.btm-pad a				{ color:#455560; font-family: 'Graphik-Bold';}

.btm-pad a:hover		{ color:#ad650d;}

.hotel-pad				{ float:left; width:34%; margin-top:45px;}

.hotel-pad h3			{ font-size:33px; color:#455560; font-family: 'Graphik-Bold'; text-transform:uppercase; line-height:42px; position:relative; display:inline-block; margin-bottom:25px; margin-top:0px; padding-bottom:15px; letter-spacing:1px; text-align:left; width:100%;}

.hotel-pad h3:after		{ position:absolute; display:block; content:""; background:#9cc8bb; left:0; right:0; margin:0 auto; height:2px; width:50px; bottom:0;}

.hotel-rgt				{ float:left; width:66%; margin-top:45px;}

.lft-addr				{ float:left; width:43%; margin-left:50px; margin-bottom:70px; text-align:left;}

.lft-addr h4			{ font-size:26px; color:#455560;  font-family: 'Graphik-Bold'; padding-bottom:8px;text-align:left; width:100%;}

.lft-addr p				{ font-size:17px; color:#455560;  text-align:left; width:100%; line-height:26px;}

.lft-addr.last, .lft-addr:nth-child(3n), .lft-addr:last-child		{ margin-bottom:0;}



.career-lft				{ float:left; width:42%; background:#fff; padding:0px; text-align:left;}

.career-lft img			{ float:left; }

.career-rgt				{ float:left; width:58%; padding:25px 30px 0px 30px; text-align:left; color:#444444; font-family: 'Graphik-Medium'; font-size:18px; line-height:26px;}

.career-rgt h3			{ font-size:24px; font-family: 'Graphik-Bold'; color:#455560; padding-bottom:10px; }

.content-pad .career-rgt p			{ font-size:16px; color:#393536; line-height:24px; padding-bottom:10px; padding-left:0; padding-right:0; } 

.career-rgt a			{ font-size:16px; color:#455560; font-family: 'Graphik-Medium'; text-decoration:underline; display: block; } 



.job-section			{ float:left; width:100%; margin-top:50px; text-align:left; display:none;}

.job-section h3			{ font-size:30px; font-family: 'Graphik-Bold'; color:#455560; padding-bottom:15px; }

.job-section h4			{ font-size:26px; color:#455560;  font-family: 'Graphik-Bold'; line-height:26px; position:relative; display:inline-block; margin-bottom:20px; margin-top:0px; padding-bottom:15px; text-align:left; width:100%;}

.job-section h4:after	{ position:absolute; display:block; content:""; background:#9cc8bb; left:0; right:0; margin:0; height:2px; width:50px; bottom:0;}

.job-section li p			{ font-size:17px; color:#455560; line-height:26px; padding:0px; } 

.job-section li			{ float:left; width:49%; margin-right:2%;}

.job-section li:last-child	{ margin-right:0;}

.job-img				{ width:48%; float:left;}

.job-section li	img		{ float:left; width:100%;}

.job-section li	.job-cont	{ float:right; background:#fff; padding:30px 5px 30px 23px; width:50%; min-height:277px;}

.job-section p			{ font-size:18px; color:#393536; line-height:30px; padding-top:25px; float:left; width:100%; } 

.job-section a			{ font-size:18px; color:#455560; font-family: 'Graphik-Medium'; text-decoration:underline; } 



.mobile-top { display:none;  float:left; width:100%; padding:7px 0; border-bottom:1px solid #ebebeb;}

.mobile-l { float:left; width:45%;}

.mobile-l h4 { color: #ad650d; font-family: 'Graphik-Bold'; text-transform: uppercase; font-size: 16px;    line-height: 20px; margin-bottom:0;}

.mobile-r { float:left; width:55%;}

.web-lang .sbHolder { width:auto;}

.web-lang .sbHolder {  width:90px; color:#87888a; border:1px solid #ebebeb; padding:3px 0 3px 10px; line-height:22px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px;}

.web-lang .sbHolder a { color: #455560; font-size: 13px; font-family: Tahoma, Geneva, sans-serif;}

.websites-m label { color: #455560; font-size: 13px; font-family: Tahoma, Geneva, sans-serif; line-height:30px;}

.websites-m .sbHolder { width:60%; float:right; border: 1px solid #ebebeb; padding: 0px 0 0 10px; line-height: 30px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;}

.websites-m .sbHolder a { color: #455560; font-size: 13px; font-family: Tahoma, Geneva, sans-serif;}

.websites-m .sbHolder a.sbToggle { right: 6px; top: 12px;}

.map-mobile { display:none; margin-bottom:15px; text-align:center; float:none; }

.img-box { display:block; padding:0px 0px; margin:35px 0px; line-height:0px; }

.txt-orange { font-family: 'Graphik-Bold'; font-size:17px; color:#ad650d; text-transform:uppercase; font-weight:normal; }

.cap-box { float:left; width:100%; font-size:20px; color:#444444; line-height:26px; text-align:left; padding:0px; margin:50px 0 0; }

.overview-pad p.cap-para { float:left; width:100%; font-size:18px; color:#444444; line-height:26px; text-align:left; padding:0px 0 15px; margin:0px; text-align:justify; }

.cap-box-left { float:left; width:45%; padding:0px; margin:0px 5% 0px 0px; }

.cap-box-right { float:left; width:50%; padding:0px; margin:0px;text-align:justify; }

h4 { font-family: 'Graphik-Bold'; font-size:28px; color:#455560; line-height:34px; margin-bottom:12px; }

.key-bg { float:left; width:100%; background:#f6f6f6; text-align:left; padding:50px 0px; margin-bottom:0px; color:#444444; }

.key-bg p { float:left; width:100%; text-align: justify; font-size:16px; color:#444444; padding:0px; }

.key-bg ul.sub { float:left; width:100%; list-style-type:none; padding:0px; margin:35px 0px 0px 0px; text-align:center; }

/*.key-bg ul.sub li { float:none; background:#FFFFFF; position:relative; border:1px solid #eaeaea;  text-transform:uppercase; text-align:center; padding:0px 0px; margin-right:55px; display:inline-block; }*/

.key-bg ul.sub li {

    float: none;

    background: #FFFFFF;

    position: relative;

    border: 1px solid #eaeaea;

    text-transform: uppercase;

    text-align: center;

    padding: 0px 0px;

    margin-right: 0;

    display: inline-block;

    width: 30.33%;

    margin-right: 4%;

    margin-bottom: 3%;

}

.key-bg ul.sub li:nth-child(3n+3){margin-right:0;}

.key-bg ul.sub li .image-pad { float:left; width:100%; line-height:0px; margin-bottom:10px; overflow:hidden; }

.key-bg ul.sub li .image-pad img { width:100%; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; }

.key-bg ul.sub li:hover .image-pad img{ transform:scale(1.07); }

.key-bg ul.sub li h3 { font-family: 'Graphik-Bold'; font-size:15px; color:#455560; line-heiht:24px;  text-transform:uppercase; margin-bottom:10px; }

.key-bg ul.sub li:hover h3 { color:#ad650d; }

.key-bg ul.sub li:last-child	{ margin-right:0;}



.content-pad { float: left; width: 100%; text-align: center; padding: 50px 0 30px; }

.content-pad p { font-size:16px; color:#444444; font-family: 'Graphik-Medium'; padding:5px 5% 20px; line-height:25px; }

.gray-box { display:inline-block; background:#f7f7f7; width:990px; font-family: 'Graphik-Medium'; font-size:20px; color:#b26f1d; border:1px solid #ececec; padding:15px 3%; line-height:27px; margin:0px 0px 15px 0px; }

.content-pad h1 { margin-bottom: 20px; }

.product-banner { float:left; width:100%; padding:20px 0px; margin:0px 0px; }

.img-hide, .hidden-img{ display:none;}

.con-hide	{ display:none;}

.content-pad .location-img { float: left;  width: 100%;}

.content-pad .location-img li {  float: left; padding: 6px; margin: 0px 0 20px 0; width:20%;}

.content-pad .location-img p { color: rgb(217, 146, 11); font-size: 18px; line-height: 26px; font-family: "UniversCom-47LightCond";  padding: 0 0 10px 0; text-align:left;}

.content-pad .location-img img { width: 100%; float: left; border: 1px solid rgb(238, 237, 237);}



.breadcrumb { float:left; width:100%; position:relative; z-index:1;}

.breadcrumb .row { position:relative;}

.breadcrumb-list { position: absolute; bottom: 0; right: 0;  background:rgba(0,0,0,0.6); padding:10px 20px;}

.breadcrumb-list ul li a { color:#fff;}

.breadcrumb-list ul li span { color:#fff; margin:0 6px;}

.breadcrumb-list ul li { color:#9cc8bb;}

.breadcrumb-list ul li a:hover { text-decoration:underline;}

.overview-pad.min-height { min-height:400px; }

.galllery-pad { float:left; width:100%; margin:50px 0 0 0;}

.galllery-pad h4 { text-align:left;}



/*  */

.location-pad	{ margin-top:35px; float:left; width:100%; background:#fff; padding:20px 15px;}

.accordin{ float:left; width:24%; font-size:14px; color:#616361; margin:0 0 20px;  }

.map-location{float:right; margin:-20px 0 0 0px; width:76%; text-align:center;}

.map-main{ float:left; width:100%;}

.accordin ul { margin:0; padding:0;}

.accordin ul li { list-style:none; line-height:20px; background:url(../images/lft_arrow.png) no-repeat 5px 7px; padding:0px 0 10px 20px; margin:0 0 10px; border-bottom:1px solid #e0e0e0; text-decoration:none; text-transform:uppercase; cursor:pointer;}

.accordin ul li a{ font-size:14px; text-transform:uppercase;color:#242424; }

.accordin ul li a:hover, .accordin ul li a.active { color:#B17B0B;}

.accordin ul li ul { display:none;}

.accordin ul li:hover { border-bottom: none;}

.accordin ul li:hover ul { display:block; margin:10px 0 0;}

.accordin ul li:hover ul li { border-bottom:1px solid #e0e0e0;}

.about-content5 { font-size:14px; color:#616361; float:left; width:100%; padding:0 0px 0 0; margin:10px 0px 0 0;line-height:21px;}

.location-img{ float:left;width:235px; padding:0 0px 0px 0; margin:0 15px 10px 0; text-align:center;}

.location-img img	{ width:100%; height:139px; }

.last-img{margin:0 0px 10px 0;}

.tab-item-type-custom &gt; div {  font-size: 15px; } 

li.tab-item-type-custom:hover { color: #b17b0b; } 

.about-content3 &gt; span { color: #b17b0b; }

div.uber-selector { position: relative; width: 100%; float: left; }

#tab-uber_tab { width: 100%; float: left; list-style: none; }

li.tab-item-type-custom { float: left; width: 100%; list-style: none; cursor:pointer; }

li.tab-item-type-custom &gt; .sub-tab { display:none; } 

li.tab-item-type-custom &gt; .expand-tab { display:block; position: absolute; top:0; float: left; width: 60%; margin: 0 auto; margin-left:109px; }

.accordin_1{ float:left; width:24%; font-size:14px; color:#616361; margin:0 0 20px;  } 

.accordin_1 ul { margin: 0; padding: 0; } 

.accordin_1 ul li {

background: url("../images/lft_arrow.png") no-repeat scroll 5px 7px rgba(0, 0, 0, 0);

border-bottom: 1px solid #e0e0e0;

cursor: pointer;

line-height: 20px;

list-style: outside none none;

margin: 0 0 10px;

padding: 0 0 10px 20px;

text-decoration: none;

text-transform: uppercase;

}

.accordin_1 ul li ul { display: block; margin: 5px 0 0; } 

.accordin_1 ul li ul { display: block; }

.map-location2 { float:right; margin:-20px 0 0 0px; width:58%; text-align:center;}

.map-img { float:left; background:url(../images/map-img2.jpg) no-repeat; width:438px; height:476px; position:relative; z-index:5;}



#coimbatore_register_office_map_address, #coimbatore_unit2_map_address, #coimbatore_unit3_map_address, #coimbatore_unit1_map_address, #coimbatore_unit4_map_address,

#coimbatore_unit5_map_address, #coimbatore_unit6_map_address, #chennai_sriperumbudur_unit_map_address,#chennai_chennai_sriperumbudur_unit_map_address,

#chennai_chennai_sriperumbudur_unit_map_address,#pune_uinit2_map_address,#pune_uinit3_map_address,#pune_uinit4_map_address,#pune_uinit5_map_address, #indore_pithampur_unit_map_address,

#Jamshedpur_unit_map_address,#Faridabad_unit_map_address,#Faridabad_unit2_map_address, #Bangalore_unit_map_address,#Bangalore_unit1_map_address { display:block;position:absolute;top:0px; left:0;color:#6f7b83 !important;padding:5px 10px 5px 20px;text-align:left;text-transform:none;font-size:12px!important;line-height:17px; background: #fff; border:1px solid #b9bcbf;width:430px; height:225px;z-index:10; text-decoration:none;}

#coimbatore_register_office_map_address h2, #coimbatore_unit2_map_address h2, #coimbatore_unit3_map_address h2, #coimbatore_unit4_map_address h2,

#coimbatore_unit5_map_address h2, #coimbatore_unit6_map_address h2, #chennai_sriperumbudur_unit_map_address h2,#chennai_chennai_sriperumbudur_unit_map_address h2,

#chennai_chennai_sriperumbudur_unit_map_address h2,#pune_uinit2_map_address h2,#pune_uinit3_map_address h2,#pune_uinit4_map_address h2,#pune_uinit5_map_address h2, #indore_pithampur_unit_map_address h2,

#Jamshedpur_unit_map_address h2,#Faridabad_unit_map_address h2,#Faridabad_unit2_map_address h2, #Bangalore_unit_map_address h2, #Bangalore_unit1_map_address h2{font-size:18px!important; color:#ad650d !important; text-transform:capitalize; background:none; width:100%; margin: 0; padding: 0;}



.reg{ position:absolute; top:536px!important; left:656px!important;}

.bangalore{ position:absolute; top:497px!important; left:664px!important;}

.reg2{ position:absolute; top:506px!important; left:535px!important;}

.sriperum{ position:absolute; top:512px!important; left:692px!important;}

.pithampur{ position:absolute; top:346px!important; left:655px!important;}

.jamshed{ position:absolute; top:354px!important; left:786px!important;}

.pune{ position:absolute; top:409px!important; left:631px!important;}

.faridabad{ position:absolute; top:268px!important; left:670px!important;}



.about-content6 { font-size:14px; color:#616361; float:left; width:100%; padding:0 0px 0 0; margin:10px 0px 0 0; display:none;line-height:21px;}

.about-content6 .lft-address{ float:left; width:300px; font-size:14px; color:#242424; margin:0 0 20px; }

.about-content6 .rht-address{ float:right; width:300px; font-size:14px; color:#242424;margin:0 0 20px; }

.about-content6 .lft-address a{color:#b17b0b;}

.about-content6 .lft-address a:hover{ color:#242424;}

.about-content6 .rht-address a{color:#b17b0b;}

.about-content6 .rht-address a:hover{ color:#242424;}

.about-content6 h4{ color:#b17b0b; font-size:14px;margin:0 0 5px; float:left;width:100%; text-transform:uppercase;}

#lg a{ color:#B17B0B; text-decoration:underline;}

#lg a:hover{ color:#242424; text-decoration:none;}

.about-content5 .location-img span{font-size:13px; text-transform:uppercase;}

.about-content5 .location-img a{ text-decoration:none;}

.about-content5 { font-size:14px; color:#616361; float:left; width:100%; padding:0 0px 0 0; margin:10px 0px 0 0;line-height:21px;}

.contact-color{ color:#2d383f!important;}

.about-content2 ul{ list-style-type:none; margin:0 0 0px; padding:0;}

.about-content2 ul li{ color: #455560;  font-size: 17px;font-family: 'Graphik-Medium'; line-height: 42px; margin: 0 0 10px 10px; padding: 0 0 0 25px; text-align: left;	background:url(../images/yellow-arr.png) no-repeat 5px 14px;float:left;	width:100%;	}

.about-content ul{ list-style-type:none; margin:0 0 0px; padding:0;}

.about-content ul li{ color: #616361;  font-size: 16px;  line-height: 23px; margin: 0 0 10px 10px; padding: 0 0 0 15px; text-align: left;	background:url(../images/bullet2.png) no-repeat 0 8px;float:left;	width:100%;	}

.map-last {  border-bottom:none !important;}

.about-content2 ul li li	{ line-height:38px;}

.about-content2 ul li li p	{ font-size:13px; line-height:38px; padding:0; font-family: 'Graphik-Medium';}

#coimbatore_register_office_map_address::before, #coimbatore_unit2_map_address::before, #coimbatore_unit3_map_address::before, #coimbatore_unit4_map_address::before,

#coimbatore_unit5_map_address::before, #coimbatore_unit6_map_address::before, #chennai_sriperumbudur_unit_map_address::before,#chennai_chennai_sriperumbudur_unit_map_address::before,

#chennai_chennai_sriperumbudur_unit_map_address::before,#pune_uinit2_map_address::before,#pune_uinit3_map_address::before,#pune_uinit4_map_address::before,#pune_uinit5_map_address::before, #indore_pithampur_unit_map_address::before,

#Jamshedpur_unit_map_address::before,#Faridabad_unit_map_address::before,#Faridabad_unit2_map_address::before, #Bangalore_unit_map_address::before {

    content: "";

    position: absolute;

    bottom: 44%;

    left: -16px;

    border-width: 16px 16px 16px 0;

    border-style: solid;

    border-color:transparent #444 transparent transparent;

    display: block;

    width: 0;

}

#coimbatore_register_office_map_address::after, #coimbatore_unit2_map_address::after, #coimbatore_unit3_map_address::after, #coimbatore_unit4_map_address::after,

#coimbatore_unit5_map_address::after, #coimbatore_unit6_map_address::after, #chennai_sriperumbudur_unit_map_address::after,#chennai_chennai_sriperumbudur_unit_map_address::after,

#chennai_chennai_sriperumbudur_unit_map_address::after,#pune_uinit2_map_address::after,#pune_uinit3_map_address::after,#pune_uinit4_map_address::after,#pune_uinit5_map_address::after, #indore_pithampur_unit_map_address::after,

#Jamshedpur_unit_map_address::after,#Faridabad_unit_map_address::after,#Faridabad_unit2_map_address::after, #Bangalore_unit_map_address::after {

    content: "";

    position: absolute;

    bottom: 45%;

    left: -15px;

    border-width: 15px 15px 15px 0;

    border-style: solid;

    border-color: transparent #fff transparent transparent;

    display: block;

    width: 0;

}



#slider.flexslider		{ background:none; min-height:0; margin-bottom:10px; float:left; width:100%;}

#carousel.flexslider	{ background:none; min-height:0; width:100%; float:left; position:relative; margin-bottom:0; margin-top:10px;}

.capabilities{float:left; width:100%; padding:20px 0 0px;}

.capabilities #slider{float:left; width:100%;  margin: 35px 0 30px; border:1px solid #ddd; position:relative;}

.capabilities h1.fac-head{font-size:30px; color:#000; text-transform:uppercase; text-align:center; position:relative;}

.capabilities h1.fac-head::after{  background: #7FBB00 none repeat scroll 0 0;    content: "";    display: block;    height: 1px;    margin: 20px auto 0;    width: 100px;}

.fac-slide{float:left; width:100%; background: #fff;}

.capabilities .fac-img{float:left; width:50%;}

.capabilities .fac-cont{float:left; width:50%;  padding: 45px 3%; } 

.capabilities h1{font-size:27px; font-family: 'Graphik-Bold'; color:#455560; text-align:left; line-height:34px;}

.capabilities h1 span{ display:block;}

.capabilities .fac-cont p{font-size:16px; font-family: 'Graphik-Regular';  line-height:25px; color:#4b4b4b; margin:24px 0; padding:0; text-align:left;}

.capabilities .fac-cont li { color:#666666; font-size:20px;  font-family: 'Graphik-Light'; margin:0 0 15px 0; line-height:24px; background:url(../images/yellow-arr.png) no-repeat left 6px; padding-left:30px; text-align:left; cursor:pointer; }

.thumd-cont	{ background:#ebebeb; font-size:16px; color:#455560; font-family: 'Graphik-Medium'; display:flex; justify-content:center; align-items:center; line-height:24px; padding:14px 5px; float:left; width:100%; min-height:76px; position:relative; z-index:1; border-top:1px solid #b2b9bf;}

#carousel.flexslider .slides &gt; li .thumd-cont:after { display:block; content:''; position:absolute; height:0%; width:100%; left:0; bottom:0; background:#ad650d; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; -o-transition:all .3s ease; z-index:-1;}

#carousel.flexslider .slides &gt; li:hover .thumd-cont, #carousel.flexslider .slides &gt; li.flex-active-slide .thumd-cont { color:#fff;}

#carousel.flexslider .slides &gt; li:hover .thumd-cont:after, #carousel.flexslider .slides &gt; li.flex-active-slide .thumd-cont:after { height:100%; }

.flexslider.flex-left	{ position:absolute; bottom:20px; float:left; width:1202px;}

.capability-pad p		{ padding:0 70px 20px; font-family: 'Graphik-Medium';}



/*  */

.timeline__content { min-height:90px; }

.item { text-align:center;}

.bubble-bg { float:none; display:inline-block;}

.bubble-bg h2 { font-size:14px; color:#fff; font-family: 'Graphik-Bold';text-align:center; line-height:130px;}

.bubble-bg.pink, .bubble-bg.green, .bubble-bg.blue { width:95px; height:114px; position:absolute; bottom:-143px; left:69px; }

.bubble-bg.pink { background:url(../images/pink-bg.png) no-repeat left; }

.bubble-bg.green { background:url(../images/green-bg.png) no-repeat left; }

.bubble-bg.blue { background:url(../images/blue-bg.png) no-repeat left; }

.timeline__item--bottom .bubble-bg.pink, .timeline__item--bottom .bubble-bg.green, .timeline__item--bottom .bubble-bg.blue { width:95px; height:114px; position:absolute; top:-143px; left:69px; }

.timeline__item--bottom .bubble-bg.pink { background:url(../images/pink-bg1.png) no-repeat left; }

.timeline__item--bottom .bubble-bg.green { background:url(../images/green-bg1.png) no-repeat left; }

.timeline__item--bottom .bubble-bg.blue { background:url(../images/blue-bg1.png) no-repeat left; }



.history-pad .timeline__content li { color: #444444; font-size: 14px; text-align:left; margin-bottom:8px; line-height:21px; background:url(../images/dot-bg.png) no-repeat left 8px; padding-left:18px;font-family: 'Graphik-Medium';}

.history-pad .timeline__content li:last-child { margin-bottom:0;}

.timeline__item--bottom .bubble-bg h2, .timeline__item--bottom .bubble-bg h2, .timeline__item--bottom .bubble-bg h2 { line-height:102px;}

.timeline__item:after{background:url(../images/pink-round.png) no-repeat left;width:41px; height:41px;content:'';position:absolute;right:-10px;top:50%;z-index:1}

.timeline__item.pink:after{background:url(../images/pink-round.png) no-repeat left;}

.timeline__item.green:after{background:url(../images/green-round.png) no-repeat left;}

.timeline__item.blue:after{background:url(../images/blue-round.png) no-repeat left;}

.timeline__item.pink.timeline__item--bottom:after{background:url(../images/pink-round.png) no-repeat left;}

.timeline__item.green.timeline__item--bottom:after{background:url(../images/green-round.png) no-repeat left;}

.timeline__item.blue.timeline__item--bottom:after{background:url(../images/blue-round.png) no-repeat left;}

.timeline--horizontal .timeline__item:after{left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:100%}

.timeline--horizontal .timeline__item .timeline__content:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%}

.history-pad .timeline__content p { font-size:17px; line-height:22px; padding:0px; margin:0px; color:#444444;font-family: 'Graphik-Medium';} 

.timeline__content h2	{ display:none;}

.timeline--horizontal .timeline-divider{ background:url(../images/line-pattern.png) repeat left; width:calc(100% - 75px); height: 4px;display:block;left:40px;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:40px;z-index:1}

.history-pad .timeline-nav-button {  width:35px; height:35px;   background: url(../images/history-nav.png) no-repeat 0 0;   display: inline-block; cursor: pointer; text-indent:-999999px;  margin: 0 0px; position:absolute; border:none;}

.history-pad .timeline-nav-button--prev { background-position:0 0; }

.history-pad .timeline-nav-button--prev:hover{ background-position:0 -35px;}

.history-pad .timeline-nav-button--next { background-position:-36px 0; }

.history-pad .timeline-nav-button--next:hover{ background-position:-36px -35px;}

.timeline-nav-button{background-color:#fff;border:2px solid #ddd;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;height:40px;outline:0;position:absolute;text-indent:-9999px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:40px;z-index:10}

.head-hide { display:none; }

.bg-none { background:none; }



/*Custom model */

#popup1 .pop-div { display:block;} 

.modal-box {

  display: none;

  position: fixed;

  z-index: 10000000;

  max-width: 820px;

  background: white;

  border-bottom: 1px solid #aaa;

  border-radius: 4px;

  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  border: 1px solid rgba(0, 0, 0, 0.1);

  background-clip: padding-box;

}




.modal-box .top-pad h3,

.modal-box .top-pad h4,

.modal-box .modal-header h3,

.modal-box .modal-header h4 { margin: 0; }



.modal-box .modal-body {padding: 0px 10px;display: block;overflow: hidden;}
.modal-box.popup .lft-address {margin-bottom: 10px;}


.modal-box .bottm-pad,

.modal-box .modal-footer {

  padding: 1em;

  border-top: 1px solid #ddd;

  background: rgba(0, 0, 0, 0.02);

  text-align: right;

}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea { width: 100%;}
.contact-form input.captcha-pad { width: 170px;}
.modal-box.popup .modal-body { height: 550px; overflow: auto; }

.modal-overlay {

  opacity: 0;

  filter: alpha(opacity=0);

  position: fixed;

  top: 0;

  left: 0;

  z-index: 999;

  width: 100%;

  height: 100%;

  background: rgba(0,0,0,0.7) !important;

}



.modal-box .top-pad h3{

    font-size: 20px;

}

a.close {

	position: absolute;

	top: -18px;

	right: -18px;

	width: 36px;

	height: 36px;

	cursor: pointer;

	z-index: 8040;

	background-image: url('../images/fancybox_sprite.png');

}



div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { float:left; width:100%; text-align:center; background:#fdfdc5; border:2px solid #fdfdc5 !important; margin-right:0 !important; margin-left:0 !important;}

.about-popup-pad span.wpcf7-form-control-wrap	{ float:left; width:80%;}

span.wpcf7-not-valid-tip	{ text-align:left;}



.contact-form .wpcf7-form-control-wrap	{ width:70%; float:left;}





/*.fancybox-wrap	{ width:750px !important;}

.fancybox-inner	{ width:715px !important;}*/





.img-facts {width: 100%; display: block; padding: 2px;}



.product-banner.no-padd{padding:0; margin:35px 0;}

.location-l img {width: auto;max-width: 100%;}

@media screen and (min-width:1024px)	

{

.key-bg ul.sub.col-2 li{width:48%; margin-right:2% !important; float:none;}

.key-bg ul.sub.col-2 li:nth-child(2n+2){margin-right:0 !important;}


}


.mobi-logo img{max-width:80%;}

.cap-box p{padding:0;}



.cab-slider .flexslider, .prod-capabilities .flexslider{min-height:auto !Important;}



.prod-capabilities{padding:4% 0; width:100%; float:left; background:#fff;}

.prod-capabilities h1{text-align:center; margin:0 0 30px;}

.prod-capabilities .left{width:48%; float:left; margin-right:4%;}

.prod-capabilities .right{float:left; width:48%}

.prod-capabilities .right h1{text-align:left; font-size:30px; margin:0 0 0px;}





.investor-overview{width:100%; float:left; padding:40px 0; background:#fff;}

.investor-overview h1{text-align:center; margin:0 0 30px;}

.investor-overview .ov-container{width:100%; padding:25px 0; float:left; background: #455560; margin-bottom:30px;}

.investor-overview .left{width:30%; margin-right: 2%; display: flex;align-items: center;justify-content: center;height: 225px;}

.investor-overview .left h2{color:#fff;}

.investor-overview .right{width: 68%;border-left: 1px solid #ddd;padding: 0 45px;display: flex;align-items: center;justify-content: center;height: 225px;}

.investor-overview .right p{color:#fff;}



.press-release{width:100%; background:#fcfcfc; padding:40px 0; float:left;}



.press-release .left {width: 25%;border:1px solid #e9e4e4;}

.press-release .left li{font-size:24px; font-family: 'Graphik-Bold';}

.press-release .left li a{background:#455560; color:#fff; padding:15px 10px; display:block; border-bottom:1px solid #fff; transition:0.3s ease-in-out;}

.press-release .left li a.active{border-bottom:none; background: #ad650d; }

.press-release .left &gt; ul &gt;li:last-child &gt; a{border-bottom:none;}

.press-release .left li a:hover{ background: #ad650d;}

.press-release .left li a + ul{display:none; overflow:hidden; transition:0.3s ease-in-out;	}

.press-release .left li a.active + ul{display:block;}

.press-release .left li ul li { border-bottom: 1px solid #d2d2d2;}

.press-release .left li ul li a{background: font-size:18px;  font-family: 'Graphik-Light'; padding:15px 10px; background: none; color:#444; font-size:18px;}

.press-release .left li ul li a:hover{ background: #eee;}

.press-release .left li ul li:last-child{border-bottom:0;}

.press-release .right{width: 75%; padding: 0 20px 0 2%;}

.press-release h1{padding: 0 0 20px;}

.press-release .right .year-container{width:100%; float:left; display:none;}

.press-release .right .year-container.active{display:block;}



.press-release .right li{display:flex; width:100%; padding:15px; border:1px solid #e4e4e4; margin-right:2%; margin-bottom:2%; min-height:115px;}

.press-release .right li:nth-child(2n+2){margin-right:0;}

.press-release .right li a{display:flex; padding:0px; line-height:22px; flex-direction: column; height: 100%; width: 100%;}

.press-release .right li a .date {font-size: 14px;font-weight: bold; margin: 10px 0 0; color:#ad650d;}


.press-release .right .news-grid{display: grid;grid-template-columns: repeat(2, 1fr);gap: 15px;width: 100%;}


.finacial-reports {float: left; width: 100%; padding: 40px 0 50px; background:#fcfcfc;}

.finacial-reports h1{text-align:center; margin:0 0 30px;}

.finacial-reports #verticalTab{float:left; width:100% !important; margin:15px 0 0 !important;}

.finacial-reports #verticalTab .resp-tabs-list{width:25%; float:left; }

.finacial-reports #verticalTab.resp-vtabs .resp-tabs-container{float:right; width:73%; margin-left:2%; }

.finacial-reports #verticalTab.resp-vtabs .resp-tabs-container .resp-tab-content{background:#fff; padding:20px;}



.finacial-reports #verticalTab .resp-tabs-list li{background: #455560!important;color: #fff;padding: 15px 10px;display: block;border:none !important;transition: 0.3s ease-in-out; font-family: 'UniversCom-47LightCond' !important; padding:12px 15px !important; text-transform:none; width:100%; float:left; font-size:20px;}

.finacial-reports #verticalTab .resp-tabs-list li.resp-tab-active{ background:#ad650d !important; border:none !important; color:#fff !important; border-bottom: 1px solid #fff; }

.finacial-reports #verticalTab .resp-tabs-list li.resp-tab-active::after{content:none;}





.finacial-reports #verticalTab .accordion-links &gt;li{font-family: 'Graphik-Bold'; font-size:18px;  border-bottom:1px solid #e3e3e3; cursor:pointer; position:relative; margin:0 0 5px; width:100%; float:left;}

.finacial-reports #verticalTab .accordion-links &gt;li a{display:block;padding:15px 10px; transition:0.3s ease-in-out;}

.finacial-reports #verticalTab .accordion-links &gt;li a.active{background:#e3e3e3;}

.finacial-reports #verticalTab .accordion-links &gt;li:after{background: url(../images/web-arr.png) no-repeat 0 0; height:7px; width:11px; position:absolute; content:"";  right: 14px;

top: 25px; }

.finacial-reports #verticalTab .accordion-links &gt;li div{display:none; padding:15px 10px; border:1px solid #e3e3e3; border-bottom:none; }



.finacial-reports #verticalTab .simple-link li {width: 100%;padding: 10px 10px 10px 15px;/*border: 1px solid #e3e3e3;	*/margin: 0 0 0;position: relative;font-family: 'UniversCom-47LightCond' !important;transition: 0.5s ease-in-out;background: url(../images/gey-arrow.png) no-repeat center left;} 

.finacial-reports #verticalTab .simple-link li:last-child{margin:0;}

/*.finacial-reports #verticalTab .simple-link li:after{position:absolute; width:10px; height:22px; background:url(../images/white-arr.png) no-repeat 0 -10px; content:''; right:15px; top:6px; transition:0.5s ease-in-out;}

.finacial-reports #verticalTab .simple-link li:hover:after{background:url(../images/white-arr.png) no-repeat 0 7px;}*/

.finacial-reports #verticalTab .simple-link li a{display:block; padding:0; transition:0.5s ease-in-out;font-size: 18px; font-family:"Times New Roman", Times, serif;	}

/*.finacial-reports #verticalTab .simple-link li:hover{ background:#455560}*/

.finacial-reports #verticalTab .simple-link li:hover a{color:#ad650d;}

.finacial-reports #verticalTab .table-container{width:100%; float:left; overflow:auto;}

.finacial-reports #verticalTab table{border-collapse:collapse; border:1px solid #efefef; width:100%;}

.finacial-reports #verticalTab table th{font-family: 'Graphik-Medium'; font-size:18px; background:#455560; color:#fff; padding:10px; border: 1px solid #ddd}

.finacial-reports #verticalTab table td{font-family: "Times New Roman", Times, serif; font-size:16px; color:#444; padding:10px; border: 1px solid #ddd}



.finacial-reports #verticalTab  .resp-tab-content{min-height:340px;height:820px; overflow:auto; margin-bottom:0;}

.finacial-reports #verticalTab .accordion-links &gt;li .accordion-link-conttainer{float:left; width:100%;}

.finacial-reports #verticalTab .accordion-links &gt;li .accordion-link-conttainer .table-container{width:100%; float:left; display:block; border:none; }

.finacial-reports #verticalTab .accordion-links &gt;li .accordion-link-conttainer .table-container td a{padding:0;}

@media (max-width:1024px) {
  .press-release .right .news-grid{display: grid;grid-template-columns: repeat(1, 1fr);gap: 15px;width: 100%;}
}

@media screen and (max-width:768px)	{

.finacial-reports #verticalTab.resp-vtabs .resp-tabs-container{width:100%;}

.finacial-reports #verticalTab  .resp-tab-content{min-height:auto; height:auto;}


.blogpart {
    display: grid;
    grid-template-columns: 100%;
}
.pt4{
    grid-template-columns: repeat(2,1fr);
}


}





#coimbatore_register_office_map_address p, #coimbatore_unit2_map_address p, #coimbatore_unit3_map_address p, #coimbatore_unit4_map_address p,

#coimbatore_unit5_map_address p, #coimbatore_unit6_map_address p, #chennai_sriperumbudur_unit_map_address p,#chennai_chennai_sriperumbudur_unit_map_address p,

#chennai_chennai_sriperumbudur_unit_map_address p,#pune_uinit2_map_address p,#pune_uinit3_map_address p,#pune_uinit4_map_address p,#pune_uinit5_map_address p, #indore_pithampur_unit_map_address p,

#Jamshedpur_unit_map_address p,#Faridabad_unit_map_address p,#Faridabad_unit2_map_address p, #Bangalore_unit_map_address p	{ width:58%; float:left;font-family: 'Graphik-Medium'; font-size:14px; line-height:21px; }

#tab-uber_tab  .loc-img { float:left; width:42%;}

#tab-uber_tab  .loc-img img	{ float:left; width:100%;}

.heading-inner.pad.btm-pad2 h2	{ margin-bottom:45px;}

#parentHorizontalTab .galllery-pad	{ display:none;}





ul.cnt-ul {padding: 0 0 0 25px;margin: 0px 0 15px;width: 100%;float: left;}

.cnt-ul li {padding-bottom: 0px; background: url(../images/footer-arrow.png) no-repeat left top 10px; padding-left: 15px; font-size:18px; color:#444; font-family:"Times New Roman", Times, serif;}



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

.image-gallery-ul{width:100%; float:left; margin-bottom:40px;}

.image-gallery-ul li {width: 49%;margin: 0 2% 2% 0;float: left; overflow:hidden;}

.image-gallery-ul li:nth-child(2n+2) {margin-right: 0;}

.image-gallery-ul li img {width: 100%; padding:2px; border:3px solid #efefef; transition:0.3s ease-in-out; -webkit-filter: grayscale(20%); filter: grayscale(20%);}

.image-gallery-ul li:hover img{-webkit-filter: grayscale(0%); filter: grayscale(0%);}



.cap-box.cap-box-gry {background: #f6f6f6;margin: 0;padding: 50px 0 0;float: left;width: 100%;}	

.cap-box.cap-box-gry h1{margin: 0 0 20px;}

.key-bg.white {background: #fff;}

a.img-with-link {width: 100%;display: block;margin: 25px 0 0;}



.cab-slider { margin-top:20px;}



.finacial-reports.ebro-pad { padding:40px 0;}

.finacial-reports.ebro-pad h4	{ margin-bottom:25px;}

.ebro-img	{ width:232px; float:left;}

.ebro-img .brochure-pad { float:left; position:relative;  width:100%; text-align:center; margin:0 0 0px 0;}

.ebro-img .brochure-pad:after { position:absolute; display:block; content:''; background:url(../images/catalog-pattern.jpg) no-repeat left top; width:100%; height:100%; left:0; top:0px; z-index:1; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; /*background-size:cover;*/}

.ebro-img:hover .brochure-pad:after { position:absolute; display:block; content:''; background:#a4adb2; width:100%; height:87%; left:0; top:0px; z-index:1;}

.ebro-img .brochure-pad img	{ z-index:10; position:relative; margin:15px 0;}

.ebro-pad .about-popup-pad { width:65%; margin-left:5%; padding:0; float:right;}

.org-img { width: 100%; text-align: center;}

.comp-para p { font-size: 18px;line-height: 26px;}



.title-nw { margin-top:20px; text-align:center; float:left; width:100%; margin-bottom:20px; }

/*#tab-uber_tab.sub-tab li p { width:auto;}*/

div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked	{ float:left; width:100%; text-align:center;}
.cf7sr-g-recaptcha	{ float:left; margin-bottom:16px;}
.contact-form li	{ float:left; width:100%; margin-bottom: 12px;}

.web-slutn { display:block; padding:0px 0px; margin:0px 0px; }
.web-slutn p { font-size:14px; padding:0px 0px; margin:0px 0px; }
.web-slutn a { color:#fff; text-decoration:none; }
.web-slutn a:hover { color:#fff; text-decoration:underline; }


.wpcf7-form-control.wpcf7-mathcaptcha { width:50px !important; padding:0 10px !important; display:inline-block; background: #f2f2f2 !important; margin-left:5px !important;margin-right:5px !important;}

.BDC_CaptchaDiv	{ float:left; }
.contact-form .captcha-pd .wpcf7-form-control-wrap, .about-popup-pad .captcha-pd span.wpcf7-form-control-wrap { width:170px; } /* margin-left:15px; */
/*#captcha_id_279_CaptchaImageDiv, .BDC_CaptchaImageDiv	{ width:130px !important; height:auto !important;}
.BDC_CaptchaImageDiv img	{ width:100%;}*/
.press-release .right li h2{font-size: 18px; font-family: 'Graphik-Bold'; margin-bottom:5px; color:#333; margin-top:10px;}
.press-release .right li p{ font-family: 'Graphik-Light';}
.press-release .right ul.new-news li{text-align:center;}
.press-release .right ul.new-news li img{border:1px solid #ddd;}
.press-release .right ul.new-news li .date p{color:#ad650d;}

#captcha_id_419_CaptchaIconsDiv, #captcha_id_419_CaptchaImageDiv { float: left;}
#pop_captcha { width: 170px; background-color: #f2f2f2; float: left; margin-right: 15px;}
.about-popup-pad ul li input.captcha-pad { width: 170px;margin-left: 15px;}


/*new css*/
.top-list {width: 100%;float: left;background: #465761; padding:6px 0;}
.menu-sec {width: 100%;float: left;padding: 22px 0;}


#products.owl-carousel .owl-item .item .news-img img {width: 100%;float: left;}
.product-cont a.read-more{color: #393536;text-transform: uppercase;font-size: 15px; font-family: 'Graphik-Bold';border: 1px solid #fff; background: #fff; margin-top: 30px;
padding: 8px 20px 8px 15px;display: inline-block;position: relative;z-index: 1;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.product-cont a.read-more:hover {color: #ad650d;border: 1px solid #ad650d;}
.product-cont a.read-more span { background:url(../images/view-arr-blk.png) no-repeat 0 2px; width:20px; height:15px; display:inline-block; float:right; animation: shake 1s linear infinite; -webkit-animation: shake 1s linear infinite; -moz-animation: shake 1s linear infinite; margin-left:10px;}
.product-cont a.read-more:hover { color:#fff; border:1px solid #ad650d; background: #ad650d;}
.product-cont a.read-more:hover span { background:url(../images/view-arr-wh.png) no-repeat 0 2px;}
.industry-list {float: left;width: 68%;margin: 0 2% 0 0;}
.our-segment {width: 30%;float: right; padding-top: 80px;}
.our-segment h2{color: #393536;font-size: 32px; font-family: 'Graphik-Bold';line-height: 36px;margin-bottom: 20px; text-align: left;}
.our-segment p{font-size: 18px;color: #333333;font-family: 'Graphik-Medium'; text-align: left;}
.our-segment a.read-more{color: #fff;text-transform: uppercase;font-size: 15px; font-family: 'Graphik-Bold';border: 1px solid #fff; background: #fff; margin-top: 30px;
padding: 8px 20px 8px 15px;display: inline-block;position: relative;z-index: 1;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; float: left; background: #ad650d;}
.our-segment a.read-more:hover {color: #ad650d;border: 1px solid #ad650d;}
.our-segment a.read-more span { background:url(../images/view-arr-wh.png) no-repeat 0 2px; width:20px; height:15px; display:inline-block; float:right; animation: shake 1s linear infinite; -webkit-animation: shake 1s linear infinite; -moz-animation: shake 1s linear infinite; margin-left:10px;}
.our-segment a.read-more:hover { color:#fff; border:1px solid #333; background: #333;}
.industry-pad .row {padding: 0;}
.industry-l ul li .industry-cnt h2{font-size: 20px;}
.industry-l ul li .industry-cnt{min-height: 221px;}
.year-sec{width: 100%; float: left; background: #eff0f1;}
.year-sec ul li{width: 25%; float: left; padding: 30px 10px; border-right: 1px solid #ccc;/*height: 170px;*/ text-align: center;}
.year-sec ul li:last-child{border-right: none;}
.year-sec ul li .r-cnt{width: 100%; float: none; }
.year-sec ul li .r-cnt img{ width: auto; display: inline-block; transition: all .5s ease;}
/*.year-sec ul li:hover .r-cnt img{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);-o-transform: rotateY(180deg);}*/
.year-sec ul li .l-cnt{ width: 100%; float: left; text-align: center;margin-bottom: 15px;}
.year-sec ul li .l-cnt h3 .counter{ color: #393536;font-size: 36px; font-family: 'Graphik-Bold';line-height: 36px;margin-bottom: 10px; text-align: center;transition: all .5s ease;}
.year-sec ul li .l-cnt h3{ color: #393536;font-size: 36px; font-family: 'Graphik-Bold';line-height: 36px;margin-bottom: 12px; text-align: center;transition: all .5s ease; display:inline-block;}
.year-sec ul li .l-cnt h3 span{color: #393536;font-size: 36px; font-family: 'Graphik-Bold';line-height: 36px;text-align: center;transition: all .5s ease;}
.year-sec ul li .l-cnt p{font-size: 16px;color: #333333;font-family: 'Graphik-Medium'; text-align: center; line-height: 22px;}
.year-sec ul li:hover .l-cnt h3 .counter{color: #ad650d;}
.year-sec ul li:hover .l-cnt h3 {color: #ad650d;}
.user-segment{width: 100%; float: left; padding: 40px 0;}
.user-segment h2{color: #393536;font-size: 32px; font-family: 'Graphik-Bold';line-height: 36px;margin-bottom: 30px; text-align: center;}
.user-segment ul{width: 100%; float: left;}
.user-segment ul li{width: 23.5%; float: left; margin-right: 2%; position: relative; margin-bottom: 60px;}
.user-segment ul li:nth-child(4n+4){margin-right: 0;}
.user-segment ul li .seg-img{width: 100%; float: left; transition: all .5s ease; position: relative; overflow: hidden;}
.user-segment ul li .seg-img img{ width: 100%; float: left; transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; }
.user-segment ul li:hover .seg-img img {transform: scale(1.04);-webkit-transform: scale(1.04);-moz-transform: scale(1.04);-o-transform: scale(1.04);}
.user-segment ul li .seg-cnt{ width: 90%;position: absolute;top: auto;left: 0;right: 0;margin: 0 auto;text-align: center;height: 75px;display: flex;align-items: center;justify-content: center; background: #fff;
bottom: -35px;padding: 10px 15px; border-radius: 4px; transition: all .5s ease;}
.user-segment ul li .seg-cnt h3{width: 100%; float: left; color: #465761; font-size: 18px; font-family: 'Graphik-Bold';line-height: 25px; transition: all .5s ease;}
/*.user-segment ul li .seg-img:after{position: absolute; content: ""; left: 0; top: 0; background: rgba(0,0,0,0.4); width: 100%; height: 100%;}*/
.user-segment ul li:hover .seg-cnt{background: #ad650d;}
.user-segment ul li:hover .seg-cnt h3{color: #fff;}

.ftr-lst-pro { float: left; width: 100%; text-align: center; background: #ecedee; padding: 85px 0;}
.ftr-lst-pro ul { float: left; width: 100%;}
.ftr-lst-pro ul li { float: left; width: 25%;}
.ftr-lst-pro ul li .lst-pro-img { float: left; width: 100%; margin-bottom: 15px;}
.ftr-lst-pro ul li .lst-pro-img img { float: none; width: 150px; transition:all .5s ease;}
.ftr-lst-pro ul li .lst-pro-cnt { float: left; width: 100%;}
.ftr-lst-pro ul li .lst-pro-cnt h4 { float: left; width: 100%; color: #040a27; text-transform: inherit; font-size: 28px; line-height: 32px; transition:all .5s ease;}
.ftr-lst-pro ul li:hover .lst-pro-img img { transform: rotateY(180deg);}
.ftr-lst-pro ul li:hover .lst-pro-cnt h4 { color: #cba777;}

.div-cap-main { float: left; width: 100%; padding: 85px 0 50px;}
.div-cap-main .div-cap-cnt { float: left; width: 100%;}
.div-cap-main .div-cap-cnt .div-cap-lft { float: left; width: 55%; padding-right: 180px;}
.div-cap-main .div-cap-cnt .div-cap-rgt { float: right; width: 45%;}
.div-cap-main .div-cap-cnt .div-cap-rgt img { float: left; width: 100%;}
.div-cap-main .div-cap-cnt .div-cap-lft h2 { float: left; width: 100%;  font-family: 'Graphik-Bold'; color: #040404; font-size: 34px; line-height: 42px; padding-bottom: 30px;}
.div-cap-main .div-cap-cnt .div-cap-lft p { float: left; width: 100%;font-family: 'Graphik-Medium'; color: #130404; font-size: 20px; line-height: 28px; padding-bottom: 40px;}
.div-cap-main .div-cap-cnt .div-cap-lft a { float: left; background:#45555f url(../images/view-arr-wh.png) no-repeat right 15px center; font-size:16px; color:#fff; font-family: 'Graphik-Bold'; text-transform:uppercase; padding:15px 65px 15px 15px; display:inline-block; letter-spacing:1px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
.div-cap-main .div-cap-cnt .div-cap-lft a:hover { background-color:#ad650d;}

/*ssr*/
.directors-pad .row {padding: 0 120px;}
.company-policy{background: #fff;padding: 50px 0;}
.company-policy .row {padding: 0 120px;}
.company-policy h2 {font-size: 32px;color: #393536; font-family: 'Graphik-Bold';line-height: 36px; width: 100%; float: left; margin-bottom: 30px;}
.cmy-lft{width: 48%; float: left; margin-right: 4%;}
.cmy-rgt{width: 48%; float: right;}
.policy-img{width: 100%; float: left; margin-bottom: 25px;}
.company-policy p{font-size: 18px; color: #333333;font-family: 'Graphik-Medium';text-align: center; width: 100%; float: left; line-height: 25px; min-height: 100px;}
.company-policy a.read-more{color: #fff;text-transform: uppercase;font-size: 15px; font-family: 'Graphik-Bold';border: 1px solid #fff; 
padding: 8px 20px 8px 15px;display: inline-block;position: relative;z-index: 1;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; display: inline-block; background: #ad650d;}
.company-policy a.read-more:hover {color: #ad650d;border: 1px solid #ad650d;}
.company-policy a.read-more span { background:url(../images/view-arr-wh.png) no-repeat 0 2px; width:20px; height:15px; display:inline-block; float:right; animation: shake 1s linear infinite; -webkit-animation: shake 1s linear infinite; -moz-animation: shake 1s linear infinite; margin-left:10px;}
.company-policy a.read-more:hover { color:#fff; border:1px solid #333; background: #333;}


.iso-logo{width: 100%; float: left; padding: 50px 0; background: #465761; text-align: center;}
.iso-logo h2 {font-size: 36px;color: #fff; font-family: 'Graphik-Bold';text-transform: uppercase;line-height: 42px; width: 100%; float: left; margin-bottom: 30px; text-align: center;}
.iso-logo ul{width: 100%; float: left; text-align: center;}
.iso-logo ul li{width: 30.4%; float: none; margin-right: 4%; margin-bottom: 35px; text-align: center; display: inline-block;}
.iso-logo ul li:nth-child(3n+3){margin-right: 0;}
.iso-logo ul li .iso{width: 100%; float: left; text-align: center;}
/*.iso-logo ul li.clr-1{ background: #eb7375; }
.iso-logo ul li.clr-2{ background: #47afba; }
.iso-logo ul li.clr-3{ background: #9eb372; }
.iso-logo ul li.clr-4{ background: #918e8a; }
.iso-logo ul li.clr-5{ background: #ad660e; }*/
.iso-logo ul li img{width: auto; float: none; margin-bottom: 10px;}
.iso-logo ul li h3{width: 100%; float: left; text-align: center; font-size: 24px; font-family: 'Graphik-Bold'; color: #fff; margin-bottom: 15px;}

.iso-logo ul li a.read-more{color: #333;text-transform: uppercase;font-size: 15px; font-family: 'Graphik-Bold';border: 1px solid #fff; background: #fff;
padding: 8px 20px 8px 15px;display: inline-block;position: relative;z-index: 1;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; display: inline-block; border-radius: 5px;}
.iso-logo ul li a.read-more:hover {color: #ad650d;border: 1px solid #ad650d;}
.iso-logo ul li a.read-more span { background:url(../images/view-arr-blk.png) no-repeat 0 2px; width:20px; height:15px; display:inline-block; float:right; animation: shake 1s linear infinite; -webkit-animation: shake 1s linear infinite; -moz-animation: shake 1s linear infinite; margin-left:10px;}
.iso-logo ul li a.read-more:hover { color:#fff; border:1px solid #ad650d; background: #ad650d;}
.iso-logo ul li a.read-more:hover span { background:url(../images/view-arr-wh.png) no-repeat 0 2px;}
.iso-logo ul li a.read-more:hover span { background:url(../images/view-arr-wht.png) no-repeat 0 2px; width:20px; height:15px; display:inline-block; float:right; animation: shake 1s linear infinite; -webkit-animation: shake 1s linear infinite; -moz-animation: shake 1s linear infinite; margin-left:10px;}

.key-bg h4{text-align: center;}
.key-bg p{text-align: center;}
.key-bg ul.sub.col-3 {padding: 0 100px;}

.niche-lst {width: 100%;float: left;padding: 50px 0;background: #465761;}
.niche-lst .row{padding: 0 100px;}
.product-banner.no-padd {padding: 0 100px;}
.niche-lft {width: 275px;margin-right: 25px;float: left;}
.niche-rgt {width: calc(100% - 300px);float: right;}
.niche-lst h2 {font-size: 27px;color: #fff; font-family: 'Graphik-Bold';line-height: 36px; width: 100%; float: left; text-align: left; letter-spacing: 1px; padding-top: 25px;} 
.niche-lst ul li{width: 48%; float: left; margin-right: 4%; padding: 20px; background: #fff; min-height: 250px;}
.niche-lst ul li .ni-img{width: 100%; float: left; margin-bottom: 10px;}
.niche-lst ul li:nth-child(2) {margin-right: 0;}
.niche-lst ul li p{padding: 0; float: left; width: 100%; color: #333; font-family: 'Graphik-Medium';font-size: 14px; line-height: 24px;}

.locations.power h1 {font-size: 24px; line-height: 36px;}
.cap-box.our-key{width: 100%; float: left;}
.cap-box.our-key h2{width: 100%; float: left; margin-bottom: 20px;  font-family: 'Graphik-Bold'; font-size: 36px; line-height: 36px;}
.cap-box.our-key p{width: 100%; float: left; margin-bottom: 15px;}
.cap-box.our-key ul.list{width: 100%; float: left;}
.cap-box.our-key ul.list li{width: 48%; float: left;font-size: 18px; color: #444444;font-family: 'Graphik-Medium'; margin-bottom: 8px; padding-left: 22px; line-height:22px; margin-right: 4%; position: relative;}
.cap-box.our-key ul.list li:nth-child(2n+2){margin-right: 0;}
.cap-box.our-key ul.list li:after{position: absolute; content: ""; left: 0; top: 10px; width: 5px; height: 5px; background: #444444; border-radius: 100%;}

.satelite-sec{width: 100%;float: left; padding: 50px 0 0 0;}
.satelite-sec h2{width: 100%; float: left; margin-bottom: 20px;  font-family: 'Graphik-Bold';font-size: 32px; line-height: 36px; text-align: left;}
.satelite-sec p{width: 100%; float: left; margin-bottom: 15px; text-align: left; padding: 0;}
.satelite-sec ul.list{width: 100%; float: left;}
.satelite-sec ul.list li{width: 48%; float: left;font-size: 16px; color: #444444;font-family: 'Graphik-Regular'; margin-bottom: 8px; padding-left: 22px; line-height:22px; position: relative; text-align: left; margin-right: 4%;}
.satelite-sec ul.list li:after{position: absolute; content: ""; left: 0; top: 10px; width: 5px; height: 5px; background: #444444; border-radius: 100%;}
.satelite-sec ul.list li:nth-child(2n+2){margin-right: 0;}
.satelite-lft{width: 60%; float: left; margin-right: 2%;}
.satelite-rgt{width: 38%; float: right;}

.user-sectors {width: 100%;float: left;background: #f6f6f6;padding: 50px 0;}
.user-sectors h2{width: 100%; float: left; margin-bottom: 30px;  font-family: 'Graphik-Bold';font-size: 32px; line-height: 36px; text-align: center;}
.user-sectors ul li{width: 23.5%; float: left; margin-right: 2%;}
.user-sectors ul li:last-child{margin-right: 0;}
.key-bg.keyy {background: #fff; padding: 0;}
.user-sectors ul li .user-img{width: 100%; float: left; margin-bottom: 12px; text-align: center;}
.user-sectors ul li .user-img img{transition: all .5s ease; width: auto;float: none;margin: 0 auto;}
.user-sectors ul li:hover .user-img img {transform: rotateY(180deg);}
.user-sectors ul li h3{width: 100%; float: left; text-align: center; font-size: 18px; line-height: 28px; color: #444444;font-family: 'Graphik-Medium'; transition: all .5s ease;}
.user-sectors ul li:hover h3{ color: #ad650d;}





/* rajasekar css */

/* industrial-and-engineering page*/
.industrial-pad.industrial-pad-center ul { float: left; width: 100%; display: flex; justify-content: center;}
.industrial-pad ul li:last-child { margin-right: 0px;}
.industrial-pad ul li a.high-end-product .industrial-cnt h2{ background: url(../images/down-arw.png) no-repeat 100% center; }

.overview-pad.overview-pad-other { background: #f5f5f5;}


/* automative aluminum page*/
.enduser-sectors{ float: left; width: 100%; padding: 50px 0px;}
.enduser-sectors h1 { font-size: 40px;color: #393536; font-family: 'Graphik-Bold';text-transform: uppercase;line-height: 45px; margin-bottom: 20px;}
.enduser-sectors ul { float: left; width: 100%; display: flex;flex-wrap: wrap; justify-content: center;margin-top: 30px;}
.enduser-sectors ul li { float: left; width: 28%; text-align: center; }
.enduser-sectors ul li .icon-div { float: left; width: 100%; margin-bottom: 10px;}
.enduser-sectors ul li h2 { font-family: 'Graphik-Bold';font-size: 18px;color: #455560;line-height: 24px;text-transform: uppercase;}
.enduser-sectors ul li:hover h2 { color: #ad650d;}


.process-div { float: left; width: 100%; padding: 50px 0px 65px; background: #465761;}
.process-lft { float: left; width: 20%; margin-right: 4%; text-align: left;padding-top: 12px;}
.process-lft h2{ font-family: 'Graphik-Bold';font-size: 26px;color: #fff;text-transform: uppercase;line-height: 34px;}
.process-rgt { float: left; width: 76%;}
.process-rgt ul { float: left; width: 100%; display: flex; flex-wrap: wrap;}
.process-rgt ul li { float: left; width: 20%; margin-right: 6.6666%;}
.process-rgt ul li:nth-child(4n-4) { margin-right: 0px;}
.process-rgt ul li .icon-div { float: left; width: 100%; margin-bottom: 20px; }
.process-rgt ul li .process-txt { float: left; width: 100%; text-align: center; background: #f1f1f1; padding: 10px 5px; position: relative;}
.process-rgt ul li .process-txt h3 { font-size: 16px; line-height: 20px; }
.process-rgt ul li .process-txt::after { content: ""; position: absolute; background: url(../images/process-arrw.png) no-repeat 0px 0px; width: 22%; height: 19px;
right: -28%; top: 50%;transform: translateY(-50%);background-size: contain;}
.process-rgt ul li:nth-child(4n-4) .process-txt::after { display: none;}


.shop-box { float: left; width: 100%;padding: 50px 0px;}
.shop-box ul { float: left; width: 100%;}
.shop-box ul li{ float: left; width: 100%; margin-bottom: 55px;}
.shop-box ul li:last-child { margin-bottom: 0px;}
.shop-box ul li .lft-shop-box { float: left; width: 50%; padding-right: 35px;}
.shop-box ul li .lft-shop-box h2{ font-family: 'Graphik-Bold';font-size: 27px;color: #455560;line-height: 34px; margin-bottom: 20px;}
.shop-box ul li .lft-shop-box p {font-size: 18px;color: #444444;font-family: 'Graphik-Medium';line-height: 26px; margin-bottom: 20px;}
.shop-box ul li .rgt-shop-box { float: right; width: 50%;}
.shop-box ul li .rgt-shop-box .img-boxx { float: left; width: 100%; overflow: hidden;}
.shop-box ul li .rgt-shop-box .img-boxx img { float: left; width: 100%;transition: all .5s ease;}
.shop-box ul li .rgt-shop-box:hover .img-boxx img { transform: scale(1.02,1.02);}
.shop-box ul li:nth-child(2n-2) .lft-shop-box { float: right; padding-right: 0px; padding-left: 35px;}
.shop-box ul li:nth-child(2n-2) .rgt-shop-box { float: left;}

.shop-box ul li .lft-shop-box ul li { margin-bottom: 0px; padding-left: 30px; position: relative;font-size: 18px;color: #444444;font-family: 'Graphik-Medium';line-height:24px; width:49%; float: left; margin-right: 2%;}
.shop-box ul li .lft-shop-box ul li:nth-child(2n+2){margin-right: 0;}
.shop-box ul li .lft-shop-box ul li::before { content: ""; position: absolute; left: 0px; top:12px; width: 5px; height: 5px; background:#444444; border-radius: 10px;}

.industrial-pad ul li.orange.m-r-0{ margin-right: 10px;}



ul.cap-lst { float: left; width: 100%; margin-top: 30px; padding-bottom: 100px; margin-bottom: 55px; border-bottom: 2px solid #efefef;}
ul.cap-lst li { float: left; width: 18.4%; margin-right: 2%;}
ul.cap-lst li:last-child { margin-right: 0; }
ul.cap-lst li .thumd-img { float: left; width: 100%;}
ul.cap-lst li .thumd-img img { float: left; width: 100%;}
ul.cap-lst li .thumd-cont { background:#ebebeb; font-size:20px; color:#455560; font-family:'Univers-Condensed-Medium'; display:flex; justify-content:center; align-items:center; line-height:24px; padding:14px 5px; float:left; width:100%; min-height:78px; position:relative; z-index:1; border-top:1px solid #b2b9bf; transition:all .5s ease; }
ul.cap-lst li:hover .thumd-cont { background: #ad650d; color: #FFFFFF;}

.strong-process-pad { float: left; width: 100%; background: #f1f1f1; padding: 50px 0;}
.strong-process-pad h1 { float: left; width: 100%; text-align: center; font-size: 20px; color: #393536;  font-family: 'Graphik-Bold'; line-height: 32px; margin-bottom: 40px;}
.strong-process-pad .process-top-lst { float: left; width: 100%; margin-bottom: 70px;}
.strong-process-pad .process-btm-lst { float: left; width: 100%; margin-top: 40px;}

.strong-process-pad .process-top-lst ul { float: left; width: 100%;}
.strong-process-pad .process-top-lst ul li { float: left; width: 15%; margin-right: 2%;}
.strong-process-pad .process-top-lst ul li:last-child { margin-right: 0;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main { float: left; width: 100%; position: relative; padding: 10px; border-top: 5px solid #000000; border-bottom: 5px solid #000000; border-left: 2px solid #000000;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main::before { position: absolute; right: 0; content: ""; bottom: 0; background: #000000; width: 2px; height: 50%;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main::after { position: absolute; right: -5px; content: ""; top: 50%; background: #000000; width: 12px; height: 12px; border-radius: 25px;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main .pro-cnt-top { float: left; width: 100%; padding: 8px 10px; background: #FFFFFF; text-align: center; box-shadow: 0px 0px 5px #ccc;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main .pro-cnt-top h4 { float: left; width: 100%; text-transform: inherit; font-size: 14px; line-height: 20px; margin-bottom: 0;}
.strong-process-pad .process-top-lst ul li .pro-cnt-btm { float: left; width: 100%; position: relative; height: 130px; margin-top: 10px;}
.strong-process-pad .process-top-lst ul li .pro-cnt-btm .pro-cnt-lft { float: left; width: 50%;}
.strong-process-pad .process-top-lst ul li .pro-cnt-btm .pro-cnt-lft img { position: absolute; top: 0; left: 0;}
.strong-process-pad .process-top-lst ul li .pro-cnt-btm .pro-cnt-rgt { float: left; width: 50%;}
.strong-process-pad .process-top-lst ul li .pro-cnt-btm .pro-cnt-rgt img { position: absolute; bottom: 0; right: 0;}
.strong-process-pad .process-top-lst ul li:nth-child(2n+2) { transform: translateY(50px);}

.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-1 { border-top: 5px solid #bbe5c7; border-bottom: 5px solid #bbe5c7; border-left: 2px solid #bbe5c7;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-1::before { background: #bbe5c7; }
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-1::after { background: #bbe5c7; } 
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-2 { border-top: 5px solid #bc8b00; border-bottom: 5px solid #bc8b00; border-left: 2px solid #bc8b00;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-2::before { background: #bc8b00; }
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-2::after { background: #bc8b00; } 
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-3 { border-top: 5px solid #00b0f0; border-bottom: 5px solid #00b0f0; border-left: 2px solid #00b0f0;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-3::before { background: #00b0f0; }
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-3::after { background: #00b0f0; } 
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-4 { border-top: 5px solid #f1a64a; border-bottom: 5px solid #f1a64a; border-left: 2px solid #f1a64a;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-4::before { background: #f1a64a; }
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-4::after { background: #f1a64a; } 
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-5 { border-top: 5px solid #455560; border-bottom: 5px solid #455560; border-left: 2px solid #455560;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-5::before { background: #455560; }
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-5::after { background: #455560; } 
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-6 { border-top: 5px solid #7f7f7f; border-bottom: 5px solid #7f7f7f; border-left: 2px solid #7f7f7f;}
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-6::before { background: #7f7f7f; }
.strong-process-pad .process-top-lst ul li .pro-cnt-main.lst-bg-6::after { background: #7f7f7f; } 

.strong-process-pad .process-btm-lst ul { float: left; width: 100%;}
.strong-process-pad .process-btm-lst ul li { float: left; width: 22.75%; margin-right: 3%;}
.strong-process-pad .process-btm-lst ul li:last-child { margin-right: 0;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main { float: left; width: 100%; text-align: center; border-radius: 5px; overflow: hidden; background: #FFFFFF; padding: 10px 20px; height: 160px; position: relative;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main::before { position: absolute; content: ""; left: 0; top: 0; background-size: cover; width: 12px; height: 160px; background-size: cover; }
.strong-process-pad .process-btm-lst ul li .btm-cnt-main::after { position: absolute; content: ""; right: 0; top: 0; background-size: cover; width: 12px; height: 160px; background-size: cover;}
.strong-process-pad .process-top-lst ul li p { float: left; width: 100%; font-family: 'Graphik-Regular'; font-size: 18px; line-height: 24px;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main h2 { float: left; width: 100%; font-family: 'Graphik-Medium'; font-size: 18px; line-height: 24px; margin-bottom: 5px;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main p { float: left; width: 100%; font-family: 'Graphik-Regular'; font-size: 13px; line-height: 18px;}

.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-1 { background: #deebf7;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-1::before { background: url(../images/bg-1-lft.png) no-repeat top left; background-size: cover;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-1::after { background: url(../images/bg-1-rgt.png) no-repeat top left;background-size: cover;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-2 { background: #fff2cb;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-2::before { background: url(../images/bg-2-lft.png) no-repeat top left;background-size: cover; }
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-2::after { background: url(../images/bg-2-rgt.png) no-repeat top left;background-size: cover;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-3 { background: #ffdddd;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-3::before { background: url(../images/bg-3-lft.png) no-repeat top left;background-size: cover; }
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-3::after { background: url(../images/bg-3-rgt.png) no-repeat top left;background-size: cover;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-4 { background: #f2f2f2;}
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-4::before { background: url(../images/bg-4-lft.png) no-repeat top left;background-size: cover; }
.strong-process-pad .process-btm-lst ul li .btm-cnt-main.bg-4::after { background: url(../images/bg-4-rgt.png) no-repeat top left;background-size: cover;}


.shop-box .cab-slider .flex-direction-nav li {margin-bottom: 0;}
.shop-box ul li .cap-box-left.rgt-shop-box {margin-right: 0;}
.shop-box ul.flex-direction-nav{float: none; display: flex;}
.shop-box ul.slides li {margin-bottom: 0;}
.key-bg.wh {background: #fff;}
.cap-box-left.hse-slider {width: 100%;float: left;margin-right: 0;}

.satelite-sec a.read-more{color: #fff;text-transform: uppercase;font-size: 14px; font-family: 'Graphik-Medium';border: 1px solid #fff; 
padding: 8px 20px 8px 15px; position: relative;z-index: 1;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; display: inline-block; background: #ad650d; float: left; margin-top: 20px;}
.satelite-sec a.read-more:hover {color: #ad650d;border: 1px solid #ad650d;}
.satelite-sec a.read-more span { background:url(../images/view-arr-wh.png) no-repeat 0 2px; width:20px; height:15px; display:inline-block; float:right; animation: shake 1s linear infinite; -webkit-animation: shake 1s linear infinite; -moz-animation: shake 1s linear infinite; margin-left:10px;}
.satelite-sec a.read-more:hover { color:#fff; border:1px solid #333; background: #333;}
#bod7 .about-popup-pad {padding: 0;}
#bod7 .about-popup-pad iframe {width: 700px;height: 400px;}


.year-sec ul li.clr-1 .l-cnt h3 .counter{ color: #ad660e;}
.year-sec ul li.clr-1 .l-cnt h3 span { color: #ad660e;}
.year-sec ul li.clr-1 .l-cnt p{color: #9A5F16;}

.year-sec ul li.clr-2 .l-cnt h3 .counter{ color: #7030a0;}
.year-sec ul li.clr-2 .l-cnt h3 span{ color: #7030a0;}
.year-sec ul li.clr-2 .l-cnt p{color: #7030a0;}

.year-sec ul li.clr-3 .l-cnt h3 .counter, .year-sec ul li.clr-3 .l-cnt h3 span{ color:#4d7731;}
.year-sec ul li.clr-3 .l-cnt p{color: #4d7731;}

.year-sec ul li.clr-4 .l-cnt h3 .counter, .year-sec ul li.clr-4 .l-cnt h3 span{ color: #bb4343;}
.year-sec ul li.clr-4 .l-cnt p{color: #bb4343;}

.industry-l ul li.cl-1 { background: #9dc9ba;}
.industry-l ul li.cl-2 { background: #cfab7a;}
.industry-l ul li.cl-3 { background: #5f6062;}
.industry-l ul li.cl-3 p{color: #fff;}


.video-img .fancybox{width: 100%; float: left;}
/*.video-img .fancybox:after {position: absolute;content: ""; width: 50px; height: 37px; left: 0; right: 0; top: 50%;
transform: translateY(-50%); -webkit-transform: translateY(-50%); bottom: 0; margin: 0px auto; background:url(../images/youtube-icon.png) no-repeat 0 0;}*/
.location-r.m-top{ margin-top: 0; min-height: 351px;display: flex;align-items: center;justify-content: center;text-align: left;}
.overview-pad.our h2 {font-size: 36px;color: #393536; font-family: 'Graphik-Bold';line-height: 40px;margin-bottom: 25px;}

.star {color: #fff !important;margin-top: 25px;float: left;width: 100%;text-align: center;font-style: italic;}

.prod-capabilities.txt p{font-family: 'Graphik-Medium';}
.prod-capabilities.txt h1{margin-bottom: 10px;}
.web-lang.wp .sbHolder {width: 180px;margin-top: -7px;}

/*21-4-2022*/
.auto-list{width: 100%; float: left; padding: 50px 0;}
.auto-list ul li{width: 100%; float: left; margin-bottom: 50px; position: relative;}
.auto-list ul li .auto-img{ float: left; width: auto;}
.auto-list ul li .auto-img img{ width: 100%; float: left; }
.auto-list ul li .auto-cnt{float: right;width: 552px; border-bottom: 5px solid #ad660e;background: #fff;position: absolute;top: 35px;right: 0;padding: 25px; box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);}
.auto-list ul li .auto-cnt h3{float: left;width: 100%; font-family: 'Graphik-Bold';color: #040404;font-size: 28px;line-height: 36px;margin-bottom: 15px; transition: all .5s ease; display: flex;align-items: center;justify-content: left;}
.auto-list ul li .auto-cnt h3 span {color: #040404;font-size: 42px;line-height: 28px;padding: 0 0 0 20px;}
.auto-list ul li .auto-cnt p{float: left;width: 100%; font-family: 'Graphik-Regular';color: #130404;font-size: 16px;line-height: 24px;margin-bottom: 15px;}
.auto-list ul li .auto-cnt a{color: #fff;text-transform: uppercase;font-size: 14px; font-family: 'Graphik-Medium'; background: #9A5F16;border: 1px solid #9A5F16;padding: 6px 40px 6px 18px;display: inline-block;width: auto;position: relative;z-index: 1;} 
.auto-list ul li .auto-cnt a span {position: absolute;right: 16px;background: url(../images/white-arr.png) no-repeat 0 2px;width: 10px;height: 18px;display: inline-block;float: right;animation: shake 1s linear infinite;-webkit-animation: shake 1s linear infinite;-moz-animation: shake 1s linear infinite;-o-animation: shake 1s linear infinite;top: 7px;}
.auto-list ul li .auto-cnt a:after {position: absolute;display: block;content: "";background: #465761;left: 0;height: 100%;width: 0;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;top: 0;z-index: -1;}
.auto-list ul li .auto-cnt a:hover:after {width: 100%;}
.auto-list ul li .auto-cnt a:hover{border: 1px solid #465761;}
.auto-list ul li .auto-img.rgt {float: right;}
.auto-list ul li .auto-img.rgt {float: right;}
.auto-list ul li .auto-cnt.lft {right: auto;left: 0;}
.auto-list ul li:last-child{margin-bottom: 0;}
.auto-list ul li:hover .auto-cnt h3, .auto-list ul li:hover .auto-cnt h3 span{color: #ad660e;}
.auto-list ul li .auto-cnt.lft h3 span{padding: 0 20px 0 0;}
.user-segment {background: #465761;}
.user-segment h2{ color: #fff;}
.user-segment ul li{position: relative;border: 3px solid #fff;}
.overview-pad.new {padding: 0px;background: #ad650d;}
.m-b-50 {margin-bottom: 80px;}
.overview-pad.new h2{ color: #fff;}
.overview-pad.new p{color: #fff;}
.overview-pad.new .mission h2:after{background: #fff;}

.sub-menus{ width: 100%; float: left; background: #cfab7a;  z-index: 99; position: relative; text-align: center;}
.sub-menus ul li{width: auto; float: none; margin-right: 8px; display: inline-block;}
.sub-menus ul li a{ width: 100%; float: none; font-family: 'Graphik-Medium';transition: all .5s ease; color: #fff; font-size:14px; line-height: 27px; padding: 10px 10px;letter-spacing: 0.5px; display: inline-block;}
.sub-menus ul li:last-child{ margin-right: 0;}
.sub-menus ul li a:hover,.sub-menus ul li a.active{ background: #465761;}

.quality{width: 100%; float: left; position: relative;}
.quality .row{position: relative;}
.quality img{width: 100%; float: left;}
.quality-cnt{width: 500px;float: left;background: #fff;padding: 35px;position: absolute;right: 0;top: 50px;}
.quality-cnt h3{width: 100%; float: left ;  font-family: 'Graphik-Bold'; color: #040404;font-size: 24px;line-height: 32px;}
.quality-cnt h3 span{ color: #ad660e;}
.inner-banner.new{position: relative;}
.inner-banner h2 {position: absolute;top: 50%;text-align: center;width: 100%;color: #fff;  font-family: 'Graphik-Bold'; z-index: 99; font-size: 36px;line-height: 42px; transform: translateY(-50%);
-webkit-transform: translateY(-50%);}
.inner-banner.new:after{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4);}
.product-banner.no-padd.new {padding-top: 0;margin-top: 0;}
.overview-pad.p-t-0{padding-top: 30px;}
.overview-pad.p-b-0 {padding-bottom: 0;}
.globally{width: 100%; float: left; margin-top: 30px; background: #f6f6f6;padding: 40px 0 0 0; overflow-x: auto; text-align: center;}
.g-map{width: 100%; max-width: 1000px; float: none; display: inline-block; position: relative;}
.globally h2{width: 100%;float: left;margin-bottom: 30px; font-family: 'Graphik-Bold';font-size: 32px;line-height: 36px;text-align: center;}
.globally img{width: 100%; float: left;}
.gf-right {width: 100%;float: left;}
.global-map{width: 100%; float: left; position: relative; overflow-x: auto;}
.gf-right ul.map-lk{width: 100%; float: left;}
.gf-right ul.map-lk li.canada{cursor: pointer;position: absolute;left: 26%;top: 22%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.north-america{cursor: pointer;position: absolute;left: 30%;top: 30%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.australia{cursor: pointer;position: absolute;left: 76%;top: 73%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.sweden{cursor: pointer;position: absolute;left: 50%;top: 15%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.germany{cursor: pointer;position: absolute;left: 47%;top: 18%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.france{cursor: pointer;position: absolute;left: 47%;top: 24%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.spain{cursor: pointer;position: absolute;left: 47%;top: 29%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.italy{cursor: pointer;position: absolute;left: 50%;top: 26%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.chennai{cursor: pointer;position: absolute;left: 64%;top: 46%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.covi{cursor: pointer;position: absolute;left: 64%;top: 40%;width: 42px;height: 42px;}
.gf-right ul.map-lk li.cr-logo{position: absolute;left: 62%;top: 60%;width: 100px;height: 40px;}
.gf-right ul.map-lk li .img-div img{transition: all .5s ease;}

.lst{width: 100%; float: left; padding: 0 300px; margin-top: 30px;}
.lst ul li{width: 100%; float: left;}
.lst ul li{width: 48%; float: left;font-size: 16px; color: #444444;font-family: 'Graphik-Medium'; margin-bottom: 8px; padding-left: 22px; line-height:22px; position: relative; text-align: left; margin-right: 4%;}
.lst ul li:after{position: absolute; content: ""; left: 0; top: 10px; width: 5px; height: 5px; background: #444444; border-radius: 100%;}
.lst ul li:nth-child(2n+2){margin-right: 0;}

.overview-pad.our.new-bg {background: #465761;padding: 40px 0;}
.overview-pad.our.new-bg h2{color: #fff;}
.overview-pad.our.new-bg .capabilities {padding-top: 0;}
.overview-pad.our.new-slider{padding: 40px 0;}
.overview-pad.our.new-slider .capabilities #slider{margin-top: 0;}

.tech-sec{ width: 100%; float: left; background: #e7e7e7; padding: 50px 0;}
.tech-lst{width: 100%; float: left;}
.tech-lst h2 {font-size: 36px;color: #393536; font-family: 'Graphik-Bold';line-height: 40px;margin-bottom: 20px; text-align: center;}
.tech-lst ul li{width: 31%; float: left; margin: 0 2% 20px 0;}
.tech-lst ul li:nth-child(3n+3){margin-right: 0;}
.tech-lst ul li .tech-img{width: 100%; float: left;}
.tech-lst ul li .tech-img img{width: 100%; float: left;}
.tech-lst ul li h3{width: 100%; float: left; padding: 20px 0; font-family: 'Graphik-Bold';font-size: 24px;line-height: 28px;text-align: center;}


.auto-list ul li .auto-cnt ul li{width: 48%; float: left; margin-right: 4%;margin-bottom: 10px; font-family: 'Graphik-Regular';
color: #130404; font-size: 16px; line-height: 26px; padding-left: 25px;}
.auto-list ul li .auto-cnt ul li:after{position: absolute; content: ""; left: 52px; top: -60px; width: 10px; height: 10px; background: #000000; border-radius: 50px;}
.auto-list ul li .auto-cnt ul li:nth-child(2n+2){margin-right: 0;}
.road-map{width: 100%; float: left;}
.road-map h2{font-size: 36px;color: #393536; font-family: 'Graphik-Bold';line-height: 40px;margin-bottom: 35px; text-align: center;}
.road{width: 100%; float: left; position: relative;}
.road:after {content: ""; background: url(../images/road-map-img.png) no-repeat; left: 30px;top: -60px;position: absolute;background-size: 100%;
width: 97%;height: 355px;z-index: -1;}
.road img{width: 100%; float: left;}

/*._hero__headline-wrapper {
  padding-top: calc(7 / 16 * 100% - 5.875rem);
}*/
._hero__headline {
  text-align: right;
  width: 50%;
}
._hero__headline-link, ._hero__headline-text {
  padding: 1.875rem 2.5rem 1.875rem 1.5rem;
}
._hero__info-wrapper {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-left: auto;
  margin-top: -7.875rem;
  padding: 4rem 1.25rem 4rem 5rem;
  width: calc(50% + 100px);
}
._hero__text {
  align-items: center;
  display: flex;
}
._hero__text p {
  font-size: 28px;
  line-height: 36px; font-family: 'Graphik-Bold';
  padding: 0;
}
._hero__text {
  max-width: calc(80rem / 2);
}
._p-darkbg ._p-typo-leading-big {
  color: #000;
}
._p-darkbg ._p-typo-leading-big span {color:#ad660e}

._hero__info-wrapper {
  display: block;
  background-color: #ffffff;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  padding: 1.25rem;
  position: relative;
  width: 100%; box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%); z-index: 99;
}
._hero__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
._hero__info-wrapper {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-left: auto;
  margin-top: -12.7rem;
  padding: 3rem 3rem;
  width: calc(50% + 100px);
}
._hero__headline-wrapper {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: 0;
  left: 0;
  /*padding-top: calc(7 / 16 * 100% + 1.25rem);*/
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
/*._hero__headline-wrapper {
  padding-top: calc(7 / 16 * 100% - 5.875rem);
}*/
._hero__headline {
  max-width: calc(100% - 21.25rem);
  pointer-events: all;
  text-align: right;
  width: 100%; z-index: 99;
}
._hero__headline-link, ._hero__headline-text {
  padding: 1.875rem 2.5rem 1.875rem 1.5rem;
}
._hero__headline {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  text-align: left;
}
._hero__headline-wrapper h1{color: #fff; padding: 1.875rem 2.5rem 1.875rem 1.5rem;
background: #5f6062; }
/*._hero__headline-link, ._hero__headline-text {
  padding: 1.875rem 2.5rem 1.875rem 1.5rem;
}*/

._hero__headline {
  text-align: right;
  width: 50%;
}
._hero__headline-wrapper {
  align-items: flex-end;
  bottom: 180px;
  display: flex;
  height: 0;
  left: 0;
  /*padding-top: calc(7 / 16 * 100% + 1.25rem);*/
  pointer-events: none;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 3;
}
/*tab*/
.nuestras-sec{float: left;width: 100%; background: #f6f6f6; padding: 50px 0;}
.home-tab {float: left;width: 100%; }
.home-tab .home-tab-list {float: left;width: 100%;display: inline-block;}
.home-tab .home-tab-list ul {float: left;width: 100%;border-bottom: 1px solid #989898;display: flex; margin-bottom: 25px;}
.home-tab .home-tab-list ul li {float: none;width: auto;margin-right:20px;display: inline-block;}
 .home-tab .home-tab-list ul li.active a,.home-tab .home-tab-list ul li a:hover { color: #ffffff;background: #ad650d;}
.home-tab .home-tab-list ul li:last-child {margin-right: 0;}
.home-tab .home-tab-list ul li a {float: left;width: auto; font-family: 'Graphik-Medium'; padding: 15px 40px;font-size: 18px;color: #fff; letter-spacing: 1px;
position: relative;transition: all .5s ease; background: #465761; border-top-left-radius: 5px; border-top-right-radius: 5px; }
/*.home-news-lst ul {float: left;width: 100%;margin-bottom: 20px;}
.home-news-lst ul li {float: left;width: 23.5%; margin-right: 2%;position: relative;}
.home-news-lst ul li .g-img{ float: left;width: 100%;}
.home-news-lst ul li .g-img img{ float: left;width: 100%;}
.home-news-lst ul li:last-child{margin-right: 0;}*/
.home-content .home-tab-cnt {float: left;width: 100%;display: none;}
.home-content .home-tab-cnt.show {display: block;}

/*gallery*/
.gallery-list { float:left; width:100%;}
.gallery-list ul li { float:left; background-image:none; padding:0;width:32%; margin:0 2% 15px 0; overflow:hidden; position:relative;border: 5px solid #e8e8e8; }
.gallery-list ul li img { float:left; width:100%; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
.gallery-list ul li:nth-child(3n) { margin-right:0;}
.gallery-list ul li:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -o-transform:scale(1.05);}
.gallery-list ul li:hover .hov-ico { opacity:1;}
.gallery-list ul li:hover .hov-ico img {transform:none; width: auto;}
.hov-ico { position: absolute; display: flex; background: rgba(0,0,0,0.6); width: 100%; height: 100%; left: 0; top: 0; bottom: 0; right: 0; margin: auto; text-align: center; justify-content: center; align-items: center; opacity:0;}

#yt-gallery-ul .rifle-img-pad{position:relative; float: left; width: 100%;}
#yt-gallery-ul .rifle-img-pad img{width: 100%; float: left;}
#yt-gallery-ul .rifle-img-pad .img-pad-bg{position:absolute;background:rgba(0, 0, 0, 0.5);width:100%;height:100%;overflow:hidden;text-align:center;display:flex;align-items:center;justify-content:center; left: 0; top: 0;}
#yt-gallery-ul .rifle-img-pad .img-pad-bg img{width:50px;}
.video-lst ul li{float:left;width:32%;margin:0 2% 15px 0;border: 5px solid #e8e8e8;}
.video-lst ul li .img-section img{float:left;width:100%;-webkit-box-shadow:1px 1px 5px 0px rgba(171, 166, 171, 1);-moz-box-shadow:1px 1px 5px 0px rgba(171, 166, 171, 1);box-shadow:1px 1px 5px 0px rgba(171, 166, 171, 1);}
.video-lst ul li:nth-child(3n){margin-right:0;}
.video-lst ul li .img-section{float:left;width:100%;position:relative;}
.video-lst ul li .img-section span{position:absolute;top:15px;right:15px;background:#FFF;border-radius:50px;width:40px;height:40px;text-align:center;vertical-align:middle;display:inline-block;font-size:26px;color:#000;font-family: 'Graphik-Regular';padding:10px;0;}
.auto-list.p-t-0 {padding-top: 0;}

#high {width: 100%;float: left; position: relative;}
#high .item {width: 100%;float: left;}
#high .item img{width: 100%; float: left;}
#low {width: 100%;float: left; position: relative;}
#low .item {width: 100%;float: left;}
#low .item img{width: 100%; float: left;}
#gravity {width: 100%;float: left; position: relative;}
#gravity .item {width: 100%;float: left;}
#gravity .item img{width: 100%; float: left;}

.high-list{width: 100%; float: left;}
.high-list ul li{width: 100%; float: left; background: #465761; margin-bottom: 40px; /*display: flex;*/}
.high-list ul li:last-child{margin-bottom: 0;}
.high-list ul li .high-img{width: 50%; float: left;}
.high-list ul li .high-img img{width: 100%; float: left;}
.high-list ul li .high-cnt{width: 50%; float: right; padding: 25px 35px;
/*box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%); background: #465761;*/}
.high-list ul li .high-cnt h3 {float: left;width: 100%;font-family: 'Graphik-Bold';color: #fff;font-size: 32px;line-height: 36px;margin-bottom: 10px;transition: all .5s ease;}
.high-list ul li .high-cnt ul li {width: 100%;float: left;margin-bottom: 10px;font-family: 'Graphik-Regular';color: #fff;font-size: 16px;line-height: 26px;padding-left: 25px; position: relative; background: none;}
.high-list ul li .high-cnt ul li:after {position: absolute;content: "";left: 0;top: 7px;width: 10px;
height: 10px;background: #fff;border-radius: 50px; display: block;}
.high-list ul li .high-cnt ul li:nth-child(2n+2) {margin-right: 0;}
.high-list .owl-controls{margin-top: 0;}
.high-list .owl-dots {display: block; text-align: center; margin-top: 0px; position: absolute; left: 0;right: 0;margin: 0px auto;bottom: 10px;}
.high-list .owl-dots .owl-dot {position: relative;margin: 0px 5px;width: 10px;height: 8px;border-radius: 2.5px;display: inline-block;border-radius: 4px;transition: all 300ms ease;
-webkit-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;-moz-transition: all 300ms ease;}
.high-list .owl-dots .owl-dot:hover, #testimonial .owl-dots .owl-dot.active {width: 18px;}
.high-list .owl-dots .owl-dot {background: #fff;}
.high-list .owl-dots .owl-dot:hover, #testimonial .owl-dots .owl-dot.active {background-color:#ad660e;}
.high-list ul li .high-cnt.lft {float: left;}
.high-list ul li .high-img.rgt {float: right;}
.m-b-30 {margin-bottom: 50px;}
.user-segment.usr-lst ul li {width: 32%;}
.user-segment.usr-lst ul li:nth-child(4n) {margin-right: 2%;}
.user-segment.usr-lst ul li:nth-child(3n+3) {margin-right: 0;}
.high-list ul li .high-cnt p {float: left;width: 100%;font-family: 'Graphik-Regular';color: #fff;font-size: 16px;line-height: 26px;margin-bottom: 10px;}
.high-list ul li .high-cnt ul.list{width: 100%; float: left; margin-bottom: 8px;}
.high-list ul li .high-cnt ul.list li{width: 49%; float: left; margin-right: 2%; background: transparent;}
.high-list ul li .high-cnt ul.list li:nth-child(2n+2){margin-right: 0;}
.high-list ul li .high-cnt a{color: #fff;text-transform: uppercase;font-size: 14px; font-family: 'Graphik-Medium'; background: #9A5F16;border: 1px solid #9A5F16;padding: 6px 40px 6px 18px;display: inline-block;width: auto;position: relative;z-index: 1;} 
.high-list ul li .high-cnt a span {position: absolute;right: 16px;background: url(../images/white-arr.png) no-repeat 0 2px;width: 10px;height: 18px;display: inline-block;float: right;animation: shake 1s linear infinite;-webkit-animation: shake 1s linear infinite;-moz-animation: shake 1s linear infinite;-o-animation: shake 1s linear infinite;top: 7px;}
.high-list ul li .high-cnt a:after {position: absolute;display: block;content: "";background: #465761;left: 0;height: 100%;width: 0;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;top: 0;z-index: -1;}
.high-list ul li .high-cnt a:hover:after {width: 100%;}
.high-list ul li .high-cnt a:hover{border: 1px solid #465761;}

.high-list.st-bg{background: url(../images/sustainability-backround.webp) no-repeat 0 0; background-size: cover; position: relative; padding: 40px 0; margin-bottom: 30px;}
.high-list.st-bg ul li{background: transparent; z-index: 99; position: relative;}
.high-list.st-bg ul li .high-cnt{ height: 550px; display: flex; align-items: center; text-align: center; justify-content: center;}
.high-list.st-bg:after{position: absolute; content: ""; left: 0; top: 0; background: rgba(0, 0, 0, 70%); width: 100%; height: 100%;}
.high-list.cap-bg{width: 100%; float: left;}
.high-list.cap-bg ul li{background: transparent;}
.high-list.st-bg ul li .high-cnt h3{color: #fff; margin-bottom: 20px;}
.high-list.st-bg ul li .high-cnt p{color: #fff;margin-bottom: 20px;}
.high-list.st-bg ul li .high-img.rgt{float: right;}
.high-list.st-bg ul li .high-cnt.lft{float: left;}

.share-info{width: 100%; float: left; margin-bottom: 30px;}
.share-bg{width: 100%; float: left; background: #44555f; padding: 40px 30px; position: relative;}
.share-icon{width: 180px; float: left; margin-right: 30px; position: absolute; top: 0;}
.share-cnt{ width: calc(100% - 210px); float: right;}
.share-info h3{float: left;width: 100%;font-family: 'Graphik-Bold';color: #fff;font-size: 36px;line-height: 36px;margin-bottom: 20px;transition: all .5s ease;}
.share-info p{float: left;width: 100%;font-family: 'Graphik-Regular';color: #fff;font-size: 18px;line-height: 28px;margin-bottom: 20px;}
.share-info a{color: #fff;text-transform: uppercase;font-size: 14px; font-family: 'Graphik-Medium'; background: #9A5F16;border: 1px solid #9A5F16;padding: 6px 40px 6px 18px;display: inline-block;width: auto;position: relative;z-index: 1;} 
.share-info a span {position: absolute;right: 16px;background: url(../images/white-arr.png) no-repeat 0 2px;width: 10px;height: 18px;display: inline-block;float: right;animation: shake 1s linear infinite;-webkit-animation: shake 1s linear infinite;-moz-animation: shake 1s linear infinite;-o-animation: shake 1s linear infinite;top: 7px;}
.share-info a:after {position: absolute;display: block;content: "";background: #ff9f26;left: 0;height: 100%;width: 0;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;top: 0;z-index: -1;}
.share-info a:hover:after {width: 100%;}
.share-info a:hover{border: 1px solid #ff9f26;}

.new-product-lst{width: 100%; float: left; background: #e6f1ed; border: 1px solid #ddd;}
.new-product-lst h2{width: 100%; float: left; font-family: 'Graphik-Bold';color: #000;font-size: 24px;line-height: 28px;margin-bottom: 20px;transition: all .5s ease;}
.p-lft{width: 50% ; float: left; border-right: 1px solid #ddd;}
.p-rgt{width: 50% ; float: right;}
.new-product-lst .p-rgt ul li{width: 50%; float: left; margin: 0; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.new-product-lst .p-rgt ul li:nth-child(2n+2){margin-right: 0;}
.new-product-lst h2 {width: 100%;float: left;padding: 20px 0;}
.new-product-lst .p-rgt ul li img{width: 100%; float: left;}

.capabilities.new-slider #slider{border: none;}

.capabilities.new-slider #slider .flex-direction-nav li a.flex-prev {
  left: 2.2%;
  background-position: 0 0;
}
.capabilities.new-slider #slider .flex-direction-nav li a.flex-next {
  left: auto; right: 2.2%;
  background-position: -36px 0;
}
.capabilities.new-slider #slider .flex-direction-nav a{margin: 0px;}


.key-prod{width: 100%; float: left; padding:0 0 40px 0;}
.key-prod ul li{width: 48%; float: left; margin:0 4% 40px 0; border-bottom: 4px solid #ad650d; padding-bottom: 30px; box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%); padding: 20px;}
.key-prod ul li:nth-child(2n+2){margin-right: 0;}
.key-prod ul li .new-prod-img{width: 100%; float: left; margin-bottom: 30px;}
.key-prod ul li .new-prod-img img{width: auto; float: left;}
.key-prod ul li .new-prod-cnt{width: 100%; float: left; min-height: 130px;}
.key-prod ul li .new-prod-cnt h3{float: left;width: 100%;font-family: 'Graphik-Bold';color: #000;font-size: 24px;line-height: 28px;margin-bottom: 15px;transition: all .5s ease;}
.key-prod ul li .new-prod-cnt p{float: left;width: 100%;font-family: 'Graphik-Regular';color: #000;font-size: 16px;line-height: 24px;}
.key-prod ul li:hover .new-prod-cnt h3{color: #ad650d;}
.high-img.p-r-20 {padding-right: 20px;}
.capabilities.new-slider {padding: 0;}
.high-list.cap-bg ul li .high-cnt{ height: 400px; display: flex;align-items: center;justify-content: center;text-align: center;}
.high-list.cap-bg ul li .high-cnt h3, .high-list.cap-bg ul li .high-cnt p{margin-bottom: 20px;}

/*varsha*/
.founder {float: left; width: 100%; padding-top: 50px; }
.high-list.founder {width: 100%; float: left;}
.high-list.founder .high-img {padding: 30px;}
.high-list.founder .high-img img {width: auto; float: none; padding-bottom: 20px;}
.high-list.founder .high-img { text-align: center;  background: #455560;}
.high-list.founder h6{width: 100%;float: left;color: #fff;font-family: 'Graphik-Semibold';font-size: 20px;line-height: 25px; padding-bottom: 5px;}
.high-list.founder h5{width: 100%;float: left;color: #fff;font-family: 'Graphik-Medium';font-size: 17px;line-height: 25px;}

.sustain-management {float: left; width: 100%; padding-bottom: 50px;}
.sustain-lft {float: left; width: 50%; margin-right: 3%;}
.sustain-rht {float: left; float: left; width: 47%;text-align: center;}
.sustain-rht img {width: auto;}
.sustain-lft h3 {float: left;width: 100%;font-family: 'Graphik-Bold';color: #000;font-size: 32px;line-height: 40px;margin-bottom: 10px;transition: all .5s ease;}
.sustain-lft p { float: left; width: 100%; font-family: 'Graphik-Regular'; color: #130404; font-size: 16px; line-height: 24px; margin-bottom: 10px;}

.sustain-lft a{color: #fff;text-transform: uppercase;font-size: 14px; font-family: 'Graphik-Medium'; background: #ad660e;border: 1px solid #ad660e;padding: 6px 40px 6px 18px;display: inline-block;width: auto;position: relative;z-index: 1; margin-top: 15px;} 
.sustain-lft a span {position: absolute;right: 16px;background: url(../images/white-arr.png) no-repeat 0 2px;width: 10px;height: 18px;display: inline-block;float: right;animation: shake 1s linear infinite;-webkit-animation: shake 1s linear infinite;-moz-animation: shake 1s linear infinite;-o-animation: shake 1s linear infinite;top: 7px;}
.sustain-lft a:after {position: absolute;display: block;content: "";background: #465761;left: 0;height: 100%;width: 0;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;top: 0;z-index: -1;}
.sustain-lft a:hover:after {width: 100%;}
.sustain-lft a:hover{border: 1px solid #465761;}

.global-goals {float: left; width: 100%; padding: 50px 0; background: #edeff1;}
.global-goals-lft {float: left;width: 50%;margin-right: 3%;}
ul.logo-lst {float: left; width: 100%;display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;
-webkit-align-items: center;}
ul.logo-lst li{float: left; width: 18.4%; margin-right: 2%;margin-bottom: 13px;}
ul.logo-lst li:nth-child(1){width: 59%;}
ul.logo-lst li img{float: left; width: 100%;}
ul.logo-lst li:nth-child(3n-3){margin-right: 0;}

.global-goals-rht {float: left;width: 47%;}
.global-goals-rht h4 {float: left;width: 100%;font-family: 'Graphik-Bold';color: #000;font-size: 32px;line-height: 40px;margin-bottom: 20px;transition: all .5s ease;}
.global-goals-rht p { float: left; width: 100%; font-family: 'Graphik-Regular'; color: #130404; font-size: 16px; line-height: 24px; margin-bottom: 10px;}

ul.fr-lst {float: left; width: 100%;}
ul.fr-lst li {float: left; width: 18.4%; margin-right: 2%;margin-bottom: 13px;}
ul.fr-lst li:nth-child(5n-5){margin-right: 0;}
ul.fr-lst li img{float: left; width: 100%;}

.year-sec.sustain-dev {background: none; padding: 50px 0;}
.year-sec.sustain-dev ul li .l-cnt p {font-family: 'Graphik-Regular';color: #130404;font-size: 24px;line-height: 32px;margin-bottom: 10px;}
.year-sec.sustain-dev ul li { border-right: 0;}
.year-sec.sustain-dev ul li .l-cnt h3 .counter,.year-sec.sustain-dev ul li .l-cnt h3 span, .year-sec.sustain-dev ul li.clr-3 .l-cnt h3 .counter, .year-sec.sustain-dev ul li.clr-3 .l-cnt h3 span{color: #000; font-size: 60px;font-family: 'Graphik-Semibold';line-height: 70px;}

.envi-pol {width: 100%; float: left; display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;}
.envi-pol .location-r.m-top {min-height: auto; width: 48%;}
.envi-pol .location-l { float: left; width: 50%; margin-right: 2%;}

.corporate-social {float: left; width: 100%; padding-bottom: 50px;}
.corporate-lft {width: 50%; float: left; margin-right: 3%;}
.corporate-rht {width: 47%; float: left;}

.corporate-lft h5{float: left;width: 100%;font-family: 'Graphik-Bold';color: #000;font-size: 36px;line-height: 50px;margin-bottom: 20px;transition: all .5s ease;}
.corporate-lft h5 span{color: #ad660e;}
.corp-top ul li {width: 49%; margin-right: 2%; float: left; border-radius: 30px; margin-bottom: 13px; overflow: hidden;}
.corp-top ul li:nth-child(2n-2) { margin-right: 0; }
.corp-top ul li img{width: 100%; float: left; border-radius: 30px;border: 1px solid #333;transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.corp-top ul li img:hover{ transform: scale(1.1);}

.corp-btm ul li {width: 29.5%; margin-right: 2%; float: left; border-radius: 30px; margin-bottom: 15px; overflow: hidden;}
.corp-btm ul li:nth-child(2) { width: 68.5%; margin-right: 0; }
.corp-btm ul li img{width: 100%; float: left; border-radius: 30px;border: 1px solid #333; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.corp-btm ul li img:hover{ transform: scale(1.1);}

.corporate-lft a{color: #fff;text-transform: uppercase;font-size: 14px; font-family: 'Graphik-Medium'; background: #ad660e;border: 1px solid #ad660e;padding: 6px 40px 6px 18px;display: inline-block;width: auto;position: relative;z-index: 1; margin-top: 15px;} 
.corporate-lft a span {position: absolute;right: 16px;background: url(../images/white-arr.png) no-repeat 0 2px;width: 10px;height: 18px;display: inline-block;float: right;animation: shake 1s linear infinite;-webkit-animation: shake 1s linear infinite;-moz-animation: shake 1s linear infinite;-o-animation: shake 1s linear infinite;top: 7px;}
.corporate-lft a:after {position: absolute;display: block;content: "";background: #465761;left: 0;height: 100%;width: 0;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;top: 0;z-index: -1;}
.corporate-lft a:hover:after {width: 100%;}
.corporate-lft a:hover{border: 1px solid #465761;}
.corporat-cont {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;}

.sustain-report {float: left; width: 100%; padding-bottom: 50px;}
.sustain-report-lft {width: 50%;float: left; }
.sustain-report-lft a {float: left; text-align: center; color: #fff; font-family: 'Graphik-Medium'; padding: 40px 90px 40px 30px;font-size: 30px; line-height: 35px; background: url(../images/download-btn.png) no-repeat 95% center;transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.sustain-report-lft a:hover {color: #d38958;}
.sustain-report-rht {width: 50%; float: left; padding: 50px 30px; background: #9dc9ba;}
.sustain-report-rht p { font-size: 21px; line-height: 30px;}
.sustain-report-cont {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;background: #5f6062; }


.overview-pad p{font-family: 'Graphik-Regular';}
.overview-pad p span {font-family: 'Graphik-Medium';}

.our-key-stat {float: left; width: 100%; padding: 0 0 30px 0;}
.our-key-stat ul {float: left; width: 100%;}
.our-key-stat ul{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;-webkit-column-gap: 20px;-moz-column-gap: 20px;column-gap: 20px;padding-right: 20px;}
/*.our-key-stat ul li{transform:none!important;}*/
.our-key-stat ul li h4{font-size: 19px;font-family: 'Graphik-Medium';line-height: 26px;float: left;text-align: left;width: 100%;background: #ed7d31;
color: #ffffff;display: flex;-webkit-box-align: center;align-items: center;height: 80px;padding-left: 60px;position: relative;-ms-flex-align: center; margin-bottom: 0; z-index: 99;}
.our-key-stat ul li h4::before { content: '';width: 0;height: 0;border-top: 40px solid transparent;border-bottom: 40px solid transparent;position: absolute;
border-left: 40px solid #ffffff;left: 0;top: 0;}
.our-key-stat ul li h4::after {border-left: 40px solid #ed7d31; top: 0; left: 100%; content: '';width: 0;height: 0;border-top: 40px solid transparent;
border-bottom: 40px solid transparent;position: absolute; z-index: 9999;}


.ks-points { float: left;  background: #f8dbd1; padding: 15px; min-height: 370px;}
.ks-points p{font-size: 14px;color: #444444;font-family: 'Graphik-Regular';line-height: 20px;padding-bottom: 14px;}

.our-key-stat ul li:nth-child(2) h4 { background: #a5a5a5;}
.our-key-stat ul li:nth-child(2) h4::after { border-left-color: #a5a5a5;}
.our-key-stat ul li:nth-child(2) .ks-points { background: #e4e4e4;}

.our-key-stat ul li:nth-child(3) h4 { background: #ffc000;}
.our-key-stat ul li:nth-child(3) h4::after { border-left-color: #ffc000;}
.our-key-stat ul li:nth-child(3) .ks-points { background: #ffead0;}

.our-key-stat ul li:nth-child(4) h4 { background: #5b9bd5;}
.our-key-stat ul li:nth-child(4) h4::after { border-left-color: #5b9bd5;}
.our-key-stat ul li:nth-child(4) .ks-points { background: #d6e1f0;}

.our-key-stat ul li:nth-child(5) h4 { background: #70ad47;}
.our-key-stat ul li:nth-child(5) h4::after { border-left-color: #70ad47;}
.our-key-stat ul li:nth-child(5) .ks-points { background: #d9e5d3;}

.human-resource { float:left; width:100%; background:url(../images/our-product-segment-ban.jpg) no-repeat 0 0; min-height: 340px; background-position: center bottom; position:relative; background-size:cover; padding:70px 0; text-align: center; }
.human-resource:after { position:absolute; display:block; content:""; left:0; top:0; width:100%; height:100%; background: rgba(0,0,0,0.8);}
.hr-cont {position: absolute; width: 100%; float: left; text-align: center;z-index: 9;}
.hr-cont h2{font-size: 32px;color: #fff;font-family: 'Graphik-Medium';line-height: 45px;padding-bottom: 5px;}
.hr-cont p{font-size: 18px;line-height: 24px;color:#fff; padding-bottom: 5px;}

.hr-btn a{color: #333; text-align: center; text-transform: uppercase;font-size: 17px; font-family: 'Graphik-Medium'; background: #fff;padding: 20px 70px 20px 28px;display: inline-block;width: auto;position: relative;z-index: 1; margin-top: 15px;} 
.hr-btn a span {position: absolute;right: 16px;background: url(../images/white-arr.png) no-repeat 0 2px;width: 10px;height: 18px;display: inline-block;float: right;animation: shake 1s linear infinite;-webkit-animation: shake 1s linear infinite;-moz-animation: shake 1s linear infinite;-o-animation: shake 1s linear infinite;top: 7px;}
.hr-btn a:after {position: absolute;display: block;content: "";background: #465761;left: 0;height: 100%;width: 0;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;top: 0;z-index: -1;}
.hr-btn a:hover:after {width: 100%;}
.hr-btn a:hover{color: #fff;}
.hr-btn a:before {position: absolute;display: block;content: "";background: url(../images/download-btn.png) no-repeat 0 0;width: 27px;height: 30px;
right: 18px;top: 14px;background-size: 100%;}
.hr-btn a:hover:before {background: url(../images/download-btn-hvr.png) no-repeat 0 0;height: 30px;right: 18px;background-size: 100%;}


.is-animated .ani-r-one { z-index: 5; }
.is-animated .ani-r-two { z-index: 4; }
.is-animated .ani-r-tre { z-index: 3; }
.is-animated .ani-r-fr { z-index: 2; }
.is-animated .ani-r-fiv { z-index: 1; }


.life-container {max-width: 1200px;margin: 0 auto; overflow: hidden; padding-top: 40px;}
.life-cycle {padding: 40px 0;max-width: 900px;margin: 80px auto;position: relative;}
.life-cycle .circle-imgs {display: block; width: 420px; height: 420px; background: url(../images/life-cycle.png) no-repeat; background-size: contain !important;
  background-repeat: no-repeat; margin: 0 auto;}
.life-cycle .cycle-main { position: absolute; font-size: 18px; line-height: 20px; text-align: left; color: #61707a; }
.life-cycle .cycle-main::before {border: 0;border-radius: 0; background-color: transparent;  left: initial;}

.life-cycle .cycle-tooltip {height: 60px;  width: 200px;  position: absolute;  font-size: 16px;  border-radius: 0;  padding-left: 10px;  min-height: initial; margin: 0; font-size: 18px; 
line-height: 20px; text-align: center; font-weight: 500; display: -webkit-inline-box;  display: -ms-inline-flexbox;
display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center;  -ms-flex-pack: center; justify-content: center; padding: 0 10px;}
.life-cycle .cycle-tooltip::after {content: ''; position: absolute;width: initial; height: initial;background-color: transparent; left: initial; top: initial;}
.life-cycle .cycle-tooltip::before { content: ''; position: absolute; width: 0; height: 0; border-top: 12px solid transparent;border-bottom: 12px solid transparent;
  display: inline-block; border-radius: 0; left: initial; background: transparent !important; background-image: none;}

.life-cycle #cm1 { top: -60px; left: 442px; padding-right: 95px;  width: 320px;  padding-left: 50px;}
.life-cycle #cm1::before, .life-cycle #cm1::after { content: ''; display: inline-block;}
.life-cycle #cm1::after {position: absolute; width: 26px; height: 26px;/*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxOTY1YTM7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJib3hlcyI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjYsMTBWMjZIMTBsNS01TDAsMCwyMSwxNVoiLz48L2c+PC9zdmc+);*/ background:url(../images/arw1.png) no-repeat;background:url(../images/arw2.png) no-repeat;
top: 50px;left: 0;}
.life-cycle #cm1::before { position: absolute;width: 70px;height: 70px;left: -15px; top: -15px; background: url(../images/production.png) no-repeat;}

.life-cycle #ct1 {right: 40px; top: 40px; background: #cfab7a; color: #ffffff;}
.life-cycle #ct1::before { border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-right: 27px solid #cfab7a;  left: -13px;
  bottom: -10px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); transform: rotate(-45deg);}

.life-cycle #ct2 { right: 0;  top: 220px; color: #ffffff; background: #d6b78d;}
.life-cycle #ct2::before {right: 100%; top: 50%; margin-top: -12px; border-right: 14px solid #d6b78d;}
.life-cycle #cm2::before {
  width: 70px;
  height: 70px;
  background: url(../images/eol.png) no-repeat;}
.life-cycle #ct3 {right: 80px;bottom: 0; color: #ffffff; background: #dfc39d;}
.life-cycle #ct3::before {border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-right: 27px solid #dfc39d;  left: -12px;
  top: -9px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.life-cycle #ct4 {left: 80px;bottom: 0; color: #FFF; background: #61707a;}
.life-cycle #ct4::before { border-top: 11px solid transparent; border-bottom: 11px solid transparent;  border-right: 27px solid #61707a;  right: -12px;
  top: -9px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg);  transform: rotate(135deg);}

.life-cycle #ct5 {left: 0;top: 220px; color: #FFF; background: #76828b;}
.life-cycle #ct5::before {left: 100%; top: 50%; margin-top: -12px; border-left: 14px solid #76828b;}

.life-cycle #cm2 {left: 50px; top: 135px; padding-right: 115px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: initial; height: initial;}
.life-cycle #cm2::before {width: 70px; height: 70px;right: 26px;content: '';display: inline-block;position: absolute;top: -18px;}
.life-cycle #cm2::after {width: 26px;height: 26px; /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxOTY1YTM7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJib3hlcyI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjYsMjYsNSwxMSwwLDE2VjBIMTZMMTEsNVoiLz48L2c+PC9zdmc+);*/ background:url(../images/arw1.png) no-repeat;right: 0;}
.life-cycle #cm2::before, .life-cycle #cm2::after {content: '';display: inline-block; position: absolute;}

.life-cycle #ct6 {top: 0;left: 80px; color: #FFF; background: #8b959a;}
.life-cycle #ct6::before {border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-right: 27px solid #8b959a;  right: -11px;
bottom: -9px; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg);  transform: rotate(-135deg);}

.road-map ul {display: grid; grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr; -webkit-column-gap: 10px; -moz-column-gap: 10px;
  column-gap: 10px; padding-right: 0;}
.arw-direction {position: relative; width: 40px; background: #ee7d33; height: 150px; line-height: 40px; text-align: center; color: #fff;
  margin-top: 60px; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; align-items: center;
-webkit-align-items: center; flex-direction: column;}
.road ul li h3 { background: #ee7e32; border-radius: 30px; padding: 10px; display: flex; display: -webkit-flex; justify-content: center;
-webkit-justify-content: center; align-items: center; -webkit-align-items: center; flex-direction: column; color: #fff; font-size: 14px;
line-height: 20px; width: auto; height: 150px; text-align: center;}
.road-map ul li{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;
flex-direction: column;}
.arw-direction::before { position: absolute; top: -40px; left: -9px; margin-left: -10px; content: "";  display: block;  border-left: 40px solid transparent;
  border-right: 40px solid transparent; border-bottom: 40px solid #ee7d33;}
.road-map h4 { vertical-align: top; transform: rotate(7deg); -ms-transform: rotate(0deg);  -moz-transform: rotate(90deg);  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(90deg);  cursor: pointer;  font-size: 16px; line-height: 20px;  font-family: 'Graphik-Medium';  margin: 0; width: 140px;}

.road ul li.blu h3{background: #7097da;}
.road ul li.blu .arw-direction { background: #8eaada;}
.road ul li.blu .arw-direction::before { border-bottom: 40px solid #8eaada;}

.road ul li.ylo h3{background: #ffc100;}
.road ul li.ylo .arw-direction { background: #ffc100;}
.road ul li.ylo .arw-direction::before { border-bottom: 40px solid #ffc100;}

.road ul li.grn h3{background: #6fae46;}
.road ul li.grn .arw-direction { background: #6fae46;}
.road ul li.grn .arw-direction::before { border-bottom: 40px solid #6fae46;}

.lyf-cycle-mble { position: relative; margin: 0 auto; max-width: 400px;}
.lyf-cycle-mble ul {float: left; width: 100%; position: relative;}
.lyf-cycle-mble ul:after {content: ""; position: absolute; width: 2px; height: 100%; background: #8b959a; left: 50px; top: 30px; z-index: -1;}
.lyf-cycle-mble ul li{float: left; width: 100%;margin-bottom: 40px;min-height: 100px;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;
align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;}
.lyf-cycle-mble ul li:last-child {margin-bottom: 0;}
.lyf-cycle-mble {display: none;}
.lyf-cycle-mble ul li img{float: left;}
.lyf-cycle-mble ul li h4{float: left;font-size: 19px;line-height: 24px;text-align: left;font-family: 'Graphik-Medium';padding-left: 20px;display: block;}

/*-/-varsha*/

/*niche-sec*/
.niche-sec{ width: 100%; float: left; background: #465761;display: flex;}
.niche-sec .ni-lft{width: 50%; float: left;display: flex;}
.niche-sec .ni-lft img{width: 100%; float: left;}
.niche-sec .ni-rgt{width: 50%; float: right; padding:35px 35px; padding-left: 40px !important; height: auto;
display: flex;align-items: center;justify-content: left;text-align: left; align-content: center;}
.niche-sec h2{float: left;width: 100%;font-family: 'Graphik-Bold';color: #fff;
font-size: 32px;line-height: 36px;margin-bottom: 20px;transition: all .5s ease;}
.niche-sec ul li{ width: 100%; float: left; margin-bottom: 10px; color: #fff;  font-family: 'Graphik-Regular'; font-size: 18px; line-height: 28px; padding-left: 40px; position: relative;}
.niche-sec ul li:after{position: absolute; content: ""; left: 0; top: 10px; width: 10px; height: 10px; background: #fff; border-radius: 25px;}
.niche-sec ul li:last-child:after{display: none;}
.niche-sec.icon ul li .ni-lft.rgt{float: right;}
.niche-sec.icon ul li .ni-rgt.lft{float: left;}
.niche-sec.icon ul li{margin-bottom: 15px; padding-left: 70px; line-height: 50px;}
.niche-sec.icon ul li:after{display: none;}
.niche-sec.icon ul li:before{position: absolute; left: 0; top: 0; content: ""; width: 50px; height: 50px;}
.niche-sec.icon ul li.ic-1:before{background: url(../images/design-development-icon.webp) no-repeat; background-size: cover;}
.niche-sec.icon ul li.ic-2:before{background: url(../images/foundry-icon.webp) no-repeat; background-size: cover;}
.niche-sec.icon ul li.ic-3:before{background: url(../images/precision-machining-icon.webp) no-repeat; background-size: cover;}
.niche-sec.icon ul li.ic-4:before{background: url(../images/delivery-icon.webp) no-repeat; background-size: cover;}
.auto-list.m-b-50.abt {padding-bottom: 0;}
.p-lft.full-width {width: 100%;float: left;}

.quality-img{width: 100%; float: left;}
.quality-img img{width: 100%; float: left;}
.capabilities .fac-img.full {width: 100%;}
.qul{width: 100%; float: left;}
.qul #slider .flex-direction-nav li a.flex-next {left: auto;background-position: -36px 0; right: 2.2%;}

.quality h2 {
  position: absolute;
  top: 35%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: 'Graphik-Bold';
  z-index: 99;
  font-size: 36px;
  line-height: 42px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); z-index: 9;
}
.quality:after{position: absolute;content: "";left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);}

.high-list-nw ul li { background: #465761;}
.high-list.high-list-nw ul li .high-cnt h3 { color: #fff;}
.high-list.high-list-nw ul li .high-cnt ul.list li { color: #fff; width: 100%;}
.high-list.high-list-nw ul li .high-cnt ul.list li::after { background: #fff;}
.global-goals-rht p span { font-family: 'Graphik-Medium'; }

/*map*/
.globally-cnt {width: 100%;float: left;background: #f6f6f6;padding: 15px 0;}
.cry-lst {width: 100%;float: left;}
.cry-lst ul li {width: 19%;float: left; margin-right: 1%; background: rgba(0, 0, 0, 0.2); padding: 12px; min-height: 130px;}
.cry-lst ul li h3 {width: 100%;float: left;margin-bottom: 8px;font-family: 'Graphik-Medium';font-size: 18px;line-height: 22px;}
.cry-lst ul li p {width: 100%;float: left;font-family: 'Graphik-Regular';font-size: 16px;line-height: 24px;}
.cry-lst ul li:last-child{margin-right: 0;}

.fac-slide.x-bg {background: #465761;}
.fac-slide.x-bg h1 {color: #fff;}
.fac-slide.x-bg p {color: #fff;}

.high-list.cap-bg ul li .high-cnt h3 {color: #000;}
.high-list.cap-bg ul li .high-cnt p {color: #000;}

.hdr-top ul li:last-child a{margin-right: 0px;}
.hdr-lft ul li .select-bx{ float: left; width: 100%; padding-top: 2px;}
.hdr-top ul li .select-bx .sbHolder { background: none;}
.hdr-top ul li .select-bx .sbHolder:hover a {color: #fff; opacity: 0.85;}
.hdr-top ul li .select-bx .sbHolder .sbOptions {width: 200px;}
.hdr-top ul li .select-bx .sbHolder .sbOptions li a {padding: 10px 12px;color: #333;}
.hdr-top ul li .select-bx .sbHolder .sbOptions li:hover{ background: #454545 !important;}
.hdr-top ul li .select-bx .sbHolder .sbOptions li:hover a {color: #fff !important;}
.hdr-top ul li .select-bx .sbHolder a.sbToggle {background: url(../images/web-arr.png) no-repeat 0 0; right: 0px; top:7px;}

.high-list ul li .high-cnt h5 {float: left; width: 100%;font-family: 'Graphik-Bold';color: #fff;font-size: 20px;line-height: 24px;margin-bottom: 10px;transition: all .5s ease;}

#sand-casting {width: 100%;float: left; position: relative;}
#sand-casting .item {width: 100%;float: left;}
#sand-casting .item img{width: 100%; float: left;}

.web-lang.login .sbHolder {width: 170px !important;}
.overview-pad.p-top-0 {padding-top: 0;}


/*location*/
#pune_uinit5_map_address{display: block;position: absolute;top: 0px;left: 0;color: #6f7b83 !important;
  padding: 5px 10px 5px 20px;text-align: left;text-transform: none;font-size: 12px !important;line-height: 17px;
  background: #fff;border: 1px solid #b9bcbf;width: 430px;height: 225px;z-index: 10;text-decoration: none;}
#pune_uinit5_map_address h2{font-size: 18px !important;color: #ad650d !important;text-transform: capitalize;background: none;width: 100%;margin: 0;padding: 0;}
#pune_uinit5_map_address p{width: 58%; float: left;font-family: 'Graphik-Medium';font-size: 14px;line-height: 21px;}
#pune_uinit5_map_address::before {content: "";position: absolute;bottom: 44%;left: -16px;border-width: 16px 16px 16px 0;border-style: solid;border-color: transparent #444 transparent transparent;display: block;width: 0;}
#pune_uinit5_map_address::after {content: "";position: absolute;bottom: 45%;left: -15px;border-width: 15px 15px 15px 0;border-style: solid;border-color: transparent #fff transparent transparent;display: block;width: 0;}

#Bangalore_unit1_map_address{display: block;position: absolute;top: 0px;left: 0;color: #6f7b83 !important;padding: 5px 10px 5px 20px;text-align: left;text-transform: none;font-size: 12px !important;line-height: 17px;background: #fff;border: 1px solid #b9bcbf;width: 430px;height: 225px;z-index: 10;text-decoration: none;}
#Bangalore_unit1_map_address h2{font-size: 18px !important;color: #ad650d !important;text-transform: capitalize;background: none;width: 100%;margin: 0;padding: 0;}
#Bangalore_unit1_map_address p{width: 58%; float: left;font-family: 'Graphik-Medium';font-size: 14px;line-height: 21px;}
#Bangalore_unit1_map_address::before {content: "";position: absolute;bottom: 44%;left: -16px;border-width: 16px 16px 16px 0;border-style: solid;border-color: transparent #444 transparent transparent;display: block;width: 0;}
#Bangalore_unit1_map_address::after {content: "";position: absolute;bottom: 45%;left: -15px;border-width: 15px 15px 15px 0;border-style: solid;border-color: transparent #fff transparent transparent;display: block;width: 0;}


#Faridabad_unit3_map_address{display: block;position: absolute;top: 0px;left: 0;color: #6f7b83 !important;padding: 5px 10px 5px 20px;text-align: left;text-transform: none;font-size: 12px !important;line-height: 17px;background: #fff;border: 1px solid #b9bcbf;width: 430px;height: 225px;z-index: 10;text-decoration: none;}
#Faridabad_unit3_map_address h2{font-size: 18px !important;color: #ad650d !important;text-transform: capitalize;background: none;width: 100%;margin: 0;padding: 0;}
#Faridabad_unit3_map_address p{width: 58%; float: left;font-family: 'Graphik-Medium';font-size: 14px;line-height: 21px;}
#Faridabad_unit3_map_address::before {content: "";position: absolute;bottom: 44%;left: -16px;border-width: 16px 16px 16px 0;border-style: solid;border-color: transparent #444 transparent transparent;display: block;width: 0;}
#Faridabad_unit3_map_address::after {content: "";position: absolute;bottom: 45%;left: -15px;border-width: 15px 15px 15px 0;border-style: solid;border-color: transparent #fff transparent transparent;display: block;width: 0;}

#chennai_sriperumbudur_unit1_map_address{display: block;position: absolute;top: 0px;left: 0;color: #6f7b83 !important;padding: 5px 10px 5px 20px;text-align: left;text-transform: none;font-size: 12px !important;line-height: 17px;background: #fff;border: 1px solid #b9bcbf;width: 430px;height: 225px;z-index: 10;text-decoration: none;}
#chennai_sriperumbudur_unit1_map_address h2{font-size: 18px !important;color: #ad650d !important;text-transform: capitalize;background: none;width: 100%;margin: 0;padding: 0;}
#chennai_sriperumbudur_unit1_map_address p{width: 58%; float: left;font-family: 'Graphik-Medium';font-size: 14px;line-height: 21px;}
#chennai_sriperumbudur_unit1_map_address::before {content: "";position: absolute;bottom: 44%;left: -16px;border-width: 16px 16px 16px 0;border-style: solid;border-color: transparent #444 transparent transparent;display: block;width: 0;}
#chennai_sriperumbudur_unit1_map_address::after {content: "";position: absolute;bottom: 45%;left: -15px;border-width: 15px 15px 15px 0;border-style: solid;border-color: transparent #fff transparent transparent;display: block;width: 0;}


.contact-form ul li{float: left;width: 100%;margin-bottom: 12px;}
.contact-form ul li label {float: left;width: 30%;min-height: 1px;color: #444444;font-size: 16px;line-height: 28px;}
.contact-form ul li .rgt-form {width: calc(100% - 30%);float: right;}
.contact-form ul li input[type="text"], .contact-form ul li input[type="email"], .contact-form ul li input[type="tel"], .contact-form ul li textarea {width: 100%; float: left; margin-bottom: 0px !important;}
.contact-form ul li.captcha-pd input[type="text"] {width: auto;}

#sc-button { display: inline-block; background-color: #fff; width: 46px; height: 46px; text-align: center; border-radius:50px; position: fixed;
bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; border: 1px solid #333;  }
#sc-button::after { content: "\f077"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 20px; line-height: 42px; color: #444; }
#sc-button:hover { cursor: pointer; background-color: #ad650d; border: 1px solid #ad650d;}
#sc-button:hover:after { color: #fff;}
#sc-button:active { background-color: #555; }
#sc-button.show { opacity: 1; visibility: visible;}


.about-popup-pad ul li.center-buttons .contact-but {font-size: 17px;color: #fff;float: none;border: none;padding: 6px 15px;background: #ad650d;text-transform: uppercase;font-family: 'Graphik-Light';cursor: pointer;text-align: center;border-radius: 3px;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;width: 115px;display: inline-block;}
.about-popup-pad ul li.center-buttons .contact-but:hover:hover {background: #d18931;}

ul.clist li {
    margin-bottom: 14px;
    list-style: circle;
    margin-left: 2%;
}
.pspace {float:left;width:100%;padding:60px 0;}
@media (max-width:767px) {
    .orgfact {width:auto;height:auto;}
}


.social-fd .youtube-ft {
  background-image: url(../images/youtube-icon-footer-bg.png) !important;
  background-size: 36px !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important;
  background-position: center !important;}

  .social-fd .tw {
    background-image: url(../images/twitter-icon-footer-bg.png) !important;
    background-size: 36px !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    background-position: center !important;    background-position: -1px -1px !important;
  }</pre></body></html>