@charset "UTF-8";
@font-face {font-family:"Gotham Book"; src:url('fonts/Gotham-Book.ttf') format('truetype')}
@font-face {font-family:"Gotham Book"; src:url('fonts/Gotham-Book.eot')}
@font-face {font-family:"Gotham Medium"; src:url('fonts/Gotham-Medium.ttf') format('truetype')}
@font-face {font-family:"Gotham Medium"; src:url('fonts/Gotham-Medium.eot')}
@font-face {font-family:"Gotham Light"; src:url('fonts/Gotham-Light.ttf') format('truetype')}
@font-face {font-family:"Gotham Light"; src:url('fonts/Gotham-Light.eot')}

body {overflow-x:hidden; font-family:'Gotham Book'; src:url('fonts/Gotham-Book.ttf') format('truetype'); src:url('fonts/Gotham-Book.eot'); -webkit-animation: bugfix infinite 1s; z-index:1}
@-webkit-keyframes bugfix {from {padding:0} to {padding:0}}

.backdrop {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4); /* Black backdrop with 40% transparency */
    z-index: 999998; /* Ensure backdrop is behind the popup */
    position: fixed;
    top: 0;
    left: 0;
}

.popup-open {
    overflow: hidden; /* Prevent scrolling when popup is open */
}

.popup {
    width: 100%;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}

.popup-content {
    width: 100%;
    max-width: 640px;
    margin: 0;
    top: calc(50vh - 300px);
    background: transparent;
    position: absolute;
    left: 125px; /* Aligning to the left */
}

.popup .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    background: #fff;
    text-align: center;
}

.popup-content .post {
    width: 100%;
}

.p-20{padding:20px 30px!important}
.d-none{display:none}

#back-top{position:fixed;bottom:50px;right:30px;background:rgba(0,153,211,1);border-radius:3px;display:none;z-index:999;}
#back-top a{width:30px;height:30px;display:block;color:#fff;padding:0;text-align:center;font-size:20px;}

@-webkit-keyframes fadeIn {from {opacity:0} to {opacity:1}}
@keyframes fadeIn {from {opacity:0} to {opacity:1}}
.fadeIn {-webkit-animation-name:fadeIn; animation-name:fadeIn; display:block!important}

#wrapper {padding-left:0; -webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
position:relative;
transition:all 0.5s ease}
#wrapper.toggled {padding-left:250px}

#sidebar-wrapper {z-index:1000; position:absolute; width:0; left:125px; height:100%; margin-left:-125px; background:#08578e;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
/*overflow-y: auto;*/
/*scrollbar-width: thin;*/
/*scrollbar-color: white ;*/
/*overflow-x:hidden;*/
transition:all 0.5s ease}
#sidebar-wrapper::-webkit-scrollbar {
        width: 5px; /* Adjust scrollbar width */
    }
    
    /* Style for scrollbar thumb */
    #sidebar-wrapper::-webkit-scrollbar-thumb {
        background-color: white; /* Color of the thumb */
        border-radius: 10px; /* Rounded corners */
    }
#wrapper.toggled #sidebar-wrapper {width:250px}
#page-content-wrapper {width:100%; position:absolute; padding:0}
#wrapper.toggled #page-content-wrapper {position:absolute; margin-right:-125px}

.nav-icon {display:inline-block; margin:25px 0 0 25px; position:absolute}
#nav-icon {width:25px; height:18px; position:relative; margin:0 auto; display:inline-block;
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
-webkit-transition:.5s ease-in-out;
-moz-transition:.5s ease-in-out;
-o-transition:.5s ease-in-out;
transition:.5s ease-in-out}
#nav-icon span {display:block; position:absolute; height:2px; width:100%; background:#08578e; border-radius:0; opacity:1; left:0;
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
-webkit-transition:.25s ease-in-out;
-moz-transition:.25s ease-in-out;
-o-transition:.25s ease-in-out;
transition:.25s ease-in-out}
#nav-icon span:nth-child(1) {top:0}
#nav-icon span:nth-child(2) {top:8px}
#nav-icon span:nth-child(3) {top:16px}
#nav-icon.open span:nth-child(1) {top:10px;
-webkit-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-o-transform:rotate(135deg);
transform:rotate(135deg)}
#nav-icon.open span:nth-child(2) {opacity:0; left:-60px}
#nav-icon.open span:nth-child(3) {top:10px;
-webkit-transform:rotate(-135deg);
-moz-transform:rotate(-135deg);
-o-transform:rotate(-135deg);
transform:rotate(-135deg)}

.top-midea{width:150px;height:33px;position:absolute;top:20px;right:20px;z-index:99;}
.top-midea ul.social {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}



.top-midea ul.social li {
    margin: 0px 2px;
    display: inline-block;
}

.top-midea ul.social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #08578e;
    text-decoration: none;
    background: rgba(255, 255, 255, .9);
    display: block;
    border-radius: 100px;
    text-align: center;
	padding:0;
}

.top-midea ul.social li a:hover,
.top-midea ul.social li a:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 87, 143, 1.0);
}

.top-midea2{width:150px;height:33px;position:absolute;top:50px;right:20px;z-index:99;}
.top-midea2 ul.social {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.top-midea2 ul.social li {
    margin: 0px 2px;
    display: inline-block;
}

.top-midea2 ul.social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #08578e;
    text-decoration: none;
    background: rgba(255, 255, 255, .9);
    display: block;
    border-radius: 100px;
    text-align: center;
	padding:0;
}

.top-midea2 ul.social li a:hover,
.top-midea2 ul.social li a:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 87, 143, 1.0);
}

/* Sidebar Styles */

.brand {
    background: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.brand-sm {
    max-width: 125px;
    display: table;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
}

.sidebar-nav {
    position: relative;
    /*top: 0;*/
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    text-align: center;
    margin: 15px 0px;
	clear:both;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    padding: 0px 20px;
    line-height: normal;
}

.sidebar-nav li a:hover,
.sidebar-nav li a.active {
    text-decoration: none;
    color: #bfd730;
}

.sidebar-nav li a.active {
    text-decoration: none;
    color: #bfd730;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #bfd730;
}

.sidebar-nav li a span {
    width: 18px;
    height: 20px;
    display: table;
    margin: 0px auto;
    transition: ease all 0.35s;
    background-position: top center;
}

.sidebar-nav li a:hover span,
.sidebar-nav li a.active span {
    background-position: bottom center !important;
}

.sidebar-nav li a span.home {
    background: url('../images/icon-home.png')
}

.sidebar-nav li a span.about {
    background: url('../images/icon-about.png')
}
.sidebar-nav li:nth-child(2):hover ul{display:block;}

.sidebar-nav li:nth-child(2) ul {position:absolute;top:0px;width:220px;background:#bfd730;padding:0;left:125px; text-align:left;list-style-type:none;display:none;z-index:999!important;}
.sidebar-nav li:nth-child(2) ul div{width:50px;position:absolute;height:45px;left:-33px;}
.sidebar-nav li:nth-child(2) ul li{float:left;width:100%;text-align:left;padding:10px 20px;margin:0;}
.sidebar-nav li:nth-child(2) ul li a{font-size:14px;font-family:'Gotham Book';color:#000;text-align:left;padding:0;text-transform:capitalize;line-height:22px;}
.sidebar-nav li:nth-child(2) ul li a img{float:left;padding:0 5px 0 0;}
.sidebar-nav li:nth-child(2) ul li:hover{background:#08578e;border-left:2px solid #bfd730;color:#fff;}
.sidebar-nav li:nth-child(2) ul li:hover a{color:#fff;}

.sidebar-nav li a span.reclaim {
    background: url('../images/icon-reclaim-rubber.png')
}

.sidebar-nav li:nth-child(3):hover ul{display:block;}

.sidebar-nav li:nth-child(3) ul {position:absolute;top:0px;width:220px;background:#bfd730;padding:0;left:125px; text-align:left;list-style-type:none;display:none;}
.sidebar-nav li:nth-child(3) ul div{width:50px;position:absolute;height:45px;left:-33px;}
.sidebar-nav li:nth-child(3) ul li{float:left;width:100%;text-align:left;padding:10px 20px;margin:0;}
.sidebar-nav li:nth-child(3) ul .sub1:hover .sub2{display:block!important;}
.sidebar-nav li:nth-child(3) ul .sub1 .sub2{position:absolute;top:0;width:250px;background:#bfd730;padding:0;left:218px; text-align:left;list-style-type:none;display:none;}

.sidebar-nav li:nth-child(3) ul li a{font-size:14px;font-family:'Gotham Book';color:#000;text-align:left;padding:0;text-transform:capitalize;line-height:22px;}
.sidebar-nav li:nth-child(3) ul .sub1 .sub2 li a{color:#000;}
.sidebar-nav li:nth-child(3) ul .sub1 .sub2 li:hover a{color:#fff;}
.sidebar-nav li:nth-child(3) ul li a img{float:left;padding:0 5px 0 0;}
.sidebar-nav li:nth-child(3) ul li:hover{background:#08578e;border-left:2px solid #bfd730;}
.sidebar-nav li:nth-child(3) ul li:hover a{color:#fff;}
.sidebar-nav li a span.ind-poly {
    background: url('../images/icon-ind-polymer.png')
}
.sidebar-nav li:nth-child(3) ul .sub4:hover .sub5{display:block!important;}
.sidebar-nav li:nth-child(3) ul .sub4 .sub5{position:absolute;top:0;width:250px;background:#bfd730;padding:0;left:218px; text-align:left;list-style-type:none;display:none;}
.sidebar-nav li:nth-child(3) ul .sub4 .sub5 li a{color:#000;}
.sidebar-nav li:nth-child(3) ul .sub4 .sub5 li:hover a{color:#fff;}


.sidebar-nav li:nth-child(4):hover ul{display:block;}

.sidebar-nav li:nth-child(4) ul {position:absolute;top:0px;width:220px;background:#bfd730;padding:0;left:125px; text-align:left;list-style-type:none;display:none;z-index:9999;}
.sidebar-nav li:nth-child(4) ul div{width:50px;position:absolute;height:45px;left:-33px;}
.sidebar-nav li:nth-child(4) ul li{float:left;width:100%;text-align:left;padding:10px 20px;margin:0;}
.sidebar-nav li:nth-child(4) ul li a{font-size:14px;font-family:'Gotham Book';color:#000;text-align:left;padding:0;text-transform:capitalize;line-height:22px;}
.sidebar-nav li:nth-child(4) ul li a img{float:left;padding:0 5px 0 0;}
.sidebar-nav li:nth-child(4) ul li:hover{background:#08578e;border-left:2px solid #bfd730;}
.sidebar-nav li:nth-child(4) ul li:hover a{color:#fff;}

.sidebar-nav li a span.custom-die {
    background: url('../images/icon-custom-die.png')
}
.sidebar-nav li a span.careers-new{
    background: url('../images/careers.png')
}


.sidebar-nav li a span.tyre {
    background: url('../images/icon-tyre.png')
}

.sidebar-nav li:nth-child(8):hover ul{display:block;}

.sidebar-nav li:nth-child(8) ul {position:absolute;top:0px;width:220px;background:#bfd730;padding:0;left:125px; text-align:left;list-style-type:none;display:none;z-index:999!important;}
.sidebar-nav li:nth-child(8) ul div{width:50px;position:absolute;height:45px;left:-33px;}
.sidebar-nav li:nth-child(8) ul li{float:left;width:100%;text-align:left;padding:10px 20px;margin:0;}
.sidebar-nav li:nth-child(8) ul li a{font-size:14px;font-family:'Gotham Book';color:#000;text-align:left;padding:0;text-transform:capitalize;line-height:22px;}
.sidebar-nav li:nth-child(8) ul li a img{float:left;padding:0 5px 0 0;}
.sidebar-nav li:nth-child(8) ul li:hover{background:#08578e;border-left:2px solid #bfd730;color:#fff;}
.sidebar-nav li:nth-child(8) ul li:hover a{color:#fff;}

.sidebar-nav li:nth-child(6):hover ul{display:block;}

.sidebar-nav li:nth-child(6) ul {position:fixed;top:390px;width:220px;background:#bfd730;padding:0;left:125px; text-align:left;list-style-type:none;display:none;}
.sidebar-nav li:nth-child(6) ul div{width:50px;position:absolute;height:45px;left:-33px;}
.sidebar-nav li:nth-child(6) ul li{float:left;width:100%;text-align:left;padding:10px 20px;margin:0;}
.sidebar-nav li:nth-child(6) ul li a{font-size:14px;font-family:'Gotham Book';color:#000;text-align:left;padding:0;text-transform:capitalize;line-height:22px;}
.sidebar-nav li:nth-child(6) ul li a img{float:left;padding:0 5px 0 0;}
.sidebar-nav li:nth-child(6) ul li:hover{background:#08578e;border-left:2px solid #bfd730;}
.sidebar-nav li:nth-child(6) ul li:hover a{color:#fff;}

.sidebar-nav li:nth-child(7):hover ul{display:block;}

.sidebar-nav li:nth-child(7) ul {position:fixed;top:390px;width:220px;background:#bfd730;padding:0;left:125px; text-align:left;list-style-type:none;display:none;}
.sidebar-nav li:nth-child(7) ul div{width:50px;position:absolute;height:45px;left:-33px;}
.sidebar-nav li:nth-child(7) ul li{float:left;width:100%;text-align:left;padding:10px 20px;margin:0;}
.sidebar-nav li:nth-child(7) ul li a{font-size:14px;font-family:'Gotham Book';color:#000;text-align:left;padding:0;text-transform:capitalize;line-height:22px;}
.sidebar-nav li:nth-child(7) ul li a img{float:left;padding:0 5px 0 0;}
.sidebar-nav li:nth-child(7) ul li:hover{background:#08578e;border-left:2px solid #bfd730;}
.sidebar-nav li:nth-child(7) ul li:hover a{color:#fff;}

.sidebar-nav li a span.benefits {
background: url('../images/icon-benefits.png')
}

.sidebar-nav li a span.download {
    background: url('../images/icon-downloads.png')
}

.sidebar-nav li a span.investors {
    background: url('../images/icon-investors.png')
}

.sidebar-nav li a span.careers {
    background: url('../images/icon-life-at-grp.png')
}

.sidebar-nav li:nth-child(11):hover ul{display:block;}

.sidebar-nav li:nth-child(11) ul {position:absolute;top:0px;width:220px;background:#bfd730;padding:0;left:125px; text-align:left;list-style-type:none;display:none;}
.sidebar-nav li:nth-child(11) ul div{width:50px;position:absolute;height:45px;left:-33px;}
.sidebar-nav li:nth-child(11) ul li{float:left;width:100%;text-align:left;padding:10px 20px;margin:0;}
.sidebar-nav li:nth-child(11) ul li a{font-size:14px;font-family:'Gotham Book';color:#000;text-align:left;padding:0;text-transform:capitalize;line-height:22px;}
.sidebar-nav li:nth-child(11) ul li a img{float:left;padding:0 5px 0 0;}
.sidebar-nav li:nth-child(11) ul li:hover{background:#08578e;border-left:2px solid #bfd730;}
.sidebar-nav li:nth-child(11) ul li:hover a{color:#fff;}

.sidebar-nav li a span.contact{
    background: url('http://www.grpweb.com/images/icon-contact.png');
}

.sidebar-nav li a span.polymer-composite {
    background: url('../images/icon-polymer-composite.png');
}

.sidebar-nav li a span.repurposed {
    background: url('../images/icon-composite.png');
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.header-mobile {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    display: none;
}

.banner-carousel-caption {
    left: 5%;
    right: 50%;
    text-align: left;
    max-width: 500px;
}

.banner-carousel-caption h3 {
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: none;
}

.btn-know-more {
    background: #08578e;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
}

.btn-know-more:hover {
    background: #bfd730 !important;
}

.on-the-map {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 0px;
    background: url('../images/map-bg.jpg') center center no-repeat #fff;
    overflow: hidden;
}

.on-the-map h3.map-title {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
}

.on-the-map h3.map-title:after {
    position: absolute;
    width: 100%;
    max-width: 110px;
    height: 1px;
    background: #bad64b;
    content: "";
    bottom: -15px;
    left: 50%;
    margin-left: -55px;
}

.impact-possitve {
    position: absolute;
    right: 0px;
    z-index: 0;
    top: 10%;
}

.counter-container {
    display: table;
    width: 90%;
    margin: 150px 0px;
}

.counter-block {
    width: 20%;
    margin: 0px;
    float: left;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 30px;
    font-size: 30px;
    font-family: "Gotham Light";
    src: url('fonts/Gotham-Light.ttf') format('truetype');
    src: url('fonts/Gotham-Light.eot');
}

.counter-value {
    font-size: 48px;
}

.counter-block h5 {
    font-size: 15px;
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
    text-align: center;
    text-transform: uppercase;
    color: #08578e;
}.counter-block {
    width: 20%;
    margin: 0px;
    float: left;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 30px;
    font-size: 30px;
    font-family: "Gotham Light";
    src: url('fonts/Gotham-Light.ttf') format('truetype');
    src: url('fonts/Gotham-Light.eot');
}

.counter-value {
    font-size: 48px;
}

.counter-block h5 {
    font-size: 15px;
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
    text-align: center;
    text-transform: uppercase;
    color: #08578e;
}

h3.decades {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #000;
    font-family: "Gotham Light";
    src: url('fonts/Gotham-Light.ttf') format('truetype');
    src: url('fonts/Gotham-Light.eot');
}

h3.decades span {
    font-size: 36px;
    font-weight: 900;
    font-family: "Gotham Medium";
    color: #023059;
}

.discover {
    display: table;
    position: relative;
    width: 100%;
    background: url('../images/pattern-bg.jpg');
    padding: 50px 0px 80px 0;
}

.discover-container {
    width: 90%;
    margin: 0px auto;
    position: relative;
    display: table;
}

.discover .discover-container .col-md-12 {text-align:center;}
.discover .discover-container .col-md-12 p{text-align:center;padding: 0 66px;}

.discover-container h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #08578e;
    margin: 0px 0px 30px 0px;
	text-align:center;
}

.discover-container h3:after {
    position: absolute;
    width: 100%;
    max-width: 110px;
    height: 1px;
    background: #000;
    content: "";
    top: 43px;
    left: 50%;
    margin-left: -55px;
}

.stock-btn{font-size:20px;color:#08578e;line-height:70px;}
.stock-btn:after{font-family: 'Glyphicons Halflings';content: "\e080";padding: 4px 5px;color: #fff;font-size: 10px;background: #08578e; border-radius: 100px;text-align: center;line-height: 36px;top: -4px;margin-left:5px;font-weight:400;position:relative;}
.stock-btn:hover{color:#08578e;text-decoration:none;}

.stock-modal-dialog {
	margin: 0px auto;
	top: 50% !important;
	transform: translateY(-50%) !important;
}
.stock-modal-title {
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #fff; 
	font-weight: 300 !important;
}

.btn-know-more-sm {
    background: #08578e;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "Gotham Light";
    src: url('fonts/Gotham-Light.ttf') format('truetype');
    src: url('fonts/Gotham-Light.eot');
    padding: 7px 20px;
}

.btn-know-more-sm:hover {
    /*background: #bfd730 !important;*/
	background: #08578e !important;
}

.btn-know-more-sm-reverse {
    background: #bfd730;
    font-size: 12px;
    text-transform: uppercase;
    color: #000 !important;
    font-family: "Gotham Light";
    src: url('fonts/Gotham-Light.ttf') format('truetype');
    src: url('fonts/Gotham-Light.eot');
    padding: 7px 20px;
}

.btn-know-more-sm-reverse:hover {
    background: #08578e !important;
    color: #fff !important;
}

.btn-know-more-sm-blk {
    background: #222;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "Gotham Light";
    src: url('fonts/Gotham-Light.ttf') format('truetype');
    src: url('fonts/Gotham-Light.eot');
    padding: 12px 25px;
}

.giving-back .btn-know-more-sm-blk {margin-top:45px}

.text-center.sus {margin:20px 0 45px}

.btn-know-more-sm-blk:hover {
    /*background: #71bf44 !important;
    color: #000;*/
	background: #222!important;
	color: #fff !important;
}

.stock-update {
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    position: relative;
}

.stock-update h4 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
    text-align: right;
    border-bottom: solid 1px #eee;
    color: #08578e;
    margin: 0;
}

.stock-value {
    color: #666;
    margin: 15px 0 0 25px;
    position: absolute;
    line-height: 36px;
    font-family: "Gotham Medium";
    src: url('fonts/Gotham-Medium.ttf') format('truetype');
    src: url('fonts/Gotham-Medium.eot');
}

.stock-value span {
    color: #000;
    font-family: "Gotham Light";
    src: url('fonts/Gotham-Light.ttf') format('truetype');
    src: url('fonts/Gotham-Light.eot');
    font-size: 52px;
    display: block;
}

.stock-button {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.merger-block {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    text-align: center;
    margin-bottom: 50px;
    padding: 0px 15px
}

.merger-block span {
    display: table;
    margin: 0px auto 20px auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.business-verticles {
    display: table;
    width: 100%;
    position: relative;
}

.business-verticles h3 {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    margin:110px 0 40px 0;
    position: relative;
}
.business-verticles h3:after {
    position: absolute;
    width: 100%;
    max-width: 110px;
    height: 1px;
    background: #000;
    content: "";
    bottom: -15px;
    left: 50%;
    margin-left: -55px;
}


.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: right;
    color: #08578e;
    font-size: 12px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 50px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\002B" !important;
}

.bv-panel-group {
    margin: 0px;
	background:#000;
}

.bv-panel {
    background: #fff !important;
    margin-top: 1px !important;
    color: #000;
    position: relative;
    overflow: hidden;
}

.panel-bg-img {
    position: absolute;
    z-index: 0;
    opacity: 0.25;
    top: -25%;
    bottom: 0;
    left: 0;
    right: 0;
	width:100%;
}

.bv-panel-heading {
    background: none !important;
    color: #fff !important;
    padding: 40px !important;
    position: relative;
    z-index: 2;
}

.bv-panel-title {
    font-size: 20px !important;
    text-transform: uppercase !important;
    ;
}

.bv-panel-title a,
.bv-panel-title a:hover {
    text-decoration: none;
    color: #fff;
}

.bv-panel-title a span {
    color: #bad64b;
}

.bv-panel-body {
    border-top: solid 1px #000 !important;
    padding: 0px;
    z-index: 2;
    position: relative;
    background: rgba(255,255,255,0.75);
}
.bv-panel-body-divider {
    position: absolute;
    right: 50%;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #000;
}

.bv-panel-inner-left,
.bv-panel-inner-right {
    width: 45%;
    display: table;
    float: left;
    padding: 50px;
}
.bv-panel-inner-fluid {
    padding: 50px;
}

.bv-panel-inner-right {
    float: right;
    width: 50%;
    padding-left: 5%;
    /*border-left: solid 1px #fff;*/
}

ul.bv-panel-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.bv-panel-nav li {
    border-bottom: solid 1px #000;
}

ul.bv-panel-nav li a {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    text-decoration: none !important;
}

ul.bv-panel-nav li a:hover {
    color: #000;
    padding-left: 25px;
}

.sustainability {
    width: 100%;
    display: table;
    position: relative;
    padding: 25px 0px;
}
.bg-grey {
    background: #f2f2f2;
}

.sustainability-tab{font-size:36px;color:#000;}

.sustainability-tab .counter-value {
    font-size: 48px;
	font-weight:600;
	color:#08578e;
}
.sustainability-tab p{
	
	font-size:14px;
}

h3.sustainability-title {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    color: #08578e;
    margin: 20px 0px 75px 0;
}

h3.sustainability-title:after {
    position: absolute;
    width: 100%;
    max-width: 110px;
    height: 1px;
    background: #000;
    content: "";
    bottom: -15px;
    left: 50%;
    margin-left: -55px;
}

.sustainability-container {
    width: 100%;
    display: table;
    margin: 30px 0px;
    position: relative;
}

.sustainability-block {
    width: 33.33333%;
    float: left;
    padding: 0px 50px;
    border-right: solid 1px #c1c1c1;
    text-align: center;
}

.sustainability-block:last-child {
    border: 0 !important;
}

/* product tab */

.tab-container {
    width: 100%;
    display: table;
    position: relative;
    background: url('../images/home-tab-bg.jpg') center center no-repeat;
    background-size: cover;
}

.products-tabs-left {
    border: 0;
    padding: 0px;
    margin:94px 0 0 25px;
    background: none;
}

.products-tabs-left>li {
    float: none;
    margin-bottom: 2px;
}

.products-tabs-left>li {
    margin-right: -1px;
}

.products-tabs-left>li.active>a,
.products-tabs-left>li.active>a:hover,
.products-tabs-left>li.active>a:focus,
.products-tabs-left>li>a:hover {
    background: rgba(0, 87, 143, 1.0) !important;
    border: 0 !important;
}

.products-tabs-left>li>a {
    border-radius: 0;
    margin-right: 0;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 15px;
}

.products-tabs-left>li>a:after {
    font-family: 'Glyphicons Halflings';
    content: "\203A";
    float: right;
    color: #08578e;
    font-size: 20px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 20px;
}

.products-tab-nav-wrapper,
.products-tab-pane-wrapper {
    width: 50%;
    float: left;
}

.products-tab-content {
    background: #00578f;
    color: #fff;
}

.carousel.vertical .carousel-inner {
    height: 100%;
    width: auto;
}

.carousel.vertical .carousel-inner > .item {
    width: auto;
    padding: 0px;
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item {
        -webkit-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
    .carousel.vertical .carousel-inner > .item.next,
    .carousel.vertical .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner > .item.prev,
    .carousel.vertical .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner > .item.next.left,
    .carousel.vertical .carousel-inner > .item.prev.right,
    .carousel.vertical .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}

.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
    display: block;
}

.carousel.vertical .carousel-inner > .active {
    top: 0;
}

.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel.vertical .carousel-inner > .next {
    top: 100%;
}

.carousel.vertical .carousel-inner > .prev {
    top: -100%;
}

.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
    top: 0;
}

.carousel.vertical .carousel-inner > .active.left {
    top: -100%;
}

.carousel.vertical .carousel-inner > .active.right {
    top: 100%;
}

.carousel.vertical .carousel-control {
    left: auto;
    width: 50px;
}

.ticker-headline {
    color: #fff !important;
}

.carousel.vertical .carousel-control.up {
    top: 0;
    right: 0;
    bottom: 50%;
}

.carousel.vertical .carousel-control.down {
    top: 50%;
    right: 0;
    bottom: 0;
}

.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel.vertical .carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel.vertical .carousel-control .icon-next:before {
    content: '\203a';
}

.pro-carousel-up,
.pro-carousel-down {
    display: block;
    padding: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.pro-carousel-up span,
.pro-carousel-down span {
    display: table;
    margin: 0px auto;
}

.pro-carousel-up:hover,
.pro-carousel-up:focus,
.pro-carousel-down:hover,
.pro-carousel-down:focus {
    color: #bad64b;
    text-decoration: none;
}

ul.tab-products-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tab-products-nav li {
    display: table;
    position: relative;
    width: 100%;
    height: 80px;
    background: #00578f;
    overflow: hidden;
}

ul.tab-products-nav li img {
    position: absolute;
    z-index: 0px;
    top: 0;
    left: 0;
    opacity: 0.1;
    transition: ease all 0.35s;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
	width:100%;
}

ul.tab-products-nav li:hover img {
    opacity: 1;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

ul.tab-products-nav li a {
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 80px;
    z-index: 99;
}

ul.tab-products-nav li a:hover,
ul.tab-products-nav li a:focus {
    color: #000 !important;
    text-decoration: none;
}

ul.tab-products-nav li a:after {
    position: absolute;
    width: 100%;
    max-width: 330px;
    background: rgba(192, 217, 90, 0.9);
    height: 4px;
    bottom: 0px;
    left: 50%;
    margin-left: -165px;
    transition: ease all 0.35s;
    content: "";
    z-index: -1;
}

ul.tab-products-nav li a:hover:after {
    height: 80px;
    bottom: 0px;
}


/* product tab */

.giving-back {
    display: table;
    width: 100%;
    position: relative;
    background: url('../images/bg-giving-back.jpg') center 85px no-repeat;
    background-size: cover;
    padding: 50px 0px 315px 0;
}

.giving-back label{position:absolute;bottom:0;left:20px;color:#fff;font-family:"Gotham Medium";font-size:14px;}

.giving-back h3 {
    font-size: 30px;
    margin: 0px 0px 40px 0px;
    text-transform: uppercase;
    color: #00578f;
    position: relative;
}
.giving-back h3:after {
    position: absolute;
    width: 100%;
    max-width: 110px;
    height: 1px;
    background: #000;
    content: "";
    bottom: -15px;
    left: 50%;
    margin-left: -55px;
}

.giving-tab-wrapper {
    width: 90%;
    margin: 20px auto;
    max-height: 330px;
    
    position: relative;
	/*background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);*/
    padding: 30px;
}

.giving-nav-tabs {
    margin: 0px;
    padding: 0px;
    background: none;
    border: 0;
}

.giving-nav-tabs li {
    width: 25%;
    margin: 0 !important;
	cursor:pointer;
	opacity:.6;
}

.giving-nav-tabs li:hover{
		opacity:1;
}
.giving-nav-tabs li.active{
		opacity:1;
}

.giving-nav-tabs li img {
    display: table;
    margin: 0px auto 10px auto;
    ;
}

.giving-nav-tabs li a {
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 !important;
    background: #fff;
    padding: 0px;
	cursor:pointer;
}
.giving-nav-tabs li a span {
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px;
    border-top: solid 3px #ddd !important;
    color: #00578f !important;
    border-radius: 0 !important;
    background: transparent;
    display: block;
}
.giving-nav-tabs li a span:hover,
.giving-nav-tabs li.active a span {
    border-top: solid 3px #00578f !important;
    color: #00578f !important;
}

.giving-nav-tabs li a span.education {
    color: #00578f !important;
}

.giving-nav-tabs li a:hover span.education,
.giving-nav-tabs li.active a span.education {
    border-top: solid 3px #00578f !important;
    color: #00578f !important;
}

.giving-nav-tabs li a span.livelihood {
    color: #71bf44 !important;
}

.giving-nav-tabs li a:hover span.livelihood,
.giving-nav-tabs li.active a span.livelihood {
    border-top: solid 3px #71bf44 !important;
    color: #71bf44 !important;
}

.giving-nav-tabs li a span.healthcare {
    color: #00b4f1 !important;
}

.giving-nav-tabs li a:hover span.healthcare,
.giving-nav-tabs li.active a span.healthcare {
    border-top: solid 3px #00b4f1 !important;
    color: #00b4f1 !important;
}

.giving-nav-tabs li a span.women {
    color: #00b3bd !important;
}

.giving-nav-tabs li a:hover span.women,
.giving-nav-tabs li.active a span.women {
    border-top: solid 3px #00b3bd !important;
    color: #00b3bd !important;
}

.giving-tab-content {
    background: #00578f;
    color: #fff !important;
    padding: 30px;
    min-height: 450px;
	/* float:left; */
}

.giving-tab-content h2,
.giving-tab-content h3,
.giving-tab-content h4 {
    color: #fff !important;
}

.women-div{width:41%;float:left;margin: 0 19px 0 0;}

.giving-tab-content ul {
    margin: 0px;
    padding: 0;
    list-style: none;
    display: table;
    width: 42%;
	float:left;
	text-align:left;
}


#myModal-education .giving-tab-content ul li{line-height:normal;}
#myModal-education .giving-tab-content ul li:after{top:0;}
#myModal-healthcare .giving-tab-content ul li{line-height:normal;}
#myModal-healthcare .giving-tab-content ul li:after{top:0;}
#myModal-women .giving-tab-content ul li{line-height:normal;}
#myModal-women .giving-tab-content ul li:after{top:0;}


.giving-tab-content ul li {
    width: 100%;
    display: table-cell;
    position: relative;
    padding-left: 25px;
    color: #fff;
    padding-right: 25px;
	float:left;
	line-height:45px;
}


#women .women-div ul {width:49%;}

#women .women-div ul li{
	line-height:normal;
	padding-bottom:10px;
}
#women .women-div ul li:after{
	top: 0px;
}

#livelihood ul li{
	line-height:normal;
	padding:15px 25px;
}

#education ul li{
	line-height:normal;
	/*padding:0 25px;*/
    padding: 15px 25px;
}


.giving-tab-content ul li:after {
    /*font-family: 'Glyphicons Halflings';*/
    content: "";
	background:url(../images/check1.png);
	width:20px;
	height:20px;
    top: 14px;
    left: 0px;
    position: absolute;
    color: #bad64b;
}

#livelihood ul li:after {
    content: "";
	background:url(../images/check2.png);
	width:20px;
	height:20px;
    top: 14px;
    left: 0px;
    position: absolute;
    color: #fff;
}

.giving-tab-content ul li a {
    color: #fff;
    text-decoration: none;
}

.giving-tab-content ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.life-carousel-wrapper {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}



#myModal-education {background:rgba(0,0,0,.5);}
#myModal-education #education {text-align:left;}
#myModal-education .modal-dialog{width:550px;margin:126px auto;}
#myModal-education h4{color:#fff;}
#myModal-education h4:after{position: absolute;width: 100%;max-width:110px;height: 1px;background: #fff;content: "";top: 53px;left: 50%;margin-left:-60px;}
#myModal-education #education {padding:0;min-height: 175px;}
#myModal-education #education ul{width:100%;position:relative;margin:0 0 30px 0;}
#myModal-education #education ul li{width:50%;float:left;}
#myModal-education .model-body{margin-bottom:0;}


#myModal-sustainable {background:rgba(0,0,0,.5);}
#myModal-sustainable  #livelihood {text-align:left;}
#myModal-sustainable img{margin: 0 auto 20px auto;}
#myModal-sustainable .modal-content{background:#71bf44;}
#myModal-sustainable .modal-dialog{width:550px;margin:86px auto;}
#myModal-sustainable h4{color:#fff;}
#myModal-sustainable h4:after{position: absolute;width: 100%;max-width: 110px;height: 1px;background: #fff;content: "";top: 53px;left: 50%;margin-left:-60px;}
#myModal-sustainable #livelihood {padding:0;background:#71bf44;min-height: 251px;}
#myModal-sustainable #livelihood ul{width:100%;position:relative;margin:0 0 30px 0;}
#myModal-sustainable #livelihood ul li{width:33%;float:left;}
#myModal-sustainable .model-body{margin-bottom:0;}


#myModal-healthcare {background:rgba(0,0,0,.5);}
#myModal-healthcare  #healthcare {text-align:left;}
#myModal-healthcare img{margin: 0 auto 20px auto;}
#myModal-healthcare .modal-content{background:#00b4f1;}
#myModal-healthcare .modal-dialog{width:550px;margin:171px auto;}
#myModal-healthcare h4{color:#fff;}
#myModal-healthcare h4:after{position: absolute;width: 100%;max-width: 110px;height: 1px;background: #fff;content: "";top: 53px;left: 50%;margin-left:-60px;}
#myModal-healthcare #healthcare {padding:0;background:#00b4f1;min-height:77px;}
#myModal-healthcare #healthcare ul{width:100%;position:relative;margin:0 0 30px 0;}
#myModal-healthcare #healthcare ul li{width:33%;float:left;}
#myModal-healthcare .model-body{margin-bottom:0;}


#myModal-women {background:rgba(0,0,0,.5);}
#myModal-women  #women {text-align:left;}
#myModal-women img{margin: 0 auto 20px auto;}
#myModal-women .modal-content{background:#00b3bd;}
#myModal-women .modal-dialog{width:550px;margin:171px auto;}
#myModal-women h4{color:#fff;}
#myModal-women h4:after{position: absolute;width: 100%;max-width: 110px;height: 1px;background: #fff;content: "";top: 53px;left: 50%;margin-left:-60px;}
#myModal-women #women {padding:0;background:#00b3bd;min-height:77px;}
#myModal-women #women ul{width:100%;position:relative;margin:0 0 30px 0;}
#myModal-women #women ul li{width:33%;float:left;}
#myModal-women .model-body{margin-bottom:0;}

.arrow-left-green,
.arrow-right-green {
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    color: #fff;
    background: #bad64b;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 9;
}

.arrow-left-green:hover,
.arrow-right-green:hover,
.arrow-left-green:focus,
.arrow-right-green:focus {
    background: #08578e;
    color: #fff !important;
    text-decoration: none !important;
}

.arrow-left-blue,
.arrow-right-blue {
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    color: #fff;
    background: #08578e;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 9;
}

.arrow-left-blue:hover,
.arrow-right-blue:hover,
.arrow-left-blue:focus,
.arrow-right-blue:focus {
    background: #bad64b;
    color: #fff !important;
    text-decoration: none !important;
}

.arrow-left-green,
.arrow-left-blue {
    left: -15px;
}

.arrow-right-green,
.arrow-right-blue {
    right: -15px;
    left: auto;
}

.life-carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0px;
}

.life-carousel-caption a {
    margin: 0px;
    display: inline-block;
    color: #fff;
    background: #103b61;
    padding: 10px 15px;
}
.life-carousel-caption a:hover,
.life-carousel-caption a:focus {
    background: #bad64b;
	text-decoration:none;
}

.life-block {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.life-block a {
    z-index: 3;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    ;
    padding: 10px 15px;
    background: #103b61;
}

.life-block a:hover,
.life-block a:focus {
    background: #bad64b;
}

.carousel-news-block {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.life-carousel-wrapper2{display:none;}

.news-block-head {
    width: 100%;
	min-height: 75px;
}

.news-date {
    border: solid 1px #ccc;
    font-size: 20px;
    color: #999;
    text-align: center;
    padding: 0px 5px;
    width: 90px;
    float: left;
    margin-right: 10px;
	text-transform:uppercase;
}

.news-date span {
    display: table;
    font-size: 15px;
    text-transform: uppercase;
    padding: 3px 0px;
    border-bottom: solid 1px #ccc;
    margin: 0px auto;
}

.news-block-head h4 {
    margin: 0px;
    font-size: 20px;
    margin-top: 10px;
    color: #00578f;
    text-transform: uppercase;
}

.carousel-news-block img {
    margin: 20px 0px;
    max-width: 100%;
}

.clients-wrapper {
    background: url('../images/clients-bg.jpg') 50% center no-repeat #efefef;
}

ul.clients {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.clients #text-carousel{
	margin:-30px auto 0 auto ;
	width:90%;
	height:85px;
}

ul.clients .carousel-control .glyphicon-chevron-left{margin-left:0;}
ul.clients .carousel-inner{width:95%;margin:0 auto;}

ul.clients li {
    float: left;
    text-align: center;
    width: 19.5%;
    margin: 15px 0px;
}

ul.clients li img {
    margin: 0px auto;
}
#text-carousel23{display:none;}
footer {
    background: #121212;
    color: #fff;
    display: table;
    width: 100%;
    padding: 25px 0px;
}

footer hr {
    margin: 20px 0px;
    border-top: solid 1px #2a2a2a;
}

ul.social {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

ul.social li {
    margin: 0px 2px;
    display: inline-block;
}

ul.social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #bbb;
    text-decoration: none;
    background: rgba(94, 105, 119, 0.3);
    display: block;
    border-radius: 100px;
    text-align: center;
}

ul.social li a:hover,
ul.social li a:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 87, 143, 1.0);
}

ul.footer-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

ul.footer-nav li {
    display: inline-block;
    margin-left: 15px;
}

ul.footer-nav li a {
    color: #fff;
    text-decoration: none;
}

ul.footer-nav li a:hover,
ul.footer-nav li a:focus {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    width: 45%;
    float: left;
    font-size: 12px;
    color: #bbb;
}

.copyright span {
    color: #fff;
    text-transform: uppercase;
}

.site-credit {
    font-family: "Futura";
    src: url('fonts/Futura-md-bt.ttf') format('truetype');
    src: url('fonts/Futura-md-bt.eot');
    margin: 0px;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    text-align: right;
    width: 45%;
    float: right;
    color: #bbb;
}

.site-credit span {
    color: #fdaf17 !important;
}

.site-credit a {
    color: #fff;
}

.site-credit a:hover,
.site-credit a:focus {
    color: #fff;
    text-decoration: underline;
}

.slider-3{color:#333;}

/* about css */

.cb{clear:both;}
.padding-left{padding-left:0;}
.padding-right{padding-right:0;}
.about_head{min-height:95px;background:#efefef;text-transform:uppercase;padding:0 0 0 45px;width:100%; position:relative}
.about_head .ved-crom{padding:65px 0 0 0;position:relative;}
.about_head .ved-crom a{float:left;font-family: "Gotham Book";font-size:12px;color:#121212;}
.about_head .ved-crom span{padding:0 0 0 10px;float:left;font-family: "Gotham Book";font-size:12px;margin:0 0 0 0;color:#121212;}
.about_head .ved-crom p{padding:0 0 0 10px;float:left;font-family: "Gotham Book";font-size:12px;margin:-3px 0 0 0;color:#00578f; line-height:23px}
.about-us{float:left;width:100%;position:relative;padding:20px 30px;}
.about-us h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 0;	margin:0;}
.about-us .col-md-5 img {float:left;width:100%;}
.about-us .col-md-7 p{padding:0px 0 20px 0;float:left;font-family: "Gotham Book";font-size:14px;margin:0;line-height:26px;color:#333;	text-align: left;}
.about-strategy{background:#efefef;float:left;width:100%;padding:40px 0 20px 30px;text-align:left;}
.about-strategy h1{font-family: "Gotham Medium";font-size:30px;color:#121212;text-transform:uppercase;padding:0 0 20px 0;margin:0;}
.about-strategy p{padding:0px 0 20px 0;float:left;font-family: "Gotham Book";font-size:14px;	margin:0;line-height:26px;color:#333}
.about-strategy .col-md-12 div{float:left;margin:0 auto;}
.company-logos{list-style-type:none;width:100%;position:relative;margin:0;padding:0 0 0 30px}
.company-logos li{float:left;padding:30px 35px;position:relative;cursor:pointer; width:20%}
.company-logos li:nth-child(1) {width:19%}
.company-logos li:nth-child(3) {width:22%}
.company-logos li:nth-child(5) {width:19%}
.company-logos li img {max-width:100%}
.rubber-view{text-align:left;display:block;padding:0 30px;background:#b5cc34;width:100%;float:left;position:relative;}
.rubber-view p{font-family: "Gotham Book";font-size:14px;color:#333;line-height:26px;margin:0;padding:20px 0;}
.rubber-view img{position:absolute;top:-12px;left:8%;}
.polymers-view{text-align:left;padding:0 30px;display:none;background:#c83027;width:100%;float:left;position:relative;}
.polymers-view p{font-family: "Gotham Book";font-size:14px;color:#fff;line-height:26px;margin:0;padding:20px 0;}
.polymers-view img{position:absolute;top:-11px;left:28%;}
.die-view{text-align:left;padding:0 30px;display:none;background:#4d347b;width:100%;float:left;position:relative;}
.die-view p{font-family: "Gotham Book";font-size:14px;color:#fff;line-height:26px;margin:0;padding:20px 0;}
.die-view img{position:absolute;top:-11px;left:89%;}

.RP-view{text-align:left;padding:0 30px;display:none;background:#9a6e56;width:100%;float:left;position:relative;}
.RP-view p{font-family: "Gotham Book";font-size:14px;color:#fff;line-height:26px;margin:0;padding:20px 0;}
.RP-view img{position:absolute;top:-11px;left:49.5%;}
.poly-comp-view{text-align:left;padding:0 30px;display:none;background:#888;width:100%;float:left;position:relative;}
.poly-comp-view p{font-family: "Gotham Book";font-size:14px;color:#fff;line-height:26px;margin:0;padding:20px 0;}
.poly-comp-view img{position:absolute;top:-11px;right:24%;}

.about-global{padding:60px 45px 30px 45px;text-align:center;}
.about-global .col-md-5 img{width:100%;}
.about-global .col-md-7 h1{font-family: "Gotham Medium";font-size:30px;color:#121212;text-align:left;text-transform:uppercase;padding:0;margin:0;}
.about-global .col-md-7 p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;text-align:justify;margin:0;padding:20px 0 0 0;}
.about-global .col-md-7 img{text-align:center;box-shadow:0 0 5px 0 #000;margin:20px 0 0 0;width:42%;}

.border-top{border-top:1px solid #ccc;width:100%;float:left;position:relative;}
.border{width:70%;position:relative;border-top:1px solid #ccc;margin:30px auto;}

.about-velues{background:url(../images/grp-velues.jpg);padding:30px 15px;background-size: cover;margin:0 0 20px 0;}
.about-velues h1{font-family: "Gotham Medium";font-size:30px;color:#121212;text-align:center;text-transform:uppercase;margin:0;}
.about-velues ul{list-style-type:none;color:#121212;font-family: "Gotham Book";}
.about-velues ul li{float:left;text-align:center;text-transform:uppercase;margin:25px 0 0 0;}


.about-awards{background:url(../images/about-awards.jpg) 0 #000 no-repeat;margin:0 0 5px 0;padding:20px 45px;background-size: cover;}
.about-awards h1{font-family: "Gotham Medium";font-size:30px;color:#fff;text-align:left;text-transform:uppercase;margin:0;}
.about-awards p{font-family: "Gotham Book";color:#fff;font-size:14px;line-height:26px;text-align:left;margin:0;padding:20px 0 0 0;}

#about-text-carousel{max-height:204px;width:86%;margin:25px auto 0 auto;}

/* Custom Die Forms */

.die{float:left;width:100%;position:relative;padding:40px 30px;}
.die h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 0;	margin:0;}
.die .die-img{position:absolute;top:-20px;right:15px;}
.die .die-des{margin:0 0 0 0;}
.die .die-des .col-md-3 img{width:100%;height:217px;}
.die .die-des .col-md-3 p{font-family: "Gotham Book";color:#00578f;font-size:12px;margin:0;padding:5px 0 0 0;text-transform:uppercase;}
.die .die-des .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-align:left;text-transform:capitalize;padding:0;}
.die .die-des .col-md-9 p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;text-align:left;padding:20px 0 0 0;margin:0;}
.die-pro-h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-align:left;text-transform:capitalize;padding:0 30px;margin:0 0 0 0;}
.die-product{width:100%;float:left;position:relative;padding: 0 35px;}
.die-product div {padding: 00 6% 0 0;float: left;text-transform: uppercase;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 10px;text-align:left;}
.die-product div img{float: left;padding: 0px 5px 5px 0;}
.die-value{width:100%;position:relative;float:left;margin:10px 0 90px 0;padding: 0 30px;}
.die-value h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-align:left;text-transform:capitalize;padding:0;margin:0 0 0 0;}
.die-value h2{font-family: "Gotham Medium";font-size:20px;color:#000;text-align:left;text-transform:capitalize;padding:0;margin:20px 0;float:left;}
.die-value p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;margin:0;width:100%;float:left;display:flex;}
.die-value p img{float:left;padding:2px 5px 5px 0;width:25px;height:25px;}

/* Polycoat */

.polycoat{float:left;width:100%;position:relative;padding:40px 30px;}
.polycoat h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 0;	margin:0;}
.polycoat .pol-des{margin:0 0 0 0;}
.polycoat .pol-des .col-md-3 img{width:100%;height:200px;}
.polycoat .pol-des .col-md-3 p{font-family: "Gotham Book";color:#00578f;font-size:12px;margin:0;padding:5px 0 0 0;text-transform:uppercase;}
.polycoat .pol-des .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-align:left;text-transform:capitalize;padding:0 0 20px 0;}
.polycoat .pol-des .col-md-9 p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;text-align:justify;padding:0 0 20px 0;margin:0;}
.polycoat .pol-des .col-md-9 .pro-ref{float:left;position:relative;width:305px;margin:0 0 20px 0;}
.polycoat .pol-des .col-md-9 span{font-family: "Gotham Book";color:#000;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.polycoat .pol-des .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 30px 0 10px}

.properties{background: url('../images/patch.jpg') center center no-repeat #fff;padding:40px 45px 30px 30px;background-size: cover;width:100%;position:relative;float:left;margin: 0 0 30px 0;}
.properties h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-align:left;text-transform:uppercase;padding:0;margin:0 0 20px 0;}
.properties p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;margin:0 0 10px 0;display:flow-root;}
.properties p img{float:left;padding:0 5px 8px 0;width:25px;height:25px;margin: 6px 0 0 0;}
.properties p b{padding:0 5px 0 0;}

.applications{padding:0 45px;}
.applications h1{font-family: "Gotham Medium";font-size:20px;color:#000;text-align:left;padding:0;margin:0 0 20px 0;text-transform:uppercase;}
.applications p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;margin:0 0 20px 0;}
.applications h2{font-family: "Gotham Medium";font-size:14px;color:#000;text-align:left;text-transform:capitalize;padding:0;margin:0 0 15px 0;}

.applications span{font-family: "Gotham Book";color:#000;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.applications label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 15px 10px;}

.natural h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-align:left;text-transform:capitalize;padding:0;margin:0 0 20px 15px;}
.natural{width:100%;float:left;position:relative;padding: 0 30px 20px 30px;}
.natural div{width: 100%;padding: 0;float: left;text-transform: uppercase;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.natural div img{float: left;padding: 0px 5px 5px 0;}
.natural h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 5px 15px;text-align:left;margin:0;float:left;width:100%;}

.natural a{background: #bfd730; width: 140px;height:140px;padding: 10px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #00578f;border-radius:50%;margin:10px;text-align:center;}
.natural a:nth-child(2){padding:46px 10px;}
.natural a:nth-child(3){padding:37px 10px;}
.natural a:nth-child(4){padding:37px 10px;}
.natural a:nth-child(5){padding:37px 10px;}
.natural a i{padding:2px 0 0 0;font-size:30px;color:#fff;}
.natural a:hover{color:#fff;text-decoration:none;}
.natural a:hover i{color:#00578f;}

.synonyms{float:left;margin:10px 0 0 0;padding: 0 45px;}
.synonyms h1{font-family: "Gotham Medium";font-size:20px;color:#000;text-align:left;padding:0;margin:0 0 20px 0;text-transform:uppercase;}
.synonyms span{font-family: "Gotham Book";color:#000;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.synonyms label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 15px 10px;}

.pol-downloads{margin:0 0 55px 0;padding:0 45px;}
.pol-downloads h1{font-family: "Gotham Medium";font-size:20px;color:#000;text-align:left;padding:0;margin:0 0 20px 0;text-transform:uppercase;}
.pol-downloads a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.pol-downloads a h1{margin:12px 0 0 0;}
.pol-downloads  a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.pol-downloads a:hover{text-decoration:none;}

.pol-downloads p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.pol-downloads p b{color:#00578f;}



/* contact */

.contacts{float:left;width:100%;position:relative;padding:40px 0 0 0;margin:0 0 10px 0;}
.contacts h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 30px;	margin:0;}
.contact-bg{background:#fff;width:100%;padding:40px 0;float:left;}/*background:url(../images/contact-bg.jpg);*/
.contact-bg h1{font-family: "Gotham Medium";font-size:20px;color:#000;text-align:left;text-transform:uppercase;padding:00 0 0 15px;margin:0 0 20px 0;float:left;}
.contact-bg h1 i{float:left; color:#45c43c;padding:0 10px 0 0;font-size:25px;}
.contact-bg p{font-family: "Gotham Book";font-size:14px;color:#000;text-align:left;text-transform:capitalize;padding:0 0 0 15px;margin:0 0 20px 0;}
.contact-bg p i{float:left; color:#45c43c;padding:5px 10px 0 0;font-size:20px;}
.contact-bg h1 img{float:left; color:#000;padding:0 10px 0 0;font-size:20px;}
.contact-bg span{font-family: "Gotham Book";font-size:14px;color:#000;text-align:left;text-transform:inherit;padding:0 0 0 15px;margin:0 0 0 0;float:left;}
.contact-bg .col-md-6 span img{width:inherit;float:left;}
.contact-bg a{font-weight:600;padding:20px 0 0 20px;font-family: "Gotham Book";font-size:14px;color:#000;text-align:left;text-transform:inherit;margin:0 0 10px 0;float:left;}
.contact-bg .col-md-6 img{width:100%;}
.contact-bg .col-md-6 h1 img{width:auto;}
.email-gap{margin:30px 0 0 0;}
.emails {float:left; margin-right:30px; width:170px}
.grp-cdf {width:190px; margin:0}
.contact-bg .map iframe {width:100%; max-width:580px; height:450px}

/* downloads */

.onload{width:100%;height:100%;position:fixed;background:rgba(0,0,0,.5);z-index:9999;display:none;}
.onload .box{width:500px;background:#08578e;text-align: center;margin:auto;border-radius:10px;box-shadow:0 0 30px 0 #ccc;position:relative;top:25%;padding:30px;}

.onload .box input{width:100%;float:left;border-radius: 5px;border:none;padding:10px;margin:0 0 10px 0;}
.onload .box .download-btn{background:#bfd730;width:50%;text-align: center;float:none;padding:10px 35px;border-radius: 5px;color:#333;font-weight: 600;margin:15px 0 0 0 ;font-family: "Gotham Medium";font-size:12px;letter-spacing: 3px;position: relative;border:none;}
.onload .box p{color:#fff;font-size:12px;font-family: "Gotham Medium";padding:20px 0 0 0;width:100%;text-align: center;margin:0;}

.downloads{width:100%;position:relative;padding:40px 30px 0 30px;}
.downloads h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding-left:15px;margin:0;}

.down-mid{width:100%;padding:0 0 60px 0;float:left;}
.down-mid .col-md-12 img{float:left;margin:20px 0 0 0;}
.down-mid h1{font-family: "Gotham Medium";font-size:20px;color:#000;text-align:left;padding:0;margin:20px 0 ;text-transform:uppercase;width:100%;float:left;}
.down-mid a span{font-family: "Gotham Book";color:#00578f;font-size:12px;line-height:26px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 7px 1px 0;}
.down-mid a{font-family: "Gotham Book";color:#00578f;font-size:12px;line-height:30px;float:left;padding:7px 0 10px 0;width:100%;}
.down-mid .col-md-10 img{float:left;position:relative;padding:0 0 30px 0;}
.down-mid h2{font-family: "Gotham Medium";font-size:30px;color:#000;text-align:left;text-transform:uppercase;padding:0;margin:20px 0;width:100%;float:left;}
.down-mid .h2{margin:20px 0 0 0;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}
img.grp-logo{float: left;position: relative;padding: 0 10px 30px 0!important;margin:20px 0 0 0!important;}

#myModal-education img{margin:0 auto 20px auto;}
.modal-content{background:#08578e;text-align: center;}
.modal-content input{width:100%;float:left;border-radius: 5px;border:none;padding:10px;margin:0 0 10px 0;}
.modal-content .download-btn{background:#bfd730;width:50%;text-align: center;float:none;padding:10px 35px;border-radius: 5px;color:#333;font-weight: 600;margin:15px 0 0 0 ;font-family: "Gotham Medium";font-size:12px;letter-spacing: 3px;position: relative;}
.modal-content p{color:#fff;font-size:12px;font-family: "Gotham Medium";padding:20px 0 5px 0;float:left;width:100%;text-align: center;}


.download-pdf{width:100%;height:100%;background:rgba(0, 0, 0, .5);position:fixed;top:0;z-index:999;}
.download-pdf .form-pdf{width:450px;height:526px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;padding:24px;background: #08578e;text-align:center;}
.download-pdf .form-pdf input{width:100%;float:left;border-radius: 5px;border:none;padding:10px;margin:0 0 10px 0;}
.download-pdf .form-pdf select{width:100%;float:left;border-radius: 5px;border:none;padding:10px;margin:0 0 10px 0;}
.download-pdf .form-pdf .download-btn{background:#bfd730;width:50%;text-align: center;float:none;padding:10px 35px;border-radius: 5px;color:#333;font-weight: 600;margin:15px 0 0 0 ;font-family: "Gotham Medium";font-size:12px;letter-spacing: 3px;position: relative;}
.download-pdf p{color:#fff;font-size:12px;font-family: "Gotham Medium";padding:20px 0 0 0;float:left;width:100%;text-align: center;margin:0;}
.download-pdf .p-tag{padding:0 0 15px 0;}

.csr-policy-pdf {width:100%; height:100%; background:rgba(0, 0, 0, .5); position:fixed; top:0; z-index:999; left:0; right:0; bottom:0; display:none;}
.csr-policy-pdf .form-pdf{width:450px;height:526px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;padding:24px;background: #08578e;text-align:center;}
.csr-policy-pdf .form-pdf input{width:100%;float:left;border-radius: 5px;border:none;padding:10px;margin:0 0 10px 0;}
.csr-policy-pdf .form-pdf select{width:100%;float:left;border-radius: 5px;border:none;padding:10px;margin:0 0 10px 0;}
.csr-policy-pdf .form-pdf .download-btn{background:#bfd730;width:50%;text-align: center;float:none;padding:10px 35px;border-radius: 5px;color:#333;font-weight: 600;margin:15px 0 0 0 ;font-family: "Gotham Medium";font-size:12px;letter-spacing: 3px;position: relative;}
.csr-policy-pdf p{color:#fff;font-size:12px;font-family: "Gotham Medium";padding:20px 0 0 0;float:left;width:100%;text-align: center;margin:0;}

.csr-policy-pdf .p-tag{padding:0 0 15px 0;}

.down-click{font-family:"Gotham Medium";font-size:12px;text-transform:uppercase;position:relative;color:#fff}
.down-click a{font-family:"Gotham Medium";font-size:12px;text-transform:uppercase;position:relative;color:#bfd730;}
.down-click a:hover{color:#bfd730;}

/* grp jb */

.jb{float:left;width:100%;position:relative;padding:40px 30px;}
.jb h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 0;	margin:0;}
.jb .jb-img{position:absolute;top:-20px;right:15px;}
.jb .jb-des{margin:10px 0 0 0;}
.jb .jb-des .col-md-5 img{width:100%;box-shadow:0 0 12px 1px #ccc;}
.jb .jb-des .col-md-7 p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;margin:0;}

.jv-marangoni{float:left;width:100%;position:relative;padding:40px 30px;background:url(../images/jv-bg.jpg);background-size:cover;}
.jv-marangoni h1{color:#bfd730;font-family: "Gotham Medium";font-size:30px;text-transform:uppercase;padding:0 0 20px 0;	margin:0; text-align:left;}
.jv-marangoni .col-md-12 p{font-family: "Gotham Book";color:#fff;font-size:14px;line-height:26px;margin:0;}

.jv-value{width:100%;position:relative;float:left;padding:40px 30px 40px 30px;}
.jv-value .col-md-12 .col-md-6 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-align:left;text-transform:uppercase;padding:0;margin:0 0 20px 0;}
.jv-value .col-md-12 .col-md-6 p{font-family: "Gotham Book";color:#121212;font-size:14px;line-height:26px;margin:0;padding:0 0 10px 0;text-align:left;}
.jv-value .col-md-12 .col-md-6 p img{float:left;margin:3px 10px 0 0;padding:0 0 5px 0;width:25px;height:25px;}
.jv-value .col-md-12 .col-md-6 .value1-view{width:85%;float:left;position:relative;margin:10px 0 0 0;}

.jv-value2{width:100%;position:relative;float:left;padding:40px 30px 40px 30px;background:#efefef;}
.jv-value2 .col-md-12 .col-md-6 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-align:left;text-transform:uppercase;padding:0;margin:0 0 20px 0;}
.jv-value2 .col-md-12 .col-md-6 p{font-family: "Gotham Book";color:#121212;font-size:14px;line-height:26px;margin:0;padding:0 0 10px 0;text-align:left;}
.jv-value2 .col-md-12 .col-md-6 p img{float:left;margin:3px 10px 0 0;padding:0 0 5px 0;width:25px;height:25px;}
.jv-value2 .col-md-12 .col-md-6 img{width:99%;}
.jv-value2 .col-md-12 .col-md-6 .value1-view{width:85%;float:left;position:relative;margin:10px 0 0 0;}
.jv-value2 .col-md-12 .col-md-6 .value1-view img{width:auto;}


.ringr-bg{width:100%;float:left;position:relative;margin:0 0 0 0; padding:40px 00 0 0;}
.ringr-bg .ring-tab{width:100%;float:left;padding:0 0 0 18px;}
.ringr-bg .ring-tab h2{font-family: "Gotham Medium";color:#00578f;font-size:30px;text-align:center;float:left;margin:0 20px;cursor:pointer;}
.ringr-bg .ring-tab .active{color:#00578f;}
.ringr-bg .ring-view{width:100%;position:relative;float:left;background:#fff;border-top:1px solid #9e9e9e;margin:20px 0 0 0;display:block;}
.ringr-bg .ring-view .ring-arrow{position:absolute;top:-4px;left:34%;}
.ringr-bg .ring-view .ring-cont{margin:40px 0;width:100%;float:left;padding:0 45px;}
.ringr-bg .ring-view .ring-cont .col-md-8 h1{font-family: "Gotham Medium";color:#00578f;font-size:30px;text-align:left;float:left;margin:4px 0 0 0;width:100%;}
.ringr-bg .ring-view .ring-cont .col-md-4 img{width:100%;position:relative;}
.ringr-bg .ring-view .ring-cont .col-md-8 p{font-family: "Gotham Book";color: #121212;font-size: 14px;line-height: 26px;margin: 0;padding:10px 0 0 0;text-align: left;float:left;}

#ringr-bg2{background:#efefef;padding:20px 00 0 0;}
.ringr-bg .not-ring-view{width:100%;position:relative;float:left;border-top:1px solid #9e9e9e;margin:20px 0 0 0;}
.ringr-bg .not-ring-view .ring-arrow{position:absolute;top:-4px;right:39%;}
.ringr-bg .not-ring-view .ring-cont{margin:40px 0;width:100%;float:left;padding:0 45px;}
.ringr-bg .not-ring-view .ring-cont .col-md-4 img{width:100%;position:relative;}
.ringr-bg .not-ring-view .ring-cont .col-md-8 h1{font-family: "Gotham Medium";color:#00578f;font-size:30px;text-align:left;float:left;margin:0;width:100%;}
.ringr-bg .not-ring-view .ring-cont .col-md-8 p{font-family: "Gotham Book";color: #121212;font-size: 14px;line-height: 26px;margin: 0;padding:10px 0 0 0;text-align: left;float:left;}
.ringr-bg .not-ring-view .ring-cont .col-md-8 ul{width:100%;position:relative;float:left;list-style-type:none;padding:0;margin:20px 0 0 0;}
.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li{width:29%;float:left;margin:0 20px;}
.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li:nth-child(1){margin:0 20px 0 0;}
.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li:nth-child(3){margin:0 0 0 20px;}
.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li h1{font-size:24px;color:#131313;font-family:"Gotham Book";}
.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li p{font-size:14px;color:#131313;font-family:"Gotham Book";}





.jv-value .col-md-12 .col-md-6 h1:after {display:none;}

.jv-value .col-md-12 .col-md-6 p b{color:#013057;}
.jv-value .col-md-12 .col-md-6:nth-child(1){border-right:none;}/*2px dashed #3d3d3d*/


.jv-value1-btn {background: #08578e;font-size: 14px;text-transform: uppercase;color: #fff !important;padding: 8px 30px;}
.jv-value2-btn {background: #08578e;font-size: 14px;text-transform: uppercase;color: #fff !important; padding: 8px 30px;margin:30px 0 0 0;float:left;}

.jv-products{width:100%;float:left;position:relative;margin:40px 0;}
.jv-products h1{font-family: "Gotham Medium";font-size:30px;color:#00578f;padding:0;margin:0 0 15px 0;text-transform:uppercase;text-align:center;}
.jv-products .jv-border{width:100px;margin:0 auto;border-top:1px solid #ccc;}
.jv-products .mid{width:80%;margin:30px auto;position:relative;}
.jv-products .mid .col-md-6 img{width:100%;}
.jv-products .mid .col-md-6 h1{font-family: "Gotham Medium";font-size:24px;color:#333333;padding:0;margin:0 0 15px 0;text-transform:uppercase;text-align:left;}
.jv-products .mid .col-md-6 p{font-family: "Gotham Book";color:#666666;font-size:14px;line-height:26px;margin:0;padding:0 0 10px 0;text-align:left;}

.jv-ringtread{width:100%;float:left;position:relative;margin:0;padding:0 45px;}
.jv-ringtread h1{font-family: "Gotham Medium";font-size:30px;color:#00578f;text-align:left;padding:0;margin:0 0 15px 15px;text-transform:uppercase}
.jv-ringtread span{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-align:left;padding:0;margin:0 0 15px 15px;text-transform:uppercase;width:100%;float:left;}
.jv-ringtread p{font-family: "Gotham Book";color:#121212;font-size:14px;line-height:26px;margin:0;padding:0 0 10px 15px;text-align:left;}
.jv-ringtread .col-md-4 img{width:100%;}

.jv-slider{width:100%;position:relative;float:left;margin:40px 0;padding:0 45px;}
.jv-slider h1{font-family: "Gotham Medium";font-size:30px;color:#00578f;text-align:left;padding:0;margin:0 0 15px 0;text-transform:uppercase;line-height:40px;}


#text-carousel1 {
    height: 204px;
    width: 890px;
    margin: 25px auto 0 auto;
}
.jv-slider .glyphicon-chevron-left{top:90%;    margin-left: -2px;}
.jv-slider .glyphicon-chevron-right{top:90%;right:25px;}

.jv-map{background:#f2f2f2;background-size: cover;width:100%;padding:40px 30px;float:left;text-align:left;margin:0 0 90px 0;}
.jv-map h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-align:left;padding:0;margin:0 0 15px 15px;text-transform:uppercase;line-height:40px;}
.jv-map ul {width:100%;margin: 0 auto;text-align:left;padding:0 0 10px 20px;}
.jv-map ul li{display:inline-block;color:#121212;font-size:14px;font-family: "Gotham Book";text-transform:uppercase;}
.jv-map ul li:nth-child(1){font-weight:800;font-family: "Gotham Medium";}


/* investors */
.investors-tabs{width:calc(100% - 90px);position:relative;margin:20px 45px;background:#00578f;padding:30px 22%;text-align:center;}
.investors-tabs a{color:#fff;padding:0 20px;line-height:40px;font-size:14px;font-family: "Gotham Book";margin:10px 0;}
.investors-tabs .active{padding:10px 20px;background:#fff;color:#00578f;border-radius:25px;}
.investors-tabs a:hover{text-decoration:none;cursor:pointer;}

.inv-desc {width:100%; position:relative; margin:0 0 70px; display:none; padding:0 45px; font-family:"Gotham Book"}
.inv-desc.inv-ar {display:block}
.inv-desc h2, .inv-desc h3, .inv-desc h4 {font-family:"Gotham Medium"; font-size:20px; margin:0 0 5px; text-transform:uppercase; line-height:40px}
.inv-desc .desc-col {float:left; width:33.33%; margin-bottom:20px}
.inv-desc h2 span {font-size:11px; display:block; line-height:0}
.inv-desc a {color:#00578f; font-size:12px; padding:10px 0 15px; line-height:23px; display:block}
.inv-desc > a {width:33.33%; float:left; padding:10px 15px 10px 0}
.inv-desc a i {font-size:10px; line-height:23px; border:1px solid #bfd730; border-radius:50%; width:25px; height:25px; float:left; text-align:center; margin:0 5px 3px 0}
.inv-desc h3 {font-size:16px}
.inv-desc ul {padding:0}
.inv-desc ul li {float:left; list-style:none; width:25%}

.inv-ar.inv-desc a {padding:20px 0 5px}

.inv-irq h4 {font-size:14px}
.inv-irq p {margin:-10px 0 20px}
.inv-irq p a {font-size:14px; padding:0; display:inline}

.csr{float:left;width:100%;position:relative;padding:40px 30px;}
.csr h1{font-family: "Gotham Medium";font-size:27px;color:#333;text-transform:uppercase;padding:0 0 0 0;	margin:0;}
.csr .csr-des{margin:0 0 0 0;}
.csr .csr-des .col-md-6 img{width:100%;box-shadow:0 0 12px 1px #ccc;}
.csr .csr-des .col-md-6 p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;margin:20px 0;text-align:left;}

.csr-cp{background:#f2f2f2;padding:0 30px;width:100%;position:relative;float:left;}
.csr-cp .cp-des{width:100%;position:relative;float:left;text-align:center;}
.csr-cp h1{font-family: "Gotham Medium";font-size:30px;color:#000;padding:0;margin:20px 0 15px 0;text-transform:uppercase;line-height:40px;}
.csr-cp .cp-des .col-md-6 img{width:103%;height: 780px;}
.csr-cp .cp-des .col-md-6 p{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;margin:20px 0;text-align:left;}
.csr-cp .csr-policy  {margin:20px 0;}
.csr-cp .csr-policy a{margin:20px 0;text-align:center;cursor:pointer;}
.csr-cp .csr-policy a i{margin:3px 5px 0 0;}
#csr-policy-view .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #000;
    padding: 4px 9px;
    border-radius: 50%;
}

.society {
    width: 100%;
    position: relative;
    background: #fff;
    background-size: cover;
    padding: 0 30px 30px 30px;
}

.society h3 {
    font-size: 30px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    color: #00578f;
    position: relative;
}

.society-wrapper {
    width: 97%;
    margin: 20px auto;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    padding: 30px;
}


.education{background:#00578f;}
.livelihood{background:#71bf44;}
.healthcare{background:#00b4f1;width:100%}
.women{background:#00b3bd;text-align:center;}
.women p{text-align:left;line-height:22px;}
.women a{text-align:center;color:#fff;}
.women .women-div a{text-align:left;color:#fff;margin:17px 0 0 0;float:left;}

#myModal-case{background:rgba(0,0,0,.6);padding:20px;}
#myModal-case .close{position: absolute;top: -20px;right: -20px;background: #000;padding: 4px 9px;border-radius: 50%;}
#myModal-case .modal-dialog{width:600px;height:400px;margin:108px auto;}
#myModal-case .modal-content{border:5px solid #fff;background:#efefef;}

#myModal-case .modal-content .cose-img{float:left;width:200px;}
#myModal-case .modal-content .cose-img img{width:100%;}
#myModal-case .modal-content .cose-pera{width:311px;float:left;margin:0 0 17px 30px;height:275px;overflow:hidden;position:relative;}
#myModal-case h1{font-size:20px;color:#00b3bd;font-family:"Gotham Book";text-align:left;margin:0 0 10px}
#myModal-case p{text-align:left;font-family:"Gotham Book";color:#000;padding:0 0 10px 0}

#text-carousel2 {max-height: 390px;width: 51.5%;float:left;}
#text-carousel2 .carousel-inner > .item > img{display: block;width: 91%;height: auto;float: left;margin: 7px 10px 10px 24px;}
#text-carousel2 .carousel-control .glyphicon-chevron-left{margin-left:0;}

#text-carousel3 {max-height: 390px;width: 51.5%;float:left;}
#text-carousel3 .carousel-inner > .item > img{display: block;width: 91%;height: auto;float: left;margin: 7px 0 10px 24px;}
#text-carousel3 .carousel-control .glyphicon-chevron-left{margin-left:0;}

#text-carousel4 {max-height: 390px;width: 51.5%;float:left;}
#text-carousel4 .carousel-inner > .item > img{display: block;width: 91%;height: auto;float: left;margin: 7px 0 10px 24px;}
#text-carousel4 .carousel-control .glyphicon-chevron-left{margin-left:0;}

#text-carousel5 {max-height: 390px;width: 51.5%;float:left;margin:2px 0 30px 0;}
#text-carousel5 .carousel-inner > .item > img{display: block;width: 91%;height: auto;float: left;margin: 7px 0 10px 24px;}
#text-carousel5 .carousel-control .glyphicon-chevron-left{margin-left:0;}

.society span{font-family: "Gotham Book";color:#333;font-size:14px;line-height:26px;margin:10px 0;text-align:left;padding:0 15px;width:100%;float:left;}
/* INDUSTRIAL POLYMERS INDUSTRIAL */

#ind-pol-pro1 {background:#fff;padding:30px 60px;border:1px solid #ccc;border-right:none;color:#121212;text-align:center;}
#ind-pol-pro1 h2{font-family: "Gotham Book";font-size:14px;color:#00578f;text-transform:uppercase;padding:0 0 30px 0;text-align:center;	margin:0;}
#ind-pol-pro1 h1{font-family: "Gotham Medium";font-size:30px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:center;margin:0;}
#ind-pol-pro1 .h1-border{width:100px;margin: 0 auto 20px auto;position:relative;border-top:1px solid #ccc;}
#ind-pol-pro1 a{color:#121212;line-height:45px;padding:10px 20px;cursor:pointer;}
#ind-pol-pro1 a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}

#ind-pol-app1 {background:#00578f;padding:30px 60px;border:1px solid #ccc;border-left:none;color:#fff;text-align:center;}
#ind-pol-app1 h2{font-family: "Gotham Book";font-size:14px;color:#c8f204;text-transform:uppercase;padding:0 0 30px 0;text-align:center;	margin:0;}
#ind-pol-app1 h1{font-family: "Gotham Medium";font-size:30px;color:#fff;text-transform:capitalize;padding:0 0 20px 0;text-align:center;margin:0;}
#ind-pol-app1 .h1-border{width:100px;margin: 0 auto 20px auto;position:relative;border-top:1px solid #ccc;}
#ind-pol-app1 a{color:#fff;line-height:45px;padding:10px 20px;cursor:pointer;}
#ind-pol-app1 a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}

.ind-pol-app-n6a{width:100%;position:relative;float:left;display:block;padding:0 30px 40px 30px;}
.ind-pol-app-n6a h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6a .col-md-3 img{width:100%;height:200px;}
.ind-pol-app-n6a .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6a .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6a .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 30px 10px;cursor:pointer;}
.ind-pol-app-n6a .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;cursor:pointer;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-app-n6a .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:capitalize;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-app-n6a .pol-prop{margin:0;}
.ind-pol-app-n6a .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:0 0 0 15px;text-align:left;margin:0;float:left;}
.ind-pol-app-n6a .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.ind-pol-app-n6a .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.pol-prop3 .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 10px 0;text-align:left;margin:0;float:left;}
.ind-pol-app-n6a .pol-prop {font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 5px 0;width:100%;float:left;}
.ind-pol-app-n6a .pol-prop {float: left;padding: 0px 5px 5px 0;}
.pol-prop3 .green-strap{width:100%;position:relative;float:left;margin:0 0 30px 0;}
.pol-prop3 .green-strap .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 0;text-align:left;}
.pol-prop3 .green-strap .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6a .green-strap2{width:100%;position:relative;float:left;margin:0 0 10px 0;padding: 0 00 0 15px;}
.ind-pol-app-n6a .green-strap2 .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 0;text-align:left;}
.ind-pol-app-n6a .green-strap2 .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6a a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-app-n6a a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-app-n6a .ind-pol-load{margin:30px 0 30px 0;}
.ind-pol-app-n6a .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-app-n6a .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-app-n6a p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 20px 0;width:100%;float:left;}



.ind-pol-app-n6c{width:100%;position:relative;float:left;padding:0 30px 40px 30px;}
.ind-pol-app-n6c h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6c .col-md-3 img{width:100%;}
.ind-pol-app-n6c .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6c .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 0 0;text-align:left;margin:0;}
.ind-pol-app-n6c .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 30px 10px;cursor:pointer;}
.ind-pol-app-n6c .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;cursor:pointer;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-app-n6c .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:capitalize;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-app-n6c .pol-prop{margin:0 0 0 0;}
.ind-pol-app-n6c .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-app-n6c .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.ind-pol-app-n6c .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6c .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-app-n6c .green-strap .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-app-n6c .green-strap .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6c .green-strap2{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-app-n6c .green-strap2 .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-app-n6c .green-strap2 .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}

.ind-pol-app-n6c a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-app-n6c a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-app-n6c .ind-pol-load{margin:30px 0 30px 0;}
.ind-pol-app-n6c .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-app-n6c .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-app-n6c p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 0 0;width:100%;float:left;}

.ind-pol-app-n6e{width:100%;position:relative;float:left;padding:0 30px 40px 30px;}
.ind-pol-app-n6e h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6e .col-md-3 img{width:100%;}
.ind-pol-app-n6e .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6e .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 0 0;text-align:left;margin:0;}
.ind-pol-app-n6e .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 30px 10px;cursor:pointer;}
.ind-pol-app-n6e .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;cursor:pointer;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-app-n6e .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:capitalize;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-app-n6e .pol-prop{margin:0 0 0 0;}
.ind-pol-app-n6e .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-app-n6e .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.ind-pol-app-n6e .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6e .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-app-n6e .green-strap .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-app-n6e .green-strap .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6e .green-strap2 .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-app-n6e .green-strap2 .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6e a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-app-n6e a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-app-n6e .ind-pol-load{margin:30px 0 30px 0;}
.ind-pol-app-n6e .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-app-n6e .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-app-n6e p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 0 0;width:100%;float:left;}

.ind-pol-app-n6i{width:100%;position:relative;float:left;padding:0 30px 30px 30px;}
.ind-pol-app-n6i h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6i .col-md-3 img{width:100%;}
.ind-pol-app-n6i .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-app-n6i .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 0 0;text-align:left;margin:0;}
.ind-pol-app-n6i .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 30px 10px;cursor:pointer;}
.ind-pol-app-n6i .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;cursor:pointer;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-app-n6i .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:capitalize;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-app-n6i .pol-prop{margin:0 0 0 0;}
.ind-pol-app-n6i .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-app-n6i .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.ind-pol-app-n6i .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6i .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-app-n6i .green-strap .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-app-n6i .green-strap .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6i .green-strap2 .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-app-n6i .green-strap2 .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-app-n6i a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-app-n6i a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-app-n6i .ind-pol-load{margin:30px 0 30px 0;}
.ind-pol-app-n6i .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-app-n6i .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-app-n6i p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 0 0;width:100%;float:left;}


/* INDUSTRIAL POLYMERS PRODUCTS */

.ind-pol-pro{float:left;width:100%;position:relative;padding:40px 30px;}
.ind-pol-pro h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 0;	margin:0;}
.ind-pol-pro img{position:absolute;top:-20px;right:15px;}
.ind-pol-pro-tabs{width:100%;position:relative;float:left;margin:0px 0 0 0;}
#ind-pol-pro {background:#00578f;padding:20px 20px;border:1px solid #ccc;border-right:none;color:#fff;text-align:center;}
#ind-pol-pro h2{font-family: "Gotham Book";font-size:14px;color:#c8f204;text-transform:uppercase;padding:0 0 10px 0;text-align:center;	margin:0;}
#ind-pol-pro h1{font-family: "Gotham Medium";font-size:30px;color:#fff;text-transform:capitalize;padding:0 0 10px 0;text-align:center;margin:0;}
#ind-pol-pro .h1-border{width:100px;margin: 0 auto 30px auto;position:relative;border-top:1px solid #ccc;}
#ind-pol-pro a{color:#fff;line-height:35px;padding:10px 20px;cursor:pointer;}
#ind-pol-pro a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}

#ind-pol-app {background:#fff;padding:20px 20px;border:1px solid #ccc;border-left:none;color:#121212;text-align:center;}
#ind-pol-app h2{font-family: "Gotham Book";font-size:14px;color:#00578f;text-transform:uppercase;padding:0 0 10px 0;text-align:center;	margin:0;}
#ind-pol-app h1{font-family: "Gotham Medium";font-size:30px;color:#121212;text-transform:capitalize;padding:0 0 10px 0;text-align:center;margin:0;}
#ind-pol-app .h1-border{width:100px;margin: 0 auto 30px auto;position:relative;border-top:1px solid #ccc;}
#ind-pol-app a{color:#121212;line-height:35px;padding:10px 20px;cursor:pointer;}
#ind-pol-app a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}


#ind-pol-pro2 {background:#fff;padding:20px 48px;border:1px solid #ccc;border-right:none;color:#fff;text-align:center;}
#ind-pol-pro2 h2{font-family: "Gotham Book";font-size:14px;color:#00578f;text-transform:uppercase;padding:0 0 10px 0;text-align:center;	margin:0;}
#ind-pol-pro2 h1{font-family: "Gotham Medium";font-size:30px;color:#121212;text-transform:capitalize;padding:0 0 10px 0;text-align:center;margin:0;}
#ind-pol-pro2 .h1-border{width:100px;margin: 0 auto 30px auto;position:relative;border-top:1px solid #ccc;}
#ind-pol-pro2 a{color:#121212;line-height:35px;padding:10px 20px;cursor:pointer;}
#ind-pol-pro2 a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}


#ind-pol-app2 {background:#00578f;padding:20px 38px;border:1px solid #ccc;border-left:none;color:#121212;text-align:center;}
#ind-pol-app2 h2{font-family: "Gotham Book";font-size:14px;color:#c8f204;text-transform:uppercase;padding:0 0 10px 0;text-align:center;	margin:0;}
#ind-pol-app2 h1{font-family: "Gotham Medium";font-size:30px;color:#fff;text-transform:capitalize;padding:0 0 10px 0;text-align:center;margin:0;}
#ind-pol-app2 .h1-border{width:100px;margin: 0 auto 30px auto;position:relative;border-top:1px solid #ccc;}
#ind-pol-app2 a{color:#fff;line-height:35px;padding:10px 20px;cursor:pointer;}
#ind-pol-app2 a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}




.ind-pol-pro-rn6g{width:100%;position:relative;float:left;display:block;margin:0 0 30px 0;padding:0 30px;}
.ind-pol-pro-rn6g h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-rn6g .h1{color:#00578f;}
.ind-pol-pro-rn6g .col-md-3 img{width:100%;height:290px;}
.ind-pol-pro-rn6g .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-rn6g .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-rn6g .col-md-9 .pro-des{width:333px;float:left;position:relative;}
.ind-pol-pro-rn6g .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 20px 10px;}
.ind-pol-pro-rn6g .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-rn6g .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:inherit;padding:0 0 20px 0;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-rn6g .pol-prop{margin:10px 0 0 0;}
.ind-pol-pro-rn6g .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:0 0 20px 15px;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-rn6g .green-strap{width:100%;position:relative;float:left;margin:20px 0 20px 0;}
.ind-pol-pro-rn6g .green-strap .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-rn6g .green-strap .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-rn6g p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;text-align:left;}
.ind-pol-pro-rn6g p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-rn6g .ind-pol-load{margin:0 0 30px 0;}
.ind-pol-pro-rn6g .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-rn6g .ind-pol-load a h1{margin:12px 0 0 0;}
.ind-pol-pro-rn6g .ind-pol-load  a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-rn6g .ind-pol-load a:hover{text-decoration:none;}

.ind-pol-pro-rn6g .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-rn6g .ind-pol-load span b{color:#00578f;}

.ind-pol-pro-rn6u{width:100%;position:relative;float:left;margin:0 0 30px 0;padding:0 30px;}
.ind-pol-pro-rn6u h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-rn6u .h1{color:#00578f;}
.ind-pol-pro-rn6u .col-md-3 img{width:100%;height:370px;}
.ind-pol-pro-rn6u .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-rn6u .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-rn6u .col-md-9 .pro-des, .ind-pol-pro-mn6 .col-md-9 .pro-des {width: 100%;float: left;position: relative;}
.ind-pol-pro-rn6g .col-md-9 .pro-des {width:100%}
.ind-pol-pro-rn6u .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 20px 10px;width:80%;}
.ind-pol-pro-rn6u .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-rn6u .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:inherit;padding:0 0 20px 0;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-rn6u .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:10px 0 20px 15px;text-align:left;margin:0;float:left;}
.ind-pol-pro-rn6u .green-strap p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;padding:0 0 0 15px;}
.ind-pol-pro-rn6u .green-strap p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-rn6u .green-strap{width:100%;position:relative;float:left;margin:0 0 40px 0;}
.ind-pol-pro-rn6u .green-strap .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-rn6u .green-strap .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-rn6u p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;text-align:left;}
.ind-pol-pro-rn6u p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-rn6u .ind-pol-load{margin:0 0 30px 0;}
.ind-pol-pro-rn6u .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-rn6u .ind-pol-load a h1{margin:12px 0 0 0;}
.ind-pol-pro-rn6u .ind-pol-load  a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-rn6u .ind-pol-load a:hover{text-decoration:none;}
.ind-pol-pro-rn6u .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-rn6u .ind-pol-load span b{color:#00578f;}


.ind-pol-pro-mn6{width:100%;position:relative;float:left;margin:0 0 50px 0;padding:0 30px;}
.ind-pol-pro-mn6 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-mn6 .h1{color:#00578f;}
.ind-pol-pro-mn6 .col-md-3 img{width:100%;height:311px;}
.ind-pol-pro-mn6 .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 0 0;text-align:left;margin:0;}
.ind-pol-pro-mn6 .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:20px 0 0 0;text-align:left;margin:0;}
.ind-pol-pro-mn6 .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 20px 10px;width:80%;}
.ind-pol-pro-mn6 .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-mn6 .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:inherit;padding:20px 0;text-align:left;margin:0;float:left;}
.pol-prop2{background: url('../images/patch.jpg') center center no-repeat #fff;padding:0 45px;background-size: cover;margin:0 0 20px 0;width:100%;float:left;}
.pol-prop2 .col-md-4{border-right:1px solid rgba(0, 0, 0, .5);padding:20px 0 25px 0;}
.pol-prop2 .col-md-8{padding:20px 45px;}
.pol-prop2 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.pol-prop2 p{font-family: "Gotham Book";color: #121212;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;display:flex;}
.pol-prop2 p img{float: left;padding: 0px 5px 5px 0;width:25px;height:25px;}

.pol-prop1{background: url('../images/patch.jpg') center center no-repeat #fff;padding:0 45px;background-size: cover;margin:0 0 20px 0;width:100%;float:left;}
.pol-prop1 .col-md-4{padding:20px 0 25px 0;}
.pol-prop1 .col-md-8{border-left:1px solid rgba(0, 0, 0, .5);padding:20px 45px 25px 45px;}
.pol-prop1 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.pol-prop1 p{font-family: "Gotham Book";color: #121212;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;display:flex;}
.pol-prop1 p img{float: left;padding: 0px 5px 5px 0;width:25px;height:25px;}

.pol-prop3{background: url('../images/patch.jpg') center center no-repeat #fff;padding:20px 45px 0 45px;background-size: cover;margin:0 0 20px 0;float:left;}
.pol-prop4{background: url('../images/patch.jpg') center center no-repeat #fff;padding:40px 0 40px 0;background-size: cover;margin:0 0 20px 0;float:left;width:100%;}
.pol-prop5{background: url('../images/patch.jpg') center center no-repeat #fff;padding:40px 45px 40px 0;background-size: cover;margin:0 0 20px 0;float:left;width:100%;}

.ind-pol-pro-mn6 .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 15px;text-align:left;margin:0;float:left;}
.ind-pol-pro-mn6 .green-strap p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 0 0;width:100%;float:left;padding:0 0 0 15px;}
.ind-pol-pro-mn6 .green-strap p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-mn6 .green-strap{width:100%;position:relative;float:left;margin:0 0 30px 0;}
.ind-pol-pro-mn6 .green-strap .col-md-4 div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-mn6 .green-strap .col-md-4 div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-mn6 p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;text-align:left;}
.ind-pol-pro-mn6 p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-mn6 .ind-pol-load{margin:0 0 30px 0;}
.ind-pol-pro-mn6 .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-mn6 .ind-pol-load a h1{margin:12px 0 0 0;}
.ind-pol-pro-mn6 .ind-pol-load  a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-mn6 .ind-pol-load a:hover{text-decoration:none;}
.ind-pol-pro-mn6 .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-mn6 .ind-pol-load span b{color:#00578f;}


/* news */

.news{float:left;width:100%;position:relative;padding:40px 30px;}
.news h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 0;	margin:0;}
.news p{font-family: "Gotham Book";font-size:14px;color:#333;text-transform:none;padding:0 0px;	margin:0;text-align:left;}
.news-penal{width:100%;padding:0 30px;float:left;position:relative;margin:0 0 60px 0;}
.news-penal .col-md-12{margin:0 0 60px 0;}
.news-penal .date{width:90px;float:left;position:relative;border:1px solid #ccc;text-align:center;padding:10px;margin:0 10px 0 0;}
.news-penal .date span{font-family:"Gotham Book";font-size:15px;color:#999;text-align:center;border-bottom:1px solid #ccc;width:100%;float:left;padding:0 0 5px 0;text-transform:uppercase;}
.news-penal .date p{font-family:"Gotham Book";font-size:24px;color:#999;text-align:center;width:100%;float:left;margin:0;padding:5px 0 0 0;line-height:20px;text-transform:uppercase;}
.news-penal h1{font-family: "Gotham Medium";font-size:18px;color:#00578f;text-transform:uppercase;padding:0;margin:0;line-height:26px;}
.news-penal img{float:left;width:100%;margin:20px 0;}
.news-penal a{font-family:"Gotham Book";font-size:14px;color:#00578f;text-align:left;width:100%;float:left;margin:0;padding:0 0 0 0;cursor:pointer;}

/* article */

.article{float:left;width:100%;position:relative;padding: 60px 0 0 0;}
.article h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 30px 0;	margin:0;}
.article .article-view{width:100%;position:relative;float:left;padding:60px 0;}
.article .article-view .col-md-5 img{float:left;width:100%;margin:0 0 0 0;}
.article .article-view .col-md-7 h1{font-family: "Gotham Medium";font-size:30px;color:#00578f;text-transform:uppercase;padding:0 0 30px 0;	margin:0;}
.article .article-view .col-md-7 p{font-family: "Gotham Book";font-size:14px;color:#333;text-transform:none;padding:30px 0 0 0;	margin:0;text-align:justify;}
.article .col-md-12 p{font-family: "Gotham Book";font-size:14px;color:#333;text-transform:none;padding:30px 0 0 0;	margin:0;text-align:justify;}

/* Synthetic Rubber Reclaim */

.rec-rub-pro{float:left;width:100%;position:relative;padding:60px 0;}
.rec-rub-pro h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 30px 0;	margin:0;}
.rec-rub-pro-tabs{width:100%;position:relative;float:left;margin:60px 0 0 0;}
#rec-rub-srr1 {background:#00578f;padding:20px 40px;border:1px solid #ccc;border-right:none;color:#fff;text-align:center;}
#rec-rub-srr1 h2{font-family: "Gotham Book";font-size:14px;color:#c8f204;text-transform:uppercase;padding:0 0 10px 0;text-align:center;	margin:0;}
#rec-rub-srr1 h1{font-family: "Gotham Medium";font-size:30px;color:#fff;text-transform:capitalize;padding:0 0 10px 0;text-align:center;margin:0;}
#rec-rub-srr1 .h1-border{width:100px;margin: 0 auto 30px auto;position:relative;border-top:1px solid #ccc;}
#rec-rub-srr1 a{color:#fff;line-height:35px;padding:10px 20px;cursor:pointer;}
#rec-rub-srr1 a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}

#rec-rub-nrr1 {background:#fff;padding:20px 60px;border:1px solid #ccc;border-right:none;color:#121212;text-align:center;}
#rec-rub-nrr1 h2{font-family: "Gotham Book";font-size:14px;color:#00578f;text-transform:uppercase;padding:0 0 10px 0;text-align:center;	margin:0;}
#rec-rub-nrr1 h1{font-family: "Gotham Medium";font-size:30px;color:#121212;text-transform:capitalize;padding:0 0 10px 0;text-align:center;margin:0;}
#rec-rub-nrr1 .h1-border{width:100px;margin: 0 auto 30px auto;position:relative;border-top:1px solid #ccc;}
#rec-rub-nrr1 a{color:#121212;line-height:35px;padding:10px 20px;cursor:pointer;}
#rec-rub-nrr1 a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}
.ind-pol-pro-br1{width:100%;position:relative;float:left;display:block;margin:0 0 20px 0;padding:0 30px;}
.ind-pol-pro-br1 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:10px 0 20px 0;text-align:left;margin:0;width:90%;float:left;}
.ind-pol-pro-br1 .h1{color:#00578f;}
.ind-pol-pro-br1 .col-md-3 img{width:100%;height:405px;}
.ind-pol-pro-br1 .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-br1 .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-br1 .col-md-9 .pro-ref{float:left;position:relative;width:203px;}
.ind-pol-pro-br1 .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 20px 10px;}
.ind-pol-pro-br1 .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-br1 .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-br1 .pol-prop{margin:0 0 0 0;}
.ind-pol-pro-br1 .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-br1 .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 0 0;width:100%;float:left;}
.ind-pol-pro-br1 .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-br1 .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-pro-br1 .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 5px 15px;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-br1 .green-strap div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-br1 .green-strap div img{float: left;padding: 0px 5px 5px 0;}

.ind-pol-pro-br1 .green-strap a{background: #bfd730; width: 140px;height:140px;padding: 10px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 16px;color: #00578f;border-radius:50%;margin:10px;text-align:center;line-height:20px;}
.ind-pol-pro-br1 .green-strap a:nth-child(1){padding:34px 10px;}
.ind-pol-pro-br1 .green-strap a:nth-child(2){padding:34px 10px;}
.ind-pol-pro-br1 .green-strap a:nth-child(3){padding:44px 10px;}
.ind-pol-pro-br1 .green-strap a:nth-child(4){padding:36px 10px;}
.ind-pol-pro-br1 .green-strap a:nth-child(5){padding:48px 10px;}
.ind-pol-pro-br1 .green-strap a:nth-child(6){padding:48px 10px;}
.ind-pol-pro-br1 .green-strap a:nth-child(7){padding:48px 10px;}
.ind-pol-pro-br1 .green-strap a i{padding:2px 0 0 0;font-size:30px;color:#fff;}
.ind-pol-pro-br1 .green-strap a:hover{color:#fff;text-decoration:none;}
.ind-pol-pro-br1 .green-strap a:hover i{color:#00578f;}
.ind-pol-pro-br1 table{width:100%;position:relative;float:left;table-layout:fixed;background:#efefef;margin:0 0 10px 0;text-align:center;}
.ind-pol-pro-br1 table tr{padding:0 30px;}
.ind-pol-pro-br1 table tr th{text-align:center;padding:20px 0;border-bottom:1px solid #333;font-family: "Gotham Medium";font-weight:bold;color:#666;font-size:14px;}
.ind-pol-pro-br1 table tr th:nth-child(1){color:#000;text-align:left;padding:20px;}
.ind-pol-pro-br1 table tr td{text-align:center;padding:20px;border-bottom:1px solid #333;font-family: "Gotham Medium";color:#43484d;font-size:24px;}
.ind-pol-pro-br1 table tr td:nth-child(1){color:#000;font-family: "Gotham Book";text-align:left;font-size:14px;}
.ind-pol-pro-br1 .star{font-style: italic;margin:0 0 0 0;color:#00578f;}
.ind-pol-pro-br1 a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-br1 a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-br1 p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;text-align:left;}
.ind-pol-pro-br1 p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-br1 .ind-pol-load{margin:0 0 30px 0;}
.ind-pol-pro-br1 .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-br1 .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-br1 .ind-pol-load a:hover{text-decoration:none;}
.ind-pol-pro-br1 .ind-pol-load p{font-style: italic;margin:0 0 30px 0;color:#00578f;width:100%;float:left;}
.ind-pol-pro-br1 .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 10px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-br1 .ind-pol-load span b{color:#00578f;}



.ind-pol-pro-uhhtr1{width:100%;position:relative;float:left;display:none;}
.ind-pol-pro-uhhtr1 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-pro-uhhtr1 .col-md-3 img{width:100%;}
.ind-pol-pro-uhhtr1 .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-pro-uhhtr1 .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-pro-uhhtr1 .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 30px 10px;cursor:pointer;}
.ind-pol-pro-uhhtr1 .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;cursor:pointer;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-uhhtr1 .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:capitalize;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-pro-uhhtr1 .pol-prop{margin:10px 0 20px 0;}
.ind-pol-pro-uhhtr1.pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 30px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-uhhtr1 .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.ind-pol-pro-uhhtr1 .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-uhhtr1 .green-strap{width:100%;position:relative;float:left;margin:0 0 60px 0;}
.ind-pol-pro-uhhtr1 .green-strap div{background: #bfd730; width: 100%;padding: 10px 0 10px 50px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 20px;color: #00578f;}
.ind-pol-pro-uhhtr1 table{width:100%;position:relative;float:left;table-layout:fixed;background:#efefef;margin:0 0 10px 0;text-align:center;}
.ind-pol-pro-uhhtr1 table tr{padding:0 30px;}
.ind-pol-pro-uhhtr1 table tr th{text-align:center;padding:20px 0;border-bottom:1px solid #333;font-family: "Gotham Medium";font-weight:bold;color:#666;font-size:14px;}
.ind-pol-pro-uhhtr1 table tr th:nth-child(1){color:#000;text-align:left;padding:20px;}
.ind-pol-pro-uhhtr1 table tr td{text-align:center;padding:20px;border-bottom:1px solid #333;font-family: "Gotham Medium";color:#43484d;font-size:24px;}
.ind-pol-pro-uhhtr1 table tr td:nth-child(1){color:#000;font-family: "Gotham Book";text-align:left;font-size:14px;}
.ind-pol-pro-uhhtr1 .star{font-style: italic;margin:0 0 10px 0;color:#00578f;}
.ind-pol-pro-uhhtr1 a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-uhhtr1 a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-uhhtr1 .ind-pol-load{margin:30px 0 30px 0;}
.ind-pol-pro-uhhtr1 .ind-pol-load a h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 30px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-uhhtr1 .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-uhhtr.rep-poly .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 30px 0;text-align:left;margin:0; margin-top:30px}
.rep-dia {max-width:100%; margin-top:40px}

/* Natural Rubber Reclaim */

.rec-rub-pro{float:left;width:100%;position:relative;padding:40px 30px;}
.rec-rub-pro h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 0;	margin:0;}
.rec-rub-pro img{position:absolute;top:-20px;right:15px;}
.rec-rub-pro-tabs{width:100%;position:relative;float:left;margin:0 0 0 0;}
#rec-rub-nrr {background:#00578f;padding:20px 40px;border:1px solid #ccc;border-right:none;color:#fff;text-align:center;}
#rec-rub-nrr h2{font-family: "Gotham Book";font-size:14px;color:#c8f204;text-transform:uppercase;padding:0 0 10px 0;text-align:center;	margin:0;}
#rec-rub-nrr h1{font-family: "Gotham Medium";font-size:30px;color:#fff;text-transform:capitalize;padding:0 0 10px 0;text-align:center;margin:0;}
#rec-rub-nrr .h1-border{width:100px;margin: 0 auto 30px auto;position:relative;border-top:1px solid #fff;}
#rec-rub-nrr a{color:#fff;line-height:35px;padding:10px 20px;cursor:pointer;}
#rec-rub-nrr a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}

#rec-rub-srr {background:#fff;padding:20px 40px;border:1px solid #ccc;border-left:none;color:#121212;text-align:center;}
#rec-rub-srr h2{font-family: "Gotham Book";font-size:14px;color:#00578f;text-transform:uppercase;padding:0 0 10px 0;text-align:center;	margin:0;}
#rec-rub-srr h1{font-family: "Gotham Medium";font-size:30px;color:#121212;text-transform:capitalize;padding:0 0 10px 0;text-align:center;margin:0;}
#rec-rub-srr .h1-border{width:100px;margin: 0 auto 30px auto;position:relative;border-top:1px solid #ccc;}
#rec-rub-srr a{color:#121212;line-height:35px;padding:10px 20px;cursor:pointer;}
#rec-rub-srr a.active{color:#00578f!important;background:#fff;border-radius:25px;padding:10px 20px;}


.ind-pol-pro-uhhtr{width:100%;position:relative;float:left;display:block;margin:0 0 50px 0;padding:0 30px;}
.ind-pol-pro-uhhtr h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:10px 0 20px 0;text-align:left;margin:0;width:90%;float:left;}
.ind-pol-pro-uhhtr .h1{color:#00578f;}
.ind-pol-pro-uhhtr .col-md-3 img{width:100%;height:350px;}
.ind-pol-pro-uhhtr .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-uhhtr .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-uhhtr .col-md-9 .pro-ref{float:left;position:relative;width:203px;}
.ind-pol-pro-uhhtr .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 20px 10px;}
.ind-pol-pro-uhhtr .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-uhhtr .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:inherit;padding:0 0 30px 0;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-uhhtr .pol-prop{margin:10px 0 0 0;}
.ind-pol-pro-uhhtr .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:10px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-uhhtr .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 0 0;width:100%;float:left;}
.ind-pol-pro-uhhtr .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-uhhtr .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-pro-uhhtr .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 5px 15px;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-uhhtr .green-strap div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-uhhtr .green-strap div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-uhhtr .green-strap a{background: #bfd730; width: 140px;height:140px;padding: 10px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #00578f;border-radius:50%;margin:10px;text-align:center;}
.ind-pol-pro-uhhtr .green-strap a:nth-child(1){padding:34px 10px;}
.ind-pol-pro-uhhtr .green-strap a:nth-child(2){padding:44px 10px;}
.ind-pol-pro-uhhtr .green-strap a:nth-child(3){padding:44px 10px;}
.ind-pol-pro-uhhtr .green-strap a i{padding:2px 0 0 0;font-size:30px;color:#fff;}
.ind-pol-pro-uhhtr .green-strap a:hover{color:#fff;text-decoration:none;}
.ind-pol-pro-uhhtr .green-strap a:hover i{color:#00578f;}
.ind-pol-pro-uhhtr table{width:100%;position:relative;float:left;table-layout:fixed;background:#efefef;margin:0 0 10px 0;text-align:center;}
.ind-pol-pro-uhhtr table tr{padding:0 30px;}
.ind-pol-pro-uhhtr table tr th{text-align:center;padding:20px 0;border-bottom:1px solid #333;font-family: "Gotham Medium";font-weight:bold;color:#666;font-size:14px;}
.ind-pol-pro-uhhtr table tr th:nth-child(1){color:#000;text-align:left;padding:20px;}
.ind-pol-pro-uhhtr table tr td{text-align:center;padding:20px;border-bottom:1px solid #333;font-family: "Gotham Medium";color:#43484d;font-size:24px;}
.ind-pol-pro-uhhtr table tr td:nth-child(1){color:#000;font-family: "Gotham Book";text-align:left;font-size:14px;}
.ind-pol-pro-uhhtr .star{font-style: italic;margin:0 0 0 0;color:#00578f;}
.mob-scroll{display:none;}
.ind-pol-pro-uhhtr p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;margin:0;}
.ind-pol-pro-uhhtr p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-uhhtr .ind-pol-load{margin:10px 0 30px 0;}
.ind-pol-pro-uhhtr .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-uhhtr .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-uhhtr .ind-pol-load a:hover{text-decoration:none;}
.ind-pol-pro-uhhtr .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-uhhtr .ind-pol-load span b{color:#00578f;}


.ind-pol-pro-run6{width:100%;position:relative;float:left;margin:0 0 20px 0;padding:0 30px;}
.ind-pol-pro-run6 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:10px 0 20px 0;text-align:left;margin:0;float:left;width:90%;}
.ind-pol-pro-run6 .h1{color:#00578f;}
.ind-pol-pro-run6 .col-md-3 img{width:100%;height:200px;}
.ind-pol-pro-run6 .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-run6 .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-run6 .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 20px 10px;}
.ind-pol-pro-run6 .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-run6 .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:inherit;padding:0 0 20px 0;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-run6 .pol-prop{margin:10px 0 0 0;}
.ind-pol-pro-run6 .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-run6 .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 0 0;width:100%;float:left;}
.ind-pol-pro-run6 .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-run6 .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-pro-run6 .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 5px 15px;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-run6 .green-strap div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-run6 .green-strap div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-run6 .green-strap a{background: #bfd730; width: 140px;height:140px;padding: 10px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #00578f;border-radius:50%;margin:10px;text-align:center;}
.ind-pol-pro-run6 .green-strap a:nth-child(1){padding:34px 15px;}
.ind-pol-pro-run6 .green-strap a:nth-child(2){padding:34px 10px;}

.ind-pol-pro-run6 .green-strap a i{padding:2px 0 0 0;font-size:30px;color:#fff;}
.ind-pol-pro-run6 .green-strap a:hover{color:#fff;text-decoration:none;}
.ind-pol-pro-run6 .green-strap a:hover i{color:#00578f;}
.ind-pol-pro-run6 table{width:100%;position:relative;float:left;table-layout:fixed;background:#efefef;margin:0 0 10px 0;text-align:center;}
.ind-pol-pro-run6 table tr{padding:0 30px;}
.ind-pol-pro-run6 table tr th{text-align:center;padding:20px 0;border-bottom:1px solid #333;font-family: "Gotham Medium";font-weight:bold;color:#666;font-size:14px;}
.ind-pol-pro-run6 table tr th:nth-child(1){color:#000;text-align:left;padding:20px;}
.ind-pol-pro-run6 table tr td{text-align:center;padding:20px;border-bottom:1px solid #333;font-family: "Gotham Medium";color:#43484d;font-size:24px;}
.ind-pol-pro-run6 table tr td:nth-child(1){color:#000;font-family: "Gotham Book";text-align:left;font-size:14px;}
.ind-pol-pro-run6 .star{font-style: italic;margin:0 0 0 0;color:#00578f;}

.ind-pol-pro-run6 p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;text-align:left;}
.ind-pol-pro-run6 p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-run6 .ind-pol-load{margin:10px 0 30px 0;}
.ind-pol-pro-run6 .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-run6 .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-run6 .ind-pol-load a:hover{text-decoration:none;}
.ind-pol-pro-run6 .ind-pol-load p{font-style: italic;margin:0 0 30px 0;color:#00578f;width:100%;float:left;}
.ind-pol-pro-run6 .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 10px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-run6 .ind-pol-load span b{color:#00578f;}


.ind-pol-pro-wtnr{width:100%;position:relative;float:left;margin:0 0 20px 0;padding:0 30px;}
.ind-pol-pro-wtnr h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:10px 0 20px 0;text-align:left;margin:0;float:left;width:90%;}
.ind-pol-pro-wtnr .h1{color:#00578f;}
.ind-pol-pro-wtnr .col-md-3 img{width:100%;height:300px;}
.ind-pol-pro-wtnr .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-wtnr .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-wtnr .col-md-9 .pro-ref{float:left;position:relative;width:180px;}
.ind-pol-pro-wtnr .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 20px 10px;}
.ind-pol-pro-wtnr .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-wtnr .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:inherit;padding:0 0 20px 0;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-wtnr .pol-prop{margin:10px 0 0 0;}
.ind-pol-pro-wtnr .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-wtnr .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin:0;width:100%;float:left;}
.ind-pol-pro-wtnr .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-wtnr .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-pro-wtnr .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 5px 15px;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-wtnr .green-strap div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-wtnr .green-strap div img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-wtnr .green-strap a{background: #bfd730; width: 140px;height:140px;padding: 10px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #00578f;border-radius:50%;margin:10px;text-align:center;}
.ind-pol-pro-wtnr .green-strap a:nth-child(1){padding:34px 15px;}
.ind-pol-pro-wtnr .green-strap a:nth-child(2){padding:34px 10px;}
.ind-pol-pro-wtnr .green-strap a:nth-child(3){padding:34px 10px;}
.ind-pol-pro-wtnr .green-strap a:nth-child(4){padding:44px 10px;}
.ind-pol-pro-wtnr .green-strap a:nth-child(5){padding:44px 10px;}

.ind-pol-pro-wtnr .green-strap a i{padding:2px 0 0 0;font-size:30px;color:#fff;}
.ind-pol-pro-wtnr .green-strap a:hover{color:#fff;text-decoration:none;}
.ind-pol-pro-wtnr .green-strap a:hover i{color:#00578f;}
.ind-pol-pro-wtnr table{width:100%;position:relative;float:left;table-layout:fixed;background:#efefef;margin:0 0 10px 0;text-align:center;}
.ind-pol-pro-wtnr table tr{padding:0 30px;}
.ind-pol-pro-wtnr table tr th{text-align:center;padding:20px 0;border-bottom:1px solid #333;font-family: "Gotham Medium";font-weight:bold;color:#666;font-size:14px;}
.ind-pol-pro-wtnr table tr th:nth-child(1){color:#000;text-align:left;padding:20px;}
.ind-pol-pro-wtnr table tr td{text-align:center;padding:20px;border-bottom:1px solid #333;font-family: "Gotham Medium";color:#43484d;font-size:24px;}
.ind-pol-pro-wtnr table tr td:nth-child(1){color:#000;font-family: "Gotham Book";text-align:left;font-size:14px;}
.ind-pol-pro-wtnr .star{font-style: italic;margin:0 0 0 0;color:#00578f;}

.ind-pol-pro-wtnr p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-wtnr p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-wtnr .ind-pol-load{margin:00px 0 30px 0;}
.ind-pol-pro-wtnr .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-wtnr .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-wtnr .ind-pol-load a:hover{text-decoration:none;}
.ind-pol-pro-wtnr .ind-pol-load p{font-style: italic;margin:0 0 30px 0;color:#00578f;width:100%;float:left;}
.ind-pol-pro-wtnr .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 10px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-wtnr .ind-pol-load span b{color:#00578f;}



.ind-pol-pro-br{width:100%;position:relative;float:left;display:none;}
.ind-pol-pro-br h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-pro-br .col-md-3 img{width:100%;}
.ind-pol-pro-br .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-pro-br .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-pro-br .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 30px 10px;cursor:pointer;}
.ind-pol-pro-br .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;cursor:pointer;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-br .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:capitalize;padding:0 0 30px 0;text-align:left;margin:0;}
.ind-pol-pro-br .pol-prop{margin:10px 0 20px 0;}
.ind-pol-pro-br .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 30px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-br .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.ind-pol-pro-br .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-br .green-strap{width:100%;position:relative;float:left;margin:0 0 60px 0;}
.ind-pol-pro-br .green-strap div{background: #bfd730; width: 100%;padding: 10px 0 10px 50px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 20px;color: #00578f;}

.ind-pol-pro-br .green-strap a{background:#bfd730;width:100%;padding:10px 0 10px 50px;float:left;text-transform:uppercase;border-bottom:1px solid #fff;font-family: "Gotham Medium";font-size:20px;color:#00578f;cursor:pointer;}
.ind-pol-pro-br .green-strap a i{float:right;padding:0 30px 0 0;font-size:30px;color:#fff;}
.ind-pol-pro-br .green-strap a:hover{color:#fff;}
.ind-pol-pro-br .green-strap a:hover i{color:#00578f;}
.ind-pol-pro-br table{width:100%;position:relative;float:left;table-layout:fixed;background:#efefef;margin:0 0 10px 0;text-align:center;}
.ind-pol-pro-br table tr{padding:0 30px;}
.ind-pol-pro-br table tr th{text-align:center;padding:20px 0;border-bottom:1px solid #333;font-family: "Gotham Medium";font-weight:bold;color:#666;font-size:14px;}
.ind-pol-pro-br table tr th:nth-child(1){color:#000;text-align:left;padding:20px;}
.ind-pol-pro-br table tr td{text-align:center;padding:20px;border-bottom:1px solid #333;font-family: "Gotham Medium";color:#43484d;font-size:24px;}
.ind-pol-pro-br table tr td:nth-child(1){color:#000;font-family: "Gotham Book";text-align:left;font-size:14px;}
.ind-pol-pro-br .star{font-style: italic;margin:0 0 10px 0;color:#00578f;}

.ind-pol-pro-br p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-br p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-br .ind-pol-load{margin:30px 0 30px 0;}
.ind-pol-pro-br .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-br .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-br .ind-pol-load p{font-style: italic;margin:0 0 30px 0;color:#00578f;width:100%;float:left;}



.ind-pol-pro-cr{width:100%;position:relative;float:left;margin:0 0 20px 0;padding:0 30px;}
.ind-pol-pro-cr h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:10px 0 20px 0;text-align:left;margin:0;width:90%;float:left;}
.ind-pol-pro-cr .h1{color:#00578f;}
.ind-pol-pro-cr .col-md-3 img{width:100%;height:200px;}
.ind-pol-pro-cr .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-cr .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-cr .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 20px 10px;}
.ind-pol-pro-cr .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-cr .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:inherit;padding:0 0 20px 0;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-cr .pol-prop{margin:0;}
.ind-pol-pro-cr .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-cr .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin:0;width:100%;float:left;}
.ind-pol-pro-cr .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-cr .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-pro-cr .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 5px 15px;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-cr .green-strap div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-cr .green-strap div img{float: left;padding: 0px 5px 5px 0;}

.ind-pol-pro-cr .green-strap a{background: #bfd730; width: 140px;height:140px;padding: 10px;line-height:20px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #00578f;border-radius:50%;margin:10px;text-align:center;}
.ind-pol-pro-cr .green-strap a:nth-child(1){padding:34px 15px;}
.ind-pol-pro-cr .green-strap a:nth-child(2){padding:34px 10px;}
.ind-pol-pro-cr .green-strap a:nth-child(3){padding:43px 10px;}
.ind-pol-pro-cr .green-strap a i{padding:2px 0 0 0;font-size:30px;color:#fff;}
.ind-pol-pro-cr .green-strap a:hover{color:#fff;}
.ind-pol-pro-cr .green-strap a:hover i{color:#00578f;}
.ind-pol-pro-cr table{width:100%;position:relative;float:left;table-layout:fixed;background:#efefef;margin:0 0 10px 0;text-align:center;}
.ind-pol-pro-cr table tr{padding:0 30px;}
.ind-pol-pro-cr table tr th{text-align:center;padding:20px 0;border-bottom:1px solid #333;font-family: "Gotham Medium";font-weight:bold;color:#666;font-size:14px;}
.ind-pol-pro-cr table tr th:nth-child(1){color:#000;text-align:left;padding:20px;}
.ind-pol-pro-cr table tr td{text-align:center;padding:20px;border-bottom:1px solid #333;font-family: "Gotham Medium";color:#43484d;font-size:24px;}
.ind-pol-pro-cr table tr td:nth-child(1){color:#000;font-family: "Gotham Book";text-align:left;font-size:14px;}
.ind-pol-pro-cr .star{font-style: italic;margin:0 0 0 0;color:#00578f;}

.ind-pol-pro-cr a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-cr a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-cr p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;text-align:left;}
.ind-pol-pro-cr p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-cr .ind-pol-load{margin:0 0 30px 0;}
.ind-pol-pro-cr .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-cr .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-cr .ind-pol-load a:hover{text-decoration:none;}
.ind-pol-pro-cr .ind-pol-load p{font-style: italic;margin:0 0 30px 0;color:#00578f;width:100%;float:left;}
.ind-pol-pro-cr .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 10px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-cr .ind-pol-load span b{color:#00578f;}


.ind-pol-pro-er{width:100%;position:relative;float:left;margin:0 0 20px 0;padding:0 30px;}
.ind-pol-pro-er h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:10px 0 20px 0;text-align:left;margin:0;float:left;width:90%;}
.ind-pol-pro-er .h1{color:#00578f;}
.ind-pol-pro-er .col-md-3 img{width:100%;height:503px;}
.ind-pol-pro-er .col-md-9 h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-er .col-md-9 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.ind-pol-pro-er .col-md-9 label{font-family: "Gotham Book";color:#00578f;font-size:14px;line-height:26px;float:left;padding:7px 0 15px 10px;}
.ind-pol-pro-er .col-md-9 span{font-family: "Gotham Book";color:#121212;font-size:18px;line-height:26px;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;float:left;padding:7px;text-align:center;}
.ind-pol-pro-er .col-md-9 h2{font-family: "Gotham Book";font-size:16px;color:#121212;text-transform:inherit;padding:0 0 20px 0;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-er .pol-prop{margin:0 0 0 0;}
.ind-pol-pro-er .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;text-align:left;margin:0;float:left;}
.ind-pol-pro-er .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 0 0;width:100%;float:left;}
.ind-pol-pro-er .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.ind-pol-pro-er .green-strap{width:100%;position:relative;float:left;margin:0 0 10px 0;}
.ind-pol-pro-er .green-strap h1{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 5px 15px;text-align:left;margin:0;float:left;width:100%;}
.ind-pol-pro-er .green-strap div{width: 100%;padding: 0;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #121212;border-radius:50%;margin:10px 10px 0 15px;text-align:left;}
.ind-pol-pro-er .green-strap div img{float: left;padding: 0px 5px 5px 0;}

.ind-pol-pro-er .green-strap a{background: #bfd730; width: 140px;height:140px;padding: 10px;float: left;text-transform: uppercase;border-bottom: 1px solid #fff;font-family: "Gotham Medium";font-size: 14px;color: #00578f;border-radius:50%;margin:10px;text-align:center;}
.ind-pol-pro-er .green-strap a:nth-child(1){padding:42px 15px;}
.ind-pol-pro-er .green-strap a:nth-child(2){padding:42px 7px;}
.ind-pol-pro-er .green-strap a:nth-child(3){padding:31px 10px;}
.ind-pol-pro-er .green-strap a:nth-child(4){padding:42px 0;}
.ind-pol-pro-er .green-strap a:nth-child(5){padding:42px 15px;}
.ind-pol-pro-er .green-strap a i{padding:2px 0 0 0;font-size:30px;color:#fff;}
.ind-pol-pro-er .green-strap a:hover{color:#fff;}
.ind-pol-pro-er .green-strap a:hover i{color:#00578f;}
.ind-pol-pro-er table{width:100%;position:relative;float:left;table-layout:fixed;background:#efefef;margin:0 0 10px 0;text-align:center;}
.ind-pol-pro-er table tr{padding:0 30px;}
.ind-pol-pro-er table tr th{text-align:center;padding:20px 0;border-bottom:1px solid #333;font-family: "Gotham Medium";font-weight:bold;color:#666;font-size:14px;}
.ind-pol-pro-er table tr th:nth-child(1){color:#000;text-align:left;padding:20px;}
.ind-pol-pro-er table tr td{text-align:center;padding:20px;border-bottom:1px solid #333;font-family: "Gotham Medium";color:#43484d;font-size:24px;}
.ind-pol-pro-er table tr td:nth-child(1){color:#000;font-family: "Gotham Book";text-align:left;font-size:14px;}
.ind-pol-pro-er .star{font-style: italic;margin:0 0 0 0;color:#00578f;}

.ind-pol-pro-er a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:22px;}
.ind-pol-pro-er a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-er p{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;text-align:left;}
.ind-pol-pro-er p span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #ccc;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:0 5px 3px 0;}
.ind-pol-pro-er .ind-pol-load{margin:0 0 30px 0;}
.ind-pol-pro-er .ind-pol-load a{font-family: "Gotham Book";color:#00578f;font-size:14px;float:left;padding:0 0 10px 0;width:100%;line-height:30px;}
.ind-pol-pro-er .ind-pol-load a span{font-family: "Gotham Book";color:#00578f;font-size:18px;line-height:25px;border:1px solid #bfd730;border-radius:50%;width:30px;height:30px;float:left;padding:2px;text-align:center;margin:7px 5px 3px 0;}
.ind-pol-pro-er .ind-pol-load a:hover{text-decoration:none;}
.ind-pol-pro-er .ind-pol-load p{font-style: italic;margin:0 0 30px 0;color:#00578f;width:100%;float:left;}
.ind-pol-pro-er .ind-pol-load span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 10px 0;width:100%;float:left;font-style:italic;}
.ind-pol-pro-er .ind-pol-load span b{color:#00578f;}



/* reclaim-applications */


.rec-rub-app-il{width:100%;position:relative;float:left;display:block;padding:0 30px;}
.rec-rub-app-il h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:30px 0 30px 0;text-align:left;margin:0;}
.rec-rub-app-il .col-md-2 img{width:100%;margin:0 0 15px 0;}
.rec-rub-app-il .col-md-10 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:capitalize;padding:0 0 20px 0;text-align:left;margin:0;}
.rec-rub-app-il .col-md-6 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.rc-gr{background: url('../images/patch.jpg') center center no-repeat #fff;padding:20px 45px;background-size: cover;}
.rc-gr h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:0;text-align:left;margin:0;}
.rc-gr span{font-family: "Gotham Book";color:#121212;font-size:16px;line-height:26px;border:none;border-radius:none;width:100%;float:left;}
.rc-gr span label{font-family: "Gotham Book";color:#00578f;font-size:16px;line-height:26px;float:none;padding:7px 0 0 10px;}
.rec-rub-app-il .pol-prop{margin:10px 0 60px 0;}
.rec-rub-app-il .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:30px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-il .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;display:flex;}
.rec-rub-app-il .pol-prop p img{float: left;padding: 0px 5px 5px 0;width:25px;height:25px;}
.rec-rub-app-il .pol-prop span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.rec-rub-app-il .pol-prop span b{color:#00578f;}


.rec-rub-app-it{width:100%;position:relative;float:left;margin:0 0 40px 0;padding: 0 30px;}
.rec-rub-app-it h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:30px 0 30px 0;text-align:left;margin:0;}
.rec-rub-app-it .col-md-2 img{width:100%;}
.rec-rub-app-it .col-md-10 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:capitalize;padding:0 0 0 0;text-align:left;margin:0;}
.rec-rub-app-it .col-md-6 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:20px 0 0 0;text-align:left;margin:0;}
.rec-rub-app-it .rc-gr h1{background:#bfd730;padding:20px;}
.rec-rub-app-it .rc-gr span{font-family: "Gotham Book";color:#121212;font-size:20px;line-height:26px;border:none;border-radius:none;width:100%;float:left;}
.rec-rub-app-it .rc-gr span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:7px 0 0 10px;}
.rec-rub-app-it .pol-prop{margin:10px 0 20px 0;}
.rec-rub-app-it .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:30px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-it .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;display:flex;}
.rec-rub-app-it .pol-prop p img{float: left;padding: 0px 5px 5px 0;width:25px;height:25px;}
.rec-rub-app-it .pol-prop span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.rec-rub-app-it .pol-prop span b{color:#00578f;}


.rec-rub-app-tsw{width:100%;position:relative;float:left;margin:0 0 20px 0;padding:0 30px;}
.rec-rub-app-tsw h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:30px 0 30px 0;text-align:left;margin:0;}
.rec-rub-app-tsw .col-md-2 img{width:100%;height:225px;float:left;margin:0 0 0 0;}
.rec-rub-app-tsw .col-md-10 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 20px 0;text-align:left;margin:0;}
.rec-rub-app-tsw .col-md-6 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:0 0 20px 0;text-align:left;margin:0;}
.rec-rub-app-tsw .rc-gr h1{background:#bfd730;padding:20px;}
.rec-rub-app-tsw .rc-gr span{font-family: "Gotham Book";color:#121212;font-size:20px;line-height:26px;border:none;border-radius:none;width:100%;float:left;}
.rec-rub-app-tsw .rc-gr span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:7px 0 0 10px;}
.rec-rub-app-tsw .pol-prop{margin:10px 0 20px 0;}
.rec-rub-app-tsw .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:30px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-tsw .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.rec-rub-app-tsw .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.rec-rub-app-tsw .pol-prop span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.rec-rub-app-tsw .pol-prop span b{color:#00578f;}



.rec-rub-app-tp{width:100%;position:relative;float:left;margin:0 0 40px 0;padding:0 30px;}
.rec-rub-app-tp h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:30px 0 30px 0;text-align:left;margin:0;}
.rec-rub-app-tp .col-md-2 img{width:100%;float:left;margin:0 0 0 0;}
.rec-rub-app-tp .col-md-10 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 0 0;text-align:left;margin:0;}
.rec-rub-app-tp .col-md-6 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:20px 0 0 0;text-align:left;margin:0;}
.rec-rub-app-tp .rc-gr h1{background:#bfd730;padding:20px;}
.rec-rub-app-tp .rc-gr span{font-family: "Gotham Book";color:#121212;font-size:20px;line-height:26px;border:none;border-radius:none;width:100%;float:left;}
.rec-rub-app-tp .rc-gr span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:7px 0 0 10px;}
.rec-rub-app-tp .pol-prop{margin:10px 0 20px 0;}
.rec-rub-app-tp .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:30px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-tp .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.rec-rub-app-tp .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.rec-rub-app-tp .pol-prop span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.rec-rub-app-tp .pol-prop span b{color:#00578f;}


.rec-rub-app-ttr{width:100%;position:relative;float:left;margin:0 0 40px 0;padding:0 30px;}
.rec-rub-app-ttr h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:30px 0 30px 0;text-align:left;margin:0;}
.rec-rub-app-ttr .col-md-2 img{width:100%;height:173px;float:left;margin:0 0 0;}
.rec-rub-app-ttr .col-md-10 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 0 0;text-align:left;margin:0;}
.rec-rub-app-ttr .col-md-10 .col-md-12 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:20px 0 0 0;text-align:justify;margin:0;}
.rec-rub-app-ttr .rc-gr h1{background:#bfd730;padding:20px;}
.rec-rub-app-ttr .rc-gr span{font-family: "Gotham Book";color:#121212;font-size:20px;line-height:26px;border:none;border-radius:none;width:100%;float:left;}
.rec-rub-app-ttr .rc-gr span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:7px 0 0 10px;}
.rec-rub-app-ttr .pol-prop{margin:10px 0 20px 0;}
.rec-rub-app-ttr .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:30px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-ttr .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.rec-rub-app-ttr .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.rec-rub-app-ttr .pol-prop span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 0;width:100%;float:left;font-style:italic;}
.rec-rub-app-ttr .pol-prop span b{color:#00578f;}


.rec-rub-app-cb{width:100%;position:relative;float:left;margin:0 0 40px 0;padding:0 30px;}
.rec-rub-app-cb h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:30px 0 30px 0;text-align:left;margin:0;}
.rec-rub-app-cb .col-md-2 img{width:100%;height: 248px;float:left;margin:0 0 0;}
.rec-rub-app-cb .col-md-10 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 0 0;text-align:left;margin:0;}
.rec-rub-app-cb .col-md-6 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:20px 0 0 0;text-align:left;margin:0;}
.rec-rub-app-cb .rc-gr h1{background:#bfd730;padding:20px;}
.rec-rub-app-cb .rc-gr span{font-family: "Gotham Book";color:#121212;font-size:20px;line-height:26px;border:none;border-radius:none;width:100%;float:left;}
.rec-rub-app-cb .rc-gr span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:7px 0 0 10px;}
.rec-rub-app-cb .pol-prop{margin:10px 0 20px 0;}
.rec-rub-app-cb .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:30px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-cb .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.rec-rub-app-cb .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.rec-rub-app-cb .pol-prop span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 10px 0;width:100%;float:left;font-style:italic;}
.rec-rub-app-cb .pol-prop span label{font-family: "Gotham Book";color:#00578f;font-size:20px;line-height:26px;float:none;padding:0 10px 0 10px;}
.rec-rub-app-cb .pol-prop span b{color:#00578f;}


.rec-rub-app-mg{width:100%;position:relative;float:left;margin:0 0 40px 0;padding:0 30px;}
.rec-rub-app-mg h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:30px 0 30px 0;text-align:left;margin:0;}
.rec-rub-app-mg .col-md-2 img{width:100%;height:250px;float:left;margin:0 0 0;}
.rec-rub-app-mg .col-md-10 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 0 0;text-align:left;margin:0;}
.rec-rub-app-mg .col-md-6 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:20px 0 0 0;text-align:left;margin:0;}
.rec-rub-app-mg .rc-gr h1{background:#bfd730;padding:20px;}
.rec-rub-app-mg .rc-gr span{font-family: "Gotham Book";color:#121212;font-size:20px;line-height:26px;border:none;border-radius:none;width:100%;float:left;}
.rec-rub-app-mg .rc-gr span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:7px 0 0 10px;}
.rec-rub-app-mg .pol-prop{margin:10px 0 20px 0;}
.rec-rub-app-mg .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:30px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-mg .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;}
.rec-rub-app-mg .pol-prop p img{float: left;padding: 0px 5px 5px 0;}
.rec-rub-app-mg .pol-prop span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 10px 0;width:100%;float:left;font-style:italic;}
.rec-rub-app-mg .pol-prop span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:0 10px 0 10px;}
.rec-rub-app-mg .pol-prop span b{color:#00578f;}


.rec-rub-app-ad{width:100%;position:relative;float:left;margin:0 0 40px 0;padding:0 30px;}
.rec-rub-app-ad h1{font-family: "Gotham Medium";font-size:24px;color:#00578f;text-transform:uppercase;padding:30px 0 30px 0;text-align:left;margin:0;}
.rec-rub-app-ad .col-md-2 img{width:100%;height:247px;float:left;margin:0 0 0;}
#pr .col-md-2 img{width:100%;height:128px;float:left;margin:0 0 0;}
#fo .col-md-2 img{width:100%;height:250px;float:left;margin:0 0 0;}
#ro .col-md-2 img{width:100%;height:282px;float:left;margin:0 0 0;}
#ad .col-md-2 img{width:100%;height:248px;float:left;margin:0 0 0;}
.rec-rub-app-ad .col-md-10 h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:0 0 0 0;text-align:left;margin:0;}
.rec-rub-app-ad .col-md-6 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:20px 0 0 0;text-align:left;margin:0;}
.rec-rub-app-ad .col-md-10 .col-md-12 p{font-family: "Gotham Book";font-size:14px;color:#121212;text-transform:none;padding:20px 0 0 0;text-align:justify;margin:0;float:left;}
.rec-rub-app-ad .rc-gr h1{background:#bfd730;padding:20px;}
.rec-rub-app-ad .rc-gr span{font-family: "Gotham Book";color:#121212;font-size:20px;line-height:26px;border:none;border-radius:none;width:100%;float:left;}
.rec-rub-app-ad .rc-gr span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:7px 0 0 10px;}
.rec-rub-app-ad .col-md-6 .pol-prop{margin:0 0 0 0;}
.rec-rub-app-ad .col-md-6 .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:10px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-ad .col-md-12 .pol-prop h2{font-family: "Gotham Medium";font-size:18px;color:#121212;text-transform:normal;padding:20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-ad .col-md-12 .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;width:100%;float:left;}
.rec-rub-app-ad .col-md-6 .pol-prop p img{float: left;padding: 0px 5px 5px 0;}

.rec-rub-app-ad .pol-prop{margin:0 0 0 0;}
.rec-rub-app-ad .pol-prop h1{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-transform:uppercase;padding:40px 0 20px 0;text-align:left;margin:0;float:left;}
.rec-rub-app-ad .pol-prop p{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 0 0 10px 0;width:100%;float:left;display:flex;}
.rec-rub-app-ad .pol-prop p img{float: left;padding: 0px 5px 5px 0;width:25px;height:25px;}
.rec-rub-app-ad .pol-prop span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 10px 0;width:100%;float:left;font-style:italic;}
.rec-rub-app-ad .pol-prop span label{font-family: "Gotham Book";color:#00578f;font-size:24px;line-height:26px;float:none;padding:7px 10px 10px 10px;}
.rec-rub-app-ad .pol-prop span b{color:#00578f;}


/* DIRECTORS */

.dir{float:left;width:100%;position:relative;padding:40px 30px;}
.dir h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 0 0;	margin:0;}

.directors-main{width:100%;float:left;position:relative;padding:0 30px;}
.directors{width:210px;margin:0 20px 50px 20px;padding:0 0 5px 0;float:left;min-height:364px;cursor:pointer;z-index:1}
.directors img{width:100%;float:left;margin: 0 0 20px 00;}
.directors h3{font-family: "Gotham Medium";font-size:18px;color:#333;text-align:center;}
.directors p{font-family: "Gotham Book";font-size:11px;color:#0066cc;line-height:20px;width:100%;text-align:center;margin:0 0 10px;}
.directors:hover{box-shadow: 0 0 33px 1px #ccc;}

.dir-desc {background: rgba(0,0,0,.6);}
.dir-desc .modal-content {border: 5px solid #fff;background: #efefef;}
.dir-desc .modal-header {padding-top:0;}
.dir-desc .modal-header button {color:#fff; position:absolute; top:-17px; right: -18px; background:#000; padding:4px 9px; border-radius:50%;}
.dir-desc .modal-header button:hover{background-color:#000;}
.dir-desc .modal-body {overflow:auto;padding:40px 40px 30px 40px;}
.dir-desc .modal-body .testDiv {overflow:auto;position:relative; max-height:383px}
.dir-desc .modal-body img{float:left;width:100%;padding:15px;border:5px solid #2674d0;}
.dir-desc .modal-body h4{color:#131313;margin:0;font-family: "Gotham Medium";text-align:left;float:left;width:100%;font-size:36px;line-height:28px;}
.dir-desc .modal-body span{color:#0066cc;padding:10px 0 30px 0;font-family: "Gotham Book";font-size:18px;text-align:left;float:left;}
.dir-desc .modal-body ul{float:left;padding:0 0 0 15px;margin-bottom:0;}
.dir-desc .modal-body ul li{float:left;text-align:left;font-family: "Gotham Book";padding:0 0 15px 0;color:#131313;font-size:14px;width:100%;}
.dir-desc .modal-body p{float:left;text-align:left;font-family: "Gotham Book";padding:0 0 20px 0;color:#131313;font-size:14px;}

.cascade-slider_container {position: relative;width: 1180px;height:1100px;margin: 0 auto;}
.cascade-slider_item {position: absolute;top: 20%;left: 50%;transform: translateY(-50%) translateX(-50%) scale(0.3);transition: all 1s ease;opacity: 0; z-index: -1;}
.cascade-slider_item  .brief{display:none;}
.cascade-slider_item.next {left: 50%;transform: translateY(-27%) translateX(-150%) scale(0.6);opacity: 1;z-index: 1;}
.cascade-slider_item.prev {left: 50%;transform: translateY(-27%) translateX(50%) scale(0.6);opacity: 1;z-index: 1;}
.cascade-slider_item.now {top: 300px;left: 50%;transform: translateY(-50%) translateX(-50%) scale(1);opacity: 1;z-index: 5;width:100%;}
.cascade-slider_item.now .main{width:270px;margin:0 auto;box-shadow: 0 0 33px 1px #ccc;padding:0 0 5px 0}
.cascade-slider_item.now .brief{display:block;border:1px solid #45c43c;width:100%;position:absolute;float:left;margin:150px 0 0 0;padding:30px;} 
.cascade-slider_item.now .brief p{text-align:justify;color:#121212;font-size:14px;font-family: "Gotham Book";}
.cascade-slider_arrow {display: inline-block;position: absolute;top: 550px;cursor: pointer;z-index: 5;}
.cascade-slider_item h3{font-family: "Gotham Medium";font-size:18px;color:#333;text-align:center;}
.cascade-slider_item p{font-family:"Gotham Book";font-size:12px;color:#0066cc;text-align:center;line-height:20px;width:100%;margin:0 0 10px;}
.cascade-slider_arrow-left { left: 45%;border:1px solid #333;padding:10px 16.45px;border-radius:50%;font-size:20px;line-height:20px;}
.cascade-slider_arrow-left:hover{border:2px solid #45c43c;color:#45c43c;}

.cascade-slider_arrow-right { right: 45%;border:1px solid #333;padding:10px 16.45px;border-radius:50%; font-size:20px;line-height:20px;}
.cascade-slider_arrow-right:hover{border:2px solid #45c43c;color:#45c43c;}
.cascade-slider_nav {position: absolute;top: -30px;width: 100%;text-align: left;z-index: 5;padding:0;}
.cascade-slider_dot {display: inline-block;margin: 1em 1em 0 0	;list-style: none;cursor: pointer;font-size:16px;font-family: "Gotham Book";}
.cascade-slider_dot:hover { background: transparent; }
.cascade-slider_dot.cur {color:#013057;font-size:24px;text-decoration:underline;}


.more1-show, .more2-show, .more3-show, .more4-show, .more5-show, .more6-show{display:none;}
.more1-hide, .more2-hide, .more3-hide, .more4-hide, .more5-hide, .more6-hide{display:block;}


/* Privacy Policy */

.privacy{float:left;width:100%;position:relative;padding:40px 30px;}
.privacy h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 0 0;	margin:0;}

.policy{width:100%;float:left;position:relative;padding: 0 45px 60px 45px;}
.policy h3{font-family: "Gotham Medium";font-size:20px;color:#121212;text-align:left;float:left;}
.policy p{font-family: "Gotham Book";font-size:14px;color:#000;text-align:left;line-height:20px;width:100%;margin:0 0 10px;float:left;}
.policy ul{width:100%;position:relative;float:left;}
.policy ul li{font-family: "Gotham Book";font-size:14px;color:#000;text-align:left;line-height:20px;width:100%;margin:0 0 10px;float:left;}
.policy ul.roman{list-style-type: upper-roman;}


/* Privacy Policy */

.privacy{float:left;width:100%;position:relative;padding:40px 30px;}
.privacy h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 0 0;	margin:0;}

.disclaimer{width:100%;float:left;position:relative;padding: 0 45px 60px 45px;}
.disclaimer p{font-family: "Gotham Book";font-size:14px;color:#000;text-align:left;line-height:20px;width:100%;margin:0 0 10px;float:left; padding:0 0 20px 0;}

/* sitemap */

.sitemap{float:left;width:100%;position:relative;padding:40px 30px;}
.sitemap h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 0 0;	margin:0;}

.sitemap-cont{width:100%;float:left;position:relative;padding: 0 45px 60px 45px;}
.sitemap-cont ul li {width:100%;position:relative;float:left;padding: 5px 10px; list-style-type: decimal;font-family: "Gotham Medium";font-size:20px;color:#00578f;}
.sitemap-cont ul li a{font-family: "Gotham Medium";font-size:20px;color:#00578f;text-align:left;margin:0 0 0;float:left; padding:0 0 0 0;}
.sitemap-cont ul ul{width:100%;position:relative;float:left;padding:0 0 0 20px;}
.sitemap-cont ul ul li {width:100%;position:relative;float:left;padding: 5px 10px; list-style-type: none;font-family: "Gotham Medium";font-size:20px;color:#121212;}
.sitemap-cont ul ul li a{font-family:"Gotham Medium";font-size:20px;color:#121212;text-align:left;margin:0 0 0;float:left;padding:0}

.sitemap-cont ul ul li a:before{font-family: 'Glyphicons Halflings';content: "\203A";float: left;color: #121212;font-size: 20px;text-align: center;line-height: 20px;position: relative;margin: 00 5px 0 0;left: 0;}


/* life at grp */

.life-at{float:left;width:100%;position:relative;padding:40px 0 90px 0;}
.life-at h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 0 30px;	margin:0;}
.life-at p{color:#121212;font-size:14px;font-family: "Gotham Book";text-align:left;padding:20px 0 0 45px;float:left;}
.life-at .lagrp{list-style-type:none;width:52%;position:relative;margin:0 auto 20px auto;padding:0;}
.life-at .lagrp li{float:left;padding:30px 0 0 0;position:relative;cursor:pointer;text-align:center;font-family: "Gotham Medium";font-size:20px;text-transform:uppercase;}
.life-at .lagrp li img{width:100%;}
.life-at .lagrp li:nth-child(1){width:50%;}
.life-at .lagrp li:nth-child(2){width:50%;}
.life-at .lagrp li:nth-child(3){width:33.3%;}

.festivals-view{text-align:center;display:block;padding:10px 110px 0 110px;}
.festivals-view h1{font-family: "Gotham Medium";font-size:20px;color:#666;line-height:26px;margin:0;padding:10px 0 10px 0;text-align:center;width:100%;text-transform:uppercase;}
.festivals-view img{position: absolute;top: -4px;left: 0;right: 25%;margin: 0 auto;}
.office-view{text-align:center;padding:10px 110px 0 110px;display:none;}
.office-view p{font-family: "Gotham Book";font-size:14px;color:#333;line-height:26px;margin:0;padding:10px 0;text-align:center;width:100%;text-transform:uppercase;}
.office-view img{position: absolute;top: -4px;left: 25%;margin: 0 auto;right: 0;}
.expo-view{text-align:center;padding:10px 140px 0 140px;display:none;}
.expo-view p{font-family: "Gotham Book";font-size:14px;color:#333;line-height:26px;margin:0;padding:10px 0;text-align:center;width:100%;text-transform:uppercase;}
.expo-view img{position:absolute;top:-4px;right:13.5%;}

.mm-view{text-align:center;padding:10px 140px 0 140px;display:none;}
.mm-view p{font-family: "Gotham Book";font-size:14px;color:#333;line-height:26px;margin:0;padding:10px 0;text-align:center;width:100%;text-transform:uppercase;}
.mm-view img{position:absolute;top:-4px;right:39%;}

.cd-view{text-align:center;padding:10px 140px 0 140px;display:none;}
.cd-view p{font-family: "Gotham Book";font-size:14px;color:#333;line-height:26px;margin:0;padding:10px 0;text-align:center;width:100%;text-transform:uppercase;}
.cd-view img{position:absolute;top:-4px;right:14%;}

.cd-view{text-align:center;padding:10px 140px 0 140px;display:none;}
.cd-view p{font-family: "Gotham Book";font-size:14px;color:#333;line-height:26px;margin:0;padding:10px 0;}
.cd-view img{position:absolute;top:-4px;right:14%;}


.demo-gallery > ul {max-height:507px;overflow:hidden;margin-bottom:20px;}
.demo-gallery > ul > li {float: left;margin:10px;width: 285px;}
.demo-gallery > ul > li:nth-child(7){width:100%;}
.demo-gallery > ul > li:nth-child(7) a:after{

    font-family: 'Glyphicons Halflings';
    content: "\e080";
    padding: 4px 5px;
    color: #fff;
    font-size: 10px;
    background: #08578e;
    border-radius: 100px;
    text-align: center;
    line-height: 36px;
    top: 0px;
    margin-left: 5px;
    font-weight: 400;
position: relative;}
.demo-gallery > ul > li a {border-radius: 3px;display: block;overflow: hidden;position: relative;float: left;width:100%;text-transform: uppercase;}
.demo-gallery > ul > li a img{width:100%;}
.demo-gallery > ul > li a > img {-webkit-transition: -webkit-transform 0.15s ease 0s;-moz-transition: -moz-transform 0.15s ease 0s;-o-transition: -o-transform 0.15s ease 0s;transition: transform 0.15s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);width: 100%;position:relative;left:0;}
.demo-gallery > ul > li a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {opacity: 1;}
.demo-gallery > ul > li a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}
.demo-gallery > ul > li a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}
.demo-gallery > ul > li a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
.demo-gallery .justified-gallery > a > img {-webkit-transition: -webkit-transform 0.15s ease 0s;-moz-transition: -moz-transform 0.15s ease 0s;-o-transition: -o-transform 0.15s ease 0s;transition: transform 0.15s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);height: 100%;width: 100%;}
.demo-gallery .justified-gallery > a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {opacity: 1;}
.demo-gallery .justified-gallery > a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
.demo-gallery .video .demo-gallery-poster img {height: 48px;margin-left: -24px;margin-top: -24px;opacity: 0.8;width: 48px;}
.demo-gallery.dark > ul > li a {border: 3px solid #04070a;}
.home .demo-gallery {padding-bottom: 0;}
.home .demo-gallery {padding-bottom: 0;}

.current{font-family:"Gotham Medium";font-size:20px;text-transform:uppercase;position:relative;top:20px;}
.current:after{font-family: 'Glyphicons Halflings';content: "\e080";padding: 4px 5px;color: #fff;font-size: 10px;background: #08578e;border-radius: 100px;  text-align: center;line-height: 36px;top: -3px;margin-left: 5px;font-weight: 400;position:relative;}
.current:hover{color:#08578e;}

.newsletter{font-family:"Gotham Medium";font-size:20px;text-transform:uppercase;position:relative;top:20px;}
.newsletter:after{font-family: 'Glyphicons Halflings';content: "\e080";padding: 4px 5px;color: #fff;font-size: 10px;background: #08578e;border-radius: 100px;  text-align: center;line-height: 36px;top: -3px;margin-left: 5px;font-weight: 400;position:relative;}
.newsletter:hover{color:#08578e;}

.touch{font-family:"Gotham Medium";font-size:16px;text-transform:uppercase;position:relative;top:20px;margin: 0 0 0 15px;}
.touch:hover{color:#08578e;}

/* job opening */

.job-opening{float:left;width:100%;position:relative;padding:40px 30px;margin:0 0 106px 0; min-height:calc(100vh - 385px)}
.job-opening h1{font-family: "Gotham Medium";font-size:30px;color:#333;text-transform:uppercase;padding:0 0 20px 0;	margin:0;}
.job-opening .panel p{text-align:justify;color:#121212;font-size:14px;font-family: "Gotham Book";padding:20px 0 0 0;float:left;margin:0;}
.job-opening .panel h2{font-family: "Gotham Medium";font-size:20px;color:#333;text-transform:capitalize;padding:20px 0 0 0;	margin:0;}


.job-opening .panel2 h2{font-family: "Gotham Medium";font-size:20px;color:#333;text-transform:uppercase;padding:10px 0 0 0;	margin:0;}
.job-opening .panel2 p{font-family: "Gotham Book";font-size:14px;color:#333;padding:10px 0 0 0;	margin:0;float:left;}
.job-opening .panel2 ul{width:100%;float:left;position:relative;margin:5px 0 0 0;padding:0 0 0 0;list-style-type:none;}
.job-opening .panel2 ul li{padding:8px 0;font-family: "Gotham Book";font-size:14px;color:#333;display:flex;}
.job-opening .panel2 ul li img{float:left;padding:0 10px 10px 0;width: 30px;height: 30px;}
.job-opening .panel2 .apply{width:100%;float:left;position:relative;text-align:center;height:50px;margin:30px 0 0 0;}
.job-opening .panel2 .apply a{background:#08578e;color:#fff;}
.job-opening .panel2 .apply a:hover{text-decoration:none;background:#bfd730;}

.job-opening span{font-family: "Gotham Book";color: #333;font-size: 14px;line-height: 20px;margin: 10px 0 30px 2px;font-style:italic;}
.job-opening span b{color:#00578f;}

button.accordion {background-color: #00578f;color: #fff;cursor: pointer;padding: 18px;width: 100%;text-transform:uppercase;font-weight: 600;border: none;text-align: left;outline: none;font-size: 20px;transition: 0.4s;margin-top:5px;}
button.accordion.active {background-color: #fff;border:2px solid #00578f;color:#00578f;}
button.accordion:after {content: '\002B';font-weight: bold;float: right;margin-left: 5px;color: #00578f;padding: 5px 10px;background: #fff;border-radius:3px;line-height: normal;}
button.accordion.active:after {content: "\2212";color: #fff;padding: 5px 10px;background: #00578f;border-radius:3px;line-height: normal;}
div.panel2 {background-color: white;max-height: 0;overflow: hidden;transition: max-height 0.8s ease-out;margin:0;}




.job-opening .gap .gap2 h3{font-family: "Gotham Medium";font-size:20px;color:#121212;text-transform:uppercase;padding:20px 0 20px 0;margin:0;}
.job-opening .gap .gap2 p{text-align:left;color:#333333;font-size:14px;font-family: "Gotham Book";padding:0;float:left;width:100%;margin:0;}
.job-opening .gap .gap2 p b{font-size:14px;color:#121212;}
.job-opening .gap .gap2 h4{font-family: "Gotham Medium";font-size:14px;color:#121212;text-transform:inherit;padding:0 0 20px;margin:0;}
.job-opening .gap .gap2 .apply{width:100%;float:left;position:relative;text-align:center;height:50px;margin:25px 0 0 0;}
.job-opening .gap .gap2 .apply a{background:#08578e;width:50%;text-align: center;float:none;padding:10px 35px;border-radius: 5px;color:#fff;font-weight: 600;margin:15px 0 0 0 ;font-family: "Gotham Medium";font-size:20px;letter-spacing: 3px;position: relative;top:10px;text-transform:uppercase;}
.job-opening .gap .gap2 .apply a:hover{text-decoration:none;}

.gptw_logo{position: absolute; top: 0px; right: 140px; z-index: 9999;}
.esg {position:absolute; top:0; right:185px; z-index:9999}
.sidebar-nav li a.esg-menu {padding:0; display:none}

/* responsive css */
@media(max-width:1410px) {
	.contact-bg .contact-info {min-width:620px}
	.contact-bg .map {width:calc(100% - 620px)}
}

@media(max-width:1275px) {
	.festivals-view{padding: 10px 85px 0 85px;}
	.office-view{padding: 10px 85px 0 85px;}
	.company-logos li{padding:30px 10px}
}

@media(max-width:1230px) {
#text-carousel .right img    {margin-right: -25px;}
	.festivals-view{padding: 10px 70px 0 70px;}
	.office-view{padding: 10px 70px 0 70px;}
}

@media(max-width:1199px) {
		.festivals-view {padding: 10px 70px 0 70px;width: 727px;float: none;margin: 0 auto;}
		.office-view {padding: 10px 70px 0 70px;width: 727px;float: none;margin: 0 auto;}
		.demo-gallery > ul{max-height: 745px;}
	
	/* life-at-grp */
	.contact-bg .map {width:100%; margin-top:30px}
	
	/* conveyor-belts */
	
		#ind-pol-pro2{padding: 20px 0px;}
		#ind-pol-pro2 a {padding: 10px 15px;}
		#ind-pol-app2{padding: 20px 0px;}
		#ind-pol-app2 a {padding: 10px 11px;}
	
	/* conveyor-belts */
	
	/* reclaim-applications */
	
		#ind-pol-pro{padding: 20px 0px;}
		#ind-pol-pro a {padding: 10px 15px;}
		#ind-pol-app{padding: 20px 0px;}
		#ind-pol-app a {padding: 10px 15px;}
	
	/* reclaim-applications */
	
	#text-carousel2 .carousel-inner > .item > img{width: 90%;margin: 7px 10px 7px 21px;}
	#text-carousel3 .carousel-inner > .item > img{width: 90%;margin: 7px 10px 7px 21px;}
	#text-carousel4 .carousel-inner > .item > img{width: 90%;margin: 7px 10px 7px 21px;}
	.women-div{width: 71%;}
	#text-carousel5{width: 25.5%;}
	#text-carousel5 .carousel-inner > .item > img{width: 79%;margin: 7px 10px 7px 21px;}
	
	.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li{width:28%;}
	
	/* SYNTHETIC RUBBER RECLAIM */
	
		#rec-rub-srr1 {padding: 20px 1px;}
		#rec-rub-nrr1 {padding: 20px 1px;}
	
	/* SYNTHETIC RUBBER RECLAIM */
	
	/* index */
	
	.news-block-head h4{font-size:16px;}
	
	/* new at grp */
	
	.news-penal h1{font-size:16px;}
	
	/* new at grp */
	
	/* contact */
	
	.contact-bg .col-md-4{width:40%;float:left;}
	
	/* contact */
	
	/* investors */
	
		.investors-tabs{padding: 30px 16%;}
	
	/* investors */
	
	/* Natural Rubber Reclaim */
	
	#rec-rub-nrr{padding: 20px 10px;}
	#rec-rub-srr{padding: 20px 1px;}
	
	/* Natural Rubber Reclaim */
	
}
@media(max-width:1024px) {
	
	/* life-at-grp */
	
	.life-at .lagrp{width: 54%;}
	
	/* life-at-grp */
	
	/* news */
	
	.news-penal h1 {font-size: 12px;}
	
	/* news */
	
	/* reclaim-applications */
	
		
	
	/* reclaim-applications */
	
	#text-carousel2 .carousel-inner > .item > img{width: 89%;margin: 7px 10px 7px 21px;}
	#text-carousel3 .carousel-inner > .item > img{width: 89%;margin: 7px 10px 7px 21px;}
	#text-carousel4 .carousel-inner > .item > img{width: 89%;margin: 7px 10px 7px 21px;}
	#text-carousel5{width: 25.5%;}
	#text-carousel5 .carousel-inner > .item > img{width:79%;}
	.women .case{padding:0!important;}
	
	.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li{width:27%;}
	
	#text-carousel1{width:100%;height:auto;}
	.jv-slider{margin:40px 0 80px 0;}
	#text-carousel1 .carousel-control{bottom: -34px;}
	.jv-slider .glyphicon-chevron-right{right: 9px;}
	
	.die-product div{padding: 00 4% 0 0;}
	
	/* POLYCOAT */
	
	.pol-app{width:280px;float:left;}
	
	/* POLYCOAT */
	
	/* SYNTHETIC RUBBER RECLAIM */
	
		#rec-rub-srr1 {padding: 20px 1px;}
		#rec-rub-srr1 h1{font-size:27px;}
		#rec-rub-nrr1 {padding: 20px 1px;}
		#rec-rub-nrr1 h1{font-size:27px;}
	
	/* SYNTHETIC RUBBER RECLAIM */
	
	/* investors */
	
		.investors-tabs{padding: 30px 14%;}
	
	/* investors */
	
	.ind-pol-pro-wtnr .scroll{width:100%;overflow-x:scroll;overflow-y:hidden;}
	.ind-pol-pro-wtnr table{width:925px;}
	
	/* Natural Rubber Reclaim */
	
	#rec-rub-nrr{padding: 20px 1px;}
	#rec-rub-nrr h1{font-size:27px;}
	#rec-rub-srr{padding: 20px 1px;}
	#rec-rub-srr h1{font-size:27px;}
	
	/* Natural Rubber Reclaim */
	
}


@media (max-width: 991px) {
	
	/* job-opening */
	
		.job-opening h1{font-size:25px;}
	
	/* job-opening */
	
	/* nylon-6-industrial */
	
		.ind-pol-app-n6i .col-md-3{text-align:center;}
		.ind-pol-app-n6i .col-md-3 img{width:50%;float:none;height:auto;margin:0 0 30px 0;}
		.ind-pol-app-n6i .col-md-9{padding-left:0;}
		.pol-prop3 .green-strap .col-md-4{padding-left:0;}
		.ind-pol-app-n6i .green-strap2 .col-md-4{padding-left:0;}
	
	/* nylon-6-industrial */
	
	/* nylon-6-electrical-electronics */
	
		.ind-pol-app-n6e .col-md-3{text-align:center;}
		.ind-pol-app-n6e .col-md-3 img{width:50%;float:none;height:auto;margin:0 0 30px 0;}
		.ind-pol-app-n6e .col-md-9{padding-left:0;}
		.pol-prop3 .green-strap .col-md-4{padding-left:0;}
		.ind-pol-app-n6e .green-strap2 .col-md-4{padding-left:0;}
	
	/* nylon-6-electrical-electronics */
	
	/* nylon-6-consumer */
	
		.ind-pol-app-n6c .col-md-3{text-align:center;}
		.ind-pol-app-n6c .col-md-3 img{width:50%;float:none;height:auto;margin:0 0 30px 0;}
		.ind-pol-app-n6c .col-md-9{padding-left:0;}
		.pol-prop3 .green-strap .col-md-4{padding-left:0;}
		.ind-pol-app-n6c .green-strap2 .col-md-4{padding-left:0;}
	
	/* nylon-6-consumer */
	
	/* polymers-industry */
	
		.ind-pol-app-n6a .col-md-3{text-align:center;}
		.ind-pol-app-n6a .col-md-3 img{width:50%;float:none;height:auto;margin:0 0 30px 0;}
		.ind-pol-app-n6a .col-md-9{padding-left:0;}
		.pol-prop3 .green-strap .col-md-4{padding-left:0;}
		.ind-pol-app-n6a .green-strap2 .col-md-4{padding-left:0;}
		
	/* polymers-industry */
	
	/* modified-nylon-66 */
	
		.ind-pol-pro-mn6 .col-md-3{text-align:center;}
		.ind-pol-pro-mn6 .col-md-3 img{width:50%;float:none;margin:0 0 30px 0;height:auto;}
		.ind-pol-pro-mn6 .col-md-9{padding-left:0;}
		.ind-pol-pro-mn6 .green-strap .col-md-4{padding-left:0;}
		
	/* modified-nylon-66 */
	
	/* UNFILLED-NYLON */
	
		.ind-pol-pro-rn6u .col-md-3{text-align:center;}
		.ind-pol-pro-rn6u .col-md-3 img{width:50%;float:none;margin:0 0 30px 0;height:auto;}
		.ind-pol-pro-rn6u .col-md-9{padding-left:0;}
		.pol-prop1 .col-md-8{border-left:none;padding: 0 0 20px 0;float:left;}
		.ind-pol-pro-rn6u .green-strap .col-md-4{padding-left:0;}
		.ind-pol-pro-rn6u {width: 252px;float: left;}
	
	/* UNFILLED-NYLON */
	
	/* polymers-products */
	
		.ind-pol-pro-rn6g .col-md-3{text-align:center;}
		.ind-pol-pro-rn6g .col-md-3 img{width:50%;float:none;margin:0 0 30px 0;height:auto;}
		.ind-pol-pro-rn6g .col-md-9{padding-left:0;}
		.pol-prop2 .col-md-4{border-right:none;}
		.pol-prop2 .col-md-8{padding: 0 0 20px 0;float:left;}
		.ind-pol-pro-rn6g .green-strap .col-md-4{padding-left:0;}
		.ind-pol-pro-rn6g {width: 252px;float: left;}
	
	/* polymers-products */
	
	/* life-at-grp */
	
		.life-at h1{font-size:25px;}
		.life-at .lagrp {width: 82%;}
		.festivals-view img{top: -3px;right: 43%;}
		.office-view img{top: -3px;left: 41%;}
		.festivals-view{width: 613px;padding: 10px 30px 0 30px;}
		.demo-gallery > ul > li{width: 270px;}
		.festivals-view h1{font-size:20px;}
		.office-view {width:613px;padding:10px 30px 0 30px;}
		.office-view  h1{font-size:20px;}
	
	/* life-at-grp */
	
	/* news */
	
	.news-penal h1 {font-size: 17px;}
	.news-penal .col-md-12 {margin: 0 0 0 0;}
	.news-penal .col-md-12 .col-md-4{margin: 0 0 50px 0;}
	
	/* news */
	
	/* sitemap */
	
	.sitemap h1{font-size:25px;}
	
	/* sitemap */
	
	/* terms-of-use */
	
		.privacy h1{font-size:25px;}
		#ro .col-md-2{text-align:center;padding-right:0;}
		#ro .col-md-2 img{width:35%;float:none;height:auto;margin:0 0 30px 0;}
		#pr .col-md-2{text-align:center;}
		#pr .col-md-2 img{width:35%;float:none;height:auto;margin:0 0 30px 0;}
		#ma .col-md-2{text-align:center;}
		#ma .col-md-2 img{width:35%;float:none;height:auto;margin:0 0 30px 0;}
	
	/* matting */
	
	/* footwear */
	
		#fo .col-md-2{text-align:center;}
		#fo .col-md-2 img{width:35%;float:none;height:auto;margin:0 0 30px 0;}
	
	/* footwear */
	
	/* adhesives */
	
		#ad .col-md-2{text-align:center;}
		#ad .col-md-2 img{width:35%;float:none;height:auto;margin:0 0 0 0;}
		.rec-rub-app-ad .col-md-10{padding-left:0;}
		.rec-rub-app-ad .col-md-10 .col-md-6{padding-left:0;}
	
	/* adhesives */
	
	/* moulded-goods */
	
		.rec-rub-app-mg .col-md-2{text-align:center;}
		.rec-rub-app-mg .col-md-2 img{width:35%;float:none;height:auto;margin:0 0 30px 0;}
		.rec-rub-app-mg .col-md-10{padding-left:0;}
		.rec-rub-app-mg .col-md-10 .col-md-6{padding-left:0;}
	
	/* moulded-goods */
	
	/* conveyor-belts */
	
	
	#ind-pol-pro2{display:none;}
	#ind-pol-app2 h1{font-size:25px;}
	.rec-rub-app-cb .col-md-2{text-align:center;}
	.rec-rub-app-cb .col-md-2 img{width:35%;float:none;height:auto;}
	.rec-rub-app-cb .col-md-10{padding-left:0;}
	.rec-rub-app-cb .col-md-10 .col-md-6{padding-left:0;}
	.rc-gr{width:100%;float:left;}
	.rc-gr h1{font-size:20px;}
	
	
	/* conveyor-belts */
	
	/* tyre-treads-and-retreads */
			
		.rec-rub-app-ttr .col-md-2{text-align:center;}
		.rec-rub-app-ttr .col-md-2 img{width:35%;float:none;margin:0 0 20px 0;height:auto;}
		.rec-rub-app-ttr .col-md-10{padding-left:0;}
		.rec-rub-app-ttr .col-md-10 .col-md-6{padding-left:0;}
	
	/* tyre-treads-and-retreads */
	
	/* tyre-plies */
			
		.rec-rub-app-tp .col-md-2{text-align:center;}
		.rec-rub-app-tp .col-md-2 img{width:35%;float:none;margin:0 0 20px 0;height:auto;}
		.rec-rub-app-tp .col-md-10{padding-left:0;}
		.rec-rub-app-tp .col-md-10 .col-md-6{padding-left:0;}
	
	/* tyre-plies */
	
	/* tyre-side-walls */
	
		.rec-rub-app-tsw .col-md-2{text-align:center;}
		.rec-rub-app-tsw .col-md-2 img{width:35%;float:none;margin:0 0 20px 0;height:auto;}
		.rec-rub-app-tsw .col-md-10{padding-left:0;}
		.rec-rub-app-tsw .col-md-10 .col-md-6{padding-left:0;}
	
	/* tyre-side-walls */
	
	/* inner-tubes */
	
		.rec-rub-app-it .col-md-2{text-align:center;}
		.rec-rub-app-it .col-md-2 img{width:50%;}
		.rec-rub-app-it .col-md-10{padding-left:0;}
		.rec-rub-app-it .col-md-10 .col-md-6{padding-left:0;}
	
	/* inner-tubes */
	
	/* reclaim-applications */
	
	.ind-pol-pro h1{font-size:25px;}
	#ind-pol-pro h1{font-size:25px;}
	#ind-pol-app{display:none;}
	.rec-rub-app-il .col-md-2{text-align:center;}
	.rec-rub-app-il .col-md-2 img{width:50%;}
	.rec-rub-app-il .col-md-10{padding-left:0;}
	.rec-rub-app-il .col-md-10 .col-md-6{padding-left:0;}
	.rc-gr{width:100%;float:left;}
	.rc-gr h1{font-size:20px;}
	
	
	/* reclaim-applications */
	
	/* POLYCOAT */
		
		.polycoat .pol-des .col-md-3{text-align:center;}
		.polycoat .pol-des .col-md-3 img{width:45%;height:auto;}
		.polycoat .col-md-12 .col-md-9{padding-left:0;}
	
	/* POLYCOAT */
	
	/* EPDM Reclaim */
	
		.ind-pol-pro-er .col-md-3{text-align:center;}
		.ind-pol-pro-er .col-md-3 img{width:35%;margin:0 0 30px 0;height:auto;}
		.ind-pol-pro-er .scroll{width:100%;overflow-x:scroll;overflow-y:hidden;}
		.ind-pol-pro-er table{width:655px;}
	
	/* EPDM Reclaim */
	
	/* CHLOROBUTYL RECLAIM */
	
		.ind-pol-pro-cr .col-md-3{text-align:center;}
		.ind-pol-pro-cr .col-md-3 img{width:35%;margin:0 0 30px 0;height:auto;}
		.ind-pol-pro-cr .scroll{width:100%;overflow-x:scroll;overflow-y:hidden;}
		.ind-pol-pro-cr table{width:900px;}
	
	/* CHLOROBUTYL RECLAIM */
	
	/* SYNTHETIC RUBBER RECLAIM */
	
		#rec-rub-srr1 {padding: 20px 1px;}
		#rec-rub-nrr1 {display:none;}
		.ind-pol-pro-br1 .col-md-3{text-align:center;}
		.ind-pol-pro-br1 .col-md-3 img{width:35%;margin:0 0 30px 0;height:auto;}
		.ind-pol-pro-br1 .scroll{width:100%;overflow-x:scroll;overflow-y:hidden;}
		.ind-pol-pro-br1 table{width:900px;}
	
	/* SYNTHETIC RUBBER RECLAIM */
	
	/* WHOLE TYRE NR RECLAIM */
	
	.ind-pol-pro-wtnr .col-md-3{text-align:center;}
	.ind-pol-pro-wtnr .col-md-3 img{width:50%;margin:0 0 30px 0;height:auto;}
	
	
	/* WHOLE TYRE NR RECLAIM */
	
	/* NATURAL TUBE RECLAIM */
	
	.ind-pol-pro-run6 .col-md-3{text-align:center;}
	.ind-pol-pro-run6 .col-md-3 img{width:50%;margin:0 0 30px 0;height:auto;}
	.ind-pol-pro-run6 .scroll{width:100%;overflow-x:scroll;overflow-y:hidden;}
	.ind-pol-pro-run6 table{width:755px;}
	
	/* NATURAL TUBE RECLAIM */
	
	/* Natural Rubber Reclaim */
	
	.rec-rub-pro h1{font-size:25px;}
	.rec-rub-pro img{width:150px;top:-7px;}
	#rec-rub-srr {display:none;}
	#rec-rub-nrr h1 {font-size: 25px;}
	.ind-pol-pro-uhhtr .col-md-3{text-align:center;}
	.ind-pol-pro-uhhtr .col-md-3 img{width:50%;margin:0 0 30px 0;height:auto;}
	.ind-pol-pro-uhhtr .col-md-9 label{padding: 7px 10px 20px 10px;}
	.ind-pol-pro-uhhtr p{text-align: left;width:100%;}
	.ind-pol-pro-uhhtr .star{width:100%;}
	.ind-pol-pro-uhhtr h1{width:90%;}
	.ind-pol-pro-uhhtr .col-md-9 p{padding: 0 20px 20px 0;}
	.ind-pol-pro-uhhtr .scroll{width:100%;overflow-x:scroll;overflow-y:hidden;}
	.ind-pol-pro-uhhtr table{width:755px;}
	.ind-pol-pro-uhhtr .col-md-12{}
	.mob-scroll{display:block;margin:0;}
	
	/* Natural Rubber Reclaim */
	
	.copyright{width: 100%;text-align: center;}
	.site-credit{margin: 11px 0 0 00px;width: 100%;text-align: center;}
	ul.social, ul.footer-nav{text-align:center;}
	
	/* index */
	
	h3.sustainability-title{font-size:25px;}
	.giving-back h3{font-size:25px;}
	.life-carousel-wrapper{display:none;}
	.life-carousel-wrapper2{display:block;width: 82%;margin:0 auto;}
	.carousel-news-block img{width:100%;}
	ul.clients #text-carousel{height: 36px;margin: -30px auto 30px auto;}
	
	/* index */
	
	/* custom-die-forms */
	
	.die h1{font-size:25px;}
	.die .die-img{width:175px;top: -14px;}
	.die .die-des .col-md-3 {text-align:center;}
	.die .die-des .col-md-3 img{width:55%;height:auto;margin:0 0 20px 0;}
	.die-product{padding:0 5px 0 35px;}
	
	/* custom-die-forms */
	
	/* grp jv */
	
	.jb h1{font-size:25px;}
	.jb .jb-img{width:236px;top:-11px;}
	.jb .jb-des .col-md-5 {text-align:center;}
	.jb .jb-des .col-md-5 img{width:65%;margin:0 0 20px 0;}
	.jb .jb-des .col-md-7{padding-left:0;}
	.jv-marangoni h1{font-size:25px;}
	.jv-value .col-md-6 {text-align:center;float:left;}
	.jv-value .col-md-12 .col-md-6 .value1-view img{width:25px;margin: 3px 7px 0 0;height:25px;}
	.jv-value .col-md-6 img{width:100%;margin:20px 0 0 0;}
	.jv-value2 .col-md-12 .col-md-6 {text-align:center;}
	.jv-value2 .col-md-12 .col-md-6 img{width:100%;margin:0 0 20px 0;}
	.ringr-bg .ring-tab h2{font-size:25px;}
	.ringr-bg .ring-view .ring-cont .col-md-4{text-align:center;}
	.ringr-bg .ring-view .ring-cont .col-md-4 img{width:60%;margin:0 0 10px 0;}
	.ringr-bg .not-ring-view .ring-cont .col-md-4 {text-align:center;}
	.ringr-bg .not-ring-view .ring-cont .col-md-4 img{width:60%;margin:0 0 10px 0;}
	.jv-slider h1{font-size:25px;}
	
	/* grp jv */
	
	/* download product */
	
	.down-mid h2{font-size:25px;}
	
	/* download product */
	
	
	
	/* about */
	
	.about-us h1{font-size: 25px;}
	.about-us .col-md-5 {text-align:center;}
	.about-us .col-md-5 img{width:50%;float:none;margin:0 0 20px 0;}
	.about-strategy h1 {font-size: 25px;}
	.about-velues h1 {font-size: 25px;}
	.about-awards h1 {font-size: 25px;}
	.about-velues{margin:0;}
	
	/* about */
	
	/* directors */
	
	.dir h1 {font-size: 25px;}
	.dir-desc .modal-dialog {width: 95%;z-index:9999999999999;position: relative;}
	.dir-desc .modal-body{padding:20px 20px 15px 20px;}
	.dir-desc .modal-body .col-md-4{width:30%;}
	.dir-desc .modal-body .col-md-8{width:70%;}
	.dir-desc .modal-body h4{font-size:30px;}
	.dir-desc .modal-body span{font-size: 15px;}
	
	/* directors */
	
	/* grp csr */
	
	.csr h1{font-size:22px;text-align:left;}
	.csr .csr-des .col-md-6 {text-align:center;}
	.csr .csr-des .col-md-6 img{width:50%;margin: 0 0 30px 0;}
	.society h3{font-size: 25px;}
	.society{padding:0 30px 30px 15px}
	.giving-tab-content ul{width:100%;}
	#education.giving-tab-content{min-height: 510px;}
	#healthcare.giving-tab-content{min-height: 380px;}
	#women .women-div ul {width: 100%;}
	#livelihood.giving-tab-content{min-height: 533px;}
	.giving-tab-content{min-height: 600px;}
	#text-carousel2{margin: 0 0 0 24%;width: 339px;}
	#education ul li{padding: 0 25px;}
	.giving-tab-content ul li:after{top: 8px;}
	#text-carousel3{margin: 0 0 0 24%;width: 339px;}
	#livelihood ul li{padding: 10px 25px;}
	#livelihood ul li:after{top: 8px;}
	#text-carousel4{margin: 0 0 0 24%;width: 339px;}
	.giving-tab-content ul li{line-height:23px;}
	.women-div {width: 100%;}
	#text-carousel5{margin: 20px 0 0 24%;width: 22.5%;display:block;}
	#text-carousel5 .carousel-inner > .item > img{width:79%;}
	.csr-cp{padding: 0 15px;}
	.csr-cp h1{font-size:25px;}
	.csr-cp .cp-des .col-md-6 img{width:50%;height:auto;}
	
	/* grp csr */
	
	/* new at grp */
	
	.news h1{font-size:25px;}
	
	/* new at grp */
	
	/* contact */
	
	.contact-bg .col-md-4{width:40%;float:left;}
	
	/* contact */
	
	/* investors */
		.investors-tabs{padding: 30px 10%; margin:20px 30px; width:calc(100% - 60px)}
		.downloads{padding: 40px 15px 0 15px;}
		.investors-tabs a{display: -webkit-inline-box;padding:0 15px;}
		.investors-tabs .active{padding: 0 15px;}
		.downloads h1{font-size:25px;}
		.inv-desc {padding:0 30px}
		.inv-desc .desc-col, .inv-desc ul li, .inv-desc > a {width:50%}
		.inv-desc h2 {font-size:18px}
	
	/* investors */
	
	/* home */
	.discover-container h3{font-size:25px;}
	h3.decades span{font-size:30px;}
	.business-verticles h3{font-size:25px;}
	.life-carousel-wrapper2 .carousel-news-block{height:445px;}
	#text-carousel{display:none;}
	#text-carousel23{display:block;height: 36px;margin: 0 0 30px 30px;width:87%;}	
	#text-carousel23 li{width:50%;}
	/* home */
	
	
}

@media(min-width:769px) {
    #wrapper {
        padding-left: 125px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 125px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding:0;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(max-width:768px) {
	
	body.modal-open { overflow: hidden; }
	body.download-pdf { overflow: hidden; }
	
	/* job-opening */
	
		.job-opening{padding: 40px 15px;}
		.job-opening h1{font-size:20px;}
		button.accordion{font-size:16px;}
		div.panel2 .col-md-12 {padding-left:0;width:100%;float:left;}
		div.panel2 .col-md-12 .col-md-3 {padding-left:0;float:left;}
		.job-opening .panel2 h2{font-size:16px;}
		div.panel2 .col-md-12 .col-md-9 {padding-left:0;float:left;width:100%;}
		.job-opening .panel2 .apply{text-align:left;}
		.job-opening .panel2 .apply a{float:left;margin:4px 13px 10px 1px;}
	
	/* job-opening */
	
	/* nylon-6-industrial */
	
		.ind-pol-app-n6i{padding:0 15px 30px 15px;}
		.pol-prop3{padding: 20px 30px 0 30px;}
	
	/* nylon-6-industrial */
	
	/* nylon-6-electrical-electronics */
	
		.ind-pol-app-n6e{padding:0 15px 30px 15px;}
		.pol-prop3{padding: 20px 30px 0 30px;}
	
	/* nylon-6-electrical-electronics */
	
	/* nylon-6-consumer */
	
		.ind-pol-app-n6c{padding:0 15px 30px 15px;}
		.pol-prop3{padding: 20px 30px 0 30px;}
	
	/* nylon-6-consumer */	
	
	/* polymers-industry */
	
		.ind-pol-app-n6a{padding: 0 15px;}
		.pol-prop3{padding: 20px 30px 0 30px;}
		
	/* polymers-industry */
	
	/* modified-nylon-66 */
	
		.ind-pol-pro-mn6{padding: 0 15px;}
	
	/* modified-nylon-66 */
	
	/* UNFILLED-NYLON */
	
	.ind-pol-pro-rn6u{padding: 0 15px;}
	.pol-prop1{padding: 0 30px;}
	
	/* UNFILLED-NYLON */
	
	/* polymers-products */
	
	.ind-pol-pro-rn6g{padding: 0 15px;}
	.ind-pol-pro-rn6g .col-md-9 .pro-des{width:100%;}
	.ind-pol-pro-rn6g .col-md-9 .pro-des label{width:80%;}
	.pol-prop2{padding: 0 30px;}
	
	/* polymers-products */
	
	/* life-at-grp */
	
		.life-at h1{font-size:20px;}
		.current{font-size:17px;}
		.newsletter{font-size:17px;}
	
	/* life-at-grp */
	
	/* news */
	
	.news{padding: 40px 15px;}
	.news-penal{padding:0;}
	
	/* news */
	
	/* sitemap */
	
	.sitemap h1{font-size:20px;}
	.sitemap-cont ul li a{font-size:16px;}
	.sitemap-cont ul ul li a{font-size:16px;}
	.sitemap-cont ul ul{padding:0;}
	
	/* sitemap */
	
	/* terms-of-use */
	
		.privacy{padding: 40px 15px;}
		.privacy h1{font-size:20px;}
		.disclaimer {padding: 0 30px 60px 30px;}
		.policy{padding: 0 30px 60px 30px;}
		
	
	/* terms-of-use */
	
	/* adhesives */
	
		.rec-rub-app-ad{padding: 0 15px;}
	
	/* adhesives */
	
	/* moulded-goods */
	
		.rec-rub-app-mg{padding: 0 15px;}
	
	/* conveyor-belts */
	
		.ind-pol-pro img{display:none;}
		#ind-pol-app2 h1 {font-size: 20px;}
		.ind-pol-pro{padding: 40px 15px;}
		.rec-rub-app-cb{padding: 0 15px;}
		.rc-gr{padding: 20px 30px;}
		.ind-pol-pro h1 {font-size: 20px;}
	
	/* conveyor-belts */
	
	/* tyre-treads-and-retreads */
			
		.rec-rub-app-ttr{padding: 0 15px;}		
	
	/* tyre-treads-and-retreads */
	
	/* tyre-plies */
	
		.rec-rub-app-tp{padding: 0 15px;}
	
	/* tyre-plies */
	
	/* tyre-side-walls */
	
		.rec-rub-app-tsw{padding: 0 15px;}
	
	/* tyre-side-walls */
	
	/* inner-tubes */
	
		.rec-rub-app-it{padding: 0 15px;}		
	
	/* inner-tubes */
	
	/* reclaim-applications */
	
		.ind-pol-pro img{display:none;}
		#ind-pol-pro h1 {font-size: 20px;}
		.ind-pol-pro{padding: 40px 15px;}
		.rec-rub-app-il{padding: 0 15px;}
		.rc-gr{padding: 20px 30px;}
		.ind-pol-pro h1 {font-size: 20px;}
	
	/* reclaim-applications */
	
	/* polycoat */
	
	.polycoat{padding: 40px 15px;}
	.synonyms{padding: 0 30px;}
	.synonyms .syn{width:273px;float:left;}
	.synonyms .syn p{width:100%;}
	.properties{padding: 40px 30px 30px 15px;}
	.applications{padding: 0 30px;}
	.natural{padding: 0 15px 20px 15px;}
	.pol-downloads{padding: 0 30px;}
	
	/* polycoat */
	
	/* EPDM Reclaim */
	
		.ind-pol-pro-er{padding: 0 15px;}
		.ind-pol-pro-er .col-md-12 .col-md-9{padding-left:0;}
		.ind-pol-pro-er .syn{width:273px;float:left;}
		.ind-pol-pro-er .syn p{width:100%;}
	
	/* EPDM Reclaim */
	
	/* CHLOROBUTYL RECLAIM */
	
		.ind-pol-pro-cr{padding: 0 15px;}
		.ind-pol-pro-cr .col-md-12 .col-md-9{padding-left:0;}
		.ind-pol-pro-cr .syn{width:273px;float:left;}
		.ind-pol-pro-cr .syn p{width:100%;}
	
	/* CHLOROBUTYL RECLAIM */
		
	/* SYNTHETIC RUBBER RECLAIM */
	
		#rec-rub-srr1 h1{font-size:20px;}
		#rec-rub-nrr1 h1{font-size:20px;}
		.ind-pol-pro-br1{padding: 0 15px;}
		.ind-pol-pro-br1 .col-md-12 .col-md-9{padding-left:0;}
		.ind-pol-pro-br1 .syn{width:273px;float:left;}
		.ind-pol-pro-br1 .syn p{width:100%;}
	
	/* SYNTHETIC RUBBER RECLAIM */
	
	.ind-pol-pro-wtnr{padding: 0 15px;}
	.ind-pol-pro-wtnr .col-md-12 .col-md-9{padding-left:0;}
	.ind-pol-pro-run6{padding: 0 15px;}
	.ind-pol-pro-run6 .col-md-12 .col-md-9{padding-left:0;}
	.ind-pol-pro-uhhtr .syn{width:273px;float:left;}
	.ind-pol-pro-uhhtr .syn p{width:100%;}
	.ind-pol-pro-run6 h1{width:75%;}
	
	/* Natural Rubber Reclaim */
	
	.rec-rub-pro h1 {font-size: 20px;}
	.rec-rub-pro{padding: 40px 15px;}
	.ind-pol-pro-uhhtr{padding: 0 15px;}
	.ind-pol-pro-uhhtr .col-md-12 .col-md-9{padding-left:0;}
	#rec-rub-nrr h1 {font-size: 20px;}
	.rec-rub-pro img{display:none;}
	#rec-rub-nrr a.active{padding: 10px 20px;}
	#rec-rub-nrr a{padding: 5px 20px;}
	.ind-pol-pro-uhhtr{padding: 0 15px}
	.ind-pol-pro-uhhtr .syn{width:273px;float:left;}
	.ind-pol-pro-uhhtr .syn p{width:100%;}
	.ind-pol-pro-uhhtr h1 {width: 75%;}
	
	/* Natural Rubber Reclaim */
	
	/* index */
	
	.panel-bg-img{height:100%;}
	h3.sustainability-title{font-size:20px;}
	.giving-back h3{font-size:20px;}
	#myModal-education .giving-tab-content ul li:after{top: 3px;}
	#myModal-sustainable .modal-dialog{width:90%;margin:50px auto;}
	.life-carousel-wrapper2 .carousel-news-block {height: 440px;}
	
	/* index */
	
	/* custom-die-forms */
	
	.die{padding: 40px 15px;}
	.die .die-des{padding:0;}
	.die h1{font-size:20px;}
	.die .die-img{display:none;}
	.die-pro-h1{padding: 0 15px;}
	.die-product {padding: 0 5px 0 20px;}
	.die-product div{width:44%;}
	.die-value{padding:0 15px;}
	
	/* custom-die-forms */
	
	/* grp jv */
	
	.jb h1{font-size:20px;}
	.jb .jb-img{display:none;}
	.jb{padding: 40px 15px;}
	.jv-marangoni{padding: 40px 15px;}
	.jv-marangoni h1{font-size:20px;}
	.jv-value{padding: 40px 15px;}
	.jv-value .col-md-12 .col-md-6 .value1-view{width:100%;}
	.jv-value2{padding: 40px 15px;}
	.jv-value2 .col-md-12 .col-md-6 .value1-view{ width:100%;}
	.jv-value2 .col-md-12 .col-md-6 .value1-view img{margin: 3px 7px 0 0;}
	.ringr-bg .ring-tab h2{font-size:20px;}
	.ringr-bg .ring-view .ring-cont .col-md-4 img{width:70%;}
	.ringr-bg .ring-view .ring-cont {padding:0 15px;}
	.ringr-bg .not-ring-view .ring-cont{padding:0 15px;}
	.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li{width:100%;margin:0 0 10px 0;}
	.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li:nth-child(1){margin:0 0 10px 0;}
	.ringr-bg .not-ring-view .ring-cont .col-md-8 ul li:nth-child(3){margin:0 0 10px 0;}
	.jv-slider h1{font-size:20px;}
	.jv-slider{padding:0 30px;}
	#text-carousel1{width:95%;}
	.jv-map{padding:40px 15px;}
	
	/* grp jv */
	
	/* download product */
	
	.down-mid h2{font-size:20px;}
	
	/* download product */
	
	.about_head{padding: 0 0 0 30px;}
	
	
	
	/* home */
	
	.discover .discover-container .col-md-12 p{padding: 0 0px;}
	.discover-container h3{font-size:20px;}
	.on-the-map h3.map-title{font-size:20px;}
	h3.decades{font-size:20px;}
	h3.decades span{font-size:18px;}
	.business-verticles h3{font-size:20px;}
	.stock-modal-dialog{margin:80% auto 0 auto;top:0!important;}
	
	/* home */
	.dir-desc .modal-header button {top: -10px;right: -10px;z-index:9;}
	/* menu */
	
	.sidebar-nav li:nth-child(2):hover ul{display:none;}
	.sidebar-nav li:nth-child(4):hover ul{display:none;}
	.sidebar-nav li:nth-child(7):hover ul{display:none;}
	.sidebar-nav li:nth-child(9):hover ul{display:none;}
	
	.sidebar-nav li:nth-child(2) ul{top: 0;left: 0;width:250px;position:relative;float: left;margin:0 0 5px 0;}
	.sidebar-nav li:nth-child(2):hover .sidebar-nav li:nth-child(3) ul{display:none!important;}
	.sidebar-nav li:nth-child(4) ul{top: 0;left: 0;width:250px;position:relative;float: left;margin:0 0 5px 0;}
	.sidebar-nav li:nth-child(8) ul{top: 0;left: 0;width:250px;position:relative;float: left;margin:0 0 5px 0;}
	.sidebar-nav li:nth-child(11) ul{top: 0;left: 0;width:250px;position:relative;float: left;margin:0 0 5px 0;z-index:999;}
	.sidebar-nav li:nth-child(3):hover ul{display:none;}
	.sidebar-nav li:nth-child(3):visited ul{display:block;}
	.sidebar-nav li:nth-child(3) ul {position: relative;top:0;width: 250px;background: #bfd730;padding: 0;left: 0;text-align: left;list-style-type: none;float:left;z-index:999;margin:0 0 5px 0;}
	.sidebar-nav li:nth-child(3) ul .sub1 .sub2 {position: relative;top: 7px;width: 250px;background: #bfd730;padding: 0;left: 0;text-align: left;list-style-type: none;display: none;float:left;z-index:999;}
	.sidebar-nav li:nth-child(3) ul .sub1 .sub2 li a{color:#000;}
	.sidebar-nav li:nth-child(3) ul .sub4 .sub5 {position: relative;top: 7px;width: 250px;background: #bfd730;padding: 0;left: 0;text-align: left;list-style-type: none;display: none;float:left;z-index:999;}
	.sidebar-nav li:nth-child(3) ul .sub4 .sub5 li a{color:#000;}
	
	/* grp csr */
	.csr{padding: 40px 0;}
	.csr .csr-des .col-md-6 img{width:75%;}
	#text-carousel2{margin: 0 0 0 0;width: 90%;}
	#education ul li {padding: 5px 25px;}
	.giving-tab-content ul li:after {top: 2px;}
	#text-carousel3{margin: 0 0 0 0;width: 90%;}
	#livelihood ul li{padding: 5px 25px;}
	#livelihood ul li:after{top: 2px;}
	#text-carousel4{margin: 0 0 0 0;width: 90%;}
	#text-carousel5{margin: 0 0 0 0;width: 90%;}
	.csr-cp .cp-des .col-md-6 img{width:60%;height:auto;}
	.society-wrapper{padding:15px;}
	
	/* grp csr */
	
	/* directors */
	.dir-desc .modal-body .col-md-4{width:100%;text-align:center;}
	.dir-desc .modal-body .col-md-4 img{width:50%;float:none;}
	.dir-desc .modal-body img {padding: 5px;border: 2px solid #2674d0;}
	.dir-desc .modal-body .col-md-8{width:100%;margin:20px 0 0 0;}
	.dir-desc .modal-body h4{font-size:25px;}
	.dir-desc .modal-body .testDiv {max-height:100%}
	.dir-desc .modal-body span{font-size: 14px;}
	.dir-desc .modal-body .col-md-8{padding-left:0;}
	
	/* directors */
	
	/* about */
	
	.about-us{padding: 20px 15px;}
	.about-strategy {padding: 40px 0 20px 15px;}
	#about-text-carousel .carousel-control img {width:20px;height:20px;}
	#about-text-carousel .right img {margin-right: -21px;}
	#sidebar-wrapper{overflow-y: auto;overflow-x: hidden;position:fixed;}
	.company-logos {padding:0}
	.rubber-view img{left:5%; width:50px; margin-top:4px}
	.polymers-view img{left:25%; width:50px; margin-top:4px}
	.RP-view img{left:48%; width:50px; margin-top:4px}
	.poly-comp-view img{right:24%; width:50px; margin-top:4px}
	.die-view img{left:89%; width:50px; margin-top:4px}
	.marangoni-view img{right: 6%;}
	#about-text-carousel{max-height: -webkit-fill-available;margin:25px auto 30px auto;}
	.sidebar-nav li:nth-child(9):hover ul{display:none;}
	
	/* about */
	
	/* new at grp */
	
	.news h1{font-size:20px;}
	
	/* new at grp */
	
	/* investors */
	
		.investors-tabs{padding: 30px 7%;}
		.downloads h1{font-size:20px;}
	
	/* investors */
	
    .header-mobile {
        display: table;
    }
    .brand {
        display: none;
    }
    .sidebar-nav li a {
        padding: 5px 20px;
        text-align: left;
        line-height: 20px;
    }
    .sidebar-nav li a span {
        float: left;
        margin: 0px 15px 0px 0px;
    }
    .banner-carousel-caption {
        padding: 0px;
        right: 25%;
    }
    .banner-carousel-caption h3 {
        font-size: 20px;
    }
    .btn-know-more {
        font-size: 11px;
        padding: 5px 20px;
    }
    .counter-block {
        width: 50%;
        margin: 30px 0px;
    }
    .counter-container {
        margin: 50px 0}
    .panel-bg-img {top: 0;}
    .giving-tab-content ul li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
        display: table;}
    .gptw_logo, .esg{display: none;}
	.sidebar-nav li a.esg-menu {display:block}
	
}

@media(max-width:641px) {
	button.accordion{font-size:14px;}
	#ind-pol-app2 a.active{padding: 0 20px;}
	#ind-pol-app2 a{display: -webkit-inline-box;}
	
	/* life-at-grp */
	.life-at .lagrp li{font-size: 17px;}
	.festivals-view {width: 490px;}
	.office-view {width:490px;}
	.demo-gallery > ul {max-height: 575px;}
	.demo-gallery > ul > li {width: 210px;}	
	
	.contact-bg .contact-info {min-width:inherit}
	
	/* life-at-grp */
	#about-text-carousel {max-height: -webkit-fill-available;margin: 25px auto 30px auto;}
	
	/* SYNTHETIC RUBBER RECLAIM */
		#ind-pol-pro a {display: -webkit-inline-box;}
		#ind-pol-pro a.active {padding: 1px 20px;}
	
	/* SYNTHETIC RUBBER RECLAIM */
	/* SYNTHETIC RUBBER RECLAIM */
		#rec-rub-srr1 a {display: -webkit-inline-box;}
		#rec-rub-srr1 a.active {padding: 1px 20px;}
	
	/* SYNTHETIC RUBBER RECLAIM */
	/* index */
	#myModal-education .modal-dialog{width:90%;margin: 50px auto;}
	#myModal-education #education ul{margin: 0 0 0px 0;}
	#myModal-education #education ul li{width:100%;}
	#myModal-sustainable #livelihood ul{margin: 0 0 0px 0;}
	#myModal-sustainable #livelihood ul li{width:100%;}
	#myModal-healthcare .modal-dialog{width:90%;margin: 150px auto;}
	#myModal-healthcare #healthcare ul li{width:100%;}
	#myModal-women .modal-dialog{width:90%;margin: 50px auto;}
	#myModal-women #women ul li{width:100%;}
	.life-carousel-wrapper2{width:100%;}
	.life-carousel-wrapper2 .carousel-news-block {height: 428px;}
	
	/* index */
	/* investors */
	.investors-tabs a {display: block;}
	.inv-desc .desc-col, .inv-desc ul li, .inv-desc > a {width:100%}
	
	/* investors */
	/* Natural Rubber Reclaim */
	#rec-rub-nrr a{display:-webkit-inline-box;}
	#rec-rub-nrr a.active {padding: 0px 20px;}
	
	/* Natural Rubber Reclaim */
	.about-us h1{font-size: 20px;}
	.about-us .col-md-5 img{width:75%;float:none;}
	.about-strategy h1{font-size: 20px;}
	.about-velues h1 {font-size: 20px;}
	.about-awards h1 {font-size: 20px;}
	.dir h1 {font-size: 20px;}
	.top-midea2{top: 15px;left:0;right:0;margin:0 auto;}
	
	/* grp csr */
	.csr h1{font-size:18px;}
	.society h3{font-size: 20px;}
	#text-carousel2{margin: 0 0 0 0;width: 100%;}
	#text-carousel2 .carousel-inner > .item > img{width: 87%;}
	#text-carousel3{margin: 0 0 0 0;width: 100%;}
	#text-carousel3 .carousel-inner > .item > img{width: 87%;}
	#text-carousel4{margin: 0 0 0 0;width: 100%;}
	#text-carousel4 .carousel-inner > .item > img{width: 87%;}
	#text-carousel5{margin: 0 0 0 0;width: 100%;}
	#text-carousel5 .carousel-inner > .item > img{width: 87%;}
	.csr-cp h1{font-size:20px;}
	.csr-cp .cp-des .col-md-6 img{width:75%;height:auto;}
	#myModal-case .modal-dialog{width:90%;}
	#myModal-case .modal-content .cose-img{float:none;margin:0 auto;width:35%;}
	#myModal-case .modal-content .cose-pera{width:100%;height: auto;margin: 20px 0 17px 0;}
	
	/* grp csr */
	/* contact */
	.contact-bg .col-md-4{width:100%;float:left;}
	.contact-bg .col-md-6{width:100%;float:left;padding:0;margin:20px 0 0 0;}
	.contact-bg iframe{width:100%!important;}
	.contact-bg span{}
	
	/* contact */
    .logo-marangoni {
        max-width: 40%;
    }
    .sustainability-block {
        width: 100%;
        border-bottom: solid 1px #c1c1c1;
		border-right: none;
    }
    .products-tab-nav-wrapper,
    .products-tab-pane-wrapper {
        width: 100%;
    }
    .products-tabs-left {
        margin: 0px;
    }
    .products-tabs-left > li {
        width: 50%;
        float: left;
    }
    .products-tabs-left > li > a {
        font-size: 10px;
    }
    .products-tabs-left > li > a:after {
        width: 18px;
        height: 18px;
        line-height: 13px;
        font-size: 10px;
        margin-top: -9px;
    }
    .hide-small {
        display: none;
    }
    .giving-tab-wrapper {
        max-height: auto !important;
        height: auto !important;
        display: table;
    }
    .giving-nav-tabs li a {
        font-size: 12px;
    }
    .giving-nav-tabs li a img {
        max-width: 40px;
    }
    .footer-logo {
        text-align: center;
    }
    ul.social,
    ul.footer-nav {
        display: table;
        margin: 30px auto;
    }
    ul.social li,ul.footer-nav li {margin: 0px 3px}    
    .bv-panel-inner-left, .bv-panel-inner-right {width: 100%;float: left;border: 0px;padding: 15px 15px;}
	.bv-panel-inner-fluid {padding: 15px;}
    .bv-panel-body-divider {display: none;}
}
@media(max-width:481px) {
	/* grp jv */
	.jv-value .col-md-12 .col-md-6 p b {width:85%;float:left;}
	.jv-value .col-md-12 .col-md-6 p img{margin: 3px 7px 36px 0!important;}
	.jv-value2 .col-md-12 .col-md-6 .value1-view p{word-break: break-all;}
	.jv-value2 .col-md-12 .col-md-6 .value1-view p b {width:90%;float:left;}
	.jv-value2 .col-md-12 .col-md-6 .value1-view p img{margin: 3px 7px 34px 0!important;}
	
	.rc-gr span label{width:90%;}
	
	.properties p:nth-child(1){margin: 0 0 -25px 0;}
	.properties p:nth-child(2){margin: 0 0 -5px 0;}
	.properties p:nth-child(3){margin: 0 0 -73px 0;}
	.properties p:nth-child(4){margin: 0 0 -95px 0;}
	.properties p:nth-child(5){margin: 0 0 -25px 0;}
	.properties p:nth-child(6){margin: 0 0 -43px 0;}
	.properties p img{margin: 6px 0 101px 0;}
	#marangoni {margin:3px 0 0 0!important;}
	
	/* life at grp */
		.festivals-view img {top: -3px;right: 50%;}
		.festivals-view {width: 260px;}
		.demo-gallery > ul {max-height: 1107px;}
		.office-view img{top: -3px;left: 50%;}
		.office-view {width: 260px;}
	
	/* life at grp */
	/* news */
	.news-penal h1 {font-size: 15px;}
	
	/* news */	
	#about-text-carousel { max-height: -webkit-fill-available;margin: 25px auto 30px auto;}
	
	.ind-pol-pro-er h1{width:70%;}
	.ind-pol-pro-cr h1{width:70%;}
	.ind-pol-pro-br1 h1{width:70%;}
	.ind-pol-pro-uhhtr .green-strap{text-align:center;}
	.life-carousel-wrapper2 .carousel-news-block {height: 352px;}
	#text-carousel23{height: auto;}
	#text-carousel23 li img{width:70%;}
	.ind-pol-pro-wtnr h1{width:70%;}
	.download-pdf .form-pdf{width:90%;height:605px;}
	
	/* index */
	.bv-panel-heading{padding:40px 0 40px 15px!important;}
	.bv-panel-title a img{width:40%;}
	.panel-bg-img{height:100%;}
	ul.tab-products-nav li img{height:100%;}
	ul.tab-products-nav li:hover img{height:100%;}
	
	#myModal-education #education{min-height: 260px;}
	#myModal-women #women{min-height: 120px;}
	#myModal-women h4{font-size:14px;}
	#myModal-sustainable #livelihood{min-height: 297px;}
	
	/* index */
	.die-product div{width:90%;}
	.directors{margin:0 auto 30px auto; float:none;}
	
	.down-mid .col-md-12 .grp-logo{width:35%;}
	.down-mid .col-md-10 img{width:92%;}
	
	#text-carousel2{margin: 0 0 0 0;width: 100%;}
	#text-carousel2 .carousel-inner > .item > img{width: 82%;}
	#text-carousel3{margin: 0 0 0 0;width: 100%;}
	#text-carousel3 .carousel-inner > .item > img{width: 82%;}
	#text-carousel4{margin: 0 0 0 0;width: 100%;}
	#text-carousel4 .carousel-inner > .item > img{width: 82%;}
	#text-carousel5{margin: 0 0 0 0;width: 100%;}
	#text-carousel5 .carousel-inner > .item > img{width: 82%;}
	.directors{margin:0 auto 30px auto;min-height: auto;}
	.investors-tabs{padding: 30px 6%;}
	.investors-tabs a{display: block;margin: 2px 0;}
	.investors-tabs .active {padding: 0px 15px;}
	
    .impact-possitve {display: none;}
   .counter-container {width: 100%;}
   ul.bv-panel-nav li a {font-size: 16px;padding-left: 0}
	   ul.bv-panel-nav li a:hover {padding-left: 15px}
	   .giving-nav-tabs li {width: 50%}
}